diff --git a/iamlivecore/iam_definition.json b/iamlivecore/iam_definition.json index 8333962..780326c 100644 --- a/iamlivecore/iam_definition.json +++ b/iamlivecore/iam_definition.json @@ -1463,6 +1463,30 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to check that specified access is not allowed by a policy", + "privilege": "CheckAccessNotGranted", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to check that no new access is allowed when compared to an existing policy", + "privilege": "CheckNoNewAccess", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to create an access preview for the specified analyzer", @@ -1601,6 +1625,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to retrieve statistics for findings", + "privilege": "GetFindingsStatistics", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Analyzer*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to retrieve a policy that was generated using StartPolicyGeneration", @@ -1767,7 +1803,6 @@ }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -1838,7 +1873,7 @@ { "condition": "account:AccountResourceOrgTags/${TagKey}", "description": "Filters access by resource tags for an account in an organization", - "type": "ArrayOfString" + "type": "String" }, { "condition": "account:AlternateContactTypes", @@ -2113,14 +2148,39 @@ }, { "conditions": [ + { + "condition": "acm:CertificateAuthority", + "description": "Filters access by certificateAuthority in the request. Can be used to restrict which Certificate Authorites certificates can be issued from", + "type": "String" + }, + { + "condition": "acm:CertificateTransparencyLogging", + "description": "Filters access by certificateTransparencyLogging option in the request. Default 'ENABLED' if no key is present in the request", + "type": "String" + }, + { + "condition": "acm:DomainNames", + "description": "Filters access by domainNames in the request. This key can be used to restrict which domains can be in certificate requests", + "type": "ArrayOfString" + }, + { + "condition": "acm:KeyAlgorithm", + "description": "Filters access by keyAlgorithm in the request", + "type": "String" + }, + { + "condition": "acm:ValidationMethod", + "description": "Filters access by validationMethod in the request. Default 'EMAIL' if no key is present in the request", + "type": "String" + }, { "condition": "aws:RequestTag/${TagKey}", - "description": "Filter access by the presence of tag key-value pairs in the request", + "description": "Filters access by the presence of tag key-value pairs in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filter access by tag key-value pairs attached to the resource", + "description": "Filters access by tag key-value pairs attached to the resource", "type": "String" }, { @@ -2307,7 +2367,12 @@ { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "acm:DomainNames", + "acm:CertificateTransparencyLogging", + "acm:ValidationMethod", + "acm:KeyAlgorithm", + "acm:CertificateAuthority" ], "dependent_actions": [], "resource_type": "" @@ -2354,22 +2419,22 @@ "conditions": [ { "condition": "acm-pca:TemplateArn", - "description": "Filters issue certificate requests based on the presence of TemplateArn in the request", - "type": "String" + "description": "Filters access by the arn of the certificate template used in Issue Certificate request", + "type": "ARN" }, { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters create requests based on the allowed set of values for each of the tags", + "description": "Filters access by the tags that are passed in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on tag-value associated with the resource", + "description": "Filters access by the tags associated with the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters create requests based on the presence of mandatory tags in the request", + "description": "Filters access by the tag keys that are passed in the request", "type": "ArrayOfString" } ], @@ -3387,7 +3452,12 @@ { "condition_keys": [], "dependent_actions": [], - "resource_type": "jobs" + "resource_type": "domains" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "webhooks" } ] }, @@ -3457,7 +3527,12 @@ { "condition_keys": [], "dependent_actions": [], - "resource_type": "jobs" + "resource_type": "domains" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "webhooks" }, { "condition_keys": [ @@ -3487,7 +3562,12 @@ { "condition_keys": [], "dependent_actions": [], - "resource_type": "jobs" + "resource_type": "domains" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "webhooks" }, { "condition_keys": [ @@ -4187,6 +4267,21 @@ }, { "conditions": [ + { + "condition": "amplifyuibuilder:CodegenJobResourceAppId", + "description": "Filters access by the app ID", + "type": "String" + }, + { + "condition": "amplifyuibuilder:CodegenJobResourceEnvironmentName", + "description": "Filters access by the backend environment name", + "type": "String" + }, + { + "condition": "amplifyuibuilder:CodegenJobResourceId", + "description": "Filters access by the codegen job ID", + "type": "String" + }, { "condition": "amplifyuibuilder:ComponentResourceAppId", "description": "Filters access by the app ID", @@ -4343,6 +4438,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to exchange a code for a token", + "privilege": "ExchangeCodeForToken", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to export components", @@ -4379,6 +4486,20 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get an existing codegen job", + "privilege": "GetCodegenJob", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "amplify:GetApp" + ], + "resource_type": "CodegenJobResource*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to get an existing component", @@ -4433,6 +4554,20 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list codegen jobs", + "privilege": "ListCodegenJobs", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "amplify:GetApp" + ], + "resource_type": "" + } + ] + }, { "access_level": "List", "description": "Grants permission to list components", @@ -4487,6 +4622,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to refresh an access token", + "privilege": "RefreshToken", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to reset an existing metadata", @@ -4499,6 +4646,23 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to start a codegen job", + "privilege": "StartCodegenJob", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "amplify:GetApp" + ], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update a component", @@ -4543,6 +4707,16 @@ } ], "resources": [ + { + "arn": "arn:${Partition}:amplifyuibuilder:${Region}:${Account}:app/${AppId}/environment/${EnvironmentName}/codegen-jobs/${Id}", + "condition_keys": [ + "amplifyuibuilder:CodegenJobResourceAppId", + "amplifyuibuilder:CodegenJobResourceEnvironmentName", + "amplifyuibuilder:CodegenJobResourceId", + "aws:ResourceTag/${TagKey}" + ], + "resource": "CodegenJobResource" + }, { "arn": "arn:${Partition}:amplifyuibuilder:${Region}:${Account}:app/${AppId}/environment/${EnvironmentName}/components/${Id}", "condition_keys": [ @@ -4635,6 +4809,30 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get the information about a lifecycle policy applied to one or more AOSS resources", + "privilege": "BatchGetEffectiveLifecyclePolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get information about one or more lifecycle policies", + "privilege": "BatchGetLifecyclePolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to get attributes for one or more VPC endpoints", @@ -4653,7 +4851,10 @@ "privilege": "CreateAccessPolicy", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aoss:collection", + "aoss:index" + ], "dependent_actions": [], "resource_type": "" } @@ -4674,6 +4875,21 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create a lifecycle policy", + "privilege": "CreateLifecyclePolicy", + "resource_types": [ + { + "condition_keys": [ + "aoss:collection", + "aoss:index" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to create a serverless security configuration", @@ -4692,7 +4908,9 @@ "privilege": "CreateSecurityPolicy", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aoss:collection" + ], "dependent_actions": [], "resource_type": "" } @@ -4728,7 +4946,10 @@ "privilege": "DeleteAccessPolicy", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aoss:collection", + "aoss:index" + ], "dependent_actions": [], "resource_type": "" } @@ -4746,6 +4967,21 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete a lifecycle policy", + "privilege": "DeleteLifecyclePolicy", + "resource_types": [ + { + "condition_keys": [ + "aoss:collection", + "aoss:index" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete a security configuration", @@ -4764,7 +5000,9 @@ "privilege": "DeleteSecurityPolicy", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aoss:collection" + ], "dependent_actions": [], "resource_type": "" } @@ -4788,7 +5026,10 @@ "privilege": "GetAccessPolicy", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aoss:collection", + "aoss:index" + ], "dependent_actions": [], "resource_type": "" } @@ -4836,7 +5077,9 @@ "privilege": "GetSecurityPolicy", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aoss:collection" + ], "dependent_actions": [], "resource_type": "" } @@ -4866,6 +5109,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list lifecycle policies", + "privilege": "ListLifecyclePolicies", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "List", "description": "Grants permission to list security configurations", @@ -4949,7 +5204,10 @@ "privilege": "UpdateAccessPolicy", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aoss:collection", + "aoss:index" + ], "dependent_actions": [], "resource_type": "" } @@ -4979,6 +5237,21 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to update a lifecycle policy", + "privilege": "UpdateLifecyclePolicy", + "resource_types": [ + { + "condition_keys": [ + "aoss:collection", + "aoss:index" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update a security configuration", @@ -4997,7 +5270,9 @@ "privilege": "UpdateSecurityPolicy", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aoss:collection" + ], "dependent_actions": [], "resource_type": "" } @@ -6538,6 +6813,30 @@ ], "prefix": "app-integrations", "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create a new Application", + "privilege": "CreateApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "iam:AttachRolePolicy", + "iam:CreateServiceLinkedRole", + "iam:PutRolePolicy" + ], + "resource_type": "application*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to create a new DataIntegration", @@ -6551,7 +6850,10 @@ "iam:AttachRolePolicy", "iam:CreateServiceLinkedRole", "iam:PutRolePolicy", - "kms:CreateGrant" + "kms:CreateGrant", + "s3:GetBucketNotification", + "s3:GetEncryptionConfiguration", + "s3:PutBucketNotification" ], "resource_type": "data-integration*" }, @@ -6581,6 +6883,14 @@ "appflow:UseConnectorProfile" ], "resource_type": "data-integration*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -6620,6 +6930,14 @@ "events:PutTargets" ], "resource_type": "event-integration*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -6697,6 +7015,25 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to view details about Application", + "privilege": "GetApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to view details about DataIntegrations", @@ -6735,6 +7072,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list Applications", + "privilege": "ListApplications", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "List", "description": "Grants permission to list DataIntegrationAssociations", @@ -6788,6 +7137,11 @@ "description": "Grants permission to lists tag for an Amazon AppIntegration resource", "privilege": "ListTagsForResource", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application" + }, { "condition_keys": [], "dependent_actions": [], @@ -6822,6 +7176,11 @@ "description": "Grants permission to tag an Amazon AppIntegration resource", "privilege": "TagResource", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application" + }, { "condition_keys": [], "dependent_actions": [], @@ -6858,6 +7217,11 @@ "description": "Grants permission to untag an Amazon AppIntegration resource", "privilege": "UntagResource", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application" + }, { "condition_keys": [], "dependent_actions": [], @@ -6888,6 +7252,25 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to modify an Application", + "privilege": "UpdateApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to modify a DataIntegration", @@ -6955,6 +7338,13 @@ "aws:ResourceTag/${TagKey}" ], "resource": "data-integration-association" + }, + { + "arn": "arn:${Partition}:app-integrations:${Region}:${Account}:application/${ApplicationId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "application" } ], "service_name": "Amazon AppIntegrations" @@ -7975,17 +8365,17 @@ "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access based on the tags that are passed in the request", + "description": "Filters access by the tags that are passed in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access based on the tags associated with the resource", + "description": "Filters access by the tags associated with the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access based on the tag keys that are passed in the request", + "description": "Filters access by the tag keys that are passed in the request", "type": "ArrayOfString" } ], @@ -8005,7 +8395,7 @@ }, { "access_level": "Write", - "description": "Grants permission to connect application authorizations", + "description": "Grants permission to connect app authorizations", "privilege": "ConnectAppAuthorization", "resource_types": [ { @@ -8017,7 +8407,7 @@ }, { "access_level": "Write", - "description": "Grants permission to create application authorizations for application bundles", + "description": "Grants permission to create app authorizations for app bundles", "privilege": "CreateAppAuthorization", "resource_types": [ { @@ -8037,7 +8427,7 @@ }, { "access_level": "Write", - "description": "Grants permission to create application bundles in your account", + "description": "Grants permission to create app bundles in your account", "privilege": "CreateAppBundle", "resource_types": [ { @@ -8057,7 +8447,7 @@ }, { "access_level": "Write", - "description": "Grants permission to create ingestions for application bundles", + "description": "Grants permission to create ingestions for app bundles", "privilege": "CreateIngestion", "resource_types": [ { @@ -8077,7 +8467,7 @@ }, { "access_level": "Write", - "description": "Grants permission to create ingestion destinations for application bundles", + "description": "Grants permission to create ingestion destinations for app bundles", "privilege": "CreateIngestionDestination", "resource_types": [ { @@ -8102,7 +8492,7 @@ }, { "access_level": "Write", - "description": "Grants permission to delete application authorizations within an application bundle", + "description": "Grants permission to delete app authorizations within an app bundle", "privilege": "DeleteAppAuthorization", "resource_types": [ { @@ -8114,7 +8504,7 @@ }, { "access_level": "Write", - "description": "Grants permission to delete application bundles in your account", + "description": "Grants permission to delete app bundles in your account", "privilege": "DeleteAppBundle", "resource_types": [ { @@ -8126,7 +8516,7 @@ }, { "access_level": "Write", - "description": "Grants permission to delete ingestions within an application bundle", + "description": "Grants permission to delete ingestions within an app bundle", "privilege": "DeleteIngestion", "resource_types": [ { @@ -8150,7 +8540,7 @@ }, { "access_level": "Read", - "description": "Grants permission to view details about application authorizations", + "description": "Grants permission to view details about app authorizations", "privilege": "GetAppAuthorization", "resource_types": [ { @@ -8174,7 +8564,7 @@ }, { "access_level": "Read", - "description": "Grants permission to view details about application bundles", + "description": "Grants permission to view details about app bundles", "privilege": "GetAppBundle", "resource_types": [ { @@ -8246,7 +8636,7 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve a list of application authorizations within an application bundle", + "description": "Grants permission to retrieve a list of app authorizations within an app bundle", "privilege": "ListAppAuthorizations", "resource_types": [ { @@ -8258,7 +8648,7 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve a list of application bundles in your account", + "description": "Grants permission to retrieve a list of app bundles in your account", "privilege": "ListAppBundles", "resource_types": [ { @@ -8287,7 +8677,7 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve a list of ingestions within an application bundle", + "description": "Grants permission to retrieve a list of ingestions within an app bundle", "privilege": "ListIngestions", "resource_types": [ { @@ -8299,7 +8689,7 @@ }, { "access_level": "Read", - "description": "Grants permission to list tags for AppFabric resouces", + "description": "Grants permission to list tags for AppFabric resources", "privilege": "ListTagsForResource", "resource_types": [ { @@ -8432,7 +8822,7 @@ }, { "access_level": "Write", - "description": "Grants permission to update application authorizations within application bundles", + "description": "Grants permission to update app authorizations within app bundles", "privilege": "UpdateAppAuthorization", "resource_types": [ { @@ -8500,14 +8890,14 @@ "resource": "appauthorization" }, { - "arn": "arn:${Partition}:appfabric:${Region}:${Account}:appbundle/${AppbundleId}/ingestion/${AppAuthorizationIdentifier}", + "arn": "arn:${Partition}:appfabric:${Region}:${Account}:appbundle/${AppbundleId}/ingestion/${IngestionIdentifier}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], "resource": "ingestion" }, { - "arn": "arn:${Partition}:appfabric:${Region}:${Account}:appbundle/${AppbundleId}/ingestion/${AppAuthorizationIdentifier}/ingestiondestination/${IngestionDestinationIdentifier}", + "arn": "arn:${Partition}:appfabric:${Region}:${Account}:appbundle/${AppbundleId}/ingestion/${IngestionIdentifier}/ingestiondestination/${IngestionDestinationIdentifier}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], @@ -9118,7 +9508,7 @@ ] }, { - "access_level": "Tagging", + "access_level": "Read", "description": "Grants permission to list tags for a scalable target", "privilege": "ListTagsForResource", "resource_types": [ @@ -9324,6 +9714,182 @@ "resources": [], "service_name": "AWS Application Cost Profiler Service" }, + { + "conditions": [], + "prefix": "application-transformation", + "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to get the details of all Containerization jobs", + "privilege": "GetContainerization", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the details of all Deployment jobs", + "privilege": "GetDeployment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to Get the details of a Grouping Assessment Operation", + "privilege": "GetGroupingAssessment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to Get Porting Compatibility Operation", + "privilege": "GetPortingCompatibilityAssessment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to Get the details of a Porting Recommendation Assessment Operation", + "privilege": "GetPortingRecommendationAssessment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to Get the details of a Runtime Assessment Operation", + "privilege": "GetRuntimeAssessment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to Push Logs (Intended for Clients Only)", + "privilege": "PutLogData", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to Push Metrics Data (Intended for Clients Only)", + "privilege": "PutMetricData", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start a Containerization job", + "privilege": "StartContainerization", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start a Deployment job", + "privilege": "StartDeployment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to Start a Grouping Assessment Operation", + "privilege": "StartGroupingAssessment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to Start Porting Compatibility Operation", + "privilege": "StartPortingCompatibilityAssessment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to Start the Porting Recommendation Assessment Operation", + "privilege": "StartPortingRecommendationAssessment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to Start a Runtime Assessment Operation", + "privilege": "StartRuntimeAssessment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + } + ], + "resources": [], + "service_name": "AWS Application Transformation Service" + }, { "conditions": [ { @@ -9344,6 +9910,18 @@ ], "prefix": "applicationinsights", "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to add a workload", + "privilege": "AddWorkload", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to create an application from a resource group", @@ -9512,6 +10090,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to describe a workload", + "privilege": "DescribeWorkload", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to share Application Insights resources with a monitoring account", @@ -9608,6 +10198,30 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list workloads", + "privilege": "ListWorkloads", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to remove a workload", + "privilege": "RemoveWorkload", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Tagging", "description": "Grants permission to tag a resource", @@ -9684,6 +10298,30 @@ "resource_type": "" } ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a problem", + "privilege": "UpdateProblem", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a workload", + "privilege": "UpdateWorkload", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] } ], "resources": [], @@ -11463,6 +12101,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to retrieve a list of associated AppRunner services of an AWS App Runner automatic scaling configuration in your AWS account", + "privilege": "ListServicesForAutoScalingConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "autoscalingconfiguration*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to list tags associated with an AWS App Runner resource", @@ -11644,6 +12294,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to update an AWS App Runner automatic scaling configuration to be the default in your AWS account", + "privilege": "UpdateDefaultAutoScalingConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "autoscalingconfiguration*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update an AWS App Runner service resource", @@ -13559,6 +14221,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to retrieve a data source introspection", + "privilege": "GetDataSourceIntrospection", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to read information about a custom domain name in AppSync", @@ -13871,6 +14545,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to introspect a data source", + "privilege": "StartDataSourceIntrospection", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to add a new schema to your GraphQL API. This operation is asynchronous - GetSchemaCreationStatus can show when it has completed", @@ -14206,6 +14892,38 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create a scraper", + "privilege": "CreateScraper", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "aps:TagResource", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "eks:DescribeCluster", + "iam:CreateServiceLinkedRole" + ], + "resource_type": "cluster*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspace*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to create a workspace", @@ -14297,6 +15015,25 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete a scraper", + "privilege": "DeleteScraper", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "scraper*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete a workspace", @@ -14373,6 +15110,25 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to describe a scraper", + "privilege": "DescribeScraper", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "scraper*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to describe a workspace", @@ -14430,6 +15186,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get default scraper configuration", + "privilege": "GetDefaultScraperConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to retrieve AMP workspace labels", @@ -14620,6 +15388,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list scrapers", + "privilege": "ListScrapers", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to list tags on an AMP resource", @@ -14630,6 +15410,11 @@ "dependent_actions": [], "resource_type": "rulegroupsnamespace" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "scraper" + }, { "condition_keys": [], "dependent_actions": [], @@ -14762,6 +15547,11 @@ "dependent_actions": [], "resource_type": "rulegroupsnamespace" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "scraper" + }, { "condition_keys": [], "dependent_actions": [], @@ -14787,6 +15577,11 @@ "dependent_actions": [], "resource_type": "rulegroupsnamespace" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "scraper" + }, { "condition_keys": [], "dependent_actions": [], @@ -14794,8 +15589,7 @@ }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -14859,6 +15653,22 @@ "aws:TagKeys" ], "resource": "rulegroupsnamespace" + }, + { + "arn": "arn:${Partition}:aps:${Region}:${Account}:scraper/${ScraperId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], + "resource": "scraper" + }, + { + "arn": "arn:${Partition}:eks:${Region}:${Account}:cluster/${ClusterName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "cluster" } ], "service_name": "Amazon Managed Service for Prometheus" @@ -14903,6 +15713,59 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create a practice run configuration", + "privilege": "CreatePracticeRunConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "cloudwatch:DescribeAlarms", + "iam:CreateServiceLinkedRole" + ], + "resource_type": "ALB*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "NLB*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a practice run configuration", + "privilege": "DeletePracticeRunConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ALB*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "NLB*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to get information about a managed resource", @@ -14928,6 +15791,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list active and completed autoshifts", + "privilege": "ListAutoshifts", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "List", "description": "Grants permission to list managed resources", @@ -14977,6 +15852,59 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to update a practice run configuration", + "privilege": "UpdatePracticeRunConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "cloudwatch:DescribeAlarms", + "iam:CreateServiceLinkedRole" + ], + "resource_type": "ALB*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "NLB*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a zonal autoshift status", + "privilege": "UpdateZonalAutoshiftConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ALB*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "NLB*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update an existing zonal shift", @@ -15088,6 +16016,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get the account settings for Artifact", + "privilege": "GetAccountSettings", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to download a report", @@ -15136,6 +16076,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to put account settings for Artifact", + "privilege": "PutAccountSettings", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to terminate a customer agreement that was previously accepted by the customer account", @@ -15241,6 +16193,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to cancel query execution. Deprecated. Applies only to AWS services and principals that use Athena JDBC driver earlier than 1.1.0. Use StopQueryExecution otherwise", + "privilege": "CancelQueryExecution", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workgroup*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to create a capacity reservation", @@ -15493,6 +16457,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to enable access to databases and tables. Applies only to AWS services managed policy and principals that use an Athena JDBC driver version 1.1.0", + "privilege": "GetCatalogs", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to get a datacatalog", @@ -15517,6 +16493,30 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to enable access to the specified database and table. Applies only to AWS services managed policy and principals that use an Athena JDBC driver version 1.1.0", + "privilege": "GetExecutionEngine", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to enable access to databases and tables. Applies only to AWS services managed policy and principals that use an Athena JDBC driver version 1.1.0", + "privilege": "GetExecutionEngines", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to get information about the specified named query", @@ -15529,6 +16529,30 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to enable access to the specified database and table. Applies only to AWS services managed policy and principals that use an Athena JDBC driver version 1.1.0", + "privilege": "GetNamespace", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to enable access to databases and tables. Applies only to AWS services managed policy and principals that use an Athena JDBC driver version 1.1.0", + "privilege": "GetNamespaces", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to get notebook metadata", @@ -15565,6 +16589,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get query executions. Deprecated. Applies only to AWS services and principals that use Athena JDBC driver earlier than 1.1.0. Use ListQueryExecutions otherwise", + "privilege": "GetQueryExecutions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to get the query results", @@ -15625,6 +16661,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to enable access to the specified table. Applies only to AWS services managed policy and principals that use an Athena JDBC driver version 1.1.0", + "privilege": "GetTable", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to get a metadata about a table for a given datacatalog", @@ -15637,6 +16685,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to enable access to tables. Applies only to AWS services managed policy and principals that use an Athena JDBC driver version 1.1.0", + "privilege": "GetTables", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to get a workgroup", @@ -15880,6 +16940,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to run a query. Deprecated. Applies only to AWS services and principals that use Athena JDBC driver earlier than 1.1.0. Use StartQueryExecution otherwise", + "privilege": "RunQuery", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to start a calculation execution", @@ -18480,6 +19552,130 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to list tags for a deployment parameter resource", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "DeploymentParameter" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ChangeSet" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Entity" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create or update a deployment parameter resource", + "privilege": "PutDeploymentParameter", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "aws-marketplace:TagResource" + ], + "resource_type": "DeploymentParameter*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to tag a deployment parameter resource", + "privilege": "TagResource", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "DeploymentParameter*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ChangeSet" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Entity" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to untag a deployment parameter resource", + "privilege": "UntagResource", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "DeploymentParameter*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ChangeSet" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Entity" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to cancel a running change set", @@ -18588,23 +19784,6 @@ } ] }, - { - "access_level": "Read", - "description": "Grants permission to list tags on an existing entity or a change set", - "privilege": "ListTagsForResource", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ChangeSet" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Entity" - } - ] - }, { "access_level": "List", "description": "Grants permission to list existing tasks", @@ -18650,55 +19829,6 @@ } ] }, - { - "access_level": "Tagging", - "description": "Grants permission to tag an existing entity or a change set", - "privilege": "TagResource", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ChangeSet" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Entity" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to untag an existing entity or a change set", - "privilege": "UntagResource", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ChangeSet" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Entity" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, { "access_level": "Write", "description": "Grants permission to update the contents of an existing task", @@ -18850,6 +19980,15 @@ "condition_keys": [], "resource": "SellerDashboard" }, + { + "arn": "arn:${Partition}:aws-marketplace:${Region}:${Account}:DeploymentParameter:catalogs/${CatalogName}/products/${ProductId}/${ResourceId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], + "resource": "DeploymentParameter" + }, { "arn": "arn:${Partition}:aws-marketplace:${Region}:${Account}:${Catalog}/${EntityType}/${ResourceId}", "condition_keys": [ @@ -19193,6 +20332,480 @@ "resources": [], "service_name": "AWS Connector Service" }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "b2bi", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create a capability", + "privilege": "CreateCapability", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "transformer" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a partnership", + "privilege": "CreatePartnership", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "capability*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "profile*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a profile", + "privilege": "CreateProfile", + "resource_types": [ + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a transformer", + "privilege": "CreateTransformer", + "resource_types": [ + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a capability", + "privilege": "DeleteCapability", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "capability*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an partnership", + "privilege": "DeletePartnership", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "partnership*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a profile", + "privilege": "DeleteProfile", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "profile*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a transformer", + "privilege": "DeleteTransformer", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "transformer*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a capability", + "privilege": "GetCapability", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "capability*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a partnership", + "privilege": "GetPartnership", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "partnership*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a profile", + "privilege": "GetProfile", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "profile*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a transformer", + "privilege": "GetTransformer", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "transformer*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a transformer job", + "privilege": "GetTransformerJob", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "transformer*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all capabilities", + "privilege": "ListCapabilities", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all partnerships", + "privilege": "ListPartnerships", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all profiles", + "privilege": "ListProfiles", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list tags for a B2Bi resource", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "capability" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "partnership" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "profile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "transformer" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all transformers", + "privilege": "ListTransformers", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to transformer a document", + "privilege": "StartTransformerJob", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "transformer*" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to tag a B2Bi resource", + "privilege": "TagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "capability" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "partnership" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "profile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "transformer" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to map a sample file", + "privilege": "TestMapping", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "transformer*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to parse an edi document", + "privilege": "TestParsing", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "transformer*" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to untag a B2Bi resource", + "privilege": "UntagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "capability" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "partnership" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "profile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "transformer" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a capability", + "privilege": "UpdateCapability", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "capability*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "transformer" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a partnership", + "privilege": "UpdatePartnership", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "partnership*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "capability" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a profile", + "privilege": "UpdateProfile", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "profile*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a transformer", + "privilege": "UpdateTransformer", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "transformer*" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:b2bi:${Region}:${Account}:profile/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "profile" + }, + { + "arn": "arn:${Partition}:b2bi:${Region}:${Account}:capability/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "capability" + }, + { + "arn": "arn:${Partition}:b2bi:${Region}:${Account}:partnership/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "partnership" + }, + { + "arn": "arn:${Partition}:b2bi:${Region}:${Account}:transformer/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "transformer" + } + ], + "service_name": "AWS B2B Data Interchange" + }, { "conditions": [ { @@ -19229,6 +20842,16 @@ "condition": "backup:FrameworkArns", "description": "Filters access by the Framework ARNs", "type": "ArrayOfARN" + }, + { + "condition": "backup:MaxRetentionDays", + "description": "Filters access by the value of the MaxRetentionDays parameter", + "type": "Numeric" + }, + { + "condition": "backup:MinRetentionDays", + "description": "Filters access by the value of the MinRetentionDays parameter", + "type": "Numeric" } ], "prefix": "backup", @@ -19250,6 +20873,11 @@ "description": "Grants permission to copy from a backup vault", "privilege": "CopyFromBackupVault", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "recoveryPoint*" + }, { "condition_keys": [ "backup:CopyTargets", @@ -19265,6 +20893,11 @@ "description": "Grants permission to copy into a backup vault", "privilege": "CopyIntoBackupVault", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "backupVault*" + }, { "condition_keys": [ "aws:RequestTag/${TagKey}" @@ -19368,6 +21001,28 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create a new logically air-gapped backup vault, a logical container where backups are stored", + "privilege": "CreateLogicallyAirGappedBackupVault", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "backupVault*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "backup:MinRetentionDays", + "backup:MaxRetentionDays" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to create a new report plan", @@ -19389,6 +21044,40 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create a new restore testing plan", + "privilege": "CreateRestoreTestingPlan", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "restoreTestingPlan*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a new resource assignment in a restore testing plan", + "privilege": "CreateRestoreTestingSelection", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "restoreTestingPlan*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete a backup plan", @@ -19461,6 +21150,18 @@ } ] }, + { + "access_level": "Permissions management", + "description": "Grants permission to delete backup vault sharing policy", + "privilege": "DeleteBackupVaultSharingPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "backupVault*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete a framework", @@ -19497,6 +21198,30 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete a restore testing plan", + "privilege": "DeleteRestoreTestingPlan", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "restoreTestingPlan*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a resource assignment from a restore testing plan", + "privilege": "DeleteRestoreTestingSelection", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "restoreTestingPlan*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to describe a backup job", @@ -19737,6 +21462,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get backup vault sharing policy", + "privilege": "GetBackupVaultSharingPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "backupVault*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to get a legal hold", @@ -19761,6 +21498,54 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get the restore metadata associated with a restore job", + "privilege": "GetRestoreJobMetadata", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get inferred metadata generated by restore testing", + "privilege": "GetRestoreTestingInferredMetadata", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a restore testing plan", + "privilege": "GetRestoreTestingPlan", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "restoreTestingPlan*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a restore testing plan resource assignment", + "privilege": "GetRestoreTestingSelection", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "restoreTestingPlan*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to get supported resource types", @@ -19773,6 +21558,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list backup job summaries", + "privilege": "ListBackupJobSummaries", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "List", "description": "Grants permission to list backup jobs", @@ -19845,6 +21642,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list copy job summaries", + "privilege": "ListCopyJobSummaries", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "List", "description": "Grants permission to list copy jobs", @@ -19893,6 +21702,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list protected resources inside a backup vault", + "privilege": "ListProtectedResourcesByBackupVault", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "backupVault*" + } + ] + }, { "access_level": "List", "description": "Grants permission to list recovery points inside a backup vault", @@ -19955,7 +21776,19 @@ }, { "access_level": "List", - "description": "Grants permission to lists restore jobs", + "description": "Grants permission to list restore job summaries", + "privilege": "ListRestoreJobSummaries", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list restore jobs", "privilege": "ListRestoreJobs", "resource_types": [ { @@ -19965,6 +21798,42 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list restore jobs for a protected resource", + "privilege": "ListRestoreJobsByProtectedResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list restore testing plans", + "privilege": "ListRestoreTestingPlans", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list resource assignments for a specific restore testing plan", + "privilege": "ListRestoreTestingSelections", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "restoreTestingPlan*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to list tags for a resource", @@ -19999,6 +21868,11 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "reportPlan" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "restoreTestingPlan" } ] }, @@ -20026,7 +21900,9 @@ }, { "condition_keys": [ - "backup:ChangeableForDays" + "backup:ChangeableForDays", + "backup:MinRetentionDays", + "backup:MaxRetentionDays" ], "dependent_actions": [], "resource_type": "" @@ -20045,6 +21921,30 @@ } ] }, + { + "access_level": "Permissions management", + "description": "Grants permission to add a sharing policy to the backup vault", + "privilege": "PutBackupVaultSharingPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "backupVault*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to put a restore validation result", + "privilege": "PutRestoreValidationResult", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to start a new backup job", @@ -20146,6 +22046,11 @@ "dependent_actions": [], "resource_type": "reportPlan" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "restoreTestingPlan" + }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -20191,6 +22096,11 @@ "dependent_actions": [], "resource_type": "reportPlan" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "restoreTestingPlan" + }, { "condition_keys": [ "aws:TagKeys" @@ -20278,6 +22188,32 @@ "resource_type": "" } ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a restore testing plan", + "privilege": "UpdateRestoreTestingPlan", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "restoreTestingPlan*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a resource assignment in a restore testing plan", + "privilege": "UpdateRestoreTestingSelection", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "restoreTestingPlan*" + } + ] } ], "resources": [ @@ -20322,6 +22258,13 @@ "aws:ResourceTag/${TagKey}" ], "resource": "legalHold" + }, + { + "arn": "arn:${Partition}:backup:${Region}:${Account}:restore-testing-plan:${RestoreTestingPlanName}-${RestoreTestingPlanId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "restoreTestingPlan" } ], "service_name": "AWS Backup" @@ -20711,7 +22654,6 @@ }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -21185,7 +23127,7 @@ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job-definition*" + "resource_type": "job-definition-revision*" } ] }, @@ -21291,7 +23233,7 @@ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job-definition" + "resource_type": "job-definition-revision" }, { "condition_keys": [], @@ -21383,7 +23325,7 @@ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job-definition" + "resource_type": "job-definition-revision" }, { "condition_keys": [], @@ -21435,7 +23377,7 @@ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job-definition" + "resource_type": "job-definition-revision" }, { "condition_keys": [], @@ -21518,12 +23460,17 @@ ], "resource": "job-queue" }, + { + "arn": "arn:${Partition}:batch:${Region}:${Account}:job-definition/${JobDefinitionName}", + "condition_keys": [], + "resource": "job-definition" + }, { "arn": "arn:${Partition}:batch:${Region}:${Account}:job-definition/${JobDefinitionName}:${Revision}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "job-definition" + "resource": "job-definition-revision" }, { "arn": "arn:${Partition}:batch:${Region}:${Account}:job/${JobId}", @@ -21543,85 +23490,137 @@ "service_name": "AWS Batch" }, { - "conditions": [], - "prefix": "billing", + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "bcm-data-exports", "privileges": [ { - "access_level": "Read", - "description": "Grants permission to perform queries on billing information", - "privilege": "GetBillingData", + "access_level": "Write", + "description": "Grants permission to create an export", + "privilege": "CreateExport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "table*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view detailed line item billing information", - "privilege": "GetBillingDetails", + "access_level": "Write", + "description": "Grants permission to delete an export", + "privilege": "DeleteExport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "export*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view notifications sent by AWS related to your accounts billing information", - "privilege": "GetBillingNotifications", + "description": "Grants permission to get the execution of an export", + "privilege": "GetExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "export*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view billing preferences such as reserved instance, savings plans and credits sharing", - "privilege": "GetBillingPreferences", + "description": "Grants permission to get an export", + "privilege": "GetExport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "export*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view the account's contract information including the contract number, end-user organization names, PO numbers and if the account is used to service public-sector customers", - "privilege": "GetContractInformation", + "description": "Grants permission to get the details of a table", + "privilege": "GetTable", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view credits that have been redeemed", - "privilege": "GetCredits", + "access_level": "List", + "description": "Grants permission to list all executions of an export", + "privilege": "ListExecutions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "export*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the state of the Allow IAM Access billing preference", - "privilege": "GetIAMAccessPreference", + "access_level": "List", + "description": "Grants permission to list all exports", + "privilege": "ListExports", "resource_types": [ { "condition_keys": [], @@ -21631,9 +23630,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the account's default Seller of Record", - "privilege": "GetSellerOfRecord", + "access_level": "List", + "description": "Grants permission to list all available tables", + "privilege": "ListTables", "resource_types": [ { "condition_keys": [], @@ -21644,155 +23643,190 @@ }, { "access_level": "Read", - "description": "Grants permission to get billing information for your proforma billing groups", - "privilege": "ListBillingViews", + "description": "Grants permission to list tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "export*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to set the account's contract information end-user organization names and if the account is used to service public-sector customers", - "privilege": "PutContractInformation", + "access_level": "Tagging", + "description": "Grants permission to tag a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "export*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to redeem an AWS credit", - "privilege": "RedeemCredits", + "access_level": "Tagging", + "description": "Grants permission to untag a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "export*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update billing preferences such as reserved instance, savings plans and credits sharing", - "privilege": "UpdateBillingPreferences", + "description": "Grants permission to update an export", + "privilege": "UpdateExport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update the Allow IAM Access billing preference", - "privilege": "UpdateIAMAccessPreference", - "resource_types": [ + "resource_type": "export*" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "table*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] } ], - "resources": [], - "service_name": "AWS Billing and Cost Management" + "resources": [ + { + "arn": "arn:${Partition}:bcm-data-exports:${Region}:${Account}:export/${Identifier}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "export" + }, + { + "arn": "arn:${Partition}:bcm-data-exports:${Region}:${Account}:table/${Identifier}", + "condition_keys": [], + "resource": "table" + } + ], + "service_name": "AWS Billing and Cost Management And Cost Management Data Exports" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", + "description": "Filters access by creating requests based on the allowed set of values for each of the mandatory tags", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", + "description": "Filters access by having actions based on the tag value associated with the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", + "description": "Filters access by creating requests based on the presence of mandatory tags in the request", "type": "ArrayOfString" + }, + { + "condition": "bedrock:ThirdPartyKnowledgeBaseCredentialsSecretArn", + "description": "Filters access by the secretArn containing the credentials of the third party platform", + "type": "ARN" } ], - "prefix": "billingconductor", + "prefix": "bedrock", "privileges": [ { "access_level": "Write", - "description": "Grants permission to associate between one and 30 accounts to a billing group", - "privilege": "AssociateAccounts", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "billinggroup*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to associate pricing rules", - "privilege": "AssociatePricingRules", + "description": "Grants permission to associate a knowledge base with an agent", + "privilege": "AssociateAgentKnowledgeBase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pricingplan*" + "resource_type": "agent*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "pricingrule*" + "resource_type": "knowledge-base*" } ] }, { "access_level": "Write", - "description": "Grants permission to batch associate resources to a percentage custom line item", - "privilege": "BatchAssociateResourcesToCustomLineItem", + "description": "Grants permission to use 3rd party platform to store knowledge data", + "privilege": "AssociateThirdPartyKnowledgeBase", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "bedrock:ThirdPartyKnowledgeBaseCredentialsSecretArn" + ], "dependent_actions": [], - "resource_type": "customlineitem*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to batch disassociate resources from a percentage custom line item", - "privilege": "BatchDisassociateResourcesFromCustomLineItem", + "description": "Grants permission to create a new agent and a test agent alias pointing to the DRAFT agent version", + "privilege": "CreateAgent", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "customlineitem*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a billing group", - "privilege": "CreateBillingGroup", + "description": "Grants permission to create a new action group in an existing agent", + "privilege": "CreateAgentActionGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pricingplan*" + "resource_type": "agent*" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -21801,13 +23835,18 @@ }, { "access_level": "Write", - "description": "Grants permission to create a custom line item", - "privilege": "CreateCustomLineItem", + "description": "Grants permission to create a new alias for an agent", + "privilege": "CreateAgentAlias", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "agent*" + }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -21816,29 +23855,23 @@ }, { "access_level": "Write", - "description": "Grants permission to create a pricing plan", - "privilege": "CreatePricingPlan", + "description": "Grants permission to create a data source", + "privilege": "CreateDataSource", "resource_types": [ { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "knowledge-base*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a pricing rule", - "privilege": "CreatePricingRule", + "description": "Grants permission to create a new foundation model agreement", + "privilege": "CreateFoundationModelAgreement", "resource_types": [ { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -21846,174 +23879,222 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a billing group", - "privilege": "DeleteBillingGroup", + "description": "Grants permission to create a new guardrail", + "privilege": "CreateGuardrail", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "billinggroup*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a custom line item", - "privilege": "DeleteCustomLineItem", + "description": "Grants permission to create a new guardrail version", + "privilege": "CreateGuardrailVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "customlineitem*" + "resource_type": "guardrail*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a pricing plan", - "privilege": "DeletePricingPlan", + "description": "Grants permission to create a knowledge base", + "privilege": "CreateKnowledgeBase", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "pricingplan*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a pricing rule", - "privilege": "DeletePricingRule", + "description": "Grants permission to create a job for customizing the model with your custom training data", + "privilege": "CreateModelCustomizationJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pricingrule*" + "resource_type": "custom-model*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "foundation-model*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to detach between one and 30 accounts from a billing group", - "privilege": "DisassociateAccounts", + "description": "Grants permission to create a job for evaluation foundation models or custom models", + "privilege": "CreateModelEvaluationJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "billinggroup*" + "resource_type": "custom-model*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "foundation-model*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate pricing rules", - "privilege": "DisassociatePricingRules", + "description": "Grants permission to create a new model invocation job", + "privilege": "CreateModelInvocationJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pricingplan*" + "resource_type": "custom-model*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "pricingrule*" + "resource_type": "foundation-model*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the linked accounts of the payer account for the given billing period while also providing the billing group the linked accounts belong to", - "privilege": "ListAccountAssociations", + "access_level": "Write", + "description": "Grants permission to create a new provisioned model throughput", + "privilege": "CreateProvisionedModelThroughput", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "custom-model*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "foundation-model*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the billing group cost report", - "privilege": "ListBillingGroupCostReports", + "access_level": "Write", + "description": "Grants permission to delete an Agent that you created earlier", + "privilege": "DeleteAgent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "agent*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the details of billing groups", - "privilege": "ListBillingGroups", + "access_level": "Write", + "description": "Grants permission to delete an actionGroup that you created earlier", + "privilege": "DeleteAgentActionGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "agent*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view custom line item versions", - "privilege": "ListCustomLineItemVersions", + "access_level": "Write", + "description": "Grants permission to delete an AgentAlias that you created earlier", + "privilege": "DeleteAgentAlias", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "customlineitem*" + "resource_type": "agent-alias*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view custom line item details", - "privilege": "ListCustomLineItems", + "access_level": "Write", + "description": "Grants permission to delete an Agent Version that you created earlier", + "privilege": "DeleteAgentVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "agent*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the pricing plans details", - "privilege": "ListPricingPlans", + "access_level": "Write", + "description": "Grants permission to delete a custom model that you created earlier", + "privilege": "DeleteCustomModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "custom-model*" } ] }, { - "access_level": "List", - "description": "Grants permission to list pricing plans associated with a pricing rule", - "privilege": "ListPricingPlansAssociatedWithPricingRule", + "access_level": "Write", + "description": "Grants permission to delete a data source", + "privilege": "DeleteDataSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pricingplan*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "pricingrule*" + "resource_type": "knowledge-base*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view pricing rules details", - "privilege": "ListPricingRules", + "access_level": "Write", + "description": "Grants permission to delete a foundation model agreement that you created earlier", + "privilege": "DeleteFoundationModelAgreement", "resource_types": [ { "condition_keys": [], @@ -22023,363 +24104,283 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list pricing rules associated to a pricing plan", - "privilege": "ListPricingRulesAssociatedToPricingPlan", + "access_level": "Write", + "description": "Grants permission to delete a guardrail or its version", + "privilege": "DeleteGuardrail", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pricingplan*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "pricingrule*" + "resource_type": "guardrail*" } ] }, { - "access_level": "List", - "description": "Grants permission to list resources associated to a percentage custom line item", - "privilege": "ListResourcesAssociatedToCustomLineItem", + "access_level": "Write", + "description": "Grants permission to delete a knowledge base", + "privilege": "DeleteKnowledgeBase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "customlineitem*" + "resource_type": "knowledge-base*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list tags of a resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to delete an existing Invocation logging configuration", + "privilege": "DeleteModelInvocationLoggingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "billinggroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "customlineitem" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "pricingplan" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "pricingrule" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to delete a provisioned model throughput that you created earlier", + "privilege": "DeleteProvisionedModelThroughput", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "billinggroup" - }, + "resource_type": "provisioned-model*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate a knowledge base from the agent", + "privilege": "DisassociateAgentKnowledgeBase", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "customlineitem" + "resource_type": "agent*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "pricingplan" - }, + "resource_type": "knowledge-base*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve an existing agent", + "privilege": "GetAgent", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pricingrule" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "agent*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag a resource", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to retrieve an existing action group", + "privilege": "GetAgentActionGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "billinggroup" - }, + "resource_type": "agent*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve an existing alias", + "privilege": "GetAgentAlias", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "customlineitem" - }, + "resource_type": "agent-alias*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a knowledge base associated with an agent", + "privilege": "GetAgentKnowledgeBase", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pricingplan" + "resource_type": "agent*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "pricingrule" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "knowledge-base*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a billing group", - "privilege": "UpdateBillingGroup", + "access_level": "Read", + "description": "Grants permission to retrieve an existing version of an agent", + "privilege": "GetAgentVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "billinggroup*" + "resource_type": "agent*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a custom line item", - "privilege": "UpdateCustomLineItem", + "access_level": "Read", + "description": "Grants permission to get the properties associated with a Bedrock custom model that you have created", + "privilege": "GetCustomModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "customlineitem*" + "resource_type": "custom-model*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a pricing plan", - "privilege": "UpdatePricingPlan", + "access_level": "Read", + "description": "Grants permission to retrieve an existing data source", + "privilege": "GetDataSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pricingplan*" + "resource_type": "knowledge-base*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a pricing rule", - "privilege": "UpdatePricingRule", + "access_level": "Read", + "description": "Grants permission to get the properties associated with a Bedrock foundation model", + "privilege": "GetFoundationModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pricingrule*" + "resource_type": "foundation-model*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:billingconductor::${Account}:billinggroup/${BillingGroupId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "billinggroup" - }, - { - "arn": "arn:${Partition}:billingconductor::${Account}:pricingplan/${PricingPlanId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "pricingplan" - }, - { - "arn": "arn:${Partition}:billingconductor::${Account}:pricingrule/${PricingRuleId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "pricingrule" - }, - { - "arn": "arn:${Partition}:billingconductor::${Account}:customlineitem/${CustomLineItemId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "customlineitem" - } - ], - "service_name": "AWS Billing Conductor" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "braket", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to cancel a job", - "privilege": "CancelJob", + "access_level": "Read", + "description": "Grants permission to get the availability of a foundation model", + "privilege": "GetFoundationModelAvailability", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to cancel a quantum task", - "privilege": "CancelQuantumTask", + "access_level": "Read", + "description": "Grants permission to retrieve a guardrail or its version", + "privilege": "GetGuardrail", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "quantum-task*" + "resource_type": "guardrail*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a job", - "privilege": "CreateJob", + "access_level": "Read", + "description": "Grants permission to retrieve an existing ingestion job", + "privilege": "GetIngestionJob", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "knowledge-base*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a quantum task", - "privilege": "CreateQuantumTask", + "access_level": "Read", + "description": "Grants permission to retrieve an existing knowledge base", + "privilege": "GetKnowledgeBase", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "knowledge-base*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about the devices available in Amazon Braket", - "privilege": "GetDevice", + "description": "Grants permission to get the properties associated with a model-customization job. Use this operation to get the status of a model-customization job", + "privilege": "GetModelCustomizationJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "model-customization-job*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve jobs", - "privilege": "GetJob", + "description": "Grants permission to get the properties associated with a model-evaluation job. Use this operation to get the status of a model-evaluation job", + "privilege": "GetModelEvaluationJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "model-evaluation-job*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve quantum tasks", - "privilege": "GetQuantumTask", + "description": "Grants permission to retrieve a model invocation job", + "privilege": "GetModelInvocationJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "quantum-task*" + "resource_type": "model-invocation-job*" } ] }, { "access_level": "Read", - "description": "Grants permission to listing the tags that have been applied to the quantum task resource or the job", - "privilege": "ListTagsForResource", + "description": "Grants permission to retrieve an existing Invocation logging configuration", + "privilege": "GetModelInvocationLoggingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "quantum-task" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to search for devices available in Amazon Braket", - "privilege": "SearchDevices", + "description": "Grants permission to retrieve a provisioned model throughput", + "privilege": "GetProvisionedModelThroughput", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "provisioned-model*" } ] }, { "access_level": "Read", - "description": "Grants permission to search for jobs", - "privilege": "SearchJobs", + "description": "Grants permission to retrieve a use case for model access", + "privilege": "GetUseCaseForModelAccess", "resource_types": [ { "condition_keys": [], @@ -22390,137 +24391,112 @@ }, { "access_level": "Read", - "description": "Grants permission to search for quantum tasks", - "privilege": "SearchQuantumTasks", + "description": "Grants permission to send user input (text-only) to the alias of an agent for Bedrock", + "privilege": "InvokeAgent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "agent-alias*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add one or more tags to a quantum task", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to invoke the specified Bedrock model to run inference using the input provided in the request body", + "privilege": "InvokeModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "quantum-task" + "resource_type": "foundation-model*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "provisioned-model*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "guardrail" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove one or more tags from a quantum task resource or a job. A tag consists of a key-value pair", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to invoke the specified Bedrock model to run inference using the input provided in the request body with streaming response", + "privilege": "InvokeModelWithResponseStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job" + "resource_type": "foundation-model*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "quantum-task" + "resource_type": "provisioned-model*" }, { - "condition_keys": [ - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "guardrail" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:braket:${Region}:${Account}:quantum-task/${RandomId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "quantum-task" }, { - "arn": "arn:${Partition}:braket:${Region}:${Account}:job/${JobName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "job" - } - ], - "service_name": "Amazon Braket" - }, - { - "conditions": [], - "prefix": "budgets", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to create and define a response that you can configure to execute once your budget has exceeded a specific budget threshold", - "privilege": "CreateBudgetAction", + "access_level": "List", + "description": "Grants permission to list action groups in an agent", + "privilege": "ListAgentActionGroups", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "budgetAction*" + "dependent_actions": [], + "resource_type": "agent*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an action that is associated with a specific budget", - "privilege": "DeleteBudgetAction", + "access_level": "List", + "description": "Grants permission to list aliases for an agent", + "privilege": "ListAgentAliases", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "budgetAction*" + "resource_type": "agent*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the details of a specific budget action associated with a budget", - "privilege": "DescribeBudgetAction", + "access_level": "List", + "description": "Grants permission to list knowledge bases associated with an agent", + "privilege": "ListAgentKnowledgeBases", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "budgetAction*" + "resource_type": "agent*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a historical view of the budget actions statuses associated with a particular budget action. These status include statues such as 'Standby', 'Pending' and 'Executed'", - "privilege": "DescribeBudgetActionHistories", + "access_level": "List", + "description": "Grants permission to list existing versions of an agent", + "privilege": "ListAgentVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "budgetAction*" + "resource_type": "agent*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the details of all of the budget actions associated with your account", - "privilege": "DescribeBudgetActionsForAccount", + "access_level": "List", + "description": "Grants permission to list existing agents", + "privilege": "ListAgents", "resource_types": [ { "condition_keys": [], @@ -22530,212 +24506,132 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the details of all of the budget actions associated with a budget", - "privilege": "DescribeBudgetActionsForBudget", + "access_level": "List", + "description": "Grants permission to get a list of Bedrock custom models that you have created", + "privilege": "ListCustomModels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "budget*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to initiate a pending budget action as well as reverse a previously executed budget action", - "privilege": "ExecuteBudgetAction", + "access_level": "List", + "description": "Grants permission to list existing data sources in an knowledge base", + "privilege": "ListDataSources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "budgetAction*" + "resource_type": "knowledge-base*" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify budgets and budget details", - "privilege": "ModifyBudget", + "access_level": "List", + "description": "Grants permission to get a list of foundation model agreement offers", + "privilege": "ListFoundationModelAgreementOffers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "budget*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the details of a specific budget action associated with a budget", - "privilege": "UpdateBudgetAction", + "access_level": "List", + "description": "Grants permission to list Bedrock foundation models that you can use", + "privilege": "ListFoundationModels", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "budgetAction*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view budgets and budget details", - "privilege": "ViewBudget", + "access_level": "List", + "description": "Grants permission to list guardrails or its versions", + "privilege": "ListGuardrails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "budget*" + "resource_type": "guardrail" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:budgets::${Account}:budget/${BudgetName}", - "condition_keys": [], - "resource": "budget" - }, - { - "arn": "arn:${Partition}:budgets::${Account}:budget/${BudgetName}/action/${ActionId}", - "condition_keys": [], - "resource": "budgetAction" - } - ], - "service_name": "AWS Budget Service" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access based on the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access based on the tags associated with the resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters access based on the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "bugbust", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to create a BugBust event", - "privilege": "CreateEvent", + "access_level": "List", + "description": "Grants permission to list ingestion jobs in a data source", + "privilege": "ListIngestionJobs", "resource_types": [ { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [ - "iam:CreateServiceLinkedRole" - ], - "resource_type": "" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "knowledge-base*" } ] }, { - "access_level": "Write", - "description": "Grants permission to evaluate checked-in profiling groups", - "privilege": "EvaluateProfilingGroups", + "access_level": "List", + "description": "Grants permission to list existing knowledge bases", + "privilege": "ListKnowledgeBases", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Event*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view customer details about an event", - "privilege": "GetEvent", + "access_level": "List", + "description": "Grants permission to get the list of model customization jobs that you have submitted", + "privilege": "ListModelCustomizationJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Event*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the status of a BugBust player's attempt to join a BugBust event", - "privilege": "GetJoinEventStatus", + "access_level": "List", + "description": "Grants permission to get the list of model evaluation jobs that you have submitted", + "privilege": "ListModelEvaluationJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Event*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to join an event", - "privilege": "JoinEvent", + "access_level": "List", + "description": "Grants permission to list model invocation jobs that you created earlier", + "privilege": "ListModelInvocationJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Event*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the bugs that were imported into an event for players to work on", - "privilege": "ListBugs", + "access_level": "List", + "description": "Grants permission to list provisioned model throughputs that you created earlier", + "privilege": "ListProvisionedModelThroughputs", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "codeguru-reviewer:DescribeCodeReview", - "codeguru-reviewer:ListRecommendations" - ], - "resource_type": "Event*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], "dependent_actions": [], "resource_type": "" } @@ -22743,513 +24639,535 @@ }, { "access_level": "Read", - "description": "Grants permission to view the participants of an event", - "privilege": "ListEventParticipants", + "description": "Grants permission to list tags for a Bedrock resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Event*" + "resource_type": "agent*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "agent-alias*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "custom-model*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "guardrail*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "knowledge-base*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "model-customization-job*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "model-evaluation-job*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "model-invocation-job*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "provisioned-model*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the scores of an event's players", - "privilege": "ListEventScores", + "access_level": "Write", + "description": "Grants permission to prepare an existing agent to receive runtime requests", + "privilege": "PrepareAgent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Event*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "agent*" } ] }, { - "access_level": "List", - "description": "Grants permission to List BugBust events", - "privilege": "ListEvents", + "access_level": "Write", + "description": "Grants permission to put entitlement to access a foundation model", + "privilege": "PutFoundationModelEntitlement", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the profiling groups that were imported into an event for players to work on", - "privilege": "ListProfilingGroups", + "access_level": "Write", + "description": "Grants permission to create an existing Invocation logging configuration", + "privilege": "PutModelInvocationLoggingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Event*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the pull requests used by players to submit fixes to their claimed bugs in an event", - "privilege": "ListPullRequests", + "access_level": "Write", + "description": "Grants permission to put a use case for model access", + "privilege": "PutUseCaseForModelAccess", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Event*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to lists tag for a Bugbust resource", - "privilege": "ListTagsForResource", + "description": "Grants permission to retrieve ingested data from a knowledge base", + "privilege": "Retrieve", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Event*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "knowledge-base*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a Bugbust resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to send user input to perform retrieval and generation", + "privilege": "RetrieveAndGenerate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Event*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag a Bugbust resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to start an ingestion job", + "privilege": "StartIngestionJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Event*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "knowledge-base*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a BugBust event", - "privilege": "UpdateEvent", + "description": "Grants permission to stop a Bedrock model customization job while in progress", + "privilege": "StopModelCustomizationJob", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "codeguru-profiler:DescribeProfilingGroup", - "codeguru-profiler:ListProfilingGroups", - "codeguru-reviewer:DescribeCodeReview", - "codeguru-reviewer:ListCodeReviews", - "codeguru-reviewer:ListRecommendations", - "codeguru-reviewer:TagResource", - "codeguru-reviewer:UnTagResource" - ], - "resource_type": "Event*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "model-customization-job*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a work item as claimed or unclaimed (bug or profiling group)", - "privilege": "UpdateWorkItem", + "description": "Grants permission to stop a model invocation job that you started earlier", + "privilege": "StopModelInvocationJob", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "codeguru-reviewer:ListRecommendations" - ], - "resource_type": "Event*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "model-invocation-job*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an event's work item (bug or profiling group)", - "privilege": "UpdateWorkItemAdmin", + "access_level": "Tagging", + "description": "Grants permission to Tag a Bedrock resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "codeguru-reviewer:ListRecommendations" - ], - "resource_type": "Event*" + "dependent_actions": [], + "resource_type": "agent" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "agent-alias" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "custom-model" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "guardrail" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "knowledge-base" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "model-customization-job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "model-evaluation-job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "model-invocation-job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "provisioned-model" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:bugbust:${Region}:${Account}:events/${EventId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Event" - } - ], - "service_name": "AWS BugBust" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tags associated with the resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters access by tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "cases", - "privileges": [ - { - "access_level": "Read", - "description": "Grants permission to retrieve information about the fields in the case domain", - "privilege": "BatchGetField", + "access_level": "Tagging", + "description": "Grants permission to Untag a Bedrock resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" + "resource_type": "agent" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Field*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update the field options in the case domain", - "privilege": "BatchPutFieldOptions", - "resource_types": [ + "resource_type": "agent-alias" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" + "resource_type": "custom-model" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Field*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a case in the case domain", - "privilege": "CreateCase", - "resource_types": [ + "resource_type": "guardrail" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Case*" + "resource_type": "knowledge-base" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" + "resource_type": "model-customization-job" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Field*" + "resource_type": "model-evaluation-job" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Template*" + "resource_type": "model-invocation-job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "provisioned-model" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new case domain", - "privilege": "CreateDomain", + "description": "Grants permission to update an existing agent", + "privilege": "UpdateAgent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "agent*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a field in the case domain", - "privilege": "CreateField", + "description": "Grants permission to update an existing action group", + "privilege": "UpdateAgentActionGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Field*" + "resource_type": "agent*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a layout in the case domain", - "privilege": "CreateLayout", + "description": "Grants permission to update an existing alias", + "privilege": "UpdateAgentAlias", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Layout*" + "resource_type": "agent-alias*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a related item associated to a case in the case domain", - "privilege": "CreateRelatedItem", + "description": "Grants permission to update a knowledge base associated with an agent", + "privilege": "UpdateAgentKnowledgeBase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Case*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Domain*" + "resource_type": "agent*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "RelatedItem*" + "resource_type": "knowledge-base*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a template in the case domain", - "privilege": "CreateTemplate", + "description": "Grants permission to update a data source", + "privilege": "UpdateDataSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Layout*" - }, + "resource_type": "knowledge-base*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a guardrail", + "privilege": "UpdateGuardrail", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Template*" + "resource_type": "guardrail*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the domain", - "privilege": "DeleteDomain", + "description": "Grants permission to update a knowledge base", + "privilege": "UpdateKnowledgeBase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" + "resource_type": "knowledge-base*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a case in the case domain", - "privilege": "GetCase", + "access_level": "Write", + "description": "Grants permission to update a provisioned model throughput that you created earlier", + "privilege": "UpdateProvisionedModelThroughput", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Case*" + "resource_type": "custom-model*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" + "resource_type": "foundation-model*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Field*" + "resource_type": "provisioned-model*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:bedrock:${Region}::foundation-model/${ResourceId}", + "condition_keys": [], + "resource": "foundation-model" + }, + { + "arn": "arn:${Partition}:bedrock:${Region}:${Account}:custom-model/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "custom-model" + }, + { + "arn": "arn:${Partition}:bedrock:${Region}:${Account}:provisioned-model/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "provisioned-model" + }, + { + "arn": "arn:${Partition}:bedrock:${Region}:${Account}:model-customization-job/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "model-customization-job" + }, + { + "arn": "arn:${Partition}:bedrock:${Region}:${Account}:agent/${AgentId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "agent" + }, + { + "arn": "arn:${Partition}:bedrock:${Region}:${Account}:agent-alias/${AgentId}/${AgentAliasId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "agent-alias" + }, + { + "arn": "arn:${Partition}:bedrock:${Region}:${Account}:knowledge-base/${KnowledgeBaseId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "knowledge-base" + }, + { + "arn": "arn:${Partition}:bedrock:${Region}:${Account}:model-evaluation-job/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "model-evaluation-job" }, + { + "arn": "arn:${Partition}:bedrock:${Region}:${Account}:model-invocation-job/${JobIdentifier}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "model-invocation-job" + }, + { + "arn": "arn:${Partition}:bedrock:${Region}:${Account}:guardrail/${GuardrailId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "guardrail" + } + ], + "service_name": "Amazon Bedrock" + }, + { + "conditions": [], + "prefix": "billing", + "privileges": [ { "access_level": "Read", - "description": "Grants permission to retrieve information about the case event configuraton in the case domain", - "privilege": "GetCaseEventConfiguration", + "description": "Grants permission to perform queries on billing information", + "privilege": "GetBillingData", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about the case domain", - "privilege": "GetDomain", + "description": "Grants permission to view detailed line item billing information", + "privilege": "GetBillingDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about the layout in the case domain", - "privilege": "GetLayout", + "description": "Grants permission to view notifications sent by AWS related to your accounts billing information", + "privilege": "GetBillingNotifications", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Layout*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about the template in the case domain", - "privilege": "GetTemplate", + "description": "Grants permission to view billing preferences such as reserved instance, savings plans and credits sharing", + "privilege": "GetBillingPreferences", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Template*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list cases for a specific contact in the case domain", - "privilege": "ListCasesForContact", + "access_level": "Read", + "description": "Grants permission to view the account's contract information including the contract number, end-user organization names, PO numbers and if the account is used to service public-sector customers", + "privilege": "GetContractInformation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all domains in the aws account", - "privilege": "ListDomains", + "access_level": "Read", + "description": "Grants permission to view credits that have been redeemed", + "privilege": "GetCredits", "resource_types": [ { "condition_keys": [], @@ -23259,50 +25177,45 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list field options for a single select field in the case domain", - "privilege": "ListFieldOptions", + "access_level": "Read", + "description": "Grants permission to retrieve the state of the Allow IAM Access billing preference", + "privilege": "GetIAMAccessPreference", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Field*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list fields in the case domain", - "privilege": "ListFields", + "access_level": "Read", + "description": "Grants permission to retrieve the account's default Seller of Record", + "privilege": "GetSellerOfRecord", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list layouts in the case domain", - "privilege": "ListLayouts", + "access_level": "Read", + "description": "Grants permission to get billing information for your proforma billing groups", + "privilege": "ListBillingViews", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the tags for the specified resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to set the account's contract information end-user organization names and if the account is used to service public-sector customers", + "privilege": "PutContractInformation", "resource_types": [ { "condition_keys": [], @@ -23312,97 +25225,132 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list templates in the case domain", - "privilege": "ListTemplates", + "access_level": "Write", + "description": "Grants permission to redeem an AWS credit", + "privilege": "RedeemCredits", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to insert or update the case event configuration in the case domain", - "privilege": "PutCaseEventConfiguration", + "description": "Grants permission to update billing preferences such as reserved instance, savings plans and credits sharing", + "privilege": "UpdateBillingPreferences", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to search for cases in the case domain", - "privilege": "SearchCases", + "access_level": "Write", + "description": "Grants permission to update the Allow IAM Access billing preference", + "privilege": "UpdateIAMAccessPreference", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" + "resource_type": "" } ] + } + ], + "resources": [], + "service_name": "AWS Billing and Cost Management" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" }, { - "access_level": "Read", - "description": "Grants permission to search for related items associated to the case in the case domain", - "privilege": "SearchRelatedItems", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "billingconductor", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to associate between one and 30 accounts to a billing group", + "privilege": "AssociateAccounts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Case*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Domain*" + "resource_type": "billinggroup*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add the specified tags to the specified resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to associate pricing rules", + "privilege": "AssociatePricingRules", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Case" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Domain" + "resource_type": "pricingplan*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Field" - }, + "resource_type": "pricingrule*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to batch associate resources to a percentage custom line item", + "privilege": "BatchAssociateResourcesToCustomLineItem", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Layout" - }, + "resource_type": "customlineitem*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to batch disassociate resources from a percentage custom line item", + "privilege": "BatchDisassociateResourcesFromCustomLineItem", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RelatedItem" - }, + "resource_type": "customlineitem*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a billing group", + "privilege": "CreateBillingGroup", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Template" + "resource_type": "pricingplan*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -23410,43 +25358,19 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove the specified tags from the specified resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to create a custom line item", + "privilege": "CreateCustomLineItem", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Case" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Domain" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Field" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Layout" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "RelatedItem" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Template" + "resource_type": "billinggroup*" }, { "condition_keys": [ - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -23455,385 +25379,265 @@ }, { "access_level": "Write", - "description": "Grants permission to update the field values on the case in the case domain", - "privilege": "UpdateCase", + "description": "Grants permission to create a pricing plan", + "privilege": "CreatePricingPlan", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Case*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Domain*" + "resource_type": "pricingrule*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "Field*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the field in the case domain", - "privilege": "UpdateField", + "description": "Grants permission to create a pricing rule", + "privilege": "CreatePricingRule", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Domain*" - }, - { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "Field*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the layout in the case domain", - "privilege": "UpdateLayout", + "description": "Grants permission to delete a billing group", + "privilege": "DeleteBillingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Layout*" + "resource_type": "billinggroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the template in the case domain", - "privilege": "UpdateTemplate", + "description": "Grants permission to delete a custom line item", + "privilege": "DeleteCustomLineItem", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Template*" + "resource_type": "customlineitem*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:cases:${Region}:${Account}:domain/${DomainId}/case/${CaseId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Case" - }, - { - "arn": "arn:${Partition}:cases:${Region}:${Account}:domain/${DomainId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Domain" - }, - { - "arn": "arn:${Partition}:cases:${Region}:${Account}:domain/${DomainId}/field/${FieldId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Field" - }, - { - "arn": "arn:${Partition}:cases:${Region}:${Account}:domain/${DomainId}/layout/${LayoutId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Layout" - }, - { - "arn": "arn:${Partition}:cases:${Region}:${Account}:domain/${DomainId}/case/${CaseId}/related-item/${RelatedItemId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "RelatedItem" - }, - { - "arn": "arn:${Partition}:cases:${Region}:${Account}:domain/${DomainId}/template/${TemplateId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Template" - } - ], - "service_name": "Amazon Connect Cases" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters actions based on the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on tag key-value pairs attached to the resource", - "type": "String" }, - { - "condition": "aws:TagKeys", - "description": "Filters actions based on the presence of tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "cassandra", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to alter a keyspace or table", - "privilege": "Alter", + "description": "Grants permission to delete a pricing plan", + "privilege": "DeletePricingPlan", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "keyspace" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "pricingplan*" } ] }, { "access_level": "Write", - "description": "Grants permission to alter a multiregion keyspace or table", - "privilege": "AlterMultiRegionResource", + "description": "Grants permission to delete a pricing rule", + "privilege": "DeletePricingRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "keyspace" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "pricingrule*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a keyspace or table", - "privilege": "Create", + "description": "Grants permission to detach between one and 30 accounts from a billing group", + "privilege": "DisassociateAccounts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "keyspace" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "billinggroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a multiregion keyspace or table", - "privilege": "CreateMultiRegionResource", + "description": "Grants permission to disassociate pricing rules", + "privilege": "DisassociatePricingRules", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "keyspace" + "resource_type": "pricingplan*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "table" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "pricingrule*" } ] }, { - "access_level": "Write", - "description": "Grants permission to drop a keyspace or table", - "privilege": "Drop", + "access_level": "List", + "description": "Grants permission to list the linked accounts of the payer account for the given billing period while also providing the billing group the linked accounts belong to", + "privilege": "ListAccountAssociations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "keyspace" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to drop a multiregion keyspace or table", - "privilege": "DropMultiRegionResource", + "access_level": "Read", + "description": "Grants permission to view the billing group cost report", + "privilege": "ListBillingGroupCostReports", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "keyspace" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to view the details of billing groups", + "privilege": "ListBillingGroups", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to INSERT, UPDATE or DELETE data in a table", - "privilege": "Modify", + "access_level": "Read", + "description": "Grants permission to view custom line item versions", + "privilege": "ListCustomLineItemVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "customlineitem*" } ] }, { - "access_level": "Write", - "description": "Grants permission to INSERT, UPDATE or DELETE data in a multiregion table", - "privilege": "ModifyMultiRegionResource", + "access_level": "Read", + "description": "Grants permission to view custom line item details", + "privilege": "ListCustomLineItems", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to restore table from a backup", - "privilege": "Restore", + "access_level": "Read", + "description": "Grants permission to view the pricing plans details", + "privilege": "ListPricingPlans", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to restore multiregion table from a backup", - "privilege": "RestoreMultiRegionTable", + "access_level": "List", + "description": "Grants permission to list pricing plans associated with a pricing rule", + "privilege": "ListPricingPlansAssociatedWithPricingRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" - }, + "resource_type": "pricingrule*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to view pricing rules details", + "privilege": "ListPricingRules", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to SELECT data from a table", - "privilege": "Select", + "access_level": "List", + "description": "Grants permission to list pricing rules associated to a pricing plan", + "privilege": "ListPricingRulesAssociatedToPricingPlan", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "pricingplan*" } ] }, { - "access_level": "Read", - "description": "Grants permission to SELECT data from a multiregion table", - "privilege": "SelectMultiRegionResource", + "access_level": "List", + "description": "Grants permission to list resources associated to a percentage custom line item", + "privilege": "ListResourcesAssociatedToCustomLineItem", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "customlineitem*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a multiregion keyspace or table", - "privilege": "TagMultiRegionResource", + "access_level": "Read", + "description": "Grants permission to list tags of a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "keyspace" + "resource_type": "billinggroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "table" + "resource_type": "customlineitem" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "pricingplan" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "pricingrule" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -23842,23 +25646,33 @@ }, { "access_level": "Tagging", - "description": "Grants permission to tag a keyspace or table", + "description": "Grants permission to tag a resource", "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "keyspace" + "resource_type": "billinggroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "table" + "resource_type": "customlineitem" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "pricingplan" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "pricingrule" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -23867,22 +25681,31 @@ }, { "access_level": "Tagging", - "description": "Grants permission to untag a multiregion keyspace or table", - "privilege": "UnTagMultiRegionResource", + "description": "Grants permission to untag a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "keyspace" + "resource_type": "billinggroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "table" + "resource_type": "customlineitem" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "pricingplan" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "pricingrule" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -23891,106 +25714,125 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag a keyspace or table", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to update a billing group", + "privilege": "UpdateBillingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "keyspace" - }, + "resource_type": "billinggroup*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a custom line item", + "privilege": "UpdateCustomLineItem", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table" - }, + "resource_type": "customlineitem*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a pricing plan", + "privilege": "UpdatePricingPlan", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "pricingplan*" } ] }, { "access_level": "Write", - "description": "Grants permission to UPDATE the partitioner in a system table", - "privilege": "UpdatePartitioner", + "description": "Grants permission to update a pricing rule", + "privilege": "UpdatePricingRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "pricingrule*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:cassandra:${Region}:${Account}:/keyspace/${KeyspaceName}/", + "arn": "arn:${Partition}:billingconductor::${Account}:billinggroup/${BillingGroupId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "keyspace" + "resource": "billinggroup" }, { - "arn": "arn:${Partition}:cassandra:${Region}:${Account}:/keyspace/${KeyspaceName}/table/${TableName}", + "arn": "arn:${Partition}:billingconductor::${Account}:pricingplan/${PricingPlanId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "table" + "resource": "pricingplan" + }, + { + "arn": "arn:${Partition}:billingconductor::${Account}:pricingrule/${PricingRuleId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "pricingrule" + }, + { + "arn": "arn:${Partition}:billingconductor::${Account}:customlineitem/${CustomLineItemId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "customlineitem" } ], - "service_name": "Amazon Keyspaces (for Apache Cassandra)" + "service_name": "AWS Billing Conductor" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", + "description": "Filters access by the presence of tag key-value pairs in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", + "description": "Filters access by tag key-value pairs attached to the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", + "description": "Filters access by the presence of tag keys in the request", "type": "ArrayOfString" } ], - "prefix": "ce", + "prefix": "braket", "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a new Anomaly Monitor", - "privilege": "CreateAnomalyMonitor", + "description": "Grants permission to accept the Amazon Braket user agreement", + "privilege": "AcceptUserAgreement", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new Anomaly Subscription", - "privilege": "CreateAnomalySubscription", + "access_level": "Read", + "description": "Grants permission to check if an Amazon Braket feature is enabled for an account. Customers need this permission to use all features available in the console", + "privilege": "AccessBraketFeature", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -23998,38 +25840,38 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new Cost Category with the requested name and rules", - "privilege": "CreateCostCategoryDefinition", + "description": "Grants permission to cancel a job", + "privilege": "CancelJob", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "job*" } ] }, { "access_level": "Write", - "description": "Grants permission to create Reservation expiration alerts", - "privilege": "CreateNotificationSubscription", + "description": "Grants permission to cancel a quantum task", + "privilege": "CancelQuantumTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "quantum-task*" } ] }, { "access_level": "Write", - "description": "Grants permission to create Cost Explorer Reports", - "privilege": "CreateReport", + "description": "Grants permission to create a job", + "privilege": "CreateJob", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -24037,17 +25879,13 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an Anomaly Monitor", - "privilege": "DeleteAnomalyMonitor", + "description": "Grants permission to create a quantum task", + "privilege": "CreateQuantumTask", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "anomalymonitor*" - }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -24055,47 +25893,45 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete an Anomaly Subscription", - "privilege": "DeleteAnomalySubscription", + "access_level": "Read", + "description": "Grants permission to retrieve information about the devices available in Amazon Braket", + "privilege": "GetDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "anomalysubscription*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a Cost Category", - "privilege": "DeleteCostCategoryDefinition", + "access_level": "Read", + "description": "Grants permission to retrieve jobs", + "privilege": "GetJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "costcategory*" - }, + "resource_type": "job*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve quantum tasks", + "privilege": "GetQuantumTask", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "quantum-task*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete Reservation expiration alerts", - "privilege": "DeleteNotificationSubscription", + "access_level": "Read", + "description": "Grants permission to check if the Amazon Braket service linked role has been created", + "privilege": "GetServiceLinkedRoleStatus", "resource_types": [ { "condition_keys": [], @@ -24105,9 +25941,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete Cost Explorer Reports", - "privilege": "DeleteReport", + "access_level": "Read", + "description": "Grants permission to check if the account has accepted the Amazon Braket user agreement", + "privilege": "GetUserAgreementStatus", "resource_types": [ { "condition_keys": [], @@ -24118,27 +25954,25 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve descriptions such as the name, ARN, rules, definition, and effective dates of a Cost Category", - "privilege": "DescribeCostCategoryDefinition", + "description": "Grants permission to listing the tags that have been applied to the quantum task resource or the job", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "costcategory*" + "resource_type": "job" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "quantum-task" } ] }, { "access_level": "Read", - "description": "Grants permission to view Reservation expiration alerts", - "privilege": "DescribeNotificationSubscription", + "description": "Grants permission to search for devices available in Amazon Braket", + "privilege": "SearchDevices", "resource_types": [ { "condition_keys": [], @@ -24149,8 +25983,8 @@ }, { "access_level": "Read", - "description": "Grants permission to view Cost Explorer Reports page", - "privilege": "DescribeReport", + "description": "Grants permission to search for jobs", + "privilege": "SearchJobs", "resource_types": [ { "condition_keys": [], @@ -24161,36 +25995,35 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve anomalies", - "privilege": "GetAnomalies", + "description": "Grants permission to search for quantum tasks", + "privilege": "SearchQuantumTasks", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "anomalymonitor*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to query Anomaly Monitors", - "privilege": "GetAnomalyMonitors", + "access_level": "Tagging", + "description": "Grants permission to add one or more tags to a quantum task or a hybrid job", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "anomalymonitor*" + "resource_type": "job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "quantum-task" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -24198,76 +26031,106 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to query Anomaly Subscriptions", - "privilege": "GetAnomalySubscriptions", + "access_level": "Tagging", + "description": "Grants permission to remove one or more tags from a quantum task resource or a job. A tag consists of a key-value pair", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "anomalysubscription*" + "resource_type": "job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "quantum-task" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:braket:${Region}:${Account}:quantum-task/${RandomId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "quantum-task" }, { - "access_level": "Read", - "description": "Grants permission to view whether existing or fine-grained IAM actions are being used to control authorization to Billing, Cost Management, and Account consoles", - "privilege": "GetConsoleActionSetEnforced", + "arn": "arn:${Partition}:braket:${Region}:${Account}:job/${JobName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "job" + } + ], + "service_name": "Amazon Braket" + }, + { + "conditions": [], + "prefix": "budgets", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create and define a response that you can configure to execute once your budget has exceeded a specific budget threshold", + "privilege": "CreateBudgetAction", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "budgetAction*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the cost and usage metrics for your account", - "privilege": "GetCostAndUsage", + "access_level": "Write", + "description": "Grants permission to delete an action that is associated with a specific budget", + "privilege": "DeleteBudgetAction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "budgetAction*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the cost and usage metrics with resources for your account", - "privilege": "GetCostAndUsageWithResources", + "description": "Grants permission to retrieve the details of a specific budget action associated with a budget", + "privilege": "DescribeBudgetAction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "budgetAction*" } ] }, { "access_level": "Read", - "description": "Grants permission to query Cost Catagory names and values for a specified time period", - "privilege": "GetCostCategories", + "description": "Grants permission to retrieve a historical view of the budget actions statuses associated with a particular budget action. These status include statues such as 'Standby', 'Pending' and 'Executed'", + "privilege": "DescribeBudgetActionHistories", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "budgetAction*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a cost forecast for a forecast time period", - "privilege": "GetCostForecast", + "description": "Grants permission to retrieve the details of all of the budget actions associated with your account", + "privilege": "DescribeBudgetActionsForAccount", "resource_types": [ { "condition_keys": [], @@ -24278,131 +26141,211 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve all available filter values for a filter for a period of time", - "privilege": "GetDimensionValues", + "description": "Grants permission to retrieve the details of all of the budget actions associated with a budget", + "privilege": "DescribeBudgetActionsForBudget", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "budget*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view Cost Explorer Preferences page", - "privilege": "GetPreferences", + "access_level": "Write", + "description": "Grants permission to initiate a pending budget action as well as reverse a previously executed budget action", + "privilege": "ExecuteBudgetAction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "budgetAction*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the reservation coverage for your account", - "privilege": "GetReservationCoverage", + "access_level": "Write", + "description": "Grants permission to modify budgets and budget details", + "privilege": "ModifyBudget", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "budget*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the reservation recommendations for your account", - "privilege": "GetReservationPurchaseRecommendation", + "access_level": "Write", + "description": "Grants permission to update the details of a specific budget action associated with a budget", + "privilege": "UpdateBudgetAction", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "budgetAction*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the reservation utilization for your account", - "privilege": "GetReservationUtilization", + "description": "Grants permission to view budgets and budget details", + "privilege": "ViewBudget", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "budget*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:budgets::${Account}:budget/${BudgetName}", + "condition_keys": [], + "resource": "budget" }, { - "access_level": "Read", - "description": "Grants permission to retrieve the rightsizing recommendations for your account", - "privilege": "GetRightsizingRecommendation", + "arn": "arn:${Partition}:budgets::${Account}:budget/${BudgetName}/action/${ActionId}", + "condition_keys": [], + "resource": "budgetAction" + } + ], + "service_name": "AWS Budget Service" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access based on the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access based on the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access based on the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "bugbust", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create a BugBust event", + "privilege": "CreateEvent", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [ + "iam:CreateServiceLinkedRole" + ], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the Savings Plans coverage for your account", - "privilege": "GetSavingsPlansCoverage", + "access_level": "Write", + "description": "Grants permission to evaluate checked-in profiling groups", + "privilege": "EvaluateProfilingGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "Event*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the Savings Plans recommendations for your account", - "privilege": "GetSavingsPlansPurchaseRecommendation", + "description": "Grants permission to view customer details about an event", + "privilege": "GetEvent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "Event*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the Savings Plans utilization for your account", - "privilege": "GetSavingsPlansUtilization", + "description": "Grants permission to view the status of a BugBust player's attempt to join a BugBust event", + "privilege": "GetJoinEventStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "Event*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the Savings Plans utilization details for your account", - "privilege": "GetSavingsPlansUtilizationDetails", + "access_level": "Write", + "description": "Grants permission to join an event", + "privilege": "JoinEvent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "Event*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to query tags for a specified time period", - "privilege": "GetTags", + "description": "Grants permission to view the bugs that were imported into an event for players to work on", + "privilege": "ListBugs", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "codeguru-reviewer:DescribeCodeReview", + "codeguru-reviewer:ListRecommendations" + ], + "resource_type": "Event*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], "resource_type": "" } @@ -24410,47 +26353,51 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve a usage forecast for a forecast time period", - "privilege": "GetUsageForecast", + "description": "Grants permission to view the participants of an event", + "privilege": "ListEventParticipants", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list Cost Allocation Tags", - "privilege": "ListCostAllocationTags", - "resource_types": [ + "resource_type": "Event*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve names, ARN, and effective dates for all Cost Categories", - "privilege": "ListCostCategoryDefinitions", + "access_level": "Read", + "description": "Grants permission to view the scores of an event's players", + "privilege": "ListEventScores", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "Event*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve a list of your historical recommendation generations", - "privilege": "ListSavingsPlansPurchaseRecommendationGeneration", + "description": "Grants permission to List BugBust events", + "privilege": "ListEvents", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], "resource_type": "" } @@ -24458,23 +26405,13 @@ }, { "access_level": "Read", - "description": "Grants permission to list tags for a Cost Explorer resource", - "privilege": "ListTagsForResource", + "description": "Grants permission to view the profiling groups that were imported into an event for players to work on", + "privilege": "ListProfilingGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "anomalymonitor" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "anomalysubscription" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "costcategory" + "resource_type": "Event*" }, { "condition_keys": [ @@ -24486,54 +26423,57 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to provide feedback on detected anomalies", - "privilege": "ProvideAnomalyFeedback", + "access_level": "Read", + "description": "Grants permission to view the pull requests used by players to submit fixes to their claimed bugs in an event", + "privilege": "ListPullRequests", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "Event*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to request a Savings Plans recommendation generation", - "privilege": "StartSavingsPlansPurchaseRecommendationGeneration", + "access_level": "Read", + "description": "Grants permission to lists tag for a Bugbust resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "Event*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Tagging", - "description": "Grants permission to tag a Cost Explorer resource", + "description": "Grants permission to tag a Bugbust resource", "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "anomalymonitor" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "anomalysubscription" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "costcategory" + "resource_type": "Event*" }, { "condition_keys": [ "aws:TagKeys", - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -24542,28 +26482,18 @@ }, { "access_level": "Tagging", - "description": "Grants permission to remove tags from a Cost Explorer resource", + "description": "Grants permission to untag a Bugbust resource", "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "anomalymonitor" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "anomalysubscription" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "costcategory" + "resource_type": "Event*" }, { "condition_keys": [ "aws:TagKeys", - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -24572,13 +26502,21 @@ }, { "access_level": "Write", - "description": "Grants permission to update an existing Anomaly Monitor", - "privilege": "UpdateAnomalyMonitor", + "description": "Grants permission to update a BugBust event", + "privilege": "UpdateEvent", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "anomalymonitor*" + "dependent_actions": [ + "codeguru-profiler:DescribeProfilingGroup", + "codeguru-profiler:ListProfilingGroups", + "codeguru-reviewer:DescribeCodeReview", + "codeguru-reviewer:ListCodeReviews", + "codeguru-reviewer:ListRecommendations", + "codeguru-reviewer:TagResource", + "codeguru-reviewer:UnTagResource" + ], + "resource_type": "Event*" }, { "condition_keys": [ @@ -24591,13 +26529,15 @@ }, { "access_level": "Write", - "description": "Grants permission to update an existing Anomaly Subscription", - "privilege": "UpdateAnomalySubscription", + "description": "Grants permission to update a work item as claimed or unclaimed (bug or profiling group)", + "privilege": "UpdateWorkItem", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "anomalysubscription*" + "dependent_actions": [ + "codeguru-reviewer:ListRecommendations" + ], + "resource_type": "Event*" }, { "condition_keys": [ @@ -24610,129 +26550,127 @@ }, { "access_level": "Write", - "description": "Grants permission to change whether existing or fine-grained IAM actions will be used to control authorization to Billing, Cost Management, and Account consoles", - "privilege": "UpdateConsoleActionSetEnforced", + "description": "Grants permission to update an event's work item (bug or profiling group)", + "privilege": "UpdateWorkItemAdmin", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "codeguru-reviewer:ListRecommendations" + ], + "resource_type": "Event*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:bugbust:${Region}:${Account}:events/${EventId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Event" + } + ], + "service_name": "AWS BugBust" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by tags that are passed in the request", + "type": "String" }, { - "access_level": "Write", - "description": "Grants permission to update existing Cost Allocation Tags status", - "privilege": "UpdateCostAllocationTagsStatus", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by tag keys that are passed in the request", + "type": "ArrayOfString" + }, + { + "condition": "connect:UserArn", + "description": "Filters access by connect's UserArn", + "type": "String" + } + ], + "prefix": "cases", + "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to retrieve information about the fields in the case domain", + "privilege": "BatchGetField", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Domain*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Field*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an existing Cost Category", - "privilege": "UpdateCostCategoryDefinition", + "description": "Grants permission to update the field options in the case domain", + "privilege": "BatchPutFieldOptions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "costcategory*" + "resource_type": "Domain*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Field*" } ] }, { "access_level": "Write", - "description": "Grants permission to update Reservation expiration alerts", - "privilege": "UpdateNotificationSubscription", + "description": "Grants permission to create a case in the case domain", + "privilege": "CreateCase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to edit Cost Explorer Preferences page", - "privilege": "UpdatePreferences", - "resource_types": [ + "resource_type": "Case*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update Cost Explorer Reports", - "privilege": "UpdateReport", - "resource_types": [ + "resource_type": "Domain*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:ce::${Account}:anomalysubscription/${Identifier}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "anomalysubscription" - }, - { - "arn": "arn:${Partition}:ce::${Account}:anomalymonitor/${Identifier}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "anomalymonitor" - }, - { - "arn": "arn:${Partition}:ce::${Account}:costcategory/${Identifier}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "costcategory" - } - ], - "service_name": "AWS Cost Explorer Service" - }, - { - "conditions": [], - "prefix": "chatbot", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to create an AWS Chatbot Chime Webhook Configuration", - "privilege": "CreateChimeWebhookConfiguration", - "resource_types": [ + "resource_type": "Field*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Template*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an AWS Chatbot Microsoft Teams Channel Configuration", - "privilege": "CreateMicrosoftTeamsChannelConfiguration", + "description": "Grants permission to create a new case domain", + "privilege": "CreateDomain", "resource_types": [ { "condition_keys": [], @@ -24743,140 +26681,197 @@ }, { "access_level": "Write", - "description": "Grants permission to create an AWS Chatbot Slack Channel Configuration", - "privilege": "CreateSlackChannelConfiguration", + "description": "Grants permission to create a field in the case domain", + "privilege": "CreateField", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Domain*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Field*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an AWS Chatbot Chime Webhook Configuration", - "privilege": "DeleteChimeWebhookConfiguration", + "description": "Grants permission to create a layout in the case domain", + "privilege": "CreateLayout", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ChatbotConfiguration*" + "resource_type": "Domain*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Layout*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an AWS Chatbot Microsoft Teams Channel Configuration", - "privilege": "DeleteMicrosoftTeamsChannelConfiguration", + "description": "Grants permission to create a related item associated to a case in the case domain", + "privilege": "CreateRelatedItem", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "Case*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Domain*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "RelatedItem*" + }, + { + "condition_keys": [ + "connect:UserArn" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the Microsoft Teams configured with AWS Chatbot in an AWS account", - "privilege": "DeleteMicrosoftTeamsConfiguredTeam", + "description": "Grants permission to create a template in the case domain", + "privilege": "CreateTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Domain*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Layout*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Template*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an AWS Chatbot Microsoft Teams User Identity", - "privilege": "DeleteMicrosoftTeamsUserIdentity", + "description": "Grants permission to delete the domain", + "privilege": "DeleteDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Domain*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an AWS Chatbot Slack Channel Configuration", - "privilege": "DeleteSlackChannelConfiguration", + "access_level": "Read", + "description": "Grants permission to retrieve information about a case in the case domain", + "privilege": "GetCase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ChatbotConfiguration*" + "resource_type": "Case*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Domain*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Field*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an AWS Chatbot Slack User Identity", - "privilege": "DeleteSlackUserIdentity", + "access_level": "Read", + "description": "Grants permission to retrieve information about the case event configuraton in the case domain", + "privilege": "GetCaseEventConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Domain*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the Slack workspace authorization with AWS Chatbot, associated with an AWS account", - "privilege": "DeleteSlackWorkspaceAuthorization", + "access_level": "Read", + "description": "Grants permission to retrieve information about the case domain", + "privilege": "GetDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Domain*" } ] }, { "access_level": "Read", - "description": "Grants permission to list all AWS Chatbot Chime Webhook Configurations in an AWS Account", - "privilege": "DescribeChimeWebhookConfigurations", + "description": "Grants permission to retrieve information about the layout in the case domain", + "privilege": "GetLayout", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Domain*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Layout*" } ] }, { "access_level": "Read", - "description": "Grants permission to list all AWS Chatbot Slack Channel Configurations in an AWS account", - "privilege": "DescribeSlackChannelConfigurations", + "description": "Grants permission to retrieve information about the template in the case domain", + "privilege": "GetTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Domain*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Template*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list all public Slack channels in the Slack workspace connected to the AWS Account onboarded with AWS Chatbot service", - "privilege": "DescribeSlackChannels", + "access_level": "List", + "description": "Grants permission to list cases for a specific contact in the case domain", + "privilege": "ListCasesForContact", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe AWS Chatbot Slack User Identities", - "privilege": "DescribeSlackUserIdentities", + "access_level": "List", + "description": "Grants permission to list all domains in the aws account", + "privilege": "ListDomains", "resource_types": [ { "condition_keys": [], @@ -24886,45 +26881,50 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list all authorized Slack workspaces connected to the AWS Account onboarded with AWS Chatbot service", - "privilege": "DescribeSlackWorkspaces", + "access_level": "List", + "description": "Grants permission to list field options for a single select field in the case domain", + "privilege": "ListFieldOptions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Domain*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Field*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve AWS Chatbot account preferences", - "privilege": "GetAccountPreferences", + "access_level": "List", + "description": "Grants permission to list fields in the case domain", + "privilege": "ListFields", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a single AWS Chatbot Microsoft Teams Channel Configurations in an AWS account", - "privilege": "GetMicrosoftTeamsChannelConfiguration", + "access_level": "List", + "description": "Grants permission to list layouts in the case domain", + "privilege": "ListLayouts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Domain*" } ] }, { "access_level": "Read", - "description": "Grants permission to generate OAuth parameters to request Microsoft Teams OAuth code to be used by the AWS Chatbot service", - "privilege": "GetMicrosoftTeamsOauthParameters", + "description": "Grants permission to list the tags for the specified resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], @@ -24934,450 +26934,709 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to generate OAuth parameters to request Slack OAuth code to be used by the AWS Chatbot service", - "privilege": "GetSlackOauthParameters", + "access_level": "List", + "description": "Grants permission to list templates in the case domain", + "privilege": "ListTemplates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list all AWS Chatbot Microsoft Teams Channel Configurations in an AWS account", - "privilege": "ListMicrosoftTeamsChannelConfigurations", + "access_level": "Write", + "description": "Grants permission to insert or update the case event configuration in the case domain", + "privilege": "PutCaseEventConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Domain*" } ] }, { "access_level": "Read", - "description": "Grants permission to list all Microsoft Teams connected to the AWS Account onboarded with AWS Chatbot service", - "privilege": "ListMicrosoftTeamsConfiguredTeams", + "description": "Grants permission to search for cases in the case domain", + "privilege": "SearchCases", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Domain*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe AWS Chatbot Microsoft Teams User Identities", - "privilege": "ListMicrosoftTeamsUserIdentities", + "description": "Grants permission to search for related items associated to the case in the case domain", + "privilege": "SearchRelatedItems", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Case*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Domain*" } ] }, { - "access_level": "Write", - "description": "Grants permission to redeem previously generated parameters with Microsoft APIs, to acquire OAuth tokens to be used by the AWS Chatbot service", - "privilege": "RedeemMicrosoftTeamsOauthCode", + "access_level": "Tagging", + "description": "Grants permission to add the specified tags to the specified resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "Case" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Domain" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Field" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Layout" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "RelatedItem" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Template" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to redeem previously generated parameters with Slack API, to acquire OAuth tokens to be used by the AWS Chatbot service", - "privilege": "RedeemSlackOauthCode", + "access_level": "Tagging", + "description": "Grants permission to remove the specified tags from the specified resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "Case" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Domain" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Field" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Layout" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "RelatedItem" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Template" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update AWS Chatbot account preferences", - "privilege": "UpdateAccountPreferences", + "description": "Grants permission to update the field values on the case in the case domain", + "privilege": "UpdateCase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Case*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Domain*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Field*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an AWS Chatbot Chime Webhook Configuration", - "privilege": "UpdateChimeWebhookConfiguration", + "description": "Grants permission to update the field in the case domain", + "privilege": "UpdateField", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ChatbotConfiguration*" + "resource_type": "Domain*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Field*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an AWS Chatbot Microsoft Teams Channel Configuration", - "privilege": "UpdateMicrosoftTeamsChannelConfiguration", + "description": "Grants permission to update the layout in the case domain", + "privilege": "UpdateLayout", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Domain*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Layout*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an AWS Chatbot Slack Channel Configuration", - "privilege": "UpdateSlackChannelConfiguration", + "description": "Grants permission to update the template in the case domain", + "privilege": "UpdateTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ChatbotConfiguration*" + "resource_type": "Domain*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Template*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:chatbot::${Account}:chat-configuration/${ConfigurationType}/${ChatbotConfigurationName}", - "condition_keys": [], - "resource": "ChatbotConfiguration" + "arn": "arn:${Partition}:cases:${Region}:${Account}:domain/${DomainId}/case/${CaseId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Case" + }, + { + "arn": "arn:${Partition}:cases:${Region}:${Account}:domain/${DomainId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Domain" + }, + { + "arn": "arn:${Partition}:cases:${Region}:${Account}:domain/${DomainId}/field/${FieldId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Field" + }, + { + "arn": "arn:${Partition}:cases:${Region}:${Account}:domain/${DomainId}/layout/${LayoutId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Layout" + }, + { + "arn": "arn:${Partition}:cases:${Region}:${Account}:domain/${DomainId}/case/${CaseId}/related-item/${RelatedItemId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "RelatedItem" + }, + { + "arn": "arn:${Partition}:cases:${Region}:${Account}:domain/${DomainId}/template/${TemplateId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Template" } ], - "service_name": "AWS Chatbot" + "service_name": "Amazon Connect Cases" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by a tag's key and value in a request", + "description": "Filters actions based on the presence of tag key-value pairs in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tag key-value pairs attached to the resource", + "description": "Filters actions based on tag key-value pairs attached to the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by the tag keys in a request", + "description": "Filters actions based on the presence of tag keys in the request", "type": "ArrayOfString" } ], - "prefix": "chime", + "prefix": "cassandra", "privileges": [ { "access_level": "Write", - "description": "Grants permission to accept the delegate invitation to share management of an Amazon Chime account with another AWS Account", - "privilege": "AcceptDelegate", + "description": "Grants permission to alter a keyspace or table", + "privilege": "Alter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "keyspace" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "table" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to activate users in an Amazon Chime Enterprise account", - "privilege": "ActivateUsers", + "description": "Grants permission to alter a multiregion keyspace or table", + "privilege": "AlterMultiRegionResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "keyspace" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "table" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to add a domain to your Amazon Chime account", - "privilege": "AddDomain", + "description": "Grants permission to create a keyspace or table", + "privilege": "Create", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "keyspace" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "table" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to add new or update existing Active Directory or Okta user groups associated with your Amazon Chime Enterprise account", - "privilege": "AddOrUpdateGroups", + "description": "Grants permission to create a multiregion keyspace or table", + "privilege": "CreateMultiRegionResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "keyspace" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "table" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to associate a flow with a channel", - "privilege": "AssociateChannelFlow", + "description": "Grants permission to drop a keyspace or table", + "privilege": "Drop", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" + "resource_type": "keyspace" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-user*" - }, + "resource_type": "table" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to drop a multiregion keyspace or table", + "privilege": "DropMultiRegionResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "keyspace" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel-flow*" + "resource_type": "table" } ] }, { "access_level": "Write", - "description": "Grants permission to associate a phone number with an Amazon Chime user", - "privilege": "AssociatePhoneNumberWithUser", + "description": "Grants permission to INSERT, UPDATE or DELETE data in a table", + "privilege": "Modify", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate multiple phone numbers with an Amazon Chime Voice Connector", - "privilege": "AssociatePhoneNumbersWithVoiceConnector", + "description": "Grants permission to INSERT, UPDATE or DELETE data in a multiregion table", + "privilege": "ModifyMultiRegionResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate multiple phone numbers with an Amazon Chime Voice Connector Group", - "privilege": "AssociatePhoneNumbersWithVoiceConnectorGroup", + "description": "Grants permission to restore table from a backup", + "privilege": "Restore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "table*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to associate the specified sign-in delegate groups with the specified Amazon Chime account", - "privilege": "AssociateSigninDelegateGroupsWithAccount", + "description": "Grants permission to restore multiregion table from a backup", + "privilege": "RestoreMultiRegionTable", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to authorize an Active Directory for your Amazon Chime Enterprise account", - "privilege": "AuthorizeDirectory", + "access_level": "Read", + "description": "Grants permission to SELECT data from a table", + "privilege": "Select", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create new attendees for an active Amazon Chime SDK meeting", - "privilege": "BatchCreateAttendee", + "access_level": "Read", + "description": "Grants permission to SELECT data from a multiregion table", + "privilege": "SelectMultiRegionResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "meeting*" + "resource_type": "table*" } ] }, { - "access_level": "Write", - "description": "Grants permission to add multiple users and bots to a channel", - "privilege": "BatchCreateChannelMembership", + "access_level": "Tagging", + "description": "Grants permission to tag a multiregion keyspace or table", + "privilege": "TagMultiRegionResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" + "resource_type": "keyspace" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-user*" + "resource_type": "table" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to batch add room members", - "privilege": "BatchCreateRoomMembership", + "access_level": "Tagging", + "description": "Grants permission to tag a keyspace or table", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to move up to 50 phone numbers to the deletion queue", - "privilege": "BatchDeletePhoneNumber", - "resource_types": [ + "resource_type": "keyspace" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "table" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to suspend up to 50 users from a Team or EnterpriseLWA Amazon Chime account", - "privilege": "BatchSuspendUser", + "access_level": "Tagging", + "description": "Grants permission to untag a multiregion keyspace or table", + "privilege": "UnTagMultiRegionResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to remove the suspension from up to 50 previously suspended users for the specified Amazon Chime EnterpriseLWA account", - "privilege": "BatchUnsuspendUser", - "resource_types": [ + "resource_type": "keyspace" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "table" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update AttendeeCapabilities except the capabilities listed in an ExcludedAttendeeIds table", - "privilege": "BatchUpdateAttendeeCapabilitiesExcept", + "access_level": "Tagging", + "description": "Grants permission to untag a keyspace or table", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "meeting*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update phone number details within the UpdatePhoneNumberRequestItem object for up to 50 phone numbers", - "privilege": "BatchUpdatePhoneNumber", - "resource_types": [ + "resource_type": "keyspace" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "table" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update user details within the UpdateUserRequestItem object for up to 20 users for the specified Amazon Chime account", - "privilege": "BatchUpdateUser", + "description": "Grants permission to UPDATE the partitioner in a system table", + "privilege": "UpdatePartitioner", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:cassandra:${Region}:${Account}:/keyspace/${KeyspaceName}/", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "keyspace" + }, + { + "arn": "arn:${Partition}:cassandra:${Region}:${Account}:/keyspace/${KeyspaceName}/table/${TableName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "table" + } + ], + "service_name": "Amazon Keyspaces (for Apache Cassandra)" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "ce", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to callback for a message on a channel", - "privilege": "ChannelFlowCallback", + "description": "Grants permission to create a new Anomaly Monitor", + "privilege": "CreateAnomalyMonitor", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to establish a web socket connection for app instance user to the messaging session endpoint", - "privilege": "Connect", + "description": "Grants permission to create a new Anomaly Subscription", + "privilege": "CreateAnomalySubscription", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "app-instance-user*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to connect an Active Directory to your Amazon Chime Enterprise account", - "privilege": "ConnectDirectory", + "description": "Grants permission to create a new Cost Category with the requested name and rules", + "privilege": "CreateCostCategoryDefinition", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [ - "ds:ConnectDirectory" + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an Amazon Chime account under the administrator's AWS account", - "privilege": "CreateAccount", + "description": "Grants permission to create Reservation expiration alerts", + "privilege": "CreateNotificationSubscription", "resource_types": [ { "condition_keys": [], @@ -25388,8 +27647,8 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new SCIM access key for your Amazon Chime account and Okta configuration", - "privilege": "CreateApiKey", + "description": "Grants permission to create Cost Explorer Reports", + "privilege": "CreateReport", "resource_types": [ { "condition_keys": [], @@ -25400,13 +27659,17 @@ }, { "access_level": "Write", - "description": "Grants permission to create an app instance under the AWS account", - "privilege": "CreateAppInstance", + "description": "Grants permission to delete an Anomaly Monitor", + "privilege": "DeleteAnomalyMonitor", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "anomalymonitor*" + }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -25415,35 +27678,17 @@ }, { "access_level": "Write", - "description": "Grants permission to promote a user or bot to an AppInstanceAdmin", - "privilege": "CreateAppInstanceAdmin", + "description": "Grants permission to delete an Anomaly Subscription", + "privilege": "DeleteAnomalySubscription", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-bot*" + "resource_type": "anomalysubscription*" }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a bot under an Amazon Chime AppInstance", - "privilege": "CreateAppInstanceBot", - "resource_types": [ { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -25452,13 +27697,17 @@ }, { "access_level": "Write", - "description": "Grants permission to create a user under an Amazon Chime AppInstance", - "privilege": "CreateAppInstanceUser", + "description": "Grants permission to delete a Cost Category", + "privilege": "DeleteCostCategoryDefinition", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "costcategory*" + }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -25467,20 +27716,20 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new attendee for an active Amazon Chime SDK meeting", - "privilege": "CreateAttendee", + "description": "Grants permission to delete Reservation expiration alerts", + "privilege": "DeleteNotificationSubscription", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "meeting*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a bot for an Amazon Chime Enterprise account", - "privilege": "CreateBot", + "description": "Grants permission to delete Cost Explorer Reports", + "privilege": "DeleteReport", "resource_types": [ { "condition_keys": [], @@ -25490,81 +27739,61 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a new Call Detail Record S3 bucket", - "privilege": "CreateCDRBucket", + "access_level": "Read", + "description": "Grants permission to retrieve descriptions such as the name, ARN, rules, definition, and effective dates of a Cost Category", + "privilege": "DescribeCostCategoryDefinition", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "s3:CreateBucket", - "s3:ListAllMyBuckets" + "dependent_actions": [], + "resource_type": "costcategory*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a channel for an app instance under the AWS account", - "privilege": "CreateChannel", + "access_level": "Read", + "description": "Grants permission to view Reservation expiration alerts", + "privilege": "DescribeNotificationSubscription", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to ban a user or bot from a channel", - "privilege": "CreateChannelBan", + "access_level": "Read", + "description": "Grants permission to view Cost Explorer Reports page", + "privilege": "DescribeReport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a channel flow for an app instance under the AWS account", - "privilege": "CreateChannelFlow", + "access_level": "Read", + "description": "Grants permission to retrieve anomalies", + "privilege": "GetAnomalies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance*" + "resource_type": "anomalymonitor*" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -25572,187 +27801,131 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to add a user or bot to a channel", - "privilege": "CreateChannelMembership", + "access_level": "Read", + "description": "Grants permission to query Anomaly Monitors", + "privilege": "GetAnomalyMonitors", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" + "resource_type": "anomalymonitor*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a channel moderator", - "privilege": "CreateChannelModerator", + "access_level": "Read", + "description": "Grants permission to query Anomaly Subscriptions", + "privilege": "GetAnomalySubscriptions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" + "resource_type": "anomalysubscription*" }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a media capture pipeline", - "privilege": "CreateMediaCapturePipeline", - "resource_types": [ { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [ - "s3:GetBucketPolicy" + "aws:ResourceTag/${TagKey}" ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a media concatenation pipeline", - "privilege": "CreateMediaConcatenationPipeline", + "access_level": "Read", + "description": "Grants permission to retrieve approximate usage record count for the chosen resource, level, and hourly granularity preferences, derived from the past month's usage", + "privilege": "GetApproximateUsageRecords", "resource_types": [ { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [ - "s3:GetBucketPolicy" - ], + "condition_keys": [], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a media insights pipeline", - "privilege": "CreateMediaInsightsPipeline", + "access_level": "Read", + "description": "Grants permission to view whether existing or fine-grained IAM actions are being used to control authorization to Billing, Cost Management, and Account consoles", + "privilege": "GetConsoleActionSetEnforced", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "chime:TagResource", - "kinesisvideo:DescribeStream" - ], - "resource_type": "media-insights-pipeline-configuration*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a media insights pipeline configuration", - "privilege": "CreateMediaInsightsPipelineConfiguration", + "access_level": "Read", + "description": "Grants permission to retrieve the cost and usage metrics for your account", + "privilege": "GetCostAndUsage", "resource_types": [ { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [ - "chime:TagResource", - "iam:PassRole", - "kinesis:DescribeStream", - "s3:ListBucket" - ], + "condition_keys": [], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a media live connector pipeline", - "privilege": "CreateMediaLiveConnectorPipeline", + "access_level": "Read", + "description": "Grants permission to retrieve the cost and usage metrics with resources for your account", + "privilege": "GetCostAndUsageWithResources", "resource_types": [ { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new Amazon Chime SDK meeting in the specified media Region, with no initial attendees", - "privilege": "CreateMeeting", + "access_level": "Read", + "description": "Grants permission to query Cost Catagory names and values for a specified time period", + "privilege": "GetCostCategories", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to call a phone number to join the specified Amazon Chime SDK meeting", - "privilege": "CreateMeetingDialOut", + "access_level": "Read", + "description": "Grants permission to retrieve a cost forecast for a forecast time period", + "privilege": "GetCostForecast", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "meeting*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new Amazon Chime SDK meeting in the specified media Region, with a set of attendees", - "privilege": "CreateMeetingWithAttendees", + "access_level": "Read", + "description": "Grants permission to retrieve all available filter values for a filter for a period of time", + "privilege": "GetDimensionValues", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a phone number order with the Carriers", - "privilege": "CreatePhoneNumberOrder", + "access_level": "Read", + "description": "Grants permission to view Cost Explorer Preferences page", + "privilege": "GetPreferences", "resource_types": [ { "condition_keys": [], @@ -25762,21 +27935,21 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a proxy session for the specified Amazon Chime Voice Connector", - "privilege": "CreateProxySession", + "access_level": "Read", + "description": "Grants permission to retrieve the reservation coverage for your account", + "privilege": "GetReservationCoverage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a room", - "privilege": "CreateRoom", + "access_level": "Read", + "description": "Grants permission to retrieve the reservation recommendations for your account", + "privilege": "GetReservationPurchaseRecommendation", "resource_types": [ { "condition_keys": [], @@ -25786,9 +27959,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to add a room member", - "privilege": "CreateRoomMembership", + "access_level": "Read", + "description": "Grants permission to retrieve the reservation utilization for your account", + "privilege": "GetReservationUtilization", "resource_types": [ { "condition_keys": [], @@ -25798,48 +27971,45 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create an Amazon Chime SIP media application under the administrator's AWS account", - "privilege": "CreateSipMediaApplication", + "access_level": "Read", + "description": "Grants permission to retrieve the rightsizing recommendations for your account", + "privilege": "GetRightsizingRecommendation", "resource_types": [ { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create outbound call for Amazon Chime SIP media application under the administrator's AWS account", - "privilege": "CreateSipMediaApplicationCall", + "access_level": "Read", + "description": "Grants permission to retrieve the Savings Plan recommendation details for your account", + "privilege": "GetSavingsPlanPurchaseRecommendationDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sip-media-application*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an Amazon Chime SIP rule under the administrator's AWS account", - "privilege": "CreateSipRule", + "access_level": "Read", + "description": "Grants permission to retrieve the Savings Plans coverage for your account", + "privilege": "GetSavingsPlansCoverage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sip-media-application" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a user under the specified Amazon Chime account", - "privilege": "CreateUser", + "access_level": "Read", + "description": "Grants permission to retrieve the Savings Plans recommendations for your account", + "privilege": "GetSavingsPlansPurchaseRecommendation", "resource_types": [ { "condition_keys": [], @@ -25849,36 +28019,33 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a Amazon Chime Voice Connector under the administrator's AWS account", - "privilege": "CreateVoiceConnector", + "access_level": "Read", + "description": "Grants permission to retrieve the Savings Plans utilization for your account", + "privilege": "GetSavingsPlansUtilization", "resource_types": [ { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a Amazon Chime Voice Connector Group under the administrator's AWS account", - "privilege": "CreateVoiceConnectorGroup", + "access_level": "Read", + "description": "Grants permission to retrieve the Savings Plans utilization details for your account", + "privilege": "GetSavingsPlansUtilizationDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a voice profile", - "privilege": "CreateVoiceProfile", + "access_level": "Read", + "description": "Grants permission to query tags for a specified time period", + "privilege": "GetTags", "resource_types": [ { "condition_keys": [], @@ -25888,28 +28055,21 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a voice profile domain", - "privilege": "CreateVoiceProfileDomain", + "access_level": "Read", + "description": "Grants permission to retrieve a usage forecast for a forecast time period", + "privilege": "GetUsageForecast", "resource_types": [ { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [ - "chime:TagResource", - "kms:CreateGrant", - "kms:DescribeKey" - ], + "condition_keys": [], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified Amazon Chime account", - "privilege": "DeleteAccount", + "access_level": "List", + "description": "Grants permission to list Cost Allocation Tags", + "privilege": "ListCostAllocationTags", "resource_types": [ { "condition_keys": [], @@ -25919,9 +28079,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete the OpenIdConfig attributes from your Amazon Chime account", - "privilege": "DeleteAccountOpenIdConfig", + "access_level": "List", + "description": "Grants permission to retrieve names, ARN, and effective dates for all Cost Categories", + "privilege": "ListCostCategoryDefinitions", "resource_types": [ { "condition_keys": [], @@ -25931,9 +28091,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified SCIM access key associated with your Amazon Chime account and Okta configuration", - "privilege": "DeleteApiKey", + "access_level": "List", + "description": "Grants permission to retrieve a list of your historical recommendation generations", + "privilege": "ListSavingsPlansPurchaseRecommendationGeneration", "resource_types": [ { "condition_keys": [], @@ -25943,227 +28103,204 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete an AppInstance", - "privilege": "DeleteAppInstance", + "access_level": "Read", + "description": "Grants permission to list tags for a Cost Explorer resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to demote an AppInstanceAdmin to a user or bot", - "privilege": "DeleteAppInstanceAdmin", - "resource_types": [ + "resource_type": "anomalymonitor" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance*" + "resource_type": "anomalysubscription" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" + "resource_type": "costcategory" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "app-instance-user*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an AppInstanceBot", - "privilege": "DeleteAppInstanceBot", + "description": "Grants permission to provide feedback on detected anomalies", + "privilege": "ProvideAnomalyFeedback", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to disable data streaming for the app instance", - "privilege": "DeleteAppInstanceStreamingConfigurations", + "description": "Grants permission to request a Savings Plans recommendation generation", + "privilege": "StartSavingsPlansPurchaseRecommendationGeneration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an AppInstanceUser", - "privilege": "DeleteAppInstanceUser", + "access_level": "Tagging", + "description": "Grants permission to tag a Cost Explorer resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-user*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete the specified attendee from an Amazon Chime SDK meeting", - "privilege": "DeleteAttendee", - "resource_types": [ + "resource_type": "anomalymonitor" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "meeting*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a Call Detail Record S3 bucket from your Amazon Chime account", - "privilege": "DeleteCDRBucket", - "resource_types": [ + "resource_type": "anomalysubscription" + }, { "condition_keys": [], - "dependent_actions": [ - "s3:DeleteBucket" + "dependent_actions": [], + "resource_type": "costcategory" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}" ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a channel", - "privilege": "DeleteChannel", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a Cost Explorer resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" + "resource_type": "anomalymonitor" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-user*" + "resource_type": "anomalysubscription" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "costcategory" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to remove a user or bot from a channel's ban list", - "privilege": "DeleteChannelBan", + "description": "Grants permission to update an existing Anomaly Monitor", + "privilege": "UpdateAnomalyMonitor", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" + "resource_type": "anomalymonitor*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a channel flow", - "privilege": "DeleteChannelFlow", + "description": "Grants permission to update an existing Anomaly Subscription", + "privilege": "UpdateAnomalySubscription", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "anomalysubscription*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to remove a member from a channel", - "privilege": "DeleteChannelMembership", + "description": "Grants permission to change whether existing or fine-grained IAM actions will be used to control authorization to Billing, Cost Management, and Account consoles", + "privilege": "UpdateConsoleActionSetEnforced", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a channel message", - "privilege": "DeleteChannelMessage", + "description": "Grants permission to update existing Cost Allocation Tags status", + "privilege": "UpdateCostAllocationTagsStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a channel moderator", - "privilege": "DeleteChannelModerator", + "description": "Grants permission to update an existing Cost Category", + "privilege": "UpdateCostCategoryDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" + "resource_type": "costcategory*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete delegated AWS account management from your Amazon Chime account", - "privilege": "DeleteDelegate", + "description": "Grants permission to update Reservation expiration alerts", + "privilege": "UpdateNotificationSubscription", "resource_types": [ { "condition_keys": [], @@ -26174,8 +28311,8 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a domain from your Amazon Chime account", - "privilege": "DeleteDomain", + "description": "Grants permission to edit Cost Explorer Preferences page", + "privilege": "UpdatePreferences", "resource_types": [ { "condition_keys": [], @@ -26186,8 +28323,8 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an events configuration for a bot to receive outgoing events", - "privilege": "DeleteEventsConfiguration", + "description": "Grants permission to update Cost Explorer Reports", + "privilege": "UpdateReport", "resource_types": [ { "condition_keys": [], @@ -26195,11 +28332,41 @@ "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:ce::${Account}:anomalysubscription/${Identifier}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "anomalysubscription" + }, + { + "arn": "arn:${Partition}:ce::${Account}:anomalymonitor/${Identifier}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "anomalymonitor" }, + { + "arn": "arn:${Partition}:ce::${Account}:costcategory/${Identifier}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "costcategory" + } + ], + "service_name": "AWS Cost Explorer Service" + }, + { + "conditions": [], + "prefix": "chatbot", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to delete Active Directory or Okta user groups from your Amazon Chime Enterprise account", - "privilege": "DeleteGroups", + "description": "Grants permission to create an AWS Chatbot Chime Webhook Configuration", + "privilege": "CreateChimeWebhookConfiguration", "resource_types": [ { "condition_keys": [], @@ -26210,70 +28377,68 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a media capture pipeline", - "privilege": "DeleteMediaCapturePipeline", + "description": "Grants permission to create an AWS Chatbot Microsoft Teams Channel Configuration", + "privilege": "CreateMicrosoftTeamsChannelConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "media-pipeline*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a media insights pipeline configuration", - "privilege": "DeleteMediaInsightsPipelineConfiguration", + "description": "Grants permission to create an AWS Chatbot Slack Channel Configuration", + "privilege": "CreateSlackChannelConfiguration", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "chime:ListVoiceConnectors" - ], - "resource_type": "media-insights-pipeline-configuration*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a media pipeline", - "privilege": "DeleteMediaPipeline", + "description": "Grants permission to delete an AWS Chatbot Chime Webhook Configuration", + "privilege": "DeleteChimeWebhookConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "media-pipeline*" + "resource_type": "ChatbotConfiguration*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified Amazon Chime SDK meeting", - "privilege": "DeleteMeeting", + "description": "Grants permission to delete an AWS Chatbot Microsoft Teams Channel Configuration", + "privilege": "DeleteMicrosoftTeamsChannelConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "meeting*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the data streaming configurations of an AppInstance", - "privilege": "DeleteMessagingStreamingConfigurations", + "description": "Grants permission to delete the Microsoft Teams configured with AWS Chatbot in an AWS account", + "privilege": "DeleteMicrosoftTeamsConfiguredTeam", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to move a phone number to the deletion queue", - "privilege": "DeletePhoneNumber", + "description": "Grants permission to delete an AWS Chatbot Microsoft Teams User Identity", + "privilege": "DeleteMicrosoftTeamsUserIdentity", "resource_types": [ { "condition_keys": [], @@ -26284,20 +28449,20 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a proxy session for the specified Amazon Chime Voice Connector", - "privilege": "DeleteProxySession", + "description": "Grants permission to delete an AWS Chatbot Slack Channel Configuration", + "privilege": "DeleteSlackChannelConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "ChatbotConfiguration*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a room", - "privilege": "DeleteRoom", + "description": "Grants permission to delete an AWS Chatbot Slack User Identity", + "privilege": "DeleteSlackUserIdentity", "resource_types": [ { "condition_keys": [], @@ -26308,8 +28473,8 @@ }, { "access_level": "Write", - "description": "Grants permission to remove a room member", - "privilege": "DeleteRoomMembership", + "description": "Grants permission to delete the Slack workspace authorization with AWS Chatbot, associated with an AWS account", + "privilege": "DeleteSlackWorkspaceAuthorization", "resource_types": [ { "condition_keys": [], @@ -26319,21 +28484,21 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete Amazon Chime SIP media application under the administrator's AWS account", - "privilege": "DeleteSipMediaApplication", + "access_level": "Read", + "description": "Grants permission to list all AWS Chatbot Chime Webhook Configurations in an AWS Account", + "privilege": "DescribeChimeWebhookConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sip-media-application*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete Amazon Chime SIP rule under the administrator's AWS account", - "privilege": "DeleteSipRule", + "access_level": "Read", + "description": "Grants permission to list all AWS Chatbot Slack Channel Configurations in an AWS account", + "privilege": "DescribeSlackChannelConfigurations", "resource_types": [ { "condition_keys": [], @@ -26343,38 +28508,33 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified Amazon Chime Voice Connector", - "privilege": "DeleteVoiceConnector", + "access_level": "Read", + "description": "Grants permission to list all public Slack channels in the Slack workspace connected to the AWS Account onboarded with AWS Chatbot service", + "privilege": "DescribeSlackChannels", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "logs:CreateLogDelivery", - "logs:DeleteLogDelivery", - "logs:GetLogDelivery", - "logs:ListLogDeliveries" - ], - "resource_type": "voice-connector*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete emergency calling configuration for the specified Amazon Chime Voice Connector", - "privilege": "DeleteVoiceConnectorEmergencyCallingConfiguration", + "access_level": "Read", + "description": "Grants permission to describe AWS Chatbot Slack User Identities", + "privilege": "DescribeSlackUserIdentities", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified Amazon Chime Voice Connector Group", - "privilege": "DeleteVoiceConnectorGroup", + "access_level": "Read", + "description": "Grants permission to list all authorized Slack workspaces connected to the AWS Account onboarded with AWS Chatbot service", + "privilege": "DescribeSlackWorkspaces", "resource_types": [ { "condition_keys": [], @@ -26384,319 +28544,243 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete the origination settings for the specified Amazon Chime Voice Connector", - "privilege": "DeleteVoiceConnectorOrigination", + "access_level": "Read", + "description": "Grants permission to retrieve AWS Chatbot account preferences", + "privilege": "GetAccountPreferences", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete proxy configuration for the specified Amazon Chime Voice Connector", - "privilege": "DeleteVoiceConnectorProxy", + "access_level": "Read", + "description": "Grants permission to get a single AWS Chatbot Microsoft Teams Channel Configurations in an AWS account", + "privilege": "GetMicrosoftTeamsChannelConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete streaming configuration for the specified Amazon Chime Voice Connector", - "privilege": "DeleteVoiceConnectorStreamingConfiguration", + "access_level": "Read", + "description": "Grants permission to generate OAuth parameters to request Microsoft Teams OAuth code to be used by the AWS Chatbot service", + "privilege": "GetMicrosoftTeamsOauthParameters", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the termination settings for the specified Amazon Chime Voice Connector", - "privilege": "DeleteVoiceConnectorTermination", + "access_level": "Read", + "description": "Grants permission to generate OAuth parameters to request Slack OAuth code to be used by the AWS Chatbot service", + "privilege": "GetSlackOauthParameters", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete SIP termination credentials for the specified Amazon Chime Voice Connector", - "privilege": "DeleteVoiceConnectorTerminationCredentials", + "access_level": "Read", + "description": "Grants permission to list all AWS Chatbot Microsoft Teams Channel Configurations in an AWS account", + "privilege": "ListMicrosoftTeamsChannelConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a voice profile", - "privilege": "DeleteVoiceProfile", + "access_level": "Read", + "description": "Grants permission to list all Microsoft Teams connected to the AWS Account onboarded with AWS Chatbot service", + "privilege": "ListMicrosoftTeamsConfiguredTeams", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-profile*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a voice profile domain", - "privilege": "DeleteVoiceProfileDomain", + "access_level": "Read", + "description": "Grants permission to describe AWS Chatbot Microsoft Teams User Identities", + "privilege": "ListMicrosoftTeamsUserIdentities", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-profile-domain*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to deregister an endpoint for an app instance user", - "privilege": "DeregisterAppInstanceUserEndpoint", + "description": "Grants permission to redeem previously generated parameters with Microsoft APIs, to acquire OAuth tokens to be used by the AWS Chatbot service", + "privilege": "RedeemMicrosoftTeamsOauthCode", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-user*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the full details of an AppInstance", - "privilege": "DescribeAppInstance", + "access_level": "Write", + "description": "Grants permission to redeem previously generated parameters with Slack API, to acquire OAuth tokens to be used by the AWS Chatbot service", + "privilege": "RedeemSlackOauthCode", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the full details of an AppInstanceAdmin", - "privilege": "DescribeAppInstanceAdmin", + "access_level": "Write", + "description": "Grants permission to update AWS Chatbot account preferences", + "privilege": "UpdateAccountPreferences", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the full details of an AppInstanceBot", - "privilege": "DescribeAppInstanceBot", + "access_level": "Write", + "description": "Grants permission to update an AWS Chatbot Chime Webhook Configuration", + "privilege": "UpdateChimeWebhookConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" + "resource_type": "ChatbotConfiguration*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the full details of an AppInstanceUser", - "privilege": "DescribeAppInstanceUser", + "access_level": "Write", + "description": "Grants permission to update an AWS Chatbot Microsoft Teams Channel Configuration", + "privilege": "UpdateMicrosoftTeamsChannelConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-user*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an endpoint registered for an app instance user", - "privilege": "DescribeAppInstanceUserEndpoint", + "access_level": "Write", + "description": "Grants permission to update an AWS Chatbot Slack Channel Configuration", + "privilege": "UpdateSlackChannelConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-user*" + "resource_type": "ChatbotConfiguration*" } ] - }, + } + ], + "resources": [ { - "access_level": "Read", - "description": "Grants permission to get the full details of a channel", - "privilege": "DescribeChannel", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel*" - } - ] - }, + "arn": "arn:${Partition}:chatbot::${Account}:chat-configuration/${ConfigurationType}/${ChatbotConfigurationName}", + "condition_keys": [], + "resource": "ChatbotConfiguration" + } + ], + "service_name": "AWS Chatbot" + }, + { + "conditions": [ { - "access_level": "Read", - "description": "Grants permission to get the full details of a channel ban", - "privilege": "DescribeChannelBan", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel*" - } - ] + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by a tag's key and value in a request", + "type": "String" }, { - "access_level": "Read", - "description": "Grants permission to get the full details of a channel flow", - "privilege": "DescribeChannelFlow", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel-flow*" - } - ] + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tag key-value pairs attached to the resource", + "type": "String" }, { - "access_level": "Read", - "description": "Grants permission to get the full details of a channel membership", - "privilege": "DescribeChannelMembership", + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys in a request", + "type": "ArrayOfString" + } + ], + "prefix": "chime", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to accept the delegate invitation to share management of an Amazon Chime account with another AWS Account", + "privilege": "AcceptDelegate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the details of a channel based on the membership of the specified user or bot", - "privilege": "DescribeChannelMembershipForAppInstanceUser", + "access_level": "Write", + "description": "Grants permission to activate users in an Amazon Chime Enterprise account", + "privilege": "ActivateUsers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the full details of a channel moderated by the specified user or bot", - "privilege": "DescribeChannelModeratedByAppInstanceUser", + "access_level": "Write", + "description": "Grants permission to add a domain to your Amazon Chime account", + "privilege": "AddDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the full details of a single ChannelModerator", - "privilege": "DescribeChannelModerator", + "access_level": "Write", + "description": "Grants permission to add new or update existing Active Directory or Okta user groups associated with your Amazon Chime Enterprise account", + "privilege": "AddOrUpdateGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate a flow from a channel", - "privilege": "DisassociateChannelFlow", + "description": "Grants permission to associate a flow with a channel", + "privilege": "AssociateChannelFlow", "resource_types": [ { "condition_keys": [], @@ -26722,8 +28806,8 @@ }, { "access_level": "Write", - "description": "Grants permission to disassociate the primary provisioned number from the specified Amazon Chime user", - "privilege": "DisassociatePhoneNumberFromUser", + "description": "Grants permission to associate a phone number with an Amazon Chime user", + "privilege": "AssociatePhoneNumberWithUser", "resource_types": [ { "condition_keys": [], @@ -26734,8 +28818,8 @@ }, { "access_level": "Write", - "description": "Grants permission to disassociate multiple phone numbers from the specified Amazon Chime Voice Connector", - "privilege": "DisassociatePhoneNumbersFromVoiceConnector", + "description": "Grants permission to associate multiple phone numbers with an Amazon Chime Voice Connector", + "privilege": "AssociatePhoneNumbersWithVoiceConnector", "resource_types": [ { "condition_keys": [], @@ -26746,8 +28830,8 @@ }, { "access_level": "Write", - "description": "Grants permission to disassociate multiple phone numbers from the specified Amazon Chime Voice Connector Group", - "privilege": "DisassociatePhoneNumbersFromVoiceConnectorGroup", + "description": "Grants permission to associate multiple phone numbers with an Amazon Chime Voice Connector Group", + "privilege": "AssociatePhoneNumbersWithVoiceConnectorGroup", "resource_types": [ { "condition_keys": [], @@ -26758,8 +28842,8 @@ }, { "access_level": "Write", - "description": "Grants permission to disassociate the specified sign-in delegate groups from the specified Amazon Chime account", - "privilege": "DisassociateSigninDelegateGroupsFromAccount", + "description": "Grants permission to associate the specified sign-in delegate groups with the specified Amazon Chime account", + "privilege": "AssociateSigninDelegateGroupsWithAccount", "resource_types": [ { "condition_keys": [], @@ -26770,8 +28854,8 @@ }, { "access_level": "Write", - "description": "Grants permission to disconnect the Active Directory from your Amazon Chime Enterprise account", - "privilege": "DisconnectDirectory", + "description": "Grants permission to authorize an Active Directory for your Amazon Chime Enterprise account", + "privilege": "AuthorizeDirectory", "resource_types": [ { "condition_keys": [], @@ -26781,33 +28865,43 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get details for the specified Amazon Chime account", - "privilege": "GetAccount", + "access_level": "Write", + "description": "Grants permission to create new attendees for an active Amazon Chime SDK meeting", + "privilege": "BatchCreateAttendee", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "meeting*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details for the account resource associated with your Amazon Chime account", - "privilege": "GetAccountResource", + "access_level": "Write", + "description": "Grants permission to add multiple users and bots to a channel", + "privilege": "BatchCreateChannelMembership", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "app-instance-bot*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "app-instance-user*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "channel*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get account settings for the specified Amazon Chime account ID", - "privilege": "GetAccountSettings", + "access_level": "Write", + "description": "Grants permission to batch add room members", + "privilege": "BatchCreateRoomMembership", "resource_types": [ { "condition_keys": [], @@ -26817,9 +28911,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get the account details and OpenIdConfig attributes for your Amazon Chime account", - "privilege": "GetAccountWithOpenIdConfig", + "access_level": "Write", + "description": "Grants permission to move up to 50 phone numbers to the deletion queue", + "privilege": "BatchDeletePhoneNumber", "resource_types": [ { "condition_keys": [], @@ -26829,33 +28923,33 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get retention settings for an app instance", - "privilege": "GetAppInstanceRetentionSettings", + "access_level": "Write", + "description": "Grants permission to suspend up to 50 users from a Team or EnterpriseLWA Amazon Chime account", + "privilege": "BatchSuspendUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the streaming configurations for an app instance", - "privilege": "GetAppInstanceStreamingConfigurations", + "access_level": "Write", + "description": "Grants permission to remove the suspension from up to 50 previously suspended users for the specified Amazon Chime EnterpriseLWA account", + "privilege": "BatchUnsuspendUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get attendee details for a specified meeting ID and attendee ID", - "privilege": "GetAttendee", + "access_level": "Write", + "description": "Grants permission to update AttendeeCapabilities except the capabilities listed in an ExcludedAttendeeIds table", + "privilege": "BatchUpdateAttendeeCapabilitiesExcept", "resource_types": [ { "condition_keys": [], @@ -26865,9 +28959,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve details for the specified bot", - "privilege": "GetBot", + "access_level": "Write", + "description": "Grants permission to update phone number details within the UpdatePhoneNumberRequestItem object for up to 50 phone numbers", + "privilege": "BatchUpdatePhoneNumber", "resource_types": [ { "condition_keys": [], @@ -26877,38 +28971,22 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get details of a Call Detail Record S3 bucket associated with your Amazon Chime account", - "privilege": "GetCDRBucket", + "access_level": "Write", + "description": "Grants permission to update user details within the UpdateUserRequestItem object for up to 20 users for the specified Amazon Chime account", + "privilege": "BatchUpdateUser", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "s3:GetBucketAcl", - "s3:GetBucketLocation", - "s3:GetBucketLogging", - "s3:GetBucketVersioning", - "s3:GetBucketWebsite" - ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the preferences for a channel membership", - "privilege": "GetChannelMembershipPreferences", + "access_level": "Write", + "description": "Grants permission to callback for a message on a channel", + "privilege": "ChannelFlowCallback", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" - }, { "condition_keys": [], "dependent_actions": [], @@ -26917,53 +28995,35 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get the full details of a channel message", - "privilege": "GetChannelMessage", + "access_level": "Write", + "description": "Grants permission to establish a web socket connection for app instance user to the messaging session endpoint", + "privilege": "Connect", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, { "condition_keys": [], "dependent_actions": [], "resource_type": "app-instance-user*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the status of a channel message", - "privilege": "GetChannelMessageStatus", + "access_level": "Write", + "description": "Grants permission to connect an Active Directory to your Amazon Chime Enterprise account", + "privilege": "ConnectDirectory", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel*" + "dependent_actions": [ + "ds:ConnectDirectory" + ], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get domain details for a domain associated with your Amazon Chime account", - "privilege": "GetDomain", + "access_level": "Write", + "description": "Grants permission to create an Amazon Chime account under the administrator's AWS account", + "privilege": "CreateAccount", "resource_types": [ { "condition_keys": [], @@ -26973,9 +29033,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve details for an events configuration for a bot to receive outgoing events", - "privilege": "GetEventsConfiguration", + "access_level": "Write", + "description": "Grants permission to create a new SCIM access key for your Amazon Chime account and Okta configuration", + "privilege": "CreateApiKey", "resource_types": [ { "condition_keys": [], @@ -26985,57 +29045,76 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get global settings related to Amazon Chime for the AWS account", - "privilege": "GetGlobalSettings", + "access_level": "Write", + "description": "Grants permission to create an app instance under the AWS account", + "privilege": "CreateAppInstance", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get an existing media capture pipeline", - "privilege": "GetMediaCapturePipeline", + "access_level": "Write", + "description": "Grants permission to promote a user or bot to an AppInstanceAdmin", + "privilege": "CreateAppInstanceAdmin", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "media-pipeline*" + "resource_type": "app-instance*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "app-instance-bot*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "app-instance-user*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a media insights pipeline configuration", - "privilege": "GetMediaInsightsPipelineConfiguration", + "access_level": "Write", + "description": "Grants permission to create a bot under an Amazon Chime AppInstance", + "privilege": "CreateAppInstanceBot", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "media-insights-pipeline-configuration*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get an existing media pipeline", - "privilege": "GetMediaPipeline", + "access_level": "Write", + "description": "Grants permission to create a user under an Amazon Chime AppInstance", + "privilege": "CreateAppInstanceUser", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "media-pipeline*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the meeting record for a specified meeting ID", - "privilege": "GetMeeting", + "access_level": "Write", + "description": "Grants permission to create a new attendee for an active Amazon Chime SDK meeting", + "privilege": "CreateAttendee", "resource_types": [ { "condition_keys": [], @@ -27045,9 +29124,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get attendee, connection, and other details for a meeting", - "privilege": "GetMeetingDetail", + "access_level": "Write", + "description": "Grants permission to create a bot for an Amazon Chime Enterprise account", + "privilege": "CreateBot", "resource_types": [ { "condition_keys": [], @@ -27057,249 +29136,313 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get the endpoint for the messaging session", - "privilege": "GetMessagingSessionEndpoint", + "access_level": "Write", + "description": "Grants permission to create a new Call Detail Record S3 bucket", + "privilege": "CreateCDRBucket", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "s3:CreateBucket", + "s3:ListAllMyBuckets" + ], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the data streaming configurations of an AppInstance", - "privilege": "GetMessagingStreamingConfigurations", + "access_level": "Write", + "description": "Grants permission to create a channel for an app instance under the AWS account", + "privilege": "CreateChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get details for the specified phone number", - "privilege": "GetPhoneNumber", - "resource_types": [ + "resource_type": "app-instance-bot*" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "app-instance-user*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details for the specified phone number order", - "privilege": "GetPhoneNumberOrder", + "access_level": "Write", + "description": "Grants permission to ban a user or bot from a channel", + "privilege": "CreateChannelBan", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get phone number settings related to Amazon Chime for the AWS account", - "privilege": "GetPhoneNumberSettings", - "resource_types": [ + "resource_type": "app-instance-bot*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get details of the specified proxy session for the specified Amazon Chime Voice Connector", - "privilege": "GetProxySession", - "resource_types": [ + "resource_type": "app-instance-user*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "channel*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the retention settings for the specified Amazon Chime account", - "privilege": "GetRetentionSettings", + "access_level": "Write", + "description": "Grants permission to create a channel flow for an app instance under the AWS account", + "privilege": "CreateChannelFlow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "app-instance*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a room", - "privilege": "GetRoom", + "access_level": "Write", + "description": "Grants permission to add a user or bot to a channel", + "privilege": "CreateChannelMembership", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get details of Amazon Chime SIP media application under the administrator's AWS account", - "privilege": "GetSipMediaApplication", - "resource_types": [ + "resource_type": "app-instance-bot*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "sip-media-application*" + "resource_type": "app-instance-user*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "channel*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get Alexa Skill configuration settings for Amazon Chime SIP media application under the administrator's AWS account", - "privilege": "GetSipMediaApplicationAlexaSkillConfiguration", + "access_level": "Write", + "description": "Grants permission to create a channel moderator", + "privilege": "CreateChannelModerator", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sip-media-application*" + "resource_type": "app-instance-bot*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "app-instance-user*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "channel*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get logging configuration settings for Amazon Chime SIP media application under the administrator's AWS account", - "privilege": "GetSipMediaApplicationLoggingConfiguration", + "access_level": "Write", + "description": "Grants permission to create a media capture pipeline", + "privilege": "CreateMediaCapturePipeline", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "sip-media-application*" + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [ + "s3:GetBucketPolicy" + ], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details of Amazon Chime SIP rule under the administrator's AWS account", - "privilege": "GetSipRule", + "access_level": "Write", + "description": "Grants permission to create a media concatenation pipeline", + "privilege": "CreateMediaConcatenationPipeline", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [ + "s3:GetBucketPolicy" + ], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a speaker search task", - "privilege": "GetSpeakerSearchTask", + "access_level": "Write", + "description": "Grants permission to create a media insights pipeline", + "privilege": "CreateMediaInsightsPipeline", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "chime:TagResource", + "kinesisvideo:DescribeStream" + ], + "resource_type": "media-insights-pipeline-configuration*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get telephony limits for the AWS account", - "privilege": "GetTelephonyLimits", + "access_level": "Write", + "description": "Grants permission to create a media insights pipeline configuration", + "privilege": "CreateMediaInsightsPipelineConfiguration", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [ + "chime:TagResource", + "iam:PassRole", + "kinesis:DescribeStream", + "s3:ListBucket" + ], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details for the specified user ID", - "privilege": "GetUser", + "access_level": "Write", + "description": "Grants permission to create a media live connector pipeline", + "privilege": "CreateMediaLiveConnectorPipeline", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a summary of user activity on the user details page", - "privilege": "GetUserActivityReportData", + "access_level": "Write", + "description": "Grants permission to create kinesis video stream pool", + "privilege": "CreateMediaPipelineKinesisVideoStreamPool", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [ + "kinesis:DescribeStream", + "kinesisvideo:CreateStream", + "kinesisvideo:GetDataEndpoint", + "kinesisvideo:ListStreams" + ], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get user details for an Amazon Chime user based on the email address in an Amazon Chime Enterprise or Team account", - "privilege": "GetUserByEmail", + "access_level": "Write", + "description": "Grants permission to create a media stream pipeline", + "privilege": "CreateMediaStreamPipeline", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "kinesisvideo:DescribeStream", + "kinesisvideo:GetDataEndpoint", + "kinesisvideo:PutMedia" + ], + "resource_type": "media-pipeline-kinesis-video-stream-pool*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get user settings related to the specified Amazon Chime user", - "privilege": "GetUserSettings", + "access_level": "Write", + "description": "Grants permission to create a new Amazon Chime SDK meeting in the specified media Region, with no initial attendees", + "privilege": "CreateMeeting", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details for the specified Amazon Chime Voice Connector", - "privilege": "GetVoiceConnector", + "access_level": "Write", + "description": "Grants permission to call a phone number to join the specified Amazon Chime SDK meeting", + "privilege": "CreateMeetingDialOut", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "meeting*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details of the emergency calling configuration for the specified Amazon Chime Voice Connector", - "privilege": "GetVoiceConnectorEmergencyCallingConfiguration", + "access_level": "Write", + "description": "Grants permission to create a new Amazon Chime SDK meeting in the specified media Region, with a set of attendees", + "privilege": "CreateMeetingWithAttendees", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details for the specified Amazon Chime Voice Connector Group", - "privilege": "GetVoiceConnectorGroup", + "access_level": "Write", + "description": "Grants permission to create a phone number order with the Carriers", + "privilege": "CreatePhoneNumberOrder", "resource_types": [ { "condition_keys": [], @@ -27309,9 +29452,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get details of the logging configuration for the specified Amazon Chime Voice Connector", - "privilege": "GetVoiceConnectorLoggingConfiguration", + "access_level": "Write", + "description": "Grants permission to create a proxy session for the specified Amazon Chime Voice Connector", + "privilege": "CreateProxySession", "resource_types": [ { "condition_keys": [], @@ -27321,105 +29464,111 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get details of the origination settings for the specified Amazon Chime Voice Connector", - "privilege": "GetVoiceConnectorOrigination", + "access_level": "Write", + "description": "Grants permission to create a room", + "privilege": "CreateRoom", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details of the proxy configuration for the specified Amazon Chime Voice Connector", - "privilege": "GetVoiceConnectorProxy", + "access_level": "Write", + "description": "Grants permission to add a room member", + "privilege": "CreateRoomMembership", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details of the streaming configuration for the specified Amazon Chime Voice Connector", - "privilege": "GetVoiceConnectorStreamingConfiguration", + "access_level": "Write", + "description": "Grants permission to create an Amazon Chime SIP media application under the administrator's AWS account", + "privilege": "CreateSipMediaApplication", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details of the termination settings for the specified Amazon Chime Voice Connector", - "privilege": "GetVoiceConnectorTermination", + "access_level": "Write", + "description": "Grants permission to create outbound call for Amazon Chime SIP media application under the administrator's AWS account", + "privilege": "CreateSipMediaApplicationCall", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "sip-media-application*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details of the termination health for the specified Amazon Chime Voice Connector", - "privilege": "GetVoiceConnectorTerminationHealth", + "access_level": "Write", + "description": "Grants permission to create an Amazon Chime SIP rule under the administrator's AWS account", + "privilege": "CreateSipRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "sip-media-application" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a voice profile", - "privilege": "GetVoiceProfile", + "access_level": "Write", + "description": "Grants permission to create a user under the specified Amazon Chime account", + "privilege": "CreateUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-profile*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a voice profile domain", - "privilege": "GetVoiceProfileDomain", + "access_level": "Write", + "description": "Grants permission to create a Amazon Chime Voice Connector under the administrator's AWS account", + "privilege": "CreateVoiceConnector", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "voice-profile-domain*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a voice tone analysis task", - "privilege": "GetVoiceToneAnalysisTask", + "access_level": "Write", + "description": "Grants permission to create a Amazon Chime Voice Connector Group under the administrator's AWS account", + "privilege": "CreateVoiceConnectorGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "voice-connector" } ] }, { "access_level": "Write", - "description": "Grants permission to send an invitation to accept a request for AWS account delegation for an Amazon Chime account", - "privilege": "InviteDelegate", + "description": "Grants permission to create a voice profile", + "privilege": "CreateVoiceProfile", "resource_types": [ { "condition_keys": [], @@ -27430,20 +29579,27 @@ }, { "access_level": "Write", - "description": "Grants permission to invite as many as 50 users to the specified Amazon Chime account", - "privilege": "InviteUsers", + "description": "Grants permission to create a voice profile domain", + "privilege": "CreateVoiceProfileDomain", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [ + "chime:TagResource", + "kms:CreateGrant", + "kms:DescribeKey" + ], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to invite users from a third party provider to your Amazon Chime account", - "privilege": "InviteUsersFromProvider", + "description": "Grants permission to delete the specified Amazon Chime account", + "privilege": "DeleteAccount", "resource_types": [ { "condition_keys": [], @@ -27453,9 +29609,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list Amazon Chime account usage reporting data", - "privilege": "ListAccountUsageReportData", + "access_level": "Write", + "description": "Grants permission to delete the OpenIdConfig attributes from your Amazon Chime account", + "privilege": "DeleteAccountOpenIdConfig", "resource_types": [ { "condition_keys": [], @@ -27465,9 +29621,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the Amazon Chime accounts under the administrator's AWS account", - "privilege": "ListAccounts", + "access_level": "Write", + "description": "Grants permission to delete the specified SCIM access key associated with your Amazon Chime account and Okta configuration", + "privilege": "DeleteApiKey", "resource_types": [ { "condition_keys": [], @@ -27477,21 +29633,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the SCIM access keys defined for your Amazon Chime account and Okta configuration", - "privilege": "ListApiKeys", + "access_level": "Write", + "description": "Grants permission to delete an AppInstance", + "privilege": "DeleteAppInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "app-instance*" } ] }, { - "access_level": "List", - "description": "Grants permission to list administrators in the app instance", - "privilege": "ListAppInstanceAdmins", + "access_level": "Write", + "description": "Grants permission to demote an AppInstanceAdmin to a user or bot", + "privilege": "DeleteAppInstanceAdmin", "resource_types": [ { "condition_keys": [], @@ -27511,9 +29667,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all AppInstanceBots created under a single app instance", - "privilege": "ListAppInstanceBots", + "access_level": "Write", + "description": "Grants permission to delete an AppInstanceBot", + "privilege": "DeleteAppInstanceBot", "resource_types": [ { "condition_keys": [], @@ -27523,33 +29679,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the endpoints registered for an app instance user", - "privilege": "ListAppInstanceUserEndpoints", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list all AppInstanceUsers created under a single app instance", - "privilege": "ListAppInstanceUsers", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list all Amazon Chime app instances created under a single AWS account", - "privilege": "ListAppInstances", + "access_level": "Write", + "description": "Grants permission to disable data streaming for the app instance", + "privilege": "DeleteAppInstanceStreamingConfigurations", "resource_types": [ { "condition_keys": [], @@ -27559,21 +29691,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the tags applied to an Amazon Chime SDK attendee resource", - "privilege": "ListAttendeeTags", + "access_level": "Write", + "description": "Grants permission to delete an AppInstanceUser", + "privilege": "DeleteAppInstanceUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "meeting*" + "resource_type": "app-instance-user*" } ] }, { - "access_level": "List", - "description": "Grants permission to list up to 100 attendees for a specified Amazon Chime SDK meeting", - "privilege": "ListAttendees", + "access_level": "Write", + "description": "Grants permission to delete the specified attendee from an Amazon Chime SDK meeting", + "privilege": "DeleteAttendee", "resource_types": [ { "condition_keys": [], @@ -27583,60 +29715,45 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the available AWS Regions in which you can create an Amazon Chime SDK Voice Connector", - "privilege": "ListAvailableVoiceConnectorRegions", + "access_level": "Write", + "description": "Grants permission to delete a Call Detail Record S3 bucket from your Amazon Chime account", + "privilege": "DeleteCDRBucket", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "s3:DeleteBucket" + ], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the bots associated with the administrator's Amazon Chime Enterprise account", - "privilege": "ListBots", + "access_level": "Write", + "description": "Grants permission to delete a channel", + "privilege": "DeleteChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list Call Detail Record S3 buckets", - "privilege": "ListCDRBucket", - "resource_types": [ + "resource_type": "app-instance-bot*" + }, { "condition_keys": [], - "dependent_actions": [ - "s3:ListAllMyBuckets", - "s3:ListBucket" - ], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list the calling regions available for the administrator's AWS account", - "privilege": "ListCallingRegions", - "resource_types": [ + "dependent_actions": [], + "resource_type": "app-instance-user*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the users and bots banned from a particular channel", - "privilege": "ListChannelBans", + "access_level": "Write", + "description": "Grants permission to remove a user or bot from a channel's ban list", + "privilege": "DeleteChannelBan", "resource_types": [ { "condition_keys": [], @@ -27656,21 +29773,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all the Channel Flows created under a single Chime AppInstance", - "privilege": "ListChannelFlows", + "access_level": "Write", + "description": "Grants permission to delete a channel flow", + "privilege": "DeleteChannelFlow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel-flow*" + "resource_type": "channel*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all channel memberships in a channel", - "privilege": "ListChannelMemberships", + "access_level": "Write", + "description": "Grants permission to remove a member from a channel", + "privilege": "DeleteChannelMembership", "resource_types": [ { "condition_keys": [], @@ -27690,26 +29807,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all channels that a particular user or bot is a part of", - "privilege": "ListChannelMembershipsForAppInstanceUser", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to list all the messages in a channel", - "privilege": "ListChannelMessages", + "access_level": "Write", + "description": "Grants permission to delete a channel message", + "privilege": "DeleteChannelMessage", "resource_types": [ { "condition_keys": [], @@ -27729,9 +29829,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all the moderators for a channel", - "privilege": "ListChannelModerators", + "access_level": "Write", + "description": "Grants permission to delete a channel moderator", + "privilege": "DeleteChannelModerator", "resource_types": [ { "condition_keys": [], @@ -27751,55 +29851,45 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all the Channels created under a single Chime AppInstance", - "privilege": "ListChannels", + "access_level": "Write", + "description": "Grants permission to delete delegated AWS account management from your Amazon Chime account", + "privilege": "DeleteDelegate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the Channels associated with a single Chime Channel Flow", - "privilege": "ListChannelsAssociatedWithChannelFlow", + "access_level": "Write", + "description": "Grants permission to delete a domain from your Amazon Chime account", + "privilege": "DeleteDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel-flow*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all channels moderated by a user or bot", - "privilege": "ListChannelsModeratedByAppInstanceUser", + "access_level": "Write", + "description": "Grants permission to delete an events configuration for a bot to receive outgoing events", + "privilege": "DeleteEventsConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list account delegate information associated with your Amazon Chime account", - "privilege": "ListDelegates", + "access_level": "Write", + "description": "Grants permission to delete Active Directory or Okta user groups from your Amazon Chime Enterprise account", + "privilege": "DeleteGroups", "resource_types": [ { "condition_keys": [], @@ -27809,81 +29899,83 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list active Active Directories hosted in the Directory Service of your AWS account", - "privilege": "ListDirectories", + "access_level": "Write", + "description": "Grants permission to delete a media capture pipeline", + "privilege": "DeleteMediaCapturePipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "media-pipeline*" } ] }, { - "access_level": "List", - "description": "Grants permission to list domains associated with your Amazon Chime account", - "privilege": "ListDomains", + "access_level": "Write", + "description": "Grants permission to delete a media insights pipeline configuration", + "privilege": "DeleteMediaInsightsPipelineConfiguration", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "chime:ListVoiceConnectors" + ], + "resource_type": "media-insights-pipeline-configuration*" } ] }, { - "access_level": "List", - "description": "Grants permission to list Active Directory or Okta user groups associated with your Amazon Chime Enterprise account", - "privilege": "ListGroups", + "access_level": "Write", + "description": "Grants permission to delete a media pipeline", + "privilege": "DeleteMediaPipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "media-pipeline*" } ] }, { - "access_level": "List", - "description": "Grants permission to list media capture pipelines", - "privilege": "ListMediaCapturePipelines", + "access_level": "Write", + "description": "Grants permission to delete kinesis video stream pool", + "privilege": "DeleteMediaPipelineKinesisVideoStreamPool", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "media-pipeline-kinesis-video-stream-pool*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all media insights pipeline configurations", - "privilege": "ListMediaInsightsPipelineConfigurations", + "access_level": "Write", + "description": "Grants permission to delete the specified Amazon Chime SDK meeting", + "privilege": "DeleteMeeting", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "meeting*" } ] }, { - "access_level": "List", - "description": "Grants permission to list media pipelines", - "privilege": "ListMediaPipelines", + "access_level": "Write", + "description": "Grants permission to delete the data streaming configurations of an AppInstance", + "privilege": "DeleteMessagingStreamingConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "app-instance*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all events that occurred for a specified meeting", - "privilege": "ListMeetingEvents", + "access_level": "Write", + "description": "Grants permission to move a phone number to the deletion queue", + "privilege": "DeletePhoneNumber", "resource_types": [ { "condition_keys": [], @@ -27893,21 +29985,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the tags applied to an Amazon Chime SDK meeting resource", - "privilege": "ListMeetingTags", + "access_level": "Write", + "description": "Grants permission to delete a proxy session for the specified Amazon Chime Voice Connector", + "privilege": "DeleteProxySession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "meeting*" + "resource_type": "voice-connector*" } ] }, { - "access_level": "List", - "description": "Grants permission to list up to 100 active Amazon Chime SDK meetings", - "privilege": "ListMeetings", + "access_level": "Write", + "description": "Grants permission to delete a room", + "privilege": "DeleteRoom", "resource_types": [ { "condition_keys": [], @@ -27917,9 +30009,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list meetings ended during the specified date range", - "privilege": "ListMeetingsReportData", + "access_level": "Write", + "description": "Grants permission to remove a room member", + "privilege": "DeleteRoomMembership", "resource_types": [ { "condition_keys": [], @@ -27929,21 +30021,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the phone number orders under the administrator's AWS account", - "privilege": "ListPhoneNumberOrders", + "access_level": "Write", + "description": "Grants permission to delete Amazon Chime SIP media application under the administrator's AWS account", + "privilege": "DeleteSipMediaApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "sip-media-application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the phone numbers under the administrator's AWS account", - "privilege": "ListPhoneNumbers", + "access_level": "Write", + "description": "Grants permission to delete Amazon Chime SIP rule under the administrator's AWS account", + "privilege": "DeleteSipRule", "resource_types": [ { "condition_keys": [], @@ -27953,33 +30045,38 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list proxy sessions for the specified Amazon Chime Voice Connector", - "privilege": "ListProxySessions", + "access_level": "Write", + "description": "Grants permission to delete the specified Amazon Chime Voice Connector", + "privilege": "DeleteVoiceConnector", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "logs:CreateLogDelivery", + "logs:DeleteLogDelivery", + "logs:GetLogDelivery", + "logs:ListLogDeliveries" + ], "resource_type": "voice-connector*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all room members", - "privilege": "ListRoomMemberships", + "access_level": "Write", + "description": "Grants permission to delete emergency calling configuration for the specified Amazon Chime Voice Connector", + "privilege": "DeleteVoiceConnectorEmergencyCallingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "voice-connector*" } ] }, { - "access_level": "List", - "description": "Grants permission to list rooms", - "privilege": "ListRooms", + "access_level": "Write", + "description": "Grants permission to delete the specified Amazon Chime Voice Connector Group", + "privilege": "DeleteVoiceConnectorGroup", "resource_types": [ { "condition_keys": [], @@ -27989,237 +30086,163 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all Amazon Chime SIP media applications under the administrator's AWS account", - "privilege": "ListSipMediaApplications", + "access_level": "Write", + "description": "Grants permission to delete the origination settings for the specified Amazon Chime Voice Connector", + "privilege": "DeleteVoiceConnectorOrigination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "voice-connector*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all Amazon Chime SIP rules under the administrator's AWS account", - "privilege": "ListSipRules", + "access_level": "Write", + "description": "Grants permission to delete proxy configuration for the specified Amazon Chime Voice Connector", + "privilege": "DeleteVoiceConnectorProxy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sip-media-application" + "resource_type": "voice-connector*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the SubChannels under a single Channel", - "privilege": "ListSubChannels", + "access_level": "Write", + "description": "Grants permission to delete streaming configuration for the specified Amazon Chime Voice Connector", + "privilege": "DeleteVoiceConnectorStreamingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "voice-connector*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the phone number countries supported by the AWS account", - "privilege": "ListSupportedPhoneNumberCountries", + "access_level": "Write", + "description": "Grants permission to delete the termination settings for the specified Amazon Chime Voice Connector", + "privilege": "DeleteVoiceConnectorTermination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "voice-connector*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the tags applied to an Amazon Chime resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to delete SIP termination credentials for the specified Amazon Chime Voice Connector", + "privilege": "DeleteVoiceConnectorTerminationCredentials", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-bot" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel-flow" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "media-insights-pipeline-configuration" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "media-pipeline" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "meeting" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "sip-media-application" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "voice-connector" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "voice-profile-domain" + "resource_type": "voice-connector*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the users that belong to the specified Amazon Chime account", - "privilege": "ListUsers", + "access_level": "Write", + "description": "Grants permission to delete a voice profile", + "privilege": "DeleteVoiceProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "voice-profile*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the Amazon Chime Voice Connector Groups under the administrator's AWS account", - "privilege": "ListVoiceConnectorGroups", + "access_level": "Write", + "description": "Grants permission to delete a voice profile domain", + "privilege": "DeleteVoiceProfileDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "voice-profile-domain*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the SIP termination credentials for the specified Amazon Chime Voice Connector", - "privilege": "ListVoiceConnectorTerminationCredentials", + "access_level": "Write", + "description": "Grants permission to deregister an endpoint for an app instance user", + "privilege": "DeregisterAppInstanceUserEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "app-instance-user*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the Amazon Chime Voice Connectors under the administrator's AWS account", - "privilege": "ListVoiceConnectors", + "access_level": "Read", + "description": "Grants permission to get the full details of an AppInstance", + "privilege": "DescribeAppInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "app-instance*" } ] }, { - "access_level": "List", - "description": "Grants permission to list voice profile domains", - "privilege": "ListVoiceProfileDomains", + "access_level": "Read", + "description": "Grants permission to get the full details of an AppInstanceAdmin", + "privilege": "DescribeAppInstanceAdmin", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list voice profiles", - "privilege": "ListVoiceProfiles", - "resource_types": [ + "resource_type": "app-instance*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-profile-domain*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to log out the specified user from all of the devices they are currently logged into", - "privilege": "LogoutUser", - "resource_types": [ + "resource_type": "app-instance-bot*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "app-instance-user*" } ] }, { - "access_level": "Write", - "description": "Grants permission to enable data retention for the app instance", - "privilege": "PutAppInstanceRetentionSettings", + "access_level": "Read", + "description": "Grants permission to get the full details of an AppInstanceBot", + "privilege": "DescribeAppInstanceBot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance*" + "resource_type": "app-instance-bot*" } ] }, { - "access_level": "Write", - "description": "Grants permission to configure data streaming for the app instance", - "privilege": "PutAppInstanceStreamingConfigurations", + "access_level": "Read", + "description": "Grants permission to get the full details of an AppInstanceUser", + "privilege": "DescribeAppInstanceUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance*" + "resource_type": "app-instance-user*" } ] }, { - "access_level": "Write", - "description": "Grants permission to put expiration settings for an AppInstanceUser", - "privilege": "PutAppInstanceUserExpirationSettings", + "access_level": "Read", + "description": "Grants permission to describe an endpoint registered for an app instance user", + "privilege": "DescribeAppInstanceUserEndpoint", "resource_types": [ { "condition_keys": [], @@ -28229,10 +30252,15 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to put expiration settings for a channel", - "privilege": "PutChannelExpirationSettings", + "access_level": "Read", + "description": "Grants permission to get the full details of a channel", + "privilege": "DescribeChannel", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "app-instance-bot*" + }, { "condition_keys": [], "dependent_actions": [], @@ -28246,9 +30274,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to put the preferences for a channel membership", - "privilege": "PutChannelMembershipPreferences", + "access_level": "Read", + "description": "Grants permission to get the full details of a channel ban", + "privilege": "DescribeChannelBan", "resource_types": [ { "condition_keys": [], @@ -28268,155 +30296,148 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update details for an events configuration for a bot to receive outgoing events", - "privilege": "PutEventsConfiguration", + "access_level": "Read", + "description": "Grants permission to get the full details of a channel flow", + "privilege": "DescribeChannelFlow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel-flow*" } ] }, { - "access_level": "Write", - "description": "Grants permission to put the data streaming configurations of an AppInstance", - "privilege": "PutMessagingStreamingConfigurations", + "access_level": "Read", + "description": "Grants permission to get the full details of a channel membership", + "privilege": "DescribeChannelMembership", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create or update retention settings for the specified Amazon Chime account", - "privilege": "PutRetentionSettings", - "resource_types": [ + "resource_type": "app-instance-bot*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update Alexa Skill configuration settings for Amazon Chime SIP media application under the administrator's AWS account", - "privilege": "PutSipMediaApplicationAlexaSkillConfiguration", - "resource_types": [ + "resource_type": "app-instance-user*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "sip-media-application*" + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update logging configuration settings for Amazon Chime SIP media application under the administrator's AWS account", - "privilege": "PutSipMediaApplicationLoggingConfiguration", + "access_level": "Read", + "description": "Grants permission to get the details of a channel based on the membership of the specified user or bot", + "privilege": "DescribeChannelMembershipForAppInstanceUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sip-media-application*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to add emergency calling configuration for the specified Amazon Chime Voice Connector", - "privilege": "PutVoiceConnectorEmergencyCallingConfiguration", - "resource_types": [ + "resource_type": "app-instance-bot*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to add logging configuration for the specified Amazon Chime Voice Connector", - "privilege": "PutVoiceConnectorLoggingConfiguration", - "resource_types": [ + "resource_type": "app-instance-user*" + }, { "condition_keys": [], - "dependent_actions": [ - "logs:CreateLogDelivery", - "logs:CreateLogGroup", - "logs:DeleteLogDelivery", - "logs:DescribeLogGroups", - "logs:GetLogDelivery", - "logs:ListLogDeliveries" - ], - "resource_type": "voice-connector*" + "dependent_actions": [], + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the origination settings for the specified Amazon Chime Voice Connector", - "privilege": "PutVoiceConnectorOrigination", + "access_level": "Read", + "description": "Grants permission to get the full details of a channel moderated by the specified user or bot", + "privilege": "DescribeChannelModeratedByAppInstanceUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "app-instance-bot*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "app-instance-user*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to add proxy configuration for the specified Amazon Chime Voice Connector", - "privilege": "PutVoiceConnectorProxy", + "access_level": "Read", + "description": "Grants permission to get the full details of a single ChannelModerator", + "privilege": "DescribeChannelModerator", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "app-instance-bot*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "app-instance-user*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to add streaming configuration for the specified Amazon Chime Voice Connector", - "privilege": "PutVoiceConnectorStreamingConfiguration", + "description": "Grants permission to disassociate a flow from a channel", + "privilege": "DisassociateChannelFlow", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "chime:GetMediaInsightsPipelineConfiguration" - ], - "resource_type": "voice-connector*" + "dependent_actions": [], + "resource_type": "app-instance-bot*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "media-insights-pipeline-configuration" + "resource_type": "app-instance-user*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "channel*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "channel-flow*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the termination settings for the specified Amazon Chime Voice Connector", - "privilege": "PutVoiceConnectorTermination", + "description": "Grants permission to disassociate the primary provisioned number from the specified Amazon Chime user", + "privilege": "DisassociatePhoneNumberFromUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to add SIP termination credentials for the specified Amazon Chime Voice Connector", - "privilege": "PutVoiceConnectorTerminationCredentials", + "description": "Grants permission to disassociate multiple phone numbers from the specified Amazon Chime Voice Connector", + "privilege": "DisassociatePhoneNumbersFromVoiceConnector", "resource_types": [ { "condition_keys": [], @@ -28427,30 +30448,20 @@ }, { "access_level": "Write", - "description": "Grants permission to redact message content", - "privilege": "RedactChannelMessage", + "description": "Grants permission to disassociate multiple phone numbers from the specified Amazon Chime Voice Connector Group", + "privilege": "DisassociatePhoneNumbersFromVoiceConnectorGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to redact the specified Chime conversation Message", - "privilege": "RedactConversationMessage", + "description": "Grants permission to disassociate the specified sign-in delegate groups from the specified Amazon Chime account", + "privilege": "DisassociateSigninDelegateGroupsFromAccount", "resource_types": [ { "condition_keys": [], @@ -28461,8 +30472,8 @@ }, { "access_level": "Write", - "description": "Grants permission to redacts the specified Chime room Message", - "privilege": "RedactRoomMessage", + "description": "Grants permission to disconnect the Active Directory from your Amazon Chime Enterprise account", + "privilege": "DisconnectDirectory", "resource_types": [ { "condition_keys": [], @@ -28472,9 +30483,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to regenerate the security token for the specified bot", - "privilege": "RegenerateSecurityToken", + "access_level": "Read", + "description": "Grants permission to get details for the specified Amazon Chime account", + "privilege": "GetAccount", "resource_types": [ { "condition_keys": [], @@ -28484,23 +30495,21 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to register an endpoint for an app instance user", - "privilege": "RegisterAppInstanceUserEndpoint", + "access_level": "Read", + "description": "Grants permission to get details for the account resource associated with your Amazon Chime account", + "privilege": "GetAccountResource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "mobiletargeting:GetApp" - ], - "resource_type": "app-instance-user*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify the account name for your Amazon Chime Enterprise or Team account", - "privilege": "RenameAccount", + "access_level": "Read", + "description": "Grants permission to get account settings for the specified Amazon Chime account ID", + "privilege": "GetAccountSettings", "resource_types": [ { "condition_keys": [], @@ -28510,9 +30519,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to renew the delegation request associated with an Amazon Chime account", - "privilege": "RenewDelegate", + "access_level": "Read", + "description": "Grants permission to get the account details and OpenIdConfig attributes for your Amazon Chime account", + "privilege": "GetAccountWithOpenIdConfig", "resource_types": [ { "condition_keys": [], @@ -28522,45 +30531,45 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to reset the account resource in your Amazon Chime account", - "privilege": "ResetAccountResource", + "access_level": "Read", + "description": "Grants permission to get retention settings for an app instance", + "privilege": "GetAppInstanceRetentionSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "app-instance*" } ] }, { - "access_level": "Write", - "description": "Grants permission to reset the personal meeting PIN for the specified user on an Amazon Chime account", - "privilege": "ResetPersonalPIN", + "access_level": "Read", + "description": "Grants permission to get the streaming configurations for an app instance", + "privilege": "GetAppInstanceStreamingConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "app-instance*" } ] }, { - "access_level": "Write", - "description": "Grants permission to restore the specified phone number from the deltion queue back to the phone number inventory", - "privilege": "RestorePhoneNumber", + "access_level": "Read", + "description": "Grants permission to get attendee details for a specified meeting ID and attendee ID", + "privilege": "GetAttendee", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "meeting*" } ] }, { "access_level": "Read", - "description": "Grants permission to download the file containing links to all user attachments returned as part of the \"Request attachments\" action", - "privilege": "RetrieveDataExports", + "description": "Grants permission to retrieve details for the specified bot", + "privilege": "GetBot", "resource_types": [ { "condition_keys": [], @@ -28571,20 +30580,26 @@ }, { "access_level": "Read", - "description": "Grants permission to search phone numbers that can be ordered from the carrier", - "privilege": "SearchAvailablePhoneNumbers", + "description": "Grants permission to get details of a Call Detail Record S3 bucket associated with your Amazon Chime account", + "privilege": "GetCDRBucket", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "s3:GetBucketAcl", + "s3:GetBucketLocation", + "s3:GetBucketLogging", + "s3:GetBucketVersioning", + "s3:GetBucketWebsite" + ], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to search channels that an AppInstanceUser belongs to, or search channels across the AppInstance for an AppInstaceAdmin", - "privilege": "SearchChannels", + "access_level": "Read", + "description": "Grants permission to get the preferences for a channel membership", + "privilege": "GetChannelMembershipPreferences", "resource_types": [ { "condition_keys": [], @@ -28595,13 +30610,18 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "app-instance-user*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to send a message to a particular channel that the member is a part of", - "privilege": "SendChannelMessage", + "access_level": "Read", + "description": "Grants permission to get the full details of a channel message", + "privilege": "GetChannelMessage", "resource_types": [ { "condition_keys": [], @@ -28621,57 +30641,55 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to submit the \"Request attachments\" request", - "privilege": "StartDataExport", + "access_level": "Read", + "description": "Grants permission to get the status of a channel message", + "privilege": "GetChannelMessageStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to start transcription for a meeting", - "privilege": "StartMeetingTranscription", - "resource_types": [ + "resource_type": "app-instance-bot*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "app-instance-user*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start a speaker search task", - "privilege": "StartSpeakerSearchTask", + "access_level": "Read", + "description": "Grants permission to get domain details for a domain associated with your Amazon Chime account", + "privilege": "GetDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to start a voice tone analysis task", - "privilege": "StartVoiceToneAnalysisTask", + "access_level": "Read", + "description": "Grants permission to retrieve details for an events configuration for a bot to receive outgoing events", + "privilege": "GetEventsConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop transcription for a meeting", - "privilege": "StopMeetingTranscription", + "access_level": "Read", + "description": "Grants permission to get global settings related to Amazon Chime for the AWS account", + "privilege": "GetGlobalSettings", "resource_types": [ { "condition_keys": [], @@ -28681,57 +30699,57 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to stop a speaker search task", - "privilege": "StopSpeakerSearchTask", + "access_level": "Read", + "description": "Grants permission to get an existing media capture pipeline", + "privilege": "GetMediaCapturePipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "media-pipeline*" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop a voice tone analysis task", - "privilege": "StopVoiceToneAnalysisTask", + "access_level": "Read", + "description": "Grants permission to get a media insights pipeline configuration", + "privilege": "GetMediaInsightsPipelineConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "media-insights-pipeline-configuration*" } ] }, { - "access_level": "Write", - "description": "Grants permission to submit a customer service support request", - "privilege": "SubmitSupportRequest", + "access_level": "Read", + "description": "Grants permission to get an existing media pipeline", + "privilege": "GetMediaPipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "media-pipeline*" } ] }, { - "access_level": "Write", - "description": "Grants permission to suspend users from an Amazon Chime Enterprise account", - "privilege": "SuspendUsers", + "access_level": "Read", + "description": "Grants permission to get an existing media pipeline", + "privilege": "GetMediaPipelineKinesisVideoStreamPool", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "media-pipeline-kinesis-video-stream-pool*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to apply the specified tags to the specified Amazon Chime SDK attendee", - "privilege": "TagAttendee", + "access_level": "Read", + "description": "Grants permission to get the meeting record for a specified meeting ID", + "privilege": "GetMeeting", "resource_types": [ { "condition_keys": [], @@ -28741,218 +30759,93 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to apply the specified tags to the specified Amazon Chime SDK meeting", - "privilege": "TagMeeting", + "access_level": "Read", + "description": "Grants permission to get attendee, connection, and other details for a meeting", + "privilege": "GetMeetingDetail", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "meeting*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to apply the specified tags to the specified Amazon Chime resource", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to get the endpoint for the messaging session", + "privilege": "GetMessagingSessionEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-bot" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel-flow" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "media-insights-pipeline-configuration" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "media-pipeline" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "meeting" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "sip-media-application" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "voice-connector" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "voice-profile-domain" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to unauthorize an Active Directory from your Amazon Chime Enterprise account", - "privilege": "UnauthorizeDirectory", + "access_level": "Read", + "description": "Grants permission to get the data streaming configurations of an AppInstance", + "privilege": "GetMessagingStreamingConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "app-instance*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag the specified tags from the specified Amazon Chime SDK attendee", - "privilege": "UntagAttendee", + "access_level": "Read", + "description": "Grants permission to get details for the specified phone number", + "privilege": "GetPhoneNumber", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "meeting*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag the specified tags from the specified Amazon Chime SDK meeting", - "privilege": "UntagMeeting", + "access_level": "Read", + "description": "Grants permission to get details for the specified phone number order", + "privilege": "GetPhoneNumberOrder", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "meeting*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag the specified tags from the specified Amazon Chime resource", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to get phone number settings related to Amazon Chime for the AWS account", + "privilege": "GetPhoneNumberSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-bot" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel-flow" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "media-insights-pipeline-configuration" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "media-pipeline" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "meeting" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "sip-media-application" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "voice-connector" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "voice-profile-domain" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update account details for the specified Amazon Chime account", - "privilege": "UpdateAccount", + "access_level": "Read", + "description": "Grants permission to get details of the specified proxy session for the specified Amazon Chime Voice Connector", + "privilege": "GetProxySession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "voice-connector*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the OpenIdConfig attributes for your Amazon Chime account", - "privilege": "UpdateAccountOpenIdConfig", + "access_level": "Read", + "description": "Grants permission to retrieve the retention settings for the specified Amazon Chime account", + "privilege": "GetRetentionSettings", "resource_types": [ { "condition_keys": [], @@ -28962,9 +30855,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update the account resource in your Amazon Chime account", - "privilege": "UpdateAccountResource", + "access_level": "Read", + "description": "Grants permission to retrieve a room", + "privilege": "GetRoom", "resource_types": [ { "condition_keys": [], @@ -28974,81 +30867,86 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update the settings for the specified Amazon Chime account", - "privilege": "UpdateAccountSettings", + "access_level": "Read", + "description": "Grants permission to get details of Amazon Chime SIP media application under the administrator's AWS account", + "privilege": "GetSipMediaApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "sip-media-application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update AppInstance metadata", - "privilege": "UpdateAppInstance", + "access_level": "Read", + "description": "Grants permission to get Alexa Skill configuration settings for Amazon Chime SIP media application under the administrator's AWS account", + "privilege": "GetSipMediaApplicationAlexaSkillConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance*" + "resource_type": "sip-media-application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the details for an AppInstanceBot", - "privilege": "UpdateAppInstanceBot", + "access_level": "Read", + "description": "Grants permission to get logging configuration settings for Amazon Chime SIP media application under the administrator's AWS account", + "privilege": "GetSipMediaApplicationLoggingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" + "resource_type": "sip-media-application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the details for an AppInstanceUser", - "privilege": "UpdateAppInstanceUser", + "access_level": "Read", + "description": "Grants permission to get details of Amazon Chime SIP rule under the administrator's AWS account", + "privilege": "GetSipRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-user*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an endpoint registered for an app instance user", - "privilege": "UpdateAppInstanceUserEndpoint", + "access_level": "Read", + "description": "Grants permission to get a speaker search task on the specified Amazon Chime resource", + "privilege": "GetSpeakerSearchTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-user*" + "resource_type": "media-pipeline" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "voice-connector" } ] }, { - "access_level": "Write", - "description": "Grants permission to the capabilties that you want to update", - "privilege": "UpdateAttendeeCapabilities", + "access_level": "Read", + "description": "Grants permission to get telephony limits for the AWS account", + "privilege": "GetTelephonyLimits", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "meeting*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the status of the specified bot", - "privilege": "UpdateBot", + "access_level": "Read", + "description": "Grants permission to get details for the specified user ID", + "privilege": "GetUser", "resource_types": [ { "condition_keys": [], @@ -29058,103 +30956,69 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update your Call Detail Record S3 bucket", - "privilege": "UpdateCDRSettings", + "access_level": "Read", + "description": "Grants permission to get a summary of user activity on the user details page", + "privilege": "GetUserActivityReportData", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "s3:CreateBucket", - "s3:DeleteBucket", - "s3:ListAllMyBuckets" - ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a channel's attributes", - "privilege": "UpdateChannel", + "access_level": "Read", + "description": "Grants permission to get user details for an Amazon Chime user based on the email address in an Amazon Chime Enterprise or Team account", + "privilege": "GetUserByEmail", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a channel flow", - "privilege": "UpdateChannelFlow", + "access_level": "Read", + "description": "Grants permission to get user settings related to the specified Amazon Chime user", + "privilege": "GetUserSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel-flow*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the content of a message", - "privilege": "UpdateChannelMessage", + "access_level": "Read", + "description": "Grants permission to get details for the specified Amazon Chime Voice Connector", + "privilege": "GetVoiceConnector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "voice-connector*" } ] }, { - "access_level": "Write", - "description": "Grants permission to set the timestamp to the point when a user last read messages in a channel", - "privilege": "UpdateChannelReadMarker", + "access_level": "Read", + "description": "Grants permission to get details of the emergency calling configuration for the specified Amazon Chime Voice Connector", + "privilege": "GetVoiceConnectorEmergencyCallingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app-instance-bot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app-instance-user*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "voice-connector*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the global settings related to Amazon Chime for the AWS account", - "privilege": "UpdateGlobalSettings", + "access_level": "Read", + "description": "Grants permission to get details for the specified Amazon Chime Voice Connector Group", + "privilege": "GetVoiceConnectorGroup", "resource_types": [ { "condition_keys": [], @@ -29164,62 +31028,57 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update the status of a media insights pipeline configuration", - "privilege": "UpdateMediaInsightsPipelineConfiguration", + "access_level": "Read", + "description": "Grants permission to get details of the logging configuration for the specified Amazon Chime Voice Connector", + "privilege": "GetVoiceConnectorLoggingConfiguration", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "chime:ListVoiceConnectors", - "iam:PassRole", - "kinesis:DescribeStream", - "s3:ListBucket" - ], - "resource_type": "media-insights-pipeline-configuration*" + "dependent_actions": [], + "resource_type": "voice-connector*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the status of a media insights pipeline", - "privilege": "UpdateMediaInsightsPipelineStatus", + "access_level": "Read", + "description": "Grants permission to get details of the origination settings for the specified Amazon Chime Voice Connector", + "privilege": "GetVoiceConnectorOrigination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "media-pipeline*" + "resource_type": "voice-connector*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update phone number details for the specified phone number", - "privilege": "UpdatePhoneNumber", + "access_level": "Read", + "description": "Grants permission to get details of the proxy configuration for the specified Amazon Chime Voice Connector", + "privilege": "GetVoiceConnectorProxy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "voice-connector*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update phone number settings related to Amazon Chime for the AWS account", - "privilege": "UpdatePhoneNumberSettings", + "access_level": "Read", + "description": "Grants permission to get details of the streaming configuration for the specified Amazon Chime Voice Connector", + "privilege": "GetVoiceConnectorStreamingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "voice-connector*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a proxy session for the specified Amazon Chime Voice Connector", - "privilege": "UpdateProxySession", + "access_level": "Read", + "description": "Grants permission to get details of the termination settings for the specified Amazon Chime Voice Connector", + "privilege": "GetVoiceConnectorTermination", "resource_types": [ { "condition_keys": [], @@ -29229,69 +31088,74 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update a room", - "privilege": "UpdateRoom", + "access_level": "Read", + "description": "Grants permission to get details of the termination health for the specified Amazon Chime Voice Connector", + "privilege": "GetVoiceConnectorTerminationHealth", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "voice-connector*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update room membership role", - "privilege": "UpdateRoomMembership", + "access_level": "Read", + "description": "Grants permission to get a voice profile", + "privilege": "GetVoiceProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "voice-profile*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update properties of Amazon Chime SIP media application under the administrator's AWS account", - "privilege": "UpdateSipMediaApplication", + "access_level": "Read", + "description": "Grants permission to get a voice profile domain", + "privilege": "GetVoiceProfileDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sip-media-application*" + "resource_type": "voice-profile-domain*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an Amazon Chime SIP media application call under the administrator's AWS account", - "privilege": "UpdateSipMediaApplicationCall", + "access_level": "Read", + "description": "Grants permission to get a voice tone analysis task on the specified Amazon Chime resource", + "privilege": "GetVoiceToneAnalysisTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sip-media-application*" + "resource_type": "media-pipeline" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "voice-connector" } ] }, { "access_level": "Write", - "description": "Grants permission to update properties of Amazon Chime SIP rule under the administrator's AWS account", - "privilege": "UpdateSipRule", + "description": "Grants permission to send an invitation to accept a request for AWS account delegation for an Amazon Chime account", + "privilege": "InviteDelegate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sip-media-application" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the supported license tiers available for users in your Amazon Chime account", - "privilege": "UpdateSupportedLicenses", + "description": "Grants permission to invite as many as 50 users to the specified Amazon Chime account", + "privilege": "InviteUsers", "resource_types": [ { "condition_keys": [], @@ -29302,8 +31166,8 @@ }, { "access_level": "Write", - "description": "Grants permission to update user details for a specified user ID", - "privilege": "UpdateUser", + "description": "Grants permission to invite users from a third party provider to your Amazon Chime account", + "privilege": "InviteUsersFromProvider", "resource_types": [ { "condition_keys": [], @@ -29313,9 +31177,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update the licenses for your Amazon Chime users", - "privilege": "UpdateUserLicenses", + "access_level": "List", + "description": "Grants permission to list Amazon Chime account usage reporting data", + "privilege": "ListAccountUsageReportData", "resource_types": [ { "condition_keys": [], @@ -29325,9 +31189,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update user settings related to the specified Amazon Chime user", - "privilege": "UpdateUserSettings", + "access_level": "List", + "description": "Grants permission to list the Amazon Chime accounts under the administrator's AWS account", + "privilege": "ListAccounts", "resource_types": [ { "condition_keys": [], @@ -29337,511 +31201,461 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update Amazon Chime Voice Connector details for the specified Amazon Chime Voice Connector", - "privilege": "UpdateVoiceConnector", + "access_level": "List", + "description": "Grants permission to list the SCIM access keys defined for your Amazon Chime account and Okta configuration", + "privilege": "ListApiKeys", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update Amazon Chime Voice Connector Group details for the specified Amazon Chime Voice Connector Group", - "privilege": "UpdateVoiceConnectorGroup", - "resource_types": [ + "access_level": "List", + "description": "Grants permission to list administrators in the app instance", + "privilege": "ListAppInstanceAdmins", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-connector" + "resource_type": "app-instance*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "app-instance-bot*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "app-instance-user*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a voice profile", - "privilege": "UpdateVoiceProfile", + "access_level": "List", + "description": "Grants permission to list all AppInstanceBots created under a single app instance", + "privilege": "ListAppInstanceBots", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-profile*" + "resource_type": "app-instance-bot*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a voice profile domain", - "privilege": "UpdateVoiceProfileDomain", + "access_level": "List", + "description": "Grants permission to list the endpoints registered for an app instance user", + "privilege": "ListAppInstanceUserEndpoints", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "voice-profile-domain*" + "resource_type": "app-instance-user*" } ] }, { - "access_level": "Read", - "description": "Grants permission to validate the account resource in your Amazon Chime account", - "privilege": "ValidateAccountResource", + "access_level": "List", + "description": "Grants permission to list all AppInstanceUsers created under a single app instance", + "privilege": "ListAppInstanceUsers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "app-instance-user*" } ] }, { - "access_level": "Write", - "description": "Grants permission to validate an address to be used for 911 calls made with Amazon Chime Voice Connectors", - "privilege": "ValidateE911Address", + "access_level": "List", + "description": "Grants permission to list all Amazon Chime app instances created under a single AWS account", + "privilege": "ListAppInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "app-instance*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:chime::${AccountId}:meeting/${MeetingId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "meeting" - }, - { - "arn": "arn:${Partition}:chime:${Region}:${AccountId}:app-instance/${AppInstanceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "app-instance" }, { - "arn": "arn:${Partition}:chime:${Region}:${AccountId}:app-instance/${AppInstanceId}/user/${AppInstanceUserId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "app-instance-user" - }, - { - "arn": "arn:${Partition}:chime:${Region}:${AccountId}:app-instance/${AppInstanceId}/bot/${AppInstanceBotId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "app-instance-bot" - }, - { - "arn": "arn:${Partition}:chime:${Region}:${AccountId}:app-instance/${AppInstanceId}/channel/${ChannelId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "channel" - }, - { - "arn": "arn:${Partition}:chime:${Region}:${AccountId}:app-instance/${AppInstanceId}/channel-flow/${ChannelFlowId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "channel-flow" - }, - { - "arn": "arn:${Partition}:chime:${Region}:${AccountId}:media-pipeline/${MediaPipelineId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "media-pipeline" - }, - { - "arn": "arn:${Partition}:chime:${Region}:${AccountId}:media-insights-pipeline-configuration/${ConfigurationName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "media-insights-pipeline-configuration" + "access_level": "List", + "description": "Grants permission to list the tags applied to an Amazon Chime SDK attendee resource", + "privilege": "ListAttendeeTags", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "meeting*" + } + ] }, { - "arn": "arn:${Partition}:chime:${Region}:${AccountId}:voice-profile-domain/${VoiceProfileDomainId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "voice-profile-domain" + "access_level": "List", + "description": "Grants permission to list up to 100 attendees for a specified Amazon Chime SDK meeting", + "privilege": "ListAttendees", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "meeting*" + } + ] }, { - "arn": "arn:${Partition}:chime:${Region}:${AccountId}:voice-profile/${VoiceProfileId}", - "condition_keys": [], - "resource": "voice-profile" + "access_level": "List", + "description": "Grants permission to list the available AWS Regions in which you can create an Amazon Chime SDK Voice Connector", + "privilege": "ListAvailableVoiceConnectorRegions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:chime:${Region}:${AccountId}:vc/${VoiceConnectorId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "voice-connector" + "access_level": "List", + "description": "Grants permission to list the bots associated with the administrator's Amazon Chime Enterprise account", + "privilege": "ListBots", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:chime:${Region}:${AccountId}:sma/${SipMediaApplicationId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "sip-media-application" - } - ], - "service_name": "Amazon Chime" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" + "access_level": "List", + "description": "Grants permission to list Call Detail Record S3 buckets", + "privilege": "ListCDRBucket", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "s3:ListAllMyBuckets", + "s3:ListBucket" + ], + "resource_type": "" + } + ] }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", - "type": "String" + "access_level": "List", + "description": "Grants permission to list the calling regions available for the administrator's AWS account", + "privilege": "ListCallingRegions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "cleanrooms", - "privileges": [ - { - "access_level": "Read", - "description": "Grants permission to view details for schemas", - "privilege": "BatchGetSchema", + "access_level": "List", + "description": "Grants permission to list all the users and bots banned from a particular channel", + "privilege": "ListChannelBans", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "cleanrooms:GetSchema" - ], - "resource_type": "Collaboration*" + "dependent_actions": [], + "resource_type": "app-instance-bot*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "app-instance-user*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfiguredTableAssociation*" + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new collaboration, a shared data collaboration environment", - "privilege": "CreateCollaboration", + "access_level": "List", + "description": "Grants permission to list all the Channel Flows created under a single Chime AppInstance", + "privilege": "ListChannelFlows", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "Collaboration*" + "resource_type": "channel-flow*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new configured table", - "privilege": "CreateConfiguredTable", + "access_level": "List", + "description": "Grants permission to list all channel memberships in a channel", + "privilege": "ListChannelMemberships", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "glue:BatchGetPartition", - "glue:GetDatabase", - "glue:GetDatabases", - "glue:GetPartition", - "glue:GetPartitions", - "glue:GetSchemaVersion", - "glue:GetTable", - "glue:GetTables" - ], - "resource_type": "ConfiguredTable*" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "app-instance-bot*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "app-instance-user*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a analysis rule for a configured table", - "privilege": "CreateConfiguredTableAnalysisRule", + "access_level": "List", + "description": "Grants permission to list all channels that a particular user or bot is a part of", + "privilege": "ListChannelMembershipsForAppInstanceUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfiguredTable*" + "resource_type": "app-instance-bot*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "app-instance-user*" } ] }, { - "access_level": "Write", - "description": "Grants permission to link a configured table with a collaboration by creating a new association", - "privilege": "CreateConfiguredTableAssociation", + "access_level": "Read", + "description": "Grants permission to list all the messages in a channel", + "privilege": "ListChannelMessages", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "ConfiguredTable*" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "app-instance-bot*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfiguredTableAssociation*" + "resource_type": "app-instance-user*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "Membership*" + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to join collaborations by creating a membership", - "privilege": "CreateMembership", + "access_level": "List", + "description": "Grants permission to list all the moderators for a channel", + "privilege": "ListChannelModerators", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "logs:CreateLogDelivery", - "logs:CreateLogGroup", - "logs:DeleteLogDelivery", - "logs:DescribeLogGroups", - "logs:DescribeResourcePolicies", - "logs:GetLogDelivery", - "logs:ListLogDeliveries", - "logs:PutResourcePolicy", - "logs:UpdateLogDelivery" - ], - "resource_type": "Collaboration*" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "app-instance-bot*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "Membership*" + "resource_type": "app-instance-user*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an existing collaboration", - "privilege": "DeleteCollaboration", + "access_level": "List", + "description": "Grants permission to list all the Channels created under a single Chime AppInstance", + "privilege": "ListChannels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Collaboration*" + "resource_type": "app-instance-bot*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "app-instance-user*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a configured table", - "privilege": "DeleteConfiguredTable", + "access_level": "List", + "description": "Grants permission to list all the Channels associated with a single Chime Channel Flow", + "privilege": "ListChannelsAssociatedWithChannelFlow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfiguredTable*" + "resource_type": "channel-flow*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an existing analysis rule", - "privilege": "DeleteConfiguredTableAnalysisRule", + "access_level": "List", + "description": "Grants permission to list all channels moderated by a user or bot", + "privilege": "ListChannelsModeratedByAppInstanceUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfiguredTable*" + "resource_type": "app-instance-bot*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "app-instance-user*" } ] }, { - "access_level": "Write", - "description": "Grants permission to remove a configured table association from a collaboration", - "privilege": "DeleteConfiguredTableAssociation", + "access_level": "List", + "description": "Grants permission to list account delegate information associated with your Amazon Chime account", + "privilege": "ListDelegates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfiguredTableAssociation*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete members from a collaboration", - "privilege": "DeleteMember", + "access_level": "List", + "description": "Grants permission to list active Active Directories hosted in the Directory Service of your AWS account", + "privilege": "ListDirectories", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Collaboration*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to leave collaborations by deleting a membership", - "privilege": "DeleteMembership", + "access_level": "List", + "description": "Grants permission to list domains associated with your Amazon Chime account", + "privilege": "ListDomains", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Membership*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details for a collaboration", - "privilege": "GetCollaboration", + "access_level": "List", + "description": "Grants permission to list Active Directory or Okta user groups associated with your Amazon Chime Enterprise account", + "privilege": "ListGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Collaboration*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details for a configured table", - "privilege": "GetConfiguredTable", + "access_level": "List", + "description": "Grants permission to list media capture pipelines", + "privilege": "ListMediaCapturePipelines", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfiguredTable*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view analysis rules for a configured table", - "privilege": "GetConfiguredTableAnalysisRule", + "access_level": "List", + "description": "Grants permission to list all media insights pipeline configurations", + "privilege": "ListMediaInsightsPipelineConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfiguredTable*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details for a configured table association", - "privilege": "GetConfiguredTableAssociation", + "access_level": "List", + "description": "Grants permission to list media pipelines", + "privilege": "ListMediaPipelineKinesisVideoStreamPools", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfiguredTableAssociation*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details about a membership", - "privilege": "GetMembership", + "access_level": "List", + "description": "Grants permission to list media pipelines", + "privilege": "ListMediaPipelines", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Membership*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view a protected query", - "privilege": "GetProtectedQuery", + "access_level": "List", + "description": "Grants permission to list all events that occurred for a specified meeting", + "privilege": "ListMeetingEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Membership*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details for a schema", - "privilege": "GetSchema", + "access_level": "List", + "description": "Grants permission to list the tags applied to an Amazon Chime SDK meeting resource", + "privilege": "ListMeetingTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Collaboration*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ConfiguredTableAssociation*" + "resource_type": "meeting*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view analysis rules associated with a schema", - "privilege": "GetSchemaAnalysisRule", + "access_level": "List", + "description": "Grants permission to list up to 100 active Amazon Chime SDK meetings", + "privilege": "ListMeetings", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "cleanrooms:GetSchema" - ], - "resource_type": "Collaboration*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfiguredTableAssociation*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list available collaborations", - "privilege": "ListCollaborations", + "description": "Grants permission to list meetings ended during the specified date range", + "privilege": "ListMeetingsReportData", "resource_types": [ { "condition_keys": [], @@ -29852,20 +31666,20 @@ }, { "access_level": "List", - "description": "Grants permission to list available configured table associations for a membership", - "privilege": "ListConfiguredTableAssociations", + "description": "Grants permission to list the phone number orders under the administrator's AWS account", + "privilege": "ListPhoneNumberOrders", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Membership*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list available configured tables", - "privilege": "ListConfiguredTables", + "description": "Grants permission to list the phone numbers under the administrator's AWS account", + "privilege": "ListPhoneNumbers", "resource_types": [ { "condition_keys": [], @@ -29876,20 +31690,20 @@ }, { "access_level": "List", - "description": "Grants permission to list the members of a collaboration", - "privilege": "ListMembers", + "description": "Grants permission to list proxy sessions for the specified Amazon Chime Voice Connector", + "privilege": "ListProxySessions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Collaboration*" + "resource_type": "voice-connector*" } ] }, { "access_level": "List", - "description": "Grants permission to list available memberships", - "privilege": "ListMemberships", + "description": "Grants permission to list all room members", + "privilege": "ListRoomMemberships", "resource_types": [ { "condition_keys": [], @@ -29900,716 +31714,546 @@ }, { "access_level": "List", - "description": "Grants permission to list protected queries", - "privilege": "ListProtectedQueries", + "description": "Grants permission to list rooms", + "privilege": "ListRooms", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Membership*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to view available schemas for a collaboration", - "privilege": "ListSchemas", + "description": "Grants permission to list all Amazon Chime SIP media applications under the administrator's AWS account", + "privilege": "ListSipMediaApplications", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Collaboration*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list tags for a resource", - "privilege": "ListTagsForResource", + "description": "Grants permission to list all Amazon Chime SIP rules under the administrator's AWS account", + "privilege": "ListSipRules", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Collaboration" - }, + "resource_type": "sip-media-application" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all the SubChannels under a single Channel", + "privilege": "ListSubChannels", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfiguredTable" + "resource_type": "app-instance-bot*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfiguredTableAssociation" + "resource_type": "app-instance-user*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Membership" + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start protected queries", - "privilege": "StartProtectedQuery", + "access_level": "List", + "description": "Grants permission to list the phone number countries supported by the AWS account", + "privilege": "ListSupportedPhoneNumberCountries", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "cleanrooms:GetSchema", - "s3:GetBucketLocation", - "s3:ListBucket", - "s3:PutObject" - ], - "resource_type": "Membership*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a resource", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to list the tags applied to an Amazon Chime resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Collaboration" + "resource_type": "app-instance" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfiguredTable" + "resource_type": "app-instance-bot" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfiguredTableAssociation" + "resource_type": "app-instance-user" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Membership" + "resource_type": "channel" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to untag a resource", - "privilege": "UntagResource", - "resource_types": [ + "resource_type": "channel-flow" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Collaboration" + "resource_type": "media-insights-pipeline-configuration" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfiguredTable" + "resource_type": "media-pipeline" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfiguredTableAssociation" + "resource_type": "media-pipeline-kinesis-video-stream-pool" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Membership" + "resource_type": "meeting" }, { - "condition_keys": [ - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update details of the collaboration", - "privilege": "UpdateCollaboration", - "resource_types": [ + "resource_type": "sip-media-application" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Collaboration*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update an existing configured table", - "privilege": "UpdateConfiguredTable", - "resource_types": [ + "resource_type": "voice-connector" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfiguredTable*" + "resource_type": "voice-profile-domain" } ] }, { - "access_level": "Write", - "description": "Grants permission to update analysis rules for a configured table", - "privilege": "UpdateConfiguredTableAnalysisRule", + "access_level": "List", + "description": "Grants permission to list the users that belong to the specified Amazon Chime account", + "privilege": "ListUsers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfiguredTable*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a configured table association", - "privilege": "UpdateConfiguredTableAssociation", + "access_level": "List", + "description": "Grants permission to list the Amazon Chime Voice Connector Groups under the administrator's AWS account", + "privilege": "ListVoiceConnectorGroups", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "ConfiguredTableAssociation*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update details of a membership", - "privilege": "UpdateMembership", + "access_level": "List", + "description": "Grants permission to list the SIP termination credentials for the specified Amazon Chime Voice Connector", + "privilege": "ListVoiceConnectorTerminationCredentials", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "logs:CreateLogDelivery", - "logs:CreateLogGroup", - "logs:DeleteLogDelivery", - "logs:DescribeLogGroups", - "logs:DescribeResourcePolicies", - "logs:GetLogDelivery", - "logs:ListLogDeliveries", - "logs:PutResourcePolicy", - "logs:UpdateLogDelivery" - ], - "resource_type": "Membership*" + "dependent_actions": [], + "resource_type": "voice-connector*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update protected queries", - "privilege": "UpdateProtectedQuery", + "access_level": "List", + "description": "Grants permission to list the Amazon Chime Voice Connectors under the administrator's AWS account", + "privilege": "ListVoiceConnectors", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Membership*" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:cleanrooms:${Region}:${Account}:collaboration/${CollaborationId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Collaboration" - }, - { - "arn": "arn:${Partition}:cleanrooms:${Region}:${Account}:configuredtable/${ConfiguredTableId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "ConfiguredTable" - }, - { - "arn": "arn:${Partition}:cleanrooms:${Region}:${Account}:membership/${MembershipId}/configuredtableassociation/${ConfiguredTableAssociationId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "ConfiguredTableAssociation" - }, - { - "arn": "arn:${Partition}:cleanrooms:${Region}:${Account}:membership/${MembershipId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Membership" - } - ], - "service_name": "AWS Clean Rooms" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", - "type": "ArrayOfString" - }, - { - "condition": "cloud9:EnvironmentId", - "description": "Filters access by the AWS Cloud9 environment ID", - "type": "String" - }, - { - "condition": "cloud9:EnvironmentName", - "description": "Filters access by the AWS Cloud9 environment name", - "type": "String" - }, - { - "condition": "cloud9:InstanceType", - "description": "Filters access by the instance type of the AWS Cloud9 environment's Amazon EC2 instance", - "type": "String" - }, - { - "condition": "cloud9:OwnerArn", - "description": "Filters access by the owner ARN specified", - "type": "ARN" - }, - { - "condition": "cloud9:Permissions", - "description": "Filters access by the type of AWS Cloud9 permissions", - "type": "String" - }, - { - "condition": "cloud9:SubnetId", - "description": "Filters access by the subnet ID that the AWS Cloud9 environment will be created in", - "type": "String" }, { - "condition": "cloud9:UserArn", - "description": "Filters access by the user ARN specified", - "type": "ARN" - } - ], - "prefix": "cloud9", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to start the Amazon EC2 instance that your AWS Cloud9 IDE connects to", - "privilege": "ActivateEC2Remote", + "access_level": "List", + "description": "Grants permission to list voice profile domains", + "privilege": "ListVoiceProfileDomains", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an AWS Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and then hosts the environment on the instance", - "privilege": "CreateEnvironmentEC2", + "access_level": "List", + "description": "Grants permission to list voice profiles", + "privilege": "ListVoiceProfiles", "resource_types": [ { - "condition_keys": [ - "cloud9:EnvironmentName", - "cloud9:InstanceType", - "cloud9:SubnetId", - "cloud9:UserArn", - "cloud9:OwnerArn", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "ec2:DescribeSubnets", - "ec2:DescribeVpcs", - "iam:CreateServiceLinkedRole" - ], - "resource_type": "" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "voice-profile-domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to add an environment member to an AWS Cloud9 development environment", - "privilege": "CreateEnvironmentMembership", + "description": "Grants permission to log out the specified user from all of the devices they are currently logged into", + "privilege": "LogoutUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" - }, - { - "condition_keys": [ - "cloud9:UserArn", - "cloud9:EnvironmentId", - "cloud9:Permissions" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an AWS Cloud9 SSH development environment", - "privilege": "CreateEnvironmentSSH", + "description": "Grants permission to enable data retention for the app instance", + "privilege": "PutAppInstanceRetentionSettings", "resource_types": [ { - "condition_keys": [ - "cloud9:EnvironmentName", - "cloud9:OwnerArn", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "app-instance*" } ] }, { - "access_level": "Read", - "description": "Grants permission to create an authentication token that allows a connection between the AWS Cloud9 IDE and the user's environment", - "privilege": "CreateEnvironmentToken", + "access_level": "Write", + "description": "Grants permission to configure data streaming for the app instance", + "privilege": "PutAppInstanceStreamingConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "app-instance*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an AWS Cloud9 development environment. If the environment is hosted on an Amazon Elastic Compute Cloud (Amazon EC2) instance, also terminates the instance", - "privilege": "DeleteEnvironment", + "description": "Grants permission to put expiration settings for an AppInstanceUser", + "privilege": "PutAppInstanceUserExpirationSettings", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole" - ], - "resource_type": "environment*" + "dependent_actions": [], + "resource_type": "app-instance-user*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an environment member from an AWS Cloud9 development environment", - "privilege": "DeleteEnvironmentMembership", + "description": "Grants permission to put expiration settings for a channel", + "privilege": "PutChannelExpirationSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get details about the connection to the EC2 development environment, including host, user, and port", - "privilege": "DescribeEC2Remote", - "resource_types": [ + "resource_type": "app-instance-user*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "channel*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about environment members for an AWS Cloud9 development environment", - "privilege": "DescribeEnvironmentMemberships", + "access_level": "Write", + "description": "Grants permission to put the preferences for a channel membership", + "privilege": "PutChannelMembershipPreferences", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "app-instance-bot*" }, { - "condition_keys": [ - "cloud9:UserArn", - "cloud9:EnvironmentId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get status information for an AWS Cloud9 development environment", - "privilege": "DescribeEnvironmentStatus", - "resource_types": [ + "resource_type": "app-instance-user*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "channel*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about AWS Cloud9 development environments", - "privilege": "DescribeEnvironments", + "access_level": "Write", + "description": "Grants permission to update details for an events configuration for a bot to receive outgoing events", + "privilege": "PutEventsConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details about the connection to the SSH development environment, including host, user, and port", - "privilege": "DescribeSSHRemote", + "access_level": "Write", + "description": "Grants permission to put the data streaming configurations of an AppInstance", + "privilege": "PutMessagingStreamingConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "app-instance*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get configuration information that's used to initialize the AWS Cloud9 IDE", - "privilege": "GetEnvironmentConfig", + "access_level": "Write", + "description": "Grants permission to create or update retention settings for the specified Amazon Chime account", + "privilege": "PutRetentionSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the AWS Cloud9 IDE settings for a specified development environment", - "privilege": "GetEnvironmentSettings", + "access_level": "Write", + "description": "Grants permission to update Alexa Skill configuration settings for Amazon Chime SIP media application under the administrator's AWS account", + "privilege": "PutSipMediaApplicationAlexaSkillConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "sip-media-application*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the AWS Cloud9 IDE settings for a specified environment member", - "privilege": "GetMembershipSettings", + "access_level": "Write", + "description": "Grants permission to update logging configuration settings for Amazon Chime SIP media application under the administrator's AWS account", + "privilege": "PutSipMediaApplicationLoggingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "sip-media-application*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the migration experience for a cloud9 user", - "privilege": "GetMigrationExperiences", + "access_level": "Write", + "description": "Grants permission to add emergency calling configuration for the specified Amazon Chime Voice Connector", + "privilege": "PutVoiceConnectorEmergencyCallingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "voice-connector*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the user's public SSH key, which is used by AWS Cloud9 to connect to SSH development environments", - "privilege": "GetUserPublicKey", + "access_level": "Write", + "description": "Grants permission to add logging configuration for the specified Amazon Chime Voice Connector", + "privilege": "PutVoiceConnectorLoggingConfiguration", "resource_types": [ { - "condition_keys": [ - "cloud9:UserArn" + "condition_keys": [], + "dependent_actions": [ + "logs:CreateLogDelivery", + "logs:CreateLogGroup", + "logs:DeleteLogDelivery", + "logs:DescribeLogGroups", + "logs:GetLogDelivery", + "logs:ListLogDeliveries" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "voice-connector*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the AWS Cloud9 IDE settings for a specified user", - "privilege": "GetUserSettings", + "access_level": "Write", + "description": "Grants permission to update the origination settings for the specified Amazon Chime Voice Connector", + "privilege": "PutVoiceConnectorOrigination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "voice-connector*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of AWS Cloud9 development environment identifiers", - "privilege": "ListEnvironments", + "access_level": "Write", + "description": "Grants permission to add proxy configuration for the specified Amazon Chime Voice Connector", + "privilege": "PutVoiceConnectorProxy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "voice-connector*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list tags for a cloud9 environment", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to add streaming configuration for the specified Amazon Chime Voice Connector", + "privilege": "PutVoiceConnectorStreamingConfiguration", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "chime:GetMediaInsightsPipelineConfiguration" + ], + "resource_type": "voice-connector*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "media-insights-pipeline-configuration" } ] }, { "access_level": "Write", - "description": "Grants permission to set AWS managed temporary credentials on the Amazon EC2 instance that's used by the AWS Cloud9 integrated development environment (IDE)", - "privilege": "ModifyTemporaryCredentialsOnEnvironmentEC2", + "description": "Grants permission to update the termination settings for the specified Amazon Chime Voice Connector", + "privilege": "PutVoiceConnectorTermination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "voice-connector*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a cloud9 environment", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to add SIP termination credentials for the specified Amazon Chime Voice Connector", + "privilege": "PutVoiceConnectorTerminationCredentials", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "voice-connector*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a cloud9 environment", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to redact message content", + "privilege": "RedactChannelMessage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "app-instance-bot*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "app-instance-user*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to change the settings of an existing AWS Cloud9 development environment", - "privilege": "UpdateEnvironment", + "description": "Grants permission to redact the specified Chime conversation Message", + "privilege": "RedactConversationMessage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to change the settings of an existing environment member for an AWS Cloud9 development environment", - "privilege": "UpdateEnvironmentMembership", + "description": "Grants permission to redacts the specified Chime room Message", + "privilege": "RedactRoomMessage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" - }, - { - "condition_keys": [ - "cloud9:UserArn", - "cloud9:EnvironmentId", - "cloud9:Permissions" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the AWS Cloud9 IDE settings for a specified development environment", - "privilege": "UpdateEnvironmentSettings", + "description": "Grants permission to regenerate the security token for the specified bot", + "privilege": "RegenerateSecurityToken", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the AWS Cloud9 IDE settings for a specified environment member", - "privilege": "UpdateMembershipSettings", + "description": "Grants permission to register an endpoint for an app instance user", + "privilege": "RegisterAppInstanceUserEndpoint", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment*" + "dependent_actions": [ + "mobiletargeting:GetApp" + ], + "resource_type": "app-instance-user*" } ] }, { "access_level": "Write", - "description": "Grants permission to update details about the connection to the SSH development environment, including host, user, and port", - "privilege": "UpdateSSHRemote", + "description": "Grants permission to modify the account name for your Amazon Chime Enterprise or Team account", + "privilege": "RenameAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update IDE-specific settings of an AWS Cloud9 user", - "privilege": "UpdateUserSettings", + "description": "Grants permission to renew the delegation request associated with an Amazon Chime account", + "privilege": "RenewDelegate", "resource_types": [ { "condition_keys": [], @@ -30619,9 +32263,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to validate the environment name during the process of creating an AWS Cloud9 development environment", - "privilege": "ValidateEnvironmentName", + "access_level": "Write", + "description": "Grants permission to reset the account resource in your Amazon Chime account", + "privilege": "ResetAccountResource", "resource_types": [ { "condition_keys": [], @@ -30629,181 +32273,110 @@ "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:cloud9:${Region}:${Account}:environment:${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "environment" - } - ], - "service_name": "AWS Cloud9" - }, - { - "conditions": [], - "prefix": "clouddirectory", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to add a new Facet to an object", - "privilege": "AddFacetToObject", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "directory*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to copy input published schema into Directory with same name and version as that of published schema", - "privilege": "ApplySchema", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "directory*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "publishedSchema*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to attach an existing object to another existing object", - "privilege": "AttachObject", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "directory*" - } - ] }, { "access_level": "Write", - "description": "Grants permission to attach a policy object to any other object", - "privilege": "AttachPolicy", + "description": "Grants permission to reset the personal meeting PIN for the specified user on an Amazon Chime account", + "privilege": "ResetPersonalPIN", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to attach the specified object to the specified index", - "privilege": "AttachToIndex", + "description": "Grants permission to restore the specified phone number from the deltion queue back to the phone number inventory", + "privilege": "RestorePhoneNumber", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to attach a typed link b/w a source & target object reference", - "privilege": "AttachTypedLink", + "access_level": "Read", + "description": "Grants permission to download the file containing links to all user attachments returned as part of the \"Request attachments\" action", + "privilege": "RetrieveDataExports", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to perform all the read operations in a batch. Each individual operation inside BatchRead needs to be granted permissions explicitly", - "privilege": "BatchRead", + "description": "Grants permission to search phone numbers that can be ordered from the carrier", + "privilege": "SearchAvailablePhoneNumbers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to perform all the write operations in a batch. Each individual operation inside BatchWrite needs to be granted permissions explicitly", - "privilege": "BatchWrite", + "access_level": "List", + "description": "Grants permission to search channels that an AppInstanceUser belongs to, or search channels across the AppInstance for an AppInstaceAdmin", + "privilege": "SearchChannels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a Directory by copying the published schema into the directory", - "privilege": "CreateDirectory", - "resource_types": [ + "resource_type": "app-instance-bot*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "publishedSchema*" + "resource_type": "app-instance-user*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new Facet in a schema", - "privilege": "CreateFacet", + "description": "Grants permission to send a message to a particular channel that the member is a part of", + "privilege": "SendChannelMessage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "appliedSchema*" + "resource_type": "app-instance-bot*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "developmentSchema*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an index object", - "privilege": "CreateIndex", - "resource_types": [ + "resource_type": "app-instance-user*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an object in a Directory", - "privilege": "CreateObject", + "description": "Grants permission to submit the \"Request attachments\" request", + "privilege": "StartDataExport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new schema in a development state", - "privilege": "CreateSchema", + "description": "Grants permission to start transcription for a meeting", + "privilege": "StartMeetingTranscription", "resource_types": [ { "condition_keys": [], @@ -30814,404 +32387,343 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new Typed Link facet in a schema", - "privilege": "CreateTypedLinkFacet", + "description": "Grants permission to start a speaker search task on the specified Amazon Chime resource", + "privilege": "StartSpeakerSearchTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "appliedSchema*" + "resource_type": "media-pipeline" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "developmentSchema*" + "resource_type": "voice-connector" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a directory. Only disabled directories can be deleted", - "privilege": "DeleteDirectory", + "description": "Grants permission to start a voice tone analysis task on the specified Amazon Chime resource", + "privilege": "StartVoiceToneAnalysisTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a given Facet. All attributes and Rules associated with the facet will be deleted", - "privilege": "DeleteFacet", - "resource_types": [ + "resource_type": "media-pipeline" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "developmentSchema*" + "resource_type": "voice-connector" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an object and its associated attributes", - "privilege": "DeleteObject", + "description": "Grants permission to stop transcription for a meeting", + "privilege": "StopMeetingTranscription", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a given schema", - "privilege": "DeleteSchema", + "description": "Grants permission to stop a speaker search task on the specified Amazon Chime resource", + "privilege": "StopSpeakerSearchTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "developmentSchema*" + "resource_type": "media-pipeline" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "publishedSchema*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a given TypedLink Facet. All attributes and Rules associated with the facet will be deleted", - "privilege": "DeleteTypedLinkFacet", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "developmentSchema*" + "resource_type": "voice-connector" } ] }, { "access_level": "Write", - "description": "Grants permission to detach the specified object from the specified index", - "privilege": "DetachFromIndex", + "description": "Grants permission to stop a voice tone analysis task on the specified Amazon Chime resource", + "privilege": "StopVoiceToneAnalysisTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to detach a given object from the parent object", - "privilege": "DetachObject", - "resource_types": [ + "resource_type": "media-pipeline" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "voice-connector" } ] }, { "access_level": "Write", - "description": "Grants permission to detach a policy from an object", - "privilege": "DetachPolicy", + "description": "Grants permission to submit a customer service support request", + "privilege": "SubmitSupportRequest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to detach a given typed link b/w given source and target object reference", - "privilege": "DetachTypedLink", + "description": "Grants permission to suspend users from an Amazon Chime Enterprise account", + "privilege": "SuspendUsers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to disable the specified directory", - "privilege": "DisableDirectory", + "access_level": "Tagging", + "description": "Grants permission to apply the specified tags to the specified Amazon Chime SDK attendee", + "privilege": "TagAttendee", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "meeting*" } ] }, { - "access_level": "Write", - "description": "Grants permission to enable the specified directory", - "privilege": "EnableDirectory", + "access_level": "Tagging", + "description": "Grants permission to apply the specified tags to the specified Amazon Chime SDK meeting", + "privilege": "TagMeeting", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to return current applied schema version ARN, including the minor version in use", - "privilege": "GetAppliedSchemaVersion", - "resource_types": [ + "resource_type": "meeting*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "appliedSchema*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve metadata about a directory", - "privilege": "GetDirectory", + "access_level": "Tagging", + "description": "Grants permission to apply the specified tags to the specified Amazon Chime resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get details of the Facet, such as Facet Name, Attributes, Rules, or ObjectType", - "privilege": "GetFacet", - "resource_types": [ + "resource_type": "app-instance" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "appliedSchema*" + "resource_type": "app-instance-bot" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "developmentSchema*" + "resource_type": "app-instance-user" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "publishedSchema*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve attributes that are associated with a typed link", - "privilege": "GetLinkAttributes", - "resource_types": [ + "resource_type": "channel" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve attributes within a facet that are associated with an object", - "privilege": "GetObjectAttributes", - "resource_types": [ + "resource_type": "channel-flow" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve metadata about an object", - "privilege": "GetObjectInformation", - "resource_types": [ + "resource_type": "media-insights-pipeline-configuration" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve a JSON representation of the schema", - "privilege": "GetSchemaAsJson", - "resource_types": [ + "resource_type": "media-pipeline" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "appliedSchema*" + "resource_type": "media-pipeline-kinesis-video-stream-pool" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "developmentSchema*" + "resource_type": "meeting" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "publishedSchema*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to return identity attributes order information associated with a given typed link facet", - "privilege": "GetTypedLinkFacetInformation", - "resource_types": [ + "resource_type": "sip-media-application" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "appliedSchema*" + "resource_type": "voice-connector" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "developmentSchema*" + "resource_type": "voice-profile-domain" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "publishedSchema*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list schemas applied to a directory", - "privilege": "ListAppliedSchemaArns", + "access_level": "Write", + "description": "Grants permission to unauthorize an Active Directory from your Amazon Chime Enterprise account", + "privilege": "UnauthorizeDirectory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list indices attached to an object", - "privilege": "ListAttachedIndices", + "access_level": "Tagging", + "description": "Grants permission to untag the specified tags from the specified Amazon Chime SDK attendee", + "privilege": "UntagAttendee", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "meeting*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve the ARNs of schemas in the development state", - "privilege": "ListDevelopmentSchemaArns", + "access_level": "Tagging", + "description": "Grants permission to untag the specified tags from the specified Amazon Chime SDK meeting", + "privilege": "UntagMeeting", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "meeting*" } ] }, { - "access_level": "List", - "description": "Grants permission to list directories created within an account", - "privilege": "ListDirectories", + "access_level": "Tagging", + "description": "Grants permission to untag the specified tags from the specified Amazon Chime resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve attributes attached to the facet", - "privilege": "ListFacetAttributes", - "resource_types": [ + "resource_type": "app-instance" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "appliedSchema*" + "resource_type": "app-instance-bot" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "developmentSchema*" + "resource_type": "app-instance-user" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "publishedSchema*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve the names of facets that exist in a schema", - "privilege": "ListFacetNames", - "resource_types": [ + "resource_type": "channel" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "appliedSchema*" + "resource_type": "channel-flow" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "developmentSchema*" + "resource_type": "media-insights-pipeline-configuration" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "publishedSchema*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to return a paginated list of all incoming TypedLinks for a given object", - "privilege": "ListIncomingTypedLinks", - "resource_types": [ + "resource_type": "media-pipeline" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "media-pipeline-kinesis-video-stream-pool" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "meeting" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "sip-media-application" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "voice-connector" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "voice-profile-domain" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list objects attached to the specified index", - "privilege": "ListIndex", + "access_level": "Write", + "description": "Grants permission to update account details for the specified Amazon Chime account", + "privilege": "UpdateAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the major version families of each managed schema. If a major version ARN is provided as SchemaArn, the minor version revisions in that family are listed instead", - "privilege": "ListManagedSchemaArns", + "access_level": "Write", + "description": "Grants permission to update the OpenIdConfig attributes for your Amazon Chime account", + "privilege": "UpdateAccountOpenIdConfig", "resource_types": [ { "condition_keys": [], @@ -31221,93 +32733,93 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list all attributes associated with an object", - "privilege": "ListObjectAttributes", + "access_level": "Write", + "description": "Grants permission to update the account resource in your Amazon Chime account", + "privilege": "UpdateAccountResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return a paginated list of child objects associated with a given object", - "privilege": "ListObjectChildren", + "access_level": "Write", + "description": "Grants permission to update the settings for the specified Amazon Chime account", + "privilege": "UpdateAccountSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve all available parent paths for any object type such as node, leaf node, policy node, and index node objects", - "privilege": "ListObjectParentPaths", + "access_level": "Write", + "description": "Grants permission to update AppInstance metadata", + "privilege": "UpdateAppInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "app-instance*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list parent objects associated with a given object in pagination fashion", - "privilege": "ListObjectParents", + "access_level": "Write", + "description": "Grants permission to update the details for an AppInstanceBot", + "privilege": "UpdateAppInstanceBot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "app-instance-bot*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return policies attached to an object in pagination fashion", - "privilege": "ListObjectPolicies", + "access_level": "Write", + "description": "Grants permission to update the details for an AppInstanceUser", + "privilege": "UpdateAppInstanceUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "app-instance-user*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return a paginated list of all outgoing TypedLinks for a given object", - "privilege": "ListOutgoingTypedLinks", + "access_level": "Write", + "description": "Grants permission to update an endpoint registered for an app instance user", + "privilege": "UpdateAppInstanceUserEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "app-instance-user*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return all of the ObjectIdentifiers to which a given policy is attached", - "privilege": "ListPolicyAttachments", + "access_level": "Write", + "description": "Grants permission to the capabilties that you want to update", + "privilege": "UpdateAttendeeCapabilities", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "meeting*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve published schema ARNs", - "privilege": "ListPublishedSchemaArns", + "access_level": "Write", + "description": "Grants permission to update the status of the specified bot", + "privilege": "UpdateBot", "resource_types": [ { "condition_keys": [], @@ -31317,89 +32829,103 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to return tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to update your Call Detail Record S3 bucket", + "privilege": "UpdateCDRSettings", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "directory*" + "dependent_actions": [ + "s3:CreateBucket", + "s3:DeleteBucket", + "s3:ListAllMyBuckets" + ], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return a paginated list of attributes associated with typed link facet", - "privilege": "ListTypedLinkFacetAttributes", + "access_level": "Write", + "description": "Grants permission to update a channel's attributes", + "privilege": "UpdateChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "appliedSchema*" + "resource_type": "app-instance-bot*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "developmentSchema*" + "resource_type": "app-instance-user*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "publishedSchema*" + "resource_type": "channel*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return a paginated list of typed link facet names that exist in a schema", - "privilege": "ListTypedLinkFacetNames", + "access_level": "Write", + "description": "Grants permission to update a channel flow", + "privilege": "UpdateChannelFlow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "appliedSchema*" - }, + "resource_type": "channel-flow*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the content of a message", + "privilege": "UpdateChannelMessage", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "developmentSchema*" + "resource_type": "app-instance-bot*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "publishedSchema*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to list all policies from the root of the Directory to the object specified", - "privilege": "LookupPolicy", - "resource_types": [ + "resource_type": "app-instance-user*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to publish a development schema with a version", - "privilege": "PublishSchema", + "description": "Grants permission to set the timestamp to the point when a user last read messages in a channel", + "privilege": "UpdateChannelReadMarker", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "developmentSchema*" + "resource_type": "app-instance-bot*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "app-instance-user*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a schema using JSON upload. Only available for development schemas", - "privilege": "PutSchemaFromJson", + "description": "Grants permission to update the global settings related to Amazon Chime for the AWS account", + "privilege": "UpdateGlobalSettings", "resource_types": [ { "condition_keys": [], @@ -31410,184 +32936,145 @@ }, { "access_level": "Write", - "description": "Grants permission to remove the specified facet from the specified object", - "privilege": "RemoveFacetFromObject", + "description": "Grants permission to update the status of a media insights pipeline configuration", + "privilege": "UpdateMediaInsightsPipelineConfiguration", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "directory*" + "dependent_actions": [ + "chime:ListVoiceConnectors", + "iam:PassRole", + "kinesis:DescribeStream", + "s3:ListBucket" + ], + "resource_type": "media-insights-pipeline-configuration*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to update the status of a media insights pipeline", + "privilege": "UpdateMediaInsightsPipelineStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "media-pipeline*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to update kinesis video stream pool", + "privilege": "UpdateMediaPipelineKinesisVideoStreamPool", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "media-pipeline-kinesis-video-stream-pool*" } ] }, { "access_level": "Write", - "description": "Grants permission to add/update/delete existing Attributes, Rules, or ObjectType of a Facet", - "privilege": "UpdateFacet", + "description": "Grants permission to update phone number details for the specified phone number", + "privilege": "UpdatePhoneNumber", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "appliedSchema*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "developmentSchema*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a given typed link\u2019s attributes. Attributes to be updated must not contribute to the typed link\u2019s identity, as defined by its IdentityAttributeOrder", - "privilege": "UpdateLinkAttributes", + "description": "Grants permission to update phone number settings related to Amazon Chime for the AWS account", + "privilege": "UpdatePhoneNumberSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a given object's attributes", - "privilege": "UpdateObjectAttributes", + "description": "Grants permission to update a proxy session for the specified Amazon Chime Voice Connector", + "privilege": "UpdateProxySession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "voice-connector*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the schema name with a new name", - "privilege": "UpdateSchema", + "description": "Grants permission to update a room", + "privilege": "UpdateRoom", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "developmentSchema*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to add/update/delete existing Attributes, Rules, identity attribute order of a TypedLink Facet", - "privilege": "UpdateTypedLinkFacet", + "description": "Grants permission to update room membership role", + "privilege": "UpdateRoomMembership", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "developmentSchema*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to upgrade a single directory in-place using the PublishedSchemaArn with schema updates found in MinorVersion. Backwards-compatible minor version upgrades are instantaneously available for readers on all objects in the directory", - "privilege": "UpgradeAppliedSchema", + "description": "Grants permission to update properties of Amazon Chime SIP media application under the administrator's AWS account", + "privilege": "UpdateSipMediaApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "publishedSchema*" + "resource_type": "sip-media-application*" } ] }, { "access_level": "Write", - "description": "Grants permission to upgrade a published schema under a new minor version revision using the current contents of DevelopmentSchemaArn", - "privilege": "UpgradePublishedSchema", + "description": "Grants permission to update an Amazon Chime SIP media application call under the administrator's AWS account", + "privilege": "UpdateSipMediaApplicationCall", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "developmentSchema*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "publishedSchema*" + "resource_type": "sip-media-application*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:clouddirectory:${Region}:${Account}:directory/${DirectoryId}/schema/${SchemaName}/${Version}", - "condition_keys": [], - "resource": "appliedSchema" - }, - { - "arn": "arn:${Partition}:clouddirectory:${Region}:${Account}:schema/development/${SchemaName}", - "condition_keys": [], - "resource": "developmentSchema" - }, - { - "arn": "arn:${Partition}:clouddirectory:${Region}:${Account}:directory/${DirectoryId}", - "condition_keys": [], - "resource": "directory" }, - { - "arn": "arn:${Partition}:clouddirectory:${Region}:${Account}:schema/published/${SchemaName}/${Version}", - "condition_keys": [], - "resource": "publishedSchema" - } - ], - "service_name": "Amazon Cloud Directory" - }, - { - "conditions": [], - "prefix": "cloudformation", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to cancel resource requests in your account", - "privilege": "CancelResourceRequest", + "description": "Grants permission to update properties of Amazon Chime SIP rule under the administrator's AWS account", + "privilege": "UpdateSipRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "sip-media-application" } ] }, { "access_level": "Write", - "description": "Grants permission to create resources in your account", - "privilege": "CreateResource", + "description": "Grants permission to update the supported license tiers available for users in your Amazon Chime account", + "privilege": "UpdateSupportedLicenses", "resource_types": [ { "condition_keys": [], @@ -31598,8 +33085,8 @@ }, { "access_level": "Write", - "description": "Grants permission to delete resources in your account", - "privilege": "DeleteResource", + "description": "Grants permission to update user details for a specified user ID", + "privilege": "UpdateUser", "resource_types": [ { "condition_keys": [], @@ -31609,9 +33096,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get resources in your account", - "privilege": "GetResource", + "access_level": "Write", + "description": "Grants permission to update the licenses for your Amazon Chime users", + "privilege": "UpdateUserLicenses", "resource_types": [ { "condition_keys": [], @@ -31621,9 +33108,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get resource requests in your account", - "privilege": "GetResourceRequestStatus", + "access_level": "Write", + "description": "Grants permission to update user settings related to the specified Amazon Chime user", + "privilege": "UpdateUserSettings", "resource_types": [ { "condition_keys": [], @@ -31633,57 +33120,57 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list resource requests in your account", - "privilege": "ListResourceRequests", + "access_level": "Write", + "description": "Grants permission to update Amazon Chime Voice Connector details for the specified Amazon Chime Voice Connector", + "privilege": "UpdateVoiceConnector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "voice-connector*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list resources in your account", - "privilege": "ListResources", + "access_level": "Write", + "description": "Grants permission to update Amazon Chime Voice Connector Group details for the specified Amazon Chime Voice Connector Group", + "privilege": "UpdateVoiceConnectorGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "voice-connector" } ] }, { "access_level": "Write", - "description": "Grants permission to update resources in your account", - "privilege": "UpdateResource", + "description": "Grants permission to update a voice profile", + "privilege": "UpdateVoiceProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "voice-profile*" } ] }, { "access_level": "Write", - "description": "Grants permission to activate trusted access between StackSets and Organizations. With trusted access between StackSets and Organizations activated, the management account has permissions to create and manage StackSets for your organization", - "privilege": "ActivateOrganizationsAccess", + "description": "Grants permission to update a voice profile domain", + "privilege": "UpdateVoiceProfileDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "voice-profile-domain*" } ] }, { - "access_level": "Write", - "description": "Grants permission to activate a public third-party extension, making it available for use in stack templates", - "privilege": "ActivateType", + "access_level": "Read", + "description": "Grants permission to validate the account resource in your Amazon Chime account", + "privilege": "ValidateAccountResource", "resource_types": [ { "condition_keys": [], @@ -31694,8 +33181,8 @@ }, { "access_level": "Read", - "description": "Grants permission to return configuration data for the specified CloudFormation extensions", - "privilege": "BatchDescribeTypeConfigurations", + "description": "Grants permission to validate an address to be used for 911 calls made with Amazon Chime Voice Connectors", + "privilege": "ValidateE911Address", "resource_types": [ { "condition_keys": [], @@ -31703,699 +33190,794 @@ "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:chime::${AccountId}:meeting/${MeetingId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "meeting" }, { - "access_level": "Write", - "description": "Grants permission to cancel an update on the specified stack", - "privilege": "CancelUpdateStack", + "arn": "arn:${Partition}:chime:${Region}:${AccountId}:app-instance/${AppInstanceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "app-instance" + }, + { + "arn": "arn:${Partition}:chime:${Region}:${AccountId}:app-instance/${AppInstanceId}/user/${AppInstanceUserId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "app-instance-user" + }, + { + "arn": "arn:${Partition}:chime:${Region}:${AccountId}:app-instance/${AppInstanceId}/bot/${AppInstanceBotId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "app-instance-bot" + }, + { + "arn": "arn:${Partition}:chime:${Region}:${AccountId}:app-instance/${AppInstanceId}/channel/${ChannelId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "channel" + }, + { + "arn": "arn:${Partition}:chime:${Region}:${AccountId}:app-instance/${AppInstanceId}/channel-flow/${ChannelFlowId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "channel-flow" + }, + { + "arn": "arn:${Partition}:chime:${Region}:${AccountId}:media-pipeline/${MediaPipelineId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "media-pipeline" + }, + { + "arn": "arn:${Partition}:chime:${Region}:${AccountId}:media-insights-pipeline-configuration/${ConfigurationName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "media-insights-pipeline-configuration" + }, + { + "arn": "arn:${Partition}:chime:${Region}:${AccountId}:media-pipeline-kinesis-video-stream-pool/${PoolName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "media-pipeline-kinesis-video-stream-pool" + }, + { + "arn": "arn:${Partition}:chime:${Region}:${AccountId}:voice-profile-domain/${VoiceProfileDomainId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "voice-profile-domain" + }, + { + "arn": "arn:${Partition}:chime:${Region}:${AccountId}:voice-profile/${VoiceProfileId}", + "condition_keys": [], + "resource": "voice-profile" + }, + { + "arn": "arn:${Partition}:chime:${Region}:${AccountId}:vc/${VoiceConnectorId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "voice-connector" + }, + { + "arn": "arn:${Partition}:chime:${Region}:${AccountId}:sma/${SipMediaApplicationId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "sip-media-application" + } + ], + "service_name": "Amazon Chime" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "cleanrooms", + "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to view details of analysisTemplates associated to the collaboration", + "privilege": "BatchGetCollaborationAnalysisTemplate", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "cleanrooms:GetCollaborationAnalysisTemplate" + ], + "resource_type": "analysistemplate*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack*" + "resource_type": "collaboration*" } ] }, { - "access_level": "Write", - "description": "Grants permission to continue rolling back a stack that is in the UPDATE_ROLLBACK_FAILED state to the UPDATE_ROLLBACK_COMPLETE state", - "privilege": "ContinueUpdateRollback", + "access_level": "Read", + "description": "Grants permission to view details for schemas", + "privilege": "BatchGetSchema", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "stack*" + "dependent_actions": [ + "cleanrooms:GetSchema" + ], + "resource_type": "collaboration*" }, { - "condition_keys": [ - "cloudformation:RoleArn" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "configuredtableassociation*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a list of changes for a stack", - "privilege": "CreateChangeSet", + "description": "Grants permission to create a new analysis template", + "privilege": "CreateAnalysisTemplate", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "stack*" + "resource_type": "analysistemplate*" }, { "condition_keys": [ - "cloudformation:ChangeSetName", - "cloudformation:ResourceTypes", - "cloudformation:ImportResourceTypes", - "cloudformation:RoleArn", - "cloudformation:StackPolicyUrl", - "cloudformation:TemplateUrl", "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], - "resource_type": "" + "resource_type": "membership*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a stack as specified in the template", - "privilege": "CreateStack", + "description": "Grants permission to create a new collaboration, a shared data collaboration environment", + "privilege": "CreateCollaboration", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "stack*" - }, { "condition_keys": [ - "cloudformation:ResourceTypes", - "cloudformation:RoleArn", - "cloudformation:StackPolicyUrl", - "cloudformation:TemplateUrl", "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], - "resource_type": "" + "resource_type": "collaboration*" } ] }, { "access_level": "Write", - "description": "Grants permission to create stack instances for the specified accounts, within the specified regions", - "privilege": "CreateStackInstances", + "description": "Grants permission to link a Cleanrooms ML configured audience model with a collaboration by creating a new association", + "privilege": "CreateConfiguredAudienceModelAssociation", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "stackset*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "stackset-target" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "type" + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "cleanrooms-ml:GetConfiguredAudienceModel", + "cleanrooms-ml:GetConfiguredAudienceModelPolicy", + "cleanrooms-ml:PutConfiguredAudienceModelPolicy" + ], + "resource_type": "configuredaudiencemodelassociation*" }, { "condition_keys": [ - "aws:TagKeys", - "cloudformation:TargetRegion" + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], - "resource_type": "" + "resource_type": "membership*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a stackset as specified in the template", - "privilege": "CreateStackSet", + "description": "Grants permission to create a new configured table", + "privilege": "CreateConfiguredTable", "resource_types": [ { "condition_keys": [ - "cloudformation:RoleArn", - "cloudformation:TemplateUrl", "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", "aws:TagKeys" ], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "glue:BatchGetPartition", + "glue:GetDatabase", + "glue:GetDatabases", + "glue:GetPartition", + "glue:GetPartitions", + "glue:GetSchemaVersion", + "glue:GetTable", + "glue:GetTables" + ], + "resource_type": "configuredtable*" } ] }, { "access_level": "Write", - "description": "Grants permission to upload templates to Amazon S3 buckets. Used only by the AWS CloudFormation console and is not documented in the API reference", - "privilege": "CreateUploadBucket", + "description": "Grants permission to create a analysis rule for a configured table", + "privilege": "CreateConfiguredTableAnalysisRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "configuredtable*" } ] }, { "access_level": "Write", - "description": "Grants permission to deactivate trusted access between StackSets and Organizations. If trusted access is deactivated, the management account does not have permissions to create and manage service-managed StackSets for your organization", - "privilege": "DeactivateOrganizationsAccess", + "description": "Grants permission to link a configured table with a collaboration by creating a new association", + "privilege": "CreateConfiguredTableAssociation", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "configuredtable*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to deactivate a public extension that was previously activated in this account and region", - "privilege": "DeactivateType", - "resource_types": [ + "resource_type": "configuredtableassociation*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "" + "resource_type": "membership*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified change set. Deleting change sets ensures that no one executes the wrong change set", - "privilege": "DeleteChangeSet", + "description": "Grants permission to join collaborations by creating a membership", + "privilege": "CreateMembership", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "stack*" + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "iam:PassRole", + "logs:CreateLogDelivery", + "logs:CreateLogGroup", + "logs:DeleteLogDelivery", + "logs:DescribeLogGroups", + "logs:DescribeResourcePolicies", + "logs:GetLogDelivery", + "logs:ListLogDeliveries", + "logs:PutResourcePolicy", + "logs:UpdateLogDelivery", + "s3:GetBucketLocation" + ], + "resource_type": "collaboration*" }, { "condition_keys": [ - "cloudformation:ChangeSetName" + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], - "resource_type": "" + "resource_type": "membership*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a specified stack", - "privilege": "DeleteStack", + "description": "Grants permission to create a new privacy budget template", + "privilege": "CreatePrivacyBudgetTemplate", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "stack*" + "resource_type": "membership*" }, { "condition_keys": [ - "cloudformation:RoleArn" + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], - "resource_type": "" + "resource_type": "privacybudgettemplate*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete stack instances for the specified accounts, in the specified regions", - "privilege": "DeleteStackInstances", + "description": "Grants permission to delete an existing analysis template", + "privilege": "DeleteAnalysisTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stackset*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "stackset-target" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "type" - }, - { - "condition_keys": [ - "cloudformation:TargetRegion" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "analysistemplate*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a specified stackset", - "privilege": "DeleteStackSet", + "description": "Grants permission to delete an existing collaboration", + "privilege": "DeleteCollaboration", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "stackset*" + "dependent_actions": [ + "cleanrooms-ml:DeleteConfiguredAudienceModelPolicy", + "cleanrooms-ml:GetConfiguredAudienceModelPolicy", + "cleanrooms-ml:PutConfiguredAudienceModelPolicy" + ], + "resource_type": "collaboration*" } ] }, { "access_level": "Write", - "description": "Grants permission to deregister an existing CloudFormation type or type version", - "privilege": "DeregisterType", + "description": "Grants permission to delete an existing configured audience model association", + "privilege": "DeleteConfiguredAudienceModelAssociation", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "cleanrooms-ml:DeleteConfiguredAudienceModelPolicy", + "cleanrooms-ml:GetConfiguredAudienceModelPolicy", + "cleanrooms-ml:PutConfiguredAudienceModelPolicy" + ], + "resource_type": "configuredaudiencemodelassociation*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve your account's AWS CloudFormation limits", - "privilege": "DescribeAccountLimits", + "access_level": "Write", + "description": "Grants permission to delete a configured table", + "privilege": "DeleteConfiguredTable", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "configuredtable*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the description for the specified change set", - "privilege": "DescribeChangeSet", + "access_level": "Write", + "description": "Grants permission to delete an existing analysis rule", + "privilege": "DeleteConfiguredTableAnalysisRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack*" - }, - { - "condition_keys": [ - "cloudformation:ChangeSetName" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "configuredtable*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the Hook invocation information for the specified change set", - "privilege": "DescribeChangeSetHooks", + "access_level": "Write", + "description": "Grants permission to remove a configured table association from a collaboration", + "privilege": "DeleteConfiguredTableAssociation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack*" - }, - { - "condition_keys": [ - "cloudformation:ChangeSetName" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "configuredtableassociation*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return information about the account's OrganizationAccess status", - "privilege": "DescribeOrganizationsAccess", + "access_level": "Write", + "description": "Grants permission to delete members from a collaboration", + "privilege": "DeleteMember", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "cleanrooms-ml:DeleteConfiguredAudienceModelPolicy", + "cleanrooms-ml:GetConfiguredAudienceModelPolicy", + "cleanrooms-ml:PutConfiguredAudienceModelPolicy" + ], + "resource_type": "collaboration*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return information about a CloudFormation extension publisher", - "privilege": "DescribePublisher", + "access_level": "Write", + "description": "Grants permission to leave collaborations by deleting a membership", + "privilege": "DeleteMembership", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "membership*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return information about a stack drift detection operation", - "privilege": "DescribeStackDriftDetectionStatus", + "access_level": "Write", + "description": "Grants permission to delete an existing privacy budget template", + "privilege": "DeletePrivacyBudgetTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "privacybudgettemplate*" } ] }, { "access_level": "Read", - "description": "Grants permission to return all stack related events for a specified stack", - "privilege": "DescribeStackEvents", + "description": "Grants permission to view details for an analysis template", + "privilege": "GetAnalysisTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack*" + "resource_type": "analysistemplate*" } ] }, { "access_level": "Read", - "description": "Grants permission to return the stack instance that's associated with the specified stack set, AWS account, and region", - "privilege": "DescribeStackInstance", + "description": "Grants permission to view details for a collaboration", + "privilege": "GetCollaboration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stackset*" + "resource_type": "collaboration*" } ] }, { "access_level": "Read", - "description": "Grants permission to return a description of the specified resource in the specified stack", - "privilege": "DescribeStackResource", + "description": "Grants permission to view details for an analysis template within a collaboration", + "privilege": "GetCollaborationAnalysisTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to return drift information for the resources that have been checked for drift in the specified stack", - "privilege": "DescribeStackResourceDrifts", - "resource_types": [ + "resource_type": "analysistemplate*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack*" + "resource_type": "collaboration*" } ] }, { "access_level": "Read", - "description": "Grants permission to return AWS resource descriptions for running and deleted stacks", - "privilege": "DescribeStackResources", + "description": "Grants permission to view details for a configured audience model association within a collaboration", + "privilege": "GetCollaborationConfiguredAudienceModelAssociation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to return the description of the specified stack set", - "privilege": "DescribeStackSet", - "resource_types": [ + "resource_type": "collaboration*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stackset*" + "resource_type": "configuredaudiencemodelassociation*" } ] }, { "access_level": "Read", - "description": "Grants permission to return the description of the specified stack set operation", - "privilege": "DescribeStackSetOperation", + "description": "Grants permission to view details for a privacy budget template within a collaboration", + "privilege": "GetCollaborationPrivacyBudgetTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stackset*" + "resource_type": "collaboration*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "privacybudgettemplate*" } ] }, { - "access_level": "List", - "description": "Grants permission to return the description for the specified stack, and to all stacks when used in combination with the ListStacks action", - "privilege": "DescribeStacks", + "access_level": "Read", + "description": "Grants permission to view details for a configured audience model association", + "privilege": "GetConfiguredAudienceModelAssociation", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "cloudformation:ListStacks" - ], - "resource_type": "stack" + "dependent_actions": [], + "resource_type": "configuredaudiencemodelassociation*" } ] }, { "access_level": "Read", - "description": "Grants permission to return information about the CloudFormation type requested", - "privilege": "DescribeType", + "description": "Grants permission to view details for a configured table", + "privilege": "GetConfiguredTable", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "configuredtable*" } ] }, { "access_level": "Read", - "description": "Grants permission to return information about the registration process for a CloudFormation type", - "privilege": "DescribeTypeRegistration", + "description": "Grants permission to view analysis rules for a configured table", + "privilege": "GetConfiguredTableAnalysisRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "configuredtable*" } ] }, { "access_level": "Read", - "description": "Grants permission to detects whether a stack's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters", - "privilege": "DetectStackDrift", + "description": "Grants permission to view details for a configured table association", + "privilege": "GetConfiguredTableAssociation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack*" + "resource_type": "configuredtableassociation*" } ] }, { "access_level": "Read", - "description": "Grants permission to return information about whether a resource's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters", - "privilege": "DetectStackResourceDrift", + "description": "Grants permission to view details about a membership", + "privilege": "GetMembership", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack*" + "resource_type": "membership*" } ] }, { "access_level": "Read", - "description": "Grants permission to enable users to detect drift on a stack set and the stack instances that belong to that stack set", - "privilege": "DetectStackSetDrift", + "description": "Grants permission to view details for a privacy budget template", + "privilege": "GetPrivacyBudgetTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stackset*" + "resource_type": "privacybudgettemplate*" } ] }, { "access_level": "Read", - "description": "Grants permission to return the estimated monthly cost of a template", - "privilege": "EstimateTemplateCost", + "description": "Grants permission to view a protected query", + "privilege": "GetProtectedQuery", "resource_types": [ { - "condition_keys": [ - "cloudformation:TemplateUrl" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "membership*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a stack using the input information that was provided when the specified change set was created", - "privilege": "ExecuteChangeSet", + "access_level": "Read", + "description": "Grants permission to view details for a schema", + "privilege": "GetSchema", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack*" + "resource_type": "collaboration*" }, { - "condition_keys": [ - "cloudformation:ChangeSetName" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "configuredtableassociation*" } ] }, { "access_level": "Read", - "description": "Grants permission to return the stack policy for a specified stack", - "privilege": "GetStackPolicy", + "description": "Grants permission to view analysis rules associated with a schema", + "privilege": "GetSchemaAnalysisRule", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "stack*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to return the template body for a specified stack", - "privilege": "GetTemplate", - "resource_types": [ + "dependent_actions": [ + "cleanrooms:GetSchema" + ], + "resource_type": "collaboration*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack*" + "resource_type": "configuredtableassociation*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return information about a new or existing template", - "privilege": "GetTemplateSummary", + "access_level": "List", + "description": "Grants permission to list available analysis templates", + "privilege": "ListAnalysisTemplates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "analysistemplate*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stackset" - }, - { - "condition_keys": [ - "cloudformation:TemplateUrl" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "membership*" } ] }, { - "access_level": "Write", - "description": "Grants permission to enable users to import existing stacks to a new or existing stackset", - "privilege": "ImportStacksToStackSet", + "access_level": "List", + "description": "Grants permission to list available analysis templates within a collaboration", + "privilege": "ListCollaborationAnalysisTemplates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stackset*" + "resource_type": "collaboration*" } ] }, { "access_level": "List", - "description": "Grants permission to return the ID and status of each active change set for a stack. For example, AWS CloudFormation lists change sets that are in the CREATE_IN_PROGRESS or CREATE_PENDING state", - "privilege": "ListChangeSets", + "description": "Grants permission to list available configured audience model association within a collaboration", + "privilege": "ListCollaborationConfiguredAudienceModelAssociations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack*" + "resource_type": "collaboration*" } ] }, { "access_level": "List", - "description": "Grants permission to list all exported output values in the account and region in which you call this action", - "privilege": "ListExports", + "description": "Grants permission to list available privacy budget templates within a collaboration", + "privilege": "ListCollaborationPrivacyBudgetTemplates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "collaboration*" } ] }, { "access_level": "List", - "description": "Grants permission to list all stacks that are importing an exported output value", - "privilege": "ListImports", + "description": "Grants permission to list privacy budgets within a collaboration", + "privilege": "ListCollaborationPrivacyBudgets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "collaboration*" } ] }, { "access_level": "List", - "description": "Grants permission to return drift information for the resources that have been checked for drift in the specified stack instance", - "privilege": "ListStackInstanceResourceDrifts", + "description": "Grants permission to list available collaborations", + "privilege": "ListCollaborations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stackset*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to return summary information about stack instances that are associated with the specified stack set", - "privilege": "ListStackInstances", + "description": "Grants permission to list available configured audience model associations for a membership", + "privilege": "ListConfiguredAudienceModelAssociations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stackset*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to return descriptions of all resources of the specified stack", - "privilege": "ListStackResources", - "resource_types": [ + "resource_type": "configuredaudiencemodelassociation*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack*" + "resource_type": "membership*" } ] }, { "access_level": "List", - "description": "Grants permission to return summary information about the results of a stack set operation", - "privilege": "ListStackSetOperationResults", + "description": "Grants permission to list available configured table associations for a membership", + "privilege": "ListConfiguredTableAssociations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stackset*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to return summary information about operations performed on a stack set", - "privilege": "ListStackSetOperations", - "resource_types": [ + "resource_type": "configuredtableassociation*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stackset*" + "resource_type": "membership*" } ] }, { "access_level": "List", - "description": "Grants permission to return summary information about stack sets that are associated with the user", - "privilege": "ListStackSets", + "description": "Grants permission to list available configured tables", + "privilege": "ListConfiguredTables", "resource_types": [ { "condition_keys": [], @@ -32406,20 +33988,20 @@ }, { "access_level": "List", - "description": "Grants permission to return the summary information for stacks whose status matches the specified StackStatusFilter. In combination with the DescribeStacks action, grants permission to list descriptions for stacks", - "privilege": "ListStacks", + "description": "Grants permission to list the members of a collaboration", + "privilege": "ListMembers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "collaboration*" } ] }, { "access_level": "List", - "description": "Grants permission to list CloudFormation type registration attempts", - "privilege": "ListTypeRegistrations", + "description": "Grants permission to list available memberships", + "privilege": "ListMemberships", "resource_types": [ { "condition_keys": [], @@ -32430,181 +34012,178 @@ }, { "access_level": "List", - "description": "Grants permission to list versions of a particular CloudFormation type", - "privilege": "ListTypeVersions", + "description": "Grants permission to list available privacy budget templates", + "privilege": "ListPrivacyBudgetTemplates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "membership*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "privacybudgettemplate*" } ] }, { "access_level": "List", - "description": "Grants permission to list available CloudFormation types", - "privilege": "ListTypes", + "description": "Grants permission to list available privacy budgets", + "privilege": "ListPrivacyBudgets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "membership*" } ] }, { - "access_level": "Write", - "description": "Grants permission to publish the specified extension to the CloudFormation registry as a public extension in this region", - "privilege": "PublishType", + "access_level": "List", + "description": "Grants permission to list protected queries", + "privilege": "ListProtectedQueries", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "membership*" } ] }, { - "access_level": "Write", - "description": "Grants permission to record the handler progress", - "privilege": "RecordHandlerProgress", + "access_level": "List", + "description": "Grants permission to view available schemas for a collaboration", + "privilege": "ListSchemas", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack*" + "resource_type": "collaboration*" } ] }, { - "access_level": "Write", - "description": "Grants permission to register account as a publisher of public extensions in the CloudFormation registry", - "privilege": "RegisterPublisher", + "access_level": "List", + "description": "Grants permission to list tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to register a new CloudFormation type", - "privilege": "RegisterType", - "resource_types": [ + "resource_type": "analysistemplate" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to rollback the stack to the last stable state", - "privilege": "RollbackStack", - "resource_types": [ + "resource_type": "collaboration" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack*" + "resource_type": "configuredaudiencemodelassociation" }, { - "condition_keys": [ - "cloudformation:RoleArn" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Permissions management", - "description": "Grants permission to set a stack policy for a specified stack", - "privilege": "SetStackPolicy", - "resource_types": [ + "resource_type": "configuredtable" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack*" + "resource_type": "configuredtableassociation" }, { - "condition_keys": [ - "cloudformation:StackPolicyUrl" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to set the configuration data for a registered CloudFormation extension, in the given account and region", - "privilege": "SetTypeConfiguration", - "resource_types": [ + "resource_type": "membership" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "privacybudgettemplate" } ] }, { - "access_level": "Write", - "description": "Grants permission to set which version of a CloudFormation type applies to CloudFormation operations", - "privilege": "SetTypeDefaultVersion", + "access_level": "Read", + "description": "Grants permission to preview privacy budget template settings", + "privilege": "PreviewPrivacyImpact", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "membership*" } ] }, { "access_level": "Write", - "description": "Grants permission to send a signal to the specified resource with a success or failure status", - "privilege": "SignalResource", + "description": "Grants permission to start protected queries", + "privilege": "StartProtectedQuery", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "cleanrooms:GetCollaborationAnalysisTemplate", + "cleanrooms:GetSchema", + "s3:GetBucketLocation", + "s3:ListBucket", + "s3:PutObject" + ], + "resource_type": "configuredtableassociation*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to stop an in-progress operation on a stack set and its associated stack instances", - "privilege": "StopStackSetOperation", - "resource_types": [ + "resource_type": "membership*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stackset*" + "resource_type": "analysistemplate" } ] }, { "access_level": "Tagging", - "description": "Grants permission to tag cloudformation resources", + "description": "Grants permission to tag a resource", "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "changeset" + "resource_type": "analysistemplate" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "collaboration" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stackset" + "resource_type": "configuredaudiencemodelassociation" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "configuredtable" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "configuredtableassociation" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "membership" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "privacybudgettemplate" }, { "condition_keys": [ @@ -32617,36 +34196,44 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to test a registered extension to make sure it meets all necessary requirements for being published in the CloudFormation registry", - "privilege": "TestType", + "access_level": "Tagging", + "description": "Grants permission to untag a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to untag cloudformation resources", - "privilege": "UntagResource", - "resource_types": [ + "resource_type": "analysistemplate" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "changeset" + "resource_type": "collaboration" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "configuredaudiencemodelassociation" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stackset" + "resource_type": "configuredtable" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "configuredtableassociation" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "membership" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "privacybudgettemplate" }, { "condition_keys": [ @@ -32659,151 +34246,179 @@ }, { "access_level": "Write", - "description": "Grants permission to update a stack as specified in the template", - "privilege": "UpdateStack", + "description": "Grants permission to update details of the analysis template", + "privilege": "UpdateAnalysisTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack*" - }, - { - "condition_keys": [ - "cloudformation:ResourceTypes", - "cloudformation:RoleArn", - "cloudformation:StackPolicyUrl", - "cloudformation:TemplateUrl", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "analysistemplate*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the parameter values for stack instances for the specified accounts, within the specified regions", - "privilege": "UpdateStackInstances", + "description": "Grants permission to update details of the collaboration", + "privilege": "UpdateCollaboration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stackset*" - }, + "resource_type": "collaboration*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a configured audience model association", + "privilege": "UpdateConfiguredAudienceModelAssociation", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stackset-target" - }, + "resource_type": "configuredaudiencemodelassociation*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update an existing configured table", + "privilege": "UpdateConfiguredTable", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "type" - }, - { - "condition_keys": [ - "cloudformation:TargetRegion" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "configuredtable*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a stackset as specified in the template", - "privilege": "UpdateStackSet", + "description": "Grants permission to update analysis rules for a configured table", + "privilege": "UpdateConfiguredTableAnalysisRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stackset*" - }, + "resource_type": "configuredtable*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a configured table association", + "privilege": "UpdateConfiguredTableAssociation", + "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "stackset-target" - }, + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "configuredtableassociation*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update details of a membership", + "privilege": "UpdateMembership", + "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "type" - }, - { - "condition_keys": [ - "cloudformation:RoleArn", - "cloudformation:TemplateUrl", - "cloudformation:TargetRegion", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "dependent_actions": [ + "iam:PassRole", + "logs:CreateLogDelivery", + "logs:CreateLogGroup", + "logs:DeleteLogDelivery", + "logs:DescribeLogGroups", + "logs:DescribeResourcePolicies", + "logs:GetLogDelivery", + "logs:ListLogDeliveries", + "logs:PutResourcePolicy", + "logs:UpdateLogDelivery", + "s3:GetBucketLocation" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "membership*" } ] }, { "access_level": "Write", - "description": "Grants permission to update termination protection for the specified stack", - "privilege": "UpdateTerminationProtection", + "description": "Grants permission to update details of the privacy budget template", + "privilege": "UpdatePrivacyBudgetTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack*" + "resource_type": "privacybudgettemplate*" } ] }, { - "access_level": "Read", - "description": "Grants permission to validate a specified template", - "privilege": "ValidateTemplate", + "access_level": "Write", + "description": "Grants permission to update protected queries", + "privilege": "UpdateProtectedQuery", "resource_types": [ { - "condition_keys": [ - "cloudformation:TemplateUrl" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "membership*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:cloudformation:${Region}:${Account}:changeSet/${ChangeSetName}/${Id}", + "arn": "arn:${Partition}:cleanrooms:${Region}:${Account}:membership/${MembershipId}/analysistemplate/${AnalysisTemplateId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "changeset" + "resource": "analysistemplate" }, { - "arn": "arn:${Partition}:cloudformation:${Region}:${Account}:stack/${StackName}/${Id}", + "arn": "arn:${Partition}:cleanrooms:${Region}:${Account}:collaboration/${CollaborationId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "stack" + "resource": "collaboration" }, { - "arn": "arn:${Partition}:cloudformation:${Region}:${Account}:stackset/${StackSetName}:${Id}", + "arn": "arn:${Partition}:cleanrooms:${Region}:${Account}:membership/${MembershipId}/configuredaudiencemodelassociation/${ConfiguredAudienceModelAssociationId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "stackset" + "resource": "configuredaudiencemodelassociation" }, { - "arn": "arn:${Partition}:cloudformation:${Region}:${Account}:stackset-target/${StackSetTarget}", - "condition_keys": [], - "resource": "stackset-target" + "arn": "arn:${Partition}:cleanrooms:${Region}:${Account}:configuredtable/${ConfiguredTableId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "configuredtable" }, { - "arn": "arn:${Partition}:cloudformation:${Region}:${Account}:type/resource/${Type}", - "condition_keys": [], - "resource": "type" + "arn": "arn:${Partition}:cleanrooms:${Region}:${Account}:membership/${MembershipId}/configuredtableassociation/${ConfiguredTableAssociationId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "configuredtableassociation" + }, + { + "arn": "arn:${Partition}:cleanrooms:${Region}:${Account}:membership/${MembershipId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "membership" + }, + { + "arn": "arn:${Partition}:cleanrooms:${Region}:${Account}:membership/${MembershipId}/privacybudgettemplate/${PrivacyBudgetTemplateId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "privacybudgettemplate" } ], - "service_name": "AWS CloudFormation & Cloud Control API" + "service_name": "AWS Clean Rooms" }, { "conditions": [ @@ -32821,93 +34436,85 @@ "condition": "aws:TagKeys", "description": "Filters access by the presence of tag keys in the request", "type": "ArrayOfString" + }, + { + "condition": "cleanrooms-ml:CollaborationId", + "description": "Filters access by clean rooms collaboration id", + "type": "String" } ], - "prefix": "cloudfront", + "prefix": "cleanrooms-ml", "privileges": [ { "access_level": "Write", - "description": "Grants permission to associate an alias to a CloudFront distribution", - "privilege": "AssociateAlias", + "description": "Grants permission to create an audience model", + "privilege": "CreateAudienceModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "distribution*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to copy an existing distribution and create a new web distribution", - "privilege": "CopyDistribution", - "resource_types": [ + "resource_type": "trainingdataset*" + }, { - "condition_keys": [], - "dependent_actions": [ - "cloudfront:CopyDistribution", - "cloudfront:CreateDistribution", - "cloudfront:GetDistribution" + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "resource_type": "distribution*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to add a new cache policy to CloudFront", - "privilege": "CreateCachePolicy", + "description": "Grants permission to create a configured audience model", + "privilege": "CreateConfiguredAudienceModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cache-policy*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a new CloudFront origin access identity", - "privilege": "CreateCloudFrontOriginAccessIdentity", - "resource_types": [ + "resource_type": "audiencemodel*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "origin-access-identity*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to add a new continuous-deployment policy to CloudFront", - "privilege": "CreateContinuousDeploymentPolicy", + "description": "Grants permission to create a training dataset, or seed audience. In Clean Rooms ML, the TrainingDataset is metadata that points to a Glue table, which is read only during AudienceModel creation", + "privilege": "CreateTrainingDataset", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "continuous-deployment-policy*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new web distribution", - "privilege": "CreateDistribution", + "description": "Grants permission to delete the specified audience generation job, and removes all data associated with the job", + "privilege": "DeleteAudienceGenerationJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "distribution*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a new field-level encryption configuration", - "privilege": "CreateFieldLevelEncryptionConfig", - "resource_types": [ + "resource_type": "audiencegenerationjob*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -32915,157 +34522,193 @@ }, { "access_level": "Write", - "description": "Grants permission to create a field-level encryption profile", - "privilege": "CreateFieldLevelEncryptionProfile", + "description": "Grants permission to delete the specified audience generation job, and removes all data associated with the job", + "privilege": "DeleteAudienceModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "audiencemodel*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a CloudFront function", - "privilege": "CreateFunction", + "description": "Grants permission to delete the specified configured audience model", + "privilege": "DeleteConfiguredAudienceModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a new invalidation batch request", - "privilege": "CreateInvalidation", - "resource_types": [ + "resource_type": "configuredaudiencemodel*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "distribution*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to add a new key group to CloudFront", - "privilege": "CreateKeyGroup", + "description": "Grants permission to delete the specified configured audience model policy", + "privilege": "DeleteConfiguredAudienceModelPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "configuredaudiencemodel*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to enable additional CloudWatch metrics for the specified CloudFront distribution. The additional metrics incur an additional cost", - "privilege": "CreateMonitoringSubscription", + "description": "Grants permission to delete a training dataset", + "privilege": "DeleteTrainingDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "trainingdataset*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new origin access control", - "privilege": "CreateOriginAccessControl", + "access_level": "Read", + "description": "Grants permission to return information about an audience generation job", + "privilege": "GetAudienceGenerationJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "audiencegenerationjob*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to add a new origin request policy to CloudFront", - "privilege": "CreateOriginRequestPolicy", + "access_level": "Read", + "description": "Grants permission to return information about an audience model", + "privilege": "GetAudienceModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "origin-request-policy*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to add a new public key to CloudFront", - "privilege": "CreatePublicKey", - "resource_types": [ + "resource_type": "audiencemodel*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a real-time log configuration", - "privilege": "CreateRealtimeLogConfig", + "access_level": "Read", + "description": "Grants permission to return information about a configured audience model", + "privilege": "GetConfiguredAudienceModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "realtime-log-config*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to add a new response headers policy to CloudFront", - "privilege": "CreateResponseHeadersPolicy", - "resource_types": [ + "resource_type": "configuredaudiencemodel*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "response-headers-policy*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new savings plan", - "privilege": "CreateSavingsPlan", + "access_level": "Read", + "description": "Grants permission to return information about a configured audience model policy", + "privilege": "GetConfiguredAudienceModelPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "configuredaudiencemodel*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new RTMP distribution", - "privilege": "CreateStreamingDistribution", + "access_level": "Read", + "description": "Grants permission to return information about a training dataset", + "privilege": "GetTrainingDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-distribution*" + "resource_type": "trainingdataset*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new RTMP distribution with tags", - "privilege": "CreateStreamingDistributionWithTags", + "access_level": "List", + "description": "Grants permission to return a list of the audience export jobs", + "privilege": "ListAudienceExportJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-distribution*" + "resource_type": "audiencegenerationjob" }, { "condition_keys": [ @@ -33078,105 +34721,88 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete a cache policy", - "privilege": "DeleteCachePolicy", + "access_level": "List", + "description": "Grants permission to return a list of audience generation jobs", + "privilege": "ListAudienceGenerationJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cache-policy*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a CloudFront origin access identity", - "privilege": "DeleteCloudFrontOriginAccessIdentity", - "resource_types": [ + "resource_type": "configuredaudiencemodel" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "origin-access-identity*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a continuous-deployment policy", - "privilege": "DeleteContinuousDeploymentPolicy", + "access_level": "List", + "description": "Grants permission to return a list of audience models", + "privilege": "ListAudienceModels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "continuous-deployment-policy*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a web distribution", - "privilege": "DeleteDistribution", + "access_level": "List", + "description": "Grants permission to return a list of configured audience models", + "privilege": "ListConfiguredAudienceModels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "distribution*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a field-level encryption configuration", - "privilege": "DeleteFieldLevelEncryptionConfig", + "access_level": "List", + "description": "Grants permission to return a list of tags for a provided resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "field-level-encryption-config*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a field-level encryption profile", - "privilege": "DeleteFieldLevelEncryptionProfile", - "resource_types": [ + "resource_type": "audiencegenerationjob" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "field-level-encryption-profile*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a CloudFront function", - "privilege": "DeleteFunction", - "resource_types": [ + "resource_type": "audiencemodel" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a key group", - "privilege": "DeleteKeyGroup", - "resource_types": [ + "resource_type": "configuredaudiencemodel" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "trainingdataset" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to disable additional CloudWatch metrics for the specified CloudFront distribution", - "privilege": "DeleteMonitoringSubscription", + "access_level": "List", + "description": "Grants permission to return a list of training datasets", + "privilege": "ListTrainingDatasets", "resource_types": [ { "condition_keys": [], @@ -33186,36 +34812,32 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete an origin access control", - "privilege": "DeleteOriginAccessControl", + "access_level": "Permissions management", + "description": "Grants permission to create or update the resource policy for a configured audience model", + "privilege": "PutConfiguredAudienceModelPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "origin-access-control*" + "resource_type": "configuredaudiencemodel*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an origin request policy", - "privilege": "DeleteOriginRequestPolicy", + "description": "Grants permission to export an audience of a specified size after you have generated an audience", + "privilege": "StartAudienceExportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "origin-request-policy*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a public key from CloudFront", - "privilege": "DeletePublicKey", - "resource_types": [ + "resource_type": "audiencegenerationjob*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -33223,368 +34845,467 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a real-time log configuration", - "privilege": "DeleteRealtimeLogConfig", + "description": "Grants permission to start the audience generation job", + "privilege": "StartAudienceGenerationJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "realtime-log-config*" + "resource_type": "configuredaudiencemodel*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "cleanrooms-ml:CollaborationId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a response headers policy", - "privilege": "DeleteResponseHeadersPolicy", + "access_level": "Tagging", + "description": "Grants permission to tag a specific resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "response-headers-policy*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete an RTMP distribution", - "privilege": "DeleteStreamingDistribution", - "resource_types": [ + "resource_type": "audiencegenerationjob" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-distribution*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get a CloudFront function summary", - "privilege": "DescribeFunction", - "resource_types": [ + "resource_type": "audiencemodel" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get the cache policy", - "privilege": "GetCachePolicy", - "resource_types": [ + "resource_type": "configuredaudiencemodel" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "cache-policy*" + "resource_type": "trainingdataset" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the cache policy configuration", - "privilege": "GetCachePolicyConfig", + "access_level": "Tagging", + "description": "Grants permission to untag a specific resource", + "privilege": "UnTagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cache-policy*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get the information about a CloudFront origin access identity", - "privilege": "GetCloudFrontOriginAccessIdentity", - "resource_types": [ + "resource_type": "audiencegenerationjob" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "origin-access-identity*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get the configuration information about a Cloudfront origin access identity", - "privilege": "GetCloudFrontOriginAccessIdentityConfig", - "resource_types": [ + "resource_type": "audiencemodel" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "origin-access-identity*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get the continuous-deployment policy", - "privilege": "GetContinuousDeploymentPolicy", - "resource_types": [ + "resource_type": "configuredaudiencemodel" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "continuous-deployment-policy*" + "resource_type": "trainingdataset" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the continuous-deployment policy configuration", - "privilege": "GetContinuousDeploymentPolicyConfig", + "access_level": "Write", + "description": "Grants permission to update a configured audience model.", + "privilege": "UpdateConfiguredAudienceModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "continuous-deployment-policy*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get the information about a web distribution", - "privilege": "GetDistribution", - "resource_types": [ + "resource_type": "configuredaudiencemodel*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "distribution*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get the configuration information about a distribution", - "privilege": "GetDistributionConfig", - "resource_types": [ + "resource_type": "audiencemodel" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "distribution*" + "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:cleanrooms-ml:${Region}:${Account}:training-dataset/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "trainingdataset" }, { - "access_level": "Read", - "description": "Grants permission to get the field-level encryption configuration information", - "privilege": "GetFieldLevelEncryption", + "arn": "arn:${Partition}:cleanrooms-ml:${Region}:${Account}:audience-model/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "audiencemodel" + }, + { + "arn": "arn:${Partition}:cleanrooms-ml:${Region}:${Account}:configured-audience-model/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "configuredaudiencemodel" + }, + { + "arn": "arn:${Partition}:cleanrooms-ml:${Region}:${Account}:audience-generation-job/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "audiencegenerationjob" + } + ], + "service_name": "AWS Clean Rooms ML" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" + }, + { + "condition": "cloud9:EnvironmentId", + "description": "Filters access by the AWS Cloud9 environment ID", + "type": "String" + }, + { + "condition": "cloud9:EnvironmentName", + "description": "Filters access by the AWS Cloud9 environment name", + "type": "String" + }, + { + "condition": "cloud9:InstanceType", + "description": "Filters access by the instance type of the AWS Cloud9 environment's Amazon EC2 instance", + "type": "String" + }, + { + "condition": "cloud9:OwnerArn", + "description": "Filters access by the owner ARN specified", + "type": "ARN" + }, + { + "condition": "cloud9:Permissions", + "description": "Filters access by the type of AWS Cloud9 permissions", + "type": "String" + }, + { + "condition": "cloud9:SubnetId", + "description": "Filters access by the subnet ID that the AWS Cloud9 environment will be created in", + "type": "String" + }, + { + "condition": "cloud9:UserArn", + "description": "Filters access by the user ARN specified", + "type": "ARN" + } + ], + "prefix": "cloud9", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to start the Amazon EC2 instance that your AWS Cloud9 IDE connects to", + "privilege": "ActivateEC2Remote", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "field-level-encryption-config*" + "resource_type": "environment*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the field-level encryption configuration information", - "privilege": "GetFieldLevelEncryptionConfig", + "access_level": "Write", + "description": "Grants permission to create an AWS Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and then hosts the environment on the instance", + "privilege": "CreateEnvironmentEC2", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "field-level-encryption-config*" + "condition_keys": [ + "cloud9:EnvironmentName", + "cloud9:InstanceType", + "cloud9:SubnetId", + "cloud9:UserArn", + "cloud9:OwnerArn", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "ec2:DescribeSubnets", + "ec2:DescribeVpcs", + "iam:CreateServiceLinkedRole" + ], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the field-level encryption configuration information", - "privilege": "GetFieldLevelEncryptionProfile", + "access_level": "Write", + "description": "Grants permission to add an environment member to an AWS Cloud9 development environment", + "privilege": "CreateEnvironmentMembership", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "field-level-encryption-profile*" + "resource_type": "environment*" + }, + { + "condition_keys": [ + "cloud9:UserArn", + "cloud9:EnvironmentId", + "cloud9:Permissions" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the field-level encryption profile configuration information", - "privilege": "GetFieldLevelEncryptionProfileConfig", + "access_level": "Write", + "description": "Grants permission to create an AWS Cloud9 SSH development environment", + "privilege": "CreateEnvironmentSSH", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "cloud9:EnvironmentName", + "cloud9:OwnerArn", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "field-level-encryption-profile*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get a CloudFront function's code", - "privilege": "GetFunction", + "description": "Grants permission to create an authentication token that allows a connection between the AWS Cloud9 IDE and the user's environment", + "privilege": "CreateEnvironmentToken", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "environment*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the information about an invalidation", - "privilege": "GetInvalidation", + "access_level": "Write", + "description": "Grants permission to delete an AWS Cloud9 development environment. If the environment is hosted on an Amazon Elastic Compute Cloud (Amazon EC2) instance, also terminates the instance", + "privilege": "DeleteEnvironment", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "distribution*" + "dependent_actions": [ + "iam:CreateServiceLinkedRole" + ], + "resource_type": "environment*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a key group", - "privilege": "GetKeyGroup", + "access_level": "Write", + "description": "Grants permission to delete an environment member from an AWS Cloud9 development environment", + "privilege": "DeleteEnvironmentMembership", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "environment*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a key group configuration", - "privilege": "GetKeyGroupConfig", + "description": "Grants permission to get details about the connection to the EC2 development environment, including host, user, and port", + "privilege": "DescribeEC2Remote", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "environment*" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution", - "privilege": "GetMonitoringSubscription", + "description": "Grants permission to get information about environment members for an AWS Cloud9 development environment", + "privilege": "DescribeEnvironmentMemberships", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "environment*" + }, + { + "condition_keys": [ + "cloud9:UserArn", + "cloud9:EnvironmentId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get the origin access control", - "privilege": "GetOriginAccessControl", + "description": "Grants permission to get status information for an AWS Cloud9 development environment", + "privilege": "DescribeEnvironmentStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "origin-access-control*" + "resource_type": "environment*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the origin access control configuration", - "privilege": "GetOriginAccessControlConfig", + "description": "Grants permission to get information about AWS Cloud9 development environments", + "privilege": "DescribeEnvironments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "origin-access-control*" + "resource_type": "environment*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the origin request policy", - "privilege": "GetOriginRequestPolicy", + "description": "Grants permission to get details about the connection to the SSH development environment, including host, user, and port", + "privilege": "DescribeSSHRemote", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "origin-request-policy*" + "resource_type": "environment*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the origin request policy configuration", - "privilege": "GetOriginRequestPolicyConfig", + "description": "Grants permission to get configuration information that's used to initialize the AWS Cloud9 IDE", + "privilege": "GetEnvironmentConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "origin-request-policy*" + "resource_type": "environment*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the public key information", - "privilege": "GetPublicKey", + "description": "Grants permission to get the AWS Cloud9 IDE settings for a specified development environment", + "privilege": "GetEnvironmentSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "environment*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the public key configuration information", - "privilege": "GetPublicKeyConfig", + "description": "Grants permission to get the AWS Cloud9 IDE settings for a specified environment member", + "privilege": "GetMembershipSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "environment*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a real-time log configuration", - "privilege": "GetRealtimeLogConfig", + "description": "Grants permission to get the migration experience for a cloud9 user", + "privilege": "GetMigrationExperiences", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "realtime-log-config*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get the response headers policy", - "privilege": "GetResponseHeadersPolicy", + "description": "Grants permission to get the user's public SSH key, which is used by AWS Cloud9 to connect to SSH development environments", + "privilege": "GetUserPublicKey", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "cloud9:UserArn" + ], "dependent_actions": [], - "resource_type": "response-headers-policy*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get the response headers policy configuration", - "privilege": "GetResponseHeadersPolicyConfig", + "description": "Grants permission to get the AWS Cloud9 IDE settings for a specified user", + "privilege": "GetUserSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "response-headers-policy*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get a savings plan", - "privilege": "GetSavingsPlan", + "description": "Grants permission to get a list of AWS Cloud9 development environment identifiers", + "privilege": "ListEnvironments", "resource_types": [ { "condition_keys": [], @@ -33595,128 +35316,140 @@ }, { "access_level": "Read", - "description": "Grants permission to get the information about an RTMP distribution", - "privilege": "GetStreamingDistribution", + "description": "Grants permission to list tags for a cloud9 environment", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-distribution*" + "resource_type": "environment*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the configuration information about a streaming distribution", - "privilege": "GetStreamingDistributionConfig", + "access_level": "Write", + "description": "Grants permission to set AWS managed temporary credentials on the Amazon EC2 instance that's used by the AWS Cloud9 integrated development environment (IDE)", + "privilege": "ModifyTemporaryCredentialsOnEnvironmentEC2", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-distribution*" + "resource_type": "environment*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all cache policies that have been created in CloudFront for this account", - "privilege": "ListCachePolicies", + "access_level": "Tagging", + "description": "Grants permission to add tags to a cloud9 environment", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "environment*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list your CloudFront origin access identities", - "privilege": "ListCloudFrontOriginAccessIdentities", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a cloud9 environment", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "environment*" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all aliases that conflict with the given alias in CloudFront", - "privilege": "ListConflictingAliases", + "access_level": "Write", + "description": "Grants permission to change the settings of an existing AWS Cloud9 development environment", + "privilege": "UpdateEnvironment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "distribution*" + "resource_type": "environment*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all continuous-deployment policies in the account", - "privilege": "ListContinuousDeploymentPolicies", + "access_level": "Write", + "description": "Grants permission to change the settings of an existing environment member for an AWS Cloud9 development environment", + "privilege": "UpdateEnvironmentMembership", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list the distributions associated with your AWS account", - "privilege": "ListDistributions", - "resource_types": [ + "resource_type": "environment*" + }, { - "condition_keys": [], + "condition_keys": [ + "cloud9:UserArn", + "cloud9:EnvironmentId", + "cloud9:Permissions" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list distribution IDs for distributions that have a cache behavior that's associated with the specified cache policy", - "privilege": "ListDistributionsByCachePolicyId", + "access_level": "Write", + "description": "Grants permission to update the AWS Cloud9 IDE settings for a specified development environment", + "privilege": "UpdateEnvironmentSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "environment*" } ] }, { - "access_level": "List", - "description": "Grants permission to list distribution IDs for distributions that have a cache behavior that's associated with the specified key group", - "privilege": "ListDistributionsByKeyGroup", + "access_level": "Write", + "description": "Grants permission to update the AWS Cloud9 IDE settings for a specified environment member", + "privilege": "UpdateMembershipSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "environment*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the distributions associated a Lambda function", - "privilege": "ListDistributionsByLambdaFunction", + "access_level": "Write", + "description": "Grants permission to update details about the connection to the SSH development environment, including host, user, and port", + "privilege": "UpdateSSHRemote", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "environment*" } ] }, { - "access_level": "List", - "description": "Grants permission to list distribution IDs for distributions that have a cache behavior that's associated with the specified origin request policy", - "privilege": "ListDistributionsByOriginRequestPolicyId", + "access_level": "Write", + "description": "Grants permission to update IDE-specific settings of an AWS Cloud9 user", + "privilege": "UpdateUserSettings", "resource_types": [ { "condition_keys": [], @@ -33726,9 +35459,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to get a list of distributions that have a cache behavior that\u2019s associated with the specified real-time log configuration", - "privilege": "ListDistributionsByRealtimeLogConfig", + "access_level": "Read", + "description": "Grants permission to validate the environment name during the process of creating an AWS Cloud9 development environment", + "privilege": "ValidateEnvironmentName", "resource_types": [ { "condition_keys": [], @@ -33736,179 +35469,181 @@ "resource_type": "" } ] - }, + } + ], + "resources": [ { - "access_level": "List", - "description": "Grants permission to list distribution IDs for distributions that have a cache behavior that's associated with the specified response headers policy", - "privilege": "ListDistributionsByResponseHeadersPolicyId", + "arn": "arn:${Partition}:cloud9:${Region}:${Account}:environment:${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "environment" + } + ], + "service_name": "AWS Cloud9" + }, + { + "conditions": [], + "prefix": "clouddirectory", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to add a new Facet to an object", + "privilege": "AddFacetToObject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the distributions associated with your AWS account with given AWS WAF web ACL", - "privilege": "ListDistributionsByWebACLId", + "access_level": "Write", + "description": "Grants permission to copy input published schema into Directory with same name and version as that of published schema", + "privilege": "ApplySchema", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list all field-level encryption configurations that have been created in CloudFront for this account", - "privilege": "ListFieldLevelEncryptionConfigs", - "resource_types": [ + "resource_type": "directory*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "publishedSchema*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all field-level encryption profiles that have been created in CloudFront for this account", - "privilege": "ListFieldLevelEncryptionProfiles", + "access_level": "Write", + "description": "Grants permission to attach an existing object to another existing object", + "privilege": "AttachObject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of CloudFront functions", - "privilege": "ListFunctions", + "access_level": "Write", + "description": "Grants permission to attach a policy object to any other object", + "privilege": "AttachPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { - "access_level": "List", - "description": "Grants permission to list your invalidation batches", - "privilege": "ListInvalidations", + "access_level": "Write", + "description": "Grants permission to attach the specified object to the specified index", + "privilege": "AttachToIndex", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "distribution*" + "resource_type": "directory*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all key groups that have been created in CloudFront for this account", - "privilege": "ListKeyGroups", + "access_level": "Write", + "description": "Grants permission to attach a typed link b/w a source & target object reference", + "privilege": "AttachTypedLink", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all origin access controls in the account", - "privilege": "ListOriginAccessControls", + "access_level": "Read", + "description": "Grants permission to perform all the read operations in a batch. Each individual operation inside BatchRead needs to be granted permissions explicitly", + "privilege": "BatchRead", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all origin request policies that have been created in CloudFront for this account", - "privilege": "ListOriginRequestPolicies", + "access_level": "Write", + "description": "Grants permission to perform all the write operations in a batch. Each individual operation inside BatchWrite needs to be granted permissions explicitly", + "privilege": "BatchWrite", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all public keys that have been added to CloudFront for this account", - "privilege": "ListPublicKeys", + "access_level": "Write", + "description": "Grants permission to create a Directory by copying the published schema into the directory", + "privilege": "CreateDirectory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "publishedSchema*" } ] }, { - "access_level": "List", - "description": "Grants permission to list CloudFront rate cards for the account", - "privilege": "ListRateCards", + "access_level": "Write", + "description": "Grants permission to create a new Facet in a schema", + "privilege": "CreateFacet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to get a list of real-time log configurations", - "privilege": "ListRealtimeLogConfigs", - "resource_types": [ + "resource_type": "appliedSchema*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "developmentSchema*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all response headers policies that have been created in CloudFront for this account", - "privilege": "ListResponseHeadersPolicies", + "access_level": "Write", + "description": "Grants permission to create an index object", + "privilege": "CreateIndex", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { - "access_level": "List", - "description": "Grants permission to list savings plans in the account", - "privilege": "ListSavingsPlans", + "access_level": "Write", + "description": "Grants permission to create an object in a Directory", + "privilege": "CreateObject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { - "access_level": "List", - "description": "Grants permission to list your RTMP distributions", - "privilege": "ListStreamingDistributions", + "access_level": "Write", + "description": "Grants permission to create a new schema in a development state", + "privilege": "CreateSchema", "resource_types": [ { "condition_keys": [], @@ -33918,451 +35653,313 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list tags for a CloudFront resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to create a new Typed Link facet in a schema", + "privilege": "CreateTypedLinkFacet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "distribution" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list CloudFront usage", - "privilege": "ListUsages", - "resource_types": [ + "resource_type": "appliedSchema*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "developmentSchema*" } ] }, { "access_level": "Write", - "description": "Grants permission to publish a CloudFront function", - "privilege": "PublishFunction", + "description": "Grants permission to delete a directory. Only disabled directories can be deleted", + "privilege": "DeleteDirectory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "directory*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a CloudFront resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to delete a given Facet. All attributes and Rules associated with the facet will be deleted", + "privilege": "DeleteFacet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "distribution" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "streaming-distribution" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "developmentSchema*" } ] }, { "access_level": "Write", - "description": "Grants permission to test a CloudFront function", - "privilege": "TestFunction", + "description": "Grants permission to delete an object and its associated attributes", + "privilege": "DeleteObject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "directory*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a CloudFront resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to delete a given schema", + "privilege": "DeleteSchema", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "distribution" + "resource_type": "developmentSchema*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-distribution" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "publishedSchema*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a cache policy", - "privilege": "UpdateCachePolicy", + "description": "Grants permission to delete a given TypedLink Facet. All attributes and Rules associated with the facet will be deleted", + "privilege": "DeleteTypedLinkFacet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cache-policy*" + "resource_type": "developmentSchema*" } ] }, { "access_level": "Write", - "description": "Grants permission to set the configuration for a CloudFront origin access identity", - "privilege": "UpdateCloudFrontOriginAccessIdentity", + "description": "Grants permission to detach the specified object from the specified index", + "privilege": "DetachFromIndex", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "origin-access-identity*" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a continuous-deployment policy", - "privilege": "UpdateContinuousDeploymentPolicy", + "description": "Grants permission to detach a given object from the parent object", + "privilege": "DetachObject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "continuous-deployment-policy*" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the configuration for a web distribution", - "privilege": "UpdateDistribution", + "description": "Grants permission to detach a policy from an object", + "privilege": "DetachPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "distribution*" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a field-level encryption configuration", - "privilege": "UpdateFieldLevelEncryptionConfig", + "description": "Grants permission to detach a given typed link b/w given source and target object reference", + "privilege": "DetachTypedLink", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a field-level encryption profile", - "privilege": "UpdateFieldLevelEncryptionProfile", + "description": "Grants permission to disable the specified directory", + "privilege": "DisableDirectory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "field-level-encryption-profile*" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a CloudFront function", - "privilege": "UpdateFunction", + "description": "Grants permission to enable the specified directory", + "privilege": "EnableDirectory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "directory*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a key group", - "privilege": "UpdateKeyGroup", + "access_level": "Read", + "description": "Grants permission to return current applied schema version ARN, including the minor version in use", + "privilege": "GetAppliedSchemaVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "appliedSchema*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an origin access control", - "privilege": "UpdateOriginAccessControl", + "access_level": "Read", + "description": "Grants permission to retrieve metadata about a directory", + "privilege": "GetDirectory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "origin-access-control*" + "resource_type": "directory*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an origin request policy", - "privilege": "UpdateOriginRequestPolicy", + "access_level": "Read", + "description": "Grants permission to get details of the Facet, such as Facet Name, Attributes, Rules, or ObjectType", + "privilege": "GetFacet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "origin-request-policy*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update public key information", - "privilege": "UpdatePublicKey", - "resource_types": [ + "resource_type": "appliedSchema*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update a real-time log configuration", - "privilege": "UpdateRealtimeLogConfig", - "resource_types": [ + "resource_type": "developmentSchema*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "realtime-log-config*" + "resource_type": "publishedSchema*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a response headers policy", - "privilege": "UpdateResponseHeadersPolicy", + "access_level": "Read", + "description": "Grants permission to retrieve attributes that are associated with a typed link", + "privilege": "GetLinkAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "response-headers-policy*" + "resource_type": "directory*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a savings plan", - "privilege": "UpdateSavingsPlan", + "access_level": "Read", + "description": "Grants permission to retrieve attributes within a facet that are associated with an object", + "privilege": "GetObjectAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the configuration for an RTMP distribution", - "privilege": "UpdateStreamingDistribution", + "access_level": "Read", + "description": "Grants permission to retrieve metadata about an object", + "privilege": "GetObjectInformation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-distribution*" + "resource_type": "directory*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:cloudfront::${Account}:distribution/${DistributionId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "distribution" - }, - { - "arn": "arn:${Partition}:cloudfront::${Account}:streaming-distribution/${DistributionId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "streaming-distribution" - }, - { - "arn": "arn:${Partition}:cloudfront::${Account}:origin-access-identity/${Id}", - "condition_keys": [], - "resource": "origin-access-identity" - }, - { - "arn": "arn:${Partition}:cloudfront::${Account}:field-level-encryption-config/${Id}", - "condition_keys": [], - "resource": "field-level-encryption-config" - }, - { - "arn": "arn:${Partition}:cloudfront::${Account}:field-level-encryption-profile/${Id}", - "condition_keys": [], - "resource": "field-level-encryption-profile" - }, - { - "arn": "arn:${Partition}:cloudfront::${Account}:cache-policy/${Id}", - "condition_keys": [], - "resource": "cache-policy" - }, - { - "arn": "arn:${Partition}:cloudfront::${Account}:origin-request-policy/${Id}", - "condition_keys": [], - "resource": "origin-request-policy" - }, - { - "arn": "arn:${Partition}:cloudfront::${Account}:realtime-log-config/${Name}", - "condition_keys": [], - "resource": "realtime-log-config" - }, - { - "arn": "arn:${Partition}:cloudfront::${Account}:function/${Name}", - "condition_keys": [], - "resource": "function" - }, - { - "arn": "arn:${Partition}:cloudfront::${Account}:response-headers-policy/${Id}", - "condition_keys": [], - "resource": "response-headers-policy" - }, - { - "arn": "arn:${Partition}:cloudfront::${Account}:origin-access-control/${Id}", - "condition_keys": [], - "resource": "origin-access-control" }, { - "arn": "arn:${Partition}:cloudfront::${Account}:continuous-deployment-policy/${Id}", - "condition_keys": [], - "resource": "continuous-deployment-policy" - } - ], - "service_name": "Amazon CloudFront" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters actions based on the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on tag key-value pairs attached to the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters actions based on the presence of tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "cloudhsm", - "privileges": [ - { - "access_level": "Tagging", - "description": "Adds or overwrites one or more tags for the specified AWS CloudHSM resource", - "privilege": "AddTagsToResource", + "access_level": "Read", + "description": "Grants permission to retrieve a JSON representation of the schema", + "privilege": "GetSchemaAsJson", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Creates a copy of a backup in the specified region", - "privilege": "CopyBackupToRegion", - "resource_types": [ + "resource_type": "appliedSchema*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "backup*" + "resource_type": "developmentSchema*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "publishedSchema*" } ] }, { - "access_level": "Write", - "description": "Creates a new AWS CloudHSM cluster", - "privilege": "CreateCluster", + "access_level": "Read", + "description": "Grants permission to return identity attributes order information associated with a given typed link facet", + "privilege": "GetTypedLinkFacetInformation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "backup" + "resource_type": "appliedSchema*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "developmentSchema*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "publishedSchema*" } ] }, { - "access_level": "Write", - "description": "Creates a high-availability partition group", - "privilege": "CreateHapg", + "access_level": "List", + "description": "Grants permission to list schemas applied to a directory", + "privilege": "ListAppliedSchemaArns", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { - "access_level": "Write", - "description": "Creates a new hardware security module (HSM) in the specified AWS CloudHSM cluster", - "privilege": "CreateHsm", + "access_level": "Read", + "description": "Grants permission to list indices attached to an object", + "privilege": "ListAttachedIndices", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "directory*" } ] }, { - "access_level": "Write", - "description": "Creates an HSM client", - "privilege": "CreateLunaClient", + "access_level": "List", + "description": "Grants permission to retrieve the ARNs of schemas in the development state", + "privilege": "ListDevelopmentSchemaArns", "resource_types": [ { "condition_keys": [], @@ -34372,69 +35969,89 @@ ] }, { - "access_level": "Write", - "description": "Deletes the specified CloudHSM backup", - "privilege": "DeleteBackup", + "access_level": "List", + "description": "Grants permission to list directories created within an account", + "privilege": "ListDirectories", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "backup*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Deletes the specified AWS CloudHSM cluster", - "privilege": "DeleteCluster", + "access_level": "Read", + "description": "Grants permission to retrieve attributes attached to the facet", + "privilege": "ListFacetAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "appliedSchema*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "developmentSchema*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "publishedSchema*" } ] }, { - "access_level": "Write", - "description": "Deletes a high-availability partition group", - "privilege": "DeleteHapg", + "access_level": "Read", + "description": "Grants permission to retrieve the names of facets that exist in a schema", + "privilege": "ListFacetNames", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "appliedSchema*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "developmentSchema*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "publishedSchema*" } ] }, { - "access_level": "Write", - "description": "Deletes the specified HSM", - "privilege": "DeleteHsm", + "access_level": "Read", + "description": "Grants permission to return a paginated list of all incoming TypedLinks for a given object", + "privilege": "ListIncomingTypedLinks", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { - "access_level": "Write", - "description": "Deletes a client", - "privilege": "DeleteLunaClient", + "access_level": "Read", + "description": "Grants permission to list objects attached to the specified index", + "privilege": "ListIndex", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { - "access_level": "Read", - "description": "Gets information about backups of AWS CloudHSM clusters", - "privilege": "DescribeBackups", + "access_level": "List", + "description": "Grants permission to list the major version families of each managed schema. If a major version ARN is provided as SchemaArn, the minor version revisions in that family are listed instead", + "privilege": "ListManagedSchemaArns", "resource_types": [ { "condition_keys": [], @@ -34445,92 +36062,92 @@ }, { "access_level": "Read", - "description": "Gets information about AWS CloudHSM clusters", - "privilege": "DescribeClusters", + "description": "Grants permission to list all attributes associated with an object", + "privilege": "ListObjectAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Read", - "description": "Retrieves information about a high-availability partition group", - "privilege": "DescribeHapg", + "description": "Grants permission to return a paginated list of child objects associated with a given object", + "privilege": "ListObjectChildren", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Read", - "description": "Retrieves information about an HSM. You can identify the HSM by its ARN or its serial number", - "privilege": "DescribeHsm", + "description": "Grants permission to retrieve all available parent paths for any object type such as node, leaf node, policy node, and index node objects", + "privilege": "ListObjectParentPaths", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Read", - "description": "Retrieves information about an HSM client", - "privilege": "DescribeLunaClient", + "description": "Grants permission to list parent objects associated with a given object in pagination fashion", + "privilege": "ListObjectParents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Read", - "description": "Gets the configuration files necessary to connect to all high availability partition groups the client is associated with", - "privilege": "GetConfig", + "description": "Grants permission to return policies attached to an object in pagination fashion", + "privilege": "ListObjectPolicies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { - "access_level": "Write", - "description": "Claims an AWS CloudHSM cluster", - "privilege": "InitializeCluster", + "access_level": "Read", + "description": "Grants permission to return a paginated list of all outgoing TypedLinks for a given object", + "privilege": "ListOutgoingTypedLinks", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "directory*" } ] }, { - "access_level": "List", - "description": "Lists the Availability Zones that have available AWS CloudHSM capacity", - "privilege": "ListAvailableZones", + "access_level": "Read", + "description": "Grants permission to return all of the ObjectIdentifiers to which a given policy is attached", + "privilege": "ListPolicyAttachments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "List", - "description": "Lists the high-availability partition groups for the account", - "privilege": "ListHapgs", + "description": "Grants permission to retrieve published schema ARNs", + "privilege": "ListPublishedSchemaArns", "resource_types": [ { "condition_keys": [], @@ -34540,86 +36157,89 @@ ] }, { - "access_level": "List", - "description": "Retrieves the identifiers of all of the HSMs provisioned for the current customer", - "privilege": "ListHsms", + "access_level": "Read", + "description": "Grants permission to return tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { - "access_level": "List", - "description": "Lists all of the clients", - "privilege": "ListLunaClients", + "access_level": "Read", + "description": "Grants permission to return a paginated list of attributes associated with typed link facet", + "privilege": "ListTypedLinkFacetAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "appliedSchema*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "developmentSchema*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "publishedSchema*" } ] }, { "access_level": "Read", - "description": "Gets a list of tags for the specified AWS CloudHSM cluster", - "privilege": "ListTags", + "description": "Grants permission to return a paginated list of typed link facet names that exist in a schema", + "privilege": "ListTypedLinkFacetNames", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "backup" + "resource_type": "appliedSchema*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster" + "resource_type": "developmentSchema*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "publishedSchema*" } ] }, { "access_level": "Read", - "description": "Returns a list of all tags for the specified AWS CloudHSM resource", - "privilege": "ListTagsForResource", + "description": "Grants permission to list all policies from the root of the Directory to the object specified", + "privilege": "LookupPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Modifies attributes for AWS CloudHSM backup", - "privilege": "ModifyBackupAttributes", + "description": "Grants permission to publish a development schema with a version", + "privilege": "PublishSchema", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "backup*" + "resource_type": "developmentSchema*" } ] }, { "access_level": "Write", - "description": "Modifies AWS CloudHSM cluster", - "privilege": "ModifyCluster", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "cluster*" - } - ] - }, - { - "access_level": "Write", - "description": "Modifies an existing high-availability partition group", - "privilege": "ModifyHapg", + "description": "Grants permission to update a schema using JSON upload. Only available for development schemas", + "privilege": "PutSchemaFromJson", "resource_types": [ { "condition_keys": [], @@ -34630,526 +36250,456 @@ }, { "access_level": "Write", - "description": "Modifies an HSM", - "privilege": "ModifyHsm", + "description": "Grants permission to remove the specified facet from the specified object", + "privilege": "RemoveFacetFromObject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { - "access_level": "Write", - "description": "Modifies the certificate used by the client", - "privilege": "ModifyLunaClient", + "access_level": "Tagging", + "description": "Grants permission to add tags to a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Tagging", - "description": "Removes one or more tags from the specified AWS CloudHSM resource", - "privilege": "RemoveTagsFromResource", + "description": "Grants permission to remove tags from a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Restores the specified CloudHSM backup", - "privilege": "RestoreBackup", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "backup*" - } - ] - }, - { - "access_level": "Tagging", - "description": "Adds or overwrites one or more tags for the specified AWS CloudHSM cluster", - "privilege": "TagResource", + "description": "Grants permission to add/update/delete existing Attributes, Rules, or ObjectType of a Facet", + "privilege": "UpdateFacet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "backup" + "resource_type": "appliedSchema*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "developmentSchema*" } ] }, { - "access_level": "Tagging", - "description": "Removes the specified tag or tags from the specified AWS CloudHSM cluster", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to update a given typed link\u2019s attributes. Attributes to be updated must not contribute to the typed link\u2019s identity, as defined by its IdentityAttributeOrder", + "privilege": "UpdateLinkAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "backup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "cluster" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:cloudhsm:${Region}:${Account}:backup/${CloudHsmBackupInstanceName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "backup" }, { - "arn": "arn:${Partition}:cloudhsm:${Region}:${Account}:cluster/${CloudHsmClusterInstanceName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "cluster" - } - ], - "service_name": "AWS CloudHSM" - }, - { - "conditions": [], - "prefix": "cloudsearch", - "privileges": [ - { - "access_level": "Tagging", - "description": "Attaches resource tags to an Amazon CloudSearch domain", - "privilege": "AddTags", + "access_level": "Write", + "description": "Grants permission to update a given object's attributes", + "privilege": "UpdateObjectAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Indexes the search suggestions", - "privilege": "BuildSuggesters", + "description": "Grants permission to update the schema name with a new name", + "privilege": "UpdateSchema", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "developmentSchema*" } ] }, { "access_level": "Write", - "description": "Creates a new search domain", - "privilege": "CreateDomain", + "description": "Grants permission to add/update/delete existing Attributes, Rules, identity attribute order of a TypedLink Facet", + "privilege": "UpdateTypedLinkFacet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "developmentSchema*" } ] }, { "access_level": "Write", - "description": "Configures an analysis scheme that can be applied to a text or text-array field to define language-specific text processing options", - "privilege": "DefineAnalysisScheme", + "description": "Grants permission to upgrade a single directory in-place using the PublishedSchemaArn with schema updates found in MinorVersion. Backwards-compatible minor version upgrades are instantaneously available for readers on all objects in the directory", + "privilege": "UpgradeAppliedSchema", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" - } - ] - }, - { - "access_level": "Write", - "description": "Configures an Expression for the search domain", - "privilege": "DefineExpression", - "resource_types": [ + "resource_type": "directory*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "publishedSchema*" } ] }, { "access_level": "Write", - "description": "Configures an IndexField for the search domain", - "privilege": "DefineIndexField", + "description": "Grants permission to upgrade a published schema under a new minor version revision using the current contents of DevelopmentSchemaArn", + "privilege": "UpgradePublishedSchema", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" - } - ] - }, - { - "access_level": "Write", - "description": "Configures a suggester for a domain", - "privilege": "DefineSuggester", - "resource_types": [ + "resource_type": "developmentSchema*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "publishedSchema*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:clouddirectory:${Region}:${Account}:directory/${DirectoryId}/schema/${SchemaName}/${Version}", + "condition_keys": [], + "resource": "appliedSchema" }, { - "access_level": "Write", - "description": "Deletes an analysis scheme", - "privilege": "DeleteAnalysisScheme", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "domain*" - } - ] + "arn": "arn:${Partition}:clouddirectory:${Region}:${Account}:schema/development/${SchemaName}", + "condition_keys": [], + "resource": "developmentSchema" }, { - "access_level": "Write", - "description": "Permanently deletes a search domain and all of its data", - "privilege": "DeleteDomain", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "domain*" - } - ] + "arn": "arn:${Partition}:clouddirectory:${Region}:${Account}:directory/${DirectoryId}", + "condition_keys": [], + "resource": "directory" }, + { + "arn": "arn:${Partition}:clouddirectory:${Region}:${Account}:schema/published/${SchemaName}/${Version}", + "condition_keys": [], + "resource": "publishedSchema" + } + ], + "service_name": "Amazon Cloud Directory" + }, + { + "conditions": [], + "prefix": "cloudformation", + "privileges": [ { "access_level": "Write", - "description": "Removes an Expression from the search domain", - "privilege": "DeleteExpression", + "description": "Grants permission to cancel resource requests in your account", + "privilege": "CancelResourceRequest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Removes an IndexField from the search domain", - "privilege": "DeleteIndexField", + "description": "Grants permission to create resources in your account", + "privilege": "CreateResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Deletes a suggester", - "privilege": "DeleteSuggester", + "description": "Grants permission to delete resources in your account", + "privilege": "DeleteResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Gets the analysis schemes configured for a domain", - "privilege": "DescribeAnalysisSchemes", + "description": "Grants permission to get resources in your account", + "privilege": "GetResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Gets the availability options configured for a domain", - "privilege": "DescribeAvailabilityOptions", + "description": "Grants permission to get resource requests in your account", + "privilege": "GetResourceRequestStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Gets the domain endpoint options configured for a domain", - "privilege": "DescribeDomainEndpointOptions", + "description": "Grants permission to list resource requests in your account", + "privilege": "ListResourceRequests", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Gets information about the search domains owned by this account", - "privilege": "DescribeDomains", + "access_level": "Read", + "description": "Grants permission to list resources in your account", + "privilege": "ListResources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Gets the expressions configured for the search domain", - "privilege": "DescribeExpressions", + "access_level": "Write", + "description": "Grants permission to update resources in your account", + "privilege": "UpdateResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Gets information about the index fields configured for the search domain", - "privilege": "DescribeIndexFields", + "access_level": "Write", + "description": "Grants permission to activate trusted access between StackSets and Organizations. With trusted access between StackSets and Organizations activated, the management account has permissions to create and manage StackSets for your organization", + "privilege": "ActivateOrganizationsAccess", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Gets the scaling parameters configured for a domain", - "privilege": "DescribeScalingParameters", + "access_level": "Write", + "description": "Grants permission to activate a public third-party extension, making it available for use in stack templates", + "privilege": "ActivateType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Gets information about the access policies that control access to the domain's document and search endpoints", - "privilege": "DescribeServiceAccessPolicies", + "description": "Grants permission to return configuration data for the specified CloudFormation extensions", + "privilege": "BatchDescribeTypeConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Gets the suggesters configured for a domain", - "privilege": "DescribeSuggesters", + "access_level": "Write", + "description": "Grants permission to cancel an update on the specified stack", + "privilege": "CancelUpdateStack", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "stack*" } ] }, { "access_level": "Write", - "description": "Tells the search domain to start indexing its documents using the latest indexing options", - "privilege": "IndexDocuments", + "description": "Grants permission to continue rolling back a stack that is in the UPDATE_ROLLBACK_FAILED state to the UPDATE_ROLLBACK_COMPLETE state", + "privilege": "ContinueUpdateRollback", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" - } - ] - }, - { - "access_level": "List", - "description": "Lists all search domains owned by an account", - "privilege": "ListDomainNames", - "resource_types": [ + "resource_type": "stack*" + }, { - "condition_keys": [], + "condition_keys": [ + "cloudformation:RoleArn" + ], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Displays all of the resource tags for an Amazon CloudSearch domain", - "privilege": "ListTags", + "access_level": "Write", + "description": "Grants permission to create a list of changes for a stack", + "privilege": "CreateChangeSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" - } - ] - }, - { - "access_level": "Tagging", - "description": "Removes the specified resource tags from an Amazon ES domain", - "privilege": "RemoveTags", - "resource_types": [ + "resource_type": "stack*" + }, { - "condition_keys": [], + "condition_keys": [ + "cloudformation:ChangeSetName", + "cloudformation:ResourceTypes", + "cloudformation:ImportResourceTypes", + "cloudformation:RoleArn", + "cloudformation:StackPolicyUrl", + "cloudformation:TemplateUrl", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Configures the availability options for a domain", - "privilege": "UpdateAvailabilityOptions", + "description": "Grants permission to create a stack as specified in the template", + "privilege": "CreateStack", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "stack*" + }, + { + "condition_keys": [ + "cloudformation:ResourceTypes", + "cloudformation:RoleArn", + "cloudformation:StackPolicyUrl", + "cloudformation:TemplateUrl", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Configures the domain endpoint options for a domain", - "privilege": "UpdateDomainEndpointOptions", + "description": "Grants permission to create stack instances for the specified accounts, within the specified regions", + "privilege": "CreateStackInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" - } - ] - }, - { - "access_level": "Write", - "description": "Configures scaling parameters for a domain", - "privilege": "UpdateScalingParameters", - "resource_types": [ + "resource_type": "stackset*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" - } - ] - }, - { - "access_level": "Permissions management", - "description": "Configures the access rules that control access to the domain's document and search endpoints", - "privilege": "UpdateServiceAccessPolicies", - "resource_types": [ + "resource_type": "stackset-target" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "type" + }, + { + "condition_keys": [ + "aws:TagKeys", + "cloudformation:TargetRegion" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Allows access to the document service operations", - "privilege": "document", + "description": "Grants permission to create a stackset as specified in the template", + "privilege": "CreateStackSet", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "cloudformation:RoleArn", + "cloudformation:TemplateUrl", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "domain" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Allows access to the search operations", - "privilege": "search", + "access_level": "Write", + "description": "Grants permission to upload templates to Amazon S3 buckets. Used only by the AWS CloudFormation console and is not documented in the API reference", + "privilege": "CreateUploadBucket", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Allows access to the suggest operations", - "privilege": "suggest", + "access_level": "Write", + "description": "Grants permission to deactivate trusted access between StackSets and Organizations. If trusted access is deactivated, the management account does not have permissions to create and manage service-managed StackSets for your organization", + "privilege": "DeactivateOrganizationsAccess", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:cloudsearch:${Region}:${Account}:domain/${DomainName}", - "condition_keys": [], - "resource": "domain" - } - ], - "service_name": "Amazon CloudSearch" - }, - { - "conditions": [], - "prefix": "cloudshell", - "privileges": [ + }, { "access_level": "Write", - "description": "Grants permissions to create a CloudShell environment", - "privilege": "CreateEnvironment", + "description": "Grants permission to deactivate a public extension that was previously activated in this account and region", + "privilege": "DeactivateType", "resource_types": [ { "condition_keys": [], @@ -35160,154 +36710,139 @@ }, { "access_level": "Write", - "description": "Grants permissions to connect to a CloudShell environment from the AWS Management Console", - "privilege": "CreateSession", + "description": "Grants permission to delete the specified change set. Deleting change sets ensures that no one executes the wrong change set", + "privilege": "DeleteChangeSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Environment*" + "resource_type": "stack*" + }, + { + "condition_keys": [ + "cloudformation:ChangeSetName" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a CloudShell environment", - "privilege": "DeleteEnvironment", + "description": "Grants permission to delete a specified stack", + "privilege": "DeleteStack", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Environment*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to read a CloudShell environment status", - "privilege": "GetEnvironmentStatus", - "resource_types": [ + "resource_type": "stack*" + }, { - "condition_keys": [], + "condition_keys": [ + "cloudformation:RoleArn" + ], "dependent_actions": [], - "resource_type": "Environment*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permissions to download files from a CloudShell environment", - "privilege": "GetFileDownloadUrls", + "description": "Grants permission to delete stack instances for the specified accounts, in the specified regions", + "privilege": "DeleteStackInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Environment*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permissions to upload files to a CloudShell environment", - "privilege": "GetFileUploadUrls", - "resource_types": [ + "resource_type": "stackset*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Environment*" + "resource_type": "stackset-target" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "type" + }, + { + "condition_keys": [ + "cloudformation:TargetRegion" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permissions to forward console credentials to the environment", - "privilege": "PutCredentials", + "description": "Grants permission to delete a specified stackset", + "privilege": "DeleteStackSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Environment*" + "resource_type": "stackset*" } ] }, { "access_level": "Write", - "description": "Grants permission to start a stopped CloudShell environment", - "privilege": "StartEnvironment", + "description": "Grants permission to deregister an existing CloudFormation type or type version", + "privilege": "DeregisterType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Environment*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop a running CloudShell environment", - "privilege": "StopEnvironment", + "access_level": "Read", + "description": "Grants permission to retrieve your account's AWS CloudFormation limits", + "privilege": "DescribeAccountLimits", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Environment*" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:cloudshell:${Region}:${Account}:environment/${EnvironmentId}", - "condition_keys": [], - "resource": "Environment" - } - ], - "service_name": "AWS CloudShell" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by a tag's key and value in a request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on the presence of tag key-value pairs in the request", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys in a request", - "type": "ArrayOfString" - } - ], - "prefix": "cloudtrail", - "privileges": [ - { - "access_level": "Tagging", - "description": "Grants permission to add one or more tags to a trail, event data store, or channel, up to a limit of 50", - "privilege": "AddTags", + "access_level": "Read", + "description": "Grants permission to return the description for the specified change set", + "privilege": "DescribeChangeSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel" + "resource_type": "stack*" }, { - "condition_keys": [], + "condition_keys": [ + "cloudformation:ChangeSetName" + ], "dependent_actions": [], - "resource_type": "eventdatastore" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return the Hook invocation information for the specified change set", + "privilege": "DescribeChangeSetHooks", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "trail" + "resource_type": "stack*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "cloudformation:ChangeSetName" ], "dependent_actions": [], "resource_type": "" @@ -35315,194 +36850,155 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to cancel a running query", - "privilege": "CancelQuery", + "access_level": "Read", + "description": "Grants permission to return information about the account's OrganizationAccess status", + "privilege": "DescribeOrganizationsAccess", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "eventdatastore*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a channel", - "privilege": "CreateChannel", + "access_level": "Read", + "description": "Grants permission to return information about a CloudFormation extension publisher", + "privilege": "DescribePublisher", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "cloudtrail:AddTags" - ], - "resource_type": "channel*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an event data store", - "privilege": "CreateEventDataStore", + "access_level": "Read", + "description": "Grants permission to return information about a stack drift detection operation", + "privilege": "DescribeStackDriftDetectionStatus", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "cloudtrail:AddTags", - "iam:CreateServiceLinkedRole", - "iam:GetRole", - "kms:Decrypt", - "kms:GenerateDataKey", - "organizations:ListAWSServiceAccessForOrganization" - ], - "resource_type": "eventdatastore*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a service-linked channel that specifies the settings for delivery of log data to an AWS service", - "privilege": "CreateServiceLinkedChannel", + "access_level": "Read", + "description": "Grants permission to return all stack related events for a specified stack", + "privilege": "DescribeStackEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "stack*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a trail that specifies the settings for delivery of log data to an Amazon S3 bucket", - "privilege": "CreateTrail", + "access_level": "Read", + "description": "Grants permission to return the stack instance that's associated with the specified stack set, AWS account, and region", + "privilege": "DescribeStackInstance", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "cloudtrail:AddTags", - "iam:CreateServiceLinkedRole", - "iam:GetRole", - "organizations:ListAWSServiceAccessForOrganization" - ], - "resource_type": "trail*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "stackset*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a channel", - "privilege": "DeleteChannel", + "access_level": "Read", + "description": "Grants permission to return a description of the specified resource in the specified stack", + "privilege": "DescribeStackResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "stack*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an event data store", - "privilege": "DeleteEventDataStore", + "access_level": "Read", + "description": "Grants permission to return drift information for the resources that have been checked for drift in the specified stack", + "privilege": "DescribeStackResourceDrifts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "eventdatastore*" + "resource_type": "stack*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a resource policy from the provided resource", - "privilege": "DeleteResourcePolicy", + "access_level": "Read", + "description": "Grants permission to return AWS resource descriptions for running and deleted stacks", + "privilege": "DescribeStackResources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "stack*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a service-linked channel", - "privilege": "DeleteServiceLinkedChannel", + "access_level": "Read", + "description": "Grants permission to return the description of the specified stack set", + "privilege": "DescribeStackSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "stackset*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a trail", - "privilege": "DeleteTrail", + "access_level": "Read", + "description": "Grants permission to return the description of the specified stack set operation", + "privilege": "DescribeStackSetOperation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "trail*" + "resource_type": "stackset*" } ] }, { - "access_level": "Write", - "description": "Grants permission to deregister an AWS Organizations member account as a delegated administrator", - "privilege": "DeregisterOrganizationDelegatedAdmin", + "access_level": "List", + "description": "Grants permission to return the description for the specified stack, and to all stacks when used in combination with the ListStacks action", + "privilege": "DescribeStacks", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "organizations:DeregisterDelegatedAdministrator", - "organizations:ListAWSServiceAccessForOrganization" + "cloudformation:ListStacks" ], - "resource_type": "" + "resource_type": "stack" } ] }, { "access_level": "Read", - "description": "Grants permission to list details for the query", - "privilege": "DescribeQuery", + "description": "Grants permission to return information about the CloudFormation type requested", + "privilege": "DescribeType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "eventdatastore*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to list settings for the trails associated with the current region for your account", - "privilege": "DescribeTrails", + "description": "Grants permission to return information about the registration process for a CloudFormation type", + "privilege": "DescribeTypeRegistration", "resource_types": [ { "condition_keys": [], @@ -35513,131 +37009,149 @@ }, { "access_level": "Read", - "description": "Grants permission to return information about a specific channel", - "privilege": "GetChannel", + "description": "Grants permission to detects whether a stack's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters", + "privilege": "DetectStackDrift", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "stack*" } ] }, { "access_level": "Read", - "description": "Grants permission to list settings for the event data store", - "privilege": "GetEventDataStore", + "description": "Grants permission to return information about whether a resource's actual configuration differs, or has drifted, from it's expected configuration, as defined in the stack template and any values specified as template parameters", + "privilege": "DetectStackResourceDrift", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "eventdatastore*" + "resource_type": "stack*" } ] }, { "access_level": "Read", - "description": "Grants permission to list settings for event selectors configured for a trail", - "privilege": "GetEventSelectors", + "description": "Grants permission to enable users to detect drift on a stack set and the stack instances that belong to that stack set", + "privilege": "DetectStackSetDrift", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "trail*" + "resource_type": "stackset*" } ] }, { "access_level": "Read", - "description": "Grants permission to return information about a specific import", - "privilege": "GetImport", + "description": "Grants permission to return the estimated monthly cost of a template", + "privilege": "EstimateTemplateCost", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "cloudformation:TemplateUrl" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list CloudTrail Insights selectors that are configured for a trail", - "privilege": "GetInsightSelectors", + "access_level": "Write", + "description": "Grants permission to update a stack using the input information that was provided when the specified change set was created", + "privilege": "ExecuteChangeSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "trail*" + "resource_type": "stack*" + }, + { + "condition_keys": [ + "cloudformation:ChangeSetName" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to fetch results of a complete query", - "privilege": "GetQueryResults", + "description": "Grants permission to return the stack policy for a specified stack", + "privilege": "GetStackPolicy", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kms:Decrypt", - "kms:GenerateDataKey" - ], - "resource_type": "eventdatastore*" + "dependent_actions": [], + "resource_type": "stack*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the resource policy attached to the provided resource", - "privilege": "GetResourcePolicy", + "description": "Grants permission to return the template body for a specified stack", + "privilege": "GetTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "stack*" } ] }, { "access_level": "Read", - "description": "Grants permission to list settings for the service-linked channel", - "privilege": "GetServiceLinkedChannel", + "description": "Grants permission to return information about a new or existing template", + "privilege": "GetTemplateSummary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "stack" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "stackset" + }, + { + "condition_keys": [ + "cloudformation:TemplateUrl" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list settings for the trail", - "privilege": "GetTrail", + "access_level": "Write", + "description": "Grants permission to enable users to import existing stacks to a new or existing stackset", + "privilege": "ImportStacksToStackSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "trail*" + "resource_type": "stackset*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a JSON-formatted list of information about the specified trail", - "privilege": "GetTrailStatus", + "access_level": "List", + "description": "Grants permission to return the ID and status of each active change set for a stack. For example, AWS CloudFormation lists change sets that are in the CREATE_IN_PROGRESS or CREATE_PENDING state", + "privilege": "ListChangeSets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "trail*" + "resource_type": "stack*" } ] }, { "access_level": "List", - "description": "Grants permission to list the channels in the current account, and their source names", - "privilege": "ListChannels", + "description": "Grants permission to list all exported output values in the account and region in which you call this action", + "privilege": "ListExports", "resource_types": [ { "condition_keys": [], @@ -35648,8 +37162,8 @@ }, { "access_level": "List", - "description": "Grants permission to list event data stores associated with the current region for your account", - "privilege": "ListEventDataStores", + "description": "Grants permission to list all stacks that are importing an exported output value", + "privilege": "ListImports", "resource_types": [ { "condition_keys": [], @@ -35659,91 +37173,105 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to return a list of failures for the specified import", - "privilege": "ListImportFailures", + "access_level": "List", + "description": "Grants permission to return drift information for the resources that have been checked for drift in the specified stack instance", + "privilege": "ListStackInstanceResourceDrifts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "stackset*" } ] }, { "access_level": "List", - "description": "Grants permission to return information on all imports, or a select set of imports by ImportStatus or Destination", - "privilege": "ListImports", + "description": "Grants permission to return summary information about stack instances that are associated with the specified stack set", + "privilege": "ListStackInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "stackset*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the public keys whose private keys were used to sign trail digest files within a specified time range", - "privilege": "ListPublicKeys", + "access_level": "List", + "description": "Grants permission to return descriptions of all resources of the specified stack", + "privilege": "ListStackResources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "stack*" } ] }, { "access_level": "List", - "description": "Grants permission to list queries associated with an event data store", - "privilege": "ListQueries", + "description": "Grants permission to return summary information about the results of a stack set operation", + "privilege": "ListStackSetOperationResults", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "eventdatastore*" + "resource_type": "stackset*" } ] }, { "access_level": "List", - "description": "Grants permission to list service-linked channels associated with the current region for a specified account", - "privilege": "ListServiceLinkedChannels", + "description": "Grants permission to return summary information about operations performed on a stack set", + "privilege": "ListStackSetOperations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "stackset*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the tags for trails, event data stores, or channels in the current region", - "privilege": "ListTags", + "access_level": "List", + "description": "Grants permission to return summary information about stack sets that are associated with the user", + "privilege": "ListStackSets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to return the summary information for stacks whose status matches the specified StackStatusFilter. In combination with the DescribeStacks action, grants permission to list descriptions for stacks", + "privilege": "ListStacks", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "eventdatastore" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list CloudFormation type registration attempts", + "privilege": "ListTypeRegistrations", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "trail" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list trails associated with the current region for your account", - "privilege": "ListTrails", + "description": "Grants permission to list versions of a particular CloudFormation type", + "privilege": "ListTypeVersions", "resource_types": [ { "condition_keys": [], @@ -35753,9 +37281,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to look up API activity events captured by CloudTrail that create, update, or delete resources in your account", - "privilege": "LookupEvents", + "access_level": "List", + "description": "Grants permission to list available CloudFormation types", + "privilege": "ListTypes", "resource_types": [ { "condition_keys": [], @@ -35766,80 +37294,84 @@ }, { "access_level": "Write", - "description": "Grants permission to create and update event selectors for a trail", - "privilege": "PutEventSelectors", + "description": "Grants permission to publish the specified extension to the CloudFormation registry as a public extension in this region", + "privilege": "PublishType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "trail*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create and update CloudTrail Insights selectors for a trail", - "privilege": "PutInsightSelectors", + "description": "Grants permission to record the handler progress", + "privilege": "RecordHandlerProgress", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "trail*" + "resource_type": "stack*" } ] }, { "access_level": "Write", - "description": "Grants permission to attach a resource policy to the provided resource", - "privilege": "PutResourcePolicy", + "description": "Grants permission to register account as a publisher of public extensions in the CloudFormation registry", + "privilege": "RegisterPublisher", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to register an AWS Organizations member account as a delegated administrator", - "privilege": "RegisterOrganizationDelegatedAdmin", + "description": "Grants permission to register a new CloudFormation type", + "privilege": "RegisterType", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "iam:GetRole", - "organizations:ListAWSServiceAccessForOrganization", - "organizations:RegisterDelegatedAdministrator" - ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a trail, event data store, or channel", - "privilege": "RemoveTags", + "access_level": "Write", + "description": "Grants permission to rollback the stack to the last stable state", + "privilege": "RollbackStack", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel" + "resource_type": "stack*" }, { - "condition_keys": [], + "condition_keys": [ + "cloudformation:RoleArn" + ], "dependent_actions": [], - "resource_type": "eventdatastore" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to set a stack policy for a specified stack", + "privilege": "SetStackPolicy", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "trail" + "resource_type": "stack*" }, { "condition_keys": [ - "aws:TagKeys" + "cloudformation:StackPolicyUrl" ], "dependent_actions": [], "resource_type": "" @@ -35848,381 +37380,419 @@ }, { "access_level": "Write", - "description": "Grants permission to restore an event data store", - "privilege": "RestoreEventDataStore", + "description": "Grants permission to set the configuration data for a registered CloudFormation extension, in the given account and region", + "privilege": "SetTypeConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "eventdatastore*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start ingestion on an event data store", - "privilege": "StartEventDataStoreIngestion", + "description": "Grants permission to set which version of a CloudFormation type applies to CloudFormation operations", + "privilege": "SetTypeDefaultVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "eventdatastore*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start an import of logged trail events from a source S3 bucket to a destination event data store", - "privilege": "StartImport", + "description": "Grants permission to send a signal to the specified resource with a success or failure status", + "privilege": "SignalResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "stack*" } ] }, { "access_level": "Write", - "description": "Grants permission to start the recording of AWS API calls and log file delivery for a trail", - "privilege": "StartLogging", + "description": "Grants permission to stop an in-progress operation on a stack set and its associated stack instances", + "privilege": "StopStackSetOperation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "trail*" + "resource_type": "stackset*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start a new query on a specified event data store", - "privilege": "StartQuery", + "access_level": "Tagging", + "description": "Grants permission to tag cloudformation resources", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kms:Decrypt", - "kms:GenerateDataKey" + "dependent_actions": [], + "resource_type": "changeset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "stack" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "stackset" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], - "resource_type": "eventdatastore*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to stop ingestion on an event data store", - "privilege": "StopEventDataStoreIngestion", + "description": "Grants permission to test a registered extension to make sure it meets all necessary requirements for being published in the CloudFormation registry", + "privilege": "TestType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "eventdatastore*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop a specified import", - "privilege": "StopImport", + "access_level": "Tagging", + "description": "Grants permission to untag cloudformation resources", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "changeset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "stack" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "stackset" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to stop the recording of AWS API calls and log file delivery for a trail", - "privilege": "StopLogging", + "description": "Grants permission to update a stack as specified in the template", + "privilege": "UpdateStack", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "trail*" + "resource_type": "stack*" + }, + { + "condition_keys": [ + "cloudformation:ResourceTypes", + "cloudformation:RoleArn", + "cloudformation:StackPolicyUrl", + "cloudformation:TemplateUrl", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a channel", - "privilege": "UpdateChannel", + "description": "Grants permission to update the parameter values for stack instances for the specified accounts, within the specified regions", + "privilege": "UpdateStackInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "stackset*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "stackset-target" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "type" + }, + { + "condition_keys": [ + "cloudformation:TargetRegion" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update an event data store", - "privilege": "UpdateEventDataStore", + "description": "Grants permission to update a stackset as specified in the template", + "privilege": "UpdateStackSet", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "iam:GetRole", - "kms:Decrypt", - "kms:GenerateDataKey", - "organizations:ListAWSServiceAccessForOrganization" + "dependent_actions": [], + "resource_type": "stackset*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "stackset-target" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "type" + }, + { + "condition_keys": [ + "cloudformation:RoleArn", + "cloudformation:TemplateUrl", + "cloudformation:TargetRegion", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "resource_type": "eventdatastore*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the settings that specify delivery of log files", - "privilege": "UpdateServiceLinkedChannel", + "description": "Grants permission to update termination protection for the specified stack", + "privilege": "UpdateTerminationProtection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "stack*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the settings that specify delivery of log files", - "privilege": "UpdateTrail", + "access_level": "Read", + "description": "Grants permission to validate a specified template", + "privilege": "ValidateTemplate", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "iam:GetRole", - "organizations:ListAWSServiceAccessForOrganization" + "condition_keys": [ + "cloudformation:TemplateUrl" ], - "resource_type": "trail*" + "dependent_actions": [], + "resource_type": "" } ] } ], "resources": [ { - "arn": "arn:${Partition}:cloudtrail:${Region}:${Account}:trail/${TrailName}", - "condition_keys": [], - "resource": "trail" + "arn": "arn:${Partition}:cloudformation:${Region}:${Account}:changeSet/${ChangeSetName}/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "changeset" }, { - "arn": "arn:${Partition}:cloudtrail:${Region}:${Account}:eventdatastore/${EventDataStoreId}", + "arn": "arn:${Partition}:cloudformation:${Region}:${Account}:stack/${StackName}/${Id}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "eventdatastore" + "resource": "stack" }, { - "arn": "arn:${Partition}:cloudtrail:${Region}:${Account}:channel/${ChannelId}", + "arn": "arn:${Partition}:cloudformation:${Region}:${Account}:stackset/${StackSetName}:${Id}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "channel" + "resource": "stackset" + }, + { + "arn": "arn:${Partition}:cloudformation:${Region}:${Account}:stackset-target/${StackSetTarget}", + "condition_keys": [], + "resource": "stackset-target" + }, + { + "arn": "arn:${Partition}:cloudformation:${Region}:${Account}:type/resource/${Type}", + "condition_keys": [], + "resource": "type" } ], - "service_name": "AWS CloudTrail" + "service_name": "AWS CloudFormation & Cloud Control API" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by a tag's key and value in a request", + "description": "Filters access by the presence of tag key-value pairs in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on the presence of tag key-value pairs in the request", + "description": "Filters access by tag key-value pairs attached to the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by the tag keys in a request", + "description": "Filters access by the presence of tag keys in the request", "type": "ArrayOfString" } ], - "prefix": "cloudtrail-data", + "prefix": "cloudfront", "privileges": [ { "access_level": "Write", - "description": "Grants permission to ingest your application events into CloudTrail Lake", - "privilege": "PutAuditEvents", + "description": "Grants permission to associate an alias to a CloudFront distribution", + "privilege": "AssociateAlias", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "distribution*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:cloudtrail:${Region}:${Account}:channel/${ChannelId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "channel" - } - ], - "service_name": "AWS CloudTrail Data" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters actions based on the allowed set of values for each of the tags", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on tag-value associated with the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters actions based on the presence of mandatory tags in the request", - "type": "ArrayOfString" - }, - { - "condition": "cloudwatch:AlarmActions", - "description": "Filters actions based on defined alarm actions", - "type": "ArrayOfString" - }, - { - "condition": "cloudwatch:namespace", - "description": "Filters actions based on the presence of optional namespace values", - "type": "String" - }, - { - "condition": "cloudwatch:requestInsightRuleLogGroups", - "description": "Filters actions based on the Log Groups specified in an Insight Rule", - "type": "ArrayOfString" }, - { - "condition": "cloudwatch:requestManagedResourceARNs", - "description": "Filters access by the Resource ARNs specified in a managed Insight Rule", - "type": "ArrayOfString" - } - ], - "prefix": "cloudwatch", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to delete a collection of alarms", - "privilege": "DeleteAlarms", + "description": "Grants permission to copy an existing distribution and create a new web distribution", + "privilege": "CopyDistribution", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "alarm*" + "dependent_actions": [ + "cloudfront:CopyDistribution", + "cloudfront:CreateDistribution", + "cloudfront:GetDistribution" + ], + "resource_type": "distribution*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified anomaly detection model from your account", - "privilege": "DeleteAnomalyDetector", + "description": "Grants permission to add a new cache policy to CloudFront", + "privilege": "CreateCachePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "cache-policy*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete all CloudWatch dashboards that you specify", - "privilege": "DeleteDashboards", + "description": "Grants permission to create a new CloudFront origin access identity", + "privilege": "CreateCloudFrontOriginAccessIdentity", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dashboard*" + "resource_type": "origin-access-identity*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a collection of insight rules", - "privilege": "DeleteInsightRules", + "description": "Grants permission to add a new continuous-deployment policy to CloudFront", + "privilege": "CreateContinuousDeploymentPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "insight-rule*" + "resource_type": "continuous-deployment-policy*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the CloudWatch metric stream that you specify", - "privilege": "DeleteMetricStream", + "description": "Grants permission to create a new web distribution", + "privilege": "CreateDistribution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "metric-stream*" + "resource_type": "distribution*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the history for the specified alarm", - "privilege": "DescribeAlarmHistory", + "access_level": "Write", + "description": "Grants permission to create a new field-level encryption configuration", + "privilege": "CreateFieldLevelEncryptionConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarm*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe all alarms, currently owned by the user's account", - "privilege": "DescribeAlarms", + "access_level": "Write", + "description": "Grants permission to create a field-level encryption profile", + "privilege": "CreateFieldLevelEncryptionProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarm*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe all alarms configured on the specified metric, currently owned by the user's account", - "privilege": "DescribeAlarmsForMetric", + "access_level": "Write", + "description": "Grants permission to create a CloudFront function", + "privilege": "CreateFunction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "function*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the anomaly detection models that you have created in your account", - "privilege": "DescribeAnomalyDetectors", + "access_level": "Write", + "description": "Grants permission to create a new invalidation batch request", + "privilege": "CreateInvalidation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "distribution*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe all insight rules, currently owned by the user's account", - "privilege": "DescribeInsightRules", + "access_level": "Write", + "description": "Grants permission to add a new key group to CloudFront", + "privilege": "CreateKeyGroup", "resource_types": [ { "condition_keys": [], @@ -36233,92 +37803,92 @@ }, { "access_level": "Write", - "description": "Grants permission to disable actions for a collection of alarms", - "privilege": "DisableAlarmActions", + "description": "Grants permission to create a CloudFront KeyValueStore", + "privilege": "CreateKeyValueStore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarm*" + "resource_type": "key-value-store*" } ] }, { "access_level": "Write", - "description": "Grants permission to disable a collection of insight rules", - "privilege": "DisableInsightRules", + "description": "Grants permission to enable additional CloudWatch metrics for the specified CloudFront distribution. The additional metrics incur an additional cost", + "privilege": "CreateMonitoringSubscription", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "insight-rule*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to enable actions for a collection of alarms", - "privilege": "EnableAlarmActions", + "description": "Grants permission to create a new origin access control", + "privilege": "CreateOriginAccessControl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarm*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to enable a collection of insight rules", - "privilege": "EnableInsightRules", + "description": "Grants permission to add a new origin request policy to CloudFront", + "privilege": "CreateOriginRequestPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "insight-rule*" + "resource_type": "origin-request-policy*" } ] }, { - "access_level": "Read", - "description": "Grants permission to display the details of the CloudWatch dashboard you specify", - "privilege": "GetDashboard", + "access_level": "Write", + "description": "Grants permission to add a new public key to CloudFront", + "privilege": "CreatePublicKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dashboard*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the top-N report of unique contributors over a time range for a given insight rule", - "privilege": "GetInsightRuleReport", + "access_level": "Write", + "description": "Grants permission to create a real-time log configuration", + "privilege": "CreateRealtimeLogConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "insight-rule*" + "resource_type": "realtime-log-config*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve batch amounts of CloudWatch metric data and perform metric math on retrieved data", - "privilege": "GetMetricData", + "access_level": "Write", + "description": "Grants permission to add a new response headers policy to CloudFront", + "privilege": "CreateResponseHeadersPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "response-headers-policy*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve statistics for the specified metric", - "privilege": "GetMetricStatistics", + "access_level": "Write", + "description": "Grants permission to create a new savings plan", + "privilege": "CreateSavingsPlan", "resource_types": [ { "condition_keys": [], @@ -36328,222 +37898,188 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to return the details of a CloudWatch metric stream", - "privilege": "GetMetricStream", + "access_level": "Write", + "description": "Grants permission to create a new RTMP distribution", + "privilege": "CreateStreamingDistribution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "metric-stream*" + "resource_type": "streaming-distribution*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve snapshots of metric widgets", - "privilege": "GetMetricWidgetImage", + "access_level": "Write", + "description": "Grants permission to create a new RTMP distribution with tags", + "privilege": "CreateStreamingDistributionWithTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "streaming-distribution*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to share CloudWatch resources with a monitoring account", - "privilege": "Link", + "description": "Grants permission to delete a cache policy", + "privilege": "DeleteCachePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "cache-policy*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of all CloudWatch dashboards in your account", - "privilege": "ListDashboards", + "access_level": "Write", + "description": "Grants permission to delete a CloudFront origin access identity", + "privilege": "DeleteCloudFrontOriginAccessIdentity", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "origin-access-identity*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list available managed Insight Rules for a given Resource ARN", - "privilege": "ListManagedInsightRules", + "access_level": "Write", + "description": "Grants permission to delete a continuous-deployment policy", + "privilege": "DeleteContinuousDeploymentPolicy", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "cloudwatch:requestManagedResourceARNs" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "continuous-deployment-policy*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of all CloudWatch metric streams in your account", - "privilege": "ListMetricStreams", + "access_level": "Write", + "description": "Grants permission to delete a web distribution", + "privilege": "DeleteDistribution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "distribution*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of valid metrics stored for the AWS account owner", - "privilege": "ListMetrics", + "access_level": "Write", + "description": "Grants permission to delete a field-level encryption configuration", + "privilege": "DeleteFieldLevelEncryptionConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "field-level-encryption-config*" } ] }, { - "access_level": "List", - "description": "Grants permission to list tags for an Amazon CloudWatch resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to delete a field-level encryption profile", + "privilege": "DeleteFieldLevelEncryptionProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarm" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "insight-rule" + "resource_type": "field-level-encryption-profile*" } ] }, { "access_level": "Write", - "description": "Grants permission to create or update an anomaly detection model for a CloudWatch metric", - "privilege": "PutAnomalyDetector", + "description": "Grants permission to delete a CloudFront function", + "privilege": "DeleteFunction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "function*" } ] }, { "access_level": "Write", - "description": "Grants permission to create or update a composite alarm", - "privilege": "PutCompositeAlarm", + "description": "Grants permission to delete a key group", + "privilege": "DeleteKeyGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarm*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "cloudwatch:AlarmActions" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a CloudWatch dashboard, or update an existing dashboard if it already exists", - "privilege": "PutDashboard", + "description": "Grants permission to delete a CloudFront KeyValueStore", + "privilege": "DeleteKeyValueStore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dashboard*" + "resource_type": "key-value-store*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new insight rule or replace an existing insight rule", - "privilege": "PutInsightRule", + "description": "Grants permission to disable additional CloudWatch metrics for the specified CloudFront distribution", + "privilege": "DeleteMonitoringSubscription", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "insight-rule*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "cloudwatch:requestInsightRuleLogGroups" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create managed Insight Rules", - "privilege": "PutManagedInsightRules", + "description": "Grants permission to delete an origin access control", + "privilege": "DeleteOriginAccessControl", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "cloudwatch:requestManagedResourceARNs" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "origin-access-control*" } ] }, { "access_level": "Write", - "description": "Grants permission to create or update an alarm and associates it with the specified Amazon CloudWatch metric", - "privilege": "PutMetricAlarm", + "description": "Grants permission to delete an origin request policy", + "privilege": "DeleteOriginRequestPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarm*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "cloudwatch:AlarmActions" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "origin-request-policy*" } ] }, { "access_level": "Write", - "description": "Grants permission to publish metric data points to Amazon CloudWatch", - "privilege": "PutMetricData", + "description": "Grants permission to delete a public key from CloudFront", + "privilege": "DeletePublicKey", "resource_types": [ { - "condition_keys": [ - "cloudwatch:namespace" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -36551,511 +38087,416 @@ }, { "access_level": "Write", - "description": "Grants permission to create a CloudWatch metric stream, or update an existing metric stream if it already exists", - "privilege": "PutMetricStream", + "description": "Grants permission to delete a real-time log configuration", + "privilege": "DeleteRealtimeLogConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "metric-stream*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "realtime-log-config*" } ] }, { "access_level": "Write", - "description": "Grants permission to temporarily set the state of an alarm for testing purposes", - "privilege": "SetAlarmState", + "description": "Grants permission to delete a response headers policy", + "privilege": "DeleteResponseHeadersPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarm*" + "resource_type": "response-headers-policy*" } ] }, { "access_level": "Write", - "description": "Grants permission to start all CloudWatch metric streams that you specify", - "privilege": "StartMetricStreams", + "description": "Grants permission to delete an RTMP distribution", + "privilege": "DeleteStreamingDistribution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "metric-stream*" + "resource_type": "streaming-distribution*" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop all CloudWatch metric streams that you specify", - "privilege": "StopMetricStreams", + "access_level": "Read", + "description": "Grants permission to get a CloudFront function summary", + "privilege": "DescribeFunction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "metric-stream*" + "resource_type": "function*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to an Amazon CloudWatch resource", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to get a CloudFront KeyValueStore summary", + "privilege": "DescribeKeyValueStore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarm" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "insight-rule" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "key-value-store*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove a tag from an Amazon CloudWatch resource", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to get the cache policy", + "privilege": "GetCachePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarm" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "insight-rule" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "cache-policy*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:cloudwatch:${Region}:${Account}:alarm:${AlarmName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "alarm" - }, - { - "arn": "arn:${Partition}:cloudwatch::${Account}:dashboard/${DashboardName}", - "condition_keys": [], - "resource": "dashboard" - }, - { - "arn": "arn:${Partition}:cloudwatch:${Region}:${Account}:insight-rule/${InsightRuleName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "insight-rule" - }, - { - "arn": "arn:${Partition}:cloudwatch:${Region}:${Account}:metric-stream/${MetricStreamName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "metric-stream" - } - ], - "service_name": "Amazon CloudWatch" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "codeartifact", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to add an external connection to a repository", - "privilege": "AssociateExternalConnection", + "access_level": "Read", + "description": "Grants permission to get the cache policy configuration", + "privilege": "GetCachePolicyConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "cache-policy*" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate an existing repository as an upstream repository to another repository", - "privilege": "AssociateWithDownstreamRepository", + "access_level": "Read", + "description": "Grants permission to get the information about a CloudFront origin access identity", + "privilege": "GetCloudFrontOriginAccessIdentity", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "origin-access-identity*" } ] }, { - "access_level": "Write", - "description": "Grants permission to copy package versions from one repository to another repository in the same domain", - "privilege": "CopyPackageVersions", + "access_level": "Read", + "description": "Grants permission to get the configuration information about a Cloudfront origin access identity", + "privilege": "GetCloudFrontOriginAccessIdentityConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "origin-access-identity*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new domain", - "privilege": "CreateDomain", + "access_level": "Read", + "description": "Grants permission to get the continuous-deployment policy", + "privilege": "GetContinuousDeploymentPolicy", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "continuous-deployment-policy*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new repository", - "privilege": "CreateRepository", + "access_level": "Read", + "description": "Grants permission to get the continuous-deployment policy configuration", + "privilege": "GetContinuousDeploymentPolicyConfig", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "continuous-deployment-policy*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a domain", - "privilege": "DeleteDomain", + "access_level": "Read", + "description": "Grants permission to get the information about a web distribution", + "privilege": "GetDistribution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "distribution*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to delete the resource policy set on a domain", - "privilege": "DeleteDomainPermissionsPolicy", + "access_level": "Read", + "description": "Grants permission to get the configuration information about a distribution", + "privilege": "GetDistributionConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "distribution*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a package", - "privilege": "DeletePackage", + "access_level": "Read", + "description": "Grants permission to get the field-level encryption configuration information", + "privilege": "GetFieldLevelEncryption", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" + "resource_type": "field-level-encryption-config*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete package versions", - "privilege": "DeletePackageVersions", + "access_level": "Read", + "description": "Grants permission to get the field-level encryption configuration information", + "privilege": "GetFieldLevelEncryptionConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" + "resource_type": "field-level-encryption-config*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a repository", - "privilege": "DeleteRepository", + "access_level": "Read", + "description": "Grants permission to get the field-level encryption configuration information", + "privilege": "GetFieldLevelEncryptionProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "field-level-encryption-profile*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to delete the resource policy set on a repository", - "privilege": "DeleteRepositoryPermissionsPolicy", + "access_level": "Read", + "description": "Grants permission to get the field-level encryption profile configuration information", + "privilege": "GetFieldLevelEncryptionProfileConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "field-level-encryption-profile*" } ] }, { "access_level": "Read", - "description": "Grants permission to return information about a domain", - "privilege": "DescribeDomain", + "description": "Grants permission to get a CloudFront function's code", + "privilege": "GetFunction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "function*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about a package", - "privilege": "DescribePackage", + "description": "Grants permission to get the information about an invalidation", + "privilege": "GetInvalidation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" + "resource_type": "distribution*" } ] }, { "access_level": "Read", - "description": "Grants permission to return information about a package version", - "privilege": "DescribePackageVersion", + "description": "Grants permission to get a key group", + "privilege": "GetKeyGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to return detailed information about a repository", - "privilege": "DescribeRepository", + "description": "Grants permission to get a key group configuration", + "privilege": "GetKeyGroupConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to disassociate an external connection from a repository", - "privilege": "DisassociateExternalConnection", + "access_level": "Read", + "description": "Grants permission to get information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution", + "privilege": "GetMonitoringSubscription", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to set the status of package versions to Disposed and delete their assets", - "privilege": "DisposePackageVersions", + "access_level": "Read", + "description": "Grants permission to get the origin access control", + "privilege": "GetOriginAccessControl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" + "resource_type": "origin-access-control*" } ] }, { "access_level": "Read", - "description": "Grants permission to generate a temporary authentication token for accessing repositories in a domain", - "privilege": "GetAuthorizationToken", + "description": "Grants permission to get the origin access control configuration", + "privilege": "GetOriginAccessControlConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "origin-access-control*" } ] }, { "access_level": "Read", - "description": "Grants permission to return a domain's resource policy", - "privilege": "GetDomainPermissionsPolicy", + "description": "Grants permission to get the origin request policy", + "privilege": "GetOriginRequestPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "origin-request-policy*" } ] }, { "access_level": "Read", - "description": "Grants permission to return an asset (or file) that is part of a package version", - "privilege": "GetPackageVersionAsset", + "description": "Grants permission to get the origin request policy configuration", + "privilege": "GetOriginRequestPolicyConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" + "resource_type": "origin-request-policy*" } ] }, { "access_level": "Read", - "description": "Grants permission to return a package version's readme file", - "privilege": "GetPackageVersionReadme", + "description": "Grants permission to get the public key information", + "privilege": "GetPublicKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to return an endpoint for a repository", - "privilege": "GetRepositoryEndpoint", + "description": "Grants permission to get the public key configuration information", + "privilege": "GetPublicKeyConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to return a repository's resource policy", - "privilege": "GetRepositoryPermissionsPolicy", + "description": "Grants permission to get a real-time log configuration", + "privilege": "GetRealtimeLogConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "realtime-log-config*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the domains in the current user's AWS account", - "privilege": "ListDomains", + "access_level": "Read", + "description": "Grants permission to get the response headers policy", + "privilege": "GetResponseHeadersPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "response-headers-policy*" } ] }, { - "access_level": "List", - "description": "Grants permission to list a package version's assets", - "privilege": "ListPackageVersionAssets", + "access_level": "Read", + "description": "Grants permission to get the response headers policy configuration", + "privilege": "GetResponseHeadersPolicyConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" + "resource_type": "response-headers-policy*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the direct dependencies of a package version", - "privilege": "ListPackageVersionDependencies", + "access_level": "Read", + "description": "Grants permission to get a savings plan", + "privilege": "GetSavingsPlan", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list a package's versions", - "privilege": "ListPackageVersions", + "access_level": "Read", + "description": "Grants permission to get the information about an RTMP distribution", + "privilege": "GetStreamingDistribution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" + "resource_type": "streaming-distribution*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the packages in a repository", - "privilege": "ListPackages", + "access_level": "Read", + "description": "Grants permission to get the configuration information about a streaming distribution", + "privilege": "GetStreamingDistributionConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "streaming-distribution*" } ] }, { "access_level": "List", - "description": "Grants permission to list the repositories administered by the calling account", - "privilege": "ListRepositories", + "description": "Grants permission to list all cache policies that have been created in CloudFront for this account", + "privilege": "ListCachePolicies", "resource_types": [ { "condition_keys": [], @@ -37066,398 +38507,296 @@ }, { "access_level": "List", - "description": "Grants permission to list the repositories in a domain", - "privilege": "ListRepositoriesInDomain", + "description": "Grants permission to list your CloudFront origin access identities", + "privilege": "ListCloudFrontOriginAccessIdentities", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list tags for a CodeArtifact resource", - "privilege": "ListTagsForResource", + "description": "Grants permission to list all aliases that conflict with the given alias in CloudFront", + "privilege": "ListConflictingAliases", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "repository" + "resource_type": "distribution*" } ] }, { - "access_level": "Write", - "description": "Grants permission to publish assets and metadata to a repository endpoint", - "privilege": "PublishPackageVersion", + "access_level": "List", + "description": "Grants permission to list all continuous-deployment policies in the account", + "privilege": "ListContinuousDeploymentPolicies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to attach a resource policy to a domain", - "privilege": "PutDomainPermissionsPolicy", + "access_level": "List", + "description": "Grants permission to list the distributions associated with your AWS account", + "privilege": "ListDistributions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to add, modify or remove package metadata using a repository endpoint", - "privilege": "PutPackageMetadata", + "access_level": "List", + "description": "Grants permission to list distribution IDs for distributions that have a cache behavior that's associated with the specified cache policy", + "privilege": "ListDistributionsByCachePolicyId", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to set origin configuration for a package", - "privilege": "PutPackageOriginConfiguration", + "access_level": "List", + "description": "Grants permission to list distribution IDs for distributions that have a cache behavior that's associated with the specified key group", + "privilege": "ListDistributionsByKeyGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to attach a resource policy to a repository", - "privilege": "PutRepositoryPermissionsPolicy", + "access_level": "List", + "description": "Grants permission to list the distributions associated a Lambda function", + "privilege": "ListDistributionsByLambdaFunction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return package assets and metadata from a repository endpoint", - "privilege": "ReadFromRepository", + "access_level": "List", + "description": "Grants permission to list distribution IDs for distributions that have a cache behavior that's associated with the specified origin request policy", + "privilege": "ListDistributionsByOriginRequestPolicyId", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a CodeArtifact resource", - "privilege": "TagResource", + "access_level": "List", + "description": "Grants permission to get a list of distributions that have a cache behavior that\u2019s associated with the specified real-time log configuration", + "privilege": "ListDistributionsByRealtimeLogConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "repository" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove a tag from a CodeArtifact resource", - "privilege": "UntagResource", + "access_level": "List", + "description": "Grants permission to list distribution IDs for distributions that have a cache behavior that's associated with the specified response headers policy", + "privilege": "ListDistributionsByResponseHeadersPolicyId", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "repository" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify the status of one or more versions of a package", - "privilege": "UpdatePackageVersionsStatus", + "access_level": "List", + "description": "Grants permission to list the distributions associated with your AWS account with given AWS WAF web ACL", + "privilege": "ListDistributionsByWebACLId", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify the properties of a repository", - "privilege": "UpdateRepository", + "access_level": "List", + "description": "Grants permission to list all field-level encryption configurations that have been created in CloudFront for this account", + "privilege": "ListFieldLevelEncryptionConfigs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:codeartifact:${Region}:${Account}:domain/${DomainName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "domain" - }, - { - "arn": "arn:${Partition}:codeartifact:${Region}:${Account}:repository/${DomainName}/${RepositoryName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "repository" - }, - { - "arn": "arn:${Partition}:codeartifact:${Region}:${Account}:package/${DomainName}/${RepositoryName}/${PackageFormat}/${PackageNamespace}/${PackageName}", - "condition_keys": [], - "resource": "package" - } - ], - "service_name": "AWS CodeArtifact" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by actions based on the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by actions based on tag key-value pairs attached to the resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters access by actions based on the presence of tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "codebuild", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to delete one or more builds", - "privilege": "BatchDeleteBuilds", + "access_level": "List", + "description": "Grants permission to list all field-level encryption profiles that have been created in CloudFront for this account", + "privilege": "ListFieldLevelEncryptionProfiles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about one or more build batches", - "privilege": "BatchGetBuildBatches", + "access_level": "List", + "description": "Grants permission to get a list of CloudFront functions", + "privilege": "ListFunctions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about one or more builds", - "privilege": "BatchGetBuilds", + "access_level": "List", + "description": "Grants permission to list your invalidation batches", + "privilege": "ListInvalidations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "distribution*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about one or more build projects", - "privilege": "BatchGetProjects", + "access_level": "List", + "description": "Grants permission to list all key groups that have been created in CloudFront for this account", + "privilege": "ListKeyGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return an array of ReportGroup objects that are specified by the input reportGroupArns parameter", - "privilege": "BatchGetReportGroups", + "access_level": "List", + "description": "Grants permission to get a list of CloudFront KeyValueStores", + "privilege": "ListKeyValueStores", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "report-group*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return an array of the Report objects specified by the input reportArns parameter", - "privilege": "BatchGetReports", + "access_level": "List", + "description": "Grants permission to list all origin access controls in the account", + "privilege": "ListOriginAccessControls", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "report-group*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to add or update information about a report", - "privilege": "BatchPutCodeCoverages", + "access_level": "List", + "description": "Grants permission to list all origin request policies that have been created in CloudFront for this account", + "privilege": "ListOriginRequestPolicies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "report-group*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to add or update information about a report", - "privilege": "BatchPutTestCases", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "report-group*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a build project", - "privilege": "CreateProject", + "access_level": "List", + "description": "Grants permission to list all public keys that have been added to CloudFront for this account", + "privilege": "ListPublicKeys", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a report. A report is created when tests specified in the buildspec file for a report groups run during the build of a project", - "privilege": "CreateReport", + "access_level": "List", + "description": "Grants permission to list CloudFront rate cards for the account", + "privilege": "ListRateCards", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "report-group*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a report group", - "privilege": "CreateReportGroup", + "access_level": "List", + "description": "Grants permission to get a list of real-time log configurations", + "privilege": "ListRealtimeLogConfigs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "report-group*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create webhook. For an existing AWS CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, enables AWS CodeBuild to start rebuilding the source code every time a code change is pushed to the repository", - "privilege": "CreateWebhook", + "access_level": "List", + "description": "Grants permission to list all response headers policies that have been created in CloudFront for this account", + "privilege": "ListResponseHeadersPolicies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a build batch", - "privilege": "DeleteBuildBatch", + "access_level": "List", + "description": "Grants permission to list savings plans in the account", + "privilege": "ListSavingsPlans", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an OAuth token from a connected third-party OAuth provider. Only used in the AWS CodeBuild console", - "privilege": "DeleteOAuthToken", + "access_level": "List", + "description": "Grants permission to list your RTMP distributions", + "privilege": "ListStreamingDistributions", "resource_types": [ { "condition_keys": [], @@ -37467,65 +38806,61 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete a build project", - "privilege": "DeleteProject", + "access_level": "Read", + "description": "Grants permission to list tags for a CloudFront resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "distribution" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a report", - "privilege": "DeleteReport", + "access_level": "List", + "description": "Grants permission to list CloudFront usage", + "privilege": "ListUsages", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "report-group*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a report group", - "privilege": "DeleteReportGroup", + "description": "Grants permission to publish a CloudFront function", + "privilege": "PublishFunction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "report-group*" + "resource_type": "function*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to delete a resource policy for the associated project or report group", - "privilege": "DeleteResourcePolicy", + "access_level": "Tagging", + "description": "Grants permission to add tags to a CloudFront resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project" + "resource_type": "distribution" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "report-group" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a set of GitHub, GitHub Enterprise, or Bitbucket source credentials", - "privilege": "DeleteSourceCredentials", - "resource_types": [ + "resource_type": "streaming-distribution" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -37533,145 +38868,128 @@ }, { "access_level": "Write", - "description": "Grants permission to delete webhook. For an existing AWS CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, stops AWS CodeBuild from rebuilding the source code every time a code change is pushed to the repository", - "privilege": "DeleteWebhook", + "description": "Grants permission to test a CloudFront function", + "privilege": "TestFunction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "function*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return an array of CodeCoverage objects", - "privilege": "DescribeCodeCoverages", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a CloudFront resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "report-group*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to return an array of TestCase objects", - "privilege": "DescribeTestCases", - "resource_types": [ + "resource_type": "distribution" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "report-group*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to analyze and accumulate test report values for the test reports in the specified report group", - "privilege": "GetReportGroupTrend", - "resource_types": [ + "resource_type": "streaming-distribution" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "report-group*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return a resource policy for the specified project or report group", - "privilege": "GetResourcePolicy", + "access_level": "Write", + "description": "Grants permission to update a cache policy", + "privilege": "UpdateCachePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "report-group" + "resource_type": "cache-policy*" } ] }, { "access_level": "Write", - "description": "Grants permission to import the source repository credentials for an AWS CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository", - "privilege": "ImportSourceCredentials", + "description": "Grants permission to set the configuration for a CloudFront origin access identity", + "privilege": "UpdateCloudFrontOriginAccessIdentity", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "origin-access-identity*" } ] }, { "access_level": "Write", - "description": "Grants permission to reset the cache for a project", - "privilege": "InvalidateProjectCache", + "description": "Grants permission to update a continuous-deployment policy", + "privilege": "UpdateContinuousDeploymentPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "continuous-deployment-policy*" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of build batch IDs, with each build batch ID representing a single build batch", - "privilege": "ListBuildBatches", + "access_level": "Write", + "description": "Grants permission to update the configuration for a web distribution", + "privilege": "UpdateDistribution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "distribution*" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of build batch IDs for the specified build project, with each build batch ID representing a single build batch", - "privilege": "ListBuildBatchesForProject", + "access_level": "Write", + "description": "Grants permission to update a field-level encryption configuration", + "privilege": "UpdateFieldLevelEncryptionConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of build IDs, with each build ID representing a single build", - "privilege": "ListBuilds", + "access_level": "Write", + "description": "Grants permission to update a field-level encryption profile", + "privilege": "UpdateFieldLevelEncryptionProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "field-level-encryption-profile*" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of build IDs for the specified build project, with each build ID representing a single build", - "privilege": "ListBuildsForProject", + "access_level": "Write", + "description": "Grants permission to update a CloudFront function", + "privilege": "UpdateFunction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "function*" } ] }, { - "access_level": "List", - "description": "Grants permission to list connected third-party OAuth providers. Only used in the AWS CodeBuild console", - "privilege": "ListConnectedOAuthAccounts", + "access_level": "Write", + "description": "Grants permission to update a key group", + "privilege": "UpdateKeyGroup", "resource_types": [ { "condition_keys": [], @@ -37681,45 +38999,45 @@ ] }, { - "access_level": "List", - "description": "Grants permission to get information about Docker images that are managed by AWS CodeBuild", - "privilege": "ListCuratedEnvironmentImages", + "access_level": "Write", + "description": "Grants permission to update a CloudFront KeyValueStore", + "privilege": "UpdateKeyValueStore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "key-value-store*" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of build project names, with each build project name representing a single build project", - "privilege": "ListProjects", + "access_level": "Write", + "description": "Grants permission to update an origin access control", + "privilege": "UpdateOriginAccessControl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "origin-access-control*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of report group ARNs. Each report group ARN represents one report group", - "privilege": "ListReportGroups", + "access_level": "Write", + "description": "Grants permission to update an origin request policy", + "privilege": "UpdateOriginRequestPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "origin-request-policy*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of report ARNs. Each report ARN representing one report", - "privilege": "ListReports", + "access_level": "Write", + "description": "Grants permission to update public key information", + "privilege": "UpdatePublicKey", "resource_types": [ { "condition_keys": [], @@ -37729,33 +39047,33 @@ ] }, { - "access_level": "List", - "description": "Grants permission to return a list of report ARNs that belong to the specified report group. Each report ARN represents one report", - "privilege": "ListReportsForReportGroup", + "access_level": "Write", + "description": "Grants permission to update a real-time log configuration", + "privilege": "UpdateRealtimeLogConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "report-group*" + "resource_type": "realtime-log-config*" } ] }, { - "access_level": "List", - "description": "Grants permission to list source code repositories from a connected third-party OAuth provider. Only used in the AWS CodeBuild console", - "privilege": "ListRepositories", + "access_level": "Write", + "description": "Grants permission to update a response headers policy", + "privilege": "UpdateResponseHeadersPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "response-headers-policy*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of project ARNs that have been shared with the requester. Each project ARN represents one project", - "privilege": "ListSharedProjects", + "access_level": "Write", + "description": "Grants permission to update a savings plan", + "privilege": "UpdateSavingsPlan", "resource_types": [ { "condition_keys": [], @@ -37765,139 +39083,222 @@ ] }, { - "access_level": "List", - "description": "Grants permission to return a list of report group ARNs that have been shared with the requester. Each report group ARN represents one report group", - "privilege": "ListSharedReportGroups", + "access_level": "Write", + "description": "Grants permission to update the configuration for an RTMP distribution", + "privilege": "UpdateStreamingDistribution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "streaming-distribution*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:cloudfront::${Account}:distribution/${DistributionId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "distribution" }, { - "access_level": "List", - "description": "Grants permission to return a list of SourceCredentialsInfo objects", - "privilege": "ListSourceCredentials", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] + "arn": "arn:${Partition}:cloudfront::${Account}:streaming-distribution/${DistributionId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "streaming-distribution" + }, + { + "arn": "arn:${Partition}:cloudfront::${Account}:origin-access-identity/${Id}", + "condition_keys": [], + "resource": "origin-access-identity" + }, + { + "arn": "arn:${Partition}:cloudfront::${Account}:field-level-encryption-config/${Id}", + "condition_keys": [], + "resource": "field-level-encryption-config" + }, + { + "arn": "arn:${Partition}:cloudfront::${Account}:field-level-encryption-profile/${Id}", + "condition_keys": [], + "resource": "field-level-encryption-profile" + }, + { + "arn": "arn:${Partition}:cloudfront::${Account}:cache-policy/${Id}", + "condition_keys": [], + "resource": "cache-policy" + }, + { + "arn": "arn:${Partition}:cloudfront::${Account}:origin-request-policy/${Id}", + "condition_keys": [], + "resource": "origin-request-policy" + }, + { + "arn": "arn:${Partition}:cloudfront::${Account}:realtime-log-config/${Name}", + "condition_keys": [], + "resource": "realtime-log-config" + }, + { + "arn": "arn:${Partition}:cloudfront::${Account}:function/${Name}", + "condition_keys": [], + "resource": "function" + }, + { + "arn": "arn:${Partition}:cloudfront::${Account}:key-value-store/${Name}", + "condition_keys": [], + "resource": "key-value-store" }, + { + "arn": "arn:${Partition}:cloudfront::${Account}:response-headers-policy/${Id}", + "condition_keys": [], + "resource": "response-headers-policy" + }, + { + "arn": "arn:${Partition}:cloudfront::${Account}:origin-access-control/${Id}", + "condition_keys": [], + "resource": "origin-access-control" + }, + { + "arn": "arn:${Partition}:cloudfront::${Account}:continuous-deployment-policy/${Id}", + "condition_keys": [], + "resource": "continuous-deployment-policy" + } + ], + "service_name": "Amazon CloudFront" + }, + { + "conditions": [], + "prefix": "cloudfront-keyvaluestore", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to save an OAuth token from a connected third-party OAuth provider. Only used in the AWS CodeBuild console", - "privilege": "PersistOAuthToken", + "description": "Grants permission to delete the key value pair specified by the key", + "privilege": "DeleteKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "key-value-store*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to create a resource policy for the associated project or report group", - "privilege": "PutResourcePolicy", + "access_level": "Read", + "description": "Grants permission to return metadata information about Key Value Store", + "privilege": "DescribeKeyValueStore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "report-group" + "resource_type": "key-value-store*" } ] }, { - "access_level": "Write", - "description": "Grants permission to retry a build", - "privilege": "RetryBuild", + "access_level": "Read", + "description": "Grants permission to return a key value pair", + "privilege": "GetKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "key-value-store*" } ] }, { - "access_level": "Write", - "description": "Grants permission to retry a build batch", - "privilege": "RetryBuildBatch", + "access_level": "List", + "description": "Grants permission to returns a list of key value pairs", + "privilege": "ListKeys", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "key-value-store*" } ] }, { "access_level": "Write", - "description": "Grants permission to start running a build", - "privilege": "StartBuild", + "description": "Grants permission to create a new key value pair or replace the value of an existing key", + "privilege": "PutKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "key-value-store*" } ] }, { "access_level": "Write", - "description": "Grants permission to start running a build batch", - "privilege": "StartBuildBatch", + "description": "Grants permission to put or delete multiple key value pairs in a single, all-or-nothing operation", + "privilege": "UpdateKeys", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "key-value-store*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:cloudfront::${Account}:key-value-store/${ResourceId}", + "condition_keys": [], + "resource": "key-value-store" + } + ], + "service_name": "Amazon CloudFront KeyValueStore" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request", + "type": "String" }, { - "access_level": "Write", - "description": "Grants permission to attempt to stop running a build", - "privilege": "StopBuild", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "project*" - } - ] + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag key-value pairs attached to the resource", + "type": "String" }, { - "access_level": "Write", - "description": "Grants permission to attempt to stop running a build batch", - "privilege": "StopBuildBatch", + "condition": "aws:TagKeys", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "cloudhsm", + "privileges": [ + { + "access_level": "Tagging", + "description": "Adds or overwrites one or more tags for the specified AWS CloudHSM resource", + "privilege": "AddTagsToResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to change the settings of an existing build project", - "privilege": "UpdateProject", + "description": "Grants permission to create a copy of a backup in the specified region", + "privilege": "CopyBackupToRegion", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "project*" + "dependent_actions": [ + "cloudhsm:CopyBackupToRegion", + "cloudhsm:TagResource", + "cloudhsm:UntagResource" + ], + "resource_type": "backup*" }, { "condition_keys": [ @@ -37911,13 +39312,22 @@ }, { "access_level": "Write", - "description": "Grants permission to change the public visibility of a project and its builds", - "privilege": "UpdateProjectVisibility", + "description": "Grants permission to create a new AWS CloudHSM cluster", + "privilege": "CreateCluster", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "project*" + "dependent_actions": [ + "cloudhsm:TagResource", + "ec2:AuthorizeSecurityGroupEgress", + "ec2:AuthorizeSecurityGroupIngress", + "ec2:CreateSecurityGroup", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:RevokeSecurityGroupEgress", + "iam:CreateServiceLinkedRole" + ], + "resource_type": "backup" }, { "condition_keys": [ @@ -37931,218 +39341,131 @@ }, { "access_level": "Write", - "description": "Grants permission to update information about a report", - "privilege": "UpdateReport", + "description": "Creates a high-availability partition group", + "privilege": "CreateHapg", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "report-group*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to change the settings of an existing report group", - "privilege": "UpdateReportGroup", + "description": "Grants permission to create a new hardware security module (HSM) in the specified AWS CloudHSM cluster", + "privilege": "CreateHsm", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "report-group*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "dependent_actions": [ + "ec2:AuthorizeSecurityGroupEgress", + "ec2:AuthorizeSecurityGroupIngress", + "ec2:CreateNetworkInterface", + "ec2:CreateSecurityGroup", + "ec2:DeleteNetworkInterface", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:RevokeSecurityGroupEgress" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "cluster*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the webhook associated with an AWS CodeBuild build project", - "privilege": "UpdateWebhook", + "description": "Creates an HSM client", + "privilege": "CreateLunaClient", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:codebuild:${Region}:${Account}:build/${BuildId}", - "condition_keys": [], - "resource": "build" - }, - { - "arn": "arn:${Partition}:codebuild:${Region}:${Account}:build-batch/${BuildBatchId}", - "condition_keys": [], - "resource": "build-batch" - }, - { - "arn": "arn:${Partition}:codebuild:${Region}:${Account}:project/${ProjectName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "project" - }, - { - "arn": "arn:${Partition}:codebuild:${Region}:${Account}:report-group/${ReportGroupName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "report-group" - }, - { - "arn": "arn:${Partition}:codebuild:${Region}:${Account}:report/${ReportGroupName}:${ReportId}", - "condition_keys": [], - "resource": "report" - } - ], - "service_name": "AWS CodeBuild" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by a tag's key and value in a request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys in a request", - "type": "ArrayOfString" - } - ], - "prefix": "codecatalyst", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to accept a request to connect this account to an Amazon CodeCatalyst space", - "privilege": "AcceptConnection", + "description": "Grants permission to delete the specified CloudHSM backup", + "privilege": "DeleteBackup", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "backup*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate an IAM role to a connection", - "privilege": "AssociateIamRoleToConnection", + "description": "Grants permission to delete the specified AWS CloudHSM cluster", + "privilege": "DeleteCluster", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "connections*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "ec2:DeleteNetworkInterface", + "ec2:DeleteSecurityGroup" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "cluster*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a connection", - "privilege": "DeleteConnection", + "description": "Deletes a high-availability partition group", + "privilege": "DeleteHapg", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connections*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate an IAM role from a connection", - "privilege": "DisassociateIamRoleFromConnection", + "description": "Grants permission to delete the specified HSM", + "privilege": "DeleteHsm", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "connections*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "dependent_actions": [ + "ec2:DeleteNetworkInterface" ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the billing authorization for a connection", - "privilege": "GetBillingAuthorization", + "access_level": "Write", + "description": "Deletes a client", + "privilege": "DeleteLunaClient", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connections*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get a connection", - "privilege": "GetConnection", + "description": "Grants permission to get information about backups of AWS CloudHSM clusters", + "privilege": "DescribeBackups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connections*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get a pending request to connect this account to an Amazon CodeCatalyst space", - "privilege": "GetPendingConnection", + "description": "Grants permission to get information about AWS CloudHSM clusters", + "privilege": "DescribeClusters", "resource_types": [ { "condition_keys": [], @@ -38152,9 +39475,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list connections that are not pending", - "privilege": "ListConnections", + "access_level": "Read", + "description": "Retrieves information about a high-availability partition group", + "privilege": "DescribeHapg", "resource_types": [ { "condition_keys": [], @@ -38164,253 +39487,170 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list IAM roles associated with a connection", - "privilege": "ListIamRolesForConnection", + "access_level": "Read", + "description": "Retrieves information about an HSM. You can identify the HSM by its ARN or its serial number", + "privilege": "DescribeHsm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connections*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to list tags for an Amazon CodeCatalyst resource", - "privilege": "ListTagsForResource", + "description": "Retrieves information about an HSM client", + "privilege": "DescribeLunaClient", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connections*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create or update the billing authorization for a connection", - "privilege": "PutBillingAuthorization", + "access_level": "Read", + "description": "Gets the configuration files necessary to connect to all high availability partition groups the client is associated with", + "privilege": "GetConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connections*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to reject a request to connect this account to an Amazon CodeCatalyst space", - "privilege": "RejectConnection", + "description": "Grants permission to claim an AWS CloudHSM cluster", + "privilege": "InitializeCluster", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "cluster*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag an Amazon CodeCatalyst resource", - "privilege": "TagResource", + "access_level": "List", + "description": "Lists the Availability Zones that have available AWS CloudHSM capacity", + "privilege": "ListAvailableZones", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connections*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag an Amazon CodeCatalyst resource", - "privilege": "UntagResource", + "access_level": "List", + "description": "Lists the high-availability partition groups for the account", + "privilege": "ListHapgs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connections*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:codecatalyst:${Region}:${Account}:/connections/${ConnectionId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "connections" - } - ], - "service_name": "Amazon CodeCatalyst" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", - "type": "ArrayOfString" }, { - "condition": "codecommit:References", - "description": "Filters access by Git reference to specified AWS CodeCommit actions", - "type": "String" - } - ], - "prefix": "codecommit", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to associate an approval rule template with a repository", - "privilege": "AssociateApprovalRuleTemplateWithRepository", + "access_level": "List", + "description": "Retrieves the identifiers of all of the HSMs provisioned for the current customer", + "privilege": "ListHsms", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate an approval rule template with multiple repositories in a single operation", - "privilege": "BatchAssociateApprovalRuleTemplateWithRepositories", + "access_level": "List", + "description": "Lists all of the clients", + "privilege": "ListLunaClients", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about multiple merge conflicts when attempting to merge two commits using either the three-way merge or the squash merge option", - "privilege": "BatchDescribeMergeConflicts", + "description": "Grants permission to get a list of tags for the specified AWS CloudHSM cluster", + "privilege": "ListTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to remove the association between an approval rule template and multiple repositories in a single operation", - "privilege": "BatchDisassociateApprovalRuleTemplateFromRepositories", - "resource_types": [ + "resource_type": "backup" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "cluster" } ] }, { "access_level": "Read", - "description": "Grants permission to get return information about one or more commits in an AWS CodeCommit repository", - "privilege": "BatchGetCommits", + "description": "Returns a list of all tags for the specified AWS CloudHSM resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return information about one or more pull requests in an AWS CodeCommit repository", - "privilege": "BatchGetPullRequests", + "access_level": "Write", + "description": "Grants permission to modify attributes for an AWS CloudHSM backup", + "privilege": "ModifyBackupAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "backup*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about multiple repositories", - "privilege": "BatchGetRepositories", + "access_level": "Write", + "description": "Grants permission to modify AWS CloudHSM cluster", + "privilege": "ModifyCluster", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "cluster*" } ] }, { - "access_level": "Read", - "description": "Grants permission to cancel the uploading of an archive to a pipeline in AWS CodePipeline", - "privilege": "CancelUploadArchive", + "access_level": "Write", + "description": "Modifies an existing high-availability partition group", + "privilege": "ModifyHapg", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an approval rule template that will automatically create approval rules in pull requests that match the conditions defined in the template; does not grant permission to create approval rules for individual pull requests", - "privilege": "CreateApprovalRuleTemplate", + "description": "Modifies an HSM", + "privilege": "ModifyHsm", "resource_types": [ { "condition_keys": [], @@ -38421,75 +39661,54 @@ }, { "access_level": "Write", - "description": "Grants permission to create a branch in an AWS CodeCommit repository with this API; does not control Git create branch actions", - "privilege": "CreateBranch", + "description": "Modifies the certificate used by the client", + "privilege": "ModifyLunaClient", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" - }, - { - "condition_keys": [ - "codecommit:References" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to add, copy, move or update single or multiple files in a branch in an AWS CodeCommit repository, and generate a commit for the changes in the specified branch", - "privilege": "CreateCommit", + "access_level": "Tagging", + "description": "Removes one or more tags from the specified AWS CloudHSM resource", + "privilege": "RemoveTagsFromResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" - }, - { - "condition_keys": [ - "codecommit:References" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a pull request in the specified repository", - "privilege": "CreatePullRequest", + "description": "Grants permission to restore the specified CloudHSM backup", + "privilege": "RestoreBackup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "backup*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an approval rule specific to an individual pull request; does not grant permission to create approval rule templates", - "privilege": "CreatePullRequestApprovalRule", + "access_level": "Tagging", + "description": "Grants permission to add or overwrite one or more tags for the specified AWS CloudHSM cluster", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an AWS CodeCommit repository", - "privilege": "CreateRepository", - "resource_types": [ + "resource_type": "backup" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "cluster" }, { "condition_keys": [ @@ -38502,593 +39721,612 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create an unreferenced commit that contains the result of merging two commits using either the three-way or the squash merge option; does not control Git merge actions", - "privilege": "CreateUnreferencedMergeCommit", + "access_level": "Tagging", + "description": "Grants permission to remove the specified tag or tags from the specified AWS CloudHSM cluster", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "backup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster" }, { "condition_keys": [ - "codecommit:References" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:cloudhsm:${Region}:${Account}:backup/${CloudHsmBackupInstanceName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "backup" }, { - "access_level": "Write", - "description": "Grants permission to delete an approval rule template", - "privilege": "DeleteApprovalRuleTemplate", + "arn": "arn:${Partition}:cloudhsm:${Region}:${Account}:cluster/${CloudHsmClusterInstanceName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "cluster" + } + ], + "service_name": "AWS CloudHSM" + }, + { + "conditions": [], + "prefix": "cloudsearch", + "privileges": [ + { + "access_level": "Tagging", + "description": "Attaches resource tags to an Amazon CloudSearch domain", + "privilege": "AddTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a branch in an AWS CodeCommit repository with this API; does not control Git delete branch actions", - "privilege": "DeleteBranch", + "description": "Indexes the search suggestions", + "privilege": "BuildSuggesters", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" - }, - { - "condition_keys": [ - "codecommit:References" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the content of a comment made on a change, file, or commit in a repository", - "privilege": "DeleteCommentContent", + "description": "Creates a new search domain", + "privilege": "CreateDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a specified file from a specified branch", - "privilege": "DeleteFile", + "description": "Configures an analysis scheme that can be applied to a text or text-array field to define language-specific text processing options", + "privilege": "DefineAnalysisScheme", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" - }, - { - "condition_keys": [ - "codecommit:References" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete approval rule created for a pull request if the rule was not created by an approval rule template", - "privilege": "DeletePullRequestApprovalRule", + "description": "Configures an Expression for the search domain", + "privilege": "DefineExpression", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an AWS CodeCommit repository", - "privilege": "DeleteRepository", + "description": "Configures an IndexField for the search domain", + "privilege": "DefineIndexField", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about specific merge conflicts when attempting to merge two commits using either the three-way or the squash merge option", - "privilege": "DescribeMergeConflicts", + "access_level": "Write", + "description": "Configures a suggester for a domain", + "privilege": "DefineSuggester", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return information about one or more pull request events", - "privilege": "DescribePullRequestEvents", + "access_level": "Write", + "description": "Deletes an analysis scheme", + "privilege": "DeleteAnalysisScheme", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to remove the association between an approval rule template and a repository", - "privilege": "DisassociateApprovalRuleTemplateFromRepository", + "description": "Permanently deletes a search domain and all of its data", + "privilege": "DeleteDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to evaluate whether a pull request is mergable based on its current approval state and approval rule requirements", - "privilege": "EvaluatePullRequestApprovalRules", + "access_level": "Write", + "description": "Removes an Expression from the search domain", + "privilege": "DeleteExpression", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return information about an approval rule template", - "privilege": "GetApprovalRuleTemplate", + "access_level": "Write", + "description": "Removes an IndexField from the search domain", + "privilege": "DeleteIndexField", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the encoded content of an individual file in an AWS CodeCommit repository from the AWS CodeCommit console", - "privilege": "GetBlob", + "access_level": "Write", + "description": "Deletes a suggester", + "privilege": "DeleteSuggester", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { "access_level": "Read", - "description": "Grants permission to get details about a branch in an AWS CodeCommit repository with this API; does not control Git branch actions", - "privilege": "GetBranch", + "description": "Gets the analysis schemes configured for a domain", + "privilege": "DescribeAnalysisSchemes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the content of a comment made on a change, file, or commit in a repository", - "privilege": "GetComment", + "description": "Gets the availability options configured for a domain", + "privilege": "DescribeAvailabilityOptions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the reactions on a comment", - "privilege": "GetCommentReactions", + "description": "Gets the domain endpoint options configured for a domain", + "privilege": "DescribeDomainEndpointOptions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about comments made on the comparison between two commits", - "privilege": "GetCommentsForComparedCommit", + "access_level": "List", + "description": "Gets information about the search domains owned by this account", + "privilege": "DescribeDomains", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { "access_level": "Read", - "description": "Grants permission to get comments made on a pull request", - "privilege": "GetCommentsForPullRequest", + "description": "Gets the expressions configured for the search domain", + "privilege": "DescribeExpressions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { "access_level": "Read", - "description": "Grants permission to return information about a commit, including commit message and committer information, with this API; does not control Git log actions", - "privilege": "GetCommit", + "description": "Gets information about the index fields configured for the search domain", + "privilege": "DescribeIndexFields", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about the history of commits in a repository", - "privilege": "GetCommitHistory", + "description": "Gets the scaling parameters configured for a domain", + "privilege": "DescribeScalingParameters", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about the difference between commits in the context of a potential merge", - "privilege": "GetCommitsFromMergeBase", - "resource_types": [ + "description": "Gets information about the access policies that control access to the domain's document and search endpoints", + "privilege": "DescribeServiceAccessPolicies", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { "access_level": "Read", - "description": "Grants permission to view information about the differences between valid commit specifiers such as a branch, tag, HEAD, commit ID, or other fully qualified reference", - "privilege": "GetDifferences", + "description": "Gets the suggesters configured for a domain", + "privilege": "DescribeSuggesters", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the base-64 encoded contents of a specified file and its metadata", - "privilege": "GetFile", + "access_level": "Write", + "description": "Tells the search domain to start indexing its documents using the latest indexing options", + "privilege": "IndexDocuments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the contents of a specified folder in a repository", - "privilege": "GetFolder", + "access_level": "List", + "description": "Lists all search domains owned by an account", + "privilege": "ListDomainNames", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about a merge commit created by one of the merge options for pull requests that creates merge commits. Not all merge options create merge commits. This permission does not control Git merge actions", - "privilege": "GetMergeCommit", + "description": "Displays all of the resource tags for an Amazon CloudSearch domain", + "privilege": "ListTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" - }, - { - "condition_keys": [ - "codecommit:References" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about merge conflicts between the before and after commit IDs for a pull request in a repository", - "privilege": "GetMergeConflicts", + "access_level": "Tagging", + "description": "Removes the specified resource tags from an Amazon ES domain", + "privilege": "RemoveTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about merge options for pull requests that can be used to merge two commits; does not control Git merge actions", - "privilege": "GetMergeOptions", + "access_level": "Write", + "description": "Configures the availability options for a domain", + "privilege": "UpdateAvailabilityOptions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to resolve blobs, trees, and commits to their identifier", - "privilege": "GetObjectIdentifier", + "access_level": "Write", + "description": "Configures the domain endpoint options for a domain", + "privilege": "UpdateDomainEndpointOptions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about a pull request in a specified repository", - "privilege": "GetPullRequest", + "access_level": "Write", + "description": "Configures scaling parameters for a domain", + "privilege": "UpdateScalingParameters", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the current approvals on an inputted pull request", - "privilege": "GetPullRequestApprovalStates", + "access_level": "Permissions management", + "description": "Configures the access rules that control access to the domain's document and search endpoints", + "privilege": "UpdateServiceAccessPolicies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the current override state of a given pull request", - "privilege": "GetPullRequestOverrideState", + "access_level": "Write", + "description": "Allows access to the document service operations", + "privilege": "document", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain" } ] }, { "access_level": "Read", - "description": "Grants permission to get details about references in an AWS CodeCommit repository; does not control Git reference actions", - "privilege": "GetReferences", + "description": "Allows access to the search operations", + "privilege": "search", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about an AWS CodeCommit repository", - "privilege": "GetRepository", + "description": "Allows access to the suggest operations", + "privilege": "suggest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "domain" } ] - }, + } + ], + "resources": [ { - "access_level": "Read", - "description": "Grants permission to get information about triggers configured for a repository", - "privilege": "GetRepositoryTriggers", + "arn": "arn:${Partition}:cloudsearch:${Region}:${Account}:domain/${DomainName}", + "condition_keys": [], + "resource": "domain" + } + ], + "service_name": "Amazon CloudSearch" + }, + { + "conditions": [], + "prefix": "cloudshell", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permissions to create a CloudShell environment", + "privilege": "CreateEnvironment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the contents of a specified tree in an AWS CodeCommit repository from the AWS CodeCommit console", - "privilege": "GetTree", + "access_level": "Write", + "description": "Grants permissions to connect to a CloudShell environment from the AWS Management Console", + "privilege": "CreateSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "Environment*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get status information about an archive upload to a pipeline in AWS CodePipeline", - "privilege": "GetUploadArchiveStatus", + "access_level": "Write", + "description": "Grants permission to delete a CloudShell environment", + "privilege": "DeleteEnvironment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "Environment*" } ] }, { "access_level": "Read", - "description": "Grants permission to pull information from an AWS CodeCommit repository to a local repo", - "privilege": "GitPull", + "description": "Grants permission to read a CloudShell environment status", + "privilege": "GetEnvironmentStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "Environment*" } ] }, { "access_level": "Write", - "description": "Grants permission to push information from a local repo to an AWS CodeCommit repository", - "privilege": "GitPush", + "description": "Grants permissions to download files from a CloudShell environment", + "privilege": "GetFileDownloadUrls", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" - }, - { - "condition_keys": [ - "codecommit:References" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "Environment*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all approval rule templates in an AWS Region for the AWS account", - "privilege": "ListApprovalRuleTemplates", + "access_level": "Write", + "description": "Grants permissions to upload files to a CloudShell environment", + "privilege": "GetFileUploadUrls", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Environment*" } ] }, { - "access_level": "List", - "description": "Grants permission to list approval rule templates that are associated with a repository", - "privilege": "ListAssociatedApprovalRuleTemplatesForRepository", + "access_level": "Write", + "description": "Grants permissions to forward console credentials to the environment", + "privilege": "PutCredentials", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "Environment*" } ] }, { - "access_level": "List", - "description": "Grants permission to list branches for an AWS CodeCommit repository with this API; does not control Git branch actions", - "privilege": "ListBranches", + "access_level": "Write", + "description": "Grants permission to start a stopped CloudShell environment", + "privilege": "StartEnvironment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "Environment*" } ] }, { - "access_level": "List", - "description": "Grants permission to list pull requests for a specified repository", - "privilege": "ListPullRequests", + "access_level": "Write", + "description": "Grants permission to stop a running CloudShell environment", + "privilege": "StopEnvironment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "Environment*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:cloudshell:${Region}:${Account}:environment/${EnvironmentId}", + "condition_keys": [], + "resource": "Environment" + } + ], + "service_name": "AWS CloudShell" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by a tag's key and value in a request", + "type": "String" }, { - "access_level": "List", - "description": "Grants permission to list information about AWS CodeCommit repositories in the current Region for your AWS account", - "privilege": "ListRepositories", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters actions based on the presence of tag key-value pairs in the request", + "type": "String" }, { - "access_level": "List", - "description": "Grants permission to list repositories that are associated with an approval rule template", - "privilege": "ListRepositoriesForApprovalRuleTemplate", + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys in a request", + "type": "ArrayOfString" + } + ], + "prefix": "cloudtrail", + "privileges": [ + { + "access_level": "Tagging", + "description": "Grants permission to add one or more tags to a trail, event data store, or channel, up to a limit of 50", + "privilege": "AddTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list the resource attached to a CodeCommit resource ARN", - "privilege": "ListTagsForResource", - "resource_types": [ + "resource_type": "channel" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to merge two commits into the specified destination branch using the fast-forward merge option", - "privilege": "MergeBranchesByFastForward", - "resource_types": [ + "resource_type": "eventdatastore" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "trail" }, { "condition_keys": [ - "codecommit:References" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -39097,36 +40335,32 @@ }, { "access_level": "Write", - "description": "Grants permission to merge two commits into the specified destination branch using the squash merge option", - "privilege": "MergeBranchesBySquash", + "description": "Grants permission to cancel a running query", + "privilege": "CancelQuery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" - }, - { - "condition_keys": [ - "codecommit:References" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "eventdatastore*" } ] }, { "access_level": "Write", - "description": "Grants permission to merge two commits into the specified destination branch using the three-way merge option", - "privilege": "MergeBranchesByThreeWay", + "description": "Grants permission to create a channel", + "privilege": "CreateChannel", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "repository*" + "dependent_actions": [ + "cloudtrail:AddTags" + ], + "resource_type": "channel*" }, { "condition_keys": [ - "codecommit:References" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -39135,17 +40369,25 @@ }, { "access_level": "Write", - "description": "Grants permission to close a pull request and attempt to merge it into the specified destination branch for that pull request at the specified commit using the fast-forward merge option", - "privilege": "MergePullRequestByFastForward", + "description": "Grants permission to create an event data store", + "privilege": "CreateEventDataStore", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "repository*" + "dependent_actions": [ + "cloudtrail:AddTags", + "iam:CreateServiceLinkedRole", + "iam:GetRole", + "kms:Decrypt", + "kms:GenerateDataKey", + "organizations:ListAWSServiceAccessForOrganization" + ], + "resource_type": "eventdatastore*" }, { "condition_keys": [ - "codecommit:References" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -39154,36 +40396,35 @@ }, { "access_level": "Write", - "description": "Grants permission to close a pull request and attempt to merge it into the specified destination branch for that pull request at the specified commit using the squash merge option", - "privilege": "MergePullRequestBySquash", + "description": "Grants permission to create a service-linked channel that specifies the settings for delivery of log data to an AWS service", + "privilege": "CreateServiceLinkedChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" - }, - { - "condition_keys": [ - "codecommit:References" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to close a pull request and attempt to merge it into the specified destination branch for that pull request at the specified commit using the three-way merge option", - "privilege": "MergePullRequestByThreeWay", + "description": "Grants permission to create a trail that specifies the settings for delivery of log data to an Amazon S3 bucket", + "privilege": "CreateTrail", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "repository*" + "dependent_actions": [ + "cloudtrail:AddTags", + "iam:CreateServiceLinkedRole", + "iam:GetRole", + "organizations:ListAWSServiceAccessForOrganization" + ], + "resource_type": "trail*" }, { "condition_keys": [ - "codecommit:References" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -39192,513 +40433,477 @@ }, { "access_level": "Write", - "description": "Grants permission to override all approval rules for a pull request, including approval rules created by a template", - "privilege": "OverridePullRequestApprovalRules", + "description": "Grants permission to delete a channel", + "privilege": "DeleteChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to post a comment on the comparison between two commits", - "privilege": "PostCommentForComparedCommit", + "description": "Grants permission to delete an event data store", + "privilege": "DeleteEventDataStore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "eventdatastore*" } ] }, { "access_level": "Write", - "description": "Grants permission to post a comment on a pull request", - "privilege": "PostCommentForPullRequest", + "description": "Grants permission to delete a resource policy from the provided resource", + "privilege": "DeleteResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to post a comment in reply to a comment on a comparison between commits or a pull request", - "privilege": "PostCommentReply", + "description": "Grants permission to delete a service-linked channel", + "privilege": "DeleteServiceLinkedChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to post a reaction on a comment", - "privilege": "PutCommentReaction", + "description": "Grants permission to delete a trail", + "privilege": "DeleteTrail", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "trail*" } ] }, { "access_level": "Write", - "description": "Grants permission to add or update a file in a branch in an AWS CodeCommit repository, and generate a commit for the addition in the specified branch", - "privilege": "PutFile", + "description": "Grants permission to deregister an AWS Organizations member account as a delegated administrator", + "privilege": "DeregisterOrganizationDelegatedAdmin", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "repository*" - }, - { - "condition_keys": [ - "codecommit:References" + "dependent_actions": [ + "organizations:DeregisterDelegatedAdministrator", + "organizations:ListAWSServiceAccessForOrganization" ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create, update, or delete triggers for a repository", - "privilege": "PutRepositoryTriggers", + "access_level": "Read", + "description": "Grants permission to list details for the query", + "privilege": "DescribeQuery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "eventdatastore*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to attach resource tags to a CodeCommit resource ARN", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to list settings for the trails associated with the current region for your account", + "privilege": "DescribeTrails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to test the functionality of repository triggers by sending information to the trigger target", - "privilege": "TestRepositoryTriggers", + "description": "Grants permission to disable federation of event data store data by using the AWS Glue Data Catalog", + "privilege": "DisableFederation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "eventdatastore*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to disassociate resource tags from a CodeCommit resource ARN", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to enable federation of event data store data by using the AWS Glue Data Catalog", + "privilege": "EnableFederation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "eventdatastore*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the content of approval rule templates; does not grant permission to update content of approval rules created specifically for pull requests", - "privilege": "UpdateApprovalRuleTemplateContent", + "access_level": "Read", + "description": "Grants permission to return information about a specific channel", + "privilege": "GetChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the description of approval rule templates", - "privilege": "UpdateApprovalRuleTemplateDescription", + "access_level": "Read", + "description": "Grants permission to list settings for the event data store", + "privilege": "GetEventDataStore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "eventdatastore*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the name of approval rule templates", - "privilege": "UpdateApprovalRuleTemplateName", + "access_level": "Read", + "description": "Grants permission to get data from an event data store by using the AWS Glue Data Catalog", + "privilege": "GetEventDataStoreData", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "eventdatastore*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the contents of a comment if the identity matches the identity used to create the comment", - "privilege": "UpdateComment", + "access_level": "Read", + "description": "Grants permission to list settings for event selectors configured for a trail", + "privilege": "GetEventSelectors", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "trail*" } ] }, { - "access_level": "Write", - "description": "Grants permission to change the default branch in an AWS CodeCommit repository", - "privilege": "UpdateDefaultBranch", + "access_level": "Read", + "description": "Grants permission to return information about a specific import", + "privilege": "GetImport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the content for approval rules created for a specific pull requests; does not grant permission to update approval rule content for rules created with an approval rule template", - "privilege": "UpdatePullRequestApprovalRuleContent", + "access_level": "Read", + "description": "Grants permission to list CloudTrail Insights selectors that are configured for a trail or event data store", + "privilege": "GetInsightSelectors", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "eventdatastore" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "trail" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the approval state for pull requests", - "privilege": "UpdatePullRequestApprovalState", + "access_level": "Read", + "description": "Grants permission to fetch results of a complete query", + "privilege": "GetQueryResults", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "repository*" + "dependent_actions": [ + "kms:Decrypt", + "kms:GenerateDataKey" + ], + "resource_type": "eventdatastore*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the description of a pull request", - "privilege": "UpdatePullRequestDescription", + "access_level": "Read", + "description": "Grants permission to get the resource policy attached to the provided resource", + "privilege": "GetResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the status of a pull request", - "privilege": "UpdatePullRequestStatus", + "access_level": "Read", + "description": "Grants permission to list settings for the service-linked channel", + "privilege": "GetServiceLinkedChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the title of a pull request", - "privilege": "UpdatePullRequestTitle", + "access_level": "Read", + "description": "Grants permission to list settings for the trail", + "privilege": "GetTrail", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "trail*" } ] }, { - "access_level": "Write", - "description": "Grants permission to change the description of an AWS CodeCommit repository", - "privilege": "UpdateRepositoryDescription", + "access_level": "Read", + "description": "Grants permission to retrieve a JSON-formatted list of information about the specified trail", + "privilege": "GetTrailStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "trail*" } ] }, { - "access_level": "Write", - "description": "Grants permission to change the name of an AWS CodeCommit repository", - "privilege": "UpdateRepositoryName", + "access_level": "List", + "description": "Grants permission to list the channels in the current account, and their source names", + "privilege": "ListChannels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to the service role for AWS CodePipeline to upload repository changes into a pipeline", - "privilege": "UploadArchive", + "access_level": "List", + "description": "Grants permission to list event data stores associated with the current region for your account", + "privilege": "ListEventDataStores", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:codecommit:${Region}:${Account}:${RepositoryName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "repository" - } - ], - "service_name": "AWS CodeCommit" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters actions based on the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on tag key-value pairs attached to the resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters actions based on the presence of tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "codedeploy", - "privileges": [ - { - "access_level": "Tagging", - "description": "Grants permission to add tags to one or more on-premises instances", - "privilege": "AddTagsToOnPremisesInstances", + "access_level": "Read", + "description": "Grants permission to return a list of failures for the specified import", + "privilege": "ListImportFailures", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about one or more application revisions", - "privilege": "BatchGetApplicationRevisions", + "access_level": "List", + "description": "Grants permission to return information on all imports, or a select set of imports by ImportStatus or Destination", + "privilege": "ListImports", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about multiple applications associated with the IAM user", - "privilege": "BatchGetApplications", + "description": "Grants permission to list the public keys whose private keys were used to sign trail digest files within a specified time range", + "privilege": "ListPublicKeys", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about one or more deployment groups", - "privilege": "BatchGetDeploymentGroups", + "access_level": "List", + "description": "Grants permission to list queries associated with an event data store", + "privilege": "ListQueries", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deploymentgroup*" + "resource_type": "eventdatastore*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about one or more instance that are part of a deployment group", - "privilege": "BatchGetDeploymentInstances", + "access_level": "List", + "description": "Grants permission to list service-linked channels associated with the current region for a specified account", + "privilege": "ListServiceLinkedChannels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deploymentgroup*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to return an array of one or more targets associated with a deployment. This method works with all compute types and should be used instead of the deprecated BatchGetDeploymentInstances. The maximum number of targets that can be returned is 25", - "privilege": "BatchGetDeploymentTargets", + "description": "Grants permission to list the tags for trails, event data stores, or channels in the current region", + "privilege": "ListTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "eventdatastore" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "trail" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about multiple deployments associated with the IAM user", - "privilege": "BatchGetDeployments", + "access_level": "List", + "description": "Grants permission to list trails associated with the current region for your account", + "privilege": "ListTrails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deploymentgroup*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about one or more on-premises instances", - "privilege": "BatchGetOnPremisesInstances", + "description": "Grants permission to look up API activity events captured by CloudTrail that create, update, or delete resources in your account", + "privilege": "LookupEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start the process of rerouting traffic from instances in the original environment to instances in thereplacement environment without waiting for a specified wait time to elapse", - "privilege": "ContinueDeployment", + "description": "Grants permission to create and update event selectors for a trail", + "privilege": "PutEventSelectors", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "trail*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an application associated with the IAM user", - "privilege": "CreateApplication", + "description": "Grants permission to create and update CloudTrail Insights selectors for a trail or event data store", + "privilege": "PutInsightSelectors", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "eventdatastore" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "trail" } ] }, { "access_level": "Write", - "description": "Grants permission to create CloudFormation deployment to cooperate ochestration for a CloudFormation stack update", - "privilege": "CreateCloudFormationDeployment", + "description": "Grants permission to attach a resource policy to the provided resource", + "privilege": "PutResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a deployment for an application associated with the IAM user", - "privilege": "CreateDeployment", + "description": "Grants permission to register an AWS Organizations member account as a delegated administrator", + "privilege": "RegisterOrganizationDelegatedAdmin", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "deploymentgroup*" + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "iam:GetRole", + "organizations:ListAWSServiceAccessForOrganization", + "organizations:RegisterDelegatedAdministrator" + ], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a custom deployment configuration associated with the IAM user", - "privilege": "CreateDeploymentConfig", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a trail, event data store, or channel", + "privilege": "RemoveTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deploymentconfig*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a deployment group for an application associated with the IAM user", - "privilege": "CreateDeploymentGroup", - "resource_types": [ + "resource_type": "channel" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "deploymentgroup*" + "resource_type": "eventdatastore" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "trail" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -39708,301 +40913,408 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an application associated with the IAM user", - "privilege": "DeleteApplication", + "description": "Grants permission to restore an event data store", + "privilege": "RestoreEventDataStore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "eventdatastore*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a custom deployment configuration associated with the IAM user", - "privilege": "DeleteDeploymentConfig", + "description": "Grants permission to start ingestion on an event data store", + "privilege": "StartEventDataStoreIngestion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deploymentconfig*" + "resource_type": "eventdatastore*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a deployment group for an application associated with the IAM user", - "privilege": "DeleteDeploymentGroup", + "description": "Grants permission to start an import of logged trail events from a source S3 bucket to a destination event data store", + "privilege": "StartImport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deploymentgroup*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a GitHub account connection", - "privilege": "DeleteGitHubAccountToken", + "description": "Grants permission to start the recording of AWS API calls and log file delivery for a trail", + "privilege": "StartLogging", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "trail*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete resources associated with the given external Id", - "privilege": "DeleteResourcesByExternalId", + "description": "Grants permission to start a new query on a specified event data store", + "privilege": "StartQuery", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "kms:Decrypt", + "kms:GenerateDataKey" + ], + "resource_type": "eventdatastore*" } ] }, { "access_level": "Write", - "description": "Grants permission to deregister an on-premises instance", - "privilege": "DeregisterOnPremisesInstance", + "description": "Grants permission to stop ingestion on an event data store", + "privilege": "StopEventDataStoreIngestion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "eventdatastore*" } ] }, { - "access_level": "List", - "description": "Grants permission to get information about a single application associated with the IAM user", - "privilege": "GetApplication", + "access_level": "Write", + "description": "Grants permission to stop a specified import", + "privilege": "StopImport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to get information about a single application revision for an application associated with the IAM user", - "privilege": "GetApplicationRevision", + "access_level": "Write", + "description": "Grants permission to stop the recording of AWS API calls and log file delivery for a trail", + "privilege": "StopLogging", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "trail*" } ] }, { - "access_level": "List", - "description": "Grants permission to get information about a single deployment to a deployment group for an application associated with the IAM user", - "privilege": "GetDeployment", + "access_level": "Write", + "description": "Grants permission to update a channel", + "privilege": "UpdateChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deploymentgroup*" + "resource_type": "channel*" } ] }, { - "access_level": "List", - "description": "Grants permission to get information about a single deployment configuration associated with the IAM user", - "privilege": "GetDeploymentConfig", + "access_level": "Write", + "description": "Grants permission to update an event data store", + "privilege": "UpdateEventDataStore", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "deploymentconfig*" + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "iam:GetRole", + "kms:Decrypt", + "kms:GenerateDataKey", + "organizations:ListAWSServiceAccessForOrganization" + ], + "resource_type": "eventdatastore*" } ] }, { - "access_level": "List", - "description": "Grants permission to get information about a single deployment group for an application associated with the IAM user", - "privilege": "GetDeploymentGroup", + "access_level": "Write", + "description": "Grants permission to update the settings that specify delivery of log files", + "privilege": "UpdateServiceLinkedChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deploymentgroup*" + "resource_type": "channel*" } ] }, { - "access_level": "List", - "description": "Grants permission to get information about a single instance in a deployment associated with the IAM user", - "privilege": "GetDeploymentInstance", + "access_level": "Write", + "description": "Grants permission to update the settings that specify delivery of log files", + "privilege": "UpdateTrail", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "deploymentgroup*" + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "iam:GetRole", + "organizations:ListAWSServiceAccessForOrganization" + ], + "resource_type": "trail*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:cloudtrail:${Region}:${Account}:trail/${TrailName}", + "condition_keys": [], + "resource": "trail" }, { - "access_level": "Read", - "description": "Grants permission to return information about a deployment target", - "privilege": "GetDeploymentTarget", + "arn": "arn:${Partition}:cloudtrail:${Region}:${Account}:eventdatastore/${EventDataStoreId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "eventdatastore" + }, + { + "arn": "arn:${Partition}:cloudtrail:${Region}:${Account}:channel/${ChannelId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "channel" + } + ], + "service_name": "AWS CloudTrail" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by a tag's key and value in a request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters actions based on the presence of tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys in a request", + "type": "ArrayOfString" + } + ], + "prefix": "cloudtrail-data", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to ingest your application events into CloudTrail Lake", + "privilege": "PutAuditEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:cloudtrail:${Region}:${Account}:channel/${ChannelId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "channel" + } + ], + "service_name": "AWS CloudTrail Data" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters actions based on the allowed set of values for each of the tags", + "type": "String" }, { - "access_level": "List", - "description": "Grants permission to get information about a single on-premises instance", - "privilege": "GetOnPremisesInstance", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters actions based on tag-value associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters actions based on the presence of mandatory tags in the request", + "type": "ArrayOfString" + }, + { + "condition": "cloudwatch:AlarmActions", + "description": "Filters actions based on defined alarm actions", + "type": "ArrayOfString" + }, + { + "condition": "cloudwatch:namespace", + "description": "Filters actions based on the presence of optional namespace values", + "type": "String" + }, + { + "condition": "cloudwatch:requestInsightRuleLogGroups", + "description": "Filters actions based on the Log Groups specified in an Insight Rule", + "type": "ArrayOfString" + }, + { + "condition": "cloudwatch:requestManagedResourceARNs", + "description": "Filters access by the Resource ARNs specified in a managed Insight Rule", + "type": "ArrayOfARN" + } + ], + "prefix": "cloudwatch", + "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to batch get service level indicator report", + "privilege": "BatchGetServiceLevelIndicatorReport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to get information about all application revisions for an application associated with the IAM user", - "privilege": "ListApplicationRevisions", + "access_level": "Read", + "description": "Grants permission to batch retrieve a service level objective budget report", + "privilege": "BatchGetServiceLevelObjectiveBudgetReport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "slo*" } ] }, { - "access_level": "List", - "description": "Grants permission to get information about all applications associated with the IAM user", - "privilege": "ListApplications", + "access_level": "Write", + "description": "Grants permission to create a service level objective", + "privilege": "CreateServiceLevelObjective", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to get information about all deployment configurations associated with the IAM user", - "privilege": "ListDeploymentConfigs", + "access_level": "Write", + "description": "Grants permission to delete a collection of alarms", + "privilege": "DeleteAlarms", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "alarm*" } ] }, { - "access_level": "List", - "description": "Grants permission to get information about all deployment groups for an application associated with the IAM user", - "privilege": "ListDeploymentGroups", + "access_level": "Write", + "description": "Grants permission to delete the specified anomaly detection model from your account", + "privilege": "DeleteAnomalyDetector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to get information about all instances in a deployment associated with the IAM user", - "privilege": "ListDeploymentInstances", + "access_level": "Write", + "description": "Grants permission to delete all CloudWatch dashboards that you specify", + "privilege": "DeleteDashboards", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deploymentgroup*" + "resource_type": "dashboard*" } ] }, { - "access_level": "List", - "description": "Grants permission to return an array of target IDs that are associated a deployment", - "privilege": "ListDeploymentTargets", + "access_level": "Write", + "description": "Grants permission to delete a collection of insight rules", + "privilege": "DeleteInsightRules", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "insight-rule*" } ] }, { - "access_level": "List", - "description": "Grants permission to get information about all deployments to a deployment group associated with the IAM user, or to get all deployments associated with the IAM user", - "privilege": "ListDeployments", + "access_level": "Write", + "description": "Grants permission to delete the CloudWatch metric stream that you specify", + "privilege": "DeleteMetricStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deploymentgroup*" + "resource_type": "metric-stream*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the names of stored connections to GitHub accounts", - "privilege": "ListGitHubAccountTokenNames", + "access_level": "Write", + "description": "Grants permission to delete a service level objective", + "privilege": "DeleteServiceLevelObjective", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "slo*" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of one or more on-premises instance names", - "privilege": "ListOnPremisesInstances", + "access_level": "Read", + "description": "Grants permission to retrieve the history for the specified alarm", + "privilege": "DescribeAlarmHistory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "alarm*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of tags for the resource identified by a specified ARN. Tags are used to organize and categorize your CodeDeploy resources", - "privilege": "ListTagsForResource", + "access_level": "Read", + "description": "Grants permission to describe all alarms, currently owned by the user's account", + "privilege": "DescribeAlarms", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "deploymentgroup" + "resource_type": "alarm*" } ] }, { - "access_level": "Write", - "description": "Grants permission to notify a lifecycle event hook execution status for associated deployment with the IAM user", - "privilege": "PutLifecycleEventHookExecutionStatus", + "access_level": "Read", + "description": "Grants permission to describe all alarms configured on the specified metric, currently owned by the user's account", + "privilege": "DescribeAlarmsForMetric", "resource_types": [ { "condition_keys": [], @@ -40012,171 +41324,165 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to register information about an application revision for an application associated with the IAM user", - "privilege": "RegisterApplicationRevision", + "access_level": "Read", + "description": "Grants permission to list the anomaly detection models that you have created in your account", + "privilege": "DescribeAnomalyDetectors", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to register an on-premises instance", - "privilege": "RegisterOnPremisesInstance", + "access_level": "Read", + "description": "Grants permission to describe all insight rules, currently owned by the user's account", + "privilege": "DescribeInsightRules", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from one or more on-premises instances", - "privilege": "RemoveTagsFromOnPremisesInstances", + "access_level": "Write", + "description": "Grants permission to disable actions for a collection of alarms", + "privilege": "DisableAlarmActions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "alarm*" } ] }, { "access_level": "Write", - "description": "Grants permission to override any specified wait time and starts terminating instances immediately after the traffic routing is complete. This action applies to blue-green deployments only", - "privilege": "SkipWaitTimeForInstanceTermination", + "description": "Grants permission to disable a collection of insight rules", + "privilege": "DisableInsightRules", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "insight-rule*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop a deployment", - "privilege": "StopDeployment", + "description": "Grants permission to enable actions for a collection of alarms", + "privilege": "EnableAlarmActions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "alarm*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to associate the list of tags in the input Tags parameter with the resource identified by the ResourceArn input parameter", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to enable a collection of insight rules", + "privilege": "EnableInsightRules", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application" - }, + "resource_type": "insight-rule*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to enable a CloudWatch topology discovery", + "privilege": "EnableTopologyDiscovery", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deploymentgroup" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to generate a Metrics Insights or Logs Insights query string from a natural language prompt", + "privilege": "GenerateQuery", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to disassociate a resource from a list of tags. The resource is identified by the ResourceArn input parameter. The tags are identfied by the list of keys in the TagKeys input parameter", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to display the details of the CloudWatch dashboard you specify", + "privilege": "GetDashboard", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application" - }, + "resource_type": "dashboard*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return the top-N report of unique contributors over a time range for a given insight rule", + "privilege": "GetInsightRuleReport", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deploymentgroup" - }, + "resource_type": "insight-rule*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve batch amounts of CloudWatch metric data and perform metric math on retrieved data", + "privilege": "GetMetricData", + "resource_types": [ { - "condition_keys": [ - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an application", - "privilege": "UpdateApplication", + "access_level": "Read", + "description": "Grants permission to retrieve statistics for the specified metric", + "privilege": "GetMetricStatistics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to change information about a single deployment group for an application associated with the IAM user", - "privilege": "UpdateDeploymentGroup", + "access_level": "Read", + "description": "Grants permission to return the details of a CloudWatch metric stream", + "privilege": "GetMetricStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deploymentgroup*" + "resource_type": "metric-stream*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:codedeploy:${Region}:${Account}:application:${ApplicationName}", - "condition_keys": [], - "resource": "application" - }, - { - "arn": "arn:${Partition}:codedeploy:${Region}:${Account}:deploymentconfig:${DeploymentConfigurationName}", - "condition_keys": [], - "resource": "deploymentconfig" - }, - { - "arn": "arn:${Partition}:codedeploy:${Region}:${Account}:deploymentgroup:${ApplicationName}/${DeploymentGroupName}", - "condition_keys": [], - "resource": "deploymentgroup" }, - { - "arn": "arn:${Partition}:codedeploy:${Region}:${Account}:instance:${InstanceName}", - "condition_keys": [], - "resource": "instance" - } - ], - "service_name": "AWS CodeDeploy" - }, - { - "conditions": [], - "prefix": "codedeploy-commands-secure", - "privileges": [ { "access_level": "Read", - "description": "Grants permission to get deployment specification", - "privilege": "GetDeploymentSpecification", + "description": "Grants permission to retrieve snapshots of metric widgets", + "privilege": "GetMetricWidgetImage", "resource_types": [ { "condition_keys": [], @@ -40187,52 +41493,44 @@ }, { "access_level": "Read", - "description": "Grants permission to request host agent commands", - "privilege": "PollHostCommand", + "description": "Grants permission to retrieve information about a service", + "privilege": "GetService", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "service*" } ] }, { - "access_level": "Write", - "description": "Grants permission to mark host agent commands acknowledged", - "privilege": "PutHostCommandAcknowledgement", + "access_level": "Read", + "description": "Grants permission to retrieve service data", + "privilege": "GetServiceData", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "service*" } ] }, { - "access_level": "Write", - "description": "Grants permission to mark host agent commands completed", - "privilege": "PutHostCommandComplete", + "access_level": "Read", + "description": "Grants permission to retrieve information about service level objective", + "privilege": "GetServiceLevelObjective", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "slo*" } ] - } - ], - "resources": [], - "service_name": "AWS CodeDeploy secure host commands service" - }, - { - "conditions": [], - "prefix": "codeguru", - "privileges": [ + }, { "access_level": "Read", - "description": "Grants permission to get free trial summary for the CodeGuru service which includes expiration date", - "privilege": "GetCodeGuruFreeTrialSummary", + "description": "Grants permission to retrieve a CloudWatch topology discovery status", + "privilege": "GetTopologyDiscoveryStatus", "resource_types": [ { "condition_keys": [], @@ -40240,76 +41538,53 @@ "resource_type": "" } ] - } - ], - "resources": [], - "service_name": "Amazon CodeGuru" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "codeguru-profiler", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to add up to 2 topic ARNs of existing AWS SNS topics to publish notifications", - "privilege": "AddNotificationChannels", + "access_level": "Read", + "description": "Grants permission to retrieve a CloudWatch topology map", + "privilege": "GetTopologyMap", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ProfilingGroup*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to get the frame metric data for a Profiling Group", - "privilege": "BatchGetFrameMetricData", + "access_level": "Write", + "description": "Grants permission to share CloudWatch resources with a monitoring account", + "privilege": "Link", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ProfilingGroup*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to register with the orchestration service and retrieve profiling configuration information, used by agents", - "privilege": "ConfigureAgent", + "access_level": "List", + "description": "Grants permission to return a list of all CloudWatch dashboards in your account", + "privilege": "ListDashboards", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ProfilingGroup*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a profiling group", - "privilege": "CreateProfilingGroup", + "access_level": "Read", + "description": "Grants permission to list available managed Insight Rules for a given Resource ARN", + "privilege": "ListManagedInsightRules", "resource_types": [ { "condition_keys": [ + "aws:RequestTag/${TagKey}", "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "cloudwatch:requestManagedResourceARNs" ], "dependent_actions": [], "resource_type": "" @@ -40317,33 +41592,33 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete a profiling group", - "privilege": "DeleteProfilingGroup", + "access_level": "List", + "description": "Grants permission to return a list of all CloudWatch metric streams in your account", + "privilege": "ListMetricStreams", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ProfilingGroup*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a profiling group", - "privilege": "DescribeProfilingGroup", + "access_level": "List", + "description": "Grants permission to retrieve a list of valid metrics stored for the AWS account owner", + "privilege": "ListMetrics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ProfilingGroup*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a summary of recent recommendations for each profiling group in the account", - "privilege": "GetFindingsReportAccountSummary", + "access_level": "List", + "description": "Grants permission to list service level objectives", + "privilege": "ListServiceLevelObjectives", "resource_types": [ { "condition_keys": [], @@ -40353,170 +41628,231 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get the notification configuration", - "privilege": "GetNotificationConfiguration", + "access_level": "List", + "description": "Grants permission to list services", + "privilege": "ListServices", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ProfilingGroup*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the resource policy associated with the specified Profiling Group", - "privilege": "GetPolicy", + "access_level": "List", + "description": "Grants permission to list tags for an Amazon CloudWatch resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ProfilingGroup*" + "resource_type": "alarm" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "insight-rule" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "slo" } ] }, { - "access_level": "Read", - "description": "Grants permission to get aggregated profiles for a specific profiling group", - "privilege": "GetProfile", + "access_level": "Write", + "description": "Grants permission to create or update an anomaly detection model for a CloudWatch metric", + "privilege": "PutAnomalyDetector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ProfilingGroup*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get recommendations", - "privilege": "GetRecommendations", + "access_level": "Write", + "description": "Grants permission to create or update a composite alarm", + "privilege": "PutCompositeAlarm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ProfilingGroup*" + "resource_type": "alarm*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "cloudwatch:AlarmActions" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the available recommendations reports for a specific profiling group", - "privilege": "ListFindingsReports", + "access_level": "Write", + "description": "Grants permission to create a CloudWatch dashboard, or update an existing dashboard if it already exists", + "privilege": "PutDashboard", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ProfilingGroup*" + "resource_type": "dashboard*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the start times of the available aggregated profiles for a specific profiling group", - "privilege": "ListProfileTimes", + "access_level": "Write", + "description": "Grants permission to create a new insight rule or replace an existing insight rule", + "privilege": "PutInsightRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ProfilingGroup*" + "resource_type": "insight-rule*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "cloudwatch:requestInsightRuleLogGroups" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list profiling groups in the account", - "privilege": "ListProfilingGroups", + "access_level": "Write", + "description": "Grants permission to create managed Insight Rules", + "privilege": "PutManagedInsightRules", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "cloudwatch:requestManagedResourceARNs" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list tags for a Profiling Group", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to create or update an alarm and associates it with the specified Amazon CloudWatch metric", + "privilege": "PutMetricAlarm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ProfilingGroup*" + "resource_type": "alarm*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "cloudwatch:AlarmActions" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to submit a profile collected by an agent belonging to a specific profiling group for aggregation", - "privilege": "PostAgentProfile", + "description": "Grants permission to publish metric data points to Amazon CloudWatch", + "privilege": "PutMetricData", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "cloudwatch:namespace" + ], "dependent_actions": [], - "resource_type": "ProfilingGroup*" + "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to update the list of principals allowed for an action group in the resource policy associated with the specified Profiling Group", - "privilege": "PutPermission", + "access_level": "Write", + "description": "Grants permission to create a CloudWatch metric stream, or update an existing metric stream if it already exists", + "privilege": "PutMetricStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ProfilingGroup*" + "resource_type": "metric-stream*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an already configured SNStopic arn from the notification configuration", - "privilege": "RemoveNotificationChannel", + "description": "Grants permission to temporarily set the state of an alarm for testing purposes", + "privilege": "SetAlarmState", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ProfilingGroup*" + "resource_type": "alarm*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to remove the permission of specified Action Group from the resource policy associated with the specified Profiling Group", - "privilege": "RemovePermission", + "access_level": "Write", + "description": "Grants permission to start all CloudWatch metric streams that you specify", + "privilege": "StartMetricStreams", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ProfilingGroup*" + "resource_type": "metric-stream*" } ] }, { "access_level": "Write", - "description": "Grants permission to submit user feedback for useful or non useful anomaly", - "privilege": "SubmitFeedback", + "description": "Grants permission to stop all CloudWatch metric streams that you specify", + "privilege": "StopMetricStreams", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ProfilingGroup*" + "resource_type": "metric-stream*" } ] }, { "access_level": "Tagging", - "description": "Grants permission to add or overwrite tags to a Profiling Group", + "description": "Grants permission to add tags to an Amazon CloudWatch resource", "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ProfilingGroup*" + "resource_type": "alarm" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "insight-rule" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "slo" }, { "condition_keys": [ @@ -40530,18 +41866,27 @@ }, { "access_level": "Tagging", - "description": "Grants permission to remove tags from a Profiling Group", + "description": "Grants permission to remove a tag from an Amazon CloudWatch resource", "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ProfilingGroup*" + "resource_type": "alarm" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "insight-rule" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "slo" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -40550,121 +41895,131 @@ }, { "access_level": "Write", - "description": "Grants permission to update a specific profiling group", - "privilege": "UpdateProfilingGroup", + "description": "Grants permission to update a service level objective", + "privilege": "UpdateServiceLevelObjective", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ProfilingGroup*" + "resource_type": "slo*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:codeguru-profiler:${Region}:${Account}:profilingGroup/${ProfilingGroupName}", + "arn": "arn:${Partition}:cloudwatch:${Region}:${Account}:alarm:${AlarmName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "ProfilingGroup" + "resource": "alarm" + }, + { + "arn": "arn:${Partition}:cloudwatch::${Account}:dashboard/${DashboardName}", + "condition_keys": [], + "resource": "dashboard" + }, + { + "arn": "arn:${Partition}:cloudwatch:${Region}:${Account}:insight-rule/${InsightRuleName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "insight-rule" + }, + { + "arn": "arn:${Partition}:cloudwatch:${Region}:${Account}:metric-stream/${MetricStreamName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "metric-stream" + }, + { + "arn": "arn:${Partition}:cloudwatch:${Region}:${Account}:slo/${SloName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "slo" + }, + { + "arn": "arn:${Partition}:cloudwatch:${Region}:${Account}:service/${ServiceName}-${UniqueAttributesHex}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "service" } ], - "service_name": "Amazon CodeGuru Profiler" + "service_name": "Amazon CloudWatch" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access based on the presence of tag key-value pairs in the request", + "description": "Filters access by the presence of tag key-value pairs in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on tag key-value pairs attached to the resource", + "description": "Filters access by tag key-value pairs attached to the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access based on the presence of tag keys in the request", + "description": "Filters access by the presence of tag keys in the request", "type": "ArrayOfString" } ], - "prefix": "codeguru-reviewer", + "prefix": "codeartifact", "privileges": [ { "access_level": "Write", - "description": "Grants permission to associates a repository with Amazon CodeGuru Reviewer", - "privilege": "AssociateRepository", + "description": "Grants permission to add an external connection to a repository", + "privilege": "AssociateExternalConnection", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "codecommit:GetRepository", - "codecommit:ListRepositories", - "codecommit:TagResource", - "codestar-connections:PassConnection", - "events:PutRule", - "events:PutTargets", - "iam:CreateServiceLinkedRole", - "s3:CreateBucket", - "s3:ListBucket", - "s3:PutBucketPolicy", - "s3:PutLifecycleConfiguration" - ], - "resource_type": "" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a code review", - "privilege": "CreateCodeReview", + "description": "Grants permission to associate an existing repository as an upstream repository to another repository", + "privilege": "AssociateWithDownstreamRepository", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "s3:GetObject" - ], - "resource_type": "association*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "Read", - "description": "Grants permission to perform webbased oauth handshake for 3rd party providers", - "privilege": "CreateConnectionToken", + "access_level": "Write", + "description": "Grants permission to copy package versions from one repository to another repository in the same domain", + "privilege": "CopyPackageVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "package*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a code review", - "privilege": "DescribeCodeReview", + "access_level": "Write", + "description": "Grants permission to create a new domain", + "privilege": "CreateDomain", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "association*" - }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -40672,18 +42027,14 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe a recommendation feedback on a code review", - "privilege": "DescribeRecommendationFeedback", + "access_level": "Write", + "description": "Grants permission to create a new repository", + "privilege": "CreateRepository", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "association*" - }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -40691,330 +42042,285 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe a repository association", - "privilege": "DescribeRepositoryAssociation", + "access_level": "Write", + "description": "Grants permission to delete a domain", + "privilege": "DeleteDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "association*" - }, + "resource_type": "domain*" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to delete the resource policy set on a domain", + "privilege": "DeleteDomainPermissionsPolicy", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate a repository with Amazon CodeGuru Reviewer", - "privilege": "DisassociateRepository", + "description": "Grants permission to delete a package", + "privilege": "DeletePackage", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "codecommit:UntagResource", - "events:DeleteRule", - "events:RemoveTargets" - ], - "resource_type": "association*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "package*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view pull request metrics in console", - "privilege": "GetMetricsData", + "access_level": "Write", + "description": "Grants permission to delete package versions", + "privilege": "DeletePackageVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "package*" } ] }, { - "access_level": "List", - "description": "Grants permission to list summary of code reviews", - "privilege": "ListCodeReviews", + "access_level": "Write", + "description": "Grants permission to delete a repository", + "privilege": "DeleteRepository", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "List", - "description": "Grants permission to list summary of recommendation feedback on a code review", - "privilege": "ListRecommendationFeedback", + "access_level": "Permissions management", + "description": "Grants permission to delete the resource policy set on a repository", + "privilege": "DeleteRepositoryPermissionsPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "association*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "List", - "description": "Grants permission to list summary of recommendations on a code review", - "privilege": "ListRecommendations", + "access_level": "Read", + "description": "Grants permission to return information about a domain", + "privilege": "DescribeDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "association*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { - "access_level": "List", - "description": "Grants permission to list summary of repository associations", - "privilege": "ListRepositoryAssociations", + "access_level": "Read", + "description": "Grants permission to retrieve information about a package", + "privilege": "DescribePackage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "package*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the resource attached to a associated repository ARN", - "privilege": "ListTagsForResource", + "access_level": "Read", + "description": "Grants permission to return information about a package version", + "privilege": "DescribePackageVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "association*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "package*" } ] }, { "access_level": "Read", - "description": "Grants permission to list 3rd party providers repositories in console", - "privilege": "ListThirdPartyRepositories", + "description": "Grants permission to return detailed information about a repository", + "privilege": "DescribeRepository", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { "access_level": "Write", - "description": "Grants permission to put feedback for a recommendation on a code review", - "privilege": "PutRecommendationFeedback", + "description": "Grants permission to disassociate an external connection from a repository", + "privilege": "DisassociateExternalConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "association*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to attach resource tags to an associated repository ARN", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to set the status of package versions to Disposed and delete their assets", + "privilege": "DisposePackageVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "association*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "package*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to disassociate resource tags from an associated repository ARN", - "privilege": "UnTagResource", + "access_level": "Read", + "description": "Grants permission to generate a temporary authentication token for accessing repositories in a domain", + "privilege": "GetAuthorizationToken", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "association*" - }, + "resource_type": "domain*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return a domain's resource policy", + "privilege": "GetDomainPermissionsPolicy", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:codeguru-reviewer:${Region}:${Account}:association:${ResourceId}", - "condition_keys": [], - "resource": "association" }, { - "arn": "arn:${Partition}:codeguru-reviewer:${Region}:${Account}:association:${ResourceId}:codereview:${CodeReviewId}", - "condition_keys": [], - "resource": "codereview" - } - ], - "service_name": "Amazon CodeGuru Reviewer" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" + "access_level": "Read", + "description": "Grants permission to return an asset (or file) that is part of a package version", + "privilege": "GetPackageVersionAsset", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "package*" + } + ] }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", - "type": "String" + "access_level": "Read", + "description": "Grants permission to return a package version's readme file", + "privilege": "GetPackageVersionReadme", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "package*" + } + ] }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "codeguru-security", - "privileges": [ { "access_level": "Read", - "description": "Grants permission to batch retrieve specific findings generated by CodeGuru Security", - "privilege": "BatchGetFindings", + "description": "Grants permission to return an endpoint for a repository", + "privilege": "GetRepositoryEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ScanName*" + "resource_type": "repository*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a CodeGuru Security scan", - "privilege": "CreateScan", + "access_level": "Read", + "description": "Grants permission to return a repository's resource policy", + "privilege": "GetRepositoryPermissionsPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ScanName*" - }, + "resource_type": "repository*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the domains in the current user's AWS account", + "privilege": "ListDomains", + "resource_types": [ { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to generate a presigned url for uploading code archives", - "privilege": "CreateUploadUrl", + "access_level": "List", + "description": "Grants permission to list a package version's assets", + "privilege": "ListPackageVersionAssets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ScanName*" + "resource_type": "package*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete all the scans and related findings from CodeGuru Security by given category", - "privilege": "DeleteScansByCategory", + "access_level": "List", + "description": "Grants permission to list the direct dependencies of a package version", + "privilege": "ListPackageVersionDependencies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "package*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the account level configurations", - "privilege": "GetAccountConfiguration", + "access_level": "List", + "description": "Grants permission to list a package's versions", + "privilege": "ListPackageVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "package*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve findings for a scan generated by CodeGuru Security", - "privilege": "GetFindings", + "description": "Grants permission to list the packages in a repository", + "privilege": "ListPackages", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ScanName*" + "resource_type": "repository*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve AWS accout level metrics summary generated by CodeGuru Security", - "privilege": "GetMetricsSummary", + "access_level": "List", + "description": "Grants permission to list the repositories administered by the calling account", + "privilege": "ListRepositories", "resource_types": [ { "condition_keys": [], @@ -41024,93 +42330,125 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve CodeGuru Security scan metadata", - "privilege": "GetScan", + "access_level": "List", + "description": "Grants permission to list the repositories in a domain", + "privilege": "ListRepositoriesInDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ScanName*" + "resource_type": "domain*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list tags for a CodeArtifact resource", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "domain" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "repository" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve findings generated by CodeGuru Security", - "privilege": "ListFindings", + "access_level": "Write", + "description": "Grants permission to publish assets and metadata to a repository endpoint", + "privilege": "PublishPackageVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "package*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of account level findings metrics within a date range", - "privilege": "ListFindingsMetrics", + "access_level": "Write", + "description": "Grants permission to attach a resource policy to a domain", + "privilege": "PutDomainPermissionsPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve list of CodeGuru Security scan metadata", - "privilege": "ListScans", + "access_level": "Write", + "description": "Grants permission to add, modify or remove package metadata using a repository endpoint", + "privilege": "PutPackageMetadata", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "package*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a list of tags for a scan name ARN", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to set origin configuration for a package", + "privilege": "PutPackageOriginConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ScanName*" - }, + "resource_type": "package*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to attach a resource policy to a repository", + "privilege": "PutRepositoryPermissionsPolicy", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return package assets and metadata from a repository endpoint", + "privilege": "ReadFromRepository", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" } ] }, { "access_level": "Tagging", - "description": "Grants permission to add tags to a scan name ARN", + "description": "Grants permission to tag a CodeArtifact resource", "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ScanName*" + "resource_type": "domain" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -41119,13 +42457,18 @@ }, { "access_level": "Tagging", - "description": "Grants permission to remove tags from a scan name ARN", + "description": "Grants permission to remove a tag from a CodeArtifact resource", "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ScanName*" + "resource_type": "domain" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository" }, { "condition_keys": [ @@ -41138,200 +42481,248 @@ }, { "access_level": "Write", - "description": "Grants permission to update the account level configurations", - "privilege": "UpdateAccountConfiguration", + "description": "Grants permission to modify the status of one or more versions of a package", + "privilege": "UpdatePackageVersionsStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "package*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the properties of a repository", + "privilege": "UpdateRepository", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:codeguru-security:${Region}:${Account}:scans/${ScanName}", + "arn": "arn:${Partition}:codeartifact:${Region}:${Account}:domain/${DomainName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "ScanName" + "resource": "domain" + }, + { + "arn": "arn:${Partition}:codeartifact:${Region}:${Account}:repository/${DomainName}/${RepositoryName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "repository" + }, + { + "arn": "arn:${Partition}:codeartifact:${Region}:${Account}:package/${DomainName}/${RepositoryName}/${PackageFormat}/${PackageNamespace}/${PackageName}", + "condition_keys": [], + "resource": "package" } ], - "service_name": "Amazon CodeGuru Security" + "service_name": "AWS CodeArtifact" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters actions based on the presence of tag key-value pairs in the request", + "description": "Filters access by actions based on the presence of tag key-value pairs in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on tag key-value pairs attached to the resource", + "description": "Filters access by actions based on tag key-value pairs attached to the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters actions based on the presence of tag keys in the request", + "description": "Filters access by actions based on the presence of tag keys in the request", "type": "ArrayOfString" } ], - "prefix": "codepipeline", + "prefix": "codebuild", "privileges": [ { "access_level": "Write", - "description": "Grants permission to view information about a specified job and whether that job has been received by the job worker", - "privilege": "AcknowledgeJob", + "description": "Grants permission to delete one or more builds", + "privilege": "BatchDeleteBuilds", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Write", - "description": "Grants permission to confirm that a job worker has received the specified job (partner actions only)", - "privilege": "AcknowledgeThirdPartyJob", + "access_level": "Read", + "description": "Grants permission to get information about one or more build batches", + "privilege": "BatchGetBuildBatches", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a custom action that you can use in the pipelines associated with your AWS account", - "privilege": "CreateCustomActionType", + "access_level": "Read", + "description": "Grants permission to get information about one or more builds", + "privilege": "BatchGetBuilds", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "actiontype*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a uniquely named pipeline", - "privilege": "CreatePipeline", + "access_level": "Read", + "description": "Grants permission to get information about one or more build projects", + "privilege": "BatchGetProjects", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a custom action", - "privilege": "DeleteCustomActionType", + "access_level": "Read", + "description": "Grants permission to return an array of ReportGroup objects that are specified by the input reportGroupArns parameter", + "privilege": "BatchGetReportGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "actiontype*" + "resource_type": "report-group*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a specified pipeline", - "privilege": "DeletePipeline", + "access_level": "Read", + "description": "Grants permission to return an array of the Report objects specified by the input reportArns parameter", + "privilege": "BatchGetReports", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "report-group*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a specified webhook", - "privilege": "DeleteWebhook", + "description": "Grants permission to add or update information about a report", + "privilege": "BatchPutCodeCoverages", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "webhook*" + "resource_type": "report-group*" } ] }, { "access_level": "Write", - "description": "Grants permission to remove the registration of a webhook with the third party specified in its configuration", - "privilege": "DeregisterWebhookWithThirdParty", + "description": "Grants permission to add or update information about a report", + "privilege": "BatchPutTestCases", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "webhook*" + "resource_type": "report-group*" } ] }, { "access_level": "Write", - "description": "Grants permission to prevent revisions from transitioning to the next stage in a pipeline", - "privilege": "DisableStageTransition", + "description": "Grants permission to create a build project", + "privilege": "CreateProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stage*" + "resource_type": "project*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to allow revisions to transition to the next stage in a pipeline", - "privilege": "EnableStageTransition", + "description": "Grants permission to create a report. A report is created when tests specified in the buildspec file for a report groups run during the build of a project", + "privilege": "CreateReport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stage*" + "resource_type": "report-group*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view information about an action type", - "privilege": "GetActionType", + "access_level": "Write", + "description": "Grants permission to create a report group", + "privilege": "CreateReportGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "report-group*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view information about a job (custom actions only)", - "privilege": "GetJobDetails", + "access_level": "Write", + "description": "Grants permission to create webhook. For an existing AWS CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, enables AWS CodeBuild to start rebuilding the source code every time a code change is pushed to the repository", + "privilege": "CreateWebhook", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "project*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a build batch", + "privilege": "DeleteBuildBatch", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "project*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an OAuth token from a connected third-party OAuth provider. Only used in the AWS CodeBuild console", + "privilege": "DeleteOAuthToken", "resource_types": [ { "condition_keys": [], @@ -41341,69 +42732,139 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a pipeline structure", - "privilege": "GetPipeline", + "access_level": "Write", + "description": "Grants permission to delete a build project", + "privilege": "DeleteProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "project*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view information about an execution of a pipeline, including details about artifacts, the pipeline execution ID, and the name, version, and status of the pipeline", - "privilege": "GetPipelineExecution", + "access_level": "Write", + "description": "Grants permission to delete a report", + "privilege": "DeleteReport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "report-group*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a report group", + "privilege": "DeleteReportGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "report-group*" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to delete a resource policy for the associated project or report group", + "privilege": "DeleteResourcePolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "project" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "report-group" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a set of GitHub, GitHub Enterprise, or Bitbucket source credentials", + "privilege": "DeleteSourceCredentials", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete webhook. For an existing AWS CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, stops AWS CodeBuild from rebuilding the source code every time a code change is pushed to the repository", + "privilege": "DeleteWebhook", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "project*" } ] }, { "access_level": "Read", - "description": "Grants permission to view information about the current state of the stages and actions of a pipeline", - "privilege": "GetPipelineState", + "description": "Grants permission to return an array of CodeCoverage objects", + "privilege": "DescribeCodeCoverages", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "report-group*" } ] }, { "access_level": "Read", - "description": "Grants permission to view the details of a job for a third-party action (partner actions only)", - "privilege": "GetThirdPartyJobDetails", + "description": "Grants permission to return an array of TestCase objects", + "privilege": "DescribeTestCases", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "report-group*" } ] }, { "access_level": "Read", - "description": "Grants permission to list the action executions that have occurred in a pipeline", - "privilege": "ListActionExecutions", + "description": "Grants permission to analyze and accumulate test report values for the test reports in the specified report group", + "privilege": "GetReportGroupTrend", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "report-group*" } ] }, { "access_level": "Read", - "description": "Grants permission to list a summary of all the action types available for pipelines in your account", - "privilege": "ListActionTypes", + "description": "Grants permission to return a resource policy for the specified project or report group", + "privilege": "GetResourcePolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "project" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "report-group" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to import the source repository credentials for an AWS CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository", + "privilege": "ImportSourceCredentials", "resource_types": [ { "condition_keys": [], @@ -41413,21 +42874,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list a summary of the most recent executions for a pipeline", - "privilege": "ListPipelineExecutions", + "access_level": "Write", + "description": "Grants permission to reset the cache for a project", + "privilege": "InvalidateProjectCache", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "project*" } ] }, { "access_level": "List", - "description": "Grants permission to list a summary of all the pipelines associated with your AWS account", - "privilege": "ListPipelines", + "description": "Grants permission to get a list of build batch IDs, with each build batch ID representing a single build batch", + "privilege": "ListBuildBatches", "resource_types": [ { "condition_keys": [], @@ -41437,55 +42898,69 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list tags for a CodePipeline resource", - "privilege": "ListTagsForResource", + "access_level": "List", + "description": "Grants permission to get a list of build batch IDs for the specified build project, with each build batch ID representing a single build batch", + "privilege": "ListBuildBatchesForProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "actiontype" - }, + "resource_type": "project*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get a list of build IDs, with each build ID representing a single build", + "privilege": "ListBuilds", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get a list of build IDs for the specified build project, with each build ID representing a single build", + "privilege": "ListBuildsForProject", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "webhook" + "resource_type": "project*" } ] }, { "access_level": "List", - "description": "Grants permission to list all of the webhooks associated with your AWS account", - "privilege": "ListWebhooks", + "description": "Grants permission to list connected third-party OAuth providers. Only used in the AWS CodeBuild console", + "privilege": "ListConnectedOAuthAccounts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "webhook*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to view information about any jobs for CodePipeline to act on", - "privilege": "PollForJobs", + "access_level": "List", + "description": "Grants permission to get information about Docker images that are managed by AWS CodeBuild", + "privilege": "ListCuratedEnvironmentImages", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "actiontype*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to determine whether there are any third-party jobs for a job worker to act on (partner actions only)", - "privilege": "PollForThirdPartyJobs", + "access_level": "List", + "description": "Grants permission to get a list of build project names, with each build project name representing a single build project", + "privilege": "ListProjects", "resource_types": [ { "condition_keys": [], @@ -41495,33 +42970,45 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to edit actions in a pipeline", - "privilege": "PutActionRevision", + "access_level": "List", + "description": "Grants permission to return a list of report group ARNs. Each report group ARN represents one report group", + "privilege": "ListReportGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "action*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to provide a response (Approved or Rejected) to a manual approval request in CodePipeline", - "privilege": "PutApprovalResult", + "access_level": "List", + "description": "Grants permission to return a list of report ARNs. Each report ARN representing one report", + "privilege": "ListReports", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "action*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to represent the failure of a job as returned to the pipeline by a job worker (custom actions only)", - "privilege": "PutJobFailureResult", + "access_level": "List", + "description": "Grants permission to return a list of report ARNs that belong to the specified report group. Each report ARN represents one report", + "privilege": "ListReportsForReportGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "report-group*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list source code repositories from a connected third-party OAuth provider. Only used in the AWS CodeBuild console", + "privilege": "ListRepositories", "resource_types": [ { "condition_keys": [], @@ -41531,9 +43018,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to represent the success of a job as returned to the pipeline by a job worker (custom actions only)", - "privilege": "PutJobSuccessResult", + "access_level": "List", + "description": "Grants permission to return a list of project ARNs that have been shared with the requester. Each project ARN represents one project", + "privilege": "ListSharedProjects", "resource_types": [ { "condition_keys": [], @@ -41543,9 +43030,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to represent the failure of a third-party job as returned to the pipeline by a job worker (partner actions only)", - "privilege": "PutThirdPartyJobFailureResult", + "access_level": "List", + "description": "Grants permission to return a list of report group ARNs that have been shared with the requester. Each report group ARN represents one report group", + "privilege": "ListSharedReportGroups", "resource_types": [ { "condition_keys": [], @@ -41555,9 +43042,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to represent the success of a third-party job as returned to the pipeline by a job worker (partner actions only)", - "privilege": "PutThirdPartyJobSuccessResult", + "access_level": "List", + "description": "Grants permission to return a list of SourceCredentialsInfo objects", + "privilege": "ListSourceCredentials", "resource_types": [ { "condition_keys": [], @@ -41568,96 +43055,114 @@ }, { "access_level": "Write", - "description": "Grants permission to create or update a webhook", - "privilege": "PutWebhook", + "description": "Grants permission to save an OAuth token from a connected third-party OAuth provider. Only used in the AWS CodeBuild console", + "privilege": "PersistOAuthToken", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to create a resource policy for the associated project or report group", + "privilege": "PutResourcePolicy", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "webhook*" + "resource_type": "project" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "report-group" } ] }, { "access_level": "Write", - "description": "Grants permission to register a webhook with the third party specified in its configuration", - "privilege": "RegisterWebhookWithThirdParty", + "description": "Grants permission to retry a build", + "privilege": "RetryBuild", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "webhook*" + "resource_type": "project*" } ] }, { "access_level": "Write", - "description": "Grants permission to resume the pipeline execution by retrying the last failed actions in a stage", - "privilege": "RetryStageExecution", + "description": "Grants permission to retry a build batch", + "privilege": "RetryBuildBatch", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stage*" + "resource_type": "project*" } ] }, { "access_level": "Write", - "description": "Grants permission to run the most recent revision through the pipeline", - "privilege": "StartPipelineExecution", + "description": "Grants permission to start running a build", + "privilege": "StartBuild", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "project*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop an in-progress pipeline execution", - "privilege": "StopPipelineExecution", + "description": "Grants permission to start running a build batch", + "privilege": "StartBuildBatch", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "project*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a CodePipeline resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to attempt to stop running a build", + "privilege": "StopBuild", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "actiontype" - }, + "resource_type": "project*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to attempt to stop running a build batch", + "privilege": "StopBuildBatch", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline" - }, + "resource_type": "project*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to change the settings of an existing build project", + "privilege": "UpdateProject", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "webhook" + "resource_type": "project*" }, { "condition_keys": [ @@ -41670,27 +43175,18 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove a tag from a CodePipeline resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to change the public visibility of a project and its builds", + "privilege": "UpdateProjectVisibility", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "actiontype" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "pipeline" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "webhook" + "resource_type": "project*" }, { "condition_keys": [ + "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -41700,109 +43196,202 @@ }, { "access_level": "Write", - "description": "Grants permission to update an action type", - "privilege": "UpdateActionType", + "description": "Grants permission to update information about a report", + "privilege": "UpdateReport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "actiontype*" + "resource_type": "report-group*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a pipeline with changes to the structure of the pipeline", - "privilege": "UpdatePipeline", + "description": "Grants permission to change the settings of an existing report group", + "privilege": "UpdateReportGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "report-group*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the webhook associated with an AWS CodeBuild build project", + "privilege": "UpdateWebhook", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "project*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:codepipeline:${Region}:${Account}:${PipelineName}/${StageName}/${ActionName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "action" + "arn": "arn:${Partition}:codebuild:${Region}:${Account}:build/${BuildId}", + "condition_keys": [], + "resource": "build" }, { - "arn": "arn:${Partition}:codepipeline:${Region}:${Account}:actiontype:${Owner}/${Category}/${Provider}/${Version}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "actiontype" + "arn": "arn:${Partition}:codebuild:${Region}:${Account}:build-batch/${BuildBatchId}", + "condition_keys": [], + "resource": "build-batch" }, { - "arn": "arn:${Partition}:codepipeline:${Region}:${Account}:${PipelineName}", + "arn": "arn:${Partition}:codebuild:${Region}:${Account}:project/${ProjectName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "pipeline" + "resource": "project" }, { - "arn": "arn:${Partition}:codepipeline:${Region}:${Account}:${PipelineName}/${StageName}", + "arn": "arn:${Partition}:codebuild:${Region}:${Account}:report-group/${ReportGroupName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "stage" + "resource": "report-group" }, { - "arn": "arn:${Partition}:codepipeline:${Region}:${Account}:webhook:${WebhookName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "webhook" + "arn": "arn:${Partition}:codebuild:${Region}:${Account}:report/${ReportGroupName}:${ReportId}", + "condition_keys": [], + "resource": "report" } ], - "service_name": "AWS CodePipeline" + "service_name": "AWS CodeBuild" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by requests based on the allowed set of values for each of the tags", + "description": "Filters access by a tag's key and value in a request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by actions based on tag-value associated with the resource", + "description": "Filters access by the presence of tag key-value pairs in the request", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by requests based on the presence of mandatory tags in the request", + "description": "Filters access by the tag keys in a request", "type": "ArrayOfString" - }, - { - "condition": "iam:ResourceTag/${TagKey}", - "description": "Filters access by actions based on tag-value associated with the resource", - "type": "String" } ], - "prefix": "codestar", + "prefix": "codecatalyst", "privileges": [ { - "access_level": "Permissions management", - "description": "Grants permission to add a user to the team for an AWS CodeStar project", - "privilege": "AssociateTeamMember", + "access_level": "Write", + "description": "Grants permission to accept a request to connect this account to an Amazon CodeCatalyst space", + "privilege": "AcceptConnection", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to associate an IAM role to a connection", + "privilege": "AssociateIamRoleToConnection", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "connections*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to create a project with minimal structure, customer policies, and no resources", - "privilege": "CreateProject", + "access_level": "Write", + "description": "Grants permission to associate an IAM Identity Center application with an Amazon CodeCatalyst space", + "privilege": "AssociateIdentityCenterApplicationToSpace", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "identity-center-applications*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to associate an identity with an IAM Identity Center application for an Amazon CodeCatalyst space", + "privilege": "AssociateIdentityToIdentityCenterApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "identity-center-applications*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to associate multiple identities with an IAM Identity Center application for an Amazon CodeCatalyst space", + "privilege": "BatchAssociateIdentitiesToIdentityCenterApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "identity-center-applications*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate multiple identities from an IAM Identity Center application for an Amazon CodeCatalyst space", + "privilege": "BatchDisassociateIdentitiesFromIdentityCenterApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "identity-center-applications*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an IAM Identity Center application", + "privilege": "CreateIdentityCenterApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an Amazon CodeCatalyst space", + "privilege": "CreateSpace", "resource_types": [ { "condition_keys": [ @@ -41816,104 +43405,144 @@ }, { "access_level": "Write", - "description": "Grants permission to create a profile for a user that includes user preferences, display name, and email", - "privilege": "CreateUserProfile", + "description": "Grants permission to create an administrator role assignment for a given Amazon CodeCatalyst space and IAM Identity Center application", + "privilege": "CreateSpaceAdminRoleAssignment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "identity-center-applications*" } ] }, { "access_level": "Write", - "description": "Grants permission to extended delete APIs", - "privilege": "DeleteExtendedAccess", + "description": "Grants permission to delete a connection", + "privilege": "DeleteConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "connections*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to delete a project, including project resources. Does not delete users associated with the project, but does delete the IAM roles that allowed access to the project", - "privilege": "DeleteProject", + "access_level": "Write", + "description": "Grants permission to delete an IAM Identity Center application", + "privilege": "DeleteIdentityCenterApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "identity-center-applications*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a user profile in AWS CodeStar, including all personal preference data associated with that profile, such as display name and email address. It does not delete the history of that user, for example the history of commits made by that user", - "privilege": "DeleteUserProfile", + "description": "Grants permission to disassociate an IAM role from a connection", + "privilege": "DisassociateIamRoleFromConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "connections*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a project and its resources", - "privilege": "DescribeProject", + "access_level": "Write", + "description": "Grants permission to disassociate an IAM Identity Center application from an Amazon CodeCatalyst space", + "privilege": "DisassociateIdentityCenterApplicationFromSpace", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "identity-center-applications*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate an identity from an IAM Identity Center application for an Amazon CodeCatalyst space", + "privilege": "DisassociateIdentityFromIdentityCenterApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "identity-center-applications*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a user in AWS CodeStar and the user attributes across all projects", - "privilege": "DescribeUserProfile", + "description": "Grants permission to describe the billing authorization for a connection", + "privilege": "GetBillingAuthorization", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "connections*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to remove a user from a project. Removing a user from a project also removes the IAM policies from that user that allowed access to the project and its resources", - "privilege": "DisassociateTeamMember", + "access_level": "Read", + "description": "Grants permission to get a connection", + "privilege": "GetConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "connections*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to extended read APIs", - "privilege": "GetExtendedAccess", + "description": "Grants permission to get information about an IAM Identity Center application", + "privilege": "GetIdentityCenterApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "identity-center-applications*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all projects in CodeStar associated with your AWS account", - "privilege": "ListProjects", + "access_level": "Read", + "description": "Grants permission to get a pending request to connect this account to an Amazon CodeCatalyst space", + "privilege": "GetPendingConnection", "resource_types": [ { "condition_keys": [], @@ -41924,44 +43553,51 @@ }, { "access_level": "List", - "description": "Grants permission to list all resources associated with a project in CodeStar", - "privilege": "ListResources", + "description": "Grants permission to list connections that are not pending", + "privilege": "ListConnections", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list the tags associated with a project in CodeStar", - "privilege": "ListTagsForProject", + "description": "Grants permission to list IAM roles associated with a connection", + "privilege": "ListIamRolesForConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "connections*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list all team members associated with a project", - "privilege": "ListTeamMembers", + "description": "Grants permission to view a list of all IAM Identity Center applications in the account", + "privilege": "ListIdentityCenterApplications", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list user profiles in AWS CodeStar", - "privilege": "ListUserProfiles", + "description": "Grants permission to view a list of IAM Identity Center applications by Amazon CodeCatalyst space", + "privilege": "ListIdentityCenterApplicationsForSpace", "resource_types": [ { "condition_keys": [], @@ -41971,31 +43607,30 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to extended write APIs", - "privilege": "PutExtendedAccess", + "access_level": "List", + "description": "Grants permission to view a list of Amazon CodeCatalyst spaces by IAM Identity Center application", + "privilege": "ListSpacesForIdentityCenterApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "identity-center-applications*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a project in CodeStar", - "privilege": "TagProject", + "access_level": "Read", + "description": "Grants permission to list tags for an Amazon CodeCatalyst resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "connections*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -42003,18 +43638,18 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a project in CodeStar", - "privilege": "UntagProject", + "access_level": "Write", + "description": "Grants permission to create or update the billing authorization for a connection", + "privilege": "PutBillingAuthorization", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "connections*" }, { "condition_keys": [ - "aws:TagKeys" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -42023,264 +43658,254 @@ }, { "access_level": "Write", - "description": "Grants permission to update a project in CodeStar", - "privilege": "UpdateProject", + "description": "Grants permission to reject a request to connect this account to an Amazon CodeCatalyst space", + "privilege": "RejectConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to update team member attributes within a CodeStar project", - "privilege": "UpdateTeamMember", + "access_level": "Write", + "description": "Grants permission to synchronize an IAM Identity Center application with the backing identity store", + "privilege": "SynchronizeIdentityCenterApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "identity-center-applications*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a profile for a user that includes user preferences, display name, and email", - "privilege": "UpdateUserProfile", + "access_level": "Tagging", + "description": "Grants permission to tag an Amazon CodeCatalyst resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "connections*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to verify whether the AWS CodeStar service role exists in the customer's account", - "privilege": "VerifyServiceRole", + "access_level": "Tagging", + "description": "Grants permission to untag an Amazon CodeCatalyst resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "connections*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] + }, + { + "access_level": "Write", + "description": "Grants permission to update an IAM Identity Center application", + "privilege": "UpdateIdentityCenterApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "identity-center-applications*" + } + ] } ], "resources": [ { - "arn": "arn:${Partition}:codestar:${Region}:${Account}:project/${ProjectId}", + "arn": "arn:${Partition}:codecatalyst:${Region}:${Account}:/connections/${ConnectionId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "project" + "resource": "connections" }, { - "arn": "arn:${Partition}:iam::${Account}:user/${AwsUserName}", - "condition_keys": [ - "iam:ResourceTag/${TagKey}" - ], - "resource": "user" + "arn": "arn:${Partition}:codecatalyst:${Region}:${Account}:/identity-center-applications/${IdentityCenterApplicationId}", + "condition_keys": [], + "resource": "identity-center-applications" + }, + { + "arn": "arn:${Partition}:codecatalyst:::space/${SpaceId}", + "condition_keys": [], + "resource": "space" + }, + { + "arn": "arn:${Partition}:codecatalyst:::space/${SpaceId}/project/${ProjectId}", + "condition_keys": [], + "resource": "project" } ], - "service_name": "AWS CodeStar" + "service_name": "Amazon CodeCatalyst" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters actions based on the tags that are passed in the request", + "description": "Filters access by the presence of tag key-value pairs in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on the tags associated with the resource", + "description": "Filters access by tag key-value pairs attached to the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters actions based on the tag keys that are passed in the request", + "description": "Filters access by the presence of tag keys in the request", "type": "ArrayOfString" }, { - "condition": "codestar-connections:BranchName", - "description": "Filters access by the branch name that is passed in the request. Applies only to UseConnection requests for access to a specific repository branch", - "type": "String" - }, - { - "condition": "codestar-connections:FullRepositoryId", - "description": "Filters access by the repository that is passed in the request. Applies only to UseConnection requests for access to a specific repository", - "type": "String" - }, - { - "condition": "codestar-connections:HostArn", - "description": "Filters access by the host resource associated with the connection used in the request", - "type": "String" - }, - { - "condition": "codestar-connections:InstallationId", - "description": "Filters access by the third-party ID (such as the Bitbucket App installation ID for CodeStar Connections) that is used to update a Connection. Allows you to restrict which third-party App installations can be used to make a Connection", - "type": "String" - }, - { - "condition": "codestar-connections:OwnerId", - "description": "Filters access by the owner of the third-party repository. Applies only to UseConnection requests for access to repositories owned by a specific user", - "type": "String" - }, - { - "condition": "codestar-connections:PassedToService", - "description": "Filters access by the service to which the principal is allowed to pass a Connection", - "type": "String" - }, - { - "condition": "codestar-connections:ProviderAction", - "description": "Filters access by the provider action in a UseConnection request such as ListRepositories. See documentation for all valid values", - "type": "String" - }, - { - "condition": "codestar-connections:ProviderPermissionsRequired", - "description": "Filters access by the write permissions of a provider action in a UseConnection request. Valid types include read_only and read_write", - "type": "String" - }, - { - "condition": "codestar-connections:ProviderType", - "description": "Filters access by the type of third-party provider passed in the request", - "type": "String" - }, - { - "condition": "codestar-connections:ProviderTypeFilter", - "description": "Filters access by the type of third-party provider used to filter results", - "type": "String" - }, - { - "condition": "codestar-connections:RepositoryName", - "description": "Filters access by the repository name that is passed in the request. Applies only to UseConnection requests for creating new repositories", + "condition": "codecommit:References", + "description": "Filters access by Git reference to specified AWS CodeCommit actions", "type": "String" } ], - "prefix": "codestar-connections", + "prefix": "codecommit", "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a Connection resource", - "privilege": "CreateConnection", + "description": "Grants permission to associate an approval rule template with a repository", + "privilege": "AssociateApprovalRuleTemplateWithRepository", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "codestar-connections:ProviderType" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a host resource", - "privilege": "CreateHost", + "description": "Grants permission to associate an approval rule template with multiple repositories in a single operation", + "privilege": "BatchAssociateApprovalRuleTemplateWithRepositories", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "codestar-connections:ProviderType" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a Connection resource", - "privilege": "DeleteConnection", + "access_level": "Read", + "description": "Grants permission to get information about multiple merge conflicts when attempting to merge two commits using either the three-way merge or the squash merge option", + "privilege": "BatchDescribeMergeConflicts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Connection*" + "resource_type": "repository*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a host resource", - "privilege": "DeleteHost", + "description": "Grants permission to remove the association between an approval rule template and multiple repositories in a single operation", + "privilege": "BatchDisassociateApprovalRuleTemplateFromRepositories", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Host*" + "resource_type": "repository*" } ] }, { "access_level": "Read", - "description": "Grants permission to get details about a Connection resource", - "privilege": "GetConnection", + "description": "Grants permission to get return information about one or more commits in an AWS CodeCommit repository", + "privilege": "BatchGetCommits", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Connection*" + "resource_type": "repository*" } ] }, { "access_level": "Read", - "description": "Grants permission to get details about a host resource", - "privilege": "GetHost", + "description": "Grants permission to return information about one or more pull requests in an AWS CodeCommit repository", + "privilege": "BatchGetPullRequests", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Host*" + "resource_type": "repository*" } ] }, { "access_level": "Read", - "description": "Grants permission to associate a third party, such as a Bitbucket App installation, with a Connection", - "privilege": "GetIndividualAccessToken", + "description": "Grants permission to get information about multiple repositories", + "privilege": "BatchGetRepositories", "resource_types": [ { - "condition_keys": [ - "codestar-connections:ProviderType" - ], - "dependent_actions": [ - "codestar-connections:StartOAuthHandshake" - ], - "resource_type": "" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" } ] }, { "access_level": "Read", - "description": "Grants permission to associate a third party, such as a Bitbucket App installation, with a Connection", - "privilege": "GetInstallationUrl", + "description": "Grants permission to cancel the uploading of an archive to a pipeline in AWS CodePipeline", + "privilege": "CancelUploadArchive", "resource_types": [ { - "condition_keys": [ - "codestar-connections:ProviderType" - ], + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an approval rule template that will automatically create approval rules in pull requests that match the conditions defined in the template; does not grant permission to create approval rules for individual pull requests", + "privilege": "CreateApprovalRuleTemplate", + "resource_types": [ + { + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list Connection resources", - "privilege": "ListConnections", + "access_level": "Write", + "description": "Grants permission to create a branch in an AWS CodeCommit repository with this API; does not control Git create branch actions", + "privilege": "CreateBranch", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + }, { "condition_keys": [ - "codestar-connections:ProviderTypeFilter" + "codecommit:References" ], "dependent_actions": [], "resource_type": "" @@ -42288,13 +43913,18 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list host resources", - "privilege": "ListHosts", + "access_level": "Write", + "description": "Grants permission to add, copy, move or update single or multiple files in a branch in an AWS CodeCommit repository, and generate a commit for the changes in the specified branch", + "privilege": "CreateCommit", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + }, { "condition_keys": [ - "codestar-connections:ProviderTypeFilter" + "codecommit:References" ], "dependent_actions": [], "resource_type": "" @@ -42302,45 +43932,43 @@ ] }, { - "access_level": "List", - "description": "Grants permission to associate a third party, such as a Bitbucket App installation, with a Connection", - "privilege": "ListInstallationTargets", + "access_level": "Write", + "description": "Grants permission to create a pull request in the specified repository", + "privilege": "CreatePullRequest", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "codestar-connections:GetIndividualAccessToken", - "codestar-connections:StartOAuthHandshake" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "repository*" } ] }, { - "access_level": "List", - "description": "Gets the set of key-value pairs that are used to manage the resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to create an approval rule specific to an individual pull request; does not grant permission to create approval rule templates", + "privilege": "CreatePullRequestApprovalRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Connection*" + "resource_type": "repository*" } ] }, { - "access_level": "Read", - "description": "Grants permission to pass a Connection resource to an AWS service that accepts a Connection ARN as input, such as codepipeline:CreatePipeline", - "privilege": "PassConnection", + "access_level": "Write", + "description": "Grants permission to create an AWS CodeCommit repository", + "privilege": "CreateRepository", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Connection*" + "resource_type": "repository*" }, { "condition_keys": [ - "codestar-connections:PassedToService" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -42348,13 +43976,18 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to associate a third party server, such as a GitHub Enterprise Server instance, with a Host", - "privilege": "RegisterAppCode", + "access_level": "Write", + "description": "Grants permission to create an unreferenced commit that contains the result of merging two commits using either the three-way or the squash merge option; does not control Git merge actions", + "privilege": "CreateUnreferencedMergeCommit", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + }, { "condition_keys": [ - "codestar-connections:HostArn" + "codecommit:References" ], "dependent_actions": [], "resource_type": "" @@ -42362,27 +43995,30 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to associate a third party server, such as a GitHub Enterprise Server instance, with a Host", - "privilege": "StartAppRegistrationHandshake", + "access_level": "Write", + "description": "Grants permission to delete an approval rule template", + "privilege": "DeleteApprovalRuleTemplate", "resource_types": [ { - "condition_keys": [ - "codestar-connections:HostArn" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to associate a third party, such as a Bitbucket App installation, with a Connection", - "privilege": "StartOAuthHandshake", + "access_level": "Write", + "description": "Grants permission to delete a branch in an AWS CodeCommit repository with this API; does not control Git delete branch actions", + "privilege": "DeleteBranch", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + }, { "condition_keys": [ - "codestar-connections:ProviderType" + "codecommit:References" ], "dependent_actions": [], "resource_type": "" @@ -42390,39 +44026,30 @@ ] }, { - "access_level": "Tagging", - "description": "Adds to or modifies the tags of the given resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to delete the content of a comment made on a change, file, or commit in a repository", + "privilege": "DeleteCommentContent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Connection*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "Tagging", - "description": "Removes tags from an AWS resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to delete a specified file from a specified branch", + "privilege": "DeleteFile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Connection*" + "resource_type": "repository*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "codecommit:References" ], "dependent_actions": [], "resource_type": "" @@ -42431,185 +44058,80 @@ }, { "access_level": "Write", - "description": "Grants permission to update a Connection resource with an installation of the CodeStar Connections App", - "privilege": "UpdateConnectionInstallation", + "description": "Grants permission to delete approval rule created for a pull request if the rule was not created by an approval rule template", + "privilege": "DeletePullRequestApprovalRule", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "codestar-connections:GetIndividualAccessToken", - "codestar-connections:GetInstallationUrl", - "codestar-connections:ListInstallationTargets", - "codestar-connections:StartOAuthHandshake" - ], - "resource_type": "Connection*" - }, - { - "condition_keys": [ - "codestar-connections:InstallationId" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a host resource", - "privilege": "UpdateHost", + "description": "Grants permission to delete an AWS CodeCommit repository", + "privilege": "DeleteRepository", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Host*" + "resource_type": "repository*" } ] }, { "access_level": "Read", - "description": "Grants permission to use a Connection resource to call provider actions", - "privilege": "UseConnection", + "description": "Grants permission to get information about specific merge conflicts when attempting to merge two commits using either the three-way or the squash merge option", + "privilege": "DescribeMergeConflicts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Connection*" - }, - { - "condition_keys": [ - "codestar-connections:FullRepositoryId", - "codestar-connections:ProviderAction", - "codestar-connections:ProviderPermissionsRequired" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:codestar-connections:${Region}:${Account}:connection/${ConnectionId}", - "condition_keys": [], - "resource": "Connection" - }, - { - "arn": "arn:${Partition}:codestar-connections:${Region}:${Account}:host/${HostId}", - "condition_keys": [], - "resource": "Host" - } - ], - "service_name": "AWS CodeStar Connections" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters actions based on the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on tag key-value pairs attached to the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters actions based on the presence of tag keys in the request", - "type": "ArrayOfString" }, { - "condition": "codestar-notifications:NotificationsForResource", - "description": "Filters access based on the ARN of the resource for which notifications are configured", - "type": "ARN" - } - ], - "prefix": "codestar-notifications", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to create a notification rule for a resource", - "privilege": "CreateNotificationRule", + "access_level": "Read", + "description": "Grants permission to return information about one or more pull request events", + "privilege": "DescribePullRequestEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "notificationrule*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "codestar-notifications:NotificationsForResource" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a notification rule for a resource", - "privilege": "DeleteNotificationRule", + "description": "Grants permission to remove the association between an approval rule template and a repository", + "privilege": "DisassociateApprovalRuleTemplateFromRepository", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "notificationrule*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "codestar-notifications:NotificationsForResource" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a target for a notification rule", - "privilege": "DeleteTarget", - "resource_types": [ - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about a notification rule", - "privilege": "DescribeNotificationRule", + "description": "Grants permission to evaluate whether a pull request is mergable based on its current approval state and approval rule requirements", + "privilege": "EvaluatePullRequestApprovalRules", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "notificationrule*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "codestar-notifications:NotificationsForResource" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "List", - "description": "Grants permission to list notifications event types", - "privilege": "ListEventTypes", + "access_level": "Read", + "description": "Grants permission to return information about an approval rule template", + "privilege": "GetApprovalRuleTemplate", "resource_types": [ { "condition_keys": [], @@ -42619,267 +44141,162 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list notification rules in an AWS account", - "privilege": "ListNotificationRules", + "access_level": "Read", + "description": "Grants permission to view the encoded content of an individual file in an AWS CodeCommit repository from the AWS CodeCommit console", + "privilege": "GetBlob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the tags attached to a notification rule resource ARN", - "privilege": "ListTagsForResource", + "access_level": "Read", + "description": "Grants permission to get details about a branch in an AWS CodeCommit repository with this API; does not control Git branch actions", + "privilege": "GetBranch", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "notificationrule*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the notification rule targets for an AWS account", - "privilege": "ListTargets", + "access_level": "Read", + "description": "Grants permission to get the content of a comment made on a change, file, or commit in a repository", + "privilege": "GetComment", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an association between a notification rule and an Amazon SNS topic", - "privilege": "Subscribe", + "access_level": "Read", + "description": "Grants permission to get the reactions on a comment", + "privilege": "GetCommentReactions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "notificationrule*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "codestar-notifications:NotificationsForResource" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to attach resource tags to a notification rule resource ARN", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to get information about comments made on the comparison between two commits", + "privilege": "GetCommentsForComparedCommit", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "notificationrule*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "Write", - "description": "Grants permission to remove an association between a notification rule and an Amazon SNS topic", - "privilege": "Unsubscribe", + "access_level": "Read", + "description": "Grants permission to get comments made on a pull request", + "privilege": "GetCommentsForPullRequest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "notificationrule*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "codestar-notifications:NotificationsForResource" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to disassociate resource tags from a notification rule resource ARN", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to return information about a commit, including commit message and committer information, with this API; does not control Git log actions", + "privilege": "GetCommit", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "notificationrule*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "Write", - "description": "Grants permission to change a notification rule for a resource", - "privilege": "UpdateNotificationRule", + "access_level": "Read", + "description": "Grants permission to get information about the history of commits in a repository", + "privilege": "GetCommitHistory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "notificationrule*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "codestar-notifications:NotificationsForResource" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:codestar-notifications:${Region}:${Account}:notificationrule/${NotificationRuleId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "notificationrule" - } - ], - "service_name": "AWS CodeStar Notifications" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with CodeWhisperer resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "codewhisperer", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to invoke CreateProfile on CodeWhisperer", - "privilege": "CreateProfile", + "access_level": "Read", + "description": "Grants permission to get information about the difference between commits in the context of a potential merge", + "privilege": "GetCommitsFromMergeBase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "profile*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "Write", - "description": "Grants permission to invoke DeleteProfile on CodeWhisperer", - "privilege": "DeleteProfile", + "access_level": "Read", + "description": "Grants permission to view information about the differences between valid commit specifiers such as a branch, tag, HEAD, commit ID, or other fully qualified reference", + "privilege": "GetDifferences", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "profile*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { "access_level": "Read", - "description": "Grants permission to invoke GenerateRecommendations on CodeWhisperer", - "privilege": "GenerateRecommendations", + "description": "Grants permission to return the base-64 encoded contents of a specified file and its metadata", + "privilege": "GetFile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "List", - "description": "Grants permission to invoke ListProfiles on CodeWhisperer", - "privilege": "ListProfiles", + "access_level": "Read", + "description": "Grants permission to return the contents of a specified folder in a repository", + "privilege": "GetFolder", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "List", - "description": "Grants permission to invoke ListTagsForResource on CodeWhisperer", - "privilege": "ListTagsForResource", + "access_level": "Read", + "description": "Grants permission to get information about a merge commit created by one of the merge options for pull requests that creates merge commits. Not all merge options create merge commits. This permission does not control Git merge actions", + "privilege": "GetMergeCommit", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "profile*" + "resource_type": "repository*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "codecommit:References" ], "dependent_actions": [], "resource_type": "" @@ -42887,297 +44304,244 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to invoke TagResource on CodeWhisperer", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to get information about merge conflicts between the before and after commit IDs for a pull request in a repository", + "privilege": "GetMergeConflicts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "profile*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to invoke UntagResource on CodeWhisperer", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to get information about merge options for pull requests that can be used to merge two commits; does not control Git merge actions", + "privilege": "GetMergeOptions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "profile*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "Write", - "description": "Grants permission to invoke UpdateProfile on CodeWhisperer", - "privilege": "UpdateProfile", + "access_level": "Read", + "description": "Grants permission to resolve blobs, trees, and commits to their identifier", + "privilege": "GetObjectIdentifier", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "profile*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:codewhisperer::${Account}:profile/${Identifier}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "profile" - } - ], - "service_name": "Amazon CodeWhisperer" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters actions based on the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on tag key-value pairs attached to the resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters access by a key that is present in the request", - "type": "ArrayOfString" - } - ], - "prefix": "cognito-identity", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to create a new identity pool", - "privilege": "CreateIdentityPool", + "access_level": "Read", + "description": "Grants permission to get information about a pull request in a specified repository", + "privilege": "GetPullRequest", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete identities from an identity pool. You can specify a list of 1-60 identities that you want to delete", - "privilege": "DeleteIdentities", + "access_level": "Read", + "description": "Grants permission to retrieve the current approvals on an inputted pull request", + "privilege": "GetPullRequestApprovalStates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a user pool. Once a pool is deleted, users will not be able to authenticate with the pool", - "privilege": "DeleteIdentityPool", + "access_level": "Read", + "description": "Grants permission to retrieve the current override state of a given pull request", + "privilege": "GetPullRequestOverrideState", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identitypool*" + "resource_type": "repository*" } ] }, { "access_level": "Read", - "description": "Grants permission to return metadata related to the given identity, including when the identity was created and any associated linked logins", - "privilege": "DescribeIdentity", + "description": "Grants permission to get details about references in an AWS CodeCommit repository; does not control Git reference actions", + "privilege": "GetReferences", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { "access_level": "Read", - "description": "Grants permission to get details about a particular identity pool, including the pool name, ID description, creation date, and current number of users", - "privilege": "DescribeIdentityPool", + "description": "Grants permission to get information about an AWS CodeCommit repository", + "privilege": "GetRepository", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identitypool*" + "resource_type": "repository*" } ] }, { "access_level": "Read", - "description": "Grants permission to return credentials for the provided identity ID", - "privilege": "GetCredentialsForIdentity", + "description": "Grants permission to get information about triggers configured for a repository", + "privilege": "GetRepositoryTriggers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "Write", - "description": "Grants permission to generate (or retrieve) a Cognito ID. Supplying multiple logins will create an implicit linked account", - "privilege": "GetId", + "access_level": "Read", + "description": "Grants permission to view the contents of a specified tree in an AWS CodeCommit repository from the AWS CodeCommit console", + "privilege": "GetTree", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the roles for an identity pool", - "privilege": "GetIdentityPoolRoles", + "description": "Grants permission to get status information about an archive upload to a pipeline in AWS CodePipeline", + "privilege": "GetUploadArchiveStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identitypool*" + "resource_type": "repository*" } ] }, { "access_level": "Read", - "description": "Grants permission to get an OpenID token, using a known Cognito ID", - "privilege": "GetOpenIdToken", + "description": "Grants permission to pull information from an AWS CodeCommit repository to a local repo", + "privilege": "GitPull", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "Read", - "description": "Grants permission to register (or retrieve) a Cognito IdentityId and an OpenID Connect token for a user authenticated by your backend authentication process", - "privilege": "GetOpenIdTokenForDeveloperIdentity", + "access_level": "Write", + "description": "Grants permission to push information from a local repo to an AWS CodeCommit repository", + "privilege": "GitPush", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identitypool*" + "resource_type": "repository*" + }, + { + "condition_keys": [ + "codecommit:References" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the principal tags for an identity pool and provider", - "privilege": "GetPrincipalTagAttributeMap", + "access_level": "List", + "description": "Grants permission to list all approval rule templates in an AWS Region for the AWS account", + "privilege": "ListApprovalRuleTemplates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identitypool*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list the identities in an identity pool", - "privilege": "ListIdentities", + "description": "Grants permission to list approval rule templates that are associated with a repository", + "privilege": "ListAssociatedApprovalRuleTemplatesForRepository", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identitypool*" + "resource_type": "repository*" } ] }, { "access_level": "List", - "description": "Grants permission to list all of the Cognito identity pools registered for your account", - "privilege": "ListIdentityPools", + "description": "Grants permission to list branches for an AWS CodeCommit repository with this API; does not control Git branch actions", + "privilege": "ListBranches", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "repository*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the tags that are assigned to an Amazon Cognito identity pool", - "privilege": "ListTagsForResource", + "access_level": "List", + "description": "Grants permission to list commits and changes to a specified file", + "privilege": "ListFileCommitHistory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identitypool" + "resource_type": "repository*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the IdentityId associated with a DeveloperUserIdentifier or the list of DeveloperUserIdentifiers associated with an IdentityId for an existing identity", - "privilege": "LookupDeveloperIdentity", + "access_level": "List", + "description": "Grants permission to list pull requests for a specified repository", + "privilege": "ListPullRequests", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identitypool*" + "resource_type": "repository*" } ] }, { - "access_level": "Write", - "description": "Grants permission to merge two users having different IdentityIds, existing in the same identity pool, and identified by the same developer provider", - "privilege": "MergeDeveloperIdentities", + "access_level": "List", + "description": "Grants permission to list information about AWS CodeCommit repositories in the current Region for your AWS account", + "privilege": "ListRepositories", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identitypool*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to set the roles for an identity pool. These roles are used when making calls to GetCredentialsForIdentity action", - "privilege": "SetIdentityPoolRoles", + "access_level": "List", + "description": "Grants permission to list repositories that are associated with an approval rule template", + "privilege": "ListRepositoriesForApprovalRuleTemplate", "resource_types": [ { "condition_keys": [], @@ -43187,31 +44551,30 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to set the principal tags for an identity pool and provider. These tags are used when making calls to GetOpenIdToken action", - "privilege": "SetPrincipalTagAttributeMap", + "access_level": "List", + "description": "Grants permission to list the resource attached to a CodeCommit resource ARN", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "repository" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to assign a set of tags to an Amazon Cognito identity pool", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to merge two commits into the specified destination branch using the fast-forward merge option", + "privilege": "MergeBranchesByFastForward", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identitypool" + "resource_type": "repository*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "codecommit:References" ], "dependent_actions": [], "resource_type": "" @@ -43220,41 +44583,55 @@ }, { "access_level": "Write", - "description": "Grants permission to unlink a DeveloperUserIdentifier from an existing identity", - "privilege": "UnlinkDeveloperIdentity", + "description": "Grants permission to merge two commits into the specified destination branch using the squash merge option", + "privilege": "MergeBranchesBySquash", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identitypool*" + "resource_type": "repository*" + }, + { + "condition_keys": [ + "codecommit:References" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to unlink a federated identity from an existing account", - "privilege": "UnlinkIdentity", + "description": "Grants permission to merge two commits into the specified destination branch using the three-way merge option", + "privilege": "MergeBranchesByThreeWay", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "repository*" + }, + { + "condition_keys": [ + "codecommit:References" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove the specified tags from an Amazon Cognito identity pool", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to close a pull request and attempt to merge it into the specified destination branch for that pull request at the specified commit using the fast-forward merge option", + "privilege": "MergePullRequestByFastForward", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identitypool" + "resource_type": "repository*" }, { "condition_keys": [ - "aws:TagKeys" + "codecommit:References" ], "dependent_actions": [], "resource_type": "" @@ -43263,405 +44640,438 @@ }, { "access_level": "Write", - "description": "Grants permission to update an identity pool", - "privilege": "UpdateIdentityPool", + "description": "Grants permission to close a pull request and attempt to merge it into the specified destination branch for that pull request at the specified commit using the squash merge option", + "privilege": "MergePullRequestBySquash", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identitypool*" + "resource_type": "repository*" + }, + { + "condition_keys": [ + "codecommit:References" + ], + "dependent_actions": [], + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:cognito-identity:${Region}:${Account}:identitypool/${IdentityPoolId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "identitypool" - } - ], - "service_name": "Amazon Cognito Identity" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", - "type": "String" }, - { - "condition": "aws:TagKeys", - "description": "Filters access by a key that is present in the request", - "type": "ArrayOfString" - } - ], - "prefix": "cognito-idp", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to add user attributes to the user pool schema", - "privilege": "AddCustomAttributes", + "description": "Grants permission to close a pull request and attempt to merge it into the specified destination branch for that pull request at the specified commit using the three-way merge option", + "privilege": "MergePullRequestByThreeWay", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "repository*" + }, + { + "condition_keys": [ + "codecommit:References" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to add any user to any group", - "privilege": "AdminAddUserToGroup", + "description": "Grants permission to override all approval rules for a pull request, including approval rules created by a template", + "privilege": "OverridePullRequestApprovalRules", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "repository*" } ] }, { "access_level": "Write", - "description": "Grants permission to confirm any user's registration without a confirmation code", - "privilege": "AdminConfirmSignUp", + "description": "Grants permission to post a comment on the comparison between two commits", + "privilege": "PostCommentForComparedCommit", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "repository*" } ] }, { "access_level": "Write", - "description": "Grants permission to create new users and send welcome messages via email or SMS", - "privilege": "AdminCreateUser", + "description": "Grants permission to post a comment on a pull request", + "privilege": "PostCommentForPullRequest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "repository*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete any user", - "privilege": "AdminDeleteUser", + "description": "Grants permission to post a comment in reply to a comment on a comparison between commits or a pull request", + "privilege": "PostCommentReply", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "repository*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete attributes from any user", - "privilege": "AdminDeleteUserAttributes", + "description": "Grants permission to post a reaction on a comment", + "privilege": "PutCommentReaction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "repository*" } ] }, { "access_level": "Write", - "description": "Grants permission to unlink any user pool user from a third-party identity provider (IdP) user", - "privilege": "AdminDisableProviderForUser", + "description": "Grants permission to add or update a file in a branch in an AWS CodeCommit repository, and generate a commit for the addition in the specified branch", + "privilege": "PutFile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "repository*" + }, + { + "condition_keys": [ + "codecommit:References" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to deactivate any user", - "privilege": "AdminDisableUser", + "description": "Grants permission to create, update, or delete triggers for a repository", + "privilege": "PutRepositoryTriggers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "repository*" } ] }, { - "access_level": "Write", - "description": "Grants permission to activate any user", - "privilege": "AdminEnableUser", + "access_level": "Tagging", + "description": "Grants permission to attach resource tags to a CodeCommit resource ARN", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "repository" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to deregister any user's devices", - "privilege": "AdminForgetDevice", + "description": "Grants permission to test the functionality of repository triggers by sending information to the trigger target", + "privilege": "TestRepositoryTriggers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "repository*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about any user's devices", - "privilege": "AdminGetDevice", + "access_level": "Tagging", + "description": "Grants permission to disassociate resource tags from a CodeCommit resource ARN", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "repository" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to look up any user by user name", - "privilege": "AdminGetUser", + "access_level": "Write", + "description": "Grants permission to update the content of approval rule templates; does not grant permission to update content of approval rules created specifically for pull requests", + "privilege": "UpdateApprovalRuleTemplateContent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to authenticate any user", - "privilege": "AdminInitiateAuth", + "description": "Grants permission to update the description of approval rule templates", + "privilege": "UpdateApprovalRuleTemplateDescription", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to link any user pool user to a third-party IdP user", - "privilege": "AdminLinkProviderForUser", + "description": "Grants permission to update the name of approval rule templates", + "privilege": "UpdateApprovalRuleTemplateName", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list any user's remembered devices", - "privilege": "AdminListDevices", + "access_level": "Write", + "description": "Grants permission to update the contents of a comment if the identity matches the identity used to create the comment", + "privilege": "UpdateComment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "repository*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the groups that any user belongs to", - "privilege": "AdminListGroupsForUser", + "access_level": "Write", + "description": "Grants permission to change the default branch in an AWS CodeCommit repository", + "privilege": "UpdateDefaultBranch", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "repository*" } ] }, { - "access_level": "Read", - "description": "Grants permission to lists sign-in events for any user", - "privilege": "AdminListUserAuthEvents", + "access_level": "Write", + "description": "Grants permission to update the content for approval rules created for a specific pull requests; does not grant permission to update approval rule content for rules created with an approval rule template", + "privilege": "UpdatePullRequestApprovalRuleContent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "repository*" } ] }, { "access_level": "Write", - "description": "Grants permission to remove any user from any group", - "privilege": "AdminRemoveUserFromGroup", + "description": "Grants permission to update the approval state for pull requests", + "privilege": "UpdatePullRequestApprovalState", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "repository*" } ] }, { "access_level": "Write", - "description": "Grants permission to reset any user's password", - "privilege": "AdminResetUserPassword", + "description": "Grants permission to update the description of a pull request", + "privilege": "UpdatePullRequestDescription", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "repository*" } ] }, { "access_level": "Write", - "description": "Grants permission to respond to an authentication challenge during the authentication of any user", - "privilege": "AdminRespondToAuthChallenge", + "description": "Grants permission to update the status of a pull request", + "privilege": "UpdatePullRequestStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "repository*" } ] }, { "access_level": "Write", - "description": "Grants permission to set any user's preferred MFA method", - "privilege": "AdminSetUserMFAPreference", + "description": "Grants permission to update the title of a pull request", + "privilege": "UpdatePullRequestTitle", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "repository*" } ] }, { "access_level": "Write", - "description": "Grants permission to set any user's password", - "privilege": "AdminSetUserPassword", + "description": "Grants permission to change the description of an AWS CodeCommit repository", + "privilege": "UpdateRepositoryDescription", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "repository*" } ] }, { "access_level": "Write", - "description": "Grants permission to set user settings for any user", - "privilege": "AdminSetUserSettings", + "description": "Grants permission to change the name of an AWS CodeCommit repository", + "privilege": "UpdateRepositoryName", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "repository*" } ] }, { "access_level": "Write", - "description": "Grants permission to update advanced security feedback for any user's authentication event", - "privilege": "AdminUpdateAuthEventFeedback", + "description": "Grants permission to the service role for AWS CodePipeline to upload repository changes into a pipeline", + "privilege": "UploadArchive", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "repository*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:codecommit:${Region}:${Account}:${RepositoryName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "repository" + } + ], + "service_name": "AWS CodeCommit" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters actions based on the presence of tag key-value pairs in the request", + "type": "String" }, { - "access_level": "Write", - "description": "Grants permission to update the status of any user's remembered devices", - "privilege": "AdminUpdateDeviceStatus", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters actions based on tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters actions based on the presence of tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "codedeploy", + "privileges": [ + { + "access_level": "Tagging", + "description": "Grants permission to add tags to one or more on-premises instances", + "privilege": "AddTagsToOnPremisesInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "instance*" } ] }, { - "access_level": "Write", - "description": "Grants permission to updates any user's standard or custom attributes", - "privilege": "AdminUpdateUserAttributes", + "access_level": "Read", + "description": "Grants permission to get information about one or more application revisions", + "privilege": "BatchGetApplicationRevisions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to sign out any user from all sessions", - "privilege": "AdminUserGlobalSignOut", + "access_level": "Read", + "description": "Grants permission to get information about multiple applications associated with the IAM user", + "privilege": "BatchGetApplications", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "application*" } ] }, { - "access_level": "Write", - "description": "Returns a unique generated shared secret key code for the user account", - "privilege": "AssociateSoftwareToken", + "access_level": "Read", + "description": "Grants permission to get information about one or more deployment groups", + "privilege": "BatchGetDeploymentGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "deploymentgroup*" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate the user pool with an AWS WAF web ACL", - "privilege": "AssociateWebACL", + "access_level": "Read", + "description": "Grants permission to get information about one or more instance that are part of a deployment group", + "privilege": "BatchGetDeploymentInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "webacl*" + "resource_type": "deploymentgroup*" } ] }, { - "access_level": "Write", - "description": "Changes the password for a specified user in a user pool", - "privilege": "ChangePassword", + "access_level": "Read", + "description": "Grants permission to return an array of one or more targets associated with a deployment. This method works with all compute types and should be used instead of the deprecated BatchGetDeploymentInstances. The maximum number of targets that can be returned is 25", + "privilege": "BatchGetDeploymentTargets", "resource_types": [ { "condition_keys": [], @@ -43671,33 +45081,33 @@ ] }, { - "access_level": "Write", - "description": "Confirms tracking of the device. This API call is the call that begins device tracking", - "privilege": "ConfirmDevice", + "access_level": "Read", + "description": "Grants permission to get information about multiple deployments associated with the IAM user", + "privilege": "BatchGetDeployments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "deploymentgroup*" } ] }, { - "access_level": "Write", - "description": "Allows a user to enter a confirmation code to reset a forgotten password", - "privilege": "ConfirmForgotPassword", + "access_level": "Read", + "description": "Grants permission to get information about one or more on-premises instances", + "privilege": "BatchGetOnPremisesInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "instance*" } ] }, { "access_level": "Write", - "description": "Confirms registration of a user and handles the existing alias from a previous user", - "privilege": "ConfirmSignUp", + "description": "Grants permission to start the process of rerouting traffic from instances in the original environment to instances in thereplacement environment without waiting for a specified wait time to elapse", + "privilege": "ContinueDeployment", "resource_types": [ { "condition_keys": [], @@ -43708,62 +45118,74 @@ }, { "access_level": "Write", - "description": "Grants permission to create new user pool groups", - "privilege": "CreateGroup", + "description": "Grants permission to create an application associated with the IAM user", + "privilege": "CreateApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "application*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to add identity providers to user pools", - "privilege": "CreateIdentityProvider", + "description": "Grants permission to create CloudFormation deployment to cooperate ochestration for a CloudFormation stack update", + "privilege": "CreateCloudFormationDeployment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create and configure scopes for OAuth 2.0 resource servers", - "privilege": "CreateResourceServer", + "description": "Grants permission to create a deployment for an application associated with the IAM user", + "privilege": "CreateDeployment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "deploymentgroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to create user CSV import jobs", - "privilege": "CreateUserImportJob", + "description": "Grants permission to create a custom deployment configuration associated with the IAM user", + "privilege": "CreateDeploymentConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "deploymentconfig*" } ] }, { "access_level": "Write", - "description": "Grants permission to create and set password policy for user pools", - "privilege": "CreateUserPool", + "description": "Grants permission to create a deployment group for an application associated with the IAM user", + "privilege": "CreateDeploymentGroup", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "deploymentgroup*" + }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "aws:ResourceTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -43772,200 +45194,200 @@ }, { "access_level": "Write", - "description": "Grants permission to create user pool app clients", - "privilege": "CreateUserPoolClient", + "description": "Grants permission to delete an application associated with the IAM user", + "privilege": "DeleteApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "application*" } ] }, { "access_level": "Write", - "description": "Grants permission to add user pool domains", - "privilege": "CreateUserPoolDomain", + "description": "Grants permission to delete a custom deployment configuration associated with the IAM user", + "privilege": "DeleteDeploymentConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "deploymentconfig*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete any empty user pool group", - "privilege": "DeleteGroup", + "description": "Grants permission to delete a deployment group for an application associated with the IAM user", + "privilege": "DeleteDeploymentGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "deploymentgroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete any identity provider from user pools", - "privilege": "DeleteIdentityProvider", + "description": "Grants permission to delete a GitHub account connection", + "privilege": "DeleteGitHubAccountToken", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete any OAuth 2.0 resource server from user pools", - "privilege": "DeleteResourceServer", + "description": "Grants permission to delete resources associated with the given external Id", + "privilege": "DeleteResourcesByExternalId", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Allows a user to delete one's self", - "privilege": "DeleteUser", + "description": "Grants permission to deregister an on-premises instance", + "privilege": "DeregisterOnPremisesInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "instance*" } ] }, { - "access_level": "Write", - "description": "Deletes the attributes for a user", - "privilege": "DeleteUserAttributes", + "access_level": "List", + "description": "Grants permission to get information about a single application associated with the IAM user", + "privilege": "GetApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete user pools", - "privilege": "DeleteUserPool", + "access_level": "List", + "description": "Grants permission to get information about a single application revision for an application associated with the IAM user", + "privilege": "GetApplicationRevision", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete any user pool app client", - "privilege": "DeleteUserPoolClient", + "access_level": "List", + "description": "Grants permission to get information about a single deployment to a deployment group for an application associated with the IAM user", + "privilege": "GetDeployment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "deploymentgroup*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete any user pool domain", - "privilege": "DeleteUserPoolDomain", + "access_level": "List", + "description": "Grants permission to get information about a single deployment configuration associated with the IAM user", + "privilege": "GetDeploymentConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "deploymentconfig*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe any user pool identity provider", - "privilege": "DescribeIdentityProvider", + "access_level": "List", + "description": "Grants permission to get information about a single deployment group for an application associated with the IAM user", + "privilege": "GetDeploymentGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "deploymentgroup*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe any OAuth 2.0 resource server", - "privilege": "DescribeResourceServer", + "access_level": "List", + "description": "Grants permission to get information about a single instance in a deployment associated with the IAM user", + "privilege": "GetDeploymentInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "deploymentgroup*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe the risk configuration settings of user pools and app clients", - "privilege": "DescribeRiskConfiguration", + "description": "Grants permission to return information about a deployment target", + "privilege": "GetDeploymentTarget", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe any user import job", - "privilege": "DescribeUserImportJob", + "access_level": "List", + "description": "Grants permission to get information about a single on-premises instance", + "privilege": "GetOnPremisesInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "instance*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe user pools", - "privilege": "DescribeUserPool", + "access_level": "List", + "description": "Grants permission to get information about all application revisions for an application associated with the IAM user", + "privilege": "ListApplicationRevisions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "application*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe any user pool app client", - "privilege": "DescribeUserPoolClient", + "access_level": "List", + "description": "Grants permission to get information about all applications associated with the IAM user", + "privilege": "ListApplications", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe any user pool domain", - "privilege": "DescribeUserPoolDomain", + "access_level": "List", + "description": "Grants permission to get information about all deployment configurations associated with the IAM user", + "privilege": "ListDeploymentConfigs", "resource_types": [ { "condition_keys": [], @@ -43975,33 +45397,33 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to disassociate the user pool with an AWS WAF web ACL", - "privilege": "DisassociateWebACL", + "access_level": "List", + "description": "Grants permission to get information about all deployment groups for an application associated with the IAM user", + "privilege": "ListDeploymentGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "application*" } ] }, { - "access_level": "Write", - "description": "Forgets the specified device", - "privilege": "ForgetDevice", + "access_level": "List", + "description": "Grants permission to get information about all instances in a deployment associated with the IAM user", + "privilege": "ListDeploymentInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "deploymentgroup*" } ] }, { - "access_level": "Write", - "description": "Calling this API causes a message to be sent to the end user with a confirmation code that is required to change the user's password", - "privilege": "ForgotPassword", + "access_level": "List", + "description": "Grants permission to return an array of target IDs that are associated a deployment", + "privilege": "ListDeploymentTargets", "resource_types": [ { "condition_keys": [], @@ -44011,21 +45433,21 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to generate headers for a user import .csv file", - "privilege": "GetCSVHeader", + "access_level": "List", + "description": "Grants permission to get information about all deployments to a deployment group associated with the IAM user, or to get all deployments associated with the IAM user", + "privilege": "ListDeployments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "deploymentgroup*" } ] }, { - "access_level": "Read", - "description": "Gets the device", - "privilege": "GetDevice", + "access_level": "List", + "description": "Grants permission to list the names of stored connections to GitHub accounts", + "privilege": "ListGitHubAccountTokenNames", "resource_types": [ { "condition_keys": [], @@ -44035,57 +45457,38 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe a user pool group", - "privilege": "GetGroup", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "userpool*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to correlate a user pool IdP identifier to the IdP Name", - "privilege": "GetIdentityProviderByIdentifier", + "access_level": "List", + "description": "Grants permission to get a list of one or more on-premises instance names", + "privilege": "ListOnPremisesInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to look up signing certificates for user pools", - "privilege": "GetSigningCertificate", + "access_level": "List", + "description": "Grants permission to return a list of tags for the resource identified by a specified ARN. Tags are used to organize and categorize your CodeDeploy resources", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get UI customization information for the hosted UI of any app client", - "privilege": "GetUICustomization", - "resource_types": [ + "resource_type": "application" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "deploymentgroup" } ] }, { - "access_level": "Read", - "description": "Gets the user attributes and metadata for a user", - "privilege": "GetUser", + "access_level": "Write", + "description": "Grants permission to notify a lifecycle event hook execution status for associated deployment with the IAM user", + "privilege": "PutLifecycleEventHookExecutionStatus", "resource_types": [ { "condition_keys": [], @@ -44095,45 +45498,45 @@ ] }, { - "access_level": "Read", - "description": "Gets the user attribute verification code for the specified attribute name", - "privilege": "GetUserAttributeVerificationCode", + "access_level": "Write", + "description": "Grants permission to register information about an application revision for an application associated with the IAM user", + "privilege": "RegisterApplicationRevision", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "Read", - "description": "Grants permission to look up the MFA configuration of user pools", - "privilege": "GetUserPoolMfaConfig", + "access_level": "Write", + "description": "Grants permission to register an on-premises instance", + "privilege": "RegisterOnPremisesInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "instance*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the AWS WAF web ACL that is associated with an Amazon Cognito user pool", - "privilege": "GetWebACLForResource", + "access_level": "Tagging", + "description": "Grants permission to remove tags from one or more on-premises instances", + "privilege": "RemoveTagsFromOnPremisesInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "instance*" } ] }, { "access_level": "Write", - "description": "Signs out users from all devices", - "privilege": "GlobalSignOut", + "description": "Grants permission to override any specified wait time and starts terminating instances immediately after the traffic routing is complete. This action applies to blue-green deployments only", + "privilege": "SkipWaitTimeForInstanceTermination", "resource_types": [ { "condition_keys": [], @@ -44144,8 +45547,8 @@ }, { "access_level": "Write", - "description": "Initiates the authentication flow", - "privilege": "InitiateAuth", + "description": "Grants permission to stop a deployment", + "privilege": "StopDeployment", "resource_types": [ { "condition_keys": [], @@ -44155,105 +45558,147 @@ ] }, { - "access_level": "List", - "description": "Lists the devices", - "privilege": "ListDevices", + "access_level": "Tagging", + "description": "Grants permission to associate the list of tags in the input Tags parameter with the resource identified by the ResourceArn input parameter", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "application" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "deploymentgroup" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all groups in user pools", - "privilege": "ListGroups", + "access_level": "Tagging", + "description": "Grants permission to disassociate a resource from a list of tags. The resource is identified by the ResourceArn input parameter. The tags are identfied by the list of keys in the TagKeys input parameter", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list all identity providers in user pools", - "privilege": "ListIdentityProviders", - "resource_types": [ + "resource_type": "application" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "deploymentgroup" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all resource servers in user pools", - "privilege": "ListResourceServers", + "access_level": "Write", + "description": "Grants permission to update an application", + "privilege": "UpdateApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the user pools that are associated with an AWS WAF web ACL", - "privilege": "ListResourcesForWebACL", + "access_level": "Write", + "description": "Grants permission to change information about a single deployment group for an application associated with the IAM user", + "privilege": "UpdateDeploymentGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "webacl*" + "resource_type": "deploymentgroup*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:codedeploy:${Region}:${Account}:application:${ApplicationName}", + "condition_keys": [], + "resource": "application" }, { - "access_level": "List", - "description": "Grants permission to list the tags that are assigned to an Amazon Cognito user pool", - "privilege": "ListTagsForResource", + "arn": "arn:${Partition}:codedeploy:${Region}:${Account}:deploymentconfig:${DeploymentConfigurationName}", + "condition_keys": [], + "resource": "deploymentconfig" + }, + { + "arn": "arn:${Partition}:codedeploy:${Region}:${Account}:deploymentgroup:${ApplicationName}/${DeploymentGroupName}", + "condition_keys": [], + "resource": "deploymentgroup" + }, + { + "arn": "arn:${Partition}:codedeploy:${Region}:${Account}:instance:${InstanceName}", + "condition_keys": [], + "resource": "instance" + } + ], + "service_name": "AWS CodeDeploy" + }, + { + "conditions": [], + "prefix": "codedeploy-commands-secure", + "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to get deployment specification", + "privilege": "GetDeploymentSpecification", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all user import jobs", - "privilege": "ListUserImportJobs", + "access_level": "Read", + "description": "Grants permission to request host agent commands", + "privilege": "PollHostCommand", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all app clients in user pools", - "privilege": "ListUserPoolClients", + "access_level": "Write", + "description": "Grants permission to mark host agent commands acknowledged", + "privilege": "PutHostCommandAcknowledgement", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all user pools", - "privilege": "ListUserPools", + "access_level": "Write", + "description": "Grants permission to mark host agent commands completed", + "privilege": "PutHostCommandComplete", "resource_types": [ { "condition_keys": [], @@ -44261,62 +45706,97 @@ "resource_type": "" } ] - }, + } + ], + "resources": [], + "service_name": "AWS CodeDeploy secure host commands service" + }, + { + "conditions": [], + "prefix": "codeguru", + "privileges": [ { - "access_level": "List", - "description": "Grants permission to list all user pool users", - "privilege": "ListUsers", + "access_level": "Read", + "description": "Grants permission to get free trial summary for the CodeGuru service which includes expiration date", + "privilege": "GetCodeGuruFreeTrialSummary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "" } ] + } + ], + "resources": [], + "service_name": "Amazon CodeGuru" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request", + "type": "String" }, { - "access_level": "List", - "description": "Grants permission to list the users in any group", - "privilege": "ListUsersInGroup", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "codeguru-profiler", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to add up to 2 topic ARNs of existing AWS SNS topics to publish notifications", + "privilege": "AddNotificationChannels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "ProfilingGroup*" } ] }, { - "access_level": "Write", - "description": "Resends the confirmation (for confirmation of registration) to a specific user in the user pool", - "privilege": "ResendConfirmationCode", + "access_level": "List", + "description": "Grants permission to get the frame metric data for a Profiling Group", + "privilege": "BatchGetFrameMetricData", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ProfilingGroup*" } ] }, { "access_level": "Write", - "description": "Responds to the authentication challenge", - "privilege": "RespondToAuthChallenge", + "description": "Grants permission to register with the orchestration service and retrieve profiling configuration information, used by agents", + "privilege": "ConfigureAgent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ProfilingGroup*" } ] }, { "access_level": "Write", - "description": "Revokes all of the access tokens generated by the specified refresh token", - "privilege": "RevokeToken", + "description": "Grants permission to create a profiling group", + "privilege": "CreateProfilingGroup", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], "resource_type": "" } @@ -44324,32 +45804,32 @@ }, { "access_level": "Write", - "description": "Grants permission to set risk configuration for user pools and app clients", - "privilege": "SetRiskConfiguration", + "description": "Grants permission to delete a profiling group", + "privilege": "DeleteProfilingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "ProfilingGroup*" } ] }, { - "access_level": "Write", - "description": "Grants permission to customize the hosted UI for any app client", - "privilege": "SetUICustomization", + "access_level": "Read", + "description": "Grants permission to describe a profiling group", + "privilege": "DescribeProfilingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "ProfilingGroup*" } ] }, { - "access_level": "Write", - "description": "Sets MFA preference for the user in the userpool", - "privilege": "SetUserMFAPreference", + "access_level": "Read", + "description": "Grants permission to get a summary of recent recommendations for each profiling group in the account", + "privilege": "GetFindingsReportAccountSummary", "resource_types": [ { "condition_keys": [], @@ -44359,190 +45839,175 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to set user pool MFA configuration", - "privilege": "SetUserPoolMfaConfig", + "access_level": "Read", + "description": "Grants permission to get the notification configuration", + "privilege": "GetNotificationConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "ProfilingGroup*" } ] }, { - "access_level": "Write", - "description": "Sets the user settings like multi-factor authentication (MFA)", - "privilege": "SetUserSettings", + "access_level": "Read", + "description": "Grants permission to get the resource policy associated with the specified Profiling Group", + "privilege": "GetPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ProfilingGroup*" } ] }, { - "access_level": "Write", - "description": "Registers the user in the specified user pool and creates a user name, password, and user attributes", - "privilege": "SignUp", + "access_level": "Read", + "description": "Grants permission to get aggregated profiles for a specific profiling group", + "privilege": "GetProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ProfilingGroup*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start any user import job", - "privilege": "StartUserImportJob", + "access_level": "Read", + "description": "Grants permission to get recommendations", + "privilege": "GetRecommendations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "ProfilingGroup*" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop any user import job", - "privilege": "StopUserImportJob", + "access_level": "List", + "description": "Grants permission to list the available recommendations reports for a specific profiling group", + "privilege": "ListFindingsReports", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "ProfilingGroup*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a user pool", - "privilege": "TagResource", + "access_level": "List", + "description": "Grants permission to list the start times of the available aggregated profiles for a specific profiling group", + "privilege": "ListProfileTimes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "ProfilingGroup*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag a user pool", - "privilege": "UntagResource", + "access_level": "List", + "description": "Grants permission to list profiling groups in the account", + "privilege": "ListProfilingGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Updates the feedback for the user authentication event", - "privilege": "UpdateAuthEventFeedback", + "access_level": "List", + "description": "Grants permission to list tags for a Profiling Group", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "ProfilingGroup*" } ] }, { "access_level": "Write", - "description": "Updates the device status", - "privilege": "UpdateDeviceStatus", + "description": "Grants permission to submit a profile collected by an agent belonging to a specific profiling group for aggregation", + "privilege": "PostAgentProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ProfilingGroup*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the configuration of any group", - "privilege": "UpdateGroup", + "access_level": "Permissions management", + "description": "Grants permission to update the list of principals allowed for an action group in the resource policy associated with the specified Profiling Group", + "privilege": "PutPermission", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "ProfilingGroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the configuration of any user pool IdP", - "privilege": "UpdateIdentityProvider", + "description": "Grants permission to delete an already configured SNStopic arn from the notification configuration", + "privilege": "RemoveNotificationChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "ProfilingGroup*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the configuration of any OAuth 2.0 resource server", - "privilege": "UpdateResourceServer", + "access_level": "Permissions management", + "description": "Grants permission to remove the permission of specified Action Group from the resource policy associated with the specified Profiling Group", + "privilege": "RemovePermission", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "ProfilingGroup*" } ] }, { "access_level": "Write", - "description": "Allows a user to update a specific attribute (one at a time)", - "privilege": "UpdateUserAttributes", + "description": "Grants permission to submit user feedback for useful or non useful anomaly", + "privilege": "SubmitFeedback", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ProfilingGroup*" } ] }, { - "access_level": "Write", - "description": "Grants permission to updates the configuration of user pools", - "privilege": "UpdateUserPool", + "access_level": "Tagging", + "description": "Grants permission to add or overwrite tags to a Profiling Group", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" + "resource_type": "ProfilingGroup*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -44550,36 +46015,19 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update any user pool client", - "privilege": "UpdateUserPoolClient", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "userpool*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to replace the certificate for any custom domain", - "privilege": "UpdateUserPoolDomain", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a Profiling Group", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "userpool*" - } - ] - }, - { - "access_level": "Write", - "description": "Registers a user's entered TOTP code and mark the user's software token MFA status as verified if successful", - "privilege": "VerifySoftwareToken", - "resource_types": [ + "resource_type": "ProfilingGroup*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -44587,392 +46035,436 @@ }, { "access_level": "Write", - "description": "Verifies a user attribute using a one time verification code", - "privilege": "VerifyUserAttribute", + "description": "Grants permission to update a specific profiling group", + "privilege": "UpdateProfilingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ProfilingGroup*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:cognito-idp:${Region}:${Account}:userpool/${UserPoolId}", + "arn": "arn:${Partition}:codeguru-profiler:${Region}:${Account}:profilingGroup/${ProfilingGroupName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "userpool" - }, - { - "arn": "arn:${Partition}:wafv2:${Region}:${Account}:${Scope}/webacl/${Name}/${Id}", - "condition_keys": [], - "resource": "webacl" + "resource": "ProfilingGroup" } ], - "service_name": "Amazon Cognito User Pools" + "service_name": "Amazon CodeGuru Profiler" }, { - "conditions": [], - "prefix": "cognito-sync", + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access based on the presence of tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters actions based on tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access based on the presence of tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "codeguru-reviewer", "privileges": [ { "access_level": "Write", - "description": "Grants permission to initiate a bulk publish of all existing datasets for an Identity Pool to the configured stream", - "privilege": "BulkPublish", + "description": "Grants permission to associates a repository with Amazon CodeGuru Reviewer", + "privilege": "AssociateRepository", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "identitypool*" + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "codecommit:GetRepository", + "codecommit:ListRepositories", + "codecommit:TagResource", + "codestar-connections:PassConnection", + "events:PutRule", + "events:PutTargets", + "iam:CreateServiceLinkedRole", + "s3:CreateBucket", + "s3:ListBucket", + "s3:PutBucketPolicy", + "s3:PutLifecycleConfiguration" + ], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a specific dataset", - "privilege": "DeleteDataset", + "description": "Grants permission to create a code review", + "privilege": "CreateCodeReview", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "s3:GetObject" + ], + "resource_type": "association*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get metadata about a dataset by identity and dataset name", - "privilege": "DescribeDataset", + "description": "Grants permission to perform webbased oauth handshake for 3rd party providers", + "privilege": "CreateConnectionToken", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get usage details (for example, data storage) about a particular identity pool", - "privilege": "DescribeIdentityPoolUsage", + "description": "Grants permission to describe a code review", + "privilege": "DescribeCodeReview", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identitypool*" + "resource_type": "association*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get usage information for an identity, including number of datasets and data usage", - "privilege": "DescribeIdentityUsage", + "description": "Grants permission to describe a recommendation feedback on a code review", + "privilege": "DescribeRecommendationFeedback", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identity*" + "resource_type": "association*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get the status of the last BulkPublish operation for an identity pool", - "privilege": "GetBulkPublishDetails", + "description": "Grants permission to describe a repository association", + "privilege": "DescribeRepositoryAssociation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identitypool*" + "resource_type": "association*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the events and the corresponding Lambda functions associated with an identity pool", - "privilege": "GetCognitoEvents", + "access_level": "Write", + "description": "Grants permission to disassociate a repository with Amazon CodeGuru Reviewer", + "privilege": "DisassociateRepository", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "codecommit:UntagResource", + "events:DeleteRule", + "events:RemoveTargets" + ], + "resource_type": "association*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "identitypool*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get the configuration settings of an identity pool", - "privilege": "GetIdentityPoolConfiguration", + "description": "Grants permission to view pull request metrics in console", + "privilege": "GetMetricsData", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identitypool*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list datasets for an identity", - "privilege": "ListDatasets", + "description": "Grants permission to list summary of code reviews", + "privilege": "ListCodeReviews", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of identity pools registered with Cognito", - "privilege": "ListIdentityPoolUsage", + "access_level": "List", + "description": "Grants permission to list summary of recommendation feedback on a code review", + "privilege": "ListRecommendationFeedback", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identitypool*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get paginated records, optionally changed after a particular sync count for a dataset and identity", - "privilege": "ListRecords", - "resource_types": [ + "resource_type": "association*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to query records", - "privilege": "QueryRecords", + "access_level": "List", + "description": "Grants permission to list summary of recommendations on a code review", + "privilege": "ListRecommendations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "association*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to register a device to receive push sync notifications", - "privilege": "RegisterDevice", + "access_level": "List", + "description": "Grants permission to list summary of repository associations", + "privilege": "ListRepositoryAssociations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identity*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to set the AWS Lambda function for a given event type for an identity pool", - "privilege": "SetCognitoEvents", + "access_level": "List", + "description": "Grants permission to list the resource attached to a associated repository ARN", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identitypool*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to configure datasets", - "privilege": "SetDatasetConfiguration", - "resource_types": [ + "resource_type": "association*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to set the necessary configuration for push sync", - "privilege": "SetIdentityPoolConfiguration", + "access_level": "Read", + "description": "Grants permission to list 3rd party providers repositories in console", + "privilege": "ListThirdPartyRepositories", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identitypool*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to subscribe to receive notifications when a dataset is modified by another device", - "privilege": "SubscribeToDataset", + "description": "Grants permission to put feedback for a recommendation on a code review", + "privilege": "PutRecommendationFeedback", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "association*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to unsubscribe from receiving notifications when a dataset is modified by another device", - "privilege": "UnsubscribeFromDataset", + "access_level": "Tagging", + "description": "Grants permission to attach resource tags to an associated repository ARN", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "association*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to post updates to records and add and delete records for a dataset and user", - "privilege": "UpdateRecords", + "access_level": "Tagging", + "description": "Grants permission to disassociate resource tags from an associated repository ARN", + "privilege": "UnTagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "association*" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] } ], "resources": [ { - "arn": "arn:${Partition}:cognito-sync:${Region}:${Account}:identitypool/${IdentityPoolId}/identity/${IdentityId}/dataset/${DatasetName}", - "condition_keys": [], - "resource": "dataset" - }, - { - "arn": "arn:${Partition}:cognito-sync:${Region}:${Account}:identitypool/${IdentityPoolId}/identity/${IdentityId}", - "condition_keys": [], - "resource": "identity" + "arn": "arn:${Partition}:codeguru-reviewer:${Region}:${Account}:association:${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "association" }, { - "arn": "arn:${Partition}:cognito-sync:${Region}:${Account}:identitypool/${IdentityPoolId}", + "arn": "arn:${Partition}:codeguru-reviewer:${Region}:${Account}:association:${ResourceId}:codereview:${CodeReviewId}", "condition_keys": [], - "resource": "identitypool" + "resource": "codereview" } ], - "service_name": "Amazon Cognito Sync" + "service_name": "Amazon CodeGuru Reviewer" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by requiring tag values present in a resource creation request", + "description": "Filters access by the tags that are passed in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by requiring tag value associated with the resource", + "description": "Filters access by the tags associated with the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by requiring the presence of mandatory tags in the request", - "type": "ArrayOfString" - }, - { - "condition": "comprehend:DataLakeKmsKey", - "description": "Filters access by the DataLake Kms Key associated with the flywheel resource in the request", - "type": "ARN" - }, - { - "condition": "comprehend:FlywheelIterationId", - "description": "Filters access by particular Iteration Id for a flywheel", - "type": "String" - }, - { - "condition": "comprehend:ModelKmsKey", - "description": "Filters access by the model KMS key associated with the resource in the request", - "type": "ARN" - }, - { - "condition": "comprehend:OutputKmsKey", - "description": "Filters access by the output KMS key associated with the resource in the request", - "type": "ARN" - }, - { - "condition": "comprehend:VolumeKmsKey", - "description": "Filters access by the volume KMS key associated with the resource in the request", - "type": "ARN" - }, - { - "condition": "comprehend:VpcSecurityGroupIds", - "description": "Filters access by the list of all VPC security group ids associated with the resource in the request", - "type": "ArrayOfString" - }, - { - "condition": "comprehend:VpcSubnets", - "description": "Filters access by the list of all VPC subnets associated with the resource in the request", + "description": "Filters access by the tag keys that are passed in the request", "type": "ArrayOfString" } ], - "prefix": "comprehend", + "prefix": "codeguru-security", "privileges": [ { "access_level": "Read", - "description": "Grants permission to detect the language or languages present in the list of text documents", - "privilege": "BatchDetectDominantLanguage", + "description": "Grants permission to batch retrieve specific findings generated by CodeGuru Security", + "privilege": "BatchGetFindings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ScanName*" } ] }, { - "access_level": "Read", - "description": "Grants permission to detect the named entities (\"People\", \"Places\", \"Locations\", etc) within the given list of text documents", - "privilege": "BatchDetectEntities", + "access_level": "Write", + "description": "Grants permission to create a CodeGuru Security scan", + "privilege": "CreateScan", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to detect the phrases in the list of text documents that are most indicative of the content", - "privilege": "BatchDetectKeyPhrases", - "resource_types": [ + "resource_type": "ScanName*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to detect the sentiment of a text in the list of documents (Positive, Negative, Neutral, or Mixed)", - "privilege": "BatchDetectSentiment", + "access_level": "Write", + "description": "Grants permission to generate a presigned url for uploading code archives", + "privilege": "CreateUploadUrl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ScanName*" } ] }, { - "access_level": "Read", - "description": "Grants permission to detect syntactic information (like Part of Speech, Tokens) in a list of text documents", - "privilege": "BatchDetectSyntax", + "access_level": "Write", + "description": "Grants permission to delete all the scans and related findings from CodeGuru Security by given category", + "privilege": "DeleteScansByCategory", "resource_types": [ { "condition_keys": [], @@ -44983,8 +46475,8 @@ }, { "access_level": "Read", - "description": "Grants permission to detect the sentiments associated with specific entities (such as brands or products) within the given list of text documents", - "privilege": "BatchDetectTargetedSentiment", + "description": "Grants permission to retrieve the account level configurations", + "privilege": "GetAccountConfiguration", "resource_types": [ { "condition_keys": [], @@ -44994,21 +46486,21 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to create a new document classification request to analyze a single document in real-time, using a previously created and trained custom model and an endpoint", - "privilege": "ClassifyDocument", + "access_level": "List", + "description": "Grants permission to retrieve findings for a scan generated by CodeGuru Security", + "privilege": "GetFindings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "document-classifier-endpoint*" + "resource_type": "ScanName*" } ] }, { "access_level": "Read", - "description": "Grants permission to classify the personally identifiable information within given documents in real-time", - "privilege": "ContainsPiiEntities", + "description": "Grants permission to retrieve AWS accout level metrics summary generated by CodeGuru Security", + "privilege": "GetMetricsSummary", "resource_types": [ { "condition_keys": [], @@ -45018,19 +46510,18 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a new dataset within a flywheel", - "privilege": "CreateDataset", + "access_level": "Read", + "description": "Grants permission to retrieve CodeGuru Security scan metadata", + "privilege": "GetScan", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "flywheel*" + "resource_type": "ScanName*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -45038,64 +46529,54 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a new document classifier that you can use to categorize documents", - "privilege": "CreateDocumentClassifier", + "access_level": "List", + "description": "Grants permission to retrieve findings generated by CodeGuru Security", + "privilege": "ListFindings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "document-classifier*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "comprehend:VolumeKmsKey", - "comprehend:ModelKmsKey", - "comprehend:OutputKmsKey", - "comprehend:VpcSecurityGroupIds", - "comprehend:VpcSubnets" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a model-specific endpoint for synchronous inference for a previously trained custom model", - "privilege": "CreateEndpoint", + "access_level": "List", + "description": "Grants permission to retrieve a list of account level findings metrics within a date range", + "privilege": "ListFindingsMetrics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "document-classifier*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "document-classifier-endpoint*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "entity-recognizer*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve list of CodeGuru Security scan metadata", + "privilege": "ListScans", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity-recognizer-endpoint*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve a list of tags for a scan name ARN", + "privilege": "ListTagsForResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "flywheel" + "resource_type": "ScanName*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -45103,23 +46584,19 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create an entity recognizer using submitted files", - "privilege": "CreateEntityRecognizer", + "access_level": "Tagging", + "description": "Grants permission to add tags to a scan name ARN", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity-recognizer*" + "resource_type": "ScanName*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys", - "comprehend:VolumeKmsKey", - "comprehend:ModelKmsKey", - "comprehend:VpcSecurityGroupIds", - "comprehend:VpcSubnets" + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -45127,34 +46604,18 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a new flywheel that you can use to train model versions", - "privilege": "CreateFlywheel", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a scan name ARN", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "flywheel*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "document-classifier" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "entity-recognizer" + "resource_type": "ScanName*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "comprehend:VolumeKmsKey", - "comprehend:ModelKmsKey", - "comprehend:DataLakeKmsKey", - "comprehend:VpcSecurityGroupIds", - "comprehend:VpcSubnets" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -45163,201 +46624,251 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a previously created document classifier", - "privilege": "DeleteDocumentClassifier", + "description": "Grants permission to update the account level configurations", + "privilege": "UpdateAccountConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "document-classifier*" + "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:codeguru-security:${Region}:${Account}:scans/${ScanName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "ScanName" + } + ], + "service_name": "Amazon CodeGuru Security" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters actions based on the presence of tag key-value pairs in the request", + "type": "String" }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters actions based on tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters actions based on the presence of tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "codepipeline", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to delete a model-specific endpoint for a previously-trained custom model. All endpoints must be deleted in order for the model to be deleted", - "privilege": "DeleteEndpoint", + "description": "Grants permission to view information about a specified job and whether that job has been received by the job worker", + "privilege": "AcknowledgeJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "document-classifier-endpoint*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "entity-recognizer-endpoint*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a submitted entity recognizer", - "privilege": "DeleteEntityRecognizer", + "description": "Grants permission to confirm that a job worker has received the specified job (partner actions only)", + "privilege": "AcknowledgeThirdPartyJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity-recognizer*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to Delete a flywheel", - "privilege": "DeleteFlywheel", + "description": "Grants permission to create a custom action that you can use in the pipelines associated with your AWS account", + "privilege": "CreateCustomActionType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "flywheel*" + "resource_type": "actiontype*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to remove policy on resource", - "privilege": "DeleteResourcePolicy", + "description": "Grants permission to create a uniquely named pipeline", + "privilege": "CreatePipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "document-classifier*" + "resource_type": "pipeline*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "entity-recognizer*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the properties associated with a dataset", - "privilege": "DescribeDataset", + "access_level": "Write", + "description": "Grants permission to delete a custom action", + "privilege": "DeleteCustomActionType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "flywheel-dataset*" + "resource_type": "actiontype*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the properties associated with a document classification job", - "privilege": "DescribeDocumentClassificationJob", + "access_level": "Write", + "description": "Grants permission to delete a specified pipeline", + "privilege": "DeletePipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "document-classification-job*" + "resource_type": "pipeline*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the properties associated with a document classifier", - "privilege": "DescribeDocumentClassifier", + "access_level": "Write", + "description": "Grants permission to delete a specified webhook", + "privilege": "DeleteWebhook", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "document-classifier*" + "resource_type": "webhook*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the properties associated with a dominant language detection job", - "privilege": "DescribeDominantLanguageDetectionJob", + "access_level": "Write", + "description": "Grants permission to remove the registration of a webhook with the third party specified in its configuration", + "privilege": "DeregisterWebhookWithThirdParty", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dominant-language-detection-job*" + "resource_type": "webhook*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the properties associated with a specific endpoint. Use this operation to get the status of an endpoint", - "privilege": "DescribeEndpoint", + "access_level": "Write", + "description": "Grants permission to prevent revisions from transitioning to the next stage in a pipeline", + "privilege": "DisableStageTransition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "document-classifier-endpoint*" - }, + "resource_type": "stage*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to allow revisions to transition to the next stage in a pipeline", + "privilege": "EnableStageTransition", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity-recognizer-endpoint*" + "resource_type": "stage*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the properties associated with an entities detection job", - "privilege": "DescribeEntitiesDetectionJob", + "description": "Grants permission to view information about an action type", + "privilege": "GetActionType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entities-detection-job*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to provide details about an entity recognizer including status, S3 buckets containing training data, recognizer metadata, metrics, and so on", - "privilege": "DescribeEntityRecognizer", + "description": "Grants permission to view information about a job (custom actions only)", + "privilege": "GetJobDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity-recognizer*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get the properties associated with an Events detection job", - "privilege": "DescribeEventsDetectionJob", + "description": "Grants permission to retrieve information about a pipeline structure", + "privilege": "GetPipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "events-detection-job*" + "resource_type": "pipeline*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the properties associated with a flywheel", - "privilege": "DescribeFlywheel", + "description": "Grants permission to view information about an execution of a pipeline, including details about artifacts, the pipeline execution ID, and the name, version, and status of the pipeline", + "privilege": "GetPipelineExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "flywheel*" + "resource_type": "pipeline*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the properties associated with a flywheel iteration for a flywheel", - "privilege": "DescribeFlywheelIteration", + "description": "Grants permission to view information about the current state of the stages and actions of a pipeline", + "privilege": "GetPipelineState", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "flywheel*" - }, + "resource_type": "pipeline*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to view the details of a job for a third-party action (partner actions only)", + "privilege": "GetThirdPartyJobDetails", + "resource_types": [ { - "condition_keys": [ - "comprehend:FlywheelIterationId" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -45365,85 +46876,102 @@ }, { "access_level": "Read", - "description": "Grants permission to get the properties associated with a key phrases detection job", - "privilege": "DescribeKeyPhrasesDetectionJob", + "description": "Grants permission to list the action executions that have occurred in a pipeline", + "privilege": "ListActionExecutions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key-phrases-detection-job*" + "resource_type": "pipeline*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the properties associated with a PII entities detection job", - "privilege": "DescribePiiEntitiesDetectionJob", + "description": "Grants permission to list a summary of all the action types available for pipelines in your account", + "privilege": "ListActionTypes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pii-entities-detection-job*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to read attached policy on resource", - "privilege": "DescribeResourcePolicy", + "access_level": "List", + "description": "Grants permission to list a summary of the most recent executions for a pipeline", + "privilege": "ListPipelineExecutions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "document-classifier*" - }, + "resource_type": "pipeline*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list a summary of all the pipelines associated with your AWS account", + "privilege": "ListPipelines", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity-recognizer*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get the properties associated with a sentiment detection job", - "privilege": "DescribeSentimentDetectionJob", + "description": "Grants permission to list tags for a CodePipeline resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sentiment-detection-job*" + "resource_type": "actiontype" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "pipeline" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "webhook" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the properties associated with a targeted sentiment detection job", - "privilege": "DescribeTargetedSentimentDetectionJob", + "access_level": "List", + "description": "Grants permission to list all of the webhooks associated with your AWS account", + "privilege": "ListWebhooks", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "targeted-sentiment-detection-job*" + "resource_type": "webhook*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the properties associated with a topic detection job", - "privilege": "DescribeTopicsDetectionJob", + "access_level": "Write", + "description": "Grants permission to view information about any jobs for CodePipeline to act on", + "privilege": "PollForJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "topics-detection-job*" + "resource_type": "actiontype*" } ] }, { - "access_level": "Read", - "description": "Grants permission to detect the language or languages present in the text", - "privilege": "DetectDominantLanguage", + "access_level": "Write", + "description": "Grants permission to determine whether there are any third-party jobs for a job worker to act on (partner actions only)", + "privilege": "PollForThirdPartyJobs", "resource_types": [ { "condition_keys": [], @@ -45453,33 +46981,33 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to detect the named entities (\"People\", \"Places\", \"Locations\", etc) within the given text document", - "privilege": "DetectEntities", + "access_level": "Write", + "description": "Grants permission to edit actions in a pipeline", + "privilege": "PutActionRevision", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity-recognizer-endpoint" + "resource_type": "action*" } ] }, { - "access_level": "Read", - "description": "Grants permission to detect the phrases in the text that are most indicative of the content", - "privilege": "DetectKeyPhrases", + "access_level": "Write", + "description": "Grants permission to provide a response (Approved or Rejected) to a manual approval request in CodePipeline", + "privilege": "PutApprovalResult", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "action*" } ] }, { - "access_level": "Read", - "description": "Grants permission to detect the personally identifiable information entities (\"Name\", \"SSN\", \"PIN\", etc) within the given text document", - "privilege": "DetectPiiEntities", + "access_level": "Write", + "description": "Grants permission to represent the failure of a job as returned to the pipeline by a job worker (custom actions only)", + "privilege": "PutJobFailureResult", "resource_types": [ { "condition_keys": [], @@ -45489,9 +47017,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to detect the sentiment of a text in a document (Positive, Negative, Neutral, or Mixed)", - "privilege": "DetectSentiment", + "access_level": "Write", + "description": "Grants permission to represent the success of a job as returned to the pipeline by a job worker (custom actions only)", + "privilege": "PutJobSuccessResult", "resource_types": [ { "condition_keys": [], @@ -45501,9 +47029,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to detect syntactic information (like Part of Speech, Tokens) in a text document", - "privilege": "DetectSyntax", + "access_level": "Write", + "description": "Grants permission to represent the failure of a third-party job as returned to the pipeline by a job worker (partner actions only)", + "privilege": "PutThirdPartyJobFailureResult", "resource_types": [ { "condition_keys": [], @@ -45513,9 +47041,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to detect the sentiments associated with specific entities (such as brands or products) in a document", - "privilege": "DetectTargetedSentiment", + "access_level": "Write", + "description": "Grants permission to represent the success of a third-party job as returned to the pipeline by a job worker (partner actions only)", + "privilege": "PutThirdPartyJobSuccessResult", "resource_types": [ { "condition_keys": [], @@ -45526,24 +47054,23 @@ }, { "access_level": "Write", - "description": "Grants permission to import a trained Comprehend model", - "privilege": "ImportModel", + "description": "Grants permission to create or update a webhook", + "privilege": "PutWebhook", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "document-classifier*" + "resource_type": "pipeline*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity-recognizer*" + "resource_type": "webhook*" }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "comprehend:ModelKmsKey" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -45551,283 +47078,376 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of the Datasets associated with a flywheel", - "privilege": "ListDatasets", + "access_level": "Write", + "description": "Grants permission to register a webhook with the third party specified in its configuration", + "privilege": "RegisterWebhookWithThirdParty", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "flywheel*" + "resource_type": "webhook*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of the document classification jobs that you have submitted", - "privilege": "ListDocumentClassificationJobs", + "access_level": "Write", + "description": "Grants permission to resume the pipeline execution by retrying the last failed actions in a stage", + "privilege": "RetryStageExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "stage*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of summaries of the document classifiers that you have created", - "privilege": "ListDocumentClassifierSummaries", + "access_level": "Write", + "description": "Grants permission to run the most recent revision through the pipeline", + "privilege": "StartPipelineExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "pipeline*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of the document classifiers that you have created", - "privilege": "ListDocumentClassifiers", + "access_level": "Write", + "description": "Grants permission to stop an in-progress pipeline execution", + "privilege": "StopPipelineExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "pipeline*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of the dominant language detection jobs that you have submitted", - "privilege": "ListDominantLanguageDetectionJobs", + "access_level": "Tagging", + "description": "Grants permission to tag a CodePipeline resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "actiontype" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "pipeline" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "webhook" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of all existing endpoints that you've created", - "privilege": "ListEndpoints", + "access_level": "Tagging", + "description": "Grants permission to remove a tag from a CodePipeline resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "actiontype" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "pipeline" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "webhook" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of the entity detection jobs that you have submitted", - "privilege": "ListEntitiesDetectionJobs", + "access_level": "Write", + "description": "Grants permission to update an action type", + "privilege": "UpdateActionType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "actiontype*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of summaries for the entity recognizers that you have created", - "privilege": "ListEntityRecognizerSummaries", + "access_level": "Write", + "description": "Grants permission to update a pipeline with changes to the structure of the pipeline", + "privilege": "UpdatePipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "pipeline*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:codepipeline:${Region}:${Account}:${PipelineName}/${StageName}/${ActionName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "action" }, { - "access_level": "Read", - "description": "Grants permission to get a list of the properties of all entity recognizers that you created, including recognizers currently in training", - "privilege": "ListEntityRecognizers", + "arn": "arn:${Partition}:codepipeline:${Region}:${Account}:actiontype:${Owner}/${Category}/${Provider}/${Version}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "actiontype" + }, + { + "arn": "arn:${Partition}:codepipeline:${Region}:${Account}:${PipelineName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "pipeline" + }, + { + "arn": "arn:${Partition}:codepipeline:${Region}:${Account}:${PipelineName}/${StageName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "stage" + }, + { + "arn": "arn:${Partition}:codepipeline:${Region}:${Account}:webhook:${WebhookName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "webhook" + } + ], + "service_name": "AWS CodePipeline" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by requests based on the allowed set of values for each of the tags", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by actions based on tag-value associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by requests based on the presence of mandatory tags in the request", + "type": "ArrayOfString" + }, + { + "condition": "iam:ResourceTag/${TagKey}", + "description": "Filters access by actions based on tag-value associated with the resource", + "type": "String" + } + ], + "prefix": "codestar", + "privileges": [ + { + "access_level": "Permissions management", + "description": "Grants permission to add a user to the team for an AWS CodeStar project", + "privilege": "AssociateTeamMember", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of Events detection jobs that you have submitted", - "privilege": "ListEventsDetectionJobs", + "access_level": "Permissions management", + "description": "Grants permission to create a project with minimal structure, customer policies, and no resources", + "privilege": "CreateProject", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of iterations associated for a flywheel", - "privilege": "ListFlywheelIterationHistory", + "access_level": "Write", + "description": "Grants permission to create a profile for a user that includes user preferences, display name, and email", + "privilege": "CreateUserProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "flywheel*" + "resource_type": "user*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of the flywheels that you have created", - "privilege": "ListFlywheels", + "access_level": "Write", + "description": "Grants permission to extended delete APIs", + "privilege": "DeleteExtendedAccess", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of key phrase detection jobs that you have submitted", - "privilege": "ListKeyPhrasesDetectionJobs", + "access_level": "Permissions management", + "description": "Grants permission to delete a project, including project resources. Does not delete users associated with the project, but does delete the IAM roles that allowed access to the project", + "privilege": "DeleteProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of PII entities detection jobs that you have submitted", - "privilege": "ListPiiEntitiesDetectionJobs", + "access_level": "Write", + "description": "Grants permission to delete a user profile in AWS CodeStar, including all personal preference data associated with that profile, such as display name and email address. It does not delete the history of that user, for example the history of commits made by that user", + "privilege": "DeleteUserProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "user*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a list of sentiment detection jobs that you have submitted", - "privilege": "ListSentimentDetectionJobs", + "description": "Grants permission to describe a project and its resources", + "privilege": "DescribeProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { "access_level": "Read", - "description": "Grants permission to list tags for a resource", - "privilege": "ListTagsForResource", + "description": "Grants permission to describe a user in AWS CodeStar and the user attributes across all projects", + "privilege": "DescribeUserProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "document-classification-job" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "document-classifier" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "document-classifier-endpoint" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dominant-language-detection-job" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "entities-detection-job" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "entity-recognizer" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "entity-recognizer-endpoint" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "events-detection-job" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "flywheel" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "flywheel-dataset" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to remove a user from a project. Removing a user from a project also removes the IAM policies from that user that allowed access to the project and its resources", + "privilege": "DisassociateTeamMember", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key-phrases-detection-job" - }, + "resource_type": "project*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to extended read APIs", + "privilege": "GetExtendedAccess", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pii-entities-detection-job" - }, + "resource_type": "project*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all projects in CodeStar associated with your AWS account", + "privilege": "ListProjects", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sentiment-detection-job" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all resources associated with a project in CodeStar", + "privilege": "ListResources", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "targeted-sentiment-detection-job" - }, + "resource_type": "project*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the tags associated with a project in CodeStar", + "privilege": "ListTagsForProject", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "topics-detection-job" + "resource_type": "project*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of targeted sentiment detection jobs that you have submitted", - "privilege": "ListTargetedSentimentDetectionJobs", + "access_level": "List", + "description": "Grants permission to list all team members associated with a project", + "privilege": "ListTeamMembers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of the topic detection jobs that you have submitted", - "privilege": "ListTopicsDetectionJobs", + "access_level": "List", + "description": "Grants permission to list user profiles in AWS CodeStar", + "privilege": "ListUserProfiles", "resource_types": [ { "condition_keys": [], @@ -45838,49 +47458,30 @@ }, { "access_level": "Write", - "description": "Grants permission to attach policy to resource", - "privilege": "PutResourcePolicy", + "description": "Grants permission to extended write APIs", + "privilege": "PutExtendedAccess", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "document-classifier*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "entity-recognizer*" + "resource_type": "project*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start an asynchronous document classification job", - "privilege": "StartDocumentClassificationJob", + "access_level": "Tagging", + "description": "Grants permission to add tags to a project in CodeStar", + "privilege": "TagProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "document-classification-job*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "document-classifier" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "flywheel" + "resource_type": "project*" }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "comprehend:VolumeKmsKey", - "comprehend:OutputKmsKey", - "comprehend:VpcSecurityGroupIds", - "comprehend:VpcSubnets" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -45888,23 +47489,18 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to start an asynchronous dominant language detection job for a collection of documents", - "privilege": "StartDominantLanguageDetectionJob", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a project in CodeStar", + "privilege": "UntagProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dominant-language-detection-job*" + "resource_type": "project*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "comprehend:VolumeKmsKey", - "comprehend:OutputKmsKey", - "comprehend:VpcSecurityGroupIds", - "comprehend:VpcSubnets" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -45913,110 +47509,161 @@ }, { "access_level": "Write", - "description": "Grants permission to start an asynchronous entity detection job for a collection of documents", - "privilege": "StartEntitiesDetectionJob", + "description": "Grants permission to update a project in CodeStar", + "privilege": "UpdateProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entities-detection-job*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "entity-recognizer" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "flywheel" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "comprehend:VolumeKmsKey", - "comprehend:OutputKmsKey", - "comprehend:VpcSecurityGroupIds", - "comprehend:VpcSubnets" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start an asynchronous Events detection job for a collection of documents", - "privilege": "StartEventsDetectionJob", + "access_level": "Permissions management", + "description": "Grants permission to update team member attributes within a CodeStar project", + "privilege": "UpdateTeamMember", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "events-detection-job*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "comprehend:OutputKmsKey" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { "access_level": "Write", - "description": "Grants permission to start a flywheel iteration for a flywheel", - "privilege": "StartFlywheelIteration", + "description": "Grants permission to update a profile for a user that includes user preferences, display name, and email", + "privilege": "UpdateUserProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "flywheel*" + "resource_type": "user*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start an asynchronous key phrase detection job for a collection of documents", - "privilege": "StartKeyPhrasesDetectionJob", + "access_level": "List", + "description": "Grants permission to verify whether the AWS CodeStar service role exists in the customer's account", + "privilege": "VerifyServiceRole", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key-phrases-detection-job*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "comprehend:VolumeKmsKey", - "comprehend:OutputKmsKey", - "comprehend:VpcSecurityGroupIds", - "comprehend:VpcSubnets" - ], - "dependent_actions": [], "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:codestar:${Region}:${Account}:project/${ProjectId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "project" + }, + { + "arn": "arn:${Partition}:iam::${Account}:user/${AwsUserName}", + "condition_keys": [ + "iam:ResourceTag/${TagKey}" + ], + "resource": "user" + } + ], + "service_name": "AWS CodeStar" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + }, + { + "condition": "codestar-connections:Branch", + "description": "Filters access by the branch name that is passed in the request", + "type": "String" + }, + { + "condition": "codestar-connections:BranchName", + "description": "Filters access by the branch name that is passed in the request. Applies only to UseConnection requests for access to a specific repository branch", + "type": "String" + }, + { + "condition": "codestar-connections:FullRepositoryId", + "description": "Filters access by the repository that is passed in the request. Applies only to UseConnection requests for access to a specific repository", + "type": "String" }, + { + "condition": "codestar-connections:HostArn", + "description": "Filters access by the host resource associated with the connection used in the request", + "type": "ARN" + }, + { + "condition": "codestar-connections:InstallationId", + "description": "Filters access by the third-party ID (such as the Bitbucket App installation ID for CodeStar Connections) that is used to update a Connection. Allows you to restrict which third-party App installations can be used to make a Connection", + "type": "String" + }, + { + "condition": "codestar-connections:OwnerId", + "description": "Filters access by the owner of the third-party repository. Applies only to UseConnection requests for access to repositories owned by a specific user", + "type": "String" + }, + { + "condition": "codestar-connections:PassedToService", + "description": "Filters access by the service to which the principal is allowed to pass a Connection or RepositoryLink", + "type": "String" + }, + { + "condition": "codestar-connections:ProviderAction", + "description": "Filters access by the provider action in a UseConnection request such as ListRepositories. See documentation for all valid values", + "type": "ArrayOfString" + }, + { + "condition": "codestar-connections:ProviderPermissionsRequired", + "description": "Filters access by the write permissions of a provider action in a UseConnection request. Valid types include read_only and read_write", + "type": "String" + }, + { + "condition": "codestar-connections:ProviderType", + "description": "Filters access by the type of third-party provider passed in the request", + "type": "String" + }, + { + "condition": "codestar-connections:ProviderTypeFilter", + "description": "Filters access by the type of third-party provider used to filter results", + "type": "String" + }, + { + "condition": "codestar-connections:RepositoryName", + "description": "Filters access by the repository name that is passed in the request. Applies only to UseConnection requests for access to repositories owned by a specific user", + "type": "String" + } + ], + "prefix": "codestar-connections", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to start an asynchronous PII entities detection job for a collection of documents", - "privilege": "StartPiiEntitiesDetectionJob", + "description": "Grants permission to create a Connection resource", + "privilege": "CreateConnection", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "pii-entities-detection-job*" - }, { "condition_keys": [ "aws:RequestTag/${TagKey}", "aws:TagKeys", - "comprehend:OutputKmsKey" + "codestar-connections:ProviderType" ], "dependent_actions": [], "resource_type": "" @@ -46025,22 +47672,14 @@ }, { "access_level": "Write", - "description": "Grants permission to start an asynchronous sentiment detection job for a collection of documents", - "privilege": "StartSentimentDetectionJob", + "description": "Grants permission to create a host resource", + "privilege": "CreateHost", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "sentiment-detection-job*" - }, { "condition_keys": [ "aws:RequestTag/${TagKey}", "aws:TagKeys", - "comprehend:VolumeKmsKey", - "comprehend:OutputKmsKey", - "comprehend:VpcSecurityGroupIds", - "comprehend:VpcSubnets" + "codestar-connections:ProviderType" ], "dependent_actions": [], "resource_type": "" @@ -46049,22 +47688,21 @@ }, { "access_level": "Write", - "description": "Grants permission to start an asynchronous targeted sentiment detection job for a collection of documents", - "privilege": "StartTargetedSentimentDetectionJob", + "description": "Grants permission to create a repository link", + "privilege": "CreateRepositoryLink", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "targeted-sentiment-detection-job*" + "dependent_actions": [ + "codestar-connections:PassConnection", + "codestar-connections:UseConnection" + ], + "resource_type": "Connection*" }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "comprehend:VolumeKmsKey", - "comprehend:OutputKmsKey", - "comprehend:VpcSecurityGroupIds", - "comprehend:VpcSubnets" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -46073,22 +47711,20 @@ }, { "access_level": "Write", - "description": "Grants permission to start an asynchronous job to detect the most common topics in the collection of documents and the phrases associated with each topic", - "privilege": "StartTopicsDetectionJob", + "description": "Grants permission to create a template sync config", + "privilege": "CreateSyncConfiguration", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "topics-detection-job*" + "dependent_actions": [ + "codestar-connections:PassRepository", + "iam:PassRole" + ], + "resource_type": "RepositoryLink*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "comprehend:VolumeKmsKey", - "comprehend:OutputKmsKey", - "comprehend:VpcSecurityGroupIds", - "comprehend:VpcSubnets" + "codestar-connections:Branch" ], "dependent_actions": [], "resource_type": "" @@ -46097,196 +47733,292 @@ }, { "access_level": "Write", - "description": "Grants permission to stop a dominant language detection job", - "privilege": "StopDominantLanguageDetectionJob", + "description": "Grants permission to delete a Connection resource", + "privilege": "DeleteConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dominant-language-detection-job*" + "resource_type": "Connection*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop an entity detection job", - "privilege": "StopEntitiesDetectionJob", + "description": "Grants permission to delete a host resource", + "privilege": "DeleteHost", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entities-detection-job*" + "resource_type": "Host*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop an Events detection job", - "privilege": "StopEventsDetectionJob", + "description": "Grants permission to delete a repository link", + "privilege": "DeleteRepositoryLink", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "events-detection-job*" + "resource_type": "RepositoryLink*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop a key phrase detection job", - "privilege": "StopKeyPhrasesDetectionJob", + "description": "Grants permission to delete a sync configuration", + "privilege": "DeleteSyncConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key-phrases-detection-job*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop a PII entities detection job", - "privilege": "StopPiiEntitiesDetectionJob", + "access_level": "Read", + "description": "Grants permission to get details about a Connection resource", + "privilege": "GetConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pii-entities-detection-job*" + "resource_type": "Connection*" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop a sentiment detection job", - "privilege": "StopSentimentDetectionJob", + "access_level": "Read", + "description": "Grants permission to get details about a host resource", + "privilege": "GetHost", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sentiment-detection-job*" + "resource_type": "Host*" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop a targeted sentiment detection job", - "privilege": "StopTargetedSentimentDetectionJob", + "access_level": "Read", + "description": "Grants permission to associate a third party, such as a Bitbucket App installation, with a Connection", + "privilege": "GetIndividualAccessToken", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "targeted-sentiment-detection-job*" + "condition_keys": [ + "codestar-connections:ProviderType" + ], + "dependent_actions": [ + "codestar-connections:StartOAuthHandshake" + ], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop a previously created document classifier training job", - "privilege": "StopTrainingDocumentClassifier", + "access_level": "Read", + "description": "Grants permission to associate a third party, such as a Bitbucket App installation, with a Connection", + "privilege": "GetInstallationUrl", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "codestar-connections:ProviderType" + ], "dependent_actions": [], - "resource_type": "document-classifier*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop a previously created entity recognizer training job", - "privilege": "StopTrainingEntityRecognizer", + "access_level": "Read", + "description": "Grants permission to describe a repository link", + "privilege": "GetRepositoryLink", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity-recognizer*" + "resource_type": "RepositoryLink*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a resource with given key value pairs", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to get the latest sync status for a repository", + "privilege": "GetRepositorySyncStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "document-classification-job" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "document-classifier" + "resource_type": "RepositoryLink*" }, { - "condition_keys": [], + "condition_keys": [ + "codestar-connections:Branch" + ], "dependent_actions": [], - "resource_type": "document-classifier-endpoint" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the latest sync status for a resource (cfn stack or other resources)", + "privilege": "GetResourceSyncStatus", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dominant-language-detection-job" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe service sync blockers on a resource (cfn stack or other resources)", + "privilege": "GetSyncBlockerSummary", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entities-detection-job" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a sync configuration", + "privilege": "GetSyncConfiguration", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity-recognizer" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list Connection resources", + "privilege": "ListConnections", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity-recognizer-endpoint" + "resource_type": "Connection*" }, { - "condition_keys": [], + "condition_keys": [ + "codestar-connections:ProviderTypeFilter" + ], "dependent_actions": [], - "resource_type": "events-detection-job" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list host resources", + "privilege": "ListHosts", + "resource_types": [ + { + "condition_keys": [ + "codestar-connections:ProviderTypeFilter" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to associate a third party, such as a Bitbucket App installation, with a Connection", + "privilege": "ListInstallationTargets", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "codestar-connections:GetIndividualAccessToken", + "codestar-connections:StartOAuthHandshake" + ], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list repository links", + "privilege": "ListRepositoryLinks", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "flywheel" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list repository sync definitions", + "privilege": "ListRepositorySyncDefinitions", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "flywheel-dataset" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list sync configurations for a repository link", + "privilege": "ListSyncConfigurations", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key-phrases-detection-job" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to the set of key-value pairs that are used to manage the resource", + "privilege": "ListTagsForResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pii-entities-detection-job" + "resource_type": "Connection" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "sentiment-detection-job" + "resource_type": "Host" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "targeted-sentiment-detection-job" - }, + "resource_type": "RepositoryLink" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to pass a Connection resource to an AWS service that accepts a Connection ARN as input, such as codepipeline:CreatePipeline", + "privilege": "PassConnection", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "topics-detection-job" + "resource_type": "Connection*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "codestar-connections:PassedToService" ], "dependent_actions": [], "resource_type": "" @@ -46294,88 +48026,143 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag a resource with given key", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to pass a repository link resource to an AWS service that accepts a RepositoryLinkId as input, such as codestar-connections:CreateSyncConfiguration", + "privilege": "PassRepository", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "document-classification-job" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "document-classifier" + "resource_type": "RepositoryLink*" }, { - "condition_keys": [], + "condition_keys": [ + "codestar-connections:PassedToService" + ], "dependent_actions": [], - "resource_type": "document-classifier-endpoint" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to associate a third party server, such as a GitHub Enterprise Server instance, with a Host", + "privilege": "RegisterAppCode", + "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "codestar-connections:HostArn" + ], "dependent_actions": [], - "resource_type": "dominant-language-detection-job" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to associate a third party server, such as a GitHub Enterprise Server instance, with a Host", + "privilege": "StartAppRegistrationHandshake", + "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "codestar-connections:HostArn" + ], "dependent_actions": [], - "resource_type": "entities-detection-job" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to associate a third party, such as a Bitbucket App installation, with a Connection", + "privilege": "StartOAuthHandshake", + "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "codestar-connections:ProviderType" + ], "dependent_actions": [], - "resource_type": "entity-recognizer" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to add or modify the tags of the given resource", + "privilege": "TagResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity-recognizer-endpoint" + "resource_type": "Connection" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "events-detection-job" + "resource_type": "Host" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "flywheel" + "resource_type": "RepositoryLink" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "flywheel-dataset" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to remove tags from an AWS resource", + "privilege": "UntagResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key-phrases-detection-job" + "resource_type": "Connection" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "pii-entities-detection-job" + "resource_type": "Host" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "sentiment-detection-job" + "resource_type": "RepositoryLink" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "targeted-sentiment-detection-job" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a Connection resource with an installation of the CodeStar Connections App", + "privilege": "UpdateConnectionInstallation", + "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "topics-detection-job" + "dependent_actions": [ + "codestar-connections:GetIndividualAccessToken", + "codestar-connections:GetInstallationUrl", + "codestar-connections:ListInstallationTargets", + "codestar-connections:StartOAuthHandshake" + ], + "resource_type": "Connection*" }, { "condition_keys": [ - "aws:TagKeys" + "codestar-connections:InstallationId" ], "dependent_actions": [], "resource_type": "" @@ -46384,52 +48171,72 @@ }, { "access_level": "Write", - "description": "Grants permission to update information about the specified endpoint", - "privilege": "UpdateEndpoint", + "description": "Grants permission to update a host resource", + "privilege": "UpdateHost", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "document-classifier-endpoint*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "entity-recognizer-endpoint*" - }, + "resource_type": "Host*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a repository link", + "privilege": "UpdateRepositoryLink", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "flywheel" + "resource_type": "RepositoryLink*" } ] }, { "access_level": "Write", - "description": "Grants permission to Update a flywheel's configuration", - "privilege": "UpdateFlywheel", + "description": "Grants permission to update a sync blocker for a resource (cfn stack or other resources)", + "privilege": "UpdateSyncBlocker", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "flywheel*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a sync configuration", + "privilege": "UpdateSyncConfiguration", + "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "codestar-connections:Branch" + ], "dependent_actions": [], - "resource_type": "document-classifier" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to use a Connection resource to call provider actions", + "privilege": "UseConnection", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity-recognizer" + "resource_type": "Connection*" }, { "condition_keys": [ - "comprehend:VolumeKmsKey", - "comprehend:ModelKmsKey", - "comprehend:VpcSecurityGroupIds", - "comprehend:VpcSubnets" + "codestar-connections:BranchName", + "codestar-connections:FullRepositoryId", + "codestar-connections:OwnerId", + "codestar-connections:ProviderAction", + "codestar-connections:ProviderPermissionsRequired", + "codestar-connections:RepositoryName" ], "dependent_actions": [], "resource_type": "" @@ -46439,154 +48246,108 @@ ], "resources": [ { - "arn": "arn:${Partition}:comprehend:${Region}:${Account}:targeted-sentiment-detection-job/${JobId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "targeted-sentiment-detection-job" - }, - { - "arn": "arn:${Partition}:comprehend:${Region}:${Account}:document-classifier/${DocumentClassifierName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "document-classifier" - }, - { - "arn": "arn:${Partition}:comprehend:${Region}:${Account}:document-classifier-endpoint/${DocumentClassifierEndpointName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "document-classifier-endpoint" - }, - { - "arn": "arn:${Partition}:comprehend:${Region}:${Account}:entity-recognizer/${EntityRecognizerName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "entity-recognizer" - }, - { - "arn": "arn:${Partition}:comprehend:${Region}:${Account}:entity-recognizer-endpoint/${EntityRecognizerEndpointName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "entity-recognizer-endpoint" - }, - { - "arn": "arn:${Partition}:comprehend:${Region}:${Account}:dominant-language-detection-job/${JobId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "dominant-language-detection-job" - }, - { - "arn": "arn:${Partition}:comprehend:${Region}:${Account}:entities-detection-job/${JobId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "entities-detection-job" - }, - { - "arn": "arn:${Partition}:comprehend:${Region}:${Account}:pii-entities-detection-job/${JobId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "pii-entities-detection-job" - }, - { - "arn": "arn:${Partition}:comprehend:${Region}:${Account}:events-detection-job/${JobId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "events-detection-job" - }, - { - "arn": "arn:${Partition}:comprehend:${Region}:${Account}:key-phrases-detection-job/${JobId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "key-phrases-detection-job" - }, - { - "arn": "arn:${Partition}:comprehend:${Region}:${Account}:sentiment-detection-job/${JobId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "sentiment-detection-job" - }, - { - "arn": "arn:${Partition}:comprehend:${Region}:${Account}:topics-detection-job/${JobId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "topics-detection-job" - }, - { - "arn": "arn:${Partition}:comprehend:${Region}:${Account}:document-classification-job/${JobId}", + "arn": "arn:${Partition}:codestar-connections:${Region}:${Account}:connection/${ConnectionId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "document-classification-job" + "resource": "Connection" }, { - "arn": "arn:${Partition}:comprehend:${Region}:${Account}:flywheel/${FlywheelName}", + "arn": "arn:${Partition}:codestar-connections:${Region}:${Account}:host/${HostId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "flywheel" + "resource": "Host" }, { - "arn": "arn:${Partition}:comprehend:${Region}:${Account}:flywheel/${FlywheelName}/dataset/${DatasetName}", + "arn": "arn:${Partition}:codestar-connections:${Region}:${Account}:repository-link/${RepositoryLinkId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "flywheel-dataset" + "resource": "RepositoryLink" } ], - "service_name": "Amazon Comprehend" + "service_name": "AWS CodeStar Connections" }, { "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters actions based on the presence of tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters actions based on tag key-value pairs attached to the resource", + "type": "String" + }, { "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", + "description": "Filters actions based on the presence of tag keys in the request", "type": "ArrayOfString" + }, + { + "condition": "codestar-notifications:NotificationsForResource", + "description": "Filters access based on the ARN of the resource for which notifications are configured", + "type": "ARN" } ], - "prefix": "comprehendmedical", + "prefix": "codestar-notifications", "privileges": [ { - "access_level": "Read", - "description": "Grants permission to describe the properties of a medical entity detection job that you have submitted", - "privilege": "DescribeEntitiesDetectionV2Job", + "access_level": "Write", + "description": "Grants permission to create a notification rule for a resource", + "privilege": "CreateNotificationRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "notificationrule*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "codestar-notifications:NotificationsForResource" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the properties of an ICD-10-CM linking job that you have submitted", - "privilege": "DescribeICD10CMInferenceJob", + "access_level": "Write", + "description": "Grants permission to delete a notification rule for a resource", + "privilege": "DeleteNotificationRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "notificationrule*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "codestar-notifications:NotificationsForResource" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the properties of a PHI entity detection job that you have submitted", - "privilege": "DescribePHIDetectionJob", + "access_level": "Write", + "description": "Grants permission to delete a target for a notification rule", + "privilege": "DeleteTarget", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -46594,20 +48355,30 @@ }, { "access_level": "Read", - "description": "Grants permission to describe the properties of an RxNorm linking job that you have submitted", - "privilege": "DescribeRxNormInferenceJob", + "description": "Grants permission to get information about a notification rule", + "privilege": "DescribeNotificationRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "notificationrule*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "codestar-notifications:NotificationsForResource" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the properties of a SNOMED-CT linking job that you have submitted", - "privilege": "DescribeSNOMEDCTInferenceJob", + "access_level": "List", + "description": "Grants permission to list notifications event types", + "privilege": "ListEventTypes", "resource_types": [ { "condition_keys": [], @@ -46617,9 +48388,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to detect the named medical entities, and their relationships and traits within the given text document", - "privilege": "DetectEntitiesV2", + "access_level": "List", + "description": "Grants permission to list notification rules in an AWS account", + "privilege": "ListNotificationRules", "resource_types": [ { "condition_keys": [], @@ -46629,177 +48400,318 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to detect the protected health information (PHI) entities within the given text document", - "privilege": "DetectPHI", + "access_level": "List", + "description": "Grants permission to list the tags attached to a notification rule resource ARN", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "notificationrule*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to detect the medical condition entities within the given text document and link them to ICD-10-CM codes", - "privilege": "InferICD10CM", + "access_level": "List", + "description": "Grants permission to list the notification rule targets for an AWS account", + "privilege": "ListTargets", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to detect the medication entities within the given text document and link them to RxCUI concept identifiers from the National Library of Medicine RxNorm database", - "privilege": "InferRxNorm", + "access_level": "Write", + "description": "Grants permission to create an association between a notification rule and an Amazon SNS topic", + "privilege": "Subscribe", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "notificationrule*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "codestar-notifications:NotificationsForResource" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to detect the medical condition, anatomy, and test, treatment, and procedure entities within the given text document and link them to SNOMED-CT codes", - "privilege": "InferSNOMEDCT", + "access_level": "Tagging", + "description": "Grants permission to attach resource tags to a notification rule resource ARN", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "notificationrule*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the medical entity detection jobs that you have submitted", - "privilege": "ListEntitiesDetectionV2Jobs", + "access_level": "Write", + "description": "Grants permission to remove an association between a notification rule and an Amazon SNS topic", + "privilege": "Unsubscribe", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "notificationrule*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "codestar-notifications:NotificationsForResource" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the ICD-10-CM linking jobs that you have submitted", - "privilege": "ListICD10CMInferenceJobs", + "access_level": "Tagging", + "description": "Grants permission to disassociate resource tags from a notification rule resource ARN", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "notificationrule*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the PHI entity detection jobs that you have submitted", - "privilege": "ListPHIDetectionJobs", + "access_level": "Write", + "description": "Grants permission to change a notification rule for a resource", + "privilege": "UpdateNotificationRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "notificationrule*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "codestar-notifications:NotificationsForResource" + ], + "dependent_actions": [], "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:codestar-notifications:${Region}:${Account}:notificationrule/${NotificationRuleId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "notificationrule" + } + ], + "service_name": "AWS CodeStar Notifications" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" }, { - "access_level": "Read", - "description": "Grants permission to list the RxNorm linking jobs that you have submitted", - "privilege": "ListRxNormInferenceJobs", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with CodeWhisperer resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "codewhisperer", + "privileges": [ + { + "access_level": "Permissions management", + "description": "Grants permission to configure vended log delivery for CodeWhisperer customization resource", + "privilege": "AllowVendedLogDeliveryForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "customization*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the SNOMED-CT linking jobs that you have submitted", - "privilege": "ListSNOMEDCTInferenceJobs", + "access_level": "Write", + "description": "Grants permission to invoke AssociateCustomizationPermission on CodeWhisperer", + "privilege": "AssociateCustomizationPermission", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "customization*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start an asynchronous medical entity detection job for a collection of documents", - "privilege": "StartEntitiesDetectionV2Job", + "description": "Grants permission to invoke CreateCustomization on CodeWhisperer", + "privilege": "CreateCustomization", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "customization*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start an asynchronous ICD-10-CM linking job for a collection of documents", - "privilege": "StartICD10CMInferenceJob", + "description": "Grants permission to invoke CreateProfile on CodeWhisperer", + "privilege": "CreateProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "profile*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start an asynchronous PHI entity detection job for a collection of documents", - "privilege": "StartPHIDetectionJob", + "description": "Grants permission to invoke DeleteCustomization on CodeWhisperer", + "privilege": "DeleteCustomization", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "customization*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start an asynchronous RxNorm linking job for a collection of documents", - "privilege": "StartRxNormInferenceJob", + "description": "Grants permission to invoke DeleteProfile on CodeWhisperer", + "privilege": "DeleteProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "profile*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start an asynchronous SNOMED-CT linking job for a collection of documents", - "privilege": "StartSNOMEDCTInferenceJob", + "description": "Grants permission to invoke DisassociateCustomizationPermission on CodeWhisperer", + "privilege": "DisassociateCustomizationPermission", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "customization*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop a medical entity detection job", - "privilege": "StopEntitiesDetectionV2Job", + "access_level": "Read", + "description": "Grants permission to invoke GenerateRecommendations on CodeWhisperer", + "privilege": "GenerateRecommendations", "resource_types": [ { "condition_keys": [], @@ -46809,233 +48721,305 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to stop an ICD-10-CM linking job", - "privilege": "StopICD10CMInferenceJob", + "access_level": "Read", + "description": "Grants permission to invoke GetCustomization on CodeWhisperer", + "privilege": "GetCustomization", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "customization*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop a PHI entity detection job", - "privilege": "StopPHIDetectionJob", + "access_level": "List", + "description": "Grants permission to invoke ListCustomizationPermissions on CodeWhisperer", + "privilege": "ListCustomizationPermissions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "customization*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop an RxNorm linking job", - "privilege": "StopRxNormInferenceJob", + "access_level": "List", + "description": "Grants permission to invoke ListCustomizationVersions on CodeWhisperer", + "privilege": "ListCustomizationVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "customization*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop a SNOMED-CT linking job", - "privilege": "StopSNOMEDCTInferenceJob", + "access_level": "List", + "description": "Grants permission to invoke ListCustomizations on CodeWhisperer", + "privilege": "ListCustomizations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "customization*" } ] - } - ], - "resources": [], - "service_name": "Amazon Comprehend Medical" - }, - { - "conditions": [ - { - "condition": "compute-optimizer:ResourceType", - "description": "Filters access by the resource type", - "type": "String" - } - ], - "prefix": "compute-optimizer", - "privileges": [ + }, { - "access_level": "Write", - "description": "Grants permission to delete recommendation preferences", - "privilege": "DeleteRecommendationPreferences", + "access_level": "List", + "description": "Grants permission to invoke ListProfiles on CodeWhisperer", + "privilege": "ListProfiles", "resource_types": [ { - "condition_keys": [ - "compute-optimizer:ResourceType" - ], - "dependent_actions": [ - "autoscaling:DescribeAutoScalingGroups", - "ec2:DescribeInstances" - ], + "condition_keys": [], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to view the status of recommendation export jobs", - "privilege": "DescribeRecommendationExportJobs", + "description": "Grants permission to invoke ListTagsForResource on CodeWhisperer", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "customization" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "profile" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to export AutoScaling group recommendations to S3 for the provided accounts", - "privilege": "ExportAutoScalingGroupRecommendations", + "access_level": "Tagging", + "description": "Grants permission to invoke TagResource on CodeWhisperer", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "autoscaling:DescribeAutoScalingGroups", - "compute-optimizer:GetAutoScalingGroupRecommendations" + "dependent_actions": [], + "resource_type": "customization" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "profile" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to export EBS volume recommendations to S3 for the provided accounts", - "privilege": "ExportEBSVolumeRecommendations", + "access_level": "Tagging", + "description": "Grants permission to invoke UntagResource on CodeWhisperer", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "compute-optimizer:GetEBSVolumeRecommendations", - "ec2:DescribeVolumes" + "dependent_actions": [], + "resource_type": "customization" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "profile" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to export EC2 instance recommendations to S3 for the provided accounts", - "privilege": "ExportEC2InstanceRecommendations", + "description": "Grants permission to invoke UpdateCustomization on CodeWhisperer", + "privilege": "UpdateCustomization", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "compute-optimizer:GetEC2InstanceRecommendations", - "ec2:DescribeInstances" + "dependent_actions": [], + "resource_type": "customization*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to export ECS service recommendations to S3 for the provided accounts", - "privilege": "ExportECSServiceRecommendations", + "description": "Grants permission to invoke UpdateProfile on CodeWhisperer", + "privilege": "UpdateProfile", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "compute-optimizer:GetECSServiceRecommendations", - "ecs:ListClusters", - "ecs:ListServices" + "dependent_actions": [], + "resource_type": "profile*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" ], + "dependent_actions": [], "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:codewhisperer::${Account}:profile/${Identifier}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "profile" + }, + { + "arn": "arn:${Partition}:codewhisperer::${Account}:customization/${Identifier}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "customization" + } + ], + "service_name": "Amazon CodeWhisperer" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters actions based on the presence of tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters actions based on tag key-value pairs attached to the resource", + "type": "String" }, + { + "condition": "aws:TagKeys", + "description": "Filters access by a key that is present in the request", + "type": "ArrayOfString" + } + ], + "prefix": "cognito-identity", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to export Lambda function recommendations to S3 for the provided accounts", - "privilege": "ExportLambdaFunctionRecommendations", + "description": "Grants permission to create a new identity pool", + "privilege": "CreateIdentityPool", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [ - "compute-optimizer:GetLambdaFunctionRecommendations", - "lambda:ListFunctions", - "lambda:ListProvisionedConcurrencyConfigs" + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to get recommendations for the provided AutoScaling groups", - "privilege": "GetAutoScalingGroupRecommendations", + "access_level": "Write", + "description": "Grants permission to delete identities from an identity pool. You can specify a list of 1-60 identities that you want to delete", + "privilege": "DeleteIdentities", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "autoscaling:DescribeAutoScalingGroups" - ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to get recommendations for the provided EBS volumes", - "privilege": "GetEBSVolumeRecommendations", + "access_level": "Write", + "description": "Grants permission to delete a user pool. Once a pool is deleted, users will not be able to authenticate with the pool", + "privilege": "DeleteIdentityPool", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:DescribeVolumes" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "identitypool*" } ] }, { - "access_level": "List", - "description": "Grants permission to get recommendations for the provided EC2 instances", - "privilege": "GetEC2InstanceRecommendations", + "access_level": "Read", + "description": "Grants permission to return metadata related to the given identity, including when the identity was created and any associated linked logins", + "privilege": "DescribeIdentity", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:DescribeInstances" - ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to get the recommendation projected metrics of the specified instance", - "privilege": "GetEC2RecommendationProjectedMetrics", + "access_level": "Read", + "description": "Grants permission to get details about a particular identity pool, including the pool name, ID description, creation date, and current number of users", + "privilege": "DescribeIdentityPool", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:DescribeInstances" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "identitypool*" } ] }, { - "access_level": "List", - "description": "Grants permission to get the recommendation projected metrics of the specified ECS service", - "privilege": "GetECSServiceRecommendationProjectedMetrics", + "access_level": "Read", + "description": "Grants permission to return credentials for the provided identity ID", + "privilege": "GetCredentialsForIdentity", "resource_types": [ { "condition_keys": [], @@ -47045,473 +49029,661 @@ ] }, { - "access_level": "List", - "description": "Grants permission to get recommendations for the provided ECS services", - "privilege": "GetECSServiceRecommendations", + "access_level": "Write", + "description": "Grants permission to generate (or retrieve) a Cognito ID. Supplying multiple logins will create an implicit linked account", + "privilege": "GetId", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ecs:ListClusters", - "ecs:ListServices" - ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get recommendation preferences that are in effect", - "privilege": "GetEffectiveRecommendationPreferences", + "description": "Grants permission to get analytics data about the total current identity count for all identity pool identity provider (IdPs)", + "privilege": "GetIdentityPoolAnalytics", "resource_types": [ { - "condition_keys": [ - "compute-optimizer:ResourceType" - ], - "dependent_actions": [ - "autoscaling:DescribeAutoScalingGroups", - "autoscaling:DescribeAutoScalingInstances", - "ec2:DescribeInstances" - ], - "resource_type": "" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "identitypool*" } ] }, { - "access_level": "List", - "description": "Grants permission to get the enrollment status for the specified account", - "privilege": "GetEnrollmentStatus", + "access_level": "Read", + "description": "Grants permission to get analytics data about the number of new identities and total identities for all identity pool identity providers (IdPs)", + "privilege": "GetIdentityPoolDailyAnalytics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "identitypool*" } ] }, { - "access_level": "List", - "description": "Grants permission to get the enrollment statuses for member accounts of the organization", - "privilege": "GetEnrollmentStatusesForOrganization", + "access_level": "Read", + "description": "Grants permission to get the roles for an identity pool", + "privilege": "GetIdentityPoolRoles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "identitypool*" } ] }, { - "access_level": "List", - "description": "Grants permission to get recommendations for the provided Lambda functions", - "privilege": "GetLambdaFunctionRecommendations", + "access_level": "Read", + "description": "Grants permission to get analytics data about the number of new identities and total identities for one identity pool identity provider (IdPs)", + "privilege": "GetIdentityProviderDailyAnalytics", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "lambda:ListFunctions", - "lambda:ListProvisionedConcurrencyConfigs" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "identitypool*" } ] }, { "access_level": "Read", - "description": "Grants permission to get recommendation preferences", - "privilege": "GetRecommendationPreferences", + "description": "Grants permission to get an OpenID token, using a known Cognito ID", + "privilege": "GetOpenIdToken", "resource_types": [ { - "condition_keys": [ - "compute-optimizer:ResourceType" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to get the recommendation summaries for the specified account(s)", - "privilege": "GetRecommendationSummaries", + "access_level": "Read", + "description": "Grants permission to register (or retrieve) a Cognito IdentityId and an OpenID Connect token for a user authenticated by your backend authentication process", + "privilege": "GetOpenIdTokenForDeveloperIdentity", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "identitypool*" } ] }, { - "access_level": "Write", - "description": "Grants permission to put recommendation preferences", - "privilege": "PutRecommendationPreferences", + "access_level": "Read", + "description": "Grants permission to get the principal tags for an identity pool and provider", + "privilege": "GetPrincipalTagAttributeMap", "resource_types": [ { - "condition_keys": [ - "compute-optimizer:ResourceType" - ], - "dependent_actions": [ - "autoscaling:DescribeAutoScalingGroups", - "autoscaling:DescribeAutoScalingInstances", - "ec2:DescribeInstances" - ], - "resource_type": "" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "identitypool*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the identities in an identity pool", + "privilege": "ListIdentities", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "identitypool*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all of the Cognito identity pools registered for your account", + "privilege": "ListIdentityPools", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list the tags that are assigned to an Amazon Cognito identity pool", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "identitypool" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the IdentityId associated with a DeveloperUserIdentifier or the list of DeveloperUserIdentifiers associated with an IdentityId for an existing identity", + "privilege": "LookupDeveloperIdentity", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "identitypool*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the enrollment status", - "privilege": "UpdateEnrollmentStatus", + "description": "Grants permission to merge two users having different IdentityIds, existing in the same identity pool, and identified by the same developer provider", + "privilege": "MergeDeveloperIdentities", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "identitypool*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to set the roles for an identity pool. These roles are used when making calls to GetCredentialsForIdentity action", + "privilege": "SetIdentityPoolRoles", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to set the principal tags for an identity pool and provider. These tags are used when making calls to GetOpenIdToken action", + "privilege": "SetPrincipalTagAttributeMap", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to assign a set of tags to an Amazon Cognito identity pool", + "privilege": "TagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "identitypool" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to unlink a DeveloperUserIdentifier from an existing identity", + "privilege": "UnlinkDeveloperIdentity", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "identitypool*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to unlink a federated identity from an existing account", + "privilege": "UnlinkIdentity", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to remove the specified tags from an Amazon Cognito identity pool", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "identitypool" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] + }, + { + "access_level": "Write", + "description": "Grants permission to update an identity pool", + "privilege": "UpdateIdentityPool", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "identitypool*" + } + ] } ], - "resources": [], - "service_name": "AWS Compute Optimizer" + "resources": [ + { + "arn": "arn:${Partition}:cognito-identity:${Region}:${Account}:identitypool/${IdentityPoolId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "identitypool" + } + ], + "service_name": "Amazon Cognito Identity" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the allowed set of values for each of the tags", + "description": "Filters access by the presence of tag key-value pairs in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag-value associated with the resource", + "description": "Filters access by tag key-value pairs attached to the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by the presence of mandatory tags in the request", + "description": "Filters access by a key that is present in the request", "type": "ArrayOfString" } ], - "prefix": "config", + "prefix": "cognito-idp", "privileges": [ { - "access_level": "Read", - "description": "Grants permission to return the current configuration items for resources that are present in your AWS Config aggregator", - "privilege": "BatchGetAggregateResourceConfig", + "access_level": "Write", + "description": "Grants permission to add user attributes to the user pool schema", + "privilege": "AddCustomAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigurationAggregator*" + "resource_type": "userpool*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the current configuration for one or more requested resources", - "privilege": "BatchGetResourceConfig", + "access_level": "Write", + "description": "Grants permission to add any user to any group", + "privilege": "AdminAddUserToGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the authorization granted to the specified configuration aggregator account in a specified region", - "privilege": "DeleteAggregationAuthorization", + "description": "Grants permission to confirm any user's registration without a confirmation code", + "privilege": "AdminConfirmSignUp", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AggregationAuthorization*" + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified AWS Config rule and all of its evaluation results", - "privilege": "DeleteConfigRule", + "description": "Grants permission to create new users and send welcome messages via email or SMS", + "privilege": "AdminCreateUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigRule*" + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified configuration aggregator and the aggregated data associated with the aggregator", - "privilege": "DeleteConfigurationAggregator", + "description": "Grants permission to delete any user", + "privilege": "AdminDeleteUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigurationAggregator*" + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the configuration recorder", - "privilege": "DeleteConfigurationRecorder", + "description": "Grants permission to delete attributes from any user", + "privilege": "AdminDeleteUserAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified conformance pack and all the AWS Config rules and all evaluation results within that conformance pack", - "privilege": "DeleteConformancePack", + "description": "Grants permission to unlink any user pool user from a third-party identity provider (IdP) user", + "privilege": "AdminDisableProviderForUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConformancePack*" + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the delivery channel", - "privilege": "DeleteDeliveryChannel", + "description": "Grants permission to deactivate any user", + "privilege": "AdminDisableUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the evaluation results for the specified Config rule", - "privilege": "DeleteEvaluationResults", + "description": "Grants permission to activate any user", + "privilege": "AdminEnableUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigRule*" + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified organization config rule and all of its evaluation results from all member accounts in that organization", - "privilege": "DeleteOrganizationConfigRule", + "description": "Grants permission to deregister any user's devices", + "privilege": "AdminForgetDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "OrganizationConfigRule*" + "resource_type": "userpool*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified organization conformance pack and all of its evaluation results from all member accounts in that organization", - "privilege": "DeleteOrganizationConformancePack", + "access_level": "Read", + "description": "Grants permission to get information about any user's devices", + "privilege": "AdminGetDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "OrganizationConformancePack*" + "resource_type": "userpool*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to look up any user by user name", + "privilege": "AdminGetUser", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete pending authorization requests for a specified aggregator account in a specified region", - "privilege": "DeletePendingAggregationRequest", + "description": "Grants permission to authenticate any user", + "privilege": "AdminInitiateAuth", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the remediation configuration", - "privilege": "DeleteRemediationConfiguration", + "description": "Grants permission to link any user pool user to a third-party IdP user", + "privilege": "AdminLinkProviderForUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RemediationConfiguration*" + "resource_type": "userpool*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list any user's remembered devices", + "privilege": "AdminListDevices", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "userpool*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the groups that any user belongs to", + "privilege": "AdminListGroupsForUser", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "userpool*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to lists sign-in events for any user", + "privilege": "AdminListUserAuthEvents", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete one or more remediation exceptions for specific resource keys for a specific AWS Config Rule", - "privilege": "DeleteRemediationExceptions", + "description": "Grants permission to remove any user from any group", + "privilege": "AdminRemoveUserFromGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to record the configuration state for a custom resource that has been deleted", - "privilege": "DeleteResourceConfig", + "description": "Grants permission to reset any user's password", + "privilege": "AdminResetUserPassword", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the retention configuration", - "privilege": "DeleteRetentionConfiguration", + "description": "Grants permission to respond to an authentication challenge during the authentication of any user", + "privilege": "AdminRespondToAuthChallenge", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the stored query for an AWS account in an AWS Region", - "privilege": "DeleteStoredQuery", + "description": "Grants permission to set any user's preferred MFA method", + "privilege": "AdminSetUserMFAPreference", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "StoredQuery*" + "resource_type": "userpool*" } ] }, { - "access_level": "Read", - "description": "Grants permission to schedule delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel", - "privilege": "DeliverConfigSnapshot", + "access_level": "Write", + "description": "Grants permission to set any user's password", + "privilege": "AdminSetUserPassword", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return a list of compliant and noncompliant rules with the number of resources for compliant and noncompliant rules", - "privilege": "DescribeAggregateComplianceByConfigRules", + "access_level": "Write", + "description": "Grants permission to set user settings for any user", + "privilege": "AdminSetUserSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigurationAggregator*" + "resource_type": "userpool*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return a list of compliant and noncompliant conformance packs along with count of compliant, non-compliant and total rules within each conformance pack", - "privilege": "DescribeAggregateComplianceByConformancePacks", + "access_level": "Write", + "description": "Grants permission to update advanced security feedback for any user's authentication event", + "privilege": "AdminUpdateAuthEventFeedback", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigurationAggregator*" + "resource_type": "userpool*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of authorizations granted to various aggregator accounts and regions", - "privilege": "DescribeAggregationAuthorizations", + "access_level": "Write", + "description": "Grants permission to update the status of any user's remembered devices", + "privilege": "AdminUpdateDeviceStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { - "access_level": "Read", - "description": "Grants permission to indicate whether the specified AWS Config rules are compliant", - "privilege": "DescribeComplianceByConfigRule", + "access_level": "Write", + "description": "Grants permission to updates any user's standard or custom attributes", + "privilege": "AdminUpdateUserAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigRule*" + "resource_type": "userpool*" } ] }, { - "access_level": "Read", - "description": "Grants permission to indicate whether the specified AWS resources are compliant", - "privilege": "DescribeComplianceByResource", + "access_level": "Write", + "description": "Grants permission to sign out any user from all sessions", + "privilege": "AdminUserGlobalSignOut", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return status information for each of your AWS managed Config rules", - "privilege": "DescribeConfigRuleEvaluationStatus", + "access_level": "Write", + "description": "Grants permission to return a unique generated shared secret key code for the user", + "privilege": "AssociateSoftwareToken", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigRule*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to return details about your AWS Config rules", - "privilege": "DescribeConfigRules", + "access_level": "Write", + "description": "Grants permission to associate the user pool with an AWS WAF web ACL", + "privilege": "AssociateWebACL", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigRule*" + "resource_type": "userpool*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "webacl*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return status information for sources within an aggregator", - "privilege": "DescribeConfigurationAggregatorSourcesStatus", + "access_level": "Write", + "description": "Grants permission to change the password for a specified user in a user pool", + "privilege": "ChangePassword", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigurationAggregator*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to return the details of one or more configuration aggregators", - "privilege": "DescribeConfigurationAggregators", + "access_level": "Write", + "description": "Grants permission to confirm tracking of the device. This API call is the call that begins device tracking", + "privilege": "ConfirmDevice", "resource_types": [ { "condition_keys": [], @@ -47521,9 +49693,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to return the current status of the specified configuration recorder", - "privilege": "DescribeConfigurationRecorderStatus", + "access_level": "Write", + "description": "Grants permission to allow a user to enter a confirmation code to reset a forgotten password", + "privilege": "ConfirmForgotPassword", "resource_types": [ { "condition_keys": [], @@ -47533,9 +49705,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to return the names of one or more specified configuration recorders", - "privilege": "DescribeConfigurationRecorders", + "access_level": "Write", + "description": "Grants permission to confirm registration of a user and handles the existing alias from a previous user", + "privilege": "ConfirmSignUp", "resource_types": [ { "condition_keys": [], @@ -47545,117 +49717,133 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to return compliance information for each rule in that conformance pack", - "privilege": "DescribeConformancePackCompliance", + "access_level": "Write", + "description": "Grants permission to create new user pool groups", + "privilege": "CreateGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConformancePack*" + "resource_type": "userpool*" } ] }, { - "access_level": "Read", - "description": "Grants permission to provide one or more conformance packs deployment status", - "privilege": "DescribeConformancePackStatus", + "access_level": "Write", + "description": "Grants permission to add identity providers to user pools", + "privilege": "CreateIdentityProvider", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConformancePack*" + "resource_type": "userpool*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of one or more conformance packs", - "privilege": "DescribeConformancePacks", + "access_level": "Write", + "description": "Grants permission to create and configure scopes for OAuth 2.0 resource servers", + "privilege": "CreateResourceServer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConformancePack*" + "resource_type": "userpool*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the current status of the specified delivery channel", - "privilege": "DescribeDeliveryChannelStatus", + "access_level": "Write", + "description": "Grants permission to create user CSV import jobs", + "privilege": "CreateUserImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "userpool*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create and set password policy for user pools", + "privilege": "CreateUserPool", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to return details about the specified delivery channel", - "privilege": "DescribeDeliveryChannels", + "access_level": "Write", + "description": "Grants permission to create user pool app clients", + "privilege": "CreateUserPoolClient", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { - "access_level": "Read", - "description": "Grants permission to provide organization config rule deployment status for an organization", - "privilege": "DescribeOrganizationConfigRuleStatuses", + "access_level": "Write", + "description": "Grants permission to add user pool domains", + "privilege": "CreateUserPoolDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "OrganizationConfigRule*" + "resource_type": "userpool*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of organization config rules", - "privilege": "DescribeOrganizationConfigRules", + "access_level": "Write", + "description": "Grants permission to delete any empty user pool group", + "privilege": "DeleteGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "OrganizationConfigRule*" + "resource_type": "userpool*" } ] }, { - "access_level": "Read", - "description": "Grants permission to provide organization conformance pack deployment status for an organization", - "privilege": "DescribeOrganizationConformancePackStatuses", + "access_level": "Write", + "description": "Grants permission to delete any identity provider from user pools", + "privilege": "DeleteIdentityProvider", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "OrganizationConformancePack*" + "resource_type": "userpool*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of organization conformance packs", - "privilege": "DescribeOrganizationConformancePacks", + "access_level": "Write", + "description": "Grants permission to delete any OAuth 2.0 resource server from user pools", + "privilege": "DeleteResourceServer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "OrganizationConformancePack*" + "resource_type": "userpool*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of all pending aggregation requests", - "privilege": "DescribePendingAggregationRequests", + "access_level": "Write", + "description": "Grants permission to allow a user to delete one's self", + "privilege": "DeleteUser", "resource_types": [ { "condition_keys": [], @@ -47665,129 +49853,129 @@ ] }, { - "access_level": "List", - "description": "Grants permission to return the details of one or more remediation configurations", - "privilege": "DescribeRemediationConfigurations", + "access_level": "Write", + "description": "Grants permission to delete the attributes for a user", + "privilege": "DeleteUserAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RemediationConfiguration*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to return the details of one or more remediation exceptions", - "privilege": "DescribeRemediationExceptions", + "access_level": "Write", + "description": "Grants permission to delete user pools", + "privilege": "DeleteUserPool", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { - "access_level": "Read", - "description": "Grants permission to provide a detailed view of a Remediation Execution for a set of resources including state, timestamps and any error messages for steps that have failed", - "privilege": "DescribeRemediationExecutionStatus", + "access_level": "Write", + "description": "Grants permission to delete any user pool app client", + "privilege": "DeleteUserPoolClient", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RemediationConfiguration*" + "resource_type": "userpool*" } ] }, { - "access_level": "List", - "description": "Grants permission to return the details of one or more retention configurations", - "privilege": "DescribeRetentionConfigurations", + "access_level": "Write", + "description": "Grants permission to delete any user pool domain", + "privilege": "DeleteUserPoolDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { "access_level": "Read", - "description": "Grants permission to return the evaluation results for the specified AWS Config rule for a specific resource in a rule", - "privilege": "GetAggregateComplianceDetailsByConfigRule", + "description": "Grants permission to describe any user pool identity provider", + "privilege": "DescribeIdentityProvider", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigurationAggregator*" + "resource_type": "userpool*" } ] }, { "access_level": "Read", - "description": "Grants permission to return the number of compliant and noncompliant rules for one or more accounts and regions in an aggregator", - "privilege": "GetAggregateConfigRuleComplianceSummary", + "description": "Grants permission to describe any OAuth 2.0 resource server", + "privilege": "DescribeResourceServer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigurationAggregator*" + "resource_type": "userpool*" } ] }, { "access_level": "Read", - "description": "Grants permission to return the number of compliant and noncompliant conformance packs for one or more accounts and regions in an aggregator", - "privilege": "GetAggregateConformancePackComplianceSummary", + "description": "Grants permission to describe the risk configuration settings of user pools and app clients", + "privilege": "DescribeRiskConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigurationAggregator*" + "resource_type": "userpool*" } ] }, { "access_level": "Read", - "description": "Grants permission to return the resource counts across accounts and regions that are present in your AWS Config aggregator", - "privilege": "GetAggregateDiscoveredResourceCounts", + "description": "Grants permission to describe any user import job", + "privilege": "DescribeUserImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigurationAggregator*" + "resource_type": "userpool*" } ] }, { "access_level": "Read", - "description": "Grants permission to return configuration item that is aggregated for your specific resource in a specific source account and region", - "privilege": "GetAggregateResourceConfig", + "description": "Grants permission to describe user pools", + "privilege": "DescribeUserPool", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigurationAggregator*" + "resource_type": "userpool*" } ] }, { "access_level": "Read", - "description": "Grants permission to return the evaluation results for the specified AWS Config rule", - "privilege": "GetComplianceDetailsByConfigRule", + "description": "Grants permission to describe any user pool app client", + "privilege": "DescribeUserPoolClient", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigRule*" + "resource_type": "userpool*" } ] }, { "access_level": "Read", - "description": "Grants permission to return the evaluation results for the specified AWS resource", - "privilege": "GetComplianceDetailsByResource", + "description": "Grants permission to describe any user pool domain", + "privilege": "DescribeUserPoolDomain", "resource_types": [ { "condition_keys": [], @@ -47797,9 +49985,21 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to return the number of AWS Config rules that are compliant and noncompliant, up to a maximum of 25 for each", - "privilege": "GetComplianceSummaryByConfigRule", + "access_level": "Write", + "description": "Grants permission to disassociate the user pool with an AWS WAF web ACL", + "privilege": "DisassociateWebACL", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "userpool*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to forget the specified device", + "privilege": "ForgetDevice", "resource_types": [ { "condition_keys": [], @@ -47809,9 +50009,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to return the number of resources that are compliant and the number that are noncompliant", - "privilege": "GetComplianceSummaryByResourceType", + "access_level": "Write", + "description": "Grants permission to send a message to the end user with a confirmation code that is required to change the user's password", + "privilege": "ForgotPassword", "resource_types": [ { "condition_keys": [], @@ -47822,92 +50022,92 @@ }, { "access_level": "Read", - "description": "Grants permission to return compliance details of a conformance pack for all AWS resources that are monitered by conformance pack", - "privilege": "GetConformancePackComplianceDetails", + "description": "Grants permission to generate headers for a user import .csv file", + "privilege": "GetCSVHeader", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConformancePack*" + "resource_type": "userpool*" } ] }, { "access_level": "Read", - "description": "Grants permission to provide compliance summary for one or more conformance packs", - "privilege": "GetConformancePackComplianceSummary", + "description": "Grants permission to get the device", + "privilege": "GetDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConformancePack*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to return the policy definition containing the logic for your AWS Config Custom Policy rule", - "privilege": "GetCustomRulePolicy", + "description": "Grants permission to describe a user pool group", + "privilege": "GetGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigRule*" + "resource_type": "userpool*" } ] }, { "access_level": "Read", - "description": "Grants permission to return the resource types, the number of each resource type, and the total number of resources that AWS Config is recording in this region for your AWS account", - "privilege": "GetDiscoveredResourceCounts", + "description": "Grants permission to correlate a user pool IdP identifier to the IdP Name", + "privilege": "GetIdentityProviderByIdentifier", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { "access_level": "Read", - "description": "Grants permission to return detailed status for each member account within an organization for a given organization config rule", - "privilege": "GetOrganizationConfigRuleDetailedStatus", + "description": "Grants permission to get the detailed activity logging configuration for a user pool", + "privilege": "GetLogDeliveryConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "OrganizationConfigRule*" + "resource_type": "userpool*" } ] }, { "access_level": "Read", - "description": "Grants permission to return detailed status for each member account within an organization for a given organization conformance pack", - "privilege": "GetOrganizationConformancePackDetailedStatus", + "description": "Grants permission to look up signing certificates for user pools", + "privilege": "GetSigningCertificate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "OrganizationConformancePack*" + "resource_type": "userpool*" } ] }, { "access_level": "Read", - "description": "Grants permission to return the policy definition containing the logic for your organization AWS Config Custom Policy rule", - "privilege": "GetOrganizationCustomRulePolicy", + "description": "Grants permission to get UI customization information for the hosted UI of any app client", + "privilege": "GetUICustomization", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "OrganizationConfigRule*" + "resource_type": "userpool*" } ] }, { "access_level": "Read", - "description": "Grants permission to return a list of configuration items for the specified resource", - "privilege": "GetResourceConfigHistory", + "description": "Grants permission to get the user attributes and metadata for a user", + "privilege": "GetUser", "resource_types": [ { "condition_keys": [], @@ -47918,8 +50118,8 @@ }, { "access_level": "Read", - "description": "Grants permission to return the summary of resource evaluations for a specific resource evaluation ID", - "privilege": "GetResourceEvaluationSummary", + "description": "Grants permission to get the user attribute verification code for the specified attribute name", + "privilege": "GetUserAttributeVerificationCode", "resource_types": [ { "condition_keys": [], @@ -47930,32 +50130,32 @@ }, { "access_level": "Read", - "description": "Grants permission to return the details of a specific stored query", - "privilege": "GetStoredQuery", + "description": "Grants permission to look up the MFA configuration of user pools", + "privilege": "GetUserPoolMfaConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "StoredQuery*" + "resource_type": "userpool*" } ] }, { - "access_level": "List", - "description": "Grants permission to accept a resource type and returns a list of resource identifiers that are aggregated for a specific resource type across accounts and regions", - "privilege": "ListAggregateDiscoveredResources", + "access_level": "Read", + "description": "Grants permission to get the AWS WAF web ACL that is associated with an Amazon Cognito user pool", + "privilege": "GetWebACLForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigurationAggregator*" + "resource_type": "userpool*" } ] }, { - "access_level": "List", - "description": "Grants permission to return the percentage of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations", - "privilege": "ListConformancePackComplianceScores", + "access_level": "Write", + "description": "Grants permission to sign out users from all devices", + "privilege": "GlobalSignOut", "resource_types": [ { "condition_keys": [], @@ -47965,9 +50165,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to accept a resource type and returns a list of resource identifiers for the resources of that type", - "privilege": "ListDiscoveredResources", + "access_level": "Write", + "description": "Grants permission to initiate the authentication flow", + "privilege": "InitiateAuth", "resource_types": [ { "condition_keys": [], @@ -47978,8 +50178,8 @@ }, { "access_level": "List", - "description": "Grants permission to list the resource evaluation summaries for an AWS account in an AWS Region", - "privilege": "ListResourceEvaluations", + "description": "Grants permission to list the devices", + "privilege": "ListDevices", "resource_types": [ { "condition_keys": [], @@ -47990,117 +50190,131 @@ }, { "access_level": "List", - "description": "Grants permission to list the stored queries for an AWS account in an AWS Region", - "privilege": "ListStoredQueries", + "description": "Grants permission to list all groups in user pools", + "privilege": "ListGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the tags for AWS Config resource", - "privilege": "ListTagsForResource", + "access_level": "List", + "description": "Grants permission to list all identity providers in user pools", + "privilege": "ListIdentityProviders", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AggregationAuthorization" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ConfigRule" - }, + "resource_type": "userpool*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all resource servers in user pools", + "privilege": "ListResourceServers", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigurationAggregator" - }, + "resource_type": "userpool*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the user pools that are associated with an AWS WAF web ACL", + "privilege": "ListResourcesForWebACL", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConformancePack" - }, + "resource_type": "webacl*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the tags that are assigned to an Amazon Cognito user pool", + "privilege": "ListTagsForResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "OrganizationConfigRule" - }, + "resource_type": "userpool" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all user import jobs", + "privilege": "ListUserImportJobs", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "OrganizationConformancePack" - }, + "resource_type": "userpool*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all app clients in user pools", + "privilege": "ListUserPoolClients", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "StoredQuery" + "resource_type": "userpool*" } ] }, { - "access_level": "Write", - "description": "Grants permission to authorize the aggregator account and region to collect data from the source account and region", - "privilege": "PutAggregationAuthorization", + "access_level": "List", + "description": "Grants permission to list all user pools", + "privilege": "ListUserPools", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AggregationAuthorization*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to add or update an AWS Config rule for evaluating whether your AWS resources comply with your desired configurations", - "privilege": "PutConfigRule", + "access_level": "List", + "description": "Grants permission to list all user pool users", + "privilege": "ListUsers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigRule*" - }, + "resource_type": "userpool*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the users in any group", + "privilege": "ListUsersInGroup", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to create and update the configuration aggregator with the selected source accounts and regions", - "privilege": "PutConfigurationAggregator", + "description": "Grants permission to resend the confirmation (for confirmation of registration) to a specific user in the user pool", + "privilege": "ResendConfirmationCode", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole", - "organizations:EnableAWSServiceAccess", - "organizations:ListDelegatedAdministrators" - ], - "resource_type": "ConfigurationAggregator*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], "resource_type": "" } @@ -48108,8 +50322,8 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new configuration recorder to record the selected resource configurations", - "privilege": "PutConfigurationRecorder", + "description": "Grants permission to respond to the authentication challenge", + "privilege": "RespondToAuthChallenge", "resource_types": [ { "condition_keys": [], @@ -48120,111 +50334,92 @@ }, { "access_level": "Write", - "description": "Grants permission to create or update a conformance pack", - "privilege": "PutConformancePack", + "description": "Grants permission to revoke all of the access tokens generated by the specified refresh token", + "privilege": "RevokeToken", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "iam:PassRole", - "s3:GetObject", - "s3:ListBucket", - "ssm:GetDocument" - ], - "resource_type": "ConformancePack*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a delivery channel object to deliver configuration information to an Amazon S3 bucket and Amazon SNS topic", - "privilege": "PutDeliveryChannel", + "description": "Grants permission to set up or modify the detailed activity logging configuration of a user pool", + "privilege": "SetLogDeliveryConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to be used by an AWS Lambda function to deliver evaluation results to AWS Config", - "privilege": "PutEvaluations", + "description": "Grants permission to set risk configuration for user pools and app clients", + "privilege": "SetRiskConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to deliver evaluation result to AWS Config", - "privilege": "PutExternalEvaluation", + "description": "Grants permission to customize the hosted UI for any app client", + "privilege": "SetUICustomization", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigRule*" + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to add or update organization config rule for your entire organization evaluating whether your AWS resources comply with your desired configurations", - "privilege": "PutOrganizationConfigRule", + "description": "Grants permission to set MFA preference for the user in the userpool", + "privilege": "SetUserMFAPreference", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "iam:PassRole", - "organizations:EnableAWSServiceAccess", - "organizations:ListDelegatedAdministrators" - ], - "resource_type": "OrganizationConfigRule*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to add or update organization conformance pack for your entire organization evaluating whether your AWS resources comply with your desired configurations", - "privilege": "PutOrganizationConformancePack", + "description": "Grants permission to set user pool MFA configuration", + "privilege": "SetUserPoolMfaConfig", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "iam:PassRole", - "organizations:EnableAWSServiceAccess", - "organizations:ListDelegatedAdministrators", - "s3:GetObject" - ], - "resource_type": "OrganizationConformancePack*" + "dependent_actions": [], + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to add or update the remediation configuration with a specific AWS Config rule with the selected target or action", - "privilege": "PutRemediationConfigurations", + "description": "Grants permission to set the user settings like multi-factor authentication (MFA)", + "privilege": "SetUserSettings", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "RemediationConfiguration*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to add or update remediation exceptions for specific resources for a specific AWS Config rule", - "privilege": "PutRemediationExceptions", + "description": "Grants permission to register the user in the specified user pool and creates a user name, password, and user attributes", + "privilege": "SignUp", "resource_types": [ { "condition_keys": [], @@ -48235,37 +50430,37 @@ }, { "access_level": "Write", - "description": "Grants permission to record the configuration state for the resource provided in the request", - "privilege": "PutResourceConfig", + "description": "Grants permission to start any user import job", + "privilege": "StartUserImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to create and update the retention configuration with details about retention period (number of days) that AWS Config stores your historical information", - "privilege": "PutRetentionConfiguration", + "description": "Grants permission to stop any user import job", + "privilege": "StopUserImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { - "access_level": "Write", - "description": "Grants permission to save a new query or updates an existing saved query", - "privilege": "PutStoredQuery", + "access_level": "Tagging", + "description": "Grants permission to tag a user pool", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "StoredQuery*" + "resource_type": "userpool" }, { "condition_keys": [ @@ -48278,85 +50473,88 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to accept a structured query language (SQL) SELECT command and an aggregator to query configuration state of AWS resources across multiple accounts and regions, performs the corresponding search, and returns resource configurations matching the properties", - "privilege": "SelectAggregateResourceConfig", + "access_level": "Tagging", + "description": "Grants permission to untag a user pool", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigurationAggregator*" + "resource_type": "userpool" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to accept a structured query language (SQL) SELECT command, performs the corresponding search, and returns resource configurations matching the properties", - "privilege": "SelectResourceConfig", + "access_level": "Write", + "description": "Grants permission to update the feedback for the user authentication event", + "privilege": "UpdateAuthEventFeedback", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to evaluate your resources against the specified Config rules", - "privilege": "StartConfigRulesEvaluation", + "description": "Grants permission to update the device status", + "privilege": "UpdateDeviceStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigRule*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start recording configurations of the AWS resources you have selected to record in your AWS account", - "privilege": "StartConfigurationRecorder", + "description": "Grants permission to update the configuration of any group", + "privilege": "UpdateGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to run an on-demand remediation for the specified AWS Config rules against the last known remediation configuration", - "privilege": "StartRemediationExecution", + "description": "Grants permission to update the configuration of any user pool IdP", + "privilege": "UpdateIdentityProvider", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to evaluate your resource details against the AWS Config rules in your account", - "privilege": "StartResourceEvaluation", + "description": "Grants permission to update the configuration of any OAuth 2.0 resource server", + "privilege": "UpdateResourceServer", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "cloudformation:DescribeType" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "userpool*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop recording configurations of the AWS resources you have selected to record in your AWS account", - "privilege": "StopConfigurationRecorder", + "description": "Grants permission to allow a user to update a specific attribute (one at a time)", + "privilege": "UpdateUserAttributes", "resource_types": [ { "condition_keys": [], @@ -48366,44 +50564,14 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to associate the specified tags to a resource with the specified resourceArn", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to updates the configuration of user pools", + "privilege": "UpdateUserPool", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AggregationAuthorization" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ConfigRule" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ConfigurationAggregator" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ConformancePack" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "OrganizationConfigRule" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "OrganizationConformancePack" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "StoredQuery" + "resource_type": "userpool*" }, { "condition_keys": [ @@ -48416,50 +50584,49 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to delete specified tags from a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to update any user pool client", + "privilege": "UpdateUserPoolClient", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AggregationAuthorization" - }, + "resource_type": "userpool*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to replace the certificate for any custom domain", + "privilege": "UpdateUserPoolDomain", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigRule" - }, + "resource_type": "userpool*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to register a user's entered TOTP code and mark the user's software token MFA status as verified if successful", + "privilege": "VerifySoftwareToken", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigurationAggregator" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to verify a user attribute using a one time verification code", + "privilege": "VerifyUserAttribute", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConformancePack" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "OrganizationConfigRule" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "OrganizationConformancePack" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "StoredQuery" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] @@ -48467,611 +50634,418 @@ ], "resources": [ { - "arn": "arn:${Partition}:config:${Region}:${Account}:aggregation-authorization/${AggregatorAccount}/${AggregatorRegion}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "AggregationAuthorization" - }, - { - "arn": "arn:${Partition}:config:${Region}:${Account}:config-aggregator/${AggregatorId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "ConfigurationAggregator" - }, - { - "arn": "arn:${Partition}:config:${Region}:${Account}:config-rule/${ConfigRuleId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "ConfigRule" - }, - { - "arn": "arn:${Partition}:config:${Region}:${Account}:conformance-pack/${ConformancePackName}/${ConformancePackId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "ConformancePack" - }, - { - "arn": "arn:${Partition}:config:${Region}:${Account}:organization-config-rule/${OrganizationConfigRuleId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "OrganizationConfigRule" - }, - { - "arn": "arn:${Partition}:config:${Region}:${Account}:organization-conformance-pack/${OrganizationConformancePackId}", + "arn": "arn:${Partition}:cognito-idp:${Region}:${Account}:userpool/${UserPoolId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "OrganizationConformancePack" + "resource": "userpool" }, { - "arn": "arn:${Partition}:config:${Region}:${Account}:remediation-configuration/${RemediationConfigurationId}", + "arn": "arn:${Partition}:wafv2:${Region}:${Account}:${Scope}/webacl/${Name}/${Id}", "condition_keys": [], - "resource": "RemediationConfiguration" - }, - { - "arn": "arn:${Partition}:config:${Region}:${Account}:stored-query/${StoredQueryName}/${StoredQueryId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "StoredQuery" + "resource": "webacl" } ], - "service_name": "AWS Config" + "service_name": "Amazon Cognito User Pools" }, { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by using tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by using tag key-value pairs attached to the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by using tag keys in the request", - "type": "ArrayOfString" - }, - { - "condition": "connect:AttributeType", - "description": "Filters access by the attribute type of the Amazon Connect instance", - "type": "String" - }, - { - "condition": "connect:InstanceId", - "description": "Filters access by restricting federation into specified Amazon Connect instances", - "type": "String" - }, - { - "condition": "connect:MonitorCapabilities", - "description": "Filters access by restricting the monitor capabilities of the user in the request", - "type": "ArrayOfString" - }, - { - "condition": "connect:SearchTag/${TagKey}", - "description": "Filters access by TagFilter condition passed in the search request", - "type": "String" - }, - { - "condition": "connect:StorageResourceType", - "description": "Filters access by restricting the storage resource type of the Amazon Connect instance storage configuration", - "type": "String" - } - ], - "prefix": "connect", + "conditions": [], + "prefix": "cognito-sync", "privileges": [ { "access_level": "Write", - "description": "Grants permission to activate an evaluation form in the specified Amazon Connect instance. After the evaluation form is activated, it is available to start new evaluations based on the form", - "privilege": "ActivateEvaluationForm", + "description": "Grants permission to initiate a bulk publish of all existing datasets for an Identity Pool to the configured stream", + "privilege": "BulkPublish", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "evaluation-form*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "identitypool*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate approved origin for an existing Amazon Connect instance", - "privilege": "AssociateApprovedOrigin", + "description": "Grants permission to delete a specific dataset", + "privilege": "DeleteDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "dataset*" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate a Lex bot for an existing Amazon Connect instance", - "privilege": "AssociateBot", + "access_level": "Read", + "description": "Grants permission to get metadata about a dataset by identity and dataset name", + "privilege": "DescribeDataset", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:AttachRolePolicy", - "iam:CreateServiceLinkedRole", - "iam:PutRolePolicy", - "lex:CreateResourcePolicy", - "lex:DescribeBotAlias", - "lex:GetBot", - "lex:UpdateResourcePolicy" - ], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "dataset*" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate a Customer Profiles domain for an existing Amazon Connect instance", - "privilege": "AssociateCustomerProfilesDomain", + "access_level": "Read", + "description": "Grants permission to get usage details (for example, data storage) about a particular identity pool", + "privilege": "DescribeIdentityPoolUsage", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:AttachRolePolicy", - "iam:CreateServiceLinkedRole", - "iam:PutRolePolicy", - "profile:GetDomain" - ], - "resource_type": "instance*" + "dependent_actions": [], + "resource_type": "identitypool*" } ] }, { - "access_level": "Write", - "description": "Grants permission to default vocabulary for an existing Amazon Connect instance", - "privilege": "AssociateDefaultVocabulary", + "access_level": "Read", + "description": "Grants permission to get usage information for an identity, including number of datasets and data usage", + "privilege": "DescribeIdentityUsage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "identity*" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate instance storage for an existing Amazon Connect instance", - "privilege": "AssociateInstanceStorageConfig", + "access_level": "Read", + "description": "Grants permission to get the status of the last BulkPublish operation for an identity pool", + "privilege": "GetBulkPublishDetails", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ds:DescribeDirectories", - "firehose:DescribeDeliveryStream", - "iam:AttachRolePolicy", - "iam:CreateServiceLinkedRole", - "iam:PutRolePolicy", - "kinesis:DescribeStream", - "kms:CreateGrant", - "kms:DescribeKey", - "s3:GetBucketAcl", - "s3:GetBucketLocation" - ], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:StorageResourceType", - "connect:InstanceId" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "identitypool*" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate a Lambda function for an existing Amazon Connect instance", - "privilege": "AssociateLambdaFunction", + "access_level": "Read", + "description": "Grants permission to get the events and the corresponding Lambda functions associated with an identity pool", + "privilege": "GetCognitoEvents", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "lambda:AddPermission" - ], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "identitypool*" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate a Lex bot for an existing Amazon Connect instance", - "privilege": "AssociateLexBot", + "access_level": "Read", + "description": "Grants permission to get the configuration settings of an identity pool", + "privilege": "GetIdentityPoolConfiguration", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:AttachRolePolicy", - "iam:CreateServiceLinkedRole", - "iam:PutRolePolicy", - "lex:GetBot" - ], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "identitypool*" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate contact flow resources to phone number resources in an Amazon Connect instance", - "privilege": "AssociatePhoneNumberContactFlow", + "access_level": "List", + "description": "Grants permission to list datasets for an identity", + "privilege": "ListDatasets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-flow*" - }, + "resource_type": "dataset*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a list of identity pools registered with Cognito", + "privilege": "ListIdentityPoolUsage", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "phone-number*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "identitypool*" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate quick connects with a queue in an Amazon Connect instance", - "privilege": "AssociateQueueQuickConnects", + "access_level": "Read", + "description": "Grants permission to get paginated records, optionally changed after a particular sync count for a dataset and identity", + "privilege": "ListRecords", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "queue*" - }, + "resource_type": "dataset*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to query records", + "privilege": "QueryRecords", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "quick-connect*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to associate queues with a routing profile in an Amazon Connect instance", - "privilege": "AssociateRoutingProfileQueues", + "description": "Grants permission to register a device to receive push sync notifications", + "privilege": "RegisterDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "queue*" - }, + "resource_type": "identity*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to set the AWS Lambda function for a given event type for an identity pool", + "privilege": "SetCognitoEvents", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "routing-profile*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "identitypool*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate a security key for an existing Amazon Connect instance", - "privilege": "AssociateSecurityKey", + "description": "Grants permission to configure datasets", + "privilege": "SetDatasetConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "dataset*" } ] }, { "access_level": "Write", - "description": "Grants permission to grant access and to associate the datasets with the specified AWS account", - "privilege": "BatchAssociateAnalyticsDataSet", + "description": "Grants permission to set the necessary configuration for push sync", + "privilege": "SetIdentityPoolConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "identitypool*" } ] }, { "access_level": "Write", - "description": "Grants permission to revoke access and to disassociate the datasets with the specified AWS account", - "privilege": "BatchDisassociateAnalyticsDataSet", + "description": "Grants permission to subscribe to receive notifications when a dataset is modified by another device", + "privilege": "SubscribeToDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "dataset*" } ] }, { "access_level": "Write", - "description": "Grants permission to claim phone number resources in an Amazon Connect instance or traffic distribution group", - "privilege": "ClaimPhoneNumber", + "description": "Grants permission to unsubscribe from receiving notifications when a dataset is modified by another device", + "privilege": "UnsubscribeFromDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, + "resource_type": "dataset*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to post updates to records and add and delete records for a dataset and user", + "privilege": "UpdateRecords", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "traffic-distribution-group*" - }, + "resource_type": "dataset*" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:cognito-sync:${Region}:${Account}:identitypool/${IdentityPoolId}/identity/${IdentityId}/dataset/${DatasetName}", + "condition_keys": [], + "resource": "dataset" + }, + { + "arn": "arn:${Partition}:cognito-sync:${Region}:${Account}:identitypool/${IdentityPoolId}/identity/${IdentityId}", + "condition_keys": [], + "resource": "identity" + }, + { + "arn": "arn:${Partition}:cognito-sync:${Region}:${Account}:identitypool/${IdentityPoolId}", + "condition_keys": [], + "resource": "identitypool" + } + ], + "service_name": "Amazon Cognito Sync" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by requiring tag values present in a resource creation request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by requiring tag value associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by requiring the presence of mandatory tags in the request", + "type": "ArrayOfString" + }, + { + "condition": "comprehend:DataLakeKmsKey", + "description": "Filters access by the DataLake Kms Key associated with the flywheel resource in the request", + "type": "ARN" + }, + { + "condition": "comprehend:FlywheelIterationId", + "description": "Filters access by particular Iteration Id for a flywheel", + "type": "String" + }, + { + "condition": "comprehend:ModelKmsKey", + "description": "Filters access by the model KMS key associated with the resource in the request", + "type": "ARN" + }, + { + "condition": "comprehend:OutputKmsKey", + "description": "Filters access by the output KMS key associated with the resource in the request", + "type": "ARN" + }, + { + "condition": "comprehend:VolumeKmsKey", + "description": "Filters access by the volume KMS key associated with the resource in the request", + "type": "ARN" + }, + { + "condition": "comprehend:VpcSecurityGroupIds", + "description": "Filters access by the list of all VPC security group ids associated with the resource in the request", + "type": "ArrayOfString" + }, + { + "condition": "comprehend:VpcSubnets", + "description": "Filters access by the list of all VPC subnets associated with the resource in the request", + "type": "ArrayOfString" + } + ], + "prefix": "comprehend", + "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to detect the language or languages present in the list of text documents", + "privilege": "BatchDetectDominantLanguage", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "wildcard-phone-number*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create agent status in an Amazon Connect instance", - "privilege": "CreateAgentStatus", + "access_level": "Read", + "description": "Grants permission to detect the named entities (\"People\", \"Places\", \"Locations\", etc) within the given list of text documents", + "privilege": "BatchDetectEntities", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "agent-status*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a contact flow in an Amazon Connect instance", - "privilege": "CreateContactFlow", + "access_level": "Read", + "description": "Grants permission to detect the phrases in the list of text documents that are most indicative of the content", + "privilege": "BatchDetectKeyPhrases", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-flow*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a contact flow module in an Amazon Connect instance", - "privilege": "CreateContactFlowModule", + "access_level": "Read", + "description": "Grants permission to detect the sentiment of a text in the list of documents (Positive, Negative, Neutral, or Mixed)", + "privilege": "BatchDetectSentiment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-flow-module*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an evaluation form in the specified Amazon Connect instance. The form can be used to define questions related to agent performance, and create sections to organize such questions. Question and section identifiers cannot be duplicated within the same evaluation form", - "privilege": "CreateEvaluationForm", + "access_level": "Read", + "description": "Grants permission to detect syntactic information (like Part of Speech, Tokens) in a list of text documents", + "privilege": "BatchDetectSyntax", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "evaluation-form*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create hours of operation in an Amazon Connect instance", - "privilege": "CreateHoursOfOperation", + "access_level": "Read", + "description": "Grants permission to detect the sentiments associated with specific entities (such as brands or products) within the given list of text documents", + "privilege": "BatchDetectTargetedSentiment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "hours-of-operation*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new Amazon Connect instance", - "privilege": "CreateInstance", + "access_level": "Read", + "description": "Grants permission to create a new document classification request to analyze a single document in real-time, using a previously created and trained custom model and an endpoint", + "privilege": "ClassifyDocument", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "ds:AuthorizeApplication", - "ds:CheckAlias", - "ds:CreateAlias", - "ds:CreateDirectory", - "ds:CreateIdentityPoolDirectory", - "ds:DeleteDirectory", - "ds:DescribeDirectories", - "ds:UnauthorizeApplication", - "iam:AttachRolePolicy", - "iam:CreateServiceLinkedRole", - "iam:PutRolePolicy" - ], - "resource_type": "" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "document-classifier-endpoint*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an integration association with an Amazon Connect instance", - "privilege": "CreateIntegrationAssociation", + "access_level": "Read", + "description": "Grants permission to classify the personally identifiable information within given documents in real-time", + "privilege": "ContainsPiiEntities", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "app-integrations:CreateEventIntegrationAssociation", - "cases:GetDomain", - "connect:DescribeInstance", - "ds:DescribeDirectories", - "events:PutRule", - "events:PutTargets", - "iam:AttachRolePolicy", - "iam:CreateServiceLinkedRole", - "iam:PutRolePolicy", - "mobiletargeting:GetApp", - "voiceid:DescribeDomain", - "wisdom:GetAssistant", - "wisdom:GetKnowledgeBase" - ], - "resource_type": "instance*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "integration-association*" - }, - { - "condition_keys": [ - "connect:InstanceId", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], "resource_type": "" } @@ -49079,22 +51053,18 @@ }, { "access_level": "Write", - "description": "Grants permission to add a participant to an ongoing contact", - "privilege": "CreateParticipant", + "description": "Grants permission to create a new dataset within a flywheel", + "privilege": "CreateDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "flywheel*" }, { "condition_keys": [ - "connect:InstanceId" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -49103,23 +51073,23 @@ }, { "access_level": "Write", - "description": "Grants permission to create a prompt in an Amazon Connect instance", - "privilege": "CreatePrompt", + "description": "Grants permission to create a new document classifier that you can use to categorize documents", + "privilege": "CreateDocumentClassifier", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kms:Decrypt", - "s3:GetObject", - "s3:GetObjectAcl" - ], - "resource_type": "prompt*" + "dependent_actions": [], + "resource_type": "document-classifier*" }, { "condition_keys": [ "aws:RequestTag/${TagKey}", "aws:TagKeys", - "connect:InstanceId" + "comprehend:VolumeKmsKey", + "comprehend:ModelKmsKey", + "comprehend:OutputKmsKey", + "comprehend:VpcSecurityGroupIds", + "comprehend:VpcSubnets" ], "dependent_actions": [], "resource_type": "" @@ -49128,75 +51098,60 @@ }, { "access_level": "Write", - "description": "Grants permission to create a queue in an Amazon Connect instance", - "privilege": "CreateQueue", + "description": "Grants permission to create a model-specific endpoint for synchronous inference for a previously trained custom model", + "privilege": "CreateEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "hours-of-operation*" + "resource_type": "document-classifier*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "queue*" + "resource_type": "document-classifier-endpoint*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-flow" + "resource_type": "entity-recognizer*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "phone-number" + "resource_type": "entity-recognizer-endpoint*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "quick-connect" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "flywheel" } ] }, { "access_level": "Write", - "description": "Grants permission to create a quick connect in an Amazon Connect instance", - "privilege": "CreateQuickConnect", + "description": "Grants permission to create an entity recognizer using submitted files", + "privilege": "CreateEntityRecognizer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "quick-connect*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "contact-flow" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "queue" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "user" + "resource_type": "entity-recognizer*" }, { "condition_keys": [ "aws:RequestTag/${TagKey}", "aws:TagKeys", - "connect:InstanceId" + "comprehend:VolumeKmsKey", + "comprehend:ModelKmsKey", + "comprehend:VpcSecurityGroupIds", + "comprehend:VpcSubnets" ], "dependent_actions": [], "resource_type": "" @@ -49205,293 +51160,230 @@ }, { "access_level": "Write", - "description": "Grants permission to create a routing profile in an Amazon Connect instance", - "privilege": "CreateRoutingProfile", + "description": "Grants permission to create a new flywheel that you can use to train model versions", + "privilege": "CreateFlywheel", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "comprehend:VolumeKmsKey", + "comprehend:ModelKmsKey", + "comprehend:DataLakeKmsKey", + "comprehend:VpcSecurityGroupIds", + "comprehend:VpcSubnets" + ], "dependent_actions": [], - "resource_type": "queue*" + "resource_type": "flywheel*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "routing-profile*" + "resource_type": "document-classifier" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "entity-recognizer" } ] }, { "access_level": "Write", - "description": "Grants permission to create a rule in an Amazon Connect instance", - "privilege": "CreateRule", + "description": "Grants permission to delete a previously created document classifier", + "privilege": "DeleteDocumentClassifier", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "document-classifier*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a security profile for the specified Amazon Connect instance", - "privilege": "CreateSecurityProfile", + "description": "Grants permission to delete a model-specific endpoint for a previously-trained custom model. All endpoints must be deleted in order for the model to be deleted", + "privilege": "DeleteEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "security-profile*" + "resource_type": "document-classifier-endpoint*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "entity-recognizer-endpoint*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a task template in an Amazon Connect instance", - "privilege": "CreateTaskTemplate", + "description": "Grants permission to delete a submitted entity recognizer", + "privilege": "DeleteEntityRecognizer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task-template*" + "resource_type": "entity-recognizer*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a traffic distribution group", - "privilege": "CreateTrafficDistributionGroup", + "description": "Grants permission to Delete a flywheel", + "privilege": "DeleteFlywheel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "traffic-distribution-group*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "flywheel*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a use case for an integration association", - "privilege": "CreateUseCase", + "description": "Grants permission to remove policy on resource", + "privilege": "DeleteResourcePolicy", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "connect:DescribeInstance", - "ds:DescribeDirectories" - ], - "resource_type": "instance*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "integration-association*" + "resource_type": "document-classifier*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "use-case*" - }, - { - "condition_keys": [ - "connect:InstanceId", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "entity-recognizer*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a user for the specified Amazon Connect instance", - "privilege": "CreateUser", + "access_level": "Read", + "description": "Grants permission to get the properties associated with a dataset", + "privilege": "DescribeDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "routing-profile*" - }, + "resource_type": "flywheel-dataset*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the properties associated with a document classification job", + "privilege": "DescribeDocumentClassificationJob", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "security-profile*" - }, + "resource_type": "document-classification-job*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the properties associated with a document classifier", + "privilege": "DescribeDocumentClassifier", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - }, + "resource_type": "document-classifier*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the properties associated with a dominant language detection job", + "privilege": "DescribeDominantLanguageDetectionJob", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "hierarchy-group" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "dominant-language-detection-job*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a user hierarchy group in an Amazon Connect instance", - "privilege": "CreateUserHierarchyGroup", + "access_level": "Read", + "description": "Grants permission to get the properties associated with a specific endpoint. Use this operation to get the status of an endpoint", + "privilege": "DescribeEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "hierarchy-group" + "resource_type": "document-classifier-endpoint*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "entity-recognizer-endpoint*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a vocabulary in an Amazon Connect instance", - "privilege": "CreateVocabulary", + "access_level": "Read", + "description": "Grants permission to get the properties associated with an entities detection job", + "privilege": "DescribeEntitiesDetectionJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vocabulary*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "entities-detection-job*" } ] }, { - "access_level": "Write", - "description": "Grants permission to deactivate an evaluation form in the specified Amazon Connect instance. After a form is deactivated, it is no longer available for users to start new evaluations based on the form", - "privilege": "DeactivateEvaluationForm", + "access_level": "Read", + "description": "Grants permission to provide details about an entity recognizer including status, S3 buckets containing training data, recognizer metadata, metrics, and so on", + "privilege": "DescribeEntityRecognizer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "evaluation-form*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "entity-recognizer*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a contact evaluation in the specified Amazon Connect instance", - "privilege": "DeleteContactEvaluation", + "access_level": "Read", + "description": "Grants permission to get the properties associated with an Events detection job", + "privilege": "DescribeEventsDetectionJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-evaluation*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "events-detection-job*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a contact flow in an Amazon Connect instance", - "privilege": "DeleteContactFlow", + "access_level": "Read", + "description": "Grants permission to get the properties associated with a flywheel", + "privilege": "DescribeFlywheel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-flow*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "flywheel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a contact flow module in an Amazon Connect instance", - "privilege": "DeleteContactFlowModule", + "access_level": "Read", + "description": "Grants permission to get the properties associated with a flywheel iteration for a flywheel", + "privilege": "DescribeFlywheelIteration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-flow-module*" + "resource_type": "flywheel*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" + "comprehend:FlywheelIterationId" ], "dependent_actions": [], "resource_type": "" @@ -49499,280 +51391,198 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete an evaluation form in the specified Amazon Connect instance. If the version property is provided, only the specified version of the evaluation form is deleted", - "privilege": "DeleteEvaluationForm", + "access_level": "Read", + "description": "Grants permission to get the properties associated with a key phrases detection job", + "privilege": "DescribeKeyPhrasesDetectionJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "evaluation-form*" - }, + "resource_type": "key-phrases-detection-job*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the properties associated with a PII entities detection job", + "privilege": "DescribePiiEntitiesDetectionJob", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "pii-entities-detection-job*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete hours of operation in an Amazon Connect instance", - "privilege": "DeleteHoursOfOperation", + "access_level": "Read", + "description": "Grants permission to read attached policy on resource", + "privilege": "DescribeResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "hours-of-operation*" + "resource_type": "document-classifier*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "entity-recognizer*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an Amazon Connect instance. When you remove an instance, the link to an existing AWS directory is also removed", - "privilege": "DeleteInstance", + "access_level": "Read", + "description": "Grants permission to get the properties associated with a sentiment detection job", + "privilege": "DescribeSentimentDetectionJob", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ds:DeleteDirectory", - "ds:DescribeDirectories", - "ds:UnauthorizeApplication" - ], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId", - "aws:ResourceTag/${TagKey}" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "sentiment-detection-job*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an integration association from an Amazon Connect instance. The association must not have any use cases associated with it", - "privilege": "DeleteIntegrationAssociation", + "access_level": "Read", + "description": "Grants permission to get the properties associated with a targeted sentiment detection job", + "privilege": "DescribeTargetedSentimentDetectionJob", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "app-integrations:DeleteEventIntegrationAssociation", - "connect:DescribeInstance", - "ds:DescribeDirectories", - "events:DeleteRule", - "events:ListTargetsByRule", - "events:RemoveTargets" - ], - "resource_type": "instance*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "integration-association*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "targeted-sentiment-detection-job*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a prompt in an Amazon Connect instance", - "privilege": "DeletePrompt", + "access_level": "Read", + "description": "Grants permission to get the properties associated with a topic detection job", + "privilege": "DescribeTopicsDetectionJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "prompt*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "topics-detection-job*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a queue in an Amazon Connect instance", - "privilege": "DeleteQueue", + "access_level": "Read", + "description": "Grants permission to detect the language or languages present in the text", + "privilege": "DetectDominantLanguage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "queue*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a quick connect in an Amazon Connect instance", - "privilege": "DeleteQuickConnect", + "access_level": "Read", + "description": "Grants permission to detect the named entities (\"People\", \"Places\", \"Locations\", etc) within the given text document", + "privilege": "DetectEntities", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "quick-connect*" - }, + "resource_type": "entity-recognizer-endpoint" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to detect the phrases in the text that are most indicative of the content", + "privilege": "DetectKeyPhrases", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete routing profiles in an Amazon Connect instance", - "privilege": "DeleteRoutingProfile", + "access_level": "Read", + "description": "Grants permission to detect the personally identifiable information entities (\"Name\", \"SSN\", \"PIN\", etc) within the given text document", + "privilege": "DetectPiiEntities", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "routing-profile*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a rule in an Amazon Connect instance", - "privilege": "DeleteRule", + "access_level": "Read", + "description": "Grants permission to detect the sentiment of a text in a document (Positive, Negative, Neutral, or Mixed)", + "privilege": "DetectSentiment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a security profile in an Amazon Connect instance", - "privilege": "DeleteSecurityProfile", + "access_level": "Read", + "description": "Grants permission to detect syntactic information (like Part of Speech, Tokens) in a text document", + "privilege": "DetectSyntax", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "security-profile*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a task template in an Amazon Connect instance", - "privilege": "DeleteTaskTemplate", + "access_level": "Read", + "description": "Grants permission to detect the sentiments associated with specific entities (such as brands or products) in a document", + "privilege": "DetectTargetedSentiment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task-template*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a traffic distribution group", - "privilege": "DeleteTrafficDistributionGroup", + "access_level": "Read", + "description": "Grants permission to detect toxic content within the given list of text segments", + "privilege": "DetectToxicContent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "traffic-distribution-group*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a use case from an integration association", - "privilege": "DeleteUseCase", + "description": "Grants permission to import a trained Comprehend model", + "privilege": "ImportModel", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "connect:DescribeInstance", - "ds:DescribeDirectories" - ], - "resource_type": "instance*" + "dependent_actions": [], + "resource_type": "document-classifier*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "use-case*" + "resource_type": "entity-recognizer*" }, { "condition_keys": [ - "connect:InstanceId" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "comprehend:ModelKmsKey" ], "dependent_actions": [], "resource_type": "" @@ -49780,217 +51590,144 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete a user in an Amazon Connect instance", - "privilege": "DeleteUser", + "access_level": "Read", + "description": "Grants permission to get a list of the Datasets associated with a flywheel", + "privilege": "ListDatasets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "flywheel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a user hierarchy group in an Amazon Connect instance", - "privilege": "DeleteUserHierarchyGroup", + "access_level": "Read", + "description": "Grants permission to get a list of the document classification jobs that you have submitted", + "privilege": "ListDocumentClassificationJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "hierarchy-group*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a vocabulary in an Amazon Connect instance", - "privilege": "DeleteVocabulary", + "access_level": "Read", + "description": "Grants permission to get a list of summaries of the document classifiers that you have created", + "privilege": "ListDocumentClassifierSummaries", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vocabulary*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe agent status in an Amazon Connect instance", - "privilege": "DescribeAgentStatus", + "description": "Grants permission to get a list of the document classifiers that you have created", + "privilege": "ListDocumentClassifiers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "agent-status*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a contact in an Amazon Connect instance", - "privilege": "DescribeContact", + "description": "Grants permission to get a list of the dominant language detection jobs that you have submitted", + "privilege": "ListDominantLanguageDetectionJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a contact evaluation in the specified Amazon Connect instance", - "privilege": "DescribeContactEvaluation", + "description": "Grants permission to get a list of all existing endpoints that you've created", + "privilege": "ListEndpoints", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-evaluation*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a contact flow in an Amazon Connect instance", - "privilege": "DescribeContactFlow", + "description": "Grants permission to get a list of the entity detection jobs that you have submitted", + "privilege": "ListEntitiesDetectionJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-flow*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a contact flow module in an Amazon Connect instance", - "privilege": "DescribeContactFlowModule", + "description": "Grants permission to get a list of summaries for the entity recognizers that you have created", + "privilege": "ListEntityRecognizerSummaries", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-flow-module*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe an evaluation form in the specified Amazon Connect instance. If the version property is not provided, the latest version of the evaluation form is described", - "privilege": "DescribeEvaluationForm", + "description": "Grants permission to get a list of the properties of all entity recognizers that you created, including recognizers currently in training", + "privilege": "ListEntityRecognizers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "evaluation-form*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe the status of forecasting, planning, and scheduling integration on an Amazon Connect instance", - "privilege": "DescribeForecastingPlanningSchedulingIntegration", + "description": "Grants permission to get a list of Events detection jobs that you have submitted", + "privilege": "ListEventsDetectionJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe hours of operation in an Amazon Connect instance", - "privilege": "DescribeHoursOfOperation", + "description": "Grants permission to get a list of iterations associated for a flywheel", + "privilege": "ListFlywheelIterationHistory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "hours-of-operation*" - }, + "resource_type": "flywheel*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a list of the flywheels that you have created", + "privilege": "ListFlywheels", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -49998,21 +51735,11 @@ }, { "access_level": "Read", - "description": "Grants permission to view details of an Amazon Connect instance and is also required to create an instance", - "privilege": "DescribeInstance", + "description": "Grants permission to get a list of key phrase detection jobs that you have submitted", + "privilege": "ListKeyPhrasesDetectionJobs", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ds:DescribeDirectories" - ], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId", - "aws:ResourceTag/${TagKey}" - ], "dependent_actions": [], "resource_type": "" } @@ -50020,157 +51747,198 @@ }, { "access_level": "Read", - "description": "Grants permission to view the attribute details of an existing Amazon Connect instance", - "privilege": "DescribeInstanceAttribute", + "description": "Grants permission to get a list of PII entities detection jobs that you have submitted", + "privilege": "ListPiiEntitiesDetectionJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:AttributeType", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view the instance storage configuration for an existing Amazon Connect instance", - "privilege": "DescribeInstanceStorageConfig", + "description": "Grants permission to get a list of sentiment detection jobs that you have submitted", + "privilege": "ListSentimentDetectionJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:StorageResourceType", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe phone number resources in an Amazon Connect instance or traffic distribution group", - "privilege": "DescribePhoneNumber", + "description": "Grants permission to list tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "phone-number*" + "resource_type": "document-classification-job" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "document-classifier" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "document-classifier-endpoint" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dominant-language-detection-job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "entities-detection-job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "entity-recognizer" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "entity-recognizer-endpoint" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "events-detection-job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "flywheel" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "flywheel-dataset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "key-phrases-detection-job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "pii-entities-detection-job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "sentiment-detection-job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "targeted-sentiment-detection-job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "topics-detection-job" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a prompt in an Amazon Connect instance", - "privilege": "DescribePrompt", + "description": "Grants permission to get a list of targeted sentiment detection jobs that you have submitted", + "privilege": "ListTargetedSentimentDetectionJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "prompt*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a queue in an Amazon Connect instance", - "privilege": "DescribeQueue", + "description": "Grants permission to get a list of the topic detection jobs that you have submitted", + "privilege": "ListTopicsDetectionJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "queue*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a quick connect in an Amazon Connect instance", - "privilege": "DescribeQuickConnect", + "access_level": "Write", + "description": "Grants permission to attach policy to resource", + "privilege": "PutResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "quick-connect*" + "resource_type": "document-classifier*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "entity-recognizer*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a routing profile in an Amazon Connect instance", - "privilege": "DescribeRoutingProfile", + "access_level": "Write", + "description": "Grants permission to start an asynchronous document classification job", + "privilege": "StartDocumentClassificationJob", "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "comprehend:VolumeKmsKey", + "comprehend:OutputKmsKey", + "comprehend:VpcSecurityGroupIds", + "comprehend:VpcSubnets" + ], + "dependent_actions": [], + "resource_type": "document-classification-job*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "routing-profile*" + "resource_type": "document-classifier" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "flywheel" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a rule in an Amazon Connect instance", - "privilege": "DescribeRule", + "access_level": "Write", + "description": "Grants permission to start an asynchronous dominant language detection job for a collection of documents", + "privilege": "StartDominantLanguageDetectionJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule*" + "resource_type": "dominant-language-detection-job*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "comprehend:VolumeKmsKey", + "comprehend:OutputKmsKey", + "comprehend:VpcSecurityGroupIds", + "comprehend:VpcSubnets" ], "dependent_actions": [], "resource_type": "" @@ -50178,38 +51946,49 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe a security profile in an Amazon Connect instance", - "privilege": "DescribeSecurityProfile", + "access_level": "Write", + "description": "Grants permission to start an asynchronous entity detection job for a collection of documents", + "privilege": "StartEntitiesDetectionJob", "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "comprehend:VolumeKmsKey", + "comprehend:OutputKmsKey", + "comprehend:VpcSecurityGroupIds", + "comprehend:VpcSubnets" + ], + "dependent_actions": [], + "resource_type": "entities-detection-job*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "security-profile*" + "resource_type": "entity-recognizer" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "flywheel" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a traffic distribution group", - "privilege": "DescribeTrafficDistributionGroup", + "access_level": "Write", + "description": "Grants permission to start an asynchronous Events detection job for a collection of documents", + "privilege": "StartEventsDetectionJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "traffic-distribution-group*" + "resource_type": "events-detection-job*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "comprehend:OutputKmsKey" ], "dependent_actions": [], "resource_type": "" @@ -50217,38 +51996,35 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe a user in an Amazon Connect instance", - "privilege": "DescribeUser", + "access_level": "Write", + "description": "Grants permission to start a flywheel iteration for a flywheel", + "privilege": "StartFlywheelIteration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "flywheel*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a hierarchy group for an Amazon Connect instance", - "privilege": "DescribeUserHierarchyGroup", + "access_level": "Write", + "description": "Grants permission to start an asynchronous key phrase detection job for a collection of documents", + "privilege": "StartKeyPhrasesDetectionJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "hierarchy-group*" + "resource_type": "key-phrases-detection-job*" }, { "condition_keys": [ - "connect:InstanceId" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "comprehend:VolumeKmsKey", + "comprehend:OutputKmsKey", + "comprehend:VpcSecurityGroupIds", + "comprehend:VpcSubnets" ], "dependent_actions": [], "resource_type": "" @@ -50256,18 +52032,20 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe the hierarchy structure for an Amazon Connect instance", - "privilege": "DescribeUserHierarchyStructure", + "access_level": "Write", + "description": "Grants permission to start an asynchronous PII entities detection job for a collection of documents", + "privilege": "StartPiiEntitiesDetectionJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "pii-entities-detection-job*" }, { "condition_keys": [ - "connect:InstanceId" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "comprehend:OutputKmsKey" ], "dependent_actions": [], "resource_type": "" @@ -50275,19 +52053,23 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe a vocabulary in an Amazon Connect instance", - "privilege": "DescribeVocabulary", + "access_level": "Write", + "description": "Grants permission to start an asynchronous sentiment detection job for a collection of documents", + "privilege": "StartSentimentDetectionJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vocabulary*" + "resource_type": "sentiment-detection-job*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "comprehend:VolumeKmsKey", + "comprehend:OutputKmsKey", + "comprehend:VpcSecurityGroupIds", + "comprehend:VpcSubnets" ], "dependent_actions": [], "resource_type": "" @@ -50296,17 +52078,22 @@ }, { "access_level": "Write", - "description": "Grants permission to disassociate approved origin for an existing Amazon Connect instance", - "privilege": "DisassociateApprovedOrigin", + "description": "Grants permission to start an asynchronous targeted sentiment detection job for a collection of documents", + "privilege": "StartTargetedSentimentDetectionJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "targeted-sentiment-detection-job*" }, { "condition_keys": [ - "connect:InstanceId" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "comprehend:VolumeKmsKey", + "comprehend:OutputKmsKey", + "comprehend:VpcSecurityGroupIds", + "comprehend:VpcSubnets" ], "dependent_actions": [], "resource_type": "" @@ -50315,23 +52102,22 @@ }, { "access_level": "Write", - "description": "Grants permission to disassociate a Lex bot for an existing Amazon Connect instance", - "privilege": "DisassociateBot", + "description": "Grants permission to start an asynchronous job to detect the most common topics in the collection of documents and the phrases associated with each topic", + "privilege": "StartTopicsDetectionJob", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:AttachRolePolicy", - "iam:CreateServiceLinkedRole", - "iam:PutRolePolicy", - "lex:DeleteResourcePolicy", - "lex:UpdateResourcePolicy" - ], - "resource_type": "instance*" + "dependent_actions": [], + "resource_type": "topics-detection-job*" }, { "condition_keys": [ - "connect:InstanceId" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "comprehend:VolumeKmsKey", + "comprehend:OutputKmsKey", + "comprehend:VpcSecurityGroupIds", + "comprehend:VpcSubnets" ], "dependent_actions": [], "resource_type": "" @@ -50340,316 +52126,196 @@ }, { "access_level": "Write", - "description": "Grants permission to disassociate a Customer Profiles domain for an existing Amazon Connect instance", - "privilege": "DisassociateCustomerProfilesDomain", + "description": "Grants permission to stop a dominant language detection job", + "privilege": "StopDominantLanguageDetectionJob", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:AttachRolePolicy", - "iam:DeleteRolePolicy", - "iam:DetachRolePolicy", - "iam:GetPolicy", - "iam:GetPolicyVersion", - "iam:GetRolePolicy" - ], - "resource_type": "instance*" + "dependent_actions": [], + "resource_type": "dominant-language-detection-job*" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate instance storage for an existing Amazon Connect instance", - "privilege": "DisassociateInstanceStorageConfig", + "description": "Grants permission to stop an entity detection job", + "privilege": "StopEntitiesDetectionJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:StorageResourceType", - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "entities-detection-job*" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate a Lambda function for an existing Amazon Connect instance", - "privilege": "DisassociateLambdaFunction", + "description": "Grants permission to stop an Events detection job", + "privilege": "StopEventsDetectionJob", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "lambda:RemovePermission" - ], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "events-detection-job*" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate a Lex bot for an existing Amazon Connect instance", - "privilege": "DisassociateLexBot", + "description": "Grants permission to stop a key phrase detection job", + "privilege": "StopKeyPhrasesDetectionJob", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:AttachRolePolicy", - "iam:CreateServiceLinkedRole", - "iam:PutRolePolicy" - ], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "key-phrases-detection-job*" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate contact flow resources from phone number resources in an Amazon Connect instance", - "privilege": "DisassociatePhoneNumberContactFlow", + "description": "Grants permission to stop a PII entities detection job", + "privilege": "StopPiiEntitiesDetectionJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "phone-number*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "pii-entities-detection-job*" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate quick connects from a queue in an Amazon Connect instance", - "privilege": "DisassociateQueueQuickConnects", + "description": "Grants permission to stop a sentiment detection job", + "privilege": "StopSentimentDetectionJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "queue*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "quick-connect*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "sentiment-detection-job*" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate queues from a routing profile in an Amazon Connect instance", - "privilege": "DisassociateRoutingProfileQueues", + "description": "Grants permission to stop a targeted sentiment detection job", + "privilege": "StopTargetedSentimentDetectionJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "routing-profile*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "targeted-sentiment-detection-job*" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate the security key for an existing Amazon Connect instance", - "privilege": "DisassociateSecurityKey", + "description": "Grants permission to stop a previously created document classifier training job", + "privilege": "StopTrainingDocumentClassifier", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "document-classifier*" } ] }, { "access_level": "Write", - "description": "Grants permission to dismiss terminated Contact from Agent CCP", - "privilege": "DismissUserContact", + "description": "Grants permission to stop a previously created entity recognizer training job", + "privilege": "StopTrainingEntityRecognizer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "entity-recognizer*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the contact attributes for the specified contact", - "privilege": "GetContactAttributes", + "access_level": "Tagging", + "description": "Grants permission to tag a resource with given key value pairs", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact*" + "resource_type": "document-classification-job" }, { - "condition_keys": [ - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve current metric data for queues and routing profiles in an Amazon Connect instance", - "privilege": "GetCurrentMetricData", - "resource_types": [ + "resource_type": "document-classifier" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "queue*" + "resource_type": "document-classifier-endpoint" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "routing-profile*" + "resource_type": "dominant-language-detection-job" }, { - "condition_keys": [ - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve current user data in an Amazon Connect instance", - "privilege": "GetCurrentUserData", - "resource_types": [ + "resource_type": "entities-detection-job" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "hierarchy-group*" + "resource_type": "entity-recognizer" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "queue*" + "resource_type": "entity-recognizer-endpoint" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "routing-profile*" + "resource_type": "events-detection-job" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "flywheel" }, { - "condition_keys": [ - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to federate into an Amazon Connect instance when using SAML-based authentication for identity management", - "privilege": "GetFederationToken", - "resource_types": [ + "resource_type": "flywheel-dataset" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "key-phrases-detection-job" }, { - "condition_keys": [ - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to federate into an Amazon Connect instance (Log in for emergency access functionality in the Amazon Connect console)", - "privilege": "GetFederationTokens", - "resource_types": [ + "resource_type": "pii-entities-detection-job" + }, { "condition_keys": [], - "dependent_actions": [ - "connect:DescribeInstance", - "connect:ListInstances", - "ds:DescribeDirectories" - ], - "resource_type": "instance*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve historical metric data for queues in an Amazon Connect instance", - "privilege": "GetMetricData", - "resource_types": [ + "dependent_actions": [], + "resource_type": "sentiment-detection-job" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "queue*" + "resource_type": "targeted-sentiment-detection-job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "topics-detection-job" }, { "condition_keys": [ - "connect:InstanceId" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -50657,135 +52323,88 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve metric data in an Amazon Connect instance", - "privilege": "GetMetricDataV2", + "access_level": "Tagging", + "description": "Grants permission to untag a resource with given key", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "hierarchy-group*" + "resource_type": "document-classification-job" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "queue*" + "resource_type": "document-classifier" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "routing-profile*" + "resource_type": "document-classifier-endpoint" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get details about a prompt's presigned Amazon S3 URL in an Amazon Connect instance", - "privilege": "GetPromptFile", - "resource_types": [ + "resource_type": "dominant-language-detection-job" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "prompt*" + "resource_type": "entities-detection-job" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get details about specified task template in an Amazon Connect instance", - "privilege": "GetTaskTemplate", - "resource_types": [ + "resource_type": "entity-recognizer" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "task-template*" + "resource_type": "entity-recognizer-endpoint" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to read traffic distribution for a traffic distribution group", - "privilege": "GetTrafficDistribution", - "resource_types": [ + "resource_type": "events-detection-job" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "traffic-distribution-group*" + "resource_type": "flywheel" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list agent statuses in an Amazon Connect instance", - "privilege": "ListAgentStatuses", - "resource_types": [ + "resource_type": "flywheel-dataset" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "wildcard-agent-status*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to view approved origins of an existing Amazon Connect instance", - "privilege": "ListApprovedOrigins", - "resource_types": [ + "resource_type": "key-phrases-detection-job" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "pii-entities-detection-job" }, { - "condition_keys": [ - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to view the Lex bots of an existing Amazon Connect instance", - "privilege": "ListBots", - "resource_types": [ + "resource_type": "sentiment-detection-job" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "targeted-sentiment-detection-job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "topics-detection-job" }, { "condition_keys": [ - "connect:InstanceId" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -50793,877 +52412,717 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list contact evaluations in the specified Amazon Connect instance", - "privilege": "ListContactEvaluations", + "access_level": "Write", + "description": "Grants permission to update information about the specified endpoint", + "privilege": "UpdateEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "document-classifier-endpoint*" }, { - "condition_keys": [ - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list contact flow module resources in an Amazon Connect instance", - "privilege": "ListContactFlowModules", - "resource_types": [ + "resource_type": "entity-recognizer-endpoint*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "flywheel" } ] }, { - "access_level": "List", - "description": "Grants permission to list contact flow resources in an Amazon Connect instance", - "privilege": "ListContactFlows", + "access_level": "Write", + "description": "Grants permission to Update a flywheel's configuration", + "privilege": "UpdateFlywheel", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "comprehend:VolumeKmsKey", + "comprehend:ModelKmsKey", + "comprehend:VpcSecurityGroupIds", + "comprehend:VpcSubnets" + ], "dependent_actions": [], - "resource_type": "wildcard-contact-flow*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list references associated with a contact in an Amazon Connect instance", - "privilege": "ListContactReferences", - "resource_types": [ + "resource_type": "flywheel*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact*" + "resource_type": "document-classifier" }, { - "condition_keys": [ - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "entity-recognizer" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:comprehend:${Region}:${Account}:targeted-sentiment-detection-job/${JobId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "targeted-sentiment-detection-job" }, { - "access_level": "List", - "description": "Grants permission to list default vocabularies associated with a Amazon Connect instance", - "privilege": "ListDefaultVocabularies", + "arn": "arn:${Partition}:comprehend:${Region}:${Account}:document-classifier/${DocumentClassifierName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "document-classifier" + }, + { + "arn": "arn:${Partition}:comprehend:${Region}:${Account}:document-classifier-endpoint/${DocumentClassifierEndpointName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "document-classifier-endpoint" + }, + { + "arn": "arn:${Partition}:comprehend:${Region}:${Account}:entity-recognizer/${EntityRecognizerName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "entity-recognizer" + }, + { + "arn": "arn:${Partition}:comprehend:${Region}:${Account}:entity-recognizer-endpoint/${EntityRecognizerEndpointName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "entity-recognizer-endpoint" + }, + { + "arn": "arn:${Partition}:comprehend:${Region}:${Account}:dominant-language-detection-job/${JobId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "dominant-language-detection-job" + }, + { + "arn": "arn:${Partition}:comprehend:${Region}:${Account}:entities-detection-job/${JobId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "entities-detection-job" + }, + { + "arn": "arn:${Partition}:comprehend:${Region}:${Account}:pii-entities-detection-job/${JobId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "pii-entities-detection-job" + }, + { + "arn": "arn:${Partition}:comprehend:${Region}:${Account}:events-detection-job/${JobId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "events-detection-job" + }, + { + "arn": "arn:${Partition}:comprehend:${Region}:${Account}:key-phrases-detection-job/${JobId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "key-phrases-detection-job" + }, + { + "arn": "arn:${Partition}:comprehend:${Region}:${Account}:sentiment-detection-job/${JobId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "sentiment-detection-job" + }, + { + "arn": "arn:${Partition}:comprehend:${Region}:${Account}:topics-detection-job/${JobId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "topics-detection-job" + }, + { + "arn": "arn:${Partition}:comprehend:${Region}:${Account}:document-classification-job/${JobId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "document-classification-job" + }, + { + "arn": "arn:${Partition}:comprehend:${Region}:${Account}:flywheel/${FlywheelName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "flywheel" + }, + { + "arn": "arn:${Partition}:comprehend:${Region}:${Account}:flywheel/${FlywheelName}/dataset/${DatasetName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "flywheel-dataset" + } + ], + "service_name": "Amazon Comprehend" + }, + { + "conditions": [ + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "comprehendmedical", + "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to describe the properties of a medical entity detection job that you have submitted", + "privilege": "DescribeEntitiesDetectionV2Job", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list versions of an evaluation form in the specified Amazon Connect instance", - "privilege": "ListEvaluationFormVersions", + "access_level": "Read", + "description": "Grants permission to describe the properties of an ICD-10-CM linking job that you have submitted", + "privilege": "DescribeICD10CMInferenceJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "evaluation-form*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list evaluation forms in the specified Amazon Connect instance", - "privilege": "ListEvaluationForms", + "access_level": "Read", + "description": "Grants permission to describe the properties of a PHI entity detection job that you have submitted", + "privilege": "DescribePHIDetectionJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list hours of operation resources in an Amazon Connect instance", - "privilege": "ListHoursOfOperations", + "access_level": "Read", + "description": "Grants permission to describe the properties of an RxNorm linking job that you have submitted", + "privilege": "DescribeRxNormInferenceJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to view the attributes of an existing Amazon Connect instance", - "privilege": "ListInstanceAttributes", + "access_level": "Read", + "description": "Grants permission to describe the properties of a SNOMED-CT linking job that you have submitted", + "privilege": "DescribeSNOMEDCTInferenceJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to view storage configurations of an existing Amazon Connect instance", - "privilege": "ListInstanceStorageConfigs", + "access_level": "Read", + "description": "Grants permission to detect the named medical entities, and their relationships and traits within the given text document", + "privilege": "DetectEntitiesV2", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to view the Amazon Connect instances associated with an AWS account", - "privilege": "ListInstances", + "access_level": "Read", + "description": "Grants permission to detect the protected health information (PHI) entities within the given text document", + "privilege": "DetectPHI", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ds:DescribeDirectories" - ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list summary information about the integration associations for the specified Amazon Connect instance", - "privilege": "ListIntegrationAssociations", + "access_level": "Read", + "description": "Grants permission to detect the medical condition entities within the given text document and link them to ICD-10-CM codes", + "privilege": "InferICD10CM", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "connect:DescribeInstance", - "ds:DescribeDirectories" - ], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to view the Lambda functions of an existing Amazon Connect instance", - "privilege": "ListLambdaFunctions", + "access_level": "Read", + "description": "Grants permission to detect the medication entities within the given text document and link them to RxCUI concept identifiers from the National Library of Medicine RxNorm database", + "privilege": "InferRxNorm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to view the Lex bots of an existing Amazon Connect instance", - "privilege": "ListLexBots", + "access_level": "Read", + "description": "Grants permission to detect the medical condition, anatomy, and test, treatment, and procedure entities within the given text document and link them to SNOMED-CT codes", + "privilege": "InferSNOMEDCT", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list phone number resources in an Amazon Connect instance", - "privilege": "ListPhoneNumbers", + "access_level": "Read", + "description": "Grants permission to list the medical entity detection jobs that you have submitted", + "privilege": "ListEntitiesDetectionV2Jobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "wildcard-legacy-phone-number*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list phone number resources in an Amazon Connect instance", - "privilege": "ListPhoneNumbersV2", + "access_level": "Read", + "description": "Grants permission to list the ICD-10-CM linking jobs that you have submitted", + "privilege": "ListICD10CMInferenceJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "wildcard-phone-number*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list prompt resources in an Amazon Connect instance", - "privilege": "ListPrompts", + "access_level": "Read", + "description": "Grants permission to list the PHI entity detection jobs that you have submitted", + "privilege": "ListPHIDetectionJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list quick connect resources in a queue in an Amazon Connect instance", - "privilege": "ListQueueQuickConnects", + "access_level": "Read", + "description": "Grants permission to list the RxNorm linking jobs that you have submitted", + "privilege": "ListRxNormInferenceJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "queue*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list queue resources in an Amazon Connect instance", - "privilege": "ListQueues", + "access_level": "Read", + "description": "Grants permission to list the SNOMED-CT linking jobs that you have submitted", + "privilege": "ListSNOMEDCTInferenceJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "wildcard-queue*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list quick connect resources in an Amazon Connect instance", - "privilege": "ListQuickConnects", + "access_level": "Write", + "description": "Grants permission to start an asynchronous medical entity detection job for a collection of documents", + "privilege": "StartEntitiesDetectionV2Job", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "wildcard-quick-connect*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the analysis segments for a real-time analysis session", - "privilege": "ListRealtimeContactAnalysisSegments", + "access_level": "Write", + "description": "Grants permission to start an asynchronous ICD-10-CM linking job for a collection of documents", + "privilege": "StartICD10CMInferenceJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list queue resources in a routing profile in an Amazon Connect instance", - "privilege": "ListRoutingProfileQueues", + "access_level": "Write", + "description": "Grants permission to start an asynchronous PHI entity detection job for a collection of documents", + "privilege": "StartPHIDetectionJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "routing-profile*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list routing profile resources in an Amazon Connect instance", - "privilege": "ListRoutingProfiles", + "access_level": "Write", + "description": "Grants permission to start an asynchronous RxNorm linking job for a collection of documents", + "privilege": "StartRxNormInferenceJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list rules associated with a Amazon Connect instance", - "privilege": "ListRules", + "access_level": "Write", + "description": "Grants permission to start an asynchronous SNOMED-CT linking job for a collection of documents", + "privilege": "StartSNOMEDCTInferenceJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to view the security keys of an existing Amazon Connect instance", - "privilege": "ListSecurityKeys", + "access_level": "Write", + "description": "Grants permission to stop a medical entity detection job", + "privilege": "StopEntitiesDetectionV2Job", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list permissions associated with security profile in an Amazon Connect instance", - "privilege": "ListSecurityProfilePermissions", + "access_level": "Write", + "description": "Grants permission to stop an ICD-10-CM linking job", + "privilege": "StopICD10CMInferenceJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "security-profile*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list security profile resources in an Amazon Connect instance", - "privilege": "ListSecurityProfiles", + "access_level": "Write", + "description": "Grants permission to stop a PHI entity detection job", + "privilege": "StopPHIDetectionJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list tags for an Amazon Connect resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to stop an RxNorm linking job", + "privilege": "StopRxNormInferenceJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "agent-status" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "contact-evaluation" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "contact-flow" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "contact-flow-module" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "evaluation-form" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "hierarchy-group" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "hours-of-operation" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "integration-association" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "phone-number" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "prompt" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "queue" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "quick-connect" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "routing-profile" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "rule" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "security-profile" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "traffic-distribution-group" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "use-case" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "user" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to stop a SNOMED-CT linking job", + "privilege": "StopSNOMEDCTInferenceJob", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "wildcard-phone-number" - }, + "resource_type": "" + } + ] + } + ], + "resources": [], + "service_name": "Amazon Comprehend Medical" + }, + { + "conditions": [ + { + "condition": "compute-optimizer:ResourceType", + "description": "Filters access by the resource type", + "type": "String" + } + ], + "prefix": "compute-optimizer", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to delete recommendation preferences", + "privilege": "DeleteRecommendationPreferences", + "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "compute-optimizer:ResourceType" + ], + "dependent_actions": [ + "autoscaling:DescribeAutoScalingGroups", + "ec2:DescribeInstances" ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list task template resources in an Amazon Connect instance", - "privilege": "ListTaskTemplates", + "description": "Grants permission to view the status of recommendation export jobs", + "privilege": "DescribeRecommendationExportJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list traffic distribution groups", - "privilege": "ListTrafficDistributionGroups", + "access_level": "Write", + "description": "Grants permission to export AutoScaling group recommendations to S3 for the provided accounts", + "privilege": "ExportAutoScalingGroupRecommendations", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "traffic-distribution-group*" + "dependent_actions": [ + "autoscaling:DescribeAutoScalingGroups", + "compute-optimizer:GetAutoScalingGroupRecommendations" + ], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the use cases of an integration association", - "privilege": "ListUseCases", + "access_level": "Write", + "description": "Grants permission to export EBS volume recommendations to S3 for the provided accounts", + "privilege": "ExportEBSVolumeRecommendations", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "connect:DescribeInstance", - "ds:DescribeDirectories" - ], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" + "compute-optimizer:GetEBSVolumeRecommendations", + "ec2:DescribeVolumes" ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the hierarchy group resources in an Amazon Connect instance", - "privilege": "ListUserHierarchyGroups", + "access_level": "Write", + "description": "Grants permission to export EC2 instance recommendations to S3 for the provided accounts", + "privilege": "ExportEC2InstanceRecommendations", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" + "dependent_actions": [ + "compute-optimizer:GetEC2InstanceRecommendations", + "ec2:DescribeInstances" ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list user resources in an Amazon Connect instance", - "privilege": "ListUsers", + "access_level": "Write", + "description": "Grants permission to export ECS service recommendations to S3 for the provided accounts", + "privilege": "ExportECSServiceRecommendations", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" + "dependent_actions": [ + "compute-optimizer:GetECSServiceRecommendations", + "ecs:ListClusters", + "ecs:ListServices" ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to monitor an ongoing contact", - "privilege": "MonitorContact", + "description": "Grants permission to export Lambda function recommendations to S3 for the provided accounts", + "privilege": "ExportLambdaFunctionRecommendations", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "contact*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "user*" - }, - { - "condition_keys": [ - "connect:MonitorCapabilities", - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" + "dependent_actions": [ + "compute-optimizer:GetLambdaFunctionRecommendations", + "lambda:ListFunctions", + "lambda:ListProvisionedConcurrencyConfigs" ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to switch User Status in an Amazon Connect instance", - "privilege": "PutUserStatus", + "description": "Grants permission to export license recommendations to S3 for the provided account(s)", + "privilege": "ExportLicenseRecommendations", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "agent-status*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "user*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" + "dependent_actions": [ + "compute-optimizer:GetLicenseRecommendations", + "ec2:DescribeInstances" ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to release phone number resources in an Amazon Connect instance", - "privilege": "ReleasePhoneNumber", + "access_level": "List", + "description": "Grants permission to get recommendations for the provided AutoScaling groups", + "privilege": "GetAutoScalingGroupRecommendations", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "phone-number*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "dependent_actions": [ + "autoscaling:DescribeAutoScalingGroups" ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a replica of an Amazon Connect instance", - "privilege": "ReplicateInstance", + "access_level": "List", + "description": "Grants permission to get recommendations for the provided EBS volumes", + "privilege": "GetEBSVolumeRecommendations", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [ - "ds:AuthorizeApplication", - "ds:CheckAlias", - "ds:CreateAlias", - "ds:CreateDirectory", - "ds:CreateIdentityPoolDirectory", - "ds:DeleteDirectory", - "ds:DescribeDirectories", - "ds:UnauthorizeApplication", - "iam:AttachRolePolicy", - "iam:CreateServiceLinkedRole", - "iam:PutRolePolicy" + "ec2:DescribeVolumes" ], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to resume recording for the specified contact", - "privilege": "ResumeContactRecording", + "access_level": "List", + "description": "Grants permission to get recommendations for the provided EC2 instances", + "privilege": "GetEC2InstanceRecommendations", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "contact*" + "dependent_actions": [ + "ec2:DescribeInstances" + ], + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to search phone number resources in an Amazon Connect instance or traffic distribution group", - "privilege": "SearchAvailablePhoneNumbers", + "description": "Grants permission to get the recommendation projected metrics of the specified instance", + "privilege": "GetEC2RecommendationProjectedMetrics", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "wildcard-phone-number*" + "dependent_actions": [ + "ec2:DescribeInstances" + ], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to search hours of operation resources in an Amazon Connect instance", - "privilege": "SearchHoursOfOperations", + "access_level": "List", + "description": "Grants permission to get the recommendation projected metrics of the specified ECS service", + "privilege": "GetECSServiceRecommendationProjectedMetrics", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "connect:DescribeHoursOfOperation" - ], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId", - "connect:SearchTag/${TagKey}" - ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to search prompt resources in an Amazon Connect instance", - "privilege": "SearchPrompts", + "access_level": "List", + "description": "Grants permission to get recommendations for the provided ECS services", + "privilege": "GetECSServiceRecommendations", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "connect:DescribePrompt" - ], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId", - "connect:SearchTag/${TagKey}" + "ecs:ListClusters", + "ecs:ListServices" ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to search queue resources in an Amazon Connect instance", - "privilege": "SearchQueues", + "description": "Grants permission to get recommendation preferences that are in effect", + "privilege": "GetEffectiveRecommendationPreferences", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "connect:DescribeQueue" - ], - "resource_type": "instance*" - }, { "condition_keys": [ - "connect:InstanceId", - "connect:SearchTag/${TagKey}" + "compute-optimizer:ResourceType" + ], + "dependent_actions": [ + "autoscaling:DescribeAutoScalingGroups", + "autoscaling:DescribeAutoScalingInstances", + "ec2:DescribeInstances" ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to search quick connect resources in an Amazon Connect instance", - "privilege": "SearchQuickConnects", + "access_level": "List", + "description": "Grants permission to get the enrollment status for the specified account", + "privilege": "GetEnrollmentStatus", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "connect:DescribeQuickConnect" - ], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId", - "connect:SearchTag/${TagKey}" - ], "dependent_actions": [], "resource_type": "" } @@ -51671,84 +53130,53 @@ }, { "access_level": "List", - "description": "Grants permission to search tags used in an Amazon Connect instance", - "privilege": "SearchResourceTags", + "description": "Grants permission to get the enrollment statuses for member accounts of the organization", + "privilege": "GetEnrollmentStatusesForOrganization", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId", - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to search routing profile resources in an Amazon Connect instance", - "privilege": "SearchRoutingProfiles", + "access_level": "List", + "description": "Grants permission to get recommendations for the provided Lambda functions", + "privilege": "GetLambdaFunctionRecommendations", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "connect:DescribeRoutingProfile" - ], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId", - "connect:SearchTag/${TagKey}" + "lambda:ListFunctions", + "lambda:ListProvisionedConcurrencyConfigs" ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to search security profile resources in an Amazon Connect instance", - "privilege": "SearchSecurityProfiles", + "access_level": "List", + "description": "Grants permission to get license recommendations for the specified account(s)", + "privilege": "GetLicenseRecommendations", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "connect:DescribeSecurityProfile" - ], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId", - "connect:SearchTag/${TagKey}" + "ec2:DescribeInstances" ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to search user resources in an Amazon Connect instance", - "privilege": "SearchUsers", + "description": "Grants permission to get recommendation preferences", + "privilege": "GetRecommendationPreferences", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "connect:DescribeUser" - ], - "resource_type": "instance*" - }, { "condition_keys": [ - "connect:InstanceId", - "connect:SearchTag/${TagKey}" + "compute-optimizer:ResourceType" ], "dependent_actions": [], "resource_type": "" @@ -51757,890 +53185,930 @@ }, { "access_level": "List", - "description": "Grants permission to search vocabularies in a Amazon Connect instance", - "privilege": "SearchVocabularies", + "description": "Grants permission to get the recommendation summaries for the specified account(s)", + "privilege": "GetRecommendationSummaries", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vocabulary*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to initiate a chat using the Amazon Connect API", - "privilege": "StartChatContact", + "description": "Grants permission to put recommendation preferences", + "privilege": "PutRecommendationPreferences", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "contact-flow*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "contact" - }, { "condition_keys": [ - "connect:InstanceId" + "compute-optimizer:ResourceType" + ], + "dependent_actions": [ + "autoscaling:DescribeAutoScalingGroups", + "autoscaling:DescribeAutoScalingInstances", + "ec2:DescribeInstances" ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start an empty evaluation in the specified Amazon Connect instance, using the given evaluation form for the particular contact. The evaluation form version used for the contact evaluation corresponds to the currently activated version. If no version is activated for the evaluation form, the contact evaluation cannot be started", - "privilege": "StartContactEvaluation", + "description": "Grants permission to update the enrollment status", + "privilege": "UpdateEnrollmentStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-evaluation*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] + } + ], + "resources": [], + "service_name": "AWS Compute Optimizer" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the allowed set of values for each of the tags", + "type": "String" }, { - "access_level": "Write", - "description": "Grants permission to start recording for the specified contact", - "privilege": "StartContactRecording", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag-value associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of mandatory tags in the request", + "type": "ArrayOfString" + } + ], + "prefix": "config", + "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to return the current configuration items for resources that are present in your AWS Config aggregator", + "privilege": "BatchGetAggregateResourceConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact*" + "resource_type": "ConfigurationAggregator*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start chat streaming using the Amazon Connect API", - "privilege": "StartContactStreaming", + "access_level": "Read", + "description": "Grants permission to return the current configuration for one or more requested resources", + "privilege": "BatchGetResourceConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to enable forecasting, planning, and scheduling integration on an Amazon Connect instance", - "privilege": "StartForecastingPlanningSchedulingIntegration", + "description": "Grants permission to delete the authorization granted to the specified configuration aggregator account in a specified region", + "privilege": "DeleteAggregationAuthorization", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "AggregationAuthorization*" } ] }, { "access_level": "Write", - "description": "Grants permission to initiate outbound calls using the Amazon Connect API", - "privilege": "StartOutboundVoiceContact", + "description": "Grants permission to delete the specified AWS Config rule and all of its evaluation results", + "privilege": "DeleteConfigRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact*" + "resource_type": "ConfigRule*" } ] }, { "access_level": "Write", - "description": "Grants permission to initiate a task using the Amazon Connect API", - "privilege": "StartTaskContact", + "description": "Grants permission to delete the specified configuration aggregator and the aggregated data associated with the aggregator", + "privilege": "DeleteConfigurationAggregator", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-flow*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "contact" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "quick-connect" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "task-template" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "ConfigurationAggregator*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop contacts that were initiated using the Amazon Connect API. If you use this operation on an active contact the contact ends, even if the agent is active on a call with a customer", - "privilege": "StopContact", + "description": "Grants permission to delete the configuration recorder", + "privilege": "DeleteConfigurationRecorder", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to stop recording for the specified contact", - "privilege": "StopContactRecording", + "description": "Grants permission to delete the specified conformance pack and all the AWS Config rules and all evaluation results within that conformance pack", + "privilege": "DeleteConformancePack", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact*" + "resource_type": "ConformancePack*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop chat streaming using the Amazon Connect API", - "privilege": "StopContactStreaming", + "description": "Grants permission to delete the delivery channel", + "privilege": "DeleteDeliveryChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to disable forecasting, planning, and scheduling integration on an Amazon Connect instance", - "privilege": "StopForecastingPlanningSchedulingIntegration", + "description": "Grants permission to delete the evaluation results for the specified Config rule", + "privilege": "DeleteEvaluationResults", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "ConfigRule*" } ] }, { "access_level": "Write", - "description": "Grants permission to submit a contact evaluation in the specified Amazon Connect instance. Answers included in the request are merged with existing answers for the given evaluation. If no answers or notes are passed, the evaluation is submitted with the existing answers and notes. You can delete an answer or note by passing an empty object ( { }) to the question identifier", - "privilege": "SubmitContactEvaluation", + "description": "Grants permission to delete the specified organization config rule and all of its evaluation results from all member accounts in that organization", + "privilege": "DeleteOrganizationConfigRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-evaluation*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "OrganizationConfigRule*" } ] }, { "access_level": "Write", - "description": "Grants permission to suspend recording for the specified contact", - "privilege": "SuspendContactRecording", + "description": "Grants permission to delete the specified organization conformance pack and all of its evaluation results from all member accounts in that organization", + "privilege": "DeleteOrganizationConformancePack", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact*" + "resource_type": "OrganizationConformancePack*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag an Amazon Connect resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to delete pending authorization requests for a specified aggregator account in a specified region", + "privilege": "DeletePendingAggregationRequest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "agent-status" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "contact-evaluation" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "contact-flow" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "contact-flow-module" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "evaluation-form" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "hierarchy-group" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "hours-of-operation" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "instance" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "integration-association" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the remediation configuration", + "privilege": "DeleteRemediationConfiguration", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "phone-number" - }, + "resource_type": "RemediationConfiguration*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete one or more remediation exceptions for specific resource keys for a specific AWS Config Rule", + "privilege": "DeleteRemediationExceptions", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "prompt" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to record the configuration state for a custom resource that has been deleted", + "privilege": "DeleteResourceConfig", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "queue" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the retention configuration", + "privilege": "DeleteRetentionConfiguration", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "quick-connect" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the stored query for an AWS account in an AWS Region", + "privilege": "DeleteStoredQuery", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "routing-profile" - }, + "resource_type": "StoredQuery*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to schedule delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel", + "privilege": "DeliverConfigSnapshot", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return a list of compliant and noncompliant rules with the number of resources for compliant and noncompliant rules", + "privilege": "DescribeAggregateComplianceByConfigRules", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "security-profile" - }, + "resource_type": "ConfigurationAggregator*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return a list of compliant and noncompliant conformance packs along with count of compliant, non-compliant and total rules within each conformance pack", + "privilege": "DescribeAggregateComplianceByConformancePacks", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task-template" - }, + "resource_type": "ConfigurationAggregator*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to return a list of authorizations granted to various aggregator accounts and regions", + "privilege": "DescribeAggregationAuthorizations", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "traffic-distribution-group" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to indicate whether the specified AWS Config rules are compliant", + "privilege": "DescribeComplianceByConfigRule", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "use-case" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to indicate whether the specified AWS resources are compliant", + "privilege": "DescribeComplianceByResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return status information for each of your AWS managed Config rules", + "privilege": "DescribeConfigRuleEvaluationStatus", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vocabulary" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to return details about your AWS Config rules", + "privilege": "DescribeConfigRules", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "wildcard-phone-number" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to transfer the contact to another queue or agent", - "privilege": "TransferContact", + "access_level": "Read", + "description": "Grants permission to return status information for sources within an aggregator", + "privilege": "DescribeConfigurationAggregatorSourcesStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact*" - }, + "resource_type": "ConfigurationAggregator*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to return the details of one or more configuration aggregators", + "privilege": "DescribeConfigurationAggregators", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-flow*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return the current status of the specified configuration recorder", + "privilege": "DescribeConfigurationRecorderStatus", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag an Amazon Connect resource", - "privilege": "UntagResource", + "access_level": "List", + "description": "Grants permission to return the names of one or more specified configuration recorders", + "privilege": "DescribeConfigurationRecorders", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "agent-status" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return compliance information for each rule in that conformance pack", + "privilege": "DescribeConformancePackCompliance", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-evaluation" - }, + "resource_type": "ConformancePack*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to provide one or more conformance packs deployment status", + "privilege": "DescribeConformancePackStatus", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-flow" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to return a list of one or more conformance packs", + "privilege": "DescribeConformancePacks", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-flow-module" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return the current status of the specified delivery channel", + "privilege": "DescribeDeliveryChannelStatus", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "evaluation-form" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to return details about the specified delivery channel", + "privilege": "DescribeDeliveryChannels", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "hierarchy-group" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to provide organization config rule deployment status for an organization", + "privilege": "DescribeOrganizationConfigRuleStatuses", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "hours-of-operation" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to return a list of organization config rules", + "privilege": "DescribeOrganizationConfigRules", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to provide organization conformance pack deployment status for an organization", + "privilege": "DescribeOrganizationConformancePackStatuses", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "integration-association" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to return a list of organization conformance packs", + "privilege": "DescribeOrganizationConformancePacks", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "phone-number" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to return a list of all pending aggregation requests", + "privilege": "DescribePendingAggregationRequests", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "prompt" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to return the details of one or more remediation configurations", + "privilege": "DescribeRemediationConfigurations", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "queue" - }, + "resource_type": "RemediationConfiguration*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to return the details of one or more remediation exceptions", + "privilege": "DescribeRemediationExceptions", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "quick-connect" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to provide a detailed view of a Remediation Execution for a set of resources including state, timestamps and any error messages for steps that have failed", + "privilege": "DescribeRemediationExecutionStatus", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "routing-profile" - }, + "resource_type": "RemediationConfiguration*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to return the details of one or more retention configurations", + "privilege": "DescribeRetentionConfigurations", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return the evaluation results for the specified AWS Config rule for a specific resource in a rule", + "privilege": "GetAggregateComplianceDetailsByConfigRule", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "security-profile" - }, + "resource_type": "ConfigurationAggregator*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return the number of compliant and noncompliant rules for one or more accounts and regions in an aggregator", + "privilege": "GetAggregateConfigRuleComplianceSummary", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task-template" - }, + "resource_type": "ConfigurationAggregator*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return the number of compliant and noncompliant conformance packs for one or more accounts and regions in an aggregator", + "privilege": "GetAggregateConformancePackComplianceSummary", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "traffic-distribution-group" - }, + "resource_type": "ConfigurationAggregator*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return the resource counts across accounts and regions that are present in your AWS Config aggregator", + "privilege": "GetAggregateDiscoveredResourceCounts", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "use-case" - }, + "resource_type": "ConfigurationAggregator*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return configuration item that is aggregated for your specific resource in a specific source account and region", + "privilege": "GetAggregateResourceConfig", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user" - }, + "resource_type": "ConfigurationAggregator*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return the evaluation results for the specified AWS Config rule", + "privilege": "GetComplianceDetailsByConfigRule", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vocabulary" - }, + "resource_type": "ConfigRule*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return the evaluation results for the specified AWS resource", + "privilege": "GetComplianceDetailsByResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "wildcard-phone-number" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update agent status in an Amazon Connect instance", - "privilege": "UpdateAgentStatus", + "access_level": "Read", + "description": "Grants permission to return the number of AWS Config rules that are compliant and noncompliant, up to a maximum of 25 for each", + "privilege": "GetComplianceSummaryByConfigRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "agent-status*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a contact in an Amazon Connect instance", - "privilege": "UpdateContact", + "access_level": "Read", + "description": "Grants permission to return the number of resources that are compliant and the number that are noncompliant", + "privilege": "GetComplianceSummaryByResourceType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create or update the contact attributes associated with the specified contact", - "privilege": "UpdateContactAttributes", + "access_level": "Read", + "description": "Grants permission to return compliance details of a conformance pack for all AWS resources that are monitered by conformance pack", + "privilege": "GetConformancePackComplianceDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "ConformancePack*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update details about a contact evaluation in the specified Amazon Connect instance. A contact evaluation must be in the draft state. Answers included in the request are merged with existing answers for the given evaluation. An answer or note can be deleted by passing an empty object ( { }) to the question identifier", - "privilege": "UpdateContactEvaluation", + "access_level": "Read", + "description": "Grants permission to provide compliance summary for one or more conformance packs", + "privilege": "GetConformancePackComplianceSummary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-evaluation*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "ConformancePack*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update contact flow content in an Amazon Connect instance", - "privilege": "UpdateContactFlowContent", + "access_level": "Read", + "description": "Grants permission to return the policy definition containing the logic for your AWS Config Custom Policy rule", + "privilege": "GetCustomRulePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-flow*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "ConfigRule*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the metadata of a contact flow in an Amazon Connect instance", - "privilege": "UpdateContactFlowMetadata", + "access_level": "Read", + "description": "Grants permission to return the resource types, the number of each resource type, and the total number of resources that AWS Config is recording in this region for your AWS account", + "privilege": "GetDiscoveredResourceCounts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-flow*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update contact flow module content in an Amazon Connect instance", - "privilege": "UpdateContactFlowModuleContent", + "access_level": "Read", + "description": "Grants permission to return detailed status for each member account within an organization for a given organization config rule", + "privilege": "GetOrganizationConfigRuleDetailedStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-flow-module*" - }, + "resource_type": "OrganizationConfigRule*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return detailed status for each member account within an organization for a given organization conformance pack", + "privilege": "GetOrganizationConformancePackDetailedStatus", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "OrganizationConformancePack*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the metadata of a contact flow module in an Amazon Connect instance", - "privilege": "UpdateContactFlowModuleMetadata", + "access_level": "Read", + "description": "Grants permission to return the policy definition containing the logic for your organization AWS Config Custom Policy rule", + "privilege": "GetOrganizationCustomRulePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-flow-module*" - }, + "resource_type": "OrganizationConfigRule*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return a list of configuration items for the specified resource", + "privilege": "GetResourceConfigHistory", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the name and description of a contact flow in an Amazon Connect instance", - "privilege": "UpdateContactFlowName", + "access_level": "Read", + "description": "Grants permission to return the summary of resource evaluations for a specific resource evaluation ID", + "privilege": "GetResourceEvaluationSummary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact-flow*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the schedule of a contact that is already scheduled in an Amazon Connect instance", - "privilege": "UpdateContactSchedule", + "access_level": "Read", + "description": "Grants permission to return the details of a specific stored query", + "privilege": "GetStoredQuery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "StoredQuery*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update details about a specific evaluation form version in the specified Amazon Connect instance. Question and section identifiers cannot be duplicated within the same evaluation form", - "privilege": "UpdateEvaluationForm", + "access_level": "List", + "description": "Grants permission to accept a resource type and returns a list of resource identifiers that are aggregated for a specific resource type across accounts and regions", + "privilege": "ListAggregateDiscoveredResources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "evaluation-form*" - }, + "resource_type": "ConfigurationAggregator*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to return the percentage of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations", + "privilege": "ListConformancePackComplianceScores", + "resource_types": [ { - "condition_keys": [ - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update hours of operation in an Amazon Connect instance", - "privilege": "UpdateHoursOfOperation", + "access_level": "List", + "description": "Grants permission to accept a resource type and returns a list of resource identifiers for the resources of that type", + "privilege": "ListDiscoveredResources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "hours-of-operation*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the attribute for an existing Amazon Connect instance", - "privilege": "UpdateInstanceAttribute", + "access_level": "List", + "description": "Grants permission to list the resource evaluation summaries for an AWS account in an AWS Region", + "privilege": "ListResourceEvaluations", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ds:DescribeDirectories", - "iam:AttachRolePolicy", - "iam:CreateServiceLinkedRole", - "iam:PutRolePolicy", - "logs:CreateLogGroup" - ], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:AttributeType", - "connect:InstanceId" - ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the storage configuration for an existing Amazon Connect instance", - "privilege": "UpdateInstanceStorageConfig", + "access_level": "List", + "description": "Grants permission to list the stored queries for an AWS account in an AWS Region", + "privilege": "ListStoredQueries", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ds:DescribeDirectories", - "firehose:DescribeDeliveryStream", - "iam:AttachRolePolicy", - "iam:CreateServiceLinkedRole", - "iam:PutRolePolicy", - "kinesis:DescribeStream", - "kms:CreateGrant", - "kms:DescribeKey", - "s3:GetBucketAcl", - "s3:GetBucketLocation" - ], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:StorageResourceType", - "connect:InstanceId" - ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update participant role configurations associated with a contact", - "privilege": "UpdateParticipantRoleConfig", + "access_level": "Read", + "description": "Grants permission to list the tags for AWS Config resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "contact*" + "resource_type": "AggregationAuthorization" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "ConfigRule" }, { - "condition_keys": [ - "connect:InstanceId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update phone number resources in an Amazon Connect instance or traffic distribution group", - "privilege": "UpdatePhoneNumber", - "resource_types": [ + "resource_type": "ConfigurationAggregator" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "ConformancePack" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "phone-number*" + "resource_type": "OrganizationConfigRule" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "traffic-distribution-group*" + "resource_type": "OrganizationConformancePack" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "StoredQuery" } ] }, { "access_level": "Write", - "description": "Grants permission to update a prompt's name, description, and Amazon S3 URI in an Amazon Connect instance", - "privilege": "UpdatePrompt", + "description": "Grants permission to authorize the aggregator account and region to collect data from the source account and region", + "privilege": "PutAggregationAuthorization", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kms:Decrypt", - "s3:GetObject", - "s3:GetObjectAcl" - ], - "resource_type": "prompt*" + "dependent_actions": [], + "resource_type": "AggregationAuthorization*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -52649,23 +54117,18 @@ }, { "access_level": "Write", - "description": "Grants permission to update queue hours of operation in an Amazon Connect instance", - "privilege": "UpdateQueueHoursOfOperation", + "description": "Grants permission to add or update an AWS Config rule for evaluating whether your AWS resources comply with your desired configurations", + "privilege": "PutConfigRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "hours-of-operation*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "queue*" + "resource_type": "ConfigRule*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -52674,18 +54137,22 @@ }, { "access_level": "Write", - "description": "Grants permission to update queue capacity in an Amazon Connect instance", - "privilege": "UpdateQueueMaxContacts", + "description": "Grants permission to create and update the configuration aggregator with the selected source accounts and regions", + "privilege": "PutConfigurationAggregator", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "queue*" + "dependent_actions": [ + "iam:PassRole", + "organizations:EnableAWSServiceAccess", + "organizations:ListDelegatedAdministrators" + ], + "resource_type": "ConfigurationAggregator*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -52694,267 +54161,169 @@ }, { "access_level": "Write", - "description": "Grants permission to update a queue name and description in an Amazon Connect instance", - "privilege": "UpdateQueueName", + "description": "Grants permission to create a new configuration recorder to record the selected resource configurations", + "privilege": "PutConfigurationRecorder", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "queue*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update queue outbound caller config in an Amazon Connect instance", - "privilege": "UpdateQueueOutboundCallerConfig", + "description": "Grants permission to create or update a conformance pack", + "privilege": "PutConformancePack", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "queue*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "contact-flow" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "phone-number" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "iam:PassRole", + "s3:GetObject", + "s3:ListBucket", + "ssm:GetDocument" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "ConformancePack*" } ] }, { "access_level": "Write", - "description": "Grants permission to update queue status in an Amazon Connect instance", - "privilege": "UpdateQueueStatus", + "description": "Grants permission to create a delivery channel object to deliver configuration information to an Amazon S3 bucket and Amazon SNS topic", + "privilege": "PutDeliveryChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "queue*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the configuration of a quick connect in an Amazon Connect instance", - "privilege": "UpdateQuickConnectConfig", + "description": "Grants permission to be used by an AWS Lambda function to deliver evaluation results to AWS Config", + "privilege": "PutEvaluations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "quick-connect*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "contact-flow" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "queue" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "user" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a quick connect name and description in an Amazon Connect instance", - "privilege": "UpdateQuickConnectName", + "description": "Grants permission to deliver evaluation result to AWS Config", + "privilege": "PutExternalEvaluation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "quick-connect*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "ConfigRule*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the concurrency in a routing profile in an Amazon Connect instance", - "privilege": "UpdateRoutingProfileConcurrency", + "description": "Grants permission to add or update organization config rule for your entire organization evaluating whether your AWS resources comply with your desired configurations", + "privilege": "PutOrganizationConfigRule", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "routing-profile*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "iam:PassRole", + "organizations:EnableAWSServiceAccess", + "organizations:ListDelegatedAdministrators" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "OrganizationConfigRule*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the outbound queue in a routing profile in an Amazon Connect instance", - "privilege": "UpdateRoutingProfileDefaultOutboundQueue", + "description": "Grants permission to add or update organization conformance pack for your entire organization evaluating whether your AWS resources comply with your desired configurations", + "privilege": "PutOrganizationConformancePack", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "queue*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "routing-profile*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "iam:PassRole", + "organizations:EnableAWSServiceAccess", + "organizations:ListDelegatedAdministrators", + "s3:GetObject" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "OrganizationConformancePack*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a routing profile name and description in an Amazon Connect instance", - "privilege": "UpdateRoutingProfileName", + "description": "Grants permission to add or update the remediation configuration with a specific AWS Config rule with the selected target or action", + "privilege": "PutRemediationConfigurations", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "routing-profile*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" + "dependent_actions": [ + "iam:PassRole" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "RemediationConfiguration*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the queues in routing profile in an Amazon Connect instance", - "privilege": "UpdateRoutingProfileQueues", + "description": "Grants permission to add or update remediation exceptions for specific resources for a specific AWS Config rule", + "privilege": "PutRemediationExceptions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "routing-profile*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a rule for an existing Amazon Connect instance", - "privilege": "UpdateRule", + "description": "Grants permission to record the configuration state for the resource provided in the request", + "privilege": "PutResourceConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a security profile group for a user in an Amazon Connect instance", - "privilege": "UpdateSecurityProfile", + "description": "Grants permission to create and update the retention configuration with details about retention period (number of days) that AWS Config stores your historical information", + "privilege": "PutRetentionConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "security-profile*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update task template belonging to a Amazon Connect instance", - "privilege": "UpdateTaskTemplate", + "description": "Grants permission to save a new query or updates an existing saved query", + "privilege": "PutStoredQuery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task-template*" + "resource_type": "StoredQuery*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -52962,19 +54331,24 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update traffic distribution for a traffic distribution group", - "privilege": "UpdateTrafficDistribution", + "access_level": "Read", + "description": "Grants permission to accept a structured query language (SQL) SELECT command and an aggregator to query configuration state of AWS resources across multiple accounts and regions, performs the corresponding search, and returns resource configurations matching the properties", + "privilege": "SelectAggregateResourceConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "traffic-distribution-group*" - }, + "resource_type": "ConfigurationAggregator*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to accept a structured query language (SQL) SELECT command, performs the corresponding search, and returns resource configurations matching the properties", + "privilege": "SelectResourceConfig", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -52982,126 +54356,112 @@ }, { "access_level": "Write", - "description": "Grants permission to update a hierarchy group for a user in an Amazon Connect instance", - "privilege": "UpdateUserHierarchy", + "description": "Grants permission to evaluate your resources against the specified Config rules", + "privilege": "StartConfigRulesEvaluation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "hierarchy-group" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "ConfigRule*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a user hierarchy group name in an Amazon Connect instance", - "privilege": "UpdateUserHierarchyGroupName", + "description": "Grants permission to start recording configurations of the AWS resources you have selected to record in your AWS account", + "privilege": "StartConfigurationRecorder", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "hierarchy-group*" - }, - { - "condition_keys": [ - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update user hierarchy structure in an Amazon Connect instance", - "privilege": "UpdateUserHierarchyStructure", + "description": "Grants permission to run an on-demand remediation for the specified AWS Config rules against the last known remediation configuration", + "privilege": "StartRemediationExecution", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "connect:InstanceId" + "dependent_actions": [ + "iam:PassRole" ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update identity information for a user in an Amazon Connect instance", - "privilege": "UpdateUserIdentityInfo", + "description": "Grants permission to evaluate your resource details against the AWS Config rules in your account", + "privilege": "StartResourceEvaluation", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "user*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" + "dependent_actions": [ + "cloudformation:DescribeType" ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update phone configuration settings for a user in an Amazon Connect instance", - "privilege": "UpdateUserPhoneConfig", + "description": "Grants permission to stop recording configurations of the AWS resources you have selected to record in your AWS account", + "privilege": "StopConfigurationRecorder", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a routing profile for a user in an Amazon Connect instance", - "privilege": "UpdateUserRoutingProfile", + "access_level": "Tagging", + "description": "Grants permission to associate the specified tags to a resource with the specified resourceArn", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "routing-profile*" + "resource_type": "AggregationAuthorization" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "ConfigRule" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ConfigurationAggregator" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ConformancePack" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "OrganizationConfigRule" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "OrganizationConformancePack" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "StoredQuery" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -53109,24 +54469,48 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update security profiles for a user in an Amazon Connect instance", - "privilege": "UpdateUserSecurityProfiles", + "access_level": "Tagging", + "description": "Grants permission to delete specified tags from a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "security-profile*" + "resource_type": "AggregationAuthorization" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "ConfigRule" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ConfigurationAggregator" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ConformancePack" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "OrganizationConfigRule" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "OrganizationConformancePack" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "StoredQuery" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "connect:InstanceId" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -53136,231 +54520,120 @@ ], "resources": [ { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "instance" - }, - { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/contact/${ContactId}", - "condition_keys": [], - "resource": "contact" - }, - { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/agent/${UserId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "user" - }, - { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/routing-profile/${RoutingProfileId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "routing-profile" - }, - { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/security-profile/${SecurityProfileId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "security-profile" - }, - { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/agent-group/${HierarchyGroupId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "hierarchy-group" - }, - { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/queue/${QueueId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "queue" - }, - { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/queue/*", - "condition_keys": [], - "resource": "wildcard-queue" - }, - { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/transfer-destination/${QuickConnectId}", + "arn": "arn:${Partition}:config:${Region}:${Account}:aggregation-authorization/${AggregatorAccount}/${AggregatorRegion}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "quick-connect" - }, - { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/transfer-destination/*", - "condition_keys": [], - "resource": "wildcard-quick-connect" + "resource": "AggregationAuthorization" }, { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/contact-flow/${ContactFlowId}", + "arn": "arn:${Partition}:config:${Region}:${Account}:config-aggregator/${AggregatorId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "contact-flow" + "resource": "ConfigurationAggregator" }, { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/task-template/${TaskTemplateId}", + "arn": "arn:${Partition}:config:${Region}:${Account}:config-rule/${ConfigRuleId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "task-template" + "resource": "ConfigRule" }, { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/flow-module/${ContactFlowModuleId}", + "arn": "arn:${Partition}:config:${Region}:${Account}:conformance-pack/${ConformancePackName}/${ConformancePackId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "contact-flow-module" - }, - { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/contact-flow/*", - "condition_keys": [], - "resource": "wildcard-contact-flow" + "resource": "ConformancePack" }, { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/operating-hours/${HoursOfOperationId}", + "arn": "arn:${Partition}:config:${Region}:${Account}:organization-config-rule/${OrganizationConfigRuleId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "hours-of-operation" + "resource": "OrganizationConfigRule" }, { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/agent-state/${AgentStatusId}", + "arn": "arn:${Partition}:config:${Region}:${Account}:organization-conformance-pack/${OrganizationConformancePackId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "agent-status" - }, - { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/agent-state/*", - "condition_keys": [], - "resource": "wildcard-agent-status" - }, - { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/phone-number/${PhoneNumberId}", - "condition_keys": [], - "resource": "legacy-phone-number" + "resource": "OrganizationConformancePack" }, { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/phone-number/*", + "arn": "arn:${Partition}:config:${Region}:${Account}:remediation-configuration/${RemediationConfigurationId}", "condition_keys": [], - "resource": "wildcard-legacy-phone-number" - }, - { - "arn": "arn:${Partition}:connect:${Region}:${Account}:phone-number/${PhoneNumberId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "phone-number" - }, - { - "arn": "arn:${Partition}:connect:${Region}:${Account}:phone-number/*", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "wildcard-phone-number" + "resource": "RemediationConfiguration" }, { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/integration-association/${IntegrationAssociationId}", + "arn": "arn:${Partition}:config:${Region}:${Account}:stored-query/${StoredQueryName}/${StoredQueryId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "integration-association" - }, + "resource": "StoredQuery" + } + ], + "service_name": "AWS Config" + }, + { + "conditions": [ { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/use-case/${UseCaseId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "use-case" + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by using tag key-value pairs in the request", + "type": "String" }, { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/vocabulary/${VocabularyId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "vocabulary" + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by using tag key-value pairs attached to the resource", + "type": "String" }, { - "arn": "arn:${Partition}:connect:${Region}:${Account}:traffic-distribution-group/${TrafficDistributionGroupId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "traffic-distribution-group" + "condition": "aws:TagKeys", + "description": "Filters access by using tag keys in the request", + "type": "ArrayOfString" }, { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/rule/${RuleId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "rule" + "condition": "connect:AttributeType", + "description": "Filters access by the attribute type of the Amazon Connect instance", + "type": "String" }, { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/evaluation-form/${FormId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "evaluation-form" + "condition": "connect:InstanceId", + "description": "Filters access by restricting federation into specified Amazon Connect instances", + "type": "String" }, { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/contact-evaluation/${EvaluationId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "contact-evaluation" + "condition": "connect:MonitorCapabilities", + "description": "Filters access by restricting the monitor capabilities of the user in the request", + "type": "ArrayOfString" }, { - "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/prompt/${PromptId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "prompt" - } - ], - "service_name": "Amazon Connect" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters actions based on the presence of tag key-value pairs in the request", + "condition": "connect:SearchTag/${TagKey}", + "description": "Filters access by TagFilter condition passed in the search request", "type": "String" }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on tag key-value pairs attached to the resource", + "condition": "connect:StorageResourceType", + "description": "Filters access by restricting the storage resource type of the Amazon Connect instance storage configuration", "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters actions based on the presence of tag keys in the request", - "type": "ArrayOfString" } ], - "prefix": "connect-campaigns", + "prefix": "connect", "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a campaign", - "privilege": "CreateCampaign", + "description": "Grants permission to activate an evaluation form in the specified Amazon Connect instance. After the evaluation form is activated, it is available to start new evaluations based on the form", + "privilege": "ActivateEvaluationForm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" + "resource_type": "evaluation-form*" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -53369,23 +54642,45 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a campaign", - "privilege": "DeleteCampaign", + "description": "Grants permission to associate approved origin for an existing Amazon Connect instance", + "privilege": "AssociateApprovedOrigin", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to remove configuration information for an Amazon Connect instance", - "privilege": "DeleteConnectInstanceConfig", + "description": "Grants permission to associate a Lex bot for an existing Amazon Connect instance", + "privilege": "AssociateBot", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "iam:AttachRolePolicy", + "iam:CreateServiceLinkedRole", + "iam:PutRolePolicy", + "lex:CreateResourcePolicy", + "lex:DescribeBotAlias", + "lex:GetBot", + "lex:UpdateResourcePolicy" + ], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], "dependent_actions": [], "resource_type": "" } @@ -53393,29 +54688,34 @@ }, { "access_level": "Write", - "description": "Grants permission to remove onboarding job for an Amazon Connect instance", - "privilege": "DeleteInstanceOnboardingJob", + "description": "Grants permission to associate a Customer Profiles domain for an existing Amazon Connect instance", + "privilege": "AssociateCustomerProfilesDomain", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "iam:AttachRolePolicy", + "iam:CreateServiceLinkedRole", + "iam:PutRolePolicy", + "profile:GetDomain" + ], + "resource_type": "instance*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a specific campaign", - "privilege": "DescribeCampaign", + "access_level": "Write", + "description": "Grants permission to default vocabulary for an existing Amazon Connect instance", + "privilege": "AssociateDefaultVocabulary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" + "resource_type": "instance*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -53423,18 +54723,24 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get state of a campaign", - "privilege": "GetCampaignState", + "access_level": "Write", + "description": "Grants permission to associate a resource with a flow in an Amazon Connect instance", + "privilege": "AssociateFlow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" + "resource_type": "contact-flow*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "instance*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}" + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -53442,18 +54748,30 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get state of campaigns", - "privilege": "GetCampaignStateBatch", + "access_level": "Write", + "description": "Grants permission to associate instance storage for an existing Amazon Connect instance", + "privilege": "AssociateInstanceStorageConfig", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "campaign*" + "dependent_actions": [ + "ds:DescribeDirectories", + "firehose:DescribeDeliveryStream", + "iam:AttachRolePolicy", + "iam:CreateServiceLinkedRole", + "iam:PutRolePolicy", + "kinesis:DescribeStream", + "kms:CreateGrant", + "kms:DescribeKey", + "s3:GetBucketAcl", + "s3:GetBucketLocation" + ], + "resource_type": "instance*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}" + "connect:StorageResourceType", + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -53461,37 +54779,44 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get configuration information for an Amazon Connect instance", - "privilege": "GetConnectInstanceConfig", + "access_level": "Write", + "description": "Grants permission to associate a Lambda function for an existing Amazon Connect instance", + "privilege": "AssociateLambdaFunction", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "lambda:AddPermission" + ], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get onboarding job status for an Amazon Connect instance", - "privilege": "GetInstanceOnboardingJobStatus", + "access_level": "Write", + "description": "Grants permission to associate a Lex bot for an existing Amazon Connect instance", + "privilege": "AssociateLexBot", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to provide summary of all campaigns", - "privilege": "ListCampaigns", - "resource_types": [ + "dependent_actions": [ + "iam:AttachRolePolicy", + "iam:CreateServiceLinkedRole", + "iam:PutRolePolicy", + "lex:GetBot" + ], + "resource_type": "instance*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -53499,18 +54824,24 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to associate contact flow resources to phone number resources in an Amazon Connect instance", + "privilege": "AssociatePhoneNumberContactFlow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign" + "resource_type": "contact-flow*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "phone-number*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -53519,90 +54850,101 @@ }, { "access_level": "Write", - "description": "Grants permission to pause a campaign", - "privilege": "PauseCampaign", + "description": "Grants permission to associate quick connects with a queue in an Amazon Connect instance", + "privilege": "AssociateQueueQuickConnects", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create dial requests for the specified campaign", - "privilege": "PutDialRequestBatch", - "resource_types": [ + "resource_type": "queue*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" + "resource_type": "quick-connect*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to resume a campaign", - "privilege": "ResumeCampaign", + "description": "Grants permission to associate queues with a routing profile in an Amazon Connect instance", + "privilege": "AssociateRoutingProfileQueues", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to start a campaign", - "privilege": "StartCampaign", - "resource_types": [ + "resource_type": "queue*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" + "resource_type": "routing-profile*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start onboarding job for an Amazon Connect instance", - "privilege": "StartInstanceOnboardingJob", + "description": "Grants permission to associate a security key for an existing Amazon Connect instance", + "privilege": "AssociateSecurityKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to stop a campaign", - "privilege": "StopCampaign", + "description": "Grants permission to associate a user to a traffic distribution group in the specified Amazon Connect instance", + "privilege": "AssociateTrafficDistributionGroupUser", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "connect:DescribeUser", + "connect:SearchUsers" + ], + "resource_type": "instance*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to tag a resource", - "privilege": "TagResource", - "resource_types": [ + "resource_type": "traffic-distribution-group*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign" + "resource_type": "user*" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "connect:InstanceId", + "aws:ResourceTag/${TagKey}", + "connect:SearchTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -53610,19 +54952,18 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to grant access and to associate the datasets with the specified AWS account", + "privilege": "BatchAssociateAnalyticsDataSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign" + "resource_type": "instance*" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -53631,309 +54972,357 @@ }, { "access_level": "Write", - "description": "Grants permission to update the dialer configuration of a campaign", - "privilege": "UpdateCampaignDialerConfig", + "description": "Grants permission to revoke access and to disassociate the datasets with the specified AWS account", + "privilege": "BatchDisassociateAnalyticsDataSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the name of a campaign", - "privilege": "UpdateCampaignName", + "access_level": "List", + "description": "Grants permission to get summary information about the flow associations for the specified Amazon Connect instance", + "privilege": "BatchGetFlowAssociation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" + "resource_type": "instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the outbound call configuration of a campaign", - "privilege": "UpdateCampaignOutboundCallConfig", + "description": "Grants permission to put contacts in an Amazon Connect instance", + "privilege": "BatchPutContact", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" - } - ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:connect-campaigns:${Region}:${Account}:campaign/${CampaignId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "campaign" - } - ], - "service_name": "High-volume outbound communications" - }, - { - "conditions": [ - { - "condition": "consoleapp:DeviceIdentityArn", - "description": "A unique identifier for an identity on a device", - "type": "String" - } - ], - "prefix": "consoleapp", - "privileges": [ - { - "access_level": "Read", - "description": "Grants permission to retrieve the device identity for a Console Mobile App device", - "privilege": "GetDeviceIdentity", - "resource_types": [ + "resource_type": "instance*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "DeviceIdentity*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to retrieve a list of device identities", - "privilege": "ListDeviceIdentities", - "resource_types": [ + "resource_type": "queue" + }, { - "condition_keys": [], + "condition_keys": [ + "connect:InstanceId" + ], "dependent_actions": [], "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:consoleapp::${Account}:device/${DeviceId}/identity/${IdentityId}", - "condition_keys": [ - "consoleapp:DeviceIdentityArn" - ], - "resource": "DeviceIdentity" - } - ], - "service_name": "AWS Management Console Mobile App" - }, - { - "conditions": [], - "prefix": "consolidatedbilling", - "privileges": [ + }, { - "access_level": "Read", - "description": "Grants permission to get account role (Payer, Linked, Regular)", - "privilege": "GetAccountBillingRole", + "access_level": "Write", + "description": "Grants permission to claim phone number resources in an Amazon Connect instance or traffic distribution group", + "privilege": "ClaimPhoneNumber", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to get list of member/linked accounts", - "privilege": "ListLinkedAccounts", - "resource_types": [ + "resource_type": "instance*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - } - ], - "resources": [], - "service_name": "AWS Consolidated Billing" - }, - { - "conditions": [], - "prefix": "controltower", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to create an account managed by AWS Control Tower", - "privilege": "CreateManagedAccount", - "resource_types": [ + "resource_type": "traffic-distribution-group*" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "wildcard-phone-number*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete AWS Control Tower landing zone", - "privilege": "DeleteLandingZone", + "description": "Grants permission to create agent status in an Amazon Connect instance", + "privilege": "CreateAgentStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "agent-status*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to deregister an account created through the account factory from AWS Control Tower", - "privilege": "DeregisterManagedAccount", + "description": "Grants permission to create a contact flow in an Amazon Connect instance", + "privilege": "CreateContactFlow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "contact-flow*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to deregister an organizational unit from AWS Control Tower management", - "privilege": "DeregisterOrganizationalUnit", + "description": "Grants permission to create a contact flow module in an Amazon Connect instance", + "privilege": "CreateContactFlowModule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to describe the current account factory configuration", - "privilege": "DescribeAccountFactoryConfig", - "resource_types": [ + "resource_type": "contact-flow-module*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "connect:InstanceId" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe resources managed by core accounts in AWS Control Tower", - "privilege": "DescribeCoreService", + "access_level": "Write", + "description": "Grants permission to create an evaluation form in the specified Amazon Connect instance. The form can be used to define questions related to agent performance, and create sections to organize such questions. Question and section identifiers cannot be duplicated within the same evaluation form", + "privilege": "CreateEvaluationForm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "evaluation-form*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a guardrail", - "privilege": "DescribeGuardrail", + "access_level": "Write", + "description": "Grants permission to create hours of operation in an Amazon Connect instance", + "privilege": "CreateHoursOfOperation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "hours-of-operation*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a guardrail for a organizational unit", - "privilege": "DescribeGuardrailForTarget", + "access_level": "Write", + "description": "Grants permission to create a new Amazon Connect instance", + "privilege": "CreateInstance", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "ds:AuthorizeApplication", + "ds:CheckAlias", + "ds:CreateAlias", + "ds:CreateDirectory", + "ds:CreateIdentityPoolDirectory", + "ds:DeleteDirectory", + "ds:DescribeDirectories", + "ds:UnauthorizeApplication", + "iam:AttachRolePolicy", + "iam:CreateServiceLinkedRole", + "iam:PutRolePolicy" + ], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the current Landing Zone configuration", - "privilege": "DescribeLandingZoneConfiguration", + "access_level": "Write", + "description": "Grants permission to create an integration association with an Amazon Connect instance", + "privilege": "CreateIntegrationAssociation", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "app-integrations:CreateEventIntegrationAssociation", + "app-integrations:GetApplication", + "cases:GetDomain", + "connect:DescribeInstance", + "ds:DescribeDirectories", + "events:PutRule", + "events:PutTargets", + "iam:AttachRolePolicy", + "iam:CreateServiceLinkedRole", + "iam:PutRolePolicy", + "mobiletargeting:GetApp", + "voiceid:DescribeDomain", + "wisdom:GetAssistant", + "wisdom:GetKnowledgeBase", + "wisdom:TagResource" + ], + "resource_type": "instance*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "integration-association*" + }, + { + "condition_keys": [ + "connect:InstanceId", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an account created through account factory", - "privilege": "DescribeManagedAccount", + "access_level": "Write", + "description": "Grants permission to add a participant to an ongoing contact", + "privilege": "CreateParticipant", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to describe an AWS Organizations organizational unit managed by AWS Control Tower", - "privilege": "DescribeManagedOrganizationalUnit", - "resource_types": [ + "resource_type": "contact*" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a Register Organizational Unit Operation", - "privilege": "DescribeRegisterOrganizationalUnitOperation", + "access_level": "Write", + "description": "Grants permission to create persistent contact associations for a contact", + "privilege": "CreatePersistentContactAssociation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to describe the current AWS Control Tower SSO configuration", - "privilege": "DescribeSingleSignOn", - "resource_types": [ + "resource_type": "contact*" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to remove a control from an organizational unit", - "privilege": "DisableControl", + "description": "Grants permission to create a predefined attribute in an Amazon Connect instance", + "privilege": "CreatePredefinedAttribute", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to disable a guardrail from an organizational unit", - "privilege": "DisableGuardrail", + "description": "Grants permission to create a prompt in an Amazon Connect instance", + "privilege": "CreatePrompt", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "kms:Decrypt", + "s3:GetObject", + "s3:GetObjectAcl" + ], + "resource_type": "prompt*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "connect:InstanceId" + ], "dependent_actions": [], "resource_type": "" } @@ -53941,551 +55330,731 @@ }, { "access_level": "Write", - "description": "Grants permission to activate a control for an organizational unit", - "privilege": "EnableControl", + "description": "Grants permission to create a queue in an Amazon Connect instance", + "privilege": "CreateQueue", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to enable a guardrail to an organizational unit", - "privilege": "EnableGuardrail", - "resource_types": [ + "resource_type": "hours-of-operation*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to describe an account email and validate that it exists", - "privilege": "GetAccountInfo", - "resource_types": [ + "resource_type": "queue*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to list available updates for the current AWS Control Tower deployment", - "privilege": "GetAvailableUpdates", - "resource_types": [ + "resource_type": "contact-flow" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get the current status of a particular EnabledControl or DisableControl operation", - "privilege": "GetControlOperation", - "resource_types": [ + "resource_type": "phone-number" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "quick-connect" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the current compliance status of a guardrail", - "privilege": "GetGuardrailComplianceStatus", + "access_level": "Write", + "description": "Grants permission to create a quick connect in an Amazon Connect instance", + "privilege": "CreateQuickConnect", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get the home region of the AWS Control Tower setup", - "privilege": "GetHomeRegion", - "resource_types": [ + "resource_type": "quick-connect*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get the current landing zone drift status", - "privilege": "GetLandingZoneDriftStatus", - "resource_types": [ + "resource_type": "contact-flow" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get the current status of the landing zone setup", - "privilege": "GetLandingZoneStatus", - "resource_types": [ + "resource_type": "queue" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "user" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the current directory groups available through SSO", - "privilege": "ListDirectoryGroups", + "access_level": "Write", + "description": "Grants permission to create a routing profile in an Amazon Connect instance", + "privilege": "CreateRoutingProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to list occurrences of drift in AWS Control Tower", - "privilege": "ListDriftDetails", - "resource_types": [ + "resource_type": "queue*" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "routing-profile*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all enabled controls in a specified organizational unit", - "privilege": "ListEnabledControls", + "access_level": "Write", + "description": "Grants permission to create a rule in an Amazon Connect instance", + "privilege": "CreateRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "rule*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list currently enabled guardrails", - "privilege": "ListEnabledGuardrails", + "access_level": "Write", + "description": "Grants permission to create a security profile for the specified Amazon Connect instance", + "privilege": "CreateSecurityProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "security-profile*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list Precheck details for an Organizational Unit", - "privilege": "ListExtendGovernancePrecheckDetails", + "access_level": "Write", + "description": "Grants permission to create a task template in an Amazon Connect instance", + "privilege": "CreateTaskTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "task-template*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the compliance of external AWS Config rules", - "privilege": "ListExternalConfigRuleCompliance", + "access_level": "Write", + "description": "Grants permission to create a traffic distribution group", + "privilege": "CreateTrafficDistributionGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list existing guardrail violations", - "privilege": "ListGuardrailViolations", - "resource_types": [ + "resource_type": "instance*" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "traffic-distribution-group*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all available guardrails", - "privilege": "ListGuardrails", + "access_level": "Write", + "description": "Grants permission to create a use case for an integration association", + "privilege": "CreateUseCase", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "connect:DescribeInstance", + "ds:DescribeDirectories" + ], + "resource_type": "instance*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list guardrails and their current state for a organizational unit", - "privilege": "ListGuardrailsForTarget", - "resource_types": [ + "resource_type": "integration-association*" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "use-case*" + }, + { + "condition_keys": [ + "connect:InstanceId", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list accounts managed through AWS Control Tower", - "privilege": "ListManagedAccounts", + "access_level": "Write", + "description": "Grants permission to create a user for the specified Amazon Connect instance", + "privilege": "CreateUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "routing-profile*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "security-profile*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "hierarchy-group" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list managed accounts with a specified guardrail applied", - "privilege": "ListManagedAccountsForGuardrail", + "access_level": "Write", + "description": "Grants permission to create a user hierarchy group in an Amazon Connect instance", + "privilege": "CreateUserHierarchyGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "hierarchy-group" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list managed accounts under an organizational unit", - "privilege": "ListManagedAccountsForParent", + "access_level": "Write", + "description": "Grants permission to create a view in an Amazon Connect instance", + "privilege": "CreateView", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "customer-managed-view*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list organizational units managed by AWS Control Tower", - "privilege": "ListManagedOrganizationalUnits", + "access_level": "Write", + "description": "Grants permission to create a view version in an Amazon Connect instance", + "privilege": "CreateViewVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "customer-managed-view*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list managed organizational units that have a specified guardrail applied", - "privilege": "ListManagedOrganizationalUnitsForGuardrail", + "access_level": "Write", + "description": "Grants permission to create a vocabulary in an Amazon Connect instance", + "privilege": "CreateVocabulary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "vocabulary*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to set up an organizational unit to be managed by AWS Control Tower", - "privilege": "ManageOrganizationalUnit", + "description": "Grants permission to deactivate an evaluation form in the specified Amazon Connect instance. After a form is deactivated, it is no longer available for users to start new evaluations based on the form", + "privilege": "DeactivateEvaluationForm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "evaluation-form*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to perform validations in an account", - "privilege": "PerformPreLaunchChecks", + "access_level": "Write", + "description": "Grants permission to delete a contact evaluation in the specified Amazon Connect instance", + "privilege": "DeleteContactEvaluation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "contact-evaluation*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to set up or update AWS Control Tower landing zone", - "privilege": "SetupLandingZone", + "description": "Grants permission to delete a contact flow in an Amazon Connect instance", + "privilege": "DeleteContactFlow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "contact-flow*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the account factory configuration", - "privilege": "UpdateAccountFactoryConfig", + "description": "Grants permission to delete a contact flow module in an Amazon Connect instance", + "privilege": "DeleteContactFlowModule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "contact-flow-module*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] - } - ], - "resources": [], - "service_name": "AWS Control Tower" - }, - { - "conditions": [], - "prefix": "cur", - "privileges": [ + }, { "access_level": "Write", - "description": "Grants permission to delete Cost and Usage Report Definition", - "privilege": "DeleteReportDefinition", + "description": "Grants permission to delete an evaluation form in the specified Amazon Connect instance. If the version property is provided, only the specified version of the evaluation form is deleted", + "privilege": "DeleteEvaluationForm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cur*" + "resource_type": "evaluation-form*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get Cost and Usage Report Definitions", - "privilege": "DescribeReportDefinitions", + "access_level": "Write", + "description": "Grants permission to delete hours of operation in an Amazon Connect instance", + "privilege": "DeleteHoursOfOperation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "hours-of-operation*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get Bills CSV report", - "privilege": "GetClassicReport", + "access_level": "Write", + "description": "Grants permission to delete an Amazon Connect instance. When you remove an instance, the link to an existing AWS directory is also removed", + "privilege": "DeleteInstance", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "ds:DeleteDirectory", + "ds:DescribeDirectories", + "ds:UnauthorizeApplication" + ], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId", + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the classic report enablement status for Usage Reports", - "privilege": "GetClassicReportPreferences", + "access_level": "Write", + "description": "Grants permission to delete an integration association from an Amazon Connect instance. The association must not have any use cases associated with it", + "privilege": "DeleteIntegrationAssociation", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "app-integrations:DeleteEventIntegrationAssociation", + "connect:DescribeInstance", + "ds:DescribeDirectories", + "events:DeleteRule", + "events:ListTargetsByRule", + "events:RemoveTargets" + ], + "resource_type": "instance*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "integration-association*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get list of AWS services, usage type and operation for the Usage Report workflow. Allows or denies download of usage reports too", - "privilege": "GetUsageReport", + "access_level": "Write", + "description": "Grants permission to delete a predefined attribute in an Amazon Connect instance", + "privilege": "DeletePredefinedAttribute", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to modify Cost and Usage Report Definition", - "privilege": "ModifyReportDefinition", + "description": "Grants permission to delete a prompt in an Amazon Connect instance", + "privilege": "DeletePrompt", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cur*" + "resource_type": "prompt*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to enable classic reports", - "privilege": "PutClassicReportPreferences", + "description": "Grants permission to delete a queue in an Amazon Connect instance", + "privilege": "DeleteQueue", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "queue*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to write Cost and Usage Report Definition", - "privilege": "PutReportDefinition", + "description": "Grants permission to delete a quick connect in an Amazon Connect instance", + "privilege": "DeleteQuickConnect", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cur*" + "resource_type": "quick-connect*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to validates if the s3 bucket exists with appropriate permissions for CUR delivery", - "privilege": "ValidateReportDestination", + "access_level": "Write", + "description": "Grants permission to delete routing profiles in an Amazon Connect instance", + "privilege": "DeleteRoutingProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "routing-profile*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:cur:${Region}:${Account}:definition/${ReportName}", - "condition_keys": [], - "resource": "cur" - } - ], - "service_name": "AWS Cost and Usage Report" - }, - { - "conditions": [], - "prefix": "customer-verification", - "privileges": [ + }, { "access_level": "Write", - "description": "Grants permission to create customer verification data", - "privilege": "CreateCustomerVerificationDetails", + "description": "Grants permission to delete a rule in an Amazon Connect instance", + "privilege": "DeleteRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "rule*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get customer verification data", - "privilege": "GetCustomerVerificationDetails", + "access_level": "Write", + "description": "Grants permission to delete a security profile in an Amazon Connect instance", + "privilege": "DeleteSecurityProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "security-profile*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get customer verification eligibility", - "privilege": "GetCustomerVerificationEligibility", + "access_level": "Write", + "description": "Grants permission to delete a task template in an Amazon Connect instance", + "privilege": "DeleteTaskTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "task-template*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update customer verification data", - "privilege": "UpdateCustomerVerificationDetails", + "description": "Grants permission to delete a traffic distribution group", + "privilege": "DeleteTrafficDistributionGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "traffic-distribution-group*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] - } - ], - "resources": [], - "service_name": "AWS Customer Verification Service" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", - "type": "String" }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "databrew", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to delete one or more recipe versions", - "privilege": "BatchDeleteRecipeVersion", + "description": "Grants permission to delete a use case from an integration association", + "privilege": "DeleteUseCase", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "connect:DescribeInstance", + "ds:DescribeDirectories" + ], + "resource_type": "instance*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Recipe*" + "resource_type": "use-case*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a dataset", - "privilege": "CreateDataset", + "description": "Grants permission to delete a user in an Amazon Connect instance", + "privilege": "DeleteUser", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -54494,13 +56063,17 @@ }, { "access_level": "Write", - "description": "Grants permission to create a profile job", - "privilege": "CreateProfileJob", + "description": "Grants permission to delete a user hierarchy group in an Amazon Connect instance", + "privilege": "DeleteUserHierarchyGroup", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "hierarchy-group*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -54509,13 +56082,18 @@ }, { "access_level": "Write", - "description": "Grants permission to create a project", - "privilege": "CreateProject", + "description": "Grants permission to delete a view in an Amazon Connect instance", + "privilege": "DeleteView", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "customer-managed-view*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -54524,13 +56102,18 @@ }, { "access_level": "Write", - "description": "Grants permission to create a recipe", - "privilege": "CreateRecipe", + "description": "Grants permission to delete a view version in an Amazon Connect instance", + "privilege": "DeleteViewVersion", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "customer-managed-view-version*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -54539,13 +56122,18 @@ }, { "access_level": "Write", - "description": "Grants permission to create a recipe job", - "privilege": "CreateRecipeJob", + "description": "Grants permission to delete a vocabulary in an Amazon Connect instance", + "privilege": "DeleteVocabulary", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "vocabulary*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -54553,14 +56141,19 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a ruleset", - "privilege": "CreateRuleset", + "access_level": "Read", + "description": "Grants permission to describe agent status in an Amazon Connect instance", + "privilege": "DescribeAgentStatus", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "agent-status*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -54568,14 +56161,18 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a schedule", - "privilege": "CreateSchedule", + "access_level": "Read", + "description": "Grants permission to describe a contact in an Amazon Connect instance", + "privilege": "DescribeContact", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "contact*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -54583,393 +56180,573 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete a dataset", - "privilege": "DeleteDataset", + "access_level": "Read", + "description": "Grants permission to describe a contact evaluation in the specified Amazon Connect instance", + "privilege": "DescribeContactEvaluation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Dataset*" + "resource_type": "contact-evaluation*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a job", - "privilege": "DeleteJob", + "access_level": "Read", + "description": "Grants permission to describe a contact flow in an Amazon Connect instance", + "privilege": "DescribeContactFlow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Job*" + "resource_type": "contact-flow*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a project", - "privilege": "DeleteProject", + "access_level": "Read", + "description": "Grants permission to describe a contact flow module in an Amazon Connect instance", + "privilege": "DescribeContactFlowModule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Project*" + "resource_type": "contact-flow-module*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a recipe version", - "privilege": "DeleteRecipeVersion", + "access_level": "Read", + "description": "Grants permission to describe an evaluation form in the specified Amazon Connect instance. If the version property is not provided, the latest version of the evaluation form is described", + "privilege": "DescribeEvaluationForm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Recipe*" + "resource_type": "evaluation-form*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a ruleset", - "privilege": "DeleteRuleset", + "access_level": "Read", + "description": "Grants permission to describe the status of forecasting, planning, and scheduling integration on an Amazon Connect instance", + "privilege": "DescribeForecastingPlanningSchedulingIntegration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Ruleset*" + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a schedule", - "privilege": "DeleteSchedule", + "access_level": "Read", + "description": "Grants permission to describe hours of operation in an Amazon Connect instance", + "privilege": "DescribeHoursOfOperation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Schedule*" + "resource_type": "hours-of-operation*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view details about a dataset", - "privilege": "DescribeDataset", + "description": "Grants permission to view details of an Amazon Connect instance and is also required to create an instance", + "privilege": "DescribeInstance", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "ds:DescribeDirectories" + ], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId", + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "Dataset*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view details about a job", - "privilege": "DescribeJob", + "description": "Grants permission to view the attribute details of an existing Amazon Connect instance", + "privilege": "DescribeInstanceAttribute", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Job*" + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:AttributeType", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view details about job run for a given job", - "privilege": "DescribeJobRun", + "description": "Grants permission to view the instance storage configuration for an existing Amazon Connect instance", + "privilege": "DescribeInstanceStorageConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Job*" + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:StorageResourceType", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view details about a project", - "privilege": "DescribeProject", + "description": "Grants permission to describe phone number resources in an Amazon Connect instance or traffic distribution group", + "privilege": "DescribePhoneNumber", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Project*" + "resource_type": "phone-number*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view details about a recipe", - "privilege": "DescribeRecipe", + "description": "Grants permission to describe a predefined attribute in an Amazon Connect instance", + "privilege": "DescribePredefinedAttribute", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Recipe*" + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view details about a ruleset", - "privilege": "DescribeRuleset", + "description": "Grants permission to describe a prompt in an Amazon Connect instance", + "privilege": "DescribePrompt", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Ruleset*" + "resource_type": "prompt*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view details about a schedule", - "privilege": "DescribeSchedule", + "description": "Grants permission to describe a queue in an Amazon Connect instance", + "privilege": "DescribeQueue", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Schedule*" + "resource_type": "queue*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to list datasets in your account", - "privilege": "ListDatasets", + "description": "Grants permission to describe a quick connect in an Amazon Connect instance", + "privilege": "DescribeQuickConnect", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "quick-connect*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to list job runs for a given job", - "privilege": "ListJobRuns", + "description": "Grants permission to describe a routing profile in an Amazon Connect instance", + "privilege": "DescribeRoutingProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Job*" + "resource_type": "routing-profile*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to list jobs in your account", - "privilege": "ListJobs", + "description": "Grants permission to describe a rule in an Amazon Connect instance", + "privilege": "DescribeRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "rule*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to list projects in your account", - "privilege": "ListProjects", + "description": "Grants permission to describe a security profile in an Amazon Connect instance", + "privilege": "DescribeSecurityProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "security-profile*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to list versions in your recipe", - "privilege": "ListRecipeVersions", + "description": "Grants permission to describe a traffic distribution group", + "privilege": "DescribeTrafficDistributionGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Recipe*" + "resource_type": "traffic-distribution-group*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to list recipes in your account", - "privilege": "ListRecipes", + "description": "Grants permission to describe a user in an Amazon Connect instance", + "privilege": "DescribeUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "user*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to list rulesets in your account", - "privilege": "ListRulesets", + "description": "Grants permission to describe a hierarchy group for an Amazon Connect instance", + "privilege": "DescribeUserHierarchyGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "hierarchy-group*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to list schedules in your account", - "privilege": "ListSchedules", + "description": "Grants permission to describe the hierarchy structure for an Amazon Connect instance", + "privilege": "DescribeUserHierarchyStructure", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve tags associated with a resource", - "privilege": "ListTagsForResource", + "description": "Grants permission to describe a view in an Amazon Connect instance", + "privilege": "DescribeView", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Dataset" + "resource_type": "aws-managed-view*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Job" + "resource_type": "customer-managed-view*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Project" + "resource_type": "qualified-aws-managed-view*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Recipe" + "resource_type": "qualified-customer-managed-view*" }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a vocabulary in an Amazon Connect instance", + "privilege": "DescribeVocabulary", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Ruleset" + "resource_type": "vocabulary*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], "dependent_actions": [], - "resource_type": "Schedule" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to publish a major verison of a recipe", - "privilege": "PublishRecipe", + "description": "Grants permission to disassociate approved origin for an existing Amazon Connect instance", + "privilege": "DisassociateApprovedOrigin", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Recipe*" + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to submit an action to the interactive session for a project", - "privilege": "SendProjectSessionAction", + "description": "Grants permission to disassociate a Lex bot for an existing Amazon Connect instance", + "privilege": "DisassociateBot", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "iam:AttachRolePolicy", + "iam:CreateServiceLinkedRole", + "iam:PutRolePolicy", + "lex:DeleteResourcePolicy", + "lex:UpdateResourcePolicy" + ], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], "dependent_actions": [], - "resource_type": "Project*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start running a job", - "privilege": "StartJobRun", + "description": "Grants permission to disassociate a Customer Profiles domain for an existing Amazon Connect instance", + "privilege": "DisassociateCustomerProfilesDomain", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "Job*" + "dependent_actions": [ + "iam:AttachRolePolicy", + "iam:DeleteRolePolicy", + "iam:DetachRolePolicy", + "iam:GetPolicy", + "iam:GetPolicyVersion", + "iam:GetRolePolicy" + ], + "resource_type": "instance*" } ] }, { "access_level": "Write", - "description": "Grants permission to start an interactive session for a project", - "privilege": "StartProjectSession", + "description": "Grants permission to disassociate a resource from a flow in an Amazon Connect instance", + "privilege": "DisassociateFlow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Project*" + "resource_type": "instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to stop a job run for a job", - "privilege": "StopJobRun", + "description": "Grants permission to disassociate instance storage for an existing Amazon Connect instance", + "privilege": "DisassociateInstanceStorageConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Job*" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to add tags to a resource", - "privilege": "TagResource", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Dataset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Job" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Project" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Recipe" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Ruleset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Schedule" + "resource_type": "instance*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "connect:StorageResourceType", + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -54977,43 +56754,20 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags associated with a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to disassociate a Lambda function for an existing Amazon Connect instance", + "privilege": "DisassociateLambdaFunction", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "Dataset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Job" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Project" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Recipe" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Ruleset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Schedule" + "dependent_actions": [ + "lambda:RemovePermission" + ], + "resource_type": "instance*" }, { "condition_keys": [ - "aws:TagKeys" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -55022,193 +56776,135 @@ }, { "access_level": "Write", - "description": "Grants permission to modify a dataset", - "privilege": "UpdateDataset", + "description": "Grants permission to disassociate a Lex bot for an existing Amazon Connect instance", + "privilege": "DisassociateLexBot", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "iam:AttachRolePolicy", + "iam:CreateServiceLinkedRole", + "iam:PutRolePolicy" + ], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], "dependent_actions": [], - "resource_type": "Dataset*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to modify a profile job", - "privilege": "UpdateProfileJob", + "description": "Grants permission to disassociate contact flow resources from phone number resources in an Amazon Connect instance", + "privilege": "DisassociatePhoneNumberContactFlow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Job*" + "resource_type": "phone-number*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to modify a project", - "privilege": "UpdateProject", + "description": "Grants permission to disassociate quick connects from a queue in an Amazon Connect instance", + "privilege": "DisassociateQueueQuickConnects", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Project*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify a recipe", - "privilege": "UpdateRecipe", - "resource_types": [ + "resource_type": "queue*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Recipe*" + "resource_type": "quick-connect*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to modify a recipe job", - "privilege": "UpdateRecipeJob", + "description": "Grants permission to disassociate queues from a routing profile in an Amazon Connect instance", + "privilege": "DisassociateRoutingProfileQueues", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Job*" + "resource_type": "routing-profile*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to modify a ruleset", - "privilege": "UpdateRuleset", + "description": "Grants permission to disassociate the security key for an existing Amazon Connect instance", + "privilege": "DisassociateSecurityKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Ruleset*" + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to modify a schedule", - "privilege": "UpdateSchedule", + "description": "Grants permission to disassociate a user from a traffic distribution group in the specified Amazon Connect instance", + "privilege": "DisassociateTrafficDistributionGroupUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Schedule*" - } - ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:databrew:${Region}:${Account}:project/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Project" - }, - { - "arn": "arn:${Partition}:databrew:${Region}:${Account}:dataset/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Dataset" - }, - { - "arn": "arn:${Partition}:databrew:${Region}:${Account}:ruleset/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Ruleset" - }, - { - "arn": "arn:${Partition}:databrew:${Region}:${Account}:recipe/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Recipe" - }, - { - "arn": "arn:${Partition}:databrew:${Region}:${Account}:job/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Job" - }, - { - "arn": "arn:${Partition}:databrew:${Region}:${Account}:schedule/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Schedule" - } - ], - "service_name": "AWS Glue DataBrew" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the allowed set of values for each of the mandatory tags in the create request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tag value associated with the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of mandatory tags in the create request", - "type": "ArrayOfString" - }, - { - "condition": "dataexchange:JobType", - "description": "Filters access by the specified job type", - "type": "String" - } - ], - "prefix": "dataexchange", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to cancel a job", - "privilege": "CancelJob", - "resource_types": [ + "resource_type": "instance*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "jobs*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an asset (for example, in a Job)", - "privilege": "CreateAsset", - "resource_types": [ + "resource_type": "traffic-distribution-group*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "revisions*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a data set", - "privilege": "CreateDataSet", - "resource_types": [ + "resource_type": "user*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "connect:InstanceId", + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -55217,42 +56913,62 @@ }, { "access_level": "Write", - "description": "Grants permission to create an event action", - "privilege": "CreateEventAction", + "description": "Grants permission to dismiss terminated Contact from Agent CCP", + "privilege": "DismissUserContact", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "user*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a job to import or export assets", - "privilege": "CreateJob", + "access_level": "Read", + "description": "Grants permission to retrieve the contact attributes for the specified contact", + "privilege": "GetContactAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "contact*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a revision", - "privilege": "CreateRevision", + "access_level": "Read", + "description": "Grants permission to retrieve current metric data for queues and routing profiles in an Amazon Connect instance", + "privilege": "GetCurrentMetricData", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-sets*" + "resource_type": "queue*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "routing-profile*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -55260,289 +56976,380 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete an asset", - "privilege": "DeleteAsset", + "access_level": "Read", + "description": "Grants permission to retrieve current user data in an Amazon Connect instance", + "privilege": "GetCurrentUserData", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "assets*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a data set", - "privilege": "DeleteDataSet", - "resource_types": [ + "resource_type": "hierarchy-group*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-sets*" + "resource_type": "queue*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "routing-profile*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an event action", - "privilege": "DeleteEventAction", + "access_level": "Read", + "description": "Grants permission to federate into an Amazon Connect instance when using SAML-based authentication for identity management", + "privilege": "GetFederationToken", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-actions*" + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a revision", - "privilege": "DeleteRevision", + "description": "Grants permission to federate into an Amazon Connect instance (Log in for emergency access functionality in the Amazon Connect console)", + "privilege": "GetFederationTokens", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "revisions*" + "dependent_actions": [ + "connect:DescribeInstance", + "connect:ListInstances", + "ds:DescribeDirectories" + ], + "resource_type": "instance*" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about an asset and to export it (for example, in a Job)", - "privilege": "GetAsset", + "description": "Grants permission to get information about the flow associations for the specified Amazon Connect instance", + "privilege": "GetFlowAssociation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "assets*" + "resource_type": "instance*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], "dependent_actions": [], - "resource_type": "entitled-assets*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about a data set", - "privilege": "GetDataSet", + "description": "Grants permission to retrieve historical metric data for queues in an Amazon Connect instance", + "privilege": "GetMetricData", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-sets*" + "resource_type": "queue*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], "dependent_actions": [], - "resource_type": "entitled-data-sets*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get an event action", - "privilege": "GetEventAction", + "description": "Grants permission to retrieve metric data in an Amazon Connect instance", + "privilege": "GetMetricDataV2", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-actions*" + "resource_type": "hierarchy-group*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "queue*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "routing-profile*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about a job", - "privilege": "GetJob", + "description": "Grants permission to get details about a prompt's presigned Amazon S3 URL in an Amazon Connect instance", + "privilege": "GetPromptFile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "jobs*" + "resource_type": "prompt*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about a revision", - "privilege": "GetRevision", + "description": "Grants permission to get details about specified task template in an Amazon Connect instance", + "privilege": "GetTaskTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entitled-revisions*" + "resource_type": "task-template*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], "dependent_actions": [], - "resource_type": "revisions*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list the revisions of a data set", - "privilege": "ListDataSetRevisions", + "description": "Grants permission to read traffic distribution for a traffic distribution group", + "privilege": "GetTrafficDistribution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-sets*" + "resource_type": "traffic-distribution-group*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "entitled-data-sets*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list data sets for the account", - "privilege": "ListDataSets", + "access_level": "Write", + "description": "Grants permission to import phone number resources to an Amazon Connect instance", + "privilege": "ImportPhoneNumber", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "sms-voice:DescribePhoneNumbers" + ], + "resource_type": "instance*" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "wildcard-phone-number*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list event actions for the account", - "privilege": "ListEventActions", + "description": "Grants permission to list agent statuses in an Amazon Connect instance", + "privilege": "ListAgentStatuses", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "wildcard-agent-status*" } ] }, { "access_level": "List", - "description": "Grants permission to list jobs for the account", - "privilege": "ListJobs", + "description": "Grants permission to view approved origins of an existing Amazon Connect instance", + "privilege": "ListApprovedOrigins", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to get list the assets of a revision", - "privilege": "ListRevisionAssets", + "description": "Grants permission to view the Lex bots of an existing Amazon Connect instance", + "privilege": "ListBots", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entitled-revisions*" + "resource_type": "instance*" }, { - "condition_keys": [], + "condition_keys": [ + "connect:InstanceId" + ], "dependent_actions": [], - "resource_type": "revisions*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list the tags that you associated with the specified resource", - "privilege": "ListTagsForResource", + "description": "Grants permission to list contact evaluations in the specified Amazon Connect instance", + "privilege": "ListContactEvaluations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-sets" + "resource_type": "instance*" }, { - "condition_keys": [], + "condition_keys": [ + "connect:InstanceId" + ], "dependent_actions": [], - "resource_type": "revisions" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to publish a data set", - "privilege": "PublishDataSet", + "access_level": "List", + "description": "Grants permission to list contact flow module resources in an Amazon Connect instance", + "privilege": "ListContactFlowModules", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-sets*" + "resource_type": "instance*" } ] }, { - "access_level": "Write", - "description": "Grants permission to revoke subscriber access to a revision", - "privilege": "RevokeRevision", + "access_level": "List", + "description": "Grants permission to list contact flow resources in an Amazon Connect instance", + "privilege": "ListContactFlows", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "revisions*" + "resource_type": "wildcard-contact-flow*" } ] }, { - "access_level": "Write", - "description": "Grants permission to send a request to an API asset", - "privilege": "SendApiAsset", + "access_level": "List", + "description": "Grants permission to list references associated with a contact in an Amazon Connect instance", + "privilege": "ListContactReferences", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "assets*" + "resource_type": "contact*" }, { - "condition_keys": [], + "condition_keys": [ + "connect:InstanceId" + ], "dependent_actions": [], - "resource_type": "entitled-assets*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to start a job", - "privilege": "StartJob", + "access_level": "List", + "description": "Grants permission to list default vocabularies associated with a Amazon Connect instance", + "privilege": "ListDefaultVocabularies", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dataexchange:CreateAsset" + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" ], - "resource_type": "jobs*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add one or more tags to a specified resource", - "privilege": "TagResource", + "access_level": "List", + "description": "Grants permission to list versions of an evaluation form in the specified Amazon Connect instance", + "privilege": "ListEvaluationFormVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-sets" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "revisions" + "resource_type": "evaluation-form*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -55550,23 +57357,18 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove one or more tags from a specified resource", - "privilege": "UntagResource", + "access_level": "List", + "description": "Grants permission to list evaluation forms in the specified Amazon Connect instance", + "privilege": "ListEvaluationForms", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-sets" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "revisions" + "resource_type": "instance*" }, { "condition_keys": [ - "aws:TagKeys" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -55574,156 +57376,56 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to get update information about an asset", - "privilege": "UpdateAsset", + "access_level": "List", + "description": "Grants permission to list summary information about the flow associations for the specified Amazon Connect instance", + "privilege": "ListFlowAssociations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "assets*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update information about a data set", - "privilege": "UpdateDataSet", - "resource_types": [ + "resource_type": "instance*" + }, { - "condition_keys": [], + "condition_keys": [ + "connect:InstanceId" + ], "dependent_actions": [], - "resource_type": "data-sets*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update information for an event action", - "privilege": "UpdateEventAction", + "access_level": "List", + "description": "Grants permission to list hours of operation resources in an Amazon Connect instance", + "privilege": "ListHoursOfOperations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-actions*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update information about a revision", - "privilege": "UpdateRevision", - "resource_types": [ + "resource_type": "instance*" + }, { - "condition_keys": [], - "dependent_actions": [ - "dataexchange:PublishDataSet" + "condition_keys": [ + "connect:InstanceId" ], - "resource_type": "revisions*" + "dependent_actions": [], + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:dataexchange:${Region}:${Account}:jobs/${JobId}", - "condition_keys": [ - "dataexchange:JobType" - ], - "resource": "jobs" - }, - { - "arn": "arn:${Partition}:dataexchange:${Region}:${Account}:data-sets/${DataSetId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "data-sets" - }, - { - "arn": "arn:${Partition}:dataexchange:${Region}::data-sets/${DataSetId}", - "condition_keys": [], - "resource": "entitled-data-sets" - }, - { - "arn": "arn:${Partition}:dataexchange:${Region}:${Account}:data-sets/${DataSetId}/revisions/${RevisionId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "revisions" - }, - { - "arn": "arn:${Partition}:dataexchange:${Region}::data-sets/${DataSetId}/revisions/${RevisionId}", - "condition_keys": [], - "resource": "entitled-revisions" - }, - { - "arn": "arn:${Partition}:dataexchange:${Region}:${Account}:data-sets/${DataSetId}/revisions/${RevisionId}/assets/${AssetId}", - "condition_keys": [], - "resource": "assets" - }, - { - "arn": "arn:${Partition}:dataexchange:${Region}::data-sets/${DataSetId}/revisions/${RevisionId}/assets/${AssetId}", - "condition_keys": [], - "resource": "entitled-assets" - }, - { - "arn": "arn:${Partition}:dataexchange:${Region}:${Account}:event-actions/${EventActionId}", - "condition_keys": [], - "resource": "event-actions" - } - ], - "service_name": "AWS Data Exchange" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", - "type": "ArrayOfString" - }, - { - "condition": "datapipeline:PipelineCreator", - "description": "Filters access by the IAM user that created the pipeline", - "type": "ArrayOfString" - }, - { - "condition": "datapipeline:Tag", - "description": "Filters access by customer-specified key/value pair that can be attached to a resource", - "type": "ArrayOfString" }, { - "condition": "datapipeline:workerGroup", - "description": "Filters access by the name of a worker group for which a Task Runner retrieves work", - "type": "ArrayOfString" - } - ], - "prefix": "datapipeline", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to validate the specified pipeline and starts processing pipeline tasks. If the pipeline does not pass validation, activation fails", - "privilege": "ActivatePipeline", + "access_level": "List", + "description": "Grants permission to view the attributes of an existing Amazon Connect instance", + "privilege": "ListInstanceAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "instance*" }, { "condition_keys": [ - "datapipeline:PipelineCreator", - "datapipeline:Tag", - "datapipeline:workerGroup" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -55731,21 +57433,18 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to add or modify tags for the specified pipeline", - "privilege": "AddTags", + "access_level": "List", + "description": "Grants permission to view storage configurations of an existing Amazon Connect instance", + "privilege": "ListInstanceStorageConfigs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "instance*" }, { "condition_keys": [ - "datapipeline:PipelineCreator", - "datapipeline:Tag", - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -55753,38 +57452,35 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a new, empty pipeline", - "privilege": "CreatePipeline", + "access_level": "List", + "description": "Grants permission to view the Amazon Connect instances associated with an AWS account", + "privilege": "ListInstances", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "datapipeline:Tag" - ], + "condition_keys": [], "dependent_actions": [ - "datapipeline:AddTags" + "ds:DescribeDirectories" ], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to Deactivate the specified running pipeline", - "privilege": "DeactivatePipeline", + "access_level": "List", + "description": "Grants permission to list summary information about the integration associations for the specified Amazon Connect instance", + "privilege": "ListIntegrationAssociations", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "pipeline*" + "dependent_actions": [ + "connect:DescribeInstance", + "ds:DescribeDirectories" + ], + "resource_type": "instance*" }, { "condition_keys": [ - "datapipeline:PipelineCreator", - "datapipeline:Tag", - "datapipeline:workerGroup" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -55792,19 +57488,18 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete a pipeline, its pipeline definition, and its run history", - "privilege": "DeletePipeline", + "access_level": "List", + "description": "Grants permission to view the Lambda functions of an existing Amazon Connect instance", + "privilege": "ListLambdaFunctions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "instance*" }, { "condition_keys": [ - "datapipeline:PipelineCreator", - "datapipeline:Tag" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -55812,19 +57507,18 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get the object definitions for a set of objects associated with the pipeline", - "privilege": "DescribeObjects", + "access_level": "List", + "description": "Grants permission to view the Lex bots of an existing Amazon Connect instance", + "privilege": "ListLexBots", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "instance*" }, { "condition_keys": [ - "datapipeline:PipelineCreator", - "datapipeline:Tag" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -55832,39 +57526,42 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieves metadata about one or more pipelines", - "privilege": "DescribePipelines", + "access_level": "List", + "description": "Grants permission to list phone number resources in an Amazon Connect instance", + "privilege": "ListPhoneNumbers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" - }, + "resource_type": "wildcard-legacy-phone-number*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list phone number resources in an Amazon Connect instance", + "privilege": "ListPhoneNumbersV2", + "resource_types": [ { - "condition_keys": [ - "datapipeline:PipelineCreator", - "datapipeline:Tag" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "wildcard-phone-number*" } ] }, { - "access_level": "Read", - "description": "Grants permission to task runners to call EvaluateExpression, to evaluate a string in the context of the specified object", - "privilege": "EvaluateExpression", + "access_level": "List", + "description": "Grants permission to list predefined attributes in an Amazon Connect instance", + "privilege": "ListPredefinedAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "instance*" }, { "condition_keys": [ - "datapipeline:PipelineCreator", - "datapipeline:Tag" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -55873,31 +57570,37 @@ }, { "access_level": "List", - "description": "Grants permission to call GetAccountLimits", - "privilege": "GetAccountLimits", + "description": "Grants permission to list prompt resources in an Amazon Connect instance", + "privilege": "ListPrompts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to gets the definition of the specified pipeline", - "privilege": "GetPipelineDefinition", + "access_level": "List", + "description": "Grants permission to list quick connect resources in a queue in an Amazon Connect instance", + "privilege": "ListQueueQuickConnects", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "queue*" }, { "condition_keys": [ - "datapipeline:PipelineCreator", - "datapipeline:Tag", - "datapipeline:workerGroup" + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -55906,57 +57609,66 @@ }, { "access_level": "List", - "description": "Grants permission to list the pipeline identifiers for all active pipelines that you have permission to access", - "privilege": "ListPipelines", + "description": "Grants permission to list queue resources in an Amazon Connect instance", + "privilege": "ListQueues", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "wildcard-queue*" } ] }, { - "access_level": "Write", - "description": "Grants permission to task runners to call PollForTask, to receive a task to perform from AWS Data Pipeline", - "privilege": "PollForTask", + "access_level": "List", + "description": "Grants permission to list quick connect resources in an Amazon Connect instance", + "privilege": "ListQuickConnects", "resource_types": [ { - "condition_keys": [ - "datapipeline:workerGroup" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "wildcard-quick-connect*" } ] }, { - "access_level": "Write", - "description": "Grants permission to call PutAccountLimits", - "privilege": "PutAccountLimits", + "access_level": "Read", + "description": "Grants permission to list the analysis segments for a real-time analysis session", + "privilege": "ListRealtimeContactAnalysisSegments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "contact*" } ] }, { - "access_level": "Write", - "description": "Grants permission to add tasks, schedules, and preconditions to the specified pipeline", - "privilege": "PutPipelineDefinition", + "access_level": "List", + "description": "Grants permission to list the analysis segments for a real-time chat analytics session", + "privilege": "ListRealtimeContactAnalysisSegmentsV2", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "contact*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list queue resources in a routing profile in an Amazon Connect instance", + "privilege": "ListRoutingProfileQueues", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "routing-profile*" }, { "condition_keys": [ - "datapipeline:PipelineCreator", - "datapipeline:Tag", - "datapipeline:workerGroup" + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -55964,19 +57676,18 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to query the specified pipeline for the names of objects that match the specified set of conditions", - "privilege": "QueryObjects", + "access_level": "List", + "description": "Grants permission to list routing profile resources in an Amazon Connect instance", + "privilege": "ListRoutingProfiles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "instance*" }, { "condition_keys": [ - "datapipeline:PipelineCreator", - "datapipeline:Tag" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -55984,21 +57695,18 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove existing tags from the specified pipeline", - "privilege": "RemoveTags", + "access_level": "List", + "description": "Grants permission to list rules associated with a Amazon Connect instance", + "privilege": "ListRules", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "instance*" }, { "condition_keys": [ - "datapipeline:PipelineCreator", - "datapipeline:Tag", - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -56006,43 +57714,58 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to task runners to call ReportTaskProgress, when they are assigned a task to acknowledge that it has the task", - "privilege": "ReportTaskProgress", + "access_level": "List", + "description": "Grants permission to view the security keys of an existing Amazon Connect instance", + "privilege": "ListSecurityKeys", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to task runners to call ReportTaskRunnerHeartbeat every 15 minutes to indicate that they are operational", - "privilege": "ReportTaskRunnerHeartbeat", + "access_level": "List", + "description": "Grants permission to list applications associated with a specific security profile in an Amazon Connect instance", + "privilege": "ListSecurityProfileApplications", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "security-profile*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline", - "privilege": "SetStatus", + "access_level": "List", + "description": "Grants permission to list permissions associated with security profile in an Amazon Connect instance", + "privilege": "ListSecurityProfilePermissions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "security-profile*" }, { "condition_keys": [ - "datapipeline:PipelineCreator", - "datapipeline:Tag" + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -56050,100 +57773,123 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to task runners to call SetTaskStatus to notify AWS Data Pipeline that a task is completed and provide information about the final status", - "privilege": "SetTaskStatus", + "access_level": "List", + "description": "Grants permission to list security profile resources in an Amazon Connect instance", + "privilege": "ListSecurityProfiles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to validate the specified pipeline definition to ensure that it is well formed and can be run without error", - "privilege": "ValidatePipelineDefinition", + "description": "Grants permission to list tags for an Amazon Connect resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "agent-status" }, { - "condition_keys": [ - "datapipeline:PipelineCreator", - "datapipeline:Tag", - "datapipeline:workerGroup" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:datapipeline:${Region}:${Account}:pipeline/${PipelineId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "pipeline" - } - ], - "service_name": "AWS Data Pipeline" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tag key-value pairs associated with the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "datasync", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to create a storage system", - "privilege": "AddStorageSystem", - "resource_types": [ + "resource_type": "contact-evaluation" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "agent*" + "resource_type": "contact-flow" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to cancel execution of a sync task", - "privilege": "CancelTaskExecution", - "resource_types": [ + "resource_type": "contact-flow-module" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "taskexecution*" + "resource_type": "evaluation-form" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "hierarchy-group" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "hours-of-operation" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "integration-association" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "phone-number" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "prompt" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "queue" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "quick-connect" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "routing-profile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "rule" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "security-profile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "traffic-distribution-group" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "use-case" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "wildcard-phone-number" }, { "condition_keys": [ @@ -56155,44 +57901,30 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to activate an agent that you have deployed on your host", - "privilege": "CreateAgent", + "access_level": "List", + "description": "Grants permission to list task template resources in an Amazon Connect instance", + "privilege": "ListTaskTemplates", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "instance*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an endpoint for an Amazon EFS file system", - "privilege": "CreateLocationEfs", + "access_level": "List", + "description": "Grants permission to list the active user associations for a traffic distribution group", + "privilege": "ListTrafficDistributionGroupUsers", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an endpoint for an Amazon Fsx Lustre", - "privilege": "CreateLocationFsxLustre", - "resource_types": [ + "resource_type": "traffic-distribution-group*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -56200,44 +57932,33 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create an endpoint for Amazon FSx for ONTAP", - "privilege": "CreateLocationFsxOntap", + "access_level": "List", + "description": "Grants permission to list traffic distribution groups", + "privilege": "ListTrafficDistributionGroups", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "traffic-distribution-group*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an endpoint for Amazon FSx for OpenZFS", - "privilege": "CreateLocationFsxOpenZfs", + "access_level": "List", + "description": "Grants permission to list the use cases of an integration association", + "privilege": "ListUseCases", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "condition_keys": [], + "dependent_actions": [ + "connect:DescribeInstance", + "ds:DescribeDirectories" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an endpoint for an Amazon FSx Windows File Server file system", - "privilege": "CreateLocationFsxWindows", - "resource_types": [ + "resource_type": "instance*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -56245,14 +57966,18 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create an endpoint for an Amazon Hdfs", - "privilege": "CreateLocationHdfs", + "access_level": "List", + "description": "Grants permission to list the hierarchy group resources in an Amazon Connect instance", + "privilege": "ListUserHierarchyGroups", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "instance*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -56260,14 +57985,18 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create an endpoint for a NFS file system", - "privilege": "CreateLocationNfs", + "access_level": "List", + "description": "Grants permission to list user resources in an Amazon Connect instance", + "privilege": "ListUsers", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "instance*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -56275,14 +58004,24 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create an endpoint for a self-managed object storage bucket", - "privilege": "CreateLocationObjectStorage", + "access_level": "List", + "description": "Grants permission to list the view versions in an Amazon Connect instance", + "privilege": "ListViewVersions", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "aws-managed-view*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "customer-managed-view*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -56290,14 +58029,18 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create an endpoint for an Amazon S3 bucket", - "privilege": "CreateLocationS3", + "access_level": "List", + "description": "Grants permission to list the views in an Amazon Connect instance", + "privilege": "ListViews", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "instance*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -56306,13 +58049,29 @@ }, { "access_level": "Write", - "description": "Grants permission to create an endpoint for an SMB file system", - "privilege": "CreateLocationSmb", + "description": "Grants permission to monitor an ongoing contact", + "privilege": "MonitorContact", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "contact*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "connect:MonitorCapabilities", + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -56321,23 +58080,28 @@ }, { "access_level": "Write", - "description": "Grants permission to create a sync task", - "privilege": "CreateTask", + "description": "Grants permission to switch User Status in an Amazon Connect instance", + "privilege": "PutUserStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "location*" + "resource_type": "agent-status*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "agent" + "resource_type": "instance*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -56346,245 +58110,322 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an agent", - "privilege": "DeleteAgent", + "description": "Grants permission to release phone number resources in an Amazon Connect instance", + "privilege": "ReleasePhoneNumber", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "agent*" + "resource_type": "phone-number*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a location used by AWS DataSync", - "privilege": "DeleteLocation", + "description": "Grants permission to create a replica of an Amazon Connect instance", + "privilege": "ReplicateInstance", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "ds:AuthorizeApplication", + "ds:CheckAlias", + "ds:CreateAlias", + "ds:CreateDirectory", + "ds:CreateIdentityPoolDirectory", + "ds:DeleteDirectory", + "ds:DescribeDirectories", + "ds:UnauthorizeApplication", + "iam:AttachRolePolicy", + "iam:CreateServiceLinkedRole", + "iam:PutRolePolicy" + ], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "connect:InstanceId" + ], "dependent_actions": [], - "resource_type": "location*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a sync task", - "privilege": "DeleteTask", + "description": "Grants permission to resume recording for the specified contact", + "privilege": "ResumeContactRecording", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task*" + "resource_type": "contact*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view metadata such as name, network interfaces, and the status (that is, whether the agent is running or not) about a sync agent", - "privilege": "DescribeAgent", + "access_level": "List", + "description": "Grants permission to search phone number resources in an Amazon Connect instance or traffic distribution group", + "privilege": "SearchAvailablePhoneNumbers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "agent*" + "resource_type": "wildcard-phone-number*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe metadata about a discovery job", - "privilege": "DescribeDiscoveryJob", + "description": "Grants permission to search hours of operation resources in an Amazon Connect instance", + "privilege": "SearchHoursOfOperations", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "connect:DescribeHoursOfOperation" + ], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId", + "connect:SearchTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "discoveryjob*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view metadata, such as the path information about an Amazon EFS sync location", - "privilege": "DescribeLocationEfs", + "description": "Grants permission to search prompt resources in an Amazon Connect instance", + "privilege": "SearchPrompts", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "connect:DescribePrompt" + ], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId", + "connect:SearchTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "location*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view metadata, such as the path information about an Amazon FSx Lustre sync location", - "privilege": "DescribeLocationFsxLustre", + "description": "Grants permission to search queue resources in an Amazon Connect instance", + "privilege": "SearchQueues", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "connect:DescribeQueue" + ], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId", + "connect:SearchTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "location*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view metadata, such as the path information about an Amazon FSx for ONTAP sync location", - "privilege": "DescribeLocationFsxOntap", + "description": "Grants permission to search quick connect resources in an Amazon Connect instance", + "privilege": "SearchQuickConnects", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "connect:DescribeQuickConnect" + ], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId", + "connect:SearchTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "location*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view metadata, such as the path information about an Amazon FSx OpenZFS sync location", - "privilege": "DescribeLocationFsxOpenZfs", + "access_level": "List", + "description": "Grants permission to search tags that are used in an Amazon Connect instance", + "privilege": "SearchResourceTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "location*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to view metadata, such as the path information about an Amazon FSx Windows sync location", - "privilege": "DescribeLocationFsxWindows", - "resource_types": [ + "resource_type": "instance*" + }, { - "condition_keys": [], + "condition_keys": [ + "connect:InstanceId", + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "location*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view metadata, such as the path information about an Amazon HDFS sync location", - "privilege": "DescribeLocationHdfs", + "description": "Grants permission to search routing profile resources in an Amazon Connect instance", + "privilege": "SearchRoutingProfiles", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "connect:DescribeRoutingProfile" + ], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId", + "connect:SearchTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "location*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view metadata, such as the path information, about a NFS sync location", - "privilege": "DescribeLocationNfs", + "description": "Grants permission to search security profile resources in an Amazon Connect instance", + "privilege": "SearchSecurityProfiles", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "connect:DescribeSecurityProfile" + ], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId", + "connect:SearchTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "location*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view metadata about a self-managed object storage server location", - "privilege": "DescribeLocationObjectStorage", + "description": "Grants permission to search user resources in an Amazon Connect instance", + "privilege": "SearchUsers", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "connect:DescribeUser" + ], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId", + "connect:SearchTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "location*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view metadata, such as bucket name, about an Amazon S3 bucket sync location", - "privilege": "DescribeLocationS3", + "access_level": "List", + "description": "Grants permission to search vocabularies in a Amazon Connect instance", + "privilege": "SearchVocabularies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "location*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to view metadata, such as the path information, about an SMB sync location", - "privilege": "DescribeLocationSmb", - "resource_types": [ + "resource_type": "vocabulary*" + }, { - "condition_keys": [], + "condition_keys": [ + "connect:InstanceId" + ], "dependent_actions": [], - "resource_type": "location*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view metadata about a storage system", - "privilege": "DescribeStorageSystem", + "access_level": "Write", + "description": "Grants permission to send chat integration events using the Amazon Connect API", + "privilege": "SendChatIntegrationEvent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "storagesystem*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to describe resource metrics collected by a discovery job", - "privilege": "DescribeStorageSystemResourceMetrics", + "access_level": "Write", + "description": "Grants permission to initiate a chat using the Amazon Connect API", + "privilege": "StartChatContact", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "discoveryjob*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe resources identified by a discovery job", - "privilege": "DescribeStorageSystemResources", - "resource_types": [ + "resource_type": "contact-flow*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "discoveryjob*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to view metadata about a sync task", - "privilege": "DescribeTask", - "resource_types": [ + "resource_type": "contact" + }, { - "condition_keys": [], + "condition_keys": [ + "connect:InstanceId" + ], "dependent_actions": [], - "resource_type": "task*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view metadata about a sync task that is being executed", - "privilege": "DescribeTaskExecution", + "access_level": "Write", + "description": "Grants permission to start an empty evaluation in the specified Amazon Connect instance, using the given evaluation form for the particular contact. The evaluation form version used for the contact evaluation corresponds to the currently activated version. If no version is activated for the evaluation form, the contact evaluation cannot be started", + "privilege": "StartContactEvaluation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "taskexecution*" + "resource_type": "contact-evaluation*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -56593,114 +58434,126 @@ }, { "access_level": "Write", - "description": "Grants permission to generate recommendations for a resource identified by a discovery job", - "privilege": "GenerateRecommendations", + "description": "Grants permission to start recording for the specified contact", + "privilege": "StartContactRecording", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "discoveryjob*" + "resource_type": "contact*" } ] }, { - "access_level": "List", - "description": "Grants permission to list agents owned by an AWS account in a region specified in the request", - "privilege": "ListAgents", + "access_level": "Write", + "description": "Grants permission to start chat streaming using the Amazon Connect API", + "privilege": "StartContactStreaming", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "instance*" } ] }, { - "access_level": "List", - "description": "Grants permission to list discovery jobs", - "privilege": "ListDiscoveryJobs", + "access_level": "Write", + "description": "Grants permission to enable forecasting, planning, and scheduling integration on an Amazon Connect instance", + "privilege": "StartForecastingPlanningSchedulingIntegration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list source and destination sync locations", - "privilege": "ListLocations", - "resource_types": [ + "resource_type": "instance*" + }, { - "condition_keys": [], + "condition_keys": [ + "connect:InstanceId" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list storage systems", - "privilege": "ListStorageSystems", + "access_level": "Write", + "description": "Grants permission to initiate outbound calls using the Amazon Connect API", + "privilege": "StartOutboundVoiceContact", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "contact*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list tags that have been added to the specified resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to initiate a task using the Amazon Connect API", + "privilege": "StartTaskContact", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "agent" + "resource_type": "contact-flow*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "discoveryjob" + "resource_type": "contact" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "location" + "resource_type": "quick-connect" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "storagesystem" + "resource_type": "task-template" }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to initiate a WebRTC contact using the Amazon Connect API", + "privilege": "StartWebRTCContact", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task" + "resource_type": "contact-flow*" }, { - "condition_keys": [], + "condition_keys": [ + "connect:InstanceId" + ], "dependent_actions": [], - "resource_type": "taskexecution" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list executed sync tasks", - "privilege": "ListTaskExecutions", + "access_level": "Write", + "description": "Grants permission to stop contacts that were initiated using the Amazon Connect API. If you use this operation on an active contact the contact ends, even if the agent is active on a call with a customer", + "privilege": "StopContact", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task*" + "resource_type": "contact*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -56708,56 +58561,61 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list of all the sync tasks", - "privilege": "ListTasks", + "access_level": "Write", + "description": "Grants permission to stop recording for the specified contact", + "privilege": "StopContactRecording", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "contact*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a storage system", - "privilege": "RemoveStorageSystem", + "description": "Grants permission to stop chat streaming using the Amazon Connect API", + "privilege": "StopContactStreaming", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "storagesystem*" + "resource_type": "instance*" } ] }, { "access_level": "Write", - "description": "Grants permission to start a discovery job for a storage system", - "privilege": "StartDiscoveryJob", + "description": "Grants permission to disable forecasting, planning, and scheduling integration on an Amazon Connect instance", + "privilege": "StopForecastingPlanningSchedulingIntegration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "storagesystem*" + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start a specific invocation of a sync task", - "privilege": "StartTaskExecution", + "description": "Grants permission to submit a contact evaluation in the specified Amazon Connect instance. Answers included in the request are merged with existing answers for the given evaluation. If no answers or notes are passed, the evaluation is submitted with the existing answers and notes. You can delete an answer or note by passing an empty object ( { }) to the question identifier", + "privilege": "SubmitContactEvaluation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task*" + "resource_type": "contact-evaluation*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys" + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -56766,99 +58624,140 @@ }, { "access_level": "Write", - "description": "Grants permission to stop a discovery job", - "privilege": "StopDiscoveryJob", + "description": "Grants permission to suspend recording for the specified contact", + "privilege": "SuspendContactRecording", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "discoveryjob*" + "resource_type": "contact*" } ] }, { "access_level": "Tagging", - "description": "Grants permission to apply a key-value pair to an AWS resource", + "description": "Grants permission to tag an Amazon Connect resource", "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "agent" + "resource_type": "agent-status" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "discoveryjob" + "resource_type": "contact-evaluation" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "location" + "resource_type": "contact-flow" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "storagesystem" + "resource_type": "contact-flow-module" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "task" + "resource_type": "customer-managed-view" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "taskexecution" + "resource_type": "evaluation-form" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to remove one or more tags from the specified resource", - "privilege": "UntagResource", - "resource_types": [ + "resource_type": "hierarchy-group" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "agent" + "resource_type": "hours-of-operation" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "discoveryjob" + "resource_type": "instance" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "location" + "resource_type": "integration-association" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "storagesystem" + "resource_type": "phone-number" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "task" + "resource_type": "prompt" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "taskexecution" + "resource_type": "queue" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "quick-connect" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "routing-profile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "rule" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "security-profile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task-template" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "traffic-distribution-group" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "use-case" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "vocabulary" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "wildcard-phone-number" }, { "condition_keys": [ - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -56867,275 +58766,502 @@ }, { "access_level": "Write", - "description": "Grants permission to update the name of an agent", - "privilege": "UpdateAgent", + "description": "Grants permission to transfer the contact to another queue or agent", + "privilege": "TransferContact", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "agent*" + "resource_type": "contact*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "contact-flow*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a discovery job", - "privilege": "UpdateDiscoveryJob", + "access_level": "Tagging", + "description": "Grants permission to untag an Amazon Connect resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "discoveryjob*" + "resource_type": "agent-status" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "contact-evaluation" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "contact-flow" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "contact-flow-module" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "customer-managed-view" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "evaluation-form" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "hierarchy-group" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "hours-of-operation" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "instance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "integration-association" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "phone-number" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "prompt" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "queue" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "quick-connect" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "routing-profile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "rule" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "security-profile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task-template" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "traffic-distribution-group" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "use-case" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "vocabulary" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "wildcard-phone-number" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update an HDFS sync Location", - "privilege": "UpdateLocationHdfs", + "description": "Grants permission to update agent status in an Amazon Connect instance", + "privilege": "UpdateAgentStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "location*" + "resource_type": "agent-status*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update an NFS sync Location", - "privilege": "UpdateLocationNfs", + "description": "Grants permission to update a contact in an Amazon Connect instance", + "privilege": "UpdateContact", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "location*" + "resource_type": "contact*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a self-managed object storage server location", - "privilege": "UpdateLocationObjectStorage", + "description": "Grants permission to create or update the contact attributes associated with the specified contact", + "privilege": "UpdateContactAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "location*" + "resource_type": "contact*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a SMB sync location", - "privilege": "UpdateLocationSmb", + "description": "Grants permission to update details about a contact evaluation in the specified Amazon Connect instance. A contact evaluation must be in the draft state. Answers included in the request are merged with existing answers for the given evaluation. An answer or note can be deleted by passing an empty object ( { }) to the question identifier", + "privilege": "UpdateContactEvaluation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "location*" + "resource_type": "contact-evaluation*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a storage system", - "privilege": "UpdateStorageSystem", + "description": "Grants permission to update contact flow content in an Amazon Connect instance", + "privilege": "UpdateContactFlowContent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "storagesystem*" + "resource_type": "contact-flow*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update metadata associated with a sync task", - "privilege": "UpdateTask", + "description": "Grants permission to update the metadata of a contact flow in an Amazon Connect instance", + "privilege": "UpdateContactFlowMetadata", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task*" + "resource_type": "contact-flow*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update execution of a sync task", - "privilege": "UpdateTaskExecution", + "description": "Grants permission to update contact flow module content in an Amazon Connect instance", + "privilege": "UpdateContactFlowModuleContent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "taskexecution*" + "resource_type": "contact-flow-module*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:datasync:${Region}:${AccountId}:agent/${AgentId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "agent" - }, - { - "arn": "arn:${Partition}:datasync:${Region}:${AccountId}:location/${LocationId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "location" - }, - { - "arn": "arn:${Partition}:datasync:${Region}:${AccountId}:task/${TaskId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "task" - }, - { - "arn": "arn:${Partition}:datasync:${Region}:${AccountId}:task/${TaskId}/execution/${ExecutionId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "taskexecution" }, { - "arn": "arn:${Partition}:datasync:${Region}:${AccountId}:system/${StorageSystemId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "storagesystem" + "access_level": "Write", + "description": "Grants permission to update the metadata of a contact flow module in an Amazon Connect instance", + "privilege": "UpdateContactFlowModuleMetadata", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "contact-flow-module*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:datasync:${Region}:${AccountId}:system/${StorageSystemId}/job/${DiscoveryJobId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "discoveryjob" - } - ], - "service_name": "AWS DataSync" - }, - { - "conditions": [], - "prefix": "datazone", - "privileges": [ - { - "access_level": "Read", - "description": "Grants permission to retrieve information about an Amazon DataZone project", - "privilege": "GetProject", + "access_level": "Write", + "description": "Grants permission to update the name and description of a contact flow in an Amazon Connect instance", + "privilege": "UpdateContactFlowName", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "contact-flow*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve configuration information for an Amazon DataZone project", - "privilege": "GetProjectConfiguration", + "access_level": "Write", + "description": "Grants permission to update the schedule of a contact that is already scheduled in an Amazon Connect instance", + "privilege": "UpdateContactSchedule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "contact*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve credentials for an Amazon DataZone project", - "privilege": "GetProjectCredentials", + "access_level": "Write", + "description": "Grants permission to update details about a specific evaluation form version in the specified Amazon Connect instance. Question and section identifiers cannot be duplicated within the same evaluation form", + "privilege": "UpdateEvaluationForm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "evaluation-form*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve all Amazon DataZone projects", - "privilege": "ListProjects", + "access_level": "Write", + "description": "Grants permission to update hours of operation in an Amazon Connect instance", + "privilege": "UpdateHoursOfOperation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "hours-of-operation*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve all Amazon DataZone projects for a user", - "privilege": "ListUserProjects", + "access_level": "Write", + "description": "Grants permission to update the attribute for an existing Amazon Connect instance", + "privilege": "UpdateInstanceAttribute", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "ds:DescribeDirectories", + "iam:AttachRolePolicy", + "iam:CreateServiceLinkedRole", + "iam:PutRolePolicy", + "logs:CreateLogGroup" + ], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:AttributeType", + "connect:InstanceId" + ], "dependent_actions": [], "resource_type": "" } ] - } - ], - "resources": [], - "service_name": "Amazon DataZone" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", - "type": "String" + "access_level": "Write", + "description": "Grants permission to update the storage configuration for an existing Amazon Connect instance", + "privilege": "UpdateInstanceStorageConfig", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "ds:DescribeDirectories", + "firehose:DescribeDeliveryStream", + "iam:AttachRolePolicy", + "iam:CreateServiceLinkedRole", + "iam:PutRolePolicy", + "kinesis:DescribeStream", + "kms:CreateGrant", + "kms:DescribeKey", + "s3:GetBucketAcl", + "s3:GetBucketLocation" + ], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:StorageResourceType", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "datazonecontrol", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to request association of an account with a given domain", - "privilege": "CreateAccountAssociationInvitation", + "description": "Grants permission to update participant role configurations associated with a contact", + "privilege": "UpdateParticipantRoleConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "contact*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create Amazon DataZone data sources used for publishing and subscribing to data", - "privilege": "CreateDataSource", + "description": "Grants permission to update phone number resources in an Amazon Connect instance or traffic distribution group", + "privilege": "UpdatePhoneNumber", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "phone-number*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "traffic-distribution-group*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -57144,13 +59270,17 @@ }, { "access_level": "Write", - "description": "Grants permission to provision a root-domain which is a top level entity that contains other Amazon DataZone resources", - "privilege": "CreateEnvironment", + "description": "Grants permission to update the metadata of a phone number resource in an Amazon Connect instance or traffic distribution group", + "privilege": "UpdatePhoneNumberMetadata", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "phone-number*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -57159,280 +59289,497 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a data source", - "privilege": "DeleteDataSource", + "description": "Grants permission to update a predefined attribute in an Amazon Connect instance", + "privilege": "UpdatePredefinedAttribute", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-source*" + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a provisioned root-domain", - "privilege": "DeleteEnvironment", + "description": "Grants permission to update a prompt's name, description, and Amazon S3 URI in an Amazon Connect instance", + "privilege": "UpdatePrompt", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "kms:Decrypt", + "s3:GetObject", + "s3:GetObjectAcl" + ], + "resource_type": "prompt*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate an account with a given domain", - "privilege": "DissociateAccount", + "description": "Grants permission to update queue hours of operation in an Amazon Connect instance", + "privilege": "UpdateQueueHoursOfOperation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "hours-of-operation*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "queue*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about any associated domain in the associated account", - "privilege": "GetAssociatedDomain", + "access_level": "Write", + "description": "Grants permission to update queue capacity in an Amazon Connect instance", + "privilege": "UpdateQueueMaxContacts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "queue*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve any data source under any domain for a given root-domain", - "privilege": "GetDataSourceByEnvironment", + "access_level": "Write", + "description": "Grants permission to update a queue name and description in an Amazon Connect instance", + "privilege": "UpdateQueueName", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-source*" + "resource_type": "queue*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about any domain in the account", - "privilege": "GetDomain", + "access_level": "Write", + "description": "Grants permission to update queue outbound caller config in an Amazon Connect instance", + "privilege": "UpdateQueueOutboundCallerConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "queue*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "contact-flow" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "phone-number" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a root-domain", - "privilege": "GetEnvironment", + "access_level": "Write", + "description": "Grants permission to update queue status in an Amazon Connect instance", + "privilege": "UpdateQueueStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "queue*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a publishing job", - "privilege": "GetMetadataCollector", + "access_level": "Write", + "description": "Grants permission to update the configuration of a quick connect in an Amazon Connect instance", + "privilege": "UpdateQuickConnectConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "quick-connect*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "contact-flow" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "queue" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve credentials to log into Amazon DataZone data portal from AWS management console", - "privilege": "GetUserPortalLoginAuthCode", + "access_level": "Write", + "description": "Grants permission to update a quick connect name and description in an Amazon Connect instance", + "privilege": "UpdateQuickConnectName", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "quick-connect*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve all account-association invitations for a given associated account", - "privilege": "ListAccountAssociationInvitations", + "access_level": "Write", + "description": "Grants permission to update a routing profile agent availability timer in an Amazon Connect instance", + "privilege": "UpdateRoutingProfileAgentAvailabilityTimer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "routing-profile*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all associated accounts under the given root-domain, including accounts associated to its sub-domains", - "privilege": "ListAllAssociatedAccountsForEnvironment", + "access_level": "Write", + "description": "Grants permission to update the concurrency in a routing profile in an Amazon Connect instance", + "privilege": "UpdateRoutingProfileConcurrency", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "routing-profile*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to lists all the associated domains for a given associated account", - "privilege": "ListAssociatedEnvironments", + "access_level": "Write", + "description": "Grants permission to update the outbound queue in a routing profile in an Amazon Connect instance", + "privilege": "UpdateRoutingProfileDefaultOutboundQueue", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "queue*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "routing-profile*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve all data sources under any domain in the associated account", - "privilege": "ListDataSources", + "access_level": "Write", + "description": "Grants permission to update a routing profile name and description in an Amazon Connect instance", + "privilege": "UpdateRoutingProfileName", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "routing-profile*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve all data sources under any domain for a given root-domain", - "privilege": "ListDataSourcesByEnvironment", + "access_level": "Write", + "description": "Grants permission to update the queues in routing profile in an Amazon Connect instance", + "privilege": "UpdateRoutingProfileQueues", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "routing-profile*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the sub-domains for a given domain or a root-domain", - "privilege": "ListDomains", + "access_level": "Write", + "description": "Grants permission to update a rule for an existing Amazon Connect instance", + "privilege": "UpdateRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "rule*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve all root-domains", - "privilege": "ListEnvironment", + "access_level": "Write", + "description": "Grants permission to update a security profile group for a user in an Amazon Connect instance", + "privilege": "UpdateSecurityProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "security-profile*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all runs for a given publishing job through Amazon DataZone console for a data source", - "privilege": "ListMetadataCollectorRuns", + "access_level": "Write", + "description": "Grants permission to update task template belonging to a Amazon Connect instance", + "privilege": "UpdateTaskTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "task-template*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve all publishing jobs", - "privilege": "ListMetadataCollectors", + "access_level": "Write", + "description": "Grants permission to update traffic distribution for a traffic distribution group", + "privilege": "UpdateTrafficDistribution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "traffic-distribution-group*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve all Amazon DataZone projects", - "privilege": "ListProjects", + "access_level": "Write", + "description": "Grants permission to update a hierarchy group for a user in an Amazon Connect instance", + "privilege": "UpdateUserHierarchy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "user*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "hierarchy-group" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve all tags associated with a resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to update a user hierarchy group name in an Amazon Connect instance", + "privilege": "UpdateUserHierarchyGroupName", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-source" + "resource_type": "hierarchy-group*" }, { - "condition_keys": [], + "condition_keys": [ + "connect:InstanceId" + ], "dependent_actions": [], - "resource_type": "environment" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to accept or reject the pending association requests for the given account", - "privilege": "ReviewAccountAssociationInvitation", + "description": "Grants permission to update user hierarchy structure in an Amazon Connect instance", + "privilege": "UpdateUserHierarchyStructure", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add or update tags to a resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to update identity information for a user in an Amazon Connect instance", + "privilege": "UpdateUserIdentityInfo", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-source" + "resource_type": "user*" }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update phone configuration settings for a user in an Amazon Connect instance", + "privilege": "UpdateUserPhoneConfig", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment" + "resource_type": "user*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -57440,23 +59787,24 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags associated with a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to update a routing profile for a user in an Amazon Connect instance", + "privilege": "UpdateUserRoutingProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-source" + "resource_type": "routing-profile*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment" + "resource_type": "user*" }, { "condition_keys": [ - "aws:TagKeys" + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" ], "dependent_actions": [], "resource_type": "" @@ -57465,189 +59813,459 @@ }, { "access_level": "Write", - "description": "Grants permission to update the description of the account association of the given associated account and given domain", - "privilege": "UpdateAccountAssociationDescription", + "description": "Grants permission to update security profiles for a user in an Amazon Connect instance", + "privilege": "UpdateUserSecurityProfiles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "security-profile*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a data source", - "privilege": "UpdateDataSource", + "description": "Grants permission to update a view's content in an Amazon Connect instance", + "privilege": "UpdateViewContent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-source*" + "resource_type": "customer-managed-view*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update information for a root-domain", - "privilege": "UpdateEnvironment", + "description": "Grants permission to update a view's metadata in an Amazon Connect instance", + "privilege": "UpdateViewMetadata", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "customer-managed-view*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "connect:InstanceId" + ], + "dependent_actions": [], + "resource_type": "" } ] } ], "resources": [ { - "arn": "arn:${Partition}:datazonecontrol:${Region}:${Account}:domain/${DomainId}", + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "environment" + "resource": "instance" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/contact/${ContactId}", + "condition_keys": [], + "resource": "contact" }, { - "arn": "arn:${Partition}:datazonecontrol:${Region}:${Account}:data-source/${DomainId}", + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/agent/${UserId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "data-source" + "resource": "user" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/routing-profile/${RoutingProfileId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "routing-profile" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/security-profile/${SecurityProfileId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "security-profile" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/agent-group/${HierarchyGroupId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "hierarchy-group" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/queue/${QueueId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "queue" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/queue/*", + "condition_keys": [], + "resource": "wildcard-queue" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/transfer-destination/${QuickConnectId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "quick-connect" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/transfer-destination/*", + "condition_keys": [], + "resource": "wildcard-quick-connect" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/contact-flow/${ContactFlowId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "contact-flow" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/task-template/${TaskTemplateId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "task-template" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/flow-module/${ContactFlowModuleId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "contact-flow-module" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/contact-flow/*", + "condition_keys": [], + "resource": "wildcard-contact-flow" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/operating-hours/${HoursOfOperationId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "hours-of-operation" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/agent-state/${AgentStatusId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "agent-status" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/agent-state/*", + "condition_keys": [], + "resource": "wildcard-agent-status" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/phone-number/${PhoneNumberId}", + "condition_keys": [], + "resource": "legacy-phone-number" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/phone-number/*", + "condition_keys": [], + "resource": "wildcard-legacy-phone-number" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:phone-number/${PhoneNumberId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "phone-number" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:phone-number/*", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "wildcard-phone-number" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/integration-association/${IntegrationAssociationId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "integration-association" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/use-case/${UseCaseId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "use-case" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/vocabulary/${VocabularyId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "vocabulary" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:traffic-distribution-group/${TrafficDistributionGroupId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "traffic-distribution-group" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/rule/${RuleId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "rule" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/evaluation-form/${FormId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "evaluation-form" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/contact-evaluation/${EvaluationId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "contact-evaluation" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/prompt/${PromptId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "prompt" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/view/${ViewId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "customer-managed-view" + }, + { + "arn": "arn:${Partition}:connect:${Region}:aws:view/${ViewId}", + "condition_keys": [], + "resource": "aws-managed-view" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/view/${ViewId}:${ViewQualifier}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "qualified-customer-managed-view" + }, + { + "arn": "arn:${Partition}:connect:${Region}:aws:view/${ViewId}:${ViewQualifier}", + "condition_keys": [], + "resource": "qualified-aws-managed-view" + }, + { + "arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/view/${ViewId}:${ViewVersion}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "customer-managed-view-version" } ], - "service_name": "Amazon DataZone Control" + "service_name": "Amazon Connect" }, { "conditions": [ { - "condition": "dax:EnclosingOperation", - "description": "Used to block Transactions APIs calls and allow the non-Transaction APIs calls and vice-versa", + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters actions based on the presence of tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters actions based on tag key-value pairs attached to the resource", "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters actions based on the presence of tag keys in the request", + "type": "ArrayOfString" } ], - "prefix": "dax", + "prefix": "connect-campaigns", "privileges": [ { - "access_level": "Read", - "description": "Grants permission to return the attributes of one or more items from one or more tables", - "privilege": "BatchGetItem", + "access_level": "Write", + "description": "Grants permission to create a campaign", + "privilege": "CreateCampaign", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "campaign*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to put or delete multiple items in one or more tables", - "privilege": "BatchWriteItem", + "description": "Grants permission to delete a campaign", + "privilege": "DeleteCampaign", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "campaign*" } ] }, { - "access_level": "Read", - "description": "Grants permission to the ConditionCheckItem operation that checks the existence of a set of attributes for the item with the given primary key", - "privilege": "ConditionCheckItem", + "access_level": "Write", + "description": "Grants permission to remove configuration information for an Amazon Connect instance", + "privilege": "DeleteConnectInstanceConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a DAX cluster", - "privilege": "CreateCluster", + "description": "Grants permission to remove onboarding job for an Amazon Connect instance", + "privilege": "DeleteInstanceOnboardingJob", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dax:CreateParameterGroup", - "dax:CreateSubnetGroup", - "ec2:CreateNetworkInterface", - "ec2:DeleteNetworkInterface", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs", - "iam:GetRole", - "iam:PassRole" - ], - "resource_type": "application*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a parameter group", - "privilege": "CreateParameterGroup", + "access_level": "Read", + "description": "Grants permission to describe a specific campaign", + "privilege": "DescribeCampaign", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "campaign*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a subnet group", - "privilege": "CreateSubnetGroup", + "access_level": "Read", + "description": "Grants permission to get state of a campaign", + "privilege": "GetCampaignState", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "campaign*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to remove one or more nodes from a DAX cluster", - "privilege": "DecreaseReplicationFactor", + "access_level": "Read", + "description": "Grants permission to get state of campaigns", + "privilege": "GetCampaignStateBatch", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "campaign*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a previously provisioned DAX cluster", - "privilege": "DeleteCluster", + "access_level": "Read", + "description": "Grants permission to get configuration information for an Amazon Connect instance", + "privilege": "GetConnectInstanceConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a single item in a table by primary key", - "privilege": "DeleteItem", + "access_level": "Read", + "description": "Grants permission to get onboarding job status for an Amazon Connect instance", + "privilege": "GetInstanceOnboardingJobStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to provide summary of all campaigns", + "privilege": "ListCampaigns", + "resource_types": [ { "condition_keys": [ - "dax:EnclosingOperation" + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -57655,69 +60273,76 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified parameter group", - "privilege": "DeleteParameterGroup", + "access_level": "Read", + "description": "Grants permission to list tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "campaign" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a subnet group", - "privilege": "DeleteSubnetGroup", + "description": "Grants permission to pause a campaign", + "privilege": "PauseCampaign", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "campaign*" } ] }, { - "access_level": "List", - "description": "Grants permission to return information about all provisioned DAX clusters", - "privilege": "DescribeClusters", + "access_level": "Write", + "description": "Grants permission to create dial requests for the specified campaign", + "privilege": "PutDialRequestBatch", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application" + "resource_type": "campaign*" } ] }, { - "access_level": "List", - "description": "Grants permission to return the default system parameter information for DAX", - "privilege": "DescribeDefaultParameters", + "access_level": "Write", + "description": "Grants permission to resume a campaign", + "privilege": "ResumeCampaign", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "campaign*" } ] }, { - "access_level": "List", - "description": "Grants permission to return events related to DAX clusters and parameter groups", - "privilege": "DescribeEvents", + "access_level": "Write", + "description": "Grants permission to start a campaign", + "privilege": "StartCampaign", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "campaign*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of parameter group descriptions", - "privilege": "DescribeParameterGroups", + "access_level": "Write", + "description": "Grants permission to start onboarding job for an Amazon Connect instance", + "privilege": "StartInstanceOnboardingJob", "resource_types": [ { "condition_keys": [], @@ -57727,42 +60352,51 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to return the detailed parameter list for a particular parameter group", - "privilege": "DescribeParameters", + "access_level": "Write", + "description": "Grants permission to stop a campaign", + "privilege": "StopCampaign", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "campaign*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of subnet group descriptions", - "privilege": "DescribeSubnetGroups", + "access_level": "Tagging", + "description": "Grants permission to tag a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "campaign" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to the GetItem operation that returns a set of attributes for the item with the given primary key", - "privilege": "GetItem", + "access_level": "Tagging", + "description": "Grants permission to untag a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "campaign" }, { "condition_keys": [ - "dax:EnclosingOperation" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -57771,154 +60405,187 @@ }, { "access_level": "Write", - "description": "Grants permission to add one or more nodes to a DAX cluster", - "privilege": "IncreaseReplicationFactor", + "description": "Grants permission to update the dialer configuration of a campaign", + "privilege": "UpdateCampaignDialerConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "campaign*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return a list all of the tags for a DAX cluster", - "privilege": "ListTags", + "access_level": "Write", + "description": "Grants permission to update the name of a campaign", + "privilege": "UpdateCampaignName", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "campaign*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new item, or replace an old item with a new item", - "privilege": "PutItem", + "description": "Grants permission to update the outbound call configuration of a campaign", + "privilege": "UpdateCampaignOutboundCallConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" - }, - { - "condition_keys": [ - "dax:EnclosingOperation" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "campaign*" } ] - }, + } + ], + "resources": [ + { + "arn": "arn:${Partition}:connect-campaigns:${Region}:${Account}:campaign/${CampaignId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "campaign" + } + ], + "service_name": "High-volume outbound communications" + }, + { + "conditions": [], + "prefix": "consoleapp", + "privileges": [ { "access_level": "Read", - "description": "Grants permission to use the primary key of a table or a secondary index to directly access items from that table or index", - "privilege": "Query", + "description": "Grants permission to retrieve the device identity for a Console Mobile App device", + "privilege": "GetDeviceIdentity", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "DeviceIdentity*" } ] }, { - "access_level": "Write", - "description": "Grants permission to reboot a single node of a DAX cluster", - "privilege": "RebootNode", + "access_level": "List", + "description": "Grants permission to retrieve a list of device identities", + "privilege": "ListDeviceIdentities", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] - }, + } + ], + "resources": [ + { + "arn": "arn:${Partition}:consoleapp::${Account}:device/${DeviceId}/identity/${IdentityId}", + "condition_keys": [], + "resource": "DeviceIdentity" + } + ], + "service_name": "AWS Management Console Mobile App" + }, + { + "conditions": [], + "prefix": "consolidatedbilling", + "privileges": [ { "access_level": "Read", - "description": "Grants permission to return one or more items and item attributes by accessing every item in a table or a secondary index", - "privilege": "Scan", + "description": "Grants permission to get account role (Payer, Linked, Regular)", + "privilege": "GetAccountBillingRole", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to associate a set of tags with a DAX resource", - "privilege": "TagResource", + "access_level": "List", + "description": "Grants permission to get list of member/linked accounts", + "privilege": "ListLinkedAccounts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] + } + ], + "resources": [], + "service_name": "AWS Consolidated Billing" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" }, { - "access_level": "Tagging", - "description": "Grants permission to remove the association of tags from a DAX resource", - "privilege": "UntagResource", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "application*" - } - ] + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "controltower", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to modify the settings for a DAX cluster", - "privilege": "UpdateCluster", + "description": "Grants permission to create a landing zone", + "privilege": "CreateLandingZone", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "application*" + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "controltower:TagResource" + ], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to edit an existing item's attributes, or adds a new item to the table if it does not already exist", - "privilege": "UpdateItem", + "description": "Grants permission to create an account managed by AWS Control Tower", + "privilege": "CreateManagedAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" - }, - { - "condition_keys": [ - "dax:EnclosingOperation" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to modify the parameters of a parameter group", - "privilege": "UpdateParameterGroup", + "description": "Grants permission to delete AWS Control Tower landing zone", + "privilege": "DeleteLandingZone", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "LandingZone*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify an existing subnet group", - "privilege": "UpdateSubnetGroup", + "description": "Grants permission to deregister an account created through the account factory from AWS Control Tower", + "privilege": "DeregisterManagedAccount", "resource_types": [ { "condition_keys": [], @@ -57926,25 +60593,11 @@ "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:dax:${Region}:${Account}:cache/${ClusterName}", - "condition_keys": [], - "resource": "application" - } - ], - "service_name": "Amazon DynamoDB Accelerator (DAX)" - }, - { - "conditions": [], - "prefix": "dbqms", - "privileges": [ + }, { "access_level": "Write", - "description": "Grants permission to create a new favorite query", - "privilege": "CreateFavoriteQuery", + "description": "Grants permission to deregister an organizational unit from AWS Control Tower management", + "privilege": "DeregisterOrganizationalUnit", "resource_types": [ { "condition_keys": [], @@ -57954,9 +60607,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to add a query to the history", - "privilege": "CreateQueryHistory", + "access_level": "Read", + "description": "Grants permission to describe the current account factory configuration", + "privilege": "DescribeAccountFactoryConfig", "resource_types": [ { "condition_keys": [], @@ -57966,9 +60619,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a new query tab", - "privilege": "CreateTab", + "access_level": "Read", + "description": "Grants permission to describe resources managed by core accounts in AWS Control Tower", + "privilege": "DescribeCoreService", "resource_types": [ { "condition_keys": [], @@ -57978,9 +60631,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete saved queries", - "privilege": "DeleteFavoriteQueries", + "access_level": "Read", + "description": "Grants permission to describe a guardrail", + "privilege": "DescribeGuardrail", "resource_types": [ { "condition_keys": [], @@ -57990,9 +60643,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete a historical query", - "privilege": "DeleteQueryHistory", + "access_level": "Read", + "description": "Grants permission to describe a guardrail for a organizational unit", + "privilege": "DescribeGuardrailForTarget", "resource_types": [ { "condition_keys": [], @@ -58002,9 +60655,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete query tab", - "privilege": "DeleteTab", + "access_level": "Read", + "description": "Grants permission to describe the current Landing Zone configuration", + "privilege": "DescribeLandingZoneConfiguration", "resource_types": [ { "condition_keys": [], @@ -58014,9 +60667,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list saved queries and associated metadata", - "privilege": "DescribeFavoriteQueries", + "access_level": "Read", + "description": "Grants permission to describe an account created through account factory", + "privilege": "DescribeManagedAccount", "resource_types": [ { "condition_keys": [], @@ -58026,9 +60679,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list history of queries that were run", - "privilege": "DescribeQueryHistory", + "access_level": "Read", + "description": "Grants permission to describe an AWS Organizations organizational unit managed by AWS Control Tower", + "privilege": "DescribeManagedOrganizationalUnit", "resource_types": [ { "condition_keys": [], @@ -58038,9 +60691,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list query tabs and associated metadata", - "privilege": "DescribeTabs", + "access_level": "Read", + "description": "Grants permission to describe a Register Organizational Unit Operation", + "privilege": "DescribeRegisterOrganizationalUnitOperation", "resource_types": [ { "condition_keys": [], @@ -58051,8 +60704,8 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve favorite or history query string by id", - "privilege": "GetQueryString", + "description": "Grants permission to describe the current AWS Control Tower &SSO; configuration", + "privilege": "DescribeSingleSignOn", "resource_types": [ { "condition_keys": [], @@ -58063,20 +60716,20 @@ }, { "access_level": "Write", - "description": "Grants permission to update saved query and description", - "privilege": "UpdateFavoriteQuery", + "description": "Grants permission to remove a control from an organizational unit", + "privilege": "DisableControl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "EnabledControl*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the query history", - "privilege": "UpdateQueryHistory", + "description": "Grants permission to disable a guardrail from an organizational unit", + "privilege": "DisableGuardrail", "resource_types": [ { "condition_keys": [], @@ -58087,44 +60740,30 @@ }, { "access_level": "Write", - "description": "Grants permission to update query tab", - "privilege": "UpdateTab", + "description": "Grants permission to activate a control for an organizational unit", + "privilege": "EnableControl", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "controltower:TagResource" + ], + "resource_type": "EnabledControl" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] - } - ], - "resources": [], - "service_name": "Database Query Metadata Service" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by actions based on the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by actions based on tag key-value pairs attached to the resource", - "type": "String" }, - { - "condition": "aws:TagKeys", - "description": "Filters access by actions based on the presence of tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "deepcomposer", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to associate a DeepComposer coupon (or DSN) with the account associated with the sender of the request", - "privilege": "AssociateCoupon", + "description": "Grants permission to enable a guardrail to an organizational unit", + "privilege": "EnableGuardrail", "resource_types": [ { "condition_keys": [], @@ -58134,114 +60773,96 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create an audio file by converting the midi composition into a wav or mp3 file", - "privilege": "CreateAudio", + "access_level": "Read", + "description": "Grants permission to describe an account email and validate that it exists", + "privilege": "GetAccountInfo", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "audio*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a multi-track midi composition", - "privilege": "CreateComposition", + "access_level": "Read", + "description": "Grants permission to list available updates for the current AWS Control Tower deployment", + "privilege": "GetAvailableUpdates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "composition*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to start creating/training a generative-model that is able to perform inference against the user-provided piano-melody to create a multi-track midi composition", - "privilege": "CreateModel", + "access_level": "Read", + "description": "Grants permission to get the current status of a particular EnabledControl or DisableControl operation", + "privilege": "GetControlOperation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the composition", - "privilege": "DeleteComposition", + "access_level": "Read", + "description": "Grants permission to get an enabled control from an organizational unit", + "privilege": "GetEnabledControl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "composition*" + "resource_type": "EnabledControl*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the model", - "privilege": "DeleteModel", + "access_level": "Read", + "description": "Grants permission to get the current compliance status of a guardrail", + "privilege": "GetGuardrailComplianceStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about the composition", - "privilege": "GetComposition", + "description": "Grants permission to get the home region of the AWS Control Tower setup", + "privilege": "GetHomeRegion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "composition*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about the model", - "privilege": "GetModel", + "description": "Grants permission to get the current status of the landing zone setup", + "privilege": "GetLandingZone", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" - }, + "resource_type": "LandingZone*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the current landing zone drift status", + "privilege": "GetLandingZoneDriftStatus", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -58249,196 +60870,128 @@ }, { "access_level": "Read", - "description": "Grants permission to get information about the sample/pre-trained DeepComposer model", - "privilege": "GetSampleModel", + "description": "Grants permission to get the current status of a particular landing zone operation", + "privilege": "GetLandingZoneOperation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the compositions owned by the sender of the request", - "privilege": "ListCompositions", + "access_level": "Read", + "description": "Grants permission to get the current status of the landing zone setup", + "privilege": "GetLandingZoneStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "composition*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list all the models owned by the sender of the request", - "privilege": "ListModels", + "description": "Grants permission to list the current directory groups available through &SSO;", + "privilege": "ListDirectoryGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the sample/pre-trained models provided by the DeepComposer service", - "privilege": "ListSampleModels", + "access_level": "Read", + "description": "Grants permission to list occurrences of drift in AWS Control Tower", + "privilege": "ListDriftDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list tags for a resource", - "privilege": "ListTagsForResource", + "description": "Grants permission to list all enabled controls in a specified organizational unit", + "privilege": "ListEnabledControls", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "composition" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "model" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list all the training options or topic for creating/training a model", - "privilege": "ListTrainingTopics", + "description": "Grants permission to list currently enabled guardrails", + "privilege": "ListEnabledGuardrails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a resource", - "privilege": "TagResource", + "access_level": "List", + "description": "Grants permission to list Precheck details for an Organizational Unit", + "privilege": "ListExtendGovernancePrecheckDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "composition" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "model" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag a resource", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to list the compliance of external AWS Config rules", + "privilege": "ListExternalConfigRuleCompliance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "composition" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "model" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify the mutable properties associated with a composition", - "privilege": "UpdateComposition", + "access_level": "List", + "description": "Grants permission to list existing guardrail violations", + "privilege": "ListGuardrailViolations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "composition*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to to modify the mutable properties associated with a model", - "privilege": "UpdateModel", + "access_level": "List", + "description": "Grants permission to list all available guardrails", + "privilege": "ListGuardrails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:deepcomposer:${Region}:${Account}:model/${ModelId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "model" - }, - { - "arn": "arn:${Partition}:deepcomposer:${Region}:${Account}:composition/${CompositionId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "composition" }, { - "arn": "arn:${Partition}:deepcomposer:${Region}:${Account}:audio/${AudioId}", - "condition_keys": [], - "resource": "audio" - } - ], - "service_name": "AWS DeepComposer" - }, - { - "conditions": [], - "prefix": "deeplens", - "privileges": [ - { - "access_level": "Permissions management", - "description": "Associates the user's account with IAM roles controlling various permissions needed by AWS DeepLens for proper functionality.", - "privilege": "AssociateServiceRoleToAccount", + "access_level": "List", + "description": "Grants permission to list guardrails and their current state for a organizational unit", + "privilege": "ListGuardrailsForTarget", "resource_types": [ { "condition_keys": [], @@ -58448,45 +61001,45 @@ ] }, { - "access_level": "Read", - "description": "Retrieves a list of AWS DeepLens devices.", - "privilege": "BatchGetDevice", + "access_level": "List", + "description": "Grants permission to list all landing zones", + "privilege": "ListLandingZones", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Retrieves a list of AWS DeepLens Models.", - "privilege": "BatchGetModel", + "access_level": "List", + "description": "Grants permission to list accounts managed through AWS Control Tower", + "privilege": "ListManagedAccounts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Retrieves a list of AWS DeepLens Projects.", - "privilege": "BatchGetProject", + "access_level": "List", + "description": "Grants permission to list managed accounts with a specified guardrail applied", + "privilege": "ListManagedAccountsForGuardrail", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Creates a certificate package that is used to successfully authenticate and Register an AWS DeepLens device.", - "privilege": "CreateDeviceCertificates", + "access_level": "List", + "description": "Grants permission to list managed accounts under an organizational unit", + "privilege": "ListManagedAccountsForParent", "resource_types": [ { "condition_keys": [], @@ -58496,9 +61049,9 @@ ] }, { - "access_level": "Write", - "description": "Creates a new AWS DeepLens Model.", - "privilege": "CreateModel", + "access_level": "List", + "description": "Grants permission to list organizational units managed by AWS Control Tower", + "privilege": "ListManagedOrganizationalUnits", "resource_types": [ { "condition_keys": [], @@ -58508,9 +61061,9 @@ ] }, { - "access_level": "Write", - "description": "Creates a new AWS DeepLens Project.", - "privilege": "CreateProject", + "access_level": "List", + "description": "Grants permission to list managed organizational units that have a specified guardrail applied", + "privilege": "ListManagedOrganizationalUnitsForGuardrail", "resource_types": [ { "condition_keys": [], @@ -58520,62 +61073,62 @@ ] }, { - "access_level": "Write", - "description": "Deletes an AWS DeepLens Model.", - "privilege": "DeleteModel", + "access_level": "Read", + "description": "Grants permission to list the tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "EnabledControl" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "LandingZone" } ] }, { "access_level": "Write", - "description": "Deletes an AWS DeepLens Project.", - "privilege": "DeleteProject", + "description": "Grants permission to set up an organizational unit to be managed by AWS Control Tower", + "privilege": "ManageOrganizationalUnit", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Deploys an AWS DeepLens project to a registered AWS DeepLens device.", - "privilege": "DeployProject", + "access_level": "Read", + "description": "Grants permission to perform validations in an account", + "privilege": "PerformPreLaunchChecks", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Begins a device de-registration workflow for a registered AWS DeepLens device.", - "privilege": "DeregisterDevice", + "description": "Grants permission to reset a landing zone", + "privilege": "ResetLandingZone", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" + "resource_type": "LandingZone*" } ] }, { - "access_level": "Read", - "description": "Retrieves the account level resources associated with the user's account.", - "privilege": "GetAssociatedResources", + "access_level": "Write", + "description": "Grants permission to set up or update AWS Control Tower landing zone", + "privilege": "SetupLandingZone", "resource_types": [ { "condition_keys": [], @@ -58585,69 +61138,117 @@ ] }, { - "access_level": "Read", - "description": "Retrieves the the deployment status of a particular AWS DeepLens device, along with any associated metadata.", - "privilege": "GetDeploymentStatus", + "access_level": "Tagging", + "description": "Grants permission to add tags to a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "EnabledControl" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "LandingZone" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Retrieves information about an AWS DeepLens device.", - "privilege": "GetDevice", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" + "resource_type": "EnabledControl" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "LandingZone" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Retrieves an AWS DeepLens Model.", - "privilege": "GetModel", + "access_level": "Write", + "description": "Grants permission to update the account factory configuration", + "privilege": "UpdateAccountFactoryConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Retrieves an AWS DeepLens Project.", - "privilege": "GetProject", + "access_level": "Write", + "description": "Grants permission to update an enabled control for an organizational unit", + "privilege": "UpdateEnabledControl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "EnabledControl*" } ] }, { "access_level": "Write", - "description": "Creates a new AWS DeepLens project from a sample project template.", - "privilege": "ImportProjectFromTemplate", + "description": "Grants permission to update a landing zone", + "privilege": "UpdateLandingZone", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "LandingZone*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:controltower:${Region}:${Account}:enabledcontrol/${EnabledControlId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "EnabledControl" }, { - "access_level": "List", - "description": "Retrieves a list of AWS DeepLens Deployment identifiers.", - "privilege": "ListDeployments", + "arn": "arn:${Partition}:controltower:${Region}:${Account}:landingzone/${LandingZoneId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "LandingZone" + } + ], + "service_name": "AWS Control Tower" + }, + { + "conditions": [], + "prefix": "cost-optimization-hub", + "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to get preferences", + "privilege": "GetPreferences", "resource_types": [ { "condition_keys": [], @@ -58657,9 +61258,9 @@ ] }, { - "access_level": "List", - "description": "Retrieves a list of AWS DeepLens device identifiers.", - "privilege": "ListDevices", + "access_level": "Read", + "description": "Grants permission to get resource configuration and estimated cost impact for a recommendation", + "privilege": "GetRecommendation", "resource_types": [ { "condition_keys": [], @@ -58670,8 +61271,8 @@ }, { "access_level": "List", - "description": "Retrieves a list of AWS DeepLens Model identifiers.", - "privilege": "ListModels", + "description": "Grants permission to list enrollment statuses for the specified account or all members under a management account", + "privilege": "ListEnrollmentStatuses", "resource_types": [ { "condition_keys": [], @@ -58682,126 +61283,96 @@ }, { "access_level": "List", - "description": "Retrieves a list of AWS DeepLens Project identifiers.", - "privilege": "ListProjects", + "description": "Grants permission to list recommendation summaries by group", + "privilege": "ListRecommendationSummaries", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "cost-optimization-hub:GetRecommendation" + ], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Begins a device registration workflow for an AWS DeepLens device.", - "privilege": "RegisterDevice", + "access_level": "List", + "description": "Grants permission to list summary view of recommendations", + "privilege": "ListRecommendations", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "cost-optimization-hub:GetRecommendation" + ], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Removes a deployed AWS DeepLens project from an AWS DeepLens device.", - "privilege": "RemoveProject", + "description": "Grants permission to update the enrollment status", + "privilege": "UpdateEnrollmentStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Updates an existing AWS DeepLens Project.", - "privilege": "UpdateProject", + "description": "Grants permission to update preferences", + "privilege": "UpdatePreferences", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] } ], - "resources": [ - { - "arn": "arn:${Partition}:deeplens:${Region}:${Account}:device/${DeviceName}", - "condition_keys": [], - "resource": "device" - }, - { - "arn": "arn:${Partition}:deeplens:${Region}:${Account}:project/${ProjectName}", - "condition_keys": [], - "resource": "project" - }, - { - "arn": "arn:${Partition}:deeplens:${Region}:${Account}:model/${ModelName}", - "condition_keys": [], - "resource": "model" - } - ], - "service_name": "AWS DeepLens" + "resources": [], + "service_name": "AWS Cost Optimization Hub" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters actions by tag key-value pairs in the request", + "description": "Filters access by the tags that are passed in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions by tag key-value pairs attached to the resource", + "description": "Filters access by the tags associated with the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters actions by tag keys in the request", + "description": "Filters access by the tag keys that are passed in the request", "type": "ArrayOfString" - }, - { - "condition": "deepracer:MultiUser", - "description": "Filters access by multiuser flag", - "type": "Bool" - }, - { - "condition": "deepracer:UserToken", - "description": "Filters access by user token in the request", - "type": "String" } ], - "prefix": "deepracer", + "prefix": "cur", "privileges": [ { "access_level": "Write", - "description": "Grants permission to add access for a private leaderboard", - "privilege": "AddLeaderboardAccessPermission", + "description": "Grants permission to delete Cost and Usage Report Definition", + "privilege": "DeleteReportDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "leaderboard*" - }, - { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "cur*" } ] }, { "access_level": "Read", - "description": "Grants permission to get current admin multiuser configuration for this account", - "privilege": "AdminGetAccountConfig", + "description": "Grants permission to get Cost and Usage Report Definitions", + "privilege": "DescribeReportDefinitions", "resource_types": [ { "condition_keys": [], @@ -58812,8 +61383,8 @@ }, { "access_level": "Read", - "description": "Grants permission to list all deepracer users with their associated resources created under this account", - "privilege": "AdminListAssociatedResources", + "description": "Grants permission to get Bills CSV report", + "privilege": "GetClassicReport", "resource_types": [ { "condition_keys": [], @@ -58824,20 +61395,8 @@ }, { "access_level": "Read", - "description": "Grants permission to list user data for all users associated with this account", - "privilege": "AdminListAssociatedUsers", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to manage a user associated with this account", - "privilege": "AdminManageUser", + "description": "Grants permission to get the classic report enablement status for Usage Reports", + "privilege": "GetClassicReportPreferences", "resource_types": [ { "condition_keys": [], @@ -58847,9 +61406,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to set configuration options for this account", - "privilege": "AdminSetAccountConfig", + "access_level": "Read", + "description": "Grants permission to get list of AWS services, usage type and operation for the Usage Report workflow. Allows or denies download of usage reports too", + "privilege": "GetUsageReport", "resource_types": [ { "condition_keys": [], @@ -58859,26 +61418,18 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to clone an existing DeepRacer model", - "privilege": "CloneReinforcementLearningModel", + "access_level": "Read", + "description": "Grants permission to list tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "reinforcement_learning_model*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "track*" + "resource_type": "cur*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "deepracer:UserToken", - "deepracer:MultiUser" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -58887,33 +61438,23 @@ }, { "access_level": "Write", - "description": "Grants permission to create a DeepRacer car in your garage", - "privilege": "CreateCar", + "description": "Grants permission to modify Cost and Usage Report Definition", + "privilege": "ModifyReportDefinition", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "deepracer:UserToken", - "deepracer:MultiUser" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "cur*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a leaderboard", - "privilege": "CreateLeaderboard", + "description": "Grants permission to enable classic reports", + "privilege": "PutClassicReportPreferences", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "deepracer:UserToken", - "deepracer:MultiUser" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -58921,45 +61462,31 @@ }, { "access_level": "Write", - "description": "Grants permission to create an access token for a private leaderboard", - "privilege": "CreateLeaderboardAccessToken", + "description": "Grants permission to write Cost and Usage Report Definition", + "privilege": "PutReportDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "leaderboard*" - }, - { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "cur*" } ] }, { - "access_level": "Write", - "description": "Grants permission to submit a DeepRacer model to be evaluated for leaderboards", - "privilege": "CreateLeaderboardSubmission", + "access_level": "Tagging", + "description": "Grants permission to tag a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "leaderboard*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "reinforcement_learning_model*" + "resource_type": "cur*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys", - "deepracer:UserToken", - "deepracer:MultiUser" + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -58967,21 +61494,19 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create ra einforcement learning model for DeepRacer", - "privilege": "CreateReinforcementLearningModel", + "access_level": "Tagging", + "description": "Grants permission to untag a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "track*" + "resource_type": "cur*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys", - "deepracer:UserToken", - "deepracer:MultiUser" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -58989,109 +61514,124 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete a leaderboard", - "privilege": "DeleteLeaderboard", + "access_level": "Read", + "description": "Grants permission to validates if the s3 bucket exists with appropriate permissions for CUR delivery", + "privilege": "ValidateReportDestination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "leaderboard*" - }, - { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], - "dependent_actions": [], "resource_type": "" } ] - }, + } + ], + "resources": [ + { + "arn": "arn:${Partition}:cur:${Region}:${Account}:definition/${ReportName}", + "condition_keys": [], + "resource": "cur" + } + ], + "service_name": "AWS Cost and Usage Report" + }, + { + "conditions": [], + "prefix": "customer-verification", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to delete a DeepRacer model", - "privilege": "DeleteModel", + "description": "Grants permission to create customer verification data", + "privilege": "CreateCustomerVerificationDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "reinforcement_learning_model*" - }, - { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to edit a leaderboard", - "privilege": "EditLeaderboard", + "access_level": "Read", + "description": "Grants permission to get customer verification data", + "privilege": "GetCustomerVerificationDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "leaderboard*" - }, - { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get current multiuser configuration for this account", - "privilege": "GetAccountConfig", + "description": "Grants permission to get customer verification eligibility", + "privilege": "GetCustomerVerificationEligibility", "resource_types": [ { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the user's alias for submitting a DeepRacer model to leaderboards", - "privilege": "GetAlias", + "access_level": "Write", + "description": "Grants permission to update customer verification data", + "privilege": "UpdateCustomerVerificationDetails", "resource_types": [ { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] + } + ], + "resources": [], + "service_name": "AWS Customer Verification Service" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" }, { - "access_level": "Read", - "description": "Grants permission to download artifacts for an existing DeepRacer model", - "privilege": "GetAssetUrl", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "databrew", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to delete one or more recipe versions", + "privilege": "BatchDeleteRecipeVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "reinforcement_learning_model*" - }, + "resource_type": "Recipe*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a dataset", + "privilege": "CreateDataset", + "resource_types": [ { "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -59099,19 +61639,14 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a specific DeepRacer car from your garage", - "privilege": "GetCar", + "access_level": "Write", + "description": "Grants permission to create a profile job", + "privilege": "CreateProfileJob", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "car*" - }, { "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -59119,14 +61654,14 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to view all the DeepRacer cars in your garage", - "privilege": "GetCars", + "access_level": "Write", + "description": "Grants permission to create a project", + "privilege": "CreateProject", "resource_types": [ { "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -59134,19 +61669,14 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about an existing DeepRacer model's evaluation jobs", - "privilege": "GetEvaluation", + "access_level": "Write", + "description": "Grants permission to create a recipe", + "privilege": "CreateRecipe", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "evaluation_job*" - }, { "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -59154,19 +61684,14 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about how the latest submitted DeepRacer model for a user performed on a leaderboard", - "privilege": "GetLatestUserSubmission", + "access_level": "Write", + "description": "Grants permission to create a recipe job", + "privilege": "CreateRecipeJob", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "leaderboard*" - }, { "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -59174,19 +61699,14 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about leaderboards", - "privilege": "GetLeaderboard", + "access_level": "Write", + "description": "Grants permission to create a ruleset", + "privilege": "CreateRuleset", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "leaderboard*" - }, { "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -59194,19 +61714,14 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about an existing DeepRacer model", - "privilege": "GetModel", + "access_level": "Write", + "description": "Grants permission to create a schedule", + "privilege": "CreateSchedule", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "reinforcement_learning_model*" - }, { "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -59214,127 +61729,168 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about private leaderboards", - "privilege": "GetPrivateLeaderboard", + "access_level": "Write", + "description": "Grants permission to delete a dataset", + "privilege": "DeleteDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "leaderboard*" - }, + "resource_type": "Dataset*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a job", + "privilege": "DeleteJob", + "resource_types": [ { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Job*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the performance of a user's DeepRacer model that got placed on a leaderboard", - "privilege": "GetRankedUserSubmission", + "access_level": "Write", + "description": "Grants permission to delete a project", + "privilege": "DeleteProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "leaderboard*" - }, + "resource_type": "Project*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a recipe version", + "privilege": "DeleteRecipeVersion", + "resource_types": [ { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Recipe*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a ruleset", + "privilege": "DeleteRuleset", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Ruleset*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a schedule", + "privilege": "DeleteSchedule", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Schedule*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about DeepRacer tracks", - "privilege": "GetTrack", + "description": "Grants permission to view details about a dataset", + "privilege": "DescribeDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "track*" + "resource_type": "Dataset*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about an existing DeepRacer model's training job", - "privilege": "GetTrainingJob", + "description": "Grants permission to view details about a job", + "privilege": "DescribeJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "training_job*" - }, + "resource_type": "Job*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to view details about job run for a given job", + "privilege": "DescribeJobRun", + "resource_types": [ { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Job*" } ] }, { - "access_level": "Write", - "description": "Grants permission to import a reinforcement learning model for DeepRacer", - "privilege": "ImportModel", + "access_level": "Read", + "description": "Grants permission to view details about a project", + "privilege": "DescribeProject", "resource_types": [ { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Project*" } ] }, { "access_level": "Read", - "description": "Grants permission to list a DeepRacer model's evaluation jobs", - "privilege": "ListEvaluations", + "description": "Grants permission to view details about a recipe", + "privilege": "DescribeRecipe", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "reinforcement_learning_model*" - }, + "resource_type": "Recipe*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to view details about a ruleset", + "privilege": "DescribeRuleset", + "resource_types": [ { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Ruleset*" } ] }, { "access_level": "Read", - "description": "Grants permission to list all the DeepRacer model submissions of a user on a leaderboard", - "privilege": "ListLeaderboardSubmissions", + "description": "Grants permission to view details about a schedule", + "privilege": "DescribeSchedule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "leaderboard*" - }, + "resource_type": "Schedule*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list datasets in your account", + "privilege": "ListDatasets", + "resource_types": [ { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -59342,29 +61898,23 @@ }, { "access_level": "Read", - "description": "Grants permission to list all the available leaderboards", - "privilege": "ListLeaderboards", + "description": "Grants permission to list job runs for a given job", + "privilege": "ListJobRuns", "resource_types": [ { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Job*" } ] }, { "access_level": "Read", - "description": "Grants permission to list all existing DeepRacer models", - "privilege": "ListModels", + "description": "Grants permission to list jobs in your account", + "privilege": "ListJobs", "resource_types": [ { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -59372,34 +61922,35 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve participant information about private leaderboards", - "privilege": "ListPrivateLeaderboardParticipants", + "description": "Grants permission to list projects in your account", + "privilege": "ListProjects", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "leaderboard*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list versions in your recipe", + "privilege": "ListRecipeVersions", + "resource_types": [ { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Recipe*" } ] }, { "access_level": "Read", - "description": "Grants permission to list all the available private leaderboards", - "privilege": "ListPrivateLeaderboards", + "description": "Grants permission to list recipes in your account", + "privilege": "ListRecipes", "resource_types": [ { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -59407,14 +61958,11 @@ }, { "access_level": "Read", - "description": "Grants permission to list all the subscribed private leaderboards", - "privilege": "ListSubscribedPrivateLeaderboards", + "description": "Grants permission to list rulesets in your account", + "privilege": "ListRulesets", "resource_types": [ { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -59422,210 +61970,152 @@ }, { "access_level": "Read", - "description": "Grants permission to lists tag for a resource", - "privilege": "ListTagsForResource", + "description": "Grants permission to list schedules in your account", + "privilege": "ListSchedules", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "car" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve tags associated with a resource", + "privilege": "ListTagsForResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "evaluation_job" + "resource_type": "Dataset" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "leaderboard" + "resource_type": "Job" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "leaderboard_evaluation_job" + "resource_type": "Project" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "reinforcement_learning_model" + "resource_type": "Recipe" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "training_job" + "resource_type": "Ruleset" }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "deepracer:UserToken", - "deepracer:MultiUser" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to list all DeepRacer tracks", - "privilege": "ListTracks", - "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Schedule" } ] }, { - "access_level": "Read", - "description": "Grants permission to list a DeepRacer model's training jobs", - "privilege": "ListTrainingJobs", + "access_level": "Write", + "description": "Grants permission to publish a major verison of a recipe", + "privilege": "PublishRecipe", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "reinforcement_learning_model*" - }, - { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "Recipe*" } ] }, { "access_level": "Write", - "description": "Grants permission to migrate previous reinforcement learning models for DeepRacer", - "privilege": "MigrateModels", + "description": "Grants permission to submit an action to the interactive session for a project", + "privilege": "SendProjectSessionAction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Project*" } ] }, { "access_level": "Write", - "description": "Grants permission to performs the leaderboard operation mentioned in the operation attribute", - "privilege": "PerformLeaderboardOperation", + "description": "Grants permission to start running a job", + "privilege": "StartJobRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "leaderboard" - }, - { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "Job*" } ] }, { "access_level": "Write", - "description": "Grants permission to remove access for a private leaderboard", - "privilege": "RemoveLeaderboardAccessPermission", + "description": "Grants permission to start an interactive session for a project", + "privilege": "StartProjectSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "leaderboard*" - }, - { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "Project*" } ] }, { "access_level": "Write", - "description": "Grants permission to set the user's alias for submitting a DeepRacer model to leaderboards", - "privilege": "SetAlias", + "description": "Grants permission to stop a job run for a job", + "privilege": "StopJobRun", "resource_types": [ { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Job*" } ] }, { - "access_level": "Write", - "description": "Grants permission to evaluate a DeepRacer model in a simulated environment", - "privilege": "StartEvaluation", + "access_level": "Tagging", + "description": "Grants permission to add tags to a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "reinforcement_learning_model*" + "resource_type": "Dataset" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "track*" + "resource_type": "Job" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "deepracer:UserToken", - "deepracer:MultiUser" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to stop DeepRacer model evaluations", - "privilege": "StopEvaluation", - "resource_types": [ + "resource_type": "Project" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "evaluation_job*" + "resource_type": "Recipe" }, { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to stop training a DeepRacer model", - "privilege": "StopTrainingReinforcementLearningModel", - "resource_types": [ + "resource_type": "Ruleset" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "reinforcement_learning_model*" + "resource_type": "Schedule" }, { "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -59634,46 +62124,42 @@ }, { "access_level": "Tagging", - "description": "Grants permission to tag a resource", - "privilege": "TagResource", + "description": "Grants permission to remove tags associated with a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "car" + "resource_type": "Dataset" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "evaluation_job" + "resource_type": "Job" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "leaderboard" + "resource_type": "Project" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "leaderboard_evaluation_job" + "resource_type": "Recipe" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "reinforcement_learning_model" + "resource_type": "Ruleset" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "training_job" + "resource_type": "Schedule" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "deepracer:UserToken", - "deepracer:MultiUser" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -59682,196 +62168,188 @@ }, { "access_level": "Write", - "description": "Grants permission to test reward functions for correctness", - "privilege": "TestRewardFunction", + "description": "Grants permission to modify a dataset", + "privilege": "UpdateDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Dataset*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to modify a profile job", + "privilege": "UpdateProfileJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "car" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "evaluation_job" - }, + "resource_type": "Job*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify a project", + "privilege": "UpdateProject", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "leaderboard" - }, + "resource_type": "Project*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify a recipe", + "privilege": "UpdateRecipe", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "leaderboard_evaluation_job" - }, + "resource_type": "Recipe*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify a recipe job", + "privilege": "UpdateRecipeJob", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "reinforcement_learning_model" - }, + "resource_type": "Job*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify a ruleset", + "privilege": "UpdateRuleset", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "training_job" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "deepracer:UserToken", - "deepracer:MultiUser" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "Ruleset*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a DeepRacer car in your garage", - "privilege": "UpdateCar", + "description": "Grants permission to modify a schedule", + "privilege": "UpdateSchedule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "car*" - }, - { - "condition_keys": [ - "deepracer:UserToken", - "deepracer:MultiUser" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "Schedule*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:deepracer:${Region}:${Account}:car/${ResourceId}", + "arn": "arn:${Partition}:databrew:${Region}:${Account}:project/${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "car" + "resource": "Project" }, { - "arn": "arn:${Partition}:deepracer:${Region}:${Account}:evaluation_job/${ResourceId}", + "arn": "arn:${Partition}:databrew:${Region}:${Account}:dataset/${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "evaluation_job" + "resource": "Dataset" }, { - "arn": "arn:${Partition}:deepracer:${Region}::leaderboard/${ResourceId}", + "arn": "arn:${Partition}:databrew:${Region}:${Account}:ruleset/${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "leaderboard" + "resource": "Ruleset" }, { - "arn": "arn:${Partition}:deepracer:${Region}:${Account}:leaderboard_evaluation_job/${ResourceId}", + "arn": "arn:${Partition}:databrew:${Region}:${Account}:recipe/${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "leaderboard_evaluation_job" + "resource": "Recipe" }, { - "arn": "arn:${Partition}:deepracer:${Region}:${Account}:model/reinforcement_learning/${ResourceId}", + "arn": "arn:${Partition}:databrew:${Region}:${Account}:job/${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "reinforcement_learning_model" - }, - { - "arn": "arn:${Partition}:deepracer:${Region}::track/${ResourceId}", - "condition_keys": [], - "resource": "track" + "resource": "Job" }, { - "arn": "arn:${Partition}:deepracer:${Region}:${Account}:training_job/${ResourceId}", + "arn": "arn:${Partition}:databrew:${Region}:${Account}:schedule/${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "training_job" + "resource": "Schedule" } ], - "service_name": "AWS DeepRacer" + "service_name": "AWS Glue DataBrew" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by specifying the tags that are passed in the request", + "description": "Filters access by the allowed set of values for each of the mandatory tags in the create request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by specifying the tags associated with the resource", + "description": "Filters access by the tag value associated with the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by specifying the tag keys that are passed in the request", + "description": "Filters access by the presence of mandatory tags in the create request", "type": "ArrayOfString" + }, + { + "condition": "dataexchange:JobType", + "description": "Filters access by the specified job type", + "type": "String" } ], - "prefix": "detective", + "prefix": "dataexchange", "privileges": [ { "access_level": "Write", - "description": "Grants permission to accept an invitation to become a member of a behavior graph", - "privilege": "AcceptInvitation", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve the datasource package history for the specified member accounts in a behavior graph managed by this account", - "privilege": "BatchGetGraphMemberDatasources", + "description": "Grants permission to cancel a job", + "privilege": "CancelJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Graph*" + "resource_type": "jobs*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the datasource package history of the caller account for the specified graphs", - "privilege": "BatchGetMembershipDatasources", + "access_level": "Write", + "description": "Grants permission to create an asset (for example, in a Job)", + "privilege": "CreateAsset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "revisions*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a behavior graph and begin to aggregate security information", - "privilege": "CreateGraph", + "description": "Grants permission to create a data set", + "privilege": "CreateDataSet", "resource_types": [ { "condition_keys": [ @@ -59885,173 +62363,192 @@ }, { "access_level": "Write", - "description": "Grants permission to request the membership of one or more accounts in a behavior graph managed by this account", - "privilege": "CreateMembers", + "description": "Grants permission to create an event action", + "privilege": "CreateEventAction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Graph*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a behavior graph and stop aggregating security information", - "privilege": "DeleteGraph", + "description": "Grants permission to create a job to import or export assets", + "privilege": "CreateJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Graph*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to remove member accounts from a behavior graph managed by this account", - "privilege": "DeleteMembers", + "description": "Grants permission to create a revision", + "privilege": "CreateRevision", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Graph*" + "resource_type": "data-sets*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the current configuration related to the Amazon Detective integration with AWS Organizations", - "privilege": "DescribeOrganizationConfiguration", + "access_level": "Write", + "description": "Grants permission to delete an asset", + "privilege": "DeleteAsset", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "organizations:DescribeOrganization" - ], - "resource_type": "Graph*" + "dependent_actions": [], + "resource_type": "assets*" } ] }, { "access_level": "Write", - "description": "Grants permission to remove the Amazon Detective delegated administrator account for an organization", - "privilege": "DisableOrganizationAdminAccount", + "description": "Grants permission to delete a data set", + "privilege": "DeleteDataSet", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "organizations:DescribeOrganization" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "data-sets*" } ] }, { "access_level": "Write", - "description": "Grants permission to remove the association of this account with a behavior graph", - "privilege": "DisassociateMembership", + "description": "Grants permission to delete an event action", + "privilege": "DeleteEventAction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "event-actions*" } ] }, { "access_level": "Write", - "description": "Grants permission to designate the Amazon Detective delegated administrator account for an organization", - "privilege": "EnableOrganizationAdminAccount", + "description": "Grants permission to delete a revision", + "privilege": "DeleteRevision", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "organizations:DescribeOrganization", - "organizations:EnableAWSServiceAccess", - "organizations:RegisterDelegatedAdministrator" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "revisions*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a behavior graph's eligibility for a free trial period", - "privilege": "GetFreeTrialEligibility", + "description": "Grants permission to get information about an asset and to export it (for example, in a Job)", + "privilege": "GetAsset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Graph*" + "resource_type": "assets*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "entitled-assets*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the data ingestion state of a behavior graph", - "privilege": "GetGraphIngestState", + "description": "Grants permission to get information about a data set", + "privilege": "GetDataSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Graph*" + "resource_type": "data-sets*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "entitled-data-sets*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve details on specified members of a behavior graph", - "privilege": "GetMembers", + "description": "Grants permission to get an event action", + "privilege": "GetEventAction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Graph*" + "resource_type": "event-actions*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about Amazon Detective's pricing", - "privilege": "GetPricingInformation", + "description": "Grants permission to get information about a job", + "privilege": "GetJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "jobs*" } ] }, { "access_level": "Read", - "description": "Grants permission to list usage information of a behavior graph", - "privilege": "GetUsageInformation", + "description": "Grants permission to get information about a revision", + "privilege": "GetRevision", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Graph*" + "resource_type": "entitled-revisions*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "revisions*" } ] }, { "access_level": "List", - "description": "Grants permission to list a graph's datasource package ingest states and timestamps for the most recent state changes in a behavior graph managed by this account", - "privilege": "ListDatasourcePackages", + "description": "Grants permission to list the revisions of a data set", + "privilege": "ListDataSetRevisions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Graph*" + "resource_type": "data-sets*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "entitled-data-sets*" } ] }, { "access_level": "List", - "description": "Grants permission to list behavior graphs managed by this account", - "privilege": "ListGraphs", + "description": "Grants permission to list data sets for the account", + "privilege": "ListDataSets", "resource_types": [ { "condition_keys": [], @@ -60062,20 +62559,20 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve high volume entities whose relationships cannot be stored by Detective", - "privilege": "ListHighDegreeEntities", + "description": "Grants permission to list event actions for the account", + "privilege": "ListEventActions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Graph*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve details on the behavior graphs to which this account has been invited to join", - "privilege": "ListInvitations", + "description": "Grants permission to list jobs for the account", + "privilege": "ListJobs", "resource_types": [ { "condition_keys": [], @@ -60086,100 +62583,124 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve details on all members of a behavior graph", - "privilege": "ListMembers", + "description": "Grants permission to get list the assets of a revision", + "privilege": "ListRevisionAssets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Graph*" + "resource_type": "entitled-revisions*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "revisions*" } ] }, { "access_level": "List", - "description": "Grants permission to view the current Amazon Detective delegated administrator account for an organization", - "privilege": "ListOrganizationAdminAccount", + "description": "Grants permission to list the tags that you associated with the specified resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "organizations:DescribeOrganization" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "data-sets" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "revisions" } ] }, { - "access_level": "List", - "description": "Grants permission to list the tag values that are assigned to a behavior graph", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to publish a data set", + "privilege": "PublishDataSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Graph*" - }, + "resource_type": "data-sets*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to revoke subscriber access to a revision", + "privilege": "RevokeRevision", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "revisions*" } ] }, { "access_level": "Write", - "description": "Grants permission to reject an invitation to become a member of a behavior graph", - "privilege": "RejectInvitation", + "description": "Grants permission to send a request to an API asset", + "privilege": "SendApiAsset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "assets*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "entitled-assets*" } ] }, { - "access_level": "Read", - "description": "Grants permission to search the data stored in a behavior graph", - "privilege": "SearchGraph", + "access_level": "Write", + "description": "Grants permission to send a notification to subscribers of a data set", + "privilege": "SendDataSetNotification", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Graph*" + "resource_type": "data-sets*" } ] }, { "access_level": "Write", - "description": "Grants permission to start data ingest for a member account that has a status of ACCEPTED_BUT_DISABLED", - "privilege": "StartMonitoringMember", + "description": "Grants permission to start a job", + "privilege": "StartJob", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "Graph*" + "dependent_actions": [ + "dataexchange:CreateAsset" + ], + "resource_type": "jobs*" } ] }, { "access_level": "Tagging", - "description": "Grants permission to assign tag values to a behavior graph", + "description": "Grants permission to add one or more tags to a specified resource", "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Graph*" + "resource_type": "data-sets" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "revisions" }, { "condition_keys": [ - "aws:TagKeys", "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -60188,13 +62709,18 @@ }, { "access_level": "Tagging", - "description": "Grants permission to remove tag values from a behavior graph", + "description": "Grants permission to remove one or more tags from a specified resource", "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Graph*" + "resource_type": "data-sets" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "revisions" }, { "condition_keys": [ @@ -60207,114 +62733,196 @@ }, { "access_level": "Write", - "description": "Grants permission to enable or disable datasource package(s) in a behavior graph managed by this account", - "privilege": "UpdateDatasourcePackages", + "description": "Grants permission to get update information about an asset", + "privilege": "UpdateAsset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Graph*" + "resource_type": "assets*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the current configuration related to the Amazon Detective integration with AWS Organizations", - "privilege": "UpdateOrganizationConfiguration", + "description": "Grants permission to update information about a data set", + "privilege": "UpdateDataSet", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "data-sets*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update information for an event action", + "privilege": "UpdateEventAction", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "event-actions*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update information about a revision", + "privilege": "UpdateRevision", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "organizations:DescribeOrganization" + "dataexchange:PublishDataSet" ], - "resource_type": "Graph*" + "resource_type": "revisions*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:detective:${Region}:${Account}:graph:${ResourceId}", + "arn": "arn:${Partition}:dataexchange:${Region}:${Account}:jobs/${JobId}", + "condition_keys": [ + "dataexchange:JobType" + ], + "resource": "jobs" + }, + { + "arn": "arn:${Partition}:dataexchange:${Region}:${Account}:data-sets/${DataSetId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "Graph" + "resource": "data-sets" + }, + { + "arn": "arn:${Partition}:dataexchange:${Region}::data-sets/${DataSetId}", + "condition_keys": [], + "resource": "entitled-data-sets" + }, + { + "arn": "arn:${Partition}:dataexchange:${Region}:${Account}:data-sets/${DataSetId}/revisions/${RevisionId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "revisions" + }, + { + "arn": "arn:${Partition}:dataexchange:${Region}::data-sets/${DataSetId}/revisions/${RevisionId}", + "condition_keys": [], + "resource": "entitled-revisions" + }, + { + "arn": "arn:${Partition}:dataexchange:${Region}:${Account}:data-sets/${DataSetId}/revisions/${RevisionId}/assets/${AssetId}", + "condition_keys": [], + "resource": "assets" + }, + { + "arn": "arn:${Partition}:dataexchange:${Region}::data-sets/${DataSetId}/revisions/${RevisionId}/assets/${AssetId}", + "condition_keys": [], + "resource": "entitled-assets" + }, + { + "arn": "arn:${Partition}:dataexchange:${Region}:${Account}:event-actions/${EventActionId}", + "condition_keys": [], + "resource": "event-actions" } ], - "service_name": "Amazon Detective" + "service_name": "AWS Data Exchange" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters actions based on the allowed set of values for each of the tags", + "description": "Filters access by the presence of tag key-value pairs in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on tag-value assoicated with the resource", + "description": "Filters access by tag key-value pairs attached to the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters actions based on the presence of mandatory tags in the request", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" + }, + { + "condition": "datapipeline:PipelineCreator", + "description": "Filters access by the IAM user that created the pipeline", + "type": "ArrayOfString" + }, + { + "condition": "datapipeline:Tag", + "description": "Filters access by customer-specified key/value pair that can be attached to a resource", + "type": "ArrayOfString" + }, + { + "condition": "datapipeline:workerGroup", + "description": "Filters access by the name of a worker group for which a Task Runner retrieves work", "type": "ArrayOfString" } ], - "prefix": "devicefarm", + "prefix": "datapipeline", "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a device pool within a project", - "privilege": "CreateDevicePool", + "description": "Grants permission to validate the specified pipeline and starts processing pipeline tasks. If the pipeline does not pass validation, activation fails", + "privilege": "ActivatePipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a device instance profile", - "privilege": "CreateInstanceProfile", - "resource_types": [ + "resource_type": "pipeline*" + }, { - "condition_keys": [], + "condition_keys": [ + "datapipeline:PipelineCreator", + "datapipeline:Tag", + "datapipeline:workerGroup" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a network profile within a project", - "privilege": "CreateNetworkProfile", + "access_level": "Tagging", + "description": "Grants permission to add or modify tags for the specified pipeline", + "privilege": "AddTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "pipeline*" + }, + { + "condition_keys": [ + "datapipeline:PipelineCreator", + "datapipeline:Tag", + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a project for mobile testing", - "privilege": "CreateProject", + "description": "Grants permission to create a new, empty pipeline", + "privilege": "CreatePipeline", "resource_types": [ { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "datapipeline:Tag" ], "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs", - "iam:CreateServiceLinkedRole" + "datapipeline:AddTags" ], "resource_type": "" } @@ -60322,197 +62930,255 @@ }, { "access_level": "Write", - "description": "Grants permission to start a remote access session to a device instance", - "privilege": "CreateRemoteAccessSession", + "description": "Grants permission to Deactivate the specified running pipeline", + "privilege": "DeactivatePipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" + "resource_type": "pipeline*" }, { - "condition_keys": [], + "condition_keys": [ + "datapipeline:PipelineCreator", + "datapipeline:Tag", + "datapipeline:workerGroup" + ], "dependent_actions": [], - "resource_type": "project*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a pipeline, its pipeline definition, and its run history", + "privilege": "DeletePipeline", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deviceinstance" + "resource_type": "pipeline*" }, { - "condition_keys": [], + "condition_keys": [ + "datapipeline:PipelineCreator", + "datapipeline:Tag" + ], "dependent_actions": [], - "resource_type": "upload" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a project for desktop testing", - "privilege": "CreateTestGridProject", + "access_level": "Read", + "description": "Grants permission to get the object definitions for a set of objects associated with the pipeline", + "privilege": "DescribeObjects", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs", - "iam:CreateServiceLinkedRole" + "dependent_actions": [], + "resource_type": "pipeline*" + }, + { + "condition_keys": [ + "datapipeline:PipelineCreator", + "datapipeline:Tag" ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to generate a new pre-signed url used to access our test grid service", - "privilege": "CreateTestGridUrl", + "access_level": "Read", + "description": "Grants permission to retrieves metadata about one or more pipelines", + "privilege": "DescribePipelines", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "testgrid-project*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to upload a new file or app within a project", - "privilege": "CreateUpload", - "resource_types": [ + "resource_type": "pipeline*" + }, { - "condition_keys": [], + "condition_keys": [ + "datapipeline:PipelineCreator", + "datapipeline:Tag" + ], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an Amazon Virtual Private Cloud (VPC) endpoint configuration", - "privilege": "CreateVPCEConfiguration", + "access_level": "Read", + "description": "Grants permission to task runners to call EvaluateExpression, to evaluate a string in the context of the specified object", + "privilege": "EvaluateExpression", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "pipeline*" + }, + { + "condition_keys": [ + "datapipeline:PipelineCreator", + "datapipeline:Tag" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a user-generated device pool", - "privilege": "DeleteDevicePool", + "access_level": "List", + "description": "Grants permission to call GetAccountLimits", + "privilege": "GetAccountLimits", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "devicepool*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a user-generated instance profile", - "privilege": "DeleteInstanceProfile", + "access_level": "Read", + "description": "Grants permission to gets the definition of the specified pipeline", + "privilege": "GetPipelineDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instanceprofile*" + "resource_type": "pipeline*" + }, + { + "condition_keys": [ + "datapipeline:PipelineCreator", + "datapipeline:Tag", + "datapipeline:workerGroup" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a user-generated network profile", - "privilege": "DeleteNetworkProfile", + "access_level": "List", + "description": "Grants permission to list the pipeline identifiers for all active pipelines that you have permission to access", + "privilege": "ListPipelines", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "networkprofile*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a mobile testing project", - "privilege": "DeleteProject", + "description": "Grants permission to task runners to call PollForTask, to receive a task to perform from AWS Data Pipeline", + "privilege": "PollForTask", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "datapipeline:workerGroup" + ], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a completed remote access session and its results", - "privilege": "DeleteRemoteAccessSession", + "description": "Grants permission to call PutAccountLimits", + "privilege": "PutAccountLimits", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "session*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a run", - "privilege": "DeleteRun", + "description": "Grants permission to add tasks, schedules, and preconditions to the specified pipeline", + "privilege": "PutPipelineDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "run*" + "resource_type": "pipeline*" + }, + { + "condition_keys": [ + "datapipeline:PipelineCreator", + "datapipeline:Tag", + "datapipeline:workerGroup" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a desktop testing project", - "privilege": "DeleteTestGridProject", + "access_level": "Read", + "description": "Grants permission to query the specified pipeline for the names of objects that match the specified set of conditions", + "privilege": "QueryObjects", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "testgrid-project*" + "resource_type": "pipeline*" + }, + { + "condition_keys": [ + "datapipeline:PipelineCreator", + "datapipeline:Tag" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a user-uploaded file", - "privilege": "DeleteUpload", + "access_level": "Tagging", + "description": "Grants permission to remove existing tags from the specified pipeline", + "privilege": "RemoveTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "upload*" + "resource_type": "pipeline*" + }, + { + "condition_keys": [ + "datapipeline:PipelineCreator", + "datapipeline:Tag", + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an Amazon Virtual Private Cloud (VPC) endpoint configuration", - "privilege": "DeleteVPCEConfiguration", + "description": "Grants permission to task runners to call ReportTaskProgress, when they are assigned a task to acknowledge that it has the task", + "privilege": "ReportTaskProgress", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vpceconfiguration*" + "resource_type": "pipeline*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the number of unmetered iOS and/or unmetered Android devices purchased by the account", - "privilege": "GetAccountSettings", + "access_level": "Write", + "description": "Grants permission to task runners to call ReportTaskRunnerHeartbeat every 15 minutes to indicate that they are operational", + "privilege": "ReportTaskRunnerHeartbeat", "resource_types": [ { "condition_keys": [], @@ -60522,581 +63188,622 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the information of a unique device type", - "privilege": "GetDevice", + "access_level": "Write", + "description": "Grants permission to requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline", + "privilege": "SetStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retireve the information of a device instance", - "privilege": "GetDeviceInstance", - "resource_types": [ + "resource_type": "pipeline*" + }, { - "condition_keys": [], + "condition_keys": [ + "datapipeline:PipelineCreator", + "datapipeline:Tag" + ], "dependent_actions": [], - "resource_type": "deviceinstance*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retireve the information of a device pool", - "privilege": "GetDevicePool", + "access_level": "Write", + "description": "Grants permission to task runners to call SetTaskStatus to notify AWS Data Pipeline that a task is completed and provide information about the final status", + "privilege": "SetTaskStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "devicepool*" + "resource_type": "pipeline*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about the compatibility of a test and/or app with a device pool", - "privilege": "GetDevicePoolCompatibility", + "description": "Grants permission to validate the specified pipeline definition to ensure that it is well formed and can be run without error", + "privilege": "ValidatePipelineDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "devicepool*" + "resource_type": "pipeline*" }, { - "condition_keys": [], + "condition_keys": [ + "datapipeline:PipelineCreator", + "datapipeline:Tag", + "datapipeline:workerGroup" + ], "dependent_actions": [], - "resource_type": "upload" + "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:datapipeline:${Region}:${Account}:pipeline/${PipelineId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "pipeline" + } + ], + "service_name": "AWS Data Pipeline" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tag key-value pairs in the request", + "type": "String" }, { - "access_level": "Read", - "description": "Grants permission to retireve the information of an instance profile", - "privilege": "GetInstanceProfile", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tag key-value pairs associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "datasync", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create a storage system", + "privilege": "AddStorageSystem", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instanceprofile*" + "resource_type": "agent*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retireve the information of a job", - "privilege": "GetJob", + "access_level": "Write", + "description": "Grants permission to cancel execution of a sync task", + "privilege": "CancelTaskExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "taskexecution*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retireve the information of a network profile", - "privilege": "GetNetworkProfile", + "access_level": "Write", + "description": "Grants permission to activate an agent that you have deployed on your host", + "privilege": "CreateAgent", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "networkprofile*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the current status and future status of all offerings purchased by an AWS account", - "privilege": "GetOfferingStatus", + "access_level": "Write", + "description": "Grants permission to create an endpoint for a Microsoft Azure Blob Storage container", + "privilege": "CreateLocationAzureBlob", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a mobile testing project", - "privilege": "GetProject", + "access_level": "Write", + "description": "Grants permission to create an endpoint for an Amazon EFS file system", + "privilege": "CreateLocationEfs", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retireve the link to a currently running remote access session", - "privilege": "GetRemoteAccessSession", + "access_level": "Write", + "description": "Grants permission to create an endpoint for an Amazon Fsx Lustre", + "privilege": "CreateLocationFsxLustre", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "session*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retireve the information of a run", - "privilege": "GetRun", + "access_level": "Write", + "description": "Grants permission to create an endpoint for Amazon FSx for ONTAP", + "privilege": "CreateLocationFsxOntap", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "run*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retireve the information of a testing suite", - "privilege": "GetSuite", + "access_level": "Write", + "description": "Grants permission to create an endpoint for Amazon FSx for OpenZFS", + "privilege": "CreateLocationFsxOpenZfs", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "suite*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retireve the information of a test case", - "privilege": "GetTest", + "access_level": "Write", + "description": "Grants permission to create an endpoint for an Amazon FSx Windows File Server file system", + "privilege": "CreateLocationFsxWindows", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "test*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a desktop testing project", - "privilege": "GetTestGridProject", + "access_level": "Write", + "description": "Grants permission to create an endpoint for an Amazon Hdfs", + "privilege": "CreateLocationHdfs", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "testgrid-project*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retireve the information of a test grid session", - "privilege": "GetTestGridSession", + "access_level": "Write", + "description": "Grants permission to create an endpoint for a NFS file system", + "privilege": "CreateLocationNfs", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "testgrid-project" - }, - { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "testgrid-session" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retireve the information of an uploaded file", - "privilege": "GetUpload", + "access_level": "Write", + "description": "Grants permission to create an endpoint for a self-managed object storage bucket", + "privilege": "CreateLocationObjectStorage", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "upload*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retireve the information of an Amazon Virtual Private Cloud (VPC) endpoint configuration", - "privilege": "GetVPCEConfiguration", + "access_level": "Write", + "description": "Grants permission to create an endpoint for an Amazon S3 bucket", + "privilege": "CreateLocationS3", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "vpceconfiguration*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to install an application to a device in a remote access session", - "privilege": "InstallToRemoteAccessSession", + "description": "Grants permission to create an endpoint for an SMB file system", + "privilege": "CreateLocationSmb", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "session*" - }, - { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "upload*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the artifacts in a project", - "privilege": "ListArtifacts", + "access_level": "Write", + "description": "Grants permission to create a sync task", + "privilege": "CreateTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "run" + "resource_type": "location*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "suite" + "resource_type": "agent" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "test" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the information of device instances", - "privilege": "ListDeviceInstances", + "access_level": "Write", + "description": "Grants permission to delete an agent", + "privilege": "DeleteAgent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "agent*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the information of device pools", - "privilege": "ListDevicePools", + "access_level": "Write", + "description": "Grants permission to delete a location used by AWS DataSync", + "privilege": "DeleteLocation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "location*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the information of unique device types", - "privilege": "ListDevices", + "access_level": "Write", + "description": "Grants permission to delete a sync task", + "privilege": "DeleteTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "task*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the information of device instance profiles", - "privilege": "ListInstanceProfiles", + "access_level": "Read", + "description": "Grants permission to view metadata such as name, network interfaces, and the status (that is, whether the agent is running or not) about a sync agent", + "privilege": "DescribeAgent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "agent*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the information of jobs within a run", - "privilege": "ListJobs", + "access_level": "Read", + "description": "Grants permission to describe metadata about a discovery job", + "privilege": "DescribeDiscoveryJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "run*" + "resource_type": "discoveryjob*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the information of network profiles within a project", - "privilege": "ListNetworkProfiles", + "access_level": "Read", + "description": "Grants permission to view metadata, such as the path information about an Azure Blob Storage sync location", + "privilege": "DescribeLocationAzureBlob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "location*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the offering promotions", - "privilege": "ListOfferingPromotions", + "access_level": "Read", + "description": "Grants permission to view metadata, such as the path information about an Amazon EFS sync location", + "privilege": "DescribeLocationEfs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "location*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all of the historical purchases, renewals, and system renewal transactions for an AWS account", - "privilege": "ListOfferingTransactions", + "access_level": "Read", + "description": "Grants permission to view metadata, such as the path information about an Amazon FSx Lustre sync location", + "privilege": "DescribeLocationFsxLustre", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "location*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the products or offerings that the user can manage through the API", - "privilege": "ListOfferings", + "access_level": "Read", + "description": "Grants permission to view metadata, such as the path information about an Amazon FSx for ONTAP sync location", + "privilege": "DescribeLocationFsxOntap", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "location*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the information of mobile testing projects for an AWS account", - "privilege": "ListProjects", + "access_level": "Read", + "description": "Grants permission to view metadata, such as the path information about an Amazon FSx OpenZFS sync location", + "privilege": "DescribeLocationFsxOpenZfs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "location*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the information of currently running remote access sessions", - "privilege": "ListRemoteAccessSessions", + "access_level": "Read", + "description": "Grants permission to view metadata, such as the path information about an Amazon FSx Windows sync location", + "privilege": "DescribeLocationFsxWindows", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "location*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the information of runs within a project", - "privilege": "ListRuns", + "access_level": "Read", + "description": "Grants permission to view metadata, such as the path information about an Amazon HDFS sync location", + "privilege": "DescribeLocationHdfs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "location*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the information of samples within a project", - "privilege": "ListSamples", + "access_level": "Read", + "description": "Grants permission to view metadata, such as the path information, about a NFS sync location", + "privilege": "DescribeLocationNfs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "location*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the information of testing suites within a job", - "privilege": "ListSuites", + "access_level": "Read", + "description": "Grants permission to view metadata about a self-managed object storage server location", + "privilege": "DescribeLocationObjectStorage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "location*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the tags of a resource", - "privilege": "ListTagsForResource", + "access_level": "Read", + "description": "Grants permission to view metadata, such as bucket name, about an Amazon S3 bucket sync location", + "privilege": "DescribeLocationS3", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "deviceinstance" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "devicepool" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "instanceprofile" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "networkprofile" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "project" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "run" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "session" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "testgrid-project" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "testgrid-session" - }, + "resource_type": "location*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to view metadata, such as the path information, about an SMB sync location", + "privilege": "DescribeLocationSmb", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vpceconfiguration" + "resource_type": "location*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the information of desktop testing projects for an AWS account", - "privilege": "ListTestGridProjects", + "access_level": "Read", + "description": "Grants permission to view metadata about a storage system", + "privilege": "DescribeStorageSystem", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "storagesystem*" } ] }, { "access_level": "List", - "description": "Grants permission to list the session actions performed during a test grid session", - "privilege": "ListTestGridSessionActions", + "description": "Grants permission to describe resource metrics collected by a discovery job", + "privilege": "DescribeStorageSystemResourceMetrics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "testgrid-session*" + "resource_type": "discoveryjob*" } ] }, { "access_level": "List", - "description": "Grants permission to list the artifacts generated by a test grid session", - "privilege": "ListTestGridSessionArtifacts", + "description": "Grants permission to describe resources identified by a discovery job", + "privilege": "DescribeStorageSystemResources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "testgrid-session*" + "resource_type": "discoveryjob*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the sessions within a test grid project", - "privilege": "ListTestGridSessions", + "access_level": "Read", + "description": "Grants permission to view metadata about a sync task", + "privilege": "DescribeTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "testgrid-project*" + "resource_type": "task*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the information of tests within a testing suite", - "privilege": "ListTests", + "access_level": "Read", + "description": "Grants permission to view metadata about a sync task that is being executed", + "privilege": "DescribeTaskExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "suite*" + "resource_type": "taskexecution*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the information of unique problems within a run", - "privilege": "ListUniqueProblems", + "access_level": "Write", + "description": "Grants permission to generate recommendations for a resource identified by a discovery job", + "privilege": "GenerateRecommendations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "run*" + "resource_type": "discoveryjob*" } ] }, { "access_level": "List", - "description": "Grants permission to list the information of uploads within a project", - "privilege": "ListUploads", + "description": "Grants permission to list agents owned by an AWS account in a region specified in the request", + "privilege": "ListAgents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list the information of Amazon Virtual Private Cloud (VPC) endpoint configurations", - "privilege": "ListVPCEConfigurations", + "description": "Grants permission to list discovery jobs", + "privilege": "ListDiscoveryJobs", "resource_types": [ { "condition_keys": [], @@ -61106,9 +63813,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to purchase offerings for an AWS account", - "privilege": "PurchaseOffering", + "access_level": "List", + "description": "Grants permission to list source and destination sync locations", + "privilege": "ListLocations", "resource_types": [ { "condition_keys": [], @@ -61118,9 +63825,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to set the quantity of devices to renew for an offering", - "privilege": "RenewOffering", + "access_level": "List", + "description": "Grants permission to list storage systems", + "privilege": "ListStorageSystems", "resource_types": [ { "condition_keys": [], @@ -61130,122 +63837,159 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to schedule a run", - "privilege": "ScheduleRun", + "access_level": "Read", + "description": "Grants permission to list tags that have been added to the specified resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "agent" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "devicepool" + "resource_type": "discoveryjob" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "upload" + "resource_type": "location" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "storagesystem" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "taskexecution" } ] }, { - "access_level": "Write", - "description": "Grants permission to terminate a running job", - "privilege": "StopJob", + "access_level": "List", + "description": "Grants permission to list executed sync tasks", + "privilege": "ListTaskExecutions", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to terminate a running remote access session", - "privilege": "StopRemoteAccessSession", + "access_level": "List", + "description": "Grants permission to list of all the sync tasks", + "privilege": "ListTasks", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "session*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to terminate a running test run", - "privilege": "StopRun", + "description": "Grants permission to delete a storage system", + "privilege": "RemoveStorageSystem", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "run*" + "resource_type": "storagesystem*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to start a discovery job for a storage system", + "privilege": "StartDiscoveryJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "deviceinstance" - }, + "resource_type": "storagesystem*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start a specific invocation of a sync task", + "privilege": "StartTaskExecution", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "devicepool" + "resource_type": "task*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "instanceprofile" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to stop a discovery job", + "privilege": "StopDiscoveryJob", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "networkprofile" - }, + "resource_type": "discoveryjob*" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to apply a key-value pair to an AWS resource", + "privilege": "TagResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project" + "resource_type": "agent" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "run" + "resource_type": "discoveryjob" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "session" + "resource_type": "location" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "testgrid-project" + "resource_type": "storagesystem" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "testgrid-session" + "resource_type": "task" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "vpceconfiguration" + "resource_type": "taskexecution" }, { "condition_keys": [ @@ -61259,63 +64003,38 @@ }, { "access_level": "Tagging", - "description": "Grants permission to remove tags from a resource", + "description": "Grants permission to remove one or more tags from the specified resource", "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "deviceinstance" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "devicepool" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "instanceprofile" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "networkprofile" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "project" + "resource_type": "agent" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "run" + "resource_type": "discoveryjob" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "session" + "resource_type": "location" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "testgrid-project" + "resource_type": "storagesystem" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "testgrid-session" + "resource_type": "task" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "vpceconfiguration" + "resource_type": "taskexecution" }, { "condition_keys": [ @@ -61328,258 +64047,214 @@ }, { "access_level": "Write", - "description": "Grants permission to modify an existing device instance", - "privilege": "UpdateDeviceInstance", + "description": "Grants permission to update the name of an agent", + "privilege": "UpdateAgent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deviceinstance*" - }, + "resource_type": "agent*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a discovery job", + "privilege": "UpdateDiscoveryJob", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instanceprofile" + "resource_type": "discoveryjob*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify an existing device pool", - "privilege": "UpdateDevicePool", + "description": "Grants permission to update an Azure Blob Storage sync location", + "privilege": "UpdateLocationAzureBlob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "devicepool*" + "resource_type": "location*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify an existing instance profile", - "privilege": "UpdateInstanceProfile", + "description": "Grants permission to update an HDFS sync Location", + "privilege": "UpdateLocationHdfs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instanceprofile*" + "resource_type": "location*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify an existing network profile", - "privilege": "UpdateNetworkProfile", + "description": "Grants permission to update an NFS sync Location", + "privilege": "UpdateLocationNfs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "networkprofile*" + "resource_type": "location*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify an existing mobile testing project", - "privilege": "UpdateProject", + "description": "Grants permission to update a self-managed object storage server location", + "privilege": "UpdateLocationObjectStorage", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs", - "iam:CreateServiceLinkedRole" - ], - "resource_type": "project*" + "dependent_actions": [], + "resource_type": "location*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify an existing desktop testing project", - "privilege": "UpdateTestGridProject", + "description": "Grants permission to update a SMB sync location", + "privilege": "UpdateLocationSmb", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs", - "iam:CreateServiceLinkedRole" - ], - "resource_type": "testgrid-project*" + "dependent_actions": [], + "resource_type": "location*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify an existing upload", - "privilege": "UpdateUpload", + "description": "Grants permission to update a storage system", + "privilege": "UpdateStorageSystem", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "upload*" + "resource_type": "storagesystem*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify an existing Amazon Virtual Private Cloud (VPC) endpoint configuration", - "privilege": "UpdateVPCEConfiguration", + "description": "Grants permission to update metadata associated with a sync task", + "privilege": "UpdateTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vpceconfiguration*" + "resource_type": "task*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update execution of a sync task", + "privilege": "UpdateTaskExecution", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "taskexecution*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] } ], "resources": [ { - "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:project:${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "project" - }, - { - "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:run:${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "run" - }, - { - "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:job:${ResourceId}", - "condition_keys": [], - "resource": "job" - }, - { - "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:suite:${ResourceId}", - "condition_keys": [], - "resource": "suite" - }, - { - "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:test:${ResourceId}", - "condition_keys": [], - "resource": "test" - }, - { - "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:upload:${ResourceId}", - "condition_keys": [], - "resource": "upload" - }, - { - "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:artifact:${ResourceId}", - "condition_keys": [], - "resource": "artifact" - }, - { - "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:sample:${ResourceId}", - "condition_keys": [], - "resource": "sample" - }, - { - "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:networkprofile:${ResourceId}", + "arn": "arn:${Partition}:datasync:${Region}:${AccountId}:agent/${AgentId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "networkprofile" + "resource": "agent" }, { - "arn": "arn:${Partition}:devicefarm:${Region}::deviceinstance:${ResourceId}", + "arn": "arn:${Partition}:datasync:${Region}:${AccountId}:location/${LocationId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "deviceinstance" + "resource": "location" }, { - "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:session:${ResourceId}", + "arn": "arn:${Partition}:datasync:${Region}:${AccountId}:task/${TaskId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "session" + "resource": "task" }, { - "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:devicepool:${ResourceId}", + "arn": "arn:${Partition}:datasync:${Region}:${AccountId}:task/${TaskId}/execution/${ExecutionId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "devicepool" + "resource": "taskexecution" }, { - "arn": "arn:${Partition}:devicefarm:${Region}::device:${ResourceId}", + "arn": "arn:${Partition}:datasync:${Region}:${AccountId}:system/${StorageSystemId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "device" + "resource": "storagesystem" }, { - "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:instanceprofile:${ResourceId}", + "arn": "arn:${Partition}:datasync:${Region}:${AccountId}:system/${StorageSystemId}/job/${DiscoveryJobId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "instanceprofile" - }, + "resource": "discoveryjob" + } + ], + "service_name": "AWS DataSync" + }, + { + "conditions": [ { - "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:vpceconfiguration:${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "vpceconfiguration" + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" }, { - "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:testgrid-project:${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "testgrid-project" + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" }, { - "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:testgrid-session:${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "testgrid-session" + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" } ], - "service_name": "AWS Device Farm" - }, - { - "conditions": [ - { - "condition": "devops-guru:ServiceNames", - "description": "Filters access by API to restrict access to given AWS service names", - "type": "ArrayOfString" - } - ], - "prefix": "devops-guru", + "prefix": "datazone", "privileges": [ { "access_level": "Write", - "description": "Grants permission to add a notification channel to DevOps Guru", - "privilege": "AddNotificationChannel", + "description": "Grants permission to accept prediction", + "privilege": "AcceptPredictions", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "sns:GetTopicAttributes", - "sns:SetTopicAttributes" - ], - "resource_type": "topic*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete specified insight in your account", - "privilege": "DeleteInsight", + "description": "Grants permission to approve a subscription request for a Data Asset", + "privilege": "AcceptSubscriptionRequest", "resource_types": [ { "condition_keys": [], @@ -61589,9 +64264,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to view the health of operations in your AWS account", - "privilege": "DescribeAccountHealth", + "access_level": "Write", + "description": "Grants permission to revoke or unsubscribe an approved subscription to Data Asset", + "privilege": "CancelSubscription", "resource_types": [ { "condition_keys": [], @@ -61601,9 +64276,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to view the health of operations within a time range in your AWS account", - "privilege": "DescribeAccountOverview", + "access_level": "Write", + "description": "Grants permission to create asset", + "privilege": "CreateAsset", "resource_types": [ { "condition_keys": [], @@ -61613,9 +64288,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list the details of a specified anomaly", - "privilege": "DescribeAnomaly", + "access_level": "Write", + "description": "Grants permission to create new revision of an asset", + "privilege": "CreateAssetRevision", "resource_types": [ { "condition_keys": [], @@ -61625,9 +64300,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve details about event sources for DevOps Guru", - "privilege": "DescribeEventSourcesConfig", + "access_level": "Write", + "description": "Grants permission to create an asset type", + "privilege": "CreateAssetType", "resource_types": [ { "condition_keys": [], @@ -61637,9 +64312,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to view the feedback details of a specified insight", - "privilege": "DescribeFeedback", + "access_level": "Write", + "description": "Grants permission to create a new DataSource", + "privilege": "CreateDataSource", "resource_types": [ { "condition_keys": [], @@ -61649,21 +64324,24 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list the details of a specified insight", - "privilege": "DescribeInsight", + "access_level": "Write", + "description": "Grants permission to provision a domain which is a top level entity that contains other Amazon DataZone resources", + "privilege": "CreateDomain", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the health of operations in your organization", - "privilege": "DescribeOrganizationHealth", + "access_level": "Write", + "description": "Grants permission to create a collection of configurated resources used to publish and subscribe to data", + "privilege": "CreateEnvironment", "resource_types": [ { "condition_keys": [], @@ -61673,9 +64351,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to view the health of operations within a time range in your organization", - "privilege": "DescribeOrganizationOverview", + "access_level": "Write", + "description": "Grants permission to create a custom Environment Blueprint that allow user to add Environments to their Project", + "privilege": "CreateEnvironmentBlueprint", "resource_types": [ { "condition_keys": [], @@ -61685,9 +64363,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to view the health of operations for each AWS CloudFormation stack or AWS Services or accounts specified in DevOps Guru in your organization", - "privilege": "DescribeOrganizationResourceCollectionHealth", + "access_level": "Write", + "description": "Grants permission to create a template from a Blueprint that can be used to create a Environment", + "privilege": "CreateEnvironmentProfile", "resource_types": [ { "condition_keys": [], @@ -61697,9 +64375,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to view the health of operations for each AWS CloudFormation stack specified in DevOps Guru", - "privilege": "DescribeResourceCollectionHealth", + "access_level": "Write", + "description": "Grants permission to create a form type or a new revision of it", + "privilege": "CreateFormType", "resource_types": [ { "condition_keys": [], @@ -61709,9 +64387,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to view the integration status of services that can be integrated with DevOps Guru", - "privilege": "DescribeServiceIntegration", + "access_level": "Write", + "description": "Grants permission to create a business glossary", + "privilege": "CreateGlossary", "resource_types": [ { "condition_keys": [], @@ -61721,9 +64399,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list service resource cost estimates", - "privilege": "GetCostEstimation", + "access_level": "Write", + "description": "Grants permission to create a glossary term", + "privilege": "CreateGlossaryTerm", "resource_types": [ { "condition_keys": [], @@ -61733,9 +64411,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list AWS CloudFormation stacks that DevOps Guru is configured to use", - "privilege": "GetResourceCollection", + "access_level": "Write", + "description": "Grants permission to create a DataZone group profile for an IAM Identity Center group", + "privilege": "CreateGroupProfile", "resource_types": [ { "condition_keys": [], @@ -61745,23 +64423,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list anomalies of a given insight in your account", - "privilege": "ListAnomaliesForInsight", + "access_level": "Write", + "description": "Grants permission to create listing change set", + "privilege": "CreateListingChangeSet", "resource_types": [ { - "condition_keys": [ - "devops-guru:ServiceNames" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list log anomalies of a given insight in your account", - "privilege": "ListAnomalousLogGroups", + "access_level": "Write", + "description": "Grants permission to create a Project to enable your team to publish and subscribe to data", + "privilege": "CreateProject", "resource_types": [ { "condition_keys": [], @@ -61771,9 +64447,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list resource events that are evaluated by DevOps Guru", - "privilege": "ListEvents", + "access_level": "Write", + "description": "Grants permission to add a user to a Project", + "privilege": "CreateProjectMembership", "resource_types": [ { "condition_keys": [], @@ -61783,9 +64459,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list insights in your account", - "privilege": "ListInsights", + "access_level": "Write", + "description": "Grants permission to create a grant for an approved subscription on a subscription target", + "privilege": "CreateSubscriptionGrant", "resource_types": [ { "condition_keys": [], @@ -61795,9 +64471,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list resource monitored by DevOps Guru in your account", - "privilege": "ListMonitoredResources", + "access_level": "Write", + "description": "Grants permission to create a subscription request for a Data Asset", + "privilege": "CreateSubscriptionRequest", "resource_types": [ { "condition_keys": [], @@ -61807,9 +64483,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list notification channels configured for DevOps Guru in your account", - "privilege": "ListNotificationChannels", + "access_level": "Write", + "description": "Grants permission to create a subscription target for a Environment in the project", + "privilege": "CreateSubscriptionTarget", "resource_types": [ { "condition_keys": [], @@ -61819,9 +64495,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list insights in your organization", - "privilege": "ListOrganizationInsights", + "access_level": "Write", + "description": "Grants permission to create a user profile for an existing user in the customers IAM Identity Center", + "privilege": "CreateUserProfile", "resource_types": [ { "condition_keys": [], @@ -61831,9 +64507,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list a specified insight's recommendations", - "privilege": "ListRecommendations", + "access_level": "Write", + "description": "Grants permission to delete an asset", + "privilege": "DeleteAsset", "resource_types": [ { "condition_keys": [], @@ -61844,8 +64520,8 @@ }, { "access_level": "Write", - "description": "Grants permission to submit a feedback to DevOps Guru", - "privilege": "PutFeedback", + "description": "Grants permission to delete an asset type", + "privilege": "DeleteAssetType", "resource_types": [ { "condition_keys": [], @@ -61856,37 +64532,32 @@ }, { "access_level": "Write", - "description": "Grants permission to remove a notification channel from DevOps Guru", - "privilege": "RemoveNotificationChannel", + "description": "Grants permission to update existing DataSource", + "privilege": "DeleteDataSource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "sns:GetTopicAttributes", - "sns:SetTopicAttributes" - ], - "resource_type": "topic*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to search insights in your account", - "privilege": "SearchInsights", + "access_level": "Write", + "description": "Grants permission to delete a provisioned domain", + "privilege": "DeleteDomain", "resource_types": [ { - "condition_keys": [ - "devops-guru:ServiceNames" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { - "access_level": "List", - "description": "Grants permission to search insights in your organization", - "privilege": "SearchOrganizationInsights", + "access_level": "Permissions management", + "description": "Grants permission to delete a resource policy for a DataZone Domain", + "privilege": "DeleteDomainSharingPolicy", "resource_types": [ { "condition_keys": [], @@ -61896,9 +64567,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to start the creation of an estimate of the monthly cost", - "privilege": "StartCostEstimation", + "access_level": "Write", + "description": "Grants permission to Delete Environment", + "privilege": "DeleteEnvironment", "resource_types": [ { "condition_keys": [], @@ -61909,8 +64580,8 @@ }, { "access_level": "Write", - "description": "Grants permission to update an event source for DevOps Guru", - "privilege": "UpdateEventSourcesConfig", + "description": "Grants permission to delete Environment Blueprint", + "privilege": "DeleteEnvironmentBlueprint", "resource_types": [ { "condition_keys": [], @@ -61921,8 +64592,8 @@ }, { "access_level": "Write", - "description": "Grants permission to update the list of AWS CloudFormation stacks that are used to specify which AWS resources in your account are analyzed by DevOps Guru", - "privilege": "UpdateResourceCollection", + "description": "Grants permission to delete environment blueprint configuration", + "privilege": "DeleteEnvironmentBlueprintConfiguration", "resource_types": [ { "condition_keys": [], @@ -61933,8 +64604,8 @@ }, { "access_level": "Write", - "description": "Grants permission to enable or disable a service that integrates with DevOps Guru", - "privilege": "UpdateServiceIntegration", + "description": "Grants permission to delete Environment Profile", + "privilege": "DeleteEnvironmentProfile", "resource_types": [ { "condition_keys": [], @@ -61942,255 +64613,143 @@ "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:sns:${Region}:${Account}:${TopicName}", - "condition_keys": [], - "resource": "topic" - } - ], - "service_name": "Amazon DevOps Guru" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by actions based on the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by actions based on tag key-value pairs attached to the resource", - "type": "String" }, - { - "condition": "aws:TagKeys", - "description": "Filters access by actions based on the presence of tag keys in the request", - "type": "String" - } - ], - "prefix": "directconnect", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to accept a proposal request to attach a virtual private gateway to a Direct Connect gateway", - "privilege": "AcceptDirectConnectGatewayAssociationProposal", + "description": "Grants permission to delete a form type", + "privilege": "DeleteFormType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dx-gateway*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a hosted connection on an interconnect", - "privilege": "AllocateConnectionOnInterconnect", + "description": "Grants permission to delete a business glossary", + "privilege": "DeleteGlossary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new hosted connection between a AWS Direct Connect partner's network and a specific AWS Direct Connect location", - "privilege": "AllocateHostedConnection", + "description": "Grants permission to delete a glossary term", + "privilege": "DeleteGlossaryTerm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxlag" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to provision a private virtual interface to be owned by a different customer", - "privilege": "AllocatePrivateVirtualInterface", + "description": "Grants permission to delete listing", + "privilege": "DeleteListing", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxlag" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to provision a public virtual interface to be owned by a different customer", - "privilege": "AllocatePublicVirtualInterface", + "description": "Grants permission to delete a Project that enables your team to publish and subscribe to data", + "privilege": "DeleteProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxlag" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to provision a transit virtual interface to be owned by a different customer", - "privilege": "AllocateTransitVirtualInterface", + "description": "Grants permission to remove a user from a project", + "privilege": "DeleteProjectMembership", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxlag" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to associate a connection with a LAG", - "privilege": "AssociateConnectionWithLag", + "description": "Grants permission to delete a subscription grant from a subscription target", + "privilege": "DeleteSubscriptionGrant", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxlag*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to associate a hosted connection and its virtual interfaces with a link aggregation group (LAG) or interconnect", - "privilege": "AssociateHostedConnection", + "description": "Grants permission to delete a pending subscription request for a Data Asset", + "privilege": "DeleteSubscriptionRequest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxcon" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxlag" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to associate a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an AWS Direct Connect dedicated connection", - "privilege": "AssociateMacSecKey", + "description": "Grants permission to delete a subscription target from a Environment in the project", + "privilege": "DeleteSubscriptionTarget", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxlag" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate a virtual interface with a specified link aggregation group (LAG) or connection", - "privilege": "AssociateVirtualInterface", + "access_level": "Read", + "description": "Grants permission to retrieve an asset", + "privilege": "GetAsset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxvif*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxcon" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxlag" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to confirm the creation of a hosted connection on an interconnect", - "privilege": "ConfirmConnection", + "access_level": "Read", + "description": "Grants permission to get an asset type", + "privilege": "GetAssetType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to confirm the the terms of agreement when creating the connection or link aggregation group (LAG)", - "privilege": "ConfirmCustomerAgreement", + "access_level": "Read", + "description": "Grants permission to Get a existing DataSource in Amazon DataZone using its identifier", + "privilege": "GetDataSource", "resource_types": [ { "condition_keys": [], @@ -62200,77 +64759,69 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to accept ownership of a private virtual interface created by another customer", - "privilege": "ConfirmPrivateVirtualInterface", + "access_level": "Read", + "description": "Grants permission to get DataSource run job in Amazon DataZone using it's identifier", + "privilege": "GetDataSourceRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxvif*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to accept ownership of a public virtual interface created by another customer", - "privilege": "ConfirmPublicVirtualInterface", + "access_level": "Read", + "description": "Grants permission to retrieve information about a domain", + "privilege": "GetDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxvif*" + "resource_type": "domain*" } ] }, { - "access_level": "Write", - "description": "Grants permission to accept ownership of a transit virtual interface created by another customer", - "privilege": "ConfirmTransitVirtualInterface", + "access_level": "Read", + "description": "Grants permission to retrieve a resource policy for a DataZone Domain", + "privilege": "GetDomainSharingPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxvif*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a BGP peer on the specified virtual interface", - "privilege": "CreateBGPPeer", + "access_level": "Read", + "description": "Grants permission to get Environment details", + "privilege": "GetEnvironment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxvif*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new connection between the customer network and a specific AWS Direct Connect location", - "privilege": "CreateConnection", + "access_level": "Read", + "description": "Grants permission to get environment action link", + "privilege": "GetEnvironmentActionLink", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxlag" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a Direct Connect gateway, which is an intermediate object that enables you to connect a set of virtual interfaces and virtual private gateways", - "privilege": "CreateDirectConnectGateway", + "access_level": "Read", + "description": "Grants permission to get Environment Blueprint details", + "privilege": "GetEnvironmentBlueprint", "resource_types": [ { "condition_keys": [], @@ -62280,196 +64831,141 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create an association between a Direct Connect gateway and a virtual private gateway", - "privilege": "CreateDirectConnectGatewayAssociation", + "access_level": "Read", + "description": "Grants permission to get environment blueprint configuration", + "privilege": "GetEnvironmentBlueprintConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dx-gateway*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a proposal to associate the specified virtual private gateway with the specified Direct Connect gateway", - "privilege": "CreateDirectConnectGatewayAssociationProposal", + "access_level": "Read", + "description": "Grants permission to get short term credentials that assume the Environment user role", + "privilege": "GetEnvironmentCredentials", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dx-gateway*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new interconnect between a AWS Direct Connect partner's network and a specific AWS Direct Connect location", - "privilege": "CreateInterconnect", + "access_level": "Read", + "description": "Grants permission to get Environment Profile details", + "privilege": "GetEnvironmentProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxlag" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a link aggregation group (LAG) with the specified number of bundled physical connections between the customer network and a specific AWS Direct Connect location", - "privilege": "CreateLag", + "access_level": "Read", + "description": "Grants permission to get a form type", + "privilege": "GetFormType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new private virtual interface", - "privilege": "CreatePrivateVirtualInterface", + "access_level": "Read", + "description": "Grants permission to get a business glossary", + "privilege": "GetGlossary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxlag" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new public virtual interface", - "privilege": "CreatePublicVirtualInterface", + "access_level": "Read", + "description": "Grants permission to get a glossary term", + "privilege": "GetGlossaryTerm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxlag" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new transit virtual interface", - "privilege": "CreateTransitVirtualInterface", + "access_level": "Read", + "description": "Grants permission to retrieve an existing DataZone group profile", + "privilege": "GetGroupProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxlag" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified BGP peer on the specified virtual interface with the specified customer address and ASN", - "privilege": "DeleteBGPPeer", + "access_level": "Permissions management", + "description": "Grants permission to an IAM principal to log into the DataZone Portal", + "privilege": "GetIamPortalLoginUrl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxvif*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the connection", - "privilege": "DeleteConnection", + "access_level": "Read", + "description": "Grants permission to get listing", + "privilege": "GetListing", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified Direct Connect gateway", - "privilege": "DeleteDirectConnectGateway", + "access_level": "Read", + "description": "Grants permission to get metadata generation run", + "privilege": "GetMetadataGenerationRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dx-gateway*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the association between the specified Direct Connect gateway and virtual private gateway", - "privilege": "DeleteDirectConnectGatewayAssociation", + "access_level": "Read", + "description": "Grants permission to get Project details", + "privilege": "GetProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dx-gateway*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the association proposal request between the specified Direct Connect gateway and virtual private gateway", - "privilege": "DeleteDirectConnectGatewayAssociationProposal", + "access_level": "Read", + "description": "Grants permission to retrieve a subscription", + "privilege": "GetSubscription", "resource_types": [ { "condition_keys": [], @@ -62479,81 +64975,81 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified interconnect", - "privilege": "DeleteInterconnect", + "access_level": "Read", + "description": "Grants permission to get subscription eligibilty", + "privilege": "GetSubscriptionEligibility", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified link aggregation group (LAG)", - "privilege": "DeleteLag", + "access_level": "Read", + "description": "Grants permission to retireve a subscription grant", + "privilege": "GetSubscriptionGrant", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxlag*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a virtual interface", - "privilege": "DeleteVirtualInterface", + "access_level": "Read", + "description": "Grants permission to reject a subscription request for a Data Asset", + "privilege": "GetSubscriptionRequestDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxvif*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe the LOA-CFA for a Connection", - "privilege": "DescribeConnectionLoa", + "description": "Grants permission to retireve details of subscription target", + "privilege": "GetSubscriptionTarget", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe all connections in this region", - "privilege": "DescribeConnections", + "description": "Grants permission to retrieve a user profile for an existing user in the DataZone Domain", + "privilege": "GetUserProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a list of connections that have been provisioned on the given interconnect", - "privilege": "DescribeConnectionsOnInterconnect", + "access_level": "List", + "description": "Grants permission to list Environments across all domains in an AWS Account", + "privilege": "ListAccountEnvironments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view a list of customer agreements, along with their signed status and whether the customer is an NNIPartner, NNIPartnerV2, or a nonPartner", - "privilege": "DescribeCustomerMetadata", + "access_level": "List", + "description": "Grants permission to list revisions of an asset", + "privilege": "ListAssetRevisions", "resource_types": [ { "condition_keys": [], @@ -62563,127 +65059,117 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe one or more association proposals for connection between a virtual private gateway and a Direct Connect gateway", - "privilege": "DescribeDirectConnectGatewayAssociationProposals", + "access_level": "List", + "description": "Grants permission to list DataSource runs job's activities on Asset", + "privilege": "ListDataSourceRunActivities", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dx-gateway" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the associations between your Direct Connect gateways and virtual private gateways", - "privilege": "DescribeDirectConnectGatewayAssociations", + "access_level": "List", + "description": "Grants permission to list DataSource runs job", + "privilege": "ListDataSourceRuns", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dx-gateway" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the attachments between your Direct Connect gateways and virtual interfaces", - "privilege": "DescribeDirectConnectGatewayAttachments", + "access_level": "List", + "description": "Grants permission to list existing DataSources", + "privilege": "ListDataSources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dx-gateway" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe all your Direct Connect gateways or only the specified Direct Connect gateway", - "privilege": "DescribeDirectConnectGateways", + "access_level": "List", + "description": "Grants permission to retrieve all domains", + "privilege": "ListDomains", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dx-gateway" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the hosted connections that have been provisioned on the specified interconnect or link aggregation group (LAG)", - "privilege": "DescribeHostedConnections", + "access_level": "List", + "description": "Grants permission to list environment blueprint configurations", + "privilege": "ListEnvironmentBlueprintConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxlag" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the LOA-CFA for an Interconnect", - "privilege": "DescribeInterconnectLoa", + "access_level": "List", + "description": "Grants permission to list Domain for Environment Blueprints", + "privilege": "ListEnvironmentBlueprints", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a list of interconnects owned by the AWS account", - "privilege": "DescribeInterconnects", + "access_level": "List", + "description": "Grants permission to list Domain for Environment Profiles", + "privilege": "ListEnvironmentProfiles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe all your link aggregation groups (LAG) or the specified LAG", - "privilege": "DescribeLags", + "access_level": "List", + "description": "Grants permission to show Environments in the Domain", + "privilege": "ListEnvironments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxlag" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the LOA-CFA for a connection, interconnect, or link aggregation group (LAG)", - "privilege": "DescribeLoa", + "access_level": "List", + "description": "Grants permission to list all the DataZone group profiles that the DataZone user profile is a member of", + "privilege": "ListGroupsForUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxlag" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the list of AWS Direct Connect locations in the current AWS region", - "privilege": "DescribeLocations", + "access_level": "List", + "description": "Grants permission to list metadata generation runs", + "privilege": "ListMetadataGenerationRuns", "resource_types": [ { "condition_keys": [], @@ -62693,43 +65179,33 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe Details about the router for a virtual interface", - "privilege": "DescribeRouterConfiguration", + "access_level": "List", + "description": "Grants permission to list notifications and events for a datazone user", + "privilege": "ListNotifications", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxvif*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the tags associated with the specified AWS Direct Connect resources", - "privilege": "DescribeTags", + "access_level": "List", + "description": "Grants permission to list Project Members", + "privilege": "ListProjectMemberships", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxlag" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxvif" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a list of virtual private gateways owned by the AWS account", - "privilege": "DescribeVirtualGateways", + "access_level": "List", + "description": "Grants permission to list Projects", + "privilege": "ListProjects", "resource_types": [ { "condition_keys": [], @@ -62739,184 +65215,153 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe all virtual interfaces for an AWS account", - "privilege": "DescribeVirtualInterfaces", + "access_level": "List", + "description": "Grants permission to List subscription grants for a subscribed principal", + "privilege": "ListSubscriptionGrants", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxlag" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxvif" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to disassociate a connection from a link aggregation group (LAG)", - "privilege": "DisassociateConnectionFromLag", + "access_level": "List", + "description": "Grants permission to list subscription requests", + "privilege": "ListSubscriptionRequests", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list subscription targets", + "privilege": "ListSubscriptionTargets", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxlag*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to remove the association between a MAC Security (MACsec) security key and an AWS Direct Connect dedicated connection", - "privilege": "DisassociateMacSecKey", + "access_level": "List", + "description": "Grants permission to list subscriptions", + "privilege": "ListSubscriptions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve all tags associated with a resource", + "privilege": "ListTagsForResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxlag" + "resource_type": "domain" } ] }, { "access_level": "List", - "description": "Grants permission to list the virtual interface failover test history", - "privilege": "ListVirtualInterfaceTestHistory", + "description": "Grants permission to list available Manager Secrets", + "privilege": "ListWarehouseMetadata", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxvif*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start the virtual interface failover test that verifies your configuration meets your resiliency requirements by placing the BGP peering session in the DOWN state. You can then send traffic to verify that there are no outages", - "privilege": "StartBgpFailoverTest", + "description": "Grants permission to provision domain with default project setup", + "privilege": "ProvisionDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxvif*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop the virtual interface failover test", - "privilege": "StopBgpFailoverTest", + "access_level": "Permissions management", + "description": "Grants permission to add a resource policy for a DataZone Domain", + "privilege": "PutDomainSharingPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxvif*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add the specified tags to the specified AWS Direct Connect resource. Each resource can have a maximum of 50 tags", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to put environment blueprint configuration", + "privilege": "PutEnvironmentBlueprintConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxlag" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxvif" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove one or more tags from the specified AWS Direct Connect resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to refresh token", + "privilege": "RefreshToken", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxlag" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dxvif" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the AWS Direct Connect dedicated connection configuration. You can update the following parameters for a connection: The connection name or The connection's MAC Security (MACsec) encryption mode", - "privilege": "UpdateConnection", + "description": "Grants permission to reject prediction", + "privilege": "RejectPredictions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxcon*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the name of a Direct Connect gateway", - "privilege": "UpdateDirectConnectGateway", + "description": "Grants permission to reject a subscription request for a Data Asset", + "privilege": "RejectSubscriptionRequest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dx-gateway*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the specified attributes of the Direct Connect gateway association", - "privilege": "UpdateDirectConnectGatewayAssociation", + "description": "Grants permission to revoke a subscription", + "privilege": "RevokeSubscription", "resource_types": [ { "condition_keys": [], @@ -62926,74 +65371,33 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update the attributes of the specified link aggregation group (LAG)", - "privilege": "UpdateLag", + "access_level": "List", + "description": "Grants permission to search datazone entities", + "privilege": "Search", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxlag*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the specified attributes of the specified virtual private interface", - "privilege": "UpdateVirtualInterfaceAttributes", + "access_level": "List", + "description": "Grants permission to search DataZone group profiles and IAM Identity Center groups", + "privilege": "SearchGroupProfiles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dxvif*" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:directconnect:${Region}:${Account}:dxcon/${ConnectionId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "dxcon" - }, - { - "arn": "arn:${Partition}:directconnect:${Region}:${Account}:dxlag/${LagId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "dxlag" - }, - { - "arn": "arn:${Partition}:directconnect:${Region}:${Account}:dxvif/${VirtualInterfaceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "dxvif" }, { - "arn": "arn:${Partition}:directconnect::${Account}:dx-gateway/${DirectConnectGatewayId}", - "condition_keys": [], - "resource": "dx-gateway" - } - ], - "service_name": "AWS Direct Connect" - }, - { - "conditions": [ - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "discovery", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to AssociateConfigurationItemsToApplication API. AssociateConfigurationItemsToApplication associates one or more configuration items with an application", - "privilege": "AssociateConfigurationItemsToApplication", + "access_level": "List", + "description": "Grants permission to search listings", + "privilege": "SearchListings", "resource_types": [ { "condition_keys": [], @@ -63003,9 +65407,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to BatchDeleteImportData API. BatchDeleteImportData deletes one or more Migration Hub import tasks, each identified by their import ID. Each import task has a number of records, which can identify servers or applications", - "privilege": "BatchDeleteImportData", + "access_level": "List", + "description": "Grants permission to search types such asset types and form types in a domain", + "privilege": "SearchTypes", "resource_types": [ { "condition_keys": [], @@ -63015,9 +65419,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to CreateApplication API. CreateApplication creates an application with the given name and description", - "privilege": "CreateApplication", + "access_level": "List", + "description": "Grants permission to search DataZone user profiles, IAM Identity Center users, and DataZone IAM principal profiles", + "privilege": "SearchUserProfiles", "resource_types": [ { "condition_keys": [], @@ -63027,9 +65431,9 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to CreateTags API. CreateTags creates one or more tags for configuration items. Tags are metadata that help you categorize IT assets. This API accepts a list of multiple configuration items", - "privilege": "CreateTags", + "access_level": "Write", + "description": "Grants permission to login using SSO", + "privilege": "SsoLogin", "resource_types": [ { "condition_keys": [], @@ -63040,8 +65444,8 @@ }, { "access_level": "Write", - "description": "Grants permission to DeleteApplications API. DeleteApplications deletes a list of applications and their associations with configuration items", - "privilege": "DeleteApplications", + "description": "Grants permission to logout as SSO user", + "privilege": "SsoLogout", "resource_types": [ { "condition_keys": [], @@ -63051,23 +65455,21 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to DeleteTags API. DeleteTags deletes the association between configuration items and one or more tags. This API accepts a list of multiple configuration items", - "privilege": "DeleteTags", + "access_level": "Write", + "description": "Grants permission to start a DataSource run job", + "privilege": "StartDataSourceRun", "resource_types": [ { - "condition_keys": [ - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to DescribeAgents API. DescribeAgents lists agents or the Connector by ID or lists all agents/Connectors associated with your user if you did not specify an ID", - "privilege": "DescribeAgents", + "access_level": "Write", + "description": "Grants permission to start metadata generation run", + "privilege": "StartMetadataGenerationRun", "resource_types": [ { "condition_keys": [], @@ -63077,9 +65479,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to DescribeConfigurations API. DescribeConfigurations retrieves attributes for a list of configuration item IDs. All of the supplied IDs must be for the same asset type (server, application, process, or connection). Output fields are specific to the asset type selected. For example, the output for a server configuration item includes a list of attributes about the server, such as host name, operating system, and number of network cards", - "privilege": "DescribeConfigurations", + "access_level": "Write", + "description": "Grants permission to stop metadata generation run", + "privilege": "StopMetadataGenerationRun", "resource_types": [ { "condition_keys": [], @@ -63089,33 +65491,48 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to DescribeContinuousExports API. DescribeContinuousExports lists exports as specified by ID. All continuous exports associated with your user can be listed if you call DescribeContinuousExports as is without passing any parameters", - "privilege": "DescribeContinuousExports", + "access_level": "Tagging", + "description": "Grants permission to add or update tags to a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "domain*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to DescribeExportConfigurations API. DescribeExportConfigurations retrieves the status of a given export process. You can retrieve status from a maximum of 100 processes", - "privilege": "DescribeExportConfigurations", + "access_level": "Tagging", + "description": "Grants permission to remove tags associated with a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "domain*" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to DescribeExportTasks API. DescribeExportTasks retrieve status of one or more export tasks. You can retrieve the status of up to 100 export tasks", - "privilege": "DescribeExportTasks", + "access_level": "Write", + "description": "Grants permission to update existing DataSource", + "privilege": "UpdateDataSource", "resource_types": [ { "condition_keys": [], @@ -63125,21 +65542,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to DescribeImportTasks API. DescribeImportTasks returns an array of import tasks for your user, including status information, times, IDs, the Amazon S3 Object URL for the import file, and more", - "privilege": "DescribeImportTasks", + "access_level": "Write", + "description": "Grants permission to update information for a domain", + "privilege": "UpdateDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to DescribeTags API. DescribeTags retrieves a list of configuration items that are tagged with a specific tag. Or retrieves a list of all tags assigned to a specific configuration item", - "privilege": "DescribeTags", + "access_level": "Write", + "description": "Grants permission to update Environment settings", + "privilege": "UpdateEnvironment", "resource_types": [ { "condition_keys": [], @@ -63150,8 +65567,8 @@ }, { "access_level": "Write", - "description": "Grants permission to DisassociateConfigurationItemsFromApplication API. DisassociateConfigurationItemsFromApplication disassociates one or more configuration items from an application", - "privilege": "DisassociateConfigurationItemsFromApplication", + "description": "Grants permission to update Environment Blueprint settings", + "privilege": "UpdateEnvironmentBlueprint", "resource_types": [ { "condition_keys": [], @@ -63162,8 +65579,8 @@ }, { "access_level": "Write", - "description": "Grants permission to ExportConfigurations API. ExportConfigurations exports all discovered configuration data to an Amazon S3 bucket or an application that enables you to view and evaluate the data. Data includes tags and tag associations, processes, connections, servers, and system performance", - "privilege": "ExportConfigurations", + "description": "Grants permission to update environment configuration", + "privilege": "UpdateEnvironmentConfiguration", "resource_types": [ { "condition_keys": [], @@ -63173,9 +65590,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to GetDiscoverySummary API. GetDiscoverySummary retrieves a short summary of discovered assets", - "privilege": "GetDiscoverySummary", + "access_level": "Write", + "description": "Grants permission to update status of the Environment deployment", + "privilege": "UpdateEnvironmentDeploymentStatus", "resource_types": [ { "condition_keys": [], @@ -63185,9 +65602,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to GetNetworkConnectionGraph API. GetNetworkConnectionGraph accepts input list of one of - Ip Addresses, server ids or node ids. Returns a list of nodes and edges which help customer visualize network connection graph. This API is used for visualize network graph functionality in MigrationHub console", - "privilege": "GetNetworkConnectionGraph", + "access_level": "Write", + "description": "Grants permission to update EnvironmentProfile configuration", + "privilege": "UpdateEnvironmentProfile", "resource_types": [ { "condition_keys": [], @@ -63197,9 +65614,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to ListConfigurations API. ListConfigurations retrieves a list of configuration items according to criteria you specify in a filter. The filter criteria identify relationship requirements", - "privilege": "ListConfigurations", + "access_level": "Write", + "description": "Grants permission to update a business glossary", + "privilege": "UpdateGlossary", "resource_types": [ { "condition_keys": [], @@ -63209,9 +65626,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to ListServerNeighbors API. ListServerNeighbors retrieves a list of servers which are one network hop away from a specified server", - "privilege": "ListServerNeighbors", + "access_level": "Write", + "description": "Grants permission to update a glossary term", + "privilege": "UpdateGlossaryTerm", "resource_types": [ { "condition_keys": [], @@ -63222,25 +65639,20 @@ }, { "access_level": "Write", - "description": "Grants permission to StartContinuousExport API. StartContinuousExport start the continuous flow of agent's discovered data into Amazon Athena", - "privilege": "StartContinuousExport", + "description": "Grants permission to update a DataZone group profile", + "privilege": "UpdateGroupProfile", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:AttachRolePolicy", - "iam:CreatePolicy", - "iam:CreateRole", - "iam:CreateServiceLinkedRole" - ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to StartDataCollectionByAgentIds API. StartDataCollectionByAgentIds instructs the specified agents or Connectors to start collecting data", - "privilege": "StartDataCollectionByAgentIds", + "description": "Grants permission to update a Project that enables your team to publish and subscribe to data", + "privilege": "UpdateProject", "resource_types": [ { "condition_keys": [], @@ -63251,8 +65663,8 @@ }, { "access_level": "Write", - "description": "Grants permission to StartExportTask API. StartExportTask export the configuration data about discovered configuration items and relationships to an S3 bucket in a specified format", - "privilege": "StartExportTask", + "description": "Grants permission to update a subscription grant status for custom grants", + "privilege": "UpdateSubscriptionGrantStatus", "resource_types": [ { "condition_keys": [], @@ -63263,27 +65675,20 @@ }, { "access_level": "Write", - "description": "Grants permission to StartImportTask API. StartImportTask starts an import task. The Migration Hub import feature allows you to import details of your on-premises environment directly into AWS without having to use the Application Discovery Service (ADS) tools such as the Discovery Connector or Discovery Agent. This gives you the option to perform migration assessment and planning directly from your imported data including the ability to group your devices as applications and track their migration status", - "privilege": "StartImportTask", + "description": "Grants permission to update business reason for subscription request for a Data Asset", + "privilege": "UpdateSubscriptionRequest", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "discovery:AssociateConfigurationItemsToApplication", - "discovery:CreateApplication", - "discovery:CreateTags", - "discovery:GetDiscoverySummary", - "discovery:ListConfigurations", - "s3:GetObject" - ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to StopContinuousExport API. StopContinuousExport stops the continuous flow of agent's discovered data into Amazon Athena", - "privilege": "StopContinuousExport", + "description": "Grants permission to update a subscription target", + "privilege": "UpdateSubscriptionTarget", "resource_types": [ { "condition_keys": [], @@ -63294,8 +65699,8 @@ }, { "access_level": "Write", - "description": "Grants permission to StopDataCollectionByAgentIds API. StopDataCollectionByAgentIds instructs the specified agents or Connectors to stop collecting data", - "privilege": "StopDataCollectionByAgentIds", + "description": "Grants permission to update a DataZone user profile", + "privilege": "UpdateUserProfile", "resource_types": [ { "condition_keys": [], @@ -63306,8 +65711,8 @@ }, { "access_level": "Write", - "description": "Grants permission to UpdateApplication API. UpdateApplication updates metadata about an application", - "privilege": "UpdateApplication", + "description": "Grants permission to validate pass role", + "privilege": "ValidatePassRole", "resource_types": [ { "condition_keys": [], @@ -63317,301 +65722,147 @@ ] } ], - "resources": [], - "service_name": "AWS Application Discovery Service" + "resources": [ + { + "arn": "arn:${Partition}:datazone:${Region}:${Account}:domain/${DomainId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "domain" + } + ], + "service_name": "Amazon DataZone" }, { "conditions": [ { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tag key-value pairs attached to the resource", + "condition": "dax:EnclosingOperation", + "description": "Used to block Transactions APIs calls and allow the non-Transaction APIs calls and vice-versa", "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" } ], - "prefix": "dlm", + "prefix": "dax", "privileges": [ { - "access_level": "Write", - "description": "Grants permission to create a data lifecycle policy to manage the scheduled creation and retention of Amazon EBS snapshots. You may have up to 100 policies", - "privilege": "CreateLifecyclePolicy", + "access_level": "Read", + "description": "Grants permission to return the attributes of one or more items from one or more tables", + "privilege": "BatchGetItem", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an existing data lifecycle policy. In addition, this action halts the creation and deletion of snapshots that the policy specified. Existing snapshots are not affected", - "privilege": "DeleteLifecyclePolicy", + "description": "Grants permission to put or delete multiple items in one or more tables", + "privilege": "BatchWriteItem", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to returns a list of summary descriptions of data lifecycle policies", - "privilege": "GetLifecyclePolicies", + "access_level": "Read", + "description": "Grants permission to the ConditionCheckItem operation that checks the existence of a set of attributes for the item with the given primary key", + "privilege": "ConditionCheckItem", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return a complete description of a single data lifecycle policy", - "privilege": "GetLifecyclePolicy", + "access_level": "Write", + "description": "Grants permission to create a DAX cluster", + "privilege": "CreateCluster", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "policy*" + "dependent_actions": [ + "dax:CreateParameterGroup", + "dax:CreateSubnetGroup", + "ec2:CreateNetworkInterface", + "ec2:DeleteNetworkInterface", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs", + "iam:GetRole", + "iam:PassRole" + ], + "resource_type": "application*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the tags associated with a resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to create a parameter group", + "privilege": "CreateParameterGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add or update tags of a resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to create a subnet group", + "privilege": "CreateSubnetGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags associated with a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to remove one or more nodes from a DAX cluster", + "privilege": "DecreaseReplicationFactor", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an existing data lifecycle policy", - "privilege": "UpdateLifecyclePolicy", + "description": "Grants permission to delete a previously provisioned DAX cluster", + "privilege": "DeleteCluster", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "application*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:dlm:${Region}:${Account}:policy/${ResourceName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "policy" - } - ], - "service_name": "Amazon Data Lifecycle Manager" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs attached to the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", - "type": "ArrayOfString" - }, - { - "condition": "dms:cert-tag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request for Certificate", - "type": "String" - }, - { - "condition": "dms:data-migration-tag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request for DataMigration", - "type": "String" - }, - { - "condition": "dms:data-provider-tag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request for DataProvider", - "type": "String" - }, - { - "condition": "dms:endpoint-tag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request for Endpoint", - "type": "String" - }, - { - "condition": "dms:es-tag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request for EventSubscription", - "type": "String" - }, - { - "condition": "dms:instance-profile-tag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request for InstanceProfile", - "type": "String" - }, - { - "condition": "dms:migration-project-tag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request for MigrationProject", - "type": "String" - }, - { - "condition": "dms:rep-tag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request for ReplicationInstance", - "type": "String" - }, - { - "condition": "dms:replication-config-tag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request for ReplicationConfig", - "type": "String" - }, - { - "condition": "dms:req-tag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the given request", - "type": "String" - }, - { - "condition": "dms:subgrp-tag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request for ReplicationSubnetGroup", - "type": "String" }, { - "condition": "dms:task-tag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request for ReplicationTask", - "type": "String" - } - ], - "prefix": "dms", - "privileges": [ - { - "access_level": "Tagging", - "description": "Grants permission to add metadata tags to DMS resources, including replication instances, endpoints, security groups, and migration tasks", - "privilege": "AddTagsToResource", + "access_level": "Write", + "description": "Grants permission to delete a single item in a table by primary key", + "privilege": "DeleteItem", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Certificate" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "DataMigration" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "DataProvider" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Endpoint" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "EventSubscription" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "InstanceProfile" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "MigrationProject" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ReplicationConfig" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ReplicationInstance" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ReplicationSubnetGroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ReplicationTask" + "resource_type": "application*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "dms:req-tag/${TagKey}" + "dax:EnclosingOperation" ], "dependent_actions": [], "resource_type": "" @@ -63620,34 +65871,44 @@ }, { "access_level": "Write", - "description": "Grants permission to apply a pending maintenance action to a resource (for example, to a replication instance)", - "privilege": "ApplyPendingMaintenanceAction", + "description": "Grants permission to delete the specified parameter group", + "privilege": "DeleteParameterGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationInstance*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to associate a extension pack", - "privilege": "AssociateExtensionPack", + "description": "Grants permission to delete a subnet group", + "privilege": "DeleteSubnetGroup", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dms:StartExtensionPackAssociation" - ], - "resource_type": "MigrationProject*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to start the analysis of up to 20 source databases to recommend target engines for each source database", - "privilege": "BatchStartRecommendations", + "access_level": "List", + "description": "Grants permission to return information about all provisioned DAX clusters", + "privilege": "DescribeClusters", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to return the default system parameter information for DAX", + "privilege": "DescribeDefaultParameters", "resource_types": [ { "condition_keys": [], @@ -63657,68 +65918,66 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to cancel a single metadata model assessment run", - "privilege": "CancelMetadataModelAssessment", + "access_level": "List", + "description": "Grants permission to return events related to DAX clusters and parameter groups", + "privilege": "DescribeEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MigrationProject*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to cancel a single metadata model conversion run", - "privilege": "CancelMetadataModelConversion", + "access_level": "List", + "description": "Grants permission to return a list of parameter group descriptions", + "privilege": "DescribeParameterGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MigrationProject*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to cancel a single metadata model export run", - "privilege": "CancelMetadataModelExport", + "access_level": "Read", + "description": "Grants permission to return the detailed parameter list for a particular parameter group", + "privilege": "DescribeParameters", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MigrationProject*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to cancel a single premigration assessment run", - "privilege": "CancelReplicationTaskAssessmentRun", + "access_level": "List", + "description": "Grants permission to return a list of subnet group descriptions", + "privilege": "DescribeSubnetGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationTaskAssessmentRun*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a database migration using the provided settings", - "privilege": "CreateDataMigration", + "access_level": "Read", + "description": "Grants permission to the GetItem operation that returns a set of attributes for the item with the given primary key", + "privilege": "GetItem", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MigrationProject*" + "resource_type": "application*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "dms:req-tag/${TagKey}" + "dax:EnclosingOperation" ], "dependent_actions": [], "resource_type": "" @@ -63727,46 +65986,41 @@ }, { "access_level": "Write", - "description": "Grants permission to create an data provider using the provided settings", - "privilege": "CreateDataProvider", + "description": "Grants permission to add one or more nodes to a DAX cluster", + "privilege": "IncreaseReplicationFactor", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "dms:req-tag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an endpoint using the provided settings", - "privilege": "CreateEndpoint", + "access_level": "Read", + "description": "Grants permission to return a list all of the tags for a DAX cluster", + "privilege": "ListTags", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "dms:req-tag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an AWS DMS event notification subscription", - "privilege": "CreateEventSubscription", + "description": "Grants permission to create a new item, or replace an old item with a new item", + "privilege": "PutItem", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "dms:req-tag/${TagKey}" + "dax:EnclosingOperation" ], "dependent_actions": [], "resource_type": "" @@ -63774,132 +66028,90 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a Fleet Advisor collector using the specified parameters", - "privilege": "CreateFleetAdvisorCollector", + "access_level": "Read", + "description": "Grants permission to use the primary key of a table or a secondary index to directly access items from that table or index", + "privilege": "Query", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an instance profile using the provided settings", - "privilege": "CreateInstanceProfile", + "description": "Grants permission to reboot a single node of a DAX cluster", + "privilege": "RebootNode", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "dms:req-tag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an migration project using the provided settings", - "privilege": "CreateMigrationProject", + "access_level": "Read", + "description": "Grants permission to return one or more items and item attributes by accessing every item in a table or a secondary index", + "privilege": "Scan", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "DataProvider*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "InstanceProfile*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "dms:req-tag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a replication config using the provided settings", - "privilege": "CreateReplicationConfig", + "access_level": "Tagging", + "description": "Grants permission to associate a set of tags with a DAX resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Endpoint*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "dms:req-tag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a replication instance using the specified parameters", - "privilege": "CreateReplicationInstance", + "access_level": "Tagging", + "description": "Grants permission to remove the association of tags from a DAX resource", + "privilege": "UntagResource", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "dms:req-tag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a replication subnet group given a list of the subnet IDs in a VPC", - "privilege": "CreateReplicationSubnetGroup", + "description": "Grants permission to modify the settings for a DAX cluster", + "privilege": "UpdateCluster", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "dms:req-tag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a replication task using the specified parameters", - "privilege": "CreateReplicationTask", + "description": "Grants permission to edit an existing item's attributes, or adds a new item to the table if it does not already exist", + "privilege": "UpdateItem", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Endpoint*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ReplicationInstance*" + "resource_type": "application*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "dms:req-tag/${TagKey}" + "dax:EnclosingOperation" ], "dependent_actions": [], "resource_type": "" @@ -63908,85 +66120,94 @@ }, { "access_level": "Write", - "description": "Grants permission to delete the specified certificate", - "privilege": "DeleteCertificate", + "description": "Grants permission to modify the parameters of a parameter group", + "privilege": "UpdateParameterGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Certificate*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified connection between a replication instance and an endpoint", - "privilege": "DeleteConnection", + "description": "Grants permission to modify an existing subnet group", + "privilege": "UpdateSubnetGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Endpoint*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ReplicationInstance*" + "resource_type": "" } ] - }, + } + ], + "resources": [ + { + "arn": "arn:${Partition}:dax:${Region}:${Account}:cache/${ClusterName}", + "condition_keys": [], + "resource": "application" + } + ], + "service_name": "Amazon DynamoDB Accelerator (DAX)" + }, + { + "conditions": [], + "prefix": "dbqms", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to delete the specified database migration", - "privilege": "DeleteDataMigration", + "description": "Grants permission to create a new favorite query", + "privilege": "CreateFavoriteQuery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "DataMigration*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified data provider", - "privilege": "DeleteDataProvider", + "description": "Grants permission to add a query to the history", + "privilege": "CreateQueryHistory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "DataProvider*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified endpoint", - "privilege": "DeleteEndpoint", + "description": "Grants permission to create a new query tab", + "privilege": "CreateTab", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Endpoint*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an AWS DMS event subscription", - "privilege": "DeleteEventSubscription", + "description": "Grants permission to delete saved queries", + "privilege": "DeleteFavoriteQueries", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "EventSubscription*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified Fleet Advisor collector", - "privilege": "DeleteFleetAdvisorCollector", + "description": "Grants permission to delete a historical query", + "privilege": "DeleteQueryHistory", "resource_types": [ { "condition_keys": [], @@ -63997,8 +66218,8 @@ }, { "access_level": "Write", - "description": "Grants permission to delete the specified Fleet Advisor databases", - "privilege": "DeleteFleetAdvisorDatabases", + "description": "Grants permission to delete query tab", + "privilege": "DeleteTab", "resource_types": [ { "condition_keys": [], @@ -64008,93 +66229,117 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified instance profile", - "privilege": "DeleteInstanceProfile", + "access_level": "List", + "description": "Grants permission to list saved queries and associated metadata", + "privilege": "DescribeFavoriteQueries", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "InstanceProfile*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified migration project", - "privilege": "DeleteMigrationProject", + "access_level": "List", + "description": "Grants permission to list history of queries that were run", + "privilege": "DescribeQueryHistory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MigrationProject*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified replication config", - "privilege": "DeleteReplicationConfig", + "access_level": "List", + "description": "Grants permission to list query tabs and associated metadata", + "privilege": "DescribeTabs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationConfig*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified replication instance", - "privilege": "DeleteReplicationInstance", + "access_level": "Read", + "description": "Grants permission to retrieve favorite or history query string by id", + "privilege": "GetQueryString", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationInstance*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to deletes a subnet group", - "privilege": "DeleteReplicationSubnetGroup", + "description": "Grants permission to update saved query and description", + "privilege": "UpdateFavoriteQuery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationSubnetGroup*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified replication task", - "privilege": "DeleteReplicationTask", + "description": "Grants permission to update the query history", + "privilege": "UpdateQueryHistory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationTask*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the record of a single premigration assessment run", - "privilege": "DeleteReplicationTaskAssessmentRun", + "description": "Grants permission to update query tab", + "privilege": "UpdateTab", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationTaskAssessmentRun*" + "resource_type": "" } ] + } + ], + "resources": [], + "service_name": "Database Query Metadata Service" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by actions based on the presence of tag key-value pairs in the request", + "type": "String" }, { - "access_level": "Read", - "description": "Grants permission to list all of the AWS DMS attributes for a customer account", - "privilege": "DescribeAccountAttributes", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by actions based on tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by actions based on the presence of tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "deepcomposer", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to associate a DeepComposer coupon (or DSN) with the account associated with the sender of the request", + "privilege": "AssociateCoupon", "resource_types": [ { "condition_keys": [], @@ -64104,91 +66349,95 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list individual assessments that you can specify for a new premigration assessment run", - "privilege": "DescribeApplicableIndividualAssessments", + "access_level": "Write", + "description": "Grants permission to create an audio file by converting the midi composition into a wav or mp3 file", + "privilege": "CreateAudio", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationInstance" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ReplicationTask" + "resource_type": "audio*" } ] }, { - "access_level": "Read", - "description": "Grants permission to provide a description of the certificate", - "privilege": "DescribeCertificates", + "access_level": "Write", + "description": "Grants permission to create a multi-track midi composition", + "privilege": "CreateComposition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "composition*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the status of the connections that have been made between the replication instance and an endpoint", - "privilege": "DescribeConnections", + "access_level": "Write", + "description": "Grants permission to start creating/training a generative-model that is able to perform inference against the user-provided piano-melody to create a multi-track midi composition", + "privilege": "CreateModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "model*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return information about DMS Schema Conversion project configuration", - "privilege": "DescribeConversionConfiguration", + "access_level": "Write", + "description": "Grants permission to delete the composition", + "privilege": "DeleteComposition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MigrationProject*" + "resource_type": "composition*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return information about database migrations for your account in the specified region", - "privilege": "DescribeDataMigrations", + "access_level": "Write", + "description": "Grants permission to delete the model", + "privilege": "DeleteModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "model*" } ] }, { "access_level": "Read", - "description": "Grants permission to list the AWS DMS attributes for a data providers. Note. This action should be added along with ListDataProviders, but does not currently authorize the described Schema Conversion operation", - "privilege": "DescribeDataProviders", + "description": "Grants permission to get information about the composition", + "privilege": "GetComposition", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dms:ListDataProviders" - ], - "resource_type": "DataProvider" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to return the possible endpoint settings available when you create an endpoint for a specific database engine", - "privilege": "DescribeEndpointSettings", - "resource_types": [ + "dependent_actions": [], + "resource_type": "composition*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], "resource_type": "" } @@ -64196,260 +66445,262 @@ }, { "access_level": "Read", - "description": "Grants permission to return information about the type of endpoints available", - "privilege": "DescribeEndpointTypes", + "description": "Grants permission to get information about the model", + "privilege": "GetModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "model*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to return information about the endpoints for your account in the current region", - "privilege": "DescribeEndpoints", + "description": "Grants permission to get information about the sample/pre-trained DeepComposer model", + "privilege": "GetSampleModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "model*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list categories for all event source types, or, if specified, for a specified source type", - "privilege": "DescribeEventCategories", + "access_level": "List", + "description": "Grants permission to list all the compositions owned by the sender of the request", + "privilege": "ListCompositions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "composition*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list all the event subscriptions for a customer account", - "privilege": "DescribeEventSubscriptions", + "access_level": "List", + "description": "Grants permission to list all the models owned by the sender of the request", + "privilege": "ListModels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "model*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list events for a given source identifier and source type", - "privilege": "DescribeEvents", + "access_level": "List", + "description": "Grants permission to list all the sample/pre-trained models provided by the DeepComposer service", + "privilege": "ListSampleModels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "model*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the AWS DMS attributes for extension packs. Note. This action should be added along with ListExtensionPacks, but does not currently authorize the described Schema Conversion operation", - "privilege": "DescribeExtensionPackAssociations", + "access_level": "List", + "description": "Grants permission to list tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dms:ListExtensionPacks" - ], - "resource_type": "MigrationProject*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to return a paginated list of Fleet Advisor collectors in your account based on filter settings", - "privilege": "DescribeFleetAdvisorCollectors", - "resource_types": [ + "dependent_actions": [], + "resource_type": "composition" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "model" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return a paginated list of Fleet Advisor databases in your account based on filter settings", - "privilege": "DescribeFleetAdvisorDatabases", + "access_level": "List", + "description": "Grants permission to list all the training options or topic for creating/training a model", + "privilege": "ListTrainingTopics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "model*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return a paginated list of descriptions of large-scale assessment (LSA) analyses produced by your Fleet Advisor collectors", - "privilege": "DescribeFleetAdvisorLsaAnalysis", + "access_level": "Tagging", + "description": "Grants permission to tag a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to return a paginated list of descriptions of schemas discovered by your Fleet Advisor collectors based on filter settings", - "privilege": "DescribeFleetAdvisorSchemaObjectSummary", - "resource_types": [ + "resource_type": "composition" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "model" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return a paginated list of schemas discovered by your Fleet Advisor collectors based on filter settings", - "privilege": "DescribeFleetAdvisorSchemas", + "access_level": "Tagging", + "description": "Grants permission to untag a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to list the AWS DMS attributes for a instance profiles. Note. This action should be added along with ListInstanceProfiles, but does not currently authorize the described Schema Conversion operation", - "privilege": "DescribeInstanceProfiles", - "resource_types": [ + "resource_type": "composition" + }, { "condition_keys": [], - "dependent_actions": [ - "dms:ListInstanceProfiles" + "dependent_actions": [], + "resource_type": "model" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" ], - "resource_type": "InstanceProfile" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the AWS DMS attributes for metadata model assessments. Note. This action should be added along with ListMetadataModelAssessments, but does not currently authorize the described Schema Conversion operation", - "privilege": "DescribeMetadataModelAssessments", + "access_level": "Write", + "description": "Grants permission to modify the mutable properties associated with a composition", + "privilege": "UpdateComposition", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dms:ListMetadataModelAssessments" - ], - "resource_type": "MigrationProject*" + "dependent_actions": [], + "resource_type": "composition*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the AWS DMS attributes for a metadata model conversions. Note. This action should be added along with ListMetadataModelConversions, but does not currently authorize the described Schema Conversion operation", - "privilege": "DescribeMetadataModelConversions", + "access_level": "Write", + "description": "Grants permission to to modify the mutable properties associated with a model", + "privilege": "UpdateModel", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dms:ListMetadataModelConversions" - ], - "resource_type": "MigrationProject*" + "dependent_actions": [], + "resource_type": "model*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:deepcomposer:${Region}:${Account}:model/${ModelId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "model" }, { - "access_level": "Read", - "description": "Grants permission to list the AWS DMS attributes for a metadata model exports. Note. This action should be added along with ListMetadataModelExports, but does not currently authorize the described Schema Conversion operation", - "privilege": "DescribeMetadataModelExportsAsScript", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "dms:ListMetadataModelExports" - ], - "resource_type": "MigrationProject*" - } - ] + "arn": "arn:${Partition}:deepcomposer:${Region}:${Account}:composition/${CompositionId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "composition" }, { - "access_level": "Read", - "description": "Grants permission to list the AWS DMS attributes for a metadata model exports. Note. This action should be added along with ListMetadataModelExports, but does not currently authorize the described Schema Conversion operation", - "privilege": "DescribeMetadataModelExportsToTarget", + "arn": "arn:${Partition}:deepcomposer:${Region}:${Account}:audio/${AudioId}", + "condition_keys": [], + "resource": "audio" + } + ], + "service_name": "AWS DeepComposer" + }, + { + "conditions": [], + "prefix": "deeplens", + "privileges": [ + { + "access_level": "Permissions management", + "description": "Associates the user's account with IAM roles controlling various permissions needed by AWS DeepLens for proper functionality.", + "privilege": "AssociateServiceRoleToAccount", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dms:ListMetadataModelExports" - ], - "resource_type": "MigrationProject*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to return information about start metadata model import operations for a migration project", - "privilege": "DescribeMetadataModelImports", + "description": "Retrieves a list of AWS DeepLens devices.", + "privilege": "BatchGetDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MigrationProject*" + "resource_type": "device*" } ] }, { "access_level": "Read", - "description": "Grants permission to list the AWS DMS attributes for a migration projects. Note. This action should be added along with ListMigrationProjects, but does not currently authorize the described Schema Conversion operation", - "privilege": "DescribeMigrationProjects", + "description": "Retrieves a list of AWS DeepLens Models.", + "privilege": "BatchGetModel", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "dms:ListMigrationProjects" - ], - "resource_type": "DataProvider" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "InstanceProfile" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "MigrationProject" + "resource_type": "model*" } ] }, { "access_level": "Read", - "description": "Grants permission to return information about the replication instance types that can be created in the specified region", - "privilege": "DescribeOrderableReplicationInstances", + "description": "Retrieves a list of AWS DeepLens Projects.", + "privilege": "BatchGetProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return information about pending maintenance actions", - "privilege": "DescribePendingMaintenanceActions", + "access_level": "Write", + "description": "Creates a certificate package that is used to successfully authenticate and Register an AWS DeepLens device.", + "privilege": "CreateDeviceCertificates", "resource_types": [ { "condition_keys": [], @@ -64459,9 +66710,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to return a paginated list of descriptions of limitations for recommendations of target AWS engines", - "privilege": "DescribeRecommendationLimitations", + "access_level": "Write", + "description": "Creates a new AWS DeepLens Model.", + "privilege": "CreateModel", "resource_types": [ { "condition_keys": [], @@ -64471,9 +66722,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to return a paginated list of descriptions of target engine recommendations for your source databases", - "privilege": "DescribeRecommendations", + "access_level": "Write", + "description": "Creates a new AWS DeepLens Project.", + "privilege": "CreateProject", "resource_types": [ { "condition_keys": [], @@ -64483,65 +66734,62 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to returns the status of the RefreshSchemas operation", - "privilege": "DescribeRefreshSchemasStatus", + "access_level": "Write", + "description": "Deletes an AWS DeepLens Model.", + "privilege": "DeleteModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Endpoint*" + "resource_type": "model*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe replication configs", - "privilege": "DescribeReplicationConfigs", + "access_level": "Write", + "description": "Deletes an AWS DeepLens Project.", + "privilege": "DeleteProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return information about the task logs for the specified task", - "privilege": "DescribeReplicationInstanceTaskLogs", + "access_level": "Write", + "description": "Deploys an AWS DeepLens project to a registered AWS DeepLens device.", + "privilege": "DeployProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationInstance*" + "resource_type": "device*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return information about replication instances for your account in the current region", - "privilege": "DescribeReplicationInstances", + "access_level": "Write", + "description": "Begins a device de-registration workflow for a registered AWS DeepLens device.", + "privilege": "DeregisterDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "device*" } ] }, { "access_level": "Read", - "description": "Grants permission to return information about the replication subnet groups", - "privilege": "DescribeReplicationSubnetGroups", + "description": "Retrieves the account level resources associated with the user's account.", + "privilege": "GetAssociatedResources", "resource_types": [ { "condition_keys": [], @@ -64552,71 +66800,56 @@ }, { "access_level": "Read", - "description": "Grants permission to describe replication table statistics", - "privilege": "DescribeReplicationTableStatistics", + "description": "Retrieves the the deployment status of a particular AWS DeepLens device, along with any associated metadata.", + "privilege": "GetDeploymentStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationConfig*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to return the latest task assessment results from Amazon S3", - "privilege": "DescribeReplicationTaskAssessmentResults", + "description": "Retrieves information about an AWS DeepLens device.", + "privilege": "GetDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationTask" + "resource_type": "device*" } ] }, { "access_level": "Read", - "description": "Grants permission to return a paginated list of premigration assessment runs based on filter settings", - "privilege": "DescribeReplicationTaskAssessmentRuns", + "description": "Retrieves an AWS DeepLens Model.", + "privilege": "GetModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationInstance" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ReplicationTask" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ReplicationTaskAssessmentRun" + "resource_type": "model*" } ] }, { "access_level": "Read", - "description": "Grants permission to return a paginated list of individual assessments based on filter settings", - "privilege": "DescribeReplicationTaskIndividualAssessments", + "description": "Retrieves an AWS DeepLens Project.", + "privilege": "GetProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationTask" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ReplicationTaskAssessmentRun" + "resource_type": "project*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return information about replication tasks for your account in the current region", - "privilege": "DescribeReplicationTasks", + "access_level": "Write", + "description": "Creates a new AWS DeepLens project from a sample project template.", + "privilege": "ImportProjectFromTemplate", "resource_types": [ { "condition_keys": [], @@ -64626,9 +66859,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe replications", - "privilege": "DescribeReplications", + "access_level": "List", + "description": "Retrieves a list of AWS DeepLens Deployment identifiers.", + "privilege": "ListDeployments", "resource_types": [ { "condition_keys": [], @@ -64638,565 +66871,829 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to return information about the schema for the specified endpoint", - "privilege": "DescribeSchemas", + "access_level": "List", + "description": "Retrieves a list of AWS DeepLens device identifiers.", + "privilege": "ListDevices", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Endpoint*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted", - "privilege": "DescribeTableStatistics", + "access_level": "List", + "description": "Retrieves a list of AWS DeepLens Model identifiers.", + "privilege": "ListModels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationTask*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to disassociate a extension pack", - "privilege": "DisassociateExtensionPack", + "access_level": "List", + "description": "Retrieves a list of AWS DeepLens Project identifiers.", + "privilege": "ListProjects", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MigrationProject*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to export the specified metadata model assessment", - "privilege": "ExportMetadataModelAssessment", + "description": "Begins a device registration workflow for an AWS DeepLens device.", + "privilege": "RegisterDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MigrationProject" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list all of the AWS DMS attributes for a metadata model", - "privilege": "GetMetadataModel", + "access_level": "Write", + "description": "Removes a deployed AWS DeepLens project from an AWS DeepLens device.", + "privilege": "RemoveProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MigrationProject" + "resource_type": "device*" } ] }, { "access_level": "Write", - "description": "Grants permission to upload the specified certificate", - "privilege": "ImportCertificate", + "description": "Updates an existing AWS DeepLens Project.", + "privilege": "UpdateProject", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] - }, + } + ], + "resources": [ { - "access_level": "Read", - "description": "Grants permission to list the AWS DMS attributes for a data providers", - "privilege": "ListDataProviders", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "dms:DescribeDataProviders" - ], - "resource_type": "DataProvider" - } - ] + "arn": "arn:${Partition}:deeplens:${Region}:${Account}:device/${DeviceName}", + "condition_keys": [], + "resource": "device" }, { - "access_level": "Read", - "description": "Grants permission to list the AWS DMS attributes for a extension packs", - "privilege": "ListExtensionPacks", + "arn": "arn:${Partition}:deeplens:${Region}:${Account}:project/${ProjectName}", + "condition_keys": [], + "resource": "project" + }, + { + "arn": "arn:${Partition}:deeplens:${Region}:${Account}:model/${ModelName}", + "condition_keys": [], + "resource": "model" + } + ], + "service_name": "AWS DeepLens" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters actions by tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters actions by tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters actions by tag keys in the request", + "type": "ArrayOfString" + }, + { + "condition": "deepracer:MultiUser", + "description": "Filters access by multiuser flag", + "type": "Bool" + }, + { + "condition": "deepracer:UserToken", + "description": "Filters access by user token in the request", + "type": "String" + } + ], + "prefix": "deepracer", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to add access for a private leaderboard", + "privilege": "AddLeaderboardAccessPermission", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dms:DescribeExtensionPackAssociations" + "dependent_actions": [], + "resource_type": "leaderboard*" + }, + { + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" ], - "resource_type": "MigrationProject" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to list the AWS DMS attributes for a instance profiles", - "privilege": "ListInstanceProfiles", + "description": "Grants permission to get current admin multiuser configuration for this account", + "privilege": "AdminGetAccountConfig", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dms:DescribeInstanceProfiles" - ], - "resource_type": "InstanceProfile" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to list the AWS DMS attributes for a metadata model assessment action items", - "privilege": "ListMetadataModelAssessmentActionItems", + "description": "Grants permission to list all deepracer users with their associated resources created under this account", + "privilege": "AdminListAssociatedResources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MigrationProject" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to list the AWS DMS attributes for a metadata model assessments", - "privilege": "ListMetadataModelAssessments", + "description": "Grants permission to list user data for all users associated with this account", + "privilege": "AdminListAssociatedUsers", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dms:DescribeMetadataModelAssessments" - ], - "resource_type": "MigrationProject" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the AWS DMS attributes for a metadata model conversions", - "privilege": "ListMetadataModelConversions", + "access_level": "Write", + "description": "Grants permission to manage a user associated with this account", + "privilege": "AdminManageUser", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dms:DescribeMetadataModelConversions" - ], - "resource_type": "MigrationProject" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the AWS DMS attributes for a metadata model exports", - "privilege": "ListMetadataModelExports", + "access_level": "Write", + "description": "Grants permission to set configuration options for this account", + "privilege": "AdminSetAccountConfig", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dms:DescribeMetadataModelExportsAsScript", - "dms:DescribeMetadataModelExportsToTarget" - ], - "resource_type": "MigrationProject" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the AWS DMS attributes for a migration projects", - "privilege": "ListMigrationProjects", + "access_level": "Write", + "description": "Grants permission to clone an existing DeepRacer model", + "privilege": "CloneReinforcementLearningModel", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dms:DescribeMigrationProjects" - ], - "resource_type": "DataProvider" + "dependent_actions": [], + "resource_type": "reinforcement_learning_model*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "InstanceProfile" + "resource_type": "track*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "deepracer:UserToken", + "deepracer:MultiUser" + ], "dependent_actions": [], - "resource_type": "MigrationProject" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list all tags for an AWS DMS resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to create a DeepRacer car in your garage", + "privilege": "CreateCar", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "deepracer:UserToken", + "deepracer:MultiUser" + ], "dependent_actions": [], - "resource_type": "Certificate" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a leaderboard", + "privilege": "CreateLeaderboard", + "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "deepracer:UserToken", + "deepracer:MultiUser" + ], "dependent_actions": [], - "resource_type": "DataMigration" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an access token for a private leaderboard", + "privilege": "CreateLeaderboardAccessToken", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "DataProvider" + "resource_type": "leaderboard*" }, { - "condition_keys": [], + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], "dependent_actions": [], - "resource_type": "Endpoint" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to submit a DeepRacer model to be evaluated for leaderboards", + "privilege": "CreateLeaderboardSubmission", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "EventSubscription" + "resource_type": "leaderboard*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "InstanceProfile" + "resource_type": "reinforcement_learning_model*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "deepracer:UserToken", + "deepracer:MultiUser" + ], "dependent_actions": [], - "resource_type": "MigrationProject" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create ra einforcement learning model for DeepRacer", + "privilege": "CreateReinforcementLearningModel", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationConfig" + "resource_type": "track*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "deepracer:UserToken", + "deepracer:MultiUser" + ], "dependent_actions": [], - "resource_type": "ReplicationInstance" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a leaderboard", + "privilege": "DeleteLeaderboard", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationSubnetGroup" + "resource_type": "leaderboard*" }, { - "condition_keys": [], + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], "dependent_actions": [], - "resource_type": "ReplicationTask" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a conversion configuration. Note. This action should be added along with UpdateConversionConfiguration, but does not currently authorize the described Schema Conversion operation", - "privilege": "ModifyConversionConfiguration", + "description": "Grants permission to delete a DeepRacer model", + "privilege": "DeleteModel", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dms:UpdateConversionConfiguration" + "dependent_actions": [], + "resource_type": "reinforcement_learning_model*" + }, + { + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" ], - "resource_type": "MigrationProject*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to modify the specified database migration", - "privilege": "ModifyDataMigration", + "description": "Grants permission to edit a leaderboard", + "privilege": "EditLeaderboard", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "DataMigration*" + "resource_type": "leaderboard*" + }, + { + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify the specified data provider. Note. This action should be added along with UpdateDataProvider, but does not currently authorize the described Schema Conversion operation", - "privilege": "ModifyDataProvider", + "access_level": "Read", + "description": "Grants permission to get current multiuser configuration for this account", + "privilege": "GetAccountConfig", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [ - "dms:UpdateDataProvider" + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" ], - "resource_type": "DataProvider*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify the specified endpoint", - "privilege": "ModifyEndpoint", + "access_level": "Read", + "description": "Grants permission to retrieve the user's alias for submitting a DeepRacer model to leaderboards", + "privilege": "GetAlias", + "resource_types": [ + { + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to download artifacts for an existing DeepRacer model", + "privilege": "GetAssetUrl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Endpoint*" + "resource_type": "reinforcement_learning_model*" }, { - "condition_keys": [], + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], "dependent_actions": [], - "resource_type": "Certificate" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify an existing AWS DMS event notification subscription", - "privilege": "ModifyEventSubscription", + "access_level": "Read", + "description": "Grants permission to retrieve a specific DeepRacer car from your garage", + "privilege": "GetCar", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "car*" + }, + { + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify the name and description of the specified Fleet Advisor collector", - "privilege": "ModifyFleetAdvisorCollector", + "access_level": "Read", + "description": "Grants permission to view all the DeepRacer cars in your garage", + "privilege": "GetCars", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify the status of the specified Fleet Advisor collector", - "privilege": "ModifyFleetAdvisorCollectorStatuses", + "access_level": "Read", + "description": "Grants permission to retrieve information about an existing DeepRacer model's evaluation jobs", + "privilege": "GetEvaluation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "evaluation_job*" + }, + { + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify the specified instance profile. Note. This action should be added along with UpdateInstanceProfile, but does not currently authorize the described Schema Conversion operation", - "privilege": "ModifyInstanceProfile", + "access_level": "Read", + "description": "Grants permission to retrieve information about how the latest submitted DeepRacer model for a user performed on a leaderboard", + "privilege": "GetLatestUserSubmission", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dms:UpdateInstanceProfile" + "dependent_actions": [], + "resource_type": "leaderboard*" + }, + { + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" ], - "resource_type": "InstanceProfile*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify the specified migration project. Note. This action should be added along with UpdateMigrationProject, but does not currently authorize the described Schema Conversion operation", - "privilege": "ModifyMigrationProject", + "access_level": "Read", + "description": "Grants permission to retrieve information about leaderboards", + "privilege": "GetLeaderboard", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dms:UpdateMigrationProject" + "dependent_actions": [], + "resource_type": "leaderboard*" + }, + { + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" ], - "resource_type": "MigrationProject*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify the specified replication config", - "privilege": "ModifyReplicationConfig", + "access_level": "Read", + "description": "Grants permission to retrieve information about an existing DeepRacer model", + "privilege": "GetModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationConfig*" + "resource_type": "reinforcement_learning_model*" + }, + { + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify the replication instance to apply new settings", - "privilege": "ModifyReplicationInstance", + "access_level": "Read", + "description": "Grants permission to retrieve information about private leaderboards", + "privilege": "GetPrivateLeaderboard", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationInstance*" + "resource_type": "leaderboard*" + }, + { + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify the settings for the specified replication subnet group", - "privilege": "ModifyReplicationSubnetGroup", + "access_level": "Read", + "description": "Grants permission to retrieve information about the performance of a user's DeepRacer model that got placed on a leaderboard", + "privilege": "GetRankedUserSubmission", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "leaderboard*" + }, + { + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify the specified replication task", - "privilege": "ModifyReplicationTask", + "access_level": "Read", + "description": "Grants permission to retrieve information about DeepRacer tracks", + "privilege": "GetTrack", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationTask*" + "resource_type": "track*" } ] }, { - "access_level": "Write", - "description": "Grants permission to move the specified replication task to a different replication instance", - "privilege": "MoveReplicationTask", + "access_level": "Read", + "description": "Grants permission to retrieve information about an existing DeepRacer model's training job", + "privilege": "GetTrainingJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationInstance*" + "resource_type": "training_job*" }, { - "condition_keys": [], + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], "dependent_actions": [], - "resource_type": "ReplicationTask*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to reboot a replication instance. Rebooting results in a momentary outage, until the replication instance becomes available again", - "privilege": "RebootReplicationInstance", + "description": "Grants permission to import a reinforcement learning model for DeepRacer", + "privilege": "ImportModel", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], "dependent_actions": [], - "resource_type": "ReplicationInstance*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to populate the schema for the specified endpoint", - "privilege": "RefreshSchemas", + "access_level": "Read", + "description": "Grants permission to list a DeepRacer model's evaluation jobs", + "privilege": "ListEvaluations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Endpoint*" + "resource_type": "reinforcement_learning_model*" }, { - "condition_keys": [], + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], "dependent_actions": [], - "resource_type": "ReplicationInstance*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to reload the target database table with the source for a replication", - "privilege": "ReloadReplicationTables", + "access_level": "Read", + "description": "Grants permission to list all the user's leaderboard evaluation jobs for a leaderboard", + "privilege": "ListLeaderboardEvaluations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationConfig*" + "resource_type": "leaderboard*" + }, + { + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to reload the target database table with the source data", - "privilege": "ReloadTables", + "access_level": "Read", + "description": "Grants permission to list all the DeepRacer model submissions of a user on a leaderboard", + "privilege": "ListLeaderboardSubmissions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationTask*" + "resource_type": "leaderboard*" + }, + { + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove metadata tags from a DMS resource", - "privilege": "RemoveTagsFromResource", + "access_level": "Read", + "description": "Grants permission to list all the available leaderboards", + "privilege": "ListLeaderboards", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], "dependent_actions": [], - "resource_type": "Certificate" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list all existing DeepRacer models", + "privilege": "ListModels", + "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], "dependent_actions": [], - "resource_type": "DataMigration" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve participant information about private leaderboards", + "privilege": "ListPrivateLeaderboardParticipants", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "DataProvider" + "resource_type": "leaderboard*" }, { - "condition_keys": [], + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], "dependent_actions": [], - "resource_type": "Endpoint" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list all the available private leaderboards", + "privilege": "ListPrivateLeaderboards", + "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], "dependent_actions": [], - "resource_type": "EventSubscription" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list all the subscribed private leaderboards", + "privilege": "ListSubscribedPrivateLeaderboards", + "resource_types": [ + { + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to lists tag for a resource", + "privilege": "ListTagsForResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "InstanceProfile" + "resource_type": "car" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "MigrationProject" + "resource_type": "evaluation_job" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationConfig" + "resource_type": "leaderboard" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationInstance" + "resource_type": "leaderboard_evaluation_job" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationSubnetGroup" + "resource_type": "reinforcement_learning_model" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationTask" + "resource_type": "training_job" }, { "condition_keys": [ - "aws:TagKeys" + "aws:ResourceTag/${TagKey}", + "deepracer:UserToken", + "deepracer:MultiUser" ], "dependent_actions": [], "resource_type": "" @@ -65204,9 +67701,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to run a large-scale assessment (LSA) analysis on every Fleet Advisor collector in your account", - "privilege": "RunFleetAdvisorLsaAnalysis", + "access_level": "Read", + "description": "Grants permission to list all DeepRacer tracks", + "privilege": "ListTracks", "resource_types": [ { "condition_keys": [], @@ -65216,280 +67713,479 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to start the database migration", - "privilege": "StartDataMigration", + "access_level": "Read", + "description": "Grants permission to list a DeepRacer model's training jobs", + "privilege": "ListTrainingJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "DataMigration*" + "resource_type": "reinforcement_learning_model*" + }, + { + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to associate an extension pack. Note. This action should be added along with AssociateExtensionPack, but does not currently authorize the described Schema Conversion operation", - "privilege": "StartExtensionPackAssociation", + "description": "Grants permission to migrate previous reinforcement learning models for DeepRacer", + "privilege": "MigrateModels", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dms:AssociateExtensionPack" - ], - "resource_type": "MigrationProject*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start a new assessment of metadata model", - "privilege": "StartMetadataModelAssessment", + "description": "Grants permission to performs the leaderboard operation mentioned in the operation attribute", + "privilege": "PerformLeaderboardOperation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MigrationProject*" + "resource_type": "leaderboard" + }, + { + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start a new conversion of metadata model", - "privilege": "StartMetadataModelConversion", + "description": "Grants permission to remove access for a private leaderboard", + "privilege": "RemoveLeaderboardAccessPermission", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MigrationProject*" + "resource_type": "leaderboard*" + }, + { + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start a new export of metadata model as script. Note. This action should be added along with StartMetadataModelExportAsScripts, but does not currently authorize the described Schema Conversion operation", - "privilege": "StartMetadataModelExportAsScript", + "description": "Grants permission to set the user's alias for submitting a DeepRacer model to leaderboards", + "privilege": "SetAlias", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [ - "dms:StartMetadataModelExportAsScripts" + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" ], - "resource_type": "MigrationProject*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start a new export of metadata model as script", - "privilege": "StartMetadataModelExportAsScripts", + "description": "Grants permission to evaluate a DeepRacer model in a simulated environment", + "privilege": "StartEvaluation", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dms:StartMetadataModelExportAsScript" + "dependent_actions": [], + "resource_type": "reinforcement_learning_model*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "track*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "deepracer:UserToken", + "deepracer:MultiUser" ], - "resource_type": "MigrationProject*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start a new export of metadata model to target", - "privilege": "StartMetadataModelExportToTarget", + "description": "Grants permission to stop DeepRacer model evaluations", + "privilege": "StopEvaluation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MigrationProject*" + "resource_type": "evaluation_job*" + }, + { + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start a new import of metadata model", - "privilege": "StartMetadataModelImport", + "description": "Grants permission to stop training a DeepRacer model", + "privilege": "StopTrainingReinforcementLearningModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MigrationProject*" + "resource_type": "reinforcement_learning_model*" + }, + { + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to start the analysis of your source database to provide recommendations of target engines", - "privilege": "StartRecommendations", + "access_level": "Tagging", + "description": "Grants permission to tag a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "car" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "evaluation_job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "leaderboard" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "leaderboard_evaluation_job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "reinforcement_learning_model" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "training_job" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "deepracer:UserToken", + "deepracer:MultiUser" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start a replication", - "privilege": "StartReplication", + "description": "Grants permission to test reward functions for correctness", + "privilege": "TestRewardFunction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationConfig*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to start the replication task", - "privilege": "StartReplicationTask", + "access_level": "Tagging", + "description": "Grants permission to untag a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationTask*" + "resource_type": "car" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "evaluation_job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "leaderboard" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "leaderboard_evaluation_job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "reinforcement_learning_model" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "training_job" + }, + { + "condition_keys": [ + "aws:TagKeys", + "deepracer:UserToken", + "deepracer:MultiUser" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start the replication task assessment for unsupported data types in the source database", - "privilege": "StartReplicationTaskAssessment", + "description": "Grants permission to update a DeepRacer car in your garage", + "privilege": "UpdateCar", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationTask*" + "resource_type": "car*" + }, + { + "condition_keys": [ + "deepracer:UserToken", + "deepracer:MultiUser" + ], + "dependent_actions": [], + "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:deepracer:${Region}:${Account}:car/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "car" + }, + { + "arn": "arn:${Partition}:deepracer:${Region}:${Account}:evaluation_job/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "evaluation_job" + }, + { + "arn": "arn:${Partition}:deepracer:${Region}::leaderboard/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "leaderboard" + }, + { + "arn": "arn:${Partition}:deepracer:${Region}:${Account}:leaderboard_evaluation_job/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "leaderboard_evaluation_job" + }, + { + "arn": "arn:${Partition}:deepracer:${Region}:${Account}:model/reinforcement_learning/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "reinforcement_learning_model" + }, + { + "arn": "arn:${Partition}:deepracer:${Region}::track/${ResourceId}", + "condition_keys": [], + "resource": "track" + }, + { + "arn": "arn:${Partition}:deepracer:${Region}:${Account}:training_job/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "training_job" + } + ], + "service_name": "AWS DeepRacer" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by specifying the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by specifying the tags associated with the resource", + "type": "String" }, + { + "condition": "aws:TagKeys", + "description": "Filters access by specifying the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "detective", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to start a new premigration assessment run for one or more individual assessments of a migration task", - "privilege": "StartReplicationTaskAssessmentRun", + "description": "Grants permission to accept an invitation to become a member of a behavior graph", + "privilege": "AcceptInvitation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationTask*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop the database migration", - "privilege": "StopDataMigration", + "access_level": "Read", + "description": "Grants permission to retrieve the datasource package history for the specified member accounts in a behavior graph managed by this account", + "privilege": "BatchGetGraphMemberDatasources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "DataMigration*" + "resource_type": "Graph*" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop a replication", - "privilege": "StopReplication", + "access_level": "Read", + "description": "Grants permission to retrieve the datasource package history of the caller account for the specified graphs", + "privilege": "BatchGetMembershipDatasources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationConfig*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to stop the replication task", - "privilege": "StopReplicationTask", + "description": "Grants permission to create a behavior graph and begin to aggregate security information", + "privilege": "CreateGraph", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ReplicationTask*" + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [ + "detective:TagResource" + ], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to test the connection between the replication instance and the endpoint", - "privilege": "TestConnection", + "access_level": "Write", + "description": "Grants permission to request the membership of one or more accounts in a behavior graph managed by this account", + "privilege": "CreateMembers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Endpoint*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ReplicationInstance*" + "resource_type": "Graph*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a conversion configuration", - "privilege": "UpdateConversionConfiguration", + "description": "Grants permission to delete a behavior graph and stop aggregating security information", + "privilege": "DeleteGraph", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dms:ModifyConversionConfiguration" - ], - "resource_type": "MigrationProject*" + "dependent_actions": [], + "resource_type": "Graph*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the specified data provider", - "privilege": "UpdateDataProvider", + "description": "Grants permission to remove member accounts from a behavior graph managed by this account", + "privilege": "DeleteMembers", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dms:ModifyDataProvider" - ], - "resource_type": "DataProvider*" + "dependent_actions": [], + "resource_type": "Graph*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the specified instance profile", - "privilege": "UpdateInstanceProfile", + "access_level": "Read", + "description": "Grants permission to view the current configuration related to the Amazon Detective integration with AWS Organizations", + "privilege": "DescribeOrganizationConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "dms:ModifyInstanceProfile" + "organizations:DescribeOrganization" ], - "resource_type": "InstanceProfile*" + "resource_type": "Graph*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the specified migration project", - "privilege": "UpdateMigrationProject", + "description": "Grants permission to remove the Amazon Detective delegated administrator account for an organization", + "privilege": "DisableOrganizationAdminAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "dms:ModifyMigrationProject" + "organizations:DescribeOrganization" ], - "resource_type": "MigrationProject*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to migrate DMS subcriptions to Eventbridge", - "privilege": "UpdateSubscriptionsToEventBridge", + "description": "Grants permission to remove the association of this account with a behavior graph", + "privilege": "DisassociateMembership", "resource_types": [ { "condition_keys": [], @@ -65500,299 +68196,212 @@ }, { "access_level": "Write", - "description": "Grants permission to upload files to your Amazon S3 bucket", - "privilege": "UploadFileMetadataList", + "description": "Grants permission to designate the Amazon Detective delegated administrator account for an organization", + "privilege": "EnableOrganizationAdminAccount", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "organizations:DescribeOrganization", + "organizations:EnableAWSServiceAccess", + "organizations:RegisterDelegatedAdministrator" + ], "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:dms:${Region}:${Account}:cert:*", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "dms:cert-tag/${TagKey}" - ], - "resource": "Certificate" - }, - { - "arn": "arn:${Partition}:dms:${Region}:${Account}:data-provider:*", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "dms:data-provider-tag/${TagKey}" - ], - "resource": "DataProvider" - }, - { - "arn": "arn:${Partition}:dms:${Region}:${Account}:data-migration:*", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "dms:data-migration-tag/${TagKey}" - ], - "resource": "DataMigration" - }, - { - "arn": "arn:${Partition}:dms:${Region}:${Account}:endpoint:*", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "dms:endpoint-tag/${TagKey}" - ], - "resource": "Endpoint" - }, - { - "arn": "arn:${Partition}:dms:${Region}:${Account}:es:*", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "dms:es-tag/${TagKey}" - ], - "resource": "EventSubscription" - }, - { - "arn": "arn:${Partition}:dms:${Region}:${Account}:instance-profile:*", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "dms:instance-profile-tag/${TagKey}" - ], - "resource": "InstanceProfile" }, { - "arn": "arn:${Partition}:dms:${Region}:${Account}:migration-project:*", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "dms:migration-project-tag/${TagKey}" - ], - "resource": "MigrationProject" + "access_level": "Read", + "description": "Grants permission to retrieve a behavior graph's eligibility for a free trial period", + "privilege": "GetFreeTrialEligibility", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Graph*" + } + ] }, { - "arn": "arn:${Partition}:dms:${Region}:${Account}:replication-config:*", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "dms:replication-config-tag/${TagKey}" - ], - "resource": "ReplicationConfig" + "access_level": "Read", + "description": "Grants permission to retrieve the data ingestion state of a behavior graph", + "privilege": "GetGraphIngestState", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Graph*" + } + ] }, { - "arn": "arn:${Partition}:dms:${Region}:${Account}:rep:*", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "dms:rep-tag/${TagKey}" - ], - "resource": "ReplicationInstance" + "access_level": "Read", + "description": "Grants permission to get an investigation's status and metadata", + "privilege": "GetInvestigation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Graph*" + } + ] }, { - "arn": "arn:${Partition}:dms:${Region}:${Account}:subgrp:*", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "dms:subgrp-tag/${TagKey}" - ], - "resource": "ReplicationSubnetGroup" + "access_level": "Read", + "description": "Grants permission to retrieve details on specified members of a behavior graph", + "privilege": "GetMembers", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Graph*" + } + ] }, { - "arn": "arn:${Partition}:dms:${Region}:${Account}:task:*", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "dms:task-tag/${TagKey}" - ], - "resource": "ReplicationTask" + "access_level": "Read", + "description": "Grants permission to retrieve information about Amazon Detective's pricing", + "privilege": "GetPricingInformation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:dms:${Region}:${Account}:assessment-run:*", - "condition_keys": [], - "resource": "ReplicationTaskAssessmentRun" + "access_level": "Read", + "description": "Grants permission to list usage information of a behavior graph", + "privilege": "GetUsageInformation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Graph*" + } + ] }, { - "arn": "arn:${Partition}:dms:${Region}:${Account}:individual-assessment:*", - "condition_keys": [], - "resource": "ReplicationTaskIndividualAssessment" - } - ], - "service_name": "AWS Database Migration Service" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the set of tag key-value pairs in the request", - "type": "String" + "access_level": "Read", + "description": "Grants permission to invoke Detective's Assistant", + "privilege": "InvokeAssistant", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Graph*" + } + ] }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the set of tag key-value pairs attached to the resource", - "type": "String" + "access_level": "List", + "description": "Grants permission to list a graph's datasource package ingest states and timestamps for the most recent state changes in a behavior graph managed by this account", + "privilege": "ListDatasourcePackages", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Graph*" + } + ] }, { - "condition": "aws:TagKeys", - "description": "Filters access by the set of tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "docdb-elastic", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to create a new Amazon DocDB-Elastic cluster", - "privilege": "CreateCluster", + "access_level": "List", + "description": "Grants permission to list behavior graphs managed by this account", + "privilege": "ListGraphs", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "ec2:CreateVpcEndpoint", - "ec2:DeleteVpcEndpoints", - "ec2:DescribeAvailabilityZones", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:DescribeVpcAttribute", - "ec2:DescribeVpcEndpoints", - "ec2:DescribeVpcs", - "ec2:ModifyVpcEndpoint", - "iam:CreateServiceLinkedRole", - "kms:CreateGrant", - "kms:Decrypt", - "kms:DescribeKey", - "kms:GenerateDataKey", - "secretsmanager:DescribeSecret", - "secretsmanager:GetResourcePolicy", - "secretsmanager:GetSecretValue", - "secretsmanager:ListSecretVersionIds", - "secretsmanager:ListSecrets" - ], + "condition_keys": [], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new Amazon DocDB-Elastic cluster snapshot", - "privilege": "CreateClusterSnapshot", + "access_level": "List", + "description": "Grants permission to retrieve high volume entities whose relationships cannot be stored by Detective", + "privilege": "ListHighDegreeEntities", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateVpcEndpoint", - "ec2:DeleteVpcEndpoints", - "ec2:DescribeAvailabilityZones", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:DescribeVpcAttribute", - "ec2:DescribeVpcEndpoints", - "ec2:DescribeVpcs", - "ec2:ModifyVpcEndpoint", - "iam:CreateServiceLinkedRole", - "kms:CreateGrant", - "kms:Decrypt", - "kms:DescribeKey", - "kms:GenerateDataKey", - "secretsmanager:DescribeSecret", - "secretsmanager:GetResourcePolicy", - "secretsmanager:GetSecretValue", - "secretsmanager:ListSecretVersionIds", - "secretsmanager:ListSecrets" - ], - "resource_type": "cluster*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "aws:ResourceTag/${TagKey}" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "Graph*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a cluster", - "privilege": "DeleteCluster", + "access_level": "List", + "description": "Grants permission to list the indicators of an investigation", + "privilege": "ListIndicators", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:DeleteVpcEndpoints", - "ec2:DescribeAvailabilityZones", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:DescribeVpcAttribute", - "ec2:DescribeVpcEndpoints", - "ec2:DescribeVpcs", - "ec2:ModifyVpcEndpoint" - ], - "resource_type": "cluster*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "Graph*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a cluster snapshot", - "privilege": "DeleteClusterSnapshot", + "access_level": "List", + "description": "Grants permission to list the investigations of a behavior graph", + "privilege": "ListInvestigations", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:DeleteVpcEndpoints", - "ec2:DescribeAvailabilityZones", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:DescribeVpcAttribute", - "ec2:DescribeVpcEndpoints", - "ec2:DescribeVpcs", - "ec2:ModifyVpcEndpoint" - ], - "resource_type": "cluster-snapshot*" - }, + "dependent_actions": [], + "resource_type": "Graph*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve details on the behavior graphs to which this account has been invited to join", + "privilege": "ListInvitations", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details about a cluster", - "privilege": "GetCluster", + "access_level": "List", + "description": "Grants permission to retrieve details on all members of a behavior graph", + "privilege": "ListMembers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - }, + "resource_type": "Graph*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to view the current Amazon Detective delegated administrator account for an organization", + "privilege": "ListOrganizationAdminAccount", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "condition_keys": [], + "dependent_actions": [ + "organizations:DescribeOrganization" ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details about a cluster snapshot", - "privilege": "GetClusterSnapshot", + "access_level": "List", + "description": "Grants permission to list the tag values that are assigned to a behavior graph", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster-snapshot*" + "resource_type": "Graph*" }, { "condition_keys": [ @@ -65804,9 +68413,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the cluster snapshots in your account", - "privilege": "ListClusterSnapshots", + "access_level": "Write", + "description": "Grants permission to reject an invitation to become a member of a behavior graph", + "privilege": "RejectInvitation", "resource_types": [ { "condition_keys": [], @@ -65816,96 +68425,50 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the clusters in your account", - "privilege": "ListClusters", + "access_level": "Read", + "description": "Grants permission to search the data stored in a behavior graph", + "privilege": "SearchGraph", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Graph*" } ] }, { - "access_level": "List", - "description": "Grants permission to lists tag for an DocumentDB Elastic resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to start investigations", + "privilege": "StartInvestigation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "cluster-snapshot" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "Graph*" } ] }, { "access_level": "Write", - "description": "Grants permission to restore cluster from a Amazon DocDB-Elastic cluster snapshot", - "privilege": "RestoreClusterFromSnapshot", + "description": "Grants permission to start data ingest for a member account that has a status of ACCEPTED_BUT_DISABLED", + "privilege": "StartMonitoringMember", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateVpcEndpoint", - "ec2:DeleteVpcEndpoints", - "ec2:DescribeAvailabilityZones", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:DescribeVpcAttribute", - "ec2:DescribeVpcEndpoints", - "ec2:DescribeVpcs", - "ec2:ModifyVpcEndpoint", - "iam:CreateServiceLinkedRole", - "kms:CreateGrant", - "kms:Decrypt", - "kms:DescribeKey", - "kms:GenerateDataKey", - "secretsmanager:DescribeSecret", - "secretsmanager:GetResourcePolicy", - "secretsmanager:GetSecretValue", - "secretsmanager:ListSecretVersionIds", - "secretsmanager:ListSecrets" - ], - "resource_type": "cluster-snapshot*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "aws:ResourceTag/${TagKey}" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "Graph*" } ] }, { "access_level": "Tagging", - "description": "Grants permission to tag an DocumentDB Elastic resource", + "description": "Grants permission to assign tag values to a behavior graph", "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "cluster-snapshot" + "resource_type": "Graph*" }, { "condition_keys": [ @@ -65920,18 +68483,13 @@ }, { "access_level": "Tagging", - "description": "Grants permission to untag a DocumentDB Elastic resource", + "description": "Grants permission to remove tag values from a behavior graph", "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "cluster-snapshot" + "resource_type": "Graph*" }, { "condition_keys": [ @@ -65944,129 +68502,93 @@ }, { "access_level": "Write", - "description": "Grants permission to modify a cluster", - "privilege": "UpdateCluster", + "description": "Grants permission to enable or disable datasource package(s) in a behavior graph managed by this account", + "privilege": "UpdateDatasourcePackages", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateVpcEndpoint", - "ec2:DeleteVpcEndpoints", - "ec2:DescribeAvailabilityZones", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:DescribeVpcAttribute", - "ec2:DescribeVpcEndpoints", - "ec2:DescribeVpcs", - "ec2:ModifyVpcEndpoint", - "kms:CreateGrant", - "kms:Decrypt", - "kms:DescribeKey", - "kms:GenerateDataKey", - "secretsmanager:DescribeSecret", - "secretsmanager:GetResourcePolicy", - "secretsmanager:GetSecretValue", - "secretsmanager:ListSecretVersionIds", - "secretsmanager:ListSecrets" - ], - "resource_type": "cluster*" - }, + "dependent_actions": [], + "resource_type": "Graph*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update an investigation's state and metadata", + "privilege": "UpdateInvestigationState", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Graph*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the current configuration related to the Amazon Detective integration with AWS Organizations", + "privilege": "UpdateOrganizationConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "organizations:DescribeOrganization" + ], + "resource_type": "Graph*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:docdb-elastic:${Region}:${Account}:cluster/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "cluster" - }, - { - "arn": "arn:${Partition}:docdb-elastic:${Region}:${Account}:cluster-snapshot/${ResourceId}", + "arn": "arn:${Partition}:detective:${Region}:${Account}:graph:${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "cluster-snapshot" + "resource": "Graph" } ], - "service_name": "Amazon DocumentDB Elastic Clusters" + "service_name": "Amazon Detective" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", + "description": "Filters actions based on the allowed set of values for each of the tags", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", + "description": "Filters actions based on tag-value assoicated with the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", + "description": "Filters actions based on the presence of mandatory tags in the request", "type": "ArrayOfString" - }, - { - "condition": "drs:CreateAction", - "description": "Filters access by the name of a resource-creating API action", - "type": "String" - }, - { - "condition": "drs:EC2InstanceARN", - "description": "Filters access by the EC2 instance the request originated from", - "type": "String" } ], - "prefix": "drs", + "prefix": "devicefarm", "privileges": [ { "access_level": "Write", - "description": "Grants permission to get associate failback client to recovery instance", - "privilege": "AssociateFailbackClientToRecoveryInstanceForDrs", + "description": "Grants permission to create a device pool within a project", + "privilege": "CreateDevicePool", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "resource_type": "project*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate CloudFormation stack with source network", - "privilege": "AssociateSourceNetworkStack", + "description": "Grants permission to create a device instance profile", + "privilege": "CreateInstanceProfile", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "cloudformation:DescribeStackResource", - "cloudformation:DescribeStacks", - "drs:GetLaunchConfiguration", - "ec2:CreateLaunchTemplateVersion", - "ec2:DescribeLaunchTemplateVersions", - "ec2:DescribeLaunchTemplates", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs", - "ec2:ModifyLaunchTemplate" - ], - "resource_type": "SourceNetworkResource*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], "resource_type": "" } @@ -66074,66 +68596,74 @@ }, { "access_level": "Write", - "description": "Grants permission to batch create volume snapshot group", - "privilege": "BatchCreateVolumeSnapshotGroupForDrs", + "description": "Grants permission to create a network profile within a project", + "privilege": "CreateNetworkProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "project*" } ] }, { "access_level": "Write", - "description": "Grants permission to batch delete snapshot request", - "privilege": "BatchDeleteSnapshotRequestForDrs", + "description": "Grants permission to create a project for mobile testing", + "privilege": "CreateProject", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs", + "iam:CreateServiceLinkedRole" + ], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create converted snapshot", - "privilege": "CreateConvertedSnapshotForDrs", + "description": "Grants permission to start a remote access session to a device instance", + "privilege": "CreateRemoteAccessSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "device*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "deviceinstance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "upload" } ] }, { "access_level": "Write", - "description": "Grants permission to extend a source server", - "privilege": "CreateExtendedSourceServer", + "description": "Grants permission to create a project for desktop testing", + "privilege": "CreateTestGridProject", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [ - "drs:DescribeSourceServers", - "drs:GetReplicationConfiguration" + "ec2:CreateNetworkInterface", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs", + "iam:CreateServiceLinkedRole" ], "resource_type": "" } @@ -66141,34 +68671,35 @@ }, { "access_level": "Write", - "description": "Grants permission to create launch configuration template", - "privilege": "CreateLaunchConfigurationTemplate", + "description": "Grants permission to generate a new pre-signed url used to access our test grid service", + "privilege": "CreateTestGridUrl", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "testgrid-project*" } ] }, { "access_level": "Write", - "description": "Grants permission to create recovery instance", - "privilege": "CreateRecoveryInstanceForDrs", + "description": "Grants permission to upload a new file or app within a project", + "privilege": "CreateUpload", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" - }, + "resource_type": "project*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an Amazon Virtual Private Cloud (VPC) endpoint configuration", + "privilege": "CreateVPCEConfiguration", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -66176,235 +68707,217 @@ }, { "access_level": "Write", - "description": "Grants permission to create replication configuration template", - "privilege": "CreateReplicationConfigurationTemplate", + "description": "Grants permission to delete a user-generated device pool", + "privilege": "DeleteDevicePool", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "ec2:CreateSecurityGroup", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:GetEbsDefaultKmsKeyId", - "ec2:GetEbsEncryptionByDefault", - "kms:CreateGrant", - "kms:DescribeKey" - ], - "resource_type": "" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "devicepool*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a source network", - "privilege": "CreateSourceNetwork", + "description": "Grants permission to delete a user-generated instance profile", + "privilege": "DeleteInstanceProfile", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "ec2:DescribeInstances", - "ec2:DescribeVpcs" - ], - "resource_type": "" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "instanceprofile*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a source server", - "privilege": "CreateSourceServerForDrs", + "description": "Grants permission to delete a user-generated network profile", + "privilege": "DeleteNetworkProfile", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "networkprofile*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a job", - "privilege": "DeleteJob", + "description": "Grants permission to delete a mobile testing project", + "privilege": "DeleteProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "JobResource*" + "resource_type": "project*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete launch configuration template", - "privilege": "DeleteLaunchConfigurationTemplate", + "description": "Grants permission to delete a completed remote access session and its results", + "privilege": "DeleteRemoteAccessSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "LaunchConfigurationTemplateResource*" + "resource_type": "session*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete recovery instance", - "privilege": "DeleteRecoveryInstance", + "description": "Grants permission to delete a run", + "privilege": "DeleteRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "resource_type": "run*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete replication configuration template", - "privilege": "DeleteReplicationConfigurationTemplate", + "description": "Grants permission to delete a desktop testing project", + "privilege": "DeleteTestGridProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationConfigurationTemplateResource*" + "resource_type": "testgrid-project*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete source network", - "privilege": "DeleteSourceNetwork", + "description": "Grants permission to delete a user-uploaded file", + "privilege": "DeleteUpload", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceNetworkResource*" + "resource_type": "upload*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete source server", - "privilege": "DeleteSourceServer", + "description": "Grants permission to delete an Amazon Virtual Private Cloud (VPC) endpoint configuration", + "privilege": "DeleteVPCEConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "vpceconfiguration*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe job log items", - "privilege": "DescribeJobLogItems", + "description": "Grants permission to retrieve the number of unmetered iOS and/or unmetered Android devices purchased by the account", + "privilege": "GetAccountSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "JobResource*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe jobs", - "privilege": "DescribeJobs", + "description": "Grants permission to retrieve the information of a unique device type", + "privilege": "GetDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "device*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe launch configuration template", - "privilege": "DescribeLaunchConfigurationTemplates", + "description": "Grants permission to retireve the information of a device instance", + "privilege": "GetDeviceInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "deviceinstance*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe recovery instances", - "privilege": "DescribeRecoveryInstances", + "description": "Grants permission to retireve the information of a device pool", + "privilege": "GetDevicePool", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "drs:DescribeSourceServers", - "ec2:DescribeInstances" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "devicepool*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe recovery snapshots", - "privilege": "DescribeRecoverySnapshots", + "description": "Grants permission to retrieve information about the compatibility of a test and/or app with a device pool", + "privilege": "GetDevicePoolCompatibility", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "devicepool*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "upload" } ] }, { "access_level": "Read", - "description": "Grants permission to describe replication configuration template", - "privilege": "DescribeReplicationConfigurationTemplates", + "description": "Grants permission to retireve the information of an instance profile", + "privilege": "GetInstanceProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "instanceprofile*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe replication server associations", - "privilege": "DescribeReplicationServerAssociationsForDrs", + "description": "Grants permission to retireve the information of a job", + "privilege": "GetJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "job*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe snapshot requests", - "privilege": "DescribeSnapshotRequestsForDrs", + "description": "Grants permission to retireve the information of a network profile", + "privilege": "GetNetworkProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "networkprofile*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe source networks", - "privilege": "DescribeSourceNetworks", + "description": "Grants permission to retrieve the current status and future status of all offerings purchased by an AWS account", + "privilege": "GetOfferingStatus", "resource_types": [ { "condition_keys": [], @@ -66415,165 +68928,165 @@ }, { "access_level": "Read", - "description": "Grants permission to describe source servers", - "privilege": "DescribeSourceServers", + "description": "Grants permission to retrieve information about a mobile testing project", + "privilege": "GetProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Write", - "description": "Grants permission to disconnect recovery instance", - "privilege": "DisconnectRecoveryInstance", + "access_level": "Read", + "description": "Grants permission to retireve the link to a currently running remote access session", + "privilege": "GetRemoteAccessSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "resource_type": "session*" } ] }, { - "access_level": "Write", - "description": "Grants permission to disconnect source server", - "privilege": "DisconnectSourceServer", + "access_level": "Read", + "description": "Grants permission to retireve the information of a run", + "privilege": "GetRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "run*" } ] }, { - "access_level": "Write", - "description": "Grants permission to export CloudFormation template which contains source network resources", - "privilege": "ExportSourceNetworkCfnTemplate", + "access_level": "Read", + "description": "Grants permission to retireve the information of a testing suite", + "privilege": "GetSuite", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "s3:GetBucketLocation", - "s3:GetObject", - "s3:PutObject" - ], - "resource_type": "SourceNetworkResource*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "suite*" } ] }, { "access_level": "Read", - "description": "Grants permission to get agent command", - "privilege": "GetAgentCommandForDrs", + "description": "Grants permission to retireve the information of a test case", + "privilege": "GetTest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" - }, + "resource_type": "test*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve information about a desktop testing project", + "privilege": "GetTestGridProject", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "testgrid-project*" } ] }, { "access_level": "Read", - "description": "Grants permission to get agent confirmed resume info", - "privilege": "GetAgentConfirmedResumeInfoForDrs", + "description": "Grants permission to retireve the information of a test grid session", + "privilege": "GetTestGridSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "resource_type": "testgrid-project" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "testgrid-session" } ] }, { "access_level": "Read", - "description": "Grants permission to get agent installation assets", - "privilege": "GetAgentInstallationAssetsForDrs", + "description": "Grants permission to retireve the information of an uploaded file", + "privilege": "GetUpload", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "upload*" } ] }, { "access_level": "Read", - "description": "Grants permission to get agent replication info", - "privilege": "GetAgentReplicationInfoForDrs", + "description": "Grants permission to retireve the information of an Amazon Virtual Private Cloud (VPC) endpoint configuration", + "privilege": "GetVPCEConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "vpceconfiguration*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get agent runtime configuration", - "privilege": "GetAgentRuntimeConfigurationForDrs", + "access_level": "Write", + "description": "Grants permission to install an application to a device in a remote access session", + "privilege": "InstallToRemoteAccessSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "resource_type": "session*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "upload*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get agent snapshot credits", - "privilege": "GetAgentSnapshotCreditsForDrs", + "access_level": "List", + "description": "Grants permission to list the artifacts in a project", + "privilege": "ListArtifacts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "resource_type": "job" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "run" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "suite" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "test" } ] }, { - "access_level": "Read", - "description": "Grants permission to get channel commands", - "privilege": "GetChannelCommandsForDrs", + "access_level": "List", + "description": "Grants permission to list the information of device instances", + "privilege": "ListDeviceInstances", "resource_types": [ { "condition_keys": [], @@ -66583,442 +69096,326 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get failback command", - "privilege": "GetFailbackCommandForDrs", + "access_level": "List", + "description": "Grants permission to list the information of device pools", + "privilege": "ListDevicePools", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "resource_type": "project*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get failback launch requested", - "privilege": "GetFailbackLaunchRequestedForDrs", + "access_level": "List", + "description": "Grants permission to list the information of unique device types", + "privilege": "ListDevices", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get failback replication configuration", - "privilege": "GetFailbackReplicationConfiguration", + "access_level": "List", + "description": "Grants permission to list the information of device instance profiles", + "privilege": "ListInstanceProfiles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get launch configuration", - "privilege": "GetLaunchConfiguration", + "access_level": "List", + "description": "Grants permission to list the information of jobs within a run", + "privilege": "ListJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "run*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get replication configuration", - "privilege": "GetReplicationConfiguration", + "access_level": "List", + "description": "Grants permission to list the information of network profiles within a project", + "privilege": "ListNetworkProfiles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "project*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get suggested failback client device mapping", - "privilege": "GetSuggestedFailbackClientDeviceMappingForDrs", + "access_level": "List", + "description": "Grants permission to list the offering promotions", + "privilege": "ListOfferingPromotions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to initialize service", - "privilege": "InitializeService", + "access_level": "List", + "description": "Grants permission to list all of the historical purchases, renewals, and system renewal transactions for an AWS account", + "privilege": "ListOfferingTransactions", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:AddRoleToInstanceProfile", - "iam:CreateInstanceProfile", - "iam:CreateServiceLinkedRole", - "iam:GetInstanceProfile" - ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to issue an agent certificate", - "privilege": "IssueAgentCertificateForDrs", + "access_level": "List", + "description": "Grants permission to list the products or offerings that the user can manage through the API", + "privilege": "ListOfferings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list extensible source servers", - "privilege": "ListExtensibleSourceServers", + "access_level": "List", + "description": "Grants permission to list the information of mobile testing projects for an AWS account", + "privilege": "ListProjects", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "drs:DescribeSourceServers" - ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list staging accounts", - "privilege": "ListStagingAccounts", + "access_level": "List", + "description": "Grants permission to list the information of currently running remote access sessions", + "privilege": "ListRemoteAccessSessions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "List", + "description": "Grants permission to list the information of runs within a project", + "privilege": "ListRuns", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Write", - "description": "Grants permission to notify agent authentication", - "privilege": "NotifyAgentAuthenticationForDrs", + "access_level": "List", + "description": "Grants permission to list the information of samples within a project", + "privilege": "ListSamples", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" - }, + "resource_type": "job*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the information of testing suites within a job", + "privilege": "ListSuites", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "job*" } ] }, { - "access_level": "Write", - "description": "Grants permission to notify agent is connected", - "privilege": "NotifyAgentConnectedForDrs", + "access_level": "List", + "description": "Grants permission to list the tags of a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "resource_type": "device" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to notify agent is disconnected", - "privilege": "NotifyAgentDisconnectedForDrs", - "resource_types": [ + "resource_type": "deviceinstance" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "resource_type": "devicepool" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to notify agent replication progress", - "privilege": "NotifyAgentReplicationProgressForDrs", - "resource_types": [ + "resource_type": "instanceprofile" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "resource_type": "networkprofile" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to notify consistency attained", - "privilege": "NotifyConsistencyAttainedForDrs", - "resource_types": [ + "resource_type": "project" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to notify replication server authentication", - "privilege": "NotifyReplicationServerAuthenticationForDrs", - "resource_types": [ + "resource_type": "run" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to notify replicator volume events", - "privilege": "NotifyVolumeEventForDrs", - "resource_types": [ + "resource_type": "session" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to retry data replication", - "privilege": "RetryDataReplication", - "resource_types": [ + "resource_type": "testgrid-project" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "testgrid-session" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "vpceconfiguration" } ] }, { - "access_level": "Write", - "description": "Grants permission to reverse replication", - "privilege": "ReverseReplication", + "access_level": "List", + "description": "Grants permission to list the information of desktop testing projects for an AWS account", + "privilege": "ListTestGridProjects", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "drs:DescribeReplicationConfigurationTemplates", - "drs:DescribeSourceServers", - "ec2:DescribeInstances" - ], - "resource_type": "RecoveryInstanceResource*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to send agent logs", - "privilege": "SendAgentLogsForDrs", + "access_level": "List", + "description": "Grants permission to list the session actions performed during a test grid session", + "privilege": "ListTestGridSessionActions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "testgrid-session*" } ] }, { - "access_level": "Write", - "description": "Grants permission to send agent metrics", - "privilege": "SendAgentMetricsForDrs", + "access_level": "List", + "description": "Grants permission to list the artifacts generated by a test grid session", + "privilege": "ListTestGridSessionArtifacts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "testgrid-session*" } ] }, { - "access_level": "Write", - "description": "Grants permission to send channel command result", - "privilege": "SendChannelCommandResultForDrs", + "access_level": "List", + "description": "Grants permission to list the sessions within a test grid project", + "privilege": "ListTestGridSessions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "testgrid-project*" } ] }, { - "access_level": "Write", - "description": "Grants permission to send client logs", - "privilege": "SendClientLogsForDrs", + "access_level": "List", + "description": "Grants permission to list the information of tests within a testing suite", + "privilege": "ListTests", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "suite*" } ] }, { - "access_level": "Write", - "description": "Grants permission to send client metrics", - "privilege": "SendClientMetricsForDrs", + "access_level": "List", + "description": "Grants permission to list the information of unique problems within a run", + "privilege": "ListUniqueProblems", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "run*" } ] }, { - "access_level": "Write", - "description": "Grants permission to send volume throughput statistics", - "privilege": "SendVolumeStatsForDrs", + "access_level": "List", + "description": "Grants permission to list the information of uploads within a project", + "privilege": "ListUploads", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "project*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start failback launch", - "privilege": "StartFailbackLaunch", + "access_level": "List", + "description": "Grants permission to list the information of Amazon Virtual Private Cloud (VPC) endpoint configurations", + "privilege": "ListVPCEConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start recovery", - "privilege": "StartRecovery", + "description": "Grants permission to purchase offerings for an AWS account", + "privilege": "PurchaseOffering", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "drs:CreateRecoveryInstanceForDrs", - "drs:ListTagsForResource", - "ec2:AttachVolume", - "ec2:AuthorizeSecurityGroupEgress", - "ec2:AuthorizeSecurityGroupIngress", - "ec2:CreateLaunchTemplate", - "ec2:CreateLaunchTemplateVersion", - "ec2:CreateSnapshot", - "ec2:CreateTags", - "ec2:CreateVolume", - "ec2:DeleteLaunchTemplateVersions", - "ec2:DeleteSnapshot", - "ec2:DeleteVolume", - "ec2:DescribeAccountAttributes", - "ec2:DescribeAvailabilityZones", - "ec2:DescribeImages", - "ec2:DescribeInstanceAttribute", - "ec2:DescribeInstanceStatus", - "ec2:DescribeInstanceTypes", - "ec2:DescribeInstances", - "ec2:DescribeLaunchTemplateVersions", - "ec2:DescribeLaunchTemplates", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSnapshots", - "ec2:DescribeSubnets", - "ec2:DescribeVolumes", - "ec2:DetachVolume", - "ec2:ModifyInstanceAttribute", - "ec2:ModifyLaunchTemplate", - "ec2:RevokeSecurityGroupEgress", - "ec2:RunInstances", - "ec2:StartInstances", - "ec2:StopInstances", - "ec2:TerminateInstances", - "iam:PassRole" - ], - "resource_type": "SourceServerResource*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], "resource_type": "" } @@ -67026,160 +69423,133 @@ }, { "access_level": "Write", - "description": "Grants permission to start replication", - "privilege": "StartReplication", + "description": "Grants permission to set the quantity of devices to renew for an offering", + "privilege": "RenewOffering", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start network recovery", - "privilege": "StartSourceNetworkRecovery", + "description": "Grants permission to schedule a run", + "privilege": "ScheduleRun", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "cloudformation:CreateStack", - "cloudformation:DescribeStackResource", - "cloudformation:DescribeStacks", - "cloudformation:UpdateStack", - "drs:GetLaunchConfiguration", - "ec2:CreateLaunchTemplateVersion", - "ec2:DescribeLaunchTemplateVersions", - "ec2:DescribeLaunchTemplates", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs", - "ec2:ModifyLaunchTemplate", - "s3:GetObject", - "s3:PutObject" - ], - "resource_type": "SourceNetworkResource*" + "dependent_actions": [], + "resource_type": "project*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to start network replication", - "privilege": "StartSourceNetworkReplication", - "resource_types": [ + "resource_type": "devicepool" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceNetworkResource*" + "resource_type": "upload" } ] }, { "access_level": "Write", - "description": "Grants permission to stop failback", - "privilege": "StopFailback", + "description": "Grants permission to terminate a running job", + "privilege": "StopJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "resource_type": "job*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop replication", - "privilege": "StopReplication", + "description": "Grants permission to terminate a running remote access session", + "privilege": "StopRemoteAccessSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "session*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop network replication", - "privilege": "StopSourceNetworkReplication", + "description": "Grants permission to terminate a running test run", + "privilege": "StopRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceNetworkResource*" + "resource_type": "run*" } ] }, { "access_level": "Tagging", - "description": "Grants permission to assign a resource tag", + "description": "Grants permission to add tags to a resource", "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "JobResource" + "resource_type": "device" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "LaunchConfigurationTemplateResource" + "resource_type": "deviceinstance" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource" + "resource_type": "devicepool" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationConfigurationTemplateResource" + "resource_type": "instanceprofile" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceNetworkResource" + "resource_type": "networkprofile" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource" + "resource_type": "project" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "drs:CreateAction" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to terminate recovery instances", - "privilege": "TerminateRecoveryInstances", - "resource_types": [ + "resource_type": "run" + }, { "condition_keys": [], - "dependent_actions": [ - "drs:DescribeSourceServers", - "ec2:DeleteVolume", - "ec2:DescribeInstances", - "ec2:DescribeVolumes", - "ec2:TerminateInstances" - ], - "resource_type": "RecoveryInstanceResource*" + "dependent_actions": [], + "resource_type": "session" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "testgrid-project" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "testgrid-session" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "vpceconfiguration" }, { "condition_keys": [ @@ -67193,403 +69563,375 @@ }, { "access_level": "Tagging", - "description": "Grants permission to untag a resource", + "description": "Grants permission to remove tags from a resource", "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "JobResource" + "resource_type": "device" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "LaunchConfigurationTemplateResource" + "resource_type": "deviceinstance" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource" + "resource_type": "devicepool" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationConfigurationTemplateResource" + "resource_type": "instanceprofile" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceNetworkResource" + "resource_type": "networkprofile" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource" + "resource_type": "project" }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update agent backlog", - "privilege": "UpdateAgentBacklogForDrs", - "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "resource_type": "run" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update agent conversion info", - "privilege": "UpdateAgentConversionInfoForDrs", - "resource_types": [ + "resource_type": "session" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "resource_type": "testgrid-project" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update agent replication info", - "privilege": "UpdateAgentReplicationInfoForDrs", - "resource_types": [ + "resource_type": "testgrid-session" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "resource_type": "vpceconfiguration" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update agent replication process state", - "privilege": "UpdateAgentReplicationProcessStateForDrs", + "description": "Grants permission to modify an existing device instance", + "privilege": "UpdateDeviceInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "resource_type": "deviceinstance*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "instanceprofile" } ] }, { "access_level": "Write", - "description": "Grants permission to update agent source properties", - "privilege": "UpdateAgentSourcePropertiesForDrs", + "description": "Grants permission to modify an existing device pool", + "privilege": "UpdateDevicePool", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "devicepool*" } ] }, { "access_level": "Write", - "description": "Grants permission to update failback client device mapping", - "privilege": "UpdateFailbackClientDeviceMappingForDrs", + "description": "Grants permission to modify an existing instance profile", + "privilege": "UpdateInstanceProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "resource_type": "instanceprofile*" } ] }, { "access_level": "Write", - "description": "Grants permission to update failback client last seen", - "privilege": "UpdateFailbackClientLastSeenForDrs", + "description": "Grants permission to modify an existing network profile", + "privilege": "UpdateNetworkProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "resource_type": "networkprofile*" } ] }, { "access_level": "Write", - "description": "Grants permission to update failback replication configuration", - "privilege": "UpdateFailbackReplicationConfiguration", + "description": "Grants permission to modify an existing mobile testing project", + "privilege": "UpdateProject", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs", + "iam:CreateServiceLinkedRole" + ], + "resource_type": "project*" } ] }, { "access_level": "Write", - "description": "Grants permission to update launch configuration", - "privilege": "UpdateLaunchConfiguration", + "description": "Grants permission to modify an existing desktop testing project", + "privilege": "UpdateTestGridProject", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "SourceServerResource*" + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs", + "iam:CreateServiceLinkedRole" + ], + "resource_type": "testgrid-project*" } ] }, { "access_level": "Write", - "description": "Grants permission to update launch configuration", - "privilege": "UpdateLaunchConfigurationTemplate", + "description": "Grants permission to modify an existing upload", + "privilege": "UpdateUpload", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "LaunchConfigurationTemplateResource*" + "resource_type": "upload*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a replication certificate", - "privilege": "UpdateReplicationCertificateForDrs", + "description": "Grants permission to modify an existing Amazon Virtual Private Cloud (VPC) endpoint configuration", + "privilege": "UpdateVPCEConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RecoveryInstanceResource*" + "resource_type": "vpceconfiguration*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:project:${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "project" }, { - "access_level": "Write", - "description": "Grants permission to update replication configuration", - "privilege": "UpdateReplicationConfiguration", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "ec2:CreateSecurityGroup", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:GetEbsDefaultKmsKeyId", - "ec2:GetEbsEncryptionByDefault", - "kms:CreateGrant", - "kms:DescribeKey" - ], - "resource_type": "SourceServerResource*" - } - ] + "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:run:${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "run" }, { - "access_level": "Write", - "description": "Grants permission to update replication configuration template", - "privilege": "UpdateReplicationConfigurationTemplate", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "ec2:CreateSecurityGroup", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:GetEbsDefaultKmsKeyId", - "ec2:GetEbsEncryptionByDefault", - "kms:CreateGrant", - "kms:DescribeKey" - ], - "resource_type": "ReplicationConfigurationTemplateResource*" - } - ] - } - ], - "resources": [ + "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:job:${ResourceId}", + "condition_keys": [], + "resource": "job" + }, { - "arn": "arn:${Partition}:drs:${Region}:${Account}:job/${JobID}", + "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:suite:${ResourceId}", + "condition_keys": [], + "resource": "suite" + }, + { + "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:test:${ResourceId}", + "condition_keys": [], + "resource": "test" + }, + { + "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:upload:${ResourceId}", + "condition_keys": [], + "resource": "upload" + }, + { + "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:artifact:${ResourceId}", + "condition_keys": [], + "resource": "artifact" + }, + { + "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:sample:${ResourceId}", + "condition_keys": [], + "resource": "sample" + }, + { + "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:networkprofile:${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "JobResource" + "resource": "networkprofile" }, { - "arn": "arn:${Partition}:drs:${Region}:${Account}:recovery-instance/${RecoveryInstanceID}", + "arn": "arn:${Partition}:devicefarm:${Region}::deviceinstance:${ResourceId}", "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "drs:EC2InstanceARN" + "aws:ResourceTag/${TagKey}" ], - "resource": "RecoveryInstanceResource" + "resource": "deviceinstance" }, { - "arn": "arn:${Partition}:drs:${Region}:${Account}:replication-configuration-template/${ReplicationConfigurationTemplateID}", + "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:session:${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "ReplicationConfigurationTemplateResource" + "resource": "session" }, { - "arn": "arn:${Partition}:drs:${Region}:${Account}:launch-configuration-template/${LaunchConfigurationTemplateID}", + "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:devicepool:${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "LaunchConfigurationTemplateResource" + "resource": "devicepool" }, { - "arn": "arn:${Partition}:drs:${Region}:${Account}:source-server/${SourceServerID}", + "arn": "arn:${Partition}:devicefarm:${Region}::device:${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "SourceServerResource" + "resource": "device" }, { - "arn": "arn:${Partition}:drs:${Region}:${Account}:source-network/${SourceNetworkID}", + "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:instanceprofile:${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "SourceNetworkResource" + "resource": "instanceprofile" + }, + { + "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:vpceconfiguration:${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "vpceconfiguration" + }, + { + "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:testgrid-project:${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "testgrid-project" + }, + { + "arn": "arn:${Partition}:devicefarm:${Region}:${Account}:testgrid-session:${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "testgrid-session" } ], - "service_name": "AWS Elastic Disaster Recovery" + "service_name": "AWS Device Farm" }, { "conditions": [ { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the value of the request to AWS DS", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the AWS DS Resource being acted upon", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", + "condition": "devops-guru:ServiceNames", + "description": "Filters access by API to restrict access to given AWS service names", "type": "ArrayOfString" } ], - "prefix": "ds", + "prefix": "devops-guru", "privileges": [ { "access_level": "Write", - "description": "Grants permission to accept a directory sharing request that was sent from the directory owner account", - "privilege": "AcceptSharedDirectory", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "directory*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to add a CIDR address block to correctly route traffic to and from your Microsoft AD on Amazon Web Services", - "privilege": "AddIpRoutes", + "description": "Grants permission to add a notification channel to DevOps Guru", + "privilege": "AddNotificationChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "ec2:AuthorizeSecurityGroupEgress", - "ec2:AuthorizeSecurityGroupIngress", - "ec2:DescribeSecurityGroups" + "sns:GetTopicAttributes", + "sns:SetTopicAttributes" ], - "resource_type": "directory*" + "resource_type": "topic*" } ] }, { "access_level": "Write", - "description": "Grants permission to add two domain controllers in the specified Region for the specified directory", - "privilege": "AddRegion", + "description": "Grants permission to delete specified insight in your account", + "privilege": "DeleteInsight", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add or overwrite one or more tags for the specified Amazon Directory Services directory", - "privilege": "AddTagsToResource", + "access_level": "Read", + "description": "Grants permission to view the health of operations in your AWS account", + "privilege": "DescribeAccountHealth", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "directory*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to authorize an application for your AWS Directory", - "privilege": "AuthorizeApplication", + "access_level": "Read", + "description": "Grants permission to view the health of operations within a time range in your AWS account", + "privilege": "DescribeAccountOverview", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to cancel an in-progress schema extension to a Microsoft AD directory", - "privilege": "CancelSchemaExtension", + "access_level": "Read", + "description": "Grants permission to list the details of a specified anomaly", + "privilege": "DescribeAnomaly", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to verify that the alias is available for use", - "privilege": "CheckAlias", + "description": "Grants permission to retrieve details about event sources for DevOps Guru", + "privilege": "DescribeEventSourcesConfig", "resource_types": [ { "condition_keys": [], @@ -67599,522 +69941,560 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create an AD Connector to connect to an on-premises directory", - "privilege": "ConnectDirectory", + "access_level": "Read", + "description": "Grants permission to view the feedback details of a specified insight", + "privilege": "DescribeFeedback", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "ec2:AuthorizeSecurityGroupEgress", - "ec2:AuthorizeSecurityGroupIngress", - "ec2:CreateNetworkInterface", - "ec2:CreateSecurityGroup", - "ec2:CreateTags", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs" - ], + "condition_keys": [], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an alias for a directory and assigns the alias to the directory", - "privilege": "CreateAlias", + "access_level": "Read", + "description": "Grants permission to list the details of a specified insight", + "privilege": "DescribeInsight", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a computer account in the specified directory, and joins the computer to the directory", - "privilege": "CreateComputer", + "access_level": "Read", + "description": "Grants permission to view the health of operations in your organization", + "privilege": "DescribeOrganizationHealth", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a conditional forwarder associated with your AWS directory", - "privilege": "CreateConditionalForwarder", + "access_level": "Read", + "description": "Grants permission to view the health of operations within a time range in your organization", + "privilege": "DescribeOrganizationOverview", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a Simple AD directory", - "privilege": "CreateDirectory", - "resource_types": [ - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "ec2:AuthorizeSecurityGroupEgress", - "ec2:AuthorizeSecurityGroupIngress", - "ec2:CreateNetworkInterface", - "ec2:CreateSecurityGroup", - "ec2:CreateTags", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs" - ], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an IdentityPool Directory in the AWS cloud", - "privilege": "CreateIdentityPoolDirectory", + "access_level": "Read", + "description": "Grants permission to view the health of operations for each AWS CloudFormation stack or AWS Services or accounts specified in DevOps Guru in your organization", + "privilege": "DescribeOrganizationResourceCollectionHealth", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a subscription to forward real time Directory Service domain controller security logs to the specified CloudWatch log group in your AWS account", - "privilege": "CreateLogSubscription", + "access_level": "Read", + "description": "Grants permission to view the health of operations for each AWS CloudFormation stack specified in DevOps Guru", + "privilege": "DescribeResourceCollectionHealth", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a Microsoft AD in the AWS cloud", - "privilege": "CreateMicrosoftAD", + "access_level": "Read", + "description": "Grants permission to view the integration status of services that can be integrated with DevOps Guru", + "privilege": "DescribeServiceIntegration", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "ec2:AuthorizeSecurityGroupEgress", - "ec2:AuthorizeSecurityGroupIngress", - "ec2:CreateNetworkInterface", - "ec2:CreateSecurityGroup", - "ec2:CreateTags", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs" - ], + "condition_keys": [], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a snapshot of a Simple AD or Microsoft AD directory in the AWS cloud", - "privilege": "CreateSnapshot", + "access_level": "Read", + "description": "Grants permission to list service resource cost estimates", + "privilege": "GetCostEstimation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to initiate the creation of the AWS side of a trust relationship between a Microsoft AD in the AWS cloud and an external domain", - "privilege": "CreateTrust", + "access_level": "Read", + "description": "Grants permission to list AWS CloudFormation stacks that DevOps Guru is configured to use", + "privilege": "GetResourceCollection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a conditional forwarder that has been set up for your AWS directory", - "privilege": "DeleteConditionalForwarder", + "access_level": "List", + "description": "Grants permission to list anomalies of a given insight in your account", + "privilege": "ListAnomaliesForInsight", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "devops-guru:ServiceNames" + ], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an AWS Directory Service directory", - "privilege": "DeleteDirectory", + "access_level": "List", + "description": "Grants permission to list log anomalies of a given insight in your account", + "privilege": "ListAnomalousLogGroups", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:DeleteNetworkInterface", - "ec2:DeleteSecurityGroup", - "ec2:DescribeNetworkInterfaces", - "ec2:RevokeSecurityGroupEgress", - "ec2:RevokeSecurityGroupIngress" - ], - "resource_type": "directory*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified log subscription", - "privilege": "DeleteLogSubscription", + "access_level": "List", + "description": "Grants permission to list resource events that are evaluated by DevOps Guru", + "privilege": "ListEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a directory snapshot", - "privilege": "DeleteSnapshot", + "access_level": "List", + "description": "Grants permission to list insights in your account", + "privilege": "ListInsights", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an existing trust relationship between your Microsoft AD in the AWS cloud and an external domain", - "privilege": "DeleteTrust", + "access_level": "List", + "description": "Grants permission to list resource monitored by DevOps Guru in your account", + "privilege": "ListMonitoredResources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete from the system the certificate that was registered for a secured LDAP connection", - "privilege": "DeregisterCertificate", + "access_level": "List", + "description": "Grants permission to list notification channels configured for DevOps Guru in your account", + "privilege": "ListNotificationChannels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to remove the specified directory as a publisher to the specified SNS topic", - "privilege": "DeregisterEventTopic", + "access_level": "List", + "description": "Grants permission to list insights in your organization", + "privilege": "ListOrganizationInsights", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to display information about the certificate registered for a secured LDAP connection", - "privilege": "DescribeCertificate", + "access_level": "List", + "description": "Grants permission to list a specified insight's recommendations", + "privilege": "ListRecommendations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the type of client authentication for the specified directory, if the type is specified. If no type is specified, information about all client authentication types that are supported for the specified directory is retrieved. Currently, only SmartCard is supported", - "privilege": "DescribeClientAuthenticationSettings", + "access_level": "Write", + "description": "Grants permission to submit a feedback to DevOps Guru", + "privilege": "PutFeedback", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to obtain information about the conditional forwarders for this account", - "privilege": "DescribeConditionalForwarders", + "access_level": "Write", + "description": "Grants permission to remove a notification channel from DevOps Guru", + "privilege": "RemoveNotificationChannel", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "directory*" + "dependent_actions": [ + "sns:GetTopicAttributes", + "sns:SetTopicAttributes" + ], + "resource_type": "topic*" } ] }, { "access_level": "List", - "description": "Grants permission to obtain information about the directories that belong to this account", - "privilege": "DescribeDirectories", + "description": "Grants permission to search insights in your account", + "privilege": "SearchInsights", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "devops-guru:ServiceNames" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to provide information about any domain controllers in your directory", - "privilege": "DescribeDomainControllers", + "access_level": "List", + "description": "Grants permission to search insights in your organization", + "privilege": "SearchOrganizationInsights", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to obtain information about which SNS topics receive status messages from the specified directory", - "privilege": "DescribeEventTopics", + "description": "Grants permission to start the creation of an estimate of the monthly cost", + "privilege": "StartCostEstimation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the status of LDAP security for the specified directory", - "privilege": "DescribeLDAPSSettings", + "access_level": "Write", + "description": "Grants permission to update an event source for DevOps Guru", + "privilege": "UpdateEventSourcesConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to provide information about the Regions that are configured for multi-Region replication", - "privilege": "DescribeRegions", + "access_level": "Write", + "description": "Grants permission to update the list of AWS CloudFormation stacks that are used to specify which AWS resources in your account are analyzed by DevOps Guru", + "privilege": "UpdateResourceCollection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the configurable settings for the specified directory", - "privilege": "DescribeSettings", + "access_level": "Write", + "description": "Grants permission to enable or disable a service that integrates with DevOps Guru", + "privilege": "UpdateServiceIntegration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:sns:${Region}:${Account}:${TopicName}", + "condition_keys": [], + "resource": "topic" + } + ], + "service_name": "Amazon DevOps Guru" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by actions based on the presence of tag key-value pairs in the request", + "type": "String" }, { - "access_level": "Read", - "description": "Grants permission to return the shared directories in your account", - "privilege": "DescribeSharedDirectories", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by actions based on tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by actions based on the presence of tag keys in the request", + "type": "String" + } + ], + "prefix": "directconnect", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to accept a proposal request to attach a virtual private gateway to a Direct Connect gateway", + "privilege": "AcceptDirectConnectGatewayAssociationProposal", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dx-gateway*" } ] }, { - "access_level": "Read", - "description": "Grants permission to obtain information about the directory snapshots that belong to this account", - "privilege": "DescribeSnapshots", + "access_level": "Write", + "description": "Grants permission to create a hosted connection on an interconnect", + "privilege": "AllocateConnectionOnInterconnect", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "dxcon*" } ] }, { - "access_level": "Read", - "description": "Grants permission to obtain information about the trust relationships for this account", - "privilege": "DescribeTrusts", + "access_level": "Write", + "description": "Grants permission to create a new hosted connection between a AWS Direct Connect partner's network and a specific AWS Direct Connect location", + "privilege": "AllocateHostedConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to describe the updates of a directory for a particular update type", - "privilege": "DescribeUpdateDirectory", - "resource_types": [ + "resource_type": "dxcon" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxlag" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to disable alternative client authentication methods for the specified directory", - "privilege": "DisableClientAuthentication", + "description": "Grants permission to provision a private virtual interface to be owned by a different customer", + "privilege": "AllocatePrivateVirtualInterface", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to deactivate LDAP secure calls for the specified directory", - "privilege": "DisableLDAPS", - "resource_types": [ + "resource_type": "dxcon" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxlag" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to disable multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector directory", - "privilege": "DisableRadius", + "description": "Grants permission to provision a public virtual interface to be owned by a different customer", + "privilege": "AllocatePublicVirtualInterface", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxcon" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dxlag" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to disable single-sign on for a directory", - "privilege": "DisableSso", + "description": "Grants permission to provision a transit virtual interface to be owned by a different customer", + "privilege": "AllocateTransitVirtualInterface", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxcon" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dxlag" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to enable alternative client authentication methods for the specified directory", - "privilege": "EnableClientAuthentication", + "description": "Grants permission to associate a connection with a LAG", + "privilege": "AssociateConnectionWithLag", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxcon*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dxlag*" } ] }, { "access_level": "Write", - "description": "Grants permission to activate the switch for the specific directory to always use LDAP secure calls", - "privilege": "EnableLDAPS", + "description": "Grants permission to associate a hosted connection and its virtual interfaces with a link aggregation group (LAG) or interconnect", + "privilege": "AssociateHostedConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxcon*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dxcon" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dxlag" } ] }, { "access_level": "Write", - "description": "Grants permission to enable multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector directory", - "privilege": "EnableRadius", + "description": "Grants permission to associate a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an AWS Direct Connect dedicated connection", + "privilege": "AssociateMacSecKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxcon" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dxlag" } ] }, { "access_level": "Write", - "description": "Grants permission to enable single-sign on for a directory", - "privilege": "EnableSso", + "description": "Grants permission to associate a virtual interface with a specified link aggregation group (LAG) or connection", + "privilege": "AssociateVirtualInterface", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxvif*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dxcon" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dxlag" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the details of the authorized applications on a directory", - "privilege": "GetAuthorizedApplicationDetails", + "access_level": "Write", + "description": "Grants permission to confirm the creation of a hosted connection on an interconnect", + "privilege": "ConfirmConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxcon*" } ] }, { - "access_level": "Read", - "description": "Grants permission to obtain directory limit information for the current region", - "privilege": "GetDirectoryLimits", + "access_level": "Write", + "description": "Grants permission to confirm the the terms of agreement when creating the connection or link aggregation group (LAG)", + "privilege": "ConfirmCustomerAgreement", "resource_types": [ { "condition_keys": [], @@ -68124,162 +70504,188 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to obtain the manual snapshot limits for a directory", - "privilege": "GetSnapshotLimits", + "access_level": "Write", + "description": "Grants permission to accept ownership of a private virtual interface created by another customer", + "privilege": "ConfirmPrivateVirtualInterface", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxvif*" } ] }, { - "access_level": "Read", - "description": "Grants permission to obtain the AWS applications authorized for a directory", - "privilege": "ListAuthorizedApplications", + "access_level": "Write", + "description": "Grants permission to accept ownership of a public virtual interface created by another customer", + "privilege": "ConfirmPublicVirtualInterface", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxvif*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the certificates registered for a secured LDAP connection, for the specified directory", - "privilege": "ListCertificates", + "access_level": "Write", + "description": "Grants permission to accept ownership of a transit virtual interface created by another customer", + "privilege": "ConfirmTransitVirtualInterface", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxvif*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the address blocks that you have added to a directory", - "privilege": "ListIpRoutes", + "access_level": "Write", + "description": "Grants permission to create a BGP peer on the specified virtual interface", + "privilege": "CreateBGPPeer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxvif*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the active log subscriptions for the AWS account", - "privilege": "ListLogSubscriptions", + "access_level": "Write", + "description": "Grants permission to create a new connection between the customer network and a specific AWS Direct Connect location", + "privilege": "CreateConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "dxlag" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all schema extensions applied to a Microsoft AD Directory", - "privilege": "ListSchemaExtensions", + "access_level": "Write", + "description": "Grants permission to create a Direct Connect gateway, which is an intermediate object that enables you to connect a set of virtual interfaces and virtual private gateways", + "privilege": "CreateDirectConnectGateway", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list all tags on an Amazon Directory Services directory", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to create an association between a Direct Connect gateway and a virtual private gateway", + "privilege": "CreateDirectConnectGatewayAssociation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dx-gateway*" } ] }, { "access_level": "Write", - "description": "Grants permission to register a certificate for secured LDAP connection", - "privilege": "RegisterCertificate", + "description": "Grants permission to create a proposal to associate the specified virtual private gateway with the specified Direct Connect gateway", + "privilege": "CreateDirectConnectGatewayAssociationProposal", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dx-gateway*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate a directory with an SNS topic", - "privilege": "RegisterEventTopic", + "description": "Grants permission to create a new interconnect between a AWS Direct Connect partner's network and a specific AWS Direct Connect location", + "privilege": "CreateInterconnect", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "sns:GetTopicAttributes" + "dependent_actions": [], + "resource_type": "dxlag" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "resource_type": "directory*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to reject a directory sharing request that was sent from the directory owner account", - "privilege": "RejectSharedDirectory", + "description": "Grants permission to create a link aggregation group (LAG) with the specified number of bundled physical connections between the customer network and a specific AWS Direct Connect location", + "privilege": "CreateLag", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxcon" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to remove IP address blocks from a directory", - "privilege": "RemoveIpRoutes", + "description": "Grants permission to create a new private virtual interface", + "privilege": "CreatePrivateVirtualInterface", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxcon" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dxlag" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to stop all replication and removes the domain controllers from the specified Region. You cannot remove the primary Region with this operation", - "privilege": "RemoveRegion", + "description": "Grants permission to create a new public virtual interface", + "privilege": "CreatePublicVirtualInterface", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to remove tags from an Amazon Directory Services directory", - "privilege": "RemoveTagsFromResource", - "resource_types": [ + "resource_type": "dxcon" + }, { "condition_keys": [], - "dependent_actions": [ - "ec2:DeleteTags" - ], - "resource_type": "directory*" + "dependent_actions": [], + "resource_type": "dxlag" }, { "condition_keys": [ @@ -68293,685 +70699,691 @@ }, { "access_level": "Write", - "description": "Grants permission to reset the password for any user in your AWS Managed Microsoft AD or Simple AD directory", - "privilege": "ResetUserPassword", + "description": "Grants permission to create a new transit virtual interface", + "privilege": "CreateTransitVirtualInterface", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxcon" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dxlag" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to restore a directory using an existing directory snapshot", - "privilege": "RestoreFromSnapshot", + "description": "Grants permission to delete the specified BGP peer on the specified virtual interface with the specified customer address and ASN", + "privilege": "DeleteBGPPeer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxvif*" } ] }, { "access_level": "Write", - "description": "Grants permission to share a specified directory in your AWS account (directory owner) with another AWS account (directory consumer). With this operation you can use your directory from any AWS account and from any Amazon VPC within an AWS Region", - "privilege": "ShareDirectory", + "description": "Grants permission to delete the connection", + "privilege": "DeleteConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxcon*" } ] }, { "access_level": "Write", - "description": "Grants permission to apply a schema extension to a Microsoft AD directory", - "privilege": "StartSchemaExtension", + "description": "Grants permission to delete the specified Direct Connect gateway", + "privilege": "DeleteDirectConnectGateway", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dx-gateway*" } ] }, { "access_level": "Write", - "description": "Grants permission to unauthorize an application from your AWS Directory", - "privilege": "UnauthorizeApplication", + "description": "Grants permission to delete the association between the specified Direct Connect gateway and virtual private gateway", + "privilege": "DeleteDirectConnectGatewayAssociation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dx-gateway*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop the directory sharing between the directory owner and consumer accounts", - "privilege": "UnshareDirectory", + "description": "Grants permission to delete the association proposal request between the specified Direct Connect gateway and virtual private gateway", + "privilege": "DeleteDirectConnectGatewayAssociationProposal", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a conditional forwarder that has been set up for your AWS directory", - "privilege": "UpdateConditionalForwarder", + "description": "Grants permission to delete the specified interconnect", + "privilege": "DeleteInterconnect", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxcon*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the directory for a particular update type", - "privilege": "UpdateDirectorySetup", + "description": "Grants permission to delete the specified link aggregation group (LAG)", + "privilege": "DeleteLag", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxlag*" } ] }, { "access_level": "Write", - "description": "Grants permission to add or remove domain controllers to or from the directory. Based on the difference between current value and new value (provided through this API call), domain controllers will be added or removed. It may take up to 45 minutes for any new domain controllers to become fully active once the requested number of domain controllers is updated. During this time, you cannot make another update request", - "privilege": "UpdateNumberOfDomainControllers", + "description": "Grants permission to delete a virtual interface", + "privilege": "DeleteVirtualInterface", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxvif*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector directory", - "privilege": "UpdateRadius", + "access_level": "Read", + "description": "Grants permission to describe the LOA-CFA for a Connection", + "privilege": "DescribeConnectionLoa", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxcon*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the configurable settings for the specified directory", - "privilege": "UpdateSettings", + "access_level": "Read", + "description": "Grants permission to describe all connections in this region", + "privilege": "DescribeConnections", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxcon" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the trust that has been set up between your AWS Managed Microsoft AD directory and an on-premises Active Directory", - "privilege": "UpdateTrust", + "access_level": "Read", + "description": "Grants permission to describe a list of connections that have been provisioned on the given interconnect", + "privilege": "DescribeConnectionsOnInterconnect", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "dxcon*" } ] }, { "access_level": "Read", - "description": "Grants permission to verify a trust relationship between your Microsoft AD in the AWS cloud and an external domain", - "privilege": "VerifyTrust", + "description": "Grants permission to view a list of customer agreements, along with their signed status and whether the customer is an NNIPartner, NNIPartnerV2, or a nonPartner", + "privilege": "DescribeCustomerMetadata", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "directory*" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:ds:${Region}:${Account}:directory/${DirectoryId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "directory" - } - ], - "service_name": "AWS Directory Service" - }, - { - "conditions": [ - { - "condition": "dynamodb:Attributes", - "description": "Filters access by attribute (field or column) names of the table", - "type": "ArrayOfString" - }, - { - "condition": "dynamodb:EnclosingOperation", - "description": "Filters access by blocking Transactions APIs calls and allow the non-Transaction APIs calls and vice-versa", - "type": "String" - }, - { - "condition": "dynamodb:FullTableScan", - "description": "Filters access by blocking full table scan", - "type": "Bool" - }, - { - "condition": "dynamodb:LeadingKeys", - "description": "Filters access by the partition key of the table", - "type": "ArrayOfString" - }, - { - "condition": "dynamodb:ReturnConsumedCapacity", - "description": "Filters access by the ReturnConsumedCapacity parameter of a request. Contains either \"TOTAL\" or \"NONE\"", - "type": "String" - }, - { - "condition": "dynamodb:ReturnValues", - "description": "Filters access by the ReturnValues parameter of request. Contains one of the following: \"ALL_OLD\", \"UPDATED_OLD\",\"ALL_NEW\",\"UPDATED_NEW\", or \"NONE\"", - "type": "String" }, - { - "condition": "dynamodb:Select", - "description": "Filters access by the Select parameter of a Query or Scan request", - "type": "String" - } - ], - "prefix": "dynamodb", - "privileges": [ { "access_level": "Read", - "description": "Grants permission to return the attributes of one or more items from one or more tables", - "privilege": "BatchGetItem", + "description": "Grants permission to describe one or more association proposals for connection between a virtual private gateway and a Direct Connect gateway", + "privilege": "DescribeDirectConnectGatewayAssociationProposals", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" - }, - { - "condition_keys": [ - "dynamodb:Attributes", - "dynamodb:LeadingKeys", - "dynamodb:ReturnConsumedCapacity", - "dynamodb:Select" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "dx-gateway" } ] }, { - "access_level": "Write", - "description": "Grants permission to put or delete multiple items in one or more tables", - "privilege": "BatchWriteItem", + "access_level": "Read", + "description": "Grants permission to describe the associations between your Direct Connect gateways and virtual private gateways", + "privilege": "DescribeDirectConnectGatewayAssociations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" - }, - { - "condition_keys": [ - "dynamodb:Attributes", - "dynamodb:LeadingKeys", - "dynamodb:ReturnConsumedCapacity" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "dx-gateway" } ] }, { "access_level": "Read", - "description": "Grants permission to the ConditionCheckItem operation checks the existence of a set of attributes for the item with the given primary key", - "privilege": "ConditionCheckItem", + "description": "Grants permission to describe the attachments between your Direct Connect gateways and virtual interfaces", + "privilege": "DescribeDirectConnectGatewayAttachments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" - }, - { - "condition_keys": [ - "dynamodb:Attributes", - "dynamodb:LeadingKeys", - "dynamodb:ReturnConsumedCapacity", - "dynamodb:ReturnValues" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "dx-gateway" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a backup for an existing table", - "privilege": "CreateBackup", + "access_level": "Read", + "description": "Grants permission to describe all your Direct Connect gateways or only the specified Direct Connect gateway", + "privilege": "DescribeDirectConnectGateways", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "dx-gateway" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a global table from an existing table", - "privilege": "CreateGlobalTable", + "access_level": "Read", + "description": "Grants permission to describe the hosted connections that have been provisioned on the specified interconnect or link aggregation group (LAG)", + "privilege": "DescribeHostedConnections", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-table*" + "resource_type": "dxcon" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "dxlag" } ] }, { - "access_level": "Write", - "description": "Grants permission to the CreateTable operation adds a new table to your account", - "privilege": "CreateTable", + "access_level": "Read", + "description": "Grants permission to describe the LOA-CFA for an Interconnect", + "privilege": "DescribeInterconnectLoa", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "dxcon*" } ] }, { - "access_level": "Write", - "description": "Grants permission to add a new replica table", - "privilege": "CreateTableReplica", + "access_level": "Read", + "description": "Grants permission to describe a list of interconnects owned by the AWS account", + "privilege": "DescribeInterconnects", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "dxcon" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an existing backup of a table", - "privilege": "DeleteBackup", + "access_level": "Read", + "description": "Grants permission to describe all your link aggregation groups (LAG) or the specified LAG", + "privilege": "DescribeLags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "backup*" + "resource_type": "dxlag" } ] }, { - "access_level": "Write", - "description": "Grants permission to deletes a single item in a table by primary key", - "privilege": "DeleteItem", + "access_level": "Read", + "description": "Grants permission to describe the LOA-CFA for a connection, interconnect, or link aggregation group (LAG)", + "privilege": "DescribeLoa", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "dxcon" }, { - "condition_keys": [ - "dynamodb:Attributes", - "dynamodb:EnclosingOperation", - "dynamodb:LeadingKeys", - "dynamodb:ReturnConsumedCapacity", - "dynamodb:ReturnValues" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "dxlag" } ] }, { - "access_level": "Write", - "description": "Grants permission to the DeleteTable operation which deletes a table and all of its items", - "privilege": "DeleteTable", + "access_level": "Read", + "description": "Grants permission to describe the list of AWS Direct Connect locations in the current AWS region", + "privilege": "DescribeLocations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a replica table and all of its items", - "privilege": "DeleteTableReplica", + "access_level": "Read", + "description": "Grants permission to describe Details about the router for a virtual interface", + "privilege": "DescribeRouterConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "dxvif*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe an existing backup of a table", - "privilege": "DescribeBackup", + "description": "Grants permission to describe the tags associated with the specified AWS Direct Connect resources", + "privilege": "DescribeTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "backup*" + "resource_type": "dxcon" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dxlag" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dxvif" } ] }, { "access_level": "Read", - "description": "Grants permission to check the status of the backup restore settings on the specified table", - "privilege": "DescribeContinuousBackups", + "description": "Grants permission to describe a list of virtual private gateways owned by the AWS account", + "privilege": "DescribeVirtualGateways", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe the contributor insights status and related details for a given table or global secondary index", - "privilege": "DescribeContributorInsights", + "description": "Grants permission to describe all virtual interfaces for an AWS account", + "privilege": "DescribeVirtualInterfaces", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "dxcon" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "index" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to return the regional endpoint information", - "privilege": "DescribeEndpoints", - "resource_types": [ + "resource_type": "dxlag" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "dxvif" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an existing Export of a table", - "privilege": "DescribeExport", + "access_level": "Write", + "description": "Grants permission to disassociate a connection from a link aggregation group (LAG)", + "privilege": "DisassociateConnectionFromLag", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "export*" + "resource_type": "dxcon*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dxlag*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return information about the specified global table", - "privilege": "DescribeGlobalTable", + "access_level": "Write", + "description": "Grants permission to remove the association between a MAC Security (MACsec) security key and an AWS Direct Connect dedicated connection", + "privilege": "DisassociateMacSecKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-table*" + "resource_type": "dxcon" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dxlag" } ] }, { - "access_level": "Read", - "description": "Grants permission to return settings information about the specified global table", - "privilege": "DescribeGlobalTableSettings", + "access_level": "List", + "description": "Grants permission to list the virtual interface failover test history", + "privilege": "ListVirtualInterfaceTestHistory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-table*" + "resource_type": "dxvif*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an existing import", - "privilege": "DescribeImport", + "access_level": "Write", + "description": "Grants permission to start the virtual interface failover test that verifies your configuration meets your resiliency requirements by placing the BGP peering session in the DOWN state. You can then send traffic to verify that there are no outages", + "privilege": "StartBgpFailoverTest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "import*" + "resource_type": "dxvif*" } ] }, { - "access_level": "Read", - "description": "Grants permission to grant permission to describe the status of Kinesis streaming and related details for a given table", - "privilege": "DescribeKinesisStreamingDestination", + "access_level": "Write", + "description": "Grants permission to stop the virtual interface failover test", + "privilege": "StopBgpFailoverTest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "dxvif*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the current provisioned-capacity limits for your AWS account in a region, both for the region as a whole and for any one DynamoDB table that you create there", - "privilege": "DescribeLimits", + "access_level": "Tagging", + "description": "Grants permission to add the specified tags to the specified AWS Direct Connect resource. Each resource can have a maximum of 50 tags", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "dxcon" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dxlag" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dxvif" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe one or more of the Reserved Capacity purchased", - "privilege": "DescribeReservedCapacity", + "access_level": "Tagging", + "description": "Grants permission to remove one or more tags from the specified AWS Direct Connect resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "dxcon" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dxlag" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dxvif" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe Reserved Capacity offerings that are available for purchase", - "privilege": "DescribeReservedCapacityOfferings", + "access_level": "Write", + "description": "Grants permission to update the AWS Direct Connect dedicated connection configuration. You can update the following parameters for a connection: The connection name or The connection's MAC Security (MACsec) encryption mode", + "privilege": "UpdateConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "dxcon*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table", - "privilege": "DescribeStream", + "access_level": "Write", + "description": "Grants permission to update the name of a Direct Connect gateway", + "privilege": "UpdateDirectConnectGateway", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "dx-gateway*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return information about the table", - "privilege": "DescribeTable", + "access_level": "Write", + "description": "Grants permission to update the specified attributes of the Direct Connect gateway association", + "privilege": "UpdateDirectConnectGatewayAssociation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the auto scaling settings across all replicas of the global table", - "privilege": "DescribeTableReplicaAutoScaling", + "access_level": "Write", + "description": "Grants permission to update the attributes of the specified link aggregation group (LAG)", + "privilege": "UpdateLag", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "dxlag*" } ] }, { - "access_level": "Read", - "description": "Grants permission to give a description of the Time to Live (TTL) status on the specified table", - "privilege": "DescribeTimeToLive", + "access_level": "Write", + "description": "Grants permission to update the specified attributes of the specified virtual private interface", + "privilege": "UpdateVirtualInterfaceAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "dxvif*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:directconnect:${Region}:${Account}:dxcon/${ConnectionId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "dxcon" + }, + { + "arn": "arn:${Partition}:directconnect:${Region}:${Account}:dxlag/${LagId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "dxlag" + }, + { + "arn": "arn:${Partition}:directconnect:${Region}:${Account}:dxvif/${VirtualInterfaceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "dxvif" }, + { + "arn": "arn:${Partition}:directconnect::${Account}:dx-gateway/${DirectConnectGatewayId}", + "condition_keys": [], + "resource": "dx-gateway" + } + ], + "service_name": "AWS Direct Connect" + }, + { + "conditions": [ + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "discovery", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to grant permission to stop replication from the DynamoDB table to the Kinesis data stream", - "privilege": "DisableKinesisStreamingDestination", + "description": "Grants permission to AssociateConfigurationItemsToApplication API. AssociateConfigurationItemsToApplication associates one or more configuration items with an application", + "privilege": "AssociateConfigurationItemsToApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to grant permission to start table data replication to the specified Kinesis data stream at a timestamp chosen during the enable workflow", - "privilege": "EnableKinesisStreamingDestination", + "description": "Grants permission to BatchDeleteAgents API. BatchDeleteAgents deletes one or more agents/data collectors associated with your account, each identified by its agent ID. Deleting a data collector does not delete the previous data collected", + "privilege": "BatchDeleteAgents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to initiate an Export of a DynamoDB table to S3", - "privilege": "ExportTableToPointInTime", + "description": "Grants permission to BatchDeleteImportData API. BatchDeleteImportData deletes one or more Migration Hub import tasks, each identified by their import ID. Each import task has a number of records, which can identify servers or applications", + "privilege": "BatchDeleteImportData", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to the GetItem operation that returns a set of attributes for the item with the given primary key", - "privilege": "GetItem", + "access_level": "Write", + "description": "Grants permission to CreateApplication API. CreateApplication creates an application with the given name and description", + "privilege": "CreateApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" - }, - { - "condition_keys": [ - "dynamodb:Attributes", - "dynamodb:EnclosingOperation", - "dynamodb:LeadingKeys", - "dynamodb:ReturnConsumedCapacity", - "dynamodb:Select" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the stream records from a given shard", - "privilege": "GetRecords", + "access_level": "Tagging", + "description": "Grants permission to CreateTags API. CreateTags creates one or more tags for configuration items. Tags are metadata that help you categorize IT assets. This API accepts a list of multiple configuration items", + "privilege": "CreateTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return a shard iterator", - "privilege": "GetShardIterator", + "access_level": "Write", + "description": "Grants permission to DeleteApplications API. DeleteApplications deletes a list of applications and their associations with configuration items", + "privilege": "DeleteApplications", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to initiate an import from S3 to a DynamoDB table", - "privilege": "ImportTable", + "access_level": "Tagging", + "description": "Grants permission to DeleteTags API. DeleteTags deletes the association between configuration items and one or more tags. This API accepts a list of multiple configuration items", + "privilege": "DeleteTags", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list backups associated with the account and endpoint", - "privilege": "ListBackups", + "access_level": "Read", + "description": "Grants permission to DescribeAgents API. DescribeAgents lists agents or the Connector by ID or lists all agents/Connectors associated with your user if you did not specify an ID", + "privilege": "DescribeAgents", "resource_types": [ { "condition_keys": [], @@ -68981,9 +71393,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the ContributorInsightsSummary for all tables and global secondary indexes associated with the current account and endpoint", - "privilege": "ListContributorInsights", + "access_level": "Read", + "description": "Grants permission to DescribeBatchDeleteConfigurationTask API. DescribeBatchDeleteConfigurationTask returns attributes about a batched deletion task to delete a set of configuration items. The supplied task ID should be the task ID receieved from the output of StartBatchDeleteConfigurationTask", + "privilege": "DescribeBatchDeleteConfigurationTask", "resource_types": [ { "condition_keys": [], @@ -68993,9 +71405,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list exports associated with the account and endpoint", - "privilege": "ListExports", + "access_level": "Read", + "description": "Grants permission to DescribeConfigurations API. DescribeConfigurations retrieves attributes for a list of configuration item IDs. All of the supplied IDs must be for the same asset type (server, application, process, or connection). Output fields are specific to the asset type selected. For example, the output for a server configuration item includes a list of attributes about the server, such as host name, operating system, and number of network cards", + "privilege": "DescribeConfigurations", "resource_types": [ { "condition_keys": [], @@ -69005,9 +71417,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all global tables that have a replica in the specified region", - "privilege": "ListGlobalTables", + "access_level": "Read", + "description": "Grants permission to DescribeContinuousExports API. DescribeContinuousExports lists exports as specified by ID. All continuous exports associated with your user can be listed if you call DescribeContinuousExports as is without passing any parameters", + "privilege": "DescribeContinuousExports", "resource_types": [ { "condition_keys": [], @@ -69017,9 +71429,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list imports associated with the account and endpoint", - "privilege": "ListImports", + "access_level": "Read", + "description": "Grants permission to DescribeExportConfigurations API. DescribeExportConfigurations retrieves the status of a given export process. You can retrieve status from a maximum of 100 processes", + "privilege": "DescribeExportConfigurations", "resource_types": [ { "condition_keys": [], @@ -69030,8 +71442,8 @@ }, { "access_level": "Read", - "description": "Grants permission to return an array of stream ARNs associated with the current account and endpoint", - "privilege": "ListStreams", + "description": "Grants permission to DescribeExportTasks API. DescribeExportTasks retrieve status of one or more export tasks. You can retrieve the status of up to 100 export tasks", + "privilege": "DescribeExportTasks", "resource_types": [ { "condition_keys": [], @@ -69042,8 +71454,8 @@ }, { "access_level": "List", - "description": "Grants permission to return an array of table names associated with the current account and endpoint", - "privilege": "ListTables", + "description": "Grants permission to DescribeImportTasks API. DescribeImportTasks returns an array of import tasks for your user, including status information, times, IDs, the Amazon S3 Object URL for the import file, and more", + "privilege": "DescribeImportTasks", "resource_types": [ { "condition_keys": [], @@ -69054,104 +71466,83 @@ }, { "access_level": "Read", - "description": "Grants permission to list all tags on an Amazon DynamoDB resource", - "privilege": "ListTagsOfResource", + "description": "Grants permission to DescribeTags API. DescribeTags retrieves a list of configuration items that are tagged with a specific tag. Or retrieves a list of all tags assigned to a specific configuration item", + "privilege": "DescribeTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a single item in a table by primary key", - "privilege": "PartiQLDelete", + "description": "Grants permission to DisassociateConfigurationItemsFromApplication API. DisassociateConfigurationItemsFromApplication disassociates one or more configuration items from an application", + "privilege": "DisassociateConfigurationItemsFromApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" - }, - { - "condition_keys": [ - "dynamodb:Attributes", - "dynamodb:EnclosingOperation", - "dynamodb:LeadingKeys", - "dynamodb:ReturnValues" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new item, if an item with same primary key does not exist in the table", - "privilege": "PartiQLInsert", + "description": "Grants permission to ExportConfigurations API. ExportConfigurations exports all discovered configuration data to an Amazon S3 bucket or an application that enables you to view and evaluate the data. Data includes tags and tag associations, processes, connections, servers, and system performance", + "privilege": "ExportConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" - }, - { - "condition_keys": [ - "dynamodb:Attributes", - "dynamodb:EnclosingOperation", - "dynamodb:LeadingKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to read a set of attributes for items from a table or index", - "privilege": "PartiQLSelect", + "description": "Grants permission to GetDiscoverySummary API. GetDiscoverySummary retrieves a short summary of discovered assets", + "privilege": "GetDiscoverySummary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to GetNetworkConnectionGraph API. GetNetworkConnectionGraph accepts input list of one of - Ip Addresses, server ids or node ids. Returns a list of nodes and edges which help customer visualize network connection graph. This API is used for visualize network graph functionality in MigrationHub console", + "privilege": "GetNetworkConnectionGraph", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index" - }, - { - "condition_keys": [ - "dynamodb:Attributes", - "dynamodb:EnclosingOperation", - "dynamodb:FullTableScan", - "dynamodb:LeadingKeys", - "dynamodb:Select" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to edit an existing item's attributes", - "privilege": "PartiQLUpdate", + "access_level": "List", + "description": "Grants permission to ListConfigurations API. ListConfigurations retrieves a list of configuration items according to criteria you specify in a filter. The filter criteria identify relationship requirements", + "privilege": "ListConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to ListServerNeighbors API. ListServerNeighbors retrieves a list of servers which are one network hop away from a specified server", + "privilege": "ListServerNeighbors", + "resource_types": [ { - "condition_keys": [ - "dynamodb:Attributes", - "dynamodb:EnclosingOperation", - "dynamodb:LeadingKeys", - "dynamodb:ReturnValues" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -69159,8 +71550,8 @@ }, { "access_level": "Write", - "description": "Grants permission to purchases reserved capacity for use with your account", - "privilege": "PurchaseReservedCapacityOfferings", + "description": "Grants permission to StartBatchDeleteConfigurationTask API. StartBatchDeleteConfigurationTask starts an asynchronous batch deletion of your configuration items. All of the supplied IDs must be for the same asset type (server, application, process, or connection). Output is a unique task ID you can use to check back on the deletions progress", + "privilege": "StartBatchDeleteConfigurationTask", "resource_types": [ { "condition_keys": [], @@ -69171,133 +71562,133 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new item, or replace an old item with a new item", - "privilege": "PutItem", + "description": "Grants permission to StartContinuousExport API. StartContinuousExport start the continuous flow of agent's discovered data into Amazon Athena", + "privilege": "StartContinuousExport", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" - }, - { - "condition_keys": [ - "dynamodb:Attributes", - "dynamodb:EnclosingOperation", - "dynamodb:LeadingKeys", - "dynamodb:ReturnConsumedCapacity", - "dynamodb:ReturnValues" + "dependent_actions": [ + "iam:AttachRolePolicy", + "iam:CreatePolicy", + "iam:CreateRole", + "iam:CreateServiceLinkedRole" ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to use the primary key of a table or a secondary index to directly access items from that table or index", - "privilege": "Query", + "access_level": "Write", + "description": "Grants permission to StartDataCollectionByAgentIds API. StartDataCollectionByAgentIds instructs the specified agents or Connectors to start collecting data", + "privilege": "StartDataCollectionByAgentIds", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index" - }, - { - "condition_keys": [ - "dynamodb:Attributes", - "dynamodb:LeadingKeys", - "dynamodb:ReturnConsumedCapacity", - "dynamodb:ReturnValues", - "dynamodb:Select" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new table from recovery point on AWS Backup", - "privilege": "RestoreTableFromAwsBackup", + "description": "Grants permission to StartExportTask API. StartExportTask export the configuration data about discovered configuration items and relationships to an S3 bucket in a specified format", + "privilege": "StartExportTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new table from an existing backup", - "privilege": "RestoreTableFromBackup", + "description": "Grants permission to StartImportTask API. StartImportTask starts an import task. The Migration Hub import feature allows you to import details of your on-premises environment directly into AWS without having to use the Application Discovery Service (ADS) tools such as the Discovery Connector or Discovery Agent. This gives you the option to perform migration assessment and planning directly from your imported data including the ability to group your devices as applications and track their migration status", + "privilege": "StartImportTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "dynamodb:BatchWriteItem", - "dynamodb:DeleteItem", - "dynamodb:GetItem", - "dynamodb:PutItem", - "dynamodb:Query", - "dynamodb:Scan", - "dynamodb:UpdateItem" + "discovery:AssociateConfigurationItemsToApplication", + "discovery:CreateApplication", + "discovery:CreateTags", + "discovery:GetDiscoverySummary", + "discovery:ListConfigurations", + "s3:GetObject" ], - "resource_type": "backup*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to StopContinuousExport API. StopContinuousExport stops the continuous flow of agent's discovered data into Amazon Athena", + "privilege": "StopContinuousExport", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to restore a table to a point in time", - "privilege": "RestoreTableToPointInTime", + "description": "Grants permission to StopDataCollectionByAgentIds API. StopDataCollectionByAgentIds instructs the specified agents or Connectors to stop collecting data", + "privilege": "StopDataCollectionByAgentIds", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "dynamodb:BatchWriteItem", - "dynamodb:DeleteItem", - "dynamodb:GetItem", - "dynamodb:PutItem", - "dynamodb:Query", - "dynamodb:Scan", - "dynamodb:UpdateItem" - ], - "resource_type": "table*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return one or more items and item attributes by accessing every item in a table or a secondary index", - "privilege": "Scan", + "access_level": "Write", + "description": "Grants permission to UpdateApplication API. UpdateApplication updates metadata about an application", + "privilege": "UpdateApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index" - }, + "resource_type": "" + } + ] + } + ], + "resources": [], + "service_name": "AWS Application Discovery Service" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "dlm", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create a data lifecycle policy to manage the scheduled creation and retention of Amazon EBS snapshots. You may have up to 100 policies", + "privilege": "CreateLifecyclePolicy", + "resource_types": [ { "condition_keys": [ - "dynamodb:Attributes", - "dynamodb:ReturnConsumedCapacity", - "dynamodb:ReturnValues", - "dynamodb:Select" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -69306,137 +71697,260 @@ }, { "access_level": "Write", - "description": "Grants permission to create a backup on AWS Backup with advanced features enabled", - "privilege": "StartAwsBackupJob", + "description": "Grants permission to delete an existing data lifecycle policy. In addition, this action halts the creation and deletion of snapshots that the policy specified. Existing snapshots are not affected", + "privilege": "DeleteLifecyclePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "policy*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to associate a set of tags with an Amazon DynamoDB resource", - "privilege": "TagResource", + "access_level": "List", + "description": "Grants permission to returns a list of summary descriptions of data lifecycle policies", + "privilege": "GetLifecyclePolicies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove the association of tags from an Amazon DynamoDB resource", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to return a complete description of a single data lifecycle policy", + "privilege": "GetLifecyclePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "policy*" } ] }, { - "access_level": "Write", - "description": "Grants permission to enable or disable continuous backups", - "privilege": "UpdateContinuousBackups", + "access_level": "Read", + "description": "Grants permission to list the tags associated with a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "policy*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the status for contributor insights for a specific table or global secondary index", - "privilege": "UpdateContributorInsights", + "access_level": "Tagging", + "description": "Grants permission to add or update tags of a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "policy*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "index" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to add or remove replicas in the specified global table", - "privilege": "UpdateGlobalTable", + "access_level": "Tagging", + "description": "Grants permission to remove tags associated with a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-table*" + "resource_type": "policy*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update settings of the specified global table", - "privilege": "UpdateGlobalTableSettings", + "description": "Grants permission to update an existing data lifecycle policy", + "privilege": "UpdateLifecyclePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-table*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" + "resource_type": "policy*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:dlm:${Region}:${Account}:policy/${ResourceName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "policy" + } + ], + "service_name": "Amazon Data Lifecycle Manager" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request", + "type": "String" }, { - "access_level": "Write", - "description": "Grants permission to update version of the specified global table", - "privilege": "UpdateGlobalTableVersion", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" + }, + { + "condition": "dms:cert-tag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request for Certificate", + "type": "String" + }, + { + "condition": "dms:data-migration-tag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request for DataMigration", + "type": "String" + }, + { + "condition": "dms:data-provider-tag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request for DataProvider", + "type": "String" + }, + { + "condition": "dms:endpoint-tag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request for Endpoint", + "type": "String" + }, + { + "condition": "dms:es-tag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request for EventSubscription", + "type": "String" + }, + { + "condition": "dms:instance-profile-tag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request for InstanceProfile", + "type": "String" + }, + { + "condition": "dms:migration-project-tag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request for MigrationProject", + "type": "String" + }, + { + "condition": "dms:rep-tag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request for ReplicationInstance", + "type": "String" + }, + { + "condition": "dms:replication-config-tag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request for ReplicationConfig", + "type": "String" + }, + { + "condition": "dms:req-tag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the given request", + "type": "String" + }, + { + "condition": "dms:subgrp-tag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request for ReplicationSubnetGroup", + "type": "String" + }, + { + "condition": "dms:task-tag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request for ReplicationTask", + "type": "String" + } + ], + "prefix": "dms", + "privileges": [ + { + "access_level": "Tagging", + "description": "Grants permission to add metadata tags to DMS resources, including replication instances, endpoints, security groups, and migration tasks", + "privilege": "AddTagsToResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-table*" + "resource_type": "Certificate" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "table" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to edit an existing item's attributes, or adds a new item to the table if it does not already exist", - "privilege": "UpdateItem", - "resource_types": [ + "resource_type": "DataMigration" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "DataProvider" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Endpoint" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "EventSubscription" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "InstanceProfile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "MigrationProject" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ReplicationConfig" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ReplicationInstance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ReplicationSubnetGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ReplicationTask" }, { "condition_keys": [ - "dynamodb:Attributes", - "dynamodb:EnclosingOperation", - "dynamodb:LeadingKeys", - "dynamodb:ReturnConsumedCapacity", - "dynamodb:ReturnValues" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "dms:req-tag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -69445,128 +71959,153 @@ }, { "access_level": "Write", - "description": "Grants permission to modify the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table", - "privilege": "UpdateTable", + "description": "Grants permission to apply a pending maintenance action to a resource (for example, to a replication instance)", + "privilege": "ApplyPendingMaintenanceAction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "ReplicationInstance*" } ] }, { "access_level": "Write", - "description": "Grants permission to update auto scaling settings on your replica table", - "privilege": "UpdateTableReplicaAutoScaling", + "description": "Grants permission to associate a extension pack", + "privilege": "AssociateExtensionPack", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" + "dependent_actions": [ + "dms:StartExtensionPackAssociation" + ], + "resource_type": "MigrationProject*" } ] }, { "access_level": "Write", - "description": "Grants permission to enable or disable TTL for the specified table", - "privilege": "UpdateTimeToLive", + "description": "Grants permission to start the analysis of up to 20 source databases to recommend target engines for each source database", + "privilege": "BatchStartRecommendations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}/index/${IndexName}", - "condition_keys": [], - "resource": "index" - }, - { - "arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}/stream/${StreamLabel}", - "condition_keys": [], - "resource": "stream" - }, - { - "arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}", - "condition_keys": [], - "resource": "table" - }, - { - "arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}/backup/${BackupName}", - "condition_keys": [], - "resource": "backup" - }, - { - "arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}/export/${ExportName}", - "condition_keys": [], - "resource": "export" }, { - "arn": "arn:${Partition}:dynamodb::${Account}:global-table/${GlobalTableName}", - "condition_keys": [], - "resource": "global-table" + "access_level": "Write", + "description": "Grants permission to cancel a single metadata model assessment run", + "privilege": "CancelMetadataModelAssessment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "MigrationProject*" + } + ] }, { - "arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}/import/${ImportName}", - "condition_keys": [], - "resource": "import" - } - ], - "service_name": "Amazon DynamoDB" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by a tag key and value pair that is allowed in the request", - "type": "String" + "access_level": "Write", + "description": "Grants permission to cancel a single metadata model conversion run", + "privilege": "CancelMetadataModelConversion", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "MigrationProject*" + } + ] }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by a tag key and value pair of a resource", - "type": "String" + "access_level": "Write", + "description": "Grants permission to cancel a single metadata model export run", + "privilege": "CancelMetadataModelExport", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "MigrationProject*" + } + ] }, { - "condition": "aws:TagKeys", - "description": "Filters access by a list of tag keys that are allowed in the request", - "type": "ArrayOfString" + "access_level": "Write", + "description": "Grants permission to cancel a single premigration assessment run", + "privilege": "CancelReplicationTaskAssessmentRun", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ReplicationTaskAssessmentRun*" + } + ] }, { - "condition": "ebs:Description", - "description": "Filters access by the description of the snapshot being created", - "type": "String" + "access_level": "Write", + "description": "Grants permission to create a database migration using the provided settings", + "privilege": "CreateDataMigration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "MigrationProject*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "dms:req-tag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "ebs:ParentSnapshot", - "description": "Filters access by the ID of the parent snapshot", - "type": "String" + "access_level": "Write", + "description": "Grants permission to create an data provider using the provided settings", + "privilege": "CreateDataProvider", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "dms:req-tag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, - { - "condition": "ebs:VolumeSize", - "description": "Filters access by the size of the volume for the snapshot being created, in GiB", - "type": "Numeric" - } - ], - "prefix": "ebs", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to seal and complete the snapshot after all of the required blocks of data have been written to it", - "privilege": "CompleteSnapshot", + "description": "Grants permission to create an endpoint using the provided settings", + "privilege": "CreateEndpoint", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "dms:req-tag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "snapshot*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an AWS DMS event notification subscription", + "privilege": "CreateEventSubscription", + "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "dms:req-tag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -69574,18 +72113,27 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to return the data of a block in an Amazon Elastic Block Store (EBS) snapshot", - "privilege": "GetSnapshotBlock", + "access_level": "Write", + "description": "Grants permission to create a Fleet Advisor collector using the specified parameters", + "privilege": "CreateFleetAdvisorCollector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an instance profile using the provided settings", + "privilege": "CreateInstanceProfile", + "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "dms:req-tag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -69593,18 +72141,25 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list the blocks that are different between two Amazon Elastic Block Store (EBS) snapshots of the same volume/snapshot lineage", - "privilege": "ListChangedBlocks", + "access_level": "Write", + "description": "Grants permission to create an migration project using the provided settings", + "privilege": "CreateMigrationProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot*" + "resource_type": "DataProvider*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "InstanceProfile*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "dms:req-tag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -69612,18 +72167,20 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list the blocks in an Amazon Elastic Block Store (EBS) snapshot", - "privilege": "ListSnapshotBlocks", + "access_level": "Write", + "description": "Grants permission to create a replication config using the provided settings", + "privilege": "CreateReplicationConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot*" + "resource_type": "Endpoint*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "dms:req-tag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -69632,17 +72189,30 @@ }, { "access_level": "Write", - "description": "Grants permission to write a block of data to a snapshot created by the StartSnapshot operation", - "privilege": "PutSnapshotBlock", + "description": "Grants permission to create a replication instance using the specified parameters", + "privilege": "CreateReplicationInstance", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "dms:req-tag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "snapshot*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a replication subnet group given a list of the subnet IDs in a VPC", + "privilege": "CreateReplicationSubnetGroup", + "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "dms:req-tag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -69651,903 +72221,656 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new EBS snapshot", - "privilege": "StartSnapshot", + "description": "Grants permission to create a replication task using the specified parameters", + "privilege": "CreateReplicationTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot" + "resource_type": "Endpoint*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ReplicationInstance*" }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", "aws:TagKeys", - "ebs:Description", - "ebs:ParentSnapshot", - "ebs:VolumeSize" + "dms:req-tag/${TagKey}" ], "dependent_actions": [], "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:ec2:${Region}::snapshot/${SnapshotId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ebs:Description", - "ebs:ParentSnapshot", - "ebs:VolumeSize" - ], - "resource": "snapshot" - } - ], - "service_name": "Amazon Elastic Block Store" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by a tag key and value pair that is allowed in the request", - "type": "String" }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by a tag key and value pair of a resource", - "type": "String" + "access_level": "Write", + "description": "Grants permission to delete the specified certificate", + "privilege": "DeleteCertificate", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Certificate*" + } + ] }, { - "condition": "aws:TagKeys", - "description": "Filters access by a list of tag keys that are allowed in the request", - "type": "ArrayOfString" + "access_level": "Write", + "description": "Grants permission to delete the specified connection between a replication instance and an endpoint", + "privilege": "DeleteConnection", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Endpoint*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ReplicationInstance*" + } + ] }, { - "condition": "ec2:AccepterVpc", - "description": "Filters access by the ARN of an accepter VPC in a VPC peering connection", - "type": "ARN" + "access_level": "Write", + "description": "Grants permission to delete the specified database migration", + "privilege": "DeleteDataMigration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "DataMigration*" + } + ] }, { - "condition": "ec2:Add/group", - "description": "Filters access by the group being added to a snapshot", - "type": "String" + "access_level": "Write", + "description": "Grants permission to delete the specified data provider", + "privilege": "DeleteDataProvider", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "DataProvider*" + } + ] }, { - "condition": "ec2:Add/userId", - "description": "Filters access by the account id being added to a snapshot", - "type": "String" + "access_level": "Write", + "description": "Grants permission to delete the specified endpoint", + "privilege": "DeleteEndpoint", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Endpoint*" + } + ] }, { - "condition": "ec2:AllocationId", - "description": "Filters access by the allocation ID of the Elastic IP address", - "type": "String" + "access_level": "Write", + "description": "Grants permission to delete an AWS DMS event subscription", + "privilege": "DeleteEventSubscription", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "EventSubscription*" + } + ] }, { - "condition": "ec2:AssociatePublicIpAddress", - "description": "Filters access by whether the user wants to associate a public IP address with the instance", - "type": "Bool" + "access_level": "Write", + "description": "Grants permission to delete the specified Fleet Advisor collector", + "privilege": "DeleteFleetAdvisorCollector", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "ec2:Attribute", - "description": "Filters access by an attribute of a resource", - "type": "String" + "access_level": "Write", + "description": "Grants permission to delete the specified Fleet Advisor databases", + "privilege": "DeleteFleetAdvisorDatabases", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "ec2:Attribute/${AttributeName}", - "description": "Filters access by an attribute being set on a resource", - "type": "String" + "access_level": "Write", + "description": "Grants permission to delete the specified instance profile", + "privilege": "DeleteInstanceProfile", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "InstanceProfile*" + } + ] }, { - "condition": "ec2:AuthenticationType", - "description": "Filters access by the authentication type for the VPN tunnel endpoints", - "type": "String" + "access_level": "Write", + "description": "Grants permission to delete the specified migration project", + "privilege": "DeleteMigrationProject", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "MigrationProject*" + } + ] }, { - "condition": "ec2:AuthorizedService", - "description": "Filters access by the AWS service that has permission to use a resource", - "type": "String" + "access_level": "Write", + "description": "Grants permission to delete the specified replication config", + "privilege": "DeleteReplicationConfig", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ReplicationConfig*" + } + ] }, { - "condition": "ec2:AuthorizedUser", - "description": "Filters access by an IAM principal that has permission to use a resource", - "type": "String" + "access_level": "Write", + "description": "Grants permission to delete the specified replication instance", + "privilege": "DeleteReplicationInstance", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ReplicationInstance*" + } + ] }, { - "condition": "ec2:AutoPlacement", - "description": "Filters access by the Auto Placement properties of a Dedicated Host", - "type": "String" + "access_level": "Write", + "description": "Grants permission to deletes a subnet group", + "privilege": "DeleteReplicationSubnetGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ReplicationSubnetGroup*" + } + ] }, { - "condition": "ec2:AvailabilityZone", - "description": "Filters access by the name of an Availability Zone in an AWS Region", - "type": "String" + "access_level": "Write", + "description": "Grants permission to delete the specified replication task", + "privilege": "DeleteReplicationTask", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ReplicationTask*" + } + ] }, { - "condition": "ec2:CapacityReservationFleet", - "description": "Filters access by the ARN of the Capacity Reservation Fleet", - "type": "ARN" + "access_level": "Write", + "description": "Grants permission to delete the record of a single premigration assessment run", + "privilege": "DeleteReplicationTaskAssessmentRun", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ReplicationTaskAssessmentRun*" + } + ] }, { - "condition": "ec2:ClientRootCertificateChainArn", - "description": "Filters access by the ARN of the client root certificate chain", - "type": "ARN" + "access_level": "Read", + "description": "Grants permission to list all of the AWS DMS attributes for a customer account", + "privilege": "DescribeAccountAttributes", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "ec2:CloudwatchLogGroupArn", - "description": "Filters access by the ARN of the CloudWatch Logs log group", - "type": "ARN" + "access_level": "Read", + "description": "Grants permission to list individual assessments that you can specify for a new premigration assessment run", + "privilege": "DescribeApplicableIndividualAssessments", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ReplicationInstance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ReplicationTask" + } + ] }, { - "condition": "ec2:CloudwatchLogStreamArn", - "description": "Filters access by the ARN of the CloudWatch Logs log stream", - "type": "ARN" + "access_level": "Read", + "description": "Grants permission to provide a description of the certificate", + "privilege": "DescribeCertificates", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "ec2:CreateAction", - "description": "Filters access by the name of a resource-creating API action", - "type": "String" + "access_level": "Read", + "description": "Grants permission to describe the status of the connections that have been made between the replication instance and an endpoint", + "privilege": "DescribeConnections", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "ec2:DPDTimeoutSeconds", - "description": "Filters access by the duration after which DPD timeout occurs on a VPN tunnel", - "type": "Numeric" + "access_level": "Read", + "description": "Grants permission to return information about DMS Schema Conversion project configuration", + "privilege": "DescribeConversionConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "MigrationProject*" + } + ] }, { - "condition": "ec2:DhcpOptionsID", - "description": "Filters access by the ID of a dynamic host configuration protocol (DHCP) options set", - "type": "String" + "access_level": "Read", + "description": "Grants permission to return information about database migrations for your account in the specified region", + "privilege": "DescribeDataMigrations", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "ec2:DirectoryArn", - "description": "Filters access by the ARN of the directory", - "type": "ARN" + "access_level": "Read", + "description": "Grants permission to list the AWS DMS attributes for a data providers. Note. This action should be added along with ListDataProviders, but does not currently authorize the described Schema Conversion operation", + "privilege": "DescribeDataProviders", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "dms:ListDataProviders" + ], + "resource_type": "DataProvider" + } + ] }, { - "condition": "ec2:Domain", - "description": "Filters access by the domain of the Elastic IP address", - "type": "String" + "access_level": "Read", + "description": "Grants permission to return the possible endpoint settings available when you create an endpoint for a specific database engine", + "privilege": "DescribeEndpointSettings", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "ec2:EbsOptimized", - "description": "Filters access by whether the instance is enabled for EBS optimization", - "type": "Bool" + "access_level": "Read", + "description": "Grants permission to return information about the type of endpoints available", + "privilege": "DescribeEndpointTypes", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "ec2:ElasticGpuType", - "description": "Filters access by the type of Elastic Graphics accelerator", - "type": "String" + "access_level": "Read", + "description": "Grants permission to return information about the endpoints for your account in the current region", + "privilege": "DescribeEndpoints", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "ec2:Encrypted", - "description": "Filters access by whether the EBS volume is encrypted", - "type": "Bool" + "access_level": "Read", + "description": "Grants permission to return information about the available versions for DMS replication instances", + "privilege": "DescribeEngineVersions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "ec2:GatewayType", - "description": "Filters access by the gateway type for a VPN endpoint on the AWS side of a VPN connection", - "type": "String" + "access_level": "Read", + "description": "Grants permission to list categories for all event source types, or, if specified, for a specified source type", + "privilege": "DescribeEventCategories", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "ec2:HostRecovery", - "description": "Filters access by whether host recovery is enabled for a Dedicated Host", - "type": "String" + "access_level": "Read", + "description": "Grants permission to list all the event subscriptions for a customer account", + "privilege": "DescribeEventSubscriptions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "ec2:IKEVersions", - "description": "Filters access by the internet key exchange (IKE) versions that are permitted for a VPN tunnel", - "type": "ArrayOfString" + "access_level": "Read", + "description": "Grants permission to list events for a given source identifier and source type", + "privilege": "DescribeEvents", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "ec2:ImageID", - "description": "Filters access by the ID of an image", - "type": "String" + "access_level": "Read", + "description": "Grants permission to list the AWS DMS attributes for extension packs. Note. This action should be added along with ListExtensionPacks, but does not currently authorize the described Schema Conversion operation", + "privilege": "DescribeExtensionPackAssociations", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "dms:ListExtensionPacks" + ], + "resource_type": "MigrationProject*" + } + ] }, { - "condition": "ec2:ImageType", - "description": "Filters access by the type of image (machine, aki, or ari)", - "type": "String" + "access_level": "Read", + "description": "Grants permission to return a paginated list of Fleet Advisor collectors in your account based on filter settings", + "privilege": "DescribeFleetAdvisorCollectors", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "ec2:InsideTunnelCidr", - "description": "Filters access by the range of inside IP addresses for a VPN tunnel", - "type": "String" + "access_level": "Read", + "description": "Grants permission to return a paginated list of Fleet Advisor databases in your account based on filter settings", + "privilege": "DescribeFleetAdvisorDatabases", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "ec2:InsideTunnelIpv6Cidr", - "description": "Filters access by a range of inside IPv6 addresses for a VPN tunnel", - "type": "String" - }, - { - "condition": "ec2:InstanceAutoRecovery", - "description": "Filters access by whether the instance type supports auto recovery", - "type": "String" - }, - { - "condition": "ec2:InstanceID", - "description": "Filters access by the ID of an instance", - "type": "String" - }, - { - "condition": "ec2:InstanceMarketType", - "description": "Filters access by the market or purchasing option of an instance (on-demand or spot)", - "type": "String" - }, - { - "condition": "ec2:InstanceMetadataTags", - "description": "Filters access by whether the instance allows access to instance tags from the instance metadata", - "type": "String" - }, - { - "condition": "ec2:InstanceProfile", - "description": "Filters access by the ARN of an instance profile", - "type": "ARN" - }, - { - "condition": "ec2:InstanceType", - "description": "Filters access by the type of instance", - "type": "String" - }, - { - "condition": "ec2:InternetGatewayID", - "description": "Filters access by the ID of an internet gateway", - "type": "String" - }, - { - "condition": "ec2:Ipv4IpamPoolId", - "description": "Filters access by the ID of an IPAM pool provided for IPv4 CIDR block allocation", - "type": "String" - }, - { - "condition": "ec2:Ipv6IpamPoolId", - "description": "Filters access by the ID of an IPAM pool provided for IPv6 CIDR block allocation", - "type": "String" - }, - { - "condition": "ec2:IsLaunchTemplateResource", - "description": "Filters access by whether users are able to override resources that are specified in the launch template", - "type": "Bool" - }, - { - "condition": "ec2:KeyPairName", - "description": "Filters access by the name of a key pair", - "type": "String" - }, - { - "condition": "ec2:KeyPairType", - "description": "Filters access by the type of a key pair", - "type": "String" - }, - { - "condition": "ec2:KmsKeyId", - "description": "Filters access by the ID of an AWS KMS key", - "type": "String" - }, - { - "condition": "ec2:LaunchTemplate", - "description": "Filters access by the ARN of a launch template", - "type": "ARN" - }, - { - "condition": "ec2:MetadataHttpEndpoint", - "description": "Filters access by whether the HTTP endpoint is enabled for the instance metadata service", - "type": "String" - }, - { - "condition": "ec2:MetadataHttpPutResponseHopLimit", - "description": "Filters access by the allowed number of hops when calling the instance metadata service", - "type": "Numeric" - }, - { - "condition": "ec2:MetadataHttpTokens", - "description": "Filters access by whether tokens are required when calling the instance metadata service (optional or required)", - "type": "String" - }, - { - "condition": "ec2:NetworkAclID", - "description": "Filters access by the ID of a network access control list (ACL)", - "type": "String" - }, - { - "condition": "ec2:NetworkInterfaceID", - "description": "Filters access by the ID of an elastic network interface", - "type": "String" - }, - { - "condition": "ec2:NewInstanceProfile", - "description": "Filters access by the ARN of the instance profile being attached", - "type": "ARN" - }, - { - "condition": "ec2:OutpostArn", - "description": "Filters access by the ARN of the Outpost", - "type": "ARN" - }, - { - "condition": "ec2:Owner", - "description": "Filters access by the owner of the resource (amazon, aws-marketplace, or an AWS account ID)", - "type": "String" - }, - { - "condition": "ec2:ParentSnapshot", - "description": "Filters access by the ARN of the parent snapshot", - "type": "ARN" - }, - { - "condition": "ec2:ParentVolume", - "description": "Filters access by the ARN of the parent volume from which the snapshot was created", - "type": "ARN" - }, - { - "condition": "ec2:Permission", - "description": "Filters access by the type of permission for a resource (INSTANCE-ATTACH or EIP-ASSOCIATE)", - "type": "String" - }, - { - "condition": "ec2:Phase1DHGroup", - "description": "Filters access by the Diffie-Hellman group numbers that are permitted for a VPN tunnel for the phase 1 IKE negotiations", - "type": "ArrayOfString" - }, - { - "condition": "ec2:Phase1EncryptionAlgorithms", - "description": "Filters access by the encryption algorithms that are permitted for a VPN tunnel for the phase 1 IKE negotiations", - "type": "ArrayOfString" - }, - { - "condition": "ec2:Phase1IntegrityAlgorithms", - "description": "Filters access by the integrity algorithms that are permitted for a VPN tunnel for the phase 1 IKE negotiations", - "type": "ArrayOfString" - }, - { - "condition": "ec2:Phase1LifetimeSeconds", - "description": "Filters access by the lifetime in seconds for phase 1 of the IKE negotiations for a VPN tunnel", - "type": "Numeric" - }, - { - "condition": "ec2:Phase2DHGroup", - "description": "Filters access by the Diffie-Hellman group numbers that are permitted for a VPN tunnel for the phase 2 IKE negotiations", - "type": "ArrayOfString" - }, - { - "condition": "ec2:Phase2EncryptionAlgorithms", - "description": "Filters access by the encryption algorithms that are permitted for a VPN tunnel for the phase 2 IKE negotiations", - "type": "ArrayOfString" - }, - { - "condition": "ec2:Phase2IntegrityAlgorithms", - "description": "Filters access by the integrity algorithms that are permitted for a VPN tunnel for the phase 2 IKE negotiations", - "type": "ArrayOfString" - }, - { - "condition": "ec2:Phase2LifetimeSeconds", - "description": "Filters access by the lifetime in seconds for phase 2 of the IKE negotiations for a VPN tunnel", - "type": "Numeric" - }, - { - "condition": "ec2:PlacementGroup", - "description": "Filters access by the ARN of the placement group", - "type": "ARN" - }, - { - "condition": "ec2:PlacementGroupName", - "description": "Filters access by the name of a placement group", - "type": "String" - }, - { - "condition": "ec2:PlacementGroupStrategy", - "description": "Filters access by the instance placement strategy used by the placement group (cluster, spread, or partition)", - "type": "String" - }, - { - "condition": "ec2:PreSharedKeys", - "description": "Filters access by the pre-shared key (PSK) used to establish the initial IKE security association between a virtual private gateway and a customer gateway", - "type": "String" - }, - { - "condition": "ec2:ProductCode", - "description": "Filters access by the product code that is associated with the AMI", - "type": "String" - }, - { - "condition": "ec2:Public", - "description": "Filters access by whether the image has public launch permissions", - "type": "Bool" - }, - { - "condition": "ec2:PublicIpAddress", - "description": "Filters access by a public IP address", - "type": "String" - }, - { - "condition": "ec2:Quantity", - "description": "Filters access by the number of Dedicated Hosts in a request", - "type": "Numeric" - }, - { - "condition": "ec2:Region", - "description": "Filters access by the name of the AWS Region", - "type": "String" - }, - { - "condition": "ec2:RekeyFuzzPercentage", - "description": "Filters access by the percentage of increase of the rekey window (determined by the rekey margin time) within which the rekey time is randomly selected for a VPN tunnel", - "type": "Numeric" - }, - { - "condition": "ec2:RekeyMarginTimeSeconds", - "description": "Filters access by the margin time before the phase 2 lifetime expires for a VPN tunnel", - "type": "Numeric" - }, - { - "condition": "ec2:Remove/group", - "description": "Filters access by the group being removed from a snapshot", - "type": "String" - }, - { - "condition": "ec2:Remove/userId", - "description": "Filters access by the account id being removed from a snapshot", - "type": "String" - }, - { - "condition": "ec2:ReplayWindowSizePackets", - "description": "Filters access by the number of packets in an IKE replay window", - "type": "String" - }, - { - "condition": "ec2:RequesterVpc", - "description": "Filters access by the ARN of a requester VPC in a VPC peering connection", - "type": "ARN" - }, - { - "condition": "ec2:ReservedInstancesOfferingType", - "description": "Filters access by the payment option of the Reserved Instance offering (No Upfront, Partial Upfront, or All Upfront)", - "type": "String" - }, - { - "condition": "ec2:ResourceTag/${TagKey}", - "description": "Filters access by a tag key and value pair of a resource", - "type": "String" - }, - { - "condition": "ec2:RoleDelivery", - "description": "Filters access by the version of the instance metadata service for retrieving IAM role credentials for EC2", - "type": "Numeric" - }, - { - "condition": "ec2:RootDeviceType", - "description": "Filters access by the root device type of the instance (ebs or instance-store)", - "type": "String" - }, - { - "condition": "ec2:RouteTableID", - "description": "Filters access by the ID of a route table", - "type": "String" - }, - { - "condition": "ec2:RoutingType", - "description": "Filters access by the routing type for the VPN connection", - "type": "String" - }, - { - "condition": "ec2:SamlProviderArn", - "description": "Filters access by the ARN of the IAM SAML identity provider", - "type": "ARN" - }, - { - "condition": "ec2:SecurityGroupID", - "description": "Filters access by the ID of a security group", - "type": "String" - }, - { - "condition": "ec2:ServerCertificateArn", - "description": "Filters access by the ARN of the server certificate", - "type": "ARN" - }, - { - "condition": "ec2:SnapshotID", - "description": "Filters access by the ID of a snapshot", - "type": "String" - }, - { - "condition": "ec2:SnapshotTime", - "description": "Filters access by the initiation time of a snapshot", - "type": "String" - }, - { - "condition": "ec2:SourceInstanceARN", - "description": "Filters access by the ARN of the instance from which the request originated", - "type": "ARN" - }, - { - "condition": "ec2:SourceOutpostArn", - "description": "Filters access by the ARN of the Outpost from which the request originated", - "type": "ARN" - }, - { - "condition": "ec2:Subnet", - "description": "Filters access by the ARN of the subnet", - "type": "ARN" - }, - { - "condition": "ec2:SubnetID", - "description": "Filters access by the ID of a subnet", - "type": "String" - }, - { - "condition": "ec2:Tenancy", - "description": "Filters access by the tenancy of the VPC or instance (default, dedicated, or host)", - "type": "String" - }, - { - "condition": "ec2:VolumeID", - "description": "Filters access by the ID of a volume", - "type": "String" - }, - { - "condition": "ec2:VolumeIops", - "description": "Filters access by the the number of input/output operations per second (IOPS) provisioned for the volume", - "type": "Numeric" - }, - { - "condition": "ec2:VolumeSize", - "description": "Filters access by the size of the volume, in GiB", - "type": "Numeric" - }, - { - "condition": "ec2:VolumeThroughput", - "description": "Filters access by the throughput of the volume, in MiBps", - "type": "Numeric" - }, - { - "condition": "ec2:VolumeType", - "description": "Filters access by the type of volume (gp2, gp3, io1, io2, st1, sc1, or standard)", - "type": "String" - }, - { - "condition": "ec2:Vpc", - "description": "Filters access by the ARN of the VPC", - "type": "ARN" - }, - { - "condition": "ec2:VpcID", - "description": "Filters access by the ID of a virtual private cloud (VPC)", - "type": "String" - }, - { - "condition": "ec2:VpcPeeringConnectionID", - "description": "Filters access by the ID of a VPC peering connection", - "type": "String" - }, - { - "condition": "ec2:VpceServiceName", - "description": "Filters access by the name of the VPC endpoint service", - "type": "String" - }, - { - "condition": "ec2:VpceServiceOwner", - "description": "Filters access by the service owner of the VPC endpoint service (amazon, aws-marketplace, or an AWS account ID)", - "type": "String" - }, - { - "condition": "ec2:VpceServicePrivateDnsName", - "description": "Filters access by the private DNS name of the VPC endpoint service", - "type": "String" - } - ], - "prefix": "ec2", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to accept an Elastic IP address transfer", - "privilege": "AcceptAddressTransfer", + "access_level": "Read", + "description": "Grants permission to return a paginated list of descriptions of large-scale assessment (LSA) analyses produced by your Fleet Advisor collectors", + "privilege": "DescribeFleetAdvisorLsaAnalysis", "resource_types": [ { - "condition_keys": [ - "ec2:AllocationId", - "ec2:Domain", - "ec2:PublicIpAddress" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "elastic-ip*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to accept a Convertible Reserved Instance exchange quote", - "privilege": "AcceptReservedInstancesExchangeQuote", + "access_level": "Read", + "description": "Grants permission to return a paginated list of descriptions of schemas discovered by your Fleet Advisor collectors based on filter settings", + "privilege": "DescribeFleetAdvisorSchemaObjectSummary", "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to accept a request to associate subnets with a transit gateway multicast domain", - "privilege": "AcceptTransitGatewayMulticastDomainAssociations", + "access_level": "Read", + "description": "Grants permission to return a paginated list of schemas discovered by your Fleet Advisor collectors based on filter settings", + "privilege": "DescribeFleetAdvisorSchemas", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "transit-gateway-attachment" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "transit-gateway-multicast-domain" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to accept a transit gateway peering attachment request", - "privilege": "AcceptTransitGatewayPeeringAttachment", + "access_level": "Read", + "description": "Grants permission to list the AWS DMS attributes for a instance profiles. Note. This action should be added along with ListInstanceProfiles, but does not currently authorize the described Schema Conversion operation", + "privilege": "DescribeInstanceProfiles", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "condition_keys": [], + "dependent_actions": [ + "dms:ListInstanceProfiles" ], - "dependent_actions": [], - "resource_type": "transit-gateway-attachment*" - }, + "resource_type": "InstanceProfile" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list the AWS DMS attributes for metadata model assessments. Note. This action should be added along with ListMetadataModelAssessments, but does not currently authorize the described Schema Conversion operation", + "privilege": "DescribeMetadataModelAssessments", + "resource_types": [ { - "condition_keys": [ - "ec2:Region" + "condition_keys": [], + "dependent_actions": [ + "dms:ListMetadataModelAssessments" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "MigrationProject*" } ] }, { - "access_level": "Write", - "description": "Grants permission to accept a request to attach a VPC to a transit gateway", - "privilege": "AcceptTransitGatewayVpcAttachment", + "access_level": "Read", + "description": "Grants permission to list the AWS DMS attributes for a metadata model conversions. Note. This action should be added along with ListMetadataModelConversions, but does not currently authorize the described Schema Conversion operation", + "privilege": "DescribeMetadataModelConversions", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "condition_keys": [], + "dependent_actions": [ + "dms:ListMetadataModelConversions" ], - "dependent_actions": [], - "resource_type": "transit-gateway-attachment*" - }, + "resource_type": "MigrationProject*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list the AWS DMS attributes for a metadata model exports. Note. This action should be added along with ListMetadataModelExports, but does not currently authorize the described Schema Conversion operation", + "privilege": "DescribeMetadataModelExportsAsScript", + "resource_types": [ { - "condition_keys": [ - "ec2:Region" + "condition_keys": [], + "dependent_actions": [ + "dms:ListMetadataModelExports" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "MigrationProject*" } ] }, { - "access_level": "Write", - "description": "Grants permission to accept one or more interface VPC endpoint connections to your VPC endpoint service", - "privilege": "AcceptVpcEndpointConnections", + "access_level": "Read", + "description": "Grants permission to list the AWS DMS attributes for a metadata model exports. Note. This action should be added along with ListMetadataModelExports, but does not currently authorize the described Schema Conversion operation", + "privilege": "DescribeMetadataModelExportsToTarget", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "condition_keys": [], + "dependent_actions": [ + "dms:ListMetadataModelExports" ], - "dependent_actions": [], - "resource_type": "vpc-endpoint-service*" - }, + "resource_type": "MigrationProject*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return information about start metadata model import operations for a migration project", + "privilege": "DescribeMetadataModelImports", + "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "MigrationProject*" } ] }, { - "access_level": "Write", - "description": "Grants permission to accept a VPC peering connection request", - "privilege": "AcceptVpcPeeringConnection", + "access_level": "Read", + "description": "Grants permission to list the AWS DMS attributes for a migration projects. Note. This action should be added along with ListMigrationProjects, but does not currently authorize the described Schema Conversion operation", + "privilege": "DescribeMigrationProjects", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" + "condition_keys": [], + "dependent_actions": [ + "dms:ListMigrationProjects" ], - "dependent_actions": [], - "resource_type": "vpc*" + "resource_type": "DataProvider" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AccepterVpc", - "ec2:RequesterVpc", - "ec2:ResourceTag/${TagKey}", - "ec2:VpcPeeringConnectionID" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc-peering-connection*" + "resource_type": "InstanceProfile" }, { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "MigrationProject" } ] }, { - "access_level": "Write", - "description": "Grants permission to advertise an IP address range that is provisioned for use in AWS through bring your own IP addresses (BYOIP)", - "privilege": "AdvertiseByoipCidr", + "access_level": "Read", + "description": "Grants permission to return information about the replication instance types that can be created in the specified region", + "privilege": "DescribeOrderableReplicationInstances", "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to allocate an Elastic IP address (EIP) to your account", - "privilege": "AllocateAddress", + "access_level": "Read", + "description": "Grants permission to return information about pending maintenance actions", + "privilege": "DescribePendingMaintenanceActions", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "elastic-ip*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], "dependent_actions": [], - "resource_type": "ipv4pool-ec2" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return a paginated list of descriptions of limitations for recommendations of target AWS engines", + "privilege": "DescribeRecommendationLimitations", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to allocate a Dedicated Host to your account", - "privilege": "AllocateHosts", + "access_level": "Read", + "description": "Grants permission to return a paginated list of descriptions of target engine recommendations for your source databases", + "privilege": "DescribeRecommendations", "resource_types": [ { - "condition_keys": [ - "ec2:AutoPlacement", - "ec2:AvailabilityZone", - "ec2:HostRecovery", - "ec2:InstanceType", - "ec2:Quantity" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "dedicated-host*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to allocate a CIDR from an Amazon VPC IP Address Manager (IPAM) pool", - "privilege": "AllocateIpamPoolCidr", + "access_level": "Read", + "description": "Grants permission to returns the status of the RefreshSchemas operation", + "privilege": "DescribeRefreshSchemasStatus", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "ipam-pool*" - }, + "resource_type": "Endpoint*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe replication configs", + "privilege": "DescribeReplicationConfigs", + "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to apply a security group to the association between a Client VPN endpoint and a target network", - "privilege": "ApplySecurityGroupsToClientVpnTargetNetwork", + "access_level": "Read", + "description": "Grants permission to return information about the task logs for the specified task", + "privilege": "DescribeReplicationInstanceTaskLogs", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ClientRootCertificateChainArn", - "ec2:CloudwatchLogGroupArn", - "ec2:CloudwatchLogStreamArn", - "ec2:DirectoryArn", - "ec2:ResourceTag/${TagKey}", - "ec2:SamlProviderArn", - "ec2:ServerCertificateArn" - ], - "dependent_actions": [], - "resource_type": "client-vpn-endpoint*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "security-group*" + "resource_type": "ReplicationInstance*" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:VpcID" - ], - "dependent_actions": [], - "resource_type": "vpc*" - }, - { - "condition_keys": [ - "ec2:Region" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -70555,328 +72878,187 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to assign one or more IPv6 addresses to a network interface", - "privilege": "AssignIpv6Addresses", + "access_level": "Read", + "description": "Grants permission to return information about replication instances for your account in the current region", + "privilege": "DescribeReplicationInstances", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "network-interface*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to assign one or more secondary private IP addresses to a network interface", - "privilege": "AssignPrivateIpAddresses", + "access_level": "Read", + "description": "Grants permission to return information about the replication subnet groups", + "privilege": "DescribeReplicationSubnetGroups", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "network-interface*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to assign one or more secondary private IP addresses to a private NAT gateway", - "privilege": "AssignPrivateNatGatewayAddress", + "access_level": "Read", + "description": "Grants permission to describe replication table statistics", + "privilege": "DescribeReplicationTableStatistics", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "natgateway*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ReplicationConfig*" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate an Elastic IP address (EIP) with an instance or a network interface", - "privilege": "AssociateAddress", + "access_level": "Read", + "description": "Grants permission to return the latest task assessment results from Amazon S3", + "privilege": "DescribeReplicationTaskAssessmentResults", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AllocationId", - "ec2:Domain", - "ec2:PublicIpAddress", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "elastic-ip" - }, + "resource_type": "ReplicationTask" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return a paginated list of premigration assessment runs based on filter settings", + "privilege": "DescribeReplicationTaskAssessmentRuns", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "instance" + "resource_type": "ReplicationInstance" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "network-interface" + "resource_type": "ReplicationTask" }, { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ReplicationTaskAssessmentRun" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate a target network with a Client VPN endpoint", - "privilege": "AssociateClientVpnTargetNetwork", + "access_level": "Read", + "description": "Grants permission to return a paginated list of individual assessments based on filter settings", + "privilege": "DescribeReplicationTaskIndividualAssessments", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ClientRootCertificateChainArn", - "ec2:CloudwatchLogGroupArn", - "ec2:CloudwatchLogStreamArn", - "ec2:DirectoryArn", - "ec2:ResourceTag/${TagKey}", - "ec2:SamlProviderArn", - "ec2:ServerCertificateArn" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "client-vpn-endpoint*" + "resource_type": "ReplicationTask" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "subnet*" - }, + "resource_type": "ReplicationTaskAssessmentRun" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return information about replication tasks for your account in the current region", + "privilege": "DescribeReplicationTasks", + "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate or disassociate a set of DHCP options with a VPC", - "privilege": "AssociateDhcpOptions", + "access_level": "Read", + "description": "Grants permission to describe replications", + "privilege": "DescribeReplications", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:DhcpOptionsID", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "dhcp-options*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" - ], - "dependent_actions": [], - "resource_type": "vpc*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate an ACM certificate with an IAM role to be used in an EC2 Enclave", - "privilege": "AssociateEnclaveCertificateIamRole", + "access_level": "Read", + "description": "Grants permission to return information about the schema for the specified endpoint", + "privilege": "DescribeSchemas", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "certificate*" - }, + "resource_type": "Endpoint*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted", + "privilege": "DescribeTableStatistics", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" - }, - { - "condition_keys": [ - "ec2:Region" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "ReplicationTask*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate an IAM instance profile with a running or stopped instance", - "privilege": "AssociateIamInstanceProfile", + "description": "Grants permission to disassociate a extension pack", + "privilege": "DisassociateExtensionPack", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:NewInstanceProfile", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" - ], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "MigrationProject*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate one or more targets with an event window", - "privilege": "AssociateInstanceEventWindow", + "description": "Grants permission to export the specified metadata model assessment", + "privilege": "ExportMetadataModelAssessment", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "instance-event-window*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "MigrationProject" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate an IPAM resource discovery with an Amazon VPC IPAM", - "privilege": "AssociateIpamResourceDiscovery", + "access_level": "Read", + "description": "Grants permission to list all of the AWS DMS attributes for a metadata model. Note. Despite this action requires StartMetadataModelImport, the latter does not currently authorize the described Schema Conversion operation", + "privilege": "GetMetadataModel", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "ipam*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "dms:StartMetadataModelImport" ], - "dependent_actions": [], - "resource_type": "ipam-resource-discovery*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ipam-resource-discovery-association*" - }, + "resource_type": "MigrationProject" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to upload the specified certificate", + "privilege": "ImportCertificate", + "resource_types": [ { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -70884,211 +73066,255 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to associate an Elastic IP address and private IP address with a public Nat gateway", - "privilege": "AssociateNatGatewayAddress", + "access_level": "Read", + "description": "Grants permission to list the AWS DMS attributes for a data providers", + "privilege": "ListDataProviders", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AllocationId", - "ec2:Domain", - "ec2:PublicIpAddress", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "elastic-ip*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "condition_keys": [], + "dependent_actions": [ + "dms:DescribeDataProviders" ], - "dependent_actions": [], - "resource_type": "natgateway*" - }, + "resource_type": "DataProvider" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list the AWS DMS attributes for a extension packs", + "privilege": "ListExtensionPacks", + "resource_types": [ { - "condition_keys": [ - "ec2:Region" + "condition_keys": [], + "dependent_actions": [ + "dms:DescribeExtensionPackAssociations" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "MigrationProject" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate a subnet or gateway with a route table", - "privilege": "AssociateRouteTable", + "access_level": "Read", + "description": "Grants permission to list the AWS DMS attributes for a instance profiles", + "privilege": "ListInstanceProfiles", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:RouteTableID", - "ec2:Vpc" + "condition_keys": [], + "dependent_actions": [ + "dms:DescribeInstanceProfiles" ], - "dependent_actions": [], - "resource_type": "route-table*" - }, + "resource_type": "InstanceProfile" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list the AWS DMS attributes for a metadata model assessment action items. Note. Despite this action requires StartMetadataModelImport, the latter does not currently authorize the described Schema Conversion operation", + "privilege": "ListMetadataModelAssessmentActionItems", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:InternetGatewayID", - "ec2:ResourceTag/${TagKey}" + "condition_keys": [], + "dependent_actions": [ + "dms:StartMetadataModelImport" ], - "dependent_actions": [], - "resource_type": "internet-gateway" - }, + "resource_type": "MigrationProject" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list the AWS DMS attributes for a metadata model assessments", + "privilege": "ListMetadataModelAssessments", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" + "condition_keys": [], + "dependent_actions": [ + "dms:DescribeMetadataModelAssessments" ], - "dependent_actions": [], - "resource_type": "subnet" - }, + "resource_type": "MigrationProject" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list the AWS DMS attributes for a metadata model conversions", + "privilege": "ListMetadataModelConversions", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "condition_keys": [], + "dependent_actions": [ + "dms:DescribeMetadataModelConversions" ], - "dependent_actions": [], - "resource_type": "vpn-gateway" - }, + "resource_type": "MigrationProject" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list the AWS DMS attributes for a metadata model exports", + "privilege": "ListMetadataModelExports", + "resource_types": [ { - "condition_keys": [ - "ec2:Region" + "condition_keys": [], + "dependent_actions": [ + "dms:DescribeMetadataModelExportsAsScript", + "dms:DescribeMetadataModelExportsToTarget" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "MigrationProject" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate a CIDR block with a subnet", - "privilege": "AssociateSubnetCidrBlock", + "access_level": "Read", + "description": "Grants permission to list the AWS DMS attributes for a migration projects. Note. Despite this action requires DescribeMigrationProjects and DescribeConversionConfiguration, both required actions do not currently authorize the described Schema Conversion operation", + "privilege": "ListMigrationProjects", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" + "condition_keys": [], + "dependent_actions": [ + "dms:DescribeConversionConfiguration", + "dms:DescribeMigrationProjects" ], + "resource_type": "DataProvider" + }, + { + "condition_keys": [], "dependent_actions": [], - "resource_type": "subnet*" + "resource_type": "InstanceProfile" }, { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "MigrationProject" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate an attachment and list of subnets with a transit gateway multicast domain", - "privilege": "AssociateTransitGatewayMulticastDomain", + "access_level": "Read", + "description": "Grants permission to list all tags for an AWS DMS resource", + "privilege": "ListTagsForResource", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "subnet*" + "resource_type": "Certificate" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "transit-gateway-attachment*" + "resource_type": "DataMigration" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "transit-gateway-multicast-domain*" + "resource_type": "DataProvider" }, { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Endpoint" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "EventSubscription" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "InstanceProfile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "MigrationProject" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ReplicationConfig" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ReplicationInstance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ReplicationSubnetGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ReplicationTask" } ] }, { "access_level": "Write", - "description": "Grants permission to associate a policy table with a transit gateway attachment", - "privilege": "AssociateTransitGatewayPolicyTable", + "description": "Grants permission to update a conversion configuration. Note. This action should be added along with UpdateConversionConfiguration, but does not currently authorize the described Schema Conversion operation", + "privilege": "ModifyConversionConfiguration", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "condition_keys": [], + "dependent_actions": [ + "dms:UpdateConversionConfiguration" ], - "dependent_actions": [], - "resource_type": "transit-gateway-attachment*" - }, + "resource_type": "MigrationProject*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the specified database migration", + "privilege": "ModifyDataMigration", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "transit-gateway-policy-table*" - }, + "resource_type": "DataMigration*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the specified data provider. Note. This action should be added along with UpdateDataProvider, but does not currently authorize the described Schema Conversion operation", + "privilege": "ModifyDataProvider", + "resource_types": [ { - "condition_keys": [ - "ec2:Region" + "condition_keys": [], + "dependent_actions": [ + "dms:UpdateDataProvider" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "DataProvider*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate an attachment with a transit gateway route table", - "privilege": "AssociateTransitGatewayRouteTable", + "description": "Grants permission to modify the specified endpoint", + "privilege": "ModifyEndpoint", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "transit-gateway-attachment*" + "resource_type": "Endpoint*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "transit-gateway-route-table*" - }, + "resource_type": "Certificate" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify an existing AWS DMS event notification subscription", + "privilege": "ModifyEventSubscription", + "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -71096,13 +73322,11 @@ }, { "access_level": "Write", - "description": "Grants permission to associate a branch network interface with a trunk network interface", - "privilege": "AssociateTrunkInterface", + "description": "Grants permission to modify the name and description of the specified Fleet Advisor collector", + "privilege": "ModifyFleetAdvisorCollector", "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -71110,21 +73334,11 @@ }, { "access_level": "Write", - "description": "Grants permission to associate an AWS Web Application Firewall (WAF) web access control list (ACL) with a Verified Access instance", - "privilege": "AssociateVerifiedAccessInstanceWebAcl", + "description": "Grants permission to modify the status of the specified Fleet Advisor collector", + "privilege": "ModifyFleetAdvisorCollectorStatuses", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "verified-access-instance*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -71132,41 +73346,63 @@ }, { "access_level": "Write", - "description": "Grants permission to associate a CIDR block with a VPC", - "privilege": "AssociateVpcCidrBlock", + "description": "Grants permission to modify the specified instance profile. Note. This action should be added along with UpdateInstanceProfile, but does not currently authorize the described Schema Conversion operation", + "privilege": "ModifyInstanceProfile", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:Ipv4IpamPoolId", - "ec2:Ipv6IpamPoolId", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" + "condition_keys": [], + "dependent_actions": [ + "dms:UpdateInstanceProfile" ], - "dependent_actions": [], - "resource_type": "vpc*" - }, + "resource_type": "InstanceProfile*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the specified migration project. Note. This action should be added along with UpdateMigrationProject, but does not currently authorize the described Schema Conversion operation", + "privilege": "ModifyMigrationProject", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "condition_keys": [], + "dependent_actions": [ + "dms:UpdateMigrationProject" ], + "resource_type": "MigrationProject*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the specified replication config", + "privilege": "ModifyReplicationConfig", + "resource_types": [ + { + "condition_keys": [], "dependent_actions": [], - "resource_type": "ipam-pool" - }, + "resource_type": "ReplicationConfig*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the replication instance to apply new settings", + "privilege": "ModifyReplicationInstance", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "ipv6pool-ec2" - }, + "resource_type": "ReplicationInstance*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the settings for the specified replication subnet group", + "privilege": "ModifyReplicationSubnetGroup", + "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -71174,247 +73410,149 @@ }, { "access_level": "Write", - "description": "Grants permission to link an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's security groups", - "privilege": "AttachClassicLinkVpc", + "description": "Grants permission to modify the specified replication task", + "privilege": "ModifyReplicationTask", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, + "resource_type": "ReplicationTask*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to move the specified replication task to a different replication instance", + "privilege": "MoveReplicationTask", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID", - "ec2:Vpc" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "security-group*" + "resource_type": "ReplicationInstance*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc*" - }, + "resource_type": "ReplicationTask*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to reboot a replication instance. Rebooting results in a momentary outage, until the replication instance becomes available again", + "privilege": "RebootReplicationInstance", + "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ReplicationInstance*" } ] }, { "access_level": "Write", - "description": "Grants permission to attach an internet gateway to a VPC", - "privilege": "AttachInternetGateway", + "description": "Grants permission to populate the schema for the specified endpoint", + "privilege": "RefreshSchemas", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:InternetGatewayID", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "internet-gateway*" + "resource_type": "Endpoint*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc*" - }, + "resource_type": "ReplicationInstance*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to reload the target database table with the source for a replication", + "privilege": "ReloadReplicationTables", + "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ReplicationConfig*" } ] }, { "access_level": "Write", - "description": "Grants permission to attach a network interface to an instance", - "privilege": "AttachNetworkInterface", + "description": "Grants permission to reload the target database table with the source data", + "privilege": "ReloadTables", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "ReplicationTask*" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to remove metadata tags from a DMS resource", + "privilege": "RemoveTagsFromResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Certificate" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "network-interface*" + "resource_type": "DataMigration" }, { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to attach a trust provider to a Verified Access instance", - "privilege": "AttachVerifiedAccessTrustProvider", - "resource_types": [ + "resource_type": "DataProvider" + }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "verified-access-instance*" + "resource_type": "Endpoint" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "verified-access-trust-provider*" + "resource_type": "EventSubscription" }, { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to attach an EBS volume to a running or stopped instance and expose it to the instance with the specified device name", - "privilege": "AttachVolume", - "resource_types": [ + "resource_type": "InstanceProfile" + }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "MigrationProject" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:Encrypted", - "ec2:ParentSnapshot", - "ec2:ResourceTag/${TagKey}", - "ec2:VolumeID", - "ec2:VolumeIops", - "ec2:VolumeSize", - "ec2:VolumeThroughput", - "ec2:VolumeType" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "volume*" + "resource_type": "ReplicationConfig" }, { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to attach a virtual private gateway to a VPC", - "privilege": "AttachVpnGateway", - "resource_types": [ + "resource_type": "ReplicationInstance" + }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc*" + "resource_type": "ReplicationSubnetGroup" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpn-gateway*" + "resource_type": "ReplicationTask" }, { "condition_keys": [ - "ec2:Region" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -71423,27 +73561,11 @@ }, { "access_level": "Write", - "description": "Grants permission to add an inbound authorization rule to a Client VPN endpoint", - "privilege": "AuthorizeClientVpnIngress", + "description": "Grants permission to run a large-scale assessment (LSA) analysis on every Fleet Advisor collector in your account", + "privilege": "RunFleetAdvisorLsaAnalysis", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ClientRootCertificateChainArn", - "ec2:CloudwatchLogGroupArn", - "ec2:CloudwatchLogStreamArn", - "ec2:DirectoryArn", - "ec2:ResourceTag/${TagKey}", - "ec2:SamlProviderArn", - "ec2:ServerCertificateArn" - ], - "dependent_actions": [], - "resource_type": "client-vpn-endpoint*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -71451,182 +73573,113 @@ }, { "access_level": "Write", - "description": "Grants permission to add one or more outbound rules to a VPC security group. Policies using the security-group-rule resource-level permission are only enforced when the API request includes TagSpecifications", - "privilege": "AuthorizeSecurityGroupEgress", + "description": "Grants permission to start the database migration", + "privilege": "StartDataMigration", "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID", - "ec2:Vpc" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "security-group*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "security-group-rule" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "DataMigration*" } ] }, { "access_level": "Write", - "description": "Grants permission to add one or more inbound rules to a VPC security group. Policies using the security-group-rule resource-level permission are only enforced when the API request includes TagSpecifications", - "privilege": "AuthorizeSecurityGroupIngress", + "description": "Grants permission to associate an extension pack. Note. This action should be added along with AssociateExtensionPack, but does not currently authorize the described Schema Conversion operation", + "privilege": "StartExtensionPackAssociation", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID", - "ec2:Vpc" - ], + "condition_keys": [], "dependent_actions": [ - "ec2:CreateTags" + "dms:AssociateExtensionPack" ], - "resource_type": "security-group*" - }, + "resource_type": "MigrationProject*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start a new assessment of metadata model", + "privilege": "StartMetadataModelAssessment", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "security-group-rule" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "MigrationProject*" } ] }, { "access_level": "Write", - "description": "Grants permission to bundle an instance store-backed Windows instance", - "privilege": "BundleInstance", + "description": "Grants permission to start a new conversion of metadata model", + "privilege": "StartMetadataModelConversion", "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "MigrationProject*" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel a bundling operation", - "privilege": "CancelBundleTask", + "description": "Grants permission to start a new export of metadata model as script. Note. This action should be added along with StartMetadataModelExportAsScripts, but does not currently authorize the described Schema Conversion operation", + "privilege": "StartMetadataModelExportAsScript", "resource_types": [ { - "condition_keys": [ - "ec2:Region" + "condition_keys": [], + "dependent_actions": [ + "dms:StartMetadataModelExportAsScripts" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "MigrationProject*" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel a Capacity Reservation and release the reserved capacity", - "privilege": "CancelCapacityReservation", + "description": "Grants permission to start a new export of metadata model as script", + "privilege": "StartMetadataModelExportAsScripts", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:CapacityReservationFleet", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "capacity-reservation*" - }, - { - "condition_keys": [ - "ec2:Region" + "condition_keys": [], + "dependent_actions": [ + "dms:StartMetadataModelExportAsScript" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "MigrationProject*" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel one or more Capacity Reservation Fleets", - "privilege": "CancelCapacityReservationFleets", + "description": "Grants permission to start a new export of metadata model to target", + "privilege": "StartMetadataModelExportToTarget", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "capacity-reservation-fleet*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "MigrationProject*" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel an active conversion task", - "privilege": "CancelConversionTask", + "description": "Grants permission to start a new import of metadata model", + "privilege": "StartMetadataModelImport", "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "MigrationProject*" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel an active export task", - "privilege": "CancelExportTask", + "description": "Grants permission to start the analysis of your source database to provide recommendations of target engines", + "privilege": "StartRecommendations", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "export-image-task" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "export-instance-task" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -71634,361 +73687,378 @@ }, { "access_level": "Write", - "description": "Grants permission to remove your AWS account from the launch permissions for the specified AMI", - "privilege": "CancelImageLaunchPermission", + "description": "Grants permission to start a replication", + "privilege": "StartReplication", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ImageID", - "ec2:ImageType", - "ec2:Owner", - "ec2:Public", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType" - ], - "dependent_actions": [], - "resource_type": "image*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ReplicationConfig*" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel an in-process import virtual machine or import snapshot task", - "privilege": "CancelImportTask", + "description": "Grants permission to start the replication task", + "privilege": "StartReplicationTask", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "import-image-task" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "import-snapshot-task" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ReplicationTask*" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel a Reserved Instance listing on the Reserved Instance Marketplace", - "privilege": "CancelReservedInstancesListing", + "description": "Grants permission to start the replication task assessment for unsupported data types in the source database", + "privilege": "StartReplicationTaskAssessment", "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ReplicationTask*" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel one or more Spot Fleet requests", - "privilege": "CancelSpotFleetRequests", + "description": "Grants permission to start a new premigration assessment run for one or more individual assessments of a migration task", + "privilege": "StartReplicationTaskAssessmentRun", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "spot-fleet-request*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ReplicationTask*" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel one or more Spot Instance requests", - "privilege": "CancelSpotInstanceRequests", + "description": "Grants permission to stop the database migration", + "privilege": "StopDataMigration", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "spot-instances-request*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "DataMigration*" } ] }, { "access_level": "Write", - "description": "Grants permission to determine whether an owned product code is associated with an instance", - "privilege": "ConfirmProductInstance", + "description": "Grants permission to stop a replication", + "privilege": "StopReplication", "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ReplicationConfig*" } ] }, { "access_level": "Write", - "description": "Grants permission to copy a source Amazon FPGA image (AFI) to the current Region. Resource-level permissions specified for this action apply to the new AFI only. They do not apply to the source AFI", - "privilege": "CopyFpgaImage", + "description": "Grants permission to stop the replication task", + "privilege": "StopReplicationTask", "resource_types": [ { - "condition_keys": [ - "ec2:Owner" - ], - "dependent_actions": [], - "resource_type": "fpga-image*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ReplicationTask*" } ] }, { - "access_level": "Write", - "description": "Grants permission to copy an Amazon Machine Image (AMI) from a source Region to the current Region. Resource-level permissions specified for this action apply to the new AMI only. They do not apply to the source AMI", - "privilege": "CopyImage", + "access_level": "Read", + "description": "Grants permission to test the connection between the replication instance and the endpoint", + "privilege": "TestConnection", "resource_types": [ { - "condition_keys": [ - "ec2:Owner" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "image*" + "resource_type": "Endpoint*" }, { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ReplicationInstance*" } ] }, { "access_level": "Write", - "description": "Grants permission to copy a point-in-time snapshot of an EBS volume and store it in Amazon S3. Resource-level permissions specified for this action apply to the new snapshot only. They do not apply to the source snapshot", - "privilege": "CopySnapshot", + "description": "Grants permission to update a conversion configuration", + "privilege": "UpdateConversionConfiguration", "resource_types": [ { - "condition_keys": [ - "ec2:OutpostArn", - "ec2:SnapshotID" - ], + "condition_keys": [], "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "snapshot*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "dms:ModifyConversionConfiguration" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "MigrationProject*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a Capacity Reservation", - "privilege": "CreateCapacityReservation", + "description": "Grants permission to update the specified data provider", + "privilege": "UpdateDataProvider", "resource_types": [ { - "condition_keys": [ - "ec2:CapacityReservationFleet" - ], + "condition_keys": [], "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "capacity-reservation*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "dms:ModifyDataProvider" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "DataProvider*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a Capacity Reservation Fleet", - "privilege": "CreateCapacityReservationFleet", + "description": "Grants permission to update the specified instance profile", + "privilege": "UpdateInstanceProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "ec2:CreateTags" + "dms:ModifyInstanceProfile" ], - "resource_type": "capacity-reservation-fleet*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "InstanceProfile*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a carrier gateway and provides CSP connectivity to VPC customers", - "privilege": "CreateCarrierGateway", + "description": "Grants permission to update the specified migration project", + "privilege": "UpdateMigrationProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "ec2:CreateTags" + "dms:ModifyMigrationProject" ], - "resource_type": "carrier-gateway*" - }, + "resource_type": "MigrationProject*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to migrate DMS subcriptions to Eventbridge", + "privilege": "UpdateSubscriptionsToEventBridge", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to upload files to your Amazon S3 bucket", + "privilege": "UploadFileMetadataList", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:dms:${Region}:${Account}:cert:*", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "dms:cert-tag/${TagKey}" + ], + "resource": "Certificate" + }, + { + "arn": "arn:${Partition}:dms:${Region}:${Account}:data-provider:*", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "dms:data-provider-tag/${TagKey}" + ], + "resource": "DataProvider" + }, + { + "arn": "arn:${Partition}:dms:${Region}:${Account}:data-migration:*", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "dms:data-migration-tag/${TagKey}" + ], + "resource": "DataMigration" + }, + { + "arn": "arn:${Partition}:dms:${Region}:${Account}:endpoint:*", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "dms:endpoint-tag/${TagKey}" + ], + "resource": "Endpoint" + }, + { + "arn": "arn:${Partition}:dms:${Region}:${Account}:es:*", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "dms:es-tag/${TagKey}" + ], + "resource": "EventSubscription" + }, + { + "arn": "arn:${Partition}:dms:${Region}:${Account}:instance-profile:*", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "dms:instance-profile-tag/${TagKey}" + ], + "resource": "InstanceProfile" + }, + { + "arn": "arn:${Partition}:dms:${Region}:${Account}:migration-project:*", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "dms:migration-project-tag/${TagKey}" + ], + "resource": "MigrationProject" + }, + { + "arn": "arn:${Partition}:dms:${Region}:${Account}:replication-config:*", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "dms:replication-config-tag/${TagKey}" + ], + "resource": "ReplicationConfig" + }, + { + "arn": "arn:${Partition}:dms:${Region}:${Account}:rep:*", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "dms:rep-tag/${TagKey}" + ], + "resource": "ReplicationInstance" + }, + { + "arn": "arn:${Partition}:dms:${Region}:${Account}:subgrp:*", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "dms:subgrp-tag/${TagKey}" + ], + "resource": "ReplicationSubnetGroup" + }, + { + "arn": "arn:${Partition}:dms:${Region}:${Account}:task:*", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "dms:task-tag/${TagKey}" + ], + "resource": "ReplicationTask" + }, + { + "arn": "arn:${Partition}:dms:${Region}:${Account}:assessment-run:*", + "condition_keys": [], + "resource": "ReplicationTaskAssessmentRun" + }, + { + "arn": "arn:${Partition}:dms:${Region}:${Account}:individual-assessment:*", + "condition_keys": [], + "resource": "ReplicationTaskIndividualAssessment" + } + ], + "service_name": "AWS Database Migration Service" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the set of tag key-value pairs in the request", + "type": "String" }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the set of tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the set of tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "docdb-elastic", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a Client VPN endpoint", - "privilege": "CreateClientVpnEndpoint", + "description": "Grants permission to create a new Amazon DocDB-Elastic cluster", + "privilege": "CreateCluster", "resource_types": [ { "condition_keys": [ - "ec2:ClientRootCertificateChainArn", - "ec2:CloudwatchLogGroupArn", - "ec2:CloudwatchLogStreamArn", - "ec2:DirectoryArn", - "ec2:SamlProviderArn", - "ec2:ServerCertificateArn" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "client-vpn-endpoint*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID" - ], - "dependent_actions": [], - "resource_type": "security-group" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:VpcID" - ], - "dependent_actions": [], - "resource_type": "vpc" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "ec2:CreateVpcEndpoint", + "ec2:DeleteVpcEndpoints", + "ec2:DescribeAvailabilityZones", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcAttribute", + "ec2:DescribeVpcEndpoints", + "ec2:DescribeVpcs", + "ec2:ModifyVpcEndpoint", + "iam:CreateServiceLinkedRole", + "kms:CreateGrant", + "kms:Decrypt", + "kms:DescribeKey", + "kms:GenerateDataKey", + "secretsmanager:DescribeSecret", + "secretsmanager:GetResourcePolicy", + "secretsmanager:GetSecretValue", + "secretsmanager:ListSecretVersionIds", + "secretsmanager:ListSecrets" ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to add a network route to a Client VPN endpoint's route table", - "privilege": "CreateClientVpnRoute", + "description": "Grants permission to create a new Amazon DocDB-Elastic cluster snapshot", + "privilege": "CreateClusterSnapshot", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ClientRootCertificateChainArn", - "ec2:CloudwatchLogGroupArn", - "ec2:CloudwatchLogStreamArn", - "ec2:DirectoryArn", - "ec2:ResourceTag/${TagKey}", - "ec2:SamlProviderArn", - "ec2:ServerCertificateArn" - ], - "dependent_actions": [], - "resource_type": "client-vpn-endpoint*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID" + "condition_keys": [], + "dependent_actions": [ + "ec2:CreateVpcEndpoint", + "ec2:DeleteVpcEndpoints", + "ec2:DescribeAvailabilityZones", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcAttribute", + "ec2:DescribeVpcEndpoints", + "ec2:DescribeVpcs", + "ec2:ModifyVpcEndpoint", + "iam:CreateServiceLinkedRole", + "kms:CreateGrant", + "kms:Decrypt", + "kms:DescribeKey", + "kms:GenerateDataKey", + "secretsmanager:DescribeSecret", + "secretsmanager:GetResourcePolicy", + "secretsmanager:GetSecretValue", + "secretsmanager:ListSecretVersionIds", + "secretsmanager:ListSecrets" ], - "dependent_actions": [], - "resource_type": "subnet*" + "resource_type": "cluster*" }, { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -71997,20 +74067,26 @@ }, { "access_level": "Write", - "description": "Grants permission to create a range of customer-owned IP (CoIP) addresses", - "privilege": "CreateCoipCidr", + "description": "Grants permission to delete a cluster", + "privilege": "DeleteCluster", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "condition_keys": [], + "dependent_actions": [ + "ec2:DeleteVpcEndpoints", + "ec2:DescribeAvailabilityZones", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcAttribute", + "ec2:DescribeVpcEndpoints", + "ec2:DescribeVpcs", + "ec2:ModifyVpcEndpoint" ], - "dependent_actions": [], - "resource_type": "coip-pool*" + "resource_type": "cluster*" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -72019,29 +74095,26 @@ }, { "access_level": "Write", - "description": "Grants permission to create a pool of customer-owned IP (CoIP) addresses", - "privilege": "CreateCoipPool", + "description": "Grants permission to delete a cluster snapshot", + "privilege": "DeleteClusterSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "coip-pool*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:DeleteVpcEndpoints", + "ec2:DescribeAvailabilityZones", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcAttribute", + "ec2:DescribeVpcEndpoints", + "ec2:DescribeVpcs", + "ec2:ModifyVpcEndpoint" ], - "dependent_actions": [], - "resource_type": "local-gateway-route-table*" + "resource_type": "cluster-snapshot*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -72049,21 +74122,18 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to allow a service to access a customer-owned IP (CoIP) pool", - "privilege": "CreateCoipPoolPermission", + "access_level": "Read", + "description": "Grants permission to view details about a cluster", + "privilege": "GetCluster", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "coip-pool*" + "resource_type": "cluster*" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -72071,22 +74141,18 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a customer gateway, which provides information to AWS about your customer gateway device", - "privilege": "CreateCustomerGateway", + "access_level": "Read", + "description": "Grants permission to view details about a cluster snapshot", + "privilege": "GetClusterSnapshot", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "customer-gateway*" + "dependent_actions": [], + "resource_type": "cluster-snapshot*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -72094,52 +74160,47 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a default subnet in a specified Availability Zone in a default VPC", - "privilege": "CreateDefaultSubnet", + "access_level": "List", + "description": "Grants permission to list the cluster snapshots in your account", + "privilege": "ListClusterSnapshots", "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a default VPC with a default subnet in each Availability Zone", - "privilege": "CreateDefaultVpc", + "access_level": "List", + "description": "Grants permission to list the clusters in your account", + "privilege": "ListClusters", "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a set of DHCP options for a VPC", - "privilege": "CreateDhcpOptions", + "access_level": "List", + "description": "Grants permission to lists tag for an DocumentDB Elastic resource", + "privilege": "ListTagsForResource", "resource_types": [ { - "condition_keys": [ - "ec2:DhcpOptionsID" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "dhcp-options*" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster-snapshot" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -72148,31 +74209,39 @@ }, { "access_level": "Write", - "description": "Grants permission to create an egress-only internet gateway for a VPC", - "privilege": "CreateEgressOnlyInternetGateway", + "description": "Grants permission to restore cluster from a Amazon DocDB-Elastic cluster snapshot", + "privilege": "RestoreClusterFromSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "egress-only-internet-gateway*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" + "ec2:CreateVpcEndpoint", + "ec2:DeleteVpcEndpoints", + "ec2:DescribeAvailabilityZones", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcAttribute", + "ec2:DescribeVpcEndpoints", + "ec2:DescribeVpcs", + "ec2:ModifyVpcEndpoint", + "iam:CreateServiceLinkedRole", + "kms:CreateGrant", + "kms:Decrypt", + "kms:DescribeKey", + "kms:GenerateDataKey", + "secretsmanager:DescribeSecret", + "secretsmanager:GetResourcePolicy", + "secretsmanager:GetSecretValue", + "secretsmanager:ListSecretVersionIds", + "secretsmanager:ListSecrets" ], - "dependent_actions": [], - "resource_type": "vpc*" + "resource_type": "cluster-snapshot*" }, { "condition_keys": [ "aws:RequestTag/${TagKey}", "aws:TagKeys", - "ec2:Region" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -72180,138 +74249,25 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to launch an EC2 Fleet", - "privilege": "CreateFleet", + "access_level": "Tagging", + "description": "Grants permission to tag an DocumentDB Elastic resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "fleet*" - }, - { - "condition_keys": [ - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceID", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:PlacementGroup", - "ec2:RootDeviceType", - "ec2:Tenancy" - ], - "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ImageID", - "ec2:ImageType", - "ec2:Owner", - "ec2:Public", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType" - ], - "dependent_actions": [], - "resource_type": "image" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:KeyPairName", - "ec2:KeyPairType", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "key-pair" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "launch-template" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "network-interface" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:PlacementGroupName", - "ec2:PlacementGroupStrategy", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "placement-group" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "security-group" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:Owner", - "ec2:ParentVolume", - "ec2:ResourceTag/${TagKey}", - "ec2:SnapshotID", - "ec2:SnapshotTime", - "ec2:VolumeSize" - ], - "dependent_actions": [], - "resource_type": "snapshot" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" - ], "dependent_actions": [], - "resource_type": "subnet" + "resource_type": "cluster" }, { - "condition_keys": [ - "ec2:AvailabilityZone", - "ec2:Encrypted", - "ec2:KmsKeyId", - "ec2:ParentSnapshot", - "ec2:VolumeID", - "ec2:VolumeIops", - "ec2:VolumeSize", - "ec2:VolumeThroughput", - "ec2:VolumeType" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "volume" + "resource_type": "cluster-snapshot" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys", - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -72319,56 +74275,23 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create one or more flow logs to capture IP traffic for a network interface", - "privilege": "CreateFlowLogs", + "access_level": "Tagging", + "description": "Grants permission to untag a DocumentDB Elastic resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags", - "iam:PassRole" - ], - "resource_type": "vpc-flow-log*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "network-interface" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" - ], "dependent_actions": [], - "resource_type": "subnet" + "resource_type": "cluster" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc" + "resource_type": "cluster-snapshot" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -72377,86 +74300,128 @@ }, { "access_level": "Write", - "description": "Grants permission to create an Amazon FPGA Image (AFI) from a design checkpoint (DCP)", - "privilege": "CreateFpgaImage", + "description": "Grants permission to modify a cluster", + "privilege": "UpdateCluster", "resource_types": [ { - "condition_keys": [ - "ec2:Owner", - "ec2:Public" - ], + "condition_keys": [], "dependent_actions": [ - "ec2:CreateTags" + "ec2:CreateVpcEndpoint", + "ec2:DeleteVpcEndpoints", + "ec2:DescribeAvailabilityZones", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcAttribute", + "ec2:DescribeVpcEndpoints", + "ec2:DescribeVpcs", + "ec2:ModifyVpcEndpoint", + "kms:CreateGrant", + "kms:Decrypt", + "kms:DescribeKey", + "kms:GenerateDataKey", + "secretsmanager:DescribeSecret", + "secretsmanager:GetResourcePolicy", + "secretsmanager:GetSecretValue", + "secretsmanager:ListSecretVersionIds", + "secretsmanager:ListSecrets" ], - "resource_type": "fpga-image*" + "resource_type": "cluster*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:docdb-elastic:${Region}:${Account}:cluster/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "cluster" + }, + { + "arn": "arn:${Partition}:docdb-elastic:${Region}:${Account}:cluster-snapshot/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "cluster-snapshot" + } + ], + "service_name": "Amazon DocumentDB Elastic Clusters" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" + }, + { + "condition": "drs:CreateAction", + "description": "Filters access by the name of a resource-creating API action", + "type": "String" }, + { + "condition": "drs:EC2InstanceARN", + "description": "Filters access by the EC2 instance the request originated from", + "type": "ARN" + } + ], + "prefix": "drs", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to create an Amazon EBS-backed AMI from a stopped or running Amazon EBS-backed instance", - "privilege": "CreateImage", + "description": "Grants permission to get associate failback client to recovery instance", + "privilege": "AssociateFailbackClientToRecoveryInstanceForDrs", "resource_types": [ { - "condition_keys": [ - "ec2:ImageID", - "ec2:Owner" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "image*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" - }, + "resource_type": "RecoveryInstanceResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to associate CloudFormation stack with source network", + "privilege": "AssociateSourceNetworkStack", + "resource_types": [ { - "condition_keys": [ - "ec2:OutpostArn", - "ec2:Owner", - "ec2:ParentVolume", - "ec2:SnapshotID", - "ec2:SnapshotTime", - "ec2:SourceOutpostArn", - "ec2:VolumeSize" + "condition_keys": [], + "dependent_actions": [ + "cloudformation:DescribeStackResource", + "cloudformation:DescribeStacks", + "drs:GetLaunchConfiguration", + "ec2:CreateLaunchTemplateVersion", + "ec2:DescribeLaunchTemplateVersions", + "ec2:DescribeLaunchTemplates", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs", + "ec2:ModifyLaunchTemplate" ], - "dependent_actions": [], - "resource_type": "snapshot*" + "resource_type": "SourceNetworkResource*" }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -72465,68 +74430,28 @@ }, { "access_level": "Write", - "description": "Grants permission to create an EC2 Instance Connect Endpoint that allows you to connect to an instance without a public IPv4 address", - "privilege": "CreateInstanceConnectEndpoint", + "description": "Grants permission to batch create volume snapshot group", + "privilege": "BatchCreateVolumeSnapshotGroupForDrs", "resource_types": [ { - "condition_keys": [ - "ec2:SubnetID" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "instance-connect-endpoint*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "subnet*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID", - "ec2:Vpc" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "security-group" + "resource_type": "RecoveryInstanceResource*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an event window in which scheduled events for the associated Amazon EC2 instances can run", - "privilege": "CreateInstanceEventWindow", + "description": "Grants permission to batch delete snapshot request", + "privilege": "BatchDeleteSnapshotRequestForDrs", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "instance-event-window*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], "dependent_actions": [], "resource_type": "" } @@ -72534,43 +74459,18 @@ }, { "access_level": "Write", - "description": "Grants permission to export a running or stopped instance to an Amazon S3 bucket", - "privilege": "CreateInstanceExportTask", + "description": "Grants permission to create converted snapshot", + "privilege": "CreateConvertedSnapshotForDrs", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "export-instance-task*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" - ], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "SourceServerResource*" }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -72579,47 +74479,31 @@ }, { "access_level": "Write", - "description": "Grants permission to create an internet gateway for a VPC", - "privilege": "CreateInternetGateway", + "description": "Grants permission to extend a source server", + "privilege": "CreateExtendedSourceServer", "resource_types": [ { "condition_keys": [ - "ec2:InternetGatewayID" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "internet-gateway*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "drs:DescribeSourceServers", + "drs:GetReplicationConfiguration" ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an Amazon VPC IP Address Manager (IPAM)", - "privilege": "CreateIpam", + "description": "Grants permission to create launch configuration template", + "privilege": "CreateLaunchConfigurationTemplate", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags", - "iam:CreateServiceLinkedRole" - ], - "resource_type": "ipam*" - }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -72628,29 +74512,18 @@ }, { "access_level": "Write", - "description": "Grants permission to create an IP address pool for Amazon VPC IP Address Manager (IPAM), which is a collection of contiguous IP address CIDRs", - "privilege": "CreateIpamPool", + "description": "Grants permission to create recovery instance", + "privilege": "CreateRecoveryInstanceForDrs", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "ipam-pool*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], "dependent_actions": [], - "resource_type": "ipam-scope*" + "resource_type": "SourceServerResource*" }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -72659,78 +74532,54 @@ }, { "access_level": "Write", - "description": "Grants permission to create an IPAM resource discovery", - "privilege": "CreateIpamResourceDiscovery", + "description": "Grants permission to create replication configuration template", + "privilege": "CreateReplicationConfigurationTemplate", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags", - "iam:CreateServiceLinkedRole" - ], - "resource_type": "ipam-resource-discovery*" - }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "aws:TagKeys" + ], + "dependent_actions": [ + "ec2:CreateSecurityGroup", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:GetEbsDefaultKmsKeyId", + "ec2:GetEbsEncryptionByDefault", + "kms:CreateGrant", + "kms:DescribeKey" ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an Amazon VPC IP Address Manager (IPAM) scope, which is the highest-level container within IPAM", - "privilege": "CreateIpamScope", + "description": "Grants permission to create a source network", + "privilege": "CreateSourceNetwork", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "ipam*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ipam-scope*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "ec2:DescribeInstances", + "ec2:DescribeVpcs" ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a 2048-bit RSA key pair", - "privilege": "CreateKeyPair", + "description": "Grants permission to create a source server", + "privilege": "CreateSourceServerForDrs", "resource_types": [ - { - "condition_keys": [ - "ec2:KeyPairType" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "key-pair*" - }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -72739,227 +74588,211 @@ }, { "access_level": "Write", - "description": "Grants permission to create a launch template", - "privilege": "CreateLaunchTemplate", + "description": "Grants permission to delete a job", + "privilege": "DeleteJob", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "launch-template*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "JobResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new version of a launch template", - "privilege": "CreateLaunchTemplateVersion", + "description": "Grants permission to delete a launch action", + "privilege": "DeleteLaunchAction", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "launch-template*" + "resource_type": "LaunchConfigurationTemplateResource" }, { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource" } ] }, { "access_level": "Write", - "description": "Grants permission to create a static route for a local gateway route table", - "privilege": "CreateLocalGatewayRoute", + "description": "Grants permission to delete launch configuration template", + "privilege": "DeleteLaunchConfigurationTemplate", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "local-gateway-route-table*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "local-gateway-virtual-interface-group" - }, + "resource_type": "LaunchConfigurationTemplateResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete recovery instance", + "privilege": "DeleteRecoveryInstance", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "network-interface" - }, + "resource_type": "RecoveryInstanceResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete replication configuration template", + "privilege": "DeleteReplicationConfigurationTemplate", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "prefix-list" - }, + "resource_type": "ReplicationConfigurationTemplateResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete source network", + "privilege": "DeleteSourceNetwork", + "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceNetworkResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a local gateway route table", - "privilege": "CreateLocalGatewayRouteTable", + "description": "Grants permission to delete source server", + "privilege": "DeleteSourceServer", "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "local-gateway*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "local-gateway-route-table*" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe job log items", + "privilege": "DescribeJobLogItems", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "JobResource*" } ] }, { - "access_level": "Write", - "description": "Grants permission to allow a service to access a local gateway route table", - "privilege": "CreateLocalGatewayRouteTablePermission", + "access_level": "Read", + "description": "Grants permission to describe jobs", + "privilege": "DescribeJobs", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "local-gateway-route-table*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe launch configuration template", + "privilege": "DescribeLaunchConfigurationTemplates", + "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a local gateway route table virtual interface group association", - "privilege": "CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation", + "access_level": "Read", + "description": "Grants permission to describe recovery instances", + "privilege": "DescribeRecoveryInstances", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [ - "ec2:CreateTags" + "drs:DescribeSourceServers", + "ec2:DescribeInstances" ], - "resource_type": "local-gateway-route-table*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe recovery snapshots", + "privilege": "DescribeRecoverySnapshots", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "local-gateway-route-table-virtual-interface-group-association*" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe replication configuration template", + "privilege": "DescribeReplicationConfigurationTemplates", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "local-gateway-virtual-interface-group*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe replication server associations", + "privilege": "DescribeReplicationServerAssociationsForDrs", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate a VPC with a local gateway route table", - "privilege": "CreateLocalGatewayRouteTableVpcAssociation", + "access_level": "Read", + "description": "Grants permission to describe snapshot requests", + "privilege": "DescribeSnapshotRequestsForDrs", "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "local-gateway-route-table*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "local-gateway-route-table-vpc-association*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe source networks", + "privilege": "DescribeSourceNetworks", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe source servers", + "privilege": "DescribeSourceServers", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -72967,353 +74800,317 @@ }, { "access_level": "Write", - "description": "Grants permission to create a managed prefix list", - "privilege": "CreateManagedPrefixList", + "description": "Grants permission to disconnect recovery instance", + "privilege": "DisconnectRecoveryInstance", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "prefix-list*" - }, + "dependent_actions": [], + "resource_type": "RecoveryInstanceResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disconnect source server", + "privilege": "DisconnectSourceServer", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a NAT gateway in a subnet", - "privilege": "CreateNatGateway", + "description": "Grants permission to export CloudFormation template which contains source network resources", + "privilege": "ExportSourceNetworkCfnTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "ec2:CreateTags" + "s3:GetBucketLocation", + "s3:GetObject", + "s3:PutObject" ], - "resource_type": "natgateway*" + "resource_type": "SourceNetworkResource*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], - "resource_type": "subnet*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get agent command", + "privilege": "GetAgentCommandForDrs", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AllocationId", - "ec2:Domain", - "ec2:PublicIpAddress", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "elastic-ip" + "resource_type": "RecoveryInstanceResource*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a network ACL in a VPC", - "privilege": "CreateNetworkAcl", + "access_level": "Read", + "description": "Grants permission to get agent confirmed resume info", + "privilege": "GetAgentConfirmedResumeInfoForDrs", "resource_types": [ { - "condition_keys": [ - "ec2:NetworkAclID" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "network-acl*" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "RecoveryInstanceResource*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc*" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get agent installation assets", + "privilege": "GetAgentInstallationAssetsForDrs", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a numbered entry (a rule) in a network ACL", - "privilege": "CreateNetworkAclEntry", + "access_level": "Read", + "description": "Grants permission to get agent replication info", + "privilege": "GetAgentReplicationInfoForDrs", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:NetworkAclID", - "ec2:ResourceTag/${TagKey}", - "ec2:Vpc" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "network-acl*" + "resource_type": "RecoveryInstanceResource*" }, { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a Network Access Scope", - "privilege": "CreateNetworkInsightsAccessScope", + "access_level": "Read", + "description": "Grants permission to get agent runtime configuration", + "privilege": "GetAgentRuntimeConfigurationForDrs", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "network-insights-access-scope*" + "dependent_actions": [], + "resource_type": "RecoveryInstanceResource*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a path to analyze for reachability", - "privilege": "CreateNetworkInsightsPath", + "access_level": "Read", + "description": "Grants permission to get agent snapshot credits", + "privilege": "GetAgentSnapshotCreditsForDrs", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "network-insights-path*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceID", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:PlacementGroup", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" - ], "dependent_actions": [], - "resource_type": "instance" + "resource_type": "RecoveryInstanceResource*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:InternetGatewayID", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "internet-gateway" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get channel commands", + "privilege": "GetChannelCommandsForDrs", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "network-interface" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get failback command", + "privilege": "GetFailbackCommandForDrs", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "transit-gateway" - }, + "resource_type": "RecoveryInstanceResource*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get failback launch requested", + "privilege": "GetFailbackLaunchRequestedForDrs", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc-endpoint" - }, + "resource_type": "RecoveryInstanceResource*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get failback replication configuration", + "privilege": "GetFailbackReplicationConfiguration", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc-endpoint-service" - }, + "resource_type": "RecoveryInstanceResource*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get launch configuration", + "privilege": "GetLaunchConfiguration", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AccepterVpc", - "ec2:RequesterVpc", - "ec2:ResourceTag/${TagKey}", - "ec2:VpcPeeringConnectionID" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc-peering-connection" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get replication configuration", + "privilege": "GetReplicationConfiguration", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpn-gateway" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get suggested failback client device mapping", + "privilege": "GetSuggestedFailbackClientDeviceMappingForDrs", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "RecoveryInstanceResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a network interface in a subnet", - "privilege": "CreateNetworkInterface", + "description": "Grants permission to initialize service", + "privilege": "InitializeService", "resource_types": [ { - "condition_keys": [ - "ec2:NetworkInterfaceID" - ], + "condition_keys": [], "dependent_actions": [ - "ec2:CreateTags" + "iam:AddRoleToInstanceProfile", + "iam:CreateInstanceProfile", + "iam:CreateServiceLinkedRole", + "iam:GetInstanceProfile" ], - "resource_type": "network-interface*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to issue an agent certificate", + "privilege": "IssueAgentCertificateForDrs", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "subnet*" + "resource_type": "RecoveryInstanceResource*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID", - "ec2:Vpc" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "security-group" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list extensible source servers", + "privilege": "ListExtensibleSourceServers", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "condition_keys": [], + "dependent_actions": [ + "drs:DescribeSourceServers" ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to create a permission for an AWS-authorized user to perform certain operations on a network interface", - "privilege": "CreateNetworkInterfacePermission", + "access_level": "Read", + "description": "Grants permission to list launch actions", + "privilege": "ListLaunchActions", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AuthorizedService", - "ec2:AuthorizedUser", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:Permission", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "network-interface*" + "resource_type": "LaunchConfigurationTemplateResource" }, { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a placement group", - "privilege": "CreatePlacementGroup", + "access_level": "Read", + "description": "Grants permission to list staging accounts", + "privilege": "ListStagingAccounts", "resource_types": [ { - "condition_keys": [ - "ec2:PlacementGroupName", - "ec2:PlacementGroupStrategy" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "placement-group*" - }, + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list tags for a resource", + "privilege": "ListTagsForResource", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -73321,234 +75118,157 @@ }, { "access_level": "Write", - "description": "Grants permission to create a public IPv4 address pool for public IPv4 CIDRs that you own and bring to Amazon to manage with Amazon VPC IP Address Manager (IPAM)", - "privilege": "CreatePublicIpv4Pool", + "description": "Grants permission to notify agent authentication", + "privilege": "NotifyAgentAuthenticationForDrs", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "ipv4pool-ec2*" + "dependent_actions": [], + "resource_type": "RecoveryInstanceResource*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a root volume replacement task", - "privilege": "CreateReplaceRootVolumeTask", + "description": "Grants permission to notify agent is connected", + "privilege": "NotifyAgentConnectedForDrs", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "instance*" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "RecoveryInstanceResource*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "replace-root-volume-task*" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to notify agent is disconnected", + "privilege": "NotifyAgentDisconnectedForDrs", + "resource_types": [ { - "condition_keys": [ - "ec2:VolumeID" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "volume*" + "resource_type": "RecoveryInstanceResource*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ImageID", - "ec2:ImageType", - "ec2:Owner", - "ec2:Public", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "image" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to notify agent replication progress", + "privilege": "NotifyAgentReplicationProgressForDrs", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:Owner", - "ec2:ParentVolume", - "ec2:ResourceTag/${TagKey}", - "ec2:SnapshotID", - "ec2:SnapshotTime", - "ec2:VolumeSize" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot" + "resource_type": "RecoveryInstanceResource*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a listing for Standard Reserved Instances to be sold in the Reserved Instance Marketplace", - "privilege": "CreateReservedInstancesListing", + "description": "Grants permission to notify consistency attained", + "privilege": "NotifyConsistencyAttainedForDrs", "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "RecoveryInstanceResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to start a task that restores an AMI from an S3 object previously created by using CreateStoreImageTask", - "privilege": "CreateRestoreImageTask", + "description": "Grants permission to notify replication server authentication", + "privilege": "NotifyReplicationServerAuthenticationForDrs", "resource_types": [ { - "condition_keys": [ - "ec2:ImageID", - "ec2:Owner" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "image*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "RecoveryInstanceResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a route in a VPC route table", - "privilege": "CreateRoute", + "description": "Grants permission to notify replicator volume events", + "privilege": "NotifyVolumeEventForDrs", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:RouteTableID", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "route-table*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a route table for a VPC", - "privilege": "CreateRouteTable", + "description": "Grants permission to put a launch action", + "privilege": "PutLaunchAction", "resource_types": [ { - "condition_keys": [ - "ec2:RouteTableID" - ], + "condition_keys": [], "dependent_actions": [ - "ec2:CreateTags" + "ssm:DescribeDocument" ], - "resource_type": "route-table*" + "resource_type": "LaunchConfigurationTemplateResource" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc*" - }, + "resource_type": "SourceServerResource" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to retry data replication", + "privilege": "RetryDataReplication", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a security group", - "privilege": "CreateSecurityGroup", + "description": "Grants permission to reverse replication", + "privilege": "ReverseReplication", "resource_types": [ { - "condition_keys": [ - "ec2:SecurityGroupID" - ], + "condition_keys": [], "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "security-group*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" + "drs:DescribeReplicationConfigurationTemplates", + "drs:DescribeSourceServers", + "ec2:DescribeInstances" ], - "dependent_actions": [], - "resource_type": "vpc" + "resource_type": "RecoveryInstanceResource*" }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -73557,101 +75277,57 @@ }, { "access_level": "Write", - "description": "Grants permission to create a snapshot of an EBS volume and store it in Amazon S3", - "privilege": "CreateSnapshot", + "description": "Grants permission to send agent logs", + "privilege": "SendAgentLogsForDrs", "resource_types": [ { - "condition_keys": [ - "ec2:OutpostArn", - "ec2:ParentVolume", - "ec2:SnapshotID", - "ec2:SourceOutpostArn", - "ec2:VolumeSize" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "snapshot*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:Encrypted", - "ec2:ResourceTag/${TagKey}", - "ec2:VolumeID", - "ec2:VolumeIops", - "ec2:VolumeSize", - "ec2:VolumeThroughput", - "ec2:VolumeType" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "volume*" + "resource_type": "RecoveryInstanceResource*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to create crash-consistent snapshots of multiple EBS volumes and store them in Amazon S3", - "privilege": "CreateSnapshots", + "description": "Grants permission to send agent metrics", + "privilege": "SendAgentMetricsForDrs", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceID", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:PlacementGroup", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "instance*" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "RecoveryInstanceResource*" }, { - "condition_keys": [ - "ec2:OutpostArn", - "ec2:ParentVolume", - "ec2:SnapshotID", - "ec2:SourceOutpostArn", - "ec2:VolumeSize" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot*" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to send channel command result", + "privilege": "SendChannelCommandResultForDrs", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:Encrypted", - "ec2:ResourceTag/${TagKey}", - "ec2:VolumeID", - "ec2:VolumeIops", - "ec2:VolumeSize", - "ec2:VolumeThroughput", - "ec2:VolumeType" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "volume*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to send client logs", + "privilege": "SendClientLogsForDrs", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -73659,13 +75335,11 @@ }, { "access_level": "Write", - "description": "Grants permission to create a data feed for Spot Instances to view Spot Instance usage logs", - "privilege": "CreateSpotDatafeedSubscription", + "description": "Grants permission to send client metrics", + "privilege": "SendClientMetricsForDrs", "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -73673,25 +75347,30 @@ }, { "access_level": "Write", - "description": "Grants permission to store an AMI as a single object in an S3 bucket", - "privilege": "CreateStoreImageTask", + "description": "Grants permission to send volume throughput statistics", + "privilege": "SendVolumeStatsForDrs", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ImageID", - "ec2:ImageType", - "ec2:Owner", - "ec2:Public", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "image*" + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start failback launch", + "privilege": "StartFailbackLaunch", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "RecoveryInstanceResource*" }, { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -73700,33 +75379,54 @@ }, { "access_level": "Write", - "description": "Grants permission to create a subnet in a VPC", - "privilege": "CreateSubnet", + "description": "Grants permission to start recovery", + "privilege": "StartRecovery", "resource_types": [ { - "condition_keys": [ - "ec2:SubnetID" - ], + "condition_keys": [], "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "subnet*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" + "drs:CreateRecoveryInstanceForDrs", + "drs:ListTagsForResource", + "ec2:AttachVolume", + "ec2:AuthorizeSecurityGroupEgress", + "ec2:AuthorizeSecurityGroupIngress", + "ec2:CreateLaunchTemplate", + "ec2:CreateLaunchTemplateVersion", + "ec2:CreateSnapshot", + "ec2:CreateTags", + "ec2:CreateVolume", + "ec2:DeleteLaunchTemplateVersions", + "ec2:DeleteSnapshot", + "ec2:DeleteVolume", + "ec2:DescribeAccountAttributes", + "ec2:DescribeAvailabilityZones", + "ec2:DescribeImages", + "ec2:DescribeInstanceAttribute", + "ec2:DescribeInstanceStatus", + "ec2:DescribeInstanceTypes", + "ec2:DescribeInstances", + "ec2:DescribeLaunchTemplateVersions", + "ec2:DescribeLaunchTemplates", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSnapshots", + "ec2:DescribeSubnets", + "ec2:DescribeVolumes", + "ec2:DetachVolume", + "ec2:ModifyInstanceAttribute", + "ec2:ModifyLaunchTemplate", + "ec2:RevokeSecurityGroupEgress", + "ec2:RunInstances", + "ec2:StartInstances", + "ec2:StopInstances", + "ec2:TerminateInstances", + "iam:PassRole" ], - "dependent_actions": [], - "resource_type": "vpc*" + "resource_type": "SourceServerResource*" }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -73735,1500 +75435,1302 @@ }, { "access_level": "Write", - "description": "Grants permission to create a subnet CIDR reservation", - "privilege": "CreateSubnetCidrReservation", + "description": "Grants permission to start replication", + "privilege": "StartReplication", "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add or overwrite one or more tags for Amazon EC2 resources", - "privilege": "CreateTags", + "access_level": "Write", + "description": "Grants permission to start network recovery", + "privilege": "StartSourceNetworkRecovery", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "condition_keys": [], + "dependent_actions": [ + "cloudformation:CreateStack", + "cloudformation:DescribeStackResource", + "cloudformation:DescribeStacks", + "cloudformation:UpdateStack", + "drs:GetLaunchConfiguration", + "ec2:CreateLaunchTemplateVersion", + "ec2:DescribeLaunchTemplateVersions", + "ec2:DescribeLaunchTemplates", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs", + "ec2:ModifyLaunchTemplate", + "s3:GetObject", + "s3:PutObject" ], - "dependent_actions": [], - "resource_type": "capacity-reservation" + "resource_type": "SourceNetworkResource*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], - "resource_type": "capacity-reservation-fleet" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start network replication", + "privilege": "StartSourceNetworkReplication", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:Vpc" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "carrier-gateway" - }, + "resource_type": "SourceNetworkResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to stop failback", + "privilege": "StopFailback", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ClientRootCertificateChainArn", - "ec2:CloudwatchLogGroupArn", - "ec2:CloudwatchLogStreamArn", - "ec2:DirectoryArn", - "ec2:ResourceTag/${TagKey}", - "ec2:SamlProviderArn", - "ec2:ServerCertificateArn" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "client-vpn-endpoint" - }, + "resource_type": "RecoveryInstanceResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to stop replication", + "privilege": "StopReplication", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "coip-pool" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to stop network replication", + "privilege": "StopSourceNetworkReplication", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "customer-gateway" - }, + "resource_type": "SourceNetworkResource*" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to assign a resource tag", + "privilege": "TagResource", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AutoPlacement", - "ec2:AvailabilityZone", - "ec2:HostRecovery", - "ec2:InstanceType", - "ec2:Quantity", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "dedicated-host" + "resource_type": "JobResource" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:DhcpOptionsID", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "dhcp-options" + "resource_type": "LaunchConfigurationTemplateResource" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "egress-only-internet-gateway" + "resource_type": "RecoveryInstanceResource" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ElasticGpuType", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "elastic-gpu" + "resource_type": "ReplicationConfigurationTemplateResource" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AllocationId", - "ec2:Domain", - "ec2:PublicIpAddress", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "elastic-ip" + "resource_type": "SourceNetworkResource" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "export-image-task" + "resource_type": "SourceServerResource" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "drs:CreateAction" ], "dependent_actions": [], - "resource_type": "export-instance-task" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to terminate recovery instances", + "privilege": "TerminateRecoveryInstances", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "condition_keys": [], + "dependent_actions": [ + "drs:DescribeSourceServers", + "ec2:DeleteVolume", + "ec2:DescribeInstances", + "ec2:DescribeVolumes", + "ec2:TerminateInstances" ], - "dependent_actions": [], - "resource_type": "fleet" + "resource_type": "RecoveryInstanceResource*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:Owner", - "ec2:Public", - "ec2:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], - "resource_type": "fpga-image" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to untag a resource", + "privilege": "UntagResource", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "host-reservation" + "resource_type": "JobResource" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ImageID", - "ec2:ImageType", - "ec2:Owner", - "ec2:Public", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "image" + "resource_type": "LaunchConfigurationTemplateResource" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "import-image-task" + "resource_type": "RecoveryInstanceResource" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "import-snapshot-task" + "resource_type": "ReplicationConfigurationTemplateResource" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "instance" + "resource_type": "SourceNetworkResource" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "instance-connect-endpoint" + "resource_type": "SourceServerResource" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], - "resource_type": "instance-event-window" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update agent backlog", + "privilege": "UpdateAgentBacklogForDrs", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:InternetGatewayID", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "internet-gateway" + "resource_type": "RecoveryInstanceResource*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "ipam" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update agent conversion info", + "privilege": "UpdateAgentConversionInfoForDrs", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "ipam-pool" + "resource_type": "RecoveryInstanceResource*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "ipam-resource-discovery" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update agent replication info", + "privilege": "UpdateAgentReplicationInfoForDrs", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "ipam-resource-discovery-association" + "resource_type": "RecoveryInstanceResource*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "ipam-scope" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update agent replication process state", + "privilege": "UpdateAgentReplicationProcessStateForDrs", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "ipv4pool-ec2" + "resource_type": "RecoveryInstanceResource*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "ipv6pool-ec2" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update agent source properties", + "privilege": "UpdateAgentSourcePropertiesForDrs", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:KeyPairName", - "ec2:KeyPairType", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "key-pair" + "resource_type": "RecoveryInstanceResource*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "launch-template" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update failback client device mapping", + "privilege": "UpdateFailbackClientDeviceMappingForDrs", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "local-gateway" - }, + "resource_type": "RecoveryInstanceResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update failback client last seen", + "privilege": "UpdateFailbackClientLastSeenForDrs", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "local-gateway-route-table" - }, + "resource_type": "RecoveryInstanceResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update failback replication configuration", + "privilege": "UpdateFailbackReplicationConfiguration", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "local-gateway-route-table-virtual-interface-group-association" - }, + "resource_type": "RecoveryInstanceResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update launch configuration", + "privilege": "UpdateLaunchConfiguration", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "condition_keys": [], + "dependent_actions": [ + "ec2:DescribeInstances" ], - "dependent_actions": [], - "resource_type": "local-gateway-route-table-vpc-association" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update launch configuration", + "privilege": "UpdateLaunchConfigurationTemplate", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "local-gateway-virtual-interface" - }, + "resource_type": "LaunchConfigurationTemplateResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a replication certificate", + "privilege": "UpdateReplicationCertificateForDrs", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "local-gateway-virtual-interface-group" - }, + "resource_type": "RecoveryInstanceResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update replication configuration", + "privilege": "UpdateReplicationConfiguration", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "condition_keys": [], + "dependent_actions": [ + "ec2:CreateSecurityGroup", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:GetEbsDefaultKmsKeyId", + "ec2:GetEbsEncryptionByDefault", + "kms:CreateGrant", + "kms:DescribeKey" ], - "dependent_actions": [], - "resource_type": "natgateway" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update replication configuration template", + "privilege": "UpdateReplicationConfigurationTemplate", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:NetworkAclID", - "ec2:ResourceTag/${TagKey}", - "ec2:Vpc" + "condition_keys": [], + "dependent_actions": [ + "ec2:CreateSecurityGroup", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:GetEbsDefaultKmsKeyId", + "ec2:GetEbsEncryptionByDefault", + "kms:CreateGrant", + "kms:DescribeKey" ], - "dependent_actions": [], - "resource_type": "network-acl" - }, + "resource_type": "ReplicationConfigurationTemplateResource*" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:drs:${Region}:${Account}:job/${JobID}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "JobResource" + }, + { + "arn": "arn:${Partition}:drs:${Region}:${Account}:recovery-instance/${RecoveryInstanceID}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "drs:EC2InstanceARN" + ], + "resource": "RecoveryInstanceResource" + }, + { + "arn": "arn:${Partition}:drs:${Region}:${Account}:replication-configuration-template/${ReplicationConfigurationTemplateID}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "ReplicationConfigurationTemplateResource" + }, + { + "arn": "arn:${Partition}:drs:${Region}:${Account}:launch-configuration-template/${LaunchConfigurationTemplateID}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "LaunchConfigurationTemplateResource" + }, + { + "arn": "arn:${Partition}:drs:${Region}:${Account}:source-server/${SourceServerID}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "SourceServerResource" + }, + { + "arn": "arn:${Partition}:drs:${Region}:${Account}:source-network/${SourceNetworkID}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "SourceNetworkResource" + } + ], + "service_name": "AWS Elastic Disaster Recovery" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the value of the request to AWS DS", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the AWS DS Resource being acted upon", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "ds", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to accept a directory sharing request that was sent from the directory owner account", + "privilege": "AcceptSharedDirectory", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "network-insights-access-scope" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to add a CIDR address block to correctly route traffic to and from your Microsoft AD on Amazon Web Services", + "privilege": "AddIpRoutes", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "condition_keys": [], + "dependent_actions": [ + "ec2:AuthorizeSecurityGroupEgress", + "ec2:AuthorizeSecurityGroupIngress", + "ec2:DescribeSecurityGroups" ], - "dependent_actions": [], - "resource_type": "network-insights-access-scope-analysis" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to add two domain controllers in the specified Region for the specified directory", + "privilege": "AddRegion", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "condition_keys": [], + "dependent_actions": [ + "ec2:AuthorizeSecurityGroupEgress", + "ec2:AuthorizeSecurityGroupIngress", + "ec2:CreateNetworkInterface", + "ec2:CreateSecurityGroup", + "ec2:CreateTags", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs" ], - "dependent_actions": [], - "resource_type": "network-insights-analysis" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to add or overwrite one or more tags for the specified Amazon Directory Services directory", + "privilege": "AddTagsToResource", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "condition_keys": [], + "dependent_actions": [ + "ec2:CreateTags" ], - "dependent_actions": [], - "resource_type": "network-insights-path" + "resource_type": "directory*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AuthorizedUser", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:Permission", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], - "resource_type": "network-interface" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to authorize an application for your AWS Directory", + "privilege": "AuthorizeApplication", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:PlacementGroupName", - "ec2:PlacementGroupStrategy", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "placement-group" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to cancel an in-progress schema extension to a Microsoft AD directory", + "privilege": "CancelSchemaExtension", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "prefix-list" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to verify that the alias is available for use", + "privilege": "CheckAlias", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "replace-root-volume-task" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an AD Connector to connect to an on-premises directory", + "privilege": "ConnectDirectory", + "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:InstanceType", - "ec2:ReservedInstancesOfferingType", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "dependent_actions": [], - "resource_type": "reserved-instances" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:RouteTableID", - "ec2:Vpc" + "dependent_actions": [ + "ec2:AuthorizeSecurityGroupEgress", + "ec2:AuthorizeSecurityGroupIngress", + "ec2:CreateNetworkInterface", + "ec2:CreateSecurityGroup", + "ec2:CreateTags", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs" ], - "dependent_actions": [], - "resource_type": "route-table" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an alias for a directory and assigns the alias to the directory", + "privilege": "CreateAlias", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID", - "ec2:Vpc" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "security-group" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a computer account in the specified directory, and joins the computer to the directory", + "privilege": "CreateComputer", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "security-group-rule" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a conditional forwarder associated with your AWS directory", + "privilege": "CreateConditionalForwarder", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:Encrypted", - "ec2:Owner", - "ec2:ParentVolume", - "ec2:ResourceTag/${TagKey}", - "ec2:SnapshotID", - "ec2:SnapshotTime", - "ec2:VolumeSize" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a Simple AD directory", + "privilege": "CreateDirectory", + "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "dependent_actions": [], - "resource_type": "spot-fleet-request" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "dependent_actions": [ + "ec2:AuthorizeSecurityGroupEgress", + "ec2:AuthorizeSecurityGroupIngress", + "ec2:CreateNetworkInterface", + "ec2:CreateSecurityGroup", + "ec2:CreateTags", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs" ], - "dependent_actions": [], - "resource_type": "spot-instances-request" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an IdentityPool Directory in the AWS cloud", + "privilege": "CreateIdentityPoolDirectory", + "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], - "resource_type": "subnet" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a subscription to forward real time Directory Service domain controller security logs to the specified CloudWatch log group in your AWS account", + "privilege": "CreateLogSubscription", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "subnet-cidr-reservation" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a Microsoft AD in the AWS cloud", + "privilege": "CreateMicrosoftAD", + "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "dependent_actions": [], - "resource_type": "traffic-mirror-filter" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "dependent_actions": [ + "ec2:AuthorizeSecurityGroupEgress", + "ec2:AuthorizeSecurityGroupIngress", + "ec2:CreateNetworkInterface", + "ec2:CreateSecurityGroup", + "ec2:CreateTags", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs" ], - "dependent_actions": [], - "resource_type": "traffic-mirror-session" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a snapshot of a Simple AD or Microsoft AD directory in the AWS cloud", + "privilege": "CreateSnapshot", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "traffic-mirror-target" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "transit-gateway" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "transit-gateway-attachment" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "transit-gateway-connect-peer" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "transit-gateway-multicast-domain" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to initiate the creation of the AWS side of a trust relationship between a Microsoft AD in the AWS cloud and an external domain", + "privilege": "CreateTrust", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "transit-gateway-policy-table" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a conditional forwarder that has been set up for your AWS directory", + "privilege": "DeleteConditionalForwarder", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "transit-gateway-route-table" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an AWS Directory Service directory", + "privilege": "DeleteDirectory", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "condition_keys": [], + "dependent_actions": [ + "ec2:DeleteNetworkInterface", + "ec2:DeleteSecurityGroup", + "ec2:DescribeNetworkInterfaces", + "ec2:RevokeSecurityGroupEgress", + "ec2:RevokeSecurityGroupIngress" ], - "dependent_actions": [], - "resource_type": "transit-gateway-route-table-announcement" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the specified log subscription", + "privilege": "DeleteLogSubscription", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "verified-access-endpoint" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a directory snapshot", + "privilege": "DeleteSnapshot", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "verified-access-group" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an existing trust relationship between your Microsoft AD in the AWS cloud and an external domain", + "privilege": "DeleteTrust", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "verified-access-instance" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete from the system the certificate that was registered for a secured LDAP connection", + "privilege": "DeregisterCertificate", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "verified-access-policy" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to remove the specified directory as a publisher to the specified SNS topic", + "privilege": "DeregisterEventTopic", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "verified-access-trust-provider" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to display information about the certificate registered for a secured LDAP connection", + "privilege": "DescribeCertificate", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:Encrypted", - "ec2:ParentSnapshot", - "ec2:ResourceTag/${TagKey}", - "ec2:VolumeID", - "ec2:VolumeIops", - "ec2:VolumeSize", - "ec2:VolumeThroughput", - "ec2:VolumeType" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "volume" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve information about the type of client authentication for the specified directory, if the type is specified. If no type is specified, information about all client authentication types that are supported for the specified directory is retrieved. Currently, only SmartCard is supported", + "privilege": "DescribeClientAuthenticationSettings", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to obtain information about the conditional forwarders for this account", + "privilege": "DescribeConditionalForwarders", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc-endpoint" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to obtain information about the directories that belong to this account", + "privilege": "DescribeDirectories", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc-endpoint-connection" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to provide information about any domain controllers in your directory", + "privilege": "DescribeDomainControllers", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc-endpoint-service" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to obtain information about which SNS topics receive status messages from the specified directory", + "privilege": "DescribeEventTopics", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc-endpoint-service-permission" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe the status of LDAP security for the specified directory", + "privilege": "DescribeLDAPSSettings", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc-flow-log" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to provide information about the Regions that are configured for multi-Region replication", + "privilege": "DescribeRegions", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AccepterVpc", - "ec2:RequesterVpc", - "ec2:ResourceTag/${TagKey}", - "ec2:VpcPeeringConnectionID" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc-peering-connection" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve information about the configurable settings for the specified directory", + "privilege": "DescribeSettings", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AuthenticationType", - "ec2:DPDTimeoutSeconds", - "ec2:GatewayType", - "ec2:IKEVersions", - "ec2:InsideTunnelCidr", - "ec2:InsideTunnelIpv6Cidr", - "ec2:Phase1DHGroup", - "ec2:Phase1EncryptionAlgorithms", - "ec2:Phase1IntegrityAlgorithms", - "ec2:Phase1LifetimeSeconds", - "ec2:Phase2DHGroup", - "ec2:Phase2EncryptionAlgorithms", - "ec2:Phase2IntegrityAlgorithms", - "ec2:Phase2LifetimeSeconds", - "ec2:PreSharedKeys", - "ec2:RekeyFuzzPercentage", - "ec2:RekeyMarginTimeSeconds", - "ec2:ReplayWindowSizePackets", - "ec2:ResourceTag/${TagKey}", - "ec2:RoutingType" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpn-connection" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return the shared directories in your account", + "privilege": "DescribeSharedDirectories", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpn-gateway" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to obtain information about the directory snapshots that belong to this account", + "privilege": "DescribeSnapshots", + "resource_types": [ { - "condition_keys": [ - "ec2:CreateAction", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a traffic mirror filter", - "privilege": "CreateTrafficMirrorFilter", + "access_level": "Read", + "description": "Grants permission to obtain information about the trust relationships for this account", + "privilege": "DescribeTrusts", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "traffic-mirror-filter*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a traffic mirror filter rule", - "privilege": "CreateTrafficMirrorFilterRule", + "access_level": "Read", + "description": "Grants permission to describe the updates of a directory for a particular update type", + "privilege": "DescribeUpdateDirectory", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "traffic-mirror-filter*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a traffic mirror session", - "privilege": "CreateTrafficMirrorSession", + "description": "Grants permission to disable alternative client authentication methods for the specified directory", + "privilege": "DisableClientAuthentication", "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:NetworkInterfaceID", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "network-interface*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "traffic-mirror-filter*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "traffic-mirror-session*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "traffic-mirror-target*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a traffic mirror target", - "privilege": "CreateTrafficMirrorTarget", + "description": "Grants permission to deactivate LDAP secure calls for the specified directory", + "privilege": "DisableLDAPS", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "traffic-mirror-target*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:NetworkInterfaceID", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "network-interface" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:VpceServiceName", - "ec2:VpceServiceOwner" - ], "dependent_actions": [], - "resource_type": "vpc-endpoint" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a transit gateway", - "privilege": "CreateTransitGateway", + "description": "Grants permission to disable multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector directory", + "privilege": "DisableRadius", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "transit-gateway*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a Connect attachment from a specified transit gateway attachment", - "privilege": "CreateTransitGatewayConnect", + "description": "Grants permission to disable AWS Management Console access for identity in your AWS Directory", + "privilege": "DisableRoleAccess", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "transit-gateway-attachment*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a Connect peer between a transit gateway and an appliance", - "privilege": "CreateTransitGatewayConnectPeer", + "description": "Grants permission to disable single-sign on for a directory", + "privilege": "DisableSso", "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "transit-gateway-attachment*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "transit-gateway-connect-peer*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a multicast domain for a transit gateway", - "privilege": "CreateTransitGatewayMulticastDomain", + "description": "Grants permission to enable alternative client authentication methods for the specified directory", + "privilege": "EnableClientAuthentication", "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "transit-gateway*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "transit-gateway-multicast-domain*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to request a transit gateway peering attachment between a requester and accepter transit gateway", - "privilege": "CreateTransitGatewayPeeringAttachment", + "description": "Grants permission to activate the switch for the specific directory to always use LDAP secure calls", + "privilege": "EnableLDAPS", "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "transit-gateway*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "transit-gateway-attachment*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a transit gateway policy table", - "privilege": "CreateTransitGatewayPolicyTable", + "description": "Grants permission to enable multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector directory", + "privilege": "EnableRadius", "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "transit-gateway*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "transit-gateway-policy-table*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a transit gateway prefix list reference", - "privilege": "CreateTransitGatewayPrefixListReference", + "description": "Grants permission to enable AWS Management Console access for identity in your AWS Directory", + "privilege": "EnableRoleAccess", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "prefix-list*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "transit-gateway-route-table*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "transit-gateway-attachment" - }, - { - "condition_keys": [ - "ec2:Region" + "condition_keys": [], + "dependent_actions": [ + "iam:PassRole" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a static route for a transit gateway route table", - "privilege": "CreateTransitGatewayRoute", + "description": "Grants permission to enable single-sign on for a directory", + "privilege": "EnableSso", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "transit-gateway-route-table*" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the details of the authorized applications on a directory", + "privilege": "GetAuthorizedApplicationDetails", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "transit-gateway-attachment" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to obtain directory limit information for the current region", + "privilege": "GetDirectoryLimits", + "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a route table for a transit gateway", - "privilege": "CreateTransitGatewayRouteTable", + "access_level": "Read", + "description": "Grants permission to obtain the manual snapshot limits for a directory", + "privilege": "GetSnapshotLimits", "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "transit-gateway*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "transit-gateway-route-table*" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to obtain the AWS applications authorized for a directory", + "privilege": "ListAuthorizedApplications", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an announcement for a transit gateway route table", - "privilege": "CreateTransitGatewayRouteTableAnnouncement", + "access_level": "List", + "description": "Grants permission to list all the certificates registered for a secured LDAP connection, for the specified directory", + "privilege": "ListCertificates", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "transit-gateway-attachment*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "transit-gateway-route-table*" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list the address blocks that you have added to a directory", + "privilege": "ListIpRoutes", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "transit-gateway-route-table-announcement*" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list the active log subscriptions for the AWS account", + "privilege": "ListLogSubscriptions", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to attach a VPC to a transit gateway", - "privilege": "CreateTransitGatewayVpcAttachment", + "access_level": "List", + "description": "Grants permission to list all schema extensions applied to a Microsoft AD Directory", + "privilege": "ListSchemaExtensions", "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "subnet*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "transit-gateway*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "transit-gateway-attachment*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" - ], - "dependent_actions": [], - "resource_type": "vpc*" - }, + "resource_type": "directory*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list all tags on an Amazon Directory Services directory", + "privilege": "ListTagsForResource", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a Verified Access endpoint", - "privilege": "CreateVerifiedAccessEndpoint", + "description": "Grants permission to register a certificate for secured LDAP connection", + "privilege": "RegisterCertificate", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "verified-access-endpoint*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "verified-access-group*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AuthorizedUser", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:Permission", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "network-interface" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "security-group" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "subnet" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a Verified Access group", - "privilege": "CreateVerifiedAccessGroup", + "description": "Grants permission to associate a directory with an SNS topic", + "privilege": "RegisterEventTopic", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "verified-access-group*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "verified-access-instance*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "sns:GetTopicAttributes" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a Verified Access instance", - "privilege": "CreateVerifiedAccessInstance", + "description": "Grants permission to reject a directory sharing request that was sent from the directory owner account", + "privilege": "RejectSharedDirectory", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "verified-access-instance*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a verified trust provider", - "privilege": "CreateVerifiedAccessTrustProvider", + "description": "Grants permission to remove IP address blocks from a directory", + "privilege": "RemoveIpRoutes", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "verified-access-trust-provider*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an EBS volume", - "privilege": "CreateVolume", + "description": "Grants permission to stop all replication and removes the domain controllers from the specified Region. You cannot remove the primary Region with this operation", + "privilege": "RemoveRegion", "resource_types": [ { - "condition_keys": [ - "ec2:AvailabilityZone", - "ec2:Encrypted", - "ec2:KmsKeyId", - "ec2:ParentSnapshot", - "ec2:VolumeID", - "ec2:VolumeIops", - "ec2:VolumeSize", - "ec2:VolumeThroughput", - "ec2:VolumeType" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "volume*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a VPC with a specified CIDR block", - "privilege": "CreateVpc", + "access_level": "Tagging", + "description": "Grants permission to remove tags from an Amazon Directory Services directory", + "privilege": "RemoveTagsFromResource", "resource_types": [ { - "condition_keys": [ - "ec2:Ipv4IpamPoolId", - "ec2:Ipv6IpamPoolId", - "ec2:VpcID" - ], + "condition_keys": [], "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "vpc*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "ipam-pool" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:DeleteTags" ], - "dependent_actions": [], - "resource_type": "ipv6pool-ec2" + "resource_type": "directory*" }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -75237,495 +76739,252 @@ }, { "access_level": "Write", - "description": "Grants permission to create a VPC endpoint for an AWS service", - "privilege": "CreateVpcEndpoint", + "description": "Grants permission to reset the password for any user in your AWS Managed Microsoft AD or Simple AD directory", + "privilege": "ResetUserPassword", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:VpcID" - ], - "dependent_actions": [ - "ec2:CreateTags", - "route53:AssociateVPCWithHostedZone" - ], - "resource_type": "vpc*" - }, - { - "condition_keys": [ - "ec2:VpceServiceName", - "ec2:VpceServiceOwner" - ], - "dependent_actions": [], - "resource_type": "vpc-endpoint*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:RouteTableID" - ], - "dependent_actions": [], - "resource_type": "route-table" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID" - ], - "dependent_actions": [], - "resource_type": "security-group" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID" - ], - "dependent_actions": [], - "resource_type": "subnet" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a connection notification for a VPC endpoint or VPC endpoint service", - "privilege": "CreateVpcEndpointConnectionNotification", + "description": "Grants permission to restore a directory using an existing directory snapshot", + "privilege": "RestoreFromSnapshot", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "vpc-endpoint" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "vpc-endpoint-service" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a VPC endpoint service configuration to which service consumers (AWS accounts, IAM users, and IAM roles) can connect", - "privilege": "CreateVpcEndpointServiceConfiguration", + "description": "Grants permission to share a specified directory in your AWS account (directory owner) with another AWS account (directory consumer). With this operation you can use your directory from any AWS account and from any Amazon VPC within an AWS Region", + "privilege": "ShareDirectory", "resource_types": [ { - "condition_keys": [ - "ec2:VpceServicePrivateDnsName" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "vpc-endpoint-service*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to request a VPC peering connection between two VPCs", - "privilege": "CreateVpcPeeringConnection", + "description": "Grants permission to apply a schema extension to a Microsoft AD directory", + "privilege": "StartSchemaExtension", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "vpc*" - }, - { - "condition_keys": [ - "ec2:AccepterVpc", - "ec2:RequesterVpc", - "ec2:VpcPeeringConnectionID" - ], - "dependent_actions": [], - "resource_type": "vpc-peering-connection*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a VPN connection between a virtual private gateway or transit gateway and a customer gateway", - "privilege": "CreateVpnConnection", + "description": "Grants permission to unauthorize an application from your AWS Directory", + "privilege": "UnauthorizeApplication", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "customer-gateway*" - }, - { - "condition_keys": [ - "ec2:AuthenticationType", - "ec2:DPDTimeoutSeconds", - "ec2:GatewayType", - "ec2:IKEVersions", - "ec2:InsideTunnelCidr", - "ec2:InsideTunnelIpv6Cidr", - "ec2:Phase1DHGroup", - "ec2:Phase1EncryptionAlgorithms", - "ec2:Phase1IntegrityAlgorithms", - "ec2:Phase1LifetimeSeconds", - "ec2:Phase2DHGroup", - "ec2:Phase2EncryptionAlgorithms", - "ec2:Phase2IntegrityAlgorithms", - "ec2:Phase2LifetimeSeconds", - "ec2:PreSharedKeys", - "ec2:RekeyFuzzPercentage", - "ec2:RekeyMarginTimeSeconds", - "ec2:ReplayWindowSizePackets", - "ec2:RoutingType" - ], - "dependent_actions": [], - "resource_type": "vpn-connection*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "transit-gateway" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "transit-gateway-attachment" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "vpn-gateway" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a static route for a VPN connection between a virtual private gateway and a customer gateway", - "privilege": "CreateVpnConnectionRoute", + "description": "Grants permission to stop the directory sharing between the directory owner and consumer accounts", + "privilege": "UnshareDirectory", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "vpn-connection*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a virtual private gateway", - "privilege": "CreateVpnGateway", + "description": "Grants permission to update an authorized application for your AWS Directory", + "privilege": "UpdateAuthorizedApplication", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "vpn-gateway*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "ec2:Region" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a carrier gateway", - "privilege": "DeleteCarrierGateway", + "description": "Grants permission to update a conditional forwarder that has been set up for your AWS directory", + "privilege": "UpdateConditionalForwarder", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "carrier-gateway*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a Client VPN endpoint", - "privilege": "DeleteClientVpnEndpoint", + "description": "Grants permission to update the configurations like service account credentials or DNS server IP addresses for the specified directory", + "privilege": "UpdateDirectory", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ClientRootCertificateChainArn", - "ec2:CloudwatchLogGroupArn", - "ec2:CloudwatchLogStreamArn", - "ec2:DirectoryArn", - "ec2:ResourceTag/${TagKey}", - "ec2:SamlProviderArn", - "ec2:ServerCertificateArn" - ], - "dependent_actions": [], - "resource_type": "client-vpn-endpoint*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a route from a Client VPN endpoint", - "privilege": "DeleteClientVpnRoute", + "description": "Grants permission to update the directory for a particular update type", + "privilege": "UpdateDirectorySetup", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ClientRootCertificateChainArn", - "ec2:CloudwatchLogGroupArn", - "ec2:CloudwatchLogStreamArn", - "ec2:DirectoryArn", - "ec2:ResourceTag/${TagKey}", - "ec2:SamlProviderArn", - "ec2:ServerCertificateArn" - ], - "dependent_actions": [], - "resource_type": "client-vpn-endpoint*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "subnet" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a range of customer-owned IP (CoIP) addresses", - "privilege": "DeleteCoipCidr", + "description": "Grants permission to add or remove domain controllers to or from the directory. Based on the difference between current value and new value (provided through this API call), domain controllers will be added or removed. It may take up to 45 minutes for any new domain controllers to become fully active once the requested number of domain controllers is updated. During this time, you cannot make another update request", + "privilege": "UpdateNumberOfDomainControllers", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "coip-pool*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a pool of customer-owned IP (CoIP) addresses", - "privilege": "DeleteCoipPool", + "description": "Grants permission to update the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector directory", + "privilege": "UpdateRadius", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "coip-pool*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to deny a service from accessing a customer-owned IP (CoIP) pool", - "privilege": "DeleteCoipPoolPermission", + "description": "Grants permission to update the configurable settings for the specified directory", + "privilege": "UpdateSettings", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "coip-pool*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a customer gateway", - "privilege": "DeleteCustomerGateway", + "description": "Grants permission to update the trust that has been set up between your AWS Managed Microsoft AD directory and an on-premises Active Directory", + "privilege": "UpdateTrust", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "customer-gateway*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a set of DHCP options", - "privilege": "DeleteDhcpOptions", + "access_level": "Read", + "description": "Grants permission to verify a trust relationship between your Microsoft AD in the AWS cloud and an external domain", + "privilege": "VerifyTrust", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:DhcpOptionsID", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "dhcp-options*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "directory*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:ds:${Region}:${Account}:directory/${DirectoryId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "directory" + } + ], + "service_name": "AWS Directory Service" + }, + { + "conditions": [ + { + "condition": "dynamodb:Attributes", + "description": "Filters access by attribute (field or column) names of the table", + "type": "ArrayOfString" }, { - "access_level": "Write", - "description": "Grants permission to delete an egress-only internet gateway", - "privilege": "DeleteEgressOnlyInternetGateway", + "condition": "dynamodb:EnclosingOperation", + "description": "Filters access by blocking Transactions APIs calls and allow the non-Transaction APIs calls and vice-versa", + "type": "String" + }, + { + "condition": "dynamodb:FullTableScan", + "description": "Filters access by blocking full table scan", + "type": "Bool" + }, + { + "condition": "dynamodb:LeadingKeys", + "description": "Filters access by the partition key of the table", + "type": "ArrayOfString" + }, + { + "condition": "dynamodb:ReturnConsumedCapacity", + "description": "Filters access by the ReturnConsumedCapacity parameter of a request. Contains either \"TOTAL\" or \"NONE\"", + "type": "String" + }, + { + "condition": "dynamodb:ReturnValues", + "description": "Filters access by the ReturnValues parameter of request. Contains one of the following: \"ALL_OLD\", \"UPDATED_OLD\",\"ALL_NEW\",\"UPDATED_NEW\", or \"NONE\"", + "type": "String" + }, + { + "condition": "dynamodb:Select", + "description": "Filters access by the Select parameter of a Query or Scan request", + "type": "String" + } + ], + "prefix": "dynamodb", + "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to return the attributes of one or more items from one or more tables", + "privilege": "BatchGetItem", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "egress-only-internet-gateway*" + "resource_type": "table*" }, { "condition_keys": [ - "ec2:Region" + "dynamodb:Attributes", + "dynamodb:LeadingKeys", + "dynamodb:ReturnConsumedCapacity", + "dynamodb:Select" ], "dependent_actions": [], "resource_type": "" @@ -75734,20 +76993,19 @@ }, { "access_level": "Write", - "description": "Grants permission to delete one or more EC2 Fleets", - "privilege": "DeleteFleets", + "description": "Grants permission to put or delete multiple items in one or more tables", + "privilege": "BatchWriteItem", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "table*" }, { "condition_keys": [ - "ec2:Region" + "dynamodb:Attributes", + "dynamodb:LeadingKeys", + "dynamodb:ReturnConsumedCapacity" ], "dependent_actions": [], "resource_type": "" @@ -75755,21 +77013,21 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete one or more flow logs", - "privilege": "DeleteFlowLogs", + "access_level": "Read", + "description": "Grants permission to the ConditionCheckItem operation checks the existence of a set of attributes for the item with the given primary key", + "privilege": "ConditionCheckItem", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc-flow-log*" + "resource_type": "table*" }, { "condition_keys": [ - "ec2:Region" + "dynamodb:Attributes", + "dynamodb:LeadingKeys", + "dynamodb:ReturnConsumedCapacity", + "dynamodb:ReturnValues" ], "dependent_actions": [], "resource_type": "" @@ -75778,134 +77036,86 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an Amazon FPGA Image (AFI)", - "privilege": "DeleteFpgaImage", + "description": "Grants permission to create a backup for an existing table", + "privilege": "CreateBackup", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:Owner", - "ec2:Public", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "fpga-image*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an EC2 Instance Connect Endpoint", - "privilege": "DeleteInstanceConnectEndpoint", + "description": "Grants permission to create a global table from an existing table", + "privilege": "CreateGlobalTable", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "instance-connect-endpoint*" + "resource_type": "global-table*" }, { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified event window", - "privilege": "DeleteInstanceEventWindow", + "description": "Grants permission to the CreateTable operation adds a new table to your account", + "privilege": "CreateTable", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "instance-event-window*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an internet gateway", - "privilege": "DeleteInternetGateway", + "description": "Grants permission to add a new replica table", + "privilege": "CreateTableReplica", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:InternetGatewayID", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "internet-gateway*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an Amazon VPC IP Address Manager (IPAM) and remove all monitored data associated with the IPAM including the historical data for CIDRs", - "privilege": "DeleteIpam", + "description": "Grants permission to delete an existing backup of a table", + "privilege": "DeleteBackup", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "ipam*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "backup*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an Amazon VPC IP Address Manager (IPAM) pool", - "privilege": "DeleteIpamPool", + "description": "Grants permission to deletes a single item in a table by primary key", + "privilege": "DeleteItem", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "ipam-pool*" + "resource_type": "table*" }, { "condition_keys": [ - "ec2:Region" + "dynamodb:Attributes", + "dynamodb:EnclosingOperation", + "dynamodb:LeadingKeys", + "dynamodb:ReturnConsumedCapacity", + "dynamodb:ReturnValues" ], "dependent_actions": [], "resource_type": "" @@ -75914,434 +77124,278 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an IPAM resource discovery", - "privilege": "DeleteIpamResourceDiscovery", + "description": "Grants permission to the DeleteTable operation which deletes a table and all of its items", + "privilege": "DeleteTable", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "ipam-resource-discovery*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the scope for an Amazon VPC IP Address Manager (IPAM)", - "privilege": "DeleteIpamScope", + "description": "Grants permission to delete a replica table and all of its items", + "privilege": "DeleteTableReplica", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "ipam-scope*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a key pair by removing the public key from Amazon EC2", - "privilege": "DeleteKeyPair", + "access_level": "Read", + "description": "Grants permission to describe an existing backup of a table", + "privilege": "DescribeBackup", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:KeyPairName", - "ec2:KeyPairType", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "key-pair" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "backup*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a launch template and its associated versions", - "privilege": "DeleteLaunchTemplate", + "access_level": "Read", + "description": "Grants permission to check the status of the backup restore settings on the specified table", + "privilege": "DescribeContinuousBackups", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "launch-template*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete one or more versions of a launch template", - "privilege": "DeleteLaunchTemplateVersions", + "access_level": "Read", + "description": "Grants permission to describe the contributor insights status and related details for a given table or global secondary index", + "privilege": "DescribeContributorInsights", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "launch-template*" + "resource_type": "table*" }, { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "index" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a route from a local gateway route table", - "privilege": "DeleteLocalGatewayRoute", + "access_level": "Read", + "description": "Grants permission to return the regional endpoint information", + "privilege": "DescribeEndpoints", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "local-gateway-route-table*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "prefix-list" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a local gateway route table", - "privilege": "DeleteLocalGatewayRouteTable", + "access_level": "Read", + "description": "Grants permission to describe an existing Export of a table", + "privilege": "DescribeExport", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "local-gateway-route-table*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "export*" } ] }, { - "access_level": "Write", - "description": "Grants permission to deny a service from accessing a local gateway route table", - "privilege": "DeleteLocalGatewayRouteTablePermission", + "access_level": "Read", + "description": "Grants permission to return information about the specified global table", + "privilege": "DescribeGlobalTable", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "local-gateway-route-table*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "global-table*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a local gateway route table virtual interface group association", - "privilege": "DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation", + "access_level": "Read", + "description": "Grants permission to return settings information about the specified global table", + "privilege": "DescribeGlobalTableSettings", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "local-gateway-route-table-virtual-interface-group-association*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "global-table*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an association between a VPC and local gateway route table", - "privilege": "DeleteLocalGatewayRouteTableVpcAssociation", + "access_level": "Read", + "description": "Grants permission to describe an existing import", + "privilege": "DescribeImport", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "local-gateway-route-table-vpc-association*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "import*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a managed prefix list", - "privilege": "DeleteManagedPrefixList", + "access_level": "Read", + "description": "Grants permission to grant permission to describe the status of Kinesis streaming and related details for a given table", + "privilege": "DescribeKinesisStreamingDestination", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "prefix-list*" - }, + "resource_type": "table*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return the current provisioned-capacity limits for your AWS account in a region, both for the region as a whole and for any one DynamoDB table that you create there", + "privilege": "DescribeLimits", + "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a NAT gateway", - "privilege": "DeleteNatGateway", + "access_level": "Read", + "description": "Grants permission to describe one or more of the Reserved Capacity purchased", + "privilege": "DescribeReservedCapacity", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "natgateway*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a network ACL", - "privilege": "DeleteNetworkAcl", + "access_level": "Read", + "description": "Grants permission to describe Reserved Capacity offerings that are available for purchase", + "privilege": "DescribeReservedCapacityOfferings", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:NetworkAclID", - "ec2:ResourceTag/${TagKey}", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "network-acl*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an inbound or outbound entry (rule) from a network ACL", - "privilege": "DeleteNetworkAclEntry", + "access_level": "Read", + "description": "Grants permission to return information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table", + "privilege": "DescribeStream", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:NetworkAclID", - "ec2:ResourceTag/${TagKey}", - "ec2:Vpc" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "network-acl*" - }, + "resource_type": "stream*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return information about the table", + "privilege": "DescribeTable", + "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a Network Access Scope", - "privilege": "DeleteNetworkInsightsAccessScope", + "access_level": "Read", + "description": "Grants permission to describe the auto scaling settings across all replicas of the global table", + "privilege": "DescribeTableReplicaAutoScaling", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "network-insights-access-scope*" - }, + "resource_type": "table*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to give a description of the Time to Live (TTL) status on the specified table", + "privilege": "DescribeTimeToLive", + "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a Network Access Scope analysis", - "privilege": "DeleteNetworkInsightsAccessScopeAnalysis", + "description": "Grants permission to grant permission to stop replication from the DynamoDB table to the Kinesis data stream", + "privilege": "DisableKinesisStreamingDestination", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "network-insights-access-scope-analysis*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a network insights analysis", - "privilege": "DeleteNetworkInsightsAnalysis", + "description": "Grants permission to grant permission to start table data replication to the specified Kinesis data stream at a timestamp chosen during the enable workflow", + "privilege": "EnableKinesisStreamingDestination", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "network-insights-analysis*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a network insights path", - "privilege": "DeleteNetworkInsightsPath", + "description": "Grants permission to initiate an Export of a DynamoDB table to S3", + "privilege": "ExportTableToPointInTime", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "network-insights-path*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a detached network interface", - "privilege": "DeleteNetworkInterface", + "access_level": "Read", + "description": "Grants permission to the GetItem operation that returns a set of attributes for the item with the given primary key", + "privilege": "GetItem", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "network-interface*" + "resource_type": "table*" }, { "condition_keys": [ - "ec2:Region" + "dynamodb:Attributes", + "dynamodb:EnclosingOperation", + "dynamodb:LeadingKeys", + "dynamodb:ReturnConsumedCapacity", + "dynamodb:Select" ], "dependent_actions": [], "resource_type": "" @@ -76349,264 +77403,153 @@ ] }, { - "access_level": "Permissions management", - "description": "Grants permission to delete a permission that is associated with a network interface", - "privilege": "DeleteNetworkInterfacePermission", + "access_level": "Read", + "description": "Grants permission to retrieve the stream records from a given shard", + "privilege": "GetRecords", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "network-interface" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "stream*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a placement group", - "privilege": "DeletePlacementGroup", + "access_level": "Read", + "description": "Grants permission to return a shard iterator", + "privilege": "GetShardIterator", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:PlacementGroupName", - "ec2:PlacementGroupStrategy", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "placement-group" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "stream*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a public IPv4 address pool for public IPv4 CIDRs that you own and brought to Amazon to manage with Amazon VPC IP Address Manager (IPAM)", - "privilege": "DeletePublicIpv4Pool", + "description": "Grants permission to initiate an import from S3 to a DynamoDB table", + "privilege": "ImportTable", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "ipv4pool-ec2*" - }, + "resource_type": "table*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list backups associated with the account and endpoint", + "privilege": "ListBackups", + "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the queued purchases for the specified Reserved Instances", - "privilege": "DeleteQueuedReservedInstances", + "access_level": "List", + "description": "Grants permission to list the ContributorInsightsSummary for all tables and global secondary indexes associated with the current account and endpoint", + "privilege": "ListContributorInsights", "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to remove an IAM policy that enables cross-account sharing from a resource", - "privilege": "DeleteResourcePolicy", + "access_level": "List", + "description": "Grants permission to list exports associated with the account and endpoint", + "privilege": "ListExports", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "ipam-pool" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:PlacementGroupName", - "ec2:PlacementGroupStrategy", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "placement-group" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "verified-access-group" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a route from a route table", - "privilege": "DeleteRoute", + "access_level": "List", + "description": "Grants permission to list all global tables that have a replica in the specified region", + "privilege": "ListGlobalTables", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:RouteTableID", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "route-table*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a route table", - "privilege": "DeleteRouteTable", + "access_level": "List", + "description": "Grants permission to list imports associated with the account and endpoint", + "privilege": "ListImports", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:RouteTableID", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "route-table*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a security group", - "privilege": "DeleteSecurityGroup", + "access_level": "Read", + "description": "Grants permission to return an array of stream ARNs associated with the current account and endpoint", + "privilege": "ListStreams", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "security-group*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a snapshot of an EBS volume", - "privilege": "DeleteSnapshot", + "access_level": "List", + "description": "Grants permission to return an array of table names associated with the current account and endpoint", + "privilege": "ListTables", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:OutpostArn", - "ec2:Owner", - "ec2:ParentVolume", - "ec2:ResourceTag/${TagKey}", - "ec2:SnapshotID", - "ec2:SnapshotTime", - "ec2:VolumeSize" - ], - "dependent_actions": [], - "resource_type": "snapshot*" - }, - { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a data feed for Spot Instances", - "privilege": "DeleteSpotDatafeedSubscription", + "access_level": "Read", + "description": "Grants permission to list all tags on an Amazon DynamoDB resource", + "privilege": "ListTagsOfResource", "resource_types": [ { - "condition_keys": [ - "ec2:Region" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a subnet", - "privilege": "DeleteSubnet", + "description": "Grants permission to delete a single item in a table by primary key", + "privilege": "PartiQLDelete", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "subnet*" + "resource_type": "table*" }, { "condition_keys": [ - "ec2:Region" + "dynamodb:Attributes", + "dynamodb:EnclosingOperation", + "dynamodb:LeadingKeys", + "dynamodb:ReturnValues" ], "dependent_actions": [], "resource_type": "" @@ -76615,12 +77558,19 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a subnet CIDR reservation", - "privilege": "DeleteSubnetCidrReservation", + "description": "Grants permission to create a new item, if an item with same primary key does not exist in the table", + "privilege": "PartiQLInsert", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "table*" + }, { "condition_keys": [ - "ec2:Region" + "dynamodb:Attributes", + "dynamodb:EnclosingOperation", + "dynamodb:LeadingKeys" ], "dependent_actions": [], "resource_type": "" @@ -76628,553 +77578,1211 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to delete one or more tags from Amazon EC2 resources", - "privilege": "DeleteTags", + "access_level": "Read", + "description": "Grants permission to read a set of attributes for items from a table or index", + "privilege": "PartiQLSelect", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "capacity-reservation" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "capacity-reservation-fleet" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "carrier-gateway" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "client-vpn-endpoint" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "coip-pool" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "customer-gateway" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "dedicated-host" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "dhcp-options" + "resource_type": "table*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "egress-only-internet-gateway" + "resource_type": "index" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "dynamodb:Attributes", + "dynamodb:EnclosingOperation", + "dynamodb:FullTableScan", + "dynamodb:LeadingKeys", + "dynamodb:Select" ], "dependent_actions": [], - "resource_type": "elastic-gpu" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to edit an existing item's attributes", + "privilege": "PartiQLUpdate", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "elastic-ip" + "resource_type": "table*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "dynamodb:Attributes", + "dynamodb:EnclosingOperation", + "dynamodb:LeadingKeys", + "dynamodb:ReturnValues" ], "dependent_actions": [], - "resource_type": "export-image-task" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to purchases reserved capacity for use with your account", + "privilege": "PurchaseReservedCapacityOfferings", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "export-instance-task" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a new item, or replace an old item with a new item", + "privilege": "PutItem", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet" + "resource_type": "table*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "dynamodb:Attributes", + "dynamodb:EnclosingOperation", + "dynamodb:LeadingKeys", + "dynamodb:ReturnConsumedCapacity", + "dynamodb:ReturnValues" ], "dependent_actions": [], - "resource_type": "fpga-image" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to use the primary key of a table or a secondary index to directly access items from that table or index", + "privilege": "Query", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "host-reservation" + "resource_type": "table*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "image" + "resource_type": "index" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "dynamodb:Attributes", + "dynamodb:LeadingKeys", + "dynamodb:ReturnConsumedCapacity", + "dynamodb:ReturnValues", + "dynamodb:Select" ], "dependent_actions": [], - "resource_type": "import-image-task" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a new table from recovery point on AWS Backup", + "privilege": "RestoreTableFromAwsBackup", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "import-snapshot-task" - }, + "resource_type": "table*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a new table from an existing backup", + "privilege": "RestoreTableFromBackup", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "condition_keys": [], + "dependent_actions": [ + "dynamodb:BatchWriteItem", + "dynamodb:DeleteItem", + "dynamodb:GetItem", + "dynamodb:PutItem", + "dynamodb:Query", + "dynamodb:Scan", + "dynamodb:UpdateItem" ], - "dependent_actions": [], - "resource_type": "instance" + "resource_type": "backup*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "instance-connect-endpoint" - }, + "resource_type": "table*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to restore a table to a point in time", + "privilege": "RestoreTableToPointInTime", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "condition_keys": [], + "dependent_actions": [ + "dynamodb:BatchWriteItem", + "dynamodb:DeleteItem", + "dynamodb:GetItem", + "dynamodb:PutItem", + "dynamodb:Query", + "dynamodb:Scan", + "dynamodb:UpdateItem" ], - "dependent_actions": [], - "resource_type": "instance-event-window" - }, + "resource_type": "table*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return one or more items and item attributes by accessing every item in a table or a secondary index", + "privilege": "Scan", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "internet-gateway" + "resource_type": "table*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "ipam" + "resource_type": "index" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "dynamodb:Attributes", + "dynamodb:ReturnConsumedCapacity", + "dynamodb:ReturnValues", + "dynamodb:Select" ], "dependent_actions": [], - "resource_type": "ipam-pool" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a backup on AWS Backup with advanced features enabled", + "privilege": "StartAwsBackupJob", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "ipam-resource-discovery" - }, + "resource_type": "table*" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to associate a set of tags with an Amazon DynamoDB resource", + "privilege": "TagResource", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "ipam-resource-discovery-association" - }, + "resource_type": "table*" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to remove the association of tags from an Amazon DynamoDB resource", + "privilege": "UntagResource", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "ipam-scope" - }, + "resource_type": "table*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to enable or disable continuous backups", + "privilege": "UpdateContinuousBackups", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "ipv4pool-ec2" - }, + "resource_type": "table*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the status for contributor insights for a specific table or global secondary index", + "privilege": "UpdateContributorInsights", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "ipv6pool-ec2" + "resource_type": "table*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "key-pair" - }, + "resource_type": "index" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to add or remove replicas in the specified global table", + "privilege": "UpdateGlobalTable", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "launch-template" + "resource_type": "global-table*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "local-gateway" - }, + "resource_type": "table*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update settings of the specified global table", + "privilege": "UpdateGlobalTableSettings", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "local-gateway-route-table" + "resource_type": "global-table*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "local-gateway-route-table-virtual-interface-group-association" - }, + "resource_type": "table*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update version of the specified global table", + "privilege": "UpdateGlobalTableVersion", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "local-gateway-route-table-vpc-association" + "resource_type": "global-table*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "local-gateway-virtual-interface" - }, + "resource_type": "table" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to edit an existing item's attributes, or adds a new item to the table if it does not already exist", + "privilege": "UpdateItem", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "local-gateway-virtual-interface-group" + "resource_type": "table*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "dynamodb:Attributes", + "dynamodb:EnclosingOperation", + "dynamodb:LeadingKeys", + "dynamodb:ReturnConsumedCapacity", + "dynamodb:ReturnValues" ], "dependent_actions": [], - "resource_type": "natgateway" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the provisioned throughput settings, global secondary indexes, or DynamoDB Streams settings for a given table", + "privilege": "UpdateTable", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "network-acl" - }, + "resource_type": "table*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update auto scaling settings on your replica table", + "privilege": "UpdateTableReplicaAutoScaling", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "network-insights-access-scope" - }, + "resource_type": "table*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to enable or disable TTL for the specified table", + "privilege": "UpdateTimeToLive", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "network-insights-access-scope-analysis" - }, + "resource_type": "table*" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}/index/${IndexName}", + "condition_keys": [], + "resource": "index" + }, + { + "arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}/stream/${StreamLabel}", + "condition_keys": [], + "resource": "stream" + }, + { + "arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}", + "condition_keys": [], + "resource": "table" + }, + { + "arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}/backup/${BackupName}", + "condition_keys": [], + "resource": "backup" + }, + { + "arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}/export/${ExportName}", + "condition_keys": [], + "resource": "export" + }, + { + "arn": "arn:${Partition}:dynamodb::${Account}:global-table/${GlobalTableName}", + "condition_keys": [], + "resource": "global-table" + }, + { + "arn": "arn:${Partition}:dynamodb:${Region}:${Account}:table/${TableName}/import/${ImportName}", + "condition_keys": [], + "resource": "import" + } + ], + "service_name": "Amazon DynamoDB" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by a tag key and value pair that is allowed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by a tag key and value pair of a resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by a list of tag keys that are allowed in the request", + "type": "ArrayOfString" + }, + { + "condition": "ebs:Description", + "description": "Filters access by the description of the snapshot being created", + "type": "String" + }, + { + "condition": "ebs:ParentSnapshot", + "description": "Filters access by the ID of the parent snapshot", + "type": "String" + }, + { + "condition": "ebs:VolumeSize", + "description": "Filters access by the size of the volume for the snapshot being created, in GiB", + "type": "Numeric" + } + ], + "prefix": "ebs", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to seal and complete the snapshot after all of the required blocks of data have been written to it", + "privilege": "CompleteSnapshot", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "network-insights-analysis" + "resource_type": "snapshot*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "network-insights-path" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return the data of a block in an Amazon Elastic Block Store (EBS) snapshot", + "privilege": "GetSnapshotBlock", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "network-interface" + "resource_type": "snapshot*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "placement-group" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list the blocks that are different between two Amazon Elastic Block Store (EBS) snapshots of the same volume/snapshot lineage", + "privilege": "ListChangedBlocks", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "prefix-list" + "resource_type": "snapshot*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "replace-root-volume-task" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list the blocks in an Amazon Elastic Block Store (EBS) snapshot", + "privilege": "ListSnapshotBlocks", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "reserved-instances" + "resource_type": "snapshot*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "route-table" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to write a block of data to a snapshot created by the StartSnapshot operation", + "privilege": "PutSnapshotBlock", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "security-group" + "resource_type": "snapshot*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "security-group-rule" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a new EBS snapshot", + "privilege": "StartSnapshot", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "snapshot" }, { "condition_keys": [ + "aws:RequestTag/${TagKey}", "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "spot-fleet-request" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "spot-instances-request" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "subnet" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "subnet-cidr-reservation" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "traffic-mirror-filter" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "traffic-mirror-session" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "traffic-mirror-target" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "transit-gateway" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "aws:TagKeys", + "ebs:Description", + "ebs:ParentSnapshot", + "ebs:VolumeSize" ], "dependent_actions": [], - "resource_type": "transit-gateway-attachment" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "transit-gateway-connect-peer" - }, + "resource_type": "" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:ec2:${Region}::snapshot/${SnapshotId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ebs:Description", + "ebs:ParentSnapshot", + "ebs:VolumeSize" + ], + "resource": "snapshot" + } + ], + "service_name": "Amazon Elastic Block Store" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by a tag key and value pair that is allowed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by a tag key and value pair of a resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by a list of tag keys that are allowed in the request", + "type": "ArrayOfString" + }, + { + "condition": "ec2:AccepterVpc", + "description": "Filters access by the ARN of an accepter VPC in a VPC peering connection", + "type": "ARN" + }, + { + "condition": "ec2:Add/group", + "description": "Filters access by the group being added to a snapshot", + "type": "String" + }, + { + "condition": "ec2:Add/userId", + "description": "Filters access by the account id being added to a snapshot", + "type": "String" + }, + { + "condition": "ec2:AllocationId", + "description": "Filters access by the allocation ID of the Elastic IP address", + "type": "String" + }, + { + "condition": "ec2:AssociatePublicIpAddress", + "description": "Filters access by whether the user wants to associate a public IP address with the instance", + "type": "Bool" + }, + { + "condition": "ec2:Attribute", + "description": "Filters access by an attribute of a resource", + "type": "String" + }, + { + "condition": "ec2:Attribute/${AttributeName}", + "description": "Filters access by an attribute being set on a resource", + "type": "String" + }, + { + "condition": "ec2:AuthenticationType", + "description": "Filters access by the authentication type for the VPN tunnel endpoints", + "type": "String" + }, + { + "condition": "ec2:AuthorizedService", + "description": "Filters access by the AWS service that has permission to use a resource", + "type": "String" + }, + { + "condition": "ec2:AuthorizedUser", + "description": "Filters access by an IAM principal that has permission to use a resource", + "type": "String" + }, + { + "condition": "ec2:AutoPlacement", + "description": "Filters access by the Auto Placement properties of a Dedicated Host", + "type": "String" + }, + { + "condition": "ec2:AvailabilityZone", + "description": "Filters access by the name of an Availability Zone in an AWS Region", + "type": "String" + }, + { + "condition": "ec2:CapacityReservationFleet", + "description": "Filters access by the ARN of the Capacity Reservation Fleet", + "type": "ARN" + }, + { + "condition": "ec2:ClientRootCertificateChainArn", + "description": "Filters access by the ARN of the client root certificate chain", + "type": "ARN" + }, + { + "condition": "ec2:CloudwatchLogGroupArn", + "description": "Filters access by the ARN of the CloudWatch Logs log group", + "type": "ARN" + }, + { + "condition": "ec2:CloudwatchLogStreamArn", + "description": "Filters access by the ARN of the CloudWatch Logs log stream", + "type": "ARN" + }, + { + "condition": "ec2:CreateAction", + "description": "Filters access by the name of a resource-creating API action", + "type": "String" + }, + { + "condition": "ec2:DPDTimeoutSeconds", + "description": "Filters access by the duration after which DPD timeout occurs on a VPN tunnel", + "type": "Numeric" + }, + { + "condition": "ec2:DhcpOptionsID", + "description": "Filters access by the ID of a dynamic host configuration protocol (DHCP) options set", + "type": "String" + }, + { + "condition": "ec2:DirectoryArn", + "description": "Filters access by the ARN of the directory", + "type": "ARN" + }, + { + "condition": "ec2:Domain", + "description": "Filters access by the domain of the Elastic IP address", + "type": "String" + }, + { + "condition": "ec2:EbsOptimized", + "description": "Filters access by whether the instance is enabled for EBS optimization", + "type": "Bool" + }, + { + "condition": "ec2:ElasticGpuType", + "description": "Filters access by the type of Elastic Graphics accelerator", + "type": "String" + }, + { + "condition": "ec2:Encrypted", + "description": "Filters access by whether the EBS volume is encrypted", + "type": "Bool" + }, + { + "condition": "ec2:FisActionId", + "description": "Filters access by the ID of an AWS FIS action", + "type": "String" + }, + { + "condition": "ec2:FisTargetArns", + "description": "Filters access by the ARN of an AWS FIS target", + "type": "ArrayOfARN" + }, + { + "condition": "ec2:GatewayType", + "description": "Filters access by the gateway type for a VPN endpoint on the AWS side of a VPN connection", + "type": "String" + }, + { + "condition": "ec2:HostRecovery", + "description": "Filters access by whether host recovery is enabled for a Dedicated Host", + "type": "String" + }, + { + "condition": "ec2:IKEVersions", + "description": "Filters access by the internet key exchange (IKE) versions that are permitted for a VPN tunnel", + "type": "ArrayOfString" + }, + { + "condition": "ec2:ImageID", + "description": "Filters access by the ID of an image", + "type": "String" + }, + { + "condition": "ec2:ImageType", + "description": "Filters access by the type of image (machine, aki, or ari)", + "type": "String" + }, + { + "condition": "ec2:InsideTunnelCidr", + "description": "Filters access by the range of inside IP addresses for a VPN tunnel", + "type": "String" + }, + { + "condition": "ec2:InsideTunnelIpv6Cidr", + "description": "Filters access by a range of inside IPv6 addresses for a VPN tunnel", + "type": "String" + }, + { + "condition": "ec2:InstanceAutoRecovery", + "description": "Filters access by whether the instance type supports auto recovery", + "type": "String" + }, + { + "condition": "ec2:InstanceID", + "description": "Filters access by the ID of an instance", + "type": "String" + }, + { + "condition": "ec2:InstanceMarketType", + "description": "Filters access by the market or purchasing option of an instance (capacity-block, on-demand, or spot)", + "type": "String" + }, + { + "condition": "ec2:InstanceMetadataTags", + "description": "Filters access by whether the instance allows access to instance tags from the instance metadata", + "type": "String" + }, + { + "condition": "ec2:InstanceProfile", + "description": "Filters access by the ARN of an instance profile", + "type": "ARN" + }, + { + "condition": "ec2:InstanceType", + "description": "Filters access by the type of instance", + "type": "String" + }, + { + "condition": "ec2:InternetGatewayID", + "description": "Filters access by the ID of an internet gateway", + "type": "String" + }, + { + "condition": "ec2:Ipv4IpamPoolId", + "description": "Filters access by the ID of an IPAM pool provided for IPv4 CIDR block allocation", + "type": "String" + }, + { + "condition": "ec2:Ipv6IpamPoolId", + "description": "Filters access by the ID of an IPAM pool provided for IPv6 CIDR block allocation", + "type": "String" + }, + { + "condition": "ec2:IsLaunchTemplateResource", + "description": "Filters access by whether users are able to override resources that are specified in the launch template", + "type": "Bool" + }, + { + "condition": "ec2:KeyPairName", + "description": "Filters access by the name of a key pair", + "type": "String" + }, + { + "condition": "ec2:KeyPairType", + "description": "Filters access by the type of a key pair", + "type": "String" + }, + { + "condition": "ec2:KmsKeyId", + "description": "Filters access by the ID of an AWS KMS key provided in the request", + "type": "String" + }, + { + "condition": "ec2:LaunchTemplate", + "description": "Filters access by the ARN of a launch template", + "type": "ARN" + }, + { + "condition": "ec2:MetadataHttpEndpoint", + "description": "Filters access by whether the HTTP endpoint is enabled for the instance metadata service", + "type": "String" + }, + { + "condition": "ec2:MetadataHttpPutResponseHopLimit", + "description": "Filters access by the allowed number of hops when calling the instance metadata service", + "type": "Numeric" + }, + { + "condition": "ec2:MetadataHttpTokens", + "description": "Filters access by whether tokens are required when calling the instance metadata service (optional or required)", + "type": "String" + }, + { + "condition": "ec2:NetworkAclID", + "description": "Filters access by the ID of a network access control list (ACL)", + "type": "String" + }, + { + "condition": "ec2:NetworkInterfaceID", + "description": "Filters access by the ID of an elastic network interface", + "type": "String" + }, + { + "condition": "ec2:NewInstanceProfile", + "description": "Filters access by the ARN of the instance profile being attached", + "type": "ARN" + }, + { + "condition": "ec2:OutpostArn", + "description": "Filters access by the ARN of the Outpost", + "type": "ARN" + }, + { + "condition": "ec2:Owner", + "description": "Filters access by the owner of the resource (amazon, aws-marketplace, or an AWS account ID)", + "type": "String" + }, + { + "condition": "ec2:ParentSnapshot", + "description": "Filters access by the ARN of the parent snapshot", + "type": "ARN" + }, + { + "condition": "ec2:ParentVolume", + "description": "Filters access by the ARN of the parent volume from which the snapshot was created", + "type": "ARN" + }, + { + "condition": "ec2:Permission", + "description": "Filters access by the type of permission for a resource (INSTANCE-ATTACH or EIP-ASSOCIATE)", + "type": "String" + }, + { + "condition": "ec2:Phase1DHGroup", + "description": "Filters access by the Diffie-Hellman group numbers that are permitted for a VPN tunnel for the phase 1 IKE negotiations", + "type": "ArrayOfString" + }, + { + "condition": "ec2:Phase1EncryptionAlgorithms", + "description": "Filters access by the encryption algorithms that are permitted for a VPN tunnel for the phase 1 IKE negotiations", + "type": "ArrayOfString" + }, + { + "condition": "ec2:Phase1IntegrityAlgorithms", + "description": "Filters access by the integrity algorithms that are permitted for a VPN tunnel for the phase 1 IKE negotiations", + "type": "ArrayOfString" + }, + { + "condition": "ec2:Phase1LifetimeSeconds", + "description": "Filters access by the lifetime in seconds for phase 1 of the IKE negotiations for a VPN tunnel", + "type": "Numeric" + }, + { + "condition": "ec2:Phase2DHGroup", + "description": "Filters access by the Diffie-Hellman group numbers that are permitted for a VPN tunnel for the phase 2 IKE negotiations", + "type": "ArrayOfString" + }, + { + "condition": "ec2:Phase2EncryptionAlgorithms", + "description": "Filters access by the encryption algorithms that are permitted for a VPN tunnel for the phase 2 IKE negotiations", + "type": "ArrayOfString" + }, + { + "condition": "ec2:Phase2IntegrityAlgorithms", + "description": "Filters access by the integrity algorithms that are permitted for a VPN tunnel for the phase 2 IKE negotiations", + "type": "ArrayOfString" + }, + { + "condition": "ec2:Phase2LifetimeSeconds", + "description": "Filters access by the lifetime in seconds for phase 2 of the IKE negotiations for a VPN tunnel", + "type": "Numeric" + }, + { + "condition": "ec2:PlacementGroup", + "description": "Filters access by the ARN of the placement group", + "type": "ARN" + }, + { + "condition": "ec2:PlacementGroupName", + "description": "Filters access by the name of a placement group", + "type": "String" + }, + { + "condition": "ec2:PlacementGroupStrategy", + "description": "Filters access by the instance placement strategy used by the placement group (cluster, spread, or partition)", + "type": "String" + }, + { + "condition": "ec2:PreSharedKeys", + "description": "Filters access by the pre-shared key (PSK) used to establish the initial IKE security association between a virtual private gateway and a customer gateway", + "type": "String" + }, + { + "condition": "ec2:ProductCode", + "description": "Filters access by the product code that is associated with the AMI", + "type": "String" + }, + { + "condition": "ec2:Public", + "description": "Filters access by whether the image has public launch permissions", + "type": "Bool" + }, + { + "condition": "ec2:PublicIpAddress", + "description": "Filters access by a public IP address", + "type": "String" + }, + { + "condition": "ec2:Quantity", + "description": "Filters access by the number of Dedicated Hosts in a request", + "type": "Numeric" + }, + { + "condition": "ec2:Region", + "description": "Filters access by the name of the AWS Region", + "type": "String" + }, + { + "condition": "ec2:RekeyFuzzPercentage", + "description": "Filters access by the percentage of increase of the rekey window (determined by the rekey margin time) within which the rekey time is randomly selected for a VPN tunnel", + "type": "Numeric" + }, + { + "condition": "ec2:RekeyMarginTimeSeconds", + "description": "Filters access by the margin time before the phase 2 lifetime expires for a VPN tunnel", + "type": "Numeric" + }, + { + "condition": "ec2:Remove/group", + "description": "Filters access by the group being removed from a snapshot", + "type": "String" + }, + { + "condition": "ec2:Remove/userId", + "description": "Filters access by the account id being removed from a snapshot", + "type": "String" + }, + { + "condition": "ec2:ReplayWindowSizePackets", + "description": "Filters access by the number of packets in an IKE replay window", + "type": "String" + }, + { + "condition": "ec2:RequesterVpc", + "description": "Filters access by the ARN of a requester VPC in a VPC peering connection", + "type": "ARN" + }, + { + "condition": "ec2:ReservedInstancesOfferingType", + "description": "Filters access by the payment option of the Reserved Instance offering (No Upfront, Partial Upfront, or All Upfront)", + "type": "String" + }, + { + "condition": "ec2:ResourceTag/${TagKey}", + "description": "Filters access by a tag key and value pair of a resource", + "type": "String" + }, + { + "condition": "ec2:RoleDelivery", + "description": "Filters access by the version of the instance metadata service for retrieving IAM role credentials for EC2", + "type": "Numeric" + }, + { + "condition": "ec2:RootDeviceType", + "description": "Filters access by the root device type of the instance (ebs or instance-store)", + "type": "String" + }, + { + "condition": "ec2:RouteTableID", + "description": "Filters access by the ID of a route table", + "type": "String" + }, + { + "condition": "ec2:RoutingType", + "description": "Filters access by the routing type for the VPN connection", + "type": "String" + }, + { + "condition": "ec2:SamlProviderArn", + "description": "Filters access by the ARN of the IAM SAML identity provider", + "type": "ARN" + }, + { + "condition": "ec2:SecurityGroupID", + "description": "Filters access by the ID of a security group", + "type": "String" + }, + { + "condition": "ec2:ServerCertificateArn", + "description": "Filters access by the ARN of the server certificate", + "type": "ARN" + }, + { + "condition": "ec2:SnapshotCoolOffPeriod", + "description": "Filters access by the compliance mode cooling-off period", + "type": "Numeric" + }, + { + "condition": "ec2:SnapshotID", + "description": "Filters access by the ID of a snapshot", + "type": "String" + }, + { + "condition": "ec2:SnapshotLockDuration", + "description": "Filters access by the snapshot lock duration", + "type": "Numeric" + }, + { + "condition": "ec2:SnapshotTime", + "description": "Filters access by the initiation time of a snapshot", + "type": "String" + }, + { + "condition": "ec2:SourceInstanceARN", + "description": "Filters access by the ARN of the instance from which the request originated", + "type": "ARN" + }, + { + "condition": "ec2:SourceOutpostArn", + "description": "Filters access by the ARN of the Outpost from which the request originated", + "type": "ARN" + }, + { + "condition": "ec2:Subnet", + "description": "Filters access by the ARN of the subnet", + "type": "ARN" + }, + { + "condition": "ec2:SubnetID", + "description": "Filters access by the ID of a subnet", + "type": "String" + }, + { + "condition": "ec2:Tenancy", + "description": "Filters access by the tenancy of the VPC or instance (default, dedicated, or host)", + "type": "String" + }, + { + "condition": "ec2:VolumeID", + "description": "Filters access by the ID of a volume", + "type": "String" + }, + { + "condition": "ec2:VolumeIops", + "description": "Filters access by the the number of input/output operations per second (IOPS) provisioned for the volume", + "type": "Numeric" + }, + { + "condition": "ec2:VolumeSize", + "description": "Filters access by the size of the volume, in GiB", + "type": "Numeric" + }, + { + "condition": "ec2:VolumeThroughput", + "description": "Filters access by the throughput of the volume, in MiBps", + "type": "Numeric" + }, + { + "condition": "ec2:VolumeType", + "description": "Filters access by the type of volume (gp2, gp3, io1, io2, st1, sc1, or standard)", + "type": "String" + }, + { + "condition": "ec2:Vpc", + "description": "Filters access by the ARN of the VPC", + "type": "ARN" + }, + { + "condition": "ec2:VpcID", + "description": "Filters access by the ID of a virtual private cloud (VPC)", + "type": "String" + }, + { + "condition": "ec2:VpcPeeringConnectionID", + "description": "Filters access by the ID of a VPC peering connection", + "type": "String" + }, + { + "condition": "ec2:VpceServiceName", + "description": "Filters access by the name of the VPC endpoint service", + "type": "String" + }, + { + "condition": "ec2:VpceServiceOwner", + "description": "Filters access by the service owner of the VPC endpoint service (amazon, aws-marketplace, or an AWS account ID)", + "type": "String" + }, + { + "condition": "ec2:VpceServicePrivateDnsName", + "description": "Filters access by the private DNS name of the VPC endpoint service", + "type": "String" + } + ], + "prefix": "ec2", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to accept an Elastic IP address transfer", + "privilege": "AcceptAddressTransfer", + "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:AllocationId", + "ec2:Domain", + "ec2:PublicIpAddress" ], - "dependent_actions": [], - "resource_type": "transit-gateway-multicast-domain" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "dependent_actions": [ + "ec2:CreateTags" ], - "dependent_actions": [], - "resource_type": "transit-gateway-policy-table" + "resource_type": "elastic-ip*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "transit-gateway-route-table" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to accept a Convertible Reserved Instance exchange quote", + "privilege": "AcceptReservedInstancesExchangeQuote", + "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "transit-gateway-route-table-announcement" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to accept a request to associate subnets with a transit gateway multicast domain", + "privilege": "AcceptTransitGatewayMulticastDomainAssociations", + "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "verified-access-endpoint" + "resource_type": "transit-gateway-attachment" }, { "condition_keys": [ @@ -77182,103 +78790,146 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "verified-access-group" + "resource_type": "transit-gateway-multicast-domain" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "verified-access-instance" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to accept a transit gateway peering attachment request", + "privilege": "AcceptTransitGatewayPeeringAttachment", + "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "verified-access-policy" + "resource_type": "transit-gateway-attachment*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "verified-access-trust-provider" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to accept a request to attach a VPC to a transit gateway", + "privilege": "AcceptTransitGatewayVpcAttachment", + "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "volume" + "resource_type": "transit-gateway-attachment*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "vpc" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to accept one or more interface VPC endpoint connections to your VPC endpoint service", + "privilege": "AcceptVpcEndpointConnections", + "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpc-endpoint" + "resource_type": "vpc-endpoint-service*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "vpc-endpoint-connection" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to accept a VPC peering connection request", + "privilege": "AcceptVpcPeeringConnection", + "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" ], "dependent_actions": [], - "resource_type": "vpc-endpoint-service" + "resource_type": "vpc*" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:AccepterVpc", + "ec2:RequesterVpc", + "ec2:ResourceTag/${TagKey}", + "ec2:VpcPeeringConnectionID" ], "dependent_actions": [], - "resource_type": "vpc-endpoint-service-permission" + "resource_type": "vpc-peering-connection*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "vpc-flow-log" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to advertise an IP address range that is provisioned for use in AWS through bring your own IP addresses (BYOIP)", + "privilege": "AdvertiseByoipCidr", + "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "vpc-peering-connection" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to allocate an Elastic IP address (EIP) to your account", + "privilege": "AllocateAddress", + "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "dependent_actions": [], - "resource_type": "vpn-connection" + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "elastic-ip*" }, { "condition_keys": [ @@ -77286,11 +78937,10 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpn-gateway" + "resource_type": "ipv4pool-ec2" }, { "condition_keys": [ - "aws:TagKeys", "ec2:Region" ], "dependent_actions": [], @@ -77300,16 +78950,23 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a traffic mirror filter", - "privilege": "DeleteTrafficMirrorFilter", + "description": "Grants permission to allocate a Dedicated Host to your account", + "privilege": "AllocateHosts", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:AutoPlacement", + "ec2:AvailabilityZone", + "ec2:HostRecovery", + "ec2:InstanceType", + "ec2:Quantity" ], - "dependent_actions": [], - "resource_type": "traffic-mirror-filter*" + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "dedicated-host*" }, { "condition_keys": [ @@ -77322,8 +78979,8 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a traffic mirror filter rule", - "privilege": "DeleteTrafficMirrorFilterRule", + "description": "Grants permission to allocate a CIDR from an Amazon VPC IP Address Manager (IPAM) pool", + "privilege": "AllocateIpamPoolCidr", "resource_types": [ { "condition_keys": [ @@ -77331,12 +78988,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "traffic-mirror-filter*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "traffic-mirror-filter-rule*" + "resource_type": "ipam-pool*" }, { "condition_keys": [ @@ -77349,38 +79001,42 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a traffic mirror session", - "privilege": "DeleteTrafficMirrorSession", + "description": "Grants permission to apply a security group to the association between a Client VPN endpoint and a target network", + "privilege": "ApplySecurityGroupsToClientVpnTargetNetwork", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:ClientRootCertificateChainArn", + "ec2:CloudwatchLogGroupArn", + "ec2:CloudwatchLogStreamArn", + "ec2:DirectoryArn", + "ec2:ResourceTag/${TagKey}", + "ec2:SamlProviderArn", + "ec2:ServerCertificateArn" ], "dependent_actions": [], - "resource_type": "traffic-mirror-session*" + "resource_type": "client-vpn-endpoint*" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a traffic mirror target", - "privilege": "DeleteTrafficMirrorTarget", - "resource_types": [ + "resource_type": "security-group*" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" ], "dependent_actions": [], - "resource_type": "traffic-mirror-target*" + "resource_type": "vpc*" }, { "condition_keys": [ @@ -77393,16 +79049,20 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a transit gateway", - "privilege": "DeleteTransitGateway", + "description": "Grants permission to assign one or more IPv6 addresses to a network interface", + "privilege": "AssignIpv6Addresses", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "transit-gateway*" + "resource_type": "network-interface*" }, { "condition_keys": [ @@ -77415,16 +79075,20 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a transit gateway connect attachment", - "privilege": "DeleteTransitGatewayConnect", + "description": "Grants permission to assign one or more secondary private IP addresses to a network interface", + "privilege": "AssignPrivateIpAddresses", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "transit-gateway-attachment*" + "resource_type": "network-interface*" }, { "condition_keys": [ @@ -77437,8 +79101,8 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a transit gateway connect peer", - "privilege": "DeleteTransitGatewayConnectPeer", + "description": "Grants permission to assign one or more secondary private IP addresses to a private NAT gateway", + "privilege": "AssignPrivateNatGatewayAddress", "resource_types": [ { "condition_keys": [ @@ -77446,7 +79110,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-connect-peer*" + "resource_type": "natgateway*" }, { "condition_keys": [ @@ -77459,38 +79123,54 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a transit gateway multicast domain", - "privilege": "DeleteTransitGatewayMulticastDomain", + "description": "Grants permission to associate an Elastic IP address (EIP) with an instance or a network interface", + "privilege": "AssociateAddress", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", + "ec2:AllocationId", + "ec2:Domain", + "ec2:PublicIpAddress", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-multicast-domain*" + "resource_type": "elastic-ip" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a peering attachment from a transit gateway", - "privilege": "DeleteTransitGatewayPeeringAttachment", - "resource_types": [ + "resource_type": "instance" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "transit-gateway-attachment*" + "resource_type": "network-interface" }, { "condition_keys": [ @@ -77503,16 +79183,31 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a transit gateway policy table", - "privilege": "DeleteTransitGatewayPolicyTable", + "description": "Grants permission to associate a target network with a Client VPN endpoint", + "privilege": "AssociateClientVpnTargetNetwork", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:ClientRootCertificateChainArn", + "ec2:CloudwatchLogGroupArn", + "ec2:CloudwatchLogStreamArn", + "ec2:DirectoryArn", + "ec2:ResourceTag/${TagKey}", + "ec2:SamlProviderArn", + "ec2:ServerCertificateArn" ], "dependent_actions": [], - "resource_type": "transit-gateway-policy-table*" + "resource_type": "client-vpn-endpoint*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID" + ], + "dependent_actions": [], + "resource_type": "subnet*" }, { "condition_keys": [ @@ -77525,24 +79220,27 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a transit gateway prefix list reference", - "privilege": "DeleteTransitGatewayPrefixListReference", + "description": "Grants permission to associate or disassociate a set of DHCP options with a VPC", + "privilege": "AssociateDhcpOptions", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", + "ec2:DhcpOptionsID", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "prefix-list*" + "resource_type": "dhcp-options*" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" ], "dependent_actions": [], - "resource_type": "transit-gateway-route-table*" + "resource_type": "vpc*" }, { "condition_keys": [ @@ -77555,16 +79253,18 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a route from a transit gateway route table", - "privilege": "DeleteTransitGatewayRoute", + "description": "Grants permission to associate an ACM certificate with an IAM role to be used in an EC2 Enclave", + "privilege": "AssociateEnclaveCertificateIamRole", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "transit-gateway-route-table*" + "resource_type": "certificate*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "role*" }, { "condition_keys": [ @@ -77577,16 +79277,34 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a transit gateway route table", - "privilege": "DeleteTransitGatewayRouteTable", + "description": "Grants permission to associate an IAM instance profile with a running or stopped instance", + "privilege": "AssociateIamInstanceProfile", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:NewInstanceProfile", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" ], - "dependent_actions": [], - "resource_type": "transit-gateway-route-table*" + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "instance*" }, { "condition_keys": [ @@ -77599,8 +79317,8 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a transit gateway route table announcement", - "privilege": "DeleteTransitGatewayRouteTableAnnouncement", + "description": "Grants permission to associate one or more targets with an event window", + "privilege": "AssociateInstanceEventWindow", "resource_types": [ { "condition_keys": [ @@ -77608,7 +79326,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-route-table-announcement*" + "resource_type": "instance-event-window*" }, { "condition_keys": [ @@ -77621,17 +79339,9 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a VPC attachment from a transit gateway", - "privilege": "DeleteTransitGatewayVpcAttachment", + "description": "Grants permission to associate an Autonomous System Number (ASN) with a BYOIP CIDR", + "privilege": "AssociateIpamByoasn", "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "transit-gateway-attachment*" - }, { "condition_keys": [ "ec2:Region" @@ -77643,16 +79353,34 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a Verified Access endpoint", - "privilege": "DeleteVerifiedAccessEndpoint", + "description": "Grants permission to associate an IPAM resource discovery with an Amazon VPC IPAM", + "privilege": "AssociateIpamResourceDiscovery", "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "ipam*" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "verified-access-endpoint*" + "resource_type": "ipam-resource-discovery*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "ipam-resource-discovery-association*" }, { "condition_keys": [ @@ -77665,16 +79393,27 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a Verified Access group", - "privilege": "DeleteVerifiedAccessGroup", + "description": "Grants permission to associate an Elastic IP address and private IP address with a public Nat gateway", + "privilege": "AssociateNatGatewayAddress", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", + "ec2:AllocationId", + "ec2:Domain", + "ec2:PublicIpAddress", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "verified-access-group*" + "resource_type": "elastic-ip*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "natgateway*" }, { "condition_keys": [ @@ -77687,38 +79426,46 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a Verified Access instance", - "privilege": "DeleteVerifiedAccessInstance", + "description": "Grants permission to associate a subnet or gateway with a route table", + "privilege": "AssociateRouteTable", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:RouteTableID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "route-table*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:InternetGatewayID", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "verified-access-instance*" + "resource_type": "internet-gateway" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a verified trust provider", - "privilege": "DeleteVerifiedAccessTrustProvider", - "resource_types": [ + "resource_type": "subnet" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "verified-access-trust-provider*" + "resource_type": "vpn-gateway" }, { "condition_keys": [ @@ -77731,24 +79478,27 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an EBS volume", - "privilege": "DeleteVolume", + "description": "Grants permission to associate a CIDR block with a subnet", + "privilege": "AssociateSubnetCidrBlock", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:AvailabilityZone", - "ec2:Encrypted", - "ec2:ParentSnapshot", "ec2:ResourceTag/${TagKey}", - "ec2:VolumeID", - "ec2:VolumeIops", - "ec2:VolumeSize", - "ec2:VolumeThroughput", - "ec2:VolumeType" + "ec2:SubnetID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "volume*" + "resource_type": "subnet*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam-pool" }, { "condition_keys": [ @@ -77761,18 +79511,35 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a VPC", - "privilege": "DeleteVpc", + "description": "Grants permission to associate an attachment and list of subnets with a transit gateway multicast domain", + "privilege": "AssociateTransitGatewayMulticastDomain", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" + "ec2:SubnetID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "vpc*" + "resource_type": "subnet*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-attachment*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-multicast-domain*" }, { "condition_keys": [ @@ -77785,8 +79552,8 @@ }, { "access_level": "Write", - "description": "Grants permission to delete one or more VPC endpoint connection notifications", - "privilege": "DeleteVpcEndpointConnectionNotifications", + "description": "Grants permission to associate a policy table with a transit gateway attachment", + "privilege": "AssociateTransitGatewayPolicyTable", "resource_types": [ { "condition_keys": [ @@ -77794,7 +79561,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpc-endpoint" + "resource_type": "transit-gateway-attachment*" }, { "condition_keys": [ @@ -77802,7 +79569,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpc-endpoint-service" + "resource_type": "transit-gateway-policy-table*" }, { "condition_keys": [ @@ -77815,8 +79582,8 @@ }, { "access_level": "Write", - "description": "Grants permission to delete one or more VPC endpoint service configurations", - "privilege": "DeleteVpcEndpointServiceConfigurations", + "description": "Grants permission to associate an attachment with a transit gateway route table", + "privilege": "AssociateTransitGatewayRouteTable", "resource_types": [ { "condition_keys": [ @@ -77824,7 +79591,15 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpc-endpoint-service*" + "resource_type": "transit-gateway-attachment*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-route-table*" }, { "condition_keys": [ @@ -77837,18 +79612,9 @@ }, { "access_level": "Write", - "description": "Grants permission to delete one or more VPC endpoints", - "privilege": "DeleteVpcEndpoints", + "description": "Grants permission to associate a branch network interface with a trunk network interface", + "privilege": "AssociateTrunkInterface", "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:VpceServiceName" - ], - "dependent_actions": [], - "resource_type": "vpc-endpoint*" - }, { "condition_keys": [ "ec2:Region" @@ -77860,19 +79626,16 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a VPC peering connection", - "privilege": "DeleteVpcPeeringConnection", + "description": "Grants permission to associate an AWS Web Application Firewall (WAF) web access control list (ACL) with a Verified Access instance", + "privilege": "AssociateVerifiedAccessInstanceWebAcl", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AccepterVpc", - "ec2:RequesterVpc", - "ec2:ResourceTag/${TagKey}", - "ec2:VpcPeeringConnectionID" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpc-peering-connection*" + "resource_type": "verified-access-instance*" }, { "condition_keys": [ @@ -77885,38 +79648,36 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a VPN connection", - "privilege": "DeleteVpnConnection", + "description": "Grants permission to associate a CIDR block with a VPC", + "privilege": "AssociateVpcCidrBlock", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:Ipv4IpamPoolId", + "ec2:Ipv6IpamPoolId", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" ], "dependent_actions": [], - "resource_type": "vpn-connection*" + "resource_type": "vpc*" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a static route for a VPN connection between a virtual private gateway and a customer gateway", - "privilege": "DeleteVpnConnectionRoute", - "resource_types": [ + "resource_type": "ipam-pool" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpn-connection*" + "resource_type": "ipv6pool-ec2" }, { "condition_keys": [ @@ -77929,31 +79690,51 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a virtual private gateway", - "privilege": "DeleteVpnGateway", + "description": "Grants permission to link an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC's security groups", + "privilege": "AttachClassicLinkVpc", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" ], "dependent_actions": [], - "resource_type": "vpn-gateway*" + "resource_type": "instance*" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to release an IP address range that was provisioned through bring your own IP addresses (BYOIP), and to delete the corresponding address pool", - "privilege": "DeprovisionByoipCidr", - "resource_types": [ + "resource_type": "security-group*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" + ], + "dependent_actions": [], + "resource_type": "vpc*" + }, { "condition_keys": [ "ec2:Region" @@ -77965,16 +79746,27 @@ }, { "access_level": "Write", - "description": "Grants permission to deprovision a CIDR provisioned from an Amazon VPC IP Address Manager (IPAM) pool", - "privilege": "DeprovisionIpamPoolCidr", + "description": "Grants permission to attach an internet gateway to a VPC", + "privilege": "AttachInternetGateway", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", + "ec2:InternetGatewayID", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "ipam-pool*" + "resource_type": "internet-gateway*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" + ], + "dependent_actions": [], + "resource_type": "vpc*" }, { "condition_keys": [ @@ -77987,16 +79779,43 @@ }, { "access_level": "Write", - "description": "Grants permission to deprovision a CIDR from a public IPv4 pool", - "privilege": "DeprovisionPublicIpv4PoolCidr", + "description": "Grants permission to attach a network interface to an instance", + "privilege": "AttachNetworkInterface", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" ], "dependent_actions": [], - "resource_type": "ipv4pool-ec2*" + "resource_type": "instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "network-interface*" }, { "condition_keys": [ @@ -78009,36 +79828,25 @@ }, { "access_level": "Write", - "description": "Grants permission to deregister an Amazon Machine Image (AMI)", - "privilege": "DeregisterImage", + "description": "Grants permission to attach a trust provider to a Verified Access instance", + "privilege": "AttachVerifiedAccessTrustProvider", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ImageID", - "ec2:ImageType", - "ec2:Owner", - "ec2:Public", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "image*" + "resource_type": "verified-access-instance*" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to remove tags from the set of tags to include in notifications about scheduled events for your instances", - "privilege": "DeregisterInstanceEventNotificationAttributes", - "resource_types": [ + "resource_type": "verified-access-trust-provider*" + }, { "condition_keys": [ "ec2:Region" @@ -78050,28 +79858,47 @@ }, { "access_level": "Write", - "description": "Grants permission to deregister one or more network interface members from a group IP address in a transit gateway multicast domain", - "privilege": "DeregisterTransitGatewayMulticastGroupMembers", + "description": "Grants permission to attach an EBS volume to a running or stopped instance and expose it to the instance with the specified device name", + "privilege": "AttachVolume", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" + "ec2:RootDeviceType", + "ec2:Tenancy" ], "dependent_actions": [], - "resource_type": "network-interface" + "resource_type": "instance*" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:AvailabilityZone", + "ec2:Encrypted", + "ec2:ParentSnapshot", + "ec2:ResourceTag/${TagKey}", + "ec2:VolumeID", + "ec2:VolumeIops", + "ec2:VolumeSize", + "ec2:VolumeThroughput", + "ec2:VolumeType" ], "dependent_actions": [], - "resource_type": "transit-gateway-multicast-domain" + "resource_type": "volume*" }, { "condition_keys": [ @@ -78084,20 +79911,18 @@ }, { "access_level": "Write", - "description": "Grants permission to deregister one or more network interface sources from a group IP address in a transit gateway multicast domain", - "privilege": "DeregisterTransitGatewayMulticastGroupSources", + "description": "Grants permission to attach a virtual private gateway to a VPC", + "privilege": "AttachVpnGateway", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" + "ec2:Tenancy", + "ec2:VpcID" ], "dependent_actions": [], - "resource_type": "network-interface" + "resource_type": "vpc*" }, { "condition_keys": [ @@ -78105,7 +79930,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-multicast-domain" + "resource_type": "vpn-gateway*" }, { "condition_keys": [ @@ -78117,24 +79942,24 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the attributes of the AWS account", - "privilege": "DescribeAccountAttributes", + "access_level": "Write", + "description": "Grants permission to add an inbound authorization rule to a Client VPN endpoint", + "privilege": "AuthorizeClientVpnIngress", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ClientRootCertificateChainArn", + "ec2:CloudwatchLogGroupArn", + "ec2:CloudwatchLogStreamArn", + "ec2:DirectoryArn", + "ec2:ResourceTag/${TagKey}", + "ec2:SamlProviderArn", + "ec2:ServerCertificateArn" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe an Elastic IP address transfer", - "privilege": "DescribeAddressTransfers", - "resource_types": [ + "resource_type": "client-vpn-endpoint*" + }, { "condition_keys": [ "ec2:Region" @@ -78145,10 +79970,30 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more Elastic IP addresses", - "privilege": "DescribeAddresses", + "access_level": "Write", + "description": "Grants permission to add one or more outbound rules to a VPC security group. Policies using the security-group-rule resource-level permission are only enforced when the API request includes TagSpecifications", + "privilege": "AuthorizeSecurityGroupEgress", "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "security-group*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "security-group-rule" + }, { "condition_keys": [ "ec2:Region" @@ -78159,35 +80004,30 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the attributes of the specified Elastic IP addresses", - "privilege": "DescribeAddressesAttribute", + "access_level": "Write", + "description": "Grants permission to add one or more inbound rules to a VPC security group. Policies using the security-group-rule resource-level permission are only enforced when the API request includes TagSpecifications", + "privilege": "AuthorizeSecurityGroupIngress", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AllocationId", - "ec2:Domain", - "ec2:PublicIpAddress", - "ec2:ResourceTag/${TagKey}" + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" ], - "dependent_actions": [], - "resource_type": "elastic-ip" + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "security-group*" }, { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the longer ID format settings for all resource types", - "privilege": "DescribeAggregateIdFormat", - "resource_types": [ + "resource_type": "security-group-rule" + }, { "condition_keys": [ "ec2:Region" @@ -78198,9 +80038,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more of the Availability Zones that are available to you", - "privilege": "DescribeAvailabilityZones", + "access_level": "Write", + "description": "Grants permission to bundle an instance store-backed Windows instance", + "privilege": "BundleInstance", "resource_types": [ { "condition_keys": [ @@ -78212,9 +80052,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the current infrastructure performance metric subscriptions", - "privilege": "DescribeAwsNetworkPerformanceMetricSubscriptions", + "access_level": "Write", + "description": "Grants permission to cancel a bundling operation", + "privilege": "CancelBundleTask", "resource_types": [ { "condition_keys": [ @@ -78226,24 +80066,19 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more bundling tasks", - "privilege": "DescribeBundleTasks", + "access_level": "Write", + "description": "Grants permission to cancel a Capacity Reservation and release the reserved capacity", + "privilege": "CancelCapacityReservation", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:CapacityReservationFleet", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the IP address ranges that were provisioned through bring your own IP addresses (BYOIP)", - "privilege": "DescribeByoipCidrs", - "resource_types": [ + "resource_type": "capacity-reservation*" + }, { "condition_keys": [ "ec2:Region" @@ -78254,24 +80089,18 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more Capacity Reservation Fleets", - "privilege": "DescribeCapacityReservationFleets", + "access_level": "Write", + "description": "Grants permission to cancel one or more Capacity Reservation Fleets", + "privilege": "CancelCapacityReservationFleets", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more Capacity Reservations", - "privilege": "DescribeCapacityReservations", - "resource_types": [ + "resource_type": "capacity-reservation-fleet*" + }, { "condition_keys": [ "ec2:Region" @@ -78282,9 +80111,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more Carrier Gateways", - "privilege": "DescribeCarrierGateways", + "access_level": "Write", + "description": "Grants permission to cancel an active conversion task", + "privilege": "CancelConversionTask", "resource_types": [ { "condition_keys": [ @@ -78296,31 +80125,25 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more linked EC2-Classic instances", - "privilege": "DescribeClassicLinkInstances", + "access_level": "Write", + "description": "Grants permission to cancel an active export task", + "privilege": "CancelExportTask", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the authorization rules for a Client VPN endpoint", - "privilege": "DescribeClientVpnAuthorizationRules", - "resource_types": [ + "resource_type": "export-image-task" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "client-vpn-endpoint*" + "resource_type": "export-instance-task" }, { "condition_keys": [ @@ -78332,23 +80155,22 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe active client connections and connections that have been terminated within the last 60 minutes for a Client VPN endpoint", - "privilege": "DescribeClientVpnConnections", + "access_level": "Write", + "description": "Grants permission to remove your AWS account from the launch permissions for the specified AMI", + "privilege": "CancelImageLaunchPermission", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ClientRootCertificateChainArn", - "ec2:CloudwatchLogGroupArn", - "ec2:CloudwatchLogStreamArn", - "ec2:DirectoryArn", + "ec2:ImageID", + "ec2:ImageType", + "ec2:Owner", + "ec2:Public", "ec2:ResourceTag/${TagKey}", - "ec2:SamlProviderArn", - "ec2:ServerCertificateArn" + "ec2:RootDeviceType" ], "dependent_actions": [], - "resource_type": "client-vpn-endpoint*" + "resource_type": "image*" }, { "condition_keys": [ @@ -78360,23 +80182,25 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more Client VPN endpoints", - "privilege": "DescribeClientVpnEndpoints", + "access_level": "Write", + "description": "Grants permission to cancel an in-process import virtual machine or import snapshot task", + "privilege": "CancelImportTask", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ClientRootCertificateChainArn", - "ec2:CloudwatchLogGroupArn", - "ec2:CloudwatchLogStreamArn", - "ec2:DirectoryArn", - "ec2:ResourceTag/${TagKey}", - "ec2:SamlProviderArn", - "ec2:ServerCertificateArn" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "client-vpn-endpoint" + "resource_type": "import-image-task" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "import-snapshot-task" }, { "condition_keys": [ @@ -78388,24 +80212,10 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the routes for a Client VPN endpoint", - "privilege": "DescribeClientVpnRoutes", + "access_level": "Write", + "description": "Grants permission to cancel a Reserved Instance listing on the Reserved Instance Marketplace", + "privilege": "CancelReservedInstancesListing", "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ClientRootCertificateChainArn", - "ec2:CloudwatchLogGroupArn", - "ec2:CloudwatchLogStreamArn", - "ec2:DirectoryArn", - "ec2:ResourceTag/${TagKey}", - "ec2:SamlProviderArn", - "ec2:ServerCertificateArn" - ], - "dependent_actions": [], - "resource_type": "client-vpn-endpoint*" - }, { "condition_keys": [ "ec2:Region" @@ -78416,23 +80226,17 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the target networks that are associated with a Client VPN endpoint", - "privilege": "DescribeClientVpnTargetNetworks", + "access_level": "Write", + "description": "Grants permission to cancel one or more Spot Fleet requests", + "privilege": "CancelSpotFleetRequests", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ClientRootCertificateChainArn", - "ec2:CloudwatchLogGroupArn", - "ec2:CloudwatchLogStreamArn", - "ec2:DirectoryArn", - "ec2:ResourceTag/${TagKey}", - "ec2:SamlProviderArn", - "ec2:ServerCertificateArn" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "client-vpn-endpoint*" + "resource_type": "spot-fleet-request*" }, { "condition_keys": [ @@ -78444,24 +80248,18 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the specified customer-owned address pools or all of your customer-owned address pools", - "privilege": "DescribeCoipPools", + "access_level": "Write", + "description": "Grants permission to cancel one or more Spot Instance requests", + "privilege": "CancelSpotInstanceRequests", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more conversion tasks", - "privilege": "DescribeConversionTasks", - "resource_types": [ + "resource_type": "spot-instances-request*" + }, { "condition_keys": [ "ec2:Region" @@ -78472,9 +80270,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more customer gateways", - "privilege": "DescribeCustomerGateways", + "access_level": "Write", + "description": "Grants permission to determine whether an owned product code is associated with an instance", + "privilege": "ConfirmProductInstance", "resource_types": [ { "condition_keys": [ @@ -78486,24 +80284,17 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more DHCP options sets", - "privilege": "DescribeDhcpOptions", + "access_level": "Write", + "description": "Grants permission to copy a source Amazon FPGA image (AFI) to the current Region. Resource-level permissions specified for this action apply to the new AFI only. They do not apply to the source AFI", + "privilege": "CopyFpgaImage", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "ec2:Owner" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more egress-only internet gateways", - "privilege": "DescribeEgressOnlyInternetGateways", - "resource_types": [ + "resource_type": "fpga-image*" + }, { "condition_keys": [ "ec2:Region" @@ -78514,24 +80305,18 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe an Elastic Graphics accelerator that is associated with an instance", - "privilege": "DescribeElasticGpus", + "access_level": "Write", + "description": "Grants permission to copy an Amazon Machine Image (AMI) from a source Region to the current Region. Resource-level permissions specified for this action apply to the new AMI only. They do not apply to the source AMI", + "privilege": "CopyImage", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "ec2:ImageID", + "ec2:Owner" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more export image tasks", - "privilege": "DescribeExportImageTasks", - "resource_types": [ + "resource_type": "image*" + }, { "condition_keys": [ "ec2:Region" @@ -78542,10 +80327,22 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more export instance tasks", - "privilege": "DescribeExportTasks", + "access_level": "Write", + "description": "Grants permission to copy a point-in-time snapshot of an EBS volume and store it in Amazon S3. Resource-level permissions specified for this action apply to the new snapshot only. They do not apply to the source snapshot", + "privilege": "CopySnapshot", "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:OutpostArn", + "ec2:SnapshotID" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "snapshot*" + }, { "condition_keys": [ "ec2:Region" @@ -78556,22 +80353,20 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe fast-launch enabled Windows AMIs", - "privilege": "DescribeFastLaunchImages", + "access_level": "Write", + "description": "Grants permission to create a Capacity Reservation", + "privilege": "CreateCapacityReservation", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ImageID", - "ec2:ImageType", - "ec2:Owner", - "ec2:Public", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:CapacityReservationFleet" ], - "dependent_actions": [], - "resource_type": "image" + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "capacity-reservation*" }, { "condition_keys": [ @@ -78583,10 +80378,20 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the state of fast snapshot restores for snapshots", - "privilege": "DescribeFastSnapshotRestores", + "access_level": "Write", + "description": "Grants permission to create a Capacity Reservation Fleet", + "privilege": "CreateCapacityReservationFleet", "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "capacity-reservation-fleet*" + }, { "condition_keys": [ "ec2:Region" @@ -78597,17 +80402,29 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the events for an EC2 Fleet during a specified time", - "privilege": "DescribeFleetHistory", + "access_level": "Write", + "description": "Grants permission to create a carrier gateway and provides CSP connectivity to VPC customers", + "privilege": "CreateCarrierGateway", "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "carrier-gateway*" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" ], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "vpc*" }, { "condition_keys": [ @@ -78619,32 +80436,44 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the running instances for an EC2 Fleet", - "privilege": "DescribeFleetInstances", + "access_level": "Write", + "description": "Grants permission to create a Client VPN endpoint", + "privilege": "CreateClientVpnEndpoint", "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:ClientRootCertificateChainArn", + "ec2:CloudwatchLogGroupArn", + "ec2:CloudwatchLogStreamArn", + "ec2:DirectoryArn", + "ec2:SamlProviderArn", + "ec2:ServerCertificateArn" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "client-vpn-endpoint*" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID" ], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "security-group" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:VpcID" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more EC2 Fleets", - "privilege": "DescribeFleets", - "resource_types": [ + "resource_type": "vpc" + }, { "condition_keys": [ "ec2:Region" @@ -78655,10 +80484,33 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more flow logs", - "privilege": "DescribeFlowLogs", + "access_level": "Write", + "description": "Grants permission to add a network route to a Client VPN endpoint's route table", + "privilege": "CreateClientVpnRoute", "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ClientRootCertificateChainArn", + "ec2:CloudwatchLogGroupArn", + "ec2:CloudwatchLogStreamArn", + "ec2:DirectoryArn", + "ec2:ResourceTag/${TagKey}", + "ec2:SamlProviderArn", + "ec2:ServerCertificateArn" + ], + "dependent_actions": [], + "resource_type": "client-vpn-endpoint*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID" + ], + "dependent_actions": [], + "resource_type": "subnet*" + }, { "condition_keys": [ "ec2:Region" @@ -78669,18 +80521,17 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the attributes of an Amazon FPGA Image (AFI)", - "privilege": "DescribeFpgaImageAttribute", + "access_level": "Write", + "description": "Grants permission to create a range of customer-owned IP (CoIP) addresses", + "privilege": "CreateCoipCidr", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Owner", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "fpga-image*" + "resource_type": "coip-pool*" }, { "condition_keys": [ @@ -78692,24 +80543,28 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more Amazon FPGA Images (AFIs)", - "privilege": "DescribeFpgaImages", + "access_level": "Write", + "description": "Grants permission to create a pool of customer-owned IP (CoIP) addresses", + "privilege": "CreateCoipPool", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "coip-pool*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the Dedicated Host Reservations that are available to purchase", - "privilege": "DescribeHostReservationOfferings", - "resource_types": [ + "resource_type": "local-gateway-route-table*" + }, { "condition_keys": [ "ec2:Region" @@ -78720,24 +80575,18 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the Dedicated Host Reservations that are associated with Dedicated Hosts in the AWS account", - "privilege": "DescribeHostReservations", + "access_level": "Write", + "description": "Grants permission to allow a service to access a customer-owned IP (CoIP) pool", + "privilege": "CreateCoipPoolPermission", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more Dedicated Hosts", - "privilege": "DescribeHosts", - "resource_types": [ + "resource_type": "coip-pool*" + }, { "condition_keys": [ "ec2:Region" @@ -78748,10 +80597,20 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the IAM instance profile associations", - "privilege": "DescribeIamInstanceProfileAssociations", + "access_level": "Write", + "description": "Grants permission to create a customer gateway, which provides information to AWS about your customer gateway device", + "privilege": "CreateCustomerGateway", "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "customer-gateway*" + }, { "condition_keys": [ "ec2:Region" @@ -78762,9 +80621,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the ID format settings for resources", - "privilege": "DescribeIdFormat", + "access_level": "Write", + "description": "Grants permission to create a default subnet in a specified Availability Zone in a default VPC", + "privilege": "CreateDefaultSubnet", "resource_types": [ { "condition_keys": [ @@ -78776,9 +80635,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the ID format settings for resources for an IAM user, IAM role, or root user", - "privilege": "DescribeIdentityIdFormat", + "access_level": "Write", + "description": "Grants permission to create a default VPC with a default subnet in each Availability Zone", + "privilege": "CreateDefaultVpc", "resource_types": [ { "condition_keys": [ @@ -78790,22 +80649,20 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe an attribute of an Amazon Machine Image (AMI)", - "privilege": "DescribeImageAttribute", + "access_level": "Write", + "description": "Grants permission to create a set of DHCP options for a VPC", + "privilege": "CreateDhcpOptions", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ImageID", - "ec2:ImageType", - "ec2:Owner", - "ec2:Public", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:DhcpOptionsID" ], - "dependent_actions": [], - "resource_type": "image*" + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "dhcp-options*" }, { "condition_keys": [ @@ -78817,38 +80674,30 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more images (AMIs, AKIs, and ARIs)", - "privilege": "DescribeImages", + "access_level": "Write", + "description": "Grants permission to create an egress-only internet gateway for a VPC", + "privilege": "CreateEgressOnlyInternetGateway", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe import virtual machine or import snapshot tasks", - "privilege": "DescribeImportImageTasks", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "egress-only-internet-gateway*" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe import snapshot tasks", - "privilege": "DescribeImportSnapshotTasks", - "resource_types": [ + "resource_type": "vpc*" + }, { "condition_keys": [ "ec2:Region" @@ -78859,27 +80708,30 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the attributes of an instance", - "privilege": "DescribeInstanceAttribute", + "access_level": "Write", + "description": "Grants permission to launch an EC2 Fleet. Resource-level permissions for this action do not include the resources specified in a launch template. To specify resource-level permissions for resources specified in a launch template, you must include the resources in the RunInstances action statement", + "privilege": "CreateFleet", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "fleet*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", "ec2:AvailabilityZone", "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", "ec2:InstanceProfile", "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", "ec2:RootDeviceType", "ec2:Tenancy" ], @@ -78888,130 +80740,108 @@ }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ImageID", + "ec2:ImageType", + "ec2:Owner", + "ec2:Public", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe EC2 Instance Connect Endpoints", - "privilege": "DescribeInstanceConnectEndpoints", - "resource_types": [ + "resource_type": "image" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:KeyPairName", + "ec2:KeyPairType", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the credit option for CPU usage of one or more burstable performance instances", - "privilege": "DescribeInstanceCreditSpecifications", - "resource_types": [ + "resource_type": "key-pair" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the set of tags to include in notifications about scheduled events for your instances", - "privilege": "DescribeInstanceEventNotificationAttributes", - "resource_types": [ + "resource_type": "launch-template" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the specified event windows or all event windows", - "privilege": "DescribeInstanceEventWindows", - "resource_types": [ + "resource_type": "network-interface" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:PlacementGroupName", + "ec2:PlacementGroupStrategy", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the status of one or more instances", - "privilege": "DescribeInstanceStatus", - "resource_types": [ + "resource_type": "placement-group" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the set of instance types that are offered in a location", - "privilege": "DescribeInstanceTypeOfferings", - "resource_types": [ + "resource_type": "security-group" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:ResourceTag/${TagKey}", + "ec2:SnapshotID", + "ec2:SnapshotTime", + "ec2:VolumeSize" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the details of instance types that are offered in a location", - "privilege": "DescribeInstanceTypes", - "resource_types": [ + "resource_type": "snapshot" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more instances", - "privilege": "DescribeInstances", - "resource_types": [ + "resource_type": "subnet" + }, { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:AvailabilityZone", + "ec2:Encrypted", + "ec2:KmsKeyId", + "ec2:ParentSnapshot", + "ec2:VolumeID", + "ec2:VolumeIops", + "ec2:VolumeSize", + "ec2:VolumeThroughput", + "ec2:VolumeType" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more internet gateways", - "privilege": "DescribeInternetGateways", - "resource_types": [ + "resource_type": "volume" + }, { "condition_keys": [ "ec2:Region" @@ -79022,94 +80852,70 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe Amazon VPC IP Address Manager (IPAM) pools", - "privilege": "DescribeIpamPools", + "access_level": "Write", + "description": "Grants permission to create one or more flow logs to capture IP traffic for a network interface", + "privilege": "CreateFlowLogs", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe IPAM resource discoveries", - "privilege": "DescribeIpamResourceDiscoveries", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags", + "iam:PassRole" + ], + "resource_type": "vpc-flow-log*" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe resource discovery associations with an Amazon VPC IPAM", - "privilege": "DescribeIpamResourceDiscoveryAssociations", - "resource_types": [ + "resource_type": "network-interface" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe Amazon VPC IP Address Manager (IPAM) scopes", - "privilege": "DescribeIpamScopes", - "resource_types": [ + "resource_type": "subnet" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe an Amazon VPC IP Address Manager (IPAM)", - "privilege": "DescribeIpams", - "resource_types": [ + "resource_type": "transit-gateway" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more IPv6 address pools", - "privilege": "DescribeIpv6Pools", - "resource_types": [ + "resource_type": "transit-gateway-attachment" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more key pairs", - "privilege": "DescribeKeyPairs", - "resource_types": [ + "resource_type": "vpc" + }, { "condition_keys": [ "ec2:Region" @@ -79120,24 +80926,22 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more launch template versions", - "privilege": "DescribeLaunchTemplateVersions", + "access_level": "Write", + "description": "Grants permission to create an Amazon FPGA Image (AFI) from a design checkpoint (DCP)", + "privilege": "CreateFpgaImage", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:Owner", + "ec2:Public" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more launch templates", - "privilege": "DescribeLaunchTemplates", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "fpga-image*" + }, { "condition_keys": [ "ec2:Region" @@ -79148,52 +80952,60 @@ ] }, { - "access_level": "List", - "description": "Grants permission to allow a service to describe local gateway route table permissions", - "privilege": "DescribeLocalGatewayRouteTablePermissions", + "access_level": "Write", + "description": "Grants permission to create an Amazon EBS-backed AMI from a stopped or running Amazon EBS-backed instance", + "privilege": "CreateImage", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:ImageID", + "ec2:Owner" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the associations between virtual interface groups and local gateway route tables", - "privilege": "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "image*" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe an association between VPCs and local gateway route tables", - "privilege": "DescribeLocalGatewayRouteTableVpcAssociations", - "resource_types": [ + "resource_type": "instance*" + }, { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:OutpostArn", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:SnapshotID", + "ec2:SnapshotTime", + "ec2:SourceOutpostArn", + "ec2:VolumeSize" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more local gateway route tables", - "privilege": "DescribeLocalGatewayRouteTables", - "resource_types": [ + "resource_type": "snapshot*" + }, { "condition_keys": [ "ec2:Region" @@ -79204,52 +81016,42 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe local gateway virtual interface groups", - "privilege": "DescribeLocalGatewayVirtualInterfaceGroups", + "access_level": "Write", + "description": "Grants permission to create an EC2 Instance Connect Endpoint that allows you to connect to an instance without a public IPv4 address", + "privilege": "CreateInstanceConnectEndpoint", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:SubnetID" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe local gateway virtual interfaces", - "privilege": "DescribeLocalGatewayVirtualInterfaces", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "instance-connect-endpoint*" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more local gateways", - "privilege": "DescribeLocalGateways", - "resource_types": [ + "resource_type": "subnet*" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe your managed prefix lists and any AWS-managed prefix lists", - "privilege": "DescribeManagedPrefixLists", - "resource_types": [ + "resource_type": "security-group" + }, { "condition_keys": [ "ec2:Region" @@ -79260,24 +81062,20 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe Elastic IP addresses that are being moved to the EC2-VPC platform", - "privilege": "DescribeMovingAddresses", + "access_level": "Write", + "description": "Grants permission to create an event window in which scheduled events for the associated Amazon EC2 instances can run", + "privilege": "CreateInstanceEventWindow", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more NAT gateways", - "privilege": "DescribeNatGateways", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "instance-event-window*" + }, { "condition_keys": [ "ec2:Region" @@ -79288,38 +81086,42 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more network ACLs", - "privilege": "DescribeNetworkAcls", + "access_level": "Write", + "description": "Grants permission to export a running or stopped instance to an Amazon S3 bucket", + "privilege": "CreateInstanceExportTask", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more Network Access Scope analyses", - "privilege": "DescribeNetworkInsightsAccessScopeAnalyses", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "export-instance-task*" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the Network Access Scopes", - "privilege": "DescribeNetworkInsightsAccessScopes", - "resource_types": [ + "resource_type": "instance*" + }, { "condition_keys": [ "ec2:Region" @@ -79330,24 +81132,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more network insights analyses", - "privilege": "DescribeNetworkInsightsAnalyses", + "access_level": "Write", + "description": "Grants permission to create an internet gateway for a VPC", + "privilege": "CreateInternetGateway", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:InternetGatewayID" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more network insights paths", - "privilege": "DescribeNetworkInsightsPaths", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "internet-gateway*" + }, { "condition_keys": [ "ec2:Region" @@ -79358,24 +81157,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe a network interface attribute", - "privilege": "DescribeNetworkInterfaceAttribute", + "access_level": "Write", + "description": "Grants permission to create an Amazon VPC IP Address Manager (IPAM)", + "privilege": "CreateIpam", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the permissions that are associated with a network interface", - "privilege": "DescribeNetworkInterfacePermissions", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags", + "iam:CreateServiceLinkedRole" + ], + "resource_type": "ipam*" + }, { "condition_keys": [ "ec2:Region" @@ -79386,38 +81182,28 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more network interfaces", - "privilege": "DescribeNetworkInterfaces", + "access_level": "Write", + "description": "Grants permission to create an IP address pool for Amazon VPC IP Address Manager (IPAM), which is a collection of contiguous IP address CIDRs", + "privilege": "CreateIpamPool", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more placement groups", - "privilege": "DescribePlacementGroups", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "ipam-pool*" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe available AWS services in a prefix list format", - "privilege": "DescribePrefixLists", - "resource_types": [ + "resource_type": "ipam-scope*" + }, { "condition_keys": [ "ec2:Region" @@ -79428,24 +81214,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference", - "privilege": "DescribePrincipalIdFormat", + "access_level": "Write", + "description": "Grants permission to create an IPAM resource discovery", + "privilege": "CreateIpamResourceDiscovery", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more IPv4 address pools", - "privilege": "DescribePublicIpv4Pools", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags", + "iam:CreateServiceLinkedRole" + ], + "resource_type": "ipam-resource-discovery*" + }, { "condition_keys": [ "ec2:Region" @@ -79456,38 +81239,28 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more AWS Regions that are currently available in your account", - "privilege": "DescribeRegions", + "access_level": "Write", + "description": "Grants permission to create an Amazon VPC IP Address Manager (IPAM) scope, which is the highest-level container within IPAM", + "privilege": "CreateIpamScope", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe a root volume replacement task", - "privilege": "DescribeReplaceRootVolumeTasks", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "ipam*" + }, { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more purchased Reserved Instances in your account", - "privilege": "DescribeReservedInstances", - "resource_types": [ + "resource_type": "ipam-scope*" + }, { "condition_keys": [ "ec2:Region" @@ -79498,24 +81271,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe your account's Reserved Instance listings in the Reserved Instance Marketplace", - "privilege": "DescribeReservedInstancesListings", + "access_level": "Write", + "description": "Grants permission to create a 2048-bit RSA key pair", + "privilege": "CreateKeyPair", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:KeyPairType" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the modifications made to one or more Reserved Instances", - "privilege": "DescribeReservedInstancesModifications", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "key-pair*" + }, { "condition_keys": [ "ec2:Region" @@ -79526,24 +81296,20 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the Reserved Instance offerings that are available for purchase", - "privilege": "DescribeReservedInstancesOfferings", + "access_level": "Write", + "description": "Grants permission to create a launch template", + "privilege": "CreateLaunchTemplate", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more route tables", - "privilege": "DescribeRouteTables", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "launch-template*" + }, { "condition_keys": [ "ec2:Region" @@ -79554,24 +81320,18 @@ ] }, { - "access_level": "List", - "description": "Grants permission to find available schedules for Scheduled Instances", - "privilege": "DescribeScheduledInstanceAvailability", + "access_level": "Write", + "description": "Grants permission to create a new version of a launch template", + "privilege": "CreateLaunchTemplateVersion", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more Scheduled Instances in your account", - "privilege": "DescribeScheduledInstances", - "resource_types": [ + "resource_type": "launch-template*" + }, { "condition_keys": [ "ec2:Region" @@ -79582,67 +81342,45 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the VPCs on the other side of a VPC peering connection that are referencing specified VPC security groups", - "privilege": "DescribeSecurityGroupReferences", + "access_level": "Write", + "description": "Grants permission to create a static route for a local gateway route table", + "privilege": "CreateLocalGatewayRoute", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more of your security group rules", - "privilege": "DescribeSecurityGroupRules", - "resource_types": [ + "resource_type": "local-gateway-route-table*" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more security groups", - "privilege": "DescribeSecurityGroups", - "resource_types": [ + "resource_type": "local-gateway-virtual-interface-group" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe an attribute of a snapshot", - "privilege": "DescribeSnapshotAttribute", - "resource_types": [ + "resource_type": "network-interface" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Encrypted", - "ec2:OutpostArn", - "ec2:Owner", - "ec2:ParentVolume", - "ec2:ResourceTag/${TagKey}", - "ec2:SnapshotID", - "ec2:SnapshotTime", - "ec2:SourceOutpostArn", - "ec2:VolumeSize" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "snapshot*" + "resource_type": "prefix-list" }, { "condition_keys": [ @@ -79654,38 +81392,28 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the storage tier status for Amazon EBS snapshots", - "privilege": "DescribeSnapshotTierStatus", + "access_level": "Write", + "description": "Grants permission to create a local gateway route table", + "privilege": "CreateLocalGatewayRouteTable", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more EBS snapshots", - "privilege": "DescribeSnapshots", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "local-gateway*" + }, { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the data feed for Spot Instances", - "privilege": "DescribeSpotDatafeedSubscription", - "resource_types": [ + "resource_type": "local-gateway-route-table*" + }, { "condition_keys": [ "ec2:Region" @@ -79696,9 +81424,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the running instances for a Spot Fleet", - "privilege": "DescribeSpotFleetInstances", + "access_level": "Write", + "description": "Grants permission to allow a service to access a local gateway route table", + "privilege": "CreateLocalGatewayRouteTablePermission", "resource_types": [ { "condition_keys": [ @@ -79706,7 +81434,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "spot-fleet-request*" + "resource_type": "local-gateway-route-table*" }, { "condition_keys": [ @@ -79718,46 +81446,36 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the events for a Spot Fleet request during a specified time", - "privilege": "DescribeSpotFleetRequestHistory", + "access_level": "Write", + "description": "Grants permission to create a local gateway route table virtual interface group association", + "privilege": "CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], - "dependent_actions": [], - "resource_type": "spot-fleet-request*" + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "local-gateway-route-table*" }, { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more Spot Fleet requests", - "privilege": "DescribeSpotFleetRequests", - "resource_types": [ + "resource_type": "local-gateway-route-table-virtual-interface-group-association*" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more Spot Instance requests", - "privilege": "DescribeSpotInstanceRequests", - "resource_types": [ + "resource_type": "local-gateway-virtual-interface-group*" + }, { "condition_keys": [ "ec2:Region" @@ -79768,52 +81486,38 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the Spot Instance price history", - "privilege": "DescribeSpotPriceHistory", + "access_level": "Write", + "description": "Grants permission to associate a VPC with a local gateway route table", + "privilege": "CreateLocalGatewayRouteTableVpcAssociation", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the stale security group rules for security groups in a specified VPC", - "privilege": "DescribeStaleSecurityGroups", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "local-gateway-route-table*" + }, { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the progress of the AMI store tasks", - "privilege": "DescribeStoreImageTasks", - "resource_types": [ + "resource_type": "local-gateway-route-table-vpc-association*" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more subnets", - "privilege": "DescribeSubnets", - "resource_types": [ + "resource_type": "vpc*" + }, { "condition_keys": [ "ec2:Region" @@ -79824,10 +81528,20 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more tags for an Amazon EC2 resource", - "privilege": "DescribeTags", + "access_level": "Write", + "description": "Grants permission to create a managed prefix list", + "privilege": "CreateManagedPrefixList", "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "prefix-list*" + }, { "condition_keys": [ "ec2:Region" @@ -79838,38 +81552,42 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more traffic mirror filters", - "privilege": "DescribeTrafficMirrorFilters", + "access_level": "Write", + "description": "Grants permission to create a NAT gateway in a subnet", + "privilege": "CreateNatGateway", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "natgateway*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more traffic mirror sessions", - "privilege": "DescribeTrafficMirrorSessions", - "resource_types": [ + "resource_type": "subnet*" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:AllocationId", + "ec2:Domain", + "ec2:PublicIpAddress", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more traffic mirror targets", - "privilege": "DescribeTrafficMirrorTargets", - "resource_types": [ + "resource_type": "elastic-ip" + }, { "condition_keys": [ "ec2:Region" @@ -79880,24 +81598,31 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more attachments between resources and transit gateways", - "privilege": "DescribeTransitGatewayAttachments", + "access_level": "Write", + "description": "Grants permission to create a network ACL in a VPC", + "privilege": "CreateNetworkAcl", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:NetworkAclID" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "network-acl*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more transit gateway connect peers", - "privilege": "DescribeTransitGatewayConnectPeers", - "resource_types": [ + "resource_type": "vpc*" + }, { "condition_keys": [ "ec2:Region" @@ -79908,24 +81633,20 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more transit gateway connect attachments", - "privilege": "DescribeTransitGatewayConnects", + "access_level": "Write", + "description": "Grants permission to create a numbered entry (a rule) in a network ACL", + "privilege": "CreateNetworkAclEntry", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:NetworkAclID", + "ec2:ResourceTag/${TagKey}", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more transit gateway multicast domains", - "privilege": "DescribeTransitGatewayMulticastDomains", - "resource_types": [ + "resource_type": "network-acl*" + }, { "condition_keys": [ "ec2:Region" @@ -79936,10 +81657,20 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more transit gateway peering attachments", - "privilege": "DescribeTransitGatewayPeeringAttachments", + "access_level": "Write", + "description": "Grants permission to create a Network Access Scope", + "privilege": "CreateNetworkInsightsAccessScope", "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "network-insights-access-scope*" + }, { "condition_keys": [ "ec2:Region" @@ -79950,150 +81681,107 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe a transit gateway policy table", - "privilege": "DescribeTransitGatewayPolicyTables", + "access_level": "Write", + "description": "Grants permission to create a path to analyze for reachability", + "privilege": "CreateNetworkInsightsPath", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe a transit gateway route table announcement", - "privilege": "DescribeTransitGatewayRouteTableAnnouncements", - "resource_types": [ - { - "condition_keys": [ - "ec2:Region" + "dependent_actions": [ + "ec2:CreateTags" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more transit gateway route tables", - "privilege": "DescribeTransitGatewayRouteTables", - "resource_types": [ + "resource_type": "network-insights-path*" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more VPC attachments on a transit gateway", - "privilege": "DescribeTransitGatewayVpcAttachments", - "resource_types": [ + "resource_type": "instance" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:InternetGatewayID", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more transit gateways", - "privilege": "DescribeTransitGateways", - "resource_types": [ + "resource_type": "internet-gateway" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more network interface trunk associations", - "privilege": "DescribeTrunkInterfaceAssociations", - "resource_types": [ + "resource_type": "network-interface" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the specified Verified Access endpoints or all Verified Access endpoints", - "privilege": "DescribeVerifiedAccessEndpoints", - "resource_types": [ + "resource_type": "transit-gateway" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the specified Verified Access groups or all Verified Access groups", - "privilege": "DescribeVerifiedAccessGroups", - "resource_types": [ + "resource_type": "vpc-endpoint" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the current logging configuration for the Verified Access instances", - "privilege": "DescribeVerifiedAccessInstanceLoggingConfigurations", - "resource_types": [ + "resource_type": "vpc-endpoint-service" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:AccepterVpc", + "ec2:RequesterVpc", + "ec2:ResourceTag/${TagKey}", + "ec2:VpcPeeringConnectionID" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the AWS Web Application Firewall (WAF) web access control list (ACL) associations for a Verified Access instance", - "privilege": "DescribeVerifiedAccessInstanceWebAclAssociations", - "resource_types": [ + "resource_type": "vpc-peering-connection" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the specified Verified Access instances or all Verified Access instances", - "privilege": "DescribeVerifiedAccessInstances", - "resource_types": [ + "resource_type": "vpn-gateway" + }, { "condition_keys": [ "ec2:Region" @@ -80104,82 +81792,42 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe details of existing Verified Access trust providers", - "privilege": "DescribeVerifiedAccessTrustProviders", + "access_level": "Write", + "description": "Grants permission to create a network interface in a subnet", + "privilege": "CreateNetworkInterface", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:NetworkInterfaceID" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe an attribute of an EBS volume", - "privilege": "DescribeVolumeAttribute", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "network-interface*" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:AvailabilityZone", - "ec2:Encrypted", - "ec2:ParentSnapshot", "ec2:ResourceTag/${TagKey}", - "ec2:VolumeID", - "ec2:VolumeIops", - "ec2:VolumeSize", - "ec2:VolumeThroughput", - "ec2:VolumeType" + "ec2:SubnetID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "volume*" + "resource_type": "subnet*" }, { "condition_keys": [ - "ec2:Region" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the status of one or more EBS volumes", - "privilege": "DescribeVolumeStatus", - "resource_types": [ - { - "condition_keys": [ - "ec2:Region" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more EBS volumes", - "privilege": "DescribeVolumes", - "resource_types": [ - { - "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the current modification status of one or more EBS volumes", - "privilege": "DescribeVolumesModifications", - "resource_types": [ + "resource_type": "security-group" + }, { "condition_keys": [ "ec2:Region" @@ -80190,19 +81838,24 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe an attribute of a VPC", - "privilege": "DescribeVpcAttribute", + "access_level": "Permissions management", + "description": "Grants permission to create a permission for an AWS-authorized user to perform certain operations on a network interface", + "privilege": "CreateNetworkInterfacePermission", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", + "ec2:AuthorizedService", + "ec2:AuthorizedUser", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:Permission", "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" + "ec2:Subnet", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "vpc*" + "resource_type": "network-interface*" }, { "condition_keys": [ @@ -80214,24 +81867,22 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the ClassicLink status of one or more VPCs", - "privilege": "DescribeVpcClassicLink", + "access_level": "Write", + "description": "Grants permission to create a placement group", + "privilege": "CreatePlacementGroup", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:PlacementGroupName", + "ec2:PlacementGroupStrategy" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the ClassicLink DNS support status of one or more VPCs", - "privilege": "DescribeVpcClassicLinkDnsSupport", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "placement-group*" + }, { "condition_keys": [ "ec2:Region" @@ -80242,24 +81893,20 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the connection notifications for VPC endpoints and VPC endpoint services", - "privilege": "DescribeVpcEndpointConnectionNotifications", + "access_level": "Write", + "description": "Grants permission to create a public IPv4 address pool for public IPv4 CIDRs that you own and bring to Amazon to manage with Amazon VPC IP Address Manager (IPAM)", + "privilege": "CreatePublicIpv4Pool", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the VPC endpoint connections to your VPC endpoint services", - "privilege": "DescribeVpcEndpointConnections", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "ipv4pool-ec2*" + }, { "condition_keys": [ "ec2:Region" @@ -80270,74 +81917,78 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe VPC endpoint service configurations (your services)", - "privilege": "DescribeVpcEndpointServiceConfigurations", + "access_level": "Write", + "description": "Grants permission to create a root volume replacement task", + "privilege": "CreateReplaceRootVolumeTask", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the principals (service consumers) that are permitted to discover your VPC endpoint service", - "privilege": "DescribeVpcEndpointServicePermissions", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "instance*" + }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], - "resource_type": "vpc-endpoint-service*" + "resource_type": "replace-root-volume-task*" }, { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:VolumeID" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe all supported AWS services that can be specified when creating a VPC endpoint", - "privilege": "DescribeVpcEndpointServices", - "resource_types": [ + "resource_type": "volume*" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ImageID", + "ec2:ImageType", + "ec2:Owner", + "ec2:Public", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more VPC endpoints", - "privilege": "DescribeVpcEndpoints", - "resource_types": [ + "resource_type": "image" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:ResourceTag/${TagKey}", + "ec2:SnapshotID", + "ec2:SnapshotTime", + "ec2:VolumeSize" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more VPC peering connections", - "privilege": "DescribeVpcPeeringConnections", - "resource_types": [ + "resource_type": "snapshot" + }, { "condition_keys": [ "ec2:Region" @@ -80348,9 +81999,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more VPCs", - "privilege": "DescribeVpcs", + "access_level": "Write", + "description": "Grants permission to create a listing for Standard Reserved Instances to be sold in the Reserved Instance Marketplace", + "privilege": "CreateReservedInstancesListing", "resource_types": [ { "condition_keys": [ @@ -80362,24 +82013,22 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more VPN connections", - "privilege": "DescribeVpnConnections", + "access_level": "Write", + "description": "Grants permission to start a task that restores an AMI from an S3 object previously created by using CreateStoreImageTask", + "privilege": "CreateRestoreImageTask", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:ImageID", + "ec2:Owner" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe one or more virtual private gateways", - "privilege": "DescribeVpnGateways", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "image*" + }, { "condition_keys": [ "ec2:Region" @@ -80391,38 +82040,18 @@ }, { "access_level": "Write", - "description": "Grants permission to unlink (detach) a linked EC2-Classic instance from a VPC", - "privilege": "DetachClassicLinkVpc", + "description": "Grants permission to create a route in a VPC route table", + "privilege": "CreateRoute", "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" - ], - "dependent_actions": [], - "resource_type": "instance*" - }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" + "ec2:RouteTableID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "vpc*" + "resource_type": "route-table*" }, { "condition_keys": [ @@ -80435,17 +82064,19 @@ }, { "access_level": "Write", - "description": "Grants permission to detach an internet gateway from a VPC", - "privilege": "DetachInternetGateway", + "description": "Grants permission to create a route table for a VPC", + "privilege": "CreateRouteTable", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:InternetGatewayID", - "ec2:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:RouteTableID" ], - "dependent_actions": [], - "resource_type": "internet-gateway*" + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "route-table*" }, { "condition_keys": [ @@ -80468,43 +82099,29 @@ }, { "access_level": "Write", - "description": "Grants permission to detach a network interface from an instance", - "privilege": "DetachNetworkInterface", + "description": "Grants permission to create a security group", + "privilege": "CreateSecurityGroup", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:SecurityGroupID" ], - "dependent_actions": [], - "resource_type": "instance*" + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "security-group*" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" + "ec2:Tenancy", + "ec2:VpcID" ], "dependent_actions": [], - "resource_type": "network-interface*" + "resource_type": "vpc" }, { "condition_keys": [ @@ -80517,45 +82134,28 @@ }, { "access_level": "Write", - "description": "Grants permission to detach a trust provider from a Verified Access instance", - "privilege": "DetachVerifiedAccessTrustProvider", + "description": "Grants permission to create a snapshot of an EBS volume and store it in Amazon S3", + "privilege": "CreateSnapshot", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:OutpostArn", + "ec2:ParentVolume", + "ec2:SnapshotID", + "ec2:SourceOutpostArn", + "ec2:VolumeSize" ], - "dependent_actions": [], - "resource_type": "verified-access-instance*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "dependent_actions": [ + "ec2:CreateTags" ], - "dependent_actions": [], - "resource_type": "verified-access-trust-provider*" + "resource_type": "snapshot*" }, - { - "condition_keys": [ - "ec2:Region" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to detach an EBS volume from an instance", - "privilege": "DetachVolume", - "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", "ec2:Encrypted", - "ec2:ParentSnapshot", "ec2:ResourceTag/${TagKey}", "ec2:VolumeID", "ec2:VolumeIops", @@ -80566,27 +82166,6 @@ "dependent_actions": [], "resource_type": "volume*" }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" - ], - "dependent_actions": [], - "resource_type": "instance" - }, { "condition_keys": [ "ec2:Region" @@ -80598,51 +82177,53 @@ }, { "access_level": "Write", - "description": "Grants permission to detach a virtual private gateway from a VPC", - "privilege": "DetachVpnGateway", + "description": "Grants permission to create crash-consistent snapshots of multiple EBS volumes and store them in Amazon S3", + "privilege": "CreateSnapshots", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceID", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:PlacementGroup", "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" + "ec2:RootDeviceType", + "ec2:Tenancy" ], - "dependent_actions": [], - "resource_type": "vpc*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "dependent_actions": [ + "ec2:CreateTags" ], - "dependent_actions": [], - "resource_type": "vpn-gateway*" + "resource_type": "instance*" }, { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:OutpostArn", + "ec2:ParentVolume", + "ec2:SnapshotID", + "ec2:SourceOutpostArn", + "ec2:VolumeSize" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disable Elastic IP address transfer", - "privilege": "DisableAddressTransfer", - "resource_types": [ + "resource_type": "snapshot*" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AllocationId", - "ec2:Domain", - "ec2:PublicIpAddress", - "ec2:ResourceTag/${TagKey}" + "ec2:Encrypted", + "ec2:ResourceTag/${TagKey}", + "ec2:VolumeID", + "ec2:VolumeIops", + "ec2:VolumeSize", + "ec2:VolumeThroughput", + "ec2:VolumeType" ], "dependent_actions": [], - "resource_type": "elastic-ip*" + "resource_type": "volume*" }, { "condition_keys": [ @@ -80655,22 +82236,8 @@ }, { "access_level": "Write", - "description": "Grants permission to disable infrastructure performance metric subscriptions", - "privilege": "DisableAwsNetworkPerformanceMetricSubscription", - "resource_types": [ - { - "condition_keys": [ - "ec2:Region" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disable EBS encryption by default for your account", - "privilege": "DisableEbsEncryptionByDefault", + "description": "Grants permission to create a data feed for Spot Instances to view Spot Instance usage logs", + "privilege": "CreateSpotDatafeedSubscription", "resource_types": [ { "condition_keys": [ @@ -80683,8 +82250,8 @@ }, { "access_level": "Write", - "description": "Grants permission to disable faster launching for Windows AMIs", - "privilege": "DisableFastLaunch", + "description": "Grants permission to store an AMI as a single object in an S3 bucket", + "privilege": "CreateStoreImageTask", "resource_types": [ { "condition_keys": [ @@ -80710,80 +82277,51 @@ }, { "access_level": "Write", - "description": "Grants permission to disable fast snapshot restores for one or more snapshots in specified Availability Zones", - "privilege": "DisableFastSnapshotRestores", + "description": "Grants permission to create a subnet in a VPC", + "privilege": "CreateSubnet", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:Encrypted", - "ec2:Owner", - "ec2:ParentVolume", - "ec2:ResourceTag/${TagKey}", - "ec2:SnapshotID", - "ec2:SnapshotTime", - "ec2:VolumeSize" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:SubnetID" ], - "dependent_actions": [], - "resource_type": "snapshot*" - }, - { - "condition_keys": [ - "ec2:Region" + "dependent_actions": [ + "ec2:CreateTags" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to cancel the deprecation of the specified AMI", - "privilege": "DisableImageDeprecation", - "resource_types": [ + "resource_type": "subnet*" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ImageID", - "ec2:ImageType", - "ec2:Owner", - "ec2:Public", "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType" + "ec2:Tenancy", + "ec2:VpcID" ], "dependent_actions": [], - "resource_type": "image*" + "resource_type": "vpc*" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disable an AWS Organizations member account as an Amazon VPC IP Address Manager (IPAM) admin account", - "privilege": "DisableIpamOrganizationAdminAccount", - "resource_types": [ + "resource_type": "ipam-pool" + }, { "condition_keys": [ "ec2:Region" ], - "dependent_actions": [ - "organizations:DeregisterDelegatedAdministrator" - ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to disable access to the EC2 serial console of all instances for your account", - "privilege": "DisableSerialConsoleAccess", + "description": "Grants permission to create a subnet CIDR reservation", + "privilege": "CreateSubnetCidrReservation", "resource_types": [ { "condition_keys": [ @@ -80795,9 +82333,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to disable a resource attachment from propagating routes to the specified propagation route table", - "privilege": "DisableTransitGatewayRouteTablePropagation", + "access_level": "Tagging", + "description": "Grants permission to add or overwrite one or more tags for Amazon EC2 resources", + "privilege": "CreateTags", "resource_types": [ { "condition_keys": [ @@ -80805,7 +82343,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-route-table*" + "resource_type": "capacity-reservation" }, { "condition_keys": [ @@ -80813,39 +82351,31 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-attachment" + "resource_type": "capacity-reservation-fleet" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "transit-gateway-route-table-announcement" + "resource_type": "carrier-gateway" }, - { - "condition_keys": [ - "ec2:Region" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disable a virtual private gateway from propagating routes to a specified route table of a VPC", - "privilege": "DisableVgwRoutePropagation", - "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", + "ec2:ClientRootCertificateChainArn", + "ec2:CloudwatchLogGroupArn", + "ec2:CloudwatchLogStreamArn", + "ec2:DirectoryArn", "ec2:ResourceTag/${TagKey}", - "ec2:RouteTableID", - "ec2:Vpc" + "ec2:SamlProviderArn", + "ec2:ServerCertificateArn" ], "dependent_actions": [], - "resource_type": "route-table*" + "resource_type": "client-vpn-endpoint" }, { "condition_keys": [ @@ -80853,70 +82383,55 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpn-gateway*" + "resource_type": "coip-pool" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disable ClassicLink for a VPC", - "privilege": "DisableVpcClassicLink", - "resource_types": [ + "resource_type": "customer-gateway" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" + "ec2:AutoPlacement", + "ec2:AvailabilityZone", + "ec2:HostRecovery", + "ec2:InstanceType", + "ec2:Quantity", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpc*" + "resource_type": "dedicated-host" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:DhcpOptionsID", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disable ClassicLink DNS support for a VPC", - "privilege": "DisableVpcClassicLinkDnsSupport", - "resource_types": [ + "resource_type": "dhcp-options" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpc" + "resource_type": "egress-only-internet-gateway" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ElasticGpuType", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disassociate an Elastic IP address from an instance or network interface", - "privilege": "DisassociateAddress", - "resource_types": [ + "resource_type": "elastic-gpu" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", @@ -80931,81 +82446,74 @@ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "network-interface" + "resource_type": "export-image-task" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disassociate a target network from a Client VPN endpoint", - "privilege": "DisassociateClientVpnTargetNetwork", - "resource_types": [ + "resource_type": "export-instance-task" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ClientRootCertificateChainArn", - "ec2:CloudwatchLogGroupArn", - "ec2:CloudwatchLogStreamArn", - "ec2:DirectoryArn", - "ec2:ResourceTag/${TagKey}", - "ec2:SamlProviderArn", - "ec2:ServerCertificateArn" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "client-vpn-endpoint*" + "resource_type": "fleet" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:Owner", + "ec2:Public", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disassociate an ACM certificate from a IAM role", - "privilege": "DisassociateEnclaveCertificateIamRole", - "resource_types": [ + "resource_type": "fpga-image" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "certificate*" + "resource_type": "host-reservation" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ImageID", + "ec2:ImageType", + "ec2:Owner", + "ec2:Public", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType" + ], "dependent_actions": [], - "resource_type": "role*" + "resource_type": "image" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disassociate an IAM instance profile from a running or stopped instance", - "privilege": "DisassociateIamInstanceProfile", - "resource_types": [ + "resource_type": "import-image-task" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "import-snapshot-task" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", @@ -81027,76 +82535,57 @@ "ec2:Tenancy" ], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "instance" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disassociate one or more targets from an event window", - "privilege": "DisassociateInstanceEventWindow", - "resource_types": [ + "resource_type": "instance-connect-endpoint" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "instance-event-window*" + "resource_type": "instance-event-window" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:InternetGatewayID", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disassociate a resource discovery from an Amazon VPC IPAM", - "privilege": "DisassociateIpamResourceDiscovery", - "resource_types": [ + "resource_type": "internet-gateway" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "ipam-resource-discovery-association*" + "resource_type": "ipam" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disassociate a secondary Elastic IP address from a public NAT gateway", - "privilege": "DisassociateNatGatewayAddress", - "resource_types": [ + "resource_type": "ipam-pool" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AllocationId", - "ec2:Domain", - "ec2:PublicIpAddress", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "elastic-ip*" + "resource_type": "ipam-resource-discovery" }, { "condition_keys": [ @@ -81104,52 +82593,41 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "natgateway*" + "resource_type": "ipam-resource-discovery-association" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AuthorizedUser", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:Permission", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "network-interface*" + "resource_type": "ipam-scope" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disassociate a subnet from a route table", - "privilege": "DisassociateRouteTable", - "resource_types": [ + "resource_type": "ipv4pool-ec2" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:InternetGatewayID", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "internet-gateway" + "resource_type": "ipv6pool-ec2" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", + "ec2:KeyPairName", + "ec2:KeyPairType", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "ipv4pool-ec2" + "resource_type": "key-pair" }, { "condition_keys": [ @@ -81157,28 +82635,23 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "ipv6pool-ec2" + "resource_type": "launch-template" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:RouteTableID", - "ec2:Vpc" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "route-table" + "resource_type": "local-gateway" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "subnet" + "resource_type": "local-gateway-route-table" }, { "condition_keys": [ @@ -81186,57 +82659,23 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpn-gateway" + "resource_type": "local-gateway-route-table-virtual-interface-group-association" }, - { - "condition_keys": [ - "ec2:Region" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disassociate a CIDR block from a subnet", - "privilege": "DisassociateSubnetCidrBlock", - "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "subnet*" + "resource_type": "local-gateway-route-table-vpc-association" }, - { - "condition_keys": [ - "ec2:Region" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disassociate one or more subnets from a transit gateway multicast domain", - "privilege": "DisassociateTransitGatewayMulticastDomain", - "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "subnet*" + "resource_type": "local-gateway-virtual-interface" }, { "condition_keys": [ @@ -81244,7 +82683,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-attachment*" + "resource_type": "local-gateway-virtual-interface-group" }, { "condition_keys": [ @@ -81252,29 +82691,25 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-multicast-domain*" + "resource_type": "natgateway" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:NetworkAclID", + "ec2:ResourceTag/${TagKey}", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disassociate a policy table from a transit gateway", - "privilege": "DisassociateTransitGatewayPolicyTable", - "resource_types": [ + "resource_type": "network-acl" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-attachment*" + "resource_type": "network-insights-access-scope" }, { "condition_keys": [ @@ -81282,177 +82717,144 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-policy-table*" + "resource_type": "network-insights-access-scope-analysis" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disassociate a resource attachment from a transit gateway route table", - "privilege": "DisassociateTransitGatewayRouteTable", - "resource_types": [ + "resource_type": "network-insights-analysis" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-attachment*" + "resource_type": "network-insights-path" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:AuthorizedUser", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:Permission", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "transit-gateway-route-table*" + "resource_type": "network-interface" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:PlacementGroupName", + "ec2:PlacementGroupStrategy", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disassociate a branch network interface to a trunk network interface", - "privilege": "DisassociateTrunkInterface", - "resource_types": [ + "resource_type": "placement-group" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disassociate an AWS Web Application Firewall (WAF) web access control list (ACL) from a Verified Access instance", - "privilege": "DisassociateVerifiedAccessInstanceWebAcl", - "resource_types": [ + "resource_type": "prefix-list" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "verified-access-instance*" + "resource_type": "replace-root-volume-task" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:InstanceType", + "ec2:ReservedInstancesOfferingType", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disassociate a CIDR block from a VPC", - "privilege": "DisassociateVpcCidrBlock", - "resource_types": [ + "resource_type": "reserved-instances" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" + "ec2:RouteTableID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "vpc" + "resource_type": "route-table" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to enable Elastic IP address transfer", - "privilege": "EnableAddressTransfer", - "resource_types": [ + "resource_type": "security-group" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AllocationId", - "ec2:Domain", - "ec2:PublicIpAddress", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "elastic-ip*" + "resource_type": "security-group-rule" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:Encrypted", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:ResourceTag/${TagKey}", + "ec2:SnapshotID", + "ec2:SnapshotTime", + "ec2:VolumeSize" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to enable infrastructure performance subscriptions", - "privilege": "EnableAwsNetworkPerformanceMetricSubscription", - "resource_types": [ + "resource_type": "snapshot" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to enable EBS encryption by default for your account", - "privilege": "EnableEbsEncryptionByDefault", - "resource_types": [ + "resource_type": "spot-fleet-request" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to enable faster launching for Windows AMIs", - "privilege": "EnableFastLaunch", - "resource_types": [ + "resource_type": "spot-instances-request" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ImageID", - "ec2:ImageType", - "ec2:Owner", - "ec2:Public", + "ec2:AvailabilityZone", "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType" + "ec2:SubnetID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "image*" + "resource_type": "subnet" }, { "condition_keys": [ @@ -81460,134 +82862,79 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "launch-template" + "resource_type": "subnet-cidr-reservation" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to enable fast snapshot restores for one or more snapshots in specified Availability Zones", - "privilege": "EnableFastSnapshotRestores", - "resource_types": [ + "resource_type": "traffic-mirror-filter" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:Encrypted", - "ec2:Owner", - "ec2:ParentVolume", - "ec2:ResourceTag/${TagKey}", - "ec2:SnapshotID", - "ec2:SnapshotTime", - "ec2:VolumeSize" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "snapshot*" + "resource_type": "traffic-mirror-session" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to enable deprecation of the specified AMI at the specified date and time", - "privilege": "EnableImageDeprecation", - "resource_types": [ + "resource_type": "traffic-mirror-target" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ImageID", - "ec2:ImageType", - "ec2:Owner", - "ec2:Public", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "image*" + "resource_type": "transit-gateway" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to enable an AWS Organizations member account as an Amazon VPC IP Address Manager (IPAM) admin account", - "privilege": "EnableIpamOrganizationAdminAccount", - "resource_types": [ + "resource_type": "transit-gateway-attachment" + }, { "condition_keys": [ - "ec2:Region" - ], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "organizations:EnableAWSServiceAccess", - "organizations:RegisterDelegatedAdministrator" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to enable organization sharing of reachability analyzer", - "privilege": "EnableReachabilityAnalyzerOrganizationSharing", - "resource_types": [ + "dependent_actions": [], + "resource_type": "transit-gateway-connect-peer" + }, { "condition_keys": [ - "ec2:Region" - ], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "organizations:EnableAWSServiceAccess" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to enable access to the EC2 serial console of all instances for your account", - "privilege": "EnableSerialConsoleAccess", - "resource_types": [ + "dependent_actions": [], + "resource_type": "transit-gateway-multicast-domain" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to enable an attachment to propagate routes to a propagation route table", - "privilege": "EnableTransitGatewayRouteTablePropagation", - "resource_types": [ + "resource_type": "transit-gateway-policy-table" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-route-table*" + "resource_type": "transit-gateway-route-table" }, { "condition_keys": [ @@ -81595,7 +82942,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-attachment" + "resource_type": "transit-gateway-route-table-announcement" }, { "condition_keys": [ @@ -81603,31 +82950,23 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-route-table-announcement" + "resource_type": "verified-access-endpoint" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to enable a virtual private gateway to propagate routes to a VPC route table", - "privilege": "EnableVgwRoutePropagation", - "resource_types": [ + "resource_type": "verified-access-group" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:RouteTableID", - "ec2:Vpc" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "route-table*" + "resource_type": "verified-access-instance" }, { "condition_keys": [ @@ -81635,22 +82974,16 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpn-gateway*" + "resource_type": "verified-access-policy" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to enable I/O operations for a volume that had I/O operations disabled", - "privilege": "EnableVolumeIO", - "resource_types": [ + "resource_type": "verified-access-trust-provider" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", @@ -81665,22 +82998,8 @@ "ec2:VolumeType" ], "dependent_actions": [], - "resource_type": "volume*" + "resource_type": "volume" }, - { - "condition_keys": [ - "ec2:Region" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to enable a VPC for ClassicLink", - "privilege": "EnableVpcClassicLink", - "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", @@ -81689,126 +83008,97 @@ "ec2:VpcID" ], "dependent_actions": [], - "resource_type": "vpc*" + "resource_type": "vpc" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to enable a VPC to support DNS hostname resolution for ClassicLink", - "privilege": "EnableVpcClassicLinkDnsSupport", - "resource_types": [ + "resource_type": "vpc-endpoint" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpc" + "resource_type": "vpc-endpoint-connection" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to download the client certificate revocation list for a Client VPN endpoint", - "privilege": "ExportClientVpnClientCertificateRevocationList", - "resource_types": [ + "resource_type": "vpc-endpoint-service" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ClientRootCertificateChainArn", - "ec2:CloudwatchLogGroupArn", - "ec2:CloudwatchLogStreamArn", - "ec2:DirectoryArn", - "ec2:ResourceTag/${TagKey}", - "ec2:SamlProviderArn", - "ec2:ServerCertificateArn" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "client-vpn-endpoint*" + "resource_type": "vpc-endpoint-service-permission" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to download the contents of the Client VPN endpoint configuration file for a Client VPN endpoint", - "privilege": "ExportClientVpnClientConfiguration", - "resource_types": [ + "resource_type": "vpc-flow-log" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ClientRootCertificateChainArn", - "ec2:CloudwatchLogGroupArn", - "ec2:CloudwatchLogStreamArn", - "ec2:DirectoryArn", + "ec2:AccepterVpc", + "ec2:RequesterVpc", "ec2:ResourceTag/${TagKey}", - "ec2:SamlProviderArn", - "ec2:ServerCertificateArn" + "ec2:VpcPeeringConnectionID" ], "dependent_actions": [], - "resource_type": "client-vpn-endpoint*" + "resource_type": "vpc-peering-connection" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:AuthenticationType", + "ec2:DPDTimeoutSeconds", + "ec2:GatewayType", + "ec2:IKEVersions", + "ec2:InsideTunnelCidr", + "ec2:InsideTunnelIpv6Cidr", + "ec2:Phase1DHGroup", + "ec2:Phase1EncryptionAlgorithms", + "ec2:Phase1IntegrityAlgorithms", + "ec2:Phase1LifetimeSeconds", + "ec2:Phase2DHGroup", + "ec2:Phase2EncryptionAlgorithms", + "ec2:Phase2IntegrityAlgorithms", + "ec2:Phase2LifetimeSeconds", + "ec2:PreSharedKeys", + "ec2:RekeyFuzzPercentage", + "ec2:RekeyMarginTimeSeconds", + "ec2:ReplayWindowSizePackets", + "ec2:ResourceTag/${TagKey}", + "ec2:RoutingType" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to export an Amazon Machine Image (AMI) to a VM file", - "privilege": "ExportImage", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "export-image-task*" + "resource_type": "vpn-connection" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ImageID", - "ec2:ImageType", - "ec2:Owner", - "ec2:Public", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "image*" + "resource_type": "vpn-gateway" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", + "ec2:CreateAction", "ec2:Region" ], "dependent_actions": [], @@ -81818,27 +83108,18 @@ }, { "access_level": "Write", - "description": "Grants permission to export routes from a transit gateway route table to an Amazon S3 bucket", - "privilege": "ExportTransitGatewayRoutes", + "description": "Grants permission to create a traffic mirror filter", + "privilege": "CreateTrafficMirrorFilter", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get the list of roles associated with an ACM certificate", - "privilege": "GetAssociatedEnclaveCertificateIamRoles", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "certificate*" + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "traffic-mirror-filter*" }, { "condition_keys": [ @@ -81850,24 +83131,23 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get information about the IPv6 CIDR block associations for a specified IPv6 address pool", - "privilege": "GetAssociatedIpv6PoolCidrs", + "access_level": "Write", + "description": "Grants permission to create a traffic mirror filter rule", + "privilege": "CreateTrafficMirrorFilterRule", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get network performance data", - "privilege": "GetAwsNetworkPerformanceData", - "resource_types": [ + "resource_type": "traffic-mirror-filter*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "traffic-mirror-filter-rule*" + }, { "condition_keys": [ "ec2:Region" @@ -81878,40 +83158,47 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get usage information about a Capacity Reservation", - "privilege": "GetCapacityReservationUsage", + "access_level": "Write", + "description": "Grants permission to create a traffic mirror session", + "privilege": "CreateTrafficMirrorSession", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:CapacityReservationFleet", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "network-interface*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "capacity-reservation*" + "resource_type": "traffic-mirror-filter*" }, { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to describe the allocations from the specified customer-owned address pool", - "privilege": "GetCoipPoolUsage", - "resource_types": [ + "resource_type": "traffic-mirror-session*" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "coip-pool*" + "resource_type": "traffic-mirror-target*" }, { "condition_keys": [ @@ -81923,70 +83210,38 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get the console output for an instance", - "privilege": "GetConsoleOutput", + "access_level": "Write", + "description": "Grants permission to create a traffic mirror target", + "privilege": "CreateTrafficMirrorTarget", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "dependent_actions": [], - "resource_type": "instance*" + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "traffic-mirror-target*" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:NetworkInterfaceID", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve a JPG-format screenshot of a running instance", - "privilege": "GetConsoleScreenshot", - "resource_types": [ + "resource_type": "network-interface" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:NewInstanceProfile", - "ec2:PlacementGroup", - "ec2:ProductCode", "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" + "ec2:VpceServiceName", + "ec2:VpceServiceOwner" ], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "vpc-endpoint" }, { "condition_keys": [ @@ -81998,24 +83253,20 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get the default credit option for CPU usage of a burstable performance instance family", - "privilege": "GetDefaultCreditSpecification", + "access_level": "Write", + "description": "Grants permission to create a transit gateway", + "privilege": "CreateTransitGateway", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get the ID of the default customer master key (CMK) for EBS encryption by default", - "privilege": "GetEbsDefaultKmsKeyId", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "transit-gateway*" + }, { "condition_keys": [ "ec2:Region" @@ -82026,10 +83277,20 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe whether EBS encryption by default is enabled for your account", - "privilege": "GetEbsEncryptionByDefault", + "access_level": "Write", + "description": "Grants permission to create a Connect attachment from a specified transit gateway attachment", + "privilege": "CreateTransitGatewayConnect", "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "transit-gateway-attachment*" + }, { "condition_keys": [ "ec2:Region" @@ -82040,17 +83301,27 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to generate a CloudFormation template to streamline the integration of VPC flow logs with Amazon Athena", - "privilege": "GetFlowLogsIntegrationTemplate", + "access_level": "Write", + "description": "Grants permission to create a Connect peer between a transit gateway and an appliance", + "privilege": "CreateTransitGatewayConnectPeer", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "transit-gateway-attachment*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "vpc-flow-log*" + "resource_type": "transit-gateway-connect-peer*" }, { "condition_keys": [ @@ -82062,18 +83333,27 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the resource groups to which a Capacity Reservation has been added", - "privilege": "GetGroupsForCapacityReservation", + "access_level": "Write", + "description": "Grants permission to create a multicast domain for a transit gateway", + "privilege": "CreateTransitGatewayMulticastDomain", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:CapacityReservationFleet", "ec2:ResourceTag/${TagKey}" ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "transit-gateway*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "capacity-reservation*" + "resource_type": "transit-gateway-multicast-domain*" }, { "condition_keys": [ @@ -82085,24 +83365,28 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to preview a reservation purchase with configurations that match those of a Dedicated Host", - "privilege": "GetHostReservationPurchasePreview", + "access_level": "Write", + "description": "Grants permission to request a transit gateway peering attachment between a requester and accepter transit gateway", + "privilege": "CreateTransitGatewayPeeringAttachment", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "transit-gateway*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to view a list of instance types with specified instance attributes", - "privilege": "GetInstanceTypesFromInstanceRequirements", - "resource_types": [ + "resource_type": "transit-gateway-attachment*" + }, { "condition_keys": [ "ec2:Region" @@ -82113,33 +83397,27 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the binary representation of the UEFI variable store", - "privilege": "GetInstanceUefiData", + "access_level": "Write", + "description": "Grants permission to create a transit gateway policy table", + "privilege": "CreateTransitGatewayPolicyTable", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:NewInstanceProfile", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "transit-gateway*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "transit-gateway-policy-table*" }, { "condition_keys": [ @@ -82151,9 +83429,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve historical information about a CIDR within an Amazon VPC IP Address Manager (IPAM) scope", - "privilege": "GetIpamAddressHistory", + "access_level": "Write", + "description": "Grants permission to create a transit gateway prefix list reference", + "privilege": "CreateTransitGatewayPrefixListReference", "resource_types": [ { "condition_keys": [ @@ -82161,29 +83439,23 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "ipam-scope*" + "resource_type": "prefix-list*" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve IPAM discovered accounts", - "privilege": "GetIpamDiscoveredAccounts", - "resource_types": [ + "resource_type": "transit-gateway-route-table*" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "ipam-resource-discovery*" + "resource_type": "transit-gateway-attachment" }, { "condition_keys": [ @@ -82195,9 +83467,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the resource CIDRs that are monitored as part of a resource discovery", - "privilege": "GetIpamDiscoveredResourceCidrs", + "access_level": "Write", + "description": "Grants permission to create a static route for a transit gateway route table", + "privilege": "CreateTransitGatewayRoute", "resource_types": [ { "condition_keys": [ @@ -82205,7 +83477,15 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "ipam-resource-discovery*" + "resource_type": "transit-gateway-route-table*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-attachment" }, { "condition_keys": [ @@ -82217,17 +83497,27 @@ ] }, { - "access_level": "List", - "description": "Grants permission to get a list of all the CIDR allocations in an Amazon VPC IP Address Manager (IPAM) pool", - "privilege": "GetIpamPoolAllocations", + "access_level": "Write", + "description": "Grants permission to create a route table for a transit gateway", + "privilege": "CreateTransitGatewayRouteTable", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "transit-gateway*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "ipam-pool*" + "resource_type": "transit-gateway-route-table*" }, { "condition_keys": [ @@ -82239,17 +83529,35 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get the CIDRs provisioned to an Amazon VPC IP Address Manager (IPAM) pool", - "privilege": "GetIpamPoolCidrs", + "access_level": "Write", + "description": "Grants permission to create an announcement for a transit gateway route table", + "privilege": "CreateTransitGatewayRouteTableAnnouncement", "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "transit-gateway-attachment*" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "ipam-pool*" + "resource_type": "transit-gateway-route-table*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-route-table-announcement*" }, { "condition_keys": [ @@ -82261,17 +83569,22 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get information about the resources in an Amazon VPC IP Address Manager (IPAM) scope", - "privilege": "GetIpamResourceCidrs", + "access_level": "Write", + "description": "Grants permission to attach a VPC to a transit gateway", + "privilege": "CreateTransitGatewayVpcAttachment", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:AvailabilityZone", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" ], - "dependent_actions": [], - "resource_type": "ipam-scope*" + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "subnet*" }, { "condition_keys": [ @@ -82279,44 +83592,25 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "ipam-pool" + "resource_type": "transit-gateway*" }, { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get the configuration data of the specified instance for use with a new launch template or launch template version", - "privilege": "GetLaunchTemplateData", - "resource_types": [ + "resource_type": "transit-gateway-attachment*" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" + "ec2:Tenancy", + "ec2:VpcID" ], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "vpc*" }, { "condition_keys": [ @@ -82328,39 +83622,62 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get information about the resources that are associated with the specified managed prefix list", - "privilege": "GetManagedPrefixListAssociations", + "access_level": "Write", + "description": "Grants permission to create a Verified Access endpoint", + "privilege": "CreateVerifiedAccessEndpoint", "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "verified-access-endpoint*" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "prefix-list*" + "resource_type": "verified-access-group*" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:AuthorizedUser", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:Permission", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get information about the entries for a specified managed prefix list", - "privilege": "GetManagedPrefixListEntries", - "resource_types": [ + "resource_type": "network-interface" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "prefix-list*" + "resource_type": "security-group" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "subnet" }, { "condition_keys": [ @@ -82372,10 +83689,28 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get the findings for one or more Network Access Scope analyses", - "privilege": "GetNetworkInsightsAccessScopeAnalysisFindings", - "resource_types": [ + "access_level": "Write", + "description": "Grants permission to create a Verified Access group", + "privilege": "CreateVerifiedAccessGroup", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "verified-access-group*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "verified-access-instance*" + }, { "condition_keys": [ "ec2:Region" @@ -82386,10 +83721,20 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get the content for a specified Network Access Scope", - "privilege": "GetNetworkInsightsAccessScopeContent", + "access_level": "Write", + "description": "Grants permission to create a Verified Access instance", + "privilege": "CreateVerifiedAccessInstance", "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "verified-access-instance*" + }, { "condition_keys": [ "ec2:Region" @@ -82400,32 +83745,19 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the encrypted administrator password for a running Windows instance", - "privilege": "GetPasswordData", + "access_level": "Write", + "description": "Grants permission to create a verified trust provider", + "privilege": "CreateVerifiedAccessTrustProvider", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "dependent_actions": [], - "resource_type": "instance*" + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "verified-access-trust-provider*" }, { "condition_keys": [ @@ -82437,10 +83769,29 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to return a quote and exchange information for exchanging one or more Convertible Reserved Instances for a new Convertible Reserved Instance", - "privilege": "GetReservedInstancesExchangeQuote", + "access_level": "Write", + "description": "Grants permission to create an EBS volume", + "privilege": "CreateVolume", "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:AvailabilityZone", + "ec2:Encrypted", + "ec2:KmsKeyId", + "ec2:ParentSnapshot", + "ec2:VolumeID", + "ec2:VolumeIops", + "ec2:VolumeSize", + "ec2:VolumeThroughput", + "ec2:VolumeType" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "volume*" + }, { "condition_keys": [ "ec2:Region" @@ -82451,27 +83802,30 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe an IAM policy that enables cross-account sharing", - "privilege": "GetResourcePolicy", + "access_level": "Write", + "description": "Grants permission to create a VPC with a specified CIDR block", + "privilege": "CreateVpc", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:Ipv4IpamPoolId", + "ec2:Ipv6IpamPoolId", + "ec2:VpcID" ], - "dependent_actions": [], - "resource_type": "ipam-pool" + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "vpc*" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:PlacementGroupName", - "ec2:PlacementGroupStrategy", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "placement-group" + "resource_type": "ipam-pool" }, { "condition_keys": [ @@ -82479,7 +83833,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "verified-access-group" + "resource_type": "ipv6pool-ec2" }, { "condition_keys": [ @@ -82491,73 +83845,58 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the access status of your account to the EC2 serial console of all instances", - "privilege": "GetSerialConsoleAccessStatus", + "access_level": "Write", + "description": "Grants permission to create a VPC endpoint for an AWS service", + "privilege": "CreateVpcEndpoint", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:VpcID" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to calculate the Spot placement score for a Region or Availability Zone based on the specified target capacity and compute requirements", - "privilege": "GetSpotPlacementScores", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateTags", + "route53:AssociateVPCWithHostedZone" + ], + "resource_type": "vpc*" + }, { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:VpceServiceName", + "ec2:VpceServiceOwner" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve information about the subnet CIDR reservations", - "privilege": "GetSubnetCidrReservations", - "resource_types": [ + "resource_type": "vpc-endpoint*" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:RouteTableID" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list the route tables to which a resource attachment propagates routes", - "privilege": "GetTransitGatewayAttachmentPropagations", - "resource_types": [ + "resource_type": "route-table" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to get information about the associations for a transit gateway multicast domain", - "privilege": "GetTransitGatewayMulticastDomainAssociations", - "resource_types": [ + "resource_type": "security-group" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID" ], "dependent_actions": [], - "resource_type": "transit-gateway-multicast-domain*" + "resource_type": "subnet" }, { "condition_keys": [ @@ -82569,9 +83908,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to get information about associations for a transit gateway policy table", - "privilege": "GetTransitGatewayPolicyTableAssociations", + "access_level": "Write", + "description": "Grants permission to create a connection notification for a VPC endpoint or VPC endpoint service", + "privilege": "CreateVpcEndpointConnectionNotification", "resource_types": [ { "condition_keys": [ @@ -82579,29 +83918,15 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-policy-table*" + "resource_type": "vpc-endpoint" }, - { - "condition_keys": [ - "ec2:Region" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to get information about associations for a transit gateway policy table entry", - "privilege": "GetTransitGatewayPolicyTableEntries", - "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-policy-table*" + "resource_type": "vpc-endpoint-service" }, { "condition_keys": [ @@ -82613,10 +83938,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to get information about prefix list references for a transit gateway route table", - "privilege": "GetTransitGatewayPrefixListReferences", + "access_level": "Write", + "description": "Grants permission to create a VPC endpoint service configuration to which service consumers (AWS accounts, IAM users, and IAM roles) can connect", + "privilege": "CreateVpcEndpointServiceConfiguration", "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:VpceServicePrivateDnsName" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "vpc-endpoint-service*" + }, { "condition_keys": [ "ec2:Region" @@ -82627,24 +83963,33 @@ ] }, { - "access_level": "List", - "description": "Grants permission to get information about associations for a transit gateway route table", - "privilege": "GetTransitGatewayRouteTableAssociations", + "access_level": "Write", + "description": "Grants permission to request a VPC peering connection between two VPCs", + "privilege": "CreateVpcPeeringConnection", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "vpc*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:AccepterVpc", + "ec2:RequesterVpc", + "ec2:VpcPeeringConnectionID" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to get information about the route table propagations for a transit gateway route table", - "privilege": "GetTransitGatewayRouteTablePropagations", - "resource_types": [ + "resource_type": "vpc-peering-connection*" + }, { "condition_keys": [ "ec2:Region" @@ -82655,61 +84000,70 @@ ] }, { - "access_level": "List", - "description": "Grants permission to show the Verified Access policy associated with the endpoint", - "privilege": "GetVerifiedAccessEndpointPolicy", + "access_level": "Write", + "description": "Grants permission to create a VPN connection between a virtual private gateway or transit gateway and a customer gateway", + "privilege": "CreateVpnConnection", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], - "dependent_actions": [], - "resource_type": "verified-access-endpoint*" + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "customer-gateway*" }, { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:AuthenticationType", + "ec2:DPDTimeoutSeconds", + "ec2:GatewayType", + "ec2:IKEVersions", + "ec2:InsideTunnelCidr", + "ec2:InsideTunnelIpv6Cidr", + "ec2:Phase1DHGroup", + "ec2:Phase1EncryptionAlgorithms", + "ec2:Phase1IntegrityAlgorithms", + "ec2:Phase1LifetimeSeconds", + "ec2:Phase2DHGroup", + "ec2:Phase2EncryptionAlgorithms", + "ec2:Phase2IntegrityAlgorithms", + "ec2:Phase2LifetimeSeconds", + "ec2:PreSharedKeys", + "ec2:RekeyFuzzPercentage", + "ec2:RekeyMarginTimeSeconds", + "ec2:ReplayWindowSizePackets", + "ec2:RoutingType" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to show the contents of the Verified Access policy associated with the group", - "privilege": "GetVerifiedAccessGroupPolicy", - "resource_types": [ + "resource_type": "vpn-connection*" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "verified-access-group*" + "resource_type": "transit-gateway" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to show the AWS Web Application Firewall (WAF) web access control list (ACL) for a Verified Access instance", - "privilege": "GetVerifiedAccessInstanceWebAcl", - "resource_types": [ + "resource_type": "transit-gateway-attachment" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "verified-access-instance*" + "resource_type": "vpn-gateway" }, { "condition_keys": [ @@ -82721,9 +84075,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to download an AWS-provided sample configuration file to be used with the customer gateway device", - "privilege": "GetVpnConnectionDeviceSampleConfiguration", + "access_level": "Write", + "description": "Grants permission to create a static route for a VPN connection between a virtual private gateway and a customer gateway", + "privilege": "CreateVpnConnectionRoute", "resource_types": [ { "condition_keys": [ @@ -82733,11 +84087,6 @@ "dependent_actions": [], "resource_type": "vpn-connection*" }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "vpn-connection-device-type*" - }, { "condition_keys": [ "ec2:Region" @@ -82748,31 +84097,19 @@ ] }, { - "access_level": "List", - "description": "Grants permission to obtain a list of customer gateway devices for which sample configuration files can be provided", - "privilege": "GetVpnConnectionDeviceTypes", + "access_level": "Write", + "description": "Grants permission to create a virtual private gateway", + "privilege": "CreateVpnGateway", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to view available tunnel endpoint maintenance events", - "privilege": "GetVpnTunnelReplacementStatus", - "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "dependent_actions": [ + "ec2:CreateTags" ], - "dependent_actions": [], - "resource_type": "vpn-connection*" + "resource_type": "vpn-gateway*" }, { "condition_keys": [ @@ -82785,8 +84122,8 @@ }, { "access_level": "Write", - "description": "Grants permission to transfer existing BYOIP IPv4 CIDRs to IPAM", - "privilege": "ImportByoipCidrToIpam", + "description": "Grants permission to delete a carrier gateway", + "privilege": "DeleteCarrierGateway", "resource_types": [ { "condition_keys": [ @@ -82794,7 +84131,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "ipam-pool*" + "resource_type": "carrier-gateway*" }, { "condition_keys": [ @@ -82807,8 +84144,8 @@ }, { "access_level": "Write", - "description": "Grants permission to upload a client certificate revocation list to a Client VPN endpoint", - "privilege": "ImportClientVpnClientCertificateRevocationList", + "description": "Grants permission to delete a Client VPN endpoint", + "privilege": "DeleteClientVpnEndpoint", "resource_types": [ { "condition_keys": [ @@ -82835,44 +84172,36 @@ }, { "access_level": "Write", - "description": "Grants permission to import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI)", - "privilege": "ImportImage", + "description": "Grants permission to delete a route from a Client VPN endpoint", + "privilege": "DeleteClientVpnRoute", "resource_types": [ { "condition_keys": [ - "ec2:ImageID", - "ec2:ImageType", - "ec2:Owner", - "ec2:Public", - "ec2:RootDeviceType" - ], - "dependent_actions": [ - "ec2:CreateTags" + "aws:ResourceTag/${TagKey}", + "ec2:ClientRootCertificateChainArn", + "ec2:CloudwatchLogGroupArn", + "ec2:CloudwatchLogStreamArn", + "ec2:DirectoryArn", + "ec2:ResourceTag/${TagKey}", + "ec2:SamlProviderArn", + "ec2:ServerCertificateArn" ], - "resource_type": "image*" - }, - { - "condition_keys": [], "dependent_actions": [], - "resource_type": "import-image-task*" + "resource_type": "client-vpn-endpoint*" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Owner", - "ec2:ParentVolume", + "ec2:AvailabilityZone", "ec2:ResourceTag/${TagKey}", - "ec2:SnapshotID", - "ec2:SnapshotTime", - "ec2:VolumeSize" + "ec2:SubnetID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "snapshot" + "resource_type": "subnet" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", "ec2:Region" ], "dependent_actions": [], @@ -82882,55 +84211,16 @@ }, { "access_level": "Write", - "description": "Grants permission to create an import instance task using metadata from a disk image", - "privilege": "ImportInstance", + "description": "Grants permission to delete a range of customer-owned IP (CoIP) addresses", + "privilege": "DeleteCoipCidr", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:InstanceID", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:Encrypted", - "ec2:ParentSnapshot", - "ec2:ResourceTag/${TagKey}", - "ec2:VolumeID", - "ec2:VolumeIops", - "ec2:VolumeSize", - "ec2:VolumeThroughput", - "ec2:VolumeType" - ], - "dependent_actions": [], - "resource_type": "volume*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "security-group" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "subnet" + "resource_type": "coip-pool*" }, { "condition_keys": [ @@ -82943,20 +84233,19 @@ }, { "access_level": "Write", - "description": "Grants permission to import a public key from an RSA key pair that was created with a third-party tool", - "privilege": "ImportKeyPair", + "description": "Grants permission to delete a pool of customer-owned IP (CoIP) addresses", + "privilege": "DeleteCoipPool", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], - "resource_type": "key-pair*" + "dependent_actions": [], + "resource_type": "coip-pool*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", "ec2:Region" ], "dependent_actions": [], @@ -82966,31 +84255,19 @@ }, { "access_level": "Write", - "description": "Grants permission to import a disk into an EBS snapshot", - "privilege": "ImportSnapshot", + "description": "Grants permission to deny a service from accessing a customer-owned IP (CoIP) pool", + "privilege": "DeleteCoipPoolPermission", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "import-snapshot-task*" - }, { "condition_keys": [ - "ec2:Owner", - "ec2:ParentVolume", - "ec2:SnapshotID", - "ec2:SnapshotTime", - "ec2:VolumeSize" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "snapshot*" + "resource_type": "coip-pool*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", "ec2:Region" ], "dependent_actions": [], @@ -83000,24 +84277,16 @@ }, { "access_level": "Write", - "description": "Grants permission to create an import volume task using metadata from a disk image", - "privilege": "ImportVolume", + "description": "Grants permission to delete a customer gateway", + "privilege": "DeleteCustomerGateway", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:Encrypted", - "ec2:ParentSnapshot", - "ec2:ResourceTag/${TagKey}", - "ec2:VolumeID", - "ec2:VolumeIops", - "ec2:VolumeSize", - "ec2:VolumeThroughput", - "ec2:VolumeType" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "volume*" + "resource_type": "customer-gateway*" }, { "condition_keys": [ @@ -83029,24 +84298,19 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list Amazon Machine Images (AMIs) that are currently in the Recycle Bin", - "privilege": "ListImagesInRecycleBin", + "access_level": "Write", + "description": "Grants permission to delete a set of DHCP options", + "privilege": "DeleteDhcpOptions", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:DhcpOptionsID", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list the Amazon EBS snapshots that are currently in the Recycle Bin", - "privilege": "ListSnapshotsInRecycleBin", - "resource_types": [ + "resource_type": "dhcp-options*" + }, { "condition_keys": [ "ec2:Region" @@ -83058,21 +84322,16 @@ }, { "access_level": "Write", - "description": "Grants permission to modify an attribute of the specified Elastic IP address", - "privilege": "ModifyAddressAttribute", + "description": "Grants permission to delete an egress-only internet gateway", + "privilege": "DeleteEgressOnlyInternetGateway", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AllocationId", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Domain", - "ec2:PublicIpAddress", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "elastic-ip*" + "resource_type": "egress-only-internet-gateway*" }, { "condition_keys": [ @@ -83085,9 +84344,17 @@ }, { "access_level": "Write", - "description": "Grants permission to modify the opt-in status of the Local Zone and Wavelength Zone group for your account", - "privilege": "ModifyAvailabilityZoneGroup", + "description": "Grants permission to delete one or more EC2 Fleets", + "privilege": "DeleteFleets", "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "fleet*" + }, { "condition_keys": [ "ec2:Region" @@ -83099,19 +84366,16 @@ }, { "access_level": "Write", - "description": "Grants permission to modify a Capacity Reservation's capacity and the conditions under which it is to be released", - "privilege": "ModifyCapacityReservation", + "description": "Grants permission to delete one or more flow logs", + "privilege": "DeleteFlowLogs", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:CapacityReservationFleet", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "capacity-reservation*" + "resource_type": "vpc-flow-log*" }, { "condition_keys": [ @@ -83124,18 +84388,18 @@ }, { "access_level": "Write", - "description": "Grants permission to modify a Capacity Reservation Fleet", - "privilege": "ModifyCapacityReservationFleet", + "description": "Grants permission to delete an Amazon FPGA Image (AFI)", + "privilege": "DeleteFpgaImage", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", + "ec2:Owner", + "ec2:Public", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "capacity-reservation-fleet*" + "resource_type": "fpga-image*" }, { "condition_keys": [ @@ -83148,42 +84412,17 @@ }, { "access_level": "Write", - "description": "Grants permission to modify a Client VPN endpoint", - "privilege": "ModifyClientVpnEndpoint", + "description": "Grants permission to delete an EC2 Instance Connect Endpoint", + "privilege": "DeleteInstanceConnectEndpoint", "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:ClientRootCertificateChainArn", - "ec2:CloudwatchLogGroupArn", - "ec2:CloudwatchLogStreamArn", - "ec2:DirectoryArn", - "ec2:ResourceTag/${TagKey}", - "ec2:SamlProviderArn", - "ec2:ServerCertificateArn" - ], - "dependent_actions": [], - "resource_type": "client-vpn-endpoint*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID" - ], - "dependent_actions": [], - "resource_type": "security-group" - }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}", - "ec2:VpcID" + "ec2:SubnetID" ], "dependent_actions": [], - "resource_type": "vpc" + "resource_type": "instance-connect-endpoint*" }, { "condition_keys": [ @@ -83196,23 +84435,17 @@ }, { "access_level": "Write", - "description": "Grants permission to change the account level default credit option for CPU usage of burstable performance instances", - "privilege": "ModifyDefaultCreditSpecification", + "description": "Grants permission to delete the specified event window", + "privilege": "DeleteInstanceEventWindow", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to change the default customer master key (CMK) for EBS encryption by default for your account", - "privilege": "ModifyEbsDefaultKmsKeyId", - "resource_types": [ + "resource_type": "instance-event-window*" + }, { "condition_keys": [ "ec2:Region" @@ -83224,94 +84457,83 @@ }, { "access_level": "Write", - "description": "Grants permission to modify an EC2 Fleet", - "privilege": "ModifyFleet", + "description": "Grants permission to delete an internet gateway", + "privilege": "DeleteInternetGateway", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", + "ec2:InternetGatewayID", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "fleet*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ImageID", - "ec2:ImageType", - "ec2:Owner", - "ec2:Public", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType" - ], - "dependent_actions": [], - "resource_type": "image" + "resource_type": "internet-gateway*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:KeyPairName", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "key-pair" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an Amazon VPC IP Address Manager (IPAM) and remove all monitored data associated with the IPAM including the historical data for CIDRs", + "privilege": "DeleteIpam", + "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "launch-template" + "resource_type": "ipam*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "network-interface" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an Amazon VPC IP Address Manager (IPAM) pool", + "privilege": "DeleteIpamPool", + "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID", - "ec2:Vpc" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "security-group" + "resource_type": "ipam-pool*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:Owner", - "ec2:ParentVolume", - "ec2:ResourceTag/${TagKey}", - "ec2:SnapshotID", - "ec2:SnapshotTime", - "ec2:VolumeSize" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "snapshot" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an IPAM resource discovery", + "privilege": "DeleteIpamResourceDiscovery", + "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "subnet" + "resource_type": "ipam-resource-discovery*" }, { "condition_keys": [ @@ -83324,20 +84546,16 @@ }, { "access_level": "Write", - "description": "Grants permission to modify an attribute of an Amazon FPGA Image (AFI)", - "privilege": "ModifyFpgaImageAttribute", + "description": "Grants permission to delete the scope for an Amazon VPC IP Address Manager (IPAM)", + "privilege": "DeleteIpamScope", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Owner", - "ec2:Public", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "fpga-image*" + "resource_type": "ipam-scope*" }, { "condition_keys": [ @@ -83350,18 +84568,18 @@ }, { "access_level": "Write", - "description": "Grants permission to modify a Dedicated Host", - "privilege": "ModifyHosts", + "description": "Grants permission to delete a key pair by removing the public key from Amazon EC2", + "privilege": "DeleteKeyPair", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", + "ec2:KeyPairName", + "ec2:KeyPairType", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "dedicated-host*" + "resource_type": "key-pair" }, { "condition_keys": [ @@ -83374,23 +84592,17 @@ }, { "access_level": "Write", - "description": "Grants permission to modify the ID format for a resource", - "privilege": "ModifyIdFormat", + "description": "Grants permission to delete a launch template and its associated versions", + "privilege": "DeleteLaunchTemplate", "resource_types": [ { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify the ID format of a resource for a specific principal in your account", - "privilege": "ModifyIdentityIdFormat", - "resource_types": [ + "resource_type": "launch-template*" + }, { "condition_keys": [ "ec2:Region" @@ -83402,23 +84614,16 @@ }, { "access_level": "Write", - "description": "Grants permission to modify an attribute of an Amazon Machine Image (AMI)", - "privilege": "ModifyImageAttribute", + "description": "Grants permission to delete one or more versions of a launch template", + "privilege": "DeleteLaunchTemplateVersions", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:ImageID", - "ec2:ImageType", - "ec2:Owner", - "ec2:Public", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "image*" + "resource_type": "launch-template*" }, { "condition_keys": [ @@ -83431,59 +84636,24 @@ }, { "access_level": "Write", - "description": "Grants permission to modify an attribute of an instance", - "privilege": "ModifyInstanceAttribute", + "description": "Grants permission to delete a route from a local gateway route table", + "privilege": "DeleteLocalGatewayRoute", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" - ], - "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID", - "ec2:Vpc" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "security-group" + "resource_type": "local-gateway-route-table*" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:Encrypted", - "ec2:ParentSnapshot", - "ec2:ResourceTag/${TagKey}", - "ec2:VolumeID", - "ec2:VolumeIops", - "ec2:VolumeSize", - "ec2:VolumeThroughput", - "ec2:VolumeType" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "volume" + "resource_type": "prefix-list" }, { "condition_keys": [ @@ -83496,41 +84666,16 @@ }, { "access_level": "Write", - "description": "Grants permission to modify the Capacity Reservation settings for a stopped instance", - "privilege": "ModifyInstanceCapacityReservationAttributes", + "description": "Grants permission to delete a local gateway route table", + "privilege": "DeleteLocalGatewayRouteTable", "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" - ], - "dependent_actions": [], - "resource_type": "instance*" - }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "capacity-reservation" + "resource_type": "local-gateway-route-table*" }, { "condition_keys": [ @@ -83543,33 +84688,16 @@ }, { "access_level": "Write", - "description": "Grants permission to modify the credit option for CPU usage on an instance", - "privilege": "ModifyInstanceCreditSpecification", + "description": "Grants permission to deny a service from accessing a local gateway route table", + "privilege": "DeleteLocalGatewayRouteTablePermission", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "local-gateway-route-table*" }, { "condition_keys": [ @@ -83582,18 +84710,16 @@ }, { "access_level": "Write", - "description": "Grants permission to modify the start time for a scheduled EC2 instance event", - "privilege": "ModifyInstanceEventStartTime", + "description": "Grants permission to delete a local gateway route table virtual interface group association", + "privilege": "DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute/${AttributeName}", - "ec2:InstanceID", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "local-gateway-route-table-virtual-interface-group-association*" }, { "condition_keys": [ @@ -83606,8 +84732,8 @@ }, { "access_level": "Write", - "description": "Grants permission to modify the specified event window", - "privilege": "ModifyInstanceEventWindow", + "description": "Grants permission to delete an association between a VPC and local gateway route table", + "privilege": "DeleteLocalGatewayRouteTableVpcAssociation", "resource_types": [ { "condition_keys": [ @@ -83615,7 +84741,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "instance-event-window*" + "resource_type": "local-gateway-route-table-vpc-association*" }, { "condition_keys": [ @@ -83628,33 +84754,16 @@ }, { "access_level": "Write", - "description": "Grants permission to modify the recovery behaviour for an instance", - "privilege": "ModifyInstanceMaintenanceOptions", + "description": "Grants permission to delete a managed prefix list", + "privilege": "DeleteManagedPrefixList", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "prefix-list*" }, { "condition_keys": [ @@ -83667,33 +84776,16 @@ }, { "access_level": "Write", - "description": "Grants permission to modify the metadata options for an instance", - "privilege": "ModifyInstanceMetadataOptions", + "description": "Grants permission to delete a NAT gateway", + "privilege": "DeleteNatGateway", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "natgateway*" }, { "condition_keys": [ @@ -83706,51 +84798,42 @@ }, { "access_level": "Write", - "description": "Grants permission to modify the placement attributes for an instance", - "privilege": "ModifyInstancePlacement", + "description": "Grants permission to delete a network ACL", + "privilege": "DeleteNetworkAcl", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", + "ec2:NetworkAclID", "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "network-acl*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "dedicated-host" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an inbound or outbound entry (rule) from a network ACL", + "privilege": "DeleteNetworkAclEntry", + "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:PlacementGroupName", - "ec2:PlacementGroupStrategy", - "ec2:ResourceTag/${TagKey}" + "ec2:NetworkAclID", + "ec2:ResourceTag/${TagKey}", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "placement-group" + "resource_type": "network-acl*" }, { "condition_keys": [ @@ -83763,18 +84846,16 @@ }, { "access_level": "Write", - "description": "Grants permission to modify the configurations of an Amazon VPC IP Address Manager (IPAM)", - "privilege": "ModifyIpam", + "description": "Grants permission to delete a Network Access Scope", + "privilege": "DeleteNetworkInsightsAccessScope", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "ipam*" + "resource_type": "network-insights-access-scope*" }, { "condition_keys": [ @@ -83787,18 +84868,16 @@ }, { "access_level": "Write", - "description": "Grants permission to modify the configurations of an Amazon VPC IP Address Manager (IPAM) pool", - "privilege": "ModifyIpamPool", + "description": "Grants permission to delete a Network Access Scope analysis", + "privilege": "DeleteNetworkInsightsAccessScopeAnalysis", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "ipam-pool*" + "resource_type": "network-insights-access-scope-analysis*" }, { "condition_keys": [ @@ -83811,18 +84890,16 @@ }, { "access_level": "Write", - "description": "Grants permission to modify the configurations of an Amazon VPC IP Address Manager (IPAM) resource CIDR", - "privilege": "ModifyIpamResourceCidr", + "description": "Grants permission to delete a network insights analysis", + "privilege": "DeleteNetworkInsightsAnalysis", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "ipam-scope*" + "resource_type": "network-insights-analysis*" }, { "condition_keys": [ @@ -83835,8 +84912,8 @@ }, { "access_level": "Write", - "description": "Grants permission to modify a resource discovery", - "privilege": "ModifyIpamResourceDiscovery", + "description": "Grants permission to delete a network insights path", + "privilege": "DeleteNetworkInsightsPath", "resource_types": [ { "condition_keys": [ @@ -83844,7 +84921,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "ipam-resource-discovery*" + "resource_type": "network-insights-path*" }, { "condition_keys": [ @@ -83857,18 +84934,20 @@ }, { "access_level": "Write", - "description": "Grants permission to modify the configurations of an Amazon VPC IP Address Manager (IPAM) scope", - "privilege": "ModifyIpamScope", + "description": "Grants permission to delete a detached network interface", + "privilege": "DeleteNetworkInterface", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:ResourceTag/${TagKey}" + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "ipam-scope*" + "resource_type": "network-interface*" }, { "condition_keys": [ @@ -83880,19 +84959,21 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to modify a launch template", - "privilege": "ModifyLaunchTemplate", + "access_level": "Permissions management", + "description": "Grants permission to delete a permission that is associated with a network interface", + "privilege": "DeleteNetworkInterfacePermission", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:ResourceTag/${TagKey}" + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "launch-template*" + "resource_type": "network-interface" }, { "condition_keys": [ @@ -83905,46 +84986,40 @@ }, { "access_level": "Write", - "description": "Grants permission to modify a local gateway route", - "privilege": "ModifyLocalGatewayRoute", + "description": "Grants permission to delete a placement group", + "privilege": "DeletePlacementGroup", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", + "ec2:PlacementGroupName", + "ec2:PlacementGroupStrategy", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "local-gateway-route-table*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "local-gateway-virtual-interface-group" + "resource_type": "placement-group" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AuthorizedUser", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:Permission", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "network-interface" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a public IPv4 address pool for public IPv4 CIDRs that you own and brought to Amazon to manage with Amazon VPC IP Address Manager (IPAM)", + "privilege": "DeletePublicIpv4Pool", + "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "prefix-list" + "resource_type": "ipv4pool-ec2*" }, { "condition_keys": [ @@ -83957,19 +85032,9 @@ }, { "access_level": "Write", - "description": "Grants permission to modify a managed prefix list", - "privilege": "ModifyManagedPrefixList", + "description": "Grants permission to delete the queued purchases for the specified Reserved Instances", + "privilege": "DeleteQueuedReservedInstances", "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "prefix-list*" - }, { "condition_keys": [ "ec2:Region" @@ -83981,55 +85046,34 @@ }, { "access_level": "Write", - "description": "Grants permission to modify an attribute of a network interface", - "privilege": "ModifyNetworkInterfaceAttribute", + "description": "Grants permission to remove an IAM policy that enables cross-account sharing from a resource", + "privilege": "DeleteResourcePolicy", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "network-interface*" + "resource_type": "ipam-pool" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" + "ec2:PlacementGroupName", + "ec2:PlacementGroupStrategy", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "instance" + "resource_type": "placement-group" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID", - "ec2:Vpc" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "security-group" + "resource_type": "verified-access-group" }, { "condition_keys": [ @@ -84042,34 +85086,18 @@ }, { "access_level": "Write", - "description": "Grants permission to modify the options for instance hostnames for the specified instance", - "privilege": "ModifyPrivateDnsNameOptions", + "description": "Grants permission to delete a route from a route table", + "privilege": "DeleteRoute", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:NewInstanceProfile", - "ec2:PlacementGroup", - "ec2:ProductCode", "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" + "ec2:RouteTableID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "route-table*" }, { "condition_keys": [ @@ -84082,22 +85110,18 @@ }, { "access_level": "Write", - "description": "Grants permission to modify attributes of one or more Reserved Instances", - "privilege": "ModifyReservedInstances", + "description": "Grants permission to delete a route table", + "privilege": "DeleteRouteTable", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AvailabilityZone", - "ec2:InstanceType", - "ec2:ReservedInstancesOfferingType", "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy" + "ec2:RouteTableID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "reserved-instances*" + "resource_type": "route-table*" }, { "condition_keys": [ @@ -84110,14 +85134,12 @@ }, { "access_level": "Write", - "description": "Grants permission to modify the rules of a security group", - "privilege": "ModifySecurityGroupRules", + "description": "Grants permission to delete a security group", + "privilege": "DeleteSecurityGroup", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", "ec2:ResourceTag/${TagKey}", "ec2:SecurityGroupID", "ec2:Vpc" @@ -84125,22 +85147,6 @@ "dependent_actions": [], "resource_type": "security-group*" }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "security-group-rule*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "prefix-list" - }, { "condition_keys": [ "ec2:Region" @@ -84151,21 +85157,16 @@ ] }, { - "access_level": "Permissions management", - "description": "Grants permission to add or remove permission settings for a snapshot", - "privilege": "ModifySnapshotAttribute", + "access_level": "Write", + "description": "Grants permission to delete a snapshot of an EBS volume", + "privilege": "DeleteSnapshot", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Add/group", - "ec2:Add/userId", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", + "ec2:OutpostArn", "ec2:Owner", "ec2:ParentVolume", - "ec2:Remove/group", - "ec2:Remove/userId", "ec2:ResourceTag/${TagKey}", "ec2:SnapshotID", "ec2:SnapshotTime", @@ -84185,24 +85186,33 @@ }, { "access_level": "Write", - "description": "Grants permission to archive Amazon EBS snapshots", - "privilege": "ModifySnapshotTier", + "description": "Grants permission to delete a data feed for Spot Instances", + "privilege": "DeleteSpotDatafeedSubscription", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a subnet", + "privilege": "DeleteSubnet", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Encrypted", - "ec2:Owner", - "ec2:ParentVolume", + "ec2:AvailabilityZone", "ec2:ResourceTag/${TagKey}", - "ec2:SnapshotID", - "ec2:SnapshotTime", - "ec2:VolumeSize" + "ec2:SubnetID", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "snapshot*" + "resource_type": "subnet*" }, { "condition_keys": [ @@ -84215,18 +85225,30 @@ }, { "access_level": "Write", - "description": "Grants permission to modify a Spot Fleet request", - "privilege": "ModifySpotFleetRequest", + "description": "Grants permission to delete a subnet CIDR reservation", + "privilege": "DeleteSubnetCidrReservation", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to delete one or more tags from Amazon EC2 resources", + "privilege": "DeleteTags", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "spot-fleet-request*" + "resource_type": "capacity-reservation" }, { "condition_keys": [ @@ -84234,125 +85256,87 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "launch-template" + "resource_type": "capacity-reservation-fleet" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "subnet" + "resource_type": "carrier-gateway" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify an attribute of a subnet", - "privilege": "ModifySubnetAttribute", - "resource_types": [ + "resource_type": "client-vpn-endpoint" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "subnet*" + "resource_type": "coip-pool" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to allow or restrict mirroring network services", - "privilege": "ModifyTrafficMirrorFilterNetworkServices", - "resource_types": [ + "resource_type": "customer-gateway" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "traffic-mirror-filter*" + "resource_type": "dedicated-host" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify a traffic mirror rule", - "privilege": "ModifyTrafficMirrorFilterRule", - "resource_types": [ + "resource_type": "dhcp-options" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "traffic-mirror-filter*" + "resource_type": "egress-only-internet-gateway" }, { "condition_keys": [ - "ec2:Attribute", - "ec2:Attribute/${AttributeName}" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "traffic-mirror-filter-rule*" + "resource_type": "elastic-gpu" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify a traffic mirror session", - "privilege": "ModifyTrafficMirrorSession", - "resource_types": [ + "resource_type": "elastic-ip" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "traffic-mirror-session*" + "resource_type": "export-image-task" }, { "condition_keys": [ @@ -84360,7 +85344,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "traffic-mirror-filter" + "resource_type": "export-instance-task" }, { "condition_keys": [ @@ -84368,31 +85352,23 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "traffic-mirror-target" + "resource_type": "fleet" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify a transit gateway", - "privilege": "ModifyTransitGateway", - "resource_types": [ + "resource_type": "fpga-image" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway*" + "resource_type": "host-reservation" }, { "condition_keys": [ @@ -84400,41 +85376,31 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-route-table" + "resource_type": "image" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify a transit gateway prefix list reference", - "privilege": "ModifyTransitGatewayPrefixListReference", - "resource_types": [ + "resource_type": "import-image-task" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "prefix-list*" + "resource_type": "import-snapshot-task" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-route-table*" + "resource_type": "instance" }, { "condition_keys": [ @@ -84442,73 +85408,55 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-attachment" + "resource_type": "instance-connect-endpoint" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify a VPC attachment on a transit gateway", - "privilege": "ModifyTransitGatewayVpcAttachment", - "resource_types": [ + "resource_type": "instance-event-window" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-attachment*" + "resource_type": "internet-gateway" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "subnet" + "resource_type": "ipam" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify the configuration of a Verified Access endpoint", - "privilege": "ModifyVerifiedAccessEndpoint", - "resource_types": [ + "resource_type": "ipam-pool" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "verified-access-endpoint*" + "resource_type": "ipam-resource-discovery" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "subnet" + "resource_type": "ipam-resource-discovery-association" }, { "condition_keys": [ @@ -84516,51 +85464,39 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "verified-access-group" + "resource_type": "ipam-scope" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify the specified Verified Access endpoint policy", - "privilege": "ModifyVerifiedAccessEndpointPolicy", - "resource_types": [ + "resource_type": "ipv4pool-ec2" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "verified-access-endpoint*" + "resource_type": "ipv6pool-ec2" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify the specified Verified Access Group configuration", - "privilege": "ModifyVerifiedAccessGroup", - "resource_types": [ + "resource_type": "key-pair" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "verified-access-group*" + "resource_type": "launch-template" }, { "condition_keys": [ @@ -84568,215 +85504,140 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "verified-access-instance" + "resource_type": "local-gateway" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify the specified Verified Access group policy", - "privilege": "ModifyVerifiedAccessGroupPolicy", - "resource_types": [ + "resource_type": "local-gateway-route-table" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "verified-access-group*" + "resource_type": "local-gateway-route-table-virtual-interface-group-association" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify the configuration of the specified Verified Access instance", - "privilege": "ModifyVerifiedAccessInstance", - "resource_types": [ + "resource_type": "local-gateway-route-table-vpc-association" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "verified-access-instance*" + "resource_type": "local-gateway-virtual-interface" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify the logging configuration for the specified Verified Access instance", - "privilege": "ModifyVerifiedAccessInstanceLoggingConfiguration", - "resource_types": [ + "resource_type": "local-gateway-virtual-interface-group" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "verified-access-instance*" + "resource_type": "natgateway" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify the configuration of the specified Verified Access trust provider", - "privilege": "ModifyVerifiedAccessTrustProvider", - "resource_types": [ + "resource_type": "network-acl" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "verified-access-trust-provider*" + "resource_type": "network-insights-access-scope" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify the parameters of an EBS volume", - "privilege": "ModifyVolume", - "resource_types": [ + "resource_type": "network-insights-access-scope-analysis" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AvailabilityZone", - "ec2:Encrypted", - "ec2:ParentSnapshot", - "ec2:ResourceTag/${TagKey}", - "ec2:VolumeID", - "ec2:VolumeIops", - "ec2:VolumeSize", - "ec2:VolumeThroughput", - "ec2:VolumeType" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "volume*" + "resource_type": "network-insights-analysis" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify an attribute of a volume", - "privilege": "ModifyVolumeAttribute", - "resource_types": [ + "resource_type": "network-insights-path" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AvailabilityZone", - "ec2:Encrypted", - "ec2:ParentSnapshot", - "ec2:ResourceTag/${TagKey}", - "ec2:VolumeID", - "ec2:VolumeIops", - "ec2:VolumeSize", - "ec2:VolumeThroughput", - "ec2:VolumeType" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "volume*" + "resource_type": "network-interface" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify an attribute of a VPC", - "privilege": "ModifyVpcAttribute", - "resource_types": [ + "resource_type": "placement-group" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpc*" + "resource_type": "prefix-list" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify an attribute of a VPC endpoint", - "privilege": "ModifyVpcEndpoint", - "resource_types": [ + "resource_type": "replace-root-volume-task" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpc-endpoint*" + "resource_type": "reserved-instances" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:RouteTableID" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "route-table" @@ -84784,8 +85645,7 @@ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "security-group" @@ -84793,33 +85653,26 @@ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "subnet" + "resource_type": "security-group-rule" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify a connection notification for a VPC endpoint or VPC endpoint service", - "privilege": "ModifyVpcEndpointConnectionNotification", - "resource_types": [ + "resource_type": "snapshot" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpc-endpoint" + "resource_type": "spot-fleet-request" }, { "condition_keys": [ @@ -84827,408 +85680,227 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpc-endpoint-service" + "resource_type": "spot-instances-request" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify the attributes of a VPC endpoint service configuration", - "privilege": "ModifyVpcEndpointServiceConfiguration", - "resource_types": [ + "resource_type": "subnet" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:ResourceTag/${TagKey}", - "ec2:VpceServicePrivateDnsName" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpc-endpoint-service*" + "resource_type": "subnet-cidr-reservation" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify the payer responsibility for a VPC endpoint service", - "privilege": "ModifyVpcEndpointServicePayerResponsibility", - "resource_types": [ + "resource_type": "traffic-mirror-filter" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpc-endpoint-service*" + "resource_type": "traffic-mirror-session" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Permissions management", - "description": "Grants permission to modify the permissions for a VPC endpoint service", - "privilege": "ModifyVpcEndpointServicePermissions", - "resource_types": [ + "resource_type": "traffic-mirror-target" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpc-endpoint-service*" + "resource_type": "transit-gateway" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify the VPC peering connection options on one side of a VPC peering connection", - "privilege": "ModifyVpcPeeringConnectionOptions", - "resource_types": [ + "resource_type": "transit-gateway-attachment" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AccepterVpc", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:RequesterVpc", - "ec2:ResourceTag/${TagKey}", - "ec2:VpcPeeringConnectionID" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpc-peering-connection*" + "resource_type": "transit-gateway-connect-peer" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify the instance tenancy attribute of a VPC", - "privilege": "ModifyVpcTenancy", - "resource_types": [ + "resource_type": "transit-gateway-multicast-domain" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpc*" + "resource_type": "transit-gateway-policy-table" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify the target gateway of a Site-to-Site VPN connection", - "privilege": "ModifyVpnConnection", - "resource_types": [ + "resource_type": "transit-gateway-route-table" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AuthenticationType", - "ec2:DPDTimeoutSeconds", - "ec2:GatewayType", - "ec2:IKEVersions", - "ec2:InsideTunnelCidr", - "ec2:InsideTunnelIpv6Cidr", - "ec2:Phase1DHGroup", - "ec2:Phase1EncryptionAlgorithms", - "ec2:Phase1IntegrityAlgorithms", - "ec2:Phase1LifetimeSeconds", - "ec2:Phase2DHGroup", - "ec2:Phase2EncryptionAlgorithms", - "ec2:Phase2IntegrityAlgorithms", - "ec2:Phase2LifetimeSeconds", - "ec2:PreSharedKeys", - "ec2:RekeyFuzzPercentage", - "ec2:RekeyMarginTimeSeconds", - "ec2:ReplayWindowSizePackets", - "ec2:ResourceTag/${TagKey}", - "ec2:RoutingType" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpn-connection*" + "resource_type": "transit-gateway-route-table-announcement" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify the connection options for your Site-to-Site VPN connection", - "privilege": "ModifyVpnConnectionOptions", - "resource_types": [ + "resource_type": "verified-access-endpoint" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpn-connection*" + "resource_type": "verified-access-group" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify the certificate for a Site-to-Site VPN connection", - "privilege": "ModifyVpnTunnelCertificate", - "resource_types": [ + "resource_type": "verified-access-instance" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpn-connection*" + "resource_type": "verified-access-policy" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify the options for a Site-to-Site VPN connection", - "privilege": "ModifyVpnTunnelOptions", - "resource_types": [ + "resource_type": "verified-access-trust-provider" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AuthenticationType", - "ec2:DPDTimeoutSeconds", - "ec2:GatewayType", - "ec2:IKEVersions", - "ec2:InsideTunnelCidr", - "ec2:InsideTunnelIpv6Cidr", - "ec2:Phase1DHGroup", - "ec2:Phase1EncryptionAlgorithms", - "ec2:Phase1IntegrityAlgorithms", - "ec2:Phase1LifetimeSeconds", - "ec2:Phase2DHGroup", - "ec2:Phase2EncryptionAlgorithms", - "ec2:Phase2IntegrityAlgorithms", - "ec2:Phase2LifetimeSeconds", - "ec2:PreSharedKeys", - "ec2:RekeyFuzzPercentage", - "ec2:RekeyMarginTimeSeconds", - "ec2:ReplayWindowSizePackets", - "ec2:ResourceTag/${TagKey}", - "ec2:RoutingType" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpn-connection*" + "resource_type": "volume" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to enable detailed monitoring for a running instance", - "privilege": "MonitorInstances", - "resource_types": [ + "resource_type": "vpc" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "vpc-endpoint" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to move an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform", - "privilege": "MoveAddressToVpc", - "resource_types": [ + "resource_type": "vpc-endpoint-connection" + }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to move a BYOIP IPv4 CIDR to Amazon VPC IP Address Manager (IPAM) from a public IPv4 pool", - "privilege": "MoveByoipCidrToIpam", - "resource_types": [ + "resource_type": "vpc-endpoint-service" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "ipam-pool*" + "resource_type": "vpc-endpoint-service-permission" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to temporarily pause I/O operations for a target Amazon EBS volume", - "privilege": "PauseVolumeIO", - "resource_types": [ + "resource_type": "vpc-flow-log" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:Encrypted", - "ec2:ParentSnapshot", - "ec2:ResourceTag/${TagKey}", - "ec2:VolumeID", - "ec2:VolumeIops", - "ec2:VolumeSize", - "ec2:VolumeThroughput", - "ec2:VolumeType" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "volume*" + "resource_type": "vpc-peering-connection" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "instance" + "resource_type": "vpn-connection" }, { "condition_keys": [ - "ec2:Region" + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to provision an address range for use in AWS through bring your own IP addresses (BYOIP), and to create a corresponding address pool", - "privilege": "ProvisionByoipCidr", - "resource_types": [ + "resource_type": "vpn-gateway" + }, { "condition_keys": [ + "aws:TagKeys", "ec2:Region" ], "dependent_actions": [], @@ -85238,8 +85910,8 @@ }, { "access_level": "Write", - "description": "Grants permission to provision a CIDR to an Amazon VPC IP Address Manager (IPAM) pool", - "privilege": "ProvisionIpamPoolCidr", + "description": "Grants permission to delete a traffic mirror filter", + "privilege": "DeleteTrafficMirrorFilter", "resource_types": [ { "condition_keys": [ @@ -85247,7 +85919,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "ipam-pool*" + "resource_type": "traffic-mirror-filter*" }, { "condition_keys": [ @@ -85260,8 +85932,8 @@ }, { "access_level": "Write", - "description": "Grants permission to provision a CIDR to a public IPv4 pool", - "privilege": "ProvisionPublicIpv4PoolCidr", + "description": "Grants permission to delete a traffic mirror filter rule", + "privilege": "DeleteTrafficMirrorFilterRule", "resource_types": [ { "condition_keys": [ @@ -85269,15 +85941,12 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "ipam-pool*" + "resource_type": "traffic-mirror-filter*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "ipv4pool-ec2*" + "resource_type": "traffic-mirror-filter-rule*" }, { "condition_keys": [ @@ -85290,18 +85959,16 @@ }, { "access_level": "Write", - "description": "Grants permission to purchase a reservation with configurations that match those of a Dedicated Host", - "privilege": "PurchaseHostReservation", + "description": "Grants permission to delete a traffic mirror session", + "privilege": "DeleteTrafficMirrorSession", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "dedicated-host*" + "dependent_actions": [], + "resource_type": "traffic-mirror-session*" }, { "condition_keys": [ @@ -85314,9 +85981,17 @@ }, { "access_level": "Write", - "description": "Grants permission to purchase a Reserved Instance offering", - "privilege": "PurchaseReservedInstancesOffering", + "description": "Grants permission to delete a traffic mirror target", + "privilege": "DeleteTrafficMirrorTarget", "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "traffic-mirror-target*" + }, { "condition_keys": [ "ec2:Region" @@ -85328,9 +86003,17 @@ }, { "access_level": "Write", - "description": "Grants permission to purchase one or more Scheduled Instances with a specified schedule", - "privilege": "PurchaseScheduledInstances", + "description": "Grants permission to delete a transit gateway", + "privilege": "DeleteTransitGateway", "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway*" + }, { "condition_keys": [ "ec2:Region" @@ -85342,8 +86025,8 @@ }, { "access_level": "Write", - "description": "Grants permission to attach an IAM policy that enables cross-account sharing to a resource", - "privilege": "PutResourcePolicy", + "description": "Grants permission to delete a transit gateway connect attachment", + "privilege": "DeleteTransitGatewayConnect", "resource_types": [ { "condition_keys": [ @@ -85351,25 +86034,29 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "ipam-pool" + "resource_type": "transit-gateway-attachment*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:PlacementGroupName", - "ec2:PlacementGroupStrategy", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "placement-group" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a transit gateway connect peer", + "privilege": "DeleteTransitGatewayConnectPeer", + "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "verified-access-group" + "resource_type": "transit-gateway-connect-peer*" }, { "condition_keys": [ @@ -85382,31 +86069,16 @@ }, { "access_level": "Write", - "description": "Grants permission to request a reboot of one or more instances", - "privilege": "RebootInstances", + "description": "Grants permission to delete a transit gateway multicast domain", + "privilege": "DeleteTransitGatewayMulticastDomain", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "transit-gateway-multicast-domain*" }, { "condition_keys": [ @@ -85419,33 +86091,16 @@ }, { "access_level": "Write", - "description": "Grants permission to register an Amazon Machine Image (AMI)", - "privilege": "RegisterImage", + "description": "Grants permission to delete a peering attachment from a transit gateway", + "privilege": "DeleteTransitGatewayPeeringAttachment", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ImageID", - "ec2:Owner", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "image*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:OutpostArn", - "ec2:Owner", - "ec2:ParentVolume", - "ec2:ResourceTag/${TagKey}", - "ec2:SnapshotID", - "ec2:SnapshotTime", - "ec2:SourceOutpostArn", - "ec2:VolumeSize" - ], - "dependent_actions": [], - "resource_type": "snapshot" + "resource_type": "transit-gateway-attachment*" }, { "condition_keys": [ @@ -85458,9 +86113,17 @@ }, { "access_level": "Write", - "description": "Grants permission to add tags to the set of tags to include in notifications about scheduled events for your instances", - "privilege": "RegisterInstanceEventNotificationAttributes", + "description": "Grants permission to delete a transit gateway policy table", + "privilege": "DeleteTransitGatewayPolicyTable", "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-policy-table*" + }, { "condition_keys": [ "ec2:Region" @@ -85472,20 +86135,16 @@ }, { "access_level": "Write", - "description": "Grants permission to register one or more network interfaces as a member of a group IP address in a transit gateway multicast domain", - "privilege": "RegisterTransitGatewayMulticastGroupMembers", + "description": "Grants permission to delete a transit gateway prefix list reference", + "privilege": "DeleteTransitGatewayPrefixListReference", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "network-interface*" + "resource_type": "prefix-list*" }, { "condition_keys": [ @@ -85493,7 +86152,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-multicast-domain*" + "resource_type": "transit-gateway-route-table*" }, { "condition_keys": [ @@ -85506,28 +86165,16 @@ }, { "access_level": "Write", - "description": "Grants permission to register one or more network interfaces as a source of a group IP address in a transit gateway multicast domain", - "privilege": "RegisterTransitGatewayMulticastGroupSources", + "description": "Grants permission to delete a route from a transit gateway route table", + "privilege": "DeleteTransitGatewayRoute", "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "network-interface*" - }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-multicast-domain*" + "resource_type": "transit-gateway-route-table*" }, { "condition_keys": [ @@ -85540,8 +86187,8 @@ }, { "access_level": "Write", - "description": "Grants permission to reject requests to associate cross-account subnets with a transit gateway multicast domain", - "privilege": "RejectTransitGatewayMulticastDomainAssociations", + "description": "Grants permission to delete a transit gateway route table", + "privilege": "DeleteTransitGatewayRouteTable", "resource_types": [ { "condition_keys": [ @@ -85549,15 +86196,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-attachment" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "transit-gateway-multicast-domain" + "resource_type": "transit-gateway-route-table*" }, { "condition_keys": [ @@ -85570,8 +86209,8 @@ }, { "access_level": "Write", - "description": "Grants permission to reject a transit gateway peering attachment request", - "privilege": "RejectTransitGatewayPeeringAttachment", + "description": "Grants permission to delete a transit gateway route table announcement", + "privilege": "DeleteTransitGatewayRouteTableAnnouncement", "resource_types": [ { "condition_keys": [ @@ -85579,7 +86218,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-attachment*" + "resource_type": "transit-gateway-route-table-announcement*" }, { "condition_keys": [ @@ -85592,8 +86231,8 @@ }, { "access_level": "Write", - "description": "Grants permission to reject a request to attach a VPC to a transit gateway", - "privilege": "RejectTransitGatewayVpcAttachment", + "description": "Grants permission to delete a VPC attachment from a transit gateway", + "privilege": "DeleteTransitGatewayVpcAttachment", "resource_types": [ { "condition_keys": [ @@ -85614,8 +86253,8 @@ }, { "access_level": "Write", - "description": "Grants permission to reject one or more VPC endpoint connection requests to a VPC endpoint service", - "privilege": "RejectVpcEndpointConnections", + "description": "Grants permission to delete a Verified Access endpoint", + "privilege": "DeleteVerifiedAccessEndpoint", "resource_types": [ { "condition_keys": [ @@ -85623,7 +86262,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpc-endpoint-service*" + "resource_type": "verified-access-endpoint*" }, { "condition_keys": [ @@ -85636,19 +86275,16 @@ }, { "access_level": "Write", - "description": "Grants permission to reject a VPC peering connection request", - "privilege": "RejectVpcPeeringConnection", + "description": "Grants permission to delete a Verified Access group", + "privilege": "DeleteVerifiedAccessGroup", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AccepterVpc", - "ec2:RequesterVpc", - "ec2:ResourceTag/${TagKey}", - "ec2:VpcPeeringConnectionID" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpc-peering-connection*" + "resource_type": "verified-access-group*" }, { "condition_keys": [ @@ -85661,19 +86297,16 @@ }, { "access_level": "Write", - "description": "Grants permission to release an Elastic IP address", - "privilege": "ReleaseAddress", + "description": "Grants permission to delete a Verified Access instance", + "privilege": "DeleteVerifiedAccessInstance", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AllocationId", - "ec2:Domain", - "ec2:PublicIpAddress", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "elastic-ip" + "resource_type": "verified-access-instance*" }, { "condition_keys": [ @@ -85686,8 +86319,8 @@ }, { "access_level": "Write", - "description": "Grants permission to release one or more On-Demand Dedicated Hosts", - "privilege": "ReleaseHosts", + "description": "Grants permission to delete a verified trust provider", + "privilege": "DeleteVerifiedAccessTrustProvider", "resource_types": [ { "condition_keys": [ @@ -85695,7 +86328,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "dedicated-host*" + "resource_type": "verified-access-trust-provider*" }, { "condition_keys": [ @@ -85708,16 +86341,24 @@ }, { "access_level": "Write", - "description": "Grants permission to release an allocation within an Amazon VPC IP Address Manager (IPAM) pool", - "privilege": "ReleaseIpamPoolAllocation", + "description": "Grants permission to delete an EBS volume", + "privilege": "DeleteVolume", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:AvailabilityZone", + "ec2:Encrypted", + "ec2:ParentSnapshot", + "ec2:ResourceTag/${TagKey}", + "ec2:VolumeID", + "ec2:VolumeIops", + "ec2:VolumeSize", + "ec2:VolumeThroughput", + "ec2:VolumeType" ], "dependent_actions": [], - "resource_type": "ipam-pool*" + "resource_type": "volume*" }, { "condition_keys": [ @@ -85730,34 +86371,18 @@ }, { "access_level": "Write", - "description": "Grants permission to replace an IAM instance profile for an instance", - "privilege": "ReplaceIamInstanceProfileAssociation", + "description": "Grants permission to delete a VPC", + "privilege": "DeleteVpc", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:NewInstanceProfile", - "ec2:PlacementGroup", - "ec2:ProductCode", "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" - ], - "dependent_actions": [ - "iam:PassRole" + "ec2:Tenancy", + "ec2:VpcID" ], - "resource_type": "instance*" + "dependent_actions": [], + "resource_type": "vpc*" }, { "condition_keys": [ @@ -85770,29 +86395,24 @@ }, { "access_level": "Write", - "description": "Grants permission to change which network ACL a subnet is associated with", - "privilege": "ReplaceNetworkAclAssociation", + "description": "Grants permission to delete one or more VPC endpoint connection notifications", + "privilege": "DeleteVpcEndpointConnectionNotifications", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:NetworkAclID", - "ec2:ResourceTag/${TagKey}", - "ec2:Vpc" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "network-acl*" + "resource_type": "vpc-endpoint" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "subnet*" + "resource_type": "vpc-endpoint-service" }, { "condition_keys": [ @@ -85805,18 +86425,16 @@ }, { "access_level": "Write", - "description": "Grants permission to replace an entry (rule) in a network ACL", - "privilege": "ReplaceNetworkAclEntry", + "description": "Grants permission to delete one or more VPC endpoint service configurations", + "privilege": "DeleteVpcEndpointServiceConfigurations", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:NetworkAclID", - "ec2:ResourceTag/${TagKey}", - "ec2:Vpc" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "network-acl*" + "resource_type": "vpc-endpoint-service*" }, { "condition_keys": [ @@ -85829,18 +86447,17 @@ }, { "access_level": "Write", - "description": "Grants permission to replace a route within a route table in a VPC", - "privilege": "ReplaceRoute", + "description": "Grants permission to delete one or more VPC endpoints", + "privilege": "DeleteVpcEndpoints", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}", - "ec2:RouteTableID", - "ec2:Vpc" + "ec2:VpceServiceName" ], "dependent_actions": [], - "resource_type": "route-table*" + "resource_type": "vpc-endpoint*" }, { "condition_keys": [ @@ -85853,54 +86470,41 @@ }, { "access_level": "Write", - "description": "Grants permission to change the route table that is associated with a subnet", - "privilege": "ReplaceRouteTableAssociation", + "description": "Grants permission to delete a VPC peering connection", + "privilege": "DeleteVpcPeeringConnection", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", + "ec2:AccepterVpc", + "ec2:RequesterVpc", "ec2:ResourceTag/${TagKey}", - "ec2:RouteTableID", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "route-table*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:InternetGatewayID", - "ec2:ResourceTag/${TagKey}" + "ec2:VpcPeeringConnectionID" ], "dependent_actions": [], - "resource_type": "internet-gateway" + "resource_type": "vpc-peering-connection*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "ipv4pool-ec2" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a VPN connection", + "privilege": "DeleteVpnConnection", + "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "ipv6pool-ec2" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "subnet" + "resource_type": "vpn-connection*" }, { "condition_keys": [ @@ -85913,8 +86517,8 @@ }, { "access_level": "Write", - "description": "Grants permission to replace a route in a transit gateway route table", - "privilege": "ReplaceTransitGatewayRoute", + "description": "Grants permission to delete a static route for a VPN connection between a virtual private gateway and a customer gateway", + "privilege": "DeleteVpnConnectionRoute", "resource_types": [ { "condition_keys": [ @@ -85922,15 +86526,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-route-table*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "transit-gateway-attachment" + "resource_type": "vpn-connection*" }, { "condition_keys": [ @@ -85943,8 +86539,8 @@ }, { "access_level": "Write", - "description": "Grants permission to replace a VPN tunnel", - "privilege": "ReplaceVpnTunnel", + "description": "Grants permission to delete a virtual private gateway", + "privilege": "DeleteVpnGateway", "resource_types": [ { "condition_keys": [ @@ -85952,7 +86548,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "vpn-connection*" + "resource_type": "vpn-gateway*" }, { "condition_keys": [ @@ -85965,8 +86561,8 @@ }, { "access_level": "Write", - "description": "Grants permission to submit feedback about the status of an instance", - "privilege": "ReportInstanceStatus", + "description": "Grants permission to release an IP address range that was provisioned through bring your own IP addresses (BYOIP), and to delete the corresponding address pool", + "privilege": "DeprovisionByoipCidr", "resource_types": [ { "condition_keys": [ @@ -85979,8 +86575,8 @@ }, { "access_level": "Write", - "description": "Grants permission to create a Spot Fleet request", - "privilege": "RequestSpotFleet", + "description": "Grants permission to deprovision an Autonomous System Number (ASN) from an Amazon Web Services account", + "privilege": "DeprovisionIpamByoasn", "resource_types": [ { "condition_keys": [ @@ -85988,84 +86584,51 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "spot-fleet-request*" + "resource_type": "ipam*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ImageID", - "ec2:ImageType", - "ec2:Owner", - "ec2:Public", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "image" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to deprovision a CIDR provisioned from an Amazon VPC IP Address Manager (IPAM) pool", + "privilege": "DeprovisionIpamPoolCidr", + "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:KeyPairName", - "ec2:KeyPairType", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "key-pair" + "resource_type": "ipam-pool*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "launch-template" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to deprovision a CIDR from a public IPv4 pool", + "privilege": "DeprovisionPublicIpv4PoolCidr", + "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:PlacementGroupName", - "ec2:PlacementGroupStrategy", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "placement-group" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "security-group" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:OutpostArn", - "ec2:Owner", - "ec2:ParentVolume", - "ec2:ResourceTag/${TagKey}", - "ec2:SnapshotID", - "ec2:SnapshotTime", - "ec2:SourceOutpostArn", - "ec2:VolumeSize" - ], - "dependent_actions": [], - "resource_type": "snapshot" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "subnet" + "resource_type": "ipv4pool-ec2*" }, { "condition_keys": [ @@ -86078,16 +86641,9 @@ }, { "access_level": "Write", - "description": "Grants permission to create a Spot Instance request", - "privilege": "RequestSpotInstances", + "description": "Grants permission to deregister an Amazon Machine Image (AMI)", + "privilege": "DeregisterImage", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "spot-instances-request*" - }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", @@ -86099,25 +86655,41 @@ "ec2:RootDeviceType" ], "dependent_actions": [], - "resource_type": "image" + "resource_type": "image*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:KeyPairName", - "ec2:KeyPairType", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "key-pair" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to remove tags from the set of tags to include in notifications about scheduled events for your instances", + "privilege": "DeregisterInstanceEventNotificationAttributes", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to deregister one or more network interface members from a group IP address in a transit gateway multicast domain", + "privilege": "DeregisterTransitGatewayMulticastGroupMembers", + "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AuthorizedUser", "ec2:AvailabilityZone", "ec2:NetworkInterfaceID", - "ec2:Permission", "ec2:ResourceTag/${TagKey}", "ec2:Subnet", "ec2:Vpc" @@ -86128,53 +86700,47 @@ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:PlacementGroupName", - "ec2:PlacementGroupStrategy", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "placement-group" + "resource_type": "transit-gateway-multicast-domain" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID", - "ec2:Vpc" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "security-group" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to deregister one or more network interface sources from a group IP address in a transit gateway multicast domain", + "privilege": "DeregisterTransitGatewayMulticastGroupSources", + "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:OutpostArn", - "ec2:Owner", - "ec2:ParentVolume", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", "ec2:ResourceTag/${TagKey}", - "ec2:SnapshotID", - "ec2:SnapshotTime", - "ec2:SourceOutpostArn", - "ec2:VolumeSize" + "ec2:Subnet", + "ec2:Vpc" ], "dependent_actions": [], - "resource_type": "snapshot" + "resource_type": "network-interface" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "subnet" + "resource_type": "transit-gateway-multicast-domain" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", "ec2:Region" ], "dependent_actions": [], @@ -86183,23 +86749,24 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to reset the attribute of the specified IP address", - "privilege": "ResetAddressAttribute", + "access_level": "List", + "description": "Grants permission to describe the attributes of the AWS account", + "privilege": "DescribeAccountAttributes", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AllocationId", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Domain", - "ec2:PublicIpAddress", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "elastic-ip*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe an Elastic IP address transfer", + "privilege": "DescribeAddressTransfers", + "resource_types": [ { "condition_keys": [ "ec2:Region" @@ -86210,9 +86777,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to reset the default customer master key (CMK) for EBS encryption for your account to use the AWS-managed CMK for EBS", - "privilege": "ResetEbsDefaultKmsKeyId", + "access_level": "List", + "description": "Grants permission to describe one or more Elastic IP addresses", + "privilege": "DescribeAddresses", "resource_types": [ { "condition_keys": [ @@ -86224,21 +86791,20 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to reset an attribute of an Amazon FPGA Image (AFI) to its default value", - "privilege": "ResetFpgaImageAttribute", + "access_level": "List", + "description": "Grants permission to describe the attributes of the specified Elastic IP addresses", + "privilege": "DescribeAddressesAttribute", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Owner", - "ec2:Public", + "ec2:AllocationId", + "ec2:Domain", + "ec2:PublicIpAddress", "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "fpga-image*" + "resource_type": "elastic-ip" }, { "condition_keys": [ @@ -86250,25 +86816,10 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to reset an attribute of an Amazon Machine Image (AMI) to its default value", - "privilege": "ResetImageAttribute", + "access_level": "List", + "description": "Grants permission to describe the longer ID format settings for all resource types", + "privilege": "DescribeAggregateIdFormat", "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:ImageID", - "ec2:ImageType", - "ec2:Owner", - "ec2:Public", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType" - ], - "dependent_actions": [], - "resource_type": "image*" - }, { "condition_keys": [ "ec2:Region" @@ -86279,30 +86830,24 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to reset an attribute of an instance to its default value", - "privilege": "ResetInstanceAttribute", + "access_level": "List", + "description": "Grants permission to describe one or more of the Availability Zones that are available to you", + "privilege": "DescribeAvailabilityZones", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "instance*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the current infrastructure performance metric subscriptions", + "privilege": "DescribeAwsNetworkPerformanceMetricSubscriptions", + "resource_types": [ { "condition_keys": [ "ec2:Region" @@ -86313,22 +86858,24 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to reset an attribute of a network interface", - "privilege": "ResetNetworkInterfaceAttribute", + "access_level": "List", + "description": "Grants permission to describe one or more bundling tasks", + "privilege": "DescribeBundleTasks", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "network-interface*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the IP address ranges that were provisioned through bring your own IP addresses (BYOIP)", + "privilege": "DescribeByoipCidrs", + "resource_types": [ { "condition_keys": [ "ec2:Region" @@ -86339,25 +86886,24 @@ ] }, { - "access_level": "Permissions management", - "description": "Grants permission to reset permission settings for a snapshot", - "privilege": "ResetSnapshotAttribute", + "access_level": "List", + "description": "Grants permission to describe Capacity Block offerings available for purchase", + "privilege": "DescribeCapacityBlockOfferings", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Owner", - "ec2:ParentVolume", - "ec2:ResourceTag/${TagKey}", - "ec2:SnapshotID", - "ec2:SnapshotTime", - "ec2:VolumeSize" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "snapshot*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more Capacity Reservation Fleets", + "privilege": "DescribeCapacityReservationFleets", + "resource_types": [ { "condition_keys": [ "ec2:Region" @@ -86368,9 +86914,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to restore an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic platform", - "privilege": "RestoreAddressToClassic", + "access_level": "List", + "description": "Grants permission to describe one or more Capacity Reservations", + "privilege": "DescribeCapacityReservations", "resource_types": [ { "condition_keys": [ @@ -86382,23 +86928,24 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to restore an Amazon Machine Image (AMI) from the Recycle Bin", - "privilege": "RestoreImageFromRecycleBin", + "access_level": "List", + "description": "Grants permission to describe one or more Carrier Gateways", + "privilege": "DescribeCarrierGateways", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ImageID", - "ec2:ImageType", - "ec2:Owner", - "ec2:Public", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "image*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more linked EC2-Classic instances", + "privilege": "DescribeClassicLinkInstances", + "resource_types": [ { "condition_keys": [ "ec2:Region" @@ -86409,9 +86956,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to restore the entries from a previous version of a managed prefix list to a new version of the prefix list", - "privilege": "RestoreManagedPrefixListVersion", + "access_level": "List", + "description": "Grants permission to describe the authorization rules for a Client VPN endpoint", + "privilege": "DescribeClientVpnAuthorizationRules", "resource_types": [ { "condition_keys": [ @@ -86419,7 +86966,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "prefix-list*" + "resource_type": "client-vpn-endpoint*" }, { "condition_keys": [ @@ -86431,23 +86978,23 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to restore an Amazon EBS snapshot from the Recycle Bin", - "privilege": "RestoreSnapshotFromRecycleBin", + "access_level": "List", + "description": "Grants permission to describe active client connections and connections that have been terminated within the last 60 minutes for a Client VPN endpoint", + "privilege": "DescribeClientVpnConnections", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Encrypted", - "ec2:Owner", - "ec2:ParentVolume", + "ec2:ClientRootCertificateChainArn", + "ec2:CloudwatchLogGroupArn", + "ec2:CloudwatchLogStreamArn", + "ec2:DirectoryArn", "ec2:ResourceTag/${TagKey}", - "ec2:SnapshotID", - "ec2:SnapshotTime", - "ec2:VolumeSize" + "ec2:SamlProviderArn", + "ec2:ServerCertificateArn" ], "dependent_actions": [], - "resource_type": "snapshot*" + "resource_type": "client-vpn-endpoint*" }, { "condition_keys": [ @@ -86459,23 +87006,23 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to restore an archived Amazon EBS snapshot for use temporarily or permanently, or modify the restore period or restore type for a snapshot that was previously temporarily restored", - "privilege": "RestoreSnapshotTier", + "access_level": "List", + "description": "Grants permission to describe one or more Client VPN endpoints", + "privilege": "DescribeClientVpnEndpoints", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:Encrypted", - "ec2:Owner", - "ec2:ParentVolume", + "ec2:ClientRootCertificateChainArn", + "ec2:CloudwatchLogGroupArn", + "ec2:CloudwatchLogStreamArn", + "ec2:DirectoryArn", "ec2:ResourceTag/${TagKey}", - "ec2:SnapshotID", - "ec2:SnapshotTime", - "ec2:VolumeSize" + "ec2:SamlProviderArn", + "ec2:ServerCertificateArn" ], "dependent_actions": [], - "resource_type": "snapshot*" + "resource_type": "client-vpn-endpoint" }, { "condition_keys": [ @@ -86487,9 +87034,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to remove an inbound authorization rule from a Client VPN endpoint", - "privilege": "RevokeClientVpnIngress", + "access_level": "List", + "description": "Grants permission to describe the routes for a Client VPN endpoint", + "privilege": "DescribeClientVpnRoutes", "resource_types": [ { "condition_keys": [ @@ -86515,19 +87062,23 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to remove one or more outbound rules from a VPC security group", - "privilege": "RevokeSecurityGroupEgress", + "access_level": "List", + "description": "Grants permission to describe the target networks that are associated with a Client VPN endpoint", + "privilege": "DescribeClientVpnTargetNetworks", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", + "ec2:ClientRootCertificateChainArn", + "ec2:CloudwatchLogGroupArn", + "ec2:CloudwatchLogStreamArn", + "ec2:DirectoryArn", "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID", - "ec2:Vpc" + "ec2:SamlProviderArn", + "ec2:ServerCertificateArn" ], "dependent_actions": [], - "resource_type": "security-group*" + "resource_type": "client-vpn-endpoint*" }, { "condition_keys": [ @@ -86539,20 +87090,10 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to remove one or more inbound rules from a security group", - "privilege": "RevokeSecurityGroupIngress", + "access_level": "List", + "description": "Grants permission to describe the specified customer-owned address pools or all of your customer-owned address pools", + "privilege": "DescribeCoipPools", "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "security-group*" - }, { "condition_keys": [ "ec2:Region" @@ -86563,194 +87104,110 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to launch one or more instances", - "privilege": "RunInstances", + "access_level": "List", + "description": "Grants permission to describe one or more conversion tasks", + "privilege": "DescribeConversionTasks", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ImageID", - "ec2:ImageType", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:Owner", - "ec2:Public", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType" - ], - "dependent_actions": [ - "ec2:CreateTags" - ], - "resource_type": "image*" - }, - { - "condition_keys": [ - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:RootDeviceType", - "ec2:Tenancy" - ], - "dependent_actions": [], - "resource_type": "instance*" - }, - { - "condition_keys": [ - "ec2:AssociatePublicIpAddress", - "ec2:AuthorizedService", - "ec2:AvailabilityZone", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:NetworkInterfaceID", - "ec2:Subnet", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "network-interface*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "security-group*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" - ], - "dependent_actions": [], - "resource_type": "subnet*" - }, - { - "condition_keys": [ - "ec2:AvailabilityZone", - "ec2:Encrypted", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:ParentSnapshot", - "ec2:VolumeID", - "ec2:VolumeIops", - "ec2:VolumeSize", - "ec2:VolumeThroughput", - "ec2:VolumeType" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "volume*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more customer gateways", + "privilege": "DescribeCustomerGateways", + "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "capacity-reservation" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more DHCP options sets", + "privilege": "DescribeDhcpOptions", + "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ElasticGpuType", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "elastic-gpu" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "elastic-inference" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "group" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more egress-only internet gateways", + "privilege": "DescribeEgressOnlyInternetGateways", + "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:IsLaunchTemplateResource", - "ec2:KeyPairName", - "ec2:KeyPairType", - "ec2:LaunchTemplate", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "key-pair" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe an Elastic Graphics accelerator that is associated with an instance", + "privilege": "DescribeElasticGpus", + "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "launch-template" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "license-configuration" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more export image tasks", + "privilege": "DescribeExportImageTasks", + "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:PlacementGroupName", - "ec2:PlacementGroupStrategy", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "placement-group" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more export instance tasks", + "privilege": "DescribeExportTasks", + "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:Owner", - "ec2:ParentVolume", - "ec2:ResourceTag/${TagKey}", - "ec2:SnapshotID", - "ec2:SnapshotTime", - "ec2:VolumeSize" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "snapshot" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe fast-launch enabled Windows AMIs", + "privilege": "DescribeFastLaunchImages", + "resource_types": [ { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", "ec2:Region" ], "dependent_actions": [], @@ -86759,9 +87216,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to launch one or more Scheduled Instances", - "privilege": "RunScheduledInstances", + "access_level": "List", + "description": "Grants permission to describe the state of fast snapshot restores for snapshots", + "privilege": "DescribeFastSnapshotRestores", "resource_types": [ { "condition_keys": [ @@ -86774,8 +87231,8 @@ }, { "access_level": "List", - "description": "Grants permission to search for routes in a local gateway route table", - "privilege": "SearchLocalGatewayRoutes", + "description": "Grants permission to describe the events for an EC2 Fleet during a specified time", + "privilege": "DescribeFleetHistory", "resource_types": [ { "condition_keys": [ @@ -86783,7 +87240,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "local-gateway-route-table*" + "resource_type": "fleet*" }, { "condition_keys": [ @@ -86796,8 +87253,8 @@ }, { "access_level": "List", - "description": "Grants permission to search for groups, sources, and members in a transit gateway multicast domain", - "privilege": "SearchTransitGatewayMulticastGroups", + "description": "Grants permission to describe the running instances for an EC2 Fleet", + "privilege": "DescribeFleetInstances", "resource_types": [ { "condition_keys": [ @@ -86805,7 +87262,7 @@ "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "transit-gateway-multicast-domain*" + "resource_type": "fleet*" }, { "condition_keys": [ @@ -86818,17 +87275,23 @@ }, { "access_level": "List", - "description": "Grants permission to search for routes in a transit gateway route table", - "privilege": "SearchTransitGatewayRoutes", + "description": "Grants permission to describe one or more EC2 Fleets", + "privilege": "DescribeFleets", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "transit-gateway-route-table*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more flow logs", + "privilege": "DescribeFlowLogs", + "resource_types": [ { "condition_keys": [ "ec2:Region" @@ -86839,30 +87302,18 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to send a diagnostic interrupt to an Amazon EC2 instance", - "privilege": "SendDiagnosticInterrupt", + "access_level": "List", + "description": "Grants permission to describe the attributes of an Amazon FPGA Image (AFI)", + "privilege": "DescribeFpgaImageAttribute", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" + "ec2:Owner", + "ec2:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "fpga-image*" }, { "condition_keys": [ @@ -86874,31 +87325,24 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to interrupt a Spot Instance", - "privilege": "SendSpotInstanceInterruptions", + "access_level": "List", + "description": "Grants permission to describe one or more Amazon FPGA Images (AFIs)", + "privilege": "DescribeFpgaImages", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "instance*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the Dedicated Host Reservations that are available to purchase", + "privilege": "DescribeHostReservationOfferings", + "resource_types": [ { "condition_keys": [ "ec2:Region" @@ -86909,32 +87353,38 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to start a stopped instance", - "privilege": "StartInstances", + "access_level": "List", + "description": "Grants permission to describe the Dedicated Host Reservations that are associated with Dedicated Hosts in the AWS account", + "privilege": "DescribeHostReservations", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:PlacementGroup", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "instance*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more Dedicated Hosts", + "privilege": "DescribeHosts", + "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "ec2:Region" + ], "dependent_actions": [], - "resource_type": "license-configuration" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the IAM instance profile associations", + "privilege": "DescribeIamInstanceProfileAssociations", + "resource_types": [ { "condition_keys": [ "ec2:Region" @@ -86945,29 +87395,26 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to start a Network Access Scope analysis", - "privilege": "StartNetworkInsightsAccessScopeAnalysis", + "access_level": "List", + "description": "Grants permission to describe the ID format settings for resources", + "privilege": "DescribeIdFormat", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "dependent_actions": [ - "ec2:CreateTags" + "ec2:Region" ], - "resource_type": "network-insights-access-scope*" - }, - { - "condition_keys": [], "dependent_actions": [], - "resource_type": "network-insights-access-scope-analysis*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the ID format settings for resources for an IAM user, IAM role, or root user", + "privilege": "DescribeIdentityIdFormat", + "resource_types": [ { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", "ec2:Region" ], "dependent_actions": [], @@ -86976,29 +87423,39 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to start analyzing a specified path", - "privilege": "StartNetworkInsightsAnalysis", + "access_level": "List", + "description": "Grants permission to describe an attribute of an Amazon Machine Image (AMI)", + "privilege": "DescribeImageAttribute", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags" + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ImageID", + "ec2:ImageType", + "ec2:Owner", + "ec2:Public", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType" ], - "resource_type": "network-insights-analysis*" + "dependent_actions": [], + "resource_type": "image*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "network-insights-path*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more images (AMIs, AKIs, and ARIs)", + "privilege": "DescribeImages", + "resource_types": [ { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", "ec2:Region" ], "dependent_actions": [], @@ -87007,18 +87464,24 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to start the private DNS verification process for a VPC endpoint service", - "privilege": "StartVpcEndpointServicePrivateDnsVerification", + "access_level": "List", + "description": "Grants permission to describe import virtual machine or import snapshot tasks", + "privilege": "DescribeImportImageTasks", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "vpc-endpoint-service*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe import snapshot tasks", + "privilege": "DescribeImportSnapshotTasks", + "resource_types": [ { "condition_keys": [ "ec2:Region" @@ -87029,20 +87492,26 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to stop an Amazon EBS-backed instance", - "privilege": "StopInstances", + "access_level": "List", + "description": "Grants permission to describe the attributes of an instance", + "privilege": "DescribeInstanceAttribute", "resource_types": [ { "condition_keys": [ "aws:ResourceTag/${TagKey}", "ec2:AvailabilityZone", "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", "ec2:InstanceID", "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", "ec2:InstanceProfile", "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", "ec2:PlacementGroup", + "ec2:ProductCode", "ec2:ResourceTag/${TagKey}", "ec2:RootDeviceType", "ec2:Tenancy" @@ -87060,24 +87529,24 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to terminate active Client VPN endpoint connections", - "privilege": "TerminateClientVpnConnections", + "access_level": "List", + "description": "Grants permission to describe EC2 Instance Connect Endpoints", + "privilege": "DescribeInstanceConnectEndpoints", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ClientRootCertificateChainArn", - "ec2:CloudwatchLogGroupArn", - "ec2:CloudwatchLogStreamArn", - "ec2:DirectoryArn", - "ec2:ResourceTag/${TagKey}", - "ec2:SamlProviderArn", - "ec2:ServerCertificateArn" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "client-vpn-endpoint*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the credit option for CPU usage of one or more burstable performance instances", + "privilege": "DescribeInstanceCreditSpecifications", + "resource_types": [ { "condition_keys": [ "ec2:Region" @@ -87088,30 +87557,24 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to shut down one or more instances", - "privilege": "TerminateInstances", + "access_level": "List", + "description": "Grants permission to describe the set of tags to include in notifications about scheduled events for your instances", + "privilege": "DescribeInstanceEventNotificationAttributes", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "instance*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the specified event windows or all event windows", + "privilege": "DescribeInstanceEventWindows", + "resource_types": [ { "condition_keys": [ "ec2:Region" @@ -87122,22 +87585,24 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to unassign one or more IPv6 addresses from a network interface", - "privilege": "UnassignIpv6Addresses", + "access_level": "List", + "description": "Grants permission to describe the status of one or more instances", + "privilege": "DescribeInstanceStatus", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "network-interface*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe a tree-based hierarchy that represents the physical host placement of EC2 instances", + "privilege": "DescribeInstanceTopology", + "resource_types": [ { "condition_keys": [ "ec2:Region" @@ -87148,22 +87613,24 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to unassign one or more secondary private IP addresses from a network interface", - "privilege": "UnassignPrivateIpAddresses", + "access_level": "List", + "description": "Grants permission to describe the set of instance types that are offered in a location", + "privilege": "DescribeInstanceTypeOfferings", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:NetworkInterfaceID", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "network-interface*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the details of instance types that are offered in a location", + "privilege": "DescribeInstanceTypes", + "resource_types": [ { "condition_keys": [ "ec2:Region" @@ -87174,18 +87641,24 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to unassign secondary private IPv4 addresses from a private NAT gateway", - "privilege": "UnassignPrivateNatGatewayAddress", + "access_level": "List", + "description": "Grants permission to describe one or more instances", + "privilege": "DescribeInstances", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "natgateway*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more internet gateways", + "privilege": "DescribeInternetGateways", + "resource_types": [ { "condition_keys": [ "ec2:Region" @@ -87196,33 +87669,24 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to disable detailed monitoring for a running instance", - "privilege": "UnmonitorInstances", + "access_level": "List", + "description": "Grants permission to describe a bring your own Autonomous System Number (BYOASN) that you've brought to IPAM", + "privilege": "DescribeIpamByoasn", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "instance*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe Amazon VPC IP Address Manager (IPAM) pools", + "privilege": "DescribeIpamPools", + "resource_types": [ { "condition_keys": [ "ec2:Region" @@ -87233,20 +87697,24 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update descriptions for one or more outbound rules in a VPC security group", - "privilege": "UpdateSecurityGroupRuleDescriptionsEgress", + "access_level": "List", + "description": "Grants permission to describe IPAM resource discoveries", + "privilege": "DescribeIpamResourceDiscoveries", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID", - "ec2:Vpc" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "security-group*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe resource discovery associations with an Amazon VPC IPAM", + "privilege": "DescribeIpamResourceDiscoveryAssociations", + "resource_types": [ { "condition_keys": [ "ec2:Region" @@ -87257,20 +87725,24 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update descriptions for one or more inbound rules in a security group", - "privilege": "UpdateSecurityGroupRuleDescriptionsIngress", + "access_level": "List", + "description": "Grants permission to describe Amazon VPC IP Address Manager (IPAM) scopes", + "privilege": "DescribeIpamScopes", "resource_types": [ { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID", - "ec2:Vpc" + "ec2:Region" ], "dependent_actions": [], - "resource_type": "security-group*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe an Amazon VPC IP Address Manager (IPAM)", + "privilege": "DescribeIpams", + "resource_types": [ { "condition_keys": [ "ec2:Region" @@ -87281,9 +87753,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to stop advertising an address range that was provisioned for use in AWS through bring your own IP addresses (BYOIP)", - "privilege": "WithdrawByoipCidr", + "access_level": "List", + "description": "Grants permission to describe one or more IPv6 address pools", + "privilege": "DescribeIpv6Pools", "resource_types": [ { "condition_keys": [ @@ -87293,1236 +87765,17170 @@ "resource_type": "" } ] - } - ], - "resources": [ + }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:elastic-ip/${AllocationId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:AllocationId", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Domain", - "ec2:PublicIpAddress", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "elastic-ip" + "access_level": "List", + "description": "Grants permission to describe one or more key pairs", + "privilege": "DescribeKeyPairs", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:capacity-reservation-fleet/${CapacityReservationFleetId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "capacity-reservation-fleet" + "access_level": "List", + "description": "Grants permission to describe one or more launch template versions", + "privilege": "DescribeLaunchTemplateVersions", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:capacity-reservation/${CapacityReservationId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:CapacityReservationFleet", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "capacity-reservation" + "access_level": "List", + "description": "Grants permission to describe one or more launch templates", + "privilege": "DescribeLaunchTemplates", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:carrier-gateway/${CarrierGatewayId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:Vpc" - ], - "resource": "carrier-gateway" + "access_level": "List", + "description": "Grants permission to allow a service to describe local gateway route table permissions", + "privilege": "DescribeLocalGatewayRouteTablePermissions", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:acm:${Region}:${Account}:certificate/${CertificateId}", - "condition_keys": [], - "resource": "certificate" + "access_level": "List", + "description": "Grants permission to describe the associations between virtual interface groups and local gateway route tables", + "privilege": "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:client-vpn-endpoint/${ClientVpnEndpointId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:ClientRootCertificateChainArn", - "ec2:CloudwatchLogGroupArn", - "ec2:CloudwatchLogStreamArn", - "ec2:DirectoryArn", - "ec2:Region", - "ec2:ResourceTag/${TagKey}", - "ec2:SamlProviderArn", - "ec2:ServerCertificateArn" - ], - "resource": "client-vpn-endpoint" + "access_level": "List", + "description": "Grants permission to describe an association between VPCs and local gateway route tables", + "privilege": "DescribeLocalGatewayRouteTableVpcAssociations", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:customer-gateway/${CustomerGatewayId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "customer-gateway" + "access_level": "List", + "description": "Grants permission to describe one or more local gateway route tables", + "privilege": "DescribeLocalGatewayRouteTables", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:dedicated-host/${DedicatedHostId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AutoPlacement", - "ec2:AvailabilityZone", - "ec2:HostRecovery", - "ec2:InstanceType", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:Quantity", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "dedicated-host" + "access_level": "List", + "description": "Grants permission to describe local gateway virtual interface groups", + "privilege": "DescribeLocalGatewayVirtualInterfaceGroups", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:dhcp-options/${DhcpOptionsId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:DhcpOptionsID", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "dhcp-options" + "access_level": "List", + "description": "Grants permission to describe local gateway virtual interfaces", + "privilege": "DescribeLocalGatewayVirtualInterfaces", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:egress-only-internet-gateway/${EgressOnlyInternetGatewayId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "egress-only-internet-gateway" + "access_level": "List", + "description": "Grants permission to describe one or more local gateways", + "privilege": "DescribeLocalGateways", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:elastic-gpu/${ElasticGpuId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:ElasticGpuType", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "elastic-gpu" + "access_level": "List", + "description": "Grants permission to describe the lock status for a snapshot", + "privilege": "DescribeLockedSnapshots", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:elastic-inference:${Region}:${Account}:elastic-inference-accelerator/${AcceleratorId}", - "condition_keys": [], - "resource": "elastic-inference" + "access_level": "List", + "description": "Grants permission to describe your managed prefix lists and any AWS-managed prefix lists", + "privilege": "DescribeManagedPrefixLists", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:export-image-task/${ExportImageTaskId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "export-image-task" + "access_level": "List", + "description": "Grants permission to describe Elastic IP addresses that are being moved to the EC2-VPC platform", + "privilege": "DescribeMovingAddresses", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:export-instance-task/${ExportTaskId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "export-instance-task" + "access_level": "List", + "description": "Grants permission to describe one or more NAT gateways", + "privilege": "DescribeNatGateways", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:fleet/${FleetId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "fleet" + "access_level": "List", + "description": "Grants permission to describe one or more network ACLs", + "privilege": "DescribeNetworkAcls", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:fpga-image/${FpgaImageId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Owner", - "ec2:Public", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "fpga-image" + "access_level": "List", + "description": "Grants permission to describe one or more Network Access Scope analyses", + "privilege": "DescribeNetworkInsightsAccessScopeAnalyses", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:host-reservation/${HostReservationId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "host-reservation" + "access_level": "List", + "description": "Grants permission to describe the Network Access Scopes", + "privilege": "DescribeNetworkInsightsAccessScopes", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}::image/${ImageId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:ImageID", - "ec2:ImageType", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:Owner", - "ec2:Public", - "ec2:Region", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType" - ], - "resource": "image" + "access_level": "List", + "description": "Grants permission to describe one or more network insights analyses", + "privilege": "DescribeNetworkInsightsAnalyses", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:import-image-task/${ImportImageTaskId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "import-image-task" + "access_level": "List", + "description": "Grants permission to describe one or more network insights paths", + "privilege": "DescribeNetworkInsightsPaths", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:import-snapshot-task/${ImportSnapshotTaskId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "import-snapshot-task" + "access_level": "List", + "description": "Grants permission to describe a network interface attribute", + "privilege": "DescribeNetworkInterfaceAttribute", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:instance-connect-endpoint/${InstanceConnectEndpointId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Region", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID" - ], - "resource": "instance-connect-endpoint" + "access_level": "List", + "description": "Grants permission to describe the permissions that are associated with a network interface", + "privilege": "DescribeNetworkInterfacePermissions", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:instance-event-window/${InstanceEventWindowId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "instance-event-window" + "access_level": "List", + "description": "Grants permission to describe one or more network interfaces", + "privilege": "DescribeNetworkInterfaces", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:instance/${InstanceId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AvailabilityZone", - "ec2:EbsOptimized", - "ec2:InstanceAutoRecovery", - "ec2:InstanceID", - "ec2:InstanceMarketType", - "ec2:InstanceMetadataTags", - "ec2:InstanceProfile", - "ec2:InstanceType", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:MetadataHttpEndpoint", - "ec2:MetadataHttpPutResponseHopLimit", - "ec2:MetadataHttpTokens", - "ec2:NewInstanceProfile", - "ec2:PlacementGroup", - "ec2:ProductCode", - "ec2:Region", - "ec2:ResourceTag/${TagKey}", - "ec2:RootDeviceType", - "ec2:Tenancy" - ], - "resource": "instance" + "access_level": "List", + "description": "Grants permission to describe one or more placement groups", + "privilege": "DescribePlacementGroups", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:internet-gateway/${InternetGatewayId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:InternetGatewayID", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "internet-gateway" + "access_level": "List", + "description": "Grants permission to describe available AWS services in a prefix list format", + "privilege": "DescribePrefixLists", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2::${Account}:ipam/${IpamId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "ipam" + "access_level": "List", + "description": "Grants permission to describe the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference", + "privilege": "DescribePrincipalIdFormat", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2::${Account}:ipam-pool/${IpamPoolId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Region", + "access_level": "List", + "description": "Grants permission to describe one or more IPv4 address pools", + "privilege": "DescribePublicIpv4Pools", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more AWS Regions that are currently available in your account", + "privilege": "DescribeRegions", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe a root volume replacement task", + "privilege": "DescribeReplaceRootVolumeTasks", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more purchased Reserved Instances in your account", + "privilege": "DescribeReservedInstances", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe your account's Reserved Instance listings in the Reserved Instance Marketplace", + "privilege": "DescribeReservedInstancesListings", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the modifications made to one or more Reserved Instances", + "privilege": "DescribeReservedInstancesModifications", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the Reserved Instance offerings that are available for purchase", + "privilege": "DescribeReservedInstancesOfferings", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more route tables", + "privilege": "DescribeRouteTables", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to find available schedules for Scheduled Instances", + "privilege": "DescribeScheduledInstanceAvailability", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more Scheduled Instances in your account", + "privilege": "DescribeScheduledInstances", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the VPCs on the other side of a VPC peering connection that are referencing specified VPC security groups", + "privilege": "DescribeSecurityGroupReferences", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more of your security group rules", + "privilege": "DescribeSecurityGroupRules", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more security groups", + "privilege": "DescribeSecurityGroups", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe an attribute of a snapshot", + "privilege": "DescribeSnapshotAttribute", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Encrypted", + "ec2:OutpostArn", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:ResourceTag/${TagKey}", + "ec2:SnapshotID", + "ec2:SnapshotTime", + "ec2:SourceOutpostArn", + "ec2:VolumeSize" + ], + "dependent_actions": [], + "resource_type": "snapshot*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the storage tier status for Amazon EBS snapshots", + "privilege": "DescribeSnapshotTierStatus", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more EBS snapshots", + "privilege": "DescribeSnapshots", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the data feed for Spot Instances", + "privilege": "DescribeSpotDatafeedSubscription", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the running instances for a Spot Fleet", + "privilege": "DescribeSpotFleetInstances", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "spot-fleet-request*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the events for a Spot Fleet request during a specified time", + "privilege": "DescribeSpotFleetRequestHistory", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "spot-fleet-request*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more Spot Fleet requests", + "privilege": "DescribeSpotFleetRequests", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more Spot Instance requests", + "privilege": "DescribeSpotInstanceRequests", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the Spot Instance price history", + "privilege": "DescribeSpotPriceHistory", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the stale security group rules for security groups in a specified VPC", + "privilege": "DescribeStaleSecurityGroups", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the progress of the AMI store tasks", + "privilege": "DescribeStoreImageTasks", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more subnets", + "privilege": "DescribeSubnets", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more tags for an Amazon EC2 resource", + "privilege": "DescribeTags", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more traffic mirror filters", + "privilege": "DescribeTrafficMirrorFilters", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more traffic mirror sessions", + "privilege": "DescribeTrafficMirrorSessions", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more traffic mirror targets", + "privilege": "DescribeTrafficMirrorTargets", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more attachments between resources and transit gateways", + "privilege": "DescribeTransitGatewayAttachments", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more transit gateway connect peers", + "privilege": "DescribeTransitGatewayConnectPeers", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more transit gateway connect attachments", + "privilege": "DescribeTransitGatewayConnects", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more transit gateway multicast domains", + "privilege": "DescribeTransitGatewayMulticastDomains", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more transit gateway peering attachments", + "privilege": "DescribeTransitGatewayPeeringAttachments", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe a transit gateway policy table", + "privilege": "DescribeTransitGatewayPolicyTables", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe a transit gateway route table announcement", + "privilege": "DescribeTransitGatewayRouteTableAnnouncements", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more transit gateway route tables", + "privilege": "DescribeTransitGatewayRouteTables", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more VPC attachments on a transit gateway", + "privilege": "DescribeTransitGatewayVpcAttachments", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more transit gateways", + "privilege": "DescribeTransitGateways", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more network interface trunk associations", + "privilege": "DescribeTrunkInterfaceAssociations", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the specified Verified Access endpoints or all Verified Access endpoints", + "privilege": "DescribeVerifiedAccessEndpoints", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the specified Verified Access groups or all Verified Access groups", + "privilege": "DescribeVerifiedAccessGroups", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the current logging configuration for the Verified Access instances", + "privilege": "DescribeVerifiedAccessInstanceLoggingConfigurations", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the AWS Web Application Firewall (WAF) web access control list (ACL) associations for a Verified Access instance", + "privilege": "DescribeVerifiedAccessInstanceWebAclAssociations", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the specified Verified Access instances or all Verified Access instances", + "privilege": "DescribeVerifiedAccessInstances", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe details of existing Verified Access trust providers", + "privilege": "DescribeVerifiedAccessTrustProviders", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe an attribute of an EBS volume", + "privilege": "DescribeVolumeAttribute", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:Encrypted", + "ec2:ParentSnapshot", + "ec2:ResourceTag/${TagKey}", + "ec2:VolumeID", + "ec2:VolumeIops", + "ec2:VolumeSize", + "ec2:VolumeThroughput", + "ec2:VolumeType" + ], + "dependent_actions": [], + "resource_type": "volume*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the status of one or more EBS volumes", + "privilege": "DescribeVolumeStatus", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more EBS volumes", + "privilege": "DescribeVolumes", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the current modification status of one or more EBS volumes", + "privilege": "DescribeVolumesModifications", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe an attribute of a VPC", + "privilege": "DescribeVpcAttribute", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" + ], + "dependent_actions": [], + "resource_type": "vpc*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the ClassicLink status of one or more VPCs", + "privilege": "DescribeVpcClassicLink", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the ClassicLink DNS support status of one or more VPCs", + "privilege": "DescribeVpcClassicLinkDnsSupport", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the connection notifications for VPC endpoints and VPC endpoint services", + "privilege": "DescribeVpcEndpointConnectionNotifications", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the VPC endpoint connections to your VPC endpoint services", + "privilege": "DescribeVpcEndpointConnections", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe VPC endpoint service configurations (your services)", + "privilege": "DescribeVpcEndpointServiceConfigurations", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the principals (service consumers) that are permitted to discover your VPC endpoint service", + "privilege": "DescribeVpcEndpointServicePermissions", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "vpc-endpoint-service*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe all supported AWS services that can be specified when creating a VPC endpoint", + "privilege": "DescribeVpcEndpointServices", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more VPC endpoints", + "privilege": "DescribeVpcEndpoints", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more VPC peering connections", + "privilege": "DescribeVpcPeeringConnections", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more VPCs", + "privilege": "DescribeVpcs", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more VPN connections", + "privilege": "DescribeVpnConnections", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe one or more virtual private gateways", + "privilege": "DescribeVpnGateways", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to unlink (detach) a linked EC2-Classic instance from a VPC", + "privilege": "DetachClassicLinkVpc", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" + ], + "dependent_actions": [], + "resource_type": "vpc*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to detach an internet gateway from a VPC", + "privilege": "DetachInternetGateway", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:InternetGatewayID", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "internet-gateway*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" + ], + "dependent_actions": [], + "resource_type": "vpc*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to detach a network interface from an instance", + "privilege": "DetachNetworkInterface", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "network-interface*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to detach a trust provider from a Verified Access instance", + "privilege": "DetachVerifiedAccessTrustProvider", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "verified-access-instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "verified-access-trust-provider*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to detach an EBS volume from an instance", + "privilege": "DetachVolume", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:Encrypted", + "ec2:ParentSnapshot", + "ec2:ResourceTag/${TagKey}", + "ec2:VolumeID", + "ec2:VolumeIops", + "ec2:VolumeSize", + "ec2:VolumeThroughput", + "ec2:VolumeType" + ], + "dependent_actions": [], + "resource_type": "volume*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to detach a virtual private gateway from a VPC", + "privilege": "DetachVpnGateway", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" + ], + "dependent_actions": [], + "resource_type": "vpc*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "vpn-gateway*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disable Elastic IP address transfer", + "privilege": "DisableAddressTransfer", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AllocationId", + "ec2:Domain", + "ec2:PublicIpAddress", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "elastic-ip*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disable infrastructure performance metric subscriptions", + "privilege": "DisableAwsNetworkPerformanceMetricSubscription", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disable EBS encryption by default for your account", + "privilege": "DisableEbsEncryptionByDefault", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disable faster launching for Windows AMIs", + "privilege": "DisableFastLaunch", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ImageID", + "ec2:ImageType", + "ec2:Owner", + "ec2:Public", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType" + ], + "dependent_actions": [], + "resource_type": "image*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disable fast snapshot restores for one or more snapshots in specified Availability Zones", + "privilege": "DisableFastSnapshotRestores", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:Encrypted", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:ResourceTag/${TagKey}", + "ec2:SnapshotID", + "ec2:SnapshotTime", + "ec2:VolumeSize" + ], + "dependent_actions": [], + "resource_type": "snapshot*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disable an AMI", + "privilege": "DisableImage", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ImageID", + "ec2:ImageType", + "ec2:Owner", + "ec2:Public", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType" + ], + "dependent_actions": [], + "resource_type": "image*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disable block public access for AMIs at the account level in the specified AWS Region", + "privilege": "DisableImageBlockPublicAccess", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to cancel the deprecation of the specified AMI", + "privilege": "DisableImageDeprecation", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ImageID", + "ec2:ImageType", + "ec2:Owner", + "ec2:Public", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType" + ], + "dependent_actions": [], + "resource_type": "image*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disable an AWS Organizations member account as an Amazon VPC IP Address Manager (IPAM) admin account", + "privilege": "DisableIpamOrganizationAdminAccount", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [ + "organizations:DeregisterDelegatedAdministrator" + ], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disable access to the EC2 serial console of all instances for your account", + "privilege": "DisableSerialConsoleAccess", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disable the block public access for snapshots setting for a Region", + "privilege": "DisableSnapshotBlockPublicAccess", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disable a resource attachment from propagating routes to the specified propagation route table", + "privilege": "DisableTransitGatewayRouteTablePropagation", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-route-table*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-attachment" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-route-table-announcement" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disable a virtual private gateway from propagating routes to a specified route table of a VPC", + "privilege": "DisableVgwRoutePropagation", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:RouteTableID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "route-table*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "vpn-gateway*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disable ClassicLink for a VPC", + "privilege": "DisableVpcClassicLink", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" + ], + "dependent_actions": [], + "resource_type": "vpc*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disable ClassicLink DNS support for a VPC", + "privilege": "DisableVpcClassicLinkDnsSupport", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" + ], + "dependent_actions": [], + "resource_type": "vpc" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate an Elastic IP address from an instance or network interface", + "privilege": "DisassociateAddress", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AllocationId", + "ec2:Domain", + "ec2:PublicIpAddress", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "elastic-ip" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "network-interface" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate a target network from a Client VPN endpoint", + "privilege": "DisassociateClientVpnTargetNetwork", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ClientRootCertificateChainArn", + "ec2:CloudwatchLogGroupArn", + "ec2:CloudwatchLogStreamArn", + "ec2:DirectoryArn", + "ec2:ResourceTag/${TagKey}", + "ec2:SamlProviderArn", + "ec2:ServerCertificateArn" + ], + "dependent_actions": [], + "resource_type": "client-vpn-endpoint*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate an ACM certificate from a IAM role", + "privilege": "DisassociateEnclaveCertificateIamRole", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "certificate*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "role*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate an IAM instance profile from a running or stopped instance", + "privilege": "DisassociateIamInstanceProfile", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate one or more targets from an event window", + "privilege": "DisassociateInstanceEventWindow", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "instance-event-window*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate an Autonomous System Number (ASN) from a BYOIP CIDR", + "privilege": "DisassociateIpamByoasn", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate a resource discovery from an Amazon VPC IPAM", + "privilege": "DisassociateIpamResourceDiscovery", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam-resource-discovery-association*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate a secondary Elastic IP address from a public NAT gateway", + "privilege": "DisassociateNatGatewayAddress", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AllocationId", + "ec2:Domain", + "ec2:PublicIpAddress", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "elastic-ip*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "natgateway*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AuthorizedUser", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:Permission", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "network-interface*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate a subnet from a route table", + "privilege": "DisassociateRouteTable", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:InternetGatewayID", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "internet-gateway" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipv4pool-ec2" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipv6pool-ec2" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:RouteTableID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "route-table" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "subnet" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "vpn-gateway" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate a CIDR block from a subnet", + "privilege": "DisassociateSubnetCidrBlock", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "subnet*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate one or more subnets from a transit gateway multicast domain", + "privilege": "DisassociateTransitGatewayMulticastDomain", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "subnet*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-attachment*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-multicast-domain*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate a policy table from a transit gateway", + "privilege": "DisassociateTransitGatewayPolicyTable", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-attachment*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-policy-table*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate a resource attachment from a transit gateway route table", + "privilege": "DisassociateTransitGatewayRouteTable", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-attachment*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-route-table*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate a branch network interface to a trunk network interface", + "privilege": "DisassociateTrunkInterface", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate an AWS Web Application Firewall (WAF) web access control list (ACL) from a Verified Access instance", + "privilege": "DisassociateVerifiedAccessInstanceWebAcl", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "verified-access-instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate a CIDR block from a VPC", + "privilege": "DisassociateVpcCidrBlock", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" + ], + "dependent_actions": [], + "resource_type": "vpc" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to enable Elastic IP address transfer", + "privilege": "EnableAddressTransfer", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AllocationId", + "ec2:Domain", + "ec2:PublicIpAddress", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "elastic-ip*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to enable infrastructure performance subscriptions", + "privilege": "EnableAwsNetworkPerformanceMetricSubscription", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to enable EBS encryption by default for your account", + "privilege": "EnableEbsEncryptionByDefault", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to enable faster launching for Windows AMIs", + "privilege": "EnableFastLaunch", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ImageID", + "ec2:ImageType", + "ec2:Owner", + "ec2:Public", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType" + ], + "dependent_actions": [], + "resource_type": "image*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "launch-template" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to enable fast snapshot restores for one or more snapshots in specified Availability Zones", + "privilege": "EnableFastSnapshotRestores", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:Encrypted", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:ResourceTag/${TagKey}", + "ec2:SnapshotID", + "ec2:SnapshotTime", + "ec2:VolumeSize" + ], + "dependent_actions": [], + "resource_type": "snapshot*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to re-enable a disabled AMI", + "privilege": "EnableImage", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ImageID", + "ec2:ImageType", + "ec2:Owner", + "ec2:Public", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType" + ], + "dependent_actions": [], + "resource_type": "image*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to enable block public access for AMIs at the account level in the specified AWS Region", + "privilege": "EnableImageBlockPublicAccess", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to enable deprecation of the specified AMI at the specified date and time", + "privilege": "EnableImageDeprecation", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ImageID", + "ec2:ImageType", + "ec2:Owner", + "ec2:Public", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType" + ], + "dependent_actions": [], + "resource_type": "image*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to enable an AWS Organizations member account as an Amazon VPC IP Address Manager (IPAM) admin account", + "privilege": "EnableIpamOrganizationAdminAccount", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "organizations:EnableAWSServiceAccess", + "organizations:RegisterDelegatedAdministrator" + ], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to enable organization sharing of reachability analyzer", + "privilege": "EnableReachabilityAnalyzerOrganizationSharing", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "organizations:EnableAWSServiceAccess" + ], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to enable access to the EC2 serial console of all instances for your account", + "privilege": "EnableSerialConsoleAccess", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to enable or modify the block public access for snapshots setting for a Region", + "privilege": "EnableSnapshotBlockPublicAccess", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to enable an attachment to propagate routes to a propagation route table", + "privilege": "EnableTransitGatewayRouteTablePropagation", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-route-table*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-attachment" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-route-table-announcement" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to enable a virtual private gateway to propagate routes to a VPC route table", + "privilege": "EnableVgwRoutePropagation", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:RouteTableID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "route-table*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "vpn-gateway*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to enable I/O operations for a volume that had I/O operations disabled", + "privilege": "EnableVolumeIO", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:Encrypted", + "ec2:ParentSnapshot", + "ec2:ResourceTag/${TagKey}", + "ec2:VolumeID", + "ec2:VolumeIops", + "ec2:VolumeSize", + "ec2:VolumeThroughput", + "ec2:VolumeType" + ], + "dependent_actions": [], + "resource_type": "volume*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to enable a VPC for ClassicLink", + "privilege": "EnableVpcClassicLink", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" + ], + "dependent_actions": [], + "resource_type": "vpc*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to enable a VPC to support DNS hostname resolution for ClassicLink", + "privilege": "EnableVpcClassicLinkDnsSupport", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" + ], + "dependent_actions": [], + "resource_type": "vpc" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to download the client certificate revocation list for a Client VPN endpoint", + "privilege": "ExportClientVpnClientCertificateRevocationList", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ClientRootCertificateChainArn", + "ec2:CloudwatchLogGroupArn", + "ec2:CloudwatchLogStreamArn", + "ec2:DirectoryArn", + "ec2:ResourceTag/${TagKey}", + "ec2:SamlProviderArn", + "ec2:ServerCertificateArn" + ], + "dependent_actions": [], + "resource_type": "client-vpn-endpoint*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to download the contents of the Client VPN endpoint configuration file for a Client VPN endpoint", + "privilege": "ExportClientVpnClientConfiguration", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ClientRootCertificateChainArn", + "ec2:CloudwatchLogGroupArn", + "ec2:CloudwatchLogStreamArn", + "ec2:DirectoryArn", + "ec2:ResourceTag/${TagKey}", + "ec2:SamlProviderArn", + "ec2:ServerCertificateArn" + ], + "dependent_actions": [], + "resource_type": "client-vpn-endpoint*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to export an Amazon Machine Image (AMI) to a VM file", + "privilege": "ExportImage", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "export-image-task*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ImageID", + "ec2:ImageType", + "ec2:Owner", + "ec2:Public", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType" + ], + "dependent_actions": [], + "resource_type": "image*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to export routes from a transit gateway route table to an Amazon S3 bucket", + "privilege": "ExportTransitGatewayRoutes", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the list of roles associated with an ACM certificate", + "privilege": "GetAssociatedEnclaveCertificateIamRoles", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "certificate*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get information about the IPv6 CIDR block associations for a specified IPv6 address pool", + "privilege": "GetAssociatedIpv6PoolCidrs", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get network performance data", + "privilege": "GetAwsNetworkPerformanceData", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get usage information about a Capacity Reservation", + "privilege": "GetCapacityReservationUsage", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:CapacityReservationFleet", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "capacity-reservation*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe the allocations from the specified customer-owned address pool", + "privilege": "GetCoipPoolUsage", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "coip-pool*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the console output for an instance", + "privilege": "GetConsoleOutput", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve a JPG-format screenshot of a running instance", + "privilege": "GetConsoleScreenshot", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:NewInstanceProfile", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the default credit option for CPU usage of a burstable performance instance family", + "privilege": "GetDefaultCreditSpecification", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the ID of the default customer master key (CMK) for EBS encryption by default", + "privilege": "GetEbsDefaultKmsKeyId", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe whether EBS encryption by default is enabled for your account", + "privilege": "GetEbsEncryptionByDefault", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to generate a CloudFormation template to streamline the integration of VPC flow logs with Amazon Athena", + "privilege": "GetFlowLogsIntegrationTemplate", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "vpc-flow-log*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the resource groups to which a Capacity Reservation has been added", + "privilege": "GetGroupsForCapacityReservation", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:CapacityReservationFleet", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "capacity-reservation*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to preview a reservation purchase with configurations that match those of a Dedicated Host", + "privilege": "GetHostReservationPurchasePreview", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the current state of block public access for AMIs at the account level in the specified AWS Region", + "privilege": "GetImageBlockPublicAccessState", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to view a list of instance types with specified instance attributes", + "privilege": "GetInstanceTypesFromInstanceRequirements", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the binary representation of the UEFI variable store", + "privilege": "GetInstanceUefiData", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:NewInstanceProfile", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve historical information about a CIDR within an Amazon VPC IP Address Manager (IPAM) scope", + "privilege": "GetIpamAddressHistory", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam-scope*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve IPAM discovered accounts", + "privilege": "GetIpamDiscoveredAccounts", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam-resource-discovery*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the public IP addresses that have been discovered by IPAM", + "privilege": "GetIpamDiscoveredPublicAddresses", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam-resource-discovery*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the resource CIDRs that are monitored as part of a resource discovery", + "privilege": "GetIpamDiscoveredResourceCidrs", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam-resource-discovery*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get a list of all the CIDR allocations in an Amazon VPC IP Address Manager (IPAM) pool", + "privilege": "GetIpamPoolAllocations", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam-pool*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the CIDRs provisioned to an Amazon VPC IP Address Manager (IPAM) pool", + "privilege": "GetIpamPoolCidrs", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam-pool*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get information about the resources in an Amazon VPC IP Address Manager (IPAM) scope", + "privilege": "GetIpamResourceCidrs", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam-scope*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam-pool" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the configuration data of the specified instance for use with a new launch template or launch template version", + "privilege": "GetLaunchTemplateData", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get information about the resources that are associated with the specified managed prefix list", + "privilege": "GetManagedPrefixListAssociations", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "prefix-list*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get information about the entries for a specified managed prefix list", + "privilege": "GetManagedPrefixListEntries", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "prefix-list*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the findings for one or more Network Access Scope analyses", + "privilege": "GetNetworkInsightsAccessScopeAnalysisFindings", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "network-insights-access-scope-analysis*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the content for a specified Network Access Scope", + "privilege": "GetNetworkInsightsAccessScopeContent", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "network-insights-access-scope*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the encrypted administrator password for a running Windows instance", + "privilege": "GetPasswordData", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return a quote and exchange information for exchanging one or more Convertible Reserved Instances for a new Convertible Reserved Instance", + "privilege": "GetReservedInstancesExchangeQuote", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe an IAM policy that enables cross-account sharing", + "privilege": "GetResourcePolicy", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam-pool" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:PlacementGroupName", + "ec2:PlacementGroupStrategy", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "placement-group" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "verified-access-group" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve a list of security groups for a specified VPC", + "privilege": "GetSecurityGroupsForVpc", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" + ], + "dependent_actions": [], + "resource_type": "vpc*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the access status of your account to the EC2 serial console of all instances", + "privilege": "GetSerialConsoleAccessStatus", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the current state of the block public access for snapshots setting for a Region", + "privilege": "GetSnapshotBlockPublicAccessState", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to calculate the Spot placement score for a Region or Availability Zone based on the specified target capacity and compute requirements", + "privilege": "GetSpotPlacementScores", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve information about the subnet CIDR reservations", + "privilege": "GetSubnetCidrReservations", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the route tables to which a resource attachment propagates routes", + "privilege": "GetTransitGatewayAttachmentPropagations", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get information about the associations for a transit gateway multicast domain", + "privilege": "GetTransitGatewayMulticastDomainAssociations", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-multicast-domain*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get information about associations for a transit gateway policy table", + "privilege": "GetTransitGatewayPolicyTableAssociations", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-policy-table*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get information about associations for a transit gateway policy table entry", + "privilege": "GetTransitGatewayPolicyTableEntries", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-policy-table*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get information about prefix list references for a transit gateway route table", + "privilege": "GetTransitGatewayPrefixListReferences", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get information about associations for a transit gateway route table", + "privilege": "GetTransitGatewayRouteTableAssociations", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get information about the route table propagations for a transit gateway route table", + "privilege": "GetTransitGatewayRouteTablePropagations", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to show the Verified Access policy associated with the endpoint", + "privilege": "GetVerifiedAccessEndpointPolicy", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "verified-access-endpoint*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to show the contents of the Verified Access policy associated with the group", + "privilege": "GetVerifiedAccessGroupPolicy", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "verified-access-group*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to show the AWS Web Application Firewall (WAF) web access control list (ACL) for a Verified Access instance", + "privilege": "GetVerifiedAccessInstanceWebAcl", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "verified-access-instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to download an AWS-provided sample configuration file to be used with the customer gateway device", + "privilege": "GetVpnConnectionDeviceSampleConfiguration", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "vpn-connection*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "vpn-connection-device-type*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to obtain a list of customer gateway devices for which sample configuration files can be provided", + "privilege": "GetVpnConnectionDeviceTypes", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to view available tunnel endpoint maintenance events", + "privilege": "GetVpnTunnelReplacementStatus", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "vpn-connection*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to transfer existing BYOIP IPv4 CIDRs to IPAM", + "privilege": "ImportByoipCidrToIpam", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam-pool*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to upload a client certificate revocation list to a Client VPN endpoint", + "privilege": "ImportClientVpnClientCertificateRevocationList", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ClientRootCertificateChainArn", + "ec2:CloudwatchLogGroupArn", + "ec2:CloudwatchLogStreamArn", + "ec2:DirectoryArn", + "ec2:ResourceTag/${TagKey}", + "ec2:SamlProviderArn", + "ec2:ServerCertificateArn" + ], + "dependent_actions": [], + "resource_type": "client-vpn-endpoint*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI)", + "privilege": "ImportImage", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:ImageID", + "ec2:ImageType", + "ec2:Owner", + "ec2:Public", + "ec2:RootDeviceType" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "image*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "import-image-task*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:ResourceTag/${TagKey}", + "ec2:SnapshotID", + "ec2:SnapshotTime", + "ec2:VolumeSize" + ], + "dependent_actions": [], + "resource_type": "snapshot" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an import instance task using metadata from a disk image", + "privilege": "ImportInstance", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:InstanceID", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:Encrypted", + "ec2:ParentSnapshot", + "ec2:ResourceTag/${TagKey}", + "ec2:VolumeID", + "ec2:VolumeIops", + "ec2:VolumeSize", + "ec2:VolumeThroughput", + "ec2:VolumeType" + ], + "dependent_actions": [], + "resource_type": "volume*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "security-group" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "subnet" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to import a public key from an RSA key pair that was created with a third-party tool", + "privilege": "ImportKeyPair", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "key-pair*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to import a disk into an EBS snapshot", + "privilege": "ImportSnapshot", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "import-snapshot-task*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:SnapshotID", + "ec2:SnapshotTime", + "ec2:VolumeSize" + ], + "dependent_actions": [], + "resource_type": "snapshot*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an import volume task using metadata from a disk image", + "privilege": "ImportVolume", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:Encrypted", + "ec2:ParentSnapshot", + "ec2:ResourceTag/${TagKey}", + "ec2:VolumeID", + "ec2:VolumeIops", + "ec2:VolumeSize", + "ec2:VolumeThroughput", + "ec2:VolumeType" + ], + "dependent_actions": [], + "resource_type": "volume*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to temporarily inject errors for target API requests", + "privilege": "InjectApiError", + "resource_types": [ + { + "condition_keys": [ + "ec2:FisActionId", + "ec2:FisTargetArns", + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list Amazon Machine Images (AMIs) that are currently in the Recycle Bin", + "privilege": "ListImagesInRecycleBin", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the Amazon EBS snapshots that are currently in the Recycle Bin", + "privilege": "ListSnapshotsInRecycleBin", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to lock an Amazon EBS snapshot in either governance or compliance mode to protect it against accidental or malicious deletions", + "privilege": "LockSnapshot", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Encrypted", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:ResourceTag/${TagKey}", + "ec2:SnapshotCoolOffPeriod", + "ec2:SnapshotID", + "ec2:SnapshotLockDuration", + "ec2:SnapshotTime", + "ec2:VolumeSize" + ], + "dependent_actions": [], + "resource_type": "snapshot*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify an attribute of the specified Elastic IP address", + "privilege": "ModifyAddressAttribute", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AllocationId", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Domain", + "ec2:PublicIpAddress", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "elastic-ip*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the opt-in status of the Local Zone and Wavelength Zone group for your account", + "privilege": "ModifyAvailabilityZoneGroup", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify a Capacity Reservation's capacity and the conditions under which it is to be released", + "privilege": "ModifyCapacityReservation", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:CapacityReservationFleet", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "capacity-reservation*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify a Capacity Reservation Fleet", + "privilege": "ModifyCapacityReservationFleet", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "capacity-reservation-fleet*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify a Client VPN endpoint", + "privilege": "ModifyClientVpnEndpoint", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ClientRootCertificateChainArn", + "ec2:CloudwatchLogGroupArn", + "ec2:CloudwatchLogStreamArn", + "ec2:DirectoryArn", + "ec2:ResourceTag/${TagKey}", + "ec2:SamlProviderArn", + "ec2:ServerCertificateArn" + ], + "dependent_actions": [], + "resource_type": "client-vpn-endpoint*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "security-group" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" + ], + "dependent_actions": [], + "resource_type": "vpc" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to change the account level default credit option for CPU usage of burstable performance instances", + "privilege": "ModifyDefaultCreditSpecification", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to change the default customer master key (CMK) for EBS encryption by default for your account", + "privilege": "ModifyEbsDefaultKmsKeyId", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify an EC2 Fleet", + "privilege": "ModifyFleet", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "fleet*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ImageID", + "ec2:ImageType", + "ec2:Owner", + "ec2:Public", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType" + ], + "dependent_actions": [], + "resource_type": "image" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:KeyPairName", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "key-pair" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "launch-template" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "network-interface" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "security-group" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:ResourceTag/${TagKey}", + "ec2:SnapshotID", + "ec2:SnapshotTime", + "ec2:VolumeSize" + ], + "dependent_actions": [], + "resource_type": "snapshot" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "subnet" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify an attribute of an Amazon FPGA Image (AFI)", + "privilege": "ModifyFpgaImageAttribute", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Owner", + "ec2:Public", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "fpga-image*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify a Dedicated Host", + "privilege": "ModifyHosts", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "dedicated-host*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the ID format for a resource", + "privilege": "ModifyIdFormat", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the ID format of a resource for a specific principal in your account", + "privilege": "ModifyIdentityIdFormat", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify an attribute of an Amazon Machine Image (AMI)", + "privilege": "ModifyImageAttribute", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ImageID", + "ec2:ImageType", + "ec2:Owner", + "ec2:Public", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType" + ], + "dependent_actions": [], + "resource_type": "image*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify an attribute of an instance", + "privilege": "ModifyInstanceAttribute", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "security-group" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:Encrypted", + "ec2:ParentSnapshot", + "ec2:ResourceTag/${TagKey}", + "ec2:VolumeID", + "ec2:VolumeIops", + "ec2:VolumeSize", + "ec2:VolumeThroughput", + "ec2:VolumeType" + ], + "dependent_actions": [], + "resource_type": "volume" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the Capacity Reservation settings for a stopped instance", + "privilege": "ModifyInstanceCapacityReservationAttributes", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "capacity-reservation" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the credit option for CPU usage on an instance", + "privilege": "ModifyInstanceCreditSpecification", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the start time for a scheduled EC2 instance event", + "privilege": "ModifyInstanceEventStartTime", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute/${AttributeName}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the specified event window", + "privilege": "ModifyInstanceEventWindow", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "instance-event-window*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the recovery behaviour for an instance", + "privilege": "ModifyInstanceMaintenanceOptions", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the metadata options for an instance", + "privilege": "ModifyInstanceMetadataOptions", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the placement attributes for an instance", + "privilege": "ModifyInstancePlacement", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "dedicated-host" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:PlacementGroupName", + "ec2:PlacementGroupStrategy", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "placement-group" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the configurations of an Amazon VPC IP Address Manager (IPAM)", + "privilege": "ModifyIpam", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the configurations of an Amazon VPC IP Address Manager (IPAM) pool", + "privilege": "ModifyIpamPool", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam-pool*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the configurations of an Amazon VPC IP Address Manager (IPAM) resource CIDR", + "privilege": "ModifyIpamResourceCidr", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam-scope*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify a resource discovery", + "privilege": "ModifyIpamResourceDiscovery", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam-resource-discovery*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the configurations of an Amazon VPC IP Address Manager (IPAM) scope", + "privilege": "ModifyIpamScope", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam-scope*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify a launch template", + "privilege": "ModifyLaunchTemplate", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "launch-template*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify a local gateway route", + "privilege": "ModifyLocalGatewayRoute", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "local-gateway-route-table*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "local-gateway-virtual-interface-group" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AuthorizedUser", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:Permission", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "network-interface" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "prefix-list" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify a managed prefix list", + "privilege": "ModifyManagedPrefixList", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "prefix-list*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify an attribute of a network interface", + "privilege": "ModifyNetworkInterfaceAttribute", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "network-interface*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "security-group" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the options for instance hostnames for the specified instance", + "privilege": "ModifyPrivateDnsNameOptions", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:NewInstanceProfile", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify attributes of one or more Reserved Instances", + "privilege": "ModifyReservedInstances", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AvailabilityZone", + "ec2:InstanceType", + "ec2:ReservedInstancesOfferingType", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "reserved-instances*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the rules of a security group", + "privilege": "ModifySecurityGroupRules", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "security-group*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "security-group-rule*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "prefix-list" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to add or remove permission settings for a snapshot", + "privilege": "ModifySnapshotAttribute", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Add/group", + "ec2:Add/userId", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:Remove/group", + "ec2:Remove/userId", + "ec2:ResourceTag/${TagKey}", + "ec2:SnapshotID", + "ec2:SnapshotTime", + "ec2:VolumeSize" + ], + "dependent_actions": [], + "resource_type": "snapshot*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to archive Amazon EBS snapshots", + "privilege": "ModifySnapshotTier", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Encrypted", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:ResourceTag/${TagKey}", + "ec2:SnapshotID", + "ec2:SnapshotTime", + "ec2:VolumeSize" + ], + "dependent_actions": [], + "resource_type": "snapshot*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify a Spot Fleet request", + "privilege": "ModifySpotFleetRequest", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "spot-fleet-request*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "launch-template" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "subnet" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify an attribute of a subnet", + "privilege": "ModifySubnetAttribute", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AvailabilityZone", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "subnet*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to allow or restrict mirroring network services", + "privilege": "ModifyTrafficMirrorFilterNetworkServices", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "traffic-mirror-filter*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify a traffic mirror rule", + "privilege": "ModifyTrafficMirrorFilterRule", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "traffic-mirror-filter*" + }, + { + "condition_keys": [ + "ec2:Attribute", + "ec2:Attribute/${AttributeName}" + ], + "dependent_actions": [], + "resource_type": "traffic-mirror-filter-rule*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify a traffic mirror session", + "privilege": "ModifyTrafficMirrorSession", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "traffic-mirror-session*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "traffic-mirror-filter" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "traffic-mirror-target" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify a transit gateway", + "privilege": "ModifyTransitGateway", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-route-table" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify a transit gateway prefix list reference", + "privilege": "ModifyTransitGatewayPrefixListReference", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "prefix-list*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-route-table*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-attachment" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify a VPC attachment on a transit gateway", + "privilege": "ModifyTransitGatewayVpcAttachment", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-attachment*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "subnet" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the configuration of a Verified Access endpoint", + "privilege": "ModifyVerifiedAccessEndpoint", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "verified-access-endpoint*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "subnet" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "verified-access-group" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the specified Verified Access endpoint policy", + "privilege": "ModifyVerifiedAccessEndpointPolicy", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "verified-access-endpoint*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the specified Verified Access Group configuration", + "privilege": "ModifyVerifiedAccessGroup", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "verified-access-group*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "verified-access-instance" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the specified Verified Access group policy", + "privilege": "ModifyVerifiedAccessGroupPolicy", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "verified-access-group*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the configuration of the specified Verified Access instance", + "privilege": "ModifyVerifiedAccessInstance", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "verified-access-instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the logging configuration for the specified Verified Access instance", + "privilege": "ModifyVerifiedAccessInstanceLoggingConfiguration", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "verified-access-instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the configuration of the specified Verified Access trust provider", + "privilege": "ModifyVerifiedAccessTrustProvider", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "verified-access-trust-provider*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the parameters of an EBS volume", + "privilege": "ModifyVolume", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AvailabilityZone", + "ec2:Encrypted", + "ec2:ParentSnapshot", + "ec2:ResourceTag/${TagKey}", + "ec2:VolumeID", + "ec2:VolumeIops", + "ec2:VolumeSize", + "ec2:VolumeThroughput", + "ec2:VolumeType" + ], + "dependent_actions": [], + "resource_type": "volume*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify an attribute of a volume", + "privilege": "ModifyVolumeAttribute", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AvailabilityZone", + "ec2:Encrypted", + "ec2:ParentSnapshot", + "ec2:ResourceTag/${TagKey}", + "ec2:VolumeID", + "ec2:VolumeIops", + "ec2:VolumeSize", + "ec2:VolumeThroughput", + "ec2:VolumeType" + ], + "dependent_actions": [], + "resource_type": "volume*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify an attribute of a VPC", + "privilege": "ModifyVpcAttribute", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" + ], + "dependent_actions": [], + "resource_type": "vpc*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify an attribute of a VPC endpoint", + "privilege": "ModifyVpcEndpoint", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "vpc-endpoint*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:RouteTableID" + ], + "dependent_actions": [], + "resource_type": "route-table" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "security-group" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "subnet" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify a connection notification for a VPC endpoint or VPC endpoint service", + "privilege": "ModifyVpcEndpointConnectionNotification", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "vpc-endpoint" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "vpc-endpoint-service" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the attributes of a VPC endpoint service configuration", + "privilege": "ModifyVpcEndpointServiceConfiguration", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}", + "ec2:VpceServicePrivateDnsName" + ], + "dependent_actions": [], + "resource_type": "vpc-endpoint-service*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the payer responsibility for a VPC endpoint service", + "privilege": "ModifyVpcEndpointServicePayerResponsibility", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "vpc-endpoint-service*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to modify the permissions for a VPC endpoint service", + "privilege": "ModifyVpcEndpointServicePermissions", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "vpc-endpoint-service*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the VPC peering connection options on one side of a VPC peering connection", + "privilege": "ModifyVpcPeeringConnectionOptions", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AccepterVpc", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:RequesterVpc", + "ec2:ResourceTag/${TagKey}", + "ec2:VpcPeeringConnectionID" + ], + "dependent_actions": [], + "resource_type": "vpc-peering-connection*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the instance tenancy attribute of a VPC", + "privilege": "ModifyVpcTenancy", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" + ], + "dependent_actions": [], + "resource_type": "vpc*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the target gateway of a Site-to-Site VPN connection", + "privilege": "ModifyVpnConnection", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AuthenticationType", + "ec2:DPDTimeoutSeconds", + "ec2:GatewayType", + "ec2:IKEVersions", + "ec2:InsideTunnelCidr", + "ec2:InsideTunnelIpv6Cidr", + "ec2:Phase1DHGroup", + "ec2:Phase1EncryptionAlgorithms", + "ec2:Phase1IntegrityAlgorithms", + "ec2:Phase1LifetimeSeconds", + "ec2:Phase2DHGroup", + "ec2:Phase2EncryptionAlgorithms", + "ec2:Phase2IntegrityAlgorithms", + "ec2:Phase2LifetimeSeconds", + "ec2:PreSharedKeys", + "ec2:RekeyFuzzPercentage", + "ec2:RekeyMarginTimeSeconds", + "ec2:ReplayWindowSizePackets", + "ec2:ResourceTag/${TagKey}", + "ec2:RoutingType" + ], + "dependent_actions": [], + "resource_type": "vpn-connection*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the connection options for your Site-to-Site VPN connection", + "privilege": "ModifyVpnConnectionOptions", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "vpn-connection*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the certificate for a Site-to-Site VPN connection", + "privilege": "ModifyVpnTunnelCertificate", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "vpn-connection*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the options for a Site-to-Site VPN connection", + "privilege": "ModifyVpnTunnelOptions", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AuthenticationType", + "ec2:DPDTimeoutSeconds", + "ec2:GatewayType", + "ec2:IKEVersions", + "ec2:InsideTunnelCidr", + "ec2:InsideTunnelIpv6Cidr", + "ec2:Phase1DHGroup", + "ec2:Phase1EncryptionAlgorithms", + "ec2:Phase1IntegrityAlgorithms", + "ec2:Phase1LifetimeSeconds", + "ec2:Phase2DHGroup", + "ec2:Phase2EncryptionAlgorithms", + "ec2:Phase2IntegrityAlgorithms", + "ec2:Phase2LifetimeSeconds", + "ec2:PreSharedKeys", + "ec2:RekeyFuzzPercentage", + "ec2:RekeyMarginTimeSeconds", + "ec2:ReplayWindowSizePackets", + "ec2:ResourceTag/${TagKey}", + "ec2:RoutingType" + ], + "dependent_actions": [], + "resource_type": "vpn-connection*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to enable detailed monitoring for a running instance", + "privilege": "MonitorInstances", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to move an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform", + "privilege": "MoveAddressToVpc", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to move a BYOIP IPv4 CIDR to Amazon VPC IP Address Manager (IPAM) from a public IPv4 pool", + "privilege": "MoveByoipCidrToIpam", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam-pool*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to temporarily pause I/O operations for a target Amazon EBS volume", + "privilege": "PauseVolumeIO", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:Encrypted", + "ec2:ParentSnapshot", + "ec2:ResourceTag/${TagKey}", + "ec2:VolumeID", + "ec2:VolumeIops", + "ec2:VolumeSize", + "ec2:VolumeThroughput", + "ec2:VolumeType" + ], + "dependent_actions": [], + "resource_type": "volume*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to provision an address range for use in AWS through bring your own IP addresses (BYOIP), and to create a corresponding address pool", + "privilege": "ProvisionByoipCidr", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to provision an Autonomous System Number (ASN) for use in an Amazon Web Services account", + "privilege": "ProvisionIpamByoasn", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to provision a CIDR to an Amazon VPC IP Address Manager (IPAM) pool", + "privilege": "ProvisionIpamPoolCidr", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam-pool*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to provision a CIDR to a public IPv4 pool", + "privilege": "ProvisionPublicIpv4PoolCidr", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam-pool*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipv4pool-ec2*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to purchase a Capacity Block offering", + "privilege": "PurchaseCapacityBlock", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:CapacityReservationFleet" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "capacity-reservation*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to purchase a reservation with configurations that match those of a Dedicated Host", + "privilege": "PurchaseHostReservation", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "dedicated-host*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to purchase a Reserved Instance offering", + "privilege": "PurchaseReservedInstancesOffering", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to purchase one or more Scheduled Instances with a specified schedule", + "privilege": "PurchaseScheduledInstances", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to attach an IAM policy that enables cross-account sharing to a resource", + "privilege": "PutResourcePolicy", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam-pool" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:PlacementGroupName", + "ec2:PlacementGroupStrategy", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "placement-group" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "verified-access-group" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to request a reboot of one or more instances", + "privilege": "RebootInstances", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to register an Amazon Machine Image (AMI)", + "privilege": "RegisterImage", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ImageID", + "ec2:Owner", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "image*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:OutpostArn", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:ResourceTag/${TagKey}", + "ec2:SnapshotID", + "ec2:SnapshotTime", + "ec2:SourceOutpostArn", + "ec2:VolumeSize" + ], + "dependent_actions": [], + "resource_type": "snapshot" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to add tags to the set of tags to include in notifications about scheduled events for your instances", + "privilege": "RegisterInstanceEventNotificationAttributes", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to register one or more network interfaces as a member of a group IP address in a transit gateway multicast domain", + "privilege": "RegisterTransitGatewayMulticastGroupMembers", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "network-interface*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-multicast-domain*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to register one or more network interfaces as a source of a group IP address in a transit gateway multicast domain", + "privilege": "RegisterTransitGatewayMulticastGroupSources", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "network-interface*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-multicast-domain*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to reject requests to associate cross-account subnets with a transit gateway multicast domain", + "privilege": "RejectTransitGatewayMulticastDomainAssociations", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-attachment" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-multicast-domain" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to reject a transit gateway peering attachment request", + "privilege": "RejectTransitGatewayPeeringAttachment", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-attachment*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to reject a request to attach a VPC to a transit gateway", + "privilege": "RejectTransitGatewayVpcAttachment", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-attachment*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to reject one or more VPC endpoint connection requests to a VPC endpoint service", + "privilege": "RejectVpcEndpointConnections", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "vpc-endpoint-service*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to reject a VPC peering connection request", + "privilege": "RejectVpcPeeringConnection", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AccepterVpc", + "ec2:RequesterVpc", + "ec2:ResourceTag/${TagKey}", + "ec2:VpcPeeringConnectionID" + ], + "dependent_actions": [], + "resource_type": "vpc-peering-connection*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to release an Elastic IP address", + "privilege": "ReleaseAddress", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AllocationId", + "ec2:Domain", + "ec2:PublicIpAddress", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "elastic-ip" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to release one or more On-Demand Dedicated Hosts", + "privilege": "ReleaseHosts", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "dedicated-host*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to release an allocation within an Amazon VPC IP Address Manager (IPAM) pool", + "privilege": "ReleaseIpamPoolAllocation", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipam-pool*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to replace an IAM instance profile for an instance", + "privilege": "ReplaceIamInstanceProfileAssociation", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:NewInstanceProfile", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to change which network ACL a subnet is associated with", + "privilege": "ReplaceNetworkAclAssociation", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:NetworkAclID", + "ec2:ResourceTag/${TagKey}", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "network-acl*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "subnet*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to replace an entry (rule) in a network ACL", + "privilege": "ReplaceNetworkAclEntry", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:NetworkAclID", + "ec2:ResourceTag/${TagKey}", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "network-acl*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to replace a route within a route table in a VPC", + "privilege": "ReplaceRoute", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:RouteTableID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "route-table*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to change the route table that is associated with a subnet", + "privilege": "ReplaceRouteTableAssociation", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:RouteTableID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "route-table*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:InternetGatewayID", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "internet-gateway" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipv4pool-ec2" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "ipv6pool-ec2" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "subnet" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "vpn-gateway" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to replace a route in a transit gateway route table", + "privilege": "ReplaceTransitGatewayRoute", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-route-table*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-attachment" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to replace a VPN tunnel", + "privilege": "ReplaceVpnTunnel", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "vpn-connection*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to submit feedback about the status of an instance", + "privilege": "ReportInstanceStatus", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a Spot Fleet request", + "privilege": "RequestSpotFleet", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "spot-fleet-request*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ImageID", + "ec2:ImageType", + "ec2:Owner", + "ec2:Public", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType" + ], + "dependent_actions": [], + "resource_type": "image" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:KeyPairName", + "ec2:KeyPairType", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "key-pair" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "launch-template" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:PlacementGroupName", + "ec2:PlacementGroupStrategy", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "placement-group" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "security-group" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:OutpostArn", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:ResourceTag/${TagKey}", + "ec2:SnapshotID", + "ec2:SnapshotTime", + "ec2:SourceOutpostArn", + "ec2:VolumeSize" + ], + "dependent_actions": [], + "resource_type": "snapshot" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "subnet" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a Spot Instance request", + "privilege": "RequestSpotInstances", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "spot-instances-request*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ImageID", + "ec2:ImageType", + "ec2:Owner", + "ec2:Public", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType" + ], + "dependent_actions": [], + "resource_type": "image" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:KeyPairName", + "ec2:KeyPairType", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "key-pair" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AuthorizedUser", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:Permission", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "network-interface" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:PlacementGroupName", + "ec2:PlacementGroupStrategy", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "placement-group" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "security-group" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:OutpostArn", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:ResourceTag/${TagKey}", + "ec2:SnapshotID", + "ec2:SnapshotTime", + "ec2:SourceOutpostArn", + "ec2:VolumeSize" + ], + "dependent_actions": [], + "resource_type": "snapshot" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "subnet" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to reset the attribute of the specified IP address", + "privilege": "ResetAddressAttribute", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AllocationId", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Domain", + "ec2:PublicIpAddress", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "elastic-ip*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to reset the default customer master key (CMK) for EBS encryption for your account to use the AWS-managed CMK for EBS", + "privilege": "ResetEbsDefaultKmsKeyId", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to reset an attribute of an Amazon FPGA Image (AFI) to its default value", + "privilege": "ResetFpgaImageAttribute", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Owner", + "ec2:Public", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "fpga-image*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to reset an attribute of an Amazon Machine Image (AMI) to its default value", + "privilege": "ResetImageAttribute", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ImageID", + "ec2:ImageType", + "ec2:Owner", + "ec2:Public", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType" + ], + "dependent_actions": [], + "resource_type": "image*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to reset an attribute of an instance to its default value", + "privilege": "ResetInstanceAttribute", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to reset an attribute of a network interface", + "privilege": "ResetNetworkInterfaceAttribute", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "network-interface*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to reset permission settings for a snapshot", + "privilege": "ResetSnapshotAttribute", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:ResourceTag/${TagKey}", + "ec2:SnapshotID", + "ec2:SnapshotTime", + "ec2:VolumeSize" + ], + "dependent_actions": [], + "resource_type": "snapshot*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to restore an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic platform", + "privilege": "RestoreAddressToClassic", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to restore an Amazon Machine Image (AMI) from the Recycle Bin", + "privilege": "RestoreImageFromRecycleBin", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ImageID", + "ec2:ImageType", + "ec2:Owner", + "ec2:Public", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType" + ], + "dependent_actions": [], + "resource_type": "image*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to restore the entries from a previous version of a managed prefix list to a new version of the prefix list", + "privilege": "RestoreManagedPrefixListVersion", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "prefix-list*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to restore an Amazon EBS snapshot from the Recycle Bin", + "privilege": "RestoreSnapshotFromRecycleBin", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Encrypted", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:ResourceTag/${TagKey}", + "ec2:SnapshotID", + "ec2:SnapshotTime", + "ec2:VolumeSize" + ], + "dependent_actions": [], + "resource_type": "snapshot*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to restore an archived Amazon EBS snapshot for use temporarily or permanently, or modify the restore period or restore type for a snapshot that was previously temporarily restored", + "privilege": "RestoreSnapshotTier", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Encrypted", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:ResourceTag/${TagKey}", + "ec2:SnapshotID", + "ec2:SnapshotTime", + "ec2:VolumeSize" + ], + "dependent_actions": [], + "resource_type": "snapshot*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to remove an inbound authorization rule from a Client VPN endpoint", + "privilege": "RevokeClientVpnIngress", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ClientRootCertificateChainArn", + "ec2:CloudwatchLogGroupArn", + "ec2:CloudwatchLogStreamArn", + "ec2:DirectoryArn", + "ec2:ResourceTag/${TagKey}", + "ec2:SamlProviderArn", + "ec2:ServerCertificateArn" + ], + "dependent_actions": [], + "resource_type": "client-vpn-endpoint*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to remove one or more outbound rules from a VPC security group", + "privilege": "RevokeSecurityGroupEgress", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "security-group*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to remove one or more inbound rules from a security group", + "privilege": "RevokeSecurityGroupIngress", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "security-group*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to launch one or more instances", + "privilege": "RunInstances", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ImageID", + "ec2:ImageType", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:Owner", + "ec2:Public", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "image*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:AssociatePublicIpAddress", + "ec2:AuthorizedService", + "ec2:AvailabilityZone", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:NetworkInterfaceID", + "ec2:Subnet", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "network-interface*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "security-group*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "subnet*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ec2:AvailabilityZone", + "ec2:Encrypted", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:ParentSnapshot", + "ec2:VolumeID", + "ec2:VolumeIops", + "ec2:VolumeSize", + "ec2:VolumeThroughput", + "ec2:VolumeType" + ], + "dependent_actions": [], + "resource_type": "volume*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "capacity-reservation" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ElasticGpuType", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "elastic-gpu" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "elastic-inference" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "group" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:IsLaunchTemplateResource", + "ec2:KeyPairName", + "ec2:KeyPairType", + "ec2:LaunchTemplate", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "key-pair" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "launch-template" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "license-configuration" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:PlacementGroupName", + "ec2:PlacementGroupStrategy", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "placement-group" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:ResourceTag/${TagKey}", + "ec2:SnapshotID", + "ec2:SnapshotTime", + "ec2:VolumeSize" + ], + "dependent_actions": [], + "resource_type": "snapshot" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to launch one or more Scheduled Instances", + "privilege": "RunScheduledInstances", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to search for routes in a local gateway route table", + "privilege": "SearchLocalGatewayRoutes", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "local-gateway-route-table*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to search for groups, sources, and members in a transit gateway multicast domain", + "privilege": "SearchTransitGatewayMulticastGroups", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-multicast-domain*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to search for routes in a transit gateway route table", + "privilege": "SearchTransitGatewayRoutes", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "transit-gateway-route-table*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to send a diagnostic interrupt to an Amazon EC2 instance", + "privilege": "SendDiagnosticInterrupt", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to interrupt a Spot Instance", + "privilege": "SendSpotInstanceInterruptions", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start a stopped instance", + "privilege": "StartInstances", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "license-configuration" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start a Network Access Scope analysis", + "privilege": "StartNetworkInsightsAccessScopeAnalysis", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "network-insights-access-scope*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "network-insights-access-scope-analysis*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start analyzing a specified path", + "privilege": "StartNetworkInsightsAnalysis", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "ec2:CreateTags" + ], + "resource_type": "network-insights-analysis*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "network-insights-path*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start the private DNS verification process for a VPC endpoint service", + "privilege": "StartVpcEndpointServicePrivateDnsVerification", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "vpc-endpoint-service*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to stop an Amazon EBS-backed instance", + "privilege": "StopInstances", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to terminate active Client VPN endpoint connections", + "privilege": "TerminateClientVpnConnections", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ClientRootCertificateChainArn", + "ec2:CloudwatchLogGroupArn", + "ec2:CloudwatchLogStreamArn", + "ec2:DirectoryArn", + "ec2:ResourceTag/${TagKey}", + "ec2:SamlProviderArn", + "ec2:ServerCertificateArn" + ], + "dependent_actions": [], + "resource_type": "client-vpn-endpoint*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to shut down one or more instances", + "privilege": "TerminateInstances", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to unassign one or more IPv6 addresses from a network interface", + "privilege": "UnassignIpv6Addresses", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "network-interface*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to unassign one or more secondary private IP addresses from a network interface", + "privilege": "UnassignPrivateIpAddresses", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:NetworkInterfaceID", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "network-interface*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to unassign secondary private IPv4 addresses from a private NAT gateway", + "privilege": "UnassignPrivateNatGatewayAddress", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "natgateway*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to unlock a snapshot that is locked in governance mode or in compliance mode while still in the cooling-off period", + "privilege": "UnlockSnapshot", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:Encrypted", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:ResourceTag/${TagKey}", + "ec2:SnapshotCoolOffPeriod", + "ec2:SnapshotID", + "ec2:SnapshotLockDuration", + "ec2:SnapshotTime", + "ec2:VolumeSize" + ], + "dependent_actions": [], + "resource_type": "snapshot*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disable detailed monitoring for a running instance", + "privilege": "UnmonitorInstances", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update descriptions for one or more outbound rules in a VPC security group", + "privilege": "UpdateSecurityGroupRuleDescriptionsEgress", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "security-group*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update descriptions for one or more inbound rules in a security group", + "privilege": "UpdateSecurityGroupRuleDescriptionsIngress", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" + ], + "dependent_actions": [], + "resource_type": "security-group*" + }, + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to stop advertising an address range that was provisioned for use in AWS through bring your own IP addresses (BYOIP)", + "privilege": "WithdrawByoipCidr", + "resource_types": [ + { + "condition_keys": [ + "ec2:Region" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:elastic-ip/${AllocationId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:AllocationId", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Domain", + "ec2:PublicIpAddress", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "elastic-ip" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:capacity-reservation-fleet/${CapacityReservationFleetId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "capacity-reservation-fleet" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:capacity-reservation/${CapacityReservationId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:CapacityReservationFleet", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "capacity-reservation" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:carrier-gateway/${CarrierGatewayId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:Vpc" + ], + "resource": "carrier-gateway" + }, + { + "arn": "arn:${Partition}:acm:${Region}:${Account}:certificate/${CertificateId}", + "condition_keys": [], + "resource": "certificate" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:client-vpn-endpoint/${ClientVpnEndpointId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ClientRootCertificateChainArn", + "ec2:CloudwatchLogGroupArn", + "ec2:CloudwatchLogStreamArn", + "ec2:DirectoryArn", + "ec2:Region", + "ec2:ResourceTag/${TagKey}", + "ec2:SamlProviderArn", + "ec2:ServerCertificateArn" + ], + "resource": "client-vpn-endpoint" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:customer-gateway/${CustomerGatewayId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "customer-gateway" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:dedicated-host/${DedicatedHostId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AutoPlacement", + "ec2:AvailabilityZone", + "ec2:HostRecovery", + "ec2:InstanceType", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:Quantity", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "dedicated-host" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:dhcp-options/${DhcpOptionsId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:DhcpOptionsID", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "dhcp-options" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:egress-only-internet-gateway/${EgressOnlyInternetGatewayId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "egress-only-internet-gateway" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:elastic-gpu/${ElasticGpuId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:ElasticGpuType", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "elastic-gpu" + }, + { + "arn": "arn:${Partition}:elastic-inference:${Region}:${Account}:elastic-inference-accelerator/${AcceleratorId}", + "condition_keys": [], + "resource": "elastic-inference" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:export-image-task/${ExportImageTaskId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "export-image-task" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:export-instance-task/${ExportTaskId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "export-instance-task" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:fleet/${FleetId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "fleet" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:fpga-image/${FpgaImageId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Owner", + "ec2:Public", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "fpga-image" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:host-reservation/${HostReservationId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "host-reservation" + }, + { + "arn": "arn:${Partition}:ec2:${Region}::image/${ImageId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:ImageID", + "ec2:ImageType", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:Owner", + "ec2:Public", + "ec2:Region", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType" + ], + "resource": "image" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:import-image-task/${ImportImageTaskId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "import-image-task" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:import-snapshot-task/${ImportSnapshotTaskId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "import-snapshot-task" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:instance-connect-endpoint/${InstanceConnectEndpointId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Region", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID" + ], + "resource": "instance-connect-endpoint" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:instance-event-window/${InstanceEventWindowId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "instance-event-window" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:instance/${InstanceId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AvailabilityZone", + "ec2:EbsOptimized", + "ec2:InstanceAutoRecovery", + "ec2:InstanceID", + "ec2:InstanceMarketType", + "ec2:InstanceMetadataTags", + "ec2:InstanceProfile", + "ec2:InstanceType", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:MetadataHttpEndpoint", + "ec2:MetadataHttpPutResponseHopLimit", + "ec2:MetadataHttpTokens", + "ec2:NewInstanceProfile", + "ec2:PlacementGroup", + "ec2:ProductCode", + "ec2:Region", + "ec2:ResourceTag/${TagKey}", + "ec2:RootDeviceType", + "ec2:Tenancy" + ], + "resource": "instance" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:internet-gateway/${InternetGatewayId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:InternetGatewayID", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "internet-gateway" + }, + { + "arn": "arn:${Partition}:ec2::${Account}:ipam/${IpamId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "ipam" + }, + { + "arn": "arn:${Partition}:ec2::${Account}:ipam-pool/${IpamPoolId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "ipam-pool" + }, + { + "arn": "arn:${Partition}:ec2::${Account}:ipam-resource-discovery-association/${IpamResourceDiscoveryAssociationId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "ipam-resource-discovery-association" + }, + { + "arn": "arn:${Partition}:ec2::${Account}:ipam-resource-discovery/${IpamResourceDiscoveryId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "ipam-resource-discovery" + }, + { + "arn": "arn:${Partition}:ec2::${Account}:ipam-scope/${IpamScopeId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "ipam-scope" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:coip-pool/${Ipv4PoolCoipId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "coip-pool" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:ipv4pool-ec2/${Ipv4PoolEc2Id}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "ipv4pool-ec2" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:ipv6pool-ec2/${Ipv6PoolEc2Id}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "ipv6pool-ec2" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:key-pair/${KeyPairName}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:IsLaunchTemplateResource", + "ec2:KeyPairName", + "ec2:KeyPairType", + "ec2:LaunchTemplate", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "key-pair" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:launch-template/${LaunchTemplateId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "launch-template" + }, + { + "arn": "arn:${Partition}:license-manager:${Region}:${Account}:license-configuration:${LicenseConfigurationId}", + "condition_keys": [], + "resource": "license-configuration" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:local-gateway/${LocalGatewayId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "local-gateway" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:local-gateway-route-table-virtual-interface-group-association/${LocalGatewayRouteTableVirtualInterfaceGroupAssociationId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "local-gateway-route-table-virtual-interface-group-association" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:local-gateway-route-table-vpc-association/${LocalGatewayRouteTableVpcAssociationId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "local-gateway-route-table-vpc-association" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:local-gateway-route-table/${LocalGatewayRoutetableId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "local-gateway-route-table" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:local-gateway-virtual-interface-group/${LocalGatewayVirtualInterfaceGroupId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "local-gateway-virtual-interface-group" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:local-gateway-virtual-interface/${LocalGatewayVirtualInterfaceId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "local-gateway-virtual-interface" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:natgateway/${NatGatewayId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "natgateway" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:network-acl/${NaclId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:NetworkAclID", + "ec2:Region", + "ec2:ResourceTag/${TagKey}", + "ec2:Vpc" + ], + "resource": "network-acl" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:network-insights-access-scope-analysis/${NetworkInsightsAccessScopeAnalysisId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "network-insights-access-scope-analysis" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:network-insights-access-scope/${NetworkInsightsAccessScopeId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "network-insights-access-scope" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:network-insights-analysis/${NetworkInsightsAnalysisId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "network-insights-analysis" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:network-insights-path/${NetworkInsightsPathId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "network-insights-path" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:network-interface/${NetworkInterfaceId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:AssociatePublicIpAddress", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AuthorizedService", + "ec2:AuthorizedUser", + "ec2:AvailabilityZone", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:NetworkInterfaceID", + "ec2:Permission", + "ec2:Region", + "ec2:ResourceTag/${TagKey}", + "ec2:Subnet", + "ec2:Vpc" + ], + "resource": "network-interface" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:placement-group/${PlacementGroupName}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:PlacementGroupName", + "ec2:PlacementGroupStrategy", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "placement-group" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:prefix-list/${PrefixListId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "prefix-list" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:replace-root-volume-task/${ReplaceRootVolumeTaskId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "replace-root-volume-task" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:reserved-instances/${ReservationId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AvailabilityZone", + "ec2:InstanceType", + "ec2:Region", + "ec2:ReservedInstancesOfferingType", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy" + ], + "resource": "reserved-instances" + }, + { + "arn": "arn:${Partition}:resource-groups:${Region}:${Account}:group/${GroupName}", + "condition_keys": [], + "resource": "group" + }, + { + "arn": "arn:${Partition}:iam::${Account}:role/${RoleNameWithPath}", + "condition_keys": [], + "resource": "role" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:route-table/${RouteTableId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}", + "ec2:RouteTableID", + "ec2:Vpc" + ], + "resource": "route-table" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:security-group/${SecurityGroupId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:Region", + "ec2:ResourceTag/${TagKey}", + "ec2:SecurityGroupID", + "ec2:Vpc" + ], + "resource": "security-group" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:security-group-rule/${SecurityGroupRuleId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "security-group-rule" + }, + { + "arn": "arn:${Partition}:ec2:${Region}::snapshot/${SnapshotId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Add/group", + "ec2:Add/userId", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AvailabilityZone", + "ec2:Encrypted", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:OutpostArn", + "ec2:Owner", + "ec2:ParentVolume", + "ec2:Region", + "ec2:Remove/group", + "ec2:Remove/userId", + "ec2:ResourceTag/${TagKey}", + "ec2:SnapshotCoolOffPeriod", + "ec2:SnapshotID", + "ec2:SnapshotLockDuration", + "ec2:SnapshotTime", + "ec2:SourceOutpostArn", + "ec2:VolumeSize" + ], + "resource": "snapshot" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:spot-fleet-request/${SpotFleetRequestId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "spot-fleet-request" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:spot-instances-request/${SpotInstanceRequestId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "spot-instances-request" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:subnet-cidr-reservation/${SubnetCidrReservationId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "subnet-cidr-reservation" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:subnet/${SubnetId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AvailabilityZone", + "ec2:IsLaunchTemplateResource", + "ec2:LaunchTemplate", + "ec2:Region", + "ec2:ResourceTag/${TagKey}", + "ec2:SubnetID", + "ec2:Vpc" + ], + "resource": "subnet" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:traffic-mirror-filter/${TrafficMirrorFilterId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "traffic-mirror-filter" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:traffic-mirror-filter-rule/${TrafficMirrorFilterRuleId}", + "condition_keys": [ + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Region" + ], + "resource": "traffic-mirror-filter-rule" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:traffic-mirror-session/${TrafficMirrorSessionId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "traffic-mirror-session" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:traffic-mirror-target/${TrafficMirrorTargetId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "traffic-mirror-target" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:transit-gateway-attachment/${TransitGatewayAttachmentId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "transit-gateway-attachment" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:transit-gateway-connect-peer/${TransitGatewayConnectPeerId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "transit-gateway-connect-peer" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:transit-gateway/${TransitGatewayId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "transit-gateway" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:transit-gateway-multicast-domain/${TransitGatewayMulticastDomainId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "transit-gateway-multicast-domain" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:transit-gateway-policy-table/${TransitGatewayPolicyTableId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "transit-gateway-policy-table" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:transit-gateway-route-table-announcement/${TransitGatewayRouteTableAnnouncementId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "transit-gateway-route-table-announcement" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:transit-gateway-route-table/${TransitGatewayRouteTableId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "transit-gateway-route-table" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:verified-access-endpoint/${VerifiedAccessEndpointId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "verified-access-endpoint" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:verified-access-group/${VerifiedAccessGroupId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "verified-access-group" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:verified-access-instance/${VerifiedAccessInstanceId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "verified-access-instance" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:verified-access-policy/${VerifiedAccessPolicyId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "verified-access-policy" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:verified-access-trust-provider/${VerifiedAccessTrustProviderId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "verified-access-trust-provider" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:volume/${VolumeId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AvailabilityZone", + "ec2:Encrypted", + "ec2:IsLaunchTemplateResource", + "ec2:KmsKeyId", + "ec2:LaunchTemplate", + "ec2:ParentSnapshot", + "ec2:Region", + "ec2:ResourceTag/${TagKey}", + "ec2:VolumeID", + "ec2:VolumeIops", + "ec2:VolumeSize", + "ec2:VolumeThroughput", + "ec2:VolumeType" + ], + "resource": "volume" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpc-endpoint-connection/${VpcEndpointConnectionId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "vpc-endpoint-connection" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpc-endpoint/${VpcEndpointId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Region", + "ec2:ResourceTag/${TagKey}", + "ec2:VpceServiceName", + "ec2:VpceServiceOwner" + ], + "resource": "vpc-endpoint" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpc-endpoint-service/${VpcEndpointServiceId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Region", + "ec2:ResourceTag/${TagKey}", + "ec2:VpceServicePrivateDnsName" + ], + "resource": "vpc-endpoint-service" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpc-endpoint-service-permission/${VpcEndpointServicePermissionId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "vpc-endpoint-service-permission" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpc-flow-log/${VpcFlowLogId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "vpc-flow-log" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpc/${VpcId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Ipv4IpamPoolId", + "ec2:Ipv6IpamPoolId", + "ec2:Region", + "ec2:ResourceTag/${TagKey}", + "ec2:Tenancy", + "ec2:VpcID" + ], + "resource": "vpc" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpc-peering-connection/${VpcPeeringConnectionId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:AccepterVpc", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:Region", + "ec2:RequesterVpc", + "ec2:ResourceTag/${TagKey}", + "ec2:VpcPeeringConnectionID" + ], + "resource": "vpc-peering-connection" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpn-connection-device-type/${VpnConnectionDeviceTypeId}", + "condition_keys": [ + "ec2:Region" + ], + "resource": "vpn-connection-device-type" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpn-connection/${VpnConnectionId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Attribute", + "ec2:Attribute/${AttributeName}", + "ec2:AuthenticationType", + "ec2:DPDTimeoutSeconds", + "ec2:GatewayType", + "ec2:IKEVersions", + "ec2:InsideTunnelCidr", + "ec2:InsideTunnelIpv6Cidr", + "ec2:Phase1DHGroup", + "ec2:Phase1EncryptionAlgorithms", + "ec2:Phase1IntegrityAlgorithms", + "ec2:Phase1LifetimeSeconds", + "ec2:Phase2DHGroup", + "ec2:Phase2EncryptionAlgorithms", + "ec2:Phase2IntegrityAlgorithms", + "ec2:Phase2LifetimeSeconds", + "ec2:PreSharedKeys", + "ec2:Region", + "ec2:RekeyFuzzPercentage", + "ec2:RekeyMarginTimeSeconds", + "ec2:ReplayWindowSizePackets", + "ec2:ResourceTag/${TagKey}", + "ec2:RoutingType" + ], + "resource": "vpn-connection" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpn-gateway/${VpnGatewayId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ec2:Region", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "vpn-gateway" + } + ], + "service_name": "Amazon EC2" + }, + { + "conditions": [ + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tags associated with the resource", + "type": "String" + }, + { + "condition": "ec2-instance-connect:maxTunnelDuration", + "description": "Filters access by maximum session duration associated with the instance", + "type": "Numeric" + }, + { + "condition": "ec2-instance-connect:privateIpAddress", + "description": "Filters access by private IP Address associated with the instance", + "type": "IPAddress" + }, + { + "condition": "ec2-instance-connect:remotePort", + "description": "Filters access by port number associated with the instance", + "type": "Numeric" + }, + { + "condition": "ec2:ResourceTag/${TagKey}", + "description": "Filters access by tags associated with the resource", + "type": "String" + }, + { + "condition": "ec2:osuser", + "description": "Filters access by specifying the default user name for the AMI that you used to launch your instance", + "type": "String" + } + ], + "prefix": "ec2-instance-connect", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to establish SSH connection to an EC2 instance using EC2 Instance Connect Endpoint", + "privilege": "OpenTunnel", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "instance-connect-endpoint*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}", + "ec2-instance-connect:remotePort", + "ec2-instance-connect:privateIpAddress", + "ec2-instance-connect:MaxTunnelDuration" + ], + "dependent_actions": [], + "resource_type": "instance-connect-endpoint" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to push an SSH public key to the specified EC2 instance to be used for standard SSH", + "privilege": "SendSSHPublicKey", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "instance*" + }, + { + "condition_keys": [ + "ec2:osuser" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to push an SSH public key to the specified EC2 instance to be used for serial console SSH", + "privilege": "SendSerialConsoleSSHPublicKey", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "instance*" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:instance/${InstanceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ec2:ResourceTag/${TagKey}" + ], + "resource": "instance" + }, + { + "arn": "arn:${Partition}:ec2:${Region}:${Account}:instance-connect-endpoint/${InstanceConnectEndpointId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", "ec2:ResourceTag/${TagKey}" ], - "resource": "ipam-pool" + "resource": "instance-connect-endpoint" + } + ], + "service_name": "Amazon EC2 Instance Connect" + }, + { + "conditions": [ + { + "condition": "ec2:SourceInstanceARN", + "description": "Filters access by the ARN of the instance from which the request originated", + "type": "ARN" + }, + { + "condition": "ssm:SourceInstanceARN", + "description": "Filters access by verifying the Amazon Resource Name (ARN) of the AWS Systems Manager's managed instance from which the request is made. This key is not present when the request comes from the managed instance authenticated with an IAM role associated with EC2 instance profile", + "type": "ARN" + } + ], + "prefix": "ec2messages", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to acknowledge a message, ensuring it will not be delivered again", + "privilege": "AcknowledgeMessage", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a message", + "privilege": "DeleteMessage", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to fail a message, signifying the message could not be processed successfully, ensuring it cannot be replied to or delivered again", + "privilege": "FailMessage", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to route traffic to the correct endpoint based on the given destination for the messages", + "privilege": "GetEndpoint", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to deliver messages to clients/instances using long polling", + "privilege": "GetMessages", + "resource_types": [ + { + "condition_keys": [ + "ssm:SourceInstanceARN", + "ec2:SourceInstanceARN" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to send replies from clients/instances to upstream service", + "privilege": "SendReply", + "resource_types": [ + { + "condition_keys": [ + "ssm:SourceInstanceARN", + "ec2:SourceInstanceARN" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + } + ], + "resources": [], + "service_name": "Amazon Message Delivery Service" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the allowed set of values for each of the tags", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag-value associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of mandatory tags in the request", + "type": "ArrayOfString" + }, + { + "condition": "ecr:ResourceTag/${TagKey}", + "description": "Filters access by tag-value associated with the resource", + "type": "String" + } + ], + "prefix": "ecr", + "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to check the availability of multiple image layers in a specified registry and repository", + "privilege": "BatchCheckLayerAvailability", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a list of specified images within a specified repository", + "privilege": "BatchDeleteImage", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get detailed information for specified images within a specified repository", + "privilege": "BatchGetImage", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve repository scanning configuration for a list of repositories", + "privilege": "BatchGetRepositoryScanningConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to retrieve the image from the upstream registry and import it to your private registry", + "privilege": "BatchImportUpstreamImage", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to inform Amazon ECR that the image layer upload for a specified registry, repository name, and upload ID, has completed", + "privilege": "CompleteLayerUpload", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create new pull-through cache rule", + "privilege": "CreatePullThroughCacheRule", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "iam:CreateServiceLinkedRole" + ], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an image repository", + "privilege": "CreateRepository", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "ecr:TagResource" + ], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create the repository creation template", + "privilege": "CreateRepositoryCreationTemplate", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "ecr:PutLifecyclePolicy", + "ecr:SetRepositoryPolicy" + ], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the specified lifecycle policy", + "privilege": "DeleteLifecyclePolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the pull-through cache rule", + "privilege": "DeletePullThroughCacheRule", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to delete the registry policy", + "privilege": "DeleteRegistryPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an existing image repository", + "privilege": "DeleteRepository", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the repository creation template", + "privilege": "DeleteRepositoryCreationTemplate", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to delete the repository policy from a specified repository", + "privilege": "DeleteRepositoryPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve replication status about an image in a registry, including failure reason if replication fails", + "privilege": "DescribeImageReplicationStatus", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe the image scan findings for the specified image", + "privilege": "DescribeImageScanFindings", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get metadata about the images in a repository, including image size, image tags, and creation date", + "privilege": "DescribeImages", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the pull-through cache rules", + "privilege": "DescribePullThroughCacheRules", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe the registry settings", + "privilege": "DescribeRegistry", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe image repositories in a registry", + "privilege": "DescribeRepositories", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe the repository creation template", + "privilege": "DescribeRepositoryCreationTemplate", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve a token that is valid for a specified registry for 12 hours", + "privilege": "GetAuthorizationToken", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the download URL corresponding to an image layer", + "privilege": "GetDownloadUrlForLayer", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the specified lifecycle policy", + "privilege": "GetLifecyclePolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the results of the specified lifecycle policy preview request", + "privilege": "GetLifecyclePolicyPreview", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the registry policy", + "privilege": "GetRegistryPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve registry scanning configuration", + "privilege": "GetRegistryScanningConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the repository policy for a specified repository", + "privilege": "GetRepositoryPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to notify Amazon ECR that you intend to upload an image layer", + "privilege": "InitiateLayerUpload", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all the image IDs for a given repository", + "privilege": "ListImages", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list the tags for an Amazon ECR resource", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create or update the image manifest associated with an image", + "privilege": "PutImage", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the image scanning configuration for a repository", + "privilege": "PutImageScanningConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the image tag mutability settings for a repository", + "privilege": "PutImageTagMutability", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create or update a lifecycle policy", + "privilege": "PutLifecyclePolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to update the registry policy", + "privilege": "PutRegistryPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update registry scanning configuration", + "privilege": "PutRegistryScanningConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the replication configuration for the registry", + "privilege": "PutReplicationConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to replicate images to the destination registry", + "privilege": "ReplicateImage", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to apply a repository policy on a specified repository to control access permissions", + "privilege": "SetRepositoryPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start an image scan", + "privilege": "StartImageScan", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start a preview of the specified lifecycle policy", + "privilege": "StartLifecyclePolicyPreview", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to tag an Amazon ECR resource", + "privilege": "TagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to untag an Amazon ECR resource", + "privilege": "UntagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the pull-through cache rule", + "privilege": "UpdatePullThroughCacheRule", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to upload an image layer part to Amazon ECR", + "privilege": "UploadLayerPart", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to validate the pull-through cache rule", + "privilege": "ValidatePullThroughCacheRule", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:ecr:${Region}:${Account}:repository/${RepositoryName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecr:ResourceTag/${TagKey}" + ], + "resource": "repository" + } + ], + "service_name": "Amazon Elastic Container Registry" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters create requests based on the allowed set of values for each of the tags", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters actions based on tag-value associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters create requests based on the presence of mandatory tags in the request", + "type": "ArrayOfString" + }, + { + "condition": "ecr-public:ResourceTag/${TagKey}", + "description": "Filters actions based on tag-value associated with the resource", + "type": "String" + } + ], + "prefix": "ecr-public", + "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to check the availability of multiple image layers in a specified registry and repository", + "privilege": "BatchCheckLayerAvailability", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a list of specified images within a specified repository", + "privilege": "BatchDeleteImage", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to inform Amazon ECR that the image layer upload for a specified registry, repository name, and upload ID, has completed", + "privilege": "CompleteLayerUpload", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an image repository", + "privilege": "CreateRepository", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "ecr-public:TagResource" + ], + "resource_type": "repository*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an existing image repository", + "privilege": "DeleteRepository", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the repository policy from a specified repository", + "privilege": "DeleteRepositoryPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe all the image tags for a given repository", + "privilege": "DescribeImageTags", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get metadata about the images in a repository, including image size, image tags, and creation date", + "privilege": "DescribeImages", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve the catalog data associated with a registry", + "privilege": "DescribeRegistries", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "registry*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe image repositories in a registry", + "privilege": "DescribeRepositories", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve a token that is valid for a specified registry for 12 hours", + "privilege": "GetAuthorizationToken", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the catalog data associated with a registry", + "privilege": "GetRegistryCatalogData", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "registry*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the catalog data associated with a repository", + "privilege": "GetRepositoryCatalogData", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the repository policy for a specified repository", + "privilege": "GetRepositoryPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to notify Amazon ECR that you intend to upload an image layer", + "privilege": "InitiateLayerUpload", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list the tags for an Amazon ECR resource", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create or update the image manifest associated with an image", + "privilege": "PutImage", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create and update the catalog data associated with a registry", + "privilege": "PutRegistryCatalogData", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "registry*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the catalog data associated with a repository", + "privilege": "PutRepositoryCatalogData", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to apply a repository policy on a specified repository to control access permissions", + "privilege": "SetRepositoryPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to tag an Amazon ECR resource", + "privilege": "TagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to untag an Amazon ECR resource", + "privilege": "UntagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to upload an image layer part to Amazon ECR Public", + "privilege": "UploadLayerPart", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:ecr-public::${Account}:repository/${RepositoryName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecr-public:ResourceTag/${TagKey}" + ], + "resource": "repository" + }, + { + "arn": "arn:${Partition}:ecr-public::${Account}:registry/${RegistryId}", + "condition_keys": [], + "resource": "registry" + } + ], + "service_name": "Amazon Elastic Container Registry Public" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + }, + { + "condition": "ecs:CreateAction", + "description": "Filters access by the name of a resource-creating API action", + "type": "String" + }, + { + "condition": "ecs:ResourceTag/${TagKey}", + "description": "Filters access by the tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "ecs:account-setting", + "description": "Filters access by the Amazon ECS account setting name", + "type": "String" + }, + { + "condition": "ecs:capacity-provider", + "description": "Filters access by the ARN of an Amazon ECS capacity provider", + "type": "ARN" + }, + { + "condition": "ecs:cluster", + "description": "Filters access by the ARN of an Amazon ECS cluster", + "type": "ARN" + }, + { + "condition": "ecs:container-instances", + "description": "Filters access by the ARN of an Amazon ECS container instance", + "type": "ARN" + }, + { + "condition": "ecs:container-name", + "description": "Filters access by the name of an Amazon ECS container which is defined in the ECS task definition", + "type": "String" + }, + { + "condition": "ecs:enable-execute-command", + "description": "Filters access by the execute-command capability of your Amazon ECS task or Amazon ECS service", + "type": "String" + }, + { + "condition": "ecs:enable-service-connect", + "description": "Filters access by the enable field value in the Service Connect configuration", + "type": "String" + }, + { + "condition": "ecs:namespace", + "description": "Filters access by the ARN of AWS Cloud Map namespace which is defined in the Service Connect Configuration", + "type": "ARN" + }, + { + "condition": "ecs:service", + "description": "Filters access by the ARN of an Amazon ECS service", + "type": "ARN" + }, + { + "condition": "ecs:task", + "description": "Filters access by the ARN of an Amazon ECS task", + "type": "ARN" + }, + { + "condition": "ecs:task-definition", + "description": "Filters access by the ARN of an Amazon ECS task definition", + "type": "ARN" + } + ], + "prefix": "ecs", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create a new capacity provider. Capacity providers are associated with an Amazon ECS cluster and are used in capacity provider strategies to facilitate cluster auto scaling", + "privilege": "CreateCapacityProvider", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a new Amazon ECS cluster", + "privilege": "CreateCluster", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ecs:capacity-provider" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to run and maintain a desired number of tasks from a specified task definition via service creation", + "privilege": "CreateService", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "ecs:cluster", + "ecs:capacity-provider", + "ecs:task-definition", + "ecs:enable-execute-command", + "ecs:enable-service-connect", + "ecs:namespace" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a new Amazon ECS task set", + "privilege": "CreateTaskSet", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ecs:cluster", + "ecs:capacity-provider", + "ecs:service", + "ecs:task-definition" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the ARN and resource ID format of a resource for a specified IAM user, IAM role, or the root user for an account. You can specify whether the new ARN and resource ID format are disabled for new resources that are created", + "privilege": "DeleteAccountSetting", + "resource_types": [ + { + "condition_keys": [ + "ecs:account-setting" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete one or more custom attributes from an Amazon ECS resource", + "privilege": "DeleteAttributes", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "container-instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:cluster" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the specified capacity provider", + "privilege": "DeleteCapacityProvider", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "capacity-provider*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the specified cluster", + "privilege": "DeleteCluster", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a specified service within a cluster", + "privilege": "DeleteService", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:cluster" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the specified task definitions by family and revision", + "privilege": "DeleteTaskDefinitions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task-definition*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the specified task set", + "privilege": "DeleteTaskSet", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task-set*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:cluster", + "ecs:service" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to deregister an Amazon ECS container instance from the specified cluster", + "privilege": "DeregisterContainerInstance", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to deregister the specified task definition by family and revision", + "privilege": "DeregisterTaskDefinition", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe one or more Amazon ECS capacity providers", + "privilege": "DescribeCapacityProviders", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "capacity-provider*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describes one or more of your clusters", + "privilege": "DescribeClusters", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describes Amazon ECS container instances", + "privilege": "DescribeContainerInstances", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "container-instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:cluster" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe the specified services running in your cluster", + "privilege": "DescribeServices", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:cluster" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a task definition. You can specify a family and revision to find information about a specific task definition, or you can simply specify the family to find the latest ACTIVE revision in that family", + "privilege": "DescribeTaskDefinition", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe Amazon ECS task sets", + "privilege": "DescribeTaskSets", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task-set*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:cluster", + "ecs:service" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a specified task or tasks", + "privilege": "DescribeTasks", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:cluster" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to get an endpoint for the Amazon ECS agent to poll for updates", + "privilege": "DiscoverPollEndpoint", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to run a command remotely on an Amazon ECS container", + "privilege": "ExecuteCommand", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:cluster", + "ecs:container-name", + "ecs:task" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the protection status of tasks in an Amazon ECS service", + "privilege": "GetTaskProtection", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:cluster" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list the account settings for an Amazon ECS resource for a specified principal", + "privilege": "ListAccountSettings", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to lists the attributes for Amazon ECS resources within a specified target type and cluster", + "privilege": "ListAttributes", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get a list of existing clusters", + "privilege": "ListClusters", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get a list of container instances in a specified cluster", + "privilege": "ListContainerInstances", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get a list of services that are running in a specified cluster", + "privilege": "ListServices", + "resource_types": [ + { + "condition_keys": [ + "ecs:cluster" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get a list of services that are running in a specified AWS Cloud Map Namespace", + "privilege": "ListServicesByNamespace", + "resource_types": [ + { + "condition_keys": [ + "ecs:namespace" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a list of tags for the specified resource", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "capacity-provider" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "container-instance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task-definition" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task-set" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get a list of task definition families that are registered to your account (which may include task definition families that no longer have any ACTIVE task definitions)", + "privilege": "ListTaskDefinitionFamilies", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get a list of task definitions that are registered to your account", + "privilege": "ListTaskDefinitions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get a list of tasks for a specified cluster", + "privilege": "ListTasks", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "container-instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:cluster" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to an agent to connect with the Amazon ECS service to report status and get commands", + "privilege": "Poll", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "container-instance*" + }, + { + "condition_keys": [ + "ecs:cluster" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the ARN and resource ID format of a resource for a specified IAM user, IAM role, or the root user for an account. You can specify whether the new ARN and resource ID format are enabled for new resources that are created. Enabling this setting is required to use new Amazon ECS features such as resource tagging", + "privilege": "PutAccountSetting", + "resource_types": [ + { + "condition_keys": [ + "ecs:account-setting" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the ARN and resource ID format of a resource type for all IAM users on an account for which no individual account setting has been set. Enabling this setting is required to use new Amazon ECS features such as resource tagging", + "privilege": "PutAccountSettingDefault", + "resource_types": [ + { + "condition_keys": [ + "ecs:account-setting" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create or update an attribute on an Amazon ECS resource", + "privilege": "PutAttributes", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "container-instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:cluster" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the available capacity providers and the default capacity provider strategy for a cluster", + "privilege": "PutClusterCapacityProviders", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:capacity-provider" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to register an EC2 instance into the specified cluster", + "privilege": "RegisterContainerInstance", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to register a new task definition from the supplied family and containerDefinitions", + "privilege": "RegisterTaskDefinition", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start a task using random placement and the default Amazon ECS scheduler", + "privilege": "RunTask", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task-definition*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ecs:cluster", + "ecs:capacity-provider", + "ecs:enable-execute-command" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start a new task from the specified task definition on the specified container instance or instances", + "privilege": "StartTask", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task-definition*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "ecs:cluster", + "ecs:container-instances", + "ecs:enable-execute-command" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start a telemetry session", + "privilege": "StartTelemetrySession", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "container-instance*" + }, + { + "condition_keys": [ + "ecs:cluster" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to stop a running task", + "privilege": "StopTask", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:cluster" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to send an acknowledgement that attachments changed states", + "privilege": "SubmitAttachmentStateChanges", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to send an acknowledgement that a container changed states", + "privilege": "SubmitContainerStateChange", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to send an acknowledgement that a task changed states", + "privilege": "SubmitTaskStateChange", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to tag the specified resource", + "privilege": "TagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "capacity-provider" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "container-instance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task-definition" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task-set" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "ecs:CreateAction" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to untag the specified resource", + "privilege": "UntagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "capacity-provider" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "container-instance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task-definition" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task-set" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the specified capacity provider", + "privilege": "UpdateCapacityProvider", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "capacity-provider*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the configuration or settings to use for a cluster", + "privilege": "UpdateCluster", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the settings to use for a cluster", + "privilege": "UpdateClusterSettings", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the Amazon ECS container agent on a specified container instance", + "privilege": "UpdateContainerAgent", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "container-instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:cluster" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to the user to modify the status of an Amazon ECS container instance", + "privilege": "UpdateContainerInstancesState", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "container-instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:cluster" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the parameters of a service", + "privilege": "UpdateService", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:cluster", + "ecs:capacity-provider", + "ecs:enable-execute-command", + "ecs:enable-service-connect", + "ecs:namespace", + "ecs:task-definition" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the primary task set used in a service", + "privilege": "UpdateServicePrimaryTaskSet", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:cluster" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the protection status of a task", + "privilege": "UpdateTaskProtection", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:cluster" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the specified task set", + "privilege": "UpdateTaskSet", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task-set*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:cluster", + "ecs:service" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:ecs:${Region}:${Account}:cluster/${ClusterName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:ResourceTag/${TagKey}" + ], + "resource": "cluster" + }, + { + "arn": "arn:${Partition}:ecs:${Region}:${Account}:container-instance/${ClusterName}/${ContainerInstanceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:ResourceTag/${TagKey}" + ], + "resource": "container-instance" + }, + { + "arn": "arn:${Partition}:ecs:${Region}:${Account}:service/${ClusterName}/${ServiceName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:ResourceTag/${TagKey}" + ], + "resource": "service" + }, + { + "arn": "arn:${Partition}:ecs:${Region}:${Account}:task/${ClusterName}/${TaskId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:ResourceTag/${TagKey}" + ], + "resource": "task" + }, + { + "arn": "arn:${Partition}:ecs:${Region}:${Account}:task-definition/${TaskDefinitionFamilyName}:${TaskDefinitionRevisionNumber}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:ResourceTag/${TagKey}" + ], + "resource": "task-definition" + }, + { + "arn": "arn:${Partition}:ecs:${Region}:${Account}:capacity-provider/${CapacityProviderName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:ResourceTag/${TagKey}" + ], + "resource": "capacity-provider" + }, + { + "arn": "arn:${Partition}:ecs:${Region}:${Account}:task-set/${ClusterName}/${ServiceName}/${TaskSetId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "ecs:ResourceTag/${TagKey}" + ], + "resource": "task-set" + } + ], + "service_name": "Amazon Elastic Container Service" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by a key that is present in the request the user makes to the EKS service", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by a tag key and value pair", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the list of all the tag key names present in the request the user makes to the EKS service", + "type": "ArrayOfString" + }, + { + "condition": "eks:clientId", + "description": "Filters access by the clientId present in the associateIdentityProviderConfig request the user makes to the EKS service", + "type": "String" + }, + { + "condition": "eks:issuerUrl", + "description": "Filters access by the issuerUrl present in the associateIdentityProviderConfig request the user makes to the EKS service", + "type": "String" + } + ], + "prefix": "eks", + "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to view Kubernetes objects via AWS EKS console", + "privilege": "AccessKubernetesApi", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to associate encryption configuration to a cluster", + "privilege": "AssociateEncryptionConfig", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to associate an identity provider configuration to a cluster", + "privilege": "AssociateIdentityProviderConfig", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "eks:clientId", + "eks:issuerUrl" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an Amazon EKS add-on", + "privilege": "CreateAddon", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an Amazon EKS cluster", + "privilege": "CreateCluster", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an EKS Anywhere subscription", + "privilege": "CreateEksAnywhereSubscription", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an AWS Fargate profile", + "privilege": "CreateFargateProfile", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an Amazon EKS Nodegroup", + "privilege": "CreateNodegroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an EKS Pod Identity association", + "privilege": "CreatePodIdentityAssociation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an Amazon EKS add-on", + "privilege": "DeleteAddon", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "addon*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an Amazon EKS cluster", + "privilege": "DeleteCluster", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to describe an EKS Anywhere subscription", + "privilege": "DeleteEksAnywhereSubscription", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "eks-anywhere-subscription*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an AWS Fargate profile", + "privilege": "DeleteFargateProfile", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "fargateprofile*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an Amazon EKS Nodegroup", + "privilege": "DeleteNodegroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "nodegroup*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an EKS Pod Identity association", + "privilege": "DeletePodIdentityAssociation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "podidentityassociation*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to deregister an External cluster", + "privilege": "DeregisterCluster", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve descriptive information about an Amazon EKS add-on", + "privilege": "DescribeAddon", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "addon*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list configuration options about an Amazon EKS add-on", + "privilege": "DescribeAddonConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve descriptive version information about the add-ons that Amazon EKS Add-ons supports", + "privilege": "DescribeAddonVersions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve descriptive information about an Amazon EKS cluster", + "privilege": "DescribeCluster", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe an EKS Anywhere subscription", + "privilege": "DescribeEksAnywhereSubscription", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "eks-anywhere-subscription*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve descriptive information about an AWS Fargate profile associated with a cluster", + "privilege": "DescribeFargateProfile", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "fargateprofile*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve descriptive information about an Idp config associated with a cluster", + "privilege": "DescribeIdentityProviderConfig", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "identityproviderconfig*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve descriptive information about an Amazon EKS nodegroup", + "privilege": "DescribeNodegroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "nodegroup*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe an EKS Pod Identity association", + "privilege": "DescribePodIdentityAssociation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "podidentityassociation*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve a given update for a given Amazon EKS cluster/nodegroup/add-on (in the specified or default region)", + "privilege": "DescribeUpdate", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "addon" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "nodegroup" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an asssociated Idp config", + "privilege": "DisassociateIdentityProviderConfig", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "identityproviderconfig*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the Amazon EKS add-ons in your AWS account (in the specified or default region) for a given cluster", + "privilege": "ListAddons", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the Amazon EKS clusters in your AWS account (in the specified or default region)", + "privilege": "ListClusters", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list EKS Anywhere subscriptions", + "privilege": "ListEksAnywhereSubscriptions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the AWS Fargate profiles in your AWS account (in the specified or default region) associated with a given cluster", + "privilege": "ListFargateProfiles", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the Idp configs in your AWS account (in the specified or default region) associated with a given cluster", + "privilege": "ListIdentityProviderConfigs", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the Amazon EKS nodegroups in your AWS account (in the specified or default region) attached to given cluster", + "privilege": "ListNodegroups", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list EKS Pod Identity associations", + "privilege": "ListPodIdentityAssociations", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list tags for the specified resource", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "addon" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "eks-anywhere-subscription" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "fargateprofile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "identityproviderconfig" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "nodegroup" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the updates for a given Amazon EKS cluster/nodegroup/add-on (in the specified or default region)", + "privilege": "ListUpdates", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "addon" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "nodegroup" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to register an External cluster", + "privilege": "RegisterCluster", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to tag the specified resource", + "privilege": "TagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "addon" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "eks-anywhere-subscription" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "fargateprofile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "identityproviderconfig" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "nodegroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "podidentityassociation" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to untag the specified resource", + "privilege": "UntagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "addon" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "eks-anywhere-subscription" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "fargateprofile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "identityproviderconfig" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "nodegroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "podidentityassociation" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update Amazon EKS add-on configurations, such as the VPC-CNI version", + "privilege": "UpdateAddon", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "addon*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update Amazon EKS cluster configurations (eg: API server endpoint access)", + "privilege": "UpdateClusterConfig", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the Kubernetes version of an Amazon EKS cluster", + "privilege": "UpdateClusterVersion", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update an EKS Anywhere subscription", + "privilege": "UpdateEksAnywhereSubscription", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "eks-anywhere-subscription*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update Amazon EKS nodegroup configurations (eg: min/max/desired capacity or labels)", + "privilege": "UpdateNodegroupConfig", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "nodegroup*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the Kubernetes version of an Amazon EKS nodegroup", + "privilege": "UpdateNodegroupVersion", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "nodegroup*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update an EKS Pod Identity association", + "privilege": "UpdatePodIdentityAssociation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "podidentityassociation*" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:eks:${Region}:${Account}:cluster/${ClusterName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "cluster" + }, + { + "arn": "arn:${Partition}:eks:${Region}:${Account}:nodegroup/${ClusterName}/${NodegroupName}/${UUID}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "nodegroup" + }, + { + "arn": "arn:${Partition}:eks:${Region}:${Account}:addon/${ClusterName}/${AddonName}/${UUID}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "addon" + }, + { + "arn": "arn:${Partition}:eks:${Region}:${Account}:fargateprofile/${ClusterName}/${FargateProfileName}/${UUID}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "fargateprofile" + }, + { + "arn": "arn:${Partition}:eks:${Region}:${Account}:identityproviderconfig/${ClusterName}/${IdentityProviderType}/${IdentityProviderConfigName}/${UUID}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "identityproviderconfig" + }, + { + "arn": "arn:${Partition}:eks:${Region}:${Account}:eks-anywhere-subscription/${UUID}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "eks-anywhere-subscription" + }, + { + "arn": "arn:${Partition}:eks:${Region}:${Account}:podidentityassociation/${ClusterName}/${UUID}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "podidentityassociation" + } + ], + "service_name": "Amazon Elastic Kubernetes Service" + }, + { + "conditions": [ + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by a tag key and value pair", + "type": "String" + } + ], + "prefix": "eks-auth", + "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to exchange a Kubernetes service account token for temporary AWS credentials", + "privilege": "AssumeRoleForPodIdentity", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:eks:${Region}:${Account}:cluster/${ClusterName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "cluster" + } + ], + "service_name": "Amazon EKS Auth" + }, + { + "conditions": [], + "prefix": "elastic-inference", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to customer for connecting to Elastic Inference accelerator", + "privilege": "Connect", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accelerator*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the locations in which a given accelerator type or set of types is present in a given region", + "privilege": "DescribeAcceleratorOfferings", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the accelerator types available in a given region, as well as their characteristics, such as memory and throughput", + "privilege": "DescribeAcceleratorTypes", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe information over a provided set of accelerators belonging to an account", + "privilege": "DescribeAccelerators", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list all tags on an Amazon RDS resource", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to assign one or more tags (key-value pairs) to the specified QuickSight resource", + "privilege": "TagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to remove a tag or tags from a resource", + "privilege": "UntagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:elastic-inference:${Region}:${Account}:elastic-inference-accelerator/${AcceleratorId}", + "condition_keys": [], + "resource": "accelerator" + } + ], + "service_name": "Amazon Elastic Inference" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters actions based on the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters actions based on the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters actions based on the tag keys that are passed in the request", + "type": "ArrayOfString" + }, + { + "condition": "elasticache:AtRestEncryptionEnabled", + "description": "Filters access by the AtRestEncryptionEnabled parameter present in the request or default false value if parameter is not present", + "type": "Bool" + }, + { + "condition": "elasticache:AuthTokenEnabled", + "description": "Filters access by the presence of non empty AuthToken parameter in the request", + "type": "Bool" + }, + { + "condition": "elasticache:AutomaticFailoverEnabled", + "description": "Filters access by the AutomaticFailoverEnabled parameter in the request", + "type": "Bool" + }, + { + "condition": "elasticache:CacheNodeType", + "description": "Filters access by the cacheNodeType parameter present in the request. This key can be used to restrict which cache node types can be used on cluster creation or scaling operations", + "type": "String" + }, + { + "condition": "elasticache:CacheParameterGroupName", + "description": "Filters access by the CacheParameterGroupName parameter in the request", + "type": "String" + }, + { + "condition": "elasticache:ClusterModeEnabled", + "description": "Filters access by the cluster mode parameter present in the request. Default value for single node group (shard) creations is false", + "type": "Bool" + }, + { + "condition": "elasticache:DataStorageUnit", + "description": "Filters access by the CacheUsageLimits.DataStorage.Unit parameter in the CreateServerlessCache and ModifyServerlessCache request", + "type": "String" + }, + { + "condition": "elasticache:EngineType", + "description": "Filters access by the engine type present in creation requests. For replication group creations, default engine 'redis' is used as key if parameter is not present", + "type": "String" + }, + { + "condition": "elasticache:EngineVersion", + "description": "Filters access by the engineVersion parameter present in creation or cluster modification requests", + "type": "String" + }, + { + "condition": "elasticache:KmsKeyId", + "description": "Filters access by the KmsKeyId parameter in the request", + "type": "String" + }, + { + "condition": "elasticache:MaximumDataStorage", + "description": "Filters access by the CacheUsageLimits.DataStorage.Maximum parameter in the CreateServerlessCache and ModifyServerlessCache request", + "type": "Numeric" + }, + { + "condition": "elasticache:MaximumECPUPerSecond", + "description": "Filters access by the CacheUsageLimits.ECPUPerSecond.Maximum parameter in the CreateServerlessCache and ModifyServerlessCache request", + "type": "Numeric" + }, + { + "condition": "elasticache:MultiAZEnabled", + "description": "Filters access by the AZMode parameter, MultiAZEnabled parameter or the number of availability zones that the cluster or replication group can be placed in", + "type": "Bool" + }, + { + "condition": "elasticache:NumNodeGroups", + "description": "Filters access by the NumNodeGroups or NodeGroupCount parameter specified in the request. This key can be used to restrict the number of node groups (shards) clusters can have after creation or scaling operations", + "type": "Numeric" + }, + { + "condition": "elasticache:ReplicasPerNodeGroup", + "description": "Filters access by the number of replicas per node group (shards) specified in creations or scaling requests", + "type": "Numeric" + }, + { + "condition": "elasticache:SnapshotRetentionLimit", + "description": "Filters access by the SnapshotRetentionLimit parameter in the request", + "type": "Numeric" + }, + { + "condition": "elasticache:TransitEncryptionEnabled", + "description": "Filters access by the TransitEncryptionEnabled parameter present in the request. For replication group creations, default value 'false' is used as key if parameter is not present", + "type": "Bool" + }, + { + "condition": "elasticache:UserAuthenticationMode", + "description": "Filters access by the UserAuthenticationMode parameter in the request", + "type": "String" + } + ], + "prefix": "elasticache", + "privileges": [ + { + "access_level": "Tagging", + "description": "Grants permission to add tags to an ElastiCache resource", + "privilege": "AddTagsToResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "parametergroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "replicationgroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "reserved-instance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "securitygroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "serverlesscache" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "serverlesscachesnapshot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "snapshot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "subnetgroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "usergroup" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to authorize an EC2 security group on a ElastiCache security group", + "privilege": "AuthorizeCacheSecurityGroupIngress", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "ec2:AuthorizeSecurityGroupIngress" + ], + "resource_type": "securitygroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to apply ElastiCache service updates to sets of clusters and replication groups", + "privilege": "BatchApplyUpdateAction", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:DeleteNetworkInterface", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs", + "s3:GetObject" + ], + "resource_type": "cluster" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "replicationgroup" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to stop ElastiCache service updates from being executed on a set of clusters", + "privilege": "BatchStopUpdateAction", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "replicationgroup" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to complete an online migration of data from hosted Redis on Amazon EC2 to ElastiCache", + "privilege": "CompleteMigration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "replicationgroup" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to connect as a specified ElastiCache user to an ElastiCache Replication Group or ElastiCache serverless cache", + "privilege": "Connect", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "replicationgroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "serverlesscache" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to make a copy of an existing serverless cache snapshot", + "privilege": "CopyServerlessCacheSnapshot", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticache:KmsKeyId" + ], + "dependent_actions": [ + "elasticache:AddTagsToResource" + ], + "resource_type": "serverlesscachesnapshot*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to make a copy of an existing snapshot", + "privilege": "CopySnapshot", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "elasticache:AddTagsToResource", + "s3:DeleteObject", + "s3:GetBucketAcl", + "s3:PutObject" + ], + "resource_type": "snapshot*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "elasticache:KmsKeyId" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a cache cluster", + "privilege": "CreateCacheCluster", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:DeleteNetworkInterface", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs", + "elasticache:AddTagsToResource", + "s3:GetObject" + ], + "resource_type": "parametergroup*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "elasticache:CacheNodeType", + "elasticache:EngineVersion", + "elasticache:EngineType", + "elasticache:MultiAZEnabled", + "elasticache:AuthTokenEnabled", + "elasticache:SnapshotRetentionLimit", + "elasticache:CacheParameterGroupName" + ], + "dependent_actions": [], + "resource_type": "cluster" + }, + { + "condition_keys": [ + "elasticache:CacheNodeType", + "elasticache:EngineVersion", + "elasticache:EngineType", + "elasticache:MultiAZEnabled", + "elasticache:AuthTokenEnabled", + "elasticache:SnapshotRetentionLimit", + "elasticache:CacheParameterGroupName" + ], + "dependent_actions": [], + "resource_type": "replicationgroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "securitygroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "snapshot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "subnetgroup" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a parameter group", + "privilege": "CreateCacheParameterGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "elasticache:AddTagsToResource" + ], + "resource_type": "parametergroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "elasticache:CacheParameterGroupName" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a cache security group", + "privilege": "CreateCacheSecurityGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "elasticache:AddTagsToResource" + ], + "resource_type": "securitygroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a cache subnet group", + "privilege": "CreateCacheSubnetGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "elasticache:AddTagsToResource" + ], + "resource_type": "subnetgroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a global replication group", + "privilege": "CreateGlobalReplicationGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "globalreplicationgroup*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "replicationgroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a replication group", + "privilege": "CreateReplicationGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:DeleteNetworkInterface", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs", + "elasticache:AddTagsToResource", + "s3:GetObject" + ], + "resource_type": "parametergroup*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster" + }, + { + "condition_keys": [ + "elasticache:NumNodeGroups", + "elasticache:CacheNodeType", + "elasticache:ReplicasPerNodeGroup", + "elasticache:EngineVersion", + "elasticache:EngineType", + "elasticache:AtRestEncryptionEnabled", + "elasticache:TransitEncryptionEnabled", + "elasticache:AutomaticFailoverEnabled", + "elasticache:MultiAZEnabled", + "elasticache:ClusterModeEnabled", + "elasticache:AuthTokenEnabled", + "elasticache:SnapshotRetentionLimit", + "elasticache:KmsKeyId", + "elasticache:CacheParameterGroupName" + ], + "dependent_actions": [], + "resource_type": "globalreplicationgroup" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "elasticache:NumNodeGroups", + "elasticache:CacheNodeType", + "elasticache:ReplicasPerNodeGroup", + "elasticache:EngineVersion", + "elasticache:EngineType", + "elasticache:AtRestEncryptionEnabled", + "elasticache:TransitEncryptionEnabled", + "elasticache:AutomaticFailoverEnabled", + "elasticache:MultiAZEnabled", + "elasticache:ClusterModeEnabled", + "elasticache:AuthTokenEnabled", + "elasticache:SnapshotRetentionLimit", + "elasticache:KmsKeyId", + "elasticache:CacheParameterGroupName" + ], + "dependent_actions": [], + "resource_type": "replicationgroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "securitygroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "snapshot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "subnetgroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "usergroup" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a serverless cache", + "privilege": "CreateServerlessCache", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticache:EngineType", + "elasticache:EngineVersion", + "elasticache:SnapshotRetentionLimit", + "elasticache:KmsKeyId", + "elasticache:MaximumDataStorage", + "elasticache:DataStorageUnit", + "elasticache:MaximumECPUPerSecond" + ], + "dependent_actions": [ + "ec2:CreateTags", + "ec2:CreateVpcEndpoint", + "ec2:DeleteVpcEndpoints", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeTags", + "ec2:DescribeVpcEndpoints", + "ec2:DescribeVpcs", + "elasticache:AddTagsToResource", + "s3:GetObject" + ], + "resource_type": "serverlesscache*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "serverlesscachesnapshot" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "snapshot" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "usergroup" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a copy of a serverless cache at a specific moment in time", + "privilege": "CreateServerlessCacheSnapshot", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [ + "elasticache:AddTagsToResource" + ], + "resource_type": "serverlesscache*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticache:KmsKeyId" + ], + "dependent_actions": [], + "resource_type": "serverlesscachesnapshot*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a copy of an entire Redis cluster at a specific moment in time", + "privilege": "CreateSnapshot", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "elasticache:KmsKeyId" + ], + "dependent_actions": [ + "elasticache:AddTagsToResource", + "s3:DeleteObject", + "s3:GetBucketAcl", + "s3:PutObject" + ], + "resource_type": "snapshot*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "replicationgroup" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a user for Redis. Users are supported from Redis 6.0 onwards", + "privilege": "CreateUser", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "elasticache:AddTagsToResource" + ], + "resource_type": "user*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "elasticache:UserAuthenticationMode" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a user group for Redis. Groups are supported from Redis 6.0 onwards", + "privilege": "CreateUserGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "elasticache:AddTagsToResource" + ], + "resource_type": "user*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "usergroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to decrease the number of node groups in global replication groups", + "privilege": "DecreaseNodeGroupsInGlobalReplicationGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "globalreplicationgroup*" + }, + { + "condition_keys": [ + "elasticache:NumNodeGroups" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to decrease the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group", + "privilege": "DecreaseReplicaCount", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:DeleteNetworkInterface", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs" + ], + "resource_type": "replicationgroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticache:ReplicasPerNodeGroup" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a previously provisioned cluster", + "privilege": "DeleteCacheCluster", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:DeleteNetworkInterface", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs" + ], + "resource_type": "cluster*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "snapshot" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the specified cache parameter group", + "privilege": "DeleteCacheParameterGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "parametergroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticache:CacheParameterGroupName" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a cache security group", + "privilege": "DeleteCacheSecurityGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "securitygroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a cache subnet group", + "privilege": "DeleteCacheSubnetGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:DeleteNetworkInterface", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs" + ], + "resource_type": "subnetgroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an existing global replication group", + "privilege": "DeleteGlobalReplicationGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "globalreplicationgroup*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an existing replication group", + "privilege": "DeleteReplicationGroup", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:DeleteNetworkInterface", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs" + ], + "resource_type": "replicationgroup*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "snapshot" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a serverless cache", + "privilege": "DeleteServerlessCache", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [ + "ec2:DescribeTags" + ], + "resource_type": "serverlesscache*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "serverlesscachesnapshot" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a serverless cache snapshot", + "privilege": "DeleteServerlessCacheSnapshot", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "serverlesscachesnapshot*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an existing snapshot", + "privilege": "DeleteSnapshot", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "snapshot*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an existing user and thus remove it from all user groups and replication groups where it was assigned", + "privilege": "DeleteUser", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an existing user group", + "privilege": "DeleteUserGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "usergroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list information about provisioned cache clusters", + "privilege": "DescribeCacheClusters", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list available cache engines and their versions", + "privilege": "DescribeCacheEngineVersions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list cache parameter group descriptions", + "privilege": "DescribeCacheParameterGroups", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "parametergroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve the detailed parameter list for a particular cache parameter group", + "privilege": "DescribeCacheParameters", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "parametergroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list cache security group descriptions", + "privilege": "DescribeCacheSecurityGroups", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "securitygroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list cache subnet group descriptions", + "privilege": "DescribeCacheSubnetGroups", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "subnetgroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve the default engine and system parameter information for the specified cache engine", + "privilege": "DescribeEngineDefaultParameters", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list events related to clusters, cache security groups, and cache parameter groups", + "privilege": "DescribeEvents", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list information about global replication groups", + "privilege": "DescribeGlobalReplicationGroups", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "globalreplicationgroup*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list information about provisioned replication groups", + "privilege": "DescribeReplicationGroups", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "replicationgroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list information about purchased reserved cache nodes", + "privilege": "DescribeReservedCacheNodes", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "reserved-instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list available reserved cache node offerings", + "privilege": "DescribeReservedCacheNodesOfferings", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list information about serverless cache snapshots", + "privilege": "DescribeServerlessCacheSnapshots", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "serverlesscachesnapshot*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "serverlesscache" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list serverless caches", + "privilege": "DescribeServerlessCaches", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "serverlesscache*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list details of the service updates", + "privilege": "DescribeServiceUpdates", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list information about cluster or replication group snapshots", + "privilege": "DescribeSnapshots", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "snapshot*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list details of the update actions for a set of clusters or replication groups", + "privilege": "DescribeUpdateActions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "replicationgroup" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list information about Redis user groups", + "privilege": "DescribeUserGroups", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "usergroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list information about Redis users", + "privilege": "DescribeUsers", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to remove a secondary replication group from the global replication group", + "privilege": "DisassociateGlobalReplicationGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "globalreplicationgroup*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to export a copy of a serverless cache at a specific moment in time to s3 bucket", + "privilege": "ExportServerlessCacheSnapshot", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [ + "s3:DeleteObject", + "s3:ListAllMyBuckets", + "s3:PutObject" + ], + "resource_type": "serverlesscachesnapshot*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to failover the primary region to a selected secondary region of a global replication group", + "privilege": "FailoverGlobalReplicationGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "globalreplicationgroup*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to increase the number of node groups in a global replication group", + "privilege": "IncreaseNodeGroupsInGlobalReplicationGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "globalreplicationgroup*" + }, + { + "condition_keys": [ + "elasticache:NumNodeGroups" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to increase the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group", + "privilege": "IncreaseReplicaCount", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:DeleteNetworkInterface", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs" + ], + "resource_type": "replicationgroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticache:ReplicasPerNodeGroup" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to test an AZ power interruption for an ElastiCache resource", + "privilege": "InterruptClusterAzPower", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "replicationgroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list available node type that can be used to scale a particular Redis cluster or replication group", + "privilege": "ListAllowedNodeTypeModifications", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "replicationgroup" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list tags for an ElastiCache resource", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "parametergroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "replicationgroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "reserved-instance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "securitygroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "serverlesscache" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "serverlesscachesnapshot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "snapshot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "subnetgroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "usergroup" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify settings for a cluster", + "privilege": "ModifyCacheCluster", + "resource_types": [ + { + "condition_keys": [ + "elasticache:CacheNodeType", + "elasticache:EngineVersion", + "elasticache:MultiAZEnabled", + "elasticache:AuthTokenEnabled", + "elasticache:SnapshotRetentionLimit", + "elasticache:CacheParameterGroupName" + ], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "parametergroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "securitygroup" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify parameters of a cache parameter group", + "privilege": "ModifyCacheParameterGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "parametergroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticache:CacheParameterGroupName" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify an existing cache subnet group", + "privilege": "ModifyCacheSubnetGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "subnetgroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify settings for a global replication group", + "privilege": "ModifyGlobalReplicationGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "globalreplicationgroup*" + }, + { + "condition_keys": [ + "elasticache:CacheNodeType", + "elasticache:EngineVersion", + "elasticache:AutomaticFailoverEnabled" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify the settings for a replication group", + "privilege": "ModifyReplicationGroup", + "resource_types": [ + { + "condition_keys": [ + "elasticache:CacheNodeType", + "elasticache:EngineVersion", + "elasticache:AutomaticFailoverEnabled", + "elasticache:MultiAZEnabled", + "elasticache:AuthTokenEnabled", + "elasticache:SnapshotRetentionLimit", + "elasticache:CacheParameterGroupName", + "elasticache:TransitEncryptionEnabled", + "elasticache:ClusterModeEnabled" + ], + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:DeleteNetworkInterface", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs" + ], + "resource_type": "replicationgroup*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "parametergroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "securitygroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "usergroup" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to add shards, remove shards, or rebalance the keyspaces among existing shards of a replication group", + "privilege": "ModifyReplicationGroupShardConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:DeleteNetworkInterface", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs" + ], + "resource_type": "replicationgroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticache:NumNodeGroups" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify parameters for a serverless cache", + "privilege": "ModifyServerlessCache", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticache:EngineVersion", + "elasticache:SnapshotRetentionLimit", + "elasticache:MaximumDataStorage", + "elasticache:DataStorageUnit", + "elasticache:MaximumECPUPerSecond" + ], + "dependent_actions": [ + "ec2:DescribeSecurityGroups", + "ec2:DescribeTags" + ], + "resource_type": "serverlesscache*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "usergroup" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to change Redis user password(s) and/or access string", + "privilege": "ModifyUser", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticache:UserAuthenticationMode" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to change list of users that belong to the user group", + "privilege": "ModifyUserGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "usergroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to purchase a reserved cache node offering", + "privilege": "PurchaseReservedCacheNodesOffering", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "elasticache:AddTagsToResource" + ], + "resource_type": "reserved-instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to perform a key space rebalance operation to redistribute slots and ensure uniform key distribution across existing shards in a global replication group", + "privilege": "RebalanceSlotsInGlobalReplicationGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "globalreplicationgroup*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to reboot some, or all, of the cache nodes within a provisioned cache cluster or replication group (cluster mode disabled)", + "privilege": "RebootCacheCluster", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to remove tags from a ElastiCache resource", + "privilege": "RemoveTagsFromResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "parametergroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "replicationgroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "reserved-instance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "securitygroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "serverlesscache" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "serverlesscachesnapshot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "snapshot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "subnetgroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "usergroup" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify parameters of a cache parameter group back to their default values", + "privilege": "ResetCacheParameterGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "parametergroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticache:CacheParameterGroupName" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to remove an EC2 security group ingress from a ElastiCache security group", + "privilege": "RevokeCacheSecurityGroupIngress", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "securitygroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start a migration of data from hosted Redis on Amazon EC2 to ElastiCache for Redis", + "privilege": "StartMigration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "replicationgroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to test automatic failover on a specified node group in a replication group", + "privilege": "TestFailover", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:DeleteNetworkInterface", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs" + ], + "resource_type": "replicationgroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to test a migration of data from hosted Redis on Amazon EC2 to ElastiCache for Redis", + "privilege": "TestMigration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "replicationgroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:elasticache:${Region}:${Account}:parametergroup:${CacheParameterGroupName}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "elasticache:CacheParameterGroupName" + ], + "resource": "parametergroup" + }, + { + "arn": "arn:${Partition}:elasticache:${Region}:${Account}:securitygroup:${CacheSecurityGroupName}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], + "resource": "securitygroup" + }, + { + "arn": "arn:${Partition}:elasticache:${Region}:${Account}:subnetgroup:${CacheSubnetGroupName}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], + "resource": "subnetgroup" + }, + { + "arn": "arn:${Partition}:elasticache:${Region}:${Account}:replicationgroup:${ReplicationGroupId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "elasticache:AtRestEncryptionEnabled", + "elasticache:AuthTokenEnabled", + "elasticache:AutomaticFailoverEnabled", + "elasticache:CacheNodeType", + "elasticache:CacheParameterGroupName", + "elasticache:ClusterModeEnabled", + "elasticache:EngineType", + "elasticache:EngineVersion", + "elasticache:KmsKeyId", + "elasticache:MultiAZEnabled", + "elasticache:NumNodeGroups", + "elasticache:ReplicasPerNodeGroup", + "elasticache:SnapshotRetentionLimit", + "elasticache:TransitEncryptionEnabled" + ], + "resource": "replicationgroup" + }, + { + "arn": "arn:${Partition}:elasticache:${Region}:${Account}:cluster:${CacheClusterId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "elasticache:AuthTokenEnabled", + "elasticache:CacheNodeType", + "elasticache:CacheParameterGroupName", + "elasticache:EngineType", + "elasticache:EngineVersion", + "elasticache:MultiAZEnabled", + "elasticache:SnapshotRetentionLimit" + ], + "resource": "cluster" + }, + { + "arn": "arn:${Partition}:elasticache:${Region}:${Account}:reserved-instance:${ReservedCacheNodeId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], + "resource": "reserved-instance" + }, + { + "arn": "arn:${Partition}:elasticache:${Region}:${Account}:snapshot:${SnapshotName}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "elasticache:KmsKeyId" + ], + "resource": "snapshot" + }, + { + "arn": "arn:${Partition}:elasticache::${Account}:globalreplicationgroup:${GlobalReplicationGroupId}", + "condition_keys": [ + "elasticache:AtRestEncryptionEnabled", + "elasticache:AuthTokenEnabled", + "elasticache:AutomaticFailoverEnabled", + "elasticache:CacheNodeType", + "elasticache:CacheParameterGroupName", + "elasticache:ClusterModeEnabled", + "elasticache:EngineType", + "elasticache:EngineVersion", + "elasticache:KmsKeyId", + "elasticache:MultiAZEnabled", + "elasticache:NumNodeGroups", + "elasticache:ReplicasPerNodeGroup", + "elasticache:SnapshotRetentionLimit", + "elasticache:TransitEncryptionEnabled" + ], + "resource": "globalreplicationgroup" + }, + { + "arn": "arn:${Partition}:elasticache:${Region}:${Account}:user:${UserId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "elasticache:UserAuthenticationMode" + ], + "resource": "user" + }, + { + "arn": "arn:${Partition}:elasticache:${Region}:${Account}:usergroup:${UserGroupId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], + "resource": "usergroup" + }, + { + "arn": "arn:${Partition}:elasticache:${Region}:${Account}:serverlesscache:${ServerlessCacheName}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "elasticache:DataStorageUnit", + "elasticache:EngineType", + "elasticache:EngineVersion", + "elasticache:KmsKeyId", + "elasticache:MaximumDataStorage", + "elasticache:MaximumECPUPerSecond", + "elasticache:SnapshotRetentionLimit" + ], + "resource": "serverlesscache" + }, + { + "arn": "arn:${Partition}:elasticache:${Region}:${Account}:serverlesscachesnapshot:${ServerlessCacheSnapshotName}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "elasticache:KmsKeyId" + ], + "resource": "serverlesscachesnapshot" + } + ], + "service_name": "Amazon ElastiCache" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters actions based on the presence of tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters actions based on tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters actions based on the presence of tag keys in the request", + "type": "ArrayOfString" + }, + { + "condition": "elasticbeanstalk:FromApplication", + "description": "Filters access by an application as a dependency or a constraint on an input parameter", + "type": "ARN" + }, + { + "condition": "elasticbeanstalk:FromApplicationVersion", + "description": "Filters access by an application version as a dependency or a constraint on an input parameter", + "type": "ARN" + }, + { + "condition": "elasticbeanstalk:FromConfigurationTemplate", + "description": "Filters access by a configuration template as a dependency or a constraint on an input parameter", + "type": "ARN" + }, + { + "condition": "elasticbeanstalk:FromEnvironment", + "description": "Filters access by an environment as a dependency or a constraint on an input parameter", + "type": "ARN" + }, + { + "condition": "elasticbeanstalk:FromPlatform", + "description": "Filters access by a platform as a dependency or a constraint on an input parameter", + "type": "ARN" + }, + { + "condition": "elasticbeanstalk:FromSolutionStack", + "description": "Filters access by a solution stack as a dependency or a constraint on an input parameter", + "type": "ARN" + }, + { + "condition": "elasticbeanstalk:InApplication", + "description": "Filters access by the application that contains the resource that the action operates on", + "type": "ARN" + } + ], + "prefix": "elasticbeanstalk", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to cancel in-progress environment configuration update or application version deployment", + "privilege": "AbortEnvironmentUpdate", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "environment*" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to add tags to an Elastic Beanstalk resource and to update tag values", + "privilege": "AddTags", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "applicationversion" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "configurationtemplate" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "platform" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to apply a scheduled managed action immediately", + "privilege": "ApplyEnvironmentManagedAction", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "environment*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to associate an operations role with an environment", + "privilege": "AssociateEnvironmentOperationsRole", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to check CNAME availability", + "privilege": "CheckDNSAvailability", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create or update a group of environments, each running a separate component of a single application", + "privilege": "ComposeEnvironments", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application*" + }, + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "applicationversion*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a new application", + "privilege": "CreateApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an application version for an application", + "privilege": "CreateApplicationVersion", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application*" + }, + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "applicationversion*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a configuration template", + "privilege": "CreateConfigurationTemplate", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "configurationtemplate*" + }, + { + "condition_keys": [ + "elasticbeanstalk:FromApplication", + "elasticbeanstalk:FromApplicationVersion", + "elasticbeanstalk:FromConfigurationTemplate", + "elasticbeanstalk:FromEnvironment", + "elasticbeanstalk:FromSolutionStack", + "elasticbeanstalk:FromPlatform", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to launch an environment for an application", + "privilege": "CreateEnvironment", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "environment*" + }, + { + "condition_keys": [ + "elasticbeanstalk:FromApplicationVersion", + "elasticbeanstalk:FromConfigurationTemplate", + "elasticbeanstalk:FromSolutionStack", + "elasticbeanstalk:FromPlatform", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a new version of a custom platform", + "privilege": "CreatePlatformVersion", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "platform*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create the Amazon S3 storage location for the account", + "privilege": "CreateStorageLocation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an application along with all associated versions and configurations", + "privilege": "DeleteApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an application version from an application", + "privilege": "DeleteApplicationVersion", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "applicationversion*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a configuration template", + "privilege": "DeleteConfigurationTemplate", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "configurationtemplate*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the draft configuration associated with the running environment", + "privilege": "DeleteEnvironmentConfiguration", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "environment*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a version of a custom platform", + "privilege": "DeletePlatformVersion", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "platform*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve a list of account attributes, including resource quotas", + "privilege": "DescribeAccountAttributes", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve a list of application versions stored in an AWS Elastic Beanstalk storage bucket", + "privilege": "DescribeApplicationVersions", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "applicationversion" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve the descriptions of existing applications", + "privilege": "DescribeApplications", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve descriptions of environment configuration options", + "privilege": "DescribeConfigurationOptions", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "configurationtemplate" + }, + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "environment" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "solutionstack" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve a description of the settings for a configuration set", + "privilege": "DescribeConfigurationSettings", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "configurationtemplate" + }, + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "environment" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve information about the overall health of an environment", + "privilege": "DescribeEnvironmentHealth", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve a list of an environment's completed and failed managed actions", + "privilege": "DescribeEnvironmentManagedActionHistory", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "environment" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve a list of an environment's upcoming and in-progress managed actions", + "privilege": "DescribeEnvironmentManagedActions", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "environment" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve a list of AWS resources for an environment", + "privilege": "DescribeEnvironmentResources", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "environment" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve descriptions for existing environments", + "privilege": "DescribeEnvironments", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "environment" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve a list of event descriptions matching a set of criteria", + "privilege": "DescribeEvents", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application" + }, + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "applicationversion" + }, + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "configurationtemplate" + }, + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "environment" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve more detailed information about the health of environment instances", + "privilege": "DescribeInstancesHealth", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve a description of a managed platform version", + "privilege": "DescribePlatformVersion", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "platform" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate an operations role with an environment", + "privilege": "DisassociateEnvironmentOperationsRole", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve a list of the available solution stack names", + "privilege": "ListAvailableSolutionStacks", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "solutionstack" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve a list of the available platform branches", + "privilege": "ListPlatformBranches", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve a list of the available platforms", + "privilege": "ListPlatformVersions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "platform" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve a list of tags of an Elastic Beanstalk resource", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "applicationversion" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "configurationtemplate" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "platform" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to submit instance statistics for enhanced health", + "privilege": "PutInstanceStatistics", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment*" + } + ] }, { - "arn": "arn:${Partition}:ec2::${Account}:ipam-resource-discovery-association/${IpamResourceDiscoveryAssociationId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "ipam-resource-discovery-association" + "access_level": "Write", + "description": "Grants permission to delete and recreate all of the AWS resources for an environment and to force a restart", + "privilege": "RebuildEnvironment", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "environment*" + } + ] }, { - "arn": "arn:${Partition}:ec2::${Account}:ipam-resource-discovery/${IpamResourceDiscoveryId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "ipam-resource-discovery" + "access_level": "Tagging", + "description": "Grants permission to remove tags from an Elastic Beanstalk resource", + "privilege": "RemoveTags", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "applicationversion" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "configurationtemplate" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "platform" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2::${Account}:ipam-scope/${IpamScopeId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "ipam-scope" + "access_level": "Read", + "description": "Grants permission to initiate a request to compile information of the deployed environment", + "privilege": "RequestEnvironmentInfo", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "environment*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:coip-pool/${Ipv4PoolCoipId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "coip-pool" + "access_level": "Write", + "description": "Grants permission to request an environment to restart the application container server running on each Amazon EC2 instance", + "privilege": "RestartAppServer", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "environment*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:ipv4pool-ec2/${Ipv4PoolEc2Id}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "ipv4pool-ec2" + "access_level": "Read", + "description": "Grants permission to retrieve the compiled information from a RequestEnvironmentInfo request", + "privilege": "RetrieveEnvironmentInfo", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "environment*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:ipv6pool-ec2/${Ipv6PoolEc2Id}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "ipv6pool-ec2" + "access_level": "Write", + "description": "Grants permission to swap the CNAMEs of two environments", + "privilege": "SwapEnvironmentCNAMEs", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "environment*" + }, + { + "condition_keys": [ + "elasticbeanstalk:FromEnvironment" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:key-pair/${KeyPairName}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:IsLaunchTemplateResource", - "ec2:KeyPairName", - "ec2:KeyPairType", - "ec2:LaunchTemplate", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "key-pair" + "access_level": "Write", + "description": "Grants permission to terminate an environment", + "privilege": "TerminateEnvironment", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "environment*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:launch-template/${LaunchTemplateId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "launch-template" + "access_level": "Write", + "description": "Grants permission to update an application with specified properties", + "privilege": "UpdateApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application*" + } + ] }, { - "arn": "arn:${Partition}:license-manager:${Region}:${Account}:license-configuration:${LicenseConfigurationId}", - "condition_keys": [], - "resource": "license-configuration" + "access_level": "Write", + "description": "Grants permission to update the application version lifecycle policy associated with the application", + "privilege": "UpdateApplicationResourceLifecycle", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:local-gateway/${LocalGatewayId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "local-gateway" + "access_level": "Write", + "description": "Grants permission to update an application version with specified properties", + "privilege": "UpdateApplicationVersion", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "applicationversion*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:local-gateway-route-table-virtual-interface-group-association/${LocalGatewayRouteTableVirtualInterfaceGroupAssociationId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "local-gateway-route-table-virtual-interface-group-association" + "access_level": "Write", + "description": "Grants permission to update a configuration template with specified properties or configuration option values", + "privilege": "UpdateConfigurationTemplate", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "configurationtemplate*" + }, + { + "condition_keys": [ + "elasticbeanstalk:FromApplication", + "elasticbeanstalk:FromApplicationVersion", + "elasticbeanstalk:FromConfigurationTemplate", + "elasticbeanstalk:FromEnvironment", + "elasticbeanstalk:FromSolutionStack", + "elasticbeanstalk:FromPlatform" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:local-gateway-route-table-vpc-association/${LocalGatewayRouteTableVpcAssociationId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "local-gateway-route-table-vpc-association" + "access_level": "Write", + "description": "Grants permission to update an environment", + "privilege": "UpdateEnvironment", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "environment*" + }, + { + "condition_keys": [ + "elasticbeanstalk:FromApplicationVersion", + "elasticbeanstalk:FromConfigurationTemplate", + "elasticbeanstalk:FromSolutionStack", + "elasticbeanstalk:FromPlatform" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:local-gateway-route-table/${LocalGatewayRoutetableId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "local-gateway-route-table" + "access_level": "Tagging", + "description": "Grants permission to add tags to an Elastic Beanstalk resource, remove tags, and to update tag values", + "privilege": "UpdateTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "applicationversion" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "configurationtemplate" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "platform" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:local-gateway-virtual-interface-group/${LocalGatewayVirtualInterfaceGroupId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "local-gateway-virtual-interface-group" - }, + "access_level": "Read", + "description": "Grants permission to check the validity of a set of configuration settings for a configuration template or an environment", + "privilege": "ValidateConfigurationSettings", + "resource_types": [ + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "configurationtemplate" + }, + { + "condition_keys": [ + "elasticbeanstalk:InApplication" + ], + "dependent_actions": [], + "resource_type": "environment" + } + ] + } + ], + "resources": [ { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:local-gateway-virtual-interface/${LocalGatewayVirtualInterfaceId}", + "arn": "arn:${Partition}:elasticbeanstalk:${Region}:${Account}:application/${ApplicationName}", "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" + "aws:ResourceTag/${TagKey}" ], - "resource": "local-gateway-virtual-interface" + "resource": "application" }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:natgateway/${NatGatewayId}", + "arn": "arn:${Partition}:elasticbeanstalk:${Region}:${Account}:applicationversion/${ApplicationName}/${VersionLabel}", "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" + "elasticbeanstalk:InApplication" ], - "resource": "natgateway" + "resource": "applicationversion" }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:network-acl/${NaclId}", + "arn": "arn:${Partition}:elasticbeanstalk:${Region}:${Account}:configurationtemplate/${ApplicationName}/${TemplateName}", "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:NetworkAclID", - "ec2:Region", - "ec2:ResourceTag/${TagKey}", - "ec2:Vpc" + "elasticbeanstalk:InApplication" ], - "resource": "network-acl" + "resource": "configurationtemplate" }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:network-insights-access-scope-analysis/${NetworkInsightsAccessScopeAnalysisId}", + "arn": "arn:${Partition}:elasticbeanstalk:${Region}:${Account}:environment/${ApplicationName}/${EnvironmentName}", "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" + "elasticbeanstalk:InApplication" ], - "resource": "network-insights-access-scope-analysis" + "resource": "environment" }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:network-insights-access-scope/${NetworkInsightsAccessScopeId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "network-insights-access-scope" + "arn": "arn:${Partition}:elasticbeanstalk:${Region}::solutionstack/${SolutionStackName}", + "condition_keys": [], + "resource": "solutionstack" }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:network-insights-analysis/${NetworkInsightsAnalysisId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "network-insights-analysis" - }, + "arn": "arn:${Partition}:elasticbeanstalk:${Region}::platform/${PlatformNameWithVersion}", + "condition_keys": [], + "resource": "platform" + } + ], + "service_name": "AWS Elastic Beanstalk" + }, + { + "conditions": [ { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:network-insights-path/${NetworkInsightsPathId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "network-insights-path" + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by a tag key and value pair that is allowed in the request", + "type": "String" }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:network-interface/${NetworkInterfaceId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:AssociatePublicIpAddress", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AuthorizedService", - "ec2:AuthorizedUser", - "ec2:AvailabilityZone", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:NetworkInterfaceID", - "ec2:Permission", - "ec2:Region", - "ec2:ResourceTag/${TagKey}", - "ec2:Subnet", - "ec2:Vpc" - ], - "resource": "network-interface" + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by a tag key and value pair of a resource", + "type": "String" }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:placement-group/${PlacementGroupName}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:PlacementGroupName", - "ec2:PlacementGroupStrategy", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "placement-group" + "condition": "aws:TagKeys", + "description": "Filters access by a list of tag keys that are allowed in the request", + "type": "ArrayOfString" }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:prefix-list/${PrefixListId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "prefix-list" + "condition": "elasticfilesystem:AccessPointArn", + "description": "Filters access by the ARN of the access point used to mount the file system", + "type": "ARN" }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:replace-root-volume-task/${ReplaceRootVolumeTaskId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "replace-root-volume-task" + "condition": "elasticfilesystem:AccessedViaMountTarget", + "description": "Filters access by whether the file system is accessed via mount targets", + "type": "Bool" }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:reserved-instances/${ReservationId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AvailabilityZone", - "ec2:InstanceType", - "ec2:Region", - "ec2:ReservedInstancesOfferingType", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy" - ], - "resource": "reserved-instances" + "condition": "elasticfilesystem:CreateAction", + "description": "Filters access by the name of a resource-creating API action", + "type": "String" }, { - "arn": "arn:${Partition}:resource-groups:${Region}:${Account}:group/${GroupName}", - "condition_keys": [], - "resource": "group" + "condition": "elasticfilesystem:Encrypted", + "description": "Filters access by whether users can create only encrypted or unencrypted file systems", + "type": "Bool" + } + ], + "prefix": "elasticfilesystem", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to start a backup job for an existing file system", + "privilege": "Backup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + } + ] }, { - "arn": "arn:${Partition}:iam::${Account}:role/${RoleNameWithPath}", - "condition_keys": [], - "resource": "role" + "access_level": "Read", + "description": "Grants permission to allow an NFS client read-access to a file system", + "privilege": "ClientMount", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + }, + { + "condition_keys": [ + "elasticfilesystem:AccessPointArn", + "elasticfilesystem:AccessedViaMountTarget" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:route-table/${RouteTableId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}", - "ec2:RouteTableID", - "ec2:Vpc" - ], - "resource": "route-table" + "access_level": "Write", + "description": "Grants permission to allow an NFS client root-access to a file system", + "privilege": "ClientRootAccess", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + }, + { + "condition_keys": [ + "elasticfilesystem:AccessPointArn", + "elasticfilesystem:AccessedViaMountTarget" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:security-group/${SecurityGroupId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:Region", - "ec2:ResourceTag/${TagKey}", - "ec2:SecurityGroupID", - "ec2:Vpc" - ], - "resource": "security-group" + "access_level": "Write", + "description": "Grants permission to allow an NFS client write-access to a file system", + "privilege": "ClientWrite", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + }, + { + "condition_keys": [ + "elasticfilesystem:AccessPointArn", + "elasticfilesystem:AccessedViaMountTarget" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:security-group-rule/${SecurityGroupRuleId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "security-group-rule" + "access_level": "Write", + "description": "Grants permission to create an access point for the specified file system", + "privilege": "CreateAccessPoint", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}::snapshot/${SnapshotId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Add/group", - "ec2:Add/userId", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AvailabilityZone", - "ec2:Encrypted", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:OutpostArn", - "ec2:Owner", - "ec2:ParentVolume", - "ec2:Region", - "ec2:Remove/group", - "ec2:Remove/userId", - "ec2:ResourceTag/${TagKey}", - "ec2:SnapshotID", - "ec2:SnapshotTime", - "ec2:SourceOutpostArn", - "ec2:VolumeSize" - ], - "resource": "snapshot" + "access_level": "Write", + "description": "Grants permission to create a new, empty file system", + "privilege": "CreateFileSystem", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "elasticfilesystem:Encrypted" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:spot-fleet-request/${SpotFleetRequestId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "spot-fleet-request" + "access_level": "Write", + "description": "Grants permission to create a mount target for a file system", + "privilege": "CreateMountTarget", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:spot-instances-request/${SpotInstanceRequestId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "spot-instances-request" + "access_level": "Write", + "description": "Grants permission to create a new replication configuration", + "privilege": "CreateReplicationConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:subnet-cidr-reservation/${SubnetCidrReservationId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "subnet-cidr-reservation" + "access_level": "Tagging", + "description": "Grants permission to create or overwrite tags associated with a file system; deprecated, see TagResource", + "privilege": "CreateTags", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:subnet/${SubnetId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AvailabilityZone", - "ec2:IsLaunchTemplateResource", - "ec2:LaunchTemplate", - "ec2:Region", - "ec2:ResourceTag/${TagKey}", - "ec2:SubnetID", - "ec2:Vpc" - ], - "resource": "subnet" + "access_level": "Write", + "description": "Grants permission to delete the specified access point", + "privilege": "DeleteAccessPoint", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "access-point*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:traffic-mirror-filter/${TrafficMirrorFilterId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "traffic-mirror-filter" + "access_level": "Write", + "description": "Grants permission to delete a file system, permanently severing access to its contents", + "privilege": "DeleteFileSystem", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:traffic-mirror-filter-rule/${TrafficMirrorFilterRuleId}", - "condition_keys": [ - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Region" - ], - "resource": "traffic-mirror-filter-rule" + "access_level": "Permissions management", + "description": "Grants permission to delete the resource-level policy for a file system", + "privilege": "DeleteFileSystemPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:traffic-mirror-session/${TrafficMirrorSessionId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "traffic-mirror-session" + "access_level": "Write", + "description": "Grants permission to delete the specified mount target", + "privilege": "DeleteMountTarget", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:traffic-mirror-target/${TrafficMirrorTargetId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "traffic-mirror-target" + "access_level": "Write", + "description": "Grants permission to delete a replication configuration", + "privilege": "DeleteReplicationConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:transit-gateway-attachment/${TransitGatewayAttachmentId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "transit-gateway-attachment" + "access_level": "Tagging", + "description": "Grants permission to delete the specified tags from a file system; deprecated, see UntagResource", + "privilege": "DeleteTags", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:transit-gateway-connect-peer/${TransitGatewayConnectPeerId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "transit-gateway-connect-peer" + "access_level": "List", + "description": "Grants permission to view the descriptions of Amazon EFS access points", + "privilege": "DescribeAccessPoints", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "access-point" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:transit-gateway/${TransitGatewayId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "transit-gateway" + "access_level": "List", + "description": "Grants permission to view the account preferences in effect for an account", + "privilege": "DescribeAccountPreferences", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:transit-gateway-multicast-domain/${TransitGatewayMulticastDomainId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "transit-gateway-multicast-domain" + "access_level": "Read", + "description": "Grants permission to view the BackupPolicy object for an Amazon EFS file system", + "privilege": "DescribeBackupPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:transit-gateway-policy-table/${TransitGatewayPolicyTableId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "transit-gateway-policy-table" + "access_level": "Read", + "description": "Grants permission to view the resource-level policy for an Amazon EFS file system", + "privilege": "DescribeFileSystemPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:transit-gateway-route-table-announcement/${TransitGatewayRouteTableAnnouncementId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "transit-gateway-route-table-announcement" + "access_level": "List", + "description": "Grants permission to view the description of an Amazon EFS file system specified by file system CreationToken or FileSystemId; or to view the description of all file systems owned by the caller's AWS account in the AWS region of the endpoint that is being called", + "privilege": "DescribeFileSystems", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:transit-gateway-route-table/${TransitGatewayRouteTableId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "transit-gateway-route-table" + "access_level": "Read", + "description": "Grants permission to view the LifecycleConfiguration object for an Amazon EFS file system", + "privilege": "DescribeLifecycleConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:verified-access-endpoint/${VerifiedAccessEndpointId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "verified-access-endpoint" + "access_level": "Read", + "description": "Grants permission to view the security groups in effect for a mount target", + "privilege": "DescribeMountTargetSecurityGroups", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:verified-access-group/${VerifiedAccessGroupId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "verified-access-group" + "access_level": "Read", + "description": "Grants permission to view the descriptions of all mount targets, or a specific mount target, for a file system", + "privilege": "DescribeMountTargets", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "access-point" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:verified-access-instance/${VerifiedAccessInstanceId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "verified-access-instance" + "access_level": "List", + "description": "Grants permission to view the description of an Amazon EFS replication configuration specified by FileSystemId; or to view the description of all replication configurations owned by the caller's AWS account in the AWS region of the endpoint that is being called", + "privilege": "DescribeReplicationConfigurations", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:verified-access-policy/${VerifiedAccessPolicyId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "verified-access-policy" + "access_level": "Read", + "description": "Grants permission to view the tags associated with a file system", + "privilege": "DescribeTags", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:verified-access-trust-provider/${VerifiedAccessTrustProviderId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "verified-access-trust-provider" + "access_level": "Read", + "description": "Grants permission to view the tags associated with the specified Amazon EFS resource", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "access-point" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:volume/${VolumeId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AvailabilityZone", - "ec2:Encrypted", - "ec2:IsLaunchTemplateResource", - "ec2:KmsKeyId", - "ec2:LaunchTemplate", - "ec2:ParentSnapshot", - "ec2:Region", - "ec2:ResourceTag/${TagKey}", - "ec2:VolumeID", - "ec2:VolumeIops", - "ec2:VolumeSize", - "ec2:VolumeThroughput", - "ec2:VolumeType" - ], - "resource": "volume" + "access_level": "Write", + "description": "Grants permission to modify the set of security groups in effect for a mount target", + "privilege": "ModifyMountTargetSecurityGroups", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpc-endpoint-connection/${VpcEndpointConnectionId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "vpc-endpoint-connection" + "access_level": "Write", + "description": "Grants permission to set the account preferences of an account", + "privilege": "PutAccountPreferences", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpc-endpoint/${VpcEndpointId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Region", - "ec2:ResourceTag/${TagKey}", - "ec2:VpceServiceName", - "ec2:VpceServiceOwner" - ], - "resource": "vpc-endpoint" + "access_level": "Write", + "description": "Grants permission to enable or disable automatic backups with AWS Backup by creating a new BackupPolicy object", + "privilege": "PutBackupPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpc-endpoint-service/${VpcEndpointServiceId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Region", - "ec2:ResourceTag/${TagKey}", - "ec2:VpceServicePrivateDnsName" - ], - "resource": "vpc-endpoint-service" + "access_level": "Permissions management", + "description": "Grants permission to apply a resource-level policy that defines the actions allowed or denied from given actors for the specified file system", + "privilege": "PutFileSystemPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpc-endpoint-service-permission/${VpcEndpointServicePermissionId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "vpc-endpoint-service-permission" + "access_level": "Write", + "description": "Grants permission to enable lifecycle management by creating a new LifecycleConfiguration object", + "privilege": "PutLifecycleConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpc-flow-log/${VpcFlowLogId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "vpc-flow-log" + "access_level": "Write", + "description": "Grants permission to start a restore job for a backup of a file system", + "privilege": "Restore", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpc/${VpcId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Ipv4IpamPoolId", - "ec2:Ipv6IpamPoolId", - "ec2:Region", - "ec2:ResourceTag/${TagKey}", - "ec2:Tenancy", - "ec2:VpcID" - ], - "resource": "vpc" + "access_level": "Tagging", + "description": "Grants permission to create or overwrite tags associated with the specified Amazon EFS resource", + "privilege": "TagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "access-point" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "elasticfilesystem:CreateAction" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpc-peering-connection/${VpcPeeringConnectionId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:AccepterVpc", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:Region", - "ec2:RequesterVpc", - "ec2:ResourceTag/${TagKey}", - "ec2:VpcPeeringConnectionID" - ], - "resource": "vpc-peering-connection" + "access_level": "Tagging", + "description": "Grants permission to delete the specified tags from an Amazon EFS resource", + "privilege": "UntagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "access-point" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpn-connection-device-type/${VpnConnectionDeviceTypeId}", - "condition_keys": [ - "ec2:Region" - ], - "resource": "vpn-connection-device-type" + "access_level": "Write", + "description": "Grants permission to update the throughput mode or the amount of provisioned throughput of an existing file system", + "privilege": "UpdateFileSystem", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpn-connection/${VpnConnectionId}", + "access_level": "Write", + "description": "Grants permission to update the file system protection of an existing file system", + "privilege": "UpdateFileSystemProtection", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "file-system*" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:elasticfilesystem:${Region}:${Account}:file-system/${FileSystemId}", "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Attribute", - "ec2:Attribute/${AttributeName}", - "ec2:AuthenticationType", - "ec2:DPDTimeoutSeconds", - "ec2:GatewayType", - "ec2:IKEVersions", - "ec2:InsideTunnelCidr", - "ec2:InsideTunnelIpv6Cidr", - "ec2:Phase1DHGroup", - "ec2:Phase1EncryptionAlgorithms", - "ec2:Phase1IntegrityAlgorithms", - "ec2:Phase1LifetimeSeconds", - "ec2:Phase2DHGroup", - "ec2:Phase2EncryptionAlgorithms", - "ec2:Phase2IntegrityAlgorithms", - "ec2:Phase2LifetimeSeconds", - "ec2:PreSharedKeys", - "ec2:Region", - "ec2:RekeyFuzzPercentage", - "ec2:RekeyMarginTimeSeconds", - "ec2:ReplayWindowSizePackets", - "ec2:ResourceTag/${TagKey}", - "ec2:RoutingType" + "aws:ResourceTag/${TagKey}" ], - "resource": "vpn-connection" + "resource": "file-system" }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:vpn-gateway/${VpnGatewayId}", + "arn": "arn:${Partition}:elasticfilesystem:${Region}:${Account}:access-point/${AccessPointId}", "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "ec2:Region", - "ec2:ResourceTag/${TagKey}" + "aws:ResourceTag/${TagKey}" ], - "resource": "vpn-gateway" + "resource": "access-point" } ], - "service_name": "Amazon EC2" + "service_name": "Amazon Elastic File System" }, { "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by a tag key and value pair that is allowed in the request", + "type": "String" + }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tags associated with the resource", + "description": "Filters access by a tag key and value pair of a resource", "type": "String" }, { - "condition": "ec2-instance-connect:maxTunnelDuration", - "description": "Filters access by maximum session duration associated with the instance", - "type": "Numeric" + "condition": "aws:TagKeys", + "description": "Filters access by a list of tag keys that are allowed in the request", + "type": "ArrayOfString" }, { - "condition": "ec2-instance-connect:privateIpAddress", - "description": "Filters access by private IP Address associated with the instance", - "type": "IPAddress" + "condition": "elasticloadbalancing:CreateAction", + "description": "Filters access by the name of a resource-creating API action", + "type": "String" }, { - "condition": "ec2-instance-connect:remotePort", - "description": "Filters access by port number associated with the instance", - "type": "Numeric" + "condition": "elasticloadbalancing:ListenerProtocol", + "description": "Filters access by the listener protocols that are allowed in the request", + "type": "ArrayOfString" }, { - "condition": "ec2:ResourceTag/${TagKey}", - "description": "Filters access by tags associated with the resource", + "condition": "elasticloadbalancing:ResourceTag/", + "description": "Filters access by the preface string for a tag key and value pair that are attached to a resource", "type": "String" }, { - "condition": "ec2:osuser", - "description": "Filters access by specifying the default user name for the AMI that you used to launch your instance", + "condition": "elasticloadbalancing:ResourceTag/${TagKey}", + "description": "Filters access by the preface string for a tag key and value pair that are attached to a resource", + "type": "String" + }, + { + "condition": "elasticloadbalancing:Scheme", + "description": "Filters access by the load balancer scheme that are allowed in the request", "type": "String" + }, + { + "condition": "elasticloadbalancing:SecurityGroup", + "description": "Filters access by the security-group IDs that are allowed in the request", + "type": "ArrayOfString" + }, + { + "condition": "elasticloadbalancing:SecurityPolicy", + "description": "Filters access by the SSL Security Policies that are allowed in the request", + "type": "ArrayOfString" + }, + { + "condition": "elasticloadbalancing:Subnet", + "description": "Filters access by the subnet IDs that are allowed in the request", + "type": "ArrayOfString" + }, + { + "condition": "elasticloadbalancing:Subnet", + "description": "Filters access by the subnet IDs that are allowed in the request", + "type": "ArrayOfString" } ], - "prefix": "ec2-instance-connect", + "prefix": "elasticloadbalancing", "privileges": [ + { + "access_level": "Tagging", + "description": "Grants permission to add the specified tags to the specified load balancer. Each load balancer can have a maximum of 10 tags", + "privilege": "AddTags", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "listener-rule/app" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "listener-rule/net" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "listener/app" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "listener/net" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer/app/" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer/net/" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "targetgroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "truststore" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}", + "elasticloadbalancing:CreateAction" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", - "description": "Grants permission to establish SSH connection to an EC2 instance using EC2 Instance Connect Endpoint", - "privilege": "OpenTunnel", + "description": "Grants permission to associate one or more security groups with your load balancer in a virtual private cloud (VPC)", + "privilege": "ApplySecurityGroupsToLoadBalancer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance-connect-endpoint*" + "resource_type": "loadbalancer*" }, { "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}", - "ec2-instance-connect:remotePort", - "ec2-instance-connect:privateIpAddress", - "ec2-instance-connect:MaxTunnelDuration" + "elasticloadbalancing:ResourceTag/${TagKey}", + "elasticloadbalancing:SecurityGroup" ], "dependent_actions": [], - "resource_type": "instance-connect-endpoint" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to push an SSH public key to the specified EC2 instance to be used for standard SSH", - "privilege": "SendSSHPublicKey", + "description": "Grants permission to add one or more subnets to the set of configured subnets for the specified load balancer", + "privilege": "AttachLoadBalancerToSubnets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "loadbalancer*" }, { "condition_keys": [ - "ec2:osuser" + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}", + "elasticloadbalancing:Subnet" ], "dependent_actions": [], "resource_type": "" @@ -88531,87 +104937,240 @@ }, { "access_level": "Write", - "description": "Grants permission to push an SSH public key to the specified EC2 instance to be used for serial console SSH", - "privilege": "SendSerialConsoleSSHPublicKey", + "description": "Grants permission to specify the health check settings to use when evaluating the health state of your back-end instances", + "privilege": "ConfigureHealthCheck", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance*" + "resource_type": "loadbalancer*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] - } - ], - "resources": [ + }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:instance/${InstanceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "instance" + "access_level": "Write", + "description": "Grants permission to generate a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie", + "privilege": "CreateAppCookieStickinessPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:ec2:${Region}:${Account}:instance-connect-endpoint/${InstanceConnectEndpointId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ec2:ResourceTag/${TagKey}" - ], - "resource": "instance-connect-endpoint" - } - ], - "service_name": "Amazon EC2 Instance Connect" - }, - { - "conditions": [ + "access_level": "Write", + "description": "Grants permission to generate a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period", + "privilege": "CreateLBCookieStickinessPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { - "condition": "ssm:SourceInstanceARN", - "description": "Filters access by verifying the Amazon Resource Name (ARN) of the AWS Systems Manager's managed instance from which the request is made. This key is not present when the request comes from the managed instance authenticated with an IAM role associated with EC2 instance profile", - "type": "String" - } - ], - "prefix": "ec2messages", - "privileges": [ + "access_level": "Write", + "description": "Grants permission to create a load balancer", + "privilege": "CreateLoadBalancer", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "elasticloadbalancing:AddTags" + ], + "resource_type": "loadbalancer" + }, + { + "condition_keys": [], + "dependent_actions": [ + "elasticloadbalancing:AddTags" + ], + "resource_type": "loadbalancer/app/" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer/net/" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}", + "elasticloadbalancing:SecurityGroup", + "elasticloadbalancing:Subnet", + "elasticloadbalancing:Scheme", + "elasticloadbalancing:ListenerProtocol" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", - "description": "Grants permission to acknowledge a message, ensuring it will not be delivered again", - "privilege": "AcknowledgeMessage", + "description": "Grants permission to create one or more listeners for the specified load balancer", + "privilege": "CreateLoadBalancerListeners", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "loadbalancer*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}", + "elasticloadbalancing:ListenerProtocol" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a message", - "privilege": "DeleteMessage", + "description": "Grants permission to create a policy with the specified attributes for the specified load balancer", + "privilege": "CreateLoadBalancerPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "loadbalancer*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}", + "elasticloadbalancing:SecurityPolicy" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to fail a message, signifying the message could not be processed successfully, ensuring it cannot be replied to or delivered again", - "privilege": "FailMessage", + "description": "Grants permission to delete the specified load balancer", + "privilege": "DeleteLoadBalancer", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer/app/" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer/net/" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the specified listeners from the specified load balancer", + "privilege": "DeleteLoadBalancerListeners", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the specified policy from the specified load balancer. This policy must not be enabled for any listeners", + "privilege": "DeleteLoadBalancerPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to deregister the specified instances from the specified load balancer", + "privilege": "DeregisterInstancesFromLoadBalancer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "loadbalancer*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to route traffic to the correct endpoint based on the given destination for the messages", - "privilege": "GetEndpoint", + "description": "Grants permission to describe the state of the specified instances with respect to the specified load balancer", + "privilege": "DescribeInstanceHealth", "resource_types": [ { "condition_keys": [], @@ -88622,12 +105181,78 @@ }, { "access_level": "Read", - "description": "Grants permission to deliver messages to clients/instances using long polling", - "privilege": "GetMessages", + "description": "Grants permission to describe the attributes for the specified load balancer", + "privilege": "DescribeLoadBalancerAttributes", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe the specified policies", + "privilege": "DescribeLoadBalancerPolicies", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe the specified load balancer policy types", + "privilege": "DescribeLoadBalancerPolicyTypes", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers", + "privilege": "DescribeLoadBalancers", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe the tags associated with the specified load balancers", + "privilege": "DescribeTags", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to remove the specified subnets from the set of configured subnets for the load balancer", + "privilege": "DetachLoadBalancerFromSubnets", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer*" + }, { "condition_keys": [ - "ssm:SourceInstanceARN" + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -88636,102 +105261,288 @@ }, { "access_level": "Write", - "description": "Grants permission to send replies from clients/instances to upstream service", - "privilege": "SendReply", + "description": "Grants permission to remove the specified Availability Zones from the set of Availability Zones for the specified load balancer", + "privilege": "DisableAvailabilityZonesForLoadBalancer", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer*" + }, { "condition_keys": [ - "ssm:SourceInstanceARN" + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" } ] - } - ], - "resources": [], - "service_name": "Amazon Message Delivery Service" - }, - { - "conditions": [ + }, { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the allowed set of values for each of the tags", - "type": "String" + "access_level": "Write", + "description": "Grants permission to add the specified Availability Zones to the set of Availability Zones for the specified load balancer", + "privilege": "EnableAvailabilityZonesForLoadBalancer", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag-value associated with the resource", - "type": "String" + "access_level": "Write", + "description": "Grants permission to modify the attributes of the specified load balancer", + "privilege": "ModifyLoadBalancerAttributes", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer/app/" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer/net/" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of mandatory tags in the request", - "type": "ArrayOfString" + "access_level": "Write", + "description": "Grants permission to add the specified instances to the specified load balancer", + "privilege": "RegisterInstancesWithLoadBalancer", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "ecr:ResourceTag/${TagKey}", - "description": "Filters access by tag-value associated with the resource", - "type": "String" - } - ], - "prefix": "ecr", - "privileges": [ + "access_level": "Tagging", + "description": "Grants permission to remove one or more tags from the specified load balancer", + "privilege": "RemoveTags", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "listener-rule/app" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "listener-rule/net" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "listener/app" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "listener/net" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer/app/" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer/net/" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "targetgroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "truststore" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { - "access_level": "Read", - "description": "Grants permission to check the availability of multiple image layers in a specified registry and repository", - "privilege": "BatchCheckLayerAvailability", + "access_level": "Write", + "description": "Grants permission to set the certificate that terminates the specified listener's SSL connections", + "privilege": "SetLoadBalancerListenerSSLCertificate", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to replace the set of policies associated with the specified port on which the back-end server is listening with a new set of policies", + "privilege": "SetLoadBalancerPoliciesForBackendServer", "resource_types": [ { - "condition_keys": [], + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a list of specified images within a specified repository", - "privilege": "BatchDeleteImage", + "description": "Grants permission to replace the current set of policies for the specified load balancer port with the specified set of policies", + "privilege": "SetLoadBalancerPoliciesOfListener", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "loadbalancer*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}", + "elasticloadbalancing:SecurityPolicy" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get detailed information for specified images within a specified repository", - "privilege": "BatchGetImage", + "access_level": "Write", + "description": "Grants permission to add the specified certificates to the specified secure listener", + "privilege": "AddListenerCertificates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "listener/app*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "listener/net*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve repository scanning configuration for a list of repositories", - "privilege": "BatchGetRepositoryScanningConfiguration", + "access_level": "Write", + "description": "Grants permission to add revocations to a trust store", + "privilege": "AddTrustStoreRevocations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "truststore*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to retrieve the image from the upstream registry and import it to your private registry", - "privilege": "BatchImportUpstreamImage", + "description": "Grants permission to create a listener for the specified Application Load Balancer", + "privilege": "CreateListener", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "elasticloadbalancing:AddTags" + ], + "resource_type": "loadbalancer/app/" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer/net/" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}", + "elasticloadbalancing:SecurityPolicy", + "elasticloadbalancing:ListenerProtocol" + ], "dependent_actions": [], "resource_type": "" } @@ -88739,147 +105550,231 @@ }, { "access_level": "Write", - "description": "Grants permission to inform Amazon ECR that the image layer upload for a specified registry, repository name, and upload ID, has completed", - "privilege": "CompleteLayerUpload", + "description": "Grants permission to create a rule for the specified listener", + "privilege": "CreateRule", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "elasticloadbalancing:AddTags" + ], + "resource_type": "listener/app*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "listener/net*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create new pull-through cache rule", - "privilege": "CreatePullThroughCacheRule", + "description": "Grants permission to create a target group", + "privilege": "CreateTargetGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "iam:CreateServiceLinkedRole" + "elasticloadbalancing:AddTags" + ], + "resource_type": "targetgroup*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an image repository", - "privilege": "CreateRepository", + "description": "Grants permission to create a trust store", + "privilege": "CreateTrustStore", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "elasticloadbalancing:AddTags" + ], + "resource_type": "truststore" + }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "ecr:TagResource" + "aws:TagKeys", + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified lifecycle policy", - "privilege": "DeleteLifecyclePolicy", + "description": "Grants permission to delete the specified listener", + "privilege": "DeleteListener", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "listener/app*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "listener/net*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the pull-through cache rule", - "privilege": "DeletePullThroughCacheRule", + "description": "Grants permission to delete the specified rule", + "privilege": "DeleteRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "listener-rule/app*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "listener-rule/net*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to delete the registry policy", - "privilege": "DeleteRegistryPolicy", + "access_level": "Write", + "description": "Grants permission to delete the specified target group", + "privilege": "DeleteTargetGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "targetgroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an existing image repository", - "privilege": "DeleteRepository", + "description": "Grants permission to delete the specified trust store", + "privilege": "DeleteTrustStore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "truststore*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to delete the repository policy from a specified repository", - "privilege": "DeleteRepositoryPolicy", + "access_level": "Write", + "description": "Grants permission to deregister the specified targets from the specified target group", + "privilege": "DeregisterTargets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "targetgroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve replication status about an image in a registry, including failure reason if replication fails", - "privilege": "DescribeImageReplicationStatus", + "description": "Grants permission to describe the Elastic Load Balancing resource limits for the AWS account", + "privilege": "DescribeAccountLimits", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe the image scan findings for the specified image", - "privilege": "DescribeImageScanFindings", + "description": "Grants permission to describe the certificates for the specified secure listener", + "privilege": "DescribeListenerCertificates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to get metadata about the images in a repository, including image size, image tags, and creation date", - "privilege": "DescribeImages", + "access_level": "Read", + "description": "Grants permission to describe the specified listeners or the listeners for the specified Application Load Balancer", + "privilege": "DescribeListeners", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to describe the pull-through cache rules", - "privilege": "DescribePullThroughCacheRules", + "access_level": "Read", + "description": "Grants permission to describe the specified rules or the rules for the specified listener", + "privilege": "DescribeRules", "resource_types": [ { "condition_keys": [], @@ -88890,8 +105785,8 @@ }, { "access_level": "Read", - "description": "Grants permission to describe the registry settings", - "privilege": "DescribeRegistry", + "description": "Grants permission to describe the specified policies or all policies used for SSL negotiation", + "privilege": "DescribeSSLPolicies", "resource_types": [ { "condition_keys": [], @@ -88902,20 +105797,20 @@ }, { "access_level": "Read", - "description": "Grants permission to describe image repositories in a registry", - "privilege": "DescribeRepositories", + "description": "Grants permission to describe the attributes for the specified target group", + "privilege": "DescribeTargetGroupAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a token that is valid for a specified registry for 12 hours", - "privilege": "GetAuthorizationToken", + "description": "Grants permission to describe the specified target groups or all of your target groups", + "privilege": "DescribeTargetGroups", "resource_types": [ { "condition_keys": [], @@ -88926,44 +105821,44 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve the download URL corresponding to an image layer", - "privilege": "GetDownloadUrlForLayer", + "description": "Grants permission to describe the health of the specified targets or all of your targets", + "privilege": "DescribeTargetHealth", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the specified lifecycle policy", - "privilege": "GetLifecyclePolicy", + "description": "Grants permission to describe the associations with a trust store", + "privilege": "DescribeTrustStoreAssociations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the results of the specified lifecycle policy preview request", - "privilege": "GetLifecyclePolicyPreview", + "description": "Grants permission to describe the specified trust stores revocations or all of your revocations related to a trust store", + "privilege": "DescribeTrustStoreRevocations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the registry policy", - "privilege": "GetRegistryPolicy", + "description": "Grants permission to describe the specified trust stores or all of your trust stores", + "privilege": "DescribeTrustStores", "resource_types": [ { "condition_keys": [], @@ -88974,66 +105869,90 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve registry scanning configuration", - "privilege": "GetRegistryScanningConfiguration", + "description": "Grants permission to retrieve a trust store CA certificates bundle", + "privilege": "GetTrustStoreCaCertificatesBundle", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "truststore*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the repository policy for a specified repository", - "privilege": "GetRepositoryPolicy", + "description": "Grants permission to retrieve a trust store revocation content", + "privilege": "GetTrustStoreRevocationContent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "truststore*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to notify Amazon ECR that you intend to upload an image layer", - "privilege": "InitiateLayerUpload", + "description": "Grants permission to modify the specified properties of the specified listener", + "privilege": "ModifyListener", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list all the image IDs for a given repository", - "privilege": "ListImages", - "resource_types": [ + "resource_type": "listener/app*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "listener/net*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}", + "elasticloadbalancing:SecurityPolicy", + "elasticloadbalancing:ListenerProtocol" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the tags for an Amazon ECR resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to modify the specified rule", + "privilege": "ModifyRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "listener-rule/app*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "listener-rule/net*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -89042,59 +105961,79 @@ }, { "access_level": "Write", - "description": "Grants permission to create or update the image manifest associated with an image", - "privilege": "PutImage", + "description": "Grants permission to modify the health checks used when evaluating the health state of the targets in the specified target group", + "privilege": "ModifyTargetGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "targetgroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the image scanning configuration for a repository", - "privilege": "PutImageScanningConfiguration", + "description": "Grants permission to modify the specified attributes of the specified target group", + "privilege": "ModifyTargetGroupAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "targetgroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the image tag mutability settings for a repository", - "privilege": "PutImageTagMutability", + "description": "Grants permission to modify the specified trust store", + "privilege": "ModifyTrustStore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "truststore*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create or update a lifecycle policy", - "privilege": "PutLifecyclePolicy", + "description": "Grants permission to register the specified targets with the specified target group", + "privilege": "RegisterTargets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" - } - ] - }, - { - "access_level": "Permissions management", - "description": "Grants permission to update the registry policy", - "privilege": "PutRegistryPolicy", - "resource_types": [ + "resource_type": "targetgroup*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], "dependent_actions": [], "resource_type": "" } @@ -89102,90 +106041,111 @@ }, { "access_level": "Write", - "description": "Grants permission to update registry scanning configuration", - "privilege": "PutRegistryScanningConfiguration", + "description": "Grants permission to remove the specified certificates of the specified secure listener", + "privilege": "RemoveListenerCertificates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "listener/app*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "listener/net*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the replication configuration for the registry", - "privilege": "PutReplicationConfiguration", + "description": "Grants permission to remove revocations from a trust store", + "privilege": "RemoveTrustStoreRevocations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "truststore*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to replicate images to the destination registry", - "privilege": "ReplicateImage", + "description": "Grants permission to set the type of IP addresses used by the subnets of the specified load balancer", + "privilege": "SetIpAddressType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" - } - ] - }, - { - "access_level": "Permissions management", - "description": "Grants permission to apply a repository policy on a specified repository to control access permissions", - "privilege": "SetRepositoryPolicy", - "resource_types": [ + "resource_type": "loadbalancer/app/" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "loadbalancer/net/" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start an image scan", - "privilege": "StartImageScan", + "description": "Grants permission to set the priorities of the specified rules", + "privilege": "SetRulePriorities", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "listener-rule/app*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "listener-rule/net*" } ] }, { "access_level": "Write", - "description": "Grants permission to start a preview of the specified lifecycle policy", - "privilege": "StartLifecyclePolicyPreview", + "description": "Grants permission to associate the specified security groups with the specified load balancer", + "privilege": "SetSecurityGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to tag an Amazon ECR resource", - "privilege": "TagResource", - "resource_types": [ + "resource_type": "loadbalancer/app/" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "loadbalancer/net/" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}", + "elasticloadbalancing:SecurityGroup" ], "dependent_actions": [], "resource_type": "" @@ -89193,19 +106153,25 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag an Amazon ECR resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to enable the Availability Zone for the specified subnets for the specified load balancer", + "privilege": "SetSubnets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "loadbalancer/app/" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "loadbalancer/net/" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}", + "elasticloadbalancing:Subnet" ], "dependent_actions": [], "resource_type": "" @@ -89214,104 +106180,165 @@ }, { "access_level": "Write", - "description": "Grants permission to upload an image layer part to Amazon ECR", - "privilege": "UploadLayerPart", + "description": "Grants permission to give WebAcl permission to WAF", + "privilege": "SetWebAcl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] } ], "resources": [ { - "arn": "arn:${Partition}:ecr:${Region}:${Account}:repository/${RepositoryName}", + "arn": "arn:${Partition}:elasticloadbalancing:${Region}:${Account}:loadbalancer/${LoadBalancerName}", "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ecr:ResourceTag/${TagKey}" + "elasticloadbalancing:ResourceTag/${TagKey}" ], - "resource": "repository" + "resource": "loadbalancer" + }, + { + "arn": "arn:${Partition}:elasticloadbalancing:${Region}:${Account}:listener/app/${LoadBalancerName}/${LoadBalancerId}/${ListenerId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "resource": "listener/app" + }, + { + "arn": "arn:${Partition}:elasticloadbalancing:${Region}:${Account}:listener-rule/app/${LoadBalancerName}/${LoadBalancerId}/${ListenerId}/${ListenerRuleId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "resource": "listener-rule/app" + }, + { + "arn": "arn:${Partition}:elasticloadbalancing:${Region}:${Account}:listener/net/${LoadBalancerName}/${LoadBalancerId}/${ListenerId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "resource": "listener/net" + }, + { + "arn": "arn:${Partition}:elasticloadbalancing:${Region}:${Account}:listener-rule/net/${LoadBalancerName}/${LoadBalancerId}/${ListenerId}/${ListenerRuleId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "resource": "listener-rule/net" + }, + { + "arn": "arn:${Partition}:elasticloadbalancing:${Region}:${Account}:loadbalancer/app/${LoadBalancerName}/${LoadBalancerId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "resource": "loadbalancer/app/" + }, + { + "arn": "arn:${Partition}:elasticloadbalancing:${Region}:${Account}:loadbalancer/net/${LoadBalancerName}/${LoadBalancerId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "resource": "loadbalancer/net/" + }, + { + "arn": "arn:${Partition}:elasticloadbalancing:${Region}:${Account}:targetgroup/${TargetGroupName}/${TargetGroupId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "resource": "targetgroup" + }, + { + "arn": "arn:${Partition}:elasticloadbalancing:${Region}:${Account}:truststore/${TrustStoreName}/${TrustStoreId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "elasticloadbalancing:ResourceTag/${TagKey}" + ], + "resource": "truststore" } ], - "service_name": "Amazon Elastic Container Registry" + "service_name": "Elastic Load Balancing" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters create requests based on the allowed set of values for each of the tags", + "description": "Filters access by whether the tag and value pair is provided with the action", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on tag-value associated with the resource", + "description": "Filters access by the tag and value pair associated with an Amazon EMR resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters create requests based on the presence of mandatory tags in the request", + "description": "Filters access by whether the tag keys are provided with the action regardless of tag value", "type": "ArrayOfString" }, { - "condition": "ecr-public:ResourceTag/${TagKey}", - "description": "Filters actions based on tag-value associated with the resource", + "condition": "elasticmapreduce:ExecutionRoleArn", + "description": "Filters access by whether the execution role ARN is provided with the action", + "type": "ARN" + }, + { + "condition": "elasticmapreduce:RequestTag/${TagKey}", + "description": "Filters access by whether the tag and value pair is provided with the action", + "type": "String" + }, + { + "condition": "elasticmapreduce:ResourceTag/${TagKey}", + "description": "Filters access by the tag and value pair associated with an Amazon EMR resource", "type": "String" } ], - "prefix": "ecr-public", + "prefix": "elasticmapreduce", "privileges": [ - { - "access_level": "Read", - "description": "Grants permission to check the availability of multiple image layers in a specified registry and repository", - "privilege": "BatchCheckLayerAvailability", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "repository*" - } - ] - }, { "access_level": "Write", - "description": "Grants permission to delete a list of specified images within a specified repository", - "privilege": "BatchDeleteImage", + "description": "Grants permission to add an instance fleet to a running cluster", + "privilege": "AddInstanceFleet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "cluster*" } ] }, { "access_level": "Write", - "description": "Grants permission to inform Amazon ECR that the image layer upload for a specified registry, repository name, and upload ID, has completed", - "privilege": "CompleteLayerUpload", + "description": "Grants permission to add instance groups to a running cluster", + "privilege": "AddInstanceGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "cluster*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an image repository", - "privilege": "CreateRepository", + "description": "Grants permission to add new steps to a running cluster", + "privilege": "AddJobFlowSteps", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "cluster*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "elasticmapreduce:ExecutionRoleArn" ], "dependent_actions": [], "resource_type": "" @@ -89319,352 +106346,181 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete an existing image repository", - "privilege": "DeleteRepository", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "repository*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete the repository policy from a specified repository", - "privilege": "DeleteRepositoryPolicy", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "repository*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe all the image tags for a given repository", - "privilege": "DescribeImageTags", + "access_level": "Tagging", + "description": "Grants permission to add tags to an Amazon EMR resource", + "privilege": "AddTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get metadata about the images in a repository, including image size, image tags, and creation date", - "privilege": "DescribeImages", - "resource_types": [ + "resource_type": "cluster" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to retrieve the catalog data associated with a registry", - "privilege": "DescribeRegistries", - "resource_types": [ + "resource_type": "editor" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "registry*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe image repositories in a registry", - "privilege": "DescribeRepositories", - "resource_types": [ + "resource_type": "notebook-execution" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve a token that is valid for a specified registry for 12 hours", - "privilege": "GetAuthorizationToken", - "resource_types": [ + "resource_type": "studio" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "elasticmapreduce:RequestTag/${TagKey}" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the catalog data associated with a registry", - "privilege": "GetRegistryCatalogData", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "registry*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve the catalog data associated with a repository", - "privilege": "GetRepositoryCatalogData", + "access_level": "Write", + "description": "Grants permission to attach an EMR notebook to a compute engine", + "privilege": "AttachEditor", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "editor*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the repository policy for a specified repository", - "privilege": "GetRepositoryPolicy", + "access_level": "Write", + "description": "Grants permission to cancel a pending step or steps in a running cluster", + "privilege": "CancelSteps", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "cluster*" } ] }, { "access_level": "Write", - "description": "Grants permission to notify Amazon ECR that you intend to upload an image layer", - "privilege": "InitiateLayerUpload", + "description": "Grants permission to create an EMR notebook", + "privilege": "CreateEditor", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to list the tags for an Amazon ECR resource", - "privilege": "ListTagsForResource", - "resource_types": [ + "resource_type": "cluster" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "elasticmapreduce:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create or update the image manifest associated with an image", - "privilege": "PutImage", + "description": "Grants permission to create a persistent application history server", + "privilege": "CreatePersistentAppUI", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "cluster*" } ] }, { "access_level": "Write", - "description": "Grants permission to create and update the catalog data associated with a registry", - "privilege": "PutRegistryCatalogData", + "description": "Grants permission to create an EMR notebook repository", + "privilege": "CreateRepository", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "registry*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the catalog data associated with a repository", - "privilege": "PutRepositoryCatalogData", + "description": "Grants permission to create a security configuration", + "privilege": "CreateSecurityConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to apply a repository policy on a specified repository to control access permissions", - "privilege": "SetRepositoryPolicy", + "access_level": "Write", + "description": "Grants permission to create an EMR Studio", + "privilege": "CreateStudio", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "elasticmapreduce:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag an Amazon ECR resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to launch an EMR Studio using IAM authentication mode", + "privilege": "CreateStudioPresignedUrl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "studio*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag an Amazon ECR resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to create an EMR Studio session mapping", + "privilege": "CreateStudioSessionMapping", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "studio*" } ] }, { "access_level": "Write", - "description": "Grants permission to upload an image layer part to Amazon ECR Public", - "privilege": "UploadLayerPart", + "description": "Grants permission to delete an EMR notebook", + "privilege": "DeleteEditor", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "editor*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:ecr-public::${Account}:repository/${RepositoryName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ecr-public:ResourceTag/${TagKey}" - ], - "resource": "repository" - }, - { - "arn": "arn:${Partition}:ecr-public::${Account}:registry/${RegistryId}", - "condition_keys": [], - "resource": "registry" - } - ], - "service_name": "Amazon Elastic Container Registry Public" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tag key-value pairs attached to the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - }, - { - "condition": "ecs:ResourceTag/${TagKey}", - "description": "Filters access by the tag key-value pairs attached to the resource", - "type": "String" - }, - { - "condition": "ecs:capacity-provider", - "description": "Filters access by the ARN of an Amazon ECS capacity provider", - "type": "ARN" - }, - { - "condition": "ecs:cluster", - "description": "Filters access by the ARN of an Amazon ECS cluster", - "type": "ARN" - }, - { - "condition": "ecs:container-instances", - "description": "Filters access by the ARN of an Amazon ECS container instance", - "type": "ARN" - }, - { - "condition": "ecs:container-name", - "description": "Filters access by the name of an Amazon ECS container which is defined in the ECS task definition", - "type": "String" - }, - { - "condition": "ecs:enable-execute-command", - "description": "Filters access by the execute-command capability of your Amazon ECS task or Amazon ECS service", - "type": "String" - }, - { - "condition": "ecs:enable-service-connect", - "description": "Filters access by the enable field value in the Service Connect configuration", - "type": "String" - }, - { - "condition": "ecs:namespace", - "description": "Filters access by the ARN of AWS Cloud Map namespace which is defined in the Service Connect Configuration", - "type": "ARN" - }, - { - "condition": "ecs:service", - "description": "Filters access by the ARN of an Amazon ECS service", - "type": "ARN" - }, - { - "condition": "ecs:task", - "description": "Filters access by the ARN of an Amazon ECS task", - "type": "ARN" }, - { - "condition": "ecs:task-definition", - "description": "Filters access by the ARN of an Amazon ECS task definition", - "type": "ARN" - } - ], - "prefix": "ecs", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a new capacity provider. Capacity providers are associated with an Amazon ECS cluster and are used in capacity provider strategies to facilitate cluster auto scaling", - "privilege": "CreateCapacityProvider", + "description": "Grants permission to delete an EMR notebook repository", + "privilege": "DeleteRepository", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -89672,15 +106528,11 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new Amazon ECS cluster", - "privilege": "CreateCluster", + "description": "Grants permission to delete a security configuration", + "privilege": "DeleteSecurityConfiguration", "resource_types": [ { - "condition_keys": [ - "ecs:capacity-provider", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -89688,96 +106540,68 @@ }, { "access_level": "Write", - "description": "Grants permission to run and maintain a desired number of tasks from a specified task definition via service creation", - "privilege": "CreateService", + "description": "Grants permission to delete an EMR Studio", + "privilege": "DeleteStudio", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service*" - }, - { - "condition_keys": [ - "ecs:cluster", - "ecs:capacity-provider", - "ecs:task-definition", - "ecs:enable-execute-command", - "ecs:enable-service-connect", - "ecs:namespace", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "studio*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new Amazon ECS task set", - "privilege": "CreateTaskSet", + "description": "Grants permission to delete an EMR Studio session mapping", + "privilege": "DeleteStudioSessionMapping", "resource_types": [ { - "condition_keys": [ - "ecs:cluster", - "ecs:capacity-provider", - "ecs:service", - "ecs:task-definition", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "studio*" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify the ARN and resource ID format of a resource for a specified IAM user, IAM role, or the root user for an account. You can specify whether the new ARN and resource ID format are disabled for new resources that are created", - "privilege": "DeleteAccountSetting", + "access_level": "Permissions management", + "description": "Grants permission to block an identity from opening a collaborative workspace", + "privilege": "DeleteWorkspaceAccess", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "editor*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete one or more custom attributes from an Amazon ECS resource", - "privilege": "DeleteAttributes", + "access_level": "Read", + "description": "Grants permission to get details about a cluster, including status, hardware and software configuration, VPC settings, and so on", + "privilege": "DescribeCluster", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container-instance*" - }, - { - "condition_keys": [ - "ecs:cluster" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "cluster*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified capacity provider", - "privilege": "DeleteCapacityProvider", + "access_level": "Read", + "description": "Grants permission to view information about a notebook, including status, user, role, tags, location, and more", + "privilege": "DescribeEditor", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "capacity-provider*" + "resource_type": "editor*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified cluster", - "privilege": "DeleteCluster", + "access_level": "Read", + "description": "Grants permission to describe details of clusters (job flows). This API is deprecated and will eventually be removed. We recommend you use ListClusters, DescribeCluster, ListSteps, ListInstanceGroups and ListBootstrapActions instead", + "privilege": "DescribeJobFlows", "resource_types": [ { "condition_keys": [], @@ -89787,72 +106611,57 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete a specified service within a cluster", - "privilege": "DeleteService", + "access_level": "Read", + "description": "Grants permission to view information about a notebook execution", + "privilege": "DescribeNotebookExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service*" - }, - { - "condition_keys": [ - "ecs:cluster" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "notebook-execution*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified task definitions by family and revision", - "privilege": "DeleteTaskDefinitions", + "access_level": "Read", + "description": "Grants permission to describe a persistent application history server", + "privilege": "DescribePersistentAppUI", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task-definition*" + "resource_type": "cluster*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified task set", - "privilege": "DeleteTaskSet", + "access_level": "Read", + "description": "Grants permission to view information about an EMR release, such as which applications are supported", + "privilege": "DescribeReleaseLabel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task-set*" - }, - { - "condition_keys": [ - "ecs:cluster", - "ecs:service" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to deregister an Amazon ECS container instance from the specified cluster", - "privilege": "DeregisterContainerInstance", + "access_level": "Read", + "description": "Grants permission to describe an EMR notebook repository", + "privilege": "DescribeRepository", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to deregister the specified task definition by family and revision", - "privilege": "DeregisterTaskDefinition", + "access_level": "Read", + "description": "Grants permission to get details of a security configuration", + "privilege": "DescribeSecurityConfiguration", "resource_types": [ { "condition_keys": [], @@ -89863,70 +106672,56 @@ }, { "access_level": "Read", - "description": "Grants permission to describe one or more Amazon ECS capacity providers", - "privilege": "DescribeCapacityProviders", + "description": "Grants permission to get details about a cluster step", + "privilege": "DescribeStep", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "capacity-provider*" + "resource_type": "cluster*" } ] }, { "access_level": "Read", - "description": "Grants permission to describes one or more of your clusters", - "privilege": "DescribeClusters", + "description": "Grants permission to view information about an EMR Studio", + "privilege": "DescribeStudio", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "studio*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describes Amazon ECS container instances", - "privilege": "DescribeContainerInstances", + "access_level": "Write", + "description": "Grants permission to detach an EMR notebook from a compute engine", + "privilege": "DetachEditor", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container-instance*" - }, - { - "condition_keys": [ - "ecs:cluster" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "editor*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe the specified services running in your cluster", - "privilege": "DescribeServices", + "description": "Grants permission to retrieve the auto-termination policy associated with a cluster", + "privilege": "GetAutoTerminationPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service*" - }, - { - "condition_keys": [ - "ecs:cluster" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "cluster*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a task definition. You can specify a family and revision to find information about a specific task definition, or you can simply specify the family to find the latest ACTIVE revision in that family", - "privilege": "DescribeTaskDefinition", + "description": "Grants permission to retrieve the EMR block public access configuration for the AWS account in the Region", + "privilege": "GetBlockPublicAccessConfiguration", "resource_types": [ { "condition_keys": [], @@ -89936,19 +106731,18 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe Amazon ECS task sets", - "privilege": "DescribeTaskSets", + "access_level": "Write", + "description": "Grants permission to retrieve HTTP basic credentials associated with a given execution IAM Role for a fine-grained access control enabled EMR Cluster", + "privilege": "GetClusterSessionCredentials", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task-set*" + "resource_type": "cluster*" }, { "condition_keys": [ - "ecs:cluster", - "ecs:service" + "elasticmapreduce:ExecutionRoleArn" ], "dependent_actions": [], "resource_type": "" @@ -89957,84 +106751,56 @@ }, { "access_level": "Read", - "description": "Grants permission to describe a specified task or tasks", - "privilege": "DescribeTasks", + "description": "Grants permission to retrieve the managed scaling policy associated with a cluster", + "privilege": "GetManagedScalingPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task*" - }, - { - "condition_keys": [ - "ecs:cluster" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "cluster*" } ] }, { "access_level": "Write", - "description": "Grants permission to get an endpoint for the Amazon ECS agent to poll for updates", - "privilege": "DiscoverPollEndpoint", + "description": "Grants permission to get a presigned URL for an application history server running on the cluster", + "privilege": "GetOnClusterAppUIPresignedURL", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "cluster*" } ] }, { "access_level": "Write", - "description": "Grants permission to run a command remotely on an Amazon ECS container", - "privilege": "ExecuteCommand", + "description": "Grants permission to get a presigned URL for a persistent application history server", + "privilege": "GetPersistentAppUIPresignedURL", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "task" - }, - { - "condition_keys": [ - "ecs:cluster", - "ecs:container-name", - "ecs:task" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "cluster*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the protection status of tasks in an Amazon ECS service", - "privilege": "GetTaskProtection", + "description": "Grants permission to view information about an EMR Studio session mapping", + "privilege": "GetStudioSessionMapping", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task*" - }, - { - "condition_keys": [ - "ecs:cluster" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "studio*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the account settings for an Amazon ECS resource for a specified principal", - "privilege": "ListAccountSettings", + "access_level": "Write", + "description": "Grants permission to link an EMR notebook repository to EMR notebooks", + "privilege": "LinkRepository", "resource_types": [ { "condition_keys": [], @@ -90044,9 +106810,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to lists the attributes for Amazon ECS resources within a specified target type and cluster", - "privilege": "ListAttributes", + "access_level": "Read", + "description": "Grants permission to get details about the bootstrap actions associated with a cluster", + "privilege": "ListBootstrapActions", "resource_types": [ { "condition_keys": [], @@ -90057,7 +106823,7 @@ }, { "access_level": "List", - "description": "Grants permission to get a list of existing clusters", + "description": "Grants permission to get the status of accessible clusters", "privilege": "ListClusters", "resource_types": [ { @@ -90069,75 +106835,68 @@ }, { "access_level": "List", - "description": "Grants permission to get a list of container instances in a specified cluster", - "privilege": "ListContainerInstances", + "description": "Grants permission to list summary information for accessible EMR notebooks", + "privilege": "ListEditors", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of services that are running in a specified cluster", - "privilege": "ListServices", + "access_level": "Read", + "description": "Grants permission to get details of instance fleets in a cluster", + "privilege": "ListInstanceFleets", "resource_types": [ { - "condition_keys": [ - "ecs:cluster" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "cluster*" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of services that are running in a specified AWS Cloud Map Namespace", - "privilege": "ListServicesByNamespace", + "access_level": "Read", + "description": "Grants permission to get details of instance groups in a cluster", + "privilege": "ListInstanceGroups", "resource_types": [ { - "condition_keys": [ - "ecs:namespace" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "cluster*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a list of tags for the specified resource", - "privilege": "ListTagsForResource", + "description": "Grants permission to get details about the Amazon EC2 instances in a cluster", + "privilege": "ListInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "container-instance" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "task" - }, + "resource_type": "cluster*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list summary information for notebook executions", + "privilege": "ListNotebookExecutions", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task-definition" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to get a list of task definition families that are registered to your account (which may include task definition families that no longer have any ACTIVE task definitions)", - "privilege": "ListTaskDefinitionFamilies", + "description": "Grants permission to list and filter the available EMR releases in the current region", + "privilege": "ListReleaseLabels", "resource_types": [ { "condition_keys": [], @@ -90148,8 +106907,8 @@ }, { "access_level": "List", - "description": "Grants permission to get a list of task definitions that are registered to your account", - "privilege": "ListTaskDefinitions", + "description": "Grants permission to list existing EMR notebook repositories", + "privilege": "ListRepositories", "resource_types": [ { "condition_keys": [], @@ -90160,46 +106919,44 @@ }, { "access_level": "List", - "description": "Grants permission to get a list of tasks for a specified cluster", - "privilege": "ListTasks", + "description": "Grants permission to list available security configurations in this account by name, along with creation dates and times", + "privilege": "ListSecurityConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container-instance*" - }, - { - "condition_keys": [ - "ecs:cluster" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to an agent to connect with the Amazon ECS service to report status and get commands", - "privilege": "Poll", + "access_level": "Read", + "description": "Grants permission to list steps associated with a cluster", + "privilege": "ListSteps", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container-instance*" - }, + "resource_type": "cluster*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list summary information about EMR Studio session mappings", + "privilege": "ListStudioSessionMappings", + "resource_types": [ { - "condition_keys": [ - "ecs:cluster" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify the ARN and resource ID format of a resource for a specified IAM user, IAM role, or the root user for an account. You can specify whether the new ARN and resource ID format are enabled for new resources that are created. Enabling this setting is required to use new Amazon ECS features such as resource tagging", - "privilege": "PutAccountSetting", + "access_level": "List", + "description": "Grants permission to list summary information about EMR Studios", + "privilege": "ListStudios", "resource_types": [ { "condition_keys": [], @@ -90209,9 +106966,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to modify the ARN and resource ID format of a resource type for all IAM users on an account for which no individual account setting has been set. Enabling this setting is required to use new Amazon ECS features such as resource tagging", - "privilege": "PutAccountSettingDefault", + "access_level": "List", + "description": "Grants permission to list the Amazon EC2 instance types that an Amazon EMR release supports", + "privilege": "ListSupportedInstanceTypes", "resource_types": [ { "condition_keys": [], @@ -90221,138 +106978,101 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create or update an attribute on an Amazon ECS resource", - "privilege": "PutAttributes", + "access_level": "List", + "description": "Grants permission to list identities that are granted access to a workspace", + "privilege": "ListWorkspaceAccessIdentities", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container-instance*" - }, - { - "condition_keys": [ - "ecs:cluster" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "editor*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify the available capacity providers and the default capacity provider strategy for a cluster", - "privilege": "PutClusterCapacityProviders", + "description": "Grants permission to change cluster settings such as number of steps that can be executed concurrently for a cluster", + "privilege": "ModifyCluster", "resource_types": [ { "condition_keys": [], "dependent_actions": [], "resource_type": "cluster*" - }, - { - "condition_keys": [ - "ecs:capacity-provider" - ], - "dependent_actions": [], - "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to register an EC2 instance into the specified cluster", - "privilege": "RegisterContainerInstance", + "description": "Grants permission to change the target On-Demand and target Spot capacities for a instance fleet", + "privilege": "ModifyInstanceFleet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], "resource_type": "cluster*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to register a new task definition from the supplied family and containerDefinitions", - "privilege": "RegisterTaskDefinition", + "description": "Grants permission to change the number and configuration of EC2 instances for an instance group", + "privilege": "ModifyInstanceGroups", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "cluster" } ] }, { "access_level": "Write", - "description": "Grants permission to start a task using random placement and the default Amazon ECS scheduler", - "privilege": "RunTask", + "description": "Grants permission to launch the Jupyter notebook editor for an EMR notebook from within the console", + "privilege": "OpenEditorInConsole", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task-definition*" + "resource_type": "editor*" }, { - "condition_keys": [ - "ecs:cluster", - "ecs:capacity-provider", - "ecs:enable-execute-command", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "cluster" } ] }, { "access_level": "Write", - "description": "Grants permission to start a new task from the specified task definition on the specified container instance or instances", - "privilege": "StartTask", + "description": "Grants permission to create or update an automatic scaling policy for a core instance group or task instance group", + "privilege": "PutAutoScalingPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task-definition*" - }, - { - "condition_keys": [ - "ecs:cluster", - "ecs:container-instances", - "ecs:enable-execute-command", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "cluster*" } ] }, { "access_level": "Write", - "description": "Grants permission to start a telemetry session", - "privilege": "StartTelemetrySession", + "description": "Grants permission to create or update the auto-termination policy associated with a cluster", + "privilege": "PutAutoTerminationPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container-instance*" - }, + "resource_type": "cluster*" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to create or update the EMR block public access configuration for the AWS account in the Region", + "privilege": "PutBlockPublicAccessConfiguration", + "resource_types": [ { - "condition_keys": [ - "ecs:cluster" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -90360,27 +107080,32 @@ }, { "access_level": "Write", - "description": "Grants permission to stop a running task", - "privilege": "StopTask", + "description": "Grants permission to create or update the managed scaling policy associated with a cluster", + "privilege": "PutManagedScalingPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task*" - }, + "resource_type": "cluster*" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to allow an identity to open a collaborative workspace", + "privilege": "PutWorkspaceAccess", + "resource_types": [ { - "condition_keys": [ - "ecs:cluster" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "editor*" } ] }, { "access_level": "Write", - "description": "Grants permission to send an acknowledgement that attachments changed states", - "privilege": "SubmitAttachmentStateChanges", + "description": "Grants permission to remove an automatic scaling policy from an instance group", + "privilege": "RemoveAutoScalingPolicy", "resource_types": [ { "condition_keys": [], @@ -90391,8 +107116,8 @@ }, { "access_level": "Write", - "description": "Grants permission to send an acknowledgement that a container changed states", - "privilege": "SubmitContainerStateChange", + "description": "Grants permission to remove the auto-termination policy associated with a cluster", + "privilege": "RemoveAutoTerminationPolicy", "resource_types": [ { "condition_keys": [], @@ -90403,8 +107128,8 @@ }, { "access_level": "Write", - "description": "Grants permission to send an acknowledgement that a task changed states", - "privilege": "SubmitTaskStateChange", + "description": "Grants permission to remove the managed scaling policy associated with a cluster", + "privilege": "RemoveManagedScalingPolicy", "resource_types": [ { "condition_keys": [], @@ -90415,14 +107140,9 @@ }, { "access_level": "Tagging", - "description": "Grants permission to tag the specified resource", - "privilege": "TagResource", + "description": "Grants permission to remove tags from an Amazon EMR resource", + "privilege": "RemoveTags", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "capacity-provider" - }, { "condition_keys": [], "dependent_actions": [], @@ -90431,33 +107151,37 @@ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container-instance" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "service" + "resource_type": "editor" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "task" + "resource_type": "notebook-execution" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "task-definition" + "resource_type": "studio" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "task-set" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create and launch a cluster (job flow)", + "privilege": "RunJobFlow", + "resource_types": [ { "condition_keys": [ - "aws:TagKeys", "aws:RequestTag/${TagKey}", - "ecs:CreateAction" + "aws:TagKeys", + "elasticmapreduce:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -90465,49 +107189,66 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag the specified resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to add and remove termination protection for a cluster", + "privilege": "SetTerminationProtection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "capacity-provider" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "cluster" - }, + "resource_type": "cluster*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to set whether all AWS Identity and Access Management (IAM) users in the AWS account can view a cluster. This API is deprecated and your cluster may be visible to all users in your account. To restrict cluster access using an IAM policy, see AWS Identity and Access Management for Amazon EMR (https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-access-iam.html)", + "privilege": "SetVisibleToAllUsers", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container-instance" - }, + "resource_type": "cluster*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start an EMR notebook", + "privilege": "StartEditor", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service" + "resource_type": "editor*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "task" - }, + "resource_type": "cluster" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start an EMR notebook execution", + "privilege": "StartNotebookExecution", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task-definition" + "resource_type": "cluster*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "task-set" + "resource_type": "editor*" }, { "condition_keys": [ + "aws:RequestTag/${TagKey}", "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "elasticmapreduce:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -90516,32 +107257,32 @@ }, { "access_level": "Write", - "description": "Grants permission to update the specified capacity provider", - "privilege": "UpdateCapacityProvider", + "description": "Grants permission to shut down an EMR notebook", + "privilege": "StopEditor", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "capacity-provider*" + "resource_type": "editor*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify the configuration or settings to use for a cluster", - "privilege": "UpdateCluster", + "description": "Grants permission to stop notebook execution", + "privilege": "StopNotebookExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "notebook-execution*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify the settings to use for a cluster", - "privilege": "UpdateClusterSettings", + "description": "Grants permission to terminate a cluster (job flow)", + "privilege": "TerminateJobFlows", "resource_types": [ { "condition_keys": [], @@ -90552,120 +107293,72 @@ }, { "access_level": "Write", - "description": "Grants permission to update the Amazon ECS container agent on a specified container instance", - "privilege": "UpdateContainerAgent", + "description": "Grants permission to unlink an EMR notebook repository from EMR notebooks", + "privilege": "UnlinkRepository", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container-instance*" - }, - { - "condition_keys": [ - "ecs:cluster" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to the user to modify the status of an Amazon ECS container instance", - "privilege": "UpdateContainerInstancesState", + "description": "Grants permission to update an EMR notebook", + "privilege": "UpdateEditor", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container-instance*" - }, - { - "condition_keys": [ - "ecs:cluster" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "editor*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify the parameters of a service", - "privilege": "UpdateService", + "description": "Grants permission to update an EMR notebook repository", + "privilege": "UpdateRepository", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service*" - }, - { - "condition_keys": [ - "ecs:cluster", - "ecs:capacity-provider", - "ecs:enable-execute-command", - "ecs:enable-service-connect", - "ecs:namespace", - "ecs:task-definition" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to modify the primary task set used in a service", - "privilege": "UpdateServicePrimaryTaskSet", + "description": "Grants permission to update information about an EMR Studio", + "privilege": "UpdateStudio", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service*" - }, - { - "condition_keys": [ - "ecs:cluster" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "studio*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify the protection status of a task", - "privilege": "UpdateTaskProtection", + "description": "Grants permission to update an EMR Studio session mapping", + "privilege": "UpdateStudioSessionMapping", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task*" - }, - { - "condition_keys": [ - "ecs:cluster" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "studio*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the specified task set", - "privilege": "UpdateTaskSet", + "access_level": "List", + "description": "Grants permission to use the EMR console to view events from all clusters", + "privilege": "ViewEventsFromAllClustersInConsole", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task-set*" - }, - { - "condition_keys": [ - "ecs:cluster", - "ecs:service" - ], - "dependent_actions": [], "resource_type": "" } ] @@ -90673,170 +107366,92 @@ ], "resources": [ { - "arn": "arn:${Partition}:ecs:${Region}:${Account}:cluster/${ClusterName}", + "arn": "arn:${Partition}:elasticmapreduce:${Region}:${Account}:cluster/${ClusterId}", "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ecs:ResourceTag/${TagKey}" + "elasticmapreduce:ResourceTag/${TagKey}" ], "resource": "cluster" }, { - "arn": "arn:${Partition}:ecs:${Region}:${Account}:container-instance/${ClusterName}/${ContainerInstanceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ecs:ResourceTag/${TagKey}" - ], - "resource": "container-instance" - }, - { - "arn": "arn:${Partition}:ecs:${Region}:${Account}:service/${ClusterName}/${ServiceName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ecs:ResourceTag/${TagKey}" - ], - "resource": "service" - }, - { - "arn": "arn:${Partition}:ecs:${Region}:${Account}:task/${ClusterName}/${TaskId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "ecs:ResourceTag/${TagKey}" - ], - "resource": "task" - }, - { - "arn": "arn:${Partition}:ecs:${Region}:${Account}:task-definition/${TaskDefinitionFamilyName}:${TaskDefinitionRevisionNumber}", + "arn": "arn:${Partition}:elasticmapreduce:${Region}:${Account}:editor/${EditorId}", "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ecs:ResourceTag/${TagKey}" + "elasticmapreduce:ResourceTag/${TagKey}" ], - "resource": "task-definition" + "resource": "editor" }, { - "arn": "arn:${Partition}:ecs:${Region}:${Account}:capacity-provider/${CapacityProviderName}", + "arn": "arn:${Partition}:elasticmapreduce:${Region}:${Account}:notebook-execution/${NotebookExecutionId}", "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ecs:ResourceTag/${TagKey}" + "elasticmapreduce:ResourceTag/${TagKey}" ], - "resource": "capacity-provider" + "resource": "notebook-execution" }, { - "arn": "arn:${Partition}:ecs:${Region}:${Account}:task-set/${ClusterName}/${ServiceName}/${TaskSetId}", + "arn": "arn:${Partition}:elasticmapreduce:${Region}:${Account}:studio/${StudioId}", "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ecs:ResourceTag/${TagKey}" + "elasticmapreduce:ResourceTag/${TagKey}" ], - "resource": "task-set" + "resource": "studio" } ], - "service_name": "Amazon Elastic Container Service" + "service_name": "Amazon Elastic MapReduce" }, { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by a key that is present in the request the user makes to the EKS service", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by a tag key and value pair", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the list of all the tag key names present in the request the user makes to the EKS service", - "type": "ArrayOfString" - }, - { - "condition": "eks:clientId", - "description": "Filters access by the clientId present in the associateIdentityProviderConfig request the user makes to the EKS service", - "type": "String" - }, - { - "condition": "eks:issuerUrl", - "description": "Filters access by the issuerUrl present in the associateIdentityProviderConfig request the user makes to the EKS service", - "type": "String" - } - ], - "prefix": "eks", + "conditions": [], + "prefix": "elastictranscoder", "privileges": [ - { - "access_level": "Read", - "description": "Grants permission to view Kubernetes objects via AWS EKS console", - "privilege": "AccessKubernetesApi", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "cluster*" - } - ] - }, { "access_level": "Write", - "description": "Grants permission to associate encryption configuration to a cluster", - "privilege": "AssociateEncryptionConfig", + "description": "Cancel a job that Elastic Transcoder has not begun to process", + "privilege": "CancelJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "job*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate an identity provider configuration to a cluster", - "privilege": "AssociateIdentityProviderConfig", + "description": "Create a job", + "privilege": "CreateJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "pipeline*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "eks:clientId", - "eks:issuerUrl" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "preset*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an Amazon EKS add-on", - "privilege": "CreateAddon", + "description": "Create a pipeline", + "privilege": "CreatePipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an Amazon EKS cluster", - "privilege": "CreateCluster", + "description": "Create a preset", + "privilege": "CreatePreset", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -90844,132 +107459,116 @@ }, { "access_level": "Write", - "description": "Grants permission to create an AWS Fargate profile", - "privilege": "CreateFargateProfile", + "description": "Delete a pipeline", + "privilege": "DeletePipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "pipeline*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an Amazon EKS Nodegroup", - "privilege": "CreateNodegroup", + "description": "Delete a preset", + "privilege": "DeletePreset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "preset*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an Amazon EKS add-on", - "privilege": "DeleteAddon", + "access_level": "List", + "description": "Get a list of the jobs that you assigned to a pipeline", + "privilege": "ListJobsByPipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "addon*" + "resource_type": "pipeline*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an Amazon EKS cluster", - "privilege": "DeleteCluster", + "access_level": "List", + "description": "Get information about all of the jobs associated with the current AWS account that have a specified status", + "privilege": "ListJobsByStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an AWS Fargate profile", - "privilege": "DeleteFargateProfile", + "access_level": "List", + "description": "Get a list of the pipelines associated with the current AWS account", + "privilege": "ListPipelines", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fargateprofile*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an Amazon EKS Nodegroup", - "privilege": "DeleteNodegroup", + "access_level": "List", + "description": "Get a list of all presets associated with the current AWS account", + "privilege": "ListPresets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "nodegroup*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to deregister an External cluster", - "privilege": "DeregisterCluster", + "access_level": "Read", + "description": "Get detailed information about a job", + "privilege": "ReadJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "job*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve descriptive information about an Amazon EKS add-on", - "privilege": "DescribeAddon", + "description": "Get detailed information about a pipeline", + "privilege": "ReadPipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "addon*" + "resource_type": "pipeline*" } ] }, { "access_level": "Read", - "description": "Grants permission to list configuration options about an Amazon EKS add-on", - "privilege": "DescribeAddonConfiguration", + "description": "Get detailed information about a preset", + "privilege": "ReadPreset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "preset*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve descriptive version information about the add-ons that Amazon EKS Add-ons supports", - "privilege": "DescribeAddonVersions", + "access_level": "Write", + "description": "Test the settings for a pipeline to ensure that Elastic Transcoder can create and process jobs", + "privilege": "TestRole", "resource_types": [ { "condition_keys": [], @@ -90979,206 +107578,294 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve descriptive information about an Amazon EKS cluster", - "privilege": "DescribeCluster", + "access_level": "Write", + "description": "Update settings for a pipeline", + "privilege": "UpdatePipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "pipeline*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve descriptive information about an AWS Fargate profile associated with a cluster", - "privilege": "DescribeFargateProfile", + "access_level": "Write", + "description": "Update only Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline", + "privilege": "UpdatePipelineNotifications", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fargateprofile*" + "resource_type": "pipeline*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve descriptive information about an Idp config associated with a cluster", - "privilege": "DescribeIdentityProviderConfig", + "access_level": "Write", + "description": "Pause or reactivate a pipeline, so the pipeline stops or restarts processing jobs, update the status for the pipeline", + "privilege": "UpdatePipelineStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identityproviderconfig*" + "resource_type": "pipeline*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:elastictranscoder:${Region}:${Account}:job/${JobId}", + "condition_keys": [], + "resource": "job" }, + { + "arn": "arn:${Partition}:elastictranscoder:${Region}:${Account}:pipeline/${PipelineId}", + "condition_keys": [], + "resource": "pipeline" + }, + { + "arn": "arn:${Partition}:elastictranscoder:${Region}:${Account}:preset/${PresetId}", + "condition_keys": [], + "resource": "preset" + } + ], + "service_name": "Amazon Elastic Transcoder" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "elemental-activations", + "privileges": [ { "access_level": "Read", - "description": "Grants permission to retrieve descriptive information about an Amazon EKS nodegroup", - "privilege": "DescribeNodegroup", + "description": "Grants permission to complete the process of registering customer account for AWS Elemental Appliances and Software Purchases", + "privilege": "CompleteAccountRegistration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "nodegroup*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a given update for a given Amazon EKS cluster/nodegroup/add-on (in the specified or default region)", - "privilege": "DescribeUpdate", + "description": "Grants permission to complete the process of uploading a Software file for AWS Elemental Appliances and Software Purchases", + "privilege": "CompleteFileUpload", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "addon" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "nodegroup" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an asssociated Idp config", - "privilege": "DisassociateIdentityProviderConfig", + "access_level": "Read", + "description": "Grants permission to download the Software files for AWS Elemental Appliances and Software Purchases", + "privilege": "DownloadSoftware", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identityproviderconfig*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the Amazon EKS add-ons in your AWS account (in the specified or default region) for a given cluster", - "privilege": "ListAddons", + "access_level": "Read", + "description": "Grants permission to generate Software Licenses for AWS Elemental Appliances and Software Purchases", + "privilege": "GenerateLicenses", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the Amazon EKS clusters in your AWS account (in the specified or default region)", - "privilege": "ListClusters", + "access_level": "Read", + "description": "Grants permission to describe an activation", + "privilege": "GetActivation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "activation*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the AWS Fargate profiles in your AWS account (in the specified or default region) associated with a given cluster", - "privilege": "ListFargateProfiles", + "access_level": "Read", + "description": "Grants permission to list tags for an AWS Elemental Activations resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "activation" } ] }, { - "access_level": "List", - "description": "Grants permission to list the Idp configs in your AWS account (in the specified or default region) associated with a given cluster", - "privilege": "ListIdentityProviderConfigs", + "access_level": "Read", + "description": "Grants permission to start the process of registering customer account for AWS Elemental Appliances and Software Purchases", + "privilege": "StartAccountRegistration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the Amazon EKS nodegroups in your AWS account (in the specified or default region) attached to given cluster", - "privilege": "ListNodegroups", + "access_level": "Read", + "description": "Grants permission to start the process of uploading a Software file for AWS Elemental Appliances and Software Purchases", + "privilege": "StartFileUpload", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list tags for the specified resource", - "privilege": "ListTagsForResource", + "access_level": "Tagging", + "description": "Grants permission to add a tag for an AWS Elemental Activations resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "addon" + "resource_type": "activation*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster" + "resource_type": "activation" }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to remove a tag from an AWS Elemental Activations resource", + "privilege": "UntagResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fargateprofile" + "resource_type": "activation*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "identityproviderconfig" + "resource_type": "activation" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "nodegroup" + "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:elemental-activations:${Region}:${Account}:activation/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "activation" + } + ], + "service_name": "AWS Elemental Appliances and Software Activation Service" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by request tag", + "type": "String" }, { - "access_level": "List", - "description": "Grants permission to list the updates for a given Amazon EKS cluster/nodegroup/add-on (in the specified or default region)", - "privilege": "ListUpdates", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by resource tag", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by tag keys", + "type": "ArrayOfString" + } + ], + "prefix": "elemental-appliances-software", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to complete an upload of an attachment for a quote or order", + "privilege": "CompleteUpload", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "addon" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an order", + "privilege": "CreateOrderV1", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "nodegroup" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to register an External cluster", - "privilege": "RegisterCluster", + "access_level": "Tagging", + "description": "Grants permission to create a quote", + "privilege": "CreateQuote", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "quote*" + }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -91190,204 +107877,208 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag the specified resource", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to validate an address", + "privilege": "GetAvsCorrectAddress", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "addon" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "cluster" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list the billing addresses in the user account", + "privilege": "GetBillingAddresses", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fargateprofile" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list the delivery addresses in the user account", + "privilege": "GetDeliveryAddressesV2", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identityproviderconfig" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe an order", + "privilege": "GetOrder", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "nodegroup" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag the specified resource", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to list the orders in the user account", + "privilege": "GetOrdersV2", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "addon" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a quote", + "privilege": "GetQuote", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster" - }, + "resource_type": "quote*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to calculate taxes for an order", + "privilege": "GetTaxes", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fargateprofile" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the quotes in the user account", + "privilege": "ListQuotes", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "identityproviderconfig" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to lists tags for an AWS Elemental Appliances and Software resource", + "privilege": "ListTagsForResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "nodegroup" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "quote" } ] }, { "access_level": "Write", - "description": "Grants permission to update Amazon EKS add-on configurations, such as the VPC-CNI version", - "privilege": "UpdateAddon", + "description": "Grants permission to start an upload of an attachment for a quote or order", + "privilege": "StartUpload", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "addon*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update Amazon EKS cluster configurations (eg: API server endpoint access)", - "privilege": "UpdateClusterConfig", + "description": "Grants permission to submit an order", + "privilege": "SubmitOrderV1", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the Kubernetes version of an Amazon EKS cluster", - "privilege": "UpdateClusterVersion", + "access_level": "Tagging", + "description": "Grants permission to tag an AWS Elemental Appliances and Software resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "quote" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update Amazon EKS nodegroup configurations (eg: min/max/desired capacity or labels)", - "privilege": "UpdateNodegroupConfig", + "access_level": "Tagging", + "description": "Grants permission to remove a tag from an AWS Elemental Appliances and Software resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "nodegroup*" + "resource_type": "quote" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the Kubernetes version of an Amazon EKS nodegroup", - "privilege": "UpdateNodegroupVersion", + "description": "Grants permission to modify a quote", + "privilege": "UpdateQuote", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "nodegroup*" + "resource_type": "quote*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:eks:${Region}:${Account}:cluster/${ClusterName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "cluster" - }, - { - "arn": "arn:${Partition}:eks:${Region}:${Account}:nodegroup/${ClusterName}/${NodegroupName}/${UUID}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "nodegroup" - }, - { - "arn": "arn:${Partition}:eks:${Region}:${Account}:addon/${ClusterName}/${AddonName}/${UUID}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "addon" - }, - { - "arn": "arn:${Partition}:eks:${Region}:${Account}:fargateprofile/${ClusterName}/${FargateProfileName}/${UUID}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "fargateprofile" - }, - { - "arn": "arn:${Partition}:eks:${Region}:${Account}:identityproviderconfig/${ClusterName}/${IdentityProviderType}/${IdentityProviderConfigName}/${UUID}", + "arn": "arn:${Partition}:elemental-appliances-software:${Region}:${Account}:quote/${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "identityproviderconfig" + "resource": "quote" } ], - "service_name": "Amazon Elastic Kubernetes Service" + "service_name": "AWS Elemental Appliances and Software" }, { "conditions": [], - "prefix": "elastic-inference", + "prefix": "elemental-support-cases", "privileges": [ { "access_level": "Write", - "description": "Grants permission to customer for connecting to Elastic Inference accelerator", - "privilege": "Connect", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "accelerator*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe the locations in which a given accelerator type or set of types is present in a given region", - "privilege": "DescribeAcceleratorOfferings", + "description": "Grants permission to verify whether the caller has the permissions to perform support case operations", + "privilege": "CheckCasePermission", "resource_types": [ { "condition_keys": [], @@ -91397,9 +108088,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe the accelerator types available in a given region, as well as their characteristics, such as memory and throughput", - "privilege": "DescribeAcceleratorTypes", + "access_level": "Write", + "description": "Grants permission to create a support case", + "privilege": "CreateCase", "resource_types": [ { "condition_keys": [], @@ -91409,9 +108100,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe information over a provided set of accelerators belonging to an account", - "privilege": "DescribeAccelerators", + "access_level": "Read", + "description": "Grants permission to describe a support case in your account", + "privilege": "GetCase", "resource_types": [ { "condition_keys": [], @@ -91422,8 +108113,8 @@ }, { "access_level": "Read", - "description": "Grants permission to list all tags on an Amazon RDS resource", - "privilege": "ListTagsForResource", + "description": "Grants permission to list the support cases in your account", + "privilege": "GetCases", "resource_types": [ { "condition_keys": [], @@ -91433,9 +108124,9 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to assign one or more tags (key-value pairs) to the specified QuickSight resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to update a support case", + "privilege": "UpdateCase", "resource_types": [ { "condition_keys": [], @@ -91443,11 +108134,19 @@ "resource_type": "" } ] - }, + } + ], + "resources": [], + "service_name": "AWS Elemental Support Cases" + }, + { + "conditions": [], + "prefix": "elemental-support-content", + "privileges": [ { - "access_level": "Tagging", - "description": "Grants permission to remove a tag or tags from a resource", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to search support content", + "privilege": "Query", "resource_types": [ { "condition_keys": [], @@ -91457,186 +108156,60 @@ ] } ], - "resources": [ - { - "arn": "arn:${Partition}:elastic-inference:${Region}:${Account}:elastic-inference-accelerator/${AcceleratorId}", - "condition_keys": [], - "resource": "accelerator" - } - ], - "service_name": "Amazon Elastic Inference" + "resources": [], + "service_name": "AWS Elemental Support Content" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters actions based on the tags that are passed in the request", + "description": "Filters access by the tag key-value pairs present in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on the tags associated with the resource", + "description": "Filters access by the tag key-value pairs attached to the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters actions based on the tag keys that are passed in the request", + "description": "Filters access by the tag keys present in the request", "type": "ArrayOfString" }, { - "condition": "elasticache:AtRestEncryptionEnabled", - "description": "Filters access by the AtRestEncryptionEnabled parameter present in the request or default false value if parameter is not present", - "type": "Bool" - }, - { - "condition": "elasticache:AuthTokenEnabled", - "description": "Filters access by the presence of non empty AuthToken parameter in the request", - "type": "Bool" - }, - { - "condition": "elasticache:AutomaticFailoverEnabled", - "description": "Filters access by the AutomaticFailoverEnabled parameter in the request", - "type": "Bool" - }, - { - "condition": "elasticache:CacheNodeType", - "description": "Filters access by the cacheNodeType parameter present in the request. This key can be used to restrict which cache node types can be used on cluster creation or scaling operations", - "type": "String" - }, - { - "condition": "elasticache:CacheParameterGroupName", - "description": "Filters access by the CacheParameterGroupName parameter in the request", - "type": "String" - }, - { - "condition": "elasticache:ClusterModeEnabled", - "description": "Filters access by the cluster mode parameter present in the request. Default value for single node group (shard) creations is false", - "type": "Bool" - }, - { - "condition": "elasticache:EngineType", - "description": "Filters access by the engine type present in creation requests. For replication group creations, default engine 'redis' is used as key if parameter is not present", - "type": "String" - }, - { - "condition": "elasticache:EngineVersion", - "description": "Filters access by the engineVersion parameter present in creation or cluster modification requests", - "type": "String" - }, - { - "condition": "elasticache:KmsKeyId", - "description": "Filters access by the KmsKeyId parameter in the request", - "type": "String" - }, - { - "condition": "elasticache:MultiAZEnabled", - "description": "Filters access by the AZMode parameter, MultiAZEnabled parameter or the number of availability zones that the cluster or replication group can be placed in", - "type": "Bool" - }, - { - "condition": "elasticache:NumNodeGroups", - "description": "Filters access by the NumNodeGroups or NodeGroupCount parameter specified in the request. This key can be used to restrict the number of node groups (shards) clusters can have after creation or scaling operations", - "type": "Numeric" - }, - { - "condition": "elasticache:ReplicasPerNodeGroup", - "description": "Filters access by the number of replicas per node group (shards) specified in creations or scaling requests", - "type": "Numeric" - }, - { - "condition": "elasticache:SnapshotRetentionLimit", - "description": "Filters access by the SnapshotRetentionLimit parameter in the request", - "type": "Numeric" - }, - { - "condition": "elasticache:TransitEncryptionEnabled", - "description": "Filters access by the TransitEncryptionEnabled parameter present in the request. For replication group creations, default value 'false' is used as key if parameter is not present", - "type": "Bool" + "condition": "emr-containers:ExecutionRoleArn", + "description": "Filters access by the execution role arn present in the request", + "type": "ARN" }, { - "condition": "elasticache:UserAuthenticationMode", - "description": "Filters access by the UserAuthenticationMode parameter in the request", - "type": "String" + "condition": "emr-containers:JobTemplateArn", + "description": "Filters access by the job template arn present in the request", + "type": "ARN" } ], - "prefix": "elasticache", + "prefix": "emr-containers", "privileges": [ { - "access_level": "Tagging", - "description": "Grants permission to add tags to an ElastiCache resource", - "privilege": "AddTagsToResource", + "access_level": "Write", + "description": "Grants permission to cancel a job run", + "privilege": "CancelJobRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "parametergroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "replicationgroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "reserved-instance" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "securitygroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "snapshot" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "subnetgroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "user" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "usergroup" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "jobRun*" } ] }, { "access_level": "Write", - "description": "Grants permission to authorize an EC2 security group on a ElastiCache security group", - "privilege": "AuthorizeCacheSecurityGroupIngress", + "description": "Grants permission to create a job template", + "privilege": "CreateJobTemplate", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "ec2:AuthorizeSecurityGroupIngress" - ], - "resource_type": "securitygroup*" - }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -91645,29 +108218,19 @@ }, { "access_level": "Write", - "description": "Grants permission to apply ElastiCache service updates to sets of clusters and replication groups", - "privilege": "BatchApplyUpdateAction", + "description": "Grants permission to create a managed endpoint", + "privilege": "CreateManagedEndpoint", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DeleteNetworkInterface", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs", - "s3:GetObject" - ], - "resource_type": "cluster" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "replicationgroup" + "resource_type": "virtualCluster*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "emr-containers:ExecutionRoleArn" ], "dependent_actions": [], "resource_type": "" @@ -91676,22 +108239,13 @@ }, { "access_level": "Write", - "description": "Grants permission to stop ElastiCache service updates from being executed on a set of clusters", - "privilege": "BatchStopUpdateAction", + "description": "Grants permission to create a virtual cluster", + "privilege": "CreateVirtualCluster", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "cluster" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "replicationgroup" - }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -91700,393 +108254,191 @@ }, { "access_level": "Write", - "description": "Grants permission to complete an online migration of data from hosted Redis on Amazon EC2 to ElastiCache", - "privilege": "CompleteMigration", + "description": "Grants permission to delete a job template", + "privilege": "DeleteJobTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "replicationgroup" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "jobTemplate*" } ] }, { "access_level": "Write", - "description": "Allows an IAM user or role to connect as a specified ElastiCache user to a node in a replication group", - "privilege": "Connect", + "description": "Grants permission to delete a managed endpoint", + "privilege": "DeleteManagedEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "replicationgroup*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "user*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "managedEndpoint*" } ] }, { "access_level": "Write", - "description": "Grants permission to make a copy of an existing snapshot", - "privilege": "CopySnapshot", + "description": "Grants permission to delete a virtual cluster", + "privilege": "DeleteVirtualCluster", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "elasticache:AddTagsToResource", - "s3:DeleteObject", - "s3:GetBucketAcl", - "s3:PutObject" - ], - "resource_type": "snapshot*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "elasticache:KmsKeyId" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "virtualCluster*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a cache cluster", - "privilege": "CreateCacheCluster", + "access_level": "Read", + "description": "Grants permission to describe a job run", + "privilege": "DescribeJobRun", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DeleteNetworkInterface", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs", - "elasticache:AddTagsToResource", - "s3:GetObject" - ], - "resource_type": "parametergroup*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "elasticache:CacheNodeType", - "elasticache:EngineVersion", - "elasticache:EngineType", - "elasticache:MultiAZEnabled", - "elasticache:AuthTokenEnabled", - "elasticache:SnapshotRetentionLimit", - "elasticache:CacheParameterGroupName" - ], - "dependent_actions": [], - "resource_type": "cluster" - }, - { - "condition_keys": [ - "elasticache:CacheNodeType", - "elasticache:EngineVersion", - "elasticache:EngineType", - "elasticache:MultiAZEnabled", - "elasticache:AuthTokenEnabled", - "elasticache:SnapshotRetentionLimit", - "elasticache:CacheParameterGroupName" - ], - "dependent_actions": [], - "resource_type": "replicationgroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "securitygroup" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot" - }, + "resource_type": "jobRun*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a job template", + "privilege": "DescribeJobTemplate", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "subnetgroup" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "jobTemplate*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a parameter group", - "privilege": "CreateCacheParameterGroup", + "access_level": "Read", + "description": "Grants permission to describe a managed endpoint", + "privilege": "DescribeManagedEndpoint", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "elasticache:AddTagsToResource" - ], - "resource_type": "parametergroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "elasticache:CacheParameterGroupName" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "managedEndpoint*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a cache security group", - "privilege": "CreateCacheSecurityGroup", + "access_level": "Read", + "description": "Grants permission to describe a virtual cluster", + "privilege": "DescribeVirtualCluster", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "elasticache:AddTagsToResource" - ], - "resource_type": "securitygroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "virtualCluster*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a cache subnet group", - "privilege": "CreateCacheSubnetGroup", + "description": "Grants permission to generate a session token used to connect to a managed endpoint", + "privilege": "GetManagedEndpointSessionCredentials", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "elasticache:AddTagsToResource" - ], - "resource_type": "subnetgroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "managedEndpoint*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a global replication group", - "privilege": "CreateGlobalReplicationGroup", + "access_level": "List", + "description": "Grants permission to list job runs associated with a virtual cluster", + "privilege": "ListJobRuns", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "globalreplicationgroup*" - }, + "resource_type": "virtualCluster*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list job templates", + "privilege": "ListJobTemplates", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "replicationgroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a replication group", - "privilege": "CreateReplicationGroup", + "access_level": "List", + "description": "Grants permission to list managed endpoints associated with a virtual cluster", + "privilege": "ListManagedEndpoints", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DeleteNetworkInterface", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs", - "elasticache:AddTagsToResource", - "s3:GetObject" - ], - "resource_type": "parametergroup*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "cluster" - }, - { - "condition_keys": [ - "elasticache:NumNodeGroups", - "elasticache:CacheNodeType", - "elasticache:ReplicasPerNodeGroup", - "elasticache:EngineVersion", - "elasticache:EngineType", - "elasticache:AtRestEncryptionEnabled", - "elasticache:TransitEncryptionEnabled", - "elasticache:AutomaticFailoverEnabled", - "elasticache:MultiAZEnabled", - "elasticache:ClusterModeEnabled", - "elasticache:AuthTokenEnabled", - "elasticache:SnapshotRetentionLimit", - "elasticache:KmsKeyId", - "elasticache:CacheParameterGroupName" - ], - "dependent_actions": [], - "resource_type": "globalreplicationgroup" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "elasticache:NumNodeGroups", - "elasticache:CacheNodeType", - "elasticache:ReplicasPerNodeGroup", - "elasticache:EngineVersion", - "elasticache:EngineType", - "elasticache:AtRestEncryptionEnabled", - "elasticache:TransitEncryptionEnabled", - "elasticache:AutomaticFailoverEnabled", - "elasticache:MultiAZEnabled", - "elasticache:ClusterModeEnabled", - "elasticache:AuthTokenEnabled", - "elasticache:SnapshotRetentionLimit", - "elasticache:KmsKeyId", - "elasticache:CacheParameterGroupName" - ], "dependent_actions": [], - "resource_type": "replicationgroup" - }, + "resource_type": "virtualCluster*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list tags for the specified resource", + "privilege": "ListTagsForResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "securitygroup" + "resource_type": "jobRun" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot" + "resource_type": "jobTemplate" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "subnetgroup" + "resource_type": "managedEndpoint" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "usergroup" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "virtualCluster" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a copy of an entire Redis cluster at a specific moment in time", - "privilege": "CreateSnapshot", + "access_level": "List", + "description": "Grants permission to list virtual clusters", + "privilege": "ListVirtualClusters", "resource_types": [ - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "elasticache:KmsKeyId" - ], - "dependent_actions": [ - "elasticache:AddTagsToResource", - "s3:DeleteObject", - "s3:GetBucketAcl", - "s3:PutObject" - ], - "resource_type": "snapshot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "cluster" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "replicationgroup" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a user for Redis. Users are supported from Redis 6.0 onwards", - "privilege": "CreateUser", + "description": "Grants permission to start a job run", + "privilege": "StartJobRun", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "elasticache:AddTagsToResource" - ], - "resource_type": "user*" + "dependent_actions": [], + "resource_type": "virtualCluster*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", "aws:RequestTag/${TagKey}", "aws:TagKeys", - "elasticache:UserAuthenticationMode" + "emr-containers:ExecutionRoleArn", + "emr-containers:JobTemplateArn" ], "dependent_actions": [], "resource_type": "" @@ -92094,47 +108446,34 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a user group for Redis. Groups are supported from Redis 6.0 onwards", - "privilege": "CreateUserGroup", + "access_level": "Tagging", + "description": "Grants permission to tag the specified resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "elasticache:AddTagsToResource" - ], - "resource_type": "user*" + "dependent_actions": [], + "resource_type": "jobRun" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "usergroup*" + "resource_type": "jobTemplate" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to decrease the number of node groups in global replication groups", - "privilege": "DecreaseNodeGroupsInGlobalReplicationGroup", - "resource_types": [ + "resource_type": "managedEndpoint" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "globalreplicationgroup*" + "resource_type": "virtualCluster" }, { "condition_keys": [ - "elasticache:NumNodeGroups" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -92142,189 +108481,127 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to decrease the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group", - "privilege": "DecreaseReplicaCount", + "access_level": "Tagging", + "description": "Grants permission to untag the specified resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DeleteNetworkInterface", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs" - ], - "resource_type": "replicationgroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticache:ReplicasPerNodeGroup" - ], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a previously provisioned cluster", - "privilege": "DeleteCacheCluster", - "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DeleteNetworkInterface", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs" - ], - "resource_type": "cluster*" + "resource_type": "jobRun" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete the specified cache parameter group", - "privilege": "DeleteCacheParameterGroup", - "resource_types": [ + "resource_type": "jobTemplate" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "parametergroup*" + "resource_type": "managedEndpoint" }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticache:CacheParameterGroupName" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a cache security group", - "privilege": "DeleteCacheSecurityGroup", - "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "securitygroup*" + "resource_type": "virtualCluster" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:emr-containers:${Region}:${Account}:/virtualclusters/${VirtualClusterId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "virtualCluster" }, { - "access_level": "Write", - "description": "Grants permission to delete a cache subnet group", - "privilege": "DeleteCacheSubnetGroup", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DeleteNetworkInterface", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs" - ], - "resource_type": "subnetgroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" - } - ] + "arn": "arn:${Partition}:emr-containers:${Region}:${Account}:/virtualclusters/${VirtualClusterId}/jobruns/${JobRunId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "jobRun" }, { - "access_level": "Write", - "description": "Grants permission to delete an existing global replication group", - "privilege": "DeleteGlobalReplicationGroup", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "globalreplicationgroup*" - } - ] + "arn": "arn:${Partition}:emr-containers:${Region}:${Account}:/jobtemplates/${JobTemplateId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "jobTemplate" + }, + { + "arn": "arn:${Partition}:emr-containers:${Region}:${Account}:/virtualclusters/${VirtualClusterId}/endpoints/${EndpointId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "managedEndpoint" + } + ], + "service_name": "Amazon EMR on EKS (EMR Containers)" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag key-value pairs attached to the resource", + "type": "String" }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "emr-serverless", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to delete an existing replication group", - "privilege": "DeleteReplicationGroup", + "description": "Grants permission to execute interactive workloads on an application", + "privilege": "AccessInteractiveEndpoints", "resource_types": [ - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DeleteNetworkInterface", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs" - ], - "resource_type": "replicationgroup*" - }, { "condition_keys": [], - "dependent_actions": [], - "resource_type": "snapshot" + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "application*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an existing snapshot", - "privilege": "DeleteSnapshot", + "description": "Grants permission to cancel a job run", + "privilege": "CancelJobRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "jobRun*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an existing user and thus remove it from all user groups and replication groups where it was assigned", - "privilege": "DeleteUser", + "description": "Grants permission to create an Application", + "privilege": "CreateApplication", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "user*" - }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -92333,179 +108610,158 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an existing user group", - "privilege": "DeleteUserGroup", + "description": "Grants permission to delete an application", + "privilege": "DeleteApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "usergroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list information about provisioned cache clusters", - "privilege": "DescribeCacheClusters", + "access_level": "Read", + "description": "Grants permission to get application", + "privilege": "GetApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list available cache engines and their versions", - "privilege": "DescribeCacheEngineVersions", + "access_level": "Read", + "description": "Grants permission to get job run dashboard", + "privilege": "GetDashboardForJobRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "jobRun*" } ] }, { - "access_level": "List", - "description": "Grants permission to list cache parameter group descriptions", - "privilege": "DescribeCacheParameterGroups", + "access_level": "Read", + "description": "Grants permission to get a job run", + "privilege": "GetJobRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "parametergroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "jobRun*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve the detailed parameter list for a particular cache parameter group", - "privilege": "DescribeCacheParameters", + "description": "Grants permission to list applications", + "privilege": "ListApplications", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "parametergroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list cache security group descriptions", - "privilege": "DescribeCacheSecurityGroups", + "description": "Grants permission to list job runs associated with an application", + "privilege": "ListJobRuns", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "securitygroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list cache subnet group descriptions", - "privilege": "DescribeCacheSubnetGroups", + "access_level": "Read", + "description": "Grants permission to list tags for the specified resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "subnetgroup*" + "resource_type": "application" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "jobRun" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve the default engine and system parameter information for the specified cache engine", - "privilege": "DescribeEngineDefaultParameters", + "access_level": "Write", + "description": "Grants permission to Start an application", + "privilege": "StartApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list events related to clusters, cache security groups, and cache parameter groups", - "privilege": "DescribeEvents", + "access_level": "Write", + "description": "Grants permission to start a job run", + "privilege": "StartJobRun", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "application*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list information about global replication groups", - "privilege": "DescribeGlobalReplicationGroups", + "access_level": "Write", + "description": "Grants permission to Stop an application", + "privilege": "StopApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "globalreplicationgroup*" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list information about provisioned replication groups", - "privilege": "DescribeReplicationGroups", + "access_level": "Tagging", + "description": "Grants permission to tag the specified resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "replicationgroup*" + "resource_type": "application" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "jobRun" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -92513,18 +108769,23 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list information about purchased reserved cache nodes", - "privilege": "DescribeReservedCacheNodes", + "access_level": "Tagging", + "description": "Grants permission to untag the specified resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "reserved-instance*" + "resource_type": "application" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "jobRun" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -92532,42 +108793,65 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list available reserved cache node offerings", - "privilege": "DescribeReservedCacheNodesOfferings", + "access_level": "Write", + "description": "Grants permission to Update an application", + "privilege": "UpdateApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:emr-serverless:${Region}:${Account}:/applications/${ApplicationId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "application" }, { - "access_level": "List", - "description": "Grants permission to list details of the service updates", - "privilege": "DescribeServiceUpdates", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] + "arn": "arn:${Partition}:emr-serverless:${Region}:${Account}:/applications/${ApplicationId}/jobruns/${JobRunId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "jobRun" + } + ], + "service_name": "Amazon EMR Serverless" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by a key that is present in the request the user makes to the entity resolution service", + "type": "String" }, { - "access_level": "List", - "description": "Grants permission to list information about cluster or replication group snapshots", - "privilege": "DescribeSnapshots", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by a tag key and value pair", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the list of all the tag key names present in the request the user makes to the entity resolution service", + "type": "ArrayOfString" + } + ], + "prefix": "entityresolution", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create a idmapping workflow", + "privilege": "CreateIdMappingWorkflow", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "snapshot*" - }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -92575,23 +108859,14 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list details of the update actions for a set of clusters or replication groups", - "privilege": "DescribeUpdateActions", + "access_level": "Write", + "description": "Grants permission to create a matching workflow", + "privilege": "CreateMatchingWorkflow", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "cluster" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "replicationgroup" - }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -92599,18 +108874,14 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list information about Redis user groups", - "privilege": "DescribeUserGroups", + "access_level": "Write", + "description": "Grants permission to create a schema mapping", + "privilege": "CreateSchemaMapping", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "usergroup*" - }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -92618,410 +108889,204 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list information about Redis users", - "privilege": "DescribeUsers", + "access_level": "Write", + "description": "Grants permission to delete a idmapping workflow", + "privilege": "DeleteIdMappingWorkflow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "IdMappingWorkflow*" } ] }, { "access_level": "Write", - "description": "Grants permission to remove a secondary replication group from the global replication group", - "privilege": "DisassociateGlobalReplicationGroup", + "description": "Grants permission to delete a matching workflow", + "privilege": "DeleteMatchingWorkflow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "globalreplicationgroup*" + "resource_type": "MatchingWorkflow*" } ] }, { "access_level": "Write", - "description": "Grants permission to failover the primary region to a selected secondary region of a global replication group", - "privilege": "FailoverGlobalReplicationGroup", + "description": "Grants permission to delete a schema mapping", + "privilege": "DeleteSchemaMapping", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "globalreplicationgroup*" + "resource_type": "SchemaMapping*" } ] }, { - "access_level": "Write", - "description": "Grants permission to increase the number of node groups in a global replication group", - "privilege": "IncreaseNodeGroupsInGlobalReplicationGroup", + "access_level": "Read", + "description": "Grants permission to get a idmapping job", + "privilege": "GetIdMappingJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "globalreplicationgroup*" - }, - { - "condition_keys": [ - "elasticache:NumNodeGroups" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "IdMappingWorkflow*" } ] }, { - "access_level": "Write", - "description": "Grants permission to increase the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group", - "privilege": "IncreaseReplicaCount", + "access_level": "Read", + "description": "Grants permission to get a idmapping workflow", + "privilege": "GetIdMappingWorkflow", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DeleteNetworkInterface", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs" - ], - "resource_type": "replicationgroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticache:ReplicasPerNodeGroup" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "IdMappingWorkflow*" } ] }, { - "access_level": "List", - "description": "Grants permission to list available node type that can be used to scale a particular Redis cluster or replication group", - "privilege": "ListAllowedNodeTypeModifications", + "access_level": "Read", + "description": "Grants permission to get match Id", + "privilege": "GetMatchId", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "replicationgroup" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "MatchingWorkflow*" } ] }, { "access_level": "Read", - "description": "Grants permission to list tags for an ElastiCache resource", - "privilege": "ListTagsForResource", + "description": "Grants permission to get a matching job", + "privilege": "GetMatchingJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "parametergroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "replicationgroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "reserved-instance" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "securitygroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "snapshot" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "subnetgroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "user" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "usergroup" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "MatchingWorkflow*" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify settings for a cluster", - "privilege": "ModifyCacheCluster", + "access_level": "Read", + "description": "Grants permission to get a matching workflow", + "privilege": "GetMatchingWorkflow", "resource_types": [ - { - "condition_keys": [ - "elasticache:CacheNodeType", - "elasticache:EngineVersion", - "elasticache:MultiAZEnabled", - "elasticache:AuthTokenEnabled", - "elasticache:SnapshotRetentionLimit", - "elasticache:CacheParameterGroupName" - ], - "dependent_actions": [], - "resource_type": "cluster*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "parametergroup" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "securitygroup" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "MatchingWorkflow*" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify parameters of a cache parameter group", - "privilege": "ModifyCacheParameterGroup", + "access_level": "Read", + "description": "Grants permission to get provider service", + "privilege": "GetProviderService", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "parametergroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticache:CacheParameterGroupName" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "ProviderService*" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify an existing cache subnet group", - "privilege": "ModifyCacheSubnetGroup", + "access_level": "Read", + "description": "Grants permission to get a schema mapping", + "privilege": "GetSchemaMapping", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "subnetgroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "SchemaMapping*" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify settings for a global replication group", - "privilege": "ModifyGlobalReplicationGroup", + "access_level": "List", + "description": "Grants permission to list idmapping jobs", + "privilege": "ListIdMappingJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "globalreplicationgroup*" - }, - { - "condition_keys": [ - "elasticache:CacheNodeType", - "elasticache:EngineVersion", - "elasticache:AutomaticFailoverEnabled" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "IdMappingWorkflow*" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify the settings for a replication group", - "privilege": "ModifyReplicationGroup", + "access_level": "List", + "description": "Grants permission to list idmapping workflows", + "privilege": "ListIdMappingWorkflows", "resource_types": [ - { - "condition_keys": [ - "elasticache:CacheNodeType", - "elasticache:EngineVersion", - "elasticache:AutomaticFailoverEnabled", - "elasticache:MultiAZEnabled", - "elasticache:AuthTokenEnabled", - "elasticache:SnapshotRetentionLimit", - "elasticache:CacheParameterGroupName", - "elasticache:TransitEncryptionEnabled", - "elasticache:ClusterModeEnabled" - ], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DeleteNetworkInterface", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs" - ], - "resource_type": "replicationgroup*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "parametergroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "securitygroup" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "usergroup" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to add shards, remove shards, or rebalance the keyspaces among existing shards of a replication group", - "privilege": "ModifyReplicationGroupShardConfiguration", + "access_level": "List", + "description": "Grants permission to list matching jobs", + "privilege": "ListMatchingJobs", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DeleteNetworkInterface", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs" - ], - "resource_type": "replicationgroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticache:NumNodeGroups" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "MatchingWorkflow*" } ] }, { - "access_level": "Write", - "description": "Grants permission to change Redis user password(s) and/or access string", - "privilege": "ModifyUser", + "access_level": "List", + "description": "Grants permission to list matching workflows", + "privilege": "ListMatchingWorkflows", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticache:UserAuthenticationMode" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to change list of users that belong to the user group", - "privilege": "ModifyUserGroup", + "access_level": "List", + "description": "Grants permission to list provider service", + "privilege": "ListProviderServices", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - }, + "resource_type": "ProviderService*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list schema mappings", + "privilege": "ListSchemaMappings", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "usergroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to purchase a reserved cache node offering", - "privilege": "PurchaseReservedCacheNodesOffering", + "access_level": "Read", + "description": "Grants permission to List tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "elasticache:AddTagsToResource" - ], - "resource_type": "reserved-instance*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], "resource_type": "" } @@ -93029,89 +109094,37 @@ }, { "access_level": "Write", - "description": "Grants permission to perform a key space rebalance operation to redistribute slots and ensure uniform key distribution across existing shards in a global replication group", - "privilege": "RebalanceSlotsInGlobalReplicationGroup", + "description": "Grants permission to start a idmapping job", + "privilege": "StartIdMappingJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "globalreplicationgroup*" + "resource_type": "IdMappingWorkflow*" } ] }, { "access_level": "Write", - "description": "Grants permission to reboot some, or all, of the cache nodes within a provisioned cache cluster or replication group (cluster mode disabled)", - "privilege": "RebootCacheCluster", + "description": "Grants permission to start a matching job", + "privilege": "StartMatchingJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "MatchingWorkflow*" } ] }, { "access_level": "Tagging", - "description": "Grants permission to remove tags from a ElastiCache resource", - "privilege": "RemoveTagsFromResource", + "description": "Grants permission to adds tags to a resource", + "privilege": "TagResource", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "cluster" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "parametergroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "replicationgroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "reserved-instance" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "securitygroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "snapshot" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "subnetgroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "user" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "usergroup" - }, { "condition_keys": [ - "aws:TagKeys", - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -93119,19 +109132,14 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to modify parameters of a cache parameter group back to their default values", - "privilege": "ResetCacheParameterGroup", + "access_level": "Tagging", + "description": "Grants permission to untag a resource", + "privilege": "UntagResource", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "parametergroup*" - }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticache:CacheParameterGroupName" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -93140,295 +109148,138 @@ }, { "access_level": "Write", - "description": "Grants permission to remove an EC2 security group ingress from a ElastiCache security group", - "privilege": "RevokeCacheSecurityGroupIngress", + "description": "Grants permission to update a idmapping workflow", + "privilege": "UpdateIdMappingWorkflow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "securitygroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "IdMappingWorkflow*" } ] }, { "access_level": "Write", - "description": "Grants permission to start a migration of data from hosted Redis on Amazon EC2 to ElastiCache for Redis", - "privilege": "StartMigration", + "description": "Grants permission to update a matching workflow", + "privilege": "UpdateMatchingWorkflow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "replicationgroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "MatchingWorkflow*" } ] }, { "access_level": "Write", - "description": "Grants permission to test automatic failover on a specified node group in a replication group", - "privilege": "TestFailover", + "description": "Grants permission to update a schema mapping", + "privilege": "UpdateSchemaMapping", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DeleteNetworkInterface", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs" - ], - "resource_type": "replicationgroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "SchemaMapping*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:elasticache:${Region}:${Account}:parametergroup:${CacheParameterGroupName}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "elasticache:CacheParameterGroupName" - ], - "resource": "parametergroup" - }, - { - "arn": "arn:${Partition}:elasticache:${Region}:${Account}:securitygroup:${CacheSecurityGroupName}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys" - ], - "resource": "securitygroup" - }, - { - "arn": "arn:${Partition}:elasticache:${Region}:${Account}:subnetgroup:${CacheSubnetGroupName}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys" - ], - "resource": "subnetgroup" - }, - { - "arn": "arn:${Partition}:elasticache:${Region}:${Account}:replicationgroup:${ReplicationGroupId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "elasticache:AtRestEncryptionEnabled", - "elasticache:AuthTokenEnabled", - "elasticache:AutomaticFailoverEnabled", - "elasticache:CacheNodeType", - "elasticache:CacheParameterGroupName", - "elasticache:ClusterModeEnabled", - "elasticache:EngineType", - "elasticache:EngineVersion", - "elasticache:KmsKeyId", - "elasticache:MultiAZEnabled", - "elasticache:NumNodeGroups", - "elasticache:ReplicasPerNodeGroup", - "elasticache:SnapshotRetentionLimit", - "elasticache:TransitEncryptionEnabled" - ], - "resource": "replicationgroup" - }, - { - "arn": "arn:${Partition}:elasticache:${Region}:${Account}:cluster:${CacheClusterId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "elasticache:AuthTokenEnabled", - "elasticache:CacheNodeType", - "elasticache:CacheParameterGroupName", - "elasticache:EngineType", - "elasticache:EngineVersion", - "elasticache:MultiAZEnabled", - "elasticache:SnapshotRetentionLimit" - ], - "resource": "cluster" - }, - { - "arn": "arn:${Partition}:elasticache:${Region}:${Account}:reserved-instance:${ReservedCacheNodeId}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys" - ], - "resource": "reserved-instance" - }, - { - "arn": "arn:${Partition}:elasticache:${Region}:${Account}:snapshot:${SnapshotName}", + "arn": "arn:${Partition}:entityresolution::${Account}:matchingworkflow/${WorkflowName}", "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "elasticache:KmsKeyId" + "aws:ResourceTag/${TagKey}" ], - "resource": "snapshot" + "resource": "MatchingWorkflow" }, { - "arn": "arn:${Partition}:elasticache::${Account}:globalreplicationgroup:${GlobalReplicationGroupId}", + "arn": "arn:${Partition}:entityresolution::${Account}:schemamapping/${SchemaName}", "condition_keys": [ - "elasticache:AtRestEncryptionEnabled", - "elasticache:AuthTokenEnabled", - "elasticache:AutomaticFailoverEnabled", - "elasticache:CacheNodeType", - "elasticache:CacheParameterGroupName", - "elasticache:ClusterModeEnabled", - "elasticache:EngineType", - "elasticache:EngineVersion", - "elasticache:KmsKeyId", - "elasticache:MultiAZEnabled", - "elasticache:NumNodeGroups", - "elasticache:ReplicasPerNodeGroup", - "elasticache:SnapshotRetentionLimit", - "elasticache:TransitEncryptionEnabled" + "aws:ResourceTag/${TagKey}" ], - "resource": "globalreplicationgroup" + "resource": "SchemaMapping" }, { - "arn": "arn:${Partition}:elasticache:${Region}:${Account}:user:${UserId}", + "arn": "arn:${Partition}:entityresolution::${Account}:idmappingworkflow/${WorkflowName}", "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "elasticache:UserAuthenticationMode" + "aws:ResourceTag/${TagKey}" ], - "resource": "user" + "resource": "IdMappingWorkflow" }, { - "arn": "arn:${Partition}:elasticache:${Region}:${Account}:usergroup:${UserGroupId}", + "arn": "arn:${Partition}:entityresolution::${Account}:providerservice/${ProviderName}/${ProviderServiceName}", "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}" ], - "resource": "usergroup" + "resource": "ProviderService" } ], - "service_name": "Amazon ElastiCache" + "service_name": "AWS Entity Resolution" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters actions based on the presence of tag key-value pairs in the request", + "description": "Filters access based on the tags that are passed in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on tag key-value pairs attached to the resource", + "description": "Filters access based on the tags associated with the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters actions based on the presence of tag keys in the request", + "description": "Filters access based on the tag keys that are passed in the request", "type": "ArrayOfString" - }, - { - "condition": "elasticbeanstalk:FromApplication", - "description": "Filters access by an application as a dependency or a constraint on an input parameter", - "type": "ARN" - }, - { - "condition": "elasticbeanstalk:FromApplicationVersion", - "description": "Filters access by an application version as a dependency or a constraint on an input parameter", - "type": "ARN" - }, - { - "condition": "elasticbeanstalk:FromConfigurationTemplate", - "description": "Filters access by a configuration template as a dependency or a constraint on an input parameter", - "type": "ARN" - }, - { - "condition": "elasticbeanstalk:FromEnvironment", - "description": "Filters access by an environment as a dependency or a constraint on an input parameter", - "type": "ARN" - }, - { - "condition": "elasticbeanstalk:FromPlatform", - "description": "Filters access by a platform as a dependency or a constraint on an input parameter", - "type": "ARN" - }, - { - "condition": "elasticbeanstalk:FromSolutionStack", - "description": "Filters access by a solution stack as a dependency or a constraint on an input parameter", - "type": "ARN" - }, - { - "condition": "elasticbeanstalk:InApplication", - "description": "Filters access by the application that contains the resource that the action operates on", - "type": "ARN" } ], - "prefix": "elasticbeanstalk", + "prefix": "es", "privileges": [ { "access_level": "Write", - "description": "Grants permission to cancel in-progress environment configuration update or application version deployment", - "privilege": "AbortEnvironmentUpdate", + "description": "Grants permission to the destination domain owner to accept an inbound cross-cluster search connection request", + "privilege": "AcceptInboundConnection", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to an Elastic Beanstalk resource and to update tag values", - "privilege": "AddTags", + "access_level": "Write", + "description": "Grants permission to the destination domain owner to accept an inbound cross-cluster search connection request. This permission is deprecated. Use AcceptInboundConnection instead", + "privilege": "AcceptInboundCrossClusterSearchConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "applicationversion" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "configurationtemplate" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to add the data source for the OpenSearch Service domain", + "privilege": "AddDataSource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment" - }, + "resource_type": "domain*" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to attach resource tags to an OpenSearch Service domain", + "privilege": "AddTags", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "platform" + "resource_type": "domain*" }, { "condition_keys": [ @@ -93442,97 +109293,73 @@ }, { "access_level": "Write", - "description": "Grants permission to apply a scheduled managed action immediately", - "privilege": "ApplyEnvironmentManagedAction", + "description": "Grants permission to associate a package with an OpenSearch Service domain", + "privilege": "AssociatePackage", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate an operations role with an environment", - "privilege": "AssociateEnvironmentOperationsRole", + "description": "Grants permission to provide access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint", + "privilege": "AuthorizeVpcEndpointAccess", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to check CNAME availability", - "privilege": "CheckDNSAvailability", + "access_level": "Write", + "description": "Grants permission to cancel a change on an OpenSearch Service domain", + "privilege": "CancelDomainConfigChange", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to create or update a group of environments, each running a separate component of a single application", - "privilege": "ComposeEnvironments", + "description": "Grants permission to cancel a service software update of a domain. This permission is deprecated. Use CancelServiceSoftwareUpdate instead", + "privilege": "CancelElasticsearchServiceSoftwareUpdate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" - }, - { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], - "dependent_actions": [], - "resource_type": "applicationversion*" + "resource_type": "domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new application", - "privilege": "CreateApplication", + "description": "Grants permission to cancel a service software update of a domain", + "privilege": "CancelServiceSoftwareUpdate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an application version for an application", - "privilege": "CreateApplicationVersion", + "description": "Grants permission to create an Amazon OpenSearch Service domain", + "privilege": "CreateDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" - }, - { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], - "dependent_actions": [], - "resource_type": "applicationversion*" + "resource_type": "domain" }, { "condition_keys": [ @@ -93546,24 +109373,16 @@ }, { "access_level": "Write", - "description": "Grants permission to create a configuration template", - "privilege": "CreateConfigurationTemplate", + "description": "Grants permission to create an OpenSearch Service domain. This permission is deprecated. Use CreateDomain instead", + "privilege": "CreateElasticsearchDomain", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "configurationtemplate*" + "resource_type": "domain" }, { "condition_keys": [ - "elasticbeanstalk:FromApplication", - "elasticbeanstalk:FromApplicationVersion", - "elasticbeanstalk:FromConfigurationTemplate", - "elasticbeanstalk:FromEnvironment", - "elasticbeanstalk:FromSolutionStack", - "elasticbeanstalk:FromPlatform", "aws:RequestTag/${TagKey}", "aws:TagKeys" ], @@ -93574,25 +109393,11 @@ }, { "access_level": "Write", - "description": "Grants permission to launch an environment for an application", - "privilege": "CreateEnvironment", + "description": "Grants permission to create the service-linked role required for OpenSearch Service domains that use VPC access. This permission is deprecated. OpenSearch Service creates the service-linked role for you", + "privilege": "CreateElasticsearchServiceRole", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], - "dependent_actions": [], - "resource_type": "environment*" - }, - { - "condition_keys": [ - "elasticbeanstalk:FromApplicationVersion", - "elasticbeanstalk:FromConfigurationTemplate", - "elasticbeanstalk:FromSolutionStack", - "elasticbeanstalk:FromPlatform", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -93600,1026 +109405,680 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new version of a custom platform", - "privilege": "CreatePlatformVersion", + "description": "Grants permission to create a new cross-cluster search connection from a source domain to a destination domain", + "privilege": "CreateOutboundConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "platform*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to create the Amazon S3 storage location for the account", - "privilege": "CreateStorageLocation", + "description": "Grants permission to create a new cross-cluster search connection from a source domain to a destination domain. This permission is deprecated. Use CreateOutboundConnection instead", + "privilege": "CreateOutboundCrossClusterSearchConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an application along with all associated versions and configurations", - "privilege": "DeleteApplication", + "description": "Grants permission to add a package for use with OpenSearch Service domains", + "privilege": "CreatePackage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an application version from an application", - "privilege": "DeleteApplicationVersion", + "description": "Grants permission to create the service-linked role required for Amazon OpenSearch Service domains that use VPC access", + "privilege": "CreateServiceRole", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "applicationversion*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a configuration template", - "privilege": "DeleteConfigurationTemplate", + "description": "Grants permission to create an Amazon OpenSearch Service-managed VPC endpoint", + "privilege": "CreateVpcEndpoint", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "configurationtemplate*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the draft configuration associated with the running environment", - "privilege": "DeleteEnvironmentConfiguration", + "description": "Grants permission to delete the data source for the OpenSearch Service domain", + "privilege": "DeleteDataSource", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a version of a custom platform", - "privilege": "DeletePlatformVersion", + "description": "Grants permission to delete an Amazon OpenSearch Service domain and all of its data", + "privilege": "DeleteDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "platform*" + "resource_type": "domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a list of account attributes, including resource quotas", - "privilege": "DescribeAccountAttributes", + "access_level": "Write", + "description": "Grants permission to delete an OpenSearch Service domain and all of its data. This permission is deprecated. Use DeleteDomain instead", + "privilege": "DeleteElasticsearchDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of application versions stored in an AWS Elastic Beanstalk storage bucket", - "privilege": "DescribeApplicationVersions", + "access_level": "Write", + "description": "Grants permission to delete the service-linked role required for OpenSearch Service domains that use VPC access. This permission is deprecated. Use the IAM API to delete service-linked roles", + "privilege": "DeleteElasticsearchServiceRole", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "applicationversion" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve the descriptions of existing applications", - "privilege": "DescribeApplications", + "access_level": "Write", + "description": "Grants permission to the destination domain owner to delete an existing inbound cross-cluster search connection", + "privilege": "DeleteInboundConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve descriptions of environment configuration options", - "privilege": "DescribeConfigurationOptions", + "access_level": "Write", + "description": "Grants permission to the destination domain owner to delete an existing inbound cross-cluster search connection. This permission is deprecated. Use DeleteInboundConnection instead", + "privilege": "DeleteInboundCrossClusterSearchConnection", "resource_types": [ - { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], - "dependent_actions": [], - "resource_type": "configurationtemplate" - }, - { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], - "dependent_actions": [], - "resource_type": "environment" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "solutionstack" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a description of the settings for a configuration set", - "privilege": "DescribeConfigurationSettings", + "access_level": "Write", + "description": "Grants permission to the source domain owner to delete an existing outbound cross-cluster search connection", + "privilege": "DeleteOutboundConnection", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], - "dependent_actions": [], - "resource_type": "configurationtemplate" - }, - { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "environment" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the overall health of an environment", - "privilege": "DescribeEnvironmentHealth", + "access_level": "Write", + "description": "Grants permission to the source domain owner to delete an existing outbound cross-cluster search connection. This permission is deprecated. Use DeleteOutboundConnection instead", + "privilege": "DeleteOutboundCrossClusterSearchConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a list of an environment's completed and failed managed actions", - "privilege": "DescribeEnvironmentManagedActionHistory", + "access_level": "Write", + "description": "Grants permission to delete a package from OpenSearch Service. The package cannot be associated with any domains", + "privilege": "DeletePackage", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "environment" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a list of an environment's upcoming and in-progress managed actions", - "privilege": "DescribeEnvironmentManagedActions", + "access_level": "Write", + "description": "Grants permission to delete an Amazon OpenSearch Service-managed interface VPC endpoint", + "privilege": "DeleteVpcEndpoint", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "environment" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a list of AWS resources for an environment", - "privilege": "DescribeEnvironmentResources", + "description": "Grants permission to view a description of the domain configuration for the specified OpenSearch Service domain, including the domain ID, service endpoint, and ARN", + "privilege": "DescribeDomain", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "environment" + "resource_type": "domain*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve descriptions for existing environments", - "privilege": "DescribeEnvironments", + "access_level": "Read", + "description": "Grants permission to view the Auto-Tune configuration of the domain for the specified OpenSearch Service domain, including the Auto-Tune state and maintenance schedules", + "privilege": "DescribeDomainAutoTunes", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "environment" + "resource_type": "domain*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a list of event descriptions matching a set of criteria", - "privilege": "DescribeEvents", + "description": "Grants permission to view detail stage progress of an OpenSearch Service domain", + "privilege": "DescribeDomainChangeProgress", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application" - }, - { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], - "dependent_actions": [], - "resource_type": "applicationversion" - }, - { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], - "dependent_actions": [], - "resource_type": "configurationtemplate" - }, - { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], - "dependent_actions": [], - "resource_type": "environment" + "resource_type": "domain*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve more detailed information about the health of environment instances", - "privilege": "DescribeInstancesHealth", + "description": "Grants permission to view a description of the configuration options and status of an OpenSearch Service domain", + "privilege": "DescribeDomainConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment" + "resource_type": "domain*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a description of a platform version", - "privilege": "DescribePlatformVersion", + "description": "Grants permission to view information about domain and node health, the standby Availability Zone, number of nodes per Availability Zone, and shard count per node", + "privilege": "DescribeDomainHealth", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "platform" + "resource_type": "domain*" } ] }, { - "access_level": "Write", - "description": "Grants permission to disassociate an operations role with an environment", - "privilege": "DisassociateEnvironmentOperationsRole", + "access_level": "Read", + "description": "Grants permission to view information about nodes configured for the domain and their configurations- the node id, type of node, status of node, Availability Zone, instance type and storage", + "privilege": "DescribeDomainNodes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "domain*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve a list of the available solution stack names", - "privilege": "ListAvailableSolutionStacks", + "description": "Grants permission to view a description of the domain configuration for up to five specified OpenSearch Service domains", + "privilege": "DescribeDomains", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "solutionstack" + "resource_type": "domain*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of the available platform branches", - "privilege": "ListPlatformBranches", + "access_level": "Read", + "description": "Grants permission to describe the status of a pre-update validation check on an OpenSearch Service domain", + "privilege": "DescribeDryRunProgress", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of the available platforms", - "privilege": "ListPlatformVersions", + "access_level": "Read", + "description": "Grants permission to view a description of the domain configuration for the specified OpenSearch Service domain, including the domain ID, service endpoint, and ARN. This permission is deprecated. Use DescribeDomain instead", + "privilege": "DescribeElasticsearchDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "platform" + "resource_type": "domain*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a list of tags of an Elastic Beanstalk resource", - "privilege": "ListTagsForResource", + "description": "Grants permission to view a description of the configuration and status of an OpenSearch Service domain. This permission is deprecated. Use DescribeDomainConfig instead", + "privilege": "DescribeElasticsearchDomainConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "applicationversion" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "configurationtemplate" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "platform" + "resource_type": "domain*" } ] }, { - "access_level": "Write", - "description": "Grants permission to submit instance statistics for enhanced health", - "privilege": "PutInstanceStatistics", + "access_level": "List", + "description": "Grants permission to view a description of the domain configuration for up to five specified Amazon OpenSearch domains. This permission is deprecated. Use DescribeDomains instead", + "privilege": "DescribeElasticsearchDomains", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "domain*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete and recreate all of the AWS resources for an environment and to force a restart", - "privilege": "RebuildEnvironment", + "access_level": "List", + "description": "Grants permission to view the instance count, storage, and master node limits for a given OpenSearch version and instance type. This permission is deprecated. Use DescribeInstanceTypeLimits instead", + "privilege": "DescribeElasticsearchInstanceTypeLimits", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from an Elastic Beanstalk resource", - "privilege": "RemoveTags", + "access_level": "List", + "description": "Grants permission to list all the inbound cross-cluster search connections for a destination domain", + "privilege": "DescribeInboundConnections", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "applicationversion" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "configurationtemplate" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "platform" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to initiate a request to compile information of the deployed environment", - "privilege": "RequestEnvironmentInfo", + "access_level": "List", + "description": "Grants permission to list all the inbound cross-cluster search connections for a destination domain. This permission is deprecated. Use DescribeInboundConnections instead", + "privilege": "DescribeInboundCrossClusterSearchConnections", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to request an environment to restart the application container server running on each Amazon EC2 instance", - "privilege": "RestartAppServer", + "access_level": "List", + "description": "Grants permission to view the instance count, storage, and master node limits for a given engine version and instance type", + "privilege": "DescribeInstanceTypeLimits", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the compiled information from a RequestEnvironmentInfo request", - "privilege": "RetrieveEnvironmentInfo", + "access_level": "List", + "description": "Grants permission to list all the outbound cross-cluster search connections for a source domain", + "privilege": "DescribeOutboundConnections", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to swap the CNAMEs of two environments", - "privilege": "SwapEnvironmentCNAMEs", + "access_level": "List", + "description": "Grants permission to list all the outbound cross-cluster search connections for a source domain. This permission is deprecated. Use DescribeOutboundConnections instead", + "privilege": "DescribeOutboundCrossClusterSearchConnections", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], - "dependent_actions": [], - "resource_type": "environment*" - }, - { - "condition_keys": [ - "elasticbeanstalk:FromEnvironment" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to terminate an environment", - "privilege": "TerminateEnvironment", + "access_level": "Read", + "description": "Grants permission to describe all packages available to OpenSearch Service domains", + "privilege": "DescribePackages", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an application with specified properties", - "privilege": "UpdateApplication", + "access_level": "List", + "description": "Grants permission to fetch Reserved Instance offerings for Amazon OpenSearch Service. This permission is deprecated. Use DescribeReservedInstanceOfferings instead", + "privilege": "DescribeReservedElasticsearchInstanceOfferings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the application version lifecycle policy associated with the application", - "privilege": "UpdateApplicationResourceLifecycle", + "access_level": "List", + "description": "Grants permission to fetch OpenSearch Service Reserved Instances that have already been purchased. This permission is deprecated. Use DescribeReservedInstances instead", + "privilege": "DescribeReservedElasticsearchInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an application version with specified properties", - "privilege": "UpdateApplicationVersion", + "access_level": "List", + "description": "Grants permission to fetch Reserved Instance offerings for OpenSearch Service", + "privilege": "DescribeReservedInstanceOfferings", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "applicationversion*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a configuration template with specified properties or configuration option values", - "privilege": "UpdateConfigurationTemplate", + "access_level": "List", + "description": "Grants permission to fetch OpenSearch Service Reserved Instances that have already been purchased", + "privilege": "DescribeReservedInstances", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], - "dependent_actions": [], - "resource_type": "configurationtemplate*" - }, - { - "condition_keys": [ - "elasticbeanstalk:FromApplication", - "elasticbeanstalk:FromApplicationVersion", - "elasticbeanstalk:FromConfigurationTemplate", - "elasticbeanstalk:FromEnvironment", - "elasticbeanstalk:FromSolutionStack", - "elasticbeanstalk:FromPlatform" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an environment", - "privilege": "UpdateEnvironment", + "access_level": "List", + "description": "Grants permission to describe one or more Amazon OpenSearch Service-managed VPC endpoints", + "privilege": "DescribeVpcEndpoints", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], - "dependent_actions": [], - "resource_type": "environment*" - }, - { - "condition_keys": [ - "elasticbeanstalk:FromApplicationVersion", - "elasticbeanstalk:FromConfigurationTemplate", - "elasticbeanstalk:FromSolutionStack", - "elasticbeanstalk:FromPlatform" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to an Elastic Beanstalk resource, remove tags, and to update tag values", - "privilege": "UpdateTagsForResource", + "access_level": "Write", + "description": "Grants permission to disassociate a package from the specified OpenSearch Service domain", + "privilege": "DissociatePackage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "applicationversion" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "configurationtemplate" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "platform" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { "access_level": "Read", - "description": "Grants permission to check the validity of a set of configuration settings for a configuration template or an environment", - "privilege": "ValidateConfigurationSettings", + "description": "Grants permission to send cross-cluster requests to a destination domain", + "privilege": "ESCrossClusterGet", "resource_types": [ { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], - "dependent_actions": [], - "resource_type": "configurationtemplate" - }, - { - "condition_keys": [ - "elasticbeanstalk:InApplication" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "environment" + "resource_type": "domain" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:elasticbeanstalk:${Region}:${Account}:application/${ApplicationName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "application" - }, - { - "arn": "arn:${Partition}:elasticbeanstalk:${Region}:${Account}:applicationversion/${ApplicationName}/${VersionLabel}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticbeanstalk:InApplication" - ], - "resource": "applicationversion" - }, - { - "arn": "arn:${Partition}:elasticbeanstalk:${Region}:${Account}:configurationtemplate/${ApplicationName}/${TemplateName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticbeanstalk:InApplication" - ], - "resource": "configurationtemplate" - }, - { - "arn": "arn:${Partition}:elasticbeanstalk:${Region}:${Account}:environment/${ApplicationName}/${EnvironmentName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticbeanstalk:InApplication" - ], - "resource": "environment" - }, - { - "arn": "arn:${Partition}:elasticbeanstalk:${Region}::solutionstack/${SolutionStackName}", - "condition_keys": [], - "resource": "solutionstack" - }, - { - "arn": "arn:${Partition}:elasticbeanstalk:${Region}::platform/${PlatformNameWithVersion}", - "condition_keys": [], - "resource": "platform" - } - ], - "service_name": "AWS Elastic Beanstalk" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by a tag key and value pair that is allowed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by a tag key and value pair of a resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by a list of tag keys that are allowed in the request", - "type": "ArrayOfString" - }, - { - "condition": "elasticfilesystem:AccessPointArn", - "description": "Filters access by the ARN of the access point used to mount the file system", - "type": "String" - }, - { - "condition": "elasticfilesystem:AccessedViaMountTarget", - "description": "Filters access by whether the file system is accessed via mount targets", - "type": "Bool" - }, - { - "condition": "elasticfilesystem:CreateAction", - "description": "Filters access by the name of a resource-creating API action", - "type": "String" }, - { - "condition": "elasticfilesystem:Encrypted", - "description": "Filters access by whether users can create only encrypted or unencrypted file systems", - "type": "Bool" - } - ], - "prefix": "elasticfilesystem", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to start a backup job for an existing file system", - "privilege": "Backup", + "description": "Grants permission to send HTTP DELETE requests to the OpenSearch APIs", + "privilege": "ESHttpDelete", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "domain" } ] }, { "access_level": "Read", - "description": "Grants permission to allow an NFS client read-access to a file system", - "privilege": "ClientMount", + "description": "Grants permission to send HTTP GET requests to the OpenSearch APIs", + "privilege": "ESHttpGet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" - }, - { - "condition_keys": [ - "elasticfilesystem:AccessPointArn", - "elasticfilesystem:AccessedViaMountTarget" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domain" } ] }, { - "access_level": "Write", - "description": "Grants permission to allow an NFS client root-access to a file system", - "privilege": "ClientRootAccess", + "access_level": "Read", + "description": "Grants permission to send HTTP HEAD requests to the OpenSearch APIs", + "privilege": "ESHttpHead", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" - }, - { - "condition_keys": [ - "elasticfilesystem:AccessPointArn", - "elasticfilesystem:AccessedViaMountTarget" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domain" } ] }, { "access_level": "Write", - "description": "Grants permission to allow an NFS client write-access to a file system", - "privilege": "ClientWrite", + "description": "Grants permission to send HTTP PATCH requests to the OpenSearch APIs", + "privilege": "ESHttpPatch", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" - }, - { - "condition_keys": [ - "elasticfilesystem:AccessPointArn", - "elasticfilesystem:AccessedViaMountTarget" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domain" } ] }, { "access_level": "Write", - "description": "Grants permission to create an access point for the specified file system", - "privilege": "CreateAccessPoint", + "description": "Grants permission to send HTTP POST requests to the OpenSearch APIs", + "privilege": "ESHttpPost", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domain" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new, empty file system", - "privilege": "CreateFileSystem", + "description": "Grants permission to send HTTP PUT requests to the OpenSearch APIs", + "privilege": "ESHttpPut", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "elasticfilesystem:Encrypted" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domain" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a mount target for a file system", - "privilege": "CreateMountTarget", + "access_level": "List", + "description": "Grants permission to fetch a list of compatible OpenSearch and Elasticsearch versions to which an OpenSearch Service domain can be upgraded. This permission is deprecated. Use GetCompatibleVersions instead", + "privilege": "GetCompatibleElasticsearchVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "domain*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new replication configuration", - "privilege": "CreateReplicationConfiguration", + "access_level": "List", + "description": "Grants permission to fetch list of compatible engine versions to which an OpenSearch Service domain can be upgraded", + "privilege": "GetCompatibleVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "domain*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to create or overwrite tags associated with a file system; deprecated, see TagResource", - "privilege": "CreateTags", + "access_level": "Read", + "description": "Grants permission to get the data source for the OpenSearch Service domain", + "privilege": "GetDataSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified access point", - "privilege": "DeleteAccessPoint", + "access_level": "Read", + "description": "Grants permission to retrieve the status of maintenance action for the node", + "privilege": "GetDomainMaintenanceStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "access-point*" + "resource_type": "domain*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a file system, permanently severing access to its contents", - "privilege": "DeleteFileSystem", + "access_level": "Read", + "description": "Grants permission to fetch the version history for a package", + "privilege": "GetPackageVersionHistory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to delete the resource-level policy for a file system", - "privilege": "DeleteFileSystemPolicy", + "access_level": "Read", + "description": "Grants permission to fetch the upgrade history of a given OpenSearch Service domain", + "privilege": "GetUpgradeHistory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "domain*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified mount target", - "privilege": "DeleteMountTarget", + "access_level": "Read", + "description": "Grants permission to fetch the upgrade status of a given OpenSearch Service domain", + "privilege": "GetUpgradeStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "domain*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a replication configuration", - "privilege": "DeleteReplicationConfiguration", + "access_level": "List", + "description": "Grants permission to retrieve a list of data source for the OpenSearch Service domain", + "privilege": "ListDataSources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "domain*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to delete the specified tags from a file system; deprecated, see UntagResource", - "privilege": "DeleteTags", + "access_level": "List", + "description": "Grants permission to retrieve a list of maintenance actions for the OpenSearch Service domain", + "privilege": "ListDomainMaintenances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { "access_level": "List", - "description": "Grants permission to view the descriptions of Amazon EFS access points", - "privilege": "DescribeAccessPoints", + "description": "Grants permission to display the names of all OpenSearch Service domains that the current user owns", + "privilege": "ListDomainNames", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "access-point" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "file-system" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to view the account preferences in effect for an account", - "privilege": "DescribeAccountPreferences", + "description": "Grants permission to list all OpenSearch Service domains that a package is associated with", + "privilege": "ListDomainsForPackage", "resource_types": [ { "condition_keys": [], @@ -94629,139 +110088,129 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to view the BackupPolicy object for an Amazon EFS file system", - "privilege": "DescribeBackupPolicy", + "access_level": "List", + "description": "Grants permission to list all instance types and available features for a given OpenSearch version. This permission is deprecated. Use ListInstanceTypeDetails instead", + "privilege": "ListElasticsearchInstanceTypeDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the resource-level policy for an Amazon EFS file system", - "privilege": "DescribeFileSystemPolicy", + "access_level": "List", + "description": "Grants permission to list all EC2 instance types that are supported for a given OpenSearch version", + "privilege": "ListElasticsearchInstanceTypes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to view the description of an Amazon EFS file system specified by file system CreationToken or FileSystemId; or to view the description of all file systems owned by the caller's AWS account in the AWS region of the endpoint that is being called", - "privilege": "DescribeFileSystems", + "description": "Grants permission to list all supported OpenSearch versions on Amazon OpenSearch Service. This permission is deprecated. Use ListVersions instead", + "privilege": "ListElasticsearchVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the LifecycleConfiguration object for an Amazon EFS file system", - "privilege": "DescribeLifecycleConfiguration", + "access_level": "List", + "description": "Grants permission to list all instance types and available features for a given OpenSearch or Elasticsearch version", + "privilege": "ListInstanceTypeDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the security groups in effect for a mount target", - "privilege": "DescribeMountTargetSecurityGroups", + "access_level": "List", + "description": "Grants permission to list all packages associated with the OpenSearch Service domain", + "privilege": "ListPackagesForDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the descriptions of all mount targets, or a specific mount target, for a file system", - "privilege": "DescribeMountTargets", + "access_level": "List", + "description": "Grants permission to retrieve a list of configuration changes that are scheduled for a OpenSearch Service domain", + "privilege": "ListScheduledActions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "access-point" + "resource_type": "domain*" } ] }, { - "access_level": "List", - "description": "Grants permission to view the description of an Amazon EFS replication configuration specified by FileSystemId; or to view the description of all replication configurations owned by the caller's AWS account in the AWS region of the endpoint that is being called", - "privilege": "DescribeReplicationConfigurations", + "access_level": "Read", + "description": "Grants permission to display all resource tags for an OpenSearch Service domain", + "privilege": "ListTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system" + "resource_type": "domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the tags associated with a file system", - "privilege": "DescribeTags", + "access_level": "List", + "description": "Grants permission to list all supported OpenSearch and Elasticsearch versions in Amazon OpenSearch Service", + "privilege": "ListVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the tags associated with the specified Amazon EFS resource", - "privilege": "ListTagsForResource", + "access_level": "List", + "description": "Grants permission to retrieve information about each AWS principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint", + "privilege": "ListVpcEndpointAccess", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "access-point" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "file-system" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify the set of security groups in effect for a mount target", - "privilege": "ModifyMountTargetSecurityGroups", + "access_level": "List", + "description": "Grants permission to retrieve all Amazon OpenSearch Service-managed VPC endpoints in the current AWS account and Region", + "privilege": "ListVpcEndpoints", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to set the account preferences of an account", - "privilege": "PutAccountPreferences", + "access_level": "List", + "description": "Grants permission to retrieve all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain", + "privilege": "ListVpcEndpointsForDomain", "resource_types": [ { "condition_keys": [], @@ -94772,72 +110221,65 @@ }, { "access_level": "Write", - "description": "Grants permission to enable or disable automatic backups with AWS Backup by creating a new BackupPolicy object", - "privilege": "PutBackupPolicy", + "description": "Grants permission to purchase OpenSearch Service Reserved Instances. This permission is deprecated. Use PurchaseReservedInstanceOffering instead", + "privilege": "PurchaseReservedElasticsearchInstanceOffering", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to apply a resource-level policy that defines the actions allowed or denied from given actors for the specified file system", - "privilege": "PutFileSystemPolicy", + "access_level": "Write", + "description": "Grants permission to purchase OpenSearch reserved instances", + "privilege": "PurchaseReservedInstanceOffering", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to enable lifecycle management by creating a new LifecycleConfiguration object", - "privilege": "PutLifecycleConfiguration", + "description": "Grants permission to the destination domain owner to reject an inbound cross-cluster search connection request", + "privilege": "RejectInboundConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start a restore job for a backup of a file system", - "privilege": "Restore", + "description": "Grants permission to the destination domain owner to reject an inbound cross-cluster search connection request. This permission is deprecated. Use RejectInboundConnection instead", + "privilege": "RejectInboundCrossClusterSearchConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "" } ] }, { "access_level": "Tagging", - "description": "Grants permission to create or overwrite tags associated with the specified Amazon EFS resource", - "privilege": "TagResource", + "description": "Grants permission to remove resource tags from an OpenSearch Service domain", + "privilege": "RemoveTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "access-point" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "file-system" + "resource_type": "domain*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "elasticfilesystem:CreateAction" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -94845,398 +110287,328 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to delete the specified tags from an Amazon EFS resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to revoke access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint", + "privilege": "RevokeVpcEndpointAccess", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "access-point" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "file-system" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the throughput mode or the amount of provisioned throughput of an existing file system", - "privilege": "UpdateFileSystem", + "description": "Grants permission to initiate the maintenance on the node", + "privilege": "StartDomainMaintenance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "domain*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:elasticfilesystem:${Region}:${Account}:file-system/${FileSystemId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "file-system" - }, - { - "arn": "arn:${Partition}:elasticfilesystem:${Region}:${Account}:access-point/${AccessPointId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "access-point" - } - ], - "service_name": "Amazon Elastic File System" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by a tag key and value pair that is allowed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by a tag key and value pair of a resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by a list of tag keys that are allowed in the request", - "type": "ArrayOfString" - }, - { - "condition": "elasticloadbalancing:CreateAction", - "description": "Filters access by the name of a resource-creating API action", - "type": "String" - }, - { - "condition": "elasticloadbalancing:ResourceTag/", - "description": "Filters access by the preface string for a tag key and value pair that are attached to a resource", - "type": "String" - }, - { - "condition": "elasticloadbalancing:ResourceTag/${TagKey}", - "description": "Filters access by the preface string for a tag key and value pair that are attached to a resource", - "type": "String" }, { - "condition": "elasticloadbalancing:ResourceTag/${TagKey}", - "description": "Filters access by the preface string for a tag key and value pair that are attached to a resource", - "type": "String" - } - ], - "prefix": "elasticloadbalancing", - "privileges": [ - { - "access_level": "Tagging", - "description": "Grants permission to add the specified tags to the specified load balancer. Each load balancer can have a maximum of 10 tags", - "privilege": "AddTags", + "access_level": "Write", + "description": "Grants permission to start a service software update of a domain. This permission is deprecated. Use StartServiceSoftwareUpdate instead", + "privilege": "StartElasticsearchServiceSoftwareUpdate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "listener-rule/app" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "listener-rule/net" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "listener/app" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "listener/net" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "loadbalancer/app/" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "loadbalancer/net/" - }, + "resource_type": "domain*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start a service software update of a domain", + "privilege": "StartServiceSoftwareUpdate", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "targetgroup" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}", - "elasticloadbalancing:CreateAction" - ], + "resource_type": "domain*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the data source for the OpenSearch Service domain", + "privilege": "UpdateDataSource", + "resource_types": [ + { + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate one or more security groups with your load balancer in a virtual private cloud (VPC)", - "privilege": "ApplySecurityGroupsToLoadBalancer", + "description": "Grants permission to modify the configuration of an OpenSearch Service domain, such as the instance type or number of instances", + "privilege": "UpdateDomainConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to add one or more subnets to the set of configured subnets for the specified load balancer", - "privilege": "AttachLoadBalancerToSubnets", + "description": "Grants permission to modify the configuration of an OpenSearch Service domain, such as the instance type or number of instances. This permission is deprecated. Use UpdateDomainConfig instead", + "privilege": "UpdateElasticsearchDomainConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to specify the health check settings to use when evaluating the health state of your back-end instances", - "privilege": "ConfigureHealthCheck", + "description": "Grants permission to update a package for use with OpenSearch Service domains", + "privilege": "UpdatePackage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to generate a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie", - "privilege": "CreateAppCookieStickinessPolicy", + "description": "Grants permission to reschedule a planned OpenSearch Service domain configuration change for a later time", + "privilege": "UpdateScheduledAction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to generate a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period", - "privilege": "CreateLBCookieStickinessPolicy", + "description": "Grants permission to modify an Amazon OpenSearch Service-managed interface VPC endpoint", + "privilege": "UpdateVpcEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a load balancer", - "privilege": "CreateLoadBalancer", + "description": "Grants permission to initiate upgrade of an OpenSearch Service domain to a given version", + "privilege": "UpgradeDomain", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "elasticloadbalancing:AddTags" - ], - "resource_type": "loadbalancer" - }, - { - "condition_keys": [], - "dependent_actions": [ - "elasticloadbalancing:AddTags" - ], - "resource_type": "loadbalancer/app/" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "loadbalancer/net/" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to create one or more listeners for the specified load balancer", - "privilege": "CreateLoadBalancerListeners", + "description": "Grants permission to initiate upgrade of an OpenSearch Service domain to a specified version. This permission is deprecated. Use UpgradeDomain instead", + "privilege": "UpgradeElasticsearchDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domain*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:es:${Region}:${Account}:domain/${DomainName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "domain" + }, + { + "arn": "arn:${Partition}:iam::${Account}:role/aws-service-role/es.amazonaws.com/AWSServiceRoleForAmazonOpenSearchService", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "es_role" + }, + { + "arn": "arn:${Partition}:iam::${Account}:role/aws-service-role/opensearchservice.amazonaws.com/AWSServiceRoleForAmazonOpenSearchService", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "opensearchservice_role" + } + ], + "service_name": "Amazon OpenSearch Service" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the allowed set of values for each of the tags to event bus and rule actions", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag-value associated with the resource to event bus and rule actions", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tags in the request to event bus and rule actions", + "type": "ArrayOfString" + }, + { + "condition": "events:EventBusArn", + "description": "Filters access by the ARN of the event buses that can be associated with an endpoint to CreateEndpoint and UpdateEndpoint actions", + "type": "ArrayOfARN" + }, + { + "condition": "events:ManagedBy", + "description": "Filters access by AWS services. If a rule is created by an AWS service on your behalf, the value is the principal name of the service that created the rule", + "type": "String" + }, + { + "condition": "events:TargetArn", + "description": "Filters access by the ARN of a target that can be put to a rule to PutTargets actions. TargetARN doesn't include DeadLetterConfigArn", + "type": "ArrayOfARN" + }, + { + "condition": "events:creatorAccount", + "description": "Filters access by the account the rule was created in to rule actions", + "type": "String" + }, + { + "condition": "events:detail-type", + "description": "Filters access by the literal string of the detail-type of the event to PutEvents and PutRule actions", + "type": "String" + }, + { + "condition": "events:detail.eventTypeCode", + "description": "Filters access by the literal string for the detail.eventTypeCode field of the event to PutRule actions", + "type": "String" + }, + { + "condition": "events:detail.service", + "description": "Filters access by the literal string for the detail.service field of the event to PutRule actions", + "type": "String" + }, + { + "condition": "events:detail.userIdentity.principalId", + "description": "Filters access by the literal string for the detail.useridentity.principalid field of the event to PutRule actions", + "type": "String" + }, + { + "condition": "events:eventBusInvocation", + "description": "Filters access by whether the event was generated via API or cross-account bus invocation to PutEvents actions", + "type": "String" }, + { + "condition": "events:source", + "description": "Filters access by the AWS service or AWS partner event source that generated the event to PutEvents and PutRule actions. Matches the literal string of the source field of the event", + "type": "ArrayOfString" + } + ], + "prefix": "events", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a policy with the specified attributes for the specified load balancer", - "privilege": "CreateLoadBalancerPolicy", + "description": "Grants permission to activate partner event sources", + "privilege": "ActivateEventSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer*" - }, + "resource_type": "event-source*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to cancel a replay", + "privilege": "CancelReplay", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "replay*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified load balancer", - "privilege": "DeleteLoadBalancer", + "description": "Grants permission to create a new api destination", + "privilege": "CreateApiDestination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer*" + "resource_type": "api-destination*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer/app/" - }, + "resource_type": "connection*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a new archive", + "privilege": "CreateArchive", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer/net/" + "resource_type": "archive*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "event-bus*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified listeners from the specified load balancer", - "privilege": "DeleteLoadBalancerListeners", + "description": "Grants permission to create a new connection", + "privilege": "CreateConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "connection*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified policy from the specified load balancer. This policy must not be enabled for any listeners", - "privilege": "DeleteLoadBalancerPolicy", + "description": "Grants permission to create an endpoint", + "privilege": "CreateEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer*" + "resource_type": "endpoint*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" + "events:EventBusArn" ], "dependent_actions": [], "resource_type": "" @@ -95245,18 +110617,18 @@ }, { "access_level": "Write", - "description": "Grants permission to deregister the specified instances from the specified load balancer", - "privilege": "DeregisterInstancesFromLoadBalancer", + "description": "Grants permission to create event buses", + "privilege": "CreateEventBus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer*" + "resource_type": "event-bus*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -95264,161 +110636,132 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe the state of the specified instances with respect to the specified load balancer", - "privilege": "DescribeInstanceHealth", + "access_level": "Write", + "description": "Grants permission to create partner event sources", + "privilege": "CreatePartnerEventSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "event-source*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the attributes for the specified load balancer", - "privilege": "DescribeLoadBalancerAttributes", + "access_level": "Write", + "description": "Grants permission to deactivate event sources", + "privilege": "DeactivateEventSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "event-source*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the specified policies", - "privilege": "DescribeLoadBalancerPolicies", + "access_level": "Write", + "description": "Grants permission to deauthorize a connection, deleting its stored authorization secrets", + "privilege": "DeauthorizeConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "connection*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the specified load balancer policy types", - "privilege": "DescribeLoadBalancerPolicyTypes", + "access_level": "Write", + "description": "Grants permission to delete an api destination", + "privilege": "DeleteApiDestination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "api-destination*" } ] }, { - "access_level": "List", - "description": "Grants permission to describe the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers", - "privilege": "DescribeLoadBalancers", + "access_level": "Write", + "description": "Grants permission to delete an archive", + "privilege": "DeleteArchive", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "archive*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the tags associated with the specified load balancers", - "privilege": "DescribeTags", + "access_level": "Write", + "description": "Grants permission to delete a connection", + "privilege": "DeleteConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "connection*" } ] }, { "access_level": "Write", - "description": "Grants permission to remove the specified subnets from the set of configured subnets for the load balancer", - "privilege": "DetachLoadBalancerFromSubnets", + "description": "Grants permission to delete an endpoint", + "privilege": "DeleteEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "endpoint*" } ] }, { "access_level": "Write", - "description": "Grants permission to remove the specified Availability Zones from the set of Availability Zones for the specified load balancer", - "privilege": "DisableAvailabilityZonesForLoadBalancer", + "description": "Grants permission to delete event buses", + "privilege": "DeleteEventBus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "event-bus*" } ] }, { "access_level": "Write", - "description": "Grants permission to add the specified Availability Zones to the set of Availability Zones for the specified load balancer", - "privilege": "EnableAvailabilityZonesForLoadBalancer", + "description": "Grants permission to delete partner event sources", + "privilege": "DeletePartnerEventSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "event-source*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify the attributes of the specified load balancer", - "privilege": "ModifyLoadBalancerAttributes", + "description": "Grants permission to delete rules", + "privilege": "DeleteRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "loadbalancer/app/" + "resource_type": "rule-on-custom-event-bus" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer/net/" + "resource_type": "rule-on-default-event-bus" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" + "events:creatorAccount", + "events:ManagedBy" ], "dependent_actions": [], "resource_type": "" @@ -95426,161 +110769,124 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to add the specified instances to the specified load balancer", - "privilege": "RegisterInstancesWithLoadBalancer", + "access_level": "Read", + "description": "Grants permission to retrieve details about an api destination", + "privilege": "DescribeApiDestination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer*" + "resource_type": "api-destination*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "connection*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove one or more tags from the specified load balancer", - "privilege": "RemoveTags", + "access_level": "Read", + "description": "Grants permission to retrieve details about an archive", + "privilege": "DescribeArchive", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "listener-rule/app" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "listener-rule/net" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "listener/app" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "listener/net" - }, + "resource_type": "archive*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve details about a conection", + "privilege": "DescribeConnection", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer/app/" - }, + "resource_type": "connection*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve details about an endpoint", + "privilege": "DescribeEndpoint", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer/net/" - }, + "resource_type": "endpoint*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve details about event buses", + "privilege": "DescribeEventBus", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "targetgroup" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "event-bus" } ] }, { - "access_level": "Write", - "description": "Grants permission to set the certificate that terminates the specified listener's SSL connections", - "privilege": "SetLoadBalancerListenerSSLCertificate", + "access_level": "Read", + "description": "Grants permission to retrieve details about event sources", + "privilege": "DescribeEventSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "event-source*" } ] }, { - "access_level": "Write", - "description": "Grants permission to replace the set of policies associated with the specified port on which the back-end server is listening with a new set of policies", - "privilege": "SetLoadBalancerPoliciesForBackendServer", + "access_level": "Read", + "description": "Grants permission to retrieve details about partner event sources", + "privilege": "DescribePartnerEventSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "event-source*" } ] }, { - "access_level": "Write", - "description": "Grants permission to replace the current set of policies for the specified load balancer port with the specified set of policies", - "privilege": "SetLoadBalancerPoliciesOfListener", + "access_level": "Read", + "description": "Grants permission to retrieve the details of a replay", + "privilege": "DescribeReplay", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "replay*" } ] }, { - "access_level": "Write", - "description": "Grants permission to add the specified certificates to the specified secure listener", - "privilege": "AddListenerCertificates", + "access_level": "Read", + "description": "Grants permission to retrieve details about rules", + "privilege": "DescribeRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "listener/app*" + "resource_type": "rule-on-custom-event-bus" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "listener/net*" + "resource_type": "rule-on-default-event-bus" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" + "events:creatorAccount" ], "dependent_actions": [], "resource_type": "" @@ -95589,27 +110895,23 @@ }, { "access_level": "Write", - "description": "Grants permission to create a listener for the specified Application Load Balancer", - "privilege": "CreateListener", + "description": "Grants permission to disable rules", + "privilege": "DisableRule", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "elasticloadbalancing:AddTags" - ], - "resource_type": "loadbalancer/app/" + "dependent_actions": [], + "resource_type": "rule-on-custom-event-bus" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer/net/" + "resource_type": "rule-on-default-event-bus" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" + "events:creatorAccount", + "events:ManagedBy" ], "dependent_actions": [], "resource_type": "" @@ -95618,27 +110920,23 @@ }, { "access_level": "Write", - "description": "Grants permission to create a rule for the specified listener", - "privilege": "CreateRule", + "description": "Grants permission to enable rules", + "privilege": "EnableRule", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "elasticloadbalancing:AddTags" - ], - "resource_type": "listener/app*" + "dependent_actions": [], + "resource_type": "rule-on-custom-event-bus" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "listener/net*" + "resource_type": "rule-on-default-event-bus" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" + "events:creatorAccount", + "events:ManagedBy" ], "dependent_actions": [], "resource_type": "" @@ -95647,122 +110945,68 @@ }, { "access_level": "Write", - "description": "Grants permission to create a target group", - "privilege": "CreateTargetGroup", + "description": "Grants permission to invoke an api destination", + "privilege": "InvokeApiDestination", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "elasticloadbalancing:AddTags" - ], - "resource_type": "targetgroup*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "api-destination*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified listener", - "privilege": "DeleteListener", + "access_level": "List", + "description": "Grants permission to retrieve a list of api destinations", + "privilege": "ListApiDestinations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "listener/app*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "listener/net*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified rule", - "privilege": "DeleteRule", + "access_level": "List", + "description": "Grants permission to retrieve a list of archives", + "privilege": "ListArchives", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "listener-rule/app*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "listener-rule/net*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified target group", - "privilege": "DeleteTargetGroup", + "access_level": "List", + "description": "Grants permission to retrieve a list of connections", + "privilege": "ListConnections", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "targetgroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to deregister the specified targets from the specified target group", - "privilege": "DeregisterTargets", + "access_level": "List", + "description": "Grants permission to retrieve a list of endpoints", + "privilege": "ListEndpoints", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "targetgroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the Elastic Load Balancing resource limits for the AWS account", - "privilege": "DescribeAccountLimits", + "access_level": "List", + "description": "Grants permission to retrieve a list of the event buses in your account", + "privilege": "ListEventBuses", "resource_types": [ { "condition_keys": [], @@ -95772,9 +111016,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe the certificates for the specified secure listener", - "privilege": "DescribeListenerCertificates", + "access_level": "List", + "description": "Grants permission to to retrieve a list of event sources shared with this account", + "privilege": "ListEventSources", "resource_types": [ { "condition_keys": [], @@ -95784,21 +111028,21 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe the specified listeners or the listeners for the specified Application Load Balancer", - "privilege": "DescribeListeners", + "access_level": "List", + "description": "Grants permission to retrieve a list of AWS account IDs associated with an event source", + "privilege": "ListPartnerEventSourceAccounts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "event-source*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the specified rules or the rules for the specified listener", - "privilege": "DescribeRules", + "access_level": "List", + "description": "Grants permission to retrieve a list partner event sources", + "privilege": "ListPartnerEventSources", "resource_types": [ { "condition_keys": [], @@ -95808,9 +111052,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe the specified policies or all policies used for SSL negotiation", - "privilege": "DescribeSSLPolicies", + "access_level": "List", + "description": "Grants permission to retrieve a list of replays", + "privilege": "ListReplays", "resource_types": [ { "condition_keys": [], @@ -95820,9 +111064,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe the attributes for the specified target group", - "privilege": "DescribeTargetGroupAttributes", + "access_level": "List", + "description": "Grants permission to retrieve a list of the names of the rules associated with a target", + "privilege": "ListRuleNamesByTarget", "resource_types": [ { "condition_keys": [], @@ -95832,9 +111076,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe the specified target groups or all of your target groups", - "privilege": "DescribeTargetGroups", + "access_level": "List", + "description": "Grants permission to retrieve a list of the Amazon EventBridge rules in the account", + "privilege": "ListRules", "resource_types": [ { "condition_keys": [], @@ -95844,36 +111088,28 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe the health of the specified targets or all of your targets", - "privilege": "DescribeTargetHealth", + "access_level": "List", + "description": "Grants permission to retrieve a list of tags associated with an Amazon EventBridge resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify the specified properties of the specified listener", - "privilege": "ModifyListener", - "resource_types": [ + "resource_type": "event-bus" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "listener/app*" + "resource_type": "rule-on-custom-event-bus" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "listener/net*" + "resource_type": "rule-on-default-event-bus" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" + "events:creatorAccount" ], "dependent_actions": [], "resource_type": "" @@ -95881,24 +111117,23 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to modify the specified rule", - "privilege": "ModifyRule", + "access_level": "List", + "description": "Grants permission to retrieve a list of targets defined for a rule", + "privilege": "ListTargetsByRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "listener-rule/app*" + "resource_type": "rule-on-custom-event-bus" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "listener-rule/net*" + "resource_type": "rule-on-default-event-bus" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" + "events:creatorAccount" ], "dependent_actions": [], "resource_type": "" @@ -95907,18 +111142,19 @@ }, { "access_level": "Write", - "description": "Grants permission to modify the health checks used when evaluating the health state of the targets in the specified target group", - "privilege": "ModifyTargetGroup", + "description": "Grants permission to send custom events to Amazon EventBridge", + "privilege": "PutEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "targetgroup*" + "resource_type": "event-bus*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" + "events:detail-type", + "events:source", + "events:eventBusInvocation" ], "dependent_actions": [], "resource_type": "" @@ -95927,63 +111163,54 @@ }, { "access_level": "Write", - "description": "Grants permission to modify the specified attributes of the specified target group", - "privilege": "ModifyTargetGroupAttributes", + "description": "Grants permission to sends custom events to Amazon EventBridge", + "privilege": "PutPartnerEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "targetgroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to register the specified targets with the specified target group", - "privilege": "RegisterTargets", + "access_level": "Permissions management", + "description": "Grants permission to use the PutPermission action to grants permission to another AWS account to put events to your default event bus", + "privilege": "PutPermission", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "targetgroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to remove the specified certificates of the specified secure listener", - "privilege": "RemoveListenerCertificates", + "description": "Grants permission to create or updates rules", + "privilege": "PutRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "listener/app*" + "resource_type": "rule-on-custom-event-bus" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "listener/net*" + "resource_type": "rule-on-default-event-bus" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" + "events:detail.userIdentity.principalId", + "events:detail-type", + "events:source", + "events:detail.service", + "events:detail.eventTypeCode", + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "events:creatorAccount", + "events:ManagedBy" ], "dependent_actions": [], "resource_type": "" @@ -95992,23 +111219,24 @@ }, { "access_level": "Write", - "description": "Grants permission to set the type of IP addresses used by the subnets of the specified load balancer", - "privilege": "SetIpAddressType", + "description": "Grants permission to add targets to a rule", + "privilege": "PutTargets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer/app/" + "resource_type": "rule-on-custom-event-bus" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer/net/" + "resource_type": "rule-on-default-event-bus" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" + "events:TargetArn", + "events:creatorAccount", + "events:ManagedBy" ], "dependent_actions": [], "resource_type": "" @@ -96016,41 +111244,36 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to set the priorities of the specified rules", - "privilege": "SetRulePriorities", + "access_level": "Permissions management", + "description": "Grants permission to revoke the permission of another AWS account to put events to your default event bus", + "privilege": "RemovePermission", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "listener-rule/app*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "listener-rule/net*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to associate the specified security groups with the specified load balancer", - "privilege": "SetSecurityGroups", + "description": "Grants permission to removes targets from a rule", + "privilege": "RemoveTargets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer/app/" + "resource_type": "rule-on-custom-event-bus" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer/net/" + "resource_type": "rule-on-default-event-bus" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" + "events:creatorAccount", + "events:ManagedBy" ], "dependent_actions": [], "resource_type": "" @@ -96059,182 +111282,63 @@ }, { "access_level": "Write", - "description": "Grants permission to enable the Availability Zone for the specified subnets for the specified load balancer", - "privilege": "SetSubnets", + "description": "Grants permission to retrieve credentials from a connection", + "privilege": "RetrieveConnectionCredentials", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loadbalancer/app/" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "loadbalancer/net/" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "connection*" } ] }, { "access_level": "Write", - "description": "Grants permission to give WebAcl permission to WAF", - "privilege": "SetWebAcl", + "description": "Grants permission to start a replay of an archive", + "privilege": "StartReplay", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:elasticloadbalancing:${Region}:${Account}:loadbalancer/${LoadBalancerName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "resource": "loadbalancer" - }, - { - "arn": "arn:${Partition}:elasticloadbalancing:${Region}:${Account}:listener/app/${LoadBalancerName}/${LoadBalancerId}/${ListenerId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "resource": "listener/app" - }, - { - "arn": "arn:${Partition}:elasticloadbalancing:${Region}:${Account}:listener-rule/app/${LoadBalancerName}/${LoadBalancerId}/${ListenerId}/${ListenerRuleId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "resource": "listener-rule/app" - }, - { - "arn": "arn:${Partition}:elasticloadbalancing:${Region}:${Account}:listener/net/${LoadBalancerName}/${LoadBalancerId}/${ListenerId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "resource": "listener/net" - }, - { - "arn": "arn:${Partition}:elasticloadbalancing:${Region}:${Account}:listener-rule/net/${LoadBalancerName}/${LoadBalancerId}/${ListenerId}/${ListenerRuleId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "resource": "listener-rule/net" - }, - { - "arn": "arn:${Partition}:elasticloadbalancing:${Region}:${Account}:loadbalancer/app/${LoadBalancerName}/${LoadBalancerId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "resource": "loadbalancer/app/" - }, - { - "arn": "arn:${Partition}:elasticloadbalancing:${Region}:${Account}:loadbalancer/net/${LoadBalancerName}/${LoadBalancerId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "resource": "loadbalancer/net/" - }, - { - "arn": "arn:${Partition}:elasticloadbalancing:${Region}:${Account}:targetgroup/${TargetGroupName}/${TargetGroupId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticloadbalancing:ResourceTag/${TagKey}" - ], - "resource": "targetgroup" - } - ], - "service_name": "Elastic Load Balancing" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by whether the tag and value pair is provided with the action", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tag and value pair associated with an Amazon EMR resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by whether the tag keys are provided with the action regardless of tag value", - "type": "ArrayOfString" - }, - { - "condition": "elasticmapreduce:ExecutionRoleArn", - "description": "Filters access by whether the execution role ARN is provided with the action", - "type": "String" - }, - { - "condition": "elasticmapreduce:RequestTag/${TagKey}", - "description": "Filters access by whether the tag and value pair is provided with the action", - "type": "String" - }, - { - "condition": "elasticmapreduce:ResourceTag/${TagKey}", - "description": "Filters access by the tag and value pair associated with an Amazon EMR resource", - "type": "String" - } - ], - "prefix": "elasticmapreduce", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to add an instance fleet to a running cluster", - "privilege": "AddInstanceFleet", - "resource_types": [ + "resource_type": "archive*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to add instance groups to a running cluster", - "privilege": "AddInstanceGroups", - "resource_types": [ + "resource_type": "event-bus*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "replay*" } ] }, { - "access_level": "Write", - "description": "Grants permission to add new steps to a running cluster", - "privilege": "AddJobFlowSteps", + "access_level": "Tagging", + "description": "Grants permission to add a tag to an Amazon EventBridge resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "event-bus" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "rule-on-custom-event-bus" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "rule-on-default-event-bus" }, { "condition_keys": [ - "elasticmapreduce:ExecutionRoleArn" + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "events:creatorAccount" ], "dependent_actions": [], "resource_type": "" @@ -96242,35 +111346,41 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to an Amazon EMR resource", - "privilege": "AddTags", + "access_level": "Read", + "description": "Grants permission to test whether an event pattern matches the provided event", + "privilege": "TestEventPattern", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to remove a tag from an Amazon EventBridge resource", + "privilege": "UntagResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "editor" + "resource_type": "event-bus" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "notebook-execution" + "resource_type": "rule-on-custom-event-bus" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio" + "resource_type": "rule-on-default-event-bus" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys", - "elasticmapreduce:RequestTag/${TagKey}" + "events:creatorAccount" ], "dependent_actions": [], "resource_type": "" @@ -96279,95 +111389,156 @@ }, { "access_level": "Write", - "description": "Grants permission to attach an EMR notebook to a compute engine", - "privilege": "AttachEditor", + "description": "Grants permission to update an api destination", + "privilege": "UpdateApiDestination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "editor*" + "resource_type": "api-destination*" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel a pending step or steps in a running cluster", - "privilege": "CancelSteps", + "description": "Grants permission to update an archive", + "privilege": "UpdateArchive", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "archive*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an EMR notebook", - "privilege": "CreateEditor", + "description": "Grants permission to update a connection", + "privilege": "UpdateConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "elasticmapreduce:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "connection*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a persistent application history server", - "privilege": "CreatePersistentAppUI", + "description": "Grants permission to update an endpoint", + "privilege": "UpdateEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an EMR notebook repository", - "privilege": "CreateRepository", - "resource_types": [ + "resource_type": "endpoint*" + }, { - "condition_keys": [], + "condition_keys": [ + "events:EventBusArn" + ], "dependent_actions": [], "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:events:${Region}::event-source/${EventSourceName}", + "condition_keys": [], + "resource": "event-source" + }, + { + "arn": "arn:${Partition}:events:${Region}:${Account}:event-bus/${EventBusName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "event-bus" + }, + { + "arn": "arn:${Partition}:events:${Region}:${Account}:rule/${RuleName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "rule-on-default-event-bus" + }, + { + "arn": "arn:${Partition}:events:${Region}:${Account}:rule/${EventBusName}/${RuleName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "rule-on-custom-event-bus" + }, + { + "arn": "arn:${Partition}:events:${Region}:${Account}:archive/${ArchiveName}", + "condition_keys": [], + "resource": "archive" + }, + { + "arn": "arn:${Partition}:events:${Region}:${Account}:replay/${ReplayName}", + "condition_keys": [], + "resource": "replay" }, + { + "arn": "arn:${Partition}:events:${Region}:${Account}:connection/${ConnectionName}", + "condition_keys": [], + "resource": "connection" + }, + { + "arn": "arn:${Partition}:events:${Region}:${Account}:api-destination/${ApiDestinationName}", + "condition_keys": [], + "resource": "api-destination" + }, + { + "arn": "arn:${Partition}:events:${Region}:${Account}:endpoint/${EndpointName}", + "condition_keys": [], + "resource": "endpoint" + } + ], + "service_name": "Amazon EventBridge" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed the request on behalf of the IAM principal", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource that make the request on behalf of the IAM principal", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request on behalf of the IAM principal", + "type": "ArrayOfString" + } + ], + "prefix": "evidently", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a security configuration", - "privilege": "CreateSecurityConfiguration", + "description": "Grants permission to send a batched evaluate feature request", + "privilege": "BatchEvaluateFeature", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Feature*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an EMR Studio", - "privilege": "CreateStudio", + "description": "Grants permission to create an experiment", + "privilege": "CreateExperiment", "resource_types": [ { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "elasticmapreduce:RequestTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -96376,47 +111547,62 @@ }, { "access_level": "Write", - "description": "Grants permission to launch an EMR Studio using IAM authentication mode", - "privilege": "CreateStudioPresignedUrl", + "description": "Grants permission to create a feature", + "privilege": "CreateFeature", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "studio*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an EMR Studio session mapping", - "privilege": "CreateStudioSessionMapping", + "description": "Grants permission to create a launch", + "privilege": "CreateLaunch", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "studio*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an EMR notebook", - "privilege": "DeleteEditor", + "description": "Grants permission to create a project", + "privilege": "CreateProject", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "editor*" + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "iam:GetRole" + ], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an EMR notebook repository", - "privilege": "DeleteRepository", + "description": "Grants permission to create a segment", + "privilege": "CreateSegment", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -96424,200 +111610,200 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a security configuration", - "privilege": "DeleteSecurityConfiguration", + "description": "Grants permission to delete an experiment", + "privilege": "DeleteExperiment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Experiment*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an EMR Studio", - "privilege": "DeleteStudio", + "description": "Grants permission to delete a feature", + "privilege": "DeleteFeature", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio*" + "resource_type": "Feature*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an EMR Studio session mapping", - "privilege": "DeleteStudioSessionMapping", + "description": "Grants permission to delete a launch", + "privilege": "DeleteLaunch", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio*" + "resource_type": "Launch*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to block an identity from opening a collaborative workspace", - "privilege": "DeleteWorkspaceAccess", + "access_level": "Write", + "description": "Grants permission to delete a project", + "privilege": "DeleteProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "editor*" + "resource_type": "Project*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details about a cluster, including status, hardware and software configuration, VPC settings, and so on", - "privilege": "DescribeCluster", + "access_level": "Write", + "description": "Grants permission to delete a segment", + "privilege": "DeleteSegment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "Segment*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view information about a notebook, including status, user, role, tags, location, and more", - "privilege": "DescribeEditor", + "access_level": "Write", + "description": "Grants permission to send an evaluate feature request", + "privilege": "EvaluateFeature", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "editor*" + "resource_type": "Feature*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe details of clusters (job flows). This API is deprecated and will eventually be removed. We recommend you use ListClusters, DescribeCluster, ListSteps, ListInstanceGroups and ListBootstrapActions instead", - "privilege": "DescribeJobFlows", + "description": "Grants permission to get experiment details", + "privilege": "GetExperiment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "Experiment*" } ] }, { "access_level": "Read", - "description": "Grants permission to view information about a notebook execution", - "privilege": "DescribeNotebookExecution", + "description": "Grants permission to get experiment result", + "privilege": "GetExperimentResults", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "notebook-execution*" + "resource_type": "Experiment*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a persistent application history server", - "privilege": "DescribePersistentAppUI", + "description": "Grants permission to get feature details", + "privilege": "GetFeature", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "Feature*" } ] }, { "access_level": "Read", - "description": "Grants permission to view information about an EMR release, such as which applications are supported", - "privilege": "DescribeReleaseLabel", + "description": "Grants permission to get launch details", + "privilege": "GetLaunch", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Launch*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe an EMR notebook repository", - "privilege": "DescribeRepository", + "description": "Grants permission to get project details", + "privilege": "GetProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Project*" } ] }, { "access_level": "Read", - "description": "Grants permission to get details of a security configuration", - "privilege": "DescribeSecurityConfiguration", + "description": "Grants permission to get segment details", + "privilege": "GetSegment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Segment*" } ] }, { "access_level": "Read", - "description": "Grants permission to get details about a cluster step", - "privilege": "DescribeStep", + "description": "Grants permission to list experiments", + "privilege": "ListExperiments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view information about an EMR Studio", - "privilege": "DescribeStudio", + "description": "Grants permission to list features", + "privilege": "ListFeatures", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to detach an EMR notebook from a compute engine", - "privilege": "DetachEditor", + "access_level": "Read", + "description": "Grants permission to list launches", + "privilege": "ListLaunches", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "editor*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the auto-termination policy associated with a cluster", - "privilege": "GetAutoTerminationPolicy", + "description": "Grants permission to list projects", + "privilege": "ListProjects", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the EMR block public access configuration for the AWS account in the Region", - "privilege": "GetBlockPublicAccessConfiguration", + "description": "Grants permission to list resources referencing a segment", + "privilege": "ListSegmentReferences", "resource_types": [ { "condition_keys": [], @@ -96627,172 +111813,133 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to retrieve HTTP basic credentials associated with a given execution IAM Role for a fine-grained access control enabled EMR Cluster", - "privilege": "GetClusterSessionCredentials", + "access_level": "Read", + "description": "Grants permission to list segments", + "privilege": "ListSegments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - }, - { - "condition_keys": [ - "elasticmapreduce:ExecutionRoleArn" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the managed scaling policy associated with a cluster", - "privilege": "GetManagedScalingPolicy", + "description": "Grants permission to list tags for resources", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to get a presigned URL for an application history server running on the cluster", - "privilege": "GetOnClusterAppUIPresignedURL", + "description": "Grants permission to send performance events", + "privilege": "PutProjectEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "Project*" } ] }, { "access_level": "Write", - "description": "Grants permission to get a presigned URL for a persistent application history server", - "privilege": "GetPersistentAppUIPresignedURL", + "description": "Grants permission to start an experiment", + "privilege": "StartExperiment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "Experiment*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view information about an EMR Studio session mapping", - "privilege": "GetStudioSessionMapping", + "access_level": "Write", + "description": "Grants permission to start a launch", + "privilege": "StartLaunch", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio*" + "resource_type": "Launch*" } ] }, { "access_level": "Write", - "description": "Grants permission to link an EMR notebook repository to EMR notebooks", - "privilege": "LinkRepository", + "description": "Grants permission to stop an experiment", + "privilege": "StopExperiment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Experiment*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details about the bootstrap actions associated with a cluster", - "privilege": "ListBootstrapActions", + "access_level": "Write", + "description": "Grants permission to stop a launch", + "privilege": "StopLaunch", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "Launch*" } ] }, { - "access_level": "List", - "description": "Grants permission to get the status of accessible clusters", - "privilege": "ListClusters", + "access_level": "Tagging", + "description": "Grants permission to tag resources", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list summary information for accessible EMR notebooks", - "privilege": "ListEditors", - "resource_types": [ + "resource_type": "Experiment" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get details of instance fleets in a cluster", - "privilege": "ListInstanceFleets", - "resource_types": [ + "resource_type": "Feature" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get details of instance groups in a cluster", - "privilege": "ListInstanceGroups", - "resource_types": [ + "resource_type": "Launch" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get details about the Amazon EC2 instances in a cluster", - "privilege": "ListInstances", - "resource_types": [ + "resource_type": "Project" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list summary information for notebook executions", - "privilege": "ListNotebookExecutions", - "resource_types": [ + "resource_type": "Segment" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list and filter the available EMR releases in the current region", - "privilege": "ListReleaseLabels", + "access_level": "Read", + "description": "Grants permission to test a segment pattern", + "privilege": "TestSegmentPattern", "resource_types": [ { "condition_keys": [], @@ -96802,266 +111949,278 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list existing EMR notebook repositories", - "privilege": "ListRepositories", + "access_level": "Tagging", + "description": "Grants permission to untag resources", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list available security configurations in this account by name, along with creation dates and times", - "privilege": "ListSecurityConfigurations", - "resource_types": [ + "resource_type": "Experiment" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to list steps associated with a cluster", - "privilege": "ListSteps", - "resource_types": [ + "resource_type": "Feature" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list summary information about EMR Studio session mappings", - "privilege": "ListStudioSessionMappings", - "resource_types": [ + "resource_type": "Launch" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list summary information about EMR Studios", - "privilege": "ListStudios", - "resource_types": [ + "resource_type": "Project" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list the Amazon EC2 instance types that an Amazon EMR release supports", - "privilege": "ListSupportedInstanceTypes", - "resource_types": [ + "resource_type": "Segment" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list identities that are granted access to a workspace", - "privilege": "ListWorkspaceAccessIdentities", + "access_level": "Write", + "description": "Grants permission to update experiment", + "privilege": "UpdateExperiment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "editor*" + "resource_type": "Experiment*" } ] }, { "access_level": "Write", - "description": "Grants permission to change cluster settings such as number of steps that can be executed concurrently for a cluster", - "privilege": "ModifyCluster", + "description": "Grants permission to update feature", + "privilege": "UpdateFeature", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "Feature*" } ] }, { "access_level": "Write", - "description": "Grants permission to change the target On-Demand and target Spot capacities for a instance fleet", - "privilege": "ModifyInstanceFleet", + "description": "Grants permission to update a launch", + "privilege": "UpdateLaunch", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "Launch*" } ] }, { "access_level": "Write", - "description": "Grants permission to change the number and configuration of EC2 instances for an instance group", - "privilege": "ModifyInstanceGroups", + "description": "Grants permission to update project", + "privilege": "UpdateProject", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "cluster" + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "iam:GetRole" + ], + "resource_type": "Project*" } ] }, { "access_level": "Write", - "description": "Grants permission to launch the Jupyter notebook editor for an EMR notebook from within the console", - "privilege": "OpenEditorInConsole", + "description": "Grants permission to update project data delivery", + "privilege": "UpdateProjectDataDelivery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "editor*" + "resource_type": "Project*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:evidently:${Region}:${Account}:project/${ProjectName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Project" }, { - "access_level": "Write", - "description": "Grants permission to create or update an automatic scaling policy for a core instance group or task instance group", - "privilege": "PutAutoScalingPolicy", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "cluster*" - } - ] + "arn": "arn:${Partition}:evidently:${Region}:${Account}:project/${ProjectName}/feature/${FeatureName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Feature" + }, + { + "arn": "arn:${Partition}:evidently:${Region}:${Account}:project/${ProjectName}/experiment/${ExperimentName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Experiment" + }, + { + "arn": "arn:${Partition}:evidently:${Region}:${Account}:project/${ProjectName}/launch/${LaunchName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Launch" }, + { + "arn": "arn:${Partition}:evidently:${Region}:${Account}:segment/${SegmentName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Segment" + } + ], + "service_name": "Amazon CloudWatch Evidently" + }, + { + "conditions": [], + "prefix": "execute-api", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to create or update the auto-termination policy associated with a cluster", - "privilege": "PutAutoTerminationPolicy", + "description": "Used to invalidate API cache upon a client request", + "privilege": "InvalidateCache", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "execute-api-general*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to create or update the EMR block public access configuration for the AWS account in the Region", - "privilege": "PutBlockPublicAccessConfiguration", + "access_level": "Write", + "description": "Used to invoke an API upon a client request", + "privilege": "Invoke", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "execute-api-general*" } ] }, { "access_level": "Write", - "description": "Grants permission to create or update the managed scaling policy associated with a cluster", - "privilege": "PutManagedScalingPolicy", + "description": "ManageConnections controls access to the @connections API", + "privilege": "ManageConnections", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "execute-api-general*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:execute-api:${Region}:${Account}:${ApiId}/${Stage}/${Method}/${ApiSpecificResourcePath}", + "condition_keys": [], + "resource": "execute-api-general" + } + ], + "service_name": "Amazon API Gateway" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request", + "type": "String" }, { - "access_level": "Permissions management", - "description": "Grants permission to allow an identity to open a collaborative workspace", - "privilege": "PutWorkspaceAccess", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "editor*" - } - ] + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tag key-value pairs attached to the resource", + "type": "String" }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "finspace", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to remove an automatic scaling policy from an instance group", - "privilege": "RemoveAutoScalingPolicy", + "description": "Grants permission to connect to a kdb cluster", + "privilege": "ConnectKxCluster", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "kxCluster*" } ] }, { "access_level": "Write", - "description": "Grants permission to remove the auto-termination policy associated with a cluster", - "privilege": "RemoveAutoTerminationPolicy", + "description": "Grants permission to create a FinSpace environment", + "privilege": "CreateEnvironment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "environment*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to remove the managed scaling policy associated with a cluster", - "privilege": "RemoveManagedScalingPolicy", + "description": "Grants permission to create a changeset for a kdb database", + "privilege": "CreateKxChangeset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "kxDatabase*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from an Amazon EMR resource", - "privilege": "RemoveTags", + "access_level": "Write", + "description": "Grants permission to create a cluster in a managed kdb environment", + "privilege": "CreateKxCluster", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "cluster" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "editor" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "notebook-execution" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "studio" + "dependent_actions": [ + "ec2:DescribeSubnets", + "finspace:MountKxDatabase" + ], + "resource_type": "kxCluster*" }, { "condition_keys": [ - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -97070,14 +112229,18 @@ }, { "access_level": "Write", - "description": "Grants permission to create and launch a cluster (job flow)", - "privilege": "RunJobFlow", + "description": "Grants permission to create a kdb database in a managed kdb environment", + "privilege": "CreateKxDatabase", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "kxDatabase*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys", - "elasticmapreduce:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -97086,65 +112249,73 @@ }, { "access_level": "Write", - "description": "Grants permission to add and remove termination protection for a cluster", - "privilege": "SetTerminationProtection", + "description": "Grants permission to create a dataview in a managed kdb environment", + "privilege": "CreateKxDataview", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "kxDataview*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to set whether all AWS Identity and Access Management (IAM) users in the AWS account can view a cluster. This API is deprecated and your cluster may be visible to all users in your account. To restrict cluster access using an IAM policy, see AWS Identity and Access Management for Amazon EMR (https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-access-iam.html)", - "privilege": "SetVisibleToAllUsers", + "description": "Grants permission to create a managed kdb environment", + "privilege": "CreateKxEnvironment", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start an EMR notebook", - "privilege": "StartEditor", + "description": "Grants permission to create a scaling group in a managed kdb environment", + "privilege": "CreateKxScalingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "kxScalingGroup*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "editor*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start an EMR notebook execution", - "privilege": "StartNotebookExecution", + "description": "Grants permission to create a user in a managed kdb environment", + "privilege": "CreateKxUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "editor*" + "resource_type": "kxEnvironment*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys", - "elasticmapreduce:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -97153,828 +112324,831 @@ }, { "access_level": "Write", - "description": "Grants permission to shut down an EMR notebook", - "privilege": "StopEditor", + "description": "Grants permission to create a volume in a managed kdb environment", + "privilege": "CreateKxVolume", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "editor*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to stop notebook execution", - "privilege": "StopNotebookExecution", - "resource_types": [ + "resource_type": "kxVolume*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "notebook-execution*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to terminate a cluster (job flow)", - "privilege": "TerminateJobFlows", + "description": "Grants permission to create a FinSpace user", + "privilege": "CreateUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to unlink an EMR notebook repository from EMR notebooks", - "privilege": "UnlinkRepository", - "resource_types": [ + "resource_type": "environment*" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "user*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update an EMR notebook", - "privilege": "UpdateEditor", + "description": "Grants permission to delete a FinSpace environment", + "privilege": "DeleteEnvironment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "editor*" + "resource_type": "environment*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an EMR notebook repository", - "privilege": "UpdateRepository", + "description": "Grants permission to delete a kdb cluster", + "privilege": "DeleteKxCluster", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "kxCluster*" } ] }, { "access_level": "Write", - "description": "Grants permission to update information about an EMR Studio", - "privilege": "UpdateStudio", + "description": "Grants permission to delete a kdb database", + "privilege": "DeleteKxDatabase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio*" + "resource_type": "kxDatabase*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an EMR Studio session mapping", - "privilege": "UpdateStudioSessionMapping", + "description": "Grants permission to delete a dataview in a managed kdb environment", + "privilege": "DeleteKxDataview", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio*" + "resource_type": "kxDataview*" } ] }, { - "access_level": "List", - "description": "Grants permission to use the EMR console to view events from all clusters", - "privilege": "ViewEventsFromAllClustersInConsole", + "access_level": "Write", + "description": "Grants permission to delete a managed kdb environment", + "privilege": "DeleteKxEnvironment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "kxEnvironment*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:elasticmapreduce:${Region}:${Account}:cluster/${ClusterId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticmapreduce:ResourceTag/${TagKey}" - ], - "resource": "cluster" - }, - { - "arn": "arn:${Partition}:elasticmapreduce:${Region}:${Account}:editor/${EditorId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticmapreduce:ResourceTag/${TagKey}" - ], - "resource": "editor" }, - { - "arn": "arn:${Partition}:elasticmapreduce:${Region}:${Account}:notebook-execution/${NotebookExecutionId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticmapreduce:ResourceTag/${TagKey}" - ], - "resource": "notebook-execution" - }, - { - "arn": "arn:${Partition}:elasticmapreduce:${Region}:${Account}:studio/${StudioId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "elasticmapreduce:ResourceTag/${TagKey}" - ], - "resource": "studio" - } - ], - "service_name": "Amazon Elastic MapReduce" - }, - { - "conditions": [], - "prefix": "elastictranscoder", - "privileges": [ { "access_level": "Write", - "description": "Cancel a job that Elastic Transcoder has not begun to process", - "privilege": "CancelJob", + "description": "Grants permission to delete a scaling group in a managed kdb environment", + "privilege": "DeleteKxScalingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "kxScalingGroup*" } ] }, { "access_level": "Write", - "description": "Create a job", - "privilege": "CreateJob", + "description": "Grants permission to delete a kdb user", + "privilege": "DeleteKxUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "preset*" + "resource_type": "kxUser*" } ] }, { "access_level": "Write", - "description": "Create a pipeline", - "privilege": "CreatePipeline", + "description": "Grants permission to delete a volume in a managed kdb environment", + "privilege": "DeleteKxVolume", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "kxVolume*" } ] }, { - "access_level": "Write", - "description": "Create a preset", - "privilege": "CreatePreset", + "access_level": "Read", + "description": "Grants permission to describe a FinSpace environment", + "privilege": "GetEnvironment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "environment*" } ] }, { - "access_level": "Write", - "description": "Delete a pipeline", - "privilege": "DeletePipeline", + "access_level": "Read", + "description": "Grants permission to describe a changeset for a kdb database", + "privilege": "GetKxChangeset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "kxDatabase*" } ] }, { - "access_level": "Write", - "description": "Delete a preset", - "privilege": "DeletePreset", + "access_level": "Read", + "description": "Grants permission to describe a cluster in a managed kdb environment", + "privilege": "GetKxCluster", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "preset*" + "resource_type": "kxCluster*" } ] }, { - "access_level": "List", - "description": "Get a list of the jobs that you assigned to a pipeline", - "privilege": "ListJobsByPipeline", + "access_level": "Read", + "description": "Grants permission to retrieve a connection string for kdb clusters", + "privilege": "GetKxConnectionString", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "pipeline*" + "dependent_actions": [ + "finspace:ConnectKxCluster" + ], + "resource_type": "kxCluster*" } ] }, { - "access_level": "List", - "description": "Get information about all of the jobs associated with the current AWS account that have a specified status", - "privilege": "ListJobsByStatus", + "access_level": "Read", + "description": "Grants permission to describe a kdb database", + "privilege": "GetKxDatabase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "kxDatabase*" } ] }, { - "access_level": "List", - "description": "Get a list of the pipelines associated with the current AWS account", - "privilege": "ListPipelines", + "access_level": "Read", + "description": "Grants permission to describe a databiew in a managed kdb environment", + "privilege": "GetKxDataview", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "kxDataview*" } ] }, { - "access_level": "List", - "description": "Get a list of all presets associated with the current AWS account", - "privilege": "ListPresets", + "access_level": "Read", + "description": "Grants permission to describe a managed kdb environment", + "privilege": "GetKxEnvironment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "kxEnvironment*" } ] }, { "access_level": "Read", - "description": "Get detailed information about a job", - "privilege": "ReadJob", + "description": "Grants permission to describe a scaling group in a managed kdb environment", + "privilege": "GetKxScalingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "kxScalingGroup*" } ] }, { "access_level": "Read", - "description": "Get detailed information about a pipeline", - "privilege": "ReadPipeline", + "description": "Grants permission to describe a kdb user", + "privilege": "GetKxUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "kxUser*" } ] }, { "access_level": "Read", - "description": "Get detailed information about a preset", - "privilege": "ReadPreset", + "description": "Grants permission to describe a volume in a managed kdb environment", + "privilege": "GetKxVolume", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "preset*" + "resource_type": "kxVolume*" } ] }, { - "access_level": "Write", - "description": "Test the settings for a pipeline to ensure that Elastic Transcoder can create and process jobs", - "privilege": "TestRole", + "access_level": "Read", + "description": "Grants permission to request status of the loading of sample data bundle", + "privilege": "GetLoadSampleDataSetGroupIntoEnvironmentStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "environment*" } ] }, { - "access_level": "Write", - "description": "Update settings for a pipeline", - "privilege": "UpdatePipeline", + "access_level": "Read", + "description": "Grants permission to describe a FinSpace user", + "privilege": "GetUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" - } - ] - }, - { - "access_level": "Write", - "description": "Update only Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline", - "privilege": "UpdatePipelineNotifications", - "resource_types": [ + "resource_type": "environment*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "user*" } ] }, { - "access_level": "Write", - "description": "Pause or reactivate a pipeline, so the pipeline stops or restarts processing jobs, update the status for the pipeline", - "privilege": "UpdatePipelineStatus", + "access_level": "List", + "description": "Grants permission to list FinSpace environments in the AWS account", + "privilege": "ListEnvironments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "environment*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:elastictranscoder:${Region}:${Account}:job/${JobId}", - "condition_keys": [], - "resource": "job" - }, - { - "arn": "arn:${Partition}:elastictranscoder:${Region}:${Account}:pipeline/${PipelineId}", - "condition_keys": [], - "resource": "pipeline" - }, - { - "arn": "arn:${Partition}:elastictranscoder:${Region}:${Account}:preset/${PresetId}", - "condition_keys": [], - "resource": "preset" - } - ], - "service_name": "Amazon Elastic Transcoder" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tags associated with the resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters access by tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "elemental-activations", - "privileges": [ + "access_level": "List", + "description": "Grants permission to list changesets for a kdb database", + "privilege": "ListKxChangesets", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "kxDatabase*" + } + ] + }, { - "access_level": "Read", - "description": "Grants permission to complete the process of registering customer account for AWS Elemental Appliances and Software Purchases", - "privilege": "CompleteAccountRegistration", + "access_level": "List", + "description": "Grants permission to list cluster nodes in a managed kdb environment", + "privilege": "ListKxClusterNodes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "kxCluster*" } ] }, { - "access_level": "Read", - "description": "Grants permission to complete the process of uploading a Software file for AWS Elemental Appliances and Software Purchases", - "privilege": "CompleteFileUpload", + "access_level": "List", + "description": "Grants permission to list clusters in a managed kdb environment", + "privilege": "ListKxClusters", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "kxEnvironment*" } ] }, { - "access_level": "Read", - "description": "Grants permission to download the Software files for AWS Elemental Appliances and Software Purchases", - "privilege": "DownloadSoftware", + "access_level": "List", + "description": "Grants permission to list kdb databases in a managed kdb environment", + "privilege": "ListKxDatabases", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "kxEnvironment*" } ] }, { - "access_level": "Read", - "description": "Grants permission to generate Software Licenses for AWS Elemental Appliances and Software Purchases", - "privilege": "GenerateLicenses", + "access_level": "List", + "description": "Grants permission to list dataviews in a database", + "privilege": "ListKxDataviews", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "kxDatabase*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an activation", - "privilege": "GetActivation", + "access_level": "List", + "description": "Grants permission to list managed kdb environments", + "privilege": "ListKxEnvironments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "activation*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list tags for an AWS Elemental Activations resource", - "privilege": "ListTagsForResource", + "access_level": "List", + "description": "Grants permission to list scaling groups in a managed kdb environment", + "privilege": "ListKxScalingGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "activation" + "resource_type": "kxEnvironment*" } ] }, { - "access_level": "Read", - "description": "Grants permission to start the process of registering customer account for AWS Elemental Appliances and Software Purchases", - "privilege": "StartAccountRegistration", + "access_level": "List", + "description": "Grants permission to list users in a managed kdb environment", + "privilege": "ListKxUsers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "kxEnvironment*" } ] }, { - "access_level": "Read", - "description": "Grants permission to start the process of uploading a Software file for AWS Elemental Appliances and Software Purchases", - "privilege": "StartFileUpload", + "access_level": "List", + "description": "Grants permission to list volumes in a managed kdb environment", + "privilege": "ListKxVolumes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "kxEnvironment*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add a tag for an AWS Elemental Activations resource", - "privilege": "TagResource", + "access_level": "List", + "description": "Grants permission to return a list of tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "activation*" + "resource_type": "environment*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "activation" + "resource_type": "kxCluster*" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to remove a tag from an AWS Elemental Activations resource", - "privilege": "UntagResource", - "resource_types": [ + "resource_type": "kxDatabase*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "activation*" + "resource_type": "kxDataview*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "activation" + "resource_type": "kxEnvironment*" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "kxScalingGroup*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "kxUser*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "kxVolume*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:elemental-activations:${Region}:${Account}:activation/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "activation" - } - ], - "service_name": "AWS Elemental Appliances and Software Activation Service" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by request tag", - "type": "String" }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by resource tag", - "type": "String" + "access_level": "List", + "description": "Grants permission to list FinSpace users in an environment", + "privilege": "ListUsers", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user*" + } + ] }, - { - "condition": "aws:TagKeys", - "description": "Filters access by tag keys", - "type": "ArrayOfString" - } - ], - "prefix": "elemental-appliances-software", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to complete an upload of an attachment for a quote or order", - "privilege": "CompleteUpload", + "description": "Grants permission to load sample data bundle into your FinSpace environment", + "privilege": "LoadSampleDataSetGroupIntoEnvironment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "environment*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an order", - "privilege": "CreateOrderV1", + "description": "Grants permission to mount a database to a kdb cluster", + "privilege": "MountKxDatabase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "kxDatabase*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to create a quote", - "privilege": "CreateQuote", + "access_level": "Write", + "description": "Grants permission to reset the password for a FinSpace user", + "privilege": "ResetUserPassword", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "quote*" + "resource_type": "environment*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "user*" } ] }, { - "access_level": "Read", - "description": "Grants permission to validate an address", - "privilege": "GetAvsCorrectAddress", + "access_level": "Tagging", + "description": "Grants permission to tag a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to list the billing addresses in the user account", - "privilege": "GetBillingAddresses", - "resource_types": [ + "resource_type": "environment" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to list the delivery addresses in the user account", - "privilege": "GetDeliveryAddressesV2", - "resource_types": [ + "resource_type": "kxCluster" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "kxDatabase" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "kxDataview" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "kxEnvironment" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "kxScalingGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "kxUser" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "kxVolume" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an order", - "privilege": "GetOrder", + "access_level": "Tagging", + "description": "Grants permission to untag a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "environment" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "kxCluster" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "kxDatabase" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "kxDataview" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "kxEnvironment" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "kxScalingGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "kxUser" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "kxVolume" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the orders in the user account", - "privilege": "GetOrdersV2", + "access_level": "Write", + "description": "Grants permission to update a FinSpace environment", + "privilege": "UpdateEnvironment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "environment*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a quote", - "privilege": "GetQuote", + "access_level": "Write", + "description": "Grants permission to update code configuration for a cluster in a managed kdb environment", + "privilege": "UpdateKxClusterCodeConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "quote*" + "resource_type": "kxCluster*" } ] }, { - "access_level": "Read", - "description": "Grants permission to calculate taxes for an order", - "privilege": "GetTaxes", + "access_level": "Write", + "description": "Grants permission to update databases for a cluster in a managed kdb environment", + "privilege": "UpdateKxClusterDatabases", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "kxCluster*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the quotes in the user account", - "privilege": "ListQuotes", + "access_level": "Write", + "description": "Grants permission to update a kdb database", + "privilege": "UpdateKxDatabase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "kxDatabase*" } ] }, { - "access_level": "Read", - "description": "Grants permission to lists tags for an AWS Elemental Appliances and Software resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to update a dataview in a managed kdb environment", + "privilege": "UpdateKxDataview", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "quote" + "resource_type": "kxDataview*" } ] }, { "access_level": "Write", - "description": "Grants permission to start an upload of an attachment for a quote or order", - "privilege": "StartUpload", + "description": "Grants permission to update a managed kdb environment", + "privilege": "UpdateKxEnvironment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "kxEnvironment*" } ] }, { "access_level": "Write", - "description": "Grants permission to submit an order", - "privilege": "SubmitOrderV1", + "description": "Grants permission to update the network for a managed kdb environment", + "privilege": "UpdateKxEnvironmentNetwork", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "kxEnvironment*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag an AWS Elemental Appliances and Software resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to update a kdb user", + "privilege": "UpdateKxUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "quote" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "kxUser*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove a tag from an AWS Elemental Appliances and Software resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to update a volume in a managed kdb environment", + "privilege": "UpdateKxVolume", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "quote" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "kxVolume*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify a quote", - "privilege": "UpdateQuote", + "description": "Grants permission to update a FinSpace user", + "privilege": "UpdateUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "quote*" + "resource_type": "environment*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:elemental-appliances-software:${Region}:${Account}:quote/${ResourceId}", + "arn": "arn:${Partition}:finspace:${Region}:${Account}:environment/${EnvironmentId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "quote" + "resource": "environment" + }, + { + "arn": "arn:${Partition}:finspace:${Region}:${Account}:user/${UserId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "user" + }, + { + "arn": "arn:${Partition}:finspace:${Region}:${Account}:kxEnvironment/${EnvironmentId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "kxEnvironment" + }, + { + "arn": "arn:${Partition}:finspace:${Region}:${Account}:kxEnvironment/${EnvironmentId}/kxUser/${UserName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "kxUser" + }, + { + "arn": "arn:${Partition}:finspace:${Region}:${Account}:kxEnvironment/${EnvironmentId}/kxCluster/${KxCluster}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "kxCluster" + }, + { + "arn": "arn:${Partition}:finspace:${Region}:${Account}:kxEnvironment/${EnvironmentId}/kxDatabase/${KxDatabase}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "kxDatabase" + }, + { + "arn": "arn:${Partition}:finspace:${Region}:${Account}:kxEnvironment/${EnvironmentId}/kxScalingGroup/${KxScalingGroup}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "kxScalingGroup" + }, + { + "arn": "arn:${Partition}:finspace:${Region}:${Account}:kxEnvironment/${EnvironmentId}/kxDatabase/${KxDatabase}/kxDataview/${KxDataview}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "kxDataview" + }, + { + "arn": "arn:${Partition}:finspace:${Region}:${Account}:kxEnvironment/${EnvironmentId}/kxVolume/${KxVolume}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "kxVolume" } ], - "service_name": "AWS Elemental Appliances and Software" + "service_name": "Amazon FinSpace" }, { "conditions": [], - "prefix": "elemental-support-cases", + "prefix": "finspace-api", "privileges": [ { - "access_level": "Write", - "description": "Grants permission to verify whether the caller has the permissions to perform support case operations", - "privilege": "CheckCasePermission", + "access_level": "Unknown", + "description": "", + "privilege": "AssociateUserToPermissionGroupV2", "resource_types": [ { "condition_keys": [], @@ -97984,9 +113158,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a support case", - "privilege": "CreateCase", + "access_level": "Unknown", + "description": "", + "privilege": "CreateChangeset", "resource_types": [ { "condition_keys": [], @@ -97996,9 +113170,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe a support case in your account", - "privilege": "GetCase", + "access_level": "Unknown", + "description": "", + "privilege": "CreateDatasetV2", "resource_types": [ { "condition_keys": [], @@ -98008,9 +113182,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list the support cases in your account", - "privilege": "GetCases", + "access_level": "Unknown", + "description": "", + "privilege": "CreatePermissionGroupV2", "resource_types": [ { "condition_keys": [], @@ -98020,9 +113194,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update a support case", - "privilege": "UpdateCase", + "access_level": "Unknown", + "description": "", + "privilege": "CreateUserV2", "resource_types": [ { "condition_keys": [], @@ -98030,19 +113204,11 @@ "resource_type": "" } ] - } - ], - "resources": [], - "service_name": "AWS Elemental Support Cases" - }, - { - "conditions": [], - "prefix": "elemental-support-content", - "privileges": [ + }, { - "access_level": "Read", - "description": "Grants permission to search support content", - "privilege": "Query", + "access_level": "Unknown", + "description": "", + "privilege": "DeleteDatasetV2", "resource_types": [ { "condition_keys": [], @@ -98050,216 +113216,167 @@ "resource_type": "" } ] - } - ], - "resources": [], - "service_name": "AWS Elemental Support Content" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tag key-value pairs present in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tag key-value pairs attached to the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys present in the request", - "type": "ArrayOfString" - }, - { - "condition": "emr-containers:ExecutionRoleArn", - "description": "Filters access by the execution role arn present in the request", - "type": "String" }, { - "condition": "emr-containers:JobTemplateArn", - "description": "Filters access by the job template arn present in the request", - "type": "String" - } - ], - "prefix": "emr-containers", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to cancel a job run", - "privilege": "CancelJobRun", + "access_level": "Unknown", + "description": "", + "privilege": "DeletePermissionGroupV2", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "jobRun*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a job template", - "privilege": "CreateJobTemplate", + "access_level": "Unknown", + "description": "", + "privilege": "DisableUser", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a managed endpoint", - "privilege": "CreateManagedEndpoint", + "access_level": "Unknown", + "description": "", + "privilege": "DisassociateUserFromPermissionGroupV2", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "virtualCluster*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "emr-containers:ExecutionRoleArn" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a virtual cluster", - "privilege": "CreateVirtualCluster", + "access_level": "Unknown", + "description": "", + "privilege": "EnableUser", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a job template", - "privilege": "DeleteJobTemplate", + "access_level": "Unknown", + "description": "", + "privilege": "GetChangesetV2", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "jobTemplate*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a managed endpoint", - "privilege": "DeleteManagedEndpoint", + "access_level": "Unknown", + "description": "", + "privilege": "GetDataViewV2", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "managedEndpoint*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a virtual cluster", - "privilege": "DeleteVirtualCluster", + "access_level": "Unknown", + "description": "", + "privilege": "GetDatasetV2", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "virtualCluster*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a job run", - "privilege": "DescribeJobRun", + "access_level": "Unknown", + "description": "", + "privilege": "GetExternalDataViewAccessDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "jobRun*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a job template", - "privilege": "DescribeJobTemplate", + "access_level": "Unknown", + "description": "", + "privilege": "GetPermissionGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "jobTemplate*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a managed endpoint", - "privilege": "DescribeManagedEndpoint", + "description": "Grants permission to retrieve FinSpace programmatic access credentials", + "privilege": "GetProgrammaticAccessCredentials", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "managedEndpoint*" + "resource_type": "credential*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a virtual cluster", - "privilege": "DescribeVirtualCluster", + "access_level": "Unknown", + "description": "", + "privilege": "GetUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "virtualCluster*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to generate a session token used to connect to a managed endpoint", - "privilege": "GetManagedEndpointSessionCredentials", + "access_level": "Unknown", + "description": "", + "privilege": "GetWorkingLocation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "managedEndpoint*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list job runs associated with a virtual cluster", - "privilege": "ListJobRuns", + "access_level": "Unknown", + "description": "", + "privilege": "ListChangesetsV2", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "virtualCluster*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list job templates", - "privilege": "ListJobTemplates", + "access_level": "Unknown", + "description": "", + "privilege": "ListDataViewsV2", "resource_types": [ { "condition_keys": [], @@ -98269,48 +113386,33 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list managed endpoints associated with a virtual cluster", - "privilege": "ListManagedEndpoints", + "access_level": "Unknown", + "description": "", + "privilege": "ListDatasetsV2", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "virtualCluster*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list tags for the specified resource", - "privilege": "ListTagsForResource", + "access_level": "Unknown", + "description": "", + "privilege": "ListPermissionGroupsByUserV2", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "jobRun" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "jobTemplate" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "managedEndpoint" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "virtualCluster" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list virtual clusters", - "privilege": "ListVirtualClusters", + "access_level": "Unknown", + "description": "", + "privilege": "ListPermissionGroupsV2", "resource_types": [ { "condition_keys": [], @@ -98320,92 +113422,73 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to start a job run", - "privilege": "StartJobRun", + "access_level": "Unknown", + "description": "", + "privilege": "ListUsersByPermissionGroupV2", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "virtualCluster*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "emr-containers:ExecutionRoleArn", - "emr-containers:JobTemplateArn" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag the specified resource", - "privilege": "TagResource", + "access_level": "Unknown", + "description": "", + "privilege": "ListUsersV2", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "jobRun" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "jobTemplate" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "managedEndpoint" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "virtualCluster" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag the specified resource", - "privilege": "UntagResource", + "access_level": "Unknown", + "description": "", + "privilege": "ResetUserPasswordV2", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "jobRun" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Unknown", + "description": "", + "privilege": "UpdateDatasetV2", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "jobTemplate" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Unknown", + "description": "", + "privilege": "UpdatePermissionGroupV2", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "managedEndpoint" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Unknown", + "description": "", + "privilege": "UpdateUserV2", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "virtualCluster" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] @@ -98413,73 +113496,43 @@ ], "resources": [ { - "arn": "arn:${Partition}:emr-containers:${Region}:${Account}:/virtualclusters/${VirtualClusterId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "virtualCluster" - }, - { - "arn": "arn:${Partition}:emr-containers:${Region}:${Account}:/virtualclusters/${VirtualClusterId}/jobruns/${JobRunId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "jobRun" - }, - { - "arn": "arn:${Partition}:emr-containers:${Region}:${Account}:/jobtemplates/${JobTemplateId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "jobTemplate" - }, - { - "arn": "arn:${Partition}:emr-containers:${Region}:${Account}:/virtualclusters/${VirtualClusterId}/endpoints/${EndpointId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "managedEndpoint" + "arn": "arn:${Partition}:finspace-api:${Region}:${Account}:/credentials/programmatic", + "condition_keys": [], + "resource": "credential" } ], - "service_name": "Amazon EMR on EKS (EMR Containers)" + "service_name": "Amazon FinSpace API" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", + "description": "Filters actions based on the tags that are passed in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", + "description": "Filters actions based on the tags associated with the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", + "description": "Filters actions based on the tag keys that are passed in the request", "type": "ArrayOfString" } ], - "prefix": "emr-serverless", + "prefix": "firehose", "privileges": [ { "access_level": "Write", - "description": "Grants permission to cancel a job run", - "privilege": "CancelJobRun", + "description": "Grants permission to create a delivery stream", + "privilege": "CreateDeliveryStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "jobRun*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an Application", - "privilege": "CreateApplication", - "resource_types": [ + "resource_type": "deliverystream*" + }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -98492,56 +113545,32 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an application", - "privilege": "DeleteApplication", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "application*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get application", - "privilege": "GetApplication", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "application*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get job run dashboard", - "privilege": "GetDashboardForJobRun", + "description": "Grants permission to delete a delivery stream and its data", + "privilege": "DeleteDeliveryStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "jobRun*" + "resource_type": "deliverystream*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a job run", - "privilege": "GetJobRun", + "description": "Grants permission to describe the specified delivery stream and gets the status", + "privilege": "DescribeDeliveryStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "jobRun*" + "resource_type": "deliverystream*" } ] }, { "access_level": "List", - "description": "Grants permission to list applications", - "privilege": "ListApplications", + "description": "Grants permission to list your delivery streams", + "privilege": "ListDeliveryStreams", "resource_types": [ { "condition_keys": [], @@ -98552,93 +113581,73 @@ }, { "access_level": "List", - "description": "Grants permission to list job runs associated with an application", - "privilege": "ListJobRuns", + "description": "Grants permission to list the tags for the specified delivery stream", + "privilege": "ListTagsForDeliveryStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "deliverystream*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list tags for the specified resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to write a single data record into an Amazon Kinesis Firehose delivery stream", + "privilege": "PutRecord", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "jobRun" + "resource_type": "deliverystream*" } ] }, { "access_level": "Write", - "description": "Grants permission to Start an application", - "privilege": "StartApplication", + "description": "Grants permission to write multiple data records into a delivery stream in a single call, which can achieve higher throughput per producer than when writing single records", + "privilege": "PutRecordBatch", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "deliverystream*" } ] }, { "access_level": "Write", - "description": "Grants permission to start a job run", - "privilege": "StartJobRun", + "description": "Grants permission to enable server-side encryption (SSE) for the delivery stream", + "privilege": "StartDeliveryStreamEncryption", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "application*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "deliverystream*" } ] }, { "access_level": "Write", - "description": "Grants permission to Stop an application", - "privilege": "StopApplication", + "description": "Grants permission to disable the specified destination of the specified delivery stream", + "privilege": "StopDeliveryStreamEncryption", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "deliverystream*" } ] }, { "access_level": "Tagging", - "description": "Grants permission to tag the specified resource", - "privilege": "TagResource", + "description": "Grants permission to add or update tags for the specified delivery stream", + "privilege": "TagDeliveryStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "jobRun" + "resource_type": "deliverystream*" }, { "condition_keys": [ @@ -98652,18 +113661,13 @@ }, { "access_level": "Tagging", - "description": "Grants permission to untag the specified resource", - "privilege": "UntagResource", + "description": "Grants permission to remove tags from the specified delivery stream", + "privilege": "UntagDeliveryStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "jobRun" + "resource_type": "deliverystream*" }, { "condition_keys": [ @@ -98676,161 +113680,142 @@ }, { "access_level": "Write", - "description": "Grants permission to Update an application", - "privilege": "UpdateApplication", + "description": "Grants permission to update the specified destination of the specified delivery stream", + "privilege": "UpdateDestination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "deliverystream*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:emr-serverless:${Region}:${Account}:/applications/${ApplicationId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "application" - }, - { - "arn": "arn:${Partition}:emr-serverless:${Region}:${Account}:/applications/${ApplicationId}/jobruns/${JobRunId}", + "arn": "arn:${Partition}:firehose:${Region}:${Account}:deliverystream/${DeliveryStreamName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "jobRun" + "resource": "deliverystream" } ], - "service_name": "Amazon EMR Serverless" + "service_name": "Amazon Kinesis Firehose" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access based on the tags that are passed in the request", + "description": "Filters access by a tag key and value pair that is allowed in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access based on the tags associated with the resource", + "description": "Filters access by a tag key and value pair of a resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access based on the tag keys that are passed in the request", + "description": "Filters access by a list of tag keys that are allowed in the request", "type": "ArrayOfString" - } - ], - "prefix": "es", - "privileges": [ + }, { - "access_level": "Write", - "description": "Grants permission to the destination domain owner to accept an inbound cross-cluster search connection request", - "privilege": "AcceptInboundConnection", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] + "condition": "fis:Operations", + "description": "Filters access by the list of operations on the AWS service that is being affected by the AWS FIS action", + "type": "ArrayOfString" }, { - "access_level": "Write", - "description": "Grants permission to the destination domain owner to accept an inbound cross-cluster search connection request. This permission is deprecated. Use AcceptInboundConnection instead", - "privilege": "AcceptInboundCrossClusterSearchConnection", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] + "condition": "fis:Percentage", + "description": "Filters access by the percentage of calls being affected by the AWS FIS action", + "type": "Numeric" }, { - "access_level": "Tagging", - "description": "Grants permission to attach resource tags to an OpenSearch Service domain", - "privilege": "AddTags", + "condition": "fis:Service", + "description": "Filters access by the AWS service that is being affected by the AWS FIS action", + "type": "String" + }, + { + "condition": "fis:Targets", + "description": "Filters access by the list of resource ARNs being targeted by the AWS FIS action", + "type": "ArrayOfString" + } + ], + "prefix": "fis", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create an AWS FIS experiment template", + "privilege": "CreateExperimentTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "action*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to associate a package with an OpenSearch Service domain", - "privilege": "AssociatePackage", - "resource_types": [ + "resource_type": "experiment-template*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to provide access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint", - "privilege": "AuthorizeVpcEndpointAccess", + "description": "Grants permission to create an AWS FIS target account configuration", + "privilege": "CreateTargetAccountConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "experiment-template*" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel a service software update of a domain. This permission is deprecated. Use CancelServiceSoftwareUpdate instead", - "privilege": "CancelElasticsearchServiceSoftwareUpdate", + "description": "Grants permission to delete the AWS FIS experiment template", + "privilege": "DeleteExperimentTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "experiment-template*" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel a service software update of a domain", - "privilege": "CancelServiceSoftwareUpdate", + "description": "Grants permission to delete an AWS FIS target account configuration", + "privilege": "DeleteTargetAccountConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "experiment-template*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an Amazon OpenSearch Service domain", - "privilege": "CreateDomain", + "access_level": "Read", + "description": "Grants permission to retrieve an AWS FIS action", + "privilege": "GetAction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain" + "resource_type": "action*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -98838,19 +113823,18 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create an OpenSearch Service domain. This permission is deprecated. Use CreateDomain instead", - "privilege": "CreateElasticsearchDomain", + "access_level": "Read", + "description": "Grants permission to retrieve an AWS FIS experiment", + "privilege": "GetExperiment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain" + "resource_type": "experiment*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -98858,45 +113842,52 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create the service-linked role required for OpenSearch Service domains that use VPC access. This permission is deprecated. OpenSearch Service creates the service-linked role for you", - "privilege": "CreateElasticsearchServiceRole", + "access_level": "Read", + "description": "Grants permission to retrieve an AWS FIS target account configuration for an AWS FIS experiment", + "privilege": "GetExperimentTargetAccountConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "experiment*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new cross-cluster search connection from a source domain to a destination domain", - "privilege": "CreateOutboundConnection", + "access_level": "Read", + "description": "Grants permission to retrieve an AWS FIS Experiment Template", + "privilege": "GetExperimentTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "experiment-template*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new cross-cluster search connection from a source domain to a destination domain. This permission is deprecated. Use CreateOutboundConnection instead", - "privilege": "CreateOutboundCrossClusterSearchConnection", + "access_level": "Read", + "description": "Grants permission to retrieve an AWS FIS target account configuration for an AWS FIS experiment template", + "privilege": "GetTargetAccountConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "experiment-template*" } ] }, { - "access_level": "Write", - "description": "Grants permission to add a package for use with OpenSearch Service domains", - "privilege": "CreatePackage", + "access_level": "Read", + "description": "Grants permission to get information about the specified resource type", + "privilege": "GetTargetResourceType", "resource_types": [ { "condition_keys": [], @@ -98907,80 +113898,110 @@ }, { "access_level": "Write", - "description": "Grants permission to create the service-linked role required for Amazon OpenSearch Service domains that use VPC access", - "privilege": "CreateServiceRole", + "description": "Grants permission to inject an API internal error on the provided AWS service from an FIS Experiment", + "privilege": "InjectApiInternalError", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "experiment*" + }, + { + "condition_keys": [ + "fis:Service", + "fis:Operations", + "fis:Percentage", + "fis:Targets" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an Amazon OpenSearch Service-managed VPC endpoint", - "privilege": "CreateVpcEndpoint", + "description": "Grants permission to inject an API throttle error on the provided AWS service from an FIS Experiment", + "privilege": "InjectApiThrottleError", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "experiment*" + }, + { + "condition_keys": [ + "fis:Service", + "fis:Operations", + "fis:Percentage", + "fis:Targets" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an Amazon OpenSearch Service domain and all of its data", - "privilege": "DeleteDomain", + "description": "Grants permission to inject an API unavailable error on the provided AWS service from an FIS Experiment", + "privilege": "InjectApiUnavailableError", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "experiment*" + }, + { + "condition_keys": [ + "fis:Service", + "fis:Operations", + "fis:Percentage", + "fis:Targets" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an OpenSearch Service domain and all of its data. This permission is deprecated. Use DeleteDomain instead", - "privilege": "DeleteElasticsearchDomain", + "access_level": "List", + "description": "Grants permission to list all available AWS FIS actions", + "privilege": "ListActions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the service-linked role required for OpenSearch Service domains that use VPC access. This permission is deprecated. Use the IAM API to delete service-linked roles", - "privilege": "DeleteElasticsearchServiceRole", + "access_level": "List", + "description": "Grants permission to list resolved targets for AWS FIS experiments", + "privilege": "ListExperimentResolvedTargets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "experiment*" } ] }, { - "access_level": "Write", - "description": "Grants permission to the destination domain owner to delete an existing inbound cross-cluster search connection", - "privilege": "DeleteInboundConnection", + "access_level": "List", + "description": "Grants permission to list target account configurations for AWS FIS experiments", + "privilege": "ListExperimentTargetAccountConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "experiment*" } ] }, { - "access_level": "Write", - "description": "Grants permission to the destination domain owner to delete an existing inbound cross-cluster search connection. This permission is deprecated. Use DeleteInboundConnection instead", - "privilege": "DeleteInboundCrossClusterSearchConnection", + "access_level": "List", + "description": "Grants permission to list all available AWS FIS experiment templates", + "privilege": "ListExperimentTemplates", "resource_types": [ { "condition_keys": [], @@ -98990,9 +114011,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to the source domain owner to delete an existing outbound cross-cluster search connection", - "privilege": "DeleteOutboundConnection", + "access_level": "List", + "description": "Grants permission to list all available AWS FIS experiments", + "privilege": "ListExperiments", "resource_types": [ { "condition_keys": [], @@ -99002,33 +114023,43 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to the source domain owner to delete an existing outbound cross-cluster search connection. This permission is deprecated. Use DeleteOutboundConnection instead", - "privilege": "DeleteOutboundCrossClusterSearchConnection", + "access_level": "Read", + "description": "Grants permission to list the tags for an AWS FIS resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "action" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "experiment" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "experiment-template" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a package from OpenSearch Service. The package cannot be associated with any domains", - "privilege": "DeletePackage", + "access_level": "List", + "description": "Grants permission to list target account configurations for AWS FIS experiment templates", + "privilege": "ListTargetAccountConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "experiment-template*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an Amazon OpenSearch Service-managed interface VPC endpoint", - "privilege": "DeleteVpcEndpoint", + "access_level": "List", + "description": "Grants permission to list the resource types", + "privilege": "ListTargetResourceTypes", "resource_types": [ { "condition_keys": [], @@ -99038,141 +114069,202 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to view a description of the domain configuration for the specified OpenSearch Service domain, including the domain ID, service endpoint, and ARN", - "privilege": "DescribeDomain", + "access_level": "Write", + "description": "Grants permission to run an AWS FIS experiment", + "privilege": "StartExperiment", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "iam:CreateServiceLinkedRole" + ], + "resource_type": "experiment*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "experiment-template*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the Auto-Tune configuration of the domain for the specified OpenSearch Service domain, including the Auto-Tune state and maintenance schedules", - "privilege": "DescribeDomainAutoTunes", + "access_level": "Write", + "description": "Grants permission to stop an AWS FIS experiment", + "privilege": "StopExperiment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "experiment*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view detail stage progress of an OpenSearch Service domain", - "privilege": "DescribeDomainChangeProgress", + "access_level": "Tagging", + "description": "Grants permission to tag AWS FIS resources", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to view a description of the configuration options and status of an OpenSearch Service domain", - "privilege": "DescribeDomainConfig", - "resource_types": [ + "resource_type": "action" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to view information about domain and node health, the standby Availability Zone, number of nodes per Availability Zone, and shard count per node", - "privilege": "DescribeDomainHealth", - "resource_types": [ + "resource_type": "experiment" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "experiment-template" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view information about nodes configured for the domain and their configurations- the node id, type of node, status of node, Availability Zone, instance type and storage", - "privilege": "DescribeDomainNodes", + "access_level": "Tagging", + "description": "Grants permission to untag AWS FIS resources", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to view a description of the domain configuration for up to five specified OpenSearch Service domains", - "privilege": "DescribeDomains", - "resource_types": [ + "resource_type": "action" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to describe the status of a pre-update validation check on an OpenSearch Service domain", - "privilege": "DescribeDryRunProgress", - "resource_types": [ + "resource_type": "experiment" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "experiment-template" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view a description of the domain configuration for the specified OpenSearch Service domain, including the domain ID, service endpoint, and ARN. This permission is deprecated. Use DescribeDomain instead", - "privilege": "DescribeElasticsearchDomain", + "access_level": "Write", + "description": "Grants permission to update the specified AWS FIS experiment template", + "privilege": "UpdateExperimentTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "experiment-template*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "action" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view a description of the configuration and status of an OpenSearch Service domain. This permission is deprecated. Use DescribeDomainConfig instead", - "privilege": "DescribeElasticsearchDomainConfig", + "access_level": "Write", + "description": "Grants permission to update an AWS FIS target account configuration", + "privilege": "UpdateTargetAccountConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "experiment-template*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:fis:${Region}:${Account}:action/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "action" }, { - "access_level": "List", - "description": "Grants permission to view a description of the domain configuration for up to five specified Amazon OpenSearch domains. This permission is deprecated. Use DescribeDomains instead", - "privilege": "DescribeElasticsearchDomains", + "arn": "arn:${Partition}:fis:${Region}:${Account}:experiment/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "experiment" + }, + { + "arn": "arn:${Partition}:fis:${Region}:${Account}:experiment-template/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "experiment-template" + } + ], + "service_name": "AWS Fault Injection Service" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the the presence of tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "fms", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to set the AWS Firewall Manager administrator account and enables the service in all organization accounts", + "privilege": "AssociateAdminAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to view the instance count, storage, and master node limits for a given OpenSearch version and instance type. This permission is deprecated. Use DescribeInstanceTypeLimits instead", - "privilege": "DescribeElasticsearchInstanceTypeLimits", + "access_level": "Write", + "description": "Grants permission to set the Firewall Manager administrator as a tenant administrator of a third-party firewall service", + "privilege": "AssociateThirdPartyFirewall", "resource_types": [ { "condition_keys": [], @@ -99182,45 +114274,45 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all the inbound cross-cluster search connections for a destination domain", - "privilege": "DescribeInboundConnections", + "access_level": "Write", + "description": "Grants permission to associate resources to an AWS Firewall Manager resource set", + "privilege": "BatchAssociateResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "resource-set*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the inbound cross-cluster search connections for a destination domain. This permission is deprecated. Use DescribeInboundConnections instead", - "privilege": "DescribeInboundCrossClusterSearchConnections", + "access_level": "Write", + "description": "Grants permission to disassociate resources from an AWS Firewall Manager resource set", + "privilege": "BatchDisassociateResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "resource-set*" } ] }, { - "access_level": "List", - "description": "Grants permission to view the instance count, storage, and master node limits for a given engine version and instance type", - "privilege": "DescribeInstanceTypeLimits", + "access_level": "Write", + "description": "Grants permission to permanently deletes an AWS Firewall Manager applications list", + "privilege": "DeleteAppsList", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "applications-list*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the outbound cross-cluster search connections for a source domain", - "privilege": "DescribeOutboundConnections", + "access_level": "Write", + "description": "Grants permission to delete an AWS Firewall Manager association with the IAM role and the Amazon Simple Notification Service (SNS) topic that is used to notify the FM administrator about major FM events and errors across the organization", + "privilege": "DeleteNotificationChannel", "resource_types": [ { "condition_keys": [], @@ -99230,45 +114322,59 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all the outbound cross-cluster search connections for a source domain. This permission is deprecated. Use DescribeOutboundConnections instead", - "privilege": "DescribeOutboundCrossClusterSearchConnections", + "access_level": "Write", + "description": "Grants permission to permanently delete an AWS Firewall Manager policy", + "privilege": "DeletePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "policy*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe all packages available to OpenSearch Service domains", - "privilege": "DescribePackages", + "access_level": "Write", + "description": "Grants permission to permanently deletes an AWS Firewall Manager protocols list", + "privilege": "DeleteProtocolsList", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "protocols-list*" } ] }, { - "access_level": "List", - "description": "Grants permission to fetch Reserved Instance offerings for Amazon OpenSearch Service. This permission is deprecated. Use DescribeReservedInstanceOfferings instead", - "privilege": "DescribeReservedElasticsearchInstanceOfferings", + "access_level": "Write", + "description": "Grants permission to permanently delete an AWS Firewall Manager resource set", + "privilege": "DeleteResourceSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "resource-set*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to fetch OpenSearch Service Reserved Instances that have already been purchased. This permission is deprecated. Use DescribeReservedInstances instead", - "privilege": "DescribeReservedElasticsearchInstances", + "access_level": "Write", + "description": "Grants permission to disassociate the account that has been set as the AWS Firewall Manager administrator account and and disables the service in all organization accounts", + "privilege": "DisassociateAdminAccount", "resource_types": [ { "condition_keys": [], @@ -99278,9 +114384,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to fetch Reserved Instance offerings for OpenSearch Service", - "privilege": "DescribeReservedInstanceOfferings", + "access_level": "Write", + "description": "Grants permission to disassociate a Firewall Manager administrator from a third-party firewall tenant", + "privilege": "DisassociateThirdPartyFirewall", "resource_types": [ { "condition_keys": [], @@ -99290,9 +114396,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to fetch OpenSearch Service Reserved Instances that have already been purchased", - "privilege": "DescribeReservedInstances", + "access_level": "Read", + "description": "Grants permission to return the AWS Organizations account that is associated with AWS Firewall Manager as the AWS Firewall Manager administrator", + "privilege": "GetAdminAccount", "resource_types": [ { "condition_keys": [], @@ -99302,9 +114408,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe one or more Amazon OpenSearch Service-managed VPC endpoints", - "privilege": "DescribeVpcEndpoints", + "access_level": "Read", + "description": "Grants permission to return information about the specified account's administrative scope", + "privilege": "GetAdminScope", "resource_types": [ { "condition_keys": [], @@ -99314,129 +114420,129 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to disassociate a package from the specified OpenSearch Service domain", - "privilege": "DissociatePackage", + "access_level": "Read", + "description": "Grants permission to return information about the specified AWS Firewall Manager applications list", + "privilege": "GetAppsList", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "applications-list*" } ] }, { "access_level": "Read", - "description": "Grants permission to send cross-cluster requests to a destination domain", - "privilege": "ESCrossClusterGet", + "description": "Grants permission to retrieve detailed compliance information about the specified member account. Details include resources that are in and out of compliance with the specified policy", + "privilege": "GetComplianceDetail", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain" + "resource_type": "policy*" } ] }, { - "access_level": "Write", - "description": "Grants permission to send HTTP DELETE requests to the OpenSearch APIs", - "privilege": "ESHttpDelete", + "access_level": "Read", + "description": "Grants permission to retrieve information about the Amazon Simple Notification Service (SNS) topic that is used to record AWS Firewall Manager SNS logs", + "privilege": "GetNotificationChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to send HTTP GET requests to the OpenSearch APIs", - "privilege": "ESHttpGet", + "description": "Grants permission to retrieve information about the specified AWS Firewall Manager policy", + "privilege": "GetPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain" + "resource_type": "policy*" } ] }, { "access_level": "Read", - "description": "Grants permission to send HTTP HEAD requests to the OpenSearch APIs", - "privilege": "ESHttpHead", + "description": "Grants permission to retrieve policy-level attack summary information in the event of a potential DDoS attack", + "privilege": "GetProtectionStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain" + "resource_type": "policy*" } ] }, { - "access_level": "Write", - "description": "Grants permission to send HTTP PATCH requests to the OpenSearch APIs", - "privilege": "ESHttpPatch", + "access_level": "Read", + "description": "Grants permission to return information about the specified AWS Firewall Manager protocols list", + "privilege": "GetProtocolsList", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain" + "resource_type": "protocols-list*" } ] }, { - "access_level": "Write", - "description": "Grants permission to send HTTP POST requests to the OpenSearch APIs", - "privilege": "ESHttpPost", + "access_level": "Read", + "description": "Grants permission to retrieve information about the specified AWS Firewall Manager resource set", + "privilege": "GetResourceSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain" + "resource_type": "resource-set*" } ] }, { - "access_level": "Write", - "description": "Grants permission to send HTTP PUT requests to the OpenSearch APIs", - "privilege": "ESHttpPut", + "access_level": "Read", + "description": "Grants permission to retrieve the onboarding status of a Firewall Manager administrator account to third-party firewall vendor tenant", + "privilege": "GetThirdPartyFirewallAssociationStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to fetch a list of compatible OpenSearch and Elasticsearch versions to which an OpenSearch Service domain can be upgraded. This permission is deprecated. Use GetCompatibleVersions instead", - "privilege": "GetCompatibleElasticsearchVersions", + "access_level": "Read", + "description": "Grants permission to retrieve violations for a resource based on the specified AWS Firewall Manager policy and AWS account", + "privilege": "GetViolationDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "policy*" } ] }, { "access_level": "List", - "description": "Grants permission to fetch list of compatible engine versions to which an OpenSearch Service domain can be upgraded", - "privilege": "GetCompatibleVersions", + "description": "Grants permission to return a AdminAccounts object that lists the Firewall Manager administrators within the organization that are onboarded to Firewall Manager by AssociateAdminAccount", + "privilege": "ListAdminAccountsForOrganization", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to fetch the version history for a package", - "privilege": "GetPackageVersionHistory", + "access_level": "List", + "description": "Grants permission to list the accounts that are managing the specified AWS Organizations member account", + "privilege": "ListAdminsManagingAccount", "resource_types": [ { "condition_keys": [], @@ -99446,33 +114552,33 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to fetch the upgrade history of a given OpenSearch Service domain", - "privilege": "GetUpgradeHistory", + "access_level": "List", + "description": "Grants permission to return an array of AppsListDataSummary objects", + "privilege": "ListAppsLists", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to fetch the upgrade status of a given OpenSearch Service domain", - "privilege": "GetUpgradeStatus", + "access_level": "List", + "description": "Grants permission to retrieve an array of PolicyComplianceStatus objects in the response. Use PolicyComplianceStatus to get a summary of which member accounts are protected by the specified policy", + "privilege": "ListComplianceStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "policy*" } ] }, { "access_level": "List", - "description": "Grants permission to display the names of all OpenSearch Service domains that the current user owns", - "privilege": "ListDomainNames", + "description": "Grants permission to retrieve an array of resources in the organization's accounts that are available to be associated with a resource set", + "privilege": "ListDiscoveredResources", "resource_types": [ { "condition_keys": [], @@ -99483,8 +114589,8 @@ }, { "access_level": "List", - "description": "Grants permission to list all OpenSearch Service domains that a package is associated with", - "privilege": "ListDomainsForPackage", + "description": "Grants permission to retrieve an array of member account ids if the caller is FMS admin account", + "privilege": "ListMemberAccounts", "resource_types": [ { "condition_keys": [], @@ -99495,8 +114601,8 @@ }, { "access_level": "List", - "description": "Grants permission to list all instance types and available features for a given OpenSearch version. This permission is deprecated. Use ListInstanceTypeDetails instead", - "privilege": "ListElasticsearchInstanceTypeDetails", + "description": "Grants permission to retrieve an array of PolicySummary objects in the response", + "privilege": "ListPolicies", "resource_types": [ { "condition_keys": [], @@ -99507,8 +114613,8 @@ }, { "access_level": "List", - "description": "Grants permission to list all EC2 instance types that are supported for a given OpenSearch version", - "privilege": "ListElasticsearchInstanceTypes", + "description": "Grants permission to return an array of ProtocolsListDataSummary objects", + "privilege": "ListProtocolsLists", "resource_types": [ { "condition_keys": [], @@ -99519,20 +114625,20 @@ }, { "access_level": "List", - "description": "Grants permission to list all supported OpenSearch versions on Amazon OpenSearch Service. This permission is deprecated. Use ListVersions instead", - "privilege": "ListElasticsearchVersions", + "description": "Grants permission to retrieve an array of resources that are currently associated to a resource set", + "privilege": "ListResourceSetResources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "resource-set*" } ] }, { "access_level": "List", - "description": "Grants permission to list all instance types and available features for a given OpenSearch or Elasticsearch version", - "privilege": "ListInstanceTypeDetails", + "description": "Grants permission to retrieve an array of ResourceSetSummary objects", + "privilege": "ListResourceSets", "resource_types": [ { "condition_keys": [], @@ -99542,57 +114648,65 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all packages associated with the OpenSearch Service domain", - "privilege": "ListPackagesForDomain", + "access_level": "Read", + "description": "Grants permission to list Tags for a given resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "policy*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve a list of configuration changes that are scheduled for a OpenSearch Service domain", - "privilege": "ListScheduledActions", + "description": "Grants permission to retrieve a list of all of the third-party firewall policies that are associated with the third-party firewall administrator's account", + "privilege": "ListThirdPartyFirewallFirewallPolicies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to display all resource tags for an OpenSearch Service domain", - "privilege": "ListTags", + "access_level": "Write", + "description": "Grants permission to create or update an Firewall Manager administrator account", + "privilege": "PutAdminAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all supported OpenSearch and Elasticsearch versions in Amazon OpenSearch Service", - "privilege": "ListVersions", + "access_level": "Write", + "description": "Grants permission to create an AWS Firewall Manager applications list", + "privilege": "PutAppsList", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "applications-list*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve information about each AWS principal that is allowed to access a given Amazon OpenSearch Service domain through the use of an interface VPC endpoint", - "privilege": "ListVpcEndpointAccess", + "access_level": "Write", + "description": "Grants permission to designate the IAM role and Amazon Simple Notification Service (SNS) topic that AWS Firewall Manager (FM) could use to notify the FM administrator about major FM events and errors across the organization", + "privilege": "PutNotificationChannel", "resource_types": [ { "condition_keys": [], @@ -99602,89 +114716,215 @@ ] }, { - "access_level": "List", - "description": "Grants permission to retrieve all Amazon OpenSearch Service-managed VPC endpoints in the current AWS account and Region", - "privilege": "ListVpcEndpoints", + "access_level": "Write", + "description": "Grants permission to create an AWS Firewall Manager policy", + "privilege": "PutPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "policy*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve all Amazon OpenSearch Service-managed VPC endpoints associated with a particular domain", - "privilege": "ListVpcEndpointsForDomain", + "access_level": "Write", + "description": "Grants permission to creates an AWS Firewall Manager protocols list", + "privilege": "PutProtocolsList", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "protocols-list*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to purchase OpenSearch Service Reserved Instances. This permission is deprecated. Use PurchaseReservedInstanceOffering instead", - "privilege": "PurchaseReservedElasticsearchInstanceOffering", + "description": "Grants permission to create an AWS Firewall Manager resource set", + "privilege": "PutResourceSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "resource-set*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to purchase OpenSearch reserved instances", - "privilege": "PurchaseReservedInstanceOffering", + "access_level": "Tagging", + "description": "Grants permission to add a Tag to a given resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "applications-list" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "policy" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "protocols-list" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "resource-set" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to the destination domain owner to reject an inbound cross-cluster search connection request", - "privilege": "RejectInboundConnection", + "access_level": "Tagging", + "description": "Grants permission to remove a Tag from a given resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "applications-list" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "policy" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "protocols-list" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "resource-set" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:fms:${Region}:${Account}:policy/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "policy" + }, + { + "arn": "arn:${Partition}:fms:${Region}:${Account}:applications-list/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "applications-list" + }, + { + "arn": "arn:${Partition}:fms:${Region}:${Account}:protocols-list/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "protocols-list" + }, + { + "arn": "arn:${Partition}:fms:${Region}:${Account}:resource-set/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "resource-set" + } + ], + "service_name": "AWS Firewall Manager" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "forecast", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to the destination domain owner to reject an inbound cross-cluster search connection request. This permission is deprecated. Use RejectInboundConnection instead", - "privilege": "RejectInboundCrossClusterSearchConnection", + "description": "Grants permission to create an auto predictor", + "privilege": "CreateAutoPredictor", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove resource tags from an OpenSearch Service domain", - "privilege": "RemoveTags", + "access_level": "Write", + "description": "Grants permission to create a dataset", + "privilege": "CreateDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "dataset*" }, { "condition_keys": [ + "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -99694,653 +114934,729 @@ }, { "access_level": "Write", - "description": "Grants permission to revoke access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint", - "privilege": "RevokeVpcEndpointAccess", + "description": "Grants permission to create a dataset group", + "privilege": "CreateDatasetGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "datasetGroup*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start a service software update of a domain. This permission is deprecated. Use StartServiceSoftwareUpdate instead", - "privilege": "StartElasticsearchServiceSoftwareUpdate", + "description": "Grants permission to create a dataset import job", + "privilege": "CreateDatasetImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "datasetImportJob*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start a service software update of a domain", - "privilege": "StartServiceSoftwareUpdate", + "description": "Grants permission to create an explainability", + "privilege": "CreateExplainability", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "forecast*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to modify the configuration of an OpenSearch Service domain, such as the instance type or number of instances", - "privilege": "UpdateDomainConfig", + "description": "Grants permission to create an explainability export using an explainability resource", + "privilege": "CreateExplainabilityExport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "explainability*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to modify the configuration of an OpenSearch Service domain, such as the instance type or number of instances. This permission is deprecated. Use UpdateDomainConfig instead", - "privilege": "UpdateElasticsearchDomainConfig", + "description": "Grants permission to create a forecast", + "privilege": "CreateForecast", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "predictor*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a package for use with OpenSearch Service domains", - "privilege": "UpdatePackage", + "description": "Grants permission to create an endpoint using a Predictor resource", + "privilege": "CreateForecastEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "predictor*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to reschedule a planned OpenSearch Service domain configuration change for a later time", - "privilege": "UpdateScheduledAction", + "description": "Grants permission to create a forecast export job using a forecast resource", + "privilege": "CreateForecastExportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "forecast*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to modify an Amazon OpenSearch Service-managed interface VPC endpoint", - "privilege": "UpdateVpcEndpoint", + "description": "Grants permission to create an monitor using a Predictor resource", + "privilege": "CreateMonitor", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "predictor*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to initiate upgrade of an OpenSearch Service domain to a given version", - "privilege": "UpgradeDomain", + "description": "Grants permission to create a predictor", + "privilege": "CreatePredictor", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "datasetGroup*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to initiate upgrade of an OpenSearch Service domain to a specified version. This permission is deprecated. Use UpgradeDomain instead", - "privilege": "UpgradeElasticsearchDomain", + "description": "Grants permission to create a predictor backtest export job using a predictor", + "privilege": "CreatePredictorBacktestExportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domain*" + "resource_type": "predictor*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } - ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:es:${Region}:${Account}:domain/${DomainName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "domain" - }, - { - "arn": "arn:${Partition}:iam::${Account}:role/aws-service-role/es.amazonaws.com/AWSServiceRoleForAmazonOpenSearchService", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "es_role" - }, - { - "arn": "arn:${Partition}:iam::${Account}:role/aws-service-role/opensearchservice.amazonaws.com/AWSServiceRoleForAmazonOpenSearchService", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "opensearchservice_role" - } - ], - "service_name": "Amazon OpenSearch Service" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the allowed set of values for each of the tags to event bus and rule actions", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag-value associated with the resource to event bus and rule actions", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tags in the request to event bus and rule actions", - "type": "ArrayOfString" - }, - { - "condition": "events:EventBusArn", - "description": "Filters access by the ARN of the event buses that can be associated with an endpoint to CreateEndpoint and UpdateEndpoint actions", - "type": "ArrayOfARN" - }, - { - "condition": "events:ManagedBy", - "description": "Filters access by AWS services. If a rule is created by an AWS service on your behalf, the value is the principal name of the service that created the rule", - "type": "String" - }, - { - "condition": "events:TargetArn", - "description": "Filters access by the ARN of a target that can be put to a rule to PutTargets actions", - "type": "ArrayOfARN" - }, - { - "condition": "events:creatorAccount", - "description": "Filters access by the account the rule was created in to rule actions", - "type": "String" - }, - { - "condition": "events:detail-type", - "description": "Filters access by the literal string of the detail-type of the event to PutEvents and PutRule actions", - "type": "String" - }, - { - "condition": "events:detail.eventTypeCode", - "description": "Filters access by the literal string for the detail.eventTypeCode field of the event to PutRule actions", - "type": "String" - }, - { - "condition": "events:detail.service", - "description": "Filters access by the literal string for the detail.service field of the event to PutRule actions", - "type": "String" - }, - { - "condition": "events:detail.userIdentity.principalId", - "description": "Filters access by the literal string for the detail.useridentity.principalid field of the event to PutRule actions", - "type": "String" - }, - { - "condition": "events:eventBusInvocation", - "description": "Filters access by whether the event was generated via API or cross-account bus invocation to PutEvents actions", - "type": "String" - }, - { - "condition": "events:source", - "description": "Filters access by the AWS service or AWS partner event source that generated the event to PutEvents and PutRule actions. Matches the literal string of the source field of the event", - "type": "ArrayOfString" - } - ], - "prefix": "events", - "privileges": [ + ] + }, { "access_level": "Write", - "description": "Grants permission to activate partner event sources", - "privilege": "ActivateEventSource", + "description": "Grants permission to create a what-if analysis", + "privilege": "CreateWhatIfAnalysis", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-source*" + "resource_type": "forecast*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel a replay", - "privilege": "CancelReplay", + "description": "Grants permission to create a what-if forecast", + "privilege": "CreateWhatIfForecast", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "replay*" + "resource_type": "whatIfAnalysis*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new api destination", - "privilege": "CreateApiDestination", + "description": "Grants permission to create a what-if forecast export using what-if forecast resources", + "privilege": "CreateWhatIfForecastExport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "api-destination*" + "resource_type": "whatIfForecast*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "connection*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new archive", - "privilege": "CreateArchive", + "description": "Grants permission to delete a dataset", + "privilege": "DeleteDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "archive*" - }, + "resource_type": "dataset*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a dataset group", + "privilege": "DeleteDatasetGroup", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-bus*" + "resource_type": "datasetGroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new connection", - "privilege": "CreateConnection", + "description": "Grants permission to delete a dataset import job", + "privilege": "DeleteDatasetImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connection*" + "resource_type": "datasetImportJob*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an endpoint", - "privilege": "CreateEndpoint", + "description": "Grants permission to delete an explainability", + "privilege": "DeleteExplainability", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "endpoint*" - }, - { - "condition_keys": [ - "events:EventBusArn" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "explainability*" } ] }, { "access_level": "Write", - "description": "Grants permission to create event buses", - "privilege": "CreateEventBus", + "description": "Grants permission to delete an explainability export", + "privilege": "DeleteExplainabilityExport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-bus*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "explainabilityExport*" } ] }, { "access_level": "Write", - "description": "Grants permission to create partner event sources", - "privilege": "CreatePartnerEventSource", + "description": "Grants permission to delete a forecast", + "privilege": "DeleteForecast", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-source*" + "resource_type": "forecast*" } ] }, { "access_level": "Write", - "description": "Grants permission to deactivate event sources", - "privilege": "DeactivateEventSource", + "description": "Grants permission to delete an endpoint resource", + "privilege": "DeleteForecastEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-source*" + "resource_type": "endpoint*" } ] }, { "access_level": "Write", - "description": "Grants permission to deauthorize a connection, deleting its stored authorization secrets", - "privilege": "DeauthorizeConnection", + "description": "Grants permission to delete a forecast export job", + "privilege": "DeleteForecastExportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connection*" + "resource_type": "forecastExport*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an api destination", - "privilege": "DeleteApiDestination", + "description": "Grants permission to delete a monitor resource", + "privilege": "DeleteMonitor", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "api-destination*" + "resource_type": "monitor*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an archive", - "privilege": "DeleteArchive", + "description": "Grants permission to delete a predictor", + "privilege": "DeletePredictor", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "archive*" + "resource_type": "predictor*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a connection", - "privilege": "DeleteConnection", + "description": "Grants permission to delete a predictor backtest export job", + "privilege": "DeletePredictorBacktestExportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connection*" + "resource_type": "predictorBacktestExportJob*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an endpoint", - "privilege": "DeleteEndpoint", + "description": "Grants permission to delete a resource and its child resources", + "privilege": "DeleteResourceTree", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dataset*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "datasetGroup*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "datasetImportJob*" + }, { "condition_keys": [], "dependent_actions": [], "resource_type": "endpoint*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "explainability*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "explainabilityExport*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "forecast*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "forecastExport*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "monitor*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "predictor*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "predictorBacktestExportJob*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "whatIfAnalysis*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "whatIfForecast*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "whatIfForecastExport*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete event buses", - "privilege": "DeleteEventBus", + "description": "Grants permission to delete a what-if analysis", + "privilege": "DeleteWhatIfAnalysis", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-bus*" + "resource_type": "whatIfAnalysis*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete partner event sources", - "privilege": "DeletePartnerEventSource", + "description": "Grants permission to delete a what-if forecast", + "privilege": "DeleteWhatIfForecast", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-source*" + "resource_type": "whatIfForecast*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete rules", - "privilege": "DeleteRule", + "description": "Grants permission to delete a what-if forecast export", + "privilege": "DeleteWhatIfForecastExport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-custom-event-bus" - }, + "resource_type": "whatIfForecastExport*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe an auto predictor", + "privilege": "DescribeAutoPredictor", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-default-event-bus" - }, - { - "condition_keys": [ - "events:creatorAccount", - "events:ManagedBy" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "predictor*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve details about an api destination", - "privilege": "DescribeApiDestination", + "description": "Grants permission to describe a dataset", + "privilege": "DescribeDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "api-destination*" - }, + "resource_type": "dataset*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a dataset group", + "privilege": "DescribeDatasetGroup", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connection*" + "resource_type": "datasetGroup*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve details about an archive", - "privilege": "DescribeArchive", + "description": "Grants permission to describe a dataset import job", + "privilege": "DescribeDatasetImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "archive*" + "resource_type": "datasetImportJob*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve details about a conection", - "privilege": "DescribeConnection", + "description": "Grants permission to describe an explainability", + "privilege": "DescribeExplainability", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connection*" + "resource_type": "explainability*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve details about an endpoint", - "privilege": "DescribeEndpoint", + "description": "Grants permission to describe an explainability export", + "privilege": "DescribeExplainabilityExport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "endpoint*" + "resource_type": "explainabilityExport*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve details about event buses", - "privilege": "DescribeEventBus", + "description": "Grants permission to describe a forecast", + "privilege": "DescribeForecast", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-bus" + "resource_type": "forecast*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve details about event sources", - "privilege": "DescribeEventSource", + "description": "Grants permission to describe an endpoint resource", + "privilege": "DescribeForecastEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-source*" + "resource_type": "endpoint*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve details about partner event sources", - "privilege": "DescribePartnerEventSource", + "description": "Grants permission to describe a forecast export job", + "privilege": "DescribeForecastExportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-source*" + "resource_type": "forecastExport*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the details of a replay", - "privilege": "DescribeReplay", + "description": "Grants permission to describe an monitor resource", + "privilege": "DescribeMonitor", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "replay*" + "resource_type": "monitor*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve details about rules", - "privilege": "DescribeRule", + "description": "Grants permission to describe a predictor", + "privilege": "DescribePredictor", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-custom-event-bus" - }, + "resource_type": "predictor*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a predictor backtest export job", + "privilege": "DescribePredictorBacktestExportJob", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-default-event-bus" - }, - { - "condition_keys": [ - "events:creatorAccount" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "predictorBacktestExportJob*" } ] }, { - "access_level": "Write", - "description": "Grants permission to disable rules", - "privilege": "DisableRule", + "access_level": "Read", + "description": "Grants permission to describe a what-if analysis", + "privilege": "DescribeWhatIfAnalysis", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-custom-event-bus" - }, + "resource_type": "whatIfAnalysis*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a what-if forecast", + "privilege": "DescribeWhatIfForecast", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-default-event-bus" - }, - { - "condition_keys": [ - "events:creatorAccount", - "events:ManagedBy" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "whatIfForecast*" } ] }, { - "access_level": "Write", - "description": "Grants permission to enable rules", - "privilege": "EnableRule", + "access_level": "Read", + "description": "Grants permission to describe a what-if forecast export", + "privilege": "DescribeWhatIfForecastExport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-custom-event-bus" - }, + "resource_type": "whatIfForecastExport*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the Accuracy Metrics for a predictor", + "privilege": "GetAccuracyMetrics", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-default-event-bus" - }, + "resource_type": "predictor*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the forecast context of a timeseries for an endpoint", + "privilege": "GetRecentForecastContext", + "resource_types": [ { - "condition_keys": [ - "events:creatorAccount", - "events:ManagedBy" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "endpoint*" } ] }, { - "access_level": "Write", - "description": "Grants permission to invoke an api destination", - "privilege": "InvokeApiDestination", + "access_level": "Read", + "description": "Grants permission to invoke the endpoint to get forecast for a timeseries", + "privilege": "InvokeForecastEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "api-destination*" + "resource_type": "endpoint*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of api destinations", - "privilege": "ListApiDestinations", + "access_level": "Read", + "description": "Grants permission to list all the dataset groups", + "privilege": "ListDatasetGroups", "resource_types": [ { "condition_keys": [], @@ -100350,9 +115666,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of archives", - "privilege": "ListArchives", + "access_level": "Read", + "description": "Grants permission to list all the dataset import jobs", + "privilege": "ListDatasetImportJobs", "resource_types": [ { "condition_keys": [], @@ -100362,9 +115678,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of connections", - "privilege": "ListConnections", + "access_level": "Read", + "description": "Grants permission to list all the datasets", + "privilege": "ListDatasets", "resource_types": [ { "condition_keys": [], @@ -100374,9 +115690,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of endpoints", - "privilege": "ListEndpoints", + "access_level": "Read", + "description": "Grants permission to list all the explainabilities", + "privilege": "ListExplainabilities", "resource_types": [ { "condition_keys": [], @@ -100386,9 +115702,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of the event buses in your account", - "privilege": "ListEventBuses", + "access_level": "Read", + "description": "Grants permission to list all the explainability exports", + "privilege": "ListExplainabilityExports", "resource_types": [ { "condition_keys": [], @@ -100398,9 +115714,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to to retrieve a list of event sources shared with this account", - "privilege": "ListEventSources", + "access_level": "Read", + "description": "Grants permission to list all the forecast export jobs", + "privilege": "ListForecastExportJobs", "resource_types": [ { "condition_keys": [], @@ -100410,33 +115726,33 @@ ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of AWS account IDs associated with an event source", - "privilege": "ListPartnerEventSourceAccounts", + "access_level": "Read", + "description": "Grants permission to list all the forecasts", + "privilege": "ListForecasts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-source*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list partner event sources", - "privilege": "ListPartnerEventSources", + "access_level": "Read", + "description": "Grants permission to list all the monitor evaluation result for a monitor", + "privilege": "ListMonitorEvaluations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "monitor*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of replays", - "privilege": "ListReplays", + "access_level": "Read", + "description": "Grants permission to list all the monitor resources", + "privilege": "ListMonitors", "resource_types": [ { "condition_keys": [], @@ -100446,9 +115762,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of the names of the rules associated with a target", - "privilege": "ListRuleNamesByTarget", + "access_level": "Read", + "description": "Grants permission to list all the predictor backtest export jobs", + "privilege": "ListPredictorBacktestExportJobs", "resource_types": [ { "condition_keys": [], @@ -100458,9 +115774,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of the Amazon EventBridge rules in the account", - "privilege": "ListRules", + "access_level": "Read", + "description": "Grants permission to list all the predictors", + "privilege": "ListPredictors", "resource_types": [ { "condition_keys": [], @@ -100470,83 +115786,110 @@ ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of tags associated with an Amazon EventBridge resource", + "access_level": "Read", + "description": "Grants permission to list the tags for an Amazon Forecast resource", "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-bus" + "resource_type": "dataset" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-custom-event-bus" + "resource_type": "datasetGroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-default-event-bus" + "resource_type": "datasetImportJob" }, { - "condition_keys": [ - "events:creatorAccount" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to retrieve a list of targets defined for a rule", - "privilege": "ListTargetsByRule", - "resource_types": [ + "resource_type": "endpoint" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-custom-event-bus" + "resource_type": "explainability" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-default-event-bus" + "resource_type": "explainabilityExport" }, { - "condition_keys": [ - "events:creatorAccount" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "forecast" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "forecastExport" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "monitor" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "predictor" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "predictorBacktestExportJob" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "whatIfAnalysis" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "whatIfForecast" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "whatIfForecastExport" } ] }, { - "access_level": "Write", - "description": "Grants permission to send custom events to Amazon EventBridge", - "privilege": "PutEvents", + "access_level": "Read", + "description": "Grants permission to list all the what-if analyses", + "privilege": "ListWhatIfAnalyses", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-bus*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list all the what-if forecast exports", + "privilege": "ListWhatIfForecastExports", + "resource_types": [ { - "condition_keys": [ - "events:detail-type", - "events:source", - "events:eventBusInvocation" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to sends custom events to Amazon EventBridge", - "privilege": "PutPartnerEvents", + "access_level": "Read", + "description": "Grants permission to list all the what-if forecasts", + "privilege": "ListWhatIfForecasts", "resource_types": [ { "condition_keys": [], @@ -100556,43 +115899,43 @@ ] }, { - "access_level": "Permissions management", - "description": "Grants permission to use the PutPermission action to grants permission to another AWS account to put events to your default event bus", - "privilege": "PutPermission", + "access_level": "Read", + "description": "Grants permission to retrieve a forecast for a single item", + "privilege": "QueryForecast", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "forecast*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create or updates rules", - "privilege": "PutRule", + "access_level": "Read", + "description": "Grants permission to retrieve a what-if forecast for a single item", + "privilege": "QueryWhatIfForecast", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-custom-event-bus" - }, + "resource_type": "whatIfForecast*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to resume Amazon Forecast resource jobs", + "privilege": "ResumeResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-default-event-bus" + "resource_type": "monitor*" }, { "condition_keys": [ - "events:detail.userIdentity.principalId", - "events:detail-type", - "events:source", - "events:detail.service", - "events:detail.eventTypeCode", "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "events:creatorAccount", - "events:ManagedBy" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -100601,24 +115944,73 @@ }, { "access_level": "Write", - "description": "Grants permission to add targets to a rule", - "privilege": "PutTargets", + "description": "Grants permission to stop Amazon Forecast resource jobs", + "privilege": "StopResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-custom-event-bus" + "resource_type": "datasetImportJob*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-default-event-bus" + "resource_type": "endpoint*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "explainability*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "explainabilityExport*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "forecast*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "forecastExport*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "monitor*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "predictor*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "predictorBacktestExportJob*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "whatIfAnalysis*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "whatIfForecast*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "whatIfForecastExport*" }, { "condition_keys": [ - "events:TargetArn", - "events:creatorAccount", - "events:ManagedBy" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -100626,36 +116018,168 @@ ] }, { - "access_level": "Permissions management", - "description": "Grants permission to revoke the permission of another AWS account to put events to your default event bus", - "privilege": "RemovePermission", + "access_level": "Tagging", + "description": "Grants permission to associate the specified tags to a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "dataset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "datasetGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "datasetImportJob" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "endpoint" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "explainability" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "explainabilityExport" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "forecast" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "forecastExport" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "monitor" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "predictor" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "predictorBacktestExportJob" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "whatIfAnalysis" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "whatIfForecast" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "whatIfForecastExport" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to removes targets from a rule", - "privilege": "RemoveTargets", + "access_level": "Tagging", + "description": "Grants permission to delete the specified tags for a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-custom-event-bus" + "resource_type": "dataset" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-default-event-bus" + "resource_type": "datasetGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "datasetImportJob" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "endpoint" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "explainability" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "explainabilityExport" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "forecast" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "forecastExport" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "monitor" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "predictor" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "predictorBacktestExportJob" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "whatIfAnalysis" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "whatIfForecast" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "whatIfForecastExport" }, { "condition_keys": [ - "events:creatorAccount", - "events:ManagedBy" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -100664,93 +116188,254 @@ }, { "access_level": "Write", - "description": "Grants permission to start a replay of an archive", - "privilege": "StartReplay", + "description": "Grants permission to update a dataset group", + "privilege": "UpdateDatasetGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "archive*" + "resource_type": "dataset*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-bus*" - }, + "resource_type": "datasetGroup*" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:forecast:${Region}:${Account}:dataset/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "dataset" + }, + { + "arn": "arn:${Partition}:forecast:${Region}:${Account}:dataset-group/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "datasetGroup" + }, + { + "arn": "arn:${Partition}:forecast:${Region}:${Account}:dataset-import-job/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "datasetImportJob" + }, + { + "arn": "arn:${Partition}:forecast:::algorithm/${ResourceId}", + "condition_keys": [], + "resource": "algorithm" + }, + { + "arn": "arn:${Partition}:forecast:${Region}:${Account}:predictor/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "predictor" + }, + { + "arn": "arn:${Partition}:forecast:${Region}:${Account}:predictor-backtest-export-job/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "predictorBacktestExportJob" + }, + { + "arn": "arn:${Partition}:forecast:${Region}:${Account}:forecast/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "forecast" + }, + { + "arn": "arn:${Partition}:forecast:${Region}:${Account}:forecast-export-job/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "forecastExport" + }, + { + "arn": "arn:${Partition}:forecast:${Region}:${Account}:explainability/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "explainability" + }, + { + "arn": "arn:${Partition}:forecast:${Region}:${Account}:explainability-export/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "explainabilityExport" + }, + { + "arn": "arn:${Partition}:forecast:${Region}:${Account}:monitor/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "monitor" + }, + { + "arn": "arn:${Partition}:forecast:${Region}:${Account}:what-if-analysis/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "whatIfAnalysis" + }, + { + "arn": "arn:${Partition}:forecast:${Region}:${Account}:what-if-forecast/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "whatIfForecast" + }, + { + "arn": "arn:${Partition}:forecast:${Region}:${Account}:what-if-forecast-export/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "whatIfForecastExport" + }, + { + "arn": "arn:${Partition}:forecast:${Region}:${Account}:forecast-endpoint/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "endpoint" + } + ], + "service_name": "Amazon Forecast" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters actions based on the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters actions based on the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters actions based on the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "frauddetector", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create a batch of variables", + "privilege": "BatchCreateVariable", + "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "replay*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add a tag to an Amazon EventBridge resource", - "privilege": "TagResource", + "access_level": "List", + "description": "Grants permission to get a batch of variables", + "privilege": "BatchGetVariable", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-bus" - }, + "resource_type": "variable*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to cancel the specified batch import job", + "privilege": "CancelBatchImportJob", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-custom-event-bus" - }, + "resource_type": "batch-import*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to cancel the specified batch prediction job", + "privilege": "CancelBatchPredictionJob", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-default-event-bus" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}", - "events:creatorAccount" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "batch-prediction*" } ] }, { - "access_level": "Read", - "description": "Grants permission to test whether an event pattern matches the provided event", - "privilege": "TestEventPattern", + "access_level": "Write", + "description": "Grants permission to create a batch import job", + "privilege": "CreateBatchImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "batch-import*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "event-type*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove a tag from an Amazon EventBridge resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to create a batch prediction job", + "privilege": "CreateBatchPredictionJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-bus" + "resource_type": "batch-prediction*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-custom-event-bus" + "resource_type": "detector*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule-on-default-event-bus" + "resource_type": "detector-version*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "event-type*" }, { "condition_keys": [ - "aws:TagKeys", - "events:creatorAccount" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -100759,152 +116444,84 @@ }, { "access_level": "Write", - "description": "Grants permission to update an api destination", - "privilege": "UpdateApiDestination", + "description": "Grants permission to create a detector version. The detector version starts in a DRAFT status", + "privilege": "CreateDetectorVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "api-destination*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update an archive", - "privilege": "UpdateArchive", - "resource_types": [ + "resource_type": "detector*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "archive*" + "resource_type": "external-model" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "model-version" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a connection", - "privilege": "UpdateConnection", + "description": "Grants permission to create a list", + "privilege": "CreateList", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "connection*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update an endpoint", - "privilege": "UpdateEndpoint", + "description": "Grants permission to create a model using the specified model type", + "privilege": "CreateModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "endpoint*" + "resource_type": "event-type*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "model*" }, { "condition_keys": [ - "events:EventBusArn" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:events:${Region}::event-source/${EventSourceName}", - "condition_keys": [], - "resource": "event-source" - }, - { - "arn": "arn:${Partition}:events:${Region}:${Account}:event-bus/${EventBusName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "event-bus" - }, - { - "arn": "arn:${Partition}:events:${Region}:${Account}:rule/${RuleName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "rule-on-default-event-bus" - }, - { - "arn": "arn:${Partition}:events:${Region}:${Account}:rule/${EventBusName}/${RuleName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "rule-on-custom-event-bus" - }, - { - "arn": "arn:${Partition}:events:${Region}:${Account}:archive/${ArchiveName}", - "condition_keys": [], - "resource": "archive" - }, - { - "arn": "arn:${Partition}:events:${Region}:${Account}:replay/${ReplayName}", - "condition_keys": [], - "resource": "replay" - }, - { - "arn": "arn:${Partition}:events:${Region}:${Account}:connection/${ConnectionName}", - "condition_keys": [], - "resource": "connection" - }, - { - "arn": "arn:${Partition}:events:${Region}:${Account}:api-destination/${ApiDestinationName}", - "condition_keys": [], - "resource": "api-destination" - }, - { - "arn": "arn:${Partition}:events:${Region}:${Account}:endpoint/${EndpointName}", - "condition_keys": [], - "resource": "endpoint" - } - ], - "service_name": "Amazon EventBridge" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed the request on behalf of the IAM principal", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource that make the request on behalf of the IAM principal", - "type": "String" }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request on behalf of the IAM principal", - "type": "ArrayOfString" - } - ], - "prefix": "evidently", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to send a batched evaluate feature request", - "privilege": "BatchEvaluateFeature", + "description": "Grants permission to create a version of the model using the specified model type and model id", + "privilege": "CreateModelVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Feature*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an experiment", - "privilege": "CreateExperiment", - "resource_types": [ + "resource_type": "model*" + }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -100917,9 +116534,14 @@ }, { "access_level": "Write", - "description": "Grants permission to create a feature", - "privilege": "CreateFeature", + "description": "Grants permission to create a rule for use with the specified detector", + "privilege": "CreateRule", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "detector*" + }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -100932,8 +116554,8 @@ }, { "access_level": "Write", - "description": "Grants permission to create a launch", - "privilege": "CreateLaunch", + "description": "Grants permission to create a variable", + "privilege": "CreateVariable", "resource_types": [ { "condition_keys": [ @@ -100947,671 +116569,631 @@ }, { "access_level": "Write", - "description": "Grants permission to create a project", - "privilege": "CreateProject", + "description": "Grants permission to delete a batch import job", + "privilege": "DeleteBatchImportJob", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "iam:GetRole" - ], - "resource_type": "" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "batch-import*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a segment", - "privilege": "CreateSegment", + "description": "Grants permission to delete a batch prediction job", + "privilege": "DeleteBatchPredictionJob", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "batch-prediction*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an experiment", - "privilege": "DeleteExperiment", + "description": "Grants permission to delete the detector. Before deleting a detector, you must first delete all detector versions and rule versions associated with the detector", + "privilege": "DeleteDetector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Experiment*" + "resource_type": "detector*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a feature", - "privilege": "DeleteFeature", + "description": "Grants permission to delete the detector version. You cannot delete detector versions that are in ACTIVE status", + "privilege": "DeleteDetectorVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Feature*" + "resource_type": "detector-version*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a launch", - "privilege": "DeleteLaunch", + "description": "Grants permission to delete an entity type. You cannot delete an entity type that is included in an event type", + "privilege": "DeleteEntityType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Launch*" + "resource_type": "entity-type*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a project", - "privilege": "DeleteProject", + "description": "Grants permission to deletes the specified event", + "privilege": "DeleteEvent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Project*" + "resource_type": "event-type*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a segment", - "privilege": "DeleteSegment", + "description": "Grants permission to delete an event type. You cannot delete an event type that is used in a detector or a model", + "privilege": "DeleteEventType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Segment*" + "resource_type": "event-type*" } ] }, { "access_level": "Write", - "description": "Grants permission to send an evaluate feature request", - "privilege": "EvaluateFeature", + "description": "Grants permission to delete events for the specified event type", + "privilege": "DeleteEventsByEventType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Feature*" + "resource_type": "event-type*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get experiment details", - "privilege": "GetExperiment", + "access_level": "Write", + "description": "Grants permission to remove a SageMaker model from Amazon Fraud Detector. You can remove an Amazon SageMaker model if it is not associated with a detector version", + "privilege": "DeleteExternalModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Experiment*" + "resource_type": "external-model*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get experiment result", - "privilege": "GetExperimentResults", + "access_level": "Write", + "description": "Grants permission to delete a label. You cannot delete labels that are included in an event type in Amazon Fraud Detector. You cannot delete a label assigned to an event ID. You must first delete the relevant event ID", + "privilege": "DeleteLabel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Experiment*" + "resource_type": "label*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get feature details", - "privilege": "GetFeature", + "access_level": "Write", + "description": "Grants permission to delete a list", + "privilege": "DeleteList", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Feature*" + "resource_type": "list*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get launch details", - "privilege": "GetLaunch", + "access_level": "Write", + "description": "Grants permission to delete a model. You can delete models and model versions in Amazon Fraud Detector, provided that they are not associated with a detector version", + "privilege": "DeleteModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Launch*" + "resource_type": "model*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get project details", - "privilege": "GetProject", + "access_level": "Write", + "description": "Grants permission to delete a model version. You can delete models and model versions in Amazon Fraud Detector, provided that they are not associated with a detector version", + "privilege": "DeleteModelVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Project*" + "resource_type": "model-version*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get segment details", - "privilege": "GetSegment", + "access_level": "Write", + "description": "Grants permission to delete an outcome. You cannot delete an outcome that is used in a rule version", + "privilege": "DeleteOutcome", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Segment*" + "resource_type": "outcome*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list experiments", - "privilege": "ListExperiments", + "access_level": "Write", + "description": "Grants permission to delete the rule. You cannot delete a rule if it is used by an ACTIVE or INACTIVE detector version", + "privilege": "DeleteRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "rule*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list features", - "privilege": "ListFeatures", + "access_level": "Write", + "description": "Grants permission to delete a variable. You cannot delete variables that are included in an event type in Amazon Fraud Detector", + "privilege": "DeleteVariable", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "variable*" } ] }, { "access_level": "Read", - "description": "Grants permission to list launches", - "privilege": "ListLaunches", + "description": "Grants permission to get all versions for a specified detector", + "privilege": "DescribeDetector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "detector*" } ] }, { "access_level": "Read", - "description": "Grants permission to list projects", - "privilege": "ListProjects", + "description": "Grants permission to get all of the model versions for the specified model type or for the specified model type and model ID. You can also get details for a single, specified model version", + "privilege": "DescribeModelVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "model-version" } ] }, { "access_level": "Read", - "description": "Grants permission to list resources referencing a segment", - "privilege": "ListSegmentReferences", + "description": "Grants permission to get the data validation report of a specific batch import job", + "privilege": "GetBatchImportJobValidationReport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "batch-import*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list segments", - "privilege": "ListSegments", + "access_level": "List", + "description": "Grants permission to get all batch import jobs or a specific job if you specify a job ID", + "privilege": "GetBatchImportJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "batch-import" } ] }, { - "access_level": "Read", - "description": "Grants permission to list tags for resources", - "privilege": "ListTagsForResource", + "access_level": "List", + "description": "Grants permission to get all batch prediction jobs or a specific job if you specify a job ID. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 50 records per page. If you provide a maxResults, the value must be between 1 and 50. To get the next page results, provide the pagination token from the GetBatchPredictionJobsResponse as part of your request. A null pagination token fetches the records from the beginning", + "privilege": "GetBatchPredictionJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "batch-prediction" } ] }, { - "access_level": "Write", - "description": "Grants permission to send performance events", - "privilege": "PutProjectEvents", + "access_level": "Read", + "description": "Grants permission to get a specific event type DeleteEventsByEventType API execution status", + "privilege": "GetDeleteEventsByEventTypeStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Project*" + "resource_type": "event-type*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start an experiment", - "privilege": "StartExperiment", + "access_level": "Read", + "description": "Grants permission to get a particular detector version", + "privilege": "GetDetectorVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Experiment*" + "resource_type": "detector-version*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start a launch", - "privilege": "StartLaunch", + "access_level": "List", + "description": "Grants permission to get all detectors or a single detector if a detectorId is specified. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 10 records per page. If you provide a maxResults, the value must be between 5 and 10. To get the next page results, provide the pagination token from the GetDetectorsResponse as part of your request. A null pagination token fetches the records from the beginning", + "privilege": "GetDetectors", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Launch*" + "resource_type": "detector" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop an experiment", - "privilege": "StopExperiment", + "access_level": "List", + "description": "Grants permission to get all entity types or a specific entity type if a name is specified. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 10 records per page. If you provide a maxResults, the value must be between 5 and 10. To get the next page results, provide the pagination token from the GetEntityTypesResponse as part of your request. A null pagination token fetches the records from the beginning", + "privilege": "GetEntityTypes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Experiment*" + "resource_type": "entity-type" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop a launch", - "privilege": "StopLaunch", + "access_level": "Read", + "description": "Grants permission to get the details of the specified event", + "privilege": "GetEvent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Launch*" + "resource_type": "event-type*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag resources", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to evaluate an event against a detector version. If a version ID is not provided, the detector\u2019s (ACTIVE) version is used", + "privilege": "GetEventPrediction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Experiment" + "resource_type": "detector*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Feature" + "resource_type": "detector-version*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Launch" - }, + "resource_type": "event-type*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get more details of a particular prediction", + "privilege": "GetEventPredictionMetadata", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Project" + "resource_type": "detector*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Segment" + "resource_type": "detector-version*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "event-type*" } ] }, { - "access_level": "Read", - "description": "Grants permission to test a segment pattern", - "privilege": "TestSegmentPattern", + "access_level": "List", + "description": "Grants permission to get all event types or a specific event type if name is provided. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 10 records per page. If you provide a maxResults, the value must be between 5 and 10. To get the next page results, provide the pagination token from the GetEventTypesResponse as part of your request. A null pagination token fetches the records from the beginning", + "privilege": "GetEventTypes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "event-type" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag resources", - "privilege": "UntagResource", + "access_level": "List", + "description": "Grants permission to get the details for one or more Amazon SageMaker models that have been imported into the service. This is a paginated API. If you provide a null maxResults, this actions retrieves a maximum of 10 records per page. If you provide a maxResults, the value must be between 5 and 10. To get the next page results, provide the pagination token from the GetExternalModelsResult as part of your request. A null pagination token fetches the records from the beginning", + "privilege": "GetExternalModels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Experiment" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Feature" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Launch" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Project" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Segment" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "external-model" } ] }, { - "access_level": "Write", - "description": "Grants permission to update experiment", - "privilege": "UpdateExperiment", + "access_level": "Read", + "description": "Grants permission to get the encryption key if a Key Management Service (KMS) customer master key (CMK) has been specified to be used to encrypt content in Amazon Fraud Detector", + "privilege": "GetKMSEncryptionKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Experiment*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update feature", - "privilege": "UpdateFeature", + "access_level": "List", + "description": "Grants permission to get all labels or a specific label if name is provided. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 50 records per page. If you provide a maxResults, the value must be between 10 and 50. To get the next page results, provide the pagination token from the GetGetLabelsResponse as part of your request. A null pagination token fetches the records from the beginning", + "privilege": "GetLabels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Feature*" + "resource_type": "label" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a launch", - "privilege": "UpdateLaunch", + "access_level": "Read", + "description": "Grants permission to get elements of a list", + "privilege": "GetListElements", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Launch*" + "resource_type": "list*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update project", - "privilege": "UpdateProject", + "access_level": "List", + "description": "Grants permission to get metadata about lists", + "privilege": "GetListsMetadata", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "iam:GetRole" + "dependent_actions": [], + "resource_type": "list" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" ], - "resource_type": "Project*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update project data delivery", - "privilege": "UpdateProjectDataDelivery", + "access_level": "Read", + "description": "Grants permission to get the details of the specified model version", + "privilege": "GetModelVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Project*" + "resource_type": "model-version*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:evidently:${Region}:${Account}:project/${ProjectName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Project" - }, - { - "arn": "arn:${Partition}:evidently:${Region}:${Account}:project/${ProjectName}/feature/${FeatureName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Feature" - }, - { - "arn": "arn:${Partition}:evidently:${Region}:${Account}:project/${ProjectName}/experiment/${ExperimentName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Experiment" - }, - { - "arn": "arn:${Partition}:evidently:${Region}:${Account}:project/${ProjectName}/launch/${LaunchName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Launch" }, { - "arn": "arn:${Partition}:evidently:${Region}:${Account}:segment/${SegmentName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Segment" - } - ], - "service_name": "Amazon CloudWatch Evidently" - }, - { - "conditions": [], - "prefix": "execute-api", - "privileges": [ - { - "access_level": "Write", - "description": "Used to invalidate API cache upon a client request", - "privilege": "InvalidateCache", + "access_level": "List", + "description": "Grants permission to get one or more models. Gets all models for the AWS account if no model type and no model id provided. Gets all models for the AWS account and model type, if the model type is specified but model id is not provided. Gets a specific model if (model type, model id) tuple is specified", + "privilege": "GetModels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "execute-api-general*" + "resource_type": "model" } ] }, { - "access_level": "Write", - "description": "Used to invoke an API upon a client request", - "privilege": "Invoke", + "access_level": "List", + "description": "Grants permission to get one or more outcomes. This is a paginated API. If you provide a null maxResults, this actions retrieves a maximum of 100 records per page. If you provide a maxResults, the value must be between 50 and 100. To get the next page results, provide the pagination token from the GetOutcomesResult as part of your request. A null pagination token fetches the records from the beginning", + "privilege": "GetOutcomes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "execute-api-general*" + "resource_type": "outcome" } ] }, { - "access_level": "Write", - "description": "ManageConnections controls access to the @connections API", - "privilege": "ManageConnections", + "access_level": "List", + "description": "Grants permission to get all rules for a detector (paginated) if ruleId and ruleVersion are not specified. Gets all rules for the detector and the ruleId if present (paginated). Gets a specific rule if both the ruleId and the ruleVersion are specified", + "privilege": "GetRules", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "execute-api-general*" + "resource_type": "rule" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:execute-api:${Region}:${Account}:${ApiId}/${Stage}/${Method}/${ApiSpecificResourcePath}", - "condition_keys": [], - "resource": "execute-api-general" - } - ], - "service_name": "Amazon API Gateway" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tag key-value pairs attached to the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "finspace", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to connect to a kdb cluster", - "privilege": "ConnectKxCluster", + "access_level": "List", + "description": "Grants permission to get all of the variables or the specific variable. This is a paginated API. Providing null maxSizePerPage results in retrieving maximum of 100 records per page. If you provide maxSizePerPage the value must be between 50 and 100. To get the next page result, a provide a pagination token from GetVariablesResult as part of your request. Null pagination token fetches the records from the beginning", + "privilege": "GetVariables", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxCluster*" + "resource_type": "variable" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a FinSpace environment", - "privilege": "CreateEnvironment", + "access_level": "List", + "description": "Grants permission to get a list of past predictions", + "privilege": "ListEventPredictions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "detector" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a changeset for a kdb database", - "privilege": "CreateKxChangeset", - "resource_types": [ + "resource_type": "detector-version" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxDatabase*" + "resource_type": "event-type" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a cluster in a managed kdb environment", - "privilege": "CreateKxCluster", + "access_level": "Read", + "description": "Grants permission to list all tags associated with the resource. This is a paginated API. To get the next page results, provide the pagination token from the response as part of your request. A null pagination token fetches the records from the beginning", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:DescribeSubnets", - "finspace:MountKxDatabase" - ], - "resource_type": "kxCluster*" + "dependent_actions": [], + "resource_type": "batch-import" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "batch-prediction" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "detector" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "detector-version" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "entity-type" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "event-type" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "external-model" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "label" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "list" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "model" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "model-version" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "outcome" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "rule" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "variable" } ] }, { "access_level": "Write", - "description": "Grants permission to create a kdb database in a managed kdb environment", - "privilege": "CreateKxDatabase", + "description": "Grants permission to create or update a detector", + "privilege": "PutDetector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxDatabase*" + "resource_type": "detector*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "event-type*" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -101620,13 +117202,18 @@ }, { "access_level": "Write", - "description": "Grants permission to create a managed kdb environment", - "privilege": "CreateKxEnvironment", + "description": "Grants permission to create or update an entity type. An entity represents who is performing the event. As part of a fraud prediction, you pass the entity ID to indicate the specific entity who performed the event. An entity type classifies the entity. Example classifications include customer, merchant, or account", + "privilege": "PutEntityType", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "entity-type*" + }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -101635,18 +117222,18 @@ }, { "access_level": "Write", - "description": "Grants permission to create a user in a managed kdb environment", - "privilege": "CreateKxUser", + "description": "Grants permission to create or update an event type. An event is a business activity that is evaluated for fraud risk. With Amazon Fraud Detector, you generate fraud predictions for events. An event type defines the structure for an event sent to Amazon Fraud Detector. This includes the variables sent as part of the event, the entity performing the event (such as a customer), and the labels that classify the event. Example event types include online payment transactions, account registrations, and authentications", + "privilege": "PutEventType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxEnvironment*" + "resource_type": "event-type*" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -101655,23 +117242,23 @@ }, { "access_level": "Write", - "description": "Grants permission to create a FinSpace user", - "privilege": "CreateUser", + "description": "Grants permission to create or update an Amazon SageMaker model endpoint. You can also use this action to update the configuration of the model endpoint, including the IAM role and/or the mapped variables", + "privilege": "PutExternalModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "event-type*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "external-model*" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -101680,387 +117267,239 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a FinSpace environment", - "privilege": "DeleteEnvironment", + "description": "Grants permission to specify the Key Management Service (KMS) customer master key (CMK) to be used to encrypt content in Amazon Fraud Detector", + "privilege": "PutKMSEncryptionKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a kdb cluster", - "privilege": "DeleteKxCluster", + "description": "Grants permission to create or update label. A label classifies an event as fraudulent or legitimate. Labels are associated with event types and used to train supervised machine learning models in Amazon Fraud Detector", + "privilege": "PutLabel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxCluster*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a kdb database", - "privilege": "DeleteKxDatabase", - "resource_types": [ + "resource_type": "label*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "kxDatabase*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a managed kdb environment", - "privilege": "DeleteKxEnvironment", + "description": "Grants permission to create or update an outcome", + "privilege": "PutOutcome", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxEnvironment*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a kdb user", - "privilege": "DeleteKxUser", - "resource_types": [ + "resource_type": "outcome*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "kxUser*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a FinSpace environment", - "privilege": "GetEnvironment", + "access_level": "Write", + "description": "Grants permission to send event", + "privilege": "SendEvent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to describe a changeset for a kdb database", - "privilege": "GetKxChangeset", - "resource_types": [ + "resource_type": "event-type*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "kxDatabase*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a cluster in a managed kdb environment", - "privilege": "GetKxCluster", + "access_level": "Tagging", + "description": "Grants permission to assign tags to a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxCluster*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve a connection string for kdb clusters", - "privilege": "GetKxConnectionString", - "resource_types": [ + "resource_type": "batch-import" + }, { "condition_keys": [], - "dependent_actions": [ - "finspace:ConnectKxCluster" - ], - "resource_type": "kxCluster*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to describe a kdb database", - "privilege": "GetKxDatabase", - "resource_types": [ + "dependent_actions": [], + "resource_type": "batch-prediction" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxDatabase*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to describe a managed kdb environment", - "privilege": "GetKxEnvironment", - "resource_types": [ + "resource_type": "detector" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxEnvironment*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to describe a kdb user", - "privilege": "GetKxUser", - "resource_types": [ + "resource_type": "detector-version" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxUser*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to request status of the loading of sample data bundle", - "privilege": "GetLoadSampleDataSetGroupIntoEnvironmentStatus", - "resource_types": [ + "resource_type": "entity-type" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to describe a FinSpace user", - "privilege": "GetUser", - "resource_types": [ + "resource_type": "event-type" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "external-model" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list FinSpace environments in the AWS account", - "privilege": "ListEnvironments", - "resource_types": [ + "resource_type": "label" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list changesets for a kdb database", - "privilege": "ListKxChangesets", - "resource_types": [ + "resource_type": "list" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxDatabase*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list cluster nodes in a managed kdb environment", - "privilege": "ListKxClusterNodes", - "resource_types": [ + "resource_type": "model" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxCluster*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list clusters in a managed kdb environment", - "privilege": "ListKxClusters", - "resource_types": [ + "resource_type": "model-version" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxEnvironment*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list kdb databases in a managed kdb environment", - "privilege": "ListKxDatabases", - "resource_types": [ + "resource_type": "outcome" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxEnvironment*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list managed kdb environments", - "privilege": "ListKxEnvironments", - "resource_types": [ + "resource_type": "rule" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list users in a managed kdb environment", - "privilege": "ListKxUsers", - "resource_types": [ + "resource_type": "variable" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "kxEnvironment*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "kxCluster*" + "resource_type": "batch-import" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxDatabase*" + "resource_type": "batch-prediction" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxEnvironment*" + "resource_type": "detector" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxUser*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list FinSpace users in an environment", - "privilege": "ListUsers", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "detector-version" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to load sample data bundle into your FinSpace environment", - "privilege": "LoadSampleDataSetGroupIntoEnvironment", - "resource_types": [ + "resource_type": "entity-type" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to mount a database to a kdb cluster", - "privilege": "MountKxDatabase", - "resource_types": [ + "resource_type": "event-type" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxDatabase*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to reset the password for a FinSpace user", - "privilege": "ResetUserPassword", - "resource_types": [ + "resource_type": "external-model" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "label" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to tag a resource", - "privilege": "TagResource", - "resource_types": [ + "resource_type": "list" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment" + "resource_type": "model" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxCluster" + "resource_type": "model-version" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxDatabase" + "resource_type": "outcome" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxEnvironment" + "resource_type": "rule" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxUser" + "resource_type": "variable" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -102068,37 +117507,64 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to update a detector version. The detector version attributes that you can update include models, external model endpoints, rules, rule execution mode, and description. You can only update a DRAFT detector version", + "privilege": "UpdateDetectorVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment" + "resource_type": "detector*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxCluster" + "resource_type": "external-model" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxDatabase" - }, + "resource_type": "model-version" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the detector version's description. You can update the metadata for any detector version (DRAFT, ACTIVE, or INACTIVE)", + "privilege": "UpdateDetectorVersionMetadata", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxEnvironment" - }, + "resource_type": "detector-version*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the detector version\u2019s status. You can perform the following promotions or demotions using UpdateDetectorVersionStatus: DRAFT to ACTIVE, ACTIVE to INACTIVE, and INACTIVE to ACTIVE", + "privilege": "UpdateDetectorVersionStatus", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxUser" + "resource_type": "detector-version*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update an existing event record's label value", + "privilege": "UpdateEventLabel", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "event-type*" }, { "condition_keys": [ + "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -102108,292 +117574,285 @@ }, { "access_level": "Write", - "description": "Grants permission to update a FinSpace environment", - "privilege": "UpdateEnvironment", + "description": "Grants permission to update a list", + "privilege": "UpdateList", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "list*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update databases for a cluster in a managed kdb environment", - "privilege": "UpdateKxClusterDatabases", + "description": "Grants permission to update a model. You can update the description attribute using this action", + "privilege": "UpdateModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxCluster*" + "resource_type": "model*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a kdb database", - "privilege": "UpdateKxDatabase", + "description": "Grants permission to update a model version. Updating a model version retrains an existing model version using updated training data and produces a new minor version of the model. You can update the training data set location and data access role attributes using this action. This action creates and trains a new minor version of the model, for example version 1.01, 1.02, 1.03", + "privilege": "UpdateModelVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxDatabase*" + "resource_type": "model*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a managed kdb environment", - "privilege": "UpdateKxEnvironment", + "description": "Grants permission to update the status of a model version", + "privilege": "UpdateModelVersionStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxEnvironment*" + "resource_type": "model-version*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the network for a managed kdb environment", - "privilege": "UpdateKxEnvironmentNetwork", + "description": "Grants permission to update a rule's metadata. The description attribute can be updated", + "privilege": "UpdateRuleMetadata", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxEnvironment*" + "resource_type": "rule*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a kdb user", - "privilege": "UpdateKxUser", + "description": "Grants permission to update a rule version resulting in a new rule version. Updates a rule version resulting in a new rule version (version 1, 2, 3 ...)", + "privilege": "UpdateRuleVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "kxUser*" + "resource_type": "rule*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a FinSpace user", - "privilege": "UpdateUser", + "description": "Grants permission to update a variable", + "privilege": "UpdateVariable", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "user*" + "resource_type": "variable*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:finspace:${Region}:${Account}:environment/${EnvironmentId}", + "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:batch-prediction/${ResourcePath}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "environment" + "resource": "batch-prediction" }, { - "arn": "arn:${Partition}:finspace:${Region}:${Account}:user/${UserId}", + "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:detector/${ResourcePath}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "user" + "resource": "detector" }, { - "arn": "arn:${Partition}:finspace:${Region}:${Account}:kxEnvironment/${EnvironmentId}", + "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:detector-version/${ResourcePath}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "kxEnvironment" + "resource": "detector-version" }, { - "arn": "arn:${Partition}:finspace:${Region}:${Account}:kxEnvironment/${EnvironmentId}/kxUser/${UserName}", + "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:entity-type/${ResourcePath}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "kxUser" + "resource": "entity-type" }, { - "arn": "arn:${Partition}:finspace:${Region}:${Account}:kxEnvironment/${EnvironmentId}/kxCluster/${KxCluster}", + "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:external-model/${ResourcePath}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "kxCluster" + "resource": "external-model" }, { - "arn": "arn:${Partition}:finspace:${Region}:${Account}:kxEnvironment/${EnvironmentId}/kxDatabase/${KxDatabase}", + "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:event-type/${ResourcePath}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "kxDatabase" - } - ], - "service_name": "Amazon FinSpace" - }, - { - "conditions": [], - "prefix": "finspace-api", - "privileges": [ + "resource": "event-type" + }, { - "access_level": "Unknown", - "description": "", - "privilege": "AssociateUserToPermissionGroupV2", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] + "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:label/${ResourcePath}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "label" }, { - "access_level": "Unknown", - "description": "", - "privilege": "CreateChangeset", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] + "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:model/${ResourcePath}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "model" }, { - "access_level": "Unknown", - "description": "", - "privilege": "CreateDatasetV2", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] + "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:model-version/${ResourcePath}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "model-version" }, { - "access_level": "Unknown", - "description": "", - "privilege": "CreatePermissionGroupV2", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] + "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:outcome/${ResourcePath}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "outcome" }, { - "access_level": "Unknown", - "description": "", - "privilege": "CreateUserV2", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] + "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:rule/${ResourcePath}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "rule" }, { - "access_level": "Unknown", - "description": "", - "privilege": "DeleteDatasetV2", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] + "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:variable/${ResourcePath}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "variable" }, { - "access_level": "Unknown", - "description": "", - "privilege": "DeletePermissionGroupV2", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] + "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:batch-import/${ResourcePath}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "batch-import" }, { - "access_level": "Unknown", - "description": "", - "privilege": "DisableUser", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] + "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:list/${ResourcePath}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "list" + } + ], + "service_name": "Amazon Fraud Detector" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "A tag key that is present in the request that the user makes to Amazon FreeRTOS", + "type": "String" }, { - "access_level": "Unknown", - "description": "", - "privilege": "DisassociateUserFromPermissionGroupV2", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] + "condition": "aws:ResourceTag/${TagKey}", + "description": "The tag key component of a tag attached to an Amazon FreeRTOS resource", + "type": "String" }, { - "access_level": "Unknown", - "description": "", - "privilege": "EnableUser", + "condition": "aws:TagKeys", + "description": "The list of all the tag key names associated with the resource in the request", + "type": "ArrayOfString" + } + ], + "prefix": "freertos", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create a software configuration", + "privilege": "CreateSoftwareConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "configuration*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Unknown", - "description": "", - "privilege": "GetChangesetV2", + "access_level": "Write", + "description": "Grants permission to create a subscription for FreeRTOS extended maintenance plan (EMP)", + "privilege": "CreateSubscription", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Unknown", - "description": "", - "privilege": "GetDataViewV2", + "access_level": "Write", + "description": "Grants permission to delete the software configuration", + "privilege": "DeleteSoftwareConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "configuration*" } ] }, { - "access_level": "Unknown", - "description": "", - "privilege": "GetDatasetV2", + "access_level": "Read", + "description": "Grants permission to describe the hardware platform", + "privilege": "DescribeHardwarePlatform", "resource_types": [ { "condition_keys": [], @@ -102403,45 +117862,45 @@ ] }, { - "access_level": "Unknown", - "description": "", - "privilege": "GetExternalDataViewAccessDetails", + "access_level": "Read", + "description": "Grants permission to describe the software configuration", + "privilege": "DescribeSoftwareConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "configuration*" } ] }, { - "access_level": "Unknown", - "description": "", - "privilege": "GetPermissionGroup", + "access_level": "Read", + "description": "Grants permission to describes the subscription for FreeRTOS extended maintenance plan (EMP)", + "privilege": "DescribeSubscription", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "subscription*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve FinSpace programmatic access credentials", - "privilege": "GetProgrammaticAccessCredentials", + "description": "Grants permission to get URL for sotware patch-release, patch-diff and release notes under FreeRTOS extended maintenance plan (EMP)", + "privilege": "GetEmpPatchUrl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "credential*" + "resource_type": "" } ] }, { - "access_level": "Unknown", - "description": "", - "privilege": "GetUser", + "access_level": "Read", + "description": "Grants permission to get the URL for Amazon FreeRTOS software download", + "privilege": "GetSoftwareURL", "resource_types": [ { "condition_keys": [], @@ -102451,9 +117910,9 @@ ] }, { - "access_level": "Unknown", - "description": "", - "privilege": "GetWorkingLocation", + "access_level": "Read", + "description": "Grants permission to get the URL for Amazon FreeRTOS software download based on the configuration", + "privilege": "GetSoftwareURLForConfiguration", "resource_types": [ { "condition_keys": [], @@ -102463,9 +117922,9 @@ ] }, { - "access_level": "Unknown", - "description": "", - "privilege": "ListChangesetsV2", + "access_level": "Read", + "description": "Grants permission to fetch the subscription billing amount for FreeRTOS extended maintenance plan (EMP)", + "privilege": "GetSubscriptionBillingAmount", "resource_types": [ { "condition_keys": [], @@ -102475,9 +117934,9 @@ ] }, { - "access_level": "Unknown", - "description": "", - "privilege": "ListDataViewsV2", + "access_level": "List", + "description": "Grants permission to lists versions of AmazonFreeRTOS", + "privilege": "ListFreeRTOSVersions", "resource_types": [ { "condition_keys": [], @@ -102487,9 +117946,9 @@ ] }, { - "access_level": "Unknown", - "description": "", - "privilege": "ListDatasetsV2", + "access_level": "List", + "description": "Grants permission to list the hardware platforms", + "privilege": "ListHardwarePlatforms", "resource_types": [ { "condition_keys": [], @@ -102499,9 +117958,9 @@ ] }, { - "access_level": "Unknown", - "description": "", - "privilege": "ListPermissionGroupsByUserV2", + "access_level": "List", + "description": "Grants permission to list the hardware vendors", + "privilege": "ListHardwareVendors", "resource_types": [ { "condition_keys": [], @@ -102511,9 +117970,9 @@ ] }, { - "access_level": "Unknown", - "description": "", - "privilege": "ListPermissionGroupsV2", + "access_level": "List", + "description": "Grants permission to lists the software configurations", + "privilege": "ListSoftwareConfigurations", "resource_types": [ { "condition_keys": [], @@ -102523,9 +117982,9 @@ ] }, { - "access_level": "Unknown", - "description": "", - "privilege": "ListUsersByPermissionGroupV2", + "access_level": "List", + "description": "Grants permission to list software patches of subscription for FreeRTOS extended maintenance plan (EMP)", + "privilege": "ListSoftwarePatches", "resource_types": [ { "condition_keys": [], @@ -102535,9 +117994,9 @@ ] }, { - "access_level": "Unknown", - "description": "", - "privilege": "ListUsersV2", + "access_level": "List", + "description": "Grants permission to list the subscription emails for FreeRTOS extended maintenance plan (EMP)", + "privilege": "ListSubscriptionEmails", "resource_types": [ { "condition_keys": [], @@ -102547,9 +118006,9 @@ ] }, { - "access_level": "Unknown", - "description": "", - "privilege": "ResetUserPasswordV2", + "access_level": "List", + "description": "Grants permission to list the subscriptions for FreeRTOS extended maintenance plan (EMP)", + "privilege": "ListSubscriptions", "resource_types": [ { "condition_keys": [], @@ -102559,9 +118018,9 @@ ] }, { - "access_level": "Unknown", - "description": "", - "privilege": "UpdateDatasetV2", + "access_level": "Write", + "description": "Grants permission to update list of subscription email address for FreeRTOS extended maintenance plan (EMP)", + "privilege": "UpdateEmailRecipients", "resource_types": [ { "condition_keys": [], @@ -102571,21 +118030,21 @@ ] }, { - "access_level": "Unknown", - "description": "", - "privilege": "UpdatePermissionGroupV2", + "access_level": "Write", + "description": "Grants permission to update the software configuration", + "privilege": "UpdateSoftwareConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "configuration*" } ] }, { - "access_level": "Unknown", - "description": "", - "privilege": "UpdateUserV2", + "access_level": "Write", + "description": "Grants permission to verify the email for FreeRTOS extended maintenance plan (EMP)", + "privilege": "VerifyEmail", "resource_types": [ { "condition_keys": [], @@ -102597,81 +118056,42 @@ ], "resources": [ { - "arn": "arn:${Partition}:finspace-api:${Region}:${Account}:/credentials/programmatic", - "condition_keys": [], - "resource": "credential" - } - ], - "service_name": "Amazon FinSpace API" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters actions based on the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on the tags associated with the resource", - "type": "String" + "arn": "arn:${Partition}:freertos:${Region}:${Account}:configuration/${ConfigurationName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "configuration" }, { - "condition": "aws:TagKeys", - "description": "Filters actions based on the tag keys that are passed in the request", - "type": "ArrayOfString" + "arn": "arn:${Partition}:freertos:${Region}:${Account}:subscription/${SubscriptionID}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "subscription" } ], - "prefix": "firehose", + "service_name": "Amazon FreeRTOS" + }, + { + "conditions": [], + "prefix": "freetier", "privileges": [ { - "access_level": "Write", - "description": "Grants permission to create a delivery stream", - "privilege": "CreateDeliveryStream", + "access_level": "Read", + "description": "Grants permission to get free tier alert preference (email address)", + "privilege": "GetFreeTierAlertPreference", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deliverystream*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, - { - "access_level": "Write", - "description": "Grants permission to delete a delivery stream and its data", - "privilege": "DeleteDeliveryStream", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "deliverystream*" - } - ] - }, { "access_level": "Read", - "description": "Grants permission to describe the specified delivery stream and gets the status", - "privilege": "DescribeDeliveryStream", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "deliverystream*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list your delivery streams", - "privilege": "ListDeliveryStreams", + "description": "Grants permission to get free tier usage limits and MTD usage status", + "privilege": "GetFreeTierUsage", "resource_types": [ { "condition_keys": [], @@ -102680,335 +118100,185 @@ } ] }, - { - "access_level": "List", - "description": "Grants permission to list the tags for the specified delivery stream", - "privilege": "ListTagsForDeliveryStream", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "deliverystream*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to write a single data record into an Amazon Kinesis Firehose delivery stream", - "privilege": "PutRecord", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "deliverystream*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to write multiple data records into a delivery stream in a single call, which can achieve higher throughput per producer than when writing single records", - "privilege": "PutRecordBatch", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "deliverystream*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to enable server-side encryption (SSE) for the delivery stream", - "privilege": "StartDeliveryStreamEncryption", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "deliverystream*" - } - ] - }, { "access_level": "Write", - "description": "Grants permission to disable the specified destination of the specified delivery stream", - "privilege": "StopDeliveryStreamEncryption", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "deliverystream*" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to add or update tags for the specified delivery stream", - "privilege": "TagDeliveryStream", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "deliverystream*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to remove tags from the specified delivery stream", - "privilege": "UntagDeliveryStream", + "description": "Grants permission to set free tier alert preference (email address)", + "privilege": "PutFreeTierAlertPreference", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deliverystream*" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] - }, - { - "access_level": "Write", - "description": "Grants permission to update the specified destination of the specified delivery stream", - "privilege": "UpdateDestination", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "deliverystream*" - } - ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:firehose:${Region}:${Account}:deliverystream/${DeliveryStreamName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "deliverystream" } ], - "service_name": "Amazon Kinesis Firehose" + "resources": [], + "service_name": "AWS Free Tier" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by a tag key and value pair that is allowed in the request", + "description": "Filters access by the tags that are passed in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by a tag key and value pair of a resource", + "description": "Filters access by the tags associated with the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by a list of tag keys that are allowed in the request", + "description": "Filters access by the tag keys that are passed in the request", "type": "ArrayOfString" }, { - "condition": "fis:Operations", - "description": "Filters access by the list of operations on the AWS service that is being affected by the AWS FIS action", - "type": "ArrayOfString" + "condition": "fsx:IsBackupCopyDestination", + "description": "Filters access by whether the backup is a destination backup for a CopyBackup operation", + "type": "Bool" }, { - "condition": "fis:Percentage", - "description": "Filters access by the percentage of calls being affected by the AWS FIS action", - "type": "Numeric" + "condition": "fsx:IsBackupCopySource", + "description": "Filters access by whether the backup is a source backup for a CopyBackup operation", + "type": "Bool" }, { - "condition": "fis:Service", - "description": "Filters access by the AWS service that is being affected by the AWS FIS action", + "condition": "fsx:NfsDataRepositoryAuthenticationEnabled", + "description": "Filters access by NFS data repositories which support authentication", + "type": "Bool" + }, + { + "condition": "fsx:NfsDataRepositoryEncryptionInTransitEnabled", + "description": "Filters access by NFS data repositories which support encryption-in-transit", + "type": "Bool" + }, + { + "condition": "fsx:ParentVolumeId", + "description": "Filters access by the containing parent volume for mutating volume operations", "type": "String" }, { - "condition": "fis:Targets", - "description": "Filters access by the list of resource ARNs being targeted by the AWS FIS action", - "type": "ArrayOfString" + "condition": "fsx:StorageVirtualMachineId", + "description": "Filters access by the containing storage virtual machine for a volume for mutating volume operations", + "type": "String" } ], - "prefix": "fis", + "prefix": "fsx", "privileges": [ { "access_level": "Write", - "description": "Grants permission to create an AWS FIS experiment template", - "privilege": "CreateExperimentTemplate", + "description": "Grants permission to associate a File Gateway instance with an Amazon FSx for Windows File Server file system", + "privilege": "AssociateFileGateway", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "action*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "experiment-template*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "file-system*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the AWS FIS experiment template", - "privilege": "DeleteExperimentTemplate", + "description": "Grants permission to associate DNS aliases with an Amazon FSx for Windows File Server file system", + "privilege": "AssociateFileSystemAliases", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "experiment-template*" + "resource_type": "file-system*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an AWS FIS action", - "privilege": "GetAction", + "access_level": "Permissions management", + "description": "Grants permission to allow deletion of an FSx for ONTAP SnapLock Enterprise volume that contains WORM (write once, read many) files with active retention periods", + "privilege": "BypassSnaplockEnterpriseRetention", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "action*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "volume*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an AWS FIS experiment", - "privilege": "GetExperiment", + "access_level": "Write", + "description": "Grants permission to cancel a data repository task", + "privilege": "CancelDataRepositoryTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "experiment*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "task*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an AWS FIS Experiment Template", - "privilege": "GetExperimentTemplate", + "access_level": "Write", + "description": "Grants permission to copy a backup", + "privilege": "CopyBackup", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "experiment-template*" + "dependent_actions": [ + "fsx:TagResource" + ], + "resource_type": "backup*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" } ] }, - { - "access_level": "Read", - "description": "Grants permission to get information about the specified resource type", - "privilege": "GetTargetResourceType", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] - }, { "access_level": "Write", - "description": "Grants permission to inject an API internal error on the provided AWS service from an FIS Experiment", - "privilege": "InjectApiInternalError", + "description": "Grants permission to update an existing volume by using a snapshot from another Amazon FSx for OpenZFS file system", + "privilege": "CopySnapshotAndUpdateVolume", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "experiment*" + "resource_type": "snapshot*" }, { - "condition_keys": [ - "fis:Service", - "fis:Operations", - "fis:Percentage", - "fis:Targets" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "volume*" } ] }, { "access_level": "Write", - "description": "Grants permission to inject an API throttle error on the provided AWS service from an FIS Experiment", - "privilege": "InjectApiThrottleError", + "description": "Grants permission to create a new backup of an Amazon FSx file system or an Amazon FSx volume", + "privilege": "CreateBackup", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "experiment*" + "dependent_actions": [ + "fsx:TagResource" + ], + "resource_type": "backup*" }, { - "condition_keys": [ - "fis:Service", - "fis:Operations", - "fis:Percentage", - "fis:Targets" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to inject an API unavailable error on the provided AWS service from an FIS Experiment", - "privilege": "InjectApiUnavailableError", - "resource_types": [ + "resource_type": "file-system" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "experiment*" + "resource_type": "volume" }, { "condition_keys": [ - "fis:Service", - "fis:Operations", - "fis:Percentage", - "fis:Targets" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -103016,70 +118286,54 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all available AWS FIS actions", - "privilege": "ListActions", + "access_level": "Write", + "description": "Grants permission to create a new data respository association for an Amazon FSx for Lustre file system", + "privilege": "CreateDataRepositoryAssociation", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list all available AWS FIS experiment templates", - "privilege": "ListExperimentTemplates", - "resource_types": [ + "dependent_actions": [ + "fsx:TagResource" + ], + "resource_type": "association*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list all available AWS FIS experiments", - "privilege": "ListExperiments", - "resource_types": [ + "resource_type": "file-system*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the tags for an AWS FIS resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to create a new data respository task for an Amazon FSx for Lustre file system", + "privilege": "CreateDataRepositoryTask", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "action" + "dependent_actions": [ + "fsx:TagResource" + ], + "resource_type": "file-system*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "experiment" + "resource_type": "task*" }, { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "experiment-template" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list the resource types", - "privilege": "ListTargetResourceTypes", - "resource_types": [ - { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -103087,20 +118341,31 @@ }, { "access_level": "Write", - "description": "Grants permission to run an AWS FIS experiment", - "privilege": "StartExperiment", + "description": "Grants permission to create a new, empty, Amazon file cache", + "privilege": "CreateFileCache", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "iam:CreateServiceLinkedRole" + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs", + "fsx:CreateDataRepositoryAssociation", + "fsx:TagResource", + "logs:CreateLogGroup", + "logs:CreateLogStream", + "logs:PutLogEvents", + "s3:ListBucket" ], - "resource_type": "experiment*" + "resource_type": "file-cache*" }, { - "condition_keys": [], + "condition_keys": [ + "fsx:NfsDataRepositoryEncryptionInTransitEnabled", + "fsx:NfsDataRepositoryAuthenticationEnabled" + ], "dependent_actions": [], - "resource_type": "experiment-template*" + "resource_type": "association" }, { "condition_keys": [ @@ -103114,40 +118379,20 @@ }, { "access_level": "Write", - "description": "Grants permission to stop an AWS FIS experiment", - "privilege": "StopExperiment", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "experiment*" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to tag AWS FIS resources", - "privilege": "TagResource", + "description": "Grants permission to create a new, empty, Amazon FSx file system", + "privilege": "CreateFileSystem", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "action" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "experiment" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "experiment-template" + "dependent_actions": [ + "fsx:TagResource" + ], + "resource_type": "file-system*" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -103155,29 +118400,26 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag AWS FIS resources", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to create a new Amazon FSx file system from an existing backup", + "privilege": "CreateFileSystemFromBackup", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "action" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "experiment" + "condition_keys": [], + "dependent_actions": [ + "fsx:TagResource" + ], + "resource_type": "backup*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "experiment-template" + "resource_type": "file-system*" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -103186,18 +118428,20 @@ }, { "access_level": "Write", - "description": "Grants permission to update the specified AWS FIS experiment template", - "privilege": "UpdateExperimentTemplate", + "description": "Grants permission to create a new snapshot on a volume", + "privilege": "CreateSnapshot", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "experiment-template*" + "dependent_actions": [ + "fsx:TagResource" + ], + "resource_type": "snapshot*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "action" + "resource_type": "volume*" }, { "condition_keys": [ @@ -103208,60 +118452,29 @@ "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:fis:${Region}:${Account}:action/${Id}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "action" }, - { - "arn": "arn:${Partition}:fis:${Region}:${Account}:experiment/${Id}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "experiment" - }, - { - "arn": "arn:${Partition}:fis:${Region}:${Account}:experiment-template/${Id}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "experiment-template" - } - ], - "service_name": "AWS Fault Injection Simulator" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tag key-value pairs attached to the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the the presence of tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "fms", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to set the AWS Firewall Manager administrator account and enables the service in all organization accounts", - "privilege": "AssociateAdminAccount", + "description": "Grants permission to create a new storage virtual machine in an Amazon FSx for Ontap file system", + "privilege": "CreateStorageVirtualMachine", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "fsx:TagResource" + ], + "resource_type": "file-system*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "storage-virtual-machine*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -103269,11 +118482,28 @@ }, { "access_level": "Write", - "description": "Grants permission to set the Firewall Manager administrator as a tenant administrator of a third-party firewall service", - "privilege": "AssociateThirdPartyFirewall", + "description": "Grants permission to create a new volume", + "privilege": "CreateVolume", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "fsx:TagResource" + ], + "resource_type": "volume*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "snapshot" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "fsx:StorageVirtualMachineId", + "fsx:ParentVolumeId" + ], "dependent_actions": [], "resource_type": "" } @@ -103281,65 +118511,82 @@ }, { "access_level": "Write", - "description": "Grants permission to associate resources to an AWS Firewall Manager resource set", - "privilege": "BatchAssociateResource", + "description": "Grants permission to create a new volume from backup", + "privilege": "CreateVolumeFromBackup", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "fsx:TagResource" + ], + "resource_type": "backup*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "resource-set*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disassociate resources from an AWS Firewall Manager resource set", - "privilege": "BatchDisassociateResource", - "resource_types": [ + "resource_type": "storage-virtual-machine*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "resource-set*" + "resource_type": "volume*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "fsx:StorageVirtualMachineId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to permanently deletes an AWS Firewall Manager applications list", - "privilege": "DeleteAppsList", + "description": "Grants permission to delete a backup, deleting its contents. After deletion, the backup no longer exists, and its data is no longer available", + "privilege": "DeleteBackup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "applications-list*" + "resource_type": "backup*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an AWS Firewall Manager association with the IAM role and the Amazon Simple Notification Service (SNS) topic that is used to notify the FM administrator about major FM events and errors across the organization", - "privilege": "DeleteNotificationChannel", + "description": "Grants permission to delete a data repository association", + "privilege": "DeleteDataRepositoryAssociation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "association*" } ] }, { "access_level": "Write", - "description": "Grants permission to permanently delete an AWS Firewall Manager policy", - "privilege": "DeletePolicy", + "description": "Grants permission to delete a file cache, deleting its contents", + "privilege": "DeleteFileCache", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "fsx:DeleteDataRepositoryAssociation" + ], + "resource_type": "file-cache*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "association" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -103348,29 +118595,26 @@ }, { "access_level": "Write", - "description": "Grants permission to permanently deletes an AWS Firewall Manager protocols list", - "privilege": "DeleteProtocolsList", + "description": "Grants permission to delete a file system, deleting its contents and any existing automatic backups of the file system", + "privilege": "DeleteFileSystem", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "protocols-list*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to permanently delete an AWS Firewall Manager resource set", - "privilege": "DeleteResourceSet", - "resource_types": [ + "dependent_actions": [ + "fsx:CreateBackup", + "fsx:TagResource" + ], + "resource_type": "file-system*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "resource-set*" + "resource_type": "backup" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -103379,35 +118623,52 @@ }, { "access_level": "Write", - "description": "Grants permission to disassociate the account that has been set as the AWS Firewall Manager administrator account and and disables the service in all organization accounts", - "privilege": "DisassociateAdminAccount", + "description": "Grants permission to delete a snapshot on a volume", + "privilege": "DeleteSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "snapshot*" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate a Firewall Manager administrator from a third-party firewall tenant", - "privilege": "DisassociateThirdPartyFirewall", + "description": "Grants permission to delete a storage virtual machine, deleting its contents", + "privilege": "DeleteStorageVirtualMachine", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "storage-virtual-machine*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the AWS Organizations account that is associated with AWS Firewall Manager as the AWS Firewall Manager administrator", - "privilege": "GetAdminAccount", + "access_level": "Write", + "description": "Grants permission to delete a volume, deleting its contents and any existing automatic backups of the volume", + "privilege": "DeleteVolume", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "fsx:TagResource" + ], + "resource_type": "volume*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "backup" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "fsx:StorageVirtualMachineId", + "fsx:ParentVolumeId" + ], "dependent_actions": [], "resource_type": "" } @@ -103415,44 +118676,44 @@ }, { "access_level": "Read", - "description": "Grants permission to return information about the specified account's administrative scope", - "privilege": "GetAdminScope", + "description": "Grants permission to describe the File Gateway instances associated with an Amazon FSx for Windows File Server file system", + "privilege": "DescribeAssociatedFileGateways", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "file-system*" } ] }, { "access_level": "Read", - "description": "Grants permission to return information about the specified AWS Firewall Manager applications list", - "privilege": "GetAppsList", + "description": "Grants permission to return the descriptions of all backups owned by your AWS account in the AWS Region of the endpoint that you're calling", + "privilege": "DescribeBackups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "applications-list*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve detailed compliance information about the specified member account. Details include resources that are in and out of compliance with the specified policy", - "privilege": "GetComplianceDetail", + "description": "Grants permission to return the descriptions of all data repository associations owned by your AWS account in the AWS Region of the endpoint that you're calling", + "privilege": "DescribeDataRepositoryAssociations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about the Amazon Simple Notification Service (SNS) topic that is used to record AWS Firewall Manager SNS logs", - "privilege": "GetNotificationChannel", + "description": "Grants permission to return the descriptions of all data repository tasks owned by your AWS account in the AWS Region of the endpoint that you're calling", + "privilege": "DescribeDataRepositoryTasks", "resource_types": [ { "condition_keys": [], @@ -103463,56 +118724,56 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve information about the specified AWS Firewall Manager policy", - "privilege": "GetPolicy", + "description": "Grants permission to return the descriptions of all file caches owned by your AWS account in the AWS Region of the endpoint that you're calling", + "privilege": "DescribeFileCaches", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve policy-level attack summary information in the event of a potential DDoS attack", - "privilege": "GetProtectionStatus", + "description": "Grants permission to return the description of all DNS aliases owned by your Amazon FSx for Windows File Server file system", + "privilege": "DescribeFileSystemAliases", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "file-system*" } ] }, { "access_level": "Read", - "description": "Grants permission to return information about the specified AWS Firewall Manager protocols list", - "privilege": "GetProtocolsList", + "description": "Grants permission to return the descriptions of all file systems owned by your AWS account in the AWS Region of the endpoint that you're calling", + "privilege": "DescribeFileSystems", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "protocols-list*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about the specified AWS Firewall Manager resource set", - "privilege": "GetResourceSet", + "description": "Grants permission to return the descriptions of whether FSx route table updates from participant accounts are allowed in your account", + "privilege": "DescribeSharedVpcConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "resource-set*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the onboarding status of a Firewall Manager administrator account to third-party firewall vendor tenant", - "privilege": "GetThirdPartyFirewallAssociationStatus", + "description": "Grants permission to return the descriptions of all snapshots owned by your AWS account in the AWS Region of the endpoint you're calling", + "privilege": "DescribeSnapshots", "resource_types": [ { "condition_keys": [], @@ -103523,20 +118784,20 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve violations for a resource based on the specified AWS Firewall Manager policy and AWS account", - "privilege": "GetViolationDetails", + "description": "Grants permission to return the descriptions of all storage virtual machines owned by your AWS account in the AWS Region of the endpoint that you're calling", + "privilege": "DescribeStorageVirtualMachines", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to return a AdminAccounts object that lists the Firewall Manager administrators within the organization that are onboarded to Firewall Manager by AssociateAdminAccount", - "privilege": "ListAdminAccountsForOrganization", + "access_level": "Read", + "description": "Grants permission to return the descriptions of all volumes owned by your AWS account in the AWS Region of the endpoint that you're calling", + "privilege": "DescribeVolumes", "resource_types": [ { "condition_keys": [], @@ -103546,235 +118807,178 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the accounts that are managing the specified AWS Organizations member account", - "privilege": "ListAdminsManagingAccount", + "access_level": "Write", + "description": "Grants permission to disassociate a File Gateway instance from an Amazon FSx for Windows File Server file system", + "privilege": "DisassociateFileGateway", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "file-system*" } ] }, { - "access_level": "List", - "description": "Grants permission to return an array of AppsListDataSummary objects", - "privilege": "ListAppsLists", + "access_level": "Write", + "description": "Grants permission to disassociate file system aliases with an Amazon FSx for Windows File Server file system", + "privilege": "DisassociateFileSystemAliases", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "file-system*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve an array of PolicyComplianceStatus objects in the response. Use PolicyComplianceStatus to get a summary of which member accounts are protected by the specified policy", - "privilege": "ListComplianceStatus", + "access_level": "Read", + "description": "Grants permission to list tags for an Amazon FSx resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to retrieve an array of resources in the organization's accounts that are available to be associated with a resource set", - "privilege": "ListDiscoveredResources", - "resource_types": [ + "resource_type": "association" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to retrieve an array of member account ids if the caller is FMS admin account", - "privilege": "ListMemberAccounts", - "resource_types": [ + "resource_type": "backup" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to retrieve an array of PolicySummary objects in the response", - "privilege": "ListPolicies", - "resource_types": [ + "resource_type": "file-cache" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to return an array of ProtocolsListDataSummary objects", - "privilege": "ListProtocolsLists", - "resource_types": [ + "resource_type": "file-system" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to retrieve an array of resources that are currently associated to a resource set", - "privilege": "ListResourceSetResources", - "resource_types": [ + "resource_type": "snapshot" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "resource-set*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to retrieve an array of ResourceSetSummary objects", - "privilege": "ListResourceSets", - "resource_types": [ + "resource_type": "storage-virtual-machine" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to list Tags for a given resource", - "privilege": "ListTagsForResource", - "resource_types": [ + "resource_type": "task" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "volume" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of all of the third-party firewall policies that are associated with the third-party firewall administrator's account", - "privilege": "ListThirdPartyFirewallFirewallPolicies", + "access_level": "Permissions management", + "description": "Grants permission to manage backup principal associations through AWS Backup", + "privilege": "ManageBackupPrincipalAssociations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "backup*" } ] }, { "access_level": "Write", - "description": "Grants permission to create or update an Firewall Manager administrator account", - "privilege": "PutAdminAccount", + "description": "Grants permission to release file system NFS V3 locks", + "privilege": "ReleaseFileSystemNfsV3Locks", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "file-system*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an AWS Firewall Manager applications list", - "privilege": "PutAppsList", + "description": "Grants permission to restore volume state from a snapshot", + "privilege": "RestoreVolumeFromSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "applications-list*" + "resource_type": "snapshot*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "volume*" } ] }, { "access_level": "Write", - "description": "Grants permission to designate the IAM role and Amazon Simple Notification Service (SNS) topic that AWS Firewall Manager (FM) could use to notify the FM administrator about major FM events and errors across the organization", - "privilege": "PutNotificationChannel", + "description": "Grants permission to start misconfigured state recovery", + "privilege": "StartMisconfiguredStateRecovery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "file-system*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an AWS Firewall Manager policy", - "privilege": "PutPolicy", + "access_level": "Tagging", + "description": "Grants permission to tag an Amazon FSx resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "association" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to creates an AWS Firewall Manager protocols list", - "privilege": "PutProtocolsList", - "resource_types": [ + "resource_type": "backup" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "protocols-list*" + "resource_type": "file-cache" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an AWS Firewall Manager resource set", - "privilege": "PutResourceSet", - "resource_types": [ + "resource_type": "file-system" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "resource-set*" + "resource_type": "snapshot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "storage-virtual-machine" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "volume" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -103783,32 +118987,51 @@ }, { "access_level": "Tagging", - "description": "Grants permission to add a Tag to a given resource", - "privilege": "TagResource", + "description": "Grants permission to remove a tag from an Amazon FSx resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "applications-list" + "resource_type": "association" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy" + "resource_type": "backup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "protocols-list" + "resource_type": "file-cache" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "resource-set" + "resource_type": "file-system" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "snapshot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "storage-virtual-machine" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "volume" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -103817,33 +119040,91 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove a Tag from a given resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to update data repository association configuration", + "privilege": "UpdateDataRepositoryAssociation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "applications-list" - }, + "resource_type": "association*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update file cache configuration", + "privilege": "UpdateFileCache", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy" - }, + "resource_type": "file-cache*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update file system configuration", + "privilege": "UpdateFileSystem", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "protocols-list" - }, + "resource_type": "file-system*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to enable or disable FSx route table updates from participant accounts in your account", + "privilege": "UpdateSharedVpcConfiguration", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "resource-set" + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update snapshot configuration", + "privilege": "UpdateSnapshot", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "snapshot*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update storage virtual machine configuration", + "privilege": "UpdateStorageVirtualMachine", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "storage-virtual-machine*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update volume configuration", + "privilege": "UpdateVolume", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "volume*" }, { "condition_keys": [ - "aws:TagKeys" + "fsx:StorageVirtualMachineId", + "fsx:ParentVolumeId" ], "dependent_actions": [], "resource_type": "" @@ -103853,35 +119134,63 @@ ], "resources": [ { - "arn": "arn:${Partition}:fms:${Region}:${Account}:policy/${Id}", + "arn": "arn:${Partition}:fsx:${Region}:${Account}:file-system/${FileSystemId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "policy" + "resource": "file-system" }, { - "arn": "arn:${Partition}:fms:${Region}:${Account}:applications-list/${Id}", + "arn": "arn:${Partition}:fsx:${Region}:${Account}:file-cache/${FileCacheId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "applications-list" + "resource": "file-cache" }, { - "arn": "arn:${Partition}:fms:${Region}:${Account}:protocols-list/${Id}", + "arn": "arn:${Partition}:fsx:${Region}:${Account}:backup/${BackupId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "protocols-list" + "resource": "backup" }, { - "arn": "arn:${Partition}:fms:${Region}:${Account}:resource-set/${Id}", + "arn": "arn:${Partition}:fsx:${Region}:${Account}:storage-virtual-machine/${FileSystemId}/${StorageVirtualMachineId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "resource-set" + "resource": "storage-virtual-machine" + }, + { + "arn": "arn:${Partition}:fsx:${Region}:${Account}:task/${TaskId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "task" + }, + { + "arn": "arn:${Partition}:fsx:${Region}:${Account}:association/${FileSystemIdOrFileCacheId}/${DataRepositoryAssociationId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "association" + }, + { + "arn": "arn:${Partition}:fsx:${Region}:${Account}:volume/${FileSystemId}/${VolumeId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "volume" + }, + { + "arn": "arn:${Partition}:fsx:${Region}:${Account}:snapshot/${VolumeId}/${SnapshotId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "snapshot" } ], - "service_name": "AWS Firewall Manager" + "service_name": "Amazon FSx" }, { "conditions": [ @@ -103901,18 +119210,15 @@ "type": "ArrayOfString" } ], - "prefix": "forecast", + "prefix": "gamelift", "privileges": [ { "access_level": "Write", - "description": "Grants permission to create an auto predictor", - "privilege": "CreateAutoPredictor", + "description": "Grants permission to register player acceptance or rejection of a proposed FlexMatch match", + "privilege": "AcceptMatch", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -103920,159 +119226,198 @@ }, { "access_level": "Write", - "description": "Grants permission to create a dataset", - "privilege": "CreateDataset", + "description": "Grants permission to locate and reserve a game server to host a new game session", + "privilege": "ClaimGameServer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" - }, + "resource_type": "gameServerGroup*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to define a new alias for a fleet", + "privilege": "CreateAlias", + "resource_types": [ { "condition_keys": [ "aws:RequestTag/${TagKey}", "aws:TagKeys" ], - "dependent_actions": [], + "dependent_actions": [ + "gamelift:TagResource" + ], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a dataset group", - "privilege": "CreateDatasetGroup", + "description": "Grants permission to create a new game build using files stored in an Amazon S3 bucket", + "privilege": "CreateBuild", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "datasetGroup*" - }, { "condition_keys": [ "aws:RequestTag/${TagKey}", "aws:TagKeys" ], - "dependent_actions": [], + "dependent_actions": [ + "gamelift:TagResource", + "iam:PassRole", + "s3:GetObject" + ], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a dataset import job", - "privilege": "CreateDatasetImportJob", + "description": "Grants permission to create a new fleet of computing resources to run your game servers", + "privilege": "CreateFleet", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "datasetImportJob*" - }, { "condition_keys": [ "aws:RequestTag/${TagKey}", "aws:TagKeys" ], - "dependent_actions": [], + "dependent_actions": [ + "ec2:DescribeRegions", + "gamelift:TagResource", + "iam:PassRole" + ], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an explainability", - "privilege": "CreateExplainability", + "description": "Grants permission to specify additional locations for a fleet", + "privilege": "CreateFleetLocations", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "forecast*" - }, + "dependent_actions": [ + "ec2:DescribeRegions" + ], + "resource_type": "fleet*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a new game server group, set up a corresponding Auto Scaling group, and launche instances to host game servers", + "privilege": "CreateGameServerGroup", + "resource_types": [ { "condition_keys": [ "aws:RequestTag/${TagKey}", "aws:TagKeys" ], - "dependent_actions": [], + "dependent_actions": [ + "autoscaling:CreateAutoScalingGroup", + "autoscaling:DescribeAutoScalingGroups", + "autoscaling:PutLifecycleHook", + "autoscaling:PutScalingPolicy", + "ec2:DescribeAvailabilityZones", + "ec2:DescribeSubnets", + "events:PutRule", + "events:PutTargets", + "gamelift:TagResource", + "iam:PassRole" + ], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an explainability export using an explainability resource", - "privilege": "CreateExplainabilityExport", + "description": "Grants permission to start a new game session on a specified fleet", + "privilege": "CreateGameSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "explainability*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to set up a new queue for processing game session placement requests", + "privilege": "CreateGameSessionQueue", + "resource_types": [ { "condition_keys": [ "aws:RequestTag/${TagKey}", "aws:TagKeys" ], - "dependent_actions": [], + "dependent_actions": [ + "gamelift:TagResource" + ], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a forecast", - "privilege": "CreateForecast", + "description": "Grants permission to define a new location for a fleet", + "privilege": "CreateLocation", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "predictor*" - }, { "condition_keys": [ "aws:RequestTag/${TagKey}", "aws:TagKeys" ], - "dependent_actions": [], + "dependent_actions": [ + "gamelift:TagResource" + ], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an endpoint using a Predictor resource", - "privilege": "CreateForecastEndpoint", + "description": "Grants permission to create a new FlexMatch matchmaker", + "privilege": "CreateMatchmakingConfiguration", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "predictor*" - }, { "condition_keys": [ "aws:RequestTag/${TagKey}", "aws:TagKeys" ], - "dependent_actions": [], + "dependent_actions": [ + "gamelift:TagResource" + ], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a forecast export job using a forecast resource", - "privilege": "CreateForecastExportJob", + "description": "Grants permission to create a new matchmaking rule set for FlexMatch", + "privilege": "CreateMatchmakingRuleSet", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "forecast*" - }, { "condition_keys": [ "aws:RequestTag/${TagKey}", "aws:TagKeys" ], + "dependent_actions": [ + "gamelift:TagResource" + ], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to reserve an available game session slot for a player", + "privilege": "CreatePlayerSession", + "resource_types": [ + { + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -104080,601 +119425,632 @@ }, { "access_level": "Write", - "description": "Grants permission to create an monitor using a Predictor resource", - "privilege": "CreateMonitor", + "description": "Grants permission to reserve available game session slots for multiple players", + "privilege": "CreatePlayerSessions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "predictor*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a new Realtime Servers script", + "privilege": "CreateScript", + "resource_types": [ { "condition_keys": [ "aws:RequestTag/${TagKey}", "aws:TagKeys" ], - "dependent_actions": [], + "dependent_actions": [ + "gamelift:TagResource", + "iam:PassRole", + "s3:GetObject" + ], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a predictor", - "privilege": "CreatePredictor", + "description": "Grants permission to allow GameLift to create or delete a peering connection between a GameLift fleet VPC and a VPC on another AWS account", + "privilege": "CreateVpcPeeringAuthorization", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "datasetGroup*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "dependent_actions": [ + "ec2:AcceptVpcPeeringConnection", + "ec2:AuthorizeSecurityGroupEgress", + "ec2:AuthorizeSecurityGroupIngress", + "ec2:CreateRoute", + "ec2:DeleteRoute", + "ec2:DescribeRouteTables", + "ec2:DescribeSecurityGroups", + "ec2:RevokeSecurityGroupEgress", + "ec2:RevokeSecurityGroupIngress" ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a predictor backtest export job using a predictor", - "privilege": "CreatePredictorBacktestExportJob", + "description": "Grants permission to establish a peering connection between your GameLift fleet VPC and a VPC on another account", + "privilege": "CreateVpcPeeringConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "predictor*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an alias", + "privilege": "DeleteAlias", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "alias*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a what-if analysis", - "privilege": "CreateWhatIfAnalysis", + "description": "Grants permission to delete a game build", + "privilege": "DeleteBuild", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "forecast*" - }, + "resource_type": "build*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an empty fleet", + "privilege": "DeleteFleet", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "fleet*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a what-if forecast", - "privilege": "CreateWhatIfForecast", + "description": "Grants permission to delete locations for a fleet", + "privilege": "DeleteFleetLocations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "whatIfAnalysis*" - }, + "resource_type": "fleet*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to permanently delete a game server group and terminate FleetIQ activity for the corresponding Auto Scaling group", + "privilege": "DeleteGameServerGroup", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "condition_keys": [], + "dependent_actions": [ + "autoscaling:DeleteAutoScalingGroup", + "autoscaling:DescribeAutoScalingGroups", + "autoscaling:ExitStandby", + "autoscaling:ResumeProcesses", + "autoscaling:SetInstanceProtection", + "autoscaling:UpdateAutoScalingGroup" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "gameServerGroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a what-if forecast export using what-if forecast resources", - "privilege": "CreateWhatIfForecastExport", + "description": "Grants permission to delete an existing game session queue", + "privilege": "DeleteGameSessionQueue", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "whatIfForecast*" - }, + "resource_type": "gameSessionQueue*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a location", + "privilege": "DeleteLocation", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "location*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a dataset", - "privilege": "DeleteDataset", + "description": "Grants permission to delete an existing FlexMatch matchmaker", + "privilege": "DeleteMatchmakingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "matchmakingConfiguration*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a dataset group", - "privilege": "DeleteDatasetGroup", + "description": "Grants permission to delete an existing FlexMatch matchmaking rule set", + "privilege": "DeleteMatchmakingRuleSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasetGroup*" + "resource_type": "matchmakingRuleSet*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a dataset import job", - "privilege": "DeleteDatasetImportJob", + "description": "Grants permission to delete a set of auto-scaling rules", + "privilege": "DeleteScalingPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasetImportJob*" + "resource_type": "fleet*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an explainability", - "privilege": "DeleteExplainability", + "description": "Grants permission to delete a Realtime Servers script", + "privilege": "DeleteScript", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "explainability*" + "resource_type": "script*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an explainability export", - "privilege": "DeleteExplainabilityExport", + "description": "Grants permission to cancel a VPC peering authorization", + "privilege": "DeleteVpcPeeringAuthorization", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "explainabilityExport*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a forecast", - "privilege": "DeleteForecast", + "description": "Grants permission to remove a peering connection between VPCs", + "privilege": "DeleteVpcPeeringConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "forecast*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an endpoint resource", - "privilege": "DeleteForecastEndpoint", + "description": "Grants permission to deregister a compute against a fleet", + "privilege": "DeregisterCompute", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "endpoint*" + "resource_type": "fleet*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a forecast export job", - "privilege": "DeleteForecastExportJob", + "description": "Grants permission to remove a game server from a game server group", + "privilege": "DeregisterGameServer", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "gameServerGroup*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve properties for an alias", + "privilege": "DescribeAlias", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "alias*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve properties for a game build", + "privilege": "DescribeBuild", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "build*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve general properties of the compute such as ARN, fleet details, SDK endpoints, and location", + "privilege": "DescribeCompute", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "fleet*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the maximum allowed and current usage for EC2 instance types", + "privilege": "DescribeEC2InstanceLimits", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve general properties, including status, for fleets", + "privilege": "DescribeFleetAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "forecastExport*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a monitor resource", - "privilege": "DeleteMonitor", + "access_level": "Read", + "description": "Grants permission to retrieve the current capacity setting for fleets", + "privilege": "DescribeFleetCapacity", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "monitor*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a predictor", - "privilege": "DeletePredictor", + "access_level": "Read", + "description": "Grants permission to retrieve entries from a fleet's event log", + "privilege": "DescribeFleetEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "predictor*" + "resource_type": "fleet*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a predictor backtest export job", - "privilege": "DeletePredictorBacktestExportJob", + "access_level": "Read", + "description": "Grants permission to retrieve general properties, including statuses, for a fleet's locations", + "privilege": "DescribeFleetLocationAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "predictorBacktestExportJob*" + "resource_type": "fleet*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a resource and its child resources", - "privilege": "DeleteResourceTree", + "access_level": "Read", + "description": "Grants permission to retrieve the current capacity setting for a fleet's location", + "privilege": "DescribeFleetLocationCapacity", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "datasetGroup*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "datasetImportJob*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "endpoint*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "explainability*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "explainabilityExport*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "forecast*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "forecastExport*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "monitor*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "predictor*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "predictorBacktestExportJob*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "whatIfAnalysis*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "whatIfForecast*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "whatIfForecastExport*" + "resource_type": "fleet*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a what-if analysis", - "privilege": "DeleteWhatIfAnalysis", + "access_level": "Read", + "description": "Grants permission to retrieve utilization statistics for fleet's location", + "privilege": "DescribeFleetLocationUtilization", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "whatIfAnalysis*" + "resource_type": "fleet*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a what-if forecast", - "privilege": "DeleteWhatIfForecast", + "access_level": "Read", + "description": "Grants permission to retrieve the inbound connection permissions for a fleet", + "privilege": "DescribeFleetPortSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "whatIfForecast*" + "resource_type": "fleet*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a what-if forecast export", - "privilege": "DeleteWhatIfForecastExport", + "access_level": "Read", + "description": "Grants permission to retrieve utilization statistics for fleets", + "privilege": "DescribeFleetUtilization", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "whatIfForecastExport*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe an auto predictor", - "privilege": "DescribeAutoPredictor", + "description": "Grants permission to retrieve properties for a game server", + "privilege": "DescribeGameServer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "predictor*" + "resource_type": "gameServerGroup*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a dataset", - "privilege": "DescribeDataset", + "description": "Grants permission to retrieve properties for a game server group", + "privilege": "DescribeGameServerGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "gameServerGroup*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a dataset group", - "privilege": "DescribeDatasetGroup", + "description": "Grants permission to retrieve the status of EC2 instances in a game server group", + "privilege": "DescribeGameServerInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasetGroup*" + "resource_type": "gameServerGroup*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a dataset import job", - "privilege": "DescribeDatasetImportJob", + "description": "Grants permission to retrieve properties for game sessions in a fleet, including the protection policy", + "privilege": "DescribeGameSessionDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasetImportJob*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe an explainability", - "privilege": "DescribeExplainability", + "description": "Grants permission to retrieve details of a game session placement request", + "privilege": "DescribeGameSessionPlacement", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "explainability*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe an explainability export", - "privilege": "DescribeExplainabilityExport", + "description": "Grants permission to retrieve properties for game session queues", + "privilege": "DescribeGameSessionQueues", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "explainabilityExport*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a forecast", - "privilege": "DescribeForecast", + "description": "Grants permission to retrieve properties for game sessions in a fleet", + "privilege": "DescribeGameSessions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "forecast*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe an endpoint resource", - "privilege": "DescribeForecastEndpoint", + "description": "Grants permission to retrieve information about instances in a fleet", + "privilege": "DescribeInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "endpoint*" + "resource_type": "fleet*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a forecast export job", - "privilege": "DescribeForecastExportJob", + "description": "Grants permission to retrieve details of matchmaking tickets", + "privilege": "DescribeMatchmaking", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "forecastExport*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe an monitor resource", - "privilege": "DescribeMonitor", + "description": "Grants permission to retrieve properties for FlexMatch matchmakers", + "privilege": "DescribeMatchmakingConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "monitor*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a predictor", - "privilege": "DescribePredictor", + "description": "Grants permission to retrieve properties for FlexMatch matchmaking rule sets", + "privilege": "DescribeMatchmakingRuleSets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "predictor*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a predictor backtest export job", - "privilege": "DescribePredictorBacktestExportJob", + "description": "Grants permission to retrieve properties for player sessions in a game session", + "privilege": "DescribePlayerSessions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "predictorBacktestExportJob*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a what-if analysis", - "privilege": "DescribeWhatIfAnalysis", + "description": "Grants permission to retrieve the current runtime configuration for a fleet", + "privilege": "DescribeRuntimeConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "whatIfAnalysis*" + "resource_type": "fleet*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a what-if forecast", - "privilege": "DescribeWhatIfForecast", + "description": "Grants permission to retrieve all scaling policies that are applied to a fleet", + "privilege": "DescribeScalingPolicies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "whatIfForecast*" + "resource_type": "fleet*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a what-if forecast export", - "privilege": "DescribeWhatIfForecastExport", + "description": "Grants permission to retrieve properties for a Realtime Servers script", + "privilege": "DescribeScript", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "whatIfForecastExport*" + "resource_type": "script*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the Accuracy Metrics for a predictor", - "privilege": "GetAccuracyMetrics", + "description": "Grants permission to retrieve valid VPC peering authorizations", + "privilege": "DescribeVpcPeeringAuthorizations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "predictor*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get the forecast context of a timeseries for an endpoint", - "privilege": "GetRecentForecastContext", + "description": "Grants permission to retrieve details on active or pending VPC peering connections", + "privilege": "DescribeVpcPeeringConnections", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "endpoint*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to invoke the endpoint to get forecast for a timeseries", - "privilege": "InvokeForecastEndpoint", + "description": "Grants permission to retrieve access credentials of the compute", + "privilege": "GetComputeAccess", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "endpoint*" + "resource_type": "fleet*" } ] }, { "access_level": "Read", - "description": "Grants permission to list all the dataset groups", - "privilege": "ListDatasetGroups", + "description": "Grants permission to retrieve an authorization token for a compute and fleet to use in game server processes", + "privilege": "GetComputeAuthToken", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "fleet*" } ] }, { "access_level": "Read", - "description": "Grants permission to list all the dataset import jobs", - "privilege": "ListDatasetImportJobs", + "description": "Grants permission to retrieve the location of stored logs for a game session", + "privilege": "GetGameSessionLogUrl", "resource_types": [ { "condition_keys": [], @@ -104685,20 +120061,20 @@ }, { "access_level": "Read", - "description": "Grants permission to list all the datasets", - "privilege": "ListDatasets", + "description": "Grants permission to request remote access to a specified fleet instance", + "privilege": "GetInstanceAccess", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "fleet*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list all the explainabilities", - "privilege": "ListExplainabilities", + "access_level": "List", + "description": "Grants permission to retrieve all aliases that are defined in the current Region", + "privilege": "ListAliases", "resource_types": [ { "condition_keys": [], @@ -104708,9 +120084,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list all the explainability exports", - "privilege": "ListExplainabilityExports", + "access_level": "List", + "description": "Grants permission to retrieve all game build in the current Region", + "privilege": "ListBuilds", "resource_types": [ { "condition_keys": [], @@ -104720,21 +120096,21 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list all the forecast export jobs", - "privilege": "ListForecastExportJobs", + "access_level": "List", + "description": "Grants permission to retrieve all compute resources in the current Region", + "privilege": "ListCompute", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "fleet*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list all the forecasts", - "privilege": "ListForecasts", + "access_level": "List", + "description": "Grants permission to retrieve a list of fleet IDs for all fleets in the current Region", + "privilege": "ListFleets", "resource_types": [ { "condition_keys": [], @@ -104744,33 +120120,33 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list all the monitor evaluation result for a monitor", - "privilege": "ListMonitorEvaluations", + "access_level": "List", + "description": "Grants permission to retrieve all game server groups that are defined in the current Region", + "privilege": "ListGameServerGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "monitor*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list all the monitor resources", - "privilege": "ListMonitors", + "access_level": "List", + "description": "Grants permission to retrieve all game servers that are currently running in a game server group", + "privilege": "ListGameServers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "gameServerGroup*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list all the predictor backtest export jobs", - "privilege": "ListPredictorBacktestExportJobs", + "access_level": "List", + "description": "Grants permission to retrieve all locations in this account", + "privilege": "ListLocations", "resource_types": [ { "condition_keys": [], @@ -104780,9 +120156,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list all the predictors", - "privilege": "ListPredictors", + "access_level": "List", + "description": "Grants permission to retrieve properties for all Realtime Servers scripts in the current region", + "privilege": "ListScripts", "resource_types": [ { "condition_keys": [], @@ -104793,97 +120169,132 @@ }, { "access_level": "Read", - "description": "Grants permission to list the tags for an Amazon Forecast resource", + "description": "Grants permission to retrieve tags for GameLift resources", "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset" + "resource_type": "alias" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasetGroup" + "resource_type": "build" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasetImportJob" + "resource_type": "fleet" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "endpoint" + "resource_type": "gameServerGroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "explainability" + "resource_type": "gameSessionQueue" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "explainabilityExport" + "resource_type": "location" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "forecast" + "resource_type": "matchmakingConfiguration" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "forecastExport" + "resource_type": "matchmakingRuleSet" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "monitor" - }, + "resource_type": "script" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create or update a fleet auto-scaling policy", + "privilege": "PutScalingPolicy", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "predictor" - }, + "resource_type": "fleet*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to register a compute against a fleet", + "privilege": "RegisterCompute", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "predictorBacktestExportJob" - }, + "resource_type": "fleet*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to notify GameLift FleetIQ when a new game server is ready to host gameplay", + "privilege": "RegisterGameServer", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "whatIfAnalysis" - }, + "resource_type": "gameServerGroup*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve fresh upload credentials to use when uploading a new game build", + "privilege": "RequestUploadCredentials", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "whatIfForecast" - }, + "resource_type": "build*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the fleet ID associated with an alias", + "privilege": "ResolveAlias", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "whatIfForecastExport" + "resource_type": "alias*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list all the what-if analyses", - "privilege": "ListWhatIfAnalyses", + "access_level": "Write", + "description": "Grants permission to reinstate suspended FleetIQ activity for a game server group", + "privilege": "ResumeGameServerGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "gameServerGroup*" } ] }, { "access_level": "Read", - "description": "Grants permission to list all the what-if forecast exports", - "privilege": "ListWhatIfForecastExports", + "description": "Grants permission to retrieve game sessions that match a set of search criteria", + "privilege": "SearchGameSessions", "resource_types": [ { "condition_keys": [], @@ -104893,125 +120304,150 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list all the what-if forecasts", - "privilege": "ListWhatIfForecasts", + "access_level": "Write", + "description": "Grants permission to resume auto-scaling activity on a fleet after it was suspended with StopFleetActions()", + "privilege": "StartFleetActions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "fleet*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a forecast for a single item", - "privilege": "QueryForecast", + "access_level": "Write", + "description": "Grants permission to send a game session placement request to a game session queue", + "privilege": "StartGameSessionPlacement", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "forecast*" + "resource_type": "gameSessionQueue*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a what-if forecast for a single item", - "privilege": "QueryWhatIfForecast", + "access_level": "Write", + "description": "Grants permission to request FlexMatch matchmaking to fill available player slots in an existing game session", + "privilege": "StartMatchBackfill", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "whatIfForecast*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to resume Amazon Forecast resource jobs", - "privilege": "ResumeResource", + "description": "Grants permission to request FlexMatch matchmaking for one or a group of players and initiate game session placement", + "privilege": "StartMatchmaking", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "monitor*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to suspend auto-scaling activity on a fleet", + "privilege": "StopFleetActions", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "fleet*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop Amazon Forecast resource jobs", - "privilege": "StopResource", + "description": "Grants permission to cancel a game session placement request that is in progress", + "privilege": "StopGameSessionPlacement", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasetImportJob*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to cancel a matchmaking or match backfill request that is in progress", + "privilege": "StopMatchmaking", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "endpoint*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to temporarily stop FleetIQ activity for a game server group", + "privilege": "SuspendGameServerGroup", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "explainability*" - }, + "resource_type": "gameServerGroup*" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to tag GameLift resources", + "privilege": "TagResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "explainabilityExport*" + "resource_type": "alias" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "forecast*" + "resource_type": "build" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "forecastExport*" + "resource_type": "fleet" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "monitor*" + "resource_type": "gameServerGroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "predictor*" + "resource_type": "gameSessionQueue" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "predictorBacktestExportJob*" + "resource_type": "location" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "whatIfAnalysis*" + "resource_type": "matchmakingConfiguration" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "whatIfForecast*" + "resource_type": "matchmakingRuleSet" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "whatIfForecastExport*" + "resource_type": "script" }, { "condition_keys": [ @@ -105025,82 +120461,56 @@ }, { "access_level": "Tagging", - "description": "Grants permission to associate the specified tags to a resource", - "privilege": "TagResource", + "description": "Grants permission to untag GameLift resources", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "datasetGroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "datasetImportJob" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "endpoint" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "explainability" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "explainabilityExport" + "resource_type": "alias" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "forecast" + "resource_type": "build" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "forecastExport" + "resource_type": "fleet" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "monitor" + "resource_type": "gameServerGroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "predictor" + "resource_type": "gameSessionQueue" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "predictorBacktestExportJob" + "resource_type": "location" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "whatIfAnalysis" + "resource_type": "matchmakingConfiguration" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "whatIfForecast" + "resource_type": "matchmakingRuleSet" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "whatIfForecastExport" + "resource_type": "script" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -105109,304 +120519,289 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to delete the specified tags for a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to update the properties of an existing alias", + "privilege": "UpdateAlias", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "datasetGroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "datasetImportJob" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "endpoint" - }, + "resource_type": "alias*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update an existing build's metadata", + "privilege": "UpdateBuild", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "explainability" - }, + "resource_type": "build*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the general properties of an existing fleet", + "privilege": "UpdateFleetAttributes", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "explainabilityExport" - }, + "resource_type": "fleet*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to adjust a fleet's capacity settings", + "privilege": "UpdateFleetCapacity", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "forecast" - }, + "resource_type": "fleet*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to adjust a fleet's port settings", + "privilege": "UpdateFleetPortSettings", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "forecastExport" - }, + "resource_type": "fleet*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to change game server properties, health status, or utilization status", + "privilege": "UpdateGameServer", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "monitor" - }, + "resource_type": "gameServerGroup*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update properties for game server group, including allowed instance types", + "privilege": "UpdateGameServerGroup", + "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "predictor" - }, + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "gameServerGroup*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the properties of an existing game session", + "privilege": "UpdateGameSession", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "predictorBacktestExportJob" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update properties of an existing game session queue", + "privilege": "UpdateGameSessionQueue", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "whatIfAnalysis" - }, + "resource_type": "gameSessionQueue*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update properties of an existing FlexMatch matchmaking configuration", + "privilege": "UpdateMatchmakingConfiguration", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "whatIfForecast" - }, + "resource_type": "matchmakingConfiguration*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update how server processes are configured on instances in an existing fleet", + "privilege": "UpdateRuntimeConfiguration", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "whatIfForecastExport" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "fleet*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a dataset group", - "privilege": "UpdateDatasetGroup", + "description": "Grants permission to update the metadata and content of an existing Realtime Servers script", + "privilege": "UpdateScript", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "dataset*" - }, + "dependent_actions": [ + "iam:PassRole", + "s3:GetObject" + ], + "resource_type": "script*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to validate the syntax of a FlexMatch matchmaking rule set", + "privilege": "ValidateMatchmakingRuleSet", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasetGroup*" + "resource_type": "" } ] } ], "resources": [ { - "arn": "arn:${Partition}:forecast:${Region}:${Account}:dataset/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "dataset" - }, - { - "arn": "arn:${Partition}:forecast:${Region}:${Account}:dataset-group/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "datasetGroup" - }, - { - "arn": "arn:${Partition}:forecast:${Region}:${Account}:dataset-import-job/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "datasetImportJob" - }, - { - "arn": "arn:${Partition}:forecast:::algorithm/${ResourceId}", - "condition_keys": [], - "resource": "algorithm" - }, - { - "arn": "arn:${Partition}:forecast:${Region}:${Account}:predictor/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "predictor" - }, - { - "arn": "arn:${Partition}:forecast:${Region}:${Account}:predictor-backtest-export-job/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "predictorBacktestExportJob" - }, - { - "arn": "arn:${Partition}:forecast:${Region}:${Account}:forecast/${ResourceId}", + "arn": "arn:${Partition}:gamelift:${Region}::alias/${AliasId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "forecast" + "resource": "alias" }, { - "arn": "arn:${Partition}:forecast:${Region}:${Account}:forecast-export-job/${ResourceId}", + "arn": "arn:${Partition}:gamelift:${Region}:${Account}:build/${BuildId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "forecastExport" + "resource": "build" }, { - "arn": "arn:${Partition}:forecast:${Region}:${Account}:explainability/${ResourceId}", + "arn": "arn:${Partition}:gamelift:${Region}:${Account}:fleet/${FleetId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "explainability" + "resource": "fleet" }, { - "arn": "arn:${Partition}:forecast:${Region}:${Account}:explainability-export/${ResourceId}", + "arn": "arn:${Partition}:gamelift:${Region}:${Account}:gameservergroup/${GameServerGroupName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "explainabilityExport" + "resource": "gameServerGroup" }, { - "arn": "arn:${Partition}:forecast:${Region}:${Account}:monitor/${ResourceId}", + "arn": "arn:${Partition}:gamelift:${Region}:${Account}:gamesessionqueue/${GameSessionQueueName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "monitor" + "resource": "gameSessionQueue" }, { - "arn": "arn:${Partition}:forecast:${Region}:${Account}:what-if-analysis/${ResourceId}", + "arn": "arn:${Partition}:gamelift:${Region}:${Account}:location/${LocationId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "whatIfAnalysis" + "resource": "location" }, { - "arn": "arn:${Partition}:forecast:${Region}:${Account}:what-if-forecast/${ResourceId}", + "arn": "arn:${Partition}:gamelift:${Region}:${Account}:matchmakingconfiguration/${MatchmakingConfigurationName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "whatIfForecast" + "resource": "matchmakingConfiguration" }, { - "arn": "arn:${Partition}:forecast:${Region}:${Account}:what-if-forecast-export/${ResourceId}", + "arn": "arn:${Partition}:gamelift:${Region}:${Account}:matchmakingruleset/${MatchmakingRuleSetName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "whatIfForecastExport" + "resource": "matchmakingRuleSet" }, { - "arn": "arn:${Partition}:forecast:${Region}:${Account}:forecast-endpoint/${ResourceId}", + "arn": "arn:${Partition}:gamelift:${Region}:${Account}:script/${ScriptId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "endpoint" + "resource": "script" } ], - "service_name": "Amazon Forecast" + "service_name": "Amazon GameLift" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters actions based on the tags that are passed in the request", + "description": "Filters access by a tag's key and value in a request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on the tags associated with the resource", + "description": "Filters access by the presence of tag key-value pairs in the request", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters actions based on the tag keys that are passed in the request", + "description": "Filters access by the tag keys in a request", "type": "ArrayOfString" - } - ], - "prefix": "frauddetector", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to create a batch of variables", - "privilege": "BatchCreateVariable", - "resource_types": [ - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] }, { - "access_level": "List", - "description": "Grants permission to get a batch of variables", - "privilege": "BatchGetVariable", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "variable*" - } - ] + "condition": "geo:DeviceIds", + "description": "Filters access by the presence of device ids in the request", + "type": "ArrayOfString" }, { - "access_level": "Write", - "description": "Grants permission to cancel the specified batch import job", - "privilege": "CancelBatchImportJob", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "batch-import*" - } - ] - }, + "condition": "geo:GeofenceIds", + "description": "Filters access by the presence of geofence ids in the request", + "type": "ArrayOfString" + } + ], + "prefix": "geo", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to cancel the specified batch prediction job", - "privilege": "CancelBatchPredictionJob", + "description": "Grants permission to create an association between a geofence-collection and a tracker resource", + "privilege": "AssociateTrackerConsumer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "batch-prediction*" + "resource_type": "tracker*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a batch import job", - "privilege": "CreateBatchImportJob", + "description": "Grants permission to delete a batch of device position histories from a tracker resource", + "privilege": "BatchDeleteDevicePositionHistory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "batch-import*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "event-type*" + "resource_type": "tracker*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "geo:DeviceIds" ], "dependent_actions": [], "resource_type": "" @@ -105415,33 +120810,17 @@ }, { "access_level": "Write", - "description": "Grants permission to create a batch prediction job", - "privilege": "CreateBatchPredictionJob", + "description": "Grants permission to delete a batch of geofences from a geofence collection", + "privilege": "BatchDeleteGeofence", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "batch-prediction*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "detector*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "detector-version*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "event-type*" + "resource_type": "geofence-collection*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "geo:GeofenceIds" ], "dependent_actions": [], "resource_type": "" @@ -105450,68 +120829,29 @@ }, { "access_level": "Write", - "description": "Grants permission to create a detector version. The detector version starts in a DRAFT status", - "privilege": "CreateDetectorVersion", + "description": "Grants permission to evaluate device positions against the position of geofences in a given geofence collection", + "privilege": "BatchEvaluateGeofences", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detector*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "external-model" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "model-version" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a list", - "privilege": "CreateList", - "resource_types": [ - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "geofence-collection*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a model using the specified model type", - "privilege": "CreateModel", + "access_level": "Read", + "description": "Grants permission to send a batch request to retrieve device positions", + "privilege": "BatchGetDevicePosition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-type*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "model*" + "resource_type": "tracker*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "geo:DeviceIds" ], "dependent_actions": [], "resource_type": "" @@ -105520,18 +120860,17 @@ }, { "access_level": "Write", - "description": "Grants permission to create a version of the model using the specified model type and model id", - "privilege": "CreateModelVersion", + "description": "Grants permission to send a batch request for adding geofences into a given geofence collection", + "privilege": "BatchPutGeofence", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "geofence-collection*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "geo:GeofenceIds" ], "dependent_actions": [], "resource_type": "" @@ -105540,33 +120879,17 @@ }, { "access_level": "Write", - "description": "Grants permission to create a rule for use with the specified detector", - "privilege": "CreateRule", + "description": "Grants permission to upload a position update for one or more devices to a tracker resource", + "privilege": "BatchUpdateDevicePosition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detector*" + "resource_type": "tracker*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a variable", - "privilege": "CreateVariable", - "resource_types": [ - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "geo:DeviceIds" ], "dependent_actions": [], "resource_type": "" @@ -105574,138 +120897,123 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete a batch import job", - "privilege": "DeleteBatchImportJob", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "batch-import*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a batch prediction job", - "privilege": "DeleteBatchPredictionJob", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "batch-prediction*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete the detector. Before deleting a detector, you must first delete all detector versions and rule versions associated with the detector", - "privilege": "DeleteDetector", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "detector*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete the detector version. You cannot delete detector versions that are in ACTIVE status", - "privilege": "DeleteDetectorVersion", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "detector-version*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete an entity type. You cannot delete an entity type that is included in an event type", - "privilege": "DeleteEntityType", + "access_level": "Read", + "description": "Grants permission to calculate routes using a given route calculator resource", + "privilege": "CalculateRoute", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity-type*" + "resource_type": "route-calculator*" } ] }, { - "access_level": "Write", - "description": "Grants permission to deletes the specified event", - "privilege": "DeleteEvent", + "access_level": "Read", + "description": "Grants permission to calculate a route matrix using a given route calculator resource", + "privilege": "CalculateRouteMatrix", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-type*" + "resource_type": "route-calculator*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an event type. You cannot delete an event type that is used in a detector or a model", - "privilege": "DeleteEventType", + "description": "Grants permission to create a geofence-collection", + "privilege": "CreateGeofenceCollection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-type*" + "resource_type": "geofence-collection*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete events for the specified event type", - "privilege": "DeleteEventsByEventType", + "description": "Grants permission to create an API key resource", + "privilege": "CreateKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-type*" + "resource_type": "api-key*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to remove a SageMaker model from Amazon Fraud Detector. You can remove an Amazon SageMaker model if it is not associated with a detector version", - "privilege": "DeleteExternalModel", + "description": "Grants permission to create a map resource", + "privilege": "CreateMap", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "external-model*" + "resource_type": "map*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a label. You cannot delete labels that are included in an event type in Amazon Fraud Detector. You cannot delete a label assigned to an event ID. You must first delete the relevant event ID", - "privilege": "DeleteLabel", + "description": "Grants permission to create a place index resource", + "privilege": "CreatePlaceIndex", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "label*" + "resource_type": "place-index*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a list", - "privilege": "DeleteList", + "description": "Grants permission to create a route calculator resource", + "privilege": "CreateRouteCalculator", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "list*" + "resource_type": "route-calculator*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -105714,557 +121022,455 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a model. You can delete models and model versions in Amazon Fraud Detector, provided that they are not associated with a detector version", - "privilege": "DeleteModel", + "description": "Grants permission to create a tracker resource", + "privilege": "CreateTracker", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "tracker*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a model version. You can delete models and model versions in Amazon Fraud Detector, provided that they are not associated with a detector version", - "privilege": "DeleteModelVersion", + "description": "Grants permission to delete a geofence-collection", + "privilege": "DeleteGeofenceCollection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model-version*" + "resource_type": "geofence-collection*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an outcome. You cannot delete an outcome that is used in a rule version", - "privilege": "DeleteOutcome", + "description": "Grants permission to delete an API key resource", + "privilege": "DeleteKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "outcome*" + "resource_type": "api-key*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the rule. You cannot delete a rule if it is used by an ACTIVE or INACTIVE detector version", - "privilege": "DeleteRule", + "description": "Grants permission to delete a map resource", + "privilege": "DeleteMap", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule*" + "resource_type": "map*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a variable. You cannot delete variables that are included in an event type in Amazon Fraud Detector", - "privilege": "DeleteVariable", + "description": "Grants permission to delete a place index resource", + "privilege": "DeletePlaceIndex", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "variable*" + "resource_type": "place-index*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get all versions for a specified detector", - "privilege": "DescribeDetector", + "access_level": "Write", + "description": "Grants permission to delete a route calculator resource", + "privilege": "DeleteRouteCalculator", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detector*" + "resource_type": "route-calculator*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get all of the model versions for the specified model type or for the specified model type and model ID. You can also get details for a single, specified model version", - "privilege": "DescribeModelVersions", + "access_level": "Write", + "description": "Grants permission to delete a tracker resource", + "privilege": "DeleteTracker", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model-version" + "resource_type": "tracker*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the data validation report of a specific batch import job", - "privilege": "GetBatchImportJobValidationReport", + "description": "Grants permission to retrieve geofence collection details", + "privilege": "DescribeGeofenceCollection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "batch-import*" + "resource_type": "geofence-collection*" } ] }, { - "access_level": "List", - "description": "Grants permission to get all batch import jobs or a specific job if you specify a job ID", - "privilege": "GetBatchImportJobs", + "access_level": "Read", + "description": "Grants permission to retrieve API key resource details and secret", + "privilege": "DescribeKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "batch-import" + "resource_type": "api-key*" } ] }, { - "access_level": "List", - "description": "Grants permission to get all batch prediction jobs or a specific job if you specify a job ID. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 50 records per page. If you provide a maxResults, the value must be between 1 and 50. To get the next page results, provide the pagination token from the GetBatchPredictionJobsResponse as part of your request. A null pagination token fetches the records from the beginning", - "privilege": "GetBatchPredictionJobs", + "access_level": "Read", + "description": "Grants permission to retrieve map resource details", + "privilege": "DescribeMap", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "batch-prediction" + "resource_type": "map*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a specific event type DeleteEventsByEventType API execution status", - "privilege": "GetDeleteEventsByEventTypeStatus", + "description": "Grants permission to retrieve place-index resource details", + "privilege": "DescribePlaceIndex", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-type*" + "resource_type": "place-index*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a particular detector version", - "privilege": "GetDetectorVersion", + "description": "Grants permission to retrieve route calculator resource details", + "privilege": "DescribeRouteCalculator", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detector-version*" + "resource_type": "route-calculator*" } ] }, { - "access_level": "List", - "description": "Grants permission to get all detectors or a single detector if a detectorId is specified. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 10 records per page. If you provide a maxResults, the value must be between 5 and 10. To get the next page results, provide the pagination token from the GetDetectorsResponse as part of your request. A null pagination token fetches the records from the beginning", - "privilege": "GetDetectors", + "access_level": "Read", + "description": "Grants permission to retrieve a tracker resource details", + "privilege": "DescribeTracker", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detector" + "resource_type": "tracker*" } ] }, { - "access_level": "List", - "description": "Grants permission to get all entity types or a specific entity type if a name is specified. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 10 records per page. If you provide a maxResults, the value must be between 5 and 10. To get the next page results, provide the pagination token from the GetEntityTypesResponse as part of your request. A null pagination token fetches the records from the beginning", - "privilege": "GetEntityTypes", + "access_level": "Write", + "description": "Grants permission to remove the association between a tracker resource and a geofence-collection", + "privilege": "DisassociateTrackerConsumer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity-type" + "resource_type": "tracker*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the details of the specified event", - "privilege": "GetEvent", + "description": "Grants permission to retrieve the latest device position", + "privilege": "GetDevicePosition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-type*" + "resource_type": "tracker*" + }, + { + "condition_keys": [ + "geo:DeviceIds" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to evaluate an event against a detector version. If a version ID is not provided, the detector\u2019s (ACTIVE) version is used", - "privilege": "GetEventPrediction", + "description": "Grants permission to retrieve the device position history", + "privilege": "GetDevicePositionHistory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detector*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "detector-version*" + "resource_type": "tracker*" }, { - "condition_keys": [], + "condition_keys": [ + "geo:DeviceIds" + ], "dependent_actions": [], - "resource_type": "event-type*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get more details of a particular prediction", - "privilege": "GetEventPredictionMetadata", + "description": "Grants permission to retrieve the geofence details from a geofence-collection", + "privilege": "GetGeofence", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detector*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "detector-version*" + "resource_type": "geofence-collection*" }, { - "condition_keys": [], + "condition_keys": [ + "geo:GeofenceIds" + ], "dependent_actions": [], - "resource_type": "event-type*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to get all event types or a specific event type if name is provided. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 10 records per page. If you provide a maxResults, the value must be between 5 and 10. To get the next page results, provide the pagination token from the GetEventTypesResponse as part of your request. A null pagination token fetches the records from the beginning", - "privilege": "GetEventTypes", + "access_level": "Read", + "description": "Grants permission to retrieve the glyph file for a map resource", + "privilege": "GetMapGlyphs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-type" + "resource_type": "map*" } ] }, { - "access_level": "List", - "description": "Grants permission to get the details for one or more Amazon SageMaker models that have been imported into the service. This is a paginated API. If you provide a null maxResults, this actions retrieves a maximum of 10 records per page. If you provide a maxResults, the value must be between 5 and 10. To get the next page results, provide the pagination token from the GetExternalModelsResult as part of your request. A null pagination token fetches the records from the beginning", - "privilege": "GetExternalModels", + "access_level": "Read", + "description": "Grants permission to retrieve the sprite file for a map resource", + "privilege": "GetMapSprites", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "external-model" + "resource_type": "map*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the encryption key if a Key Management Service (KMS) customer master key (CMK) has been specified to be used to encrypt content in Amazon Fraud Detector", - "privilege": "GetKMSEncryptionKey", + "description": "Grants permission to retrieve the map style descriptor from a map resource", + "privilege": "GetMapStyleDescriptor", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "map*" } ] }, { - "access_level": "List", - "description": "Grants permission to get all labels or a specific label if name is provided. This is a paginated API. If you provide a null maxResults, this action retrieves a maximum of 50 records per page. If you provide a maxResults, the value must be between 10 and 50. To get the next page results, provide the pagination token from the GetGetLabelsResponse as part of your request. A null pagination token fetches the records from the beginning", - "privilege": "GetLabels", + "access_level": "Read", + "description": "Grants permission to retrieve the map tile from the map resource", + "privilege": "GetMapTile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "label" + "resource_type": "map*" } ] }, { "access_level": "Read", - "description": "Grants permission to get elements of a list", - "privilege": "GetListElements", + "description": "Grants permission to find a place by its unique ID", + "privilege": "GetPlace", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "list*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "place-index*" } ] }, { - "access_level": "List", - "description": "Grants permission to get metadata about lists", - "privilege": "GetListsMetadata", + "access_level": "Read", + "description": "Grants permission to retrieve a list of devices and their latest positions from the given tracker resource", + "privilege": "ListDevicePositions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "list" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "tracker*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the details of the specified model version", - "privilege": "GetModelVersion", + "access_level": "List", + "description": "Grants permission to lists geofence-collections", + "privilege": "ListGeofenceCollections", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model-version*" + "resource_type": "geofence-collection*" } ] }, { - "access_level": "List", - "description": "Grants permission to get one or more models. Gets all models for the AWS account if no model type and no model id provided. Gets all models for the AWS account and model type, if the model type is specified but model id is not provided. Gets a specific model if (model type, model id) tuple is specified", - "privilege": "GetModels", + "access_level": "Read", + "description": "Grants permission to list geofences stored in a given geofence collection", + "privilege": "ListGeofences", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model" + "resource_type": "geofence-collection*" } ] }, { "access_level": "List", - "description": "Grants permission to get one or more outcomes. This is a paginated API. If you provide a null maxResults, this actions retrieves a maximum of 100 records per page. If you provide a maxResults, the value must be between 50 and 100. To get the next page results, provide the pagination token from the GetOutcomesResult as part of your request. A null pagination token fetches the records from the beginning", - "privilege": "GetOutcomes", + "description": "Grants permission to list API key resources", + "privilege": "ListKeys", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "outcome" + "resource_type": "api-key*" } ] }, { "access_level": "List", - "description": "Grants permission to get all rules for a detector (paginated) if ruleId and ruleVersion are not specified. Gets all rules for the detector and the ruleId if present (paginated). Gets a specific rule if both the ruleId and the ruleVersion are specified", - "privilege": "GetRules", + "description": "Grants permission to list map resources", + "privilege": "ListMaps", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule" + "resource_type": "map*" } ] }, { "access_level": "List", - "description": "Grants permission to get all of the variables or the specific variable. This is a paginated API. Providing null maxSizePerPage results in retrieving maximum of 100 records per page. If you provide maxSizePerPage the value must be between 50 and 100. To get the next page result, a provide a pagination token from GetVariablesResult as part of your request. Null pagination token fetches the records from the beginning", - "privilege": "GetVariables", + "description": "Grants permission to return a list of place index resources", + "privilege": "ListPlaceIndexes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "variable" + "resource_type": "place-index*" } ] }, { "access_level": "List", - "description": "Grants permission to get a list of past predictions", - "privilege": "ListEventPredictions", + "description": "Grants permission to return a list of route calculator resources", + "privilege": "ListRouteCalculators", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detector" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "detector-version" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "event-type" + "resource_type": "route-calculator*" } ] }, { "access_level": "Read", - "description": "Grants permission to list all tags associated with the resource. This is a paginated API. To get the next page results, provide the pagination token from the response as part of your request. A null pagination token fetches the records from the beginning", + "description": "Grants permission to list the tags (metadata) which you have assigned to the resource", "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "batch-import" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "batch-prediction" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "detector" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "detector-version" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "entity-type" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "event-type" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "external-model" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "label" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "list" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "model" + "resource_type": "api-key" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "model-version" + "resource_type": "geofence-collection" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "outcome" + "resource_type": "map" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule" + "resource_type": "place-index" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "variable" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create or update a detector", - "privilege": "PutDetector", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "detector*" + "resource_type": "route-calculator" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-type*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "tracker" } ] }, { - "access_level": "Write", - "description": "Grants permission to create or update an entity type. An entity represents who is performing the event. As part of a fraud prediction, you pass the entity ID to indicate the specific entity who performed the event. An entity type classifies the entity. Example classifications include customer, merchant, or account", - "privilege": "PutEntityType", + "access_level": "Read", + "description": "Grants permission to retrieve a list of geofence collections currently associated to the given tracker resource", + "privilege": "ListTrackerConsumers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity-type*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "tracker*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create or update an event type. An event is a business activity that is evaluated for fraud risk. With Amazon Fraud Detector, you generate fraud predictions for events. An event type defines the structure for an event sent to Amazon Fraud Detector. This includes the variables sent as part of the event, the entity performing the event (such as a customer), and the labels that classify the event. Example event types include online payment transactions, account registrations, and authentications", - "privilege": "PutEventType", + "access_level": "List", + "description": "Grants permission to return a list of tracker resources", + "privilege": "ListTrackers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-type*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "tracker*" } ] }, { "access_level": "Write", - "description": "Grants permission to create or update an Amazon SageMaker model endpoint. You can also use this action to update the configuration of the model endpoint, including the IAM role and/or the mapped variables", - "privilege": "PutExternalModel", + "description": "Grants permission to add a new geofence or update an existing geofence to a given geofence-collection", + "privilege": "PutGeofence", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-type*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "external-model*" + "resource_type": "geofence-collection*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "geo:GeofenceIds" ], "dependent_actions": [], "resource_type": "" @@ -106272,156 +121478,80 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to specify the Key Management Service (KMS) customer master key (CMK) to be used to encrypt content in Amazon Fraud Detector", - "privilege": "PutKMSEncryptionKey", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create or update label. A label classifies an event as fraudulent or legitimate. Labels are associated with event types and used to train supervised machine learning models in Amazon Fraud Detector", - "privilege": "PutLabel", + "access_level": "Read", + "description": "Grants permission to reverse geocodes a given coordinate", + "privilege": "SearchPlaceIndexForPosition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "label*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "place-index*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create or update an outcome", - "privilege": "PutOutcome", + "access_level": "Read", + "description": "Grants permission to generate suggestions for addresses and points of interest based on partial or misspelled free-form text", + "privilege": "SearchPlaceIndexForSuggestions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "outcome*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "place-index*" } ] }, { - "access_level": "Write", - "description": "Grants permission to send event", - "privilege": "SendEvent", + "access_level": "Read", + "description": "Grants permission to geocode free-form text, such as an address, name, city or region", + "privilege": "SearchPlaceIndexForText", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-type*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "place-index*" } ] }, { "access_level": "Tagging", - "description": "Grants permission to assign tags to a resource", + "description": "Grants permission to adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource", "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "batch-import" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "batch-prediction" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "detector" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "detector-version" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "entity-type" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "event-type" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "external-model" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "label" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "list" + "resource_type": "api-key" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "model" + "resource_type": "geofence-collection" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "model-version" + "resource_type": "map" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "outcome" + "resource_type": "place-index" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule" + "resource_type": "route-calculator" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "variable" + "resource_type": "tracker" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -106430,83 +121560,43 @@ }, { "access_level": "Tagging", - "description": "Grants permission to remove tags from a resource", + "description": "Grants permission to remove the given tags (metadata) from the resource", "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "batch-import" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "batch-prediction" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "detector" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "detector-version" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "entity-type" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "event-type" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "external-model" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "label" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "list" + "resource_type": "api-key" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "model" + "resource_type": "geofence-collection" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "model-version" + "resource_type": "map" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "outcome" + "resource_type": "place-index" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule" + "resource_type": "route-calculator" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "variable" + "resource_type": "tracker" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -106515,115 +121605,188 @@ }, { "access_level": "Write", - "description": "Grants permission to update a detector version. The detector version attributes that you can update include models, external model endpoints, rules, rule execution mode, and description. You can only update a DRAFT detector version", - "privilege": "UpdateDetectorVersion", + "description": "Grants permission to update a geofence collection", + "privilege": "UpdateGeofenceCollection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detector*" - }, + "resource_type": "geofence-collection*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update an API key resource", + "privilege": "UpdateKey", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "external-model" - }, + "resource_type": "api-key*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a map resource", + "privilege": "UpdateMap", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model-version" + "resource_type": "map*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the detector version's description. You can update the metadata for any detector version (DRAFT, ACTIVE, or INACTIVE)", - "privilege": "UpdateDetectorVersionMetadata", + "description": "Grants permission to update a place index resource", + "privilege": "UpdatePlaceIndex", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detector-version*" + "resource_type": "place-index*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the detector version\u2019s status. You can perform the following promotions or demotions using UpdateDetectorVersionStatus: DRAFT to ACTIVE, ACTIVE to INACTIVE, and INACTIVE to ACTIVE", - "privilege": "UpdateDetectorVersionStatus", + "description": "Grants permission to update a route calculator resource", + "privilege": "UpdateRouteCalculator", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detector-version*" + "resource_type": "route-calculator*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an existing event record's label value", - "privilege": "UpdateEventLabel", + "description": "Grants permission to update a tracker resource", + "privilege": "UpdateTracker", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-type*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "tracker*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:geo:${Region}:${Account}:api-key/${KeyName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "api-key" + }, + { + "arn": "arn:${Partition}:geo:${Region}:${Account}:geofence-collection/${GeofenceCollectionName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "geo:GeofenceIds" + ], + "resource": "geofence-collection" }, + { + "arn": "arn:${Partition}:geo:${Region}:${Account}:map/${MapName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "map" + }, + { + "arn": "arn:${Partition}:geo:${Region}:${Account}:place-index/${IndexName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "place-index" + }, + { + "arn": "arn:${Partition}:geo:${Region}:${Account}:route-calculator/${CalculatorName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "route-calculator" + }, + { + "arn": "arn:${Partition}:geo:${Region}:${Account}:tracker/${TrackerName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "geo:DeviceIds" + ], + "resource": "tracker" + } + ], + "service_name": "Amazon Location" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + }, + { + "condition": "glacier:ArchiveAgeInDays", + "description": "Filters access by how long an archive has been stored in the vault, in days", + "type": "String" + }, + { + "condition": "glacier:ResourceTag/", + "description": "Filters access by a customer-defined tag", + "type": "String" + } + ], + "prefix": "glacier", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to update a list", - "privilege": "UpdateList", + "description": "Grants permission to abort a multipart upload identified by the upload ID", + "privilege": "AbortMultipartUpload", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "list*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "vault*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a model. You can update the description attribute using this action", - "privilege": "UpdateModel", + "access_level": "Permissions management", + "description": "Grants permission to abort the vault locking process if the vault lock is not in the Locked state", + "privilege": "AbortVaultLock", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "vault*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a model version. Updating a model version retrains an existing model version using updated training data and produces a new minor version of the model. You can update the training data set location and data access role attributes using this action. This action creates and trains a new minor version of the model, for example version 1.01, 1.02, 1.03", - "privilege": "UpdateModelVersion", + "access_level": "Tagging", + "description": "Grants permission to add the specified tags to a vault", + "privilege": "AddTagsToVault", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "vault*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -106632,42 +121795,53 @@ }, { "access_level": "Write", - "description": "Grants permission to update the status of a model version", - "privilege": "UpdateModelVersionStatus", + "description": "Grants permission to complete a multipart upload process", + "privilege": "CompleteMultipartUpload", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model-version*" + "resource_type": "vault*" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to complete the vault locking process", + "privilege": "CompleteVaultLock", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "vault*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a rule's metadata. The description attribute can be updated", - "privilege": "UpdateRuleMetadata", + "description": "Grants permission to create a new vault with the specified name", + "privilege": "CreateVault", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule*" + "resource_type": "vault*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a rule version resulting in a new rule version. Updates a rule version resulting in a new rule version (version 1, 2, 3 ...)", - "privilege": "UpdateRuleVersion", + "description": "Grants permission to delete an archive from a vault", + "privilege": "DeleteArchive", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule*" + "resource_type": "vault*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "glacier:ArchiveAgeInDays" ], "dependent_actions": [], "resource_type": "" @@ -106676,310 +121850,207 @@ }, { "access_level": "Write", - "description": "Grants permission to update a variable", - "privilege": "UpdateVariable", + "description": "Grants permission to delete a vault", + "privilege": "DeleteVault", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "variable*" + "resource_type": "vault*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:batch-prediction/${ResourcePath}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "batch-prediction" - }, - { - "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:detector/${ResourcePath}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "detector" - }, - { - "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:detector-version/${ResourcePath}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "detector-version" - }, - { - "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:entity-type/${ResourcePath}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "entity-type" - }, - { - "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:external-model/${ResourcePath}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "external-model" - }, - { - "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:event-type/${ResourcePath}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "event-type" - }, - { - "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:label/${ResourcePath}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "label" - }, - { - "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:model/${ResourcePath}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "model" - }, - { - "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:model-version/${ResourcePath}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "model-version" - }, - { - "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:outcome/${ResourcePath}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "outcome" - }, - { - "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:rule/${ResourcePath}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "rule" - }, - { - "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:variable/${ResourcePath}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "variable" - }, - { - "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:batch-import/${ResourcePath}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "batch-import" - }, - { - "arn": "arn:${Partition}:frauddetector:${Region}:${Account}:list/${ResourcePath}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "list" - } - ], - "service_name": "Amazon Fraud Detector" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "A tag key that is present in the request that the user makes to Amazon FreeRTOS", - "type": "String" }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "The tag key component of a tag attached to an Amazon FreeRTOS resource", - "type": "String" + "access_level": "Permissions management", + "description": "Grants permission to delete the access policy associated with the specified vault", + "privilege": "DeleteVaultAccessPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "vault*" + } + ] }, - { - "condition": "aws:TagKeys", - "description": "The list of all the tag key names associated with the resource in the request", - "type": "ArrayOfString" - } - ], - "prefix": "freertos", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a software configuration", - "privilege": "CreateSoftwareConfiguration", + "description": "Grants permission to delete the notification configuration set for a vault", + "privilege": "DeleteVaultNotifications", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "configuration*" - }, + "resource_type": "vault*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get information about a job previously initiated", + "privilege": "DescribeJob", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "vault*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a subscription for FreeRTOS extended maintenance plan (EMP)", - "privilege": "CreateSubscription", + "access_level": "Read", + "description": "Grants permission to get information about a vault", + "privilege": "DescribeVault", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "vault*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the software configuration", - "privilege": "DeleteSoftwareConfiguration", + "access_level": "Read", + "description": "Grants permission to get the data retrieval policy", + "privilege": "GetDataRetrievalPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "configuration*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe the hardware platform", - "privilege": "DescribeHardwarePlatform", + "description": "Grants permission to download the output of the job specified", + "privilege": "GetJobOutput", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "vault*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe the software configuration", - "privilege": "DescribeSoftwareConfiguration", + "description": "Grants permission to retrieve the access-policy subresource set on the vault", + "privilege": "GetVaultAccessPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "configuration*" + "resource_type": "vault*" } ] }, { "access_level": "Read", - "description": "Grants permission to describes the subscription for FreeRTOS extended maintenance plan (EMP)", - "privilege": "DescribeSubscription", + "description": "Grants permission to retrieve attributes from the lock-policy subresource set on the specified vault", + "privilege": "GetVaultLock", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "subscription*" + "resource_type": "vault*" } ] }, { "access_level": "Read", - "description": "Grants permission to get URL for sotware patch-release, patch-diff and release notes under FreeRTOS extended maintenance plan (EMP)", - "privilege": "GetEmpPatchUrl", + "description": "Grants permission to retrieve the notification-configuration subresource set on the vault", + "privilege": "GetVaultNotifications", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "vault*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the URL for Amazon FreeRTOS software download", - "privilege": "GetSoftwareURL", + "access_level": "Write", + "description": "Grants permission to initiate a job of the specified type", + "privilege": "InitiateJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "vault*" + }, + { + "condition_keys": [ + "glacier:ArchiveAgeInDays" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the URL for Amazon FreeRTOS software download based on the configuration", - "privilege": "GetSoftwareURLForConfiguration", + "access_level": "Write", + "description": "Grants permission to initiate a multipart upload", + "privilege": "InitiateMultipartUpload", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "vault*" } ] }, { - "access_level": "Read", - "description": "Grants permission to fetch the subscription billing amount for FreeRTOS extended maintenance plan (EMP)", - "privilege": "GetSubscriptionBillingAmount", + "access_level": "Permissions management", + "description": "Grants permission to initiate the vault locking process", + "privilege": "InitiateVaultLock", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "vault*" } ] }, { "access_level": "List", - "description": "Grants permission to lists versions of AmazonFreeRTOS", - "privilege": "ListFreeRTOSVersions", + "description": "Grants permission to list jobs for a vault that are in-progress and jobs that have recently finished", + "privilege": "ListJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "vault*" } ] }, { "access_level": "List", - "description": "Grants permission to list the hardware platforms", - "privilege": "ListHardwarePlatforms", + "description": "Grants permission to list in-progress multipart uploads for the specified vault", + "privilege": "ListMultipartUploads", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "vault*" } ] }, { "access_level": "List", - "description": "Grants permission to list the hardware vendors", - "privilege": "ListHardwareVendors", + "description": "Grants permission to list the parts of an archive that have been uploaded in a specific multipart upload", + "privilege": "ListParts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "vault*" } ] }, { "access_level": "List", - "description": "Grants permission to lists the software configurations", - "privilege": "ListSoftwareConfigurations", + "description": "Grants permission to list the provisioned capacity for the specified AWS account", + "privilege": "ListProvisionedCapacity", "resource_types": [ { "condition_keys": [], @@ -106990,20 +122061,20 @@ }, { "access_level": "List", - "description": "Grants permission to list software patches of subscription for FreeRTOS extended maintenance plan (EMP)", - "privilege": "ListSoftwarePatches", + "description": "Grants permission to list all the tags attached to a vault", + "privilege": "ListTagsForVault", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "vault*" } ] }, { "access_level": "List", - "description": "Grants permission to list the subscription emails for FreeRTOS extended maintenance plan (EMP)", - "privilege": "ListSubscriptionEmails", + "description": "Grants permission to list all vaults", + "privilege": "ListVaults", "resource_types": [ { "condition_keys": [], @@ -107013,9 +122084,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the subscriptions for FreeRTOS extended maintenance plan (EMP)", - "privilege": "ListSubscriptions", + "access_level": "Write", + "description": "Grants permission to purchases a provisioned capacity unit for an AWS account", + "privilege": "PurchaseProvisionedCapacity", "resource_types": [ { "condition_keys": [], @@ -107025,214 +122096,162 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update list of subscription email address for FreeRTOS extended maintenance plan (EMP)", - "privilege": "UpdateEmailRecipients", + "access_level": "Tagging", + "description": "Grants permission to remove one or more tags from the set of tags attached to a vault", + "privilege": "RemoveTagsFromVault", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "vault*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the software configuration", - "privilege": "UpdateSoftwareConfiguration", + "access_level": "Permissions management", + "description": "Grants permission to set and then enacts a data retrieval policy in the region specified in the PUT request", + "privilege": "SetDataRetrievalPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "configuration*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to verify the email for FreeRTOS extended maintenance plan (EMP)", - "privilege": "VerifyEmail", + "access_level": "Permissions management", + "description": "Grants permission to configure an access policy for a vault; will overwrite an existing policy", + "privilege": "SetVaultAccessPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "vault*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:freertos:${Region}:${Account}:configuration/${ConfigurationName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "configuration" }, { - "arn": "arn:${Partition}:freertos:${Region}:${Account}:subscription/${SubscriptionID}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "subscription" - } - ], - "service_name": "Amazon FreeRTOS" - }, - { - "conditions": [], - "prefix": "freetier", - "privileges": [ - { - "access_level": "Read", - "description": "Allow or deny IAM users permission to get free tier alert preference (email address)", - "privilege": "GetFreeTierAlertPreference", + "access_level": "Write", + "description": "Grants permission to configure vault notifications", + "privilege": "SetVaultNotifications", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "vault*" } ] }, { - "access_level": "Read", - "description": "Allow or deny IAM users permission to get free tier usage limits and MTD usage status", - "privilege": "GetFreeTierUsage", + "access_level": "Write", + "description": "Grants permission to upload an archive to a vault", + "privilege": "UploadArchive", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "vault*" } ] }, { "access_level": "Write", - "description": "Allow or deny IAM users permission to set free tier alert preference (email address)", - "privilege": "PutFreeTierAlertPreference", + "description": "Grants permission to upload a part of an archive", + "privilege": "UploadMultipartPart", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "vault*" } ] } ], - "resources": [], - "service_name": "AWS Free Tier" + "resources": [ + { + "arn": "arn:${Partition}:glacier:${Region}:${Account}:vaults/${VaultName}", + "condition_keys": [], + "resource": "vault" + } + ], + "service_name": "Amazon S3 Glacier" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", + "description": "Filters access by the presence of tag key-value pairs in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", + "description": "Filters access by tag key-value pairs attached to the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", + "description": "Filters access by the presence of tag keys in the request", "type": "ArrayOfString" - }, - { - "condition": "fsx:IsBackupCopyDestination", - "description": "Filters access by whether the backup is a destination backup for a CopyBackup operation", - "type": "Bool" - }, - { - "condition": "fsx:IsBackupCopySource", - "description": "Filters access by whether the backup is a source backup for a CopyBackup operation", - "type": "Bool" - }, - { - "condition": "fsx:NfsDataRepositoryAuthenticationEnabled", - "description": "Filters access by NFS data repositories which support authentication", - "type": "Bool" - }, - { - "condition": "fsx:NfsDataRepositoryEncryptionInTransitEnabled", - "description": "Filters access by NFS data repositories which support encryption-in-transit", - "type": "Bool" - }, - { - "condition": "fsx:ParentVolumeId", - "description": "Filters access by the containing parent volume for mutating volume operations", - "type": "String" - }, - { - "condition": "fsx:StorageVirtualMachineId", - "description": "Filters access by the containing storage virtual machine for a volume for mutating volume operations", - "type": "String" } ], - "prefix": "fsx", + "prefix": "globalaccelerator", "privileges": [ { "access_level": "Write", - "description": "Grants permission to associate a File Gateway instance with an Amazon FSx for Windows File Server file system", - "privilege": "AssociateFileGateway", + "description": "Grants permission to add a virtual private cloud (VPC) subnet endpoint to a custom routing accelerator endpoint group", + "privilege": "AddCustomRoutingEndpoints", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "endpointgroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate DNS aliases with an Amazon FSx for Windows File Server file system", - "privilege": "AssociateFileSystemAliases", + "description": "Grants permission to add an endpoint to a standard accelerator endpoint group", + "privilege": "AddEndpoints", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "file-system*" + "dependent_actions": [ + "globalaccelerator:UpdateEndpointGroup" + ], + "resource_type": "endpointgroup*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to allow deletion of an FSx for ONTAP SnapLock Enterprise volume that contains WORM (write once, read many) files with active retention periods", - "privilege": "BypassSnaplockEnterpriseRetention", + "access_level": "Write", + "description": "Grants permission to advertises an IPv4 address range that is provisioned for use with your accelerator through bring your own IP addresses (BYOIP)", + "privilege": "AdvertiseByoipCidr", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "volume*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel a data repository task", - "privilege": "CancelDataRepositoryTask", + "description": "Grants permission to allows custom routing of user traffic to a private destination IP:PORT in a specific VPC subnet", + "privilege": "AllowCustomRoutingTraffic", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task*" + "resource_type": "endpointgroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to copy a backup", - "privilege": "CopyBackup", + "description": "Grants permission to create a standard accelerator", + "privilege": "CreateAccelerator", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "fsx:TagResource" - ], - "resource_type": "backup*" - }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -107245,26 +122264,24 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new backup of an Amazon FSx file system or an Amazon FSx volume", - "privilege": "CreateBackup", + "description": "Grants permission to create a CrossAccountAttachment", + "privilege": "CreateCrossAccountAttachment", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [ - "fsx:TagResource" + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "resource_type": "backup*" - }, - { - "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "volume" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a Custom Routing accelerator", + "privilege": "CreateCustomRoutingAccelerator", + "resource_types": [ { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -107277,387 +122294,486 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new data respository association for an Amazon FSx for Lustre file system", - "privilege": "CreateDataRepositoryAssociation", + "description": "Grants permission to create an endpoint group for the specified listener for a custom routing accelerator", + "privilege": "CreateCustomRoutingEndpointGroup", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "fsx:TagResource" - ], - "resource_type": "association*" - }, + "dependent_actions": [], + "resource_type": "listener*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a listener to process inbound connections from clients to a custom routing accelerator", + "privilege": "CreateCustomRoutingListener", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" - }, + "resource_type": "accelerator*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to add an endpoint group to a standard accelerator listener", + "privilege": "CreateEndpointGroup", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "listener*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new data respository task for an Amazon FSx for Lustre file system", - "privilege": "CreateDataRepositoryTask", + "description": "Grants permission to add a listener to a standard accelerator", + "privilege": "CreateListener", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "fsx:TagResource" - ], - "resource_type": "file-system*" - }, + "dependent_actions": [], + "resource_type": "accelerator*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a standard accelerator", + "privilege": "DeleteAccelerator", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task*" - }, + "resource_type": "accelerator*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a CrossAccountAttachment", + "privilege": "DeleteCrossAccountAttachment", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "attachment*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new, empty, Amazon file cache", - "privilege": "CreateFileCache", + "description": "Grants permission to delete a custom routing accelerator", + "privilege": "DeleteCustomRoutingAccelerator", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs", - "fsx:CreateDataRepositoryAssociation", - "fsx:TagResource", - "logs:CreateLogGroup", - "logs:CreateLogStream", - "logs:PutLogEvents", - "s3:ListBucket" - ], - "resource_type": "file-cache*" - }, - { - "condition_keys": [ - "fsx:NfsDataRepositoryEncryptionInTransitEnabled", - "fsx:NfsDataRepositoryAuthenticationEnabled" - ], "dependent_actions": [], - "resource_type": "association" - }, + "resource_type": "accelerator*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an endpoint group from a listener for a custom routing accelerator", + "privilege": "DeleteCustomRoutingEndpointGroup", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "endpointgroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new, empty, Amazon FSx file system", - "privilege": "CreateFileSystem", + "description": "Grants permission to delete a listener for a custom routing accelerator", + "privilege": "DeleteCustomRoutingListener", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "fsx:TagResource" - ], - "resource_type": "file-system*" - }, + "dependent_actions": [], + "resource_type": "listener*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an endpoint group associated with a standard accelerator listener", + "privilege": "DeleteEndpointGroup", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "endpointgroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new Amazon FSx file system from an existing backup", - "privilege": "CreateFileSystemFromBackup", + "description": "Grants permission to delete a listener from a standard accelerator", + "privilege": "DeleteListener", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "fsx:TagResource" - ], - "resource_type": "backup*" - }, + "dependent_actions": [], + "resource_type": "listener*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disallows custom routing of user traffic to a private destination IP:PORT in a specific VPC subnet", + "privilege": "DenyCustomRoutingTraffic", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" - }, + "resource_type": "endpointgroup*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to releases the specified address range that you provisioned for use with your accelerator through bring your own IP addresses (BYOIP)", + "privilege": "DeprovisionByoipCidr", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new snapshot on a volume", - "privilege": "CreateSnapshot", + "access_level": "Read", + "description": "Grants permissions to describe a standard accelerator", + "privilege": "DescribeAccelerator", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "fsx:TagResource" - ], - "resource_type": "snapshot*" - }, + "dependent_actions": [], + "resource_type": "accelerator*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a standard accelerator attributes", + "privilege": "DescribeAcceleratorAttributes", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "volume*" - }, + "resource_type": "accelerator*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permissions to describe a CrossAccountAttachment", + "privilege": "DescribeCrossAccountAttachment", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "attachment*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new storage virtual machine in an Amazon FSx for Ontap file system", - "privilege": "CreateStorageVirtualMachine", + "access_level": "Read", + "description": "Grants permission to describe a custom routing accelerator", + "privilege": "DescribeCustomRoutingAccelerator", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "fsx:TagResource" - ], - "resource_type": "file-system*" - }, + "dependent_actions": [], + "resource_type": "accelerator*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe the attributes of a custom routing accelerator", + "privilege": "DescribeCustomRoutingAcceleratorAttributes", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "storage-virtual-machine*" - }, + "resource_type": "accelerator*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe an endpoint group for a custom routing accelerator", + "privilege": "DescribeCustomRoutingEndpointGroup", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "endpointgroup*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new volume", - "privilege": "CreateVolume", + "access_level": "Read", + "description": "Grants permission to describe a listener for a custom routing accelerator", + "privilege": "DescribeCustomRoutingListener", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "fsx:TagResource" - ], - "resource_type": "volume*" - }, + "dependent_actions": [], + "resource_type": "listener*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a standard accelerator endpoint group", + "privilege": "DescribeEndpointGroup", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot" - }, + "resource_type": "endpointgroup*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a standard accelerator listener", + "privilege": "DescribeListener", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "fsx:StorageVirtualMachineId", - "fsx:ParentVolumeId" - ], + "condition_keys": [], + "dependent_actions": [], + "resource_type": "listener*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all standard accelerators", + "privilege": "ListAccelerators", + "resource_types": [ + { + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new volume from backup", - "privilege": "CreateVolumeFromBackup", + "access_level": "List", + "description": "Grants permission to list the BYOIP cidrs", + "privilege": "ListByoipCidrs", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "fsx:TagResource" - ], - "resource_type": "backup*" - }, + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all CrossAccountAttachments", + "privilege": "ListCrossAccountAttachments", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "storage-virtual-machine*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list accounts with CrossAccountAttachments listing caller as a principal", + "privilege": "ListCrossAccountResourceAccounts", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "volume*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all CrossAccountAttachment resources usable by caller", + "privilege": "ListCrossAccountResources", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "fsx:StorageVirtualMachineId" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a backup, deleting its contents. After deletion, the backup no longer exists, and its data is no longer available", - "privilege": "DeleteBackup", + "access_level": "List", + "description": "Grants permission to list the custom routing accelerators for an AWS account", + "privilege": "ListCustomRoutingAccelerators", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "backup*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a data repository association", - "privilege": "DeleteDataRepositoryAssociation", + "access_level": "List", + "description": "Grants permission to list the endpoint groups that are associated with a listener for a custom routing accelerator", + "privilege": "ListCustomRoutingEndpointGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "association*" + "resource_type": "listener*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a file cache, deleting its contents", - "privilege": "DeleteFileCache", + "access_level": "List", + "description": "Grants permission to list the listeners for a custom routing accelerator", + "privilege": "ListCustomRoutingListeners", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "fsx:DeleteDataRepositoryAssociation" - ], - "resource_type": "file-cache*" - }, + "dependent_actions": [], + "resource_type": "accelerator*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the port mappings for a custom routing accelerator", + "privilege": "ListCustomRoutingPortMappings", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "association" - }, + "resource_type": "accelerator*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the port mappings for a specific endpoint IP address (a destination address) in a subnet", + "privilege": "ListCustomRoutingPortMappingsByDestination", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a file system, deleting its contents and any existing automatic backups of the file system", - "privilege": "DeleteFileSystem", + "access_level": "List", + "description": "Grants permission to list all endpoint groups associated with a standard accelerator listener", + "privilege": "ListEndpointGroups", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "fsx:CreateBackup", - "fsx:TagResource" - ], - "resource_type": "file-system*" - }, + "dependent_actions": [], + "resource_type": "listener*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all listeners associated with a standard accelerator", + "privilege": "ListListeners", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "backup" + "resource_type": "accelerator*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list tags for a globalaccelerator resource", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accelerator" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "attachment" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a snapshot on a volume", - "privilege": "DeleteSnapshot", + "description": "Grants permission to provisions an address range for use with your accelerator through bring your own IP addresses (BYOIP)", + "privilege": "ProvisionByoipCidr", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a storage virtual machine, deleting its contents", - "privilege": "DeleteStorageVirtualMachine", + "description": "Grants permission to remove virtual private cloud (VPC) subnet endpoints from a custom routing accelerator endpoint group", + "privilege": "RemoveCustomRoutingEndpoints", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "storage-virtual-machine*" + "resource_type": "endpointgroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a volume, deleting its contents and any existing automatic backups of the volume", - "privilege": "DeleteVolume", + "description": "Grants permission to remove an endpoint from a standard accelerator endpoint group", + "privilege": "RemoveEndpoints", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "fsx:TagResource" + "globalaccelerator:UpdateEndpointGroup" ], - "resource_type": "volume*" + "resource_type": "endpointgroup*" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to add tags to a globalaccelerator resource", + "privilege": "TagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accelerator" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "backup" + "resource_type": "attachment" }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "fsx:StorageVirtualMachineId", - "fsx:ParentVolumeId" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -107665,117 +122781,129 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe the File Gateway instances associated with an Amazon FSx for Windows File Server file system", - "privilege": "DescribeAssociatedFileGateways", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a globalaccelerator resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "accelerator" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "attachment" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the descriptions of all backups owned by your AWS account in the AWS Region of the endpoint that you're calling", - "privilege": "DescribeBackups", + "access_level": "Write", + "description": "Grants permission to update a standard accelerator", + "privilege": "UpdateAccelerator", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "accelerator*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the descriptions of all data repository associations owned by your AWS account in the AWS Region of the endpoint that you're calling", - "privilege": "DescribeDataRepositoryAssociations", + "access_level": "Write", + "description": "Grants permission to update a standard accelerator attributes", + "privilege": "UpdateAcceleratorAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "accelerator*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the descriptions of all data repository tasks owned by your AWS account in the AWS Region of the endpoint that you're calling", - "privilege": "DescribeDataRepositoryTasks", + "access_level": "Write", + "description": "Grants permission to update a CrossAccountAttachment", + "privilege": "UpdateCrossAccountAttachment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "attachment*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the descriptions of all file caches owned by your AWS account in the AWS Region of the endpoint that you're calling", - "privilege": "DescribeFileCaches", + "access_level": "Write", + "description": "Grants permission to update a custom routing accelerator", + "privilege": "UpdateCustomRoutingAccelerator", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "accelerator*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the description of all DNS aliases owned by your Amazon FSx for Windows File Server file system", - "privilege": "DescribeFileSystemAliases", + "access_level": "Write", + "description": "Grants permission to update the attributes for a custom routing accelerator", + "privilege": "UpdateCustomRoutingAcceleratorAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "accelerator*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the descriptions of all file systems owned by your AWS account in the AWS Region of the endpoint that you're calling", - "privilege": "DescribeFileSystems", + "access_level": "Write", + "description": "Grants permission to update a listener for a custom routing accelerator", + "privilege": "UpdateCustomRoutingListener", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "listener*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the descriptions of all snapshots owned by your AWS account in the AWS Region of the endpoint you're calling", - "privilege": "DescribeSnapshots", + "access_level": "Write", + "description": "Grants permission to update an endpoint group on a standard accelerator listener", + "privilege": "UpdateEndpointGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "endpointgroup*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the descriptions of all storage virtual machines owned by your AWS account in the AWS Region of the endpoint that you're calling", - "privilege": "DescribeStorageVirtualMachines", + "access_level": "Write", + "description": "Grants permission to update a listener on a standard accelerator", + "privilege": "UpdateListener", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "listener*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the descriptions of all volumes owned by your AWS account in the AWS Region of the endpoint that you're calling", - "privilege": "DescribeVolumes", + "access_level": "Write", + "description": "Grants permission to stops advertising a BYOIP IPv4 address", + "privilege": "WithdrawByoipCidr", "resource_types": [ { "condition_keys": [], @@ -107783,393 +122911,438 @@ "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:globalaccelerator::${Account}:accelerator/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "accelerator" + }, + { + "arn": "arn:${Partition}:globalaccelerator::${Account}:accelerator/${ResourceId}/listener/${ListenerId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "listener" + }, + { + "arn": "arn:${Partition}:globalaccelerator::${Account}:accelerator/${ResourceId}/listener/${ListenerId}/endpoint-group/${EndpointGroupId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "endpointgroup" + }, + { + "arn": "arn:${Partition}:globalaccelerator::${Account}:attachment/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "attachment" + } + ], + "service_name": "AWS Global Accelerator" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" + }, + { + "condition": "glue:CredentialIssuingService", + "description": "Filters access by the service from which the credentials of the request is issued", + "type": "String" + }, + { + "condition": "glue:RoleAssumedBy", + "description": "Filters access by the service from which the credentials of the request is obtained by assuming the customer role", + "type": "String" + }, + { + "condition": "glue:SecurityGroupIds", + "description": "Filters access by the ID of security groups configured for the Glue job", + "type": "ArrayOfString" + }, + { + "condition": "glue:SubnetIds", + "description": "Filters access by the ID of subnets configured for the Glue job", + "type": "ArrayOfString" }, + { + "condition": "glue:VpcIds", + "description": "Filters access by the ID of the VPC configured for the Glue job", + "type": "ArrayOfString" + } + ], + "prefix": "glue", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to disassociate a File Gateway instance from an Amazon FSx for Windows File Server file system", - "privilege": "DisassociateFileGateway", + "description": "Grants permission to create one or more partitions", + "privilege": "BatchCreatePartition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "catalog*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "database*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate file system aliases with an Amazon FSx for Windows File Server file system", - "privilege": "DisassociateFileSystemAliases", + "description": "Grants permission to delete one or more connections", + "privilege": "BatchDeleteConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "catalog*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "connection*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list tags for an Amazon FSx resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to delete one or more partitions", + "privilege": "BatchDeletePartition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "association" + "resource_type": "catalog*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "backup" + "resource_type": "database*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-cache" - }, + "resource_type": "table*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete one or more tables", + "privilege": "BatchDeleteTable", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system" + "resource_type": "catalog*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot" + "resource_type": "database*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "storage-virtual-machine" + "resource_type": "table*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete one or more versions of a table", + "privilege": "BatchDeleteTableVersion", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "catalog*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "task" + "resource_type": "database*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "volume" + "resource_type": "table*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to manage backup principal associations through AWS Backup", - "privilege": "ManageBackupPrincipalAssociations", + "access_level": "Read", + "description": "Grants permission to retrieve one or more blueprints", + "privilege": "BatchGetBlueprints", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "backup*" + "resource_type": "blueprint*" } ] }, { - "access_level": "Write", - "description": "Grants permission to release file system NFS V3 locks", - "privilege": "ReleaseFileSystemNfsV3Locks", + "access_level": "Read", + "description": "Grants permission to retrieve one or more crawlers", + "privilege": "BatchGetCrawlers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "crawler*" } ] }, { - "access_level": "Write", - "description": "Grants permission to restore volume state from a snapshot", - "privilege": "RestoreVolumeFromSnapshot", + "access_level": "Read", + "description": "Grants permission to retrieve one or more Custom Entity Types", + "privilege": "BatchGetCustomEntityTypes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "volume*" + "resource_type": "customEntityType*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag an Amazon FSx resource", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to retrieve one or more development endpoints", + "privilege": "BatchGetDevEndpoints", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "association" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "backup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "file-cache" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "file-system" - }, + "resource_type": "devendpoint*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve one or more jobs", + "privilege": "BatchGetJobs", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot" - }, + "resource_type": "job*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve one or more partitions", + "privilege": "BatchGetPartition", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "storage-virtual-machine" + "resource_type": "catalog*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "task" + "resource_type": "database*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "volume" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove a tag from an Amazon FSx resource", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to return the configuration for the specified table optimizers", + "privilege": "BatchGetTableOptimizer", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "association" + "dependent_actions": [ + "glue:GetTable" + ], + "resource_type": "catalog*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "backup" + "resource_type": "database*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-cache" - }, + "resource_type": "table*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve one or more triggers", + "privilege": "BatchGetTriggers", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system" - }, + "resource_type": "trigger*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve one or more workflows", + "privilege": "BatchGetWorkflows", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot" - }, + "resource_type": "workflow*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to stop one or more job runs for a job", + "privilege": "BatchStopJobRun", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "storage-virtual-machine" - }, + "resource_type": "job*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update one or more partitions", + "privilege": "BatchUpdatePartition", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "task" + "resource_type": "catalog*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "volume" + "resource_type": "database*" }, { - "condition_keys": [ - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to update data repository association configuration", - "privilege": "UpdateDataRepositoryAssociation", + "description": "Grants permission to stop a running Data Quality rule recommendation run", + "privilege": "CancelDataQualityRuleRecommendationRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "association*" + "resource_type": "dataQualityRuleset*" } ] }, { "access_level": "Write", - "description": "Grants permission to update file cache configuration", - "privilege": "UpdateFileCache", + "description": "Grants permission to stop a running Data Quality ruleset evaluation run", + "privilege": "CancelDataQualityRulesetEvaluationRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-cache*" + "resource_type": "dataQualityRuleset*" } ] }, { "access_level": "Write", - "description": "Grants permission to update file system configuration", - "privilege": "UpdateFileSystem", + "description": "Grants permission to stop a running ML Task Run", + "privilege": "CancelMLTaskRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "file-system*" + "resource_type": "mlTransform*" } ] }, { "access_level": "Write", - "description": "Grants permission to update snapshot configuration", - "privilege": "UpdateSnapshot", + "description": "Grants permission to cancel a statement in an interactive session", + "privilege": "CancelStatement", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot*" + "resource_type": "session*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update storage virtual machine configuration", - "privilege": "UpdateStorageVirtualMachine", + "access_level": "Read", + "description": "Grants permission to retrieve a check the validity of schema version", + "privilege": "CheckSchemaVersionValidity", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "storage-virtual-machine*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update volume configuration", - "privilege": "UpdateVolume", + "description": "Grants permission to create a blueprint", + "privilege": "CreateBlueprint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "volume*" + "resource_type": "blueprint*" }, { "condition_keys": [ - "fsx:StorageVirtualMachineId", - "fsx:ParentVolumeId" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:fsx:${Region}:${Account}:file-system/${FileSystemId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "file-system" - }, - { - "arn": "arn:${Partition}:fsx:${Region}:${Account}:file-cache/${FileCacheId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "file-cache" - }, - { - "arn": "arn:${Partition}:fsx:${Region}:${Account}:backup/${BackupId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "backup" - }, - { - "arn": "arn:${Partition}:fsx:${Region}:${Account}:storage-virtual-machine/${FileSystemId}/${StorageVirtualMachineId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "storage-virtual-machine" - }, - { - "arn": "arn:${Partition}:fsx:${Region}:${Account}:task/${TaskId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "task" - }, - { - "arn": "arn:${Partition}:fsx:${Region}:${Account}:association/${FileSystemIdOrFileCacheId}/${DataRepositoryAssociationId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "association" - }, - { - "arn": "arn:${Partition}:fsx:${Region}:${Account}:volume/${FileSystemId}/${VolumeId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "volume" - }, - { - "arn": "arn:${Partition}:fsx:${Region}:${Account}:snapshot/${VolumeId}/${SnapshotId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "snapshot" - } - ], - "service_name": "Amazon FSx" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", - "type": "String" }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "gamelift", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to register player acceptance or rejection of a proposed FlexMatch match", - "privilege": "AcceptMatch", + "description": "Grants permission to create a classifier", + "privilege": "CreateClassifier", "resource_types": [ { "condition_keys": [], @@ -108180,20 +123353,28 @@ }, { "access_level": "Write", - "description": "Grants permission to locate and reserve a game server to host a new game session", - "privilege": "ClaimGameServer", + "description": "Grants permission to create a connection", + "privilege": "CreateConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "gameServerGroup*" + "resource_type": "catalog*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to define a new alias for a fleet", - "privilege": "CreateAlias", + "description": "Grants permission to create a crawler", + "privilege": "CreateCrawler", "resource_types": [ { "condition_keys": [ @@ -108207,8 +123388,8 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new game build using files stored in an Amazon S3 bucket", - "privilege": "CreateBuild", + "description": "Grants permission to create a Custom Entity Type", + "privilege": "CreateCustomEntityType", "resource_types": [ { "condition_keys": [ @@ -108222,8 +123403,8 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new fleet of computing resources to run your game servers", - "privilege": "CreateFleet", + "description": "Grants permission to create a Data Quality ruleset", + "privilege": "CreateDataQualityRuleset", "resource_types": [ { "condition_keys": [ @@ -108237,20 +123418,25 @@ }, { "access_level": "Write", - "description": "Grants permission to specify additional locations for a fleet", - "privilege": "CreateFleetLocations", + "description": "Grants permission to create a database", + "privilege": "CreateDatabase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "catalog*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "database*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new game server group, set up a corresponding Auto Scaling group, and launche instances to host game servers", - "privilege": "CreateGameServerGroup", + "description": "Grants permission to create a development endpoint", + "privilege": "CreateDevEndpoint", "resource_types": [ { "condition_keys": [ @@ -108264,20 +123450,31 @@ }, { "access_level": "Write", - "description": "Grants permission to start a new game session on a specified fleet", - "privilege": "CreateGameSession", + "description": "Grants permission to create a job", + "privilege": "CreateJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "job*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "glue:VpcIds", + "glue:SubnetIds", + "glue:SecurityGroupIds" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to set up a new queue for processing game session placement requests", - "privilege": "CreateGameSessionQueue", + "description": "Grants permission to create an ML Transform", + "privilege": "CreateMLTransform", "resource_types": [ { "condition_keys": [ @@ -108291,24 +123488,58 @@ }, { "access_level": "Write", - "description": "Grants permission to define a new location for a fleet", - "privilege": "CreateLocation", + "description": "Grants permission to create a partition", + "privilege": "CreatePartition", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "catalog*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "database*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new FlexMatch matchmaker", - "privilege": "CreateMatchmakingConfiguration", + "description": "Grants permission to create a specified partition index in an existing table", + "privilege": "CreatePartitionIndex", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "catalog*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "database*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "table*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a new schema registry", + "privilege": "CreateRegistry", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "registry*" + }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -108321,9 +123552,19 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new matchmaking rule set for FlexMatch", - "privilege": "CreateMatchmakingRuleSet", + "description": "Grants permission to create a new schema container", + "privilege": "CreateSchema", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "registry*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "schema*" + }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -108336,8 +123577,8 @@ }, { "access_level": "Write", - "description": "Grants permission to reserve an available game session slot for a player", - "privilege": "CreatePlayerSession", + "description": "Grants permission to create a script", + "privilege": "CreateScript", "resource_types": [ { "condition_keys": [], @@ -108348,8 +123589,8 @@ }, { "access_level": "Write", - "description": "Grants permission to reserve available game session slots for multiple players", - "privilege": "CreatePlayerSessions", + "description": "Grants permission to create a security configuration", + "privilege": "CreateSecurityConfiguration", "resource_types": [ { "condition_keys": [], @@ -108360,13 +123601,16 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new Realtime Servers script", - "privilege": "CreateScript", + "description": "Grants permission to create an interactive session", + "privilege": "CreateSession", "resource_types": [ { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "glue:VpcIds", + "glue:SubnetIds", + "glue:SecurityGroupIds" ], "dependent_actions": [], "resource_type": "" @@ -108375,416 +123619,530 @@ }, { "access_level": "Write", - "description": "Grants permission to allow GameLift to create or delete a peering connection between a GameLift fleet VPC and a VPC on another AWS account", - "privilege": "CreateVpcPeeringAuthorization", + "description": "Grants permission to create a table", + "privilege": "CreateTable", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "catalog*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "database*" } ] }, { "access_level": "Write", - "description": "Grants permission to establish a peering connection between your GameLift fleet VPC and a VPC on another account", - "privilege": "CreateVpcPeeringConnection", + "description": "Grants permission to create a new table optimizer for a specific function. Compaction is the only currently supported optimizer type", + "privilege": "CreateTableOptimizer", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "glue:GetTable" + ], + "resource_type": "catalog*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "database*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an alias", - "privilege": "DeleteAlias", + "description": "Grants permission to create a trigger", + "privilege": "CreateTrigger", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alias*" + "resource_type": "trigger*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a game build", - "privilege": "DeleteBuild", + "description": "Grants permission to create a function definition", + "privilege": "CreateUserDefinedFunction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "build*" + "resource_type": "catalog*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "database*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an empty fleet", - "privilege": "DeleteFleet", + "description": "Grants permission to create a workflow", + "privilege": "CreateWorkflow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "workflow*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete locations for a fleet", - "privilege": "DeleteFleetLocations", + "description": "Grants permission to delete a blueprint", + "privilege": "DeleteBlueprint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "blueprint*" } ] }, { "access_level": "Write", - "description": "Grants permission to permanently delete a game server group and terminate FleetIQ activity for the corresponding Auto Scaling group", - "privilege": "DeleteGameServerGroup", + "description": "Grants permission to delete a classifier", + "privilege": "DeleteClassifier", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "gameServerGroup*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an existing game session queue", - "privilege": "DeleteGameSessionQueue", + "description": "Grants permission to delete the partition column statistics of a column", + "privilege": "DeleteColumnStatisticsForPartition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "gameSessionQueue*" + "resource_type": "catalog*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "database*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a location", - "privilege": "DeleteLocation", + "description": "Grants permission to delete the table statistics of columns", + "privilege": "DeleteColumnStatisticsForTable", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "location*" + "resource_type": "catalog*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "database*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an existing FlexMatch matchmaker", - "privilege": "DeleteMatchmakingConfiguration", + "description": "Grants permission to delete a connection", + "privilege": "DeleteConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "matchmakingConfiguration*" + "resource_type": "catalog*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "connection*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an existing FlexMatch matchmaking rule set", - "privilege": "DeleteMatchmakingRuleSet", + "description": "Grants permission to delete a crawler", + "privilege": "DeleteCrawler", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "matchmakingRuleSet*" + "resource_type": "crawler*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a set of auto-scaling rules", - "privilege": "DeleteScalingPolicy", + "description": "Grants permission to delete a Custom Entity Type", + "privilege": "DeleteCustomEntityType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "customEntityType*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a Realtime Servers script", - "privilege": "DeleteScript", + "description": "Grants permission to delete a Data Quality ruleset", + "privilege": "DeleteDataQualityRuleset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "script*" + "resource_type": "dataQualityRuleset*" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel a VPC peering authorization", - "privilege": "DeleteVpcPeeringAuthorization", + "description": "Grants permission to delete a database", + "privilege": "DeleteDatabase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "catalog*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "database*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "table*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "userdefinedfunction*" } ] }, { "access_level": "Write", - "description": "Grants permission to remove a peering connection between VPCs", - "privilege": "DeleteVpcPeeringConnection", + "description": "Grants permission to delete a development endpoint", + "privilege": "DeleteDevEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "devendpoint*" } ] }, { "access_level": "Write", - "description": "Grants permission to deregister a compute against a fleet", - "privilege": "DeregisterCompute", + "description": "Grants permission to delete a job", + "privilege": "DeleteJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "job*" } ] }, { "access_level": "Write", - "description": "Grants permission to remove a game server from a game server group", - "privilege": "DeregisterGameServer", + "description": "Grants permission to delete an ML Transform", + "privilege": "DeleteMLTransform", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "gameServerGroup*" + "resource_type": "mlTransform*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve properties for an alias", - "privilege": "DescribeAlias", + "access_level": "Write", + "description": "Grants permission to delete a partition", + "privilege": "DeletePartition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alias*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve properties for a game build", - "privilege": "DescribeBuild", - "resource_types": [ + "resource_type": "catalog*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "build*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve general properties of the compute such as ARN, fleet details, SDK endpoints, and location", - "privilege": "DescribeCompute", - "resource_types": [ + "resource_type": "database*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "table*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the maximum allowed and current usage for EC2 instance types", - "privilege": "DescribeEC2InstanceLimits", + "access_level": "Write", + "description": "Grants permission to delete a specified partition index from an existing table", + "privilege": "DeletePartitionIndex", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve general properties, including status, for fleets", - "privilege": "DescribeFleetAttributes", - "resource_types": [ + "resource_type": "catalog*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "database*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "table*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the current capacity setting for fleets", - "privilege": "DescribeFleetCapacity", + "access_level": "Write", + "description": "Grants permission to delete a schema registry", + "privilege": "DeleteRegistry", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "registry*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve entries from a fleet's event log", - "privilege": "DescribeFleetEvents", + "access_level": "Permissions management", + "description": "Grants permission to delete a resource policy", + "privilege": "DeleteResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "catalog*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve general properties, including statuses, for a fleet's locations", - "privilege": "DescribeFleetLocationAttributes", + "access_level": "Write", + "description": "Grants permission to delete a schema container", + "privilege": "DeleteSchema", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "registry*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "schema*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the current capacity setting for a fleet's location", - "privilege": "DescribeFleetLocationCapacity", + "access_level": "Write", + "description": "Grants permission to delete a range of schema versions", + "privilege": "DeleteSchemaVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "registry*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "schema*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve utilization statistics for fleet's location", - "privilege": "DescribeFleetLocationUtilization", + "access_level": "Write", + "description": "Grants permission to delete a security configuration", + "privilege": "DeleteSecurityConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the inbound connection permissions for a fleet", - "privilege": "DescribeFleetPortSettings", + "access_level": "Write", + "description": "Grants permission to delete an interactive session after stopping the session if not already stopped", + "privilege": "DeleteSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "session*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve utilization statistics for fleets", - "privilege": "DescribeFleetUtilization", + "access_level": "Write", + "description": "Grants permission to delete a table", + "privilege": "DeleteTable", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "catalog*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "database*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "table*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve properties for a game server", - "privilege": "DescribeGameServer", + "access_level": "Write", + "description": "Grants permission to delete an optimizer and all associated metadata for a table. The optimization will no longer be performed on the table", + "privilege": "DeleteTableOptimizer", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "glue:GetTable" + ], + "resource_type": "catalog*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "gameServerGroup*" + "resource_type": "database*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "table*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve properties for a game server group", - "privilege": "DescribeGameServerGroup", + "access_level": "Write", + "description": "Grants permission to delete a version of a table", + "privilege": "DeleteTableVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "gameServerGroup*" + "resource_type": "catalog*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "database*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "table*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the status of EC2 instances in a game server group", - "privilege": "DescribeGameServerInstances", + "access_level": "Write", + "description": "Grants permission to delete a trigger", + "privilege": "DeleteTrigger", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "gameServerGroup*" + "resource_type": "trigger*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve properties for game sessions in a fleet, including the protection policy", - "privilege": "DescribeGameSessionDetails", + "access_level": "Write", + "description": "Grants permission to delete a function definition", + "privilege": "DeleteUserDefinedFunction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "catalog*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "database*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "userdefinedfunction*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve details of a game session placement request", - "privilege": "DescribeGameSessionPlacement", + "access_level": "Write", + "description": "Grants permission to delete a workflow", + "privilege": "DeleteWorkflow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workflow*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve properties for game session queues", - "privilege": "DescribeGameSessionQueues", + "access_level": "Permissions management", + "description": "Grants permission to terminate Glue Studio Notebook session", + "privilege": "DeregisterDataPreview", "resource_types": [ { "condition_keys": [], @@ -108795,56 +124153,56 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve properties for game sessions in a fleet", - "privilege": "DescribeGameSessions", + "description": "Grants permission to retrieve a blueprint", + "privilege": "GetBlueprint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "blueprint*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about instances in a fleet", - "privilege": "DescribeInstances", + "description": "Grants permission to retrieve a blueprint run", + "privilege": "GetBlueprintRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "blueprint*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve details of matchmaking tickets", - "privilege": "DescribeMatchmaking", + "description": "Grants permission to retrieve all runs of a blueprint", + "privilege": "GetBlueprintRuns", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "blueprint*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve properties for FlexMatch matchmakers", - "privilege": "DescribeMatchmakingConfigurations", + "description": "Grants permission to retrieve the catalog import status", + "privilege": "GetCatalogImportStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "catalog*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve properties for FlexMatch matchmaking rule sets", - "privilege": "DescribeMatchmakingRuleSets", + "description": "Grants permission to retrieve a classifier", + "privilege": "GetClassifier", "resource_types": [ { "condition_keys": [], @@ -108855,8 +124213,8 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve properties for player sessions in a game session", - "privilege": "DescribePlayerSessions", + "description": "Grants permission to list all classifiers", + "privilege": "GetClassifiers", "resource_types": [ { "condition_keys": [], @@ -108867,44 +124225,64 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve the current runtime configuration for a fleet", - "privilege": "DescribeRuntimeConfiguration", + "description": "Grants permission to retrieve partition statistics of columns", + "privilege": "GetColumnStatisticsForPartition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "catalog*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "database*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "table*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve all scaling policies that are applied to a fleet", - "privilege": "DescribeScalingPolicies", + "description": "Grants permission to retrieve table statistics of columns", + "privilege": "GetColumnStatisticsForTable", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "catalog*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "database*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "table*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve properties for a Realtime Servers script", - "privilege": "DescribeScript", + "description": "Grants permission to retrieve Column Statistics run information for the table based on run-id", + "privilege": "GetColumnStatisticsTaskRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "script*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve valid VPC peering authorizations", - "privilege": "DescribeVpcPeeringAuthorizations", + "description": "Grants permission to retrieve Column Statistics run information for the table based on run-ids", + "privilege": "GetColumnStatisticsTaskRuns", "resource_types": [ { "condition_keys": [], @@ -108915,68 +124293,78 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve details on active or pending VPC peering connections", - "privilege": "DescribeVpcPeeringConnections", + "description": "Grants permission to get generated response for a completion request in Glue from AWS Q", + "privilege": "GetCompletion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "completion*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve access credentials of the compute", - "privilege": "GetComputeAccess", + "description": "Grants permission to retrieve a connection", + "privilege": "GetConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "catalog*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "connection*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve an authorization token for a compute and fleet to use in game server processes", - "privilege": "GetComputeAuthToken", + "description": "Grants permission to retrieve a list of connections", + "privilege": "GetConnections", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "catalog*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "connection*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the location of stored logs for a game session", - "privilege": "GetGameSessionLogUrl", + "description": "Grants permission to retrieve a crawler", + "privilege": "GetCrawler", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "crawler*" } ] }, { "access_level": "Read", - "description": "Grants permission to request remote access to a specified fleet instance", - "privilege": "GetInstanceAccess", + "description": "Grants permission to retrieve metrics about crawlers", + "privilege": "GetCrawlerMetrics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve all aliases that are defined in the current Region", - "privilege": "ListAliases", + "access_level": "Read", + "description": "Grants permission to retrieve all crawlers", + "privilege": "GetCrawlers", "resource_types": [ { "condition_keys": [], @@ -108986,33 +124374,33 @@ ] }, { - "access_level": "List", - "description": "Grants permission to retrieve all game build in the current Region", - "privilege": "ListBuilds", + "access_level": "Read", + "description": "Grants permission to read a Custom Entity Type", + "privilege": "GetCustomEntityType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "customEntityType*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve all compute resources in the current Region", - "privilege": "ListCompute", + "access_level": "Read", + "description": "Grants permission to retrieve catalog encryption settings", + "privilege": "GetDataCatalogEncryptionSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "catalog*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of fleet IDs for all fleets in the current Region", - "privilege": "ListFleets", + "access_level": "Permissions management", + "description": "Grants permission to get Data Preview Statement", + "privilege": "GetDataPreviewStatement", "resource_types": [ { "condition_keys": [], @@ -109022,265 +124410,235 @@ ] }, { - "access_level": "List", - "description": "Grants permission to retrieve all game server groups that are defined in the current Region", - "privilege": "ListGameServerGroups", + "access_level": "Read", + "description": "Grants permission to retrieve a Data Quality result", + "privilege": "GetDataQualityResult", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "dataQualityRuleset*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve all game servers that are currently running in a game server group", - "privilege": "ListGameServers", + "access_level": "Read", + "description": "Grants permission to retrieve a Data Quality rule recommendation run", + "privilege": "GetDataQualityRuleRecommendationRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "gameServerGroup*" + "resource_type": "dataQualityRuleset*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve all locations in this account", - "privilege": "ListLocations", + "access_level": "Read", + "description": "Grants permission to retrieve a Data Quality ruleset", + "privilege": "GetDataQualityRuleset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "dataQualityRuleset*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve properties for all Realtime Servers scripts in the current region", - "privilege": "ListScripts", + "access_level": "Read", + "description": "Grants permission to retrieve a Data Quality rule recommendation run", + "privilege": "GetDataQualityRulesetEvaluationRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "dataQualityRuleset*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve tags for GameLift resources", - "privilege": "ListTagsForResource", + "description": "Grants permission to retrieve a database", + "privilege": "GetDatabase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alias" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "build" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "fleet" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "gameServerGroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "gameSessionQueue" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "location" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "matchmakingConfiguration" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "matchmakingRuleSet" + "resource_type": "catalog*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "script" + "resource_type": "database*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create or update a fleet auto-scaling policy", - "privilege": "PutScalingPolicy", + "access_level": "Read", + "description": "Grants permission to retrieve all databases", + "privilege": "GetDatabases", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "catalog*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "database*" } ] }, { - "access_level": "Write", - "description": "Grants permission to register a compute against a fleet", - "privilege": "RegisterCompute", + "access_level": "Read", + "description": "Grants permission to transform a script into a directed acyclic graph (DAG)", + "privilege": "GetDataflowGraph", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to notify GameLift FleetIQ when a new game server is ready to host gameplay", - "privilege": "RegisterGameServer", + "access_level": "Read", + "description": "Grants permission to retrieve a development endpoint", + "privilege": "GetDevEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "gameServerGroup*" + "resource_type": "devendpoint*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve fresh upload credentials to use when uploading a new game build", - "privilege": "RequestUploadCredentials", + "description": "Grants permission to retrieve all development endpoints", + "privilege": "GetDevEndpoints", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "build*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the fleet ID associated with an alias", - "privilege": "ResolveAlias", + "description": "Grants permission to retrieve a job", + "privilege": "GetJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alias*" + "resource_type": "job*" } ] }, { - "access_level": "Write", - "description": "Grants permission to reinstate suspended FleetIQ activity for a game server group", - "privilege": "ResumeGameServerGroup", + "access_level": "Read", + "description": "Grants permission to retrieve a job bookmark", + "privilege": "GetJobBookmark", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "gameServerGroup*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve game sessions that match a set of search criteria", - "privilege": "SearchGameSessions", + "description": "Grants permission to retrieve a job run", + "privilege": "GetJobRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "job*" } ] }, { - "access_level": "Write", - "description": "Grants permission to resume auto-scaling activity on a fleet after it was suspended with StopFleetActions()", - "privilege": "StartFleetActions", + "access_level": "Read", + "description": "Grants permission to retrieve all job runs of a job", + "privilege": "GetJobRuns", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "job*" } ] }, { - "access_level": "Write", - "description": "Grants permission to send a game session placement request to a game session queue", - "privilege": "StartGameSessionPlacement", + "access_level": "Read", + "description": "Grants permission to retrieve all current jobs", + "privilege": "GetJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "gameSessionQueue*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to request FlexMatch matchmaking to fill available player slots in an existing game session", - "privilege": "StartMatchBackfill", + "access_level": "Read", + "description": "Grants permission to retrieve an ML Task Run", + "privilege": "GetMLTaskRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "mlTransform*" } ] }, { - "access_level": "Write", - "description": "Grants permission to request FlexMatch matchmaking for one or a group of players and initiate game session placement", - "privilege": "StartMatchmaking", + "access_level": "List", + "description": "Grants permission to retrieve all ML Task Runs", + "privilege": "GetMLTaskRuns", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "mlTransform*" } ] }, { - "access_level": "Write", - "description": "Grants permission to suspend auto-scaling activity on a fleet", - "privilege": "StopFleetActions", + "access_level": "Read", + "description": "Grants permission to retrieve an ML Transform", + "privilege": "GetMLTransform", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "mlTransform*" } ] }, { - "access_level": "Write", - "description": "Grants permission to cancel a game session placement request that is in progress", - "privilege": "StopGameSessionPlacement", + "access_level": "List", + "description": "Grants permission to retrieve all ML Transforms", + "privilege": "GetMLTransforms", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "mlTransform*" } ] }, { - "access_level": "Write", - "description": "Grants permission to cancel a matchmaking or match backfill request that is in progress", - "privilege": "StopMatchmaking", + "access_level": "Read", + "description": "Grants permission to create a mapping", + "privilege": "GetMapping", "resource_types": [ { "condition_keys": [], @@ -109290,744 +124648,569 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to temporarily stop FleetIQ activity for a game server group", - "privilege": "SuspendGameServerGroup", + "access_level": "Permissions management", + "description": "Grants permission to retrieve Glue Studio Notebooks session status", + "privilege": "GetNotebookInstanceStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "gameServerGroup*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag GameLift resources", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to retrieve a partition", + "privilege": "GetPartition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alias" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "build" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "fleet" + "resource_type": "catalog*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "gameServerGroup" + "resource_type": "database*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "gameSessionQueue" - }, + "resource_type": "table*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve partition indexes for a table", + "privilege": "GetPartitionIndexes", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "location" + "resource_type": "catalog*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "matchmakingConfiguration" + "resource_type": "database*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "matchmakingRuleSet" - }, + "resource_type": "table*" + } + ] + }, + { + "access_level": "Unknown", + "description": "", + "privilege": "GetPartitionMetadata", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "script" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag GameLift resources", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to retrieve the partitions of a table", + "privilege": "GetPartitions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alias" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "build" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "fleet" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "gameServerGroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "gameSessionQueue" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "location" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "matchmakingConfiguration" + "resource_type": "catalog*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "matchmakingRuleSet" + "resource_type": "database*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "script" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the properties of an existing alias", - "privilege": "UpdateAlias", + "access_level": "Read", + "description": "Grants permission to retrieve a mapping for a script", + "privilege": "GetPlan", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alias*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an existing build's metadata", - "privilege": "UpdateBuild", + "access_level": "Read", + "description": "Grants permission to retrieve a schema registry", + "privilege": "GetRegistry", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "build*" + "resource_type": "registry*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the general properties of an existing fleet", - "privilege": "UpdateFleetAttributes", + "access_level": "Read", + "description": "Grants permission to retrieve resource policies", + "privilege": "GetResourcePolicies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "catalog*" } ] }, { - "access_level": "Write", - "description": "Grants permission to adjust a fleet's capacity settings", - "privilege": "UpdateFleetCapacity", + "access_level": "Read", + "description": "Grants permission to retrieve a resource policy", + "privilege": "GetResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "catalog*" } ] }, { - "access_level": "Write", - "description": "Grants permission to adjust a fleet's port settings", - "privilege": "UpdateFleetPortSettings", + "access_level": "Read", + "description": "Grants permission to retrieve a schema container", + "privilege": "GetSchema", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to change game server properties, health status, or utilization status", - "privilege": "UpdateGameServer", - "resource_types": [ + "resource_type": "registry*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "gameServerGroup*" + "resource_type": "schema*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update properties for game server group, including allowed instance types", - "privilege": "UpdateGameServerGroup", + "access_level": "Read", + "description": "Grants permission to retrieve a schema version based on schema definition", + "privilege": "GetSchemaByDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "gameServerGroup*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update the properties of an existing game session", - "privilege": "UpdateGameSession", - "resource_types": [ + "resource_type": "registry*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "schema*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update properties of an existing game session queue", - "privilege": "UpdateGameSessionQueue", + "access_level": "Read", + "description": "Grants permission to retrieve a schema version", + "privilege": "GetSchemaVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "gameSessionQueue*" + "resource_type": "registry" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "schema" } ] }, { - "access_level": "Write", - "description": "Grants permission to update properties of an existing FlexMatch matchmaking configuration", - "privilege": "UpdateMatchmakingConfiguration", + "access_level": "Read", + "description": "Grants permission to compare two schema versions in schema registry", + "privilege": "GetSchemaVersionsDiff", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "matchmakingConfiguration*" + "resource_type": "registry*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "schema*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update how server processes are configured on instances in an existing fleet", - "privilege": "UpdateRuntimeConfiguration", + "access_level": "Read", + "description": "Grants permission to retrieve a security configuration", + "privilege": "GetSecurityConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the metadata and content of an existing Realtime Servers script", - "privilege": "UpdateScript", + "access_level": "Read", + "description": "Grants permission to retrieve one or more security configurations", + "privilege": "GetSecurityConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "script*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to validate the syntax of a FlexMatch matchmaking rule set", - "privilege": "ValidateMatchmakingRuleSet", + "description": "Grants permission to retrieve an interactive session", + "privilege": "GetSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "session*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:gamelift:${Region}::alias/${AliasId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "alias" - }, - { - "arn": "arn:${Partition}:gamelift:${Region}:${Account}:build/${BuildId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "build" - }, - { - "arn": "arn:${Partition}:gamelift:${Region}:${Account}:fleet/${FleetId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "fleet" - }, - { - "arn": "arn:${Partition}:gamelift:${Region}:${Account}:gameservergroup/${GameServerGroupName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "gameServerGroup" - }, - { - "arn": "arn:${Partition}:gamelift:${Region}:${Account}:gamesessionqueue/${GameSessionQueueName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "gameSessionQueue" - }, - { - "arn": "arn:${Partition}:gamelift:${Region}:${Account}:location/${LocationId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "location" - }, - { - "arn": "arn:${Partition}:gamelift:${Region}:${Account}:matchmakingconfiguration/${MatchmakingConfigurationName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "matchmakingConfiguration" - }, - { - "arn": "arn:${Partition}:gamelift:${Region}:${Account}:matchmakingruleset/${MatchmakingRuleSetName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "matchmakingRuleSet" - }, - { - "arn": "arn:${Partition}:gamelift:${Region}:${Account}:script/${ScriptId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "script" - } - ], - "service_name": "Amazon GameLift" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters actions based on the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on the tags associated with the resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters actions based on the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "gamesparks", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to create a game", - "privilege": "CreateGame", + "access_level": "Read", + "description": "Grants permission to retrieve result and information about a statement in an interactive session", + "privilege": "GetStatement", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "session*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a snapshot of a game", - "privilege": "CreateSnapshot", + "access_level": "Read", + "description": "Grants permission to retrieve a table", + "privilege": "GetTable", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" + "resource_type": "catalog*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "database*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "table*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a stage in a game", - "privilege": "CreateStage", + "access_level": "Read", + "description": "Grants permission to return the configuration of all optimizers associated with a specified table", + "privilege": "GetTableOptimizer", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "glue:GetTable" + ], + "resource_type": "catalog*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" + "resource_type": "database*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a game", - "privilege": "DeleteGame", + "access_level": "Read", + "description": "Grants permission to retrieve a version of a table", + "privilege": "GetTableVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" + "resource_type": "catalog*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "database*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "table*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a stage from a game", - "privilege": "DeleteStage", + "access_level": "Read", + "description": "Grants permission to retrieve a list of versions of a table", + "privilege": "GetTableVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" + "resource_type": "catalog*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stage*" + "resource_type": "database*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { - "access_level": "Write", - "description": "Grants permission to disconnect a player from the game runtime", - "privilege": "DisconnectPlayer", + "access_level": "Read", + "description": "Grants permission to retrieve the tables in a database", + "privilege": "GetTables", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" + "resource_type": "catalog*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stage*" + "resource_type": "database*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { - "access_level": "Write", - "description": "Grants permission to export a snapshot of the game configuration", - "privilege": "ExportSnapshot", + "access_level": "Read", + "description": "Grants permission to retrieve all tags associated with a resource", + "privilege": "GetTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" + "resource_type": "blueprint" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get details about an extension", - "privilege": "GetExtension", - "resource_types": [ + "resource_type": "crawler" + }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "customEntityType" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "devendpoint" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "trigger" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workflow" } ] }, { "access_level": "Read", - "description": "Grants permission to get details about an extension version", - "privilege": "GetExtensionVersion", + "description": "Grants permission to retrieve a trigger", + "privilege": "GetTrigger", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "trigger*" } ] }, { "access_level": "Read", - "description": "Grants permission to get details about a game", - "privilege": "GetGame", + "description": "Grants permission to retrieve the triggers associated with a job", + "privilege": "GetTriggers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get the configuration for the game", - "privilege": "GetGameConfiguration", + "description": "Grants permission to retrieve a function definition", + "privilege": "GetUserDefinedFunction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" + "resource_type": "catalog*" }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get details about a job that is generating code for a snapshot", - "privilege": "GetGeneratedCodeJob", - "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" + "resource_type": "database*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userdefinedfunction*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the status of a player connection", - "privilege": "GetPlayerConnectionStatus", + "description": "Grants permission to retrieve multiple function definitions", + "privilege": "GetUserDefinedFunctions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" + "resource_type": "catalog*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stage*" + "resource_type": "database*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "userdefinedfunction*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a snapshot of the game", - "privilege": "GetSnapshot", + "description": "Grants permission to retrieve a workflow", + "privilege": "GetWorkflow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "workflow*" } ] }, { "access_level": "Read", - "description": "Grants permission to gets information about a stage", - "privilege": "GetStage", + "description": "Grants permission to retrieve a workflow run", + "privilege": "GetWorkflowRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" - }, + "resource_type": "workflow*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve workflow run properties", + "privilege": "GetWorkflowRunProperties", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stage*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "workflow*" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about a stage deployment", - "privilege": "GetStageDeployment", + "description": "Grants permission to retrieve all runs of a workflow", + "privilege": "GetWorkflowRuns", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" - }, + "resource_type": "workflow*" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to access Glue Studio Notebooks", + "privilege": "GlueNotebookAuthorize", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stage*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to import a snapshot of a game configuration", - "privilege": "ImportGameConfiguration", + "access_level": "Permissions management", + "description": "Grants permission to refresh Glue Studio Notebooks credentials", + "privilege": "GlueNotebookRefreshCredentials", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to invoke backend services for a specific game", - "privilege": "InvokeBackend", + "description": "Grants permission to import an Athena data catalog into AWS Glue", + "privilege": "ImportCatalogToGlue", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "stage*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "catalog*" } ] }, { "access_level": "List", - "description": "Grants permission to list the extension versions", - "privilege": "ListExtensionVersions", + "description": "Grants permission to retrieve all blueprints", + "privilege": "ListBlueprints", "resource_types": [ { "condition_keys": [], @@ -110037,9 +125220,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the extensions", - "privilege": "ListExtensions", + "access_level": "Read", + "description": "Grants permission to list all Column Statistics run-ids that have been executed for the account", + "privilege": "ListColumnStatisticsTaskRuns", "resource_types": [ { "condition_keys": [], @@ -110050,8 +125233,8 @@ }, { "access_level": "List", - "description": "Grants permission to list the games", - "privilege": "ListGames", + "description": "Grants permission to retrieve all crawlers", + "privilege": "ListCrawlers", "resource_types": [ { "condition_keys": [], @@ -110062,871 +125245,668 @@ }, { "access_level": "List", - "description": "Grants permission to get a list of code generation jobs for a snapshot", - "privilege": "ListGeneratedCodeJobs", + "description": "Grants permission to retrieve crawl run history for a crawler", + "privilege": "ListCrawls", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to get a list of snapshot summaries for a game", - "privilege": "ListSnapshots", + "description": "Grants permission to retrieve all Custom Entity Types", + "privilege": "ListCustomEntityTypes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to get a list of stage deployment summaries for a game", - "privilege": "ListStageDeployments", + "description": "Grants permission to retrieve all Data Quality results", + "privilege": "ListDataQualityResults", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "stage*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "dataQualityRuleset*" } ] }, { "access_level": "List", - "description": "Grants permission to get a list of stage summaries for a game", - "privilege": "ListStages", + "description": "Grants permission to retrieve all Data Quality rule recommendation runs", + "privilege": "ListDataQualityRuleRecommendationRuns", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "dataQualityRuleset*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the tags associated with a resource", - "privilege": "ListTagsForResource", + "access_level": "List", + "description": "Grants permission to retrieve all Data Quality rule recommendation runs", + "privilege": "ListDataQualityRulesetEvaluationRuns", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "stage" + "resource_type": "dataQualityRuleset*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start an asynchronous process that generates client code for system-defined and custom messages", - "privilege": "StartGeneratedCodeJob", + "access_level": "List", + "description": "Grants permission to retrieve a list of Data Quality rulesets", + "privilege": "ListDataQualityRulesets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "dataQualityRuleset*" } ] }, { - "access_level": "Write", - "description": "Grants permission to deploy a snapshot to a stage and creates a new game runtime", - "privilege": "StartStageDeployment", + "access_level": "List", + "description": "Grants permission to retrieve all development endpoints", + "privilege": "ListDevEndpoints", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "stage*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to adds tags to a resource", - "privilege": "TagResource", + "access_level": "List", + "description": "Grants permission to retrieve all current jobs", + "privilege": "ListJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "stage" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a resource", - "privilege": "UntagResource", + "access_level": "List", + "description": "Grants permission to retrieve all ML Transforms", + "privilege": "ListMLTransforms", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "stage" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "mlTransform*" } ] }, { - "access_level": "Write", - "description": "Grants permission to change the metadata of a game", - "privilege": "UpdateGame", + "access_level": "List", + "description": "Grants permission to retrieve a list of schema registries", + "privilege": "ListRegistries", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to change the working copy of the game configuration", - "privilege": "UpdateGameConfiguration", + "access_level": "List", + "description": "Grants permission to retrieve a list of schema versions", + "privilege": "ListSchemaVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" + "resource_type": "registry*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "schema*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the metadata of a snapshot", - "privilege": "UpdateSnapshot", + "access_level": "List", + "description": "Grants permission to retrieve a list of schema containers", + "privilege": "ListSchemas", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "registry" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the metadata of a stage", - "privilege": "UpdateStage", + "access_level": "List", + "description": "Grants permission to retrieve a list of interactive session", + "privilege": "ListSessions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "game*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "stage*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:gamesparks:${Region}:${Account}:game/${GameId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "game" - }, - { - "arn": "arn:${Partition}:gamesparks:${Region}:${Account}:game/${GameId}/stage/${StageName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "stage" - } - ], - "service_name": "Amazon GameSparks" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by a tag's key and value in a request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys in a request", - "type": "ArrayOfString" - }, - { - "condition": "geo:DeviceIds", - "description": "Filters access by the presence of device ids in the request", - "type": "ArrayOfString" - }, - { - "condition": "geo:GeofenceIds", - "description": "Filters access by the presence of geofence ids in the request", - "type": "ArrayOfString" - } - ], - "prefix": "geo", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to create an association between a geofence-collection and a tracker resource", - "privilege": "AssociateTrackerConsumer", + "access_level": "List", + "description": "Grants permission to retrieve a list of statements in an interactive session", + "privilege": "ListStatements", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "tracker*" + "resource_type": "session*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a batch of device position histories from a tracker resource", - "privilege": "BatchDeleteDevicePositionHistory", + "access_level": "List", + "description": "Grants permission to list the history of previous optimizer runs for a specific table", + "privilege": "ListTableOptimizerRuns", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "tracker*" - }, - { - "condition_keys": [ - "geo:DeviceIds" + "dependent_actions": [ + "glue:GetTable" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a batch of geofences from a geofence collection", - "privilege": "BatchDeleteGeofence", - "resource_types": [ + "resource_type": "catalog*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "geofence-collection*" + "resource_type": "database*" }, { - "condition_keys": [ - "geo:GeofenceIds" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { - "access_level": "Write", - "description": "Grants permission to evaluate device positions against the position of geofences in a given geofence collection", - "privilege": "BatchEvaluateGeofences", + "access_level": "List", + "description": "Grants permission to retrieve all triggers", + "privilege": "ListTriggers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "geofence-collection*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to send a batch request to retrieve device positions", - "privilege": "BatchGetDevicePosition", + "access_level": "List", + "description": "Grants permission to retrieve all workflows", + "privilege": "ListWorkflows", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "tracker*" - }, - { - "condition_keys": [ - "geo:DeviceIds" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to send a batch request for adding geofences into a given geofence collection", - "privilege": "BatchPutGeofence", + "description": "Grants permission to notify an event to the event-driven workflow", + "privilege": "NotifyEvent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "geofence-collection*" - }, - { - "condition_keys": [ - "geo:GeofenceIds" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "workflow*" } ] }, { "access_level": "Write", - "description": "Grants permission to upload a position update for one or more devices to a tracker resource", - "privilege": "BatchUpdateDevicePosition", + "description": "Grants permission to pass glue connection name in input for APIs that require them", + "privilege": "PassConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "tracker*" - }, - { - "condition_keys": [ - "geo:DeviceIds" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "connection*" } ] }, { - "access_level": "Read", - "description": "Grants permission to calculate routes using a given route calculator resource", - "privilege": "CalculateRoute", + "access_level": "Write", + "description": "Grants permission to publish Data Quality results", + "privilege": "PublishDataQuality", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "route-calculator*" + "resource_type": "dataQualityRuleset*" } ] }, { - "access_level": "Read", - "description": "Grants permission to calculate a route matrix using a given route calculator resource", - "privilege": "CalculateRouteMatrix", + "access_level": "Write", + "description": "Grants permission to update catalog encryption settings", + "privilege": "PutDataCatalogEncryptionSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "route-calculator*" + "resource_type": "catalog*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a geofence-collection", - "privilege": "CreateGeofenceCollection", + "access_level": "Permissions management", + "description": "Grants permission to update a resource policy", + "privilege": "PutResourcePolicy", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "catalog*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an API key resource", - "privilege": "CreateKey", + "description": "Grants permission to add metadata to schema version", + "privilege": "PutSchemaVersionMetadata", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "registry" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "schema" } ] }, { "access_level": "Write", - "description": "Grants permission to create a map resource", - "privilege": "CreateMap", + "description": "Grants permission to update workflow run properties", + "privilege": "PutWorkflowRunProperties", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workflow*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a place index resource", - "privilege": "CreatePlaceIndex", + "access_level": "List", + "description": "Grants permission to fetch metadata for a schema version", + "privilege": "QuerySchemaVersionMetadata", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "registry" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "schema" } ] }, { "access_level": "Write", - "description": "Grants permission to create a route calculator resource", - "privilege": "CreateRouteCalculator", + "description": "Grants permission to create a new schema version", + "privilege": "RegisterSchemaVersion", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "registry*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "schema*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a tracker resource", - "privilege": "CreateTracker", + "description": "Grants permission to remove metadata from schema version", + "privilege": "RemoveSchemaVersionMetadata", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "registry" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "schema" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a geofence-collection", - "privilege": "DeleteGeofenceCollection", + "description": "Grants permission to reset a job bookmark", + "privilege": "ResetJobBookmark", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "geofence-collection*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an API key resource", - "privilege": "DeleteKey", + "description": "Grants permission to resume a workflow run", + "privilege": "ResumeWorkflowRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "api-key*" + "resource_type": "workflow*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a map resource", - "privilege": "DeleteMap", + "access_level": "Permissions management", + "description": "Grants permission to run Data Preview Statement", + "privilege": "RunDataPreviewStatement", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "map*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a place index resource", - "privilege": "DeletePlaceIndex", + "description": "Grants permission to run a code or statement in an interactive session", + "privilege": "RunStatement", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "place-index*" + "resource_type": "session*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a route calculator resource", - "privilege": "DeleteRouteCalculator", + "access_level": "Read", + "description": "Grants permission to retrieve the tables in the catalog", + "privilege": "SearchTables", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "route-calculator*" + "resource_type": "catalog*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "database*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a tracker resource", - "privilege": "DeleteTracker", + "description": "Grants permission to provide feedback about a glue completion experience in AWS Q", + "privilege": "SendFeedback", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "tracker*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve geofence collection details", - "privilege": "DescribeGeofenceCollection", + "access_level": "Write", + "description": "Grants permission to start running a blueprint", + "privilege": "StartBlueprintRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "geofence-collection*" + "resource_type": "blueprint*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve API key resource details and secret", - "privilege": "DescribeKey", + "access_level": "Write", + "description": "Grants permission to start a run for generating Column Statistics for the table", + "privilege": "StartColumnStatisticsTaskRun", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "glue:GetSecurityConfiguration", + "glue:GetTable" + ], + "resource_type": "database*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "api-key*" + "resource_type": "table*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve map resource details", - "privilege": "DescribeMap", + "access_level": "Write", + "description": "Grants permission to create a completion request in Glue for AWS Q experience", + "privilege": "StartCompletion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "map*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve place-index resource details", - "privilege": "DescribePlaceIndex", + "access_level": "Write", + "description": "Grants permission to start a crawler", + "privilege": "StartCrawler", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "place-index*" + "resource_type": "crawler*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve route calculator resource details", - "privilege": "DescribeRouteCalculator", + "access_level": "Write", + "description": "Grants permission to change the schedule state of a crawler to SCHEDULED", + "privilege": "StartCrawlerSchedule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "route-calculator*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a tracker resource details", - "privilege": "DescribeTracker", + "access_level": "Write", + "description": "Grants permission to start a Data Quality rule recommendation run", + "privilege": "StartDataQualityRuleRecommendationRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "tracker*" + "resource_type": "dataQualityRuleset*" } ] }, { "access_level": "Write", - "description": "Grants permission to remove the association between a tracker resource and a geofence-collection", - "privilege": "DisassociateTrackerConsumer", + "description": "Grants permission to start a Data Quality rule recommendation run", + "privilege": "StartDataQualityRulesetEvaluationRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "tracker*" + "resource_type": "dataQualityRuleset*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the latest device position", - "privilege": "GetDevicePosition", + "access_level": "Write", + "description": "Grants permission to start an Export Labels ML Task Run", + "privilege": "StartExportLabelsTaskRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "tracker*" - }, - { - "condition_keys": [ - "geo:DeviceIds" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "mlTransform*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the device position history", - "privilege": "GetDevicePositionHistory", + "access_level": "Write", + "description": "Grants permission to start an Import Labels ML Task Run", + "privilege": "StartImportLabelsTaskRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "tracker*" - }, - { - "condition_keys": [ - "geo:DeviceIds" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "mlTransform*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the geofence details from a geofence-collection", - "privilege": "GetGeofence", + "access_level": "Write", + "description": "Grants permission to start running a job", + "privilege": "StartJobRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "geofence-collection*" - }, - { - "condition_keys": [ - "geo:GeofenceIds" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "job*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the glyph file for a map resource", - "privilege": "GetMapGlyphs", + "access_level": "Write", + "description": "Grants permission to start an Evaluation ML Task Run", + "privilege": "StartMLEvaluationTaskRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "map*" + "resource_type": "mlTransform*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the sprite file for a map resource", - "privilege": "GetMapSprites", + "access_level": "Write", + "description": "Grants permission to start a Labeling Set Generation ML Task Run", + "privilege": "StartMLLabelingSetGenerationTaskRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "map*" + "resource_type": "mlTransform*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the map style descriptor from a map resource", - "privilege": "GetMapStyleDescriptor", + "access_level": "Permissions management", + "description": "Grants permission to start Glue Studio Notebooks", + "privilege": "StartNotebook", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "map*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the map tile from the map resource", - "privilege": "GetMapTile", + "access_level": "Write", + "description": "Grants permission to start a trigger", + "privilege": "StartTrigger", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "map*" + "resource_type": "trigger*" } ] }, { - "access_level": "Read", - "description": "Grants permission to find a place by its unique ID", - "privilege": "GetPlace", + "access_level": "Write", + "description": "Grants permission to start running a workflow", + "privilege": "StartWorkflowRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "place-index*" + "resource_type": "workflow*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a list of devices and their latest positions from the given tracker resource", - "privilege": "ListDevicePositions", + "access_level": "Write", + "description": "Grants permission to stop execution for Column Statistics run", + "privilege": "StopColumnStatisticsTaskRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "tracker*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to lists geofence-collections", - "privilege": "ListGeofenceCollections", - "resource_types": [ + "resource_type": "database*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list geofences stored in a given geofence collection", - "privilege": "ListGeofences", + "access_level": "Write", + "description": "Grants permission to stop a running crawler", + "privilege": "StopCrawler", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "geofence-collection*" + "resource_type": "crawler*" } ] }, { - "access_level": "List", - "description": "Grants permission to list API key resources", - "privilege": "ListKeys", + "access_level": "Write", + "description": "Grants permission to set the schedule state of a crawler to NOT_SCHEDULED", + "privilege": "StopCrawlerSchedule", "resource_types": [ { "condition_keys": [], @@ -110936,240 +125916,217 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list map resources", - "privilege": "ListMaps", + "access_level": "Write", + "description": "Grants permission to stop an interactive session", + "privilege": "StopSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "session*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of place index resources", - "privilege": "ListPlaceIndexes", + "access_level": "Write", + "description": "Grants permission to stop a trigger", + "privilege": "StopTrigger", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "trigger*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of route calculator resources", - "privilege": "ListRouteCalculators", + "access_level": "Write", + "description": "Grants permission to stop a workflow run", + "privilege": "StopWorkflowRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workflow*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the tags (metadata) which you have assigned to the resource", - "privilege": "ListTagsForResource", + "access_level": "Tagging", + "description": "Grants permission to add tags to a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "api-key" + "resource_type": "blueprint" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "geofence-collection" + "resource_type": "connection" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "map" + "resource_type": "crawler" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "place-index" + "resource_type": "customEntityType" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "route-calculator" + "resource_type": "dataQualityRuleset" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "tracker" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve a list of geofence collections currently associated to the given tracker resource", - "privilege": "ListTrackerConsumers", - "resource_types": [ + "resource_type": "devendpoint" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "tracker*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to return a list of tracker resources", - "privilege": "ListTrackers", - "resource_types": [ + "resource_type": "job" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to add a new geofence or update an existing geofence to a given geofence-collection", - "privilege": "PutGeofence", - "resource_types": [ + "resource_type": "mlTransform" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "geofence-collection*" + "resource_type": "registry" }, { - "condition_keys": [ - "geo:GeofenceIds" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to reverse geocodes a given coordinate", - "privilege": "SearchPlaceIndexForPosition", - "resource_types": [ + "resource_type": "schema" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "place-index*" + "resource_type": "session" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "trigger" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workflow" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to generate suggestions for addresses and points of interest based on partial or misspelled free-form text", - "privilege": "SearchPlaceIndexForSuggestions", + "access_level": "Permissions management", + "description": "Grants permission to terminate Glue Studio Notebooks", + "privilege": "TerminateNotebook", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "place-index*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to geocode free-form text, such as an address, name, city or region", - "privilege": "SearchPlaceIndexForText", + "access_level": "Permissions management", + "description": "Grants permission to test connection in Glue Studio", + "privilege": "TestConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "place-index*" + "resource_type": "" } ] }, { "access_level": "Tagging", - "description": "Grants permission to adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource", - "privilege": "TagResource", + "description": "Grants permission to remove tags associated with a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "api-key" + "resource_type": "blueprint" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "geofence-collection" + "resource_type": "connection" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "map" + "resource_type": "crawler" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "place-index" + "resource_type": "customEntityType" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "route-calculator" + "resource_type": "dataQualityRuleset" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "tracker" + "resource_type": "devendpoint" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to remove the given tags (metadata) from the resource", - "privilege": "UntagResource", - "resource_types": [ + "resource_type": "job" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "api-key" + "resource_type": "mlTransform" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "geofence-collection" + "resource_type": "registry" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "map" + "resource_type": "schema" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "place-index" + "resource_type": "session" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "route-calculator" + "resource_type": "trigger" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "tracker" + "resource_type": "workflow" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -111179,1199 +126136,1113 @@ }, { "access_level": "Write", - "description": "Grants permission to update a geofence collection", - "privilege": "UpdateGeofenceCollection", + "description": "Grants permission to update a blueprint", + "privilege": "UpdateBlueprint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "geofence-collection*" + "resource_type": "blueprint*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an API key resource", - "privilege": "UpdateKey", + "description": "Grants permission to update a classifier", + "privilege": "UpdateClassifier", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "api-key*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a map resource", - "privilege": "UpdateMap", + "description": "Grants permission to update partition statistics of columns", + "privilege": "UpdateColumnStatisticsForPartition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "map*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update a place index resource", - "privilege": "UpdatePlaceIndex", - "resource_types": [ + "resource_type": "catalog*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "place-index*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update a route calculator resource", - "privilege": "UpdateRouteCalculator", - "resource_types": [ + "resource_type": "database*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "route-calculator*" + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a tracker resource", - "privilege": "UpdateTracker", + "description": "Grants permission to update table statistics of columns", + "privilege": "UpdateColumnStatisticsForTable", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "tracker*" - } - ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:geo:${Region}:${Account}:api-key/${KeyName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "api-key" - }, - { - "arn": "arn:${Partition}:geo:${Region}:${Account}:geofence-collection/${GeofenceCollectionName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "geo:GeofenceIds" - ], - "resource": "geofence-collection" - }, - { - "arn": "arn:${Partition}:geo:${Region}:${Account}:map/${MapName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "map" - }, - { - "arn": "arn:${Partition}:geo:${Region}:${Account}:place-index/${IndexName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "place-index" - }, - { - "arn": "arn:${Partition}:geo:${Region}:${Account}:route-calculator/${CalculatorName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "route-calculator" - }, - { - "arn": "arn:${Partition}:geo:${Region}:${Account}:tracker/${TrackerName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "geo:DeviceIds" - ], - "resource": "tracker" - } - ], - "service_name": "Amazon Location" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - }, - { - "condition": "glacier:ArchiveAgeInDays", - "description": "Filters access by how long an archive has been stored in the vault, in days", - "type": "String" - }, - { - "condition": "glacier:ResourceTag/", - "description": "Filters access by a customer-defined tag", - "type": "String" - } - ], - "prefix": "glacier", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to abort a multipart upload identified by the upload ID", - "privilege": "AbortMultipartUpload", - "resource_types": [ + "resource_type": "catalog*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" - } - ] - }, - { - "access_level": "Permissions management", - "description": "Grants permission to abort the vault locking process if the vault lock is not in the Locked state", - "privilege": "AbortVaultLock", - "resource_types": [ + "resource_type": "database*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" + "resource_type": "table*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add the specified tags to a vault", - "privilege": "AddTagsToVault", + "access_level": "Write", + "description": "Grants permission to update a connection", + "privilege": "UpdateConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" + "resource_type": "catalog*" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "connection*" } ] }, { "access_level": "Write", - "description": "Grants permission to complete a multipart upload process", - "privilege": "CompleteMultipartUpload", + "description": "Grants permission to update a crawler", + "privilege": "UpdateCrawler", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" + "resource_type": "crawler*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to complete the vault locking process", - "privilege": "CompleteVaultLock", + "access_level": "Write", + "description": "Grants permission to update the schedule of a crawler", + "privilege": "UpdateCrawlerSchedule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new vault with the specified name", - "privilege": "CreateVault", + "description": "Grants permission to update a Data Quality ruleset", + "privilege": "UpdateDataQualityRuleset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" + "resource_type": "dataQualityRuleset*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an archive from a vault", - "privilege": "DeleteArchive", + "description": "Grants permission to update a database", + "privilege": "UpdateDatabase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" + "resource_type": "catalog*" }, - { - "condition_keys": [ - "glacier:ArchiveAgeInDays" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a vault", - "privilege": "DeleteVault", - "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" + "resource_type": "database*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to delete the access policy associated with the specified vault", - "privilege": "DeleteVaultAccessPolicy", + "access_level": "Write", + "description": "Grants permission to update a development endpoint", + "privilege": "UpdateDevEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" + "resource_type": "devendpoint*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the notification configuration set for a vault", - "privilege": "DeleteVaultNotifications", + "description": "Grants permission to update a job", + "privilege": "UpdateJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get information about a job previously initiated", - "privilege": "DescribeJob", - "resource_types": [ + "resource_type": "job*" + }, { - "condition_keys": [], + "condition_keys": [ + "glue:VpcIds", + "glue:SubnetIds", + "glue:SecurityGroupIds" + ], "dependent_actions": [], - "resource_type": "vault*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about a vault", - "privilege": "DescribeVault", + "access_level": "Write", + "description": "Grants permission to update a job from source control provider", + "privilege": "UpdateJobFromSourceControl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" + "resource_type": "job*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the data retrieval policy", - "privilege": "GetDataRetrievalPolicy", + "access_level": "Write", + "description": "Grants permission to update an ML Transform", + "privilege": "UpdateMLTransform", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "mlTransform*" } ] }, { - "access_level": "Read", - "description": "Grants permission to download the output of the job specified", - "privilege": "GetJobOutput", + "access_level": "Write", + "description": "Grants permission to update a partition", + "privilege": "UpdatePartition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve the access-policy subresource set on the vault", - "privilege": "GetVaultAccessPolicy", - "resource_types": [ + "resource_type": "catalog*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve attributes from the lock-policy subresource set on the specified vault", - "privilege": "GetVaultLock", - "resource_types": [ + "resource_type": "database*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" + "resource_type": "table*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the notification-configuration subresource set on the vault", - "privilege": "GetVaultNotifications", + "access_level": "Write", + "description": "Grants permission to update a schema registry", + "privilege": "UpdateRegistry", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" + "resource_type": "registry*" } ] }, { "access_level": "Write", - "description": "Grants permission to initiate a job of the specified type", - "privilege": "InitiateJob", + "description": "Grants permission to update a schema container", + "privilege": "UpdateSchema", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" + "resource_type": "registry*" }, - { - "condition_keys": [ - "glacier:ArchiveAgeInDays" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to initiate a multipart upload", - "privilege": "InitiateMultipartUpload", - "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" + "resource_type": "schema*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to initiate the vault locking process", - "privilege": "InitiateVaultLock", + "access_level": "Write", + "description": "Grants permission to update source control provider from a job", + "privilege": "UpdateSourceControlFromJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" + "resource_type": "job*" } ] }, { - "access_level": "List", - "description": "Grants permission to list jobs for a vault that are in-progress and jobs that have recently finished", - "privilege": "ListJobs", + "access_level": "Write", + "description": "Grants permission to update a table", + "privilege": "UpdateTable", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list in-progress multipart uploads for the specified vault", - "privilege": "ListMultipartUploads", - "resource_types": [ + "resource_type": "catalog*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list the parts of an archive that have been uploaded in a specific multipart upload", - "privilege": "ListParts", - "resource_types": [ + "resource_type": "database*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" + "resource_type": "table*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the provisioned capacity for the specified AWS account", - "privilege": "ListProvisionedCapacity", + "access_level": "Write", + "description": "Grants permission to update the configuration for an existing table optimizer", + "privilege": "UpdateTableOptimizer", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list all the tags attached to a vault", - "privilege": "ListTagsForVault", - "resource_types": [ + "dependent_actions": [ + "glue:GetTable" + ], + "resource_type": "catalog*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list all vaults", - "privilege": "ListVaults", - "resource_types": [ + "resource_type": "database*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to purchases a provisioned capacity unit for an AWS account", - "privilege": "PurchaseProvisionedCapacity", + "description": "Grants permission to update a trigger", + "privilege": "UpdateTrigger", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "trigger*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove one or more tags from the set of tags attached to a vault", - "privilege": "RemoveTagsFromVault", + "access_level": "Write", + "description": "Grants permission to update a function definition", + "privilege": "UpdateUserDefinedFunction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" - } - ] - }, - { - "access_level": "Permissions management", - "description": "Grants permission to set and then enacts a data retrieval policy in the region specified in the PUT request", - "privilege": "SetDataRetrievalPolicy", - "resource_types": [ + "resource_type": "catalog*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Permissions management", - "description": "Grants permission to configure an access policy for a vault; will overwrite an existing policy", - "privilege": "SetVaultAccessPolicy", - "resource_types": [ + "resource_type": "database*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" + "resource_type": "userdefinedfunction*" } ] }, { "access_level": "Write", - "description": "Grants permission to configure vault notifications", - "privilege": "SetVaultNotifications", + "description": "Grants permission to update a workflow", + "privilege": "UpdateWorkflow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" + "resource_type": "workflow*" } ] }, { - "access_level": "Write", - "description": "Grants permission to upload an archive to a vault", - "privilege": "UploadArchive", + "access_level": "Permissions management", + "description": "Grants permission to use Glue Studio and access its internal APIs", + "privilege": "UseGlueStudio", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to upload a part of an archive", - "privilege": "UploadMultipartPart", + "description": "Grants permission to use an ML Transform from within a Glue ETL Script", + "privilege": "UseMLTransforms", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vault*" + "resource_type": "mlTransform*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:glacier:${Region}:${Account}:vaults/${VaultName}", + "arn": "arn:${Partition}:glue:${Region}:${Account}:catalog", "condition_keys": [], - "resource": "vault" - } - ], - "service_name": "Amazon S3 Glacier" - }, - { - "conditions": [ + "resource": "catalog" + }, { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" + "arn": "arn:${Partition}:glue:${Region}:${Account}:database/${DatabaseName}", + "condition_keys": [], + "resource": "database" }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", - "type": "String" + "arn": "arn:${Partition}:glue:${Region}:${Account}:table/${DatabaseName}/${TableName}", + "condition_keys": [], + "resource": "table" }, { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "globalaccelerator", - "privileges": [ + "arn": "arn:${Partition}:glue:${Region}:${Account}:tableVersion/${DatabaseName}/${TableName}/${TableVersionName}", + "condition_keys": [], + "resource": "tableversion" + }, { - "access_level": "Write", - "description": "Grants permission to add a virtual private cloud (VPC) subnet endpoint to a custom routing accelerator endpoint group", - "privilege": "AddCustomRoutingEndpoints", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "endpointgroup*" - } - ] + "arn": "arn:${Partition}:glue:${Region}:${Account}:connection/${ConnectionName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "connection" }, { - "access_level": "Write", - "description": "Grants permission to add an endpoint to a standard accelerator endpoint group", - "privilege": "AddEndpoints", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "endpointgroup*" - } - ] + "arn": "arn:${Partition}:glue:${Region}:${Account}:userDefinedFunction/${DatabaseName}/${UserDefinedFunctionName}", + "condition_keys": [], + "resource": "userdefinedfunction" }, { - "access_level": "Write", - "description": "Grants permission to advertises an IPv4 address range that is provisioned for use with your accelerator through bring your own IP addresses (BYOIP)", - "privilege": "AdvertiseByoipCidr", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] + "arn": "arn:${Partition}:glue:${Region}:${Account}:devEndpoint/${DevEndpointName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "devendpoint" }, { - "access_level": "Write", - "description": "Grants permission to allows custom routing of user traffic to a private destination IP:PORT in a specific VPC subnet", - "privilege": "AllowCustomRoutingTraffic", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "endpointgroup*" - } - ] + "arn": "arn:${Partition}:glue:${Region}:${Account}:job/${JobName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "job" }, { - "access_level": "Write", - "description": "Grants permission to create a standard accelerator", - "privilege": "CreateAccelerator", - "resource_types": [ - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] + "arn": "arn:${Partition}:glue:${Region}:${Account}:trigger/${TriggerName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "trigger" }, { - "access_level": "Write", - "description": "Grants permission to create a Custom Routing accelerator", - "privilege": "CreateCustomRoutingAccelerator", - "resource_types": [ - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] + "arn": "arn:${Partition}:glue:${Region}:${Account}:crawler/${CrawlerName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "crawler" }, { - "access_level": "Write", - "description": "Grants permission to create an endpoint group for the specified listener for a custom routing accelerator", - "privilege": "CreateCustomRoutingEndpointGroup", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "listener*" - } - ] + "arn": "arn:${Partition}:glue:${Region}:${Account}:workflow/${WorkflowName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "workflow" + }, + { + "arn": "arn:${Partition}:glue:${Region}:${Account}:blueprint/${BlueprintName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "blueprint" + }, + { + "arn": "arn:${Partition}:glue:${Region}:${Account}:mlTransform/${TransformId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "mlTransform" + }, + { + "arn": "arn:${Partition}:glue:${Region}:${Account}:registry/${RegistryName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "registry" + }, + { + "arn": "arn:${Partition}:glue:${Region}:${Account}:schema/${SchemaName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "schema" + }, + { + "arn": "arn:${Partition}:glue:${Region}:${Account}:session/${SessionId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "session" + }, + { + "arn": "arn:${Partition}:glue:${Region}:${Account}:dataQualityRuleset/${RulesetName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "dataQualityRuleset" + }, + { + "arn": "arn:${Partition}:glue:${Region}:${Account}:customEntityType/${CustomEntityTypeId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "customEntityType" + }, + { + "arn": "arn:${Partition}:glue:${Region}:${Account}:completion/${CompletionId}", + "condition_keys": [], + "resource": "completion" + } + ], + "service_name": "AWS Glue" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by actions based on the presence of tag key-value pairs in the request", + "type": "String" }, { - "access_level": "Write", - "description": "Grants permission to create a listener to process inbound connections from clients to a custom routing accelerator", - "privilege": "CreateCustomRoutingListener", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "accelerator*" - } - ] + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by actions based on tag key-value pairs attached to the resource", + "type": "String" }, + { + "condition": "aws:TagKeys", + "description": "Filters access by actions based on the presence of tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "grafana", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to add an endpoint group to a standard accelerator listener", - "privilege": "CreateEndpointGroup", + "description": "Grants permission to upgrade a workspace with a license", + "privilege": "AssociateLicense", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "listener*" + "dependent_actions": [ + "aws-marketplace:ViewSubscriptions" + ], + "resource_type": "workspace*" } ] }, { "access_level": "Write", - "description": "Grants permission to add a listener to a standard accelerator", - "privilege": "CreateListener", + "description": "Grants permission to create a workspace", + "privilege": "CreateWorkspace", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "accelerator*" + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [ + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:GetManagedPrefixListEntries", + "iam:CreateServiceLinkedRole", + "organizations:DescribeOrganization", + "sso:CreateManagedApplicationInstance", + "sso:DescribeRegisteredRegions", + "sso:GetSharedSsoConfiguration" + ], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a standard accelerator", - "privilege": "DeleteAccelerator", + "description": "Grants permission to create API keys for a workspace", + "privilege": "CreateWorkspaceApiKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "accelerator*" + "resource_type": "workspace*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a custom routing accelerator", - "privilege": "DeleteCustomRoutingAccelerator", + "description": "Grants permission to delete a workspace", + "privilege": "DeleteWorkspace", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "accelerator*" + "dependent_actions": [ + "sso:DeleteManagedApplicationInstance" + ], + "resource_type": "workspace*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an endpoint group from a listener for a custom routing accelerator", - "privilege": "DeleteCustomRoutingEndpointGroup", + "description": "Grants permission to delete API keys from a workspace", + "privilege": "DeleteWorkspaceApiKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "endpointgroup*" + "resource_type": "workspace*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a listener for a custom routing accelerator", - "privilege": "DeleteCustomRoutingListener", + "access_level": "Read", + "description": "Grants permission to describe a workspace", + "privilege": "DescribeWorkspace", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "listener*" + "resource_type": "workspace*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an endpoint group associated with a standard accelerator listener", - "privilege": "DeleteEndpointGroup", + "access_level": "Read", + "description": "Grants permission to describe authentication providers on a workspace", + "privilege": "DescribeWorkspaceAuthentication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "endpointgroup*" + "resource_type": "workspace*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a listener from a standard accelerator", - "privilege": "DeleteListener", + "access_level": "Read", + "description": "Grants permission to describe the current configuration string for the given workspace", + "privilege": "DescribeWorkspaceConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "listener*" + "resource_type": "workspace*" } ] }, { "access_level": "Write", - "description": "Grants permission to disallows custom routing of user traffic to a private destination IP:PORT in a specific VPC subnet", - "privilege": "DenyCustomRoutingTraffic", + "description": "Grants permission to remove a license from a workspace", + "privilege": "DisassociateLicense", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "endpointgroup*" + "resource_type": "workspace*" } ] }, { - "access_level": "Write", - "description": "Grants permission to releases the specified address range that you provisioned for use with your accelerator through bring your own IP addresses (BYOIP)", - "privilege": "DeprovisionByoipCidr", + "access_level": "List", + "description": "Grants permission to list the permissions on a wokspace", + "privilege": "ListPermissions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workspace*" } ] }, { "access_level": "Read", - "description": "Grants permissions to describe a standard accelerator", - "privilege": "DescribeAccelerator", + "description": "Grants permission to list tags associated with a workspace", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "accelerator*" + "resource_type": "workspace" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a standard accelerator attributes", - "privilege": "DescribeAcceleratorAttributes", + "access_level": "List", + "description": "Grants permission to list all available supported Grafana versions. Optionally, include a workspace to list the versions to which it can be upgraded", + "privilege": "ListVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "accelerator*" + "resource_type": "workspace" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a custom routing accelerator", - "privilege": "DescribeCustomRoutingAccelerator", + "description": "Grants permission to list workspaces", + "privilege": "ListWorkspaces", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "accelerator*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the attributes of a custom routing accelerator", - "privilege": "DescribeCustomRoutingAcceleratorAttributes", + "access_level": "Tagging", + "description": "Grants permission to add tags to, or update tag values of, a workspace", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "accelerator*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to describe an endpoint group for a custom routing accelerator", - "privilege": "DescribeCustomRoutingEndpointGroup", - "resource_types": [ + "resource_type": "workspace*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "endpointgroup*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a listener for a custom routing accelerator", - "privilege": "DescribeCustomRoutingListener", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a workspace", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "listener*" + "resource_type": "workspace*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a standard accelerator endpoint group", - "privilege": "DescribeEndpointGroup", + "access_level": "Permissions management", + "description": "Grants permission to modify the permissions on a workspace", + "privilege": "UpdatePermissions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "endpointgroup*" + "resource_type": "workspace*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a standard accelerator listener", - "privilege": "DescribeListener", + "access_level": "Write", + "description": "Grants permission to modify a workspace", + "privilege": "UpdateWorkspace", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "listener*" + "dependent_actions": [ + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:GetManagedPrefixListEntries", + "iam:CreateServiceLinkedRole" + ], + "resource_type": "workspace*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all standard accelerators", - "privilege": "ListAccelerators", + "access_level": "Write", + "description": "Grants permission to modify authentication providers on a workspace", + "privilege": "UpdateWorkspaceAuthentication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workspace*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the BYOIP cidrs", - "privilege": "ListByoipCidrs", + "access_level": "Write", + "description": "Grants permission to update the configuration string for the given workspace", + "privilege": "UpdateWorkspaceConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workspace*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:grafana:${Region}:${Account}:/workspaces/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "workspace" + } + ], + "service_name": "Amazon Managed Grafana" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by checking tag key/value pairs included in the request", + "type": "String" }, { - "access_level": "List", - "description": "Grants permission to list the custom routing accelerators for an AWS account", - "privilege": "ListCustomRoutingAccelerators", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by checking tag key/value pairs associated with a specific resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by checking tag keys passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "greengrass", + "privileges": [ + { + "access_level": "Permissions management", + "description": "Grants permission to associate a role with your account. AWS IoT Greengrass uses this role to access your Lambda functions and AWS IoT resources", + "privilege": "AssociateServiceRoleToAccount", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "iam:PassRole" + ], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the endpoint groups that are associated with a listener for a custom routing accelerator", - "privilege": "ListCustomRoutingEndpointGroups", + "access_level": "Write", + "description": "Grants permission to associate a list of client devices with a core device", + "privilege": "BatchAssociateClientDeviceWithCoreDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "listener*" + "resource_type": "coreDevice*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the listeners for a custom routing accelerator", - "privilege": "ListCustomRoutingListeners", + "access_level": "Write", + "description": "Grants permission to disassociate a list of client devices from a core device", + "privilege": "BatchDisassociateClientDeviceFromCoreDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "accelerator*" + "resource_type": "coreDevice*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the port mappings for a custom routing accelerator", - "privilege": "ListCustomRoutingPortMappings", + "access_level": "Write", + "description": "Grants permission to cancel a deployment", + "privilege": "CancelDeployment", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "accelerator*" + "dependent_actions": [ + "iot:CancelJob", + "iot:DeleteThingShadow", + "iot:DescribeJob", + "iot:DescribeThing", + "iot:DescribeThingGroup", + "iot:GetThingShadow", + "iot:UpdateJob", + "iot:UpdateThingShadow" + ], + "resource_type": "deployment*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the port mappings for a specific endpoint IP address (a destination address) in a subnet", - "privilege": "ListCustomRoutingPortMappingsByDestination", + "access_level": "Write", + "description": "Grants permission to create a component", + "privilege": "CreateComponentVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "component*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all endpoint groups associated with a standard accelerator listener", - "privilege": "ListEndpointGroups", + "access_level": "Write", + "description": "Grants permission to create a deployment", + "privilege": "CreateDeployment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "listener*" + "resource_type": "group*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "iot:CancelJob", + "iot:CreateJob", + "iot:DeleteThingShadow", + "iot:DescribeJob", + "iot:DescribeThing", + "iot:DescribeThingGroup", + "iot:GetThingShadow", + "iot:UpdateJob", + "iot:UpdateThingShadow" + ], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all listeners associated with a standard accelerator", - "privilege": "ListListeners", + "access_level": "Write", + "description": "Grants permission to delete a component", + "privilege": "DeleteComponent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "accelerator*" + "resource_type": "componentVersion*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list tags for a globalaccelerator resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to delete a AWS IoT Greengrass core device, which is an AWS IoT thing. This operation removes the core device from the list of core devices. This operation doesn't delete the AWS IoT thing", + "privilege": "DeleteCoreDevice", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "accelerator" + "dependent_actions": [ + "iot:DescribeJobExecution" + ], + "resource_type": "coreDevice*" } ] }, { "access_level": "Write", - "description": "Grants permission to provisions an address range for use with your accelerator through bring your own IP addresses (BYOIP)", - "privilege": "ProvisionByoipCidr", + "description": "Grants permission to delete a deployment. To delete an active deployment, it needs to be cancelled first", + "privilege": "DeleteDeployment", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "iot:DeleteJob" + ], + "resource_type": "deployment*" } ] }, { - "access_level": "Write", - "description": "Grants permission to remove virtual private cloud (VPC) subnet endpoints from a custom routing accelerator endpoint group", - "privilege": "RemoveCustomRoutingEndpoints", + "access_level": "Read", + "description": "Grants permission to retrieve metadata for a version of a component", + "privilege": "DescribeComponent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "endpointgroup*" + "resource_type": "componentVersion*" } ] }, { "access_level": "Write", - "description": "Grants permission to remove an endpoint from a standard accelerator endpoint group", - "privilege": "RemoveEndpoints", + "description": "Grants permission to disassociate the service role from an account. Without a service role, deployments will not work", + "privilege": "DisassociateServiceRoleFromAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "endpointgroup*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a globalaccelerator resource", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to get the recipe for a version of a component", + "privilege": "GetComponent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "accelerator" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "componentVersion*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a globalaccelerator resource", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to get the pre-signed URL to download a public component artifact", + "privilege": "GetComponentVersionArtifact", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "accelerator" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "componentVersion*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a standard accelerator", - "privilege": "UpdateAccelerator", + "access_level": "Read", + "description": "Grants permission to retrieve the connectivity information for a Greengrass core device", + "privilege": "GetConnectivityInfo", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "accelerator*" + "dependent_actions": [ + "iot:GetThingShadow" + ], + "resource_type": "connectivityInfo*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a standard accelerator attributes", - "privilege": "UpdateAcceleratorAttributes", + "access_level": "Read", + "description": "Grants permission to retrieves metadata for a AWS IoT Greengrass core device", + "privilege": "GetCoreDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "accelerator*" + "resource_type": "coreDevice*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a custom routing accelerator", - "privilege": "UpdateCustomRoutingAccelerator", + "access_level": "Read", + "description": "Grants permission to get a deployment", + "privilege": "GetDeployment", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "accelerator*" + "dependent_actions": [ + "iot:DescribeJob", + "iot:DescribeThing", + "iot:DescribeThingGroup", + "iot:GetThingShadow" + ], + "resource_type": "deployment*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the attributes for a custom routing accelerator", - "privilege": "UpdateCustomRoutingAcceleratorAttributes", + "access_level": "Read", + "description": "Grants permission to retrieve the service role that is attached to an account", + "privilege": "GetServiceRoleForAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "accelerator*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a listener for a custom routing accelerator", - "privilege": "UpdateCustomRoutingListener", + "access_level": "List", + "description": "Grants permission to retrieve a paginated list of client devices associated to a AWS IoT Greengrass core device", + "privilege": "ListClientDevicesAssociatedWithCoreDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "listener*" + "resource_type": "coreDevice*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an endpoint group on a standard accelerator listener", - "privilege": "UpdateEndpointGroup", + "access_level": "List", + "description": "Grants permission to retrieve a paginated list of all versions for a component", + "privilege": "ListComponentVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "endpointgroup*" + "resource_type": "component*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a listener on a standard accelerator", - "privilege": "UpdateListener", + "access_level": "List", + "description": "Grants permission to retrieve a paginated list of component summaries", + "privilege": "ListComponents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "listener*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to stops advertising a BYOIP IPv4 address", - "privilege": "WithdrawByoipCidr", + "access_level": "List", + "description": "Grants permission to retrieve a paginated list of AWS IoT Greengrass core devices", + "privilege": "ListCoreDevices", "resource_types": [ { "condition_keys": [], @@ -112379,424 +127250,220 @@ "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:globalaccelerator::${Account}:accelerator/${AcceleratorId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "accelerator" - }, - { - "arn": "arn:${Partition}:globalaccelerator::${Account}:accelerator/${AcceleratorId}/listener/${ListenerId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "listener" - }, - { - "arn": "arn:${Partition}:globalaccelerator::${Account}:accelerator/${AcceleratorId}/listener/${ListenerId}/endpoint-group/${EndpointGroupId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "endpointgroup" - } - ], - "service_name": "AWS Global Accelerator" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", - "type": "ArrayOfString" - }, - { - "condition": "glue:CredentialIssuingService", - "description": "Filters access by the service from which the credentials of the request is issued", - "type": "String" - }, - { - "condition": "glue:RoleAssumedBy", - "description": "Filters access by the service from which the credentials of the request is obtained by assuming the customer role", - "type": "String" - }, - { - "condition": "glue:SecurityGroupIds", - "description": "Filters access by the ID of security groups configured for the Glue job", - "type": "ArrayOfString" - }, - { - "condition": "glue:SubnetIds", - "description": "Filters access by the ID of subnets configured for the Glue job", - "type": "ArrayOfString" }, { - "condition": "glue:VpcIds", - "description": "Filters access by the ID of the VPC configured for the Glue job", - "type": "ArrayOfString" - } - ], - "prefix": "glue", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to create one or more partitions", - "privilege": "BatchCreatePartition", + "access_level": "List", + "description": "Grants permission to retrieves a paginated list of deployments", + "privilege": "ListDeployments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" + "resource_type": "group*" }, { "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" + "dependent_actions": [ + "iot:DescribeJob", + "iot:DescribeThing", + "iot:DescribeThingGroup", + "iot:GetThingShadow" + ], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete one or more connections", - "privilege": "BatchDeleteConnection", + "access_level": "List", + "description": "Grants permission to retrieves a paginated list of deployment jobs that AWS IoT Greengrass sends to AWS IoT Greengrass core devices", + "privilege": "ListEffectiveDeployments", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "connection*" + "dependent_actions": [ + "iot:DescribeJob", + "iot:DescribeJobExecution", + "iot:DescribeThing", + "iot:DescribeThingGroup", + "iot:GetThingShadow" + ], + "resource_type": "coreDevice*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete one or more partitions", - "privilege": "BatchDeletePartition", + "access_level": "List", + "description": "Grants permission to retrieve a paginated list of the components that a AWS IoT Greengrass core device runs", + "privilege": "ListInstalledComponents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" + "resource_type": "coreDevice*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete one or more tables", - "privilege": "BatchDeleteTable", + "access_level": "Read", + "description": "Grants permission to list the tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" + "resource_type": "component" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "componentVersion" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete one or more versions of a table", - "privilege": "BatchDeleteTableVersion", - "resource_types": [ + "resource_type": "coreDevice" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" + "resource_type": "deployment" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "bulkDeployment" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve one or more blueprints", - "privilege": "BatchGetBlueprints", - "resource_types": [ + "resource_type": "connectorDefinition" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "blueprint*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve one or more crawlers", - "privilege": "BatchGetCrawlers", - "resource_types": [ + "resource_type": "coreDefinition" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "crawler*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve one or more Custom Entity Types", - "privilege": "BatchGetCustomEntityTypes", - "resource_types": [ + "resource_type": "deviceDefinition" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "customEntityType*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve one or more development endpoints", - "privilege": "BatchGetDevEndpoints", - "resource_types": [ + "resource_type": "functionDefinition" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "devendpoint*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve one or more jobs", - "privilege": "BatchGetJobs", - "resource_types": [ + "resource_type": "group" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve one or more partitions", - "privilege": "BatchGetPartition", - "resource_types": [ + "resource_type": "loggerDefinition" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" + "resource_type": "resourceDefinition" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "subscriptionDefinition" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve one or more triggers", - "privilege": "BatchGetTriggers", + "access_level": "List", + "description": "Grants permission to list components that meet the component, version, and platform requirements of a deployment", + "privilege": "ResolveComponentCandidates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "trigger*" + "resource_type": "componentVersion*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve one or more workflows", - "privilege": "BatchGetWorkflows", + "access_level": "Tagging", + "description": "Grants permission to add tags to a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to stop one or more job runs for a job", - "privilege": "BatchStopJobRun", - "resource_types": [ + "resource_type": "component" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update one or more partitions", - "privilege": "BatchUpdatePartition", - "resource_types": [ + "resource_type": "componentVersion" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" + "resource_type": "coreDevice" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "deployment" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to stop a running Data Quality rule recommendation run", - "privilege": "CancelDataQualityRuleRecommendationRun", - "resource_types": [ + "resource_type": "bulkDeployment" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataQualityRuleset*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to stop a running Data Quality ruleset evaluation run", - "privilege": "CancelDataQualityRulesetEvaluationRun", - "resource_types": [ + "resource_type": "connectorDefinition" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataQualityRuleset*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to stop a running ML Task Run", - "privilege": "CancelMLTaskRun", - "resource_types": [ + "resource_type": "coreDefinition" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "mlTransform*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to cancel a statement in an interactive session", - "privilege": "CancelStatement", - "resource_types": [ + "resource_type": "deviceDefinition" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "session*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve a check the validity of schema version", - "privilege": "CheckSchemaVersionValidity", - "resource_types": [ + "resource_type": "functionDefinition" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a blueprint", - "privilege": "CreateBlueprint", - "resource_types": [ + "resource_type": "group" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "blueprint*" + "resource_type": "loggerDefinition" }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a classifier", - "privilege": "CreateClassifier", - "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a connection", - "privilege": "CreateConnection", - "resource_types": [ + "resource_type": "resourceDefinition" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" + "resource_type": "subscriptionDefinition" }, { "condition_keys": [ @@ -112809,173 +127476,74 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a crawler", - "privilege": "CreateCrawler", - "resource_types": [ - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a Custom Entity Type", - "privilege": "CreateCustomEntityType", - "resource_types": [ - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a Data Quality ruleset", - "privilege": "CreateDataQualityRuleset", - "resource_types": [ - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a database", - "privilege": "CreateDatabase", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" + "resource_type": "component" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a development endpoint", - "privilege": "CreateDevEndpoint", - "resource_types": [ + "resource_type": "componentVersion" + }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a job", - "privilege": "CreateJob", - "resource_types": [ + "resource_type": "coreDevice" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "deployment" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "glue:VpcIds", - "glue:SubnetIds", - "glue:SecurityGroupIds" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an ML Transform", - "privilege": "CreateMLTransform", - "resource_types": [ + "resource_type": "bulkDeployment" + }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a partition", - "privilege": "CreatePartition", - "resource_types": [ + "resource_type": "connectorDefinition" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" + "resource_type": "coreDefinition" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "deviceDefinition" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a specified partition index in an existing table", - "privilege": "CreatePartitionIndex", - "resource_types": [ + "resource_type": "functionDefinition" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" + "resource_type": "group" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "loggerDefinition" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a new schema registry", - "privilege": "CreateRegistry", - "resource_types": [ + "resource_type": "resourceDefinition" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "registry*" + "resource_type": "subscriptionDefinition" }, { "condition_keys": [ @@ -112989,36 +127557,41 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new schema container", - "privilege": "CreateSchema", + "description": "Grants permission to update the connectivity information for a Greengrass core. Any devices that belong to the group that has this core will receive this information in order to find the location of the core and connect to it", + "privilege": "UpdateConnectivityInfo", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "registry*" - }, + "dependent_actions": [ + "iot:GetThingShadow", + "iot:UpdateThingShadow" + ], + "resource_type": "connectivityInfo*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to associate a role with a group. The role's permissions must allow Greengrass core Lambda functions and connectors to perform actions in other AWS services", + "privilege": "AssociateRoleToGroup", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "schema*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "group*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a script", - "privilege": "CreateScript", + "description": "Grants permission to create a connector definition", + "privilege": "CreateConnectorDefinition", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -113026,20 +127599,20 @@ }, { "access_level": "Write", - "description": "Grants permission to create a security configuration", - "privilege": "CreateSecurityConfiguration", + "description": "Grants permission to create a version of an existing connector definition", + "privilege": "CreateConnectorDefinitionVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "connectorDefinition*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an interactive session", - "privilege": "CreateSession", + "description": "Grants permission to create a core definition", + "privilege": "CreateCoreDefinition", "resource_types": [ { "condition_keys": [ @@ -113053,31 +127626,21 @@ }, { "access_level": "Write", - "description": "Grants permission to create a table", - "privilege": "CreateTable", + "description": "Grants permission to create a version of an existing core definition. Greengrass groups must each contain exactly one Greengrass core", + "privilege": "CreateCoreDefinitionVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" + "resource_type": "coreDefinition*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a trigger", - "privilege": "CreateTrigger", + "description": "Grants permission to create a device definition", + "privilege": "CreateDeviceDefinition", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "trigger*" - }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -113090,31 +127653,21 @@ }, { "access_level": "Write", - "description": "Grants permission to create a function definition", - "privilege": "CreateUserDefinedFunction", + "description": "Grants permission to create a version of an existing device definition", + "privilege": "CreateDeviceDefinitionVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" + "resource_type": "deviceDefinition*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a workflow", - "privilege": "CreateWorkflow", + "description": "Grants permission to create a Lambda function definition to be used in a group that contains a list of Lambda functions and their configurations", + "privilege": "CreateFunctionDefinition", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "workflow*" - }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -113127,23 +127680,26 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a blueprint", - "privilege": "DeleteBlueprint", + "description": "Grants permission to create a version of an existing Lambda function definition", + "privilege": "CreateFunctionDefinitionVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "blueprint*" + "resource_type": "functionDefinition*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a classifier", - "privilege": "DeleteClassifier", + "description": "Grants permission to create a group", + "privilege": "CreateGroup", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -113151,700 +127707,619 @@ }, { "access_level": "Write", - "description": "Grants permission to delete the partition column statistics of a column", - "privilege": "DeleteColumnStatisticsForPartition", + "description": "Grants permission to create a CA for the group, or rotate the existing CA", + "privilege": "CreateGroupCertificateAuthority", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" + "resource_type": "group*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the table statistics of columns", - "privilege": "DeleteColumnStatisticsForTable", + "description": "Grants permission to create a version of a group that has already been defined", + "privilege": "CreateGroupVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" + "resource_type": "group*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a connection", - "privilege": "DeleteConnection", + "description": "Grants permission to create a logger definition", + "privilege": "CreateLoggerDefinition", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "connection*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a crawler", - "privilege": "DeleteCrawler", + "description": "Grants permission to create a version of an existing logger definition", + "privilege": "CreateLoggerDefinitionVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "crawler*" + "resource_type": "loggerDefinition*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a Custom Entity Type", - "privilege": "DeleteCustomEntityType", + "description": "Grants permission to create a resource definition that contains a list of resources to be used in a group", + "privilege": "CreateResourceDefinition", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "customEntityType*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a Data Quality ruleset", - "privilege": "DeleteDataQualityRuleset", + "description": "Grants permission to create a version of an existing resource definition", + "privilege": "CreateResourceDefinitionVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataQualityRuleset*" + "resource_type": "resourceDefinition*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a database", - "privilege": "DeleteDatabase", + "description": "Grants permission to create an AWS IoT job that will trigger your Greengrass cores to update the software they are running", + "privilege": "CreateSoftwareUpdateJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "userdefinedfunction*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a development endpoint", - "privilege": "DeleteDevEndpoint", + "description": "Grants permission to create a subscription definition", + "privilege": "CreateSubscriptionDefinition", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "devendpoint*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a job", - "privilege": "DeleteJob", + "description": "Grants permission to create a version of an existing subscription definition", + "privilege": "CreateSubscriptionDefinitionVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "subscriptionDefinition*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an ML Transform", - "privilege": "DeleteMLTransform", + "description": "Grants permission to delete a connector definition", + "privilege": "DeleteConnectorDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "mlTransform*" + "resource_type": "connectorDefinition*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a partition", - "privilege": "DeletePartition", + "description": "Grants permission to delete a core definition. Deleting a definition that is currently in use in a deployment affects future deployments", + "privilege": "DeleteCoreDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" + "resource_type": "coreDefinition*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a specified partition index from an existing table", - "privilege": "DeletePartitionIndex", + "description": "Grants permission to delete a device definition. Deleting a definition that is currently in use in a deployment affects future deployments", + "privilege": "DeleteDeviceDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" + "resource_type": "deviceDefinition*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a schema registry", - "privilege": "DeleteRegistry", + "description": "Grants permission to delete a Lambda function definition. Deleting a definition that is currently in use in a deployment affects future deployments", + "privilege": "DeleteFunctionDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "registry*" + "resource_type": "functionDefinition*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to delete a resource policy", - "privilege": "DeleteResourcePolicy", + "access_level": "Write", + "description": "Grants permission to delete a group that is not currently in use in a deployment", + "privilege": "DeleteGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" + "resource_type": "group*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a schema container", - "privilege": "DeleteSchema", + "description": "Grants permission to delete a logger definition. Deleting a definition that is currently in use in a deployment affects future deployments", + "privilege": "DeleteLoggerDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "registry*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "schema*" + "resource_type": "loggerDefinition*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a range of schema versions", - "privilege": "DeleteSchemaVersions", + "description": "Grants permission to delete a resource definition", + "privilege": "DeleteResourceDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "registry*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "schema*" + "resource_type": "resourceDefinition*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a security configuration", - "privilege": "DeleteSecurityConfiguration", + "description": "Grants permission to delete a subscription definition. Deleting a definition that is currently in use in a deployment affects future deployments", + "privilege": "DeleteSubscriptionDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "subscriptionDefinition*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an interactive session after stopping the session if not already stopped", - "privilege": "DeleteSession", + "description": "Grants permission to disassociate the role from a group", + "privilege": "DisassociateRoleFromGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "session*" + "resource_type": "group*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a table", - "privilege": "DeleteTable", + "access_level": "Read", + "description": "Grants permission to retrieve information required to connect to a Greengrass core", + "privilege": "Discover", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" + "resource_type": "thing*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a version of a table", - "privilege": "DeleteTableVersion", + "access_level": "Read", + "description": "Grants permission to retrieve the role associated with a group", + "privilege": "GetAssociatedRole", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" + "resource_type": "group*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a trigger", - "privilege": "DeleteTrigger", + "access_level": "Read", + "description": "Grants permission to return the status of a bulk deployment", + "privilege": "GetBulkDeploymentStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "trigger*" + "resource_type": "bulkDeployment*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a function definition", - "privilege": "DeleteUserDefinedFunction", + "access_level": "Read", + "description": "Grants permission to retrieve information about a connector definition", + "privilege": "GetConnectorDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, + "resource_type": "connectorDefinition*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve information about a connector definition version", + "privilege": "GetConnectorDefinitionVersion", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "connectorDefinition*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "userdefinedfunction*" + "resource_type": "connectorDefinitionVersion*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a workflow", - "privilege": "DeleteWorkflow", + "access_level": "Read", + "description": "Grants permission to retrieve information about a core definition", + "privilege": "GetCoreDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "coreDefinition*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to terminate Glue Studio Notebook session", - "privilege": "DeregisterDataPreview", + "access_level": "Read", + "description": "Grants permission to retrieve information about a core definition version", + "privilege": "GetCoreDefinitionVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "coreDefinition*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "coreDefinitionVersion*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a blueprint", - "privilege": "GetBlueprint", + "description": "Grants permission to return the status of a deployment", + "privilege": "GetDeploymentStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "blueprint*" + "resource_type": "deployment*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "group*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a blueprint run", - "privilege": "GetBlueprintRun", + "description": "Grants permission to retrieve information about a device definition", + "privilege": "GetDeviceDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "blueprint*" + "resource_type": "deviceDefinition*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve all runs of a blueprint", - "privilege": "GetBlueprintRuns", + "description": "Grants permission to retrieve information about a device definition version", + "privilege": "GetDeviceDefinitionVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "blueprint*" + "resource_type": "deviceDefinition*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "deviceDefinitionVersion*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the catalog import status", - "privilege": "GetCatalogImportStatus", + "description": "Grants permission to retrieve information about a Lambda function definition, such as its creation time and latest version", + "privilege": "GetFunctionDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" + "resource_type": "functionDefinition*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a classifier", - "privilege": "GetClassifier", + "description": "Grants permission to retrieve information about a Lambda function definition version, such as which Lambda functions are included in the version and their configurations", + "privilege": "GetFunctionDefinitionVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "functionDefinition*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "functionDefinitionVersion*" } ] }, { "access_level": "Read", - "description": "Grants permission to list all classifiers", - "privilege": "GetClassifiers", + "description": "Grants permission to retrieve information about a group", + "privilege": "GetGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "group*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve partition statistics of columns", - "privilege": "GetColumnStatisticsForPartition", + "description": "Grants permission to return the public key of the CA associated with a group", + "privilege": "GetGroupCertificateAuthority", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" + "resource_type": "certificateAuthority*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "group*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve table statistics of columns", - "privilege": "GetColumnStatisticsForTable", + "description": "Grants permission to retrieve the current configuration for the CA used by a group", + "privilege": "GetGroupCertificateConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, + "resource_type": "group*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve information about a group version", + "privilege": "GetGroupVersion", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "group*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "groupVersion*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a connection", - "privilege": "GetConnection", + "description": "Grants permission to retrieve information about a logger definition", + "privilege": "GetLoggerDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "connection*" + "resource_type": "loggerDefinition*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a list of connections", - "privilege": "GetConnections", + "description": "Grants permission to retrieve information about a logger definition version", + "privilege": "GetLoggerDefinitionVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" + "resource_type": "loggerDefinition*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "connection*" + "resource_type": "loggerDefinitionVersion*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a crawler", - "privilege": "GetCrawler", + "description": "Grants permission to retrieve information about a resource definition, such as its creation time and latest version", + "privilege": "GetResourceDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "crawler*" + "resource_type": "resourceDefinition*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve metrics about crawlers", - "privilege": "GetCrawlerMetrics", + "description": "Grants permission to retrieve information about a resource definition version, such as which resources are included in the version", + "privilege": "GetResourceDefinitionVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve all crawlers", - "privilege": "GetCrawlers", - "resource_types": [ + "resource_type": "resourceDefinition*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "resourceDefinitionVersion*" } ] }, { "access_level": "Read", - "description": "Grants permission to read a Custom Entity Type", - "privilege": "GetCustomEntityType", + "description": "Grants permission to retrieve information about a subscription definition", + "privilege": "GetSubscriptionDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "customEntityType*" + "resource_type": "subscriptionDefinition*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve catalog encryption settings", - "privilege": "GetDataCatalogEncryptionSettings", + "description": "Grants permission to retrieve information about a subscription definition version", + "privilege": "GetSubscriptionDefinitionVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - } - ] - }, - { - "access_level": "Permissions management", - "description": "Grants permission to get Data Preview Statement", - "privilege": "GetDataPreviewStatement", - "resource_types": [ + "resource_type": "subscriptionDefinition*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "subscriptionDefinitionVersion*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a Data Quality result", - "privilege": "GetDataQualityResult", + "description": "Grants permission to retrieve runtime configuration of a thing", + "privilege": "GetThingRuntimeConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataQualityRuleset*" + "resource_type": "thingRuntimeConfig*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a Data Quality rule recommendation run", - "privilege": "GetDataQualityRuleRecommendationRun", + "description": "Grants permission to retrieve a paginated list of the deployments that have been started in a bulk deployment operation and their current deployment status", + "privilege": "ListBulkDeploymentDetailedReports", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataQualityRuleset*" + "resource_type": "bulkDeployment*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a Data Quality ruleset", - "privilege": "GetDataQualityRuleset", + "access_level": "List", + "description": "Grants permission to retrieve a list of bulk deployments", + "privilege": "ListBulkDeployments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataQualityRuleset*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a Data Quality rule recommendation run", - "privilege": "GetDataQualityRulesetEvaluationRun", + "access_level": "List", + "description": "Grants permission to list the versions of a connector definition", + "privilege": "ListConnectorDefinitionVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataQualityRuleset*" + "resource_type": "connectorDefinition*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a database", - "privilege": "GetDatabase", + "access_level": "List", + "description": "Grants permission to retrieve a list of connector definitions", + "privilege": "ListConnectorDefinitions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve all databases", - "privilege": "GetDatabases", + "access_level": "List", + "description": "Grants permission to list the versions of a core definition", + "privilege": "ListCoreDefinitionVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" + "resource_type": "coreDefinition*" } ] }, { - "access_level": "Read", - "description": "Grants permission to transform a script into a directed acyclic graph (DAG)", - "privilege": "GetDataflowGraph", + "access_level": "List", + "description": "Grants permission to retrieve a list of core definitions", + "privilege": "ListCoreDefinitions", "resource_types": [ { "condition_keys": [], @@ -113854,21 +128329,21 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a development endpoint", - "privilege": "GetDevEndpoint", + "access_level": "List", + "description": "Grants permission to list the versions of a device definition", + "privilege": "ListDeviceDefinitionVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "devendpoint*" + "resource_type": "deviceDefinition*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve all development endpoints", - "privilege": "GetDevEndpoints", + "access_level": "List", + "description": "Grants permission to retrieve a list of device definitions", + "privilege": "ListDeviceDefinitions", "resource_types": [ { "condition_keys": [], @@ -113878,21 +128353,21 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a job", - "privilege": "GetJob", + "access_level": "List", + "description": "Grants permission to list the versions of a Lambda function definition", + "privilege": "ListFunctionDefinitionVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "functionDefinition*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a job bookmark", - "privilege": "GetJobBookmark", + "access_level": "List", + "description": "Grants permission to retrieve a list of Lambda function definitions", + "privilege": "ListFunctionDefinitions", "resource_types": [ { "condition_keys": [], @@ -113902,33 +128377,33 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a job run", - "privilege": "GetJobRun", + "access_level": "List", + "description": "Grants permission to retrieve a list of current CAs for a group", + "privilege": "ListGroupCertificateAuthorities", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "group*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve all job runs of a job", - "privilege": "GetJobRuns", + "access_level": "List", + "description": "Grants permission to list the versions of a group", + "privilege": "ListGroupVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "group*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve all current jobs", - "privilege": "GetJobs", + "access_level": "List", + "description": "Grants permission to retrieve a list of groups", + "privilege": "ListGroups", "resource_types": [ { "condition_keys": [], @@ -113938,69 +128413,69 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an ML Task Run", - "privilege": "GetMLTaskRun", + "access_level": "List", + "description": "Grants permission to list the versions of a logger definition", + "privilege": "ListLoggerDefinitionVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "mlTransform*" + "resource_type": "loggerDefinition*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve all ML Task Runs", - "privilege": "GetMLTaskRuns", + "description": "Grants permission to retrieve a list of logger definitions", + "privilege": "ListLoggerDefinitions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "mlTransform*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an ML Transform", - "privilege": "GetMLTransform", + "access_level": "List", + "description": "Grants permission to list the versions of a resource definition", + "privilege": "ListResourceDefinitionVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "mlTransform*" + "resource_type": "resourceDefinition*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve all ML Transforms", - "privilege": "GetMLTransforms", + "description": "Grants permission to retrieve a list of resource definitions", + "privilege": "ListResourceDefinitions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "mlTransform*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to create a mapping", - "privilege": "GetMapping", + "access_level": "List", + "description": "Grants permission to list the versions of a subscription definition", + "privilege": "ListSubscriptionDefinitionVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "subscriptionDefinition*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to retrieve Glue Studio Notebooks session status", - "privilege": "GetNotebookInstanceStatus", + "access_level": "List", + "description": "Grants permission to retrieve a list of subscription definitions", + "privilege": "ListSubscriptionDefinitions", "resource_types": [ { "condition_keys": [], @@ -114010,497 +128485,605 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a partition", - "privilege": "GetPartition", + "access_level": "Write", + "description": "Grants permission to reset a group's deployments", + "privilege": "ResetDeployments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" + "resource_type": "group*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve partition indexes for a table", - "privilege": "GetPartitionIndexes", + "access_level": "Write", + "description": "Grants permission to deploy multiple groups in one operation", + "privilege": "StartBulkDeployment", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { - "access_level": "Unknown", - "description": "", - "privilege": "GetPartitionMetadata", + "access_level": "Write", + "description": "Grants permission to stop the execution of a bulk deployment", + "privilege": "StopBulkDeployment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bulkDeployment*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the partitions of a table", - "privilege": "GetPartitions", + "access_level": "Write", + "description": "Grants permission to update a connector definition", + "privilege": "UpdateConnectorDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" + "resource_type": "connectorDefinition*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a mapping for a script", - "privilege": "GetPlan", + "access_level": "Write", + "description": "Grants permission to update a core definition", + "privilege": "UpdateCoreDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "coreDefinition*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a schema registry", - "privilege": "GetRegistry", + "access_level": "Write", + "description": "Grants permission to update a device definition", + "privilege": "UpdateDeviceDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "registry*" + "resource_type": "deviceDefinition*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve resource policies", - "privilege": "GetResourcePolicies", + "access_level": "Write", + "description": "Grants permission to update a Lambda function definition", + "privilege": "UpdateFunctionDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" + "resource_type": "functionDefinition*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a resource policy", - "privilege": "GetResourcePolicy", + "access_level": "Write", + "description": "Grants permission to update a group", + "privilege": "UpdateGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" + "resource_type": "group*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a schema container", - "privilege": "GetSchema", + "access_level": "Write", + "description": "Grants permission to update the certificate expiry time for a group", + "privilege": "UpdateGroupCertificateConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "registry*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "schema*" + "resource_type": "group*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a schema version based on schema definition", - "privilege": "GetSchemaByDefinition", + "access_level": "Write", + "description": "Grants permission to update a logger definition", + "privilege": "UpdateLoggerDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "registry*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "schema*" + "resource_type": "loggerDefinition*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a schema version", - "privilege": "GetSchemaVersion", + "access_level": "Write", + "description": "Grants permission to update a resource definition", + "privilege": "UpdateResourceDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "registry" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "schema" + "resource_type": "resourceDefinition*" } ] }, { - "access_level": "Read", - "description": "Grants permission to compare two schema versions in schema registry", - "privilege": "GetSchemaVersionsDiff", + "access_level": "Write", + "description": "Grants permission to update a subscription definition", + "privilege": "UpdateSubscriptionDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "registry*" - }, + "resource_type": "subscriptionDefinition*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update runtime configuration of a thing", + "privilege": "UpdateThingRuntimeConfiguration", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "schema*" + "resource_type": "thingRuntimeConfig*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/things/${ThingName}/connectivityInfo", + "condition_keys": [], + "resource": "connectivityInfo" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:components:${ComponentName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "component" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:components:${ComponentName}:versions:${ComponentVersion}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "componentVersion" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:coreDevices:${CoreDeviceThingName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "coreDevice" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:deployments:${DeploymentId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "deployment" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/groups/${GroupId}/certificateauthorities/${CertificateAuthorityId}", + "condition_keys": [], + "resource": "certificateAuthority" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/bulk/deployments/${BulkDeploymentId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "bulkDeployment" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/groups/${GroupId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "group" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/groups/${GroupId}/versions/${VersionId}", + "condition_keys": [], + "resource": "groupVersion" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/cores/${CoreDefinitionId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "coreDefinition" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/cores/${CoreDefinitionId}/versions/${VersionId}", + "condition_keys": [], + "resource": "coreDefinitionVersion" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/devices/${DeviceDefinitionId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "deviceDefinition" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/devices/${DeviceDefinitionId}/versions/${VersionId}", + "condition_keys": [], + "resource": "deviceDefinitionVersion" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/functions/${FunctionDefinitionId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "functionDefinition" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/functions/${FunctionDefinitionId}/versions/${VersionId}", + "condition_keys": [], + "resource": "functionDefinitionVersion" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/subscriptions/${SubscriptionDefinitionId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "subscriptionDefinition" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/subscriptions/${SubscriptionDefinitionId}/versions/${VersionId}", + "condition_keys": [], + "resource": "subscriptionDefinitionVersion" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/loggers/${LoggerDefinitionId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "loggerDefinition" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/loggers/${LoggerDefinitionId}/versions/${VersionId}", + "condition_keys": [], + "resource": "loggerDefinitionVersion" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/resources/${ResourceDefinitionId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "resourceDefinition" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/resources/${ResourceDefinitionId}/versions/${VersionId}", + "condition_keys": [], + "resource": "resourceDefinitionVersion" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/connectors/${ConnectorDefinitionId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "connectorDefinition" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/connectors/${ConnectorDefinitionId}/versions/${VersionId}", + "condition_keys": [], + "resource": "connectorDefinitionVersion" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:thing/${ThingName}", + "condition_keys": [], + "resource": "thing" + }, + { + "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/things/${ThingName}/runtimeconfig", + "condition_keys": [], + "resource": "thingRuntimeConfig" + } + ], + "service_name": "AWS IoT Greengrass" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + }, + { + "condition": "groundstation:AgentId", + "description": "Filters access by the ID of an agent", + "type": "String" + }, + { + "condition": "groundstation:ConfigId", + "description": "Filters access by the ID of a config", + "type": "String" + }, + { + "condition": "groundstation:ConfigType", + "description": "Filters access by the type of a config", + "type": "String" + }, + { + "condition": "groundstation:ContactId", + "description": "Filters access by the ID of a contact", + "type": "String" + }, + { + "condition": "groundstation:DataflowEndpointGroupId", + "description": "Filters access by the ID of a dataflow endpoint group", + "type": "String" + }, + { + "condition": "groundstation:EphemerisId", + "description": "Filters access by the ID of an ephemeris", + "type": "String" + }, + { + "condition": "groundstation:GroundStationId", + "description": "Filters access by the ID of a ground station", + "type": "String" + }, + { + "condition": "groundstation:MissionProfileId", + "description": "Filters access by the ID of a mission profile", + "type": "String" }, { - "access_level": "Read", - "description": "Grants permission to retrieve a security configuration", - "privilege": "GetSecurityConfiguration", + "condition": "groundstation:SatelliteId", + "description": "Filters access by the ID of a satellite", + "type": "String" + } + ], + "prefix": "groundstation", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to cancel a contact", + "privilege": "CancelContact", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Contact*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve one or more security configurations", - "privilege": "GetSecurityConfigurations", + "access_level": "Write", + "description": "Grants permission to create a configuration", + "privilege": "CreateConfig", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an interactive session", - "privilege": "GetSession", + "access_level": "Write", + "description": "Grants permission to create a data flow endpoint group", + "privilege": "CreateDataflowEndpointGroup", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "session*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve result and information about a statement in an interactive session", - "privilege": "GetStatement", + "access_level": "Write", + "description": "Grants permission to create an ephemeris item", + "privilege": "CreateEphemeris", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "session*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a table", - "privilege": "GetTable", + "access_level": "Write", + "description": "Grants permission to create a mission profile", + "privilege": "CreateMissionProfile", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a version of a table", - "privilege": "GetTableVersion", + "access_level": "Write", + "description": "Grants permission to delete a config", + "privilege": "DeleteConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" + "resource_type": "Config*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a list of versions of a table", - "privilege": "GetTableVersions", + "access_level": "Write", + "description": "Grants permission to delete a data flow endpoint group", + "privilege": "DeleteDataflowEndpointGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" + "resource_type": "DataflowEndpointGroup*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the tables in a database", - "privilege": "GetTables", + "access_level": "Write", + "description": "Grants permission to delete an ephemeris item", + "privilege": "DeleteEphemeris", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" + "resource_type": "EphemerisItem*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve all tags associated with a resource", - "privilege": "GetTags", + "access_level": "Write", + "description": "Grants permission to delete a mission profile", + "privilege": "DeleteMissionProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "blueprint" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "crawler" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "customEntityType" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "devendpoint" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "job" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "trigger" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "workflow" + "resource_type": "MissionProfile*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a trigger", - "privilege": "GetTrigger", + "description": "Grants permission to describe a contact", + "privilege": "DescribeContact", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "trigger*" + "resource_type": "Contact*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the triggers associated with a job", - "privilege": "GetTriggers", + "description": "Grants permission to describe an ephemeris item", + "privilege": "DescribeEphemeris", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "EphemerisItem*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a function definition", - "privilege": "GetUserDefinedFunction", + "description": "Grants permission to get the configuration of an agent", + "privilege": "GetAgentConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "userdefinedfunction*" + "resource_type": "Agent*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve multiple function definitions", - "privilege": "GetUserDefinedFunctions", + "description": "Grants permission to return a configuration", + "privilege": "GetConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "userdefinedfunction*" + "resource_type": "Config*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a workflow", - "privilege": "GetWorkflow", + "description": "Grants permission to return a data flow endpoint group", + "privilege": "GetDataflowEndpointGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "DataflowEndpointGroup*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a workflow run", - "privilege": "GetWorkflowRun", + "description": "Grants permission to return minutes usage", + "privilege": "GetMinuteUsage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve workflow run properties", - "privilege": "GetWorkflowRunProperties", + "description": "Grants permission to retrieve a mission profile", + "privilege": "GetMissionProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "MissionProfile*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve all runs of a workflow", - "privilege": "GetWorkflowRuns", + "description": "Grants permission to return information about a satellite", + "privilege": "GetSatellite", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "Satellite*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to access Glue Studio Notebooks", - "privilege": "GlueNotebookAuthorize", + "access_level": "List", + "description": "Grants permission to return a list of past configurations", + "privilege": "ListConfigs", "resource_types": [ { "condition_keys": [], @@ -114510,9 +129093,9 @@ ] }, { - "access_level": "Permissions management", - "description": "Grants permission to refresh Glue Studio Notebooks credentials", - "privilege": "GlueNotebookRefreshCredentials", + "access_level": "List", + "description": "Grants permission to return a list of contacts", + "privilege": "ListContacts", "resource_types": [ { "condition_keys": [], @@ -114521,22 +129104,10 @@ } ] }, - { - "access_level": "Write", - "description": "Grants permission to import an Athena data catalog into AWS Glue", - "privilege": "ImportCatalogToGlue", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "catalog*" - } - ] - }, { "access_level": "List", - "description": "Grants permission to retrieve all blueprints", - "privilege": "ListBlueprints", + "description": "Grants permission to list data flow endpoint groups", + "privilege": "ListDataflowEndpointGroups", "resource_types": [ { "condition_keys": [], @@ -114547,8 +129118,8 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve all crawlers", - "privilege": "ListCrawlers", + "description": "Grants permission to list ephemerides", + "privilege": "ListEphemerides", "resource_types": [ { "condition_keys": [], @@ -114559,8 +129130,8 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve crawl run history for a crawler", - "privilege": "ListCrawls", + "description": "Grants permission to list ground stations", + "privilege": "ListGroundStations", "resource_types": [ { "condition_keys": [], @@ -114571,14 +129142,11 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve all Custom Entity Types", - "privilege": "ListCustomEntityTypes", + "description": "Grants permission to return a list of mission profiles", + "privilege": "ListMissionProfiles", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -114586,76 +129154,47 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve all Data Quality results", - "privilege": "ListDataQualityResults", + "description": "Grants permission to list satellites", + "privilege": "ListSatellites", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataQualityRuleset*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve all Data Quality rule recommendation runs", - "privilege": "ListDataQualityRuleRecommendationRuns", + "access_level": "Read", + "description": "Grants permission to list tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataQualityRuleset*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to retrieve all Data Quality rule recommendation runs", - "privilege": "ListDataQualityRulesetEvaluationRuns", - "resource_types": [ + "resource_type": "Config" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataQualityRuleset*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to retrieve a list of Data Quality rulesets", - "privilege": "ListDataQualityRulesets", - "resource_types": [ + "resource_type": "Contact" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataQualityRuleset*" + "resource_type": "DataflowEndpointGroup" }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to retrieve all development endpoints", - "privilege": "ListDevEndpoints", - "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "MissionProfile" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve all current jobs", - "privilege": "ListJobs", + "access_level": "Write", + "description": "Grants permission to register an agent", + "privilege": "RegisterAgent", "resource_types": [ { "condition_keys": [], @@ -114665,15 +129204,10 @@ ] }, { - "access_level": "List", - "description": "Grants permission to retrieve all ML Transforms", - "privilege": "ListMLTransforms", + "access_level": "Write", + "description": "Grants permission to reserve a contact", + "privilege": "ReserveContact", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "mlTransform*" - }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -114685,320 +129219,255 @@ ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of schema registries", - "privilege": "ListRegistries", + "access_level": "Tagging", + "description": "Grants permission to assign a resource tag", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to retrieve a list of schema versions", - "privilege": "ListSchemaVersions", - "resource_types": [ + "resource_type": "Config" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "registry*" + "resource_type": "Contact" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "schema*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to retrieve a list of schema containers", - "privilege": "ListSchemas", - "resource_types": [ + "resource_type": "DataflowEndpointGroup" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "registry" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to retrieve a list of interactive session", - "privilege": "ListSessions", - "resource_types": [ + "resource_type": "EphemerisItem" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "MissionProfile" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of statements in an interactive session", - "privilege": "ListStatements", + "access_level": "Tagging", + "description": "Grants permission to unassign a resource tag", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "session*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to retrieve all triggers", - "privilege": "ListTriggers", - "resource_types": [ + "resource_type": "Config" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to retrieve all workflows", - "privilege": "ListWorkflows", - "resource_types": [ + "resource_type": "Contact" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to notify an event to the event-driven workflow", - "privilege": "NotifyEvent", - "resource_types": [ + "resource_type": "DataflowEndpointGroup" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to publish Data Quality results", - "privilege": "PublishDataQuality", - "resource_types": [ + "resource_type": "EphemerisItem" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataQualityRuleset*" + "resource_type": "MissionProfile" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update catalog encryption settings", - "privilege": "PutDataCatalogEncryptionSettings", + "description": "Grants permission to update the status of an agent", + "privilege": "UpdateAgentStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" + "resource_type": "Agent*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to update a resource policy", - "privilege": "PutResourcePolicy", + "access_level": "Write", + "description": "Grants permission to update a configuration", + "privilege": "UpdateConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" + "resource_type": "Config*" } ] }, { "access_level": "Write", - "description": "Grants permission to add metadata to schema version", - "privilege": "PutSchemaVersionMetadata", + "description": "Grants permission to update an ephemeris item", + "privilege": "UpdateEphemeris", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "registry" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "schema" + "resource_type": "EphemerisItem*" } ] }, { "access_level": "Write", - "description": "Grants permission to update workflow run properties", - "privilege": "PutWorkflowRunProperties", + "description": "Grants permission to update a mission profile", + "privilege": "UpdateMissionProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "MissionProfile*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:groundstation:${Region}:${Account}:config/${ConfigType}/${ConfigId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "groundstation:ConfigId", + "groundstation:ConfigType" + ], + "resource": "Config" }, { - "access_level": "List", - "description": "Grants permission to fetch metadata for a schema version", - "privilege": "QuerySchemaVersionMetadata", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "registry" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "schema" - } - ] + "arn": "arn:${Partition}:groundstation:${Region}:${Account}:contact/${ContactId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "groundstation:ContactId" + ], + "resource": "Contact" }, { - "access_level": "Write", - "description": "Grants permission to create a new schema version", - "privilege": "RegisterSchemaVersion", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "registry*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "schema*" - } - ] + "arn": "arn:${Partition}:groundstation:${Region}:${Account}:dataflow-endpoint-group/${DataflowEndpointGroupId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "groundstation:DataflowEndpointGroupId" + ], + "resource": "DataflowEndpointGroup" }, { - "access_level": "Write", - "description": "Grants permission to remove metadata from schema version", - "privilege": "RemoveSchemaVersionMetadata", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "registry" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "schema" - } - ] + "arn": "arn:${Partition}:groundstation:${Region}:${Account}:ephemeris/${EphemerisId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "groundstation:EphemerisId" + ], + "resource": "EphemerisItem" }, { - "access_level": "Write", - "description": "Grants permission to reset a job bookmark", - "privilege": "ResetJobBookmark", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] + "arn": "arn:${Partition}:groundstation:${Region}:${Account}:groundstation:${GroundStationId}", + "condition_keys": [ + "groundstation:GroundStationId" + ], + "resource": "GroundStationResource" }, { - "access_level": "Write", - "description": "Grants permission to resume a workflow run", - "privilege": "ResumeWorkflowRun", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "workflow*" - } - ] + "arn": "arn:${Partition}:groundstation:${Region}:${Account}:mission-profile/${MissionProfileId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "groundstation:MissionProfileId" + ], + "resource": "MissionProfile" }, { - "access_level": "Permissions management", - "description": "Grants permission to run Data Preview Statement", - "privilege": "RunDataPreviewStatement", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] + "arn": "arn:${Partition}:groundstation:${Region}:${Account}:satellite/${SatelliteId}", + "condition_keys": [ + "groundstation:SatelliteId" + ], + "resource": "Satellite" }, + { + "arn": "arn:${Partition}:groundstation:${Region}:${Account}:agent/${AgentId}", + "condition_keys": [ + "groundstation:AgentId" + ], + "resource": "Agent" + } + ], + "service_name": "AWS Ground Station" + }, + { + "conditions": [], + "prefix": "groundtruthlabeling", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to run a code or statement in an interactive session", - "privilege": "RunStatement", + "description": "Grants permission to associate a patch file with the manifest file to update the manifest file", + "privilege": "AssociatePatchToManifestJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "session*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the tables in the catalog", - "privilege": "SearchTables", + "description": "Grants permission to get status of GroundTruthLabeling Jobs", + "privilege": "DescribeConsoleJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to start running a blueprint", - "privilege": "StartBlueprintRun", + "access_level": "Read", + "description": "Grants permission to list dataset objects in a manifest file", + "privilege": "ListDatasetObjects", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "blueprint*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start a crawler", - "privilege": "StartCrawler", + "description": "Grants permission to filter records from a manifest file using S3 select. Get sample entries based on random sampling", + "privilege": "RunFilterOrSampleDatasetJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "crawler*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to change the schedule state of a crawler to SCHEDULED", - "privilege": "StartCrawlerSchedule", + "description": "Grants permission to list a S3 prefix and create manifest files from objects in that location", + "privilege": "RunGenerateManifestByCrawlingJob", "resource_types": [ { "condition_keys": [], @@ -115006,472 +129475,358 @@ "resource_type": "" } ] + } + ], + "resources": [], + "service_name": "Amazon GroundTruth Labeling" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag key-value pairs attached to the resource", + "type": "String" }, + { + "condition": "aws:TagKeys", + "description": "Filters access by tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "guardduty", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to start a Data Quality rule recommendation run", - "privilege": "StartDataQualityRuleRecommendationRun", + "description": "Grants permission to accept invitations to become a GuardDuty member account", + "privilege": "AcceptAdministratorInvitation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataQualityRuleset*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start a Data Quality rule recommendation run", - "privilege": "StartDataQualityRulesetEvaluationRun", + "description": "Grants permission to accept invitations to become a GuardDuty member account", + "privilege": "AcceptInvitation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataQualityRuleset*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start an Export Labels ML Task Run", - "privilege": "StartExportLabelsTaskRun", + "description": "Grants permission to archive GuardDuty findings", + "privilege": "ArchiveFindings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "mlTransform*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start an Import Labels ML Task Run", - "privilege": "StartImportLabelsTaskRun", + "description": "Grants permission to create a detector", + "privilege": "CreateDetector", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "mlTransform*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start running a job", - "privilege": "StartJobRun", + "description": "Grants permission to create GuardDuty filters. A filters defines finding attributes and conditions used to filter findings", + "privilege": "CreateFilter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "filter*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start an Evaluation ML Task Run", - "privilege": "StartMLEvaluationTaskRun", + "description": "Grants permission to create an IPSet", + "privilege": "CreateIPSet", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "mlTransform*" + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "iam:DeleteRolePolicy", + "iam:PutRolePolicy" + ], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start a Labeling Set Generation ML Task Run", - "privilege": "StartMLLabelingSetGenerationTaskRun", + "description": "Grants permission to create GuardDuty member accounts, where the account used to create a member becomes the GuardDuty administrator account", + "privilege": "CreateMembers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "mlTransform*" + "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to start Glue Studio Notebooks", - "privilege": "StartNotebook", + "access_level": "Write", + "description": "Grants permission to create a publishing destination", + "privilege": "CreatePublishingDestination", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "s3:GetObject", + "s3:ListBucket" + ], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start a trigger", - "privilege": "StartTrigger", + "description": "Grants permission to create sample findings", + "privilege": "CreateSampleFindings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "trigger*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start running a workflow", - "privilege": "StartWorkflowRun", + "description": "Grants permission to create GuardDuty ThreatIntelSets, where a ThreatIntelSet consists of known malicious IP addresses used by GuardDuty to generate findings", + "privilege": "CreateThreatIntelSet", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to stop a running crawler", - "privilege": "StopCrawler", + "description": "Grants permission to decline invitations to become a GuardDuty member account", + "privilege": "DeclineInvitations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "crawler*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to set the schedule state of a crawler to NOT_SCHEDULED", - "privilege": "StopCrawlerSchedule", + "description": "Grants permission to delete GuardDuty detectors", + "privilege": "DeleteDetector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "detector*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop an interactive session", - "privilege": "StopSession", + "description": "Grants permission to delete GuardDuty filters", + "privilege": "DeleteFilter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "session*" + "resource_type": "filter*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop a trigger", - "privilege": "StopTrigger", + "description": "Grants permission to delete GuardDuty IPSets", + "privilege": "DeleteIPSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "trigger*" + "resource_type": "ipset*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop a workflow run", - "privilege": "StopWorkflowRun", + "description": "Grants permission to delete invitations to become a GuardDuty member account", + "privilege": "DeleteInvitations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to delete GuardDuty member accounts", + "privilege": "DeleteMembers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "blueprint" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "connection" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "crawler" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "customEntityType" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dataQualityRuleset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "devendpoint" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "job" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "mlTransform" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "registry" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "schema" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "session" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "trigger" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "workflow" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to terminate Glue Studio Notebooks", - "privilege": "TerminateNotebook", + "access_level": "Write", + "description": "Grants permission to delete a publishing destination", + "privilege": "DeletePublishingDestination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "publishingDestination*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to test connection in Glue Studio", - "privilege": "TestConnection", + "access_level": "Write", + "description": "Grants permission to delete GuardDuty ThreatIntelSets", + "privilege": "DeleteThreatIntelSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "threatintelset*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags associated with a resource", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to retrieve details about malware scans", + "privilege": "DescribeMalwareScans", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "blueprint" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "connection" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "crawler" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "customEntityType" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dataQualityRuleset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "devendpoint" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "job" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "mlTransform" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "registry" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "schema" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "session" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "trigger" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "workflow" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a blueprint", - "privilege": "UpdateBlueprint", + "access_level": "Read", + "description": "Grants permission to retrieve details about the delegated administrator associated with a GuardDuty detector", + "privilege": "DescribeOrganizationConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "blueprint*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a classifier", - "privilege": "UpdateClassifier", + "access_level": "Read", + "description": "Grants permission to retrieve details about a publishing destination", + "privilege": "DescribePublishingDestination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "publishingDestination*" } ] }, { "access_level": "Write", - "description": "Grants permission to update partition statistics of columns", - "privilege": "UpdateColumnStatisticsForPartition", + "description": "Grants permission to disable the organization delegated administrator for GuardDuty", + "privilege": "DisableOrganizationAdminAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update table statistics of columns", - "privilege": "UpdateColumnStatisticsForTable", + "description": "Grants permission to disassociate a GuardDuty member account from its GuardDuty administrator account", + "privilege": "DisassociateFromAdministratorAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a connection", - "privilege": "UpdateConnection", + "description": "Grants permission to disassociate a GuardDuty member account from its GuardDuty administrator account", + "privilege": "DisassociateFromMasterAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "connection*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a crawler", - "privilege": "UpdateCrawler", + "description": "Grants permission to disassociate GuardDuty member accounts from their administrator GuardDuty account", + "privilege": "DisassociateMembers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "crawler*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the schedule of a crawler", - "privilege": "UpdateCrawlerSchedule", + "description": "Grants permission to enable an organization delegated administrator for GuardDuty", + "privilege": "EnableOrganizationAdminAccount", "resource_types": [ { "condition_keys": [], @@ -115481,226 +129836,213 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update a Data Quality ruleset", - "privilege": "UpdateDataQualityRuleset", + "access_level": "Read", + "description": "Grants permission to retrieve details of the GuardDuty administrator account associated with a member account", + "privilege": "GetAdministratorAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataQualityRuleset*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a database", - "privilege": "UpdateDatabase", + "access_level": "Read", + "description": "Grants permission to list Amazon GuardDuty coverage statistics for the specified GuardDuty account in a Region", + "privilege": "GetCoverageStatistics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, + "resource_type": "detector*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve GuardDuty detectors", + "privilege": "GetDetector", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "detector*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a development endpoint", - "privilege": "UpdateDevEndpoint", + "access_level": "Read", + "description": "Grants permission to retrieve GuardDuty filters", + "privilege": "GetFilter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "devendpoint*" + "resource_type": "filter*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a job", - "privilege": "UpdateJob", + "access_level": "Read", + "description": "Grants permission to retrieve GuardDuty findings", + "privilege": "GetFindings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" - }, - { - "condition_keys": [ - "glue:VpcIds", - "glue:SubnetIds", - "glue:SecurityGroupIds" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a job from source control provider", - "privilege": "UpdateJobFromSourceControl", + "access_level": "Read", + "description": "Grants permission to retrieve a list of GuardDuty finding statistics", + "privilege": "GetFindingsStatistics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an ML Transform", - "privilege": "UpdateMLTransform", + "access_level": "Read", + "description": "Grants permission to retrieve GuardDuty IPSets", + "privilege": "GetIPSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "mlTransform*" + "resource_type": "ipset*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a partition", - "privilege": "UpdatePartition", + "access_level": "Read", + "description": "Grants permission to retrieve the count of all GuardDuty invitations sent to a specified account, which does not include the accepted invitation", + "privilege": "GetInvitationsCount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a schema registry", - "privilege": "UpdateRegistry", + "access_level": "Read", + "description": "Grants permission to retrieve the malware scan settings", + "privilege": "GetMalwareScanSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "registry*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a schema container", - "privilege": "UpdateSchema", + "access_level": "Read", + "description": "Grants permission to retrieve details of the GuardDuty administrator account associated with a member account", + "privilege": "GetMasterAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "registry*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "schema*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update source control provider from a job", - "privilege": "UpdateSourceControlFromJob", + "access_level": "Read", + "description": "Grants permission to describe which data sources are enabled for member accounts detectors", + "privilege": "GetMemberDetectors", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a table", - "privilege": "UpdateTable", + "access_level": "Read", + "description": "Grants permission to retrieve the member accounts associated with an administrator account", + "privilege": "GetMembers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to provide the number of days left for each data source used in the free trial period", + "privilege": "GetRemainingFreeTrialDays", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve GuardDuty ThreatIntelSets", + "privilege": "GetThreatIntelSet", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "threatintelset*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a trigger", - "privilege": "UpdateTrigger", + "access_level": "Read", + "description": "Grants permission to list Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID", + "privilege": "GetUsageStatistics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "trigger*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a function definition", - "privilege": "UpdateUserDefinedFunction", + "description": "Grants permission to invite other AWS accounts to enable GuardDuty and become GuardDuty member accounts", + "privilege": "InviteMembers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "catalog*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "userdefinedfunction*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a workflow", - "privilege": "UpdateWorkflow", + "access_level": "List", + "description": "Grants permission to list all the resource details for a given account in a Region", + "privilege": "ListCoverage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "detector*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to use Glue Studio and access its internal APIs", - "privilege": "UseGlueStudio", + "access_level": "List", + "description": "Grants permission to retrieve a list of GuardDuty detectors", + "privilege": "ListDetectors", "resource_types": [ { "condition_keys": [], @@ -115710,310 +130052,168 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to use an ML Transform from within a Glue ETL Script", - "privilege": "UseMLTransforms", + "access_level": "List", + "description": "Grants permission to retrieve a list of GuardDuty filters", + "privilege": "ListFilters", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "mlTransform*" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:glue:${Region}:${Account}:catalog", - "condition_keys": [], - "resource": "catalog" - }, - { - "arn": "arn:${Partition}:glue:${Region}:${Account}:database/${DatabaseName}", - "condition_keys": [], - "resource": "database" - }, - { - "arn": "arn:${Partition}:glue:${Region}:${Account}:table/${DatabaseName}/${TableName}", - "condition_keys": [], - "resource": "table" - }, - { - "arn": "arn:${Partition}:glue:${Region}:${Account}:tableVersion/${DatabaseName}/${TableName}/${TableVersionName}", - "condition_keys": [], - "resource": "tableversion" - }, - { - "arn": "arn:${Partition}:glue:${Region}:${Account}:connection/${ConnectionName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "connection" - }, - { - "arn": "arn:${Partition}:glue:${Region}:${Account}:userDefinedFunction/${DatabaseName}/${UserDefinedFunctionName}", - "condition_keys": [], - "resource": "userdefinedfunction" - }, - { - "arn": "arn:${Partition}:glue:${Region}:${Account}:devEndpoint/${DevEndpointName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "devendpoint" - }, - { - "arn": "arn:${Partition}:glue:${Region}:${Account}:job/${JobName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "job" - }, - { - "arn": "arn:${Partition}:glue:${Region}:${Account}:trigger/${TriggerName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "trigger" - }, - { - "arn": "arn:${Partition}:glue:${Region}:${Account}:crawler/${CrawlerName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "crawler" - }, - { - "arn": "arn:${Partition}:glue:${Region}:${Account}:workflow/${WorkflowName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "workflow" - }, - { - "arn": "arn:${Partition}:glue:${Region}:${Account}:blueprint/${BlueprintName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "blueprint" - }, - { - "arn": "arn:${Partition}:glue:${Region}:${Account}:mlTransform/${TransformId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "mlTransform" - }, - { - "arn": "arn:${Partition}:glue:${Region}:${Account}:registry/${RegistryName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "registry" - }, - { - "arn": "arn:${Partition}:glue:${Region}:${Account}:schema/${SchemaName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "schema" - }, - { - "arn": "arn:${Partition}:glue:${Region}:${Account}:session/${SessionId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "session" - }, - { - "arn": "arn:${Partition}:glue:${Region}:${Account}:dataQualityRuleset/${RulesetName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "dataQualityRuleset" - }, - { - "arn": "arn:${Partition}:glue:${Region}:${Account}:customEntityType/${CustomEntityTypeId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "customEntityType" - } - ], - "service_name": "AWS Glue" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by actions based on the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by actions based on tag key-value pairs attached to the resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters access by actions based on the presence of tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "grafana", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to upgrade a workspace with a license", - "privilege": "AssociateLicense", + "access_level": "List", + "description": "Grants permission to retrieve a list of GuardDuty findings", + "privilege": "ListFindings", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "aws-marketplace:ViewSubscriptions" - ], - "resource_type": "workspace*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a workspace", - "privilege": "CreateWorkspace", + "access_level": "List", + "description": "Grants permission to retrieve a list of GuardDuty IPSets", + "privilege": "ListIPSets", "resource_types": [ { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [ - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:GetManagedPrefixListEntries", - "iam:CreateServiceLinkedRole", - "organizations:DescribeOrganization", - "sso:CreateManagedApplicationInstance", - "sso:DescribeRegisteredRegions", - "sso:GetSharedSsoConfiguration" - ], + "condition_keys": [], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create API keys for a workspace", - "privilege": "CreateWorkspaceApiKey", + "access_level": "List", + "description": "Grants permission to retrieve a list of all of the GuardDuty membership invitations that were sent to an AWS account", + "privilege": "ListInvitations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a workspace", - "privilege": "DeleteWorkspace", + "access_level": "List", + "description": "Grants permission to retrieve a list of GuardDuty member accounts associated with an administrator account", + "privilege": "ListMembers", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "sso:DeleteManagedApplicationInstance" - ], - "resource_type": "workspace*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete API keys from a workspace", - "privilege": "DeleteWorkspaceApiKey", + "access_level": "List", + "description": "Grants permission to list details about the organization delegated administrator for GuardDuty", + "privilege": "ListOrganizationAdminAccounts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a workspace", - "privilege": "DescribeWorkspace", + "access_level": "List", + "description": "Grants permission to retrieve a list of publishing destinations", + "privilege": "ListPublishingDestinations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe authentication providers on a workspace", - "privilege": "DescribeWorkspaceAuthentication", + "description": "Grants permission to retrieve a list of tags associated with a GuardDuty resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "detector" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "filter" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ipset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "threatintelset" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the current configuration string for the given workspace", - "privilege": "DescribeWorkspaceConfiguration", + "access_level": "List", + "description": "Grants permission to retrieve a list of GuardDuty ThreatIntelSets", + "privilege": "ListThreatIntelSets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to remove a license from a workspace", - "privilege": "DisassociateLicense", + "description": "Grants permission to send security telemetry for a specific GuardDuty account in a Region", + "privilege": "SendSecurityTelemetry", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the permissions on a wokspace", - "privilege": "ListPermissions", + "access_level": "Write", + "description": "Grants permission to initiate a new malware scan", + "privilege": "StartMalwareScan", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list tags associated with a workspace", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to a GuardDuty administrator account to monitor findings from GuardDuty member accounts", + "privilege": "StartMonitoringMembers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list workspaces", - "privilege": "ListWorkspaces", + "access_level": "Write", + "description": "Grants permission to disable monitoring findings from member accounts", + "privilege": "StopMonitoringMembers", "resource_types": [ { "condition_keys": [], @@ -116024,38 +130224,33 @@ }, { "access_level": "Tagging", - "description": "Grants permission to add tags to, or update tag values of, a workspace", + "description": "Grants permission to add tags to a GuardDuty resource", "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "detector" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a workspace", - "privilege": "UntagResource", - "resource_types": [ + "resource_type": "filter" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "ipset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "threatintelset" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -116063,608 +130258,676 @@ ] }, { - "access_level": "Permissions management", - "description": "Grants permission to modify the permissions on a workspace", - "privilege": "UpdatePermissions", + "access_level": "Write", + "description": "Grants permission to unarchive GuardDuty findings", + "privilege": "UnarchiveFindings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify a workspace", - "privilege": "UpdateWorkspace", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a GuardDuty resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:GetManagedPrefixListEntries", - "iam:CreateServiceLinkedRole" - ], - "resource_type": "workspace*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify authentication providers on a workspace", - "privilege": "UpdateWorkspaceAuthentication", - "resource_types": [ + "dependent_actions": [], + "resource_type": "detector" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update the configuration string for the given workspace", - "privilege": "UpdateWorkspaceConfiguration", - "resource_types": [ + "resource_type": "filter" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "ipset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "threatintelset" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:grafana:${Region}:${Account}:/workspaces/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "workspace" - } - ], - "service_name": "Amazon Managed Grafana" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by checking tag key/value pairs included in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by checking tag key/value pairs associated with a specific resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters access by checking tag keys passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "greengrass", - "privileges": [ - { - "access_level": "Permissions management", - "description": "Grants permission to associate a role with your account. AWS IoT Greengrass uses this role to access your Lambda functions and AWS IoT resources", - "privilege": "AssociateServiceRoleToAccount", + "access_level": "Write", + "description": "Grants permission to update GuardDuty detectors", + "privilege": "UpdateDetector", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "detector*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate a list of client devices with a core device", - "privilege": "BatchAssociateClientDeviceWithCoreDevice", + "description": "Grants permission to updates GuardDuty filters", + "privilege": "UpdateFilter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "coreDevice*" + "resource_type": "filter*" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate a list of client devices from a core device", - "privilege": "BatchDisassociateClientDeviceFromCoreDevice", + "description": "Grants permission to update findings feedback to mark GuardDuty findings as useful or not useful", + "privilege": "UpdateFindingsFeedback", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "coreDevice*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel a deployment", - "privilege": "CancelDeployment", + "description": "Grants permission to update GuardDuty IPSets", + "privilege": "UpdateIPSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "iot:CancelJob", - "iot:DeleteThingShadow", - "iot:DescribeJob", - "iot:DescribeThing", - "iot:DescribeThingGroup", - "iot:GetThingShadow", - "iot:UpdateJob", - "iot:UpdateThingShadow" + "iam:DeleteRolePolicy", + "iam:PutRolePolicy" ], - "resource_type": "deployment*" + "resource_type": "ipset*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a component", - "privilege": "CreateComponentVersion", + "description": "Grants permission to update the malware scan settings", + "privilege": "UpdateMalwareScanSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "component*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a deployment", - "privilege": "CreateDeployment", + "description": "Grants permission to update which data sources are enabled for member accounts detectors", + "privilege": "UpdateMemberDetectors", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "iot:CancelJob", - "iot:CreateJob", - "iot:DeleteThingShadow", - "iot:DescribeJob", - "iot:DescribeThing", - "iot:DescribeThingGroup", - "iot:GetThingShadow", - "iot:UpdateJob", - "iot:UpdateThingShadow" - ], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a component", - "privilege": "DeleteComponent", + "description": "Grants permission to update the delegated administrator configuration associated with a GuardDuty detector", + "privilege": "UpdateOrganizationConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "componentVersion*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a AWS IoT Greengrass core device, which is an AWS IoT thing. This operation removes the core device from the list of core devices. This operation doesn't delete the AWS IoT thing", - "privilege": "DeleteCoreDevice", + "description": "Grants permission to update a publishing destination", + "privilege": "UpdatePublishingDestination", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "iot:DescribeJobExecution" + "s3:GetObject", + "s3:ListBucket" ], - "resource_type": "coreDevice*" + "resource_type": "publishingDestination*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a deployment. To delete an active deployment, it needs to be cancelled first", - "privilege": "DeleteDeployment", + "description": "Grants permission to updates the GuardDuty ThreatIntelSets", + "privilege": "UpdateThreatIntelSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "iot:DeleteJob" + "iam:DeleteRolePolicy", + "iam:PutRolePolicy" ], - "resource_type": "deployment*" + "resource_type": "threatintelset*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "detector" + }, + { + "arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/filter/${FilterName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "filter" + }, + { + "arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/ipset/${IPSetId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "ipset" + }, + { + "arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/threatintelset/${ThreatIntelSetId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "threatintelset" + }, + { + "arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/publishingDestination/${PublishingDestinationId}", + "condition_keys": [], + "resource": "publishingDestination" + } + ], + "service_name": "Amazon GuardDuty" + }, + { + "conditions": [ + { + "condition": "health:eventTypeCode", + "description": "Filters access by event type", + "type": "String" }, + { + "condition": "health:service", + "description": "Filters access by impacted service", + "type": "String" + } + ], + "prefix": "health", + "privileges": [ { "access_level": "Read", - "description": "Grants permission to retrieve metadata for a version of a component", - "privilege": "DescribeComponent", + "description": "Grants permission to retrieve a list of accounts that have been affected by the specified events in organization", + "privilege": "DescribeAffectedAccountsForOrganization", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "componentVersion*" + "dependent_actions": [ + "organizations:ListAccounts" + ], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to disassociate the service role from an account. Without a service role, deployments will not work", - "privilege": "DisassociateServiceRoleFromAccount", + "access_level": "Read", + "description": "Grants permission to retrieve a list of entities that have been affected by the specified events", + "privilege": "DescribeAffectedEntities", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "event*" + }, + { + "condition_keys": [ + "health:eventTypeCode", + "health:service" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get the recipe for a version of a component", - "privilege": "GetComponent", + "description": "Grants permission to retrieve a list of entities that have been affected by the specified events and accounts in organization", + "privilege": "DescribeAffectedEntitiesForOrganization", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "componentVersion*" + "dependent_actions": [ + "organizations:ListAccounts" + ], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get the pre-signed URL to download a public component artifact", - "privilege": "GetComponentVersionArtifact", + "description": "Grants permission to retrieve the number of entities that are affected by each of the specified events", + "privilege": "DescribeEntityAggregates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "componentVersion*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the connectivity information for a Greengrass core device", - "privilege": "GetConnectivityInfo", + "description": "Grants permission to retrieve the number of entities that are affected by each of the specified events in an organization", + "privilege": "DescribeEntityAggregatesForOrganization", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "iot:GetThingShadow" + "organizations:ListAccounts" ], - "resource_type": "connectivityInfo*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieves metadata for a AWS IoT Greengrass core device", - "privilege": "GetCoreDevice", + "description": "Grants permission to retrieve the number of events of each event type (issue, scheduled change, and account notification)", + "privilege": "DescribeEventAggregates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "coreDevice*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get a deployment", - "privilege": "GetDeployment", + "description": "Grants permission to retrieve detailed information about one or more specified events", + "privilege": "DescribeEventDetails", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iot:DescribeJob", - "iot:DescribeThing", - "iot:DescribeThingGroup", - "iot:GetThingShadow" + "dependent_actions": [], + "resource_type": "event*" + }, + { + "condition_keys": [ + "health:eventTypeCode", + "health:service" ], - "resource_type": "deployment*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the service role that is attached to an account", - "privilege": "GetServiceRoleForAccount", + "description": "Grants permission to retrieve detailed information about one or more specified events for provided accounts in organization", + "privilege": "DescribeEventDetailsForOrganization", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "organizations:ListAccounts" + ], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a paginated list of client devices associated to a AWS IoT Greengrass core device", - "privilege": "ListClientDevicesAssociatedWithCoreDevice", + "access_level": "Read", + "description": "Grants permission to retrieve the event types that meet the specified filter criteria", + "privilege": "DescribeEventTypes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "coreDevice*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a paginated list of all versions for a component", - "privilege": "ListComponentVersions", + "access_level": "Read", + "description": "Grants permission to retrieve information about events that meet the specified filter criteria", + "privilege": "DescribeEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "component*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a paginated list of component summaries", - "privilege": "ListComponents", + "access_level": "Read", + "description": "Grants permission to retrieve information about events that meet the specified filter criteria in organization", + "privilege": "DescribeEventsForOrganization", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "organizations:ListAccounts" + ], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a paginated list of AWS IoT Greengrass core devices", - "privilege": "ListCoreDevices", + "access_level": "Read", + "description": "Grants permission to retrieve the status of enabling or disabling the Organizational View feature", + "privilege": "DescribeHealthServiceStatusForOrganization", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "organizations:ListAccounts" + ], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieves a paginated list of deployments", - "privilege": "ListDeployments", + "access_level": "Permissions management", + "description": "Grants permission to disable the Organizational View feature", + "privilege": "DisableHealthServiceAccessForOrganization", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "group*" - }, { "condition_keys": [], "dependent_actions": [ - "iot:DescribeJob", - "iot:DescribeThing", - "iot:DescribeThingGroup", - "iot:GetThingShadow" + "organizations:DisableAWSServiceAccess", + "organizations:ListAccounts" ], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieves a paginated list of deployment jobs that AWS IoT Greengrass sends to AWS IoT Greengrass core devices", - "privilege": "ListEffectiveDeployments", + "access_level": "Permissions management", + "description": "Grants permission to enable the Organizational View feature", + "privilege": "EnableHealthServiceAccessForOrganization", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "iot:DescribeJob", - "iot:DescribeJobExecution", - "iot:DescribeThing", - "iot:DescribeThingGroup", - "iot:GetThingShadow" + "iam:CreateServiceLinkedRole", + "organizations:EnableAWSServiceAccess", + "organizations:ListAccounts" ], - "resource_type": "coreDevice*" + "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:health:*::event/${Service}/${EventTypeCode}/*", + "condition_keys": [], + "resource": "event" + } + ], + "service_name": "AWS Health APIs and Notifications" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request", + "type": "String" }, { - "access_level": "List", - "description": "Grants permission to retrieve a paginated list of the components that a AWS IoT Greengrass core device runs", - "privilege": "ListInstalledComponents", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "healthlake", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create a datastore that can ingest and export FHIR data", + "privilege": "CreateFHIRDatastore", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "coreDevice*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to create resource", + "privilege": "CreateResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "component" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "componentVersion" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "coreDevice" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "deployment" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "bulkDeployment" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "connectorDefinition" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "coreDefinition" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "deviceDefinition" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "functionDefinition" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "group" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "loggerDefinition" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "resourceDefinition" - }, + "resource_type": "datastore*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a datastore", + "privilege": "DeleteFHIRDatastore", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "subscriptionDefinition" - }, + "resource_type": "datastore*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete resource", + "privilege": "DeleteResource", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "datastore*" } ] }, { - "access_level": "List", - "description": "Grants permission to list components that meet the component, version, and platform requirements of a deployment", - "privilege": "ResolveComponentCandidates", + "access_level": "Read", + "description": "Grants permission to get the properties associated with the FHIR datastore, including the datastore ID, datastore ARN, datastore name, datastore status, created at, datastore type version, and datastore endpoint", + "privilege": "DescribeFHIRDatastore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "componentVersion*" + "resource_type": "datastore*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a resource", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to display the properties of a FHIR export job, including the ID, ARN, name, and the status of the datastore", + "privilege": "DescribeFHIRExportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "component" - }, + "resource_type": "datastore*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to display the properties of a FHIR import job, including the ID, ARN, name, and the status of the datastore", + "privilege": "DescribeFHIRImportJob", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "componentVersion" - }, + "resource_type": "datastore*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the capabilities of a FHIR datastore", + "privilege": "GetCapabilities", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "coreDevice" - }, + "resource_type": "datastore*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all FHIR datastores that are in the user\u2019s account, regardless of datastore status", + "privilege": "ListFHIRDatastores", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deployment" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get a list of export jobs for the specified datastore", + "privilege": "ListFHIRExportJobs", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bulkDeployment" - }, + "resource_type": "datastore*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get a list of import jobs for the specified datastore", + "privilege": "ListFHIRImportJobs", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connectorDefinition" - }, + "resource_type": "datastore*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a list of tags for the specified datastore", + "privilege": "ListTagsForResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "coreDefinition" - }, + "resource_type": "datastore" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to read resource", + "privilege": "ReadResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deviceDefinition" - }, + "resource_type": "datastore*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to search resources with GET method", + "privilege": "SearchWithGet", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "functionDefinition" - }, + "resource_type": "datastore*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to search resources with POST method", + "privilege": "SearchWithPost", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group" - }, + "resource_type": "datastore*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to begin a FHIR Export job", + "privilege": "StartFHIRExportJob", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loggerDefinition" - }, + "resource_type": "datastore*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to begin a FHIR Import job", + "privilege": "StartFHIRImportJob", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "resourceDefinition" - }, + "resource_type": "datastore*" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to add tags to a datastore", + "privilege": "TagResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "subscriptionDefinition" + "resource_type": "datastore" }, { "condition_keys": [ + "aws:TagKeys", "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -116673,77 +130936,16 @@ }, { "access_level": "Tagging", - "description": "Grants permission to remove tags from a resource", + "description": "Grants permission to remove tags associated with a datastore", "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "component" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "componentVersion" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "coreDevice" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "deployment" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "bulkDeployment" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "connectorDefinition" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "coreDefinition" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "deviceDefinition" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "functionDefinition" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "group" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "loggerDefinition" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "resourceDefinition" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "subscriptionDefinition" + "resource_type": "datastore" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -116753,95 +130955,99 @@ }, { "access_level": "Write", - "description": "Grants permission to update the connectivity information for a Greengrass core. Any devices that belong to the group that has this core will receive this information in order to find the location of the core and connect to it", - "privilege": "UpdateConnectivityInfo", + "description": "Grants permission to update resource", + "privilege": "UpdateResource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iot:GetThingShadow", - "iot:UpdateThingShadow" - ], - "resource_type": "connectivityInfo*" + "dependent_actions": [], + "resource_type": "datastore*" } ] - }, + } + ], + "resources": [ + { + "arn": "arn:${Partition}:healthlake:${Region}:${Account}:datastore/fhir/${DatastoreId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "datastore" + } + ], + "service_name": "AWS HealthLake" + }, + { + "conditions": [], + "prefix": "honeycode", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to associate a role with a group. The role's permissions must allow Greengrass core Lambda functions and connectors to perform actions in other AWS services", - "privilege": "AssociateRoleToGroup", + "description": "Grants permission to approve a team association request for your AWS Account", + "privilege": "ApproveTeamAssociation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a connector definition", - "privilege": "CreateConnectorDefinition", + "description": "Grants permission to create new rows in a table", + "privilege": "BatchCreateTableRows", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a version of an existing connector definition", - "privilege": "CreateConnectorDefinitionVersion", + "description": "Grants permission to delete rows from a table", + "privilege": "BatchDeleteTableRows", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connectorDefinition*" + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a core definition", - "privilege": "CreateCoreDefinition", + "description": "Grants permission to update rows in a table", + "privilege": "BatchUpdateTableRows", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a version of an existing core definition. Greengrass groups must each contain exactly one Greengrass core", - "privilege": "CreateCoreDefinitionVersion", + "description": "Grants permission to upsert rows in a table", + "privilege": "BatchUpsertTableRows", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "coreDefinition*" + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a device definition", - "privilege": "CreateDeviceDefinition", + "description": "Grants permission to create a new Amazon Honeycode team for your AWS Account", + "privilege": "CreateTeam", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -116849,26 +131055,23 @@ }, { "access_level": "Write", - "description": "Grants permission to create a version of an existing device definition", - "privilege": "CreateDeviceDefinitionVersion", + "description": "Grants permission to create a new tenant within Amazon Honeycode for your AWS Account", + "privilege": "CreateTenant", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deviceDefinition*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a Lambda function definition to be used in a group that contains a list of Lambda functions and their configurations", - "privilege": "CreateFunctionDefinition", + "description": "Grants permission to delete Amazon Honeycode domains for your AWS Account", + "privilege": "DeleteDomains", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -116876,598 +131079,762 @@ }, { "access_level": "Write", - "description": "Grants permission to create a version of an existing Lambda function definition", - "privilege": "CreateFunctionDefinitionVersion", + "description": "Grants permission to remove groups from an Amazon Honeycode team for your AWS Account", + "privilege": "DeregisterGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "functionDefinition*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a group", - "privilege": "CreateGroup", + "access_level": "Read", + "description": "Grants permission to get details about a table data import job", + "privilege": "DescribeTableDataImportJob", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a CA for the group, or rotate the existing CA", - "privilege": "CreateGroupCertificateAuthority", + "access_level": "Read", + "description": "Grants permission to get details about Amazon Honeycode teams for your AWS Account", + "privilege": "DescribeTeam", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a version of a group that has already been defined", - "privilege": "CreateGroupVersion", + "access_level": "Read", + "description": "Grants permission to load the data from a screen", + "privilege": "GetScreenData", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "screen*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a logger definition", - "privilege": "CreateLoggerDefinition", + "description": "Grants permission to invoke a screen automation", + "privilege": "InvokeScreenAutomation", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "screen-automation*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a version of an existing logger definition", - "privilege": "CreateLoggerDefinitionVersion", + "access_level": "List", + "description": "Grants permission to list all Amazon Honeycode domains and their verification status for your AWS Account", + "privilege": "ListDomains", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loggerDefinition*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a resource definition that contains a list of resources to be used in a group", - "privilege": "CreateResourceDefinition", + "access_level": "List", + "description": "Grants permission to list all groups in an Amazon Honeycode team for your AWS Account", + "privilege": "ListGroups", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a version of an existing resource definition", - "privilege": "CreateResourceDefinitionVersion", + "access_level": "List", + "description": "Grants permission to list the columns in a table", + "privilege": "ListTableColumns", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "resourceDefinition*" + "resource_type": "table*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an AWS IoT job that will trigger your Greengrass cores to update the software they are running", - "privilege": "CreateSoftwareUpdateJob", + "access_level": "List", + "description": "Grants permission to list the rows in a table", + "privilege": "ListTableRows", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "table*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a subscription definition", - "privilege": "CreateSubscriptionDefinition", + "access_level": "List", + "description": "Grants permission to list the tables in a workbook", + "privilege": "ListTables", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workbook*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a version of an existing subscription definition", - "privilege": "CreateSubscriptionDefinitionVersion", + "access_level": "Tagging", + "description": "Grants permission to list all tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "subscriptionDefinition*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a connector definition", - "privilege": "DeleteConnectorDefinition", + "access_level": "List", + "description": "Grants permission to list all pending and approved team associations with your AWS Account", + "privilege": "ListTeamAssociations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connectorDefinition*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a core definition. Deleting a definition that is currently in use in a deployment affects future deployments", - "privilege": "DeleteCoreDefinition", + "access_level": "List", + "description": "Grants permission to list all tenants of Amazon Honeycode for your AWS Account", + "privilege": "ListTenants", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "coreDefinition*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a device definition. Deleting a definition that is currently in use in a deployment affects future deployments", - "privilege": "DeleteDeviceDefinition", + "access_level": "Read", + "description": "Grants permission to query the rows of a table using a filter", + "privilege": "QueryTableRows", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deviceDefinition*" + "resource_type": "table*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a Lambda function definition. Deleting a definition that is currently in use in a deployment affects future deployments", - "privilege": "DeleteFunctionDefinition", + "description": "Grants permission to request verification of the Amazon Honeycode domains for your AWS Account", + "privilege": "RegisterDomainForVerification", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "functionDefinition*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a group that is not currently in use in a deployment", - "privilege": "DeleteGroup", + "description": "Grants permission to add groups to an Amazon Honeycode team for your AWS Account", + "privilege": "RegisterGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a logger definition. Deleting a definition that is currently in use in a deployment affects future deployments", - "privilege": "DeleteLoggerDefinition", + "description": "Grants permission to reject a team association request for your AWS Account", + "privilege": "RejectTeamAssociation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loggerDefinition*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a resource definition", - "privilege": "DeleteResourceDefinition", + "description": "Grants permission to restart verification of the Amazon Honeycode domains for your AWS Account", + "privilege": "RestartDomainVerification", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "resourceDefinition*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a subscription definition. Deleting a definition that is currently in use in a deployment affects future deployments", - "privilege": "DeleteSubscriptionDefinition", + "description": "Grants permission to start a table data import job", + "privilege": "StartTableDataImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "subscriptionDefinition*" + "resource_type": "table*" } ] }, { - "access_level": "Write", - "description": "Grants permission to disassociate the role from a group", - "privilege": "DisassociateRoleFromGroup", + "access_level": "Tagging", + "description": "Grants permission to tag a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information required to connect to a Greengrass core", - "privilege": "Discover", + "access_level": "Tagging", + "description": "Grants permission to untag a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the role associated with a group", - "privilege": "GetAssociatedRole", + "access_level": "Write", + "description": "Grants permission to update an Amazon Honeycode team for your AWS Account", + "privilege": "UpdateTeam", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:honeycode:${Region}:${Account}:workbook:workbook/${WorkbookId}", + "condition_keys": [], + "resource": "workbook" }, { - "access_level": "Read", - "description": "Grants permission to return the status of a bulk deployment", - "privilege": "GetBulkDeploymentStatus", + "arn": "arn:${Partition}:honeycode:${Region}:${Account}:table:workbook/${WorkbookId}/table/${TableId}", + "condition_keys": [], + "resource": "table" + }, + { + "arn": "arn:${Partition}:honeycode:${Region}:${Account}:screen:workbook/${WorkbookId}/app/${AppId}/screen/${ScreenId}", + "condition_keys": [], + "resource": "screen" + }, + { + "arn": "arn:${Partition}:honeycode:${Region}:${Account}:screen-automation:workbook/${WorkbookId}/app/${AppId}/screen/${ScreenId}/automation/${AutomationId}", + "condition_keys": [], + "resource": "screen-automation" + } + ], + "service_name": "Amazon Honeycode" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access based on the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access based on the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access based on the tag keys that are passed in the request", + "type": "ArrayOfString" + }, + { + "condition": "iam:AWSServiceName", + "description": "Filters access by the AWS service to which this role is attached", + "type": "String" + }, + { + "condition": "iam:AssociatedResourceArn", + "description": "Filters access by the resource that the role will be used on behalf of", + "type": "ARN" + }, + { + "condition": "iam:FIDO-FIPS-140-2-certification", + "description": "Filters access by the MFA device FIPS-140-2 validation certification level at the time of registration of a FIDO security key", + "type": "String" + }, + { + "condition": "iam:FIDO-FIPS-140-3-certification", + "description": "Filters access by the MFA device FIPS-140-3 validation certification level at the time of registration of a FIDO security key", + "type": "String" + }, + { + "condition": "iam:FIDO-certification", + "description": "Filters access by the MFA device FIDO certification level at the time of registration of a FIDO security key", + "type": "String" + }, + { + "condition": "iam:OrganizationsPolicyId", + "description": "Filters access by the ID of an AWS Organizations policy", + "type": "String" + }, + { + "condition": "iam:PassedToService", + "description": "Filters access by the AWS service to which this role is passed", + "type": "String" + }, + { + "condition": "iam:PermissionsBoundary", + "description": "Filters access if the specified policy is set as the permissions boundary on the IAM entity (user or role)", + "type": "ARN" + }, + { + "condition": "iam:PolicyARN", + "description": "Filters access by the ARN of an IAM policy", + "type": "ARN" + }, + { + "condition": "iam:RegisterSecurityKey", + "description": "Filters access by the current state of MFA device enablement", + "type": "String" + }, + { + "condition": "iam:ResourceTag/${TagKey}", + "description": "Filters access by the tags attached to an IAM entity (user or role)", + "type": "String" + } + ], + "prefix": "iam", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to add a new client ID (audience) to the list of registered IDs for the specified IAM OpenID Connect (OIDC) provider resource", + "privilege": "AddClientIDToOpenIDConnectProvider", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bulkDeployment*" + "resource_type": "oidc-provider*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a connector definition", - "privilege": "GetConnectorDefinition", + "access_level": "Write", + "description": "Grants permission to add an IAM role to the specified instance profile", + "privilege": "AddRoleToInstanceProfile", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "connectorDefinition*" + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "instance-profile*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a connector definition version", - "privilege": "GetConnectorDefinitionVersion", + "access_level": "Write", + "description": "Grants permission to add an IAM user to the specified IAM group", + "privilege": "AddUserToGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connectorDefinition*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "connectorDefinitionVersion*" + "resource_type": "group*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a core definition", - "privilege": "GetCoreDefinition", + "access_level": "Permissions management", + "description": "Grants permission to attach a managed policy to the specified IAM group", + "privilege": "AttachGroupPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "coreDefinition*" + "resource_type": "group*" + }, + { + "condition_keys": [ + "iam:PolicyARN" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a core definition version", - "privilege": "GetCoreDefinitionVersion", + "access_level": "Permissions management", + "description": "Grants permission to attach a managed policy to the specified IAM role", + "privilege": "AttachRolePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "coreDefinition*" + "resource_type": "role*" }, { - "condition_keys": [], + "condition_keys": [ + "iam:PolicyARN", + "iam:PermissionsBoundary" + ], "dependent_actions": [], - "resource_type": "coreDefinitionVersion*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the status of a deployment", - "privilege": "GetDeploymentStatus", + "access_level": "Permissions management", + "description": "Grants permission to attach a managed policy to the specified IAM user", + "privilege": "AttachUserPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deployment*" + "resource_type": "user*" }, { - "condition_keys": [], + "condition_keys": [ + "iam:PolicyARN", + "iam:PermissionsBoundary" + ], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a device definition", - "privilege": "GetDeviceDefinition", + "access_level": "Write", + "description": "Grants permission to an IAM user to change their own password", + "privilege": "ChangePassword", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deviceDefinition*" + "resource_type": "user*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a device definition version", - "privilege": "GetDeviceDefinitionVersion", + "access_level": "Write", + "description": "Grants permission to create access key and secret access key for the specified IAM user", + "privilege": "CreateAccessKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deviceDefinition*" - }, + "resource_type": "user*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an alias for your AWS account", + "privilege": "CreateAccountAlias", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deviceDefinitionVersion*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a Lambda function definition, such as its creation time and latest version", - "privilege": "GetFunctionDefinition", + "access_level": "Write", + "description": "Grants permission to create a new group", + "privilege": "CreateGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "functionDefinition*" + "resource_type": "group*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a Lambda function definition version, such as which Lambda functions are included in the version and their configurations", - "privilege": "GetFunctionDefinitionVersion", + "access_level": "Write", + "description": "Grants permission to create a new instance profile", + "privilege": "CreateInstanceProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "functionDefinition*" + "resource_type": "instance-profile*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "functionDefinitionVersion*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a group", - "privilege": "GetGroup", + "access_level": "Write", + "description": "Grants permission to create a password for the specified IAM user", + "privilege": "CreateLoginProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "user*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the public key of the CA associated with a group", - "privilege": "GetGroupCertificateAuthority", + "access_level": "Write", + "description": "Grants permission to create an IAM resource that describes an identity provider (IdP) that supports OpenID Connect (OIDC)", + "privilege": "CreateOpenIDConnectProvider", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "certificateAuthority*" + "resource_type": "oidc-provider*" }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to create a new managed policy", + "privilege": "CreatePolicy", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "policy*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the current configuration for the CA used by a group", - "privilege": "GetGroupCertificateConfiguration", + "access_level": "Permissions management", + "description": "Grants permission to create a new version of the specified managed policy", + "privilege": "CreatePolicyVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "policy*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a group version", - "privilege": "GetGroupVersion", + "access_level": "Write", + "description": "Grants permission to create a new role", + "privilege": "CreateRole", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "role*" }, { - "condition_keys": [], + "condition_keys": [ + "iam:PermissionsBoundary", + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "groupVersion*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a logger definition", - "privilege": "GetLoggerDefinition", + "access_level": "Write", + "description": "Grants permission to create an IAM resource that describes an identity provider (IdP) that supports SAML 2.0", + "privilege": "CreateSAMLProvider", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loggerDefinition*" + "resource_type": "saml-provider*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a logger definition version", - "privilege": "GetLoggerDefinitionVersion", + "access_level": "Write", + "description": "Grants permission to create an IAM role that allows an AWS service to perform actions on your behalf", + "privilege": "CreateServiceLinkedRole", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loggerDefinition*" + "resource_type": "role*" }, { - "condition_keys": [], + "condition_keys": [ + "iam:AWSServiceName" + ], "dependent_actions": [], - "resource_type": "loggerDefinitionVersion*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a resource definition, such as its creation time and latest version", - "privilege": "GetResourceDefinition", + "access_level": "Write", + "description": "Grants permission to create a new service-specific credential for an IAM user", + "privilege": "CreateServiceSpecificCredential", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "resourceDefinition*" + "resource_type": "user*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a resource definition version, such as which resources are included in the version", - "privilege": "GetResourceDefinitionVersion", + "access_level": "Write", + "description": "Grants permission to create a new IAM user", + "privilege": "CreateUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "resourceDefinition*" + "resource_type": "user*" }, { - "condition_keys": [], + "condition_keys": [ + "iam:PermissionsBoundary", + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "resourceDefinitionVersion*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a subscription definition", - "privilege": "GetSubscriptionDefinition", + "access_level": "Write", + "description": "Grants permission to create a new virtual MFA device", + "privilege": "CreateVirtualMFADevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "subscriptionDefinition*" + "resource_type": "mfa*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a subscription definition version", - "privilege": "GetSubscriptionDefinitionVersion", + "access_level": "Write", + "description": "Grants permission to deactivate the specified MFA device and remove its association with the IAM user for which it was originally enabled", + "privilege": "DeactivateMFADevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "subscriptionDefinition*" - }, + "resource_type": "user*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the access key pair that is associated with the specified IAM user", + "privilege": "DeleteAccessKey", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "subscriptionDefinitionVersion*" + "resource_type": "user*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve runtime configuration of a thing", - "privilege": "GetThingRuntimeConfiguration", + "access_level": "Write", + "description": "Grants permission to delete the specified AWS account alias", + "privilege": "DeleteAccountAlias", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thingRuntimeConfig*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a paginated list of the deployments that have been started in a bulk deployment operation and their current deployment status", - "privilege": "ListBulkDeploymentDetailedReports", + "access_level": "Permissions management", + "description": "Grants permission to delete the password policy for the AWS account", + "privilege": "DeleteAccountPasswordPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bulkDeployment*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of bulk deployments", - "privilege": "ListBulkDeployments", + "access_level": "Write", + "description": "Grants permission to delete an existing CloudFront public key", + "privilege": "DeleteCloudFrontPublicKey", "resource_types": [ { "condition_keys": [], @@ -117477,230 +131844,291 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the versions of a connector definition", - "privilege": "ListConnectorDefinitionVersions", + "access_level": "Write", + "description": "Grants permission to delete the specified IAM group", + "privilege": "DeleteGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connectorDefinition*" + "resource_type": "group*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of connector definitions", - "privilege": "ListConnectorDefinitions", + "access_level": "Permissions management", + "description": "Grants permission to delete the specified inline policy from its group", + "privilege": "DeleteGroupPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "group*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the versions of a core definition", - "privilege": "ListCoreDefinitionVersions", + "access_level": "Write", + "description": "Grants permission to delete the specified instance profile", + "privilege": "DeleteInstanceProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "coreDefinition*" + "resource_type": "instance-profile*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of core definitions", - "privilege": "ListCoreDefinitions", + "access_level": "Write", + "description": "Grants permission to delete the password for the specified IAM user", + "privilege": "DeleteLoginProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "user*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the versions of a device definition", - "privilege": "ListDeviceDefinitionVersions", + "access_level": "Write", + "description": "Grants permission to delete an OpenID Connect identity provider (IdP) resource object in IAM", + "privilege": "DeleteOpenIDConnectProvider", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deviceDefinition*" + "resource_type": "oidc-provider*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of device definitions", - "privilege": "ListDeviceDefinitions", + "access_level": "Permissions management", + "description": "Grants permission to delete the specified managed policy and remove it from any IAM entities (users, groups, or roles) to which it is attached", + "privilege": "DeletePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "policy*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the versions of a Lambda function definition", - "privilege": "ListFunctionDefinitionVersions", + "access_level": "Permissions management", + "description": "Grants permission to delete a version from the specified managed policy", + "privilege": "DeletePolicyVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "functionDefinition*" + "resource_type": "policy*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of Lambda function definitions", - "privilege": "ListFunctionDefinitions", + "access_level": "Write", + "description": "Grants permission to delete the specified role", + "privilege": "DeleteRole", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "role*" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to remove the permissions boundary from a role", + "privilege": "DeleteRolePermissionsBoundary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "role*" + }, + { + "condition_keys": [ + "iam:PermissionsBoundary" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of current CAs for a group", - "privilege": "ListGroupCertificateAuthorities", + "access_level": "Permissions management", + "description": "Grants permission to delete the specified inline policy from the specified role", + "privilege": "DeleteRolePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "role*" + }, + { + "condition_keys": [ + "iam:PermissionsBoundary" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the versions of a group", - "privilege": "ListGroupVersions", + "access_level": "Write", + "description": "Grants permission to delete a SAML provider resource in IAM", + "privilege": "DeleteSAMLProvider", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "saml-provider*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of groups", - "privilege": "ListGroups", + "access_level": "Write", + "description": "Grants permission to delete the specified SSH public key", + "privilege": "DeleteSSHPublicKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "user*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the versions of a logger definition", - "privilege": "ListLoggerDefinitionVersions", + "access_level": "Write", + "description": "Grants permission to delete the specified server certificate", + "privilege": "DeleteServerCertificate", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "server-certificate*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an IAM role that is linked to a specific AWS service, if the service is no longer using it", + "privilege": "DeleteServiceLinkedRole", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loggerDefinition*" + "resource_type": "role*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of logger definitions", - "privilege": "ListLoggerDefinitions", + "access_level": "Write", + "description": "Grants permission to delete the specified service-specific credential for an IAM user", + "privilege": "DeleteServiceSpecificCredential", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "user*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the versions of a resource definition", - "privilege": "ListResourceDefinitionVersions", + "access_level": "Write", + "description": "Grants permission to delete a signing certificate that is associated with the specified IAM user", + "privilege": "DeleteSigningCertificate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "resourceDefinition*" + "resource_type": "user*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of resource definitions", - "privilege": "ListResourceDefinitions", + "access_level": "Write", + "description": "Grants permission to delete the specified IAM user", + "privilege": "DeleteUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "user*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the versions of a subscription definition", - "privilege": "ListSubscriptionDefinitionVersions", + "access_level": "Permissions management", + "description": "Grants permission to remove the permissions boundary from the specified IAM user", + "privilege": "DeleteUserPermissionsBoundary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "subscriptionDefinition*" + "resource_type": "user*" + }, + { + "condition_keys": [ + "iam:PermissionsBoundary" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of subscription definitions", - "privilege": "ListSubscriptionDefinitions", + "access_level": "Permissions management", + "description": "Grants permission to delete the specified inline policy from an IAM user", + "privilege": "DeleteUserPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "user*" + }, + { + "condition_keys": [ + "iam:PermissionsBoundary" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to reset a group's deployments", - "privilege": "ResetDeployments", + "description": "Grants permission to delete a virtual MFA device", + "privilege": "DeleteVirtualMFADevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "mfa" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "sms-mfa" } ] }, { - "access_level": "Write", - "description": "Grants permission to deploy multiple groups in one operation", - "privilege": "StartBulkDeployment", + "access_level": "Permissions management", + "description": "Grants permission to detach a managed policy from the specified IAM group", + "privilege": "DetachGroupPolicy", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "group*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "iam:PolicyARN" ], "dependent_actions": [], "resource_type": "" @@ -117708,602 +132136,434 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to stop the execution of a bulk deployment", - "privilege": "StopBulkDeployment", + "access_level": "Permissions management", + "description": "Grants permission to detach a managed policy from the specified role", + "privilege": "DetachRolePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bulkDeployment*" + "resource_type": "role*" + }, + { + "condition_keys": [ + "iam:PolicyARN", + "iam:PermissionsBoundary" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a connector definition", - "privilege": "UpdateConnectorDefinition", + "access_level": "Permissions management", + "description": "Grants permission to detach a managed policy from the specified IAM user", + "privilege": "DetachUserPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connectorDefinition*" + "resource_type": "user*" + }, + { + "condition_keys": [ + "iam:PolicyARN", + "iam:PermissionsBoundary" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a core definition", - "privilege": "UpdateCoreDefinition", + "description": "Grants permission to enable an MFA device and associate it with the specified IAM user", + "privilege": "EnableMFADevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "coreDefinition*" + "resource_type": "user*" + }, + { + "condition_keys": [ + "iam:RegisterSecurityKey", + "iam:FIDO-FIPS-140-2-certification", + "iam:FIDO-FIPS-140-3-certification", + "iam:FIDO-certification" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a device definition", - "privilege": "UpdateDeviceDefinition", + "access_level": "Read", + "description": "Grants permission to generate a credential report for the AWS account", + "privilege": "GenerateCredentialReport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "deviceDefinition*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a Lambda function definition", - "privilege": "UpdateFunctionDefinition", + "access_level": "Read", + "description": "Grants permission to generate an access report for an AWS Organizations entity", + "privilege": "GenerateOrganizationsAccessReport", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "organizations:DescribePolicy", + "organizations:ListChildren", + "organizations:ListParents", + "organizations:ListPoliciesForTarget", + "organizations:ListRoots", + "organizations:ListTargetsForPolicy" + ], + "resource_type": "access-report*" + }, + { + "condition_keys": [ + "iam:OrganizationsPolicyId" + ], "dependent_actions": [], - "resource_type": "functionDefinition*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a group", - "privilege": "UpdateGroup", + "access_level": "Read", + "description": "Grants permission to generate a service last accessed data report for an IAM resource", + "privilege": "GenerateServiceLastAccessedDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], "resource_type": "group*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "policy*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "role*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the certificate expiry time for a group", - "privilege": "UpdateGroupCertificateConfiguration", + "access_level": "Read", + "description": "Grants permission to retrieve information about when the specified access key was last used", + "privilege": "GetAccessKeyLastUsed", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "user*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a logger definition", - "privilege": "UpdateLoggerDefinition", + "access_level": "Read", + "description": "Grants permission to retrieve information about all IAM users, groups, roles, and policies in your AWS account, including their relationships to one another", + "privilege": "GetAccountAuthorizationDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "loggerDefinition*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a resource definition", - "privilege": "UpdateResourceDefinition", + "access_level": "Read", + "description": "Grants permission to retrieve the email address that is associated with the account", + "privilege": "GetAccountEmailAddress", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "resourceDefinition*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a subscription definition", - "privilege": "UpdateSubscriptionDefinition", + "access_level": "Read", + "description": "Grants permission to retrieve the account name that is associated with the account", + "privilege": "GetAccountName", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "subscriptionDefinition*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update runtime configuration of a thing", - "privilege": "UpdateThingRuntimeConfiguration", + "access_level": "Read", + "description": "Grants permission to retrieve the password policy for the AWS account", + "privilege": "GetAccountPasswordPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thingRuntimeConfig*" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/things/${ThingName}/connectivityInfo", - "condition_keys": [], - "resource": "connectivityInfo" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:components:${ComponentName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "component" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:components:${ComponentName}:versions:${ComponentVersion}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "componentVersion" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:coreDevices:${CoreDeviceThingName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "coreDevice" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:deployments:${DeploymentId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "deployment" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/groups/${GroupId}/certificateauthorities/${CertificateAuthorityId}", - "condition_keys": [], - "resource": "certificateAuthority" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/bulk/deployments/${BulkDeploymentId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "bulkDeployment" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/groups/${GroupId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "group" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/groups/${GroupId}/versions/${VersionId}", - "condition_keys": [], - "resource": "groupVersion" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/cores/${CoreDefinitionId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "coreDefinition" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/cores/${CoreDefinitionId}/versions/${VersionId}", - "condition_keys": [], - "resource": "coreDefinitionVersion" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/devices/${DeviceDefinitionId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "deviceDefinition" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/devices/${DeviceDefinitionId}/versions/${VersionId}", - "condition_keys": [], - "resource": "deviceDefinitionVersion" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/functions/${FunctionDefinitionId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "functionDefinition" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/functions/${FunctionDefinitionId}/versions/${VersionId}", - "condition_keys": [], - "resource": "functionDefinitionVersion" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/subscriptions/${SubscriptionDefinitionId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "subscriptionDefinition" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/subscriptions/${SubscriptionDefinitionId}/versions/${VersionId}", - "condition_keys": [], - "resource": "subscriptionDefinitionVersion" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/loggers/${LoggerDefinitionId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "loggerDefinition" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/loggers/${LoggerDefinitionId}/versions/${VersionId}", - "condition_keys": [], - "resource": "loggerDefinitionVersion" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/resources/${ResourceDefinitionId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "resourceDefinition" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/resources/${ResourceDefinitionId}/versions/${VersionId}", - "condition_keys": [], - "resource": "resourceDefinitionVersion" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/connectors/${ConnectorDefinitionId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "connectorDefinition" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/definition/connectors/${ConnectorDefinitionId}/versions/${VersionId}", - "condition_keys": [], - "resource": "connectorDefinitionVersion" - }, - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:thing/${ThingName}", - "condition_keys": [], - "resource": "thing" - }, - { - "arn": "arn:${Partition}:greengrass:${Region}:${Account}:/greengrass/things/${ThingName}/runtimeconfig", - "condition_keys": [], - "resource": "thingRuntimeConfig" - } - ], - "service_name": "AWS IoT Greengrass" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - }, - { - "condition": "groundstation:AgentId", - "description": "Filters access by the ID of an agent", - "type": "String" - }, - { - "condition": "groundstation:ConfigId", - "description": "Filters access by the ID of a config", - "type": "String" - }, - { - "condition": "groundstation:ConfigType", - "description": "Filters access by the type of a config", - "type": "String" - }, - { - "condition": "groundstation:ContactId", - "description": "Filters access by the ID of a contact", - "type": "String" }, { - "condition": "groundstation:DataflowEndpointGroupId", - "description": "Filters access by the ID of a dataflow endpoint group", - "type": "String" - }, - { - "condition": "groundstation:EphemerisId", - "description": "Filters access by the ID of an ephemeris", - "type": "String" - }, - { - "condition": "groundstation:GroundStationId", - "description": "Filters access by the ID of a ground station", - "type": "String" - }, - { - "condition": "groundstation:MissionProfileId", - "description": "Filters access by the ID of a mission profile", - "type": "String" - }, - { - "condition": "groundstation:SatelliteId", - "description": "Filters access by the ID of a satellite", - "type": "String" - } - ], - "prefix": "groundstation", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to cancel a contact", - "privilege": "CancelContact", + "access_level": "List", + "description": "Grants permission to retrieve information about IAM entity usage and IAM quotas in the AWS account", + "privilege": "GetAccountSummary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Contact*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a configuration", - "privilege": "CreateConfig", + "access_level": "Read", + "description": "Grants permission to retrieve information about the specified CloudFront public key", + "privilege": "GetCloudFrontPublicKey", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a data flow endpoint group", - "privilege": "CreateDataflowEndpointGroup", + "access_level": "Read", + "description": "Grants permission to retrieve a list of all of the context keys that are referenced in the specified policy", + "privilege": "GetContextKeysForCustomPolicy", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an ephemeris item", - "privilege": "CreateEphemeris", + "access_level": "Read", + "description": "Grants permission to retrieve a list of all context keys that are referenced in all IAM policies that are attached to the specified IAM identity (user, group, or role)", + "privilege": "GetContextKeysForPrincipalPolicy", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "group" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "role" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a mission profile", - "privilege": "CreateMissionProfile", + "access_level": "Read", + "description": "Grants permission to retrieve a credential report for the AWS account", + "privilege": "GetCredentialReport", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a config", - "privilege": "DeleteConfig", + "access_level": "Read", + "description": "Grants permission to retrieve a list of IAM users in the specified IAM group", + "privilege": "GetGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Config*" + "resource_type": "group*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a data flow endpoint group", - "privilege": "DeleteDataflowEndpointGroup", + "access_level": "Read", + "description": "Grants permission to retrieve an inline policy document that is embedded in the specified IAM group", + "privilege": "GetGroupPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "DataflowEndpointGroup*" + "resource_type": "group*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an ephemeris item", - "privilege": "DeleteEphemeris", + "access_level": "Read", + "description": "Grants permission to retrieve information about the specified instance profile, including the instance profile's path, GUID, ARN, and role", + "privilege": "GetInstanceProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "EphemerisItem*" + "resource_type": "instance-profile*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a mission profile", - "privilege": "DeleteMissionProfile", + "access_level": "List", + "description": "Grants permission to retrieve the user name and password creation date for the specified IAM user", + "privilege": "GetLoginProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MissionProfile*" + "resource_type": "user*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a contact", - "privilege": "DescribeContact", + "description": "Grants permission to retrieve information about an MFA device for the specified user", + "privilege": "GetMFADevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Contact*" + "resource_type": "user*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe an ephemeris item", - "privilege": "DescribeEphemeris", + "description": "Grants permission to retrieve information about the specified OpenID Connect (OIDC) provider resource in IAM", + "privilege": "GetOpenIDConnectProvider", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "EphemerisItem*" + "resource_type": "oidc-provider*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the configuration of an agent", - "privilege": "GetAgentConfiguration", + "description": "Grants permission to retrieve an AWS Organizations access report", + "privilege": "GetOrganizationsAccessReport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Agent*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to return a configuration", - "privilege": "GetConfig", + "description": "Grants permission to retrieve information about the specified managed policy, including the policy's default version and the total number of identities to which the policy is attached", + "privilege": "GetPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Config*" + "resource_type": "policy*" } ] }, { "access_level": "Read", - "description": "Grants permission to return a data flow endpoint group", - "privilege": "GetDataflowEndpointGroup", + "description": "Grants permission to retrieve information about a version of the specified managed policy, including the policy document", + "privilege": "GetPolicyVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "DataflowEndpointGroup*" + "resource_type": "policy*" } ] }, { "access_level": "Read", - "description": "Grants permission to return minutes usage", - "privilege": "GetMinuteUsage", + "description": "Grants permission to retrieve information about the specified role, including the role's path, GUID, ARN, and the role's trust policy", + "privilege": "GetRole", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "role*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a mission profile", - "privilege": "GetMissionProfile", + "description": "Grants permission to retrieve an inline policy document that is embedded with the specified IAM role", + "privilege": "GetRolePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MissionProfile*" + "resource_type": "role*" } ] }, { "access_level": "Read", - "description": "Grants permission to return information about a satellite", - "privilege": "GetSatellite", + "description": "Grants permission to retrieve the SAML provider metadocument that was uploaded when the IAM SAML provider resource was created or updated", + "privilege": "GetSAMLProvider", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Satellite*" + "resource_type": "saml-provider*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of past configurations", - "privilege": "ListConfigs", + "access_level": "Read", + "description": "Grants permission to retrieve the specified SSH public key, including metadata about the key", + "privilege": "GetSSHPublicKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "user*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of contacts", - "privilege": "ListContacts", + "access_level": "Read", + "description": "Grants permission to retrieve information about the specified server certificate stored in IAM", + "privilege": "GetServerCertificate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "server-certificate*" } ] }, { - "access_level": "List", - "description": "Grants permission to list data flow endpoint groups", - "privilege": "ListDataflowEndpointGroups", + "access_level": "Read", + "description": "Grants permission to retrieve information about the service last accessed data report", + "privilege": "GetServiceLastAccessedDetails", "resource_types": [ { "condition_keys": [], @@ -118313,9 +132573,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list ephemerides", - "privilege": "ListEphemerides", + "access_level": "Read", + "description": "Grants permission to retrieve information about the entities from the service last accessed data report", + "privilege": "GetServiceLastAccessedDetailsWithEntities", "resource_types": [ { "condition_keys": [], @@ -118325,72 +132585,57 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list ground stations", - "privilege": "ListGroundStations", + "access_level": "Read", + "description": "Grants permission to retrieve an IAM service-linked role deletion status", + "privilege": "GetServiceLinkedRoleDeletionStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "role*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of mission profiles", - "privilege": "ListMissionProfiles", + "access_level": "Read", + "description": "Grants permission to retrieve information about the specified IAM user, including the user's creation date, path, unique ID, and ARN", + "privilege": "GetUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "user*" } ] }, { - "access_level": "List", - "description": "Grants permission to list satellites", - "privilege": "ListSatellites", + "access_level": "Read", + "description": "Grants permission to retrieve an inline policy document that is embedded in the specified IAM user", + "privilege": "GetUserPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "user*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "List", + "description": "Grants permission to list information about the access key IDs that are associated with the specified IAM user", + "privilege": "ListAccessKeys", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Config" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Contact" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "DataflowEndpointGroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "MissionProfile" + "resource_type": "user*" } ] }, { - "access_level": "Write", - "description": "Grants permission to register an agent", - "privilege": "RegisterAgent", + "access_level": "List", + "description": "Grants permission to list the account alias that is associated with the AWS account", + "privilege": "ListAccountAliases", "resource_types": [ { "condition_keys": [], @@ -118400,246 +132645,117 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to reserve a contact", - "privilege": "ReserveContact", + "access_level": "List", + "description": "Grants permission to list all managed policies that are attached to the specified IAM group", + "privilege": "ListAttachedGroupPolicies", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "group*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to assign a resource tag", - "privilege": "TagResource", + "access_level": "List", + "description": "Grants permission to list all managed policies that are attached to the specified IAM role", + "privilege": "ListAttachedRolePolicies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Config" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Contact" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "DataflowEndpointGroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "EphemerisItem" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "MissionProfile" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "role*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to unassign a resource tag", - "privilege": "UntagResource", + "access_level": "List", + "description": "Grants permission to list all managed policies that are attached to the specified IAM user", + "privilege": "ListAttachedUserPolicies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Config" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Contact" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "DataflowEndpointGroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "EphemerisItem" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "MissionProfile" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "user*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the status of an agent", - "privilege": "UpdateAgentStatus", + "access_level": "List", + "description": "Grants permission to list all current CloudFront public keys for the account", + "privilege": "ListCloudFrontPublicKeys", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Agent*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a configuration", - "privilege": "UpdateConfig", + "access_level": "List", + "description": "Grants permission to list all IAM identities to which the specified managed policy is attached", + "privilege": "ListEntitiesForPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Config*" + "resource_type": "policy*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an ephemeris item", - "privilege": "UpdateEphemeris", + "access_level": "List", + "description": "Grants permission to list the names of the inline policies that are embedded in the specified IAM group", + "privilege": "ListGroupPolicies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "EphemerisItem*" + "resource_type": "group*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a mission profile", - "privilege": "UpdateMissionProfile", + "access_level": "List", + "description": "Grants permission to list the IAM groups that have the specified path prefix", + "privilege": "ListGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MissionProfile*" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:groundstation:${Region}:${Account}:config/${ConfigType}/${ConfigId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "groundstation:ConfigId", - "groundstation:ConfigType" - ], - "resource": "Config" - }, - { - "arn": "arn:${Partition}:groundstation:${Region}:${Account}:contact/${ContactId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "groundstation:ContactId" - ], - "resource": "Contact" - }, - { - "arn": "arn:${Partition}:groundstation:${Region}:${Account}:dataflow-endpoint-group/${DataflowEndpointGroupId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "groundstation:DataflowEndpointGroupId" - ], - "resource": "DataflowEndpointGroup" - }, - { - "arn": "arn:${Partition}:groundstation:${Region}:${Account}:ephemeris/${EphemerisId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "groundstation:EphemerisId" - ], - "resource": "EphemerisItem" - }, - { - "arn": "arn:${Partition}:groundstation:${Region}:${Account}:groundstation:${GroundStationId}", - "condition_keys": [ - "groundstation:GroundStationId" - ], - "resource": "GroundStationResource" - }, - { - "arn": "arn:${Partition}:groundstation:${Region}:${Account}:mission-profile/${MissionProfileId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "groundstation:MissionProfileId" - ], - "resource": "MissionProfile" - }, - { - "arn": "arn:${Partition}:groundstation:${Region}:${Account}:satellite/${SatelliteId}", - "condition_keys": [ - "groundstation:SatelliteId" - ], - "resource": "Satellite" }, { - "arn": "arn:${Partition}:groundstation:${Region}:${Account}:agent/${AgentId}", - "condition_keys": [ - "groundstation:AgentId" - ], - "resource": "Agent" - } - ], - "service_name": "AWS Ground Station" - }, - { - "conditions": [], - "prefix": "groundtruthlabeling", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to associate a patch file with the manifest file to update the manifest file", - "privilege": "AssociatePatchToManifestJob", + "access_level": "List", + "description": "Grants permission to list the IAM groups that the specified IAM user belongs to", + "privilege": "ListGroupsForUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "user*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get status of GroundTruthLabeling Jobs", - "privilege": "DescribeConsoleJob", + "access_level": "List", + "description": "Grants permission to list the tags that are attached to the specified instance profile", + "privilege": "ListInstanceProfileTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "instance-profile*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list dataset objects in a manifest file", - "privilege": "ListDatasetObjects", + "access_level": "List", + "description": "Grants permission to list the instance profiles that have the specified path prefix", + "privilege": "ListInstanceProfiles", "resource_types": [ { "condition_keys": [], @@ -118649,81 +132765,57 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to filter records from a manifest file using S3 select. Get sample entries based on random sampling", - "privilege": "RunFilterOrSampleDatasetJob", + "access_level": "List", + "description": "Grants permission to list the instance profiles that have the specified associated IAM role", + "privilege": "ListInstanceProfilesForRole", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "role*" } ] }, { - "access_level": "Write", - "description": "Grants permission to list a S3 prefix and create manifest files from objects in that location", - "privilege": "RunGenerateManifestByCrawlingJob", + "access_level": "List", + "description": "Grants permission to list the tags that are attached to the specified virtual mfa device", + "privilege": "ListMFADeviceTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "mfa*" } ] - } - ], - "resources": [], - "service_name": "Amazon GroundTruth Labeling" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters access by tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "guardduty", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to accept invitations to become a GuardDuty member account", - "privilege": "AcceptAdministratorInvitation", + "access_level": "List", + "description": "Grants permission to list the MFA devices for an IAM user", + "privilege": "ListMFADevices", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "user" } ] }, { - "access_level": "Write", - "description": "Grants permission to accept invitations to become a GuardDuty member account", - "privilege": "AcceptInvitation", + "access_level": "List", + "description": "Grants permission to list the tags that are attached to the specified OpenID Connect provider", + "privilege": "ListOpenIDConnectProviderTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "oidc-provider*" } ] }, { - "access_level": "Write", - "description": "Grants permission to archive GuardDuty findings", - "privilege": "ArchiveFindings", + "access_level": "List", + "description": "Grants permission to list information about the IAM OpenID Connect (OIDC) provider resource objects that are defined in the AWS account", + "privilege": "ListOpenIDConnectProviders", "resource_types": [ { "condition_keys": [], @@ -118733,89 +132825,91 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a detector", - "privilege": "CreateDetector", + "access_level": "List", + "description": "Grants permission to list all managed policies", + "privilege": "ListPolicies", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create GuardDuty filters. A filters defines finding attributes and conditions used to filter findings", - "privilege": "CreateFilter", + "access_level": "List", + "description": "Grants permission to list information about the policies that grant an entity access to a specific service", + "privilege": "ListPoliciesGrantingServiceAccess", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "filter*" + "resource_type": "group*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "role*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an IPSet", - "privilege": "CreateIPSet", + "access_level": "List", + "description": "Grants permission to list the tags that are attached to the specified managed policy", + "privilege": "ListPolicyTags", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "iam:DeleteRolePolicy", - "iam:PutRolePolicy" - ], - "resource_type": "" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "policy*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create GuardDuty member accounts, where the account used to create a member becomes the GuardDuty administrator account", - "privilege": "CreateMembers", + "access_level": "List", + "description": "Grants permission to list information about the versions of the specified managed policy, including the version that is currently set as the policy's default version", + "privilege": "ListPolicyVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "policy*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a publishing destination", - "privilege": "CreatePublishingDestination", + "access_level": "List", + "description": "Grants permission to list the names of the inline policies that are embedded in the specified IAM role", + "privilege": "ListRolePolicies", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "s3:GetObject", - "s3:ListBucket" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "role*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create sample findings", - "privilege": "CreateSampleFindings", + "access_level": "List", + "description": "Grants permission to list the tags that are attached to the specified IAM role", + "privilege": "ListRoleTags", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "role*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the IAM roles that have the specified path prefix", + "privilege": "ListRoles", "resource_types": [ { "condition_keys": [], @@ -118825,24 +132919,21 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create GuardDuty ThreatIntelSets, where a ThreatIntelSet consists of known malicious IP addresses used by GuardDuty to generate findings", - "privilege": "CreateThreatIntelSet", + "access_level": "List", + "description": "Grants permission to list the tags that are attached to the specified SAML provider", + "privilege": "ListSAMLProviderTags", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "saml-provider*" } ] }, { - "access_level": "Write", - "description": "Grants permission to decline invitations to become a GuardDuty member account", - "privilege": "DeclineInvitations", + "access_level": "List", + "description": "Grants permission to list the SAML provider resources in IAM", + "privilege": "ListSAMLProviders", "resource_types": [ { "condition_keys": [], @@ -118852,45 +132943,45 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete GuardDuty detectors", - "privilege": "DeleteDetector", + "access_level": "List", + "description": "Grants permission to list information about the SSH public keys that are associated with the specified IAM user", + "privilege": "ListSSHPublicKeys", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detector*" + "resource_type": "user*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete GuardDuty filters", - "privilege": "DeleteFilter", + "access_level": "List", + "description": "Grants permission to list the status of all active STS regional endpoints", + "privilege": "ListSTSRegionalEndpointsStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "filter*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete GuardDuty IPSets", - "privilege": "DeleteIPSet", + "access_level": "List", + "description": "Grants permission to list the tags that are attached to the specified server certificate", + "privilege": "ListServerCertificateTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ipset*" + "resource_type": "server-certificate*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete invitations to become a GuardDuty member account", - "privilege": "DeleteInvitations", + "access_level": "List", + "description": "Grants permission to list the server certificates that have the specified path prefix", + "privilege": "ListServerCertificates", "resource_types": [ { "condition_keys": [], @@ -118900,57 +132991,57 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete GuardDuty member accounts", - "privilege": "DeleteMembers", + "access_level": "List", + "description": "Grants permission to list the service-specific credentials that are associated with the specified IAM user", + "privilege": "ListServiceSpecificCredentials", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "user*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a publishing destination", - "privilege": "DeletePublishingDestination", + "access_level": "List", + "description": "Grants permission to list information about the signing certificates that are associated with the specified IAM user", + "privilege": "ListSigningCertificates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "publishingDestination*" + "resource_type": "user*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete GuardDuty ThreatIntelSets", - "privilege": "DeleteThreatIntelSet", + "access_level": "List", + "description": "Grants permission to list the names of the inline policies that are embedded in the specified IAM user", + "privilege": "ListUserPolicies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "threatintelset*" + "resource_type": "user*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve details about malware scans", - "privilege": "DescribeMalwareScans", + "access_level": "List", + "description": "Grants permission to list the tags that are attached to the specified IAM user", + "privilege": "ListUserTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "user*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve details about the delegated administrator associated with a GuardDuty detector", - "privilege": "DescribeOrganizationConfiguration", + "access_level": "List", + "description": "Grants permission to list the IAM users that have the specified path prefix", + "privilege": "ListUsers", "resource_types": [ { "condition_keys": [], @@ -118960,165 +133051,201 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve details about a publishing destination", - "privilege": "DescribePublishingDestination", + "access_level": "List", + "description": "Grants permission to list virtual MFA devices by assignment status", + "privilege": "ListVirtualMFADevices", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "publishingDestination*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to disable the organization delegated administrator for GuardDuty", - "privilege": "DisableOrganizationAdminAccount", + "description": "Grants permission to pass a role to a service", + "privilege": "PassRole", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "role*" + }, + { + "condition_keys": [ + "iam:AssociatedResourceArn", + "iam:PassedToService" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to disassociate a GuardDuty member account from its GuardDuty administrator account", - "privilege": "DisassociateFromAdministratorAccount", + "access_level": "Permissions management", + "description": "Grants permission to create or update an inline policy document that is embedded in the specified IAM group", + "privilege": "PutGroupPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "group*" } ] }, { - "access_level": "Write", - "description": "Grants permission to disassociate a GuardDuty member account from its GuardDuty administrator account", - "privilege": "DisassociateFromMasterAccount", + "access_level": "Permissions management", + "description": "Grants permission to set a managed policy as a permissions boundary for a role", + "privilege": "PutRolePermissionsBoundary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "role*" + }, + { + "condition_keys": [ + "iam:PermissionsBoundary" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to disassociate GuardDuty member accounts from their administrator GuardDuty account", - "privilege": "DisassociateMembers", + "access_level": "Permissions management", + "description": "Grants permission to create or update an inline policy document that is embedded in the specified IAM role", + "privilege": "PutRolePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "role*" + }, + { + "condition_keys": [ + "iam:PermissionsBoundary" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to enable an organization delegated administrator for GuardDuty", - "privilege": "EnableOrganizationAdminAccount", + "access_level": "Permissions management", + "description": "Grants permission to set a managed policy as a permissions boundary for an IAM user", + "privilege": "PutUserPermissionsBoundary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "user*" + }, + { + "condition_keys": [ + "iam:PermissionsBoundary" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve details of the GuardDuty administrator account associated with a member account", - "privilege": "GetAdministratorAccount", + "access_level": "Permissions management", + "description": "Grants permission to create or update an inline policy document that is embedded in the specified IAM user", + "privilege": "PutUserPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "user*" + }, + { + "condition_keys": [ + "iam:PermissionsBoundary" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list Amazon GuardDuty coverage statistics for the specified GuardDuty account in a Region", - "privilege": "GetCoverageStatistics", + "access_level": "Write", + "description": "Grants permission to remove the client ID (audience) from the list of client IDs in the specified IAM OpenID Connect (OIDC) provider resource", + "privilege": "RemoveClientIDFromOpenIDConnectProvider", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detector*" + "resource_type": "oidc-provider*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve GuardDuty detectors", - "privilege": "GetDetector", + "access_level": "Write", + "description": "Grants permission to remove an IAM role from the specified EC2 instance profile", + "privilege": "RemoveRoleFromInstanceProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detector*" + "resource_type": "instance-profile*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve GuardDuty filters", - "privilege": "GetFilter", + "access_level": "Write", + "description": "Grants permission to remove an IAM user from the specified group", + "privilege": "RemoveUserFromGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "filter*" + "resource_type": "group*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve GuardDuty findings", - "privilege": "GetFindings", + "access_level": "Write", + "description": "Grants permission to reset the password for an existing service-specific credential for an IAM user", + "privilege": "ResetServiceSpecificCredential", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "user*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a list of GuardDuty finding statistics", - "privilege": "GetFindingsStatistics", + "access_level": "Write", + "description": "Grants permission to synchronize the specified MFA device with its IAM entity (user or role)", + "privilege": "ResyncMFADevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "user*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve GuardDuty IPSets", - "privilege": "GetIPSet", + "access_level": "Permissions management", + "description": "Grants permission to set the version of the specified policy as the policy's default version", + "privilege": "SetDefaultPolicyVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ipset*" + "resource_type": "policy*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the count of all GuardDuty invitations sent to a specified account, which does not include the accepted invitation", - "privilege": "GetInvitationsCount", + "access_level": "Write", + "description": "Grants permission to activate or deactivate an STS regional endpoint", + "privilege": "SetSTSRegionalEndpointStatus", "resource_types": [ { "condition_keys": [], @@ -119128,9 +133255,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the malware scan settings", - "privilege": "GetMalwareScanSettings", + "access_level": "Write", + "description": "Grants permission to set the STS global endpoint token version", + "privilege": "SetSecurityTokenServicePreferences", "resource_types": [ { "condition_keys": [], @@ -119141,8 +133268,8 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve details of the GuardDuty administrator account associated with a member account", - "privilege": "GetMasterAccount", + "description": "Grants permission to simulate whether an identity-based policy or resource-based policy provides permissions for specific API operations and resources", + "privilege": "SimulateCustomPolicy", "resource_types": [ { "condition_keys": [], @@ -119153,227 +133280,354 @@ }, { "access_level": "Read", - "description": "Grants permission to describe which data sources are enabled for member accounts detectors", - "privilege": "GetMemberDetectors", + "description": "Grants permission to simulate whether an identity-based policy that is attached to a specified IAM entity (user or role) provides permissions for specific API operations and resources", + "privilege": "SimulatePrincipalPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "group" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "role" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the member accounts associated with an administrator account", - "privilege": "GetMembers", + "access_level": "Tagging", + "description": "Grants permission to add tags to an instance profile", + "privilege": "TagInstanceProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "instance-profile*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to provide the number of days left for each data source used in the free trial period", - "privilege": "GetRemainingFreeTrialDays", + "access_level": "Tagging", + "description": "Grants permission to add tags to a virtual mfa device", + "privilege": "TagMFADevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "mfa*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve GuardDuty ThreatIntelSets", - "privilege": "GetThreatIntelSet", + "access_level": "Tagging", + "description": "Grants permission to add tags to an OpenID Connect provider", + "privilege": "TagOpenIDConnectProvider", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "threatintelset*" + "resource_type": "oidc-provider*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list Amazon GuardDuty usage statistics over the last 30 days for the specified detector ID", - "privilege": "GetUsageStatistics", + "access_level": "Tagging", + "description": "Grants permission to add tags to a managed policy", + "privilege": "TagPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "policy*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to invite other AWS accounts to enable GuardDuty and become GuardDuty member accounts", - "privilege": "InviteMembers", + "access_level": "Tagging", + "description": "Grants permission to add tags to an IAM role", + "privilege": "TagRole", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "role*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the resource details for a given account in a Region", - "privilege": "ListCoverage", + "access_level": "Tagging", + "description": "Grants permission to add tags to a SAML Provider", + "privilege": "TagSAMLProvider", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detector*" + "resource_type": "saml-provider*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of GuardDuty detectors", - "privilege": "ListDetectors", + "access_level": "Tagging", + "description": "Grants permission to add tags to a server certificate", + "privilege": "TagServerCertificate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "server-certificate*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of GuardDuty filters", - "privilege": "ListFilters", + "access_level": "Tagging", + "description": "Grants permission to add tags to an IAM user", + "privilege": "TagUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "user*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of GuardDuty findings", - "privilege": "ListFindings", + "access_level": "Tagging", + "description": "Grants permission to remove the specified tags from the instance profile", + "privilege": "UntagInstanceProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "instance-profile*" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of GuardDuty IPSets", - "privilege": "ListIPSets", + "access_level": "Tagging", + "description": "Grants permission to remove the specified tags from the virtual mfa device", + "privilege": "UntagMFADevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "mfa*" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of all of the GuardDuty membership invitations that were sent to an AWS account", - "privilege": "ListInvitations", + "access_level": "Tagging", + "description": "Grants permission to remove the specified tags from the OpenID Connect provider", + "privilege": "UntagOpenIDConnectProvider", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "oidc-provider*" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of GuardDuty member accounts associated with an administrator account", - "privilege": "ListMembers", + "access_level": "Tagging", + "description": "Grants permission to remove the specified tags from the managed policy", + "privilege": "UntagPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "policy*" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list details about the organization delegated administrator for GuardDuty", - "privilege": "ListOrganizationAdminAccounts", + "access_level": "Tagging", + "description": "Grants permission to remove the specified tags from the role", + "privilege": "UntagRole", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "role*" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of publishing destinations", - "privilege": "ListPublishingDestinations", + "access_level": "Tagging", + "description": "Grants permission to remove the specified tags from the SAML Provider", + "privilege": "UntagSAMLProvider", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "saml-provider*" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a list of tags associated with a GuardDuty resource", - "privilege": "ListTagsForResource", + "access_level": "Tagging", + "description": "Grants permission to remove the specified tags from the server certificate", + "privilege": "UntagServerCertificate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detector" + "resource_type": "server-certificate*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "filter" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to remove the specified tags from the user", + "privilege": "UntagUser", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ipset" + "resource_type": "user*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "threatintelset" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of GuardDuty ThreatIntelSets", - "privilege": "ListThreatIntelSets", + "access_level": "Write", + "description": "Grants permission to update the status of the specified access key as Active or Inactive", + "privilege": "UpdateAccessKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "user*" } ] }, { "access_level": "Write", - "description": "Grants permission to send security telemetry for a specific GuardDuty account in a Region", - "privilege": "SendSecurityTelemetry", + "description": "Grants permission to update the email address that is associated with the account", + "privilege": "UpdateAccountEmailAddress", "resource_types": [ { "condition_keys": [], @@ -119384,8 +133638,8 @@ }, { "access_level": "Write", - "description": "Grants permission to initiate a new malware scan", - "privilege": "StartMalwareScan", + "description": "Grants permission to update the account name that is associated with the account", + "privilege": "UpdateAccountName", "resource_types": [ { "condition_keys": [], @@ -119396,8 +133650,8 @@ }, { "access_level": "Write", - "description": "Grants permission to a GuardDuty administrator account to monitor findings from GuardDuty member accounts", - "privilege": "StartMonitoringMembers", + "description": "Grants permission to update the password policy settings for the AWS account", + "privilege": "UpdateAccountPasswordPolicy", "resource_types": [ { "condition_keys": [], @@ -119407,165 +133661,165 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to disable monitoring findings from member accounts", - "privilege": "StopMonitoringMembers", + "access_level": "Permissions management", + "description": "Grants permission to update the policy that grants an IAM entity permission to assume a role", + "privilege": "UpdateAssumeRolePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "role*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a GuardDuty resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to update an existing CloudFront public key", + "privilege": "UpdateCloudFrontPublicKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detector" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "filter" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ipset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "threatintelset" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to unarchive GuardDuty findings", - "privilege": "UnarchiveFindings", + "description": "Grants permission to update the name or path of the specified IAM group", + "privilege": "UpdateGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "group*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a GuardDuty resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to change the password for the specified IAM user", + "privilege": "UpdateLoginProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detector" - }, + "resource_type": "user*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the entire list of server certificate thumbprints that are associated with an OpenID Connect (OIDC) provider resource", + "privilege": "UpdateOpenIDConnectProviderThumbprint", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "filter" - }, + "resource_type": "oidc-provider*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the description or maximum session duration setting of a role", + "privilege": "UpdateRole", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ipset" - }, + "resource_type": "role*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update only the description of a role", + "privilege": "UpdateRoleDescription", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "threatintelset" - }, + "resource_type": "role*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the metadata document for an existing SAML provider resource", + "privilege": "UpdateSAMLProvider", + "resource_types": [ { - "condition_keys": [ - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "saml-provider*" } ] }, { "access_level": "Write", - "description": "Grants permission to update GuardDuty detectors", - "privilege": "UpdateDetector", + "description": "Grants permission to update the status of an IAM user's SSH public key to active or inactive", + "privilege": "UpdateSSHPublicKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detector*" + "resource_type": "user*" } ] }, { "access_level": "Write", - "description": "Grants permission to updates GuardDuty filters", - "privilege": "UpdateFilter", + "description": "Grants permission to update the name or the path of the specified server certificate stored in IAM", + "privilege": "UpdateServerCertificate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "filter*" + "resource_type": "server-certificate*" } ] }, { "access_level": "Write", - "description": "Grants permission to update findings feedback to mark GuardDuty findings as useful or not useful", - "privilege": "UpdateFindingsFeedback", + "description": "Grants permission to update the status of a service-specific credential to active or inactive for an IAM user", + "privilege": "UpdateServiceSpecificCredential", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "user*" } ] }, { "access_level": "Write", - "description": "Grants permission to update GuardDuty IPSets", - "privilege": "UpdateIPSet", + "description": "Grants permission to update the status of the specified user signing certificate to active or disabled", + "privilege": "UpdateSigningCertificate", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:DeleteRolePolicy", - "iam:PutRolePolicy" - ], - "resource_type": "ipset*" + "dependent_actions": [], + "resource_type": "user*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the malware scan settings", - "privilege": "UpdateMalwareScanSettings", + "description": "Grants permission to update the name or the path of the specified IAM user", + "privilege": "UpdateUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "user*" } ] }, { "access_level": "Write", - "description": "Grants permission to update which data sources are enabled for member accounts detectors", - "privilege": "UpdateMemberDetectors", + "description": "Grants permission to upload a CloudFront public key", + "privilege": "UploadCloudFrontPublicKey", "resource_types": [ { "condition_keys": [], @@ -119576,540 +133830,874 @@ }, { "access_level": "Write", - "description": "Grants permission to update the delegated administrator configuration associated with a GuardDuty detector", - "privilege": "UpdateOrganizationConfiguration", + "description": "Grants permission to upload an SSH public key and associate it with the specified IAM user", + "privilege": "UploadSSHPublicKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "user*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a publishing destination", - "privilege": "UpdatePublishingDestination", + "description": "Grants permission to upload a server certificate entity for the AWS account", + "privilege": "UploadServerCertificate", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "s3:GetObject", - "s3:ListBucket" + "dependent_actions": [], + "resource_type": "server-certificate*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], - "resource_type": "publishingDestination*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to updates the GuardDuty ThreatIntelSets", - "privilege": "UpdateThreatIntelSet", + "description": "Grants permission to upload an X.509 signing certificate and associate it with the specified IAM user", + "privilege": "UploadSigningCertificate", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:DeleteRolePolicy", - "iam:PutRolePolicy" - ], - "resource_type": "threatintelset*" + "dependent_actions": [], + "resource_type": "user*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}", + "arn": "arn:${Partition}:iam::${Account}:access-report/${EntityPath}", + "condition_keys": [], + "resource": "access-report" + }, + { + "arn": "arn:${Partition}:iam::${Account}:assumed-role/${RoleName}/${RoleSessionName}", + "condition_keys": [], + "resource": "assumed-role" + }, + { + "arn": "arn:${Partition}:iam::${Account}:federated-user/${UserName}", + "condition_keys": [], + "resource": "federated-user" + }, + { + "arn": "arn:${Partition}:iam::${Account}:group/${GroupNameWithPath}", + "condition_keys": [], + "resource": "group" + }, + { + "arn": "arn:${Partition}:iam::${Account}:instance-profile/${InstanceProfileNameWithPath}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "detector" + "resource": "instance-profile" }, { - "arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/filter/${FilterName}", + "arn": "arn:${Partition}:iam::${Account}:mfa/${MfaTokenIdWithPath}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "filter" + "resource": "mfa" }, { - "arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/ipset/${IPSetId}", + "arn": "arn:${Partition}:iam::${Account}:oidc-provider/${OidcProviderName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "ipset" + "resource": "oidc-provider" }, { - "arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/threatintelset/${ThreatIntelSetId}", + "arn": "arn:${Partition}:iam::${Account}:policy/${PolicyNameWithPath}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "threatintelset" + "resource": "policy" }, { - "arn": "arn:${Partition}:guardduty:${Region}:${Account}:detector/${DetectorId}/publishingDestination/${PublishingDestinationId}", + "arn": "arn:${Partition}:iam::${Account}:role/${RoleNameWithPath}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "iam:ResourceTag/${TagKey}" + ], + "resource": "role" + }, + { + "arn": "arn:${Partition}:iam::${Account}:saml-provider/${SamlProviderName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "saml-provider" + }, + { + "arn": "arn:${Partition}:iam::${Account}:server-certificate/${CertificateNameWithPath}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "server-certificate" + }, + { + "arn": "arn:${Partition}:iam::${Account}:sms-mfa/${MfaTokenIdWithPath}", "condition_keys": [], - "resource": "publishingDestination" + "resource": "sms-mfa" + }, + { + "arn": "arn:${Partition}:iam::${Account}:user/${UserNameWithPath}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "iam:ResourceTag/${TagKey}" + ], + "resource": "user" } ], - "service_name": "Amazon GuardDuty" + "service_name": "AWS Identity and Access Management (IAM)" }, { - "conditions": [ + "conditions": [], + "prefix": "identity-sync", + "privileges": [ { - "condition": "health:eventTypeCode", - "description": "Filters access by event type", - "type": "String" + "access_level": "Write", + "description": "Grants permission to create a sync filter on the sync profile", + "privilege": "CreateSyncFilter", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "SyncProfileResource*" + } + ] }, { - "condition": "health:service", - "description": "Filters access by impacted service", - "type": "String" - } - ], - "prefix": "health", - "privileges": [ - { - "access_level": "Read", - "description": "Grants permission to retrieve a list of accounts that have been affected by the specified events in organization", - "privilege": "DescribeAffectedAccountsForOrganization", + "access_level": "Write", + "description": "Grants permission to create a sync profile for the identity source", + "privilege": "CreateSyncProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "organizations:ListAccounts" + "ds:AuthorizeApplication" ], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a list of entities that have been affected by the specified events", - "privilege": "DescribeAffectedEntities", + "access_level": "Write", + "description": "Grants permission to create a sync target for the identity source", + "privilege": "CreateSyncTarget", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event*" - }, + "resource_type": "SyncProfileResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a sync filter from the sync profile", + "privilege": "DeleteSyncFilter", + "resource_types": [ { - "condition_keys": [ - "health:eventTypeCode", - "health:service" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SyncProfileResource*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a list of entities that have been affected by the specified events and accounts in organization", - "privilege": "DescribeAffectedEntitiesForOrganization", + "access_level": "Write", + "description": "Grants permission to delete a sync profile from the source", + "privilege": "DeleteSyncProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "organizations:ListAccounts" + "ds:UnauthorizeApplication" ], - "resource_type": "" + "resource_type": "SyncProfileResource*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the number of entities that are affected by each of the specified events", - "privilege": "DescribeEntityAggregates", + "access_level": "Write", + "description": "Grants permission to delete a sync target from the source", + "privilege": "DeleteSyncTarget", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SyncProfileResource*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "SyncTargetResource*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the number of events of each event type (issue, scheduled change, and account notification)", - "privilege": "DescribeEventAggregates", + "description": "Grants permission to retrieve a sync profile by using a sync profile name", + "privilege": "GetSyncProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SyncProfileResource*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve detailed information about one or more specified events", - "privilege": "DescribeEventDetails", + "description": "Grants permission to retrieve a sync target from the sync profile", + "privilege": "GetSyncTarget", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event*" + "resource_type": "SyncProfileResource*" }, { - "condition_keys": [ - "health:eventTypeCode", - "health:service" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SyncTargetResource*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve detailed information about one or more specified events for provided accounts in organization", - "privilege": "DescribeEventDetailsForOrganization", + "access_level": "List", + "description": "Grants permission to list the sync filters from the sync profile", + "privilege": "ListSyncFilters", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "organizations:ListAccounts" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "SyncProfileResource*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the event types that meet the specified filter criteria", - "privilege": "DescribeEventTypes", + "access_level": "Write", + "description": "Grants permission to start a sync process or to resume a sync process that was previously paused", + "privilege": "StartSync", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SyncProfileResource*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about events that meet the specified filter criteria", - "privilege": "DescribeEvents", + "access_level": "Write", + "description": "Grants permission to stop any planned sync process in the sync schedule from starting", + "privilege": "StopSync", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SyncProfileResource*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about events that meet the specified filter criteria in organization", - "privilege": "DescribeEventsForOrganization", + "access_level": "Write", + "description": "Grants permission to update a sync target on the sync profile", + "privilege": "UpdateSyncTarget", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "organizations:ListAccounts" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "SyncProfileResource*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "SyncTargetResource*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:identity-sync:${Region}:${Account}:profile/${SyncProfileName}", + "condition_keys": [], + "resource": "SyncProfileResource" }, { - "access_level": "Read", - "description": "Grants permission to retrieve the status of enabling or disabling the Organizational View feature", - "privilege": "DescribeHealthServiceStatusForOrganization", + "arn": "arn:${Partition}:identity-sync:${Region}:${Account}:target/${SyncProfileName}/${SyncTargetName}", + "condition_keys": [], + "resource": "SyncTargetResource" + } + ], + "service_name": "AWS Identity Sync" + }, + { + "conditions": [ + { + "condition": "identitystore:UserId", + "description": "Filters access by IAM Identity Center User ID", + "type": "String" + } + ], + "prefix": "identitystore", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create a group in the specified IdentityStore", + "privilege": "CreateGroup", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "organizations:ListAccounts" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "Identitystore*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to disable the Organizational View feature", - "privilege": "DisableHealthServiceAccessForOrganization", + "access_level": "Write", + "description": "Grants permission to create a member to a group in the specified IdentityStore", + "privilege": "CreateGroupMembership", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "organizations:DisableAWSServiceAccess", - "organizations:ListAccounts" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "Group*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Identitystore*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "User*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to enable the Organizational View feature", - "privilege": "EnableHealthServiceAccessForOrganization", + "access_level": "Write", + "description": "Grants permission to create a user in the specified IdentityStore", + "privilege": "CreateUser", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "organizations:EnableAWSServiceAccess", - "organizations:ListAccounts" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "Identitystore*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:health:*::event/${Service}/${EventTypeCode}/*", - "condition_keys": [], - "resource": "event" - } - ], - "service_name": "AWS Health APIs and Notifications" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs attached to the resource", - "type": "String" + "access_level": "Write", + "description": "Grants permission to delete a group in the specified IdentityStore", + "privilege": "DeleteGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Group*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Identitystore*" + } + ] }, { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "healthlake", - "privileges": [ + "access_level": "Write", + "description": "Grants permission to remove a member that is part of a group in the specified IdentityStore", + "privilege": "DeleteGroupMembership", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Group*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "GroupMembership*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Identitystore*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "User*" + } + ] + }, { "access_level": "Write", - "description": "Grants permission to create a datastore that can ingest and export FHIR data", - "privilege": "CreateFHIRDatastore", + "description": "Grants permission to delete a user in the specified IdentityStore", + "privilege": "DeleteUser", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Identitystore*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "User*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create resource", - "privilege": "CreateResource", + "access_level": "Read", + "description": "Grants permission to retrieve information about a group in the specified IdentityStore", + "privilege": "DescribeGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore*" + "resource_type": "Group*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Identitystore*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a datastore", - "privilege": "DeleteFHIRDatastore", + "access_level": "Read", + "description": "Grants permission to retrieve information about a member that is part of a group in the specified IdentityStore", + "privilege": "DescribeGroupMembership", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore*" + "resource_type": "Group*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "GroupMembership*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Identitystore*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "User*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete resource", - "privilege": "DeleteResource", + "access_level": "Read", + "description": "Grants permission to retrieve information about user in the specified IdentityStore", + "privilege": "DescribeUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore*" + "resource_type": "Identitystore*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "User*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the properties associated with the FHIR datastore, including the datastore ID, datastore ARN, datastore name, datastore status, created at, datastore type version, and datastore endpoint", - "privilege": "DescribeFHIRDatastore", + "description": "Grants permission to retrieve ID information about group in the specified IdentityStore", + "privilege": "GetGroupId", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore*" + "resource_type": "Group*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Identitystore*" } ] }, { "access_level": "Read", - "description": "Grants permission to display the properties of a FHIR export job, including the ID, ARN, name, and the status of the datastore", - "privilege": "DescribeFHIRExportJob", + "description": "Grants permission to retrieve ID information of a member which is part of a group in the specified IdentityStore", + "privilege": "GetGroupMembershipId", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore*" + "resource_type": "Group*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "GroupMembership*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Identitystore*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "User*" } ] }, { "access_level": "Read", - "description": "Grants permission to display the properties of a FHIR import job, including the ID, ARN, name, and the status of the datastore", - "privilege": "DescribeFHIRImportJob", + "description": "Grants permission to retrieves ID information about user in the specified IdentityStore", + "privilege": "GetUserId", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore*" + "resource_type": "Identitystore*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "User*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the capabilities of a FHIR datastore", - "privilege": "GetCapabilities", + "description": "Grants permission to check if a member is a part of groups in the specified IdentityStore", + "privilege": "IsMemberInGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore*" + "resource_type": "AllGroupMemberships*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Group*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Identitystore*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "User*" } ] }, { "access_level": "List", - "description": "Grants permission to list all FHIR datastores that are in the user\u2019s account, regardless of datastore status", - "privilege": "ListFHIRDatastores", + "description": "Grants permission to retrieve all members that are part of a group in the specified IdentityStore", + "privilege": "ListGroupMemberships", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "AllGroupMemberships*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Group*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Identitystore*" } ] }, { "access_level": "List", - "description": "Grants permission to get a list of export jobs for the specified datastore", - "privilege": "ListFHIRExportJobs", + "description": "Grants permission to list groups of the target member in the specified IdentityStore", + "privilege": "ListGroupMembershipsForMember", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore*" + "resource_type": "AllGroupMemberships*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Identitystore*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "User*" } ] }, { "access_level": "List", - "description": "Grants permission to get a list of import jobs for the specified datastore", - "privilege": "ListFHIRImportJobs", + "description": "Grants permission to search for groups within the specified IdentityStore", + "privilege": "ListGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore*" + "resource_type": "AllGroups*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Identitystore*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of tags for the specified datastore", - "privilege": "ListTagsForResource", + "access_level": "List", + "description": "Grants permission to search for users in the specified IdentityStore", + "privilege": "ListUsers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore" + "resource_type": "AllUsers*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Identitystore*" } ] }, { - "access_level": "Read", - "description": "Grants permission to read resource", - "privilege": "ReadResource", + "access_level": "Write", + "description": "Grants permission to update information about a group in the specified IdentityStore", + "privilege": "UpdateGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore*" + "resource_type": "Group*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Identitystore*" } ] }, { - "access_level": "Read", - "description": "Grants permission to search resources with GET method", - "privilege": "SearchWithGet", + "access_level": "Write", + "description": "Grants permission to update user information in the specified IdentityStore", + "privilege": "UpdateUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore*" + "resource_type": "Identitystore*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "User*" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:identitystore::${Account}:identitystore/${IdentityStoreId}", + "condition_keys": [], + "resource": "Identitystore" + }, + { + "arn": "arn:${Partition}:identitystore:::user/${UserId}", + "condition_keys": [], + "resource": "User" + }, + { + "arn": "arn:${Partition}:identitystore:::group/${GroupId}", + "condition_keys": [], + "resource": "Group" + }, + { + "arn": "arn:${Partition}:identitystore:::membership/${MembershipId}", + "condition_keys": [], + "resource": "GroupMembership" + }, + { + "arn": "arn:${Partition}:identitystore:::user/*", + "condition_keys": [], + "resource": "AllUsers" + }, + { + "arn": "arn:${Partition}:identitystore:::group/*", + "condition_keys": [], + "resource": "AllGroups" + }, + { + "arn": "arn:${Partition}:identitystore:::membership/*", + "condition_keys": [], + "resource": "AllGroupMemberships" + } + ], + "service_name": "AWS Identity Store" + }, + { + "conditions": [], + "prefix": "identitystore-auth", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to delete a batch of specified sessions", + "privilege": "BatchDeleteSession", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to search resources with POST method", - "privilege": "SearchWithPost", + "description": "Grants permission to return session attributes for a batch of specified sessions", + "privilege": "BatchGetSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore*" + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve a list of active sessions for the specified user", + "privilege": "ListSessions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" } ] + } + ], + "resources": [], + "service_name": "AWS Identity Store Auth" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" + }, + { + "condition": "imagebuilder:CreatedResourceTag/", + "description": "Filters access by the tag key-value pairs attached to the resource created by Image Builder", + "type": "String" + }, + { + "condition": "imagebuilder:CreatedResourceTagKeys", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" + }, + { + "condition": "imagebuilder:Ec2MetadataHttpTokens", + "description": "Filters access by the EC2 Instance Metadata HTTP Token Requirement specified in the request", + "type": "String" + }, + { + "condition": "imagebuilder:LifecyclePolicyResourceType", + "description": "Filters access by the Lifecycle Policy Resource Type specified in the request", + "type": "String" }, + { + "condition": "imagebuilder:StatusTopicArn", + "description": "Filters access by the SNS Topic Arn in the request to which terminal state notifications will be published", + "type": "ARN" + } + ], + "prefix": "imagebuilder", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to begin a FHIR Export job", - "privilege": "StartFHIRExportJob", + "description": "Grants permission to cancel an image creation", + "privilege": "CancelImageCreation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore*" + "resource_type": "image*" } ] }, { "access_level": "Write", - "description": "Grants permission to begin a FHIR Import job", - "privilege": "StartFHIRImportJob", + "description": "Grants permission to cancel a lifecycle execution", + "privilege": "CancelLifecycleExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore*" + "resource_type": "lifecycleExecution*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a datastore", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to create a new component", + "privilege": "CreateComponent", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "imagebuilder:TagResource", + "kms:Encrypt", + "kms:GenerateDataKey", + "kms:GenerateDataKeyWithoutPlaintext" + ], + "resource_type": "component*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore" + "resource_type": "kmsKey" }, { "condition_keys": [ - "aws:TagKeys", "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -120117,17 +134705,28 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags associated with a datastore", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to create a new Container Recipe", + "privilege": "CreateContainerRecipe", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "datastore" + "dependent_actions": [ + "ecr:DescribeImages", + "ecr:DescribeRepositories", + "iam:CreateServiceLinkedRole", + "imagebuilder:GetComponent", + "imagebuilder:GetImage", + "imagebuilder:TagResource", + "kms:Encrypt", + "kms:GenerateDataKey", + "kms:GenerateDataKeyWithoutPlaintext" + ], + "resource_type": "containerRecipe*" }, { "condition_keys": [ + "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -120137,39 +134736,51 @@ }, { "access_level": "Write", - "description": "Grants permission to update resource", - "privilege": "UpdateResource", + "description": "Grants permission to create a new distribution configuration", + "privilege": "CreateDistributionConfiguration", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "imagebuilder:TagResource" + ], + "resource_type": "distributionConfiguration*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "datastore*" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:healthlake:${Region}:${AccountId}:datastore/fhir/${DatastoreId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "datastore" - } - ], - "service_name": "Amazon HealthLake" - }, - { - "conditions": [], - "prefix": "honeycode", - "privileges": [ + }, { "access_level": "Write", - "description": "Grants permission to approve a team association request for your AWS Account", - "privilege": "ApproveTeamAssociation", + "description": "Grants permission to create a new image", + "privilege": "CreateImage", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "iam:PassRole", + "imagebuilder:GetContainerRecipe", + "imagebuilder:GetDistributionConfiguration", + "imagebuilder:GetImageRecipe", + "imagebuilder:GetInfrastructureConfiguration", + "imagebuilder:GetWorkflow", + "imagebuilder:TagResource" + ], + "resource_type": "image*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -120177,59 +134788,134 @@ }, { "access_level": "Write", - "description": "Grants permission to create new rows in a table", - "privilege": "BatchCreateTableRows", + "description": "Grants permission to create a new image pipeline", + "privilege": "CreateImagePipeline", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "iam:PassRole", + "imagebuilder:GetContainerRecipe", + "imagebuilder:GetDistributionConfiguration", + "imagebuilder:GetImageRecipe", + "imagebuilder:GetInfrastructureConfiguration", + "imagebuilder:GetWorkflow", + "imagebuilder:TagResource" + ], + "resource_type": "imagePipeline*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete rows from a table", - "privilege": "BatchDeleteTableRows", + "description": "Grants permission to create a new Image Recipe", + "privilege": "CreateImageRecipe", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "ec2:DescribeImages", + "iam:CreateServiceLinkedRole", + "imagebuilder:GetComponent", + "imagebuilder:GetImage", + "imagebuilder:TagResource" + ], + "resource_type": "imageRecipe*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update rows in a table", - "privilege": "BatchUpdateTableRows", + "description": "Grants permission to create a new infrastructure configuration", + "privilege": "CreateInfrastructureConfiguration", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "iam:PassRole", + "imagebuilder:TagResource", + "sns:Publish" + ], + "resource_type": "infrastructureConfiguration*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "imagebuilder:CreatedResourceTagKeys", + "imagebuilder:CreatedResourceTag/", + "imagebuilder:Ec2MetadataHttpTokens", + "imagebuilder:StatusTopicArn" + ], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to upsert rows in a table", - "privilege": "BatchUpsertTableRows", + "description": "Grants permission to create a new lifecycle policy", + "privilege": "CreateLifecyclePolicy", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "iam:PassRole", + "imagebuilder:TagResource" + ], + "resource_type": "lifecyclePolicy*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "imagebuilder:LifecyclePolicyResourceType" + ], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new Amazon Honeycode team for your AWS Account", - "privilege": "CreateTeam", + "description": "Grants permission to create a new workflow", + "privilege": "CreateWorkflow", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "imagebuilder:TagResource", + "kms:Encrypt", + "kms:GenerateDataKey", + "kms:GenerateDataKeyWithoutPlaintext", + "s3:GetObject", + "s3:ListBucket" + ], + "resource_type": "workflow*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -120237,443 +134923,340 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new tenant within Amazon Honeycode for your AWS Account", - "privilege": "CreateTenant", + "description": "Grants permission to delete a component", + "privilege": "DeleteComponent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "component*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete Amazon Honeycode domains for your AWS Account", - "privilege": "DeleteDomains", + "description": "Grants permission to delete a container recipe", + "privilege": "DeleteContainerRecipe", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "containerRecipe*" } ] }, { "access_level": "Write", - "description": "Grants permission to remove groups from an Amazon Honeycode team for your AWS Account", - "privilege": "DeregisterGroups", + "description": "Grants permission to delete a distribution configuration", + "privilege": "DeleteDistributionConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "distributionConfiguration*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details about a table data import job", - "privilege": "DescribeTableDataImportJob", + "access_level": "Write", + "description": "Grants permission to delete an image", + "privilege": "DeleteImage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "image*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details about Amazon Honeycode teams for your AWS Account", - "privilege": "DescribeTeam", + "access_level": "Write", + "description": "Grants permission to delete an image pipeline", + "privilege": "DeleteImagePipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "imagePipeline*" } ] }, { - "access_level": "Read", - "description": "Grants permission to load the data from a screen", - "privilege": "GetScreenData", + "access_level": "Write", + "description": "Grants permission to delete an image recipe", + "privilege": "DeleteImageRecipe", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "screen*" + "resource_type": "imageRecipe*" } ] }, { "access_level": "Write", - "description": "Grants permission to invoke a screen automation", - "privilege": "InvokeScreenAutomation", + "description": "Grants permission to delete an infrastructure configuration", + "privilege": "DeleteInfrastructureConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "screen-automation*" + "resource_type": "infrastructureConfiguration*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all Amazon Honeycode domains and their verification status for your AWS Account", - "privilege": "ListDomains", + "access_level": "Write", + "description": "Grants permission to delete a lifecycle policy", + "privilege": "DeleteLifecyclePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "lifecyclePolicy*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all groups in an Amazon Honeycode team for your AWS Account", - "privilege": "ListGroups", + "access_level": "Write", + "description": "Grants permission to delete a workflow", + "privilege": "DeleteWorkflow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workflow*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the columns in a table", - "privilege": "ListTableColumns", + "access_level": "Read", + "description": "Grants permission to view details about a component", + "privilege": "GetComponent", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "table*" + "dependent_actions": [ + "kms:Decrypt" + ], + "resource_type": "component*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the rows in a table", - "privilege": "ListTableRows", + "access_level": "Read", + "description": "Grants permission to view the resource policy associated with a component", + "privilege": "GetComponentPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "component*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the tables in a workbook", - "privilege": "ListTables", + "access_level": "Read", + "description": "Grants permission to view details about a container recipe", + "privilege": "GetContainerRecipe", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workbook*" + "resource_type": "containerRecipe*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to list all tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "Read", + "description": "Grants permission to view the resource policy associated with a container recipe", + "privilege": "GetContainerRecipePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "containerRecipe*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all pending and approved team associations with your AWS Account", - "privilege": "ListTeamAssociations", + "access_level": "Read", + "description": "Grants permission to view details about a distribution configuration", + "privilege": "GetDistributionConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "distributionConfiguration*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all tenants of Amazon Honeycode for your AWS Account", - "privilege": "ListTenants", + "access_level": "Read", + "description": "Grants permission to view details about an image", + "privilege": "GetImage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "image*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to query the rows of a table using a filter", - "privilege": "QueryTableRows", + "description": "Grants permission to view details about an image pipeline", + "privilege": "GetImagePipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "imagePipeline*" } ] }, { - "access_level": "Write", - "description": "Grants permission to request verification of the Amazon Honeycode domains for your AWS Account", - "privilege": "RegisterDomainForVerification", + "access_level": "Read", + "description": "Grants permission to view the resource policy associated with an image", + "privilege": "GetImagePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "image*" } ] }, { - "access_level": "Write", - "description": "Grants permission to add groups to an Amazon Honeycode team for your AWS Account", - "privilege": "RegisterGroups", + "access_level": "Read", + "description": "Grants permission to view details about an image recipe", + "privilege": "GetImageRecipe", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "imageRecipe*" } ] }, { - "access_level": "Write", - "description": "Grants permission to reject a team association request for your AWS Account", - "privilege": "RejectTeamAssociation", + "access_level": "Read", + "description": "Grants permission to view the resource policy associated with an image recipe", + "privilege": "GetImageRecipePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "imageRecipe*" } ] }, { - "access_level": "Write", - "description": "Grants permission to restart verification of the Amazon Honeycode domains for your AWS Account", - "privilege": "RestartDomainVerification", + "access_level": "Read", + "description": "Grants permission to view details about an infrastructure configuration", + "privilege": "GetInfrastructureConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "infrastructureConfiguration*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start a table data import job", - "privilege": "StartTableDataImportJob", + "access_level": "Read", + "description": "Grants permission to view details about a lifecycle execution", + "privilege": "GetLifecycleExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "table*" + "resource_type": "lifecycleExecution*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a resource", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to view details about a lifecycle policy", + "privilege": "GetLifecyclePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "lifecyclePolicy*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag a resource", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to view details about a workflow", + "privilege": "GetWorkflow", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "kms:Decrypt" + ], + "resource_type": "workflow*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an Amazon Honeycode team for your AWS Account", - "privilege": "UpdateTeam", + "access_level": "Read", + "description": "Grants permission to view details about a workflow execution", + "privilege": "GetWorkflowExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workflowExecution*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:honeycode:${Region}:${Account}:workbook:workbook/${WorkbookId}", - "condition_keys": [], - "resource": "workbook" - }, - { - "arn": "arn:${Partition}:honeycode:${Region}:${Account}:table:workbook/${WorkbookId}/table/${TableId}", - "condition_keys": [], - "resource": "table" - }, - { - "arn": "arn:${Partition}:honeycode:${Region}:${Account}:screen:workbook/${WorkbookId}/app/${AppId}/screen/${ScreenId}", - "condition_keys": [], - "resource": "screen" - }, - { - "arn": "arn:${Partition}:honeycode:${Region}:${Account}:screen-automation:workbook/${WorkbookId}/app/${AppId}/screen/${ScreenId}/automation/${AutomationId}", - "condition_keys": [], - "resource": "screen-automation" - } - ], - "service_name": "Amazon Honeycode" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access based on the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access based on the tags associated with the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access based on the tag keys that are passed in the request", - "type": "ArrayOfString" - }, - { - "condition": "iam:AWSServiceName", - "description": "Filters access by the AWS service to which this role is attached", - "type": "String" }, { - "condition": "iam:AssociatedResourceArn", - "description": "Filters access by the resource that the role will be used on behalf of", - "type": "ARN" - }, - { - "condition": "iam:FIDO-FIPS-140-2-certification", - "description": "Filters access by the MFA device FIPS-140-2 validation certification level at the time of registration of a FIDO security key", - "type": "String" - }, - { - "condition": "iam:FIDO-FIPS-140-3-certification", - "description": "Filters access by the MFA device FIPS-140-3 validation certification level at the time of registration of a FIDO security key", - "type": "String" - }, - { - "condition": "iam:FIDO-certification", - "description": "Filters access by the MFA device FIDO certification level at the time of registration of a FIDO security key", - "type": "String" - }, - { - "condition": "iam:OrganizationsPolicyId", - "description": "Filters access by the ID of an AWS Organizations policy", - "type": "String" - }, - { - "condition": "iam:PassedToService", - "description": "Filters access by the AWS service to which this role is passed", - "type": "String" - }, - { - "condition": "iam:PermissionsBoundary", - "description": "Filters access if the specified policy is set as the permissions boundary on the IAM entity (user or role)", - "type": "String" - }, - { - "condition": "iam:PolicyARN", - "description": "Filters access by the ARN of an IAM policy", - "type": "ARN" - }, - { - "condition": "iam:RegisterSecurityKey", - "description": "Filters access by the current state of MFA device enablement", - "type": "String" - }, - { - "condition": "iam:ResourceTag/${TagKey}", - "description": "Filters access by the tags attached to an IAM entity (user or role)", - "type": "String" - } - ], - "prefix": "iam", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to add a new client ID (audience) to the list of registered IDs for the specified IAM OpenID Connect (OIDC) provider resource", - "privilege": "AddClientIDToOpenIDConnectProvider", + "access_level": "Read", + "description": "Grants permission to view details about a workflow step execution", + "privilege": "GetWorkflowStepExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "oidc-provider*" + "resource_type": "workflowStepExecution*" } ] }, { "access_level": "Write", - "description": "Grants permission to add an IAM role to the specified instance profile", - "privilege": "AddRoleToInstanceProfile", + "description": "Grants permission to import a new component", + "privilege": "ImportComponent", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "iam:PassRole" + "iam:CreateServiceLinkedRole", + "imagebuilder:TagResource", + "kms:Encrypt", + "kms:GenerateDataKey", + "kms:GenerateDataKeyWithoutPlaintext" ], - "resource_type": "instance-profile*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to add an IAM user to the specified IAM group", - "privilege": "AddUserToGroup", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "group*" - } - ] - }, - { - "access_level": "Permissions management", - "description": "Grants permission to attach a managed policy to the specified IAM group", - "privilege": "AttachGroupPolicy", - "resource_types": [ + "resource_type": "component*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "kmsKey" }, { "condition_keys": [ - "iam:PolicyARN" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -120681,19 +135264,22 @@ ] }, { - "access_level": "Permissions management", - "description": "Grants permission to attach a managed policy to the specified IAM role", - "privilege": "AttachRolePolicy", + "access_level": "Write", + "description": "Grants permission to import an image", + "privilege": "ImportVmImage", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "role*" + "dependent_actions": [ + "ec2:DescribeImportImageTasks", + "iam:CreateServiceLinkedRole" + ], + "resource_type": "image*" }, { "condition_keys": [ - "iam:PolicyARN", - "iam:PermissionsBoundary" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -120701,53 +135287,45 @@ ] }, { - "access_level": "Permissions management", - "description": "Grants permission to attach a managed policy to the specified IAM user", - "privilege": "AttachUserPolicy", + "access_level": "List", + "description": "Grants permission to list the component build versions in your account", + "privilege": "ListComponentBuildVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - }, - { - "condition_keys": [ - "iam:PolicyARN", - "iam:PermissionsBoundary" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "componentVersion*" } ] }, { - "access_level": "Write", - "description": "Grants permission to an IAM user to change their own password", - "privilege": "ChangePassword", + "access_level": "List", + "description": "Grants permission to list the component versions owned by or shared with your account", + "privilege": "ListComponents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create access key and secret access key for the specified IAM user", - "privilege": "CreateAccessKey", + "access_level": "List", + "description": "Grants permission to list the container recipes owned by or shared with your account", + "privilege": "ListContainerRecipes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an alias for your AWS account", - "privilege": "CreateAccountAlias", + "access_level": "List", + "description": "Grants permission to list the distribution configurations in your account", + "privilege": "ListDistributionConfigurations", "resource_types": [ { "condition_keys": [], @@ -120757,31 +135335,30 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a new group", - "privilege": "CreateGroup", + "access_level": "List", + "description": "Grants permission to list the image build versions in your account", + "privilege": "ListImageBuildVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "imageVersion*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new instance profile", - "privilege": "CreateInstanceProfile", + "access_level": "List", + "description": "Grants permission to return a list of packages installed on the specified image", + "privilege": "ListImagePackages", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance-profile*" + "resource_type": "image*" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -120789,176 +135366,195 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a password for the specified IAM user", - "privilege": "CreateLoginProfile", + "access_level": "List", + "description": "Grants permission to return a list of images created by the specified pipeline", + "privilege": "ListImagePipelineImages", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "imagePipeline*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an IAM resource that describes an identity provider (IdP) that supports OpenID Connect (OIDC)", - "privilege": "CreateOpenIDConnectProvider", + "access_level": "List", + "description": "Grants permission to list the image pipelines in your account", + "privilege": "ListImagePipelines", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "oidc-provider*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the image recipes owned by or shared with your account", + "privilege": "ListImageRecipes", + "resource_types": [ { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to create a new managed policy", - "privilege": "CreatePolicy", + "access_level": "List", + "description": "Grants permission to list aggregations on the image scan findings in your account", + "privilege": "ListImageScanFindingAggregations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "image" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "imagePipeline" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to create a new version of the specified managed policy", - "privilege": "CreatePolicyVersion", + "access_level": "List", + "description": "Grants permission to list the image scan findings for the images in your account", + "privilege": "ListImageScanFindings", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "inspector2:ListFindings" + ], + "resource_type": "image" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "imagePipeline" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new role", - "privilege": "CreateRole", + "access_level": "List", + "description": "Grants permission to list the image versions owned by or shared with your account", + "privilege": "ListImages", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" - }, - { - "condition_keys": [ - "iam:PermissionsBoundary", - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the infrastructure configurations in your account", + "privilege": "ListInfrastructureConfigurations", + "resource_types": [ + { + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an IAM resource that describes an identity provider (IdP) that supports SAML 2.0", - "privilege": "CreateSAMLProvider", + "access_level": "List", + "description": "Grants permission to list resources for the specified lifecycle execution", + "privilege": "ListLifecycleExecutionResources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "saml-provider*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "lifecycleExecution*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an IAM role that allows an AWS service to perform actions on your behalf", - "privilege": "CreateServiceLinkedRole", + "access_level": "List", + "description": "Grants permission to list lifecycle executions for the specified resource", + "privilege": "ListLifecycleExecutions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" + "resource_type": "image" }, { - "condition_keys": [ - "iam:AWSServiceName" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "lifecyclePolicy" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new service-specific credential for an IAM user", - "privilege": "CreateServiceSpecificCredential", + "access_level": "List", + "description": "Grants permission to list the lifecycle policies in your account", + "privilege": "ListLifecyclePolicies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new IAM user", - "privilege": "CreateUser", + "access_level": "Read", + "description": "Grants permission to list tags for an Image Builder resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "component" }, { - "condition_keys": [ - "iam:PermissionsBoundary", - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a new virtual MFA device", - "privilege": "CreateVirtualMFADevice", - "resource_types": [ + "resource_type": "containerRecipe" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "mfa*" + "resource_type": "distributionConfiguration" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "image" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "imagePipeline" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "imageRecipe" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "infrastructureConfiguration" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "lifecyclePolicy" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workflow" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -120966,57 +135562,57 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to deactivate the specified MFA device and remove its association with the IAM user for which it was originally enabled", - "privilege": "DeactivateMFADevice", + "access_level": "List", + "description": "Grants permission to list waiting workflow steps for the caller account", + "privilege": "ListWaitingWorkflowSteps", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the access key pair that is associated with the specified IAM user", - "privilege": "DeleteAccessKey", + "access_level": "List", + "description": "Grants permission to list the workflow build versions in your account", + "privilege": "ListWorkflowBuildVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "workflowVersion*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified AWS account alias", - "privilege": "DeleteAccountAlias", + "access_level": "List", + "description": "Grants permission to list workflow executions for the specified image", + "privilege": "ListWorkflowExecutions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "image*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to delete the password policy for the AWS account", - "privilege": "DeleteAccountPasswordPolicy", + "access_level": "List", + "description": "Grants permission to list workflow step executions for the specified workflow", + "privilege": "ListWorkflowStepExecutions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workflowExecution*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an existing CloudFront public key", - "privilege": "DeleteCloudFrontPublicKey", + "access_level": "List", + "description": "Grants permission to list the workflow versions owned by or shared with your account", + "privilege": "ListWorkflows", "resource_types": [ { "condition_keys": [], @@ -121026,114 +135622,152 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified IAM group", - "privilege": "DeleteGroup", + "access_level": "Permissions management", + "description": "Grants permission to set the resource policy associated with a component", + "privilege": "PutComponentPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "component*" } ] }, { "access_level": "Permissions management", - "description": "Grants permission to delete the specified inline policy from its group", - "privilege": "DeleteGroupPolicy", + "description": "Grants permission to set the resource policy associated with a container recipe", + "privilege": "PutContainerRecipePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "containerRecipe*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified instance profile", - "privilege": "DeleteInstanceProfile", + "access_level": "Permissions management", + "description": "Grants permission to set the resource policy associated with an image", + "privilege": "PutImagePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance-profile*" + "resource_type": "image*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the password for the specified IAM user", - "privilege": "DeleteLoginProfile", + "access_level": "Permissions management", + "description": "Grants permission to set the resource policy associated with an image recipe", + "privilege": "PutImageRecipePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "imageRecipe*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an OpenID Connect identity provider (IdP) resource object in IAM", - "privilege": "DeleteOpenIDConnectProvider", + "description": "Grants permission to send an action to a workflow step", + "privilege": "SendWorkflowStepAction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "oidc-provider*" - } - ] - }, - { - "access_level": "Permissions management", - "description": "Grants permission to delete the specified managed policy and remove it from any IAM entities (users, groups, or roles) to which it is attached", - "privilege": "DeletePolicy", - "resource_types": [ + "resource_type": "image*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "workflowStepExecution*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to delete a version from the specified managed policy", - "privilege": "DeletePolicyVersion", + "access_level": "Write", + "description": "Grants permission to create a new image from a pipeline", + "privilege": "StartImagePipelineExecution", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "policy*" + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "imagebuilder:GetImagePipeline" + ], + "resource_type": "imagePipeline*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified role", - "privilege": "DeleteRole", + "description": "Grants permission to start a state update for the specified resource", + "privilege": "StartResourceStateUpdate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" + "resource_type": "image*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to remove the permissions boundary from a role", - "privilege": "DeleteRolePermissionsBoundary", + "access_level": "Tagging", + "description": "Grants permission to tag an Image Builder resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" + "resource_type": "component" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "containerRecipe" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "distributionConfiguration" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "image" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "imagePipeline" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "imageRecipe" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "infrastructureConfiguration" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "lifecyclePolicy" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workflow" }, { "condition_keys": [ - "iam:PermissionsBoundary" + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -121141,18 +135775,59 @@ ] }, { - "access_level": "Permissions management", - "description": "Grants permission to delete the specified inline policy from the specified role", - "privilege": "DeleteRolePolicy", + "access_level": "Tagging", + "description": "Grants permission to untag an Image Builder resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" + "resource_type": "component" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "containerRecipe" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "distributionConfiguration" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "image" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "imagePipeline" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "imageRecipe" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "infrastructureConfiguration" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "lifecyclePolicy" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workflow" }, { "condition_keys": [ - "iam:PermissionsBoundary" + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -121161,228 +135836,340 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a SAML provider resource in IAM", - "privilege": "DeleteSAMLProvider", + "description": "Grants permission to update an existing distribution configuration", + "privilege": "UpdateDistributionConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "saml-provider*" + "resource_type": "distributionConfiguration*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified SSH public key", - "privilege": "DeleteSSHPublicKey", + "description": "Grants permission to update an existing image pipeline", + "privilege": "UpdateImagePipeline", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "user*" + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "iam:PassRole", + "imagebuilder:GetContainerRecipe", + "imagebuilder:GetDistributionConfiguration", + "imagebuilder:GetImageRecipe", + "imagebuilder:GetInfrastructureConfiguration", + "imagebuilder:GetWorkflow" + ], + "resource_type": "imagePipeline*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified server certificate", - "privilege": "DeleteServerCertificate", + "description": "Grants permission to update an existing infrastructure configuration", + "privilege": "UpdateInfrastructureConfiguration", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "iam:PassRole", + "sns:Publish" + ], + "resource_type": "infrastructureConfiguration*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "imagebuilder:CreatedResourceTagKeys", + "imagebuilder:CreatedResourceTag/", + "imagebuilder:Ec2MetadataHttpTokens", + "imagebuilder:StatusTopicArn" + ], "dependent_actions": [], - "resource_type": "server-certificate*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an IAM role that is linked to a specific AWS service, if the service is no longer using it", - "privilege": "DeleteServiceLinkedRole", + "description": "Grants permission to update an existing lifecycle policy", + "privilege": "UpdateLifecyclePolicy", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "lifecyclePolicy*" + }, + { + "condition_keys": [ + "imagebuilder:LifecyclePolicyResourceType" + ], "dependent_actions": [], - "resource_type": "role*" + "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:component/${ComponentName}/${ComponentVersion}/${ComponentBuildVersion}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "component" + }, + { + "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:component/${ComponentName}/${ComponentVersion}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "componentVersion" + }, + { + "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:distribution-configuration/${DistributionConfigurationName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "distributionConfiguration" + }, + { + "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:image/${ImageName}/${ImageVersion}/${ImageBuildVersion}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "image" + }, + { + "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:image/${ImageName}/${ImageVersion}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "imageVersion" + }, + { + "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:image-recipe/${ImageRecipeName}/${ImageRecipeVersion}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "imageRecipe" + }, + { + "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:container-recipe/${ContainerRecipeName}/${ContainerRecipeVersion}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "containerRecipe" + }, + { + "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:image-pipeline/${ImagePipelineName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "imagePipeline" + }, + { + "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:infrastructure-configuration/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "infrastructureConfiguration" + }, + { + "arn": "arn:${Partition}:kms:${Region}:${Account}:key/${KeyId}", + "condition_keys": [], + "resource": "kmsKey" + }, + { + "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:lifecycle-execution/${LifecycleExecutionId}", + "condition_keys": [], + "resource": "lifecycleExecution" + }, + { + "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:lifecycle-policy/${LifecyclePolicyName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "lifecyclePolicy" + }, + { + "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:workflow/${WorkflowType}/${WorkflowName}/${WorkflowVersion}/${WorkflowBuildVersion}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "workflow" + }, + { + "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:workflow/${WorkflowType}/${WorkflowName}/${WorkflowVersion}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "workflowVersion" + }, + { + "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:workflow-execution/${WorkflowExecutionId}", + "condition_keys": [], + "resource": "workflowExecution" }, + { + "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:workflow-step-execution/${WorkflowStepExecutionId}", + "condition_keys": [], + "resource": "workflowStepExecution" + } + ], + "service_name": "Amazon EC2 Image Builder" + }, + { + "conditions": [], + "prefix": "importexport", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to delete the specified service-specific credential for an IAM user", - "privilege": "DeleteServiceSpecificCredential", + "description": "This action cancels a specified job. Only the job owner can cancel it. The action fails if the job has already started or is complete.", + "privilege": "CancelJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a signing certificate that is associated with the specified IAM user", - "privilege": "DeleteSigningCertificate", + "description": "This action initiates the process of scheduling an upload or download of your data.", + "privilege": "CreateJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified IAM user", - "privilege": "DeleteUser", + "access_level": "Read", + "description": "This action generates a pre-paid shipping label that you will use to ship your device to AWS for processing.", + "privilege": "GetShippingLabel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to remove the permissions boundary from the specified IAM user", - "privilege": "DeleteUserPermissionsBoundary", + "access_level": "Read", + "description": "This action returns information about a job, including where the job is in the processing pipeline, the status of the results, and the signature value associated with the job.", + "privilege": "GetStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - }, - { - "condition_keys": [ - "iam:PermissionsBoundary" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to delete the specified inline policy from an IAM user", - "privilege": "DeleteUserPolicy", + "access_level": "List", + "description": "This action returns the jobs associated with the requester.", + "privilege": "ListJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - }, - { - "condition_keys": [ - "iam:PermissionsBoundary" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a virtual MFA device", - "privilege": "DeleteVirtualMFADevice", + "description": "You use this action to change the parameters specified in the original manifest file by supplying a new manifest file.", + "privilege": "UpdateJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "mfa" - }, + "resource_type": "" + } + ] + } + ], + "resources": [], + "service_name": "AWS Import Export Disk Service" + }, + { + "conditions": [], + "prefix": "inspector", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to assign attributes (key and value pairs) to the findings that are specified by the ARNs of the findings", + "privilege": "AddAttributesToFindings", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sms-mfa" + "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to detach a managed policy from the specified IAM group", - "privilege": "DetachGroupPolicy", + "access_level": "Write", + "description": "Grants permission to create a new assessment target using the ARN of the resource group that is generated by CreateResourceGroup", + "privilege": "CreateAssessmentTarget", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" - }, - { - "condition_keys": [ - "iam:PolicyARN" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to detach a managed policy from the specified role", - "privilege": "DetachRolePolicy", + "access_level": "Write", + "description": "Grants permission to create an assessment template for the assessment target that is specified by the ARN of the assessment target", + "privilege": "CreateAssessmentTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" - }, - { - "condition_keys": [ - "iam:PolicyARN", - "iam:PermissionsBoundary" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to detach a managed policy from the specified IAM user", - "privilege": "DetachUserPolicy", + "access_level": "Write", + "description": "Grants permission to start the generation of an exclusions preview for the specified assessment template", + "privilege": "CreateExclusionsPreview", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - }, - { - "condition_keys": [ - "iam:PolicyARN", - "iam:PermissionsBoundary" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to enable an MFA device and associate it with the specified IAM user", - "privilege": "EnableMFADevice", + "description": "Grants permission to create a resource group using the specified set of tags (key and value pairs) that are used to select the EC2 instances to be included in an Amazon Inspector assessment target", + "privilege": "CreateResourceGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - }, - { - "condition_keys": [ - "iam:RegisterSecurityKey", - "iam:FIDO-FIPS-140-2-certification", - "iam:FIDO-FIPS-140-3-certification", - "iam:FIDO-certification" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to generate a credential report for the AWS account", - "privilege": "GenerateCredentialReport", + "access_level": "Write", + "description": "Grants permission to delete the assessment run that is specified by the ARN of the assessment run", + "privilege": "DeleteAssessmentRun", "resource_types": [ { "condition_keys": [], @@ -121392,74 +136179,69 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to generate an access report for an AWS Organizations entity", - "privilege": "GenerateOrganizationsAccessReport", + "access_level": "Write", + "description": "Grants permission to delete the assessment target that is specified by the ARN of the assessment target", + "privilege": "DeleteAssessmentTarget", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "organizations:DescribePolicy", - "organizations:ListChildren", - "organizations:ListParents", - "organizations:ListPoliciesForTarget", - "organizations:ListRoots", - "organizations:ListTargetsForPolicy" - ], - "resource_type": "access-report*" - }, - { - "condition_keys": [ - "iam:OrganizationsPolicyId" - ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to generate a service last accessed data report for an IAM resource", - "privilege": "GenerateServiceLastAccessedDetails", + "access_level": "Write", + "description": "Grants permission to delete the assessment template that is specified by the ARN of the assessment template", + "privilege": "DeleteAssessmentTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "policy*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe the assessment runs that are specified by the ARNs of the assessment runs", + "privilege": "DescribeAssessmentRuns", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe the assessment targets that are specified by the ARNs of the assessment targets", + "privilege": "DescribeAssessmentTargets", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about when the specified access key was last used", - "privilege": "GetAccessKeyLastUsed", + "description": "Grants permission to describe the assessment templates that are specified by the ARNs of the assessment templates", + "privilege": "DescribeAssessmentTemplates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about all IAM users, groups, roles, and policies in your AWS account, including their relationships to one another", - "privilege": "GetAccountAuthorizationDetails", + "description": "Grants permission to describe the IAM role that enables Amazon Inspector to access your AWS account", + "privilege": "DescribeCrossAccountAccessRole", "resource_types": [ { "condition_keys": [], @@ -121470,8 +136252,8 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve the email address that is associated with the account", - "privilege": "GetAccountEmailAddress", + "description": "Grants permission to describe the exclusions that are specified by the exclusions' ARNs", + "privilege": "DescribeExclusions", "resource_types": [ { "condition_keys": [], @@ -121482,8 +136264,8 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve the account name that is associated with the account", - "privilege": "GetAccountName", + "description": "Grants permission to describe the findings that are specified by the ARNs of the findings", + "privilege": "DescribeFindings", "resource_types": [ { "condition_keys": [], @@ -121494,8 +136276,8 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve the password policy for the AWS account", - "privilege": "GetAccountPasswordPolicy", + "description": "Grants permission to describe the resource groups that are specified by the ARNs of the resource groups", + "privilege": "DescribeResourceGroups", "resource_types": [ { "condition_keys": [], @@ -121505,9 +136287,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to retrieve information about IAM entity usage and IAM quotas in the AWS account", - "privilege": "GetAccountSummary", + "access_level": "Read", + "description": "Grants permission to describe the rules packages that are specified by the ARNs of the rules packages", + "privilege": "DescribeRulesPackages", "resource_types": [ { "condition_keys": [], @@ -121518,8 +136300,8 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve information about the specified CloudFront public key", - "privilege": "GetCloudFrontPublicKey", + "description": "Grants permission to produce an assessment report that includes detailed and comprehensive results of a specified assessment run", + "privilege": "GetAssessmentReport", "resource_types": [ { "condition_keys": [], @@ -121530,8 +136312,8 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve a list of all of the context keys that are referenced in the specified policy", - "privilege": "GetContextKeysForCustomPolicy", + "description": "Grants permission to retrieve the exclusions preview (a list of ExclusionPreview objects) specified by the preview token", + "privilege": "GetExclusionsPreview", "resource_types": [ { "condition_keys": [], @@ -121542,30 +136324,44 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve a list of all context keys that are referenced in all IAM policies that are attached to the specified IAM identity (user, group, or role)", - "privilege": "GetContextKeysForPrincipalPolicy", + "description": "Grants permission to get information about the data that is collected for the specified assessment run", + "privilege": "GetTelemetryMetadata", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the agents of the assessment runs that are specified by the ARNs of the assessment runs", + "privilege": "ListAssessmentRunAgents", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the assessment runs that correspond to the assessment templates that are specified by the ARNs of the assessment templates", + "privilege": "ListAssessmentRuns", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a credential report for the AWS account", - "privilege": "GetCredentialReport", + "access_level": "List", + "description": "Grants permission to list the ARNs of the assessment targets within this AWS account", + "privilege": "ListAssessmentTargets", "resource_types": [ { "condition_keys": [], @@ -121575,81 +136371,81 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a list of IAM users in the specified IAM group", - "privilege": "GetGroup", + "access_level": "List", + "description": "Grants permission to list the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets", + "privilege": "ListAssessmentTemplates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an inline policy document that is embedded in the specified IAM group", - "privilege": "GetGroupPolicy", + "access_level": "List", + "description": "Grants permission to list all the event subscriptions for the assessment template that is specified by the ARN of the assessment template", + "privilege": "ListEventSubscriptions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the specified instance profile, including the instance profile's path, GUID, ARN, and role", - "privilege": "GetInstanceProfile", + "access_level": "List", + "description": "Grants permission to list exclusions that are generated by the assessment run", + "privilege": "ListExclusions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance-profile*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve the user name and password creation date for the specified IAM user", - "privilege": "GetLoginProfile", + "description": "Grants permission to list findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs", + "privilege": "ListFindings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about an MFA device for the specified user", - "privilege": "GetMFADevice", + "access_level": "List", + "description": "Grants permission to list all available Amazon Inspector rules packages", + "privilege": "ListRulesPackages", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about the specified OpenID Connect (OIDC) provider resource in IAM", - "privilege": "GetOpenIDConnectProvider", + "description": "Grants permission to list all tags associated with an assessment template", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "oidc-provider*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve an AWS Organizations access report", - "privilege": "GetOrganizationsAccessReport", + "description": "Grants permission to preview the agents installed on the EC2 instances that are part of the specified assessment target", + "privilege": "PreviewAgents", "resource_types": [ { "condition_keys": [], @@ -121659,93 +136455,93 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the specified managed policy, including the policy's default version and the total number of identities to which the policy is attached", - "privilege": "GetPolicy", + "access_level": "Write", + "description": "Grants permission to register the IAM role that Amazon Inspector uses to list your EC2 instances at the start of the assessment run or when you call the PreviewAgents action", + "privilege": "RegisterCrossAccountAccessRole", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a version of the specified managed policy, including the policy document", - "privilege": "GetPolicyVersion", + "access_level": "Write", + "description": "Grants permission to remove entire attributes (key and value pairs) from the findings that are specified by the ARNs of the findings where an attribute with the specified key exists", + "privilege": "RemoveAttributesFromFindings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the specified role, including the role's path, GUID, ARN, and the role's trust policy", - "privilege": "GetRole", + "access_level": "Tagging", + "description": "Grants permission to set tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template", + "privilege": "SetTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an inline policy document that is embedded with the specified IAM role", - "privilege": "GetRolePolicy", + "access_level": "Write", + "description": "Grants permission to start the assessment run specified by the ARN of the assessment template", + "privilege": "StartAssessmentRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the SAML provider metadocument that was uploaded when the IAM SAML provider resource was created or updated", - "privilege": "GetSAMLProvider", + "access_level": "Write", + "description": "Grants permission to stop the assessment run that is specified by the ARN of the assessment run", + "privilege": "StopAssessmentRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "saml-provider*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the specified SSH public key, including metadata about the key", - "privilege": "GetSSHPublicKey", + "access_level": "Write", + "description": "Grants permission to enable the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic", + "privilege": "SubscribeToEvent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the specified server certificate stored in IAM", - "privilege": "GetServerCertificate", + "access_level": "Write", + "description": "Grants permission to disable the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic", + "privilege": "UnsubscribeFromEvent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "server-certificate*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the service last accessed data report", - "privilege": "GetServiceLastAccessedDetails", + "access_level": "Write", + "description": "Grants permission to update the assessment target that is specified by the ARN of the assessment target", + "privilege": "UpdateAssessmentTarget", "resource_types": [ { "condition_keys": [], @@ -121753,11 +136549,19 @@ "resource_type": "" } ] - }, + } + ], + "resources": [], + "service_name": "Amazon Inspector" + }, + { + "conditions": [], + "prefix": "inspector-scan", + "privileges": [ { "access_level": "Read", - "description": "Grants permission to retrieve information about the entities from the service last accessed data report", - "privilege": "GetServiceLastAccessedDetailsWithEntities", + "description": "Grants permission to scan the customer provided SBOM and return vulnerabilities detected within", + "privilege": "ScanSbom", "resource_types": [ { "condition_keys": [], @@ -121765,59 +136569,83 @@ "resource_type": "" } ] + } + ], + "resources": [], + "service_name": "Amazon InspectorScan" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request", + "type": "String" }, { - "access_level": "Read", - "description": "Grants permission to retrieve an IAM service-linked role deletion status", - "privilege": "GetServiceLinkedRoleDeletionStatus", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "inspector2", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to associate an account with an Amazon Inspector administrator account", + "privilege": "AssociateMember", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about the specified IAM user, including the user's creation date, path, unique ID, and ARN", - "privilege": "GetUser", + "description": "Grants permission to retrieve information about Amazon Inspector accounts for an account", + "privilege": "BatchGetAccountStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve an inline policy document that is embedded in the specified IAM user", - "privilege": "GetUserPolicy", + "description": "Grants permission to retrieve code snippet information about one or more code vulnerability findings", + "privilege": "BatchGetCodeSnippet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list information about the access key IDs that are associated with the specified IAM user", - "privilege": "ListAccessKeys", + "access_level": "Read", + "description": "Grants permission to let a customer get enhanced vulnerability intelligence details for findings", + "privilege": "BatchGetFindingDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the account alias that is associated with the AWS account", - "privilege": "ListAccountAliases", + "access_level": "Read", + "description": "Grants permission to retrieve free trial period eligibility about Amazon Inspector accounts for an account", + "privilege": "BatchGetFreeTrialInfo", "resource_types": [ { "condition_keys": [], @@ -121827,45 +136655,45 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all managed policies that are attached to the specified IAM group", - "privilege": "ListAttachedGroupPolicies", + "access_level": "Read", + "description": "Grants permission to delegated administrator to retrieve ec2 deep inspection status of member accounts", + "privilege": "BatchGetMemberEc2DeepInspectionStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all managed policies that are attached to the specified IAM role", - "privilege": "ListAttachedRolePolicies", + "access_level": "Write", + "description": "Grants permission to update ec2 deep inspection status by delegated administrator for its associated member accounts", + "privilege": "BatchUpdateMemberEc2DeepInspectionStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all managed policies that are attached to the specified IAM user", - "privilege": "ListAttachedUserPolicies", + "access_level": "Write", + "description": "Grants permission to cancel the generation of a findings report", + "privilege": "CancelFindingsReport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all current CloudFront public keys for the account", - "privilege": "ListCloudFrontPublicKeys", + "access_level": "Write", + "description": "Grants permission to cancel the generation of an SBOM report", + "privilege": "CancelSbomExport", "resource_types": [ { "condition_keys": [], @@ -121875,33 +136703,41 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all IAM identities to which the specified managed policy is attached", - "privilege": "ListEntitiesForPolicy", + "access_level": "Write", + "description": "Grants permission to create and define the settings for a findings filter", + "privilege": "CreateFilter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "Filter*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the names of the inline policies that are embedded in the specified IAM group", - "privilege": "ListGroupPolicies", + "access_level": "Write", + "description": "Grants permission to request the generation of a findings report", + "privilege": "CreateFindingsReport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the IAM groups that have the specified path prefix", - "privilege": "ListGroups", + "access_level": "Write", + "description": "Grants permission to request the generation of an SBOM report", + "privilege": "CreateSbomExport", "resource_types": [ { "condition_keys": [], @@ -121911,33 +136747,33 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the IAM groups that the specified IAM user belongs to", - "privilege": "ListGroupsForUser", + "access_level": "Write", + "description": "Grants permission to delete a findings filter", + "privilege": "DeleteFilter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "Filter*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the tags that are attached to the specified instance profile", - "privilege": "ListInstanceProfileTags", + "access_level": "Read", + "description": "Grants permission to retrieve information about the Amazon Inspector configuration settings for an AWS organization", + "privilege": "DescribeOrganizationConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance-profile*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the instance profiles that have the specified path prefix", - "privilege": "ListInstanceProfiles", + "access_level": "Write", + "description": "Grants permission to disable an Amazon Inspector account", + "privilege": "Disable", "resource_types": [ { "condition_keys": [], @@ -121947,57 +136783,57 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the instance profiles that have the specified associated IAM role", - "privilege": "ListInstanceProfilesForRole", + "access_level": "Write", + "description": "Grants permission to disable an account as the delegated Amazon Inspector administrator account for an AWS organization", + "privilege": "DisableDelegatedAdminAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the tags that are attached to the specified virtual mfa device", - "privilege": "ListMFADeviceTags", + "access_level": "Write", + "description": "Grants permission to an Amazon Inspector administrator account to disassociate from an Inspector member account", + "privilege": "DisassociateMember", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "mfa*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the MFA devices for an IAM user", - "privilege": "ListMFADevices", + "access_level": "Write", + "description": "Grants permission to enable and specify the configuration settings for a new Amazon Inspector account", + "privilege": "Enable", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the tags that are attached to the specified OpenID Connect provider", - "privilege": "ListOpenIDConnectProviderTags", + "access_level": "Write", + "description": "Grants permission to enable an account as the delegated Amazon Inspector administrator account for an AWS organization", + "privilege": "EnableDelegatedAdminAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "oidc-provider*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list information about the IAM OpenID Connect (OIDC) provider resource objects that are defined in the AWS account", - "privilege": "ListOpenIDConnectProviders", + "access_level": "Read", + "description": "Grants permission to retrieve information about the Amazon Inspector configuration settings for an AWS account", + "privilege": "GetConfiguration", "resource_types": [ { "condition_keys": [], @@ -122007,9 +136843,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all managed policies", - "privilege": "ListPolicies", + "access_level": "Read", + "description": "Grants permission to retrieve information about the Amazon Inspector administrator account for an account", + "privilege": "GetDelegatedAdminAccount", "resource_types": [ { "condition_keys": [], @@ -122019,79 +136855,81 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list information about the policies that grant an entity access to a specific service", - "privilege": "ListPoliciesGrantingServiceAccess", + "access_level": "Read", + "description": "Grants permission to retrieve ec2 deep inspection configuration for standalone accounts, delegated administrator and member account", + "privilege": "GetEc2DeepInspectionConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "role*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve information about the KMS key used to encrypt code snippets with", + "privilege": "GetEncryptionKey", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the tags that are attached to the specified managed policy", - "privilege": "ListPolicyTags", + "access_level": "Read", + "description": "Grants permission to retrieve status for a requested findings report", + "privilege": "GetFindingsReportStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list information about the versions of the specified managed policy, including the version that is currently set as the policy's default version", - "privilege": "ListPolicyVersions", + "access_level": "Read", + "description": "Grants permission to retrieve information about an account that's associated with an Amazon Inspector administrator account", + "privilege": "GetMember", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the names of the inline policies that are embedded in the specified IAM role", - "privilege": "ListRolePolicies", + "access_level": "Read", + "description": "Grants permission to retrieve a requested SBOM report", + "privilege": "GetSbomExport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list the tags that are attached to the specified IAM role", - "privilege": "ListRoleTags", + "description": "Grants permission to retrieve feature configuration permissions associated with an Amazon Inspector account within an organization", + "privilege": "ListAccountPermissions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list the IAM roles that have the specified path prefix", - "privilege": "ListRoles", + "description": "Grants permission to retrieve the types of statistics Amazon Inspector can generate for resources Inspector monitors", + "privilege": "ListCoverage", "resource_types": [ { "condition_keys": [], @@ -122102,20 +136940,20 @@ }, { "access_level": "List", - "description": "Grants permission to list the tags that are attached to the specified SAML provider", - "privilege": "ListSAMLProviderTags", + "description": "Grants permission to retrieve statistical data and other information about the resources Amazon Inspector monitors", + "privilege": "ListCoverageStatistics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "saml-provider*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list the SAML provider resources in IAM", - "privilege": "ListSAMLProviders", + "description": "Grants permission to retrieve information about the delegated Amazon Inspector administrator account for an AWS organization", + "privilege": "ListDelegatedAdminAccounts", "resource_types": [ { "condition_keys": [], @@ -122126,20 +136964,20 @@ }, { "access_level": "List", - "description": "Grants permission to list information about the SSH public keys that are associated with the specified IAM user", - "privilege": "ListSSHPublicKeys", + "description": "Grants permission to retrieve information about all findings filters", + "privilege": "ListFilters", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list the status of all active STS regional endpoints", - "privilege": "ListSTSRegionalEndpointsStatus", + "description": "Grants permission to retrieve statistical data and other information about Amazon Inspector findings", + "privilege": "ListFindingAggregations", "resource_types": [ { "condition_keys": [], @@ -122150,20 +136988,20 @@ }, { "access_level": "List", - "description": "Grants permission to list the tags that are attached to the specified server certificate", - "privilege": "ListServerCertificateTags", + "description": "Grants permission to retrieve a subset of information about one or more findings", + "privilege": "ListFindings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "server-certificate*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list the server certificates that have the specified path prefix", - "privilege": "ListServerCertificates", + "description": "Grants permission to retrieve information about the Amazon Inspector member accounts that are associated with an Inspector administrator account", + "privilege": "ListMembers", "resource_types": [ { "condition_keys": [], @@ -122173,72 +137011,78 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the service-specific credentials that are associated with the specified IAM user", - "privilege": "ListServiceSpecificCredentials", + "access_level": "Read", + "description": "Grants permission to retrieve the tags for an Amazon Inspector resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list information about the signing certificates that are associated with the specified IAM user", - "privilege": "ListSigningCertificates", + "description": "Grants permission to retrieve aggregated usage data for an account", + "privilege": "ListUsageTotals", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the names of the inline policies that are embedded in the specified IAM user", - "privilege": "ListUserPolicies", + "access_level": "Write", + "description": "Grants permission to let a customer reset to use an Amazon-owned KMS key to encrypt code snippets with", + "privilege": "ResetEncryptionKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the tags that are attached to the specified IAM user", - "privilege": "ListUserTags", + "access_level": "Read", + "description": "Grants permission to list Amazon Inspector coverage details for a specific vulnerability", + "privilege": "SearchVulnerabilities", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the IAM users that have the specified path prefix", - "privilege": "ListUsers", + "access_level": "Tagging", + "description": "Grants permission to add or update the tags for an Amazon Inspector resource", + "privilege": "TagResource", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list virtual MFA devices by assignment status", - "privilege": "ListVirtualMFADevices", + "access_level": "Tagging", + "description": "Grants permission to remove tags from an Amazon Inspector resource", + "privilege": "UntagResource", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -122246,68 +137090,54 @@ }, { "access_level": "Write", - "description": "Grants permission to pass a role to a service", - "privilege": "PassRole", + "description": "Grants permission to update information about the Amazon Inspector configuration settings for an AWS account", + "privilege": "UpdateConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" - }, - { - "condition_keys": [ - "iam:AssociatedResourceArn", - "iam:PassedToService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to create or update an inline policy document that is embedded in the specified IAM group", - "privilege": "PutGroupPolicy", + "access_level": "Write", + "description": "Grants permission to update ec2 deep inspection configuration by delegated administrator, member and standalone account", + "privilege": "UpdateEc2DeepInspectionConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to set a managed policy as a permissions boundary for a role", - "privilege": "PutRolePermissionsBoundary", + "access_level": "Write", + "description": "Grants permission to let a customer use a KMS key to encrypt code snippets with", + "privilege": "UpdateEncryptionKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" - }, - { - "condition_keys": [ - "iam:PermissionsBoundary" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to create or update an inline policy document that is embedded in the specified IAM role", - "privilege": "PutRolePolicy", + "access_level": "Write", + "description": "Grants permission to update the settings for a findings filter", + "privilege": "UpdateFilter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" + "resource_type": "Filter*" }, { "condition_keys": [ - "iam:PermissionsBoundary" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -122315,37 +137145,80 @@ ] }, { - "access_level": "Permissions management", - "description": "Grants permission to set a managed policy as a permissions boundary for an IAM user", - "privilege": "PutUserPermissionsBoundary", + "access_level": "Write", + "description": "Grants permission to update ec2 deep inspection configuration by delegated administrator for its associated member accounts", + "privilege": "UpdateOrgEc2DeepInspectionConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update Amazon Inspector configuration settings for an AWS organization", + "privilege": "UpdateOrganizationConfiguration", + "resource_types": [ { - "condition_keys": [ - "iam:PermissionsBoundary" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:inspector2:${Region}:${Account}:owner/${OwnerId}/filter/${FilterId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Filter" }, { - "access_level": "Permissions management", - "description": "Grants permission to create or update an inline policy document that is embedded in the specified IAM user", - "privilege": "PutUserPolicy", + "arn": "arn:${Partition}:inspector2:${Region}:${Account}:finding/${FindingId}", + "condition_keys": [], + "resource": "Finding" + } + ], + "service_name": "Amazon Inspector2" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "internetmonitor", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create a monitor", + "privilege": "CreateMonitor", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "Monitor*" }, { "condition_keys": [ - "iam:PermissionsBoundary" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -122354,80 +137227,80 @@ }, { "access_level": "Write", - "description": "Grants permission to remove the client ID (audience) from the list of client IDs in the specified IAM OpenID Connect (OIDC) provider resource", - "privilege": "RemoveClientIDFromOpenIDConnectProvider", + "description": "Grants permission to delete a monitor", + "privilege": "DeleteMonitor", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "oidc-provider*" + "resource_type": "Monitor*" } ] }, { - "access_level": "Write", - "description": "Grants permission to remove an IAM role from the specified EC2 instance profile", - "privilege": "RemoveRoleFromInstanceProfile", + "access_level": "Read", + "description": "Grants permission to get information about a health event for a specified monitor", + "privilege": "GetHealthEvent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance-profile*" + "resource_type": "HealthEvent*" } ] }, { - "access_level": "Write", - "description": "Grants permission to remove an IAM user from the specified group", - "privilege": "RemoveUserFromGroup", + "access_level": "Read", + "description": "Grants permission to get information about a monitor", + "privilege": "GetMonitor", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "Monitor*" } ] }, { - "access_level": "Write", - "description": "Grants permission to reset the password for an existing service-specific credential for an IAM user", - "privilege": "ResetServiceSpecificCredential", + "access_level": "Read", + "description": "Grants permission to get results for a data query for a monitor", + "privilege": "GetQueryResults", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "Monitor*" } ] }, { - "access_level": "Write", - "description": "Grants permission to synchronize the specified MFA device with its IAM entity (user or role)", - "privilege": "ResyncMFADevice", + "access_level": "Read", + "description": "Grants permission to get status for a data query for a monitor", + "privilege": "GetQueryStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "Monitor*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to set the version of the specified policy as the policy's default version", - "privilege": "SetDefaultPolicyVersion", + "access_level": "List", + "description": "Grants permission to list all health events for a monitor", + "privilege": "ListHealthEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "Monitor*" } ] }, { - "access_level": "Write", - "description": "Grants permission to activate or deactivate an STS regional endpoint", - "privilege": "SetSTSRegionalEndpointStatus", + "access_level": "List", + "description": "Grants permission to list all monitors in an account and their statuses", + "privilege": "ListMonitors", "resource_types": [ { "condition_keys": [], @@ -122437,65 +137310,55 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to set the STS global endpoint token version", - "privilege": "SetSecurityTokenServicePreferences", + "access_level": "Read", + "description": "Grants permission to list the tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Monitor*" } ] }, { "access_level": "Read", - "description": "Grants permission to simulate whether an identity-based policy or resource-based policy provides permissions for specific API operations and resources", - "privilege": "SimulateCustomPolicy", + "description": "Grants permission to start a data query for a monitor", + "privilege": "StartQuery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Monitor*" } ] }, { "access_level": "Read", - "description": "Grants permission to simulate whether an identity-based policy that is attached to a specified IAM entity (user or role) provides permissions for specific API operations and resources", - "privilege": "SimulatePrincipalPolicy", + "description": "Grants permission to stop a data query for a monitor", + "privilege": "StopQuery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "role" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "user" + "resource_type": "Monitor*" } ] }, { "access_level": "Tagging", - "description": "Grants permission to add tags to an instance profile", - "privilege": "TagInstanceProfile", + "description": "Grants permission to add tags to a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance-profile*" + "resource_type": "Monitor*" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -122504,18 +137367,17 @@ }, { "access_level": "Tagging", - "description": "Grants permission to add tags to a virtual mfa device", - "privilege": "TagMFADevice", + "description": "Grants permission to remove tags from a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "mfa*" + "resource_type": "Monitor*" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -122523,293 +137385,263 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to an OpenID Connect provider", - "privilege": "TagOpenIDConnectProvider", + "access_level": "Write", + "description": "Grants permission to update a monitor", + "privilege": "UpdateMonitor", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "oidc-provider*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "Monitor*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:internetmonitor:${Region}:${Account}:monitor/${MonitorName}/health-event/${EventId}", + "condition_keys": [], + "resource": "HealthEvent" }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a managed policy", - "privilege": "TagPolicy", + "arn": "arn:${Partition}:internetmonitor:${Region}:${Account}:monitor/${MonitorName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Monitor" + } + ], + "service_name": "Amazon CloudWatch Internet Monitor" + }, + { + "conditions": [], + "prefix": "invoicing", + "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to get Invoice Email Delivery Preferences", + "privilege": "GetInvoiceEmailDeliveryPreferences", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to an IAM role", - "privilege": "TagRole", + "access_level": "Read", + "description": "Grants permission to get Invoice PDF", + "privilege": "GetInvoicePDF", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a SAML Provider", - "privilege": "TagSAMLProvider", + "access_level": "Read", + "description": "Grants permission to get Invoice summary information for your account or linked account", + "privilege": "ListInvoiceSummaries", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "saml-provider*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a server certificate", - "privilege": "TagServerCertificate", + "access_level": "Write", + "description": "Grants permission to put Invoice Email Delivery Preferences", + "privilege": "PutInvoiceEmailDeliveryPreferences", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "server-certificate*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] + } + ], + "resources": [], + "service_name": "AWS Invoicing Service" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by a tag key that is present in the request", + "type": "String" }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to an IAM user", - "privilege": "TagUser", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by a tag key component of a tag associated to the IoT resource in the request", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by a list of tag keys associated to the IoT resource in the request", + "type": "ArrayOfString" + }, + { + "condition": "iot:ClientMode", + "description": "Filters access by the mode of the client for IoT Tunnel", + "type": "String" + }, + { + "condition": "iot:Delete", + "description": "Filters access by a flag indicating whether or not to also delete an IoT Tunnel immediately when making iot:CloseTunnel request", + "type": "Bool" + }, + { + "condition": "iot:DomainName", + "description": "Filters access by based on the domain name of an IoT DomainConfiguration", + "type": "String" + }, + { + "condition": "iot:ThingGroupArn", + "description": "Filters access by a list of IoT Thing Group ARNs that the destination IoT Thing belongs to for an IoT Tunnel", + "type": "ArrayOfARN" + }, + { + "condition": "iot:TunnelDestinationService", + "description": "Filters access by a list of destination services for an IoT Tunnel", + "type": "ArrayOfString" + } + ], + "prefix": "iot", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to accept a pending certificate transfer", + "privilege": "AcceptCertificateTransfer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "cert*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove the specified tags from the instance profile", - "privilege": "UntagInstanceProfile", + "access_level": "Write", + "description": "Grants permission to add a thing to the specified billing group", + "privilege": "AddThingToBillingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "instance-profile*" + "resource_type": "billinggroup*" }, { - "condition_keys": [ - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "thing*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove the specified tags from the virtual mfa device", - "privilege": "UntagMFADevice", + "access_level": "Write", + "description": "Grants permission to add a thing to the specified thing group", + "privilege": "AddThingToThingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "mfa*" + "resource_type": "thing*" }, { - "condition_keys": [ - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "thinggroup*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove the specified tags from the OpenID Connect provider", - "privilege": "UntagOpenIDConnectProvider", + "access_level": "Write", + "description": "Grants permission to associate a group with a continuous job", + "privilege": "AssociateTargetsWithJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "oidc-provider*" + "resource_type": "job*" }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to remove the specified tags from the managed policy", - "privilege": "UntagPolicy", - "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "thing*" }, { - "condition_keys": [ - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "thinggroup*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove the specified tags from the role", - "privilege": "UntagRole", + "access_level": "Permissions management", + "description": "Grants permission to attach a policy to the specified target", + "privilege": "AttachPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" + "resource_type": "cert" }, { - "condition_keys": [ - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "thinggroup" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove the specified tags from the SAML Provider", - "privilege": "UntagSAMLProvider", + "access_level": "Permissions management", + "description": "Grants permission to attach the specified policy to the specified principal (certificate or other credential)", + "privilege": "AttachPrincipalPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "saml-provider*" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "cert" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove the specified tags from the server certificate", - "privilege": "UntagServerCertificate", + "access_level": "Write", + "description": "Grants permission to associate a Device Defender security profile with a thing group or with this account", + "privilege": "AttachSecurityProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "server-certificate*" + "resource_type": "securityprofile*" }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to remove the specified tags from the user", - "privilege": "UntagUser", - "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "custommetric" }, { - "condition_keys": [ - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update the status of the specified access key as Active or Inactive", - "privilege": "UpdateAccessKey", - "resource_types": [ + "resource_type": "dimension" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "thinggroup" } ] }, { "access_level": "Write", - "description": "Grants permission to update the email address that is associated with the account", - "privilege": "UpdateAccountEmailAddress", + "description": "Grants permission to attach the specified principal to the specified thing", + "privilege": "AttachThingPrincipal", "resource_types": [ { "condition_keys": [], @@ -122820,8 +137652,8 @@ }, { "access_level": "Write", - "description": "Grants permission to update the account name that is associated with the account", - "privilege": "UpdateAccountName", + "description": "Grants permission to cancel a mitigation action task that is in progress", + "privilege": "CancelAuditMitigationActionsTask", "resource_types": [ { "condition_keys": [], @@ -122832,8 +137664,8 @@ }, { "access_level": "Write", - "description": "Grants permission to update the password policy settings for the AWS account", - "privilege": "UpdateAccountPasswordPolicy", + "description": "Grants permission to cancel an audit that is in progress. The audit can be either scheduled or on-demand", + "privilege": "CancelAuditTask", "resource_types": [ { "condition_keys": [], @@ -122843,21 +137675,21 @@ ] }, { - "access_level": "Permissions management", - "description": "Grants permission to update the policy that grants an IAM entity permission to assume a role", - "privilege": "UpdateAssumeRolePolicy", + "access_level": "Write", + "description": "Grants permission to cancel a pending transfer for the specified certificate", + "privilege": "CancelCertificateTransfer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" + "resource_type": "cert*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an existing CloudFront public key", - "privilege": "UpdateCloudFrontPublicKey", + "description": "Grants permission to cancel a Device Defender ML Detect mitigation action", + "privilege": "CancelDetectMitigationActionsTask", "resource_types": [ { "condition_keys": [], @@ -122868,174 +137700,207 @@ }, { "access_level": "Write", - "description": "Grants permission to update the name or path of the specified IAM group", - "privilege": "UpdateGroup", + "description": "Grants permission to cancel a job", + "privilege": "CancelJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "group*" + "resource_type": "job*" } ] }, { "access_level": "Write", - "description": "Grants permission to change the password for the specified IAM user", - "privilege": "UpdateLoginProfile", + "description": "Grants permission to cancel a job execution on a particular device", + "privilege": "CancelJobExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update the entire list of server certificate thumbprints that are associated with an OpenID Connect (OIDC) provider resource", - "privilege": "UpdateOpenIDConnectProviderThumbprint", - "resource_types": [ + "resource_type": "job*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "oidc-provider*" + "resource_type": "thing*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the description or maximum session duration setting of a role", - "privilege": "UpdateRole", + "description": "Grants permission to clear the default authorizer", + "privilege": "ClearDefaultAuthorizer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update only the description of a role", - "privilege": "UpdateRoleDescription", + "description": "Grants permission to close a tunnel", + "privilege": "CloseTunnel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "role*" + "resource_type": "tunnel*" + }, + { + "condition_keys": [ + "iot:Delete" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the metadata document for an existing SAML provider resource", - "privilege": "UpdateSAMLProvider", + "description": "Grants permission to confirm a http url TopicRuleDestinationDestination", + "privilege": "ConfirmTopicRuleDestination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "saml-provider*" + "resource_type": "destination*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the status of an IAM user's SSH public key to active or inactive", - "privilege": "UpdateSSHPublicKey", + "description": "Grants permission to connect as the specified client", + "privilege": "Connect", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "client*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the name or the path of the specified server certificate stored in IAM", - "privilege": "UpdateServerCertificate", + "description": "Grants permission to create a Device Defender audit suppression", + "privilege": "CreateAuditSuppression", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "server-certificate*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the status of a service-specific credential to active or inactive for an IAM user", - "privilege": "UpdateServiceSpecificCredential", + "description": "Grants permission to create an authorizer", + "privilege": "CreateAuthorizer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "authorizer*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the status of the specified user signing certificate to active or disabled", - "privilege": "UpdateSigningCertificate", + "description": "Grants permission to create a billing group", + "privilege": "CreateBillingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "billinggroup*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the name or the path of the specified IAM user", - "privilege": "UpdateUser", + "description": "Grants permission to create an X.509 certificate using the specified certificate signing request", + "privilege": "CreateCertificateFromCsr", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to upload a CloudFront public key", - "privilege": "UploadCloudFrontPublicKey", + "description": "Grants permission to create a custom metric for device side metric reporting and monitoring", + "privilege": "CreateCustomMetric", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "custommetric*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to upload an SSH public key and associate it with the specified IAM user", - "privilege": "UploadSSHPublicKey", + "description": "Grants permission to define a dimension that can be used to to limit the scope of a metric used in a security profile", + "privilege": "CreateDimension", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "dimension*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to upload a server certificate entity for the AWS account", - "privilege": "UploadServerCertificate", + "description": "Grants permission to create a domain configuration", + "privilege": "CreateDomainConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "server-certificate*" + "resource_type": "domainconfiguration*" }, { "condition_keys": [ + "aws:RequestTag/${TagKey}", "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "iot:DomainName" ], "dependent_actions": [], "resource_type": "" @@ -123044,925 +137909,770 @@ }, { "access_level": "Write", - "description": "Grants permission to upload an X.509 signing certificate and associate it with the specified IAM user", - "privilege": "UploadSigningCertificate", + "description": "Grants permission to create a Dynamic Thing Group", + "privilege": "CreateDynamicThingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "dynamicthinggroup*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:iam::${Account}:access-report/${EntityPath}", - "condition_keys": [], - "resource": "access-report" - }, - { - "arn": "arn:${Partition}:iam::${Account}:assumed-role/${RoleName}/${RoleSessionName}", - "condition_keys": [], - "resource": "assumed-role" - }, - { - "arn": "arn:${Partition}:iam::${Account}:federated-user/${UserName}", - "condition_keys": [], - "resource": "federated-user" - }, - { - "arn": "arn:${Partition}:iam::${Account}:group/${GroupNameWithPath}", - "condition_keys": [], - "resource": "group" - }, - { - "arn": "arn:${Partition}:iam::${Account}:instance-profile/${InstanceProfileNameWithPath}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "instance-profile" - }, - { - "arn": "arn:${Partition}:iam::${Account}:mfa/${MfaTokenIdWithPath}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "mfa" - }, - { - "arn": "arn:${Partition}:iam::${Account}:oidc-provider/${OidcProviderName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "oidc-provider" - }, - { - "arn": "arn:${Partition}:iam::${Account}:policy/${PolicyNameWithPath}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "policy" - }, - { - "arn": "arn:${Partition}:iam::${Account}:role/${RoleNameWithPath}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "iam:ResourceTag/${TagKey}" - ], - "resource": "role" - }, - { - "arn": "arn:${Partition}:iam::${Account}:saml-provider/${SamlProviderName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "saml-provider" }, - { - "arn": "arn:${Partition}:iam::${Account}:server-certificate/${CertificateNameWithPath}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "server-certificate" - }, - { - "arn": "arn:${Partition}:iam::${Account}:sms-mfa/${MfaTokenIdWithPath}", - "condition_keys": [], - "resource": "sms-mfa" - }, - { - "arn": "arn:${Partition}:iam::${Account}:user/${UserNameWithPath}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "iam:ResourceTag/${TagKey}" - ], - "resource": "user" - } - ], - "service_name": "AWS Identity and Access Management (IAM)" - }, - { - "conditions": [], - "prefix": "identity-sync", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a sync filter on the sync profile", - "privilege": "CreateSyncFilter", + "description": "Grants permission to create a fleet metric", + "privilege": "CreateFleetMetric", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SyncProfileResource*" + "resource_type": "fleetmetric*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "index*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a sync profile for the identity source", - "privilege": "CreateSyncProfile", + "description": "Grants permission to create a job", + "privilege": "CreateJob", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ds:AuthorizeApplication" + "dependent_actions": [], + "resource_type": "job*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "thing*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "thinggroup*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "jobtemplate" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "package" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "packageversion" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a sync target for the identity source", - "privilege": "CreateSyncTarget", + "description": "Grants permission to create a job template", + "privilege": "CreateJobTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SyncProfileResource*" + "resource_type": "jobtemplate*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "package" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "packageversion" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a sync filter from the sync profile", - "privilege": "DeleteSyncFilter", + "description": "Grants permission to create a 2048 bit RSA key pair and issues an X.509 certificate using the issued public key", + "privilege": "CreateKeysAndCertificate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SyncProfileResource*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a sync profile from the source", - "privilege": "DeleteSyncProfile", + "description": "Grants permission to define an action that can be applied to audit findings by using StartAuditMitigationActionsTask", + "privilege": "CreateMitigationAction", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ds:UnauthorizeApplication" + "dependent_actions": [], + "resource_type": "mitigationaction*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "resource_type": "SyncProfileResource*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a sync target from the source", - "privilege": "DeleteSyncTarget", + "description": "Grants permission to create an OTA update job", + "privilege": "CreateOTAUpdate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SyncProfileResource*" + "resource_type": "otaupdate*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "SyncTargetResource*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a sync profile by using a sync profile name", - "privilege": "GetSyncProfile", + "access_level": "Write", + "description": "Grants permission to create a software package that you can deploy to your devices", + "privilege": "CreatePackage", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "iot:GetIndexingConfiguration" + ], + "resource_type": "package*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "SyncProfileResource*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a sync target from the sync profile", - "privilege": "GetSyncTarget", + "access_level": "Write", + "description": "Grants permission to create a version under the specified package", + "privilege": "CreatePackageVersion", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "iot:GetIndexingConfiguration" + ], + "resource_type": "package*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "SyncProfileResource*" + "resource_type": "packageversion*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "SyncTargetResource*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the sync filters from the sync profile", - "privilege": "ListSyncFilters", + "access_level": "Write", + "description": "Grants permission to create an AWS IoT policy", + "privilege": "CreatePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SyncProfileResource*" + "resource_type": "policy*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start a sync process or to resume a sync process that was previously paused", - "privilege": "StartSync", + "description": "Grants permission to create a new version of the specified AWS IoT policy", + "privilege": "CreatePolicyVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SyncProfileResource*" + "resource_type": "policy*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop any planned sync process in the sync schedule from starting", - "privilege": "StopSync", + "description": "Grants permission to create a provisioning claim", + "privilege": "CreateProvisioningClaim", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SyncProfileResource*" + "resource_type": "provisioningtemplate*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a sync target on the sync profile", - "privilege": "UpdateSyncTarget", + "description": "Grants permission to create a fleet provisioning template", + "privilege": "CreateProvisioningTemplate", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "SyncProfileResource*" + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "provisioningtemplate*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "SyncTargetResource*" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:identity-sync:${Region}:${Account}:profile/${SyncProfileName}", - "condition_keys": [], - "resource": "SyncProfileResource" }, - { - "arn": "arn:${Partition}:identity-sync:${Region}:${Account}:target/${SyncProfileName}/${SyncTargetName}", - "condition_keys": [], - "resource": "SyncTargetResource" - } - ], - "service_name": "AWS Identity Sync" - }, - { - "conditions": [], - "prefix": "identitystore", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a group in the specified IdentityStore", - "privilege": "CreateGroup", + "description": "Grants permission to create a new version of a fleet provisioning template", + "privilege": "CreateProvisioningTemplateVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Identitystore*" + "resource_type": "provisioningtemplate*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a member to a group in the specified IdentityStore", - "privilege": "CreateGroupMembership", + "description": "Grants permission to create a role alias", + "privilege": "CreateRoleAlias", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "Group*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Identitystore*" + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "rolealias*" }, { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "User*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a user in the specified IdentityStore", - "privilege": "CreateUser", - "resource_types": [ - { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "Identitystore*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a group in the specified IdentityStore", - "privilege": "DeleteGroup", + "description": "Grants permission to create a scheduled audit that is run at a specified time interval", + "privilege": "CreateScheduledAudit", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Group*" + "resource_type": "scheduledaudit*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "Identitystore*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to remove a member that is part of a group in the specified IdentityStore", - "privilege": "DeleteGroupMembership", + "description": "Grants permission to create a Device Defender security profile", + "privilege": "CreateSecurityProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Group*" + "resource_type": "securityprofile*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "GroupMembership*" + "resource_type": "custommetric" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Identitystore*" + "resource_type": "dimension" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "User*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a user in the specified IdentityStore", - "privilege": "DeleteUser", + "description": "Grants permission to create a new AWS IoT stream", + "privilege": "CreateStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Identitystore*" + "resource_type": "stream*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "User*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a group in the specified IdentityStore", - "privilege": "DescribeGroup", + "access_level": "Write", + "description": "Grants permission to create a thing in the thing registry", + "privilege": "CreateThing", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Group*" + "resource_type": "thing*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Identitystore*" + "resource_type": "billinggroup" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a member that is part of a group in the specified IdentityStore", - "privilege": "DescribeGroupMembership", + "access_level": "Write", + "description": "Grants permission to create a thing group", + "privilege": "CreateThingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Group*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "GroupMembership*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Identitystore*" + "resource_type": "thinggroup*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "User*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about user in the specified IdentityStore", - "privilege": "DescribeUser", + "access_level": "Write", + "description": "Grants permission to create a new thing type", + "privilege": "CreateThingType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Identitystore*" + "resource_type": "thingtype*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "User*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve ID information about group in the specified IdentityStore", - "privilege": "GetGroupId", + "access_level": "Write", + "description": "Grants permission to create a rule", + "privilege": "CreateTopicRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Group*" + "resource_type": "rule*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "Identitystore*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve ID information of a member which is part of a group in the specified IdentityStore", - "privilege": "GetGroupMembershipId", + "access_level": "Write", + "description": "Grants permission to create a TopicRuleDestination", + "privilege": "CreateTopicRuleDestination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Group*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "GroupMembership*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Identitystore*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "User*" + "resource_type": "destination*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieves ID information about user in the specified IdentityStore", - "privilege": "GetUserId", + "access_level": "Write", + "description": "Grants permission to delete the audit configuration associated with the account", + "privilege": "DeleteAccountAuditConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Identitystore*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "User*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to check if a member is a part of groups in the specified IdentityStore", - "privilege": "IsMemberInGroups", + "access_level": "Write", + "description": "Grants permission to delete a Device Defender audit suppression", + "privilege": "DeleteAuditSuppression", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AllGroupMemberships*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Group*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Identitystore*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "User*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve all members that are part of a group in the specified IdentityStore", - "privilege": "ListGroupMemberships", + "access_level": "Write", + "description": "Grants permission to delete the specified authorizer", + "privilege": "DeleteAuthorizer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AllGroupMemberships*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Group*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Identitystore*" + "resource_type": "authorizer*" } ] }, { - "access_level": "List", - "description": "Grants permission to list groups of the target member in the specified IdentityStore", - "privilege": "ListGroupMembershipsForMember", + "access_level": "Write", + "description": "Grants permission to delete the specified billing group", + "privilege": "DeleteBillingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AllGroupMemberships*" - }, + "resource_type": "billinggroup*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a registered CA certificate", + "privilege": "DeleteCACertificate", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Identitystore*" - }, + "resource_type": "cacert*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the specified certificate", + "privilege": "DeleteCertificate", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "User*" + "resource_type": "cert*" } ] }, { - "access_level": "List", - "description": "Grants permission to search for groups within the specified IdentityStore", - "privilege": "ListGroups", + "access_level": "Write", + "description": "Grants permission to deletes the specified custom metric from your AWS account", + "privilege": "DeleteCustomMetric", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AllGroups*" - }, + "resource_type": "custommetric*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to remove the specified dimension from your AWS account", + "privilege": "DeleteDimension", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Identitystore*" + "resource_type": "dimension*" } ] }, { - "access_level": "List", - "description": "Grants permission to search for users in the specified IdentityStore", - "privilege": "ListUsers", + "access_level": "Write", + "description": "Grants permission to delete a domain configuration", + "privilege": "DeleteDomainConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AllUsers*" - }, + "resource_type": "domainconfiguration*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the specified Dynamic Thing Group", + "privilege": "DeleteDynamicThingGroup", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Identitystore*" + "resource_type": "dynamicthinggroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to update information about a group in the specified IdentityStore", - "privilege": "UpdateGroup", + "description": "Grants permission to delete the specified fleet metric", + "privilege": "DeleteFleetMetric", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Group*" - }, + "resource_type": "fleetmetric*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a job and its related job executions", + "privilege": "DeleteJob", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Identitystore*" + "resource_type": "job*" } ] }, { "access_level": "Write", - "description": "Grants permission to update user information in the specified IdentityStore", - "privilege": "UpdateUser", + "description": "Grants permission to delete a job execution", + "privilege": "DeleteJobExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Identitystore*" + "resource_type": "job*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "User*" + "resource_type": "thing*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:identitystore::${Account}:identitystore/${IdentityStoreId}", - "condition_keys": [], - "resource": "Identitystore" - }, - { - "arn": "arn:${Partition}:identitystore:::user/${UserId}", - "condition_keys": [], - "resource": "User" - }, - { - "arn": "arn:${Partition}:identitystore:::group/${GroupId}", - "condition_keys": [], - "resource": "Group" - }, - { - "arn": "arn:${Partition}:identitystore:::membership/${MembershipId}", - "condition_keys": [], - "resource": "GroupMembership" - }, - { - "arn": "arn:${Partition}:identitystore:::user/*", - "condition_keys": [], - "resource": "AllUsers" - }, - { - "arn": "arn:${Partition}:identitystore:::group/*", - "condition_keys": [], - "resource": "AllGroups" }, - { - "arn": "arn:${Partition}:identitystore:::membership/*", - "condition_keys": [], - "resource": "AllGroupMemberships" - } - ], - "service_name": "AWS Identity Store" - }, - { - "conditions": [], - "prefix": "identitystore-auth", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to delete a batch of specified sessions", - "privilege": "BatchDeleteSession", + "description": "Grants permission to delete a job template", + "privilege": "DeleteJobTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "jobtemplate*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return session attributes for a batch of specified sessions", - "privilege": "BatchGetSession", + "access_level": "Write", + "description": "Grants permission to delete a defined mitigation action from your AWS account", + "privilege": "DeleteMitigationAction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "mitigationaction*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of active sessions for the specified user", - "privilege": "ListSessions", + "access_level": "Write", + "description": "Grants permission to delete an OTA update job", + "privilege": "DeleteOTAUpdate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "otaupdate*" } ] - } - ], - "resources": [], - "service_name": "AWS Identity Store Auth" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", - "type": "ArrayOfString" - }, - { - "condition": "imagebuilder:CreatedResourceTag/", - "description": "Filters access by the tag key-value pairs attached to the resource created by Image Builder", - "type": "String" - }, - { - "condition": "imagebuilder:CreatedResourceTagKeys", - "description": "Filters access by the presence of tag keys in the request", - "type": "ArrayOfString" - }, - { - "condition": "imagebuilder:Ec2MetadataHttpTokens", - "description": "Filters access by the EC2 Instance Metadata HTTP Token Requirement specified in the request", - "type": "String" }, - { - "condition": "imagebuilder:StatusTopicArn", - "description": "Filters access by the SNS Topic Arn in the request to which terminal state notifications will be published", - "type": "String" - } - ], - "prefix": "imagebuilder", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to cancel an image creation", - "privilege": "CancelImageCreation", + "description": "Grants permission to delete a package", + "privilege": "DeletePackage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "image*" + "resource_type": "package*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new component", - "privilege": "CreateComponent", + "description": "Grants permission to delete a version of the specified package", + "privilege": "DeletePackageVersion", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "imagebuilder:TagResource", - "kms:Encrypt", - "kms:GenerateDataKey", - "kms:GenerateDataKeyWithoutPlaintext" - ], - "resource_type": "component*" + "dependent_actions": [], + "resource_type": "package*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "kmsKey" - }, + "resource_type": "packageversion*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the specified policy", + "privilege": "DeletePolicy", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "policy*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new Container Recipe", - "privilege": "CreateContainerRecipe", + "description": "Grants permission to Delete the specified version of the specified policy", + "privilege": "DeletePolicyVersion", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ecr:DescribeImages", - "ecr:DescribeRepositories", - "iam:CreateServiceLinkedRole", - "imagebuilder:GetComponent", - "imagebuilder:GetImage", - "imagebuilder:TagResource", - "kms:Encrypt", - "kms:GenerateDataKey", - "kms:GenerateDataKeyWithoutPlaintext" - ], - "resource_type": "containerRecipe*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "policy*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new distribution configuration", - "privilege": "CreateDistributionConfiguration", + "description": "Grants permission to delete a fleet provisioning template", + "privilege": "DeleteProvisioningTemplate", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "imagebuilder:TagResource" - ], - "resource_type": "distributionConfiguration*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "provisioningtemplate*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new image", - "privilege": "CreateImage", + "description": "Grants permission to delete a fleet provisioning template version", + "privilege": "DeleteProvisioningTemplateVersion", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "imagebuilder:GetContainerRecipe", - "imagebuilder:GetDistributionConfiguration", - "imagebuilder:GetImageRecipe", - "imagebuilder:GetInfrastructureConfiguration", - "imagebuilder:TagResource" - ], - "resource_type": "image*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "provisioningtemplate*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new image pipeline", - "privilege": "CreateImagePipeline", + "description": "Grants permission to delete a CA certificate registration code", + "privilege": "DeleteRegistrationCode", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "imagebuilder:GetContainerRecipe", - "imagebuilder:GetImageRecipe", - "imagebuilder:TagResource" - ], - "resource_type": "imagePipeline*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], "resource_type": "" } @@ -123970,390 +138680,330 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new Image Recipe", - "privilege": "CreateImageRecipe", + "description": "Grants permission to delete the specified role alias", + "privilege": "DeleteRoleAlias", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:DescribeImages", - "iam:CreateServiceLinkedRole", - "imagebuilder:GetComponent", - "imagebuilder:GetImage", - "imagebuilder:TagResource" - ], - "resource_type": "imageRecipe*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "rolealias*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new infrastructure configuration", - "privilege": "CreateInfrastructureConfiguration", + "description": "Grants permission to delete a scheduled audit", + "privilege": "DeleteScheduledAudit", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "iam:PassRole", - "imagebuilder:TagResource", - "sns:Publish" - ], - "resource_type": "infrastructureConfiguration*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "imagebuilder:CreatedResourceTagKeys", - "imagebuilder:CreatedResourceTag/", - "imagebuilder:Ec2MetadataHttpTokens", - "imagebuilder:StatusTopicArn" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "scheduledaudit*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a component", - "privilege": "DeleteComponent", + "description": "Grants permission to delete a Device Defender security profile", + "privilege": "DeleteSecurityProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "component*" + "resource_type": "securityprofile*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "custommetric" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dimension" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a container recipe", - "privilege": "DeleteContainerRecipe", + "description": "Grants permission to delete a specified stream", + "privilege": "DeleteStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "containerRecipe*" + "resource_type": "stream*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a distribution configuration", - "privilege": "DeleteDistributionConfiguration", + "description": "Grants permission to delete the specified thing", + "privilege": "DeleteThing", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "distributionConfiguration*" + "resource_type": "thing*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an image", - "privilege": "DeleteImage", + "description": "Grants permission to delete the specified thing group", + "privilege": "DeleteThingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "image*" + "resource_type": "thinggroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an image pipeline", - "privilege": "DeleteImagePipeline", + "description": "Grants permission to delete the specified thing shadow", + "privilege": "DeleteThingShadow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "imagePipeline*" + "resource_type": "thing*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an image recipe", - "privilege": "DeleteImageRecipe", + "description": "Grants permission to delete the specified thing type", + "privilege": "DeleteThingType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "imageRecipe*" + "resource_type": "thingtype*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an infrastructure configuration", - "privilege": "DeleteInfrastructureConfiguration", + "description": "Grants permission to delete the specified rule", + "privilege": "DeleteTopicRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "infrastructureConfiguration*" + "resource_type": "rule*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details about a component", - "privilege": "GetComponent", + "access_level": "Write", + "description": "Grants permission to delete a TopicRuleDestination", + "privilege": "DeleteTopicRuleDestination", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kms:Decrypt" - ], - "resource_type": "component*" + "dependent_actions": [], + "resource_type": "destination*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the resource policy associated with a component", - "privilege": "GetComponentPolicy", + "access_level": "Write", + "description": "Grants permission to delete the specified v2 logging level", + "privilege": "DeleteV2LoggingLevel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "component*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details about a container recipe", - "privilege": "GetContainerRecipe", + "access_level": "Write", + "description": "Grants permission to deprecate the specified thing type", + "privilege": "DeprecateThingType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "containerRecipe*" + "resource_type": "thingtype*" } ] }, { "access_level": "Read", - "description": "Grants permission to view the resource policy associated with a container recipe", - "privilege": "GetContainerRecipePolicy", + "description": "Grants permission to get information about audit configurations for the account", + "privilege": "DescribeAccountAuditConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "containerRecipe*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view details about a distribution configuration", - "privilege": "GetDistributionConfiguration", + "description": "Grants permission to get information about a single audit finding. Properties include the reason for noncompliance, the severity of the issue, and when the audit that returned the finding was started", + "privilege": "DescribeAuditFinding", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "distributionConfiguration*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view details about an image", - "privilege": "GetImage", + "description": "Grants permission to get information about an audit mitigation task that is used to apply mitigation actions to a set of audit findings", + "privilege": "DescribeAuditMitigationActionsTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "image*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view details about an image pipeline", - "privilege": "GetImagePipeline", + "description": "Grants permission to get information about a Device Defender audit suppression", + "privilege": "DescribeAuditSuppression", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "imagePipeline*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view the resource policy associated with an image", - "privilege": "GetImagePolicy", + "description": "Grants permission to get information about a Device Defender audit", + "privilege": "DescribeAuditTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "image*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view details about an image recipe", - "privilege": "GetImageRecipe", + "description": "Grants permission to describe an authorizer", + "privilege": "DescribeAuthorizer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "imageRecipe*" + "resource_type": "authorizer*" } ] }, { "access_level": "Read", - "description": "Grants permission to view the resource policy associated with an image recipe", - "privilege": "GetImageRecipePolicy", + "description": "Grants permission to get information about the specified billing group", + "privilege": "DescribeBillingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "imageRecipe*" + "resource_type": "billinggroup*" } ] }, { "access_level": "Read", - "description": "Grants permission to view details about an infrastructure configuration", - "privilege": "GetInfrastructureConfiguration", + "description": "Grants permission to describe a registered CA certificate", + "privilege": "DescribeCACertificate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "infrastructureConfiguration*" + "resource_type": "cacert*" } ] }, { "access_level": "Read", - "description": "Grants permission to view details about a workflow execution", - "privilege": "GetWorkflowExecution", + "description": "Grants permission to get information about the specified certificate", + "privilege": "DescribeCertificate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflowExecution*" + "resource_type": "cert*" } ] }, { "access_level": "Read", - "description": "Grants permission to view details about a workflow step execution", - "privilege": "GetWorkflowStepExecution", + "description": "Grants permission to describe a custom metric that is defined in your AWS account", + "privilege": "DescribeCustomMetric", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflowStepExecution*" + "resource_type": "custommetric*" } ] }, { - "access_level": "Write", - "description": "Grants permission to import a new component", - "privilege": "ImportComponent", + "access_level": "Read", + "description": "Grants permission to describe the default authorizer", + "privilege": "DescribeDefaultAuthorizer", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "imagebuilder:TagResource", - "kms:Encrypt", - "kms:GenerateDataKey", - "kms:GenerateDataKeyWithoutPlaintext" - ], - "resource_type": "component*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "kmsKey" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to import an image", - "privilege": "ImportVmImage", + "access_level": "Read", + "description": "Grants permission to describe a Device Defender ML Detect mitigation action", + "privilege": "DescribeDetectMitigationActionsTask", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:DescribeImportImageTasks", - "iam:CreateServiceLinkedRole" - ], - "resource_type": "image*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the component build versions in your account", - "privilege": "ListComponentBuildVersions", + "access_level": "Read", + "description": "Grants permission to get details about a dimension that is defined in your AWS account", + "privilege": "DescribeDimension", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "componentVersion*" + "resource_type": "dimension*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the component versions owned by or shared with your account", - "privilege": "ListComponents", + "access_level": "Read", + "description": "Grants permission to get information about the domain configuration", + "privilege": "DescribeDomainConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domainconfiguration*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the container recipes owned by or shared with your account", - "privilege": "ListContainerRecipes", + "access_level": "Read", + "description": "Grants permission to get a unique endpoint specific to the AWS account making the call", + "privilege": "DescribeEndpoint", "resource_types": [ { "condition_keys": [], @@ -124363,9 +139013,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the distribution configurations in your account", - "privilege": "ListDistributionConfigurations", + "access_level": "Read", + "description": "Grants permission to get account event configurations", + "privilege": "DescribeEventConfigurations", "resource_types": [ { "condition_keys": [], @@ -124375,534 +139025,370 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the image build versions in your account", - "privilege": "ListImageBuildVersions", + "access_level": "Read", + "description": "Grants permission to get information about the specified fleet metric", + "privilege": "DescribeFleetMetric", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "imageVersion*" + "resource_type": "fleetmetric*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of packages installed on the specified image", - "privilege": "ListImagePackages", + "access_level": "Read", + "description": "Grants permission to get information about the specified index", + "privilege": "DescribeIndex", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "image*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "index*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of images created by the specified pipeline", - "privilege": "ListImagePipelineImages", + "access_level": "Read", + "description": "Grants permission to describe a job", + "privilege": "DescribeJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "imagePipeline*" + "resource_type": "job*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the image pipelines in your account", - "privilege": "ListImagePipelines", + "access_level": "Read", + "description": "Grants permission to describe a job execution", + "privilege": "DescribeJobExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "thing" } ] }, { - "access_level": "List", - "description": "Grants permission to list the image recipes owned by or shared with your account", - "privilege": "ListImageRecipes", + "access_level": "Read", + "description": "Grants permission to describe a job template", + "privilege": "DescribeJobTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "jobtemplate*" } ] }, { - "access_level": "List", - "description": "Grants permission to list aggregations on the image scan findings in your account", - "privilege": "ListImageScanFindingAggregations", + "access_level": "Read", + "description": "Grants permission to describe a managed job template", + "privilege": "DescribeManagedJobTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "image" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "imagePipeline" + "resource_type": "jobtemplate*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the image scan findings for the images in your account", - "privilege": "ListImageScanFindings", + "access_level": "Read", + "description": "Grants permission to get information about a mitigation action", + "privilege": "DescribeMitigationAction", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "inspector2:ListFindings" - ], - "resource_type": "image" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "imagePipeline" + "resource_type": "mitigationaction*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the image versions owned by or shared with your account", - "privilege": "ListImages", + "access_level": "Read", + "description": "Grants permission to get information about a fleet provisioning template", + "privilege": "DescribeProvisioningTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "provisioningtemplate*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the infrastructure configurations in your account", - "privilege": "ListInfrastructureConfigurations", + "access_level": "Read", + "description": "Grants permission to get information about a fleet provisioning template version", + "privilege": "DescribeProvisioningTemplateVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "provisioningtemplate*" } ] }, { "access_level": "Read", - "description": "Grants permission to list tags for an Image Builder resource", - "privilege": "ListTagsForResource", + "description": "Grants permission to describe a role alias", + "privilege": "DescribeRoleAlias", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "component" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "containerRecipe" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "distributionConfiguration" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "image" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "imagePipeline" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "imageRecipe" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "infrastructureConfiguration" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "resource_type": "rolealias*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get information about a scheduled audit", + "privilege": "DescribeScheduledAudit", + "resource_types": [ + { + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "scheduledaudit*" } ] }, { - "access_level": "List", - "description": "Grants permission to list workflow executions for the specified image", - "privilege": "ListWorkflowExecutions", + "access_level": "Read", + "description": "Grants permission to get information about a Device Defender security profile", + "privilege": "DescribeSecurityProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "image*" + "resource_type": "securityprofile*" } ] }, { - "access_level": "List", - "description": "Grants permission to list workflow step executions for the specified workflow", - "privilege": "ListWorkflowStepExecutions", + "access_level": "Read", + "description": "Grants permission to get information about the specified stream", + "privilege": "DescribeStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflowExecution*" + "resource_type": "stream*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to set the resource policy associated with a component", - "privilege": "PutComponentPolicy", + "access_level": "Read", + "description": "Grants permission to get information about the specified thing", + "privilege": "DescribeThing", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "component*" + "resource_type": "thing*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to set the resource policy associated with a container recipe", - "privilege": "PutContainerRecipePolicy", + "access_level": "Read", + "description": "Grants permission to get information about the specified thing group", + "privilege": "DescribeThingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "containerRecipe*" + "resource_type": "thinggroup*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to set the resource policy associated with an image", - "privilege": "PutImagePolicy", + "access_level": "Read", + "description": "Grants permission to get information about the bulk thing registration task", + "privilege": "DescribeThingRegistrationTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "image*" + "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to set the resource policy associated with an image recipe", - "privilege": "PutImageRecipePolicy", + "access_level": "Read", + "description": "Grants permission to get information about the specified thing type", + "privilege": "DescribeThingType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "imageRecipe*" + "resource_type": "thingtype*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new image from a pipeline", - "privilege": "StartImagePipelineExecution", + "access_level": "Read", + "description": "Grants permission to describe a tunnel", + "privilege": "DescribeTunnel", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "imagebuilder:GetImagePipeline" - ], - "resource_type": "imagePipeline*" + "dependent_actions": [], + "resource_type": "tunnel*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag an Image Builder resource", - "privilege": "TagResource", + "access_level": "Permissions management", + "description": "Grants permission to detach a policy from the specified target", + "privilege": "DetachPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "component" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "containerRecipe" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "distributionConfiguration" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "image" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "imagePipeline" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "imageRecipe" + "resource_type": "cert" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "infrastructureConfiguration" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "thinggroup" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag an Image Builder resource", - "privilege": "UntagResource", + "access_level": "Permissions management", + "description": "Grants permission to remove the specified policy from the specified certificate", + "privilege": "DetachPrincipalPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "component" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "containerRecipe" - }, + "resource_type": "cert" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate a Device Defender security profile from a thing group or from this account", + "privilege": "DetachSecurityProfile", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "distributionConfiguration" + "resource_type": "securityprofile*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "image" + "resource_type": "custommetric" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "imagePipeline" + "resource_type": "dimension" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "imageRecipe" - }, + "resource_type": "thinggroup" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to detach the specified principal from the specified thing", + "privilege": "DetachThingPrincipal", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "infrastructureConfiguration" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update an existing distribution configuration", - "privilege": "UpdateDistributionConfiguration", + "description": "Grants permission to disable the specified rule", + "privilege": "DisableTopicRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "distributionConfiguration*" + "resource_type": "rule*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an existing image pipeline", - "privilege": "UpdateImagePipeline", + "description": "Grants permission to enable the specified rule", + "privilege": "EnableTopicRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "imagePipeline*" + "resource_type": "rule*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an existing infrastructure configuration", - "privilege": "UpdateInfrastructureConfiguration", + "access_level": "List", + "description": "Grants permission to fetch a Device Defender's ML Detect Security Profile training model's status", + "privilege": "GetBehaviorModelTrainingSummaries", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole", - "sns:Publish" - ], - "resource_type": "infrastructureConfiguration*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "imagebuilder:CreatedResourceTagKeys", - "imagebuilder:CreatedResourceTag/", - "imagebuilder:Ec2MetadataHttpTokens", - "imagebuilder:StatusTopicArn" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "securityprofile" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:component/${ComponentName}/${ComponentVersion}/${ComponentBuildVersion}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "component" - }, - { - "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:component/${ComponentName}/${ComponentVersion}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "componentVersion" - }, - { - "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:distribution-configuration/${DistributionConfigurationName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "distributionConfiguration" - }, - { - "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:image/${ImageName}/${ImageVersion}/${ImageBuildVersion}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "image" - }, - { - "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:image/${ImageName}/${ImageVersion}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "imageVersion" - }, - { - "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:image-recipe/${ImageRecipeName}/${ImageRecipeVersion}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "imageRecipe" - }, - { - "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:container-recipe/${ContainerRecipeName}/${ContainerRecipeVersion}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "containerRecipe" - }, - { - "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:image-pipeline/${ImagePipelineName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "imagePipeline" - }, - { - "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:infrastructure-configuration/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "infrastructureConfiguration" }, { - "arn": "arn:${Partition}:kms:${Region}:${Account}:key/${KeyId}", - "condition_keys": [], - "resource": "kmsKey" - }, - { - "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:workflow-execution/${WorkflowExecutionId}", - "condition_keys": [], - "resource": "workflowExecution" + "access_level": "Read", + "description": "Grants permission to get buckets aggregation for IoT fleet index", + "privilege": "GetBucketsAggregation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "index*" + } + ] }, { - "arn": "arn:${Partition}:imagebuilder:${Region}:${Account}:workflow-step-execution/${WorkflowStepExecutionId}", - "condition_keys": [], - "resource": "workflowStepExecution" - } - ], - "service_name": "Amazon EC2 Image Builder" - }, - { - "conditions": [], - "prefix": "importexport", - "privileges": [ - { - "access_level": "Write", - "description": "This action cancels a specified job. Only the job owner can cancel it. The action fails if the job has already started or is complete.", - "privilege": "CancelJob", + "access_level": "Read", + "description": "Grants permission to get cardinality for IoT fleet index", + "privilege": "GetCardinality", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "index*" } ] }, { - "access_level": "Write", - "description": "This action initiates the process of scheduling an upload or download of your data.", - "privilege": "CreateJob", + "access_level": "Read", + "description": "Grants permission to get effective policies", + "privilege": "GetEffectivePolicies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "cert" } ] }, { "access_level": "Read", - "description": "This action generates a pre-paid shipping label that you will use to ship your device to AWS for processing.", - "privilege": "GetShippingLabel", + "description": "Grants permission to get current fleet indexing configuration", + "privilege": "GetIndexingConfiguration", "resource_types": [ { "condition_keys": [], @@ -124913,20 +139399,20 @@ }, { "access_level": "Read", - "description": "This action returns information about a job, including where the job is in the processing pipeline, the status of the results, and the signature value associated with the job.", - "privilege": "GetStatus", + "description": "Grants permission to get a job document", + "privilege": "GetJobDocument", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "job*" } ] }, { - "access_level": "List", - "description": "This action returns the jobs associated with the requester.", - "privilege": "ListJobs", + "access_level": "Read", + "description": "Grants permission to get the logging options", + "privilege": "GetLoggingOptions", "resource_types": [ { "condition_keys": [], @@ -124936,41 +139422,33 @@ ] }, { - "access_level": "Write", - "description": "You use this action to change the parameters specified in the original manifest file by supplying a new manifest file.", - "privilege": "UpdateJob", + "access_level": "Read", + "description": "Grants permission to get the information about the OTA update job", + "privilege": "GetOTAUpdate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "otaupdate*" } ] - } - ], - "resources": [], - "service_name": "AWS Import Export Disk Service" - }, - { - "conditions": [], - "prefix": "inspector", - "privileges": [ + }, { - "access_level": "Write", - "description": "Grants permission to assign attributes (key and value pairs) to the findings that are specified by the ARNs of the findings", - "privilege": "AddAttributesToFindings", + "access_level": "Read", + "description": "Grants permission to get the information about the package", + "privilege": "GetPackage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "package*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new assessment target using the ARN of the resource group that is generated by CreateResourceGroup", - "privilege": "CreateAssessmentTarget", + "access_level": "Read", + "description": "Grants permission to get the package configuration of the account", + "privilege": "GetPackageConfiguration", "resource_types": [ { "condition_keys": [], @@ -124980,57 +139458,62 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create an assessment template for the assessment target that is specified by the ARN of the assessment target", - "privilege": "CreateAssessmentTemplate", + "access_level": "Read", + "description": "Grants permission to get the version of the package", + "privilege": "GetPackageVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "package*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "packageversion*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start the generation of an exclusions preview for the specified assessment template", - "privilege": "CreateExclusionsPreview", + "access_level": "Read", + "description": "Grants permission to get percentiles for IoT fleet index", + "privilege": "GetPercentiles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "index*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a resource group using the specified set of tags (key and value pairs) that are used to select the EC2 instances to be included in an Amazon Inspector assessment target", - "privilege": "CreateResourceGroup", + "access_level": "Read", + "description": "Grants permission to get information about the specified policy with the policy document of the default version", + "privilege": "GetPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "policy*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the assessment run that is specified by the ARN of the assessment run", - "privilege": "DeleteAssessmentRun", + "access_level": "Read", + "description": "Grants permission to get information about the specified policy version", + "privilege": "GetPolicyVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "policy*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the assessment target that is specified by the ARN of the assessment target", - "privilege": "DeleteAssessmentTarget", + "access_level": "Read", + "description": "Grants permission to get a registration code used to register a CA certificate with AWS IoT", + "privilege": "GetRegistrationCode", "resource_types": [ { "condition_keys": [], @@ -125040,69 +139523,69 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete the assessment template that is specified by the ARN of the assessment template", - "privilege": "DeleteAssessmentTemplate", + "access_level": "Read", + "description": "Grants permission to get the retained message on the specified topic", + "privilege": "GetRetainedMessage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "topic*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe the assessment runs that are specified by the ARNs of the assessment runs", - "privilege": "DescribeAssessmentRuns", + "description": "Grants permission to get statistics for IoT fleet index", + "privilege": "GetStatistics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "index*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe the assessment targets that are specified by the ARNs of the assessment targets", - "privilege": "DescribeAssessmentTargets", + "description": "Grants permission to get the thing shadow", + "privilege": "GetThingShadow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "thing*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe the assessment templates that are specified by the ARNs of the assessment templates", - "privilege": "DescribeAssessmentTemplates", + "description": "Grants permission to get information about the specified rule", + "privilege": "GetTopicRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "rule*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe the IAM role that enables Amazon Inspector to access your AWS account", - "privilege": "DescribeCrossAccountAccessRole", + "description": "Grants permission to get a TopicRuleDestination", + "privilege": "GetTopicRuleDestination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "destination*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe the exclusions that are specified by the exclusions' ARNs", - "privilege": "DescribeExclusions", + "description": "Grants permission to get v2 logging options", + "privilege": "GetV2LoggingOptions", "resource_types": [ { "condition_keys": [], @@ -125112,21 +139595,26 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe the findings that are specified by the ARNs of the findings", - "privilege": "DescribeFindings", + "access_level": "List", + "description": "Grants permission to list the active violations for a given Device Defender security profile or Thing", + "privilege": "ListActiveViolations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "securityprofile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "thing" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the resource groups that are specified by the ARNs of the resource groups", - "privilege": "DescribeResourceGroups", + "access_level": "List", + "description": "Grants permission to list the policies attached to the specified thing group", + "privilege": "ListAttachedPolicies", "resource_types": [ { "condition_keys": [], @@ -125136,9 +139624,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe the rules packages that are specified by the ARNs of the rules packages", - "privilege": "DescribeRulesPackages", + "access_level": "List", + "description": "Grants permission to list the findings (results) of a Device Defender audit or of the audits performed during a specified time period", + "privilege": "ListAuditFindings", "resource_types": [ { "condition_keys": [], @@ -125148,9 +139636,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to produce an assessment report that includes detailed and comprehensive results of a specified assessment run", - "privilege": "GetAssessmentReport", + "access_level": "List", + "description": "Grants permission to get the status of audit mitigation action tasks that were executed", + "privilege": "ListAuditMitigationActionsExecutions", "resource_types": [ { "condition_keys": [], @@ -125160,9 +139648,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the exclusions preview (a list of ExclusionPreview objects) specified by the preview token", - "privilege": "GetExclusionsPreview", + "access_level": "List", + "description": "Grants permission to get a list of audit mitigation action tasks that match the specified filters", + "privilege": "ListAuditMitigationActionsTasks", "resource_types": [ { "condition_keys": [], @@ -125172,9 +139660,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get information about the data that is collected for the specified assessment run", - "privilege": "GetTelemetryMetadata", + "access_level": "List", + "description": "Grants permission to list your Device Defender audit suppressions", + "privilege": "ListAuditSuppressions", "resource_types": [ { "condition_keys": [], @@ -125185,8 +139673,8 @@ }, { "access_level": "List", - "description": "Grants permission to list the agents of the assessment runs that are specified by the ARNs of the assessment runs", - "privilege": "ListAssessmentRunAgents", + "description": "Grants permission to list the Device Defender audits that have been performed during a given time period", + "privilege": "ListAuditTasks", "resource_types": [ { "condition_keys": [], @@ -125197,8 +139685,8 @@ }, { "access_level": "List", - "description": "Grants permission to list the assessment runs that correspond to the assessment templates that are specified by the ARNs of the assessment templates", - "privilege": "ListAssessmentRuns", + "description": "Grants permission to list the authorizers registered in your account", + "privilege": "ListAuthorizers", "resource_types": [ { "condition_keys": [], @@ -125209,8 +139697,8 @@ }, { "access_level": "List", - "description": "Grants permission to list the ARNs of the assessment targets within this AWS account", - "privilege": "ListAssessmentTargets", + "description": "Grants permission to list all billing groups", + "privilege": "ListBillingGroups", "resource_types": [ { "condition_keys": [], @@ -125221,8 +139709,8 @@ }, { "access_level": "List", - "description": "Grants permission to list the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets", - "privilege": "ListAssessmentTemplates", + "description": "Grants permission to list the CA certificates registered for your AWS account", + "privilege": "ListCACertificates", "resource_types": [ { "condition_keys": [], @@ -125233,8 +139721,8 @@ }, { "access_level": "List", - "description": "Grants permission to list all the event subscriptions for the assessment template that is specified by the ARN of the assessment template", - "privilege": "ListEventSubscriptions", + "description": "Grants permission to list your certificates", + "privilege": "ListCertificates", "resource_types": [ { "condition_keys": [], @@ -125245,8 +139733,8 @@ }, { "access_level": "List", - "description": "Grants permission to list exclusions that are generated by the assessment run", - "privilege": "ListExclusions", + "description": "Grants permission to list the device certificates signed by the specified CA certificate", + "privilege": "ListCertificatesByCA", "resource_types": [ { "condition_keys": [], @@ -125257,8 +139745,8 @@ }, { "access_level": "List", - "description": "Grants permission to list findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs", - "privilege": "ListFindings", + "description": "Grants permission to list the custom metrics in your AWS account", + "privilege": "ListCustomMetrics", "resource_types": [ { "condition_keys": [], @@ -125269,20 +139757,20 @@ }, { "access_level": "List", - "description": "Grants permission to list all available Amazon Inspector rules packages", - "privilege": "ListRulesPackages", + "description": "Grants permission to lists mitigation actions executions for a Device Defender ML Detect Security Profile", + "privilege": "ListDetectMitigationActionsExecutions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "thing" } ] }, { - "access_level": "Read", - "description": "Grants permission to list all tags associated with an assessment template", - "privilege": "ListTagsForResource", + "access_level": "List", + "description": "Grants permission to list Device Defender ML Detect mitigation actions tasks", + "privilege": "ListDetectMitigationActionsTasks", "resource_types": [ { "condition_keys": [], @@ -125292,9 +139780,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to preview the agents installed on the EC2 instances that are part of the specified assessment target", - "privilege": "PreviewAgents", + "access_level": "List", + "description": "Grants permission to list the dimensions that are defined for your AWS account", + "privilege": "ListDimensions", "resource_types": [ { "condition_keys": [], @@ -125304,9 +139792,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to register the IAM role that Amazon Inspector uses to list your EC2 instances at the start of the assessment run or when you call the PreviewAgents action", - "privilege": "RegisterCrossAccountAccessRole", + "access_level": "List", + "description": "Grants permission to list the domain configuration created by your AWS account", + "privilege": "ListDomainConfigurations", "resource_types": [ { "condition_keys": [], @@ -125316,9 +139804,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to remove entire attributes (key and value pairs) from the findings that are specified by the ARNs of the findings where an attribute with the specified key exists", - "privilege": "RemoveAttributesFromFindings", + "access_level": "List", + "description": "Grants permission to list the fleet metrics in your account", + "privilege": "ListFleetMetrics", "resource_types": [ { "condition_keys": [], @@ -125328,9 +139816,9 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to set tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template", - "privilege": "SetTagsForResource", + "access_level": "List", + "description": "Grants permission to list all indices for fleet index", + "privilege": "ListIndices", "resource_types": [ { "condition_keys": [], @@ -125340,33 +139828,33 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to start the assessment run specified by the ARN of the assessment template", - "privilege": "StartAssessmentRun", + "access_level": "List", + "description": "Grants permission to list the job executions for a job", + "privilege": "ListJobExecutionsForJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "job*" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop the assessment run that is specified by the ARN of the assessment run", - "privilege": "StopAssessmentRun", + "access_level": "List", + "description": "Grants permission to list the job executions for the specified thing", + "privilege": "ListJobExecutionsForThing", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "thing*" } ] }, { - "access_level": "Write", - "description": "Grants permission to enable the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic", - "privilege": "SubscribeToEvent", + "access_level": "List", + "description": "Grants permission to list job templates", + "privilege": "ListJobTemplates", "resource_types": [ { "condition_keys": [], @@ -125376,9 +139864,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to disable the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic", - "privilege": "UnsubscribeFromEvent", + "access_level": "List", + "description": "Grants permission to list jobs", + "privilege": "ListJobs", "resource_types": [ { "condition_keys": [], @@ -125388,9 +139876,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update the assessment target that is specified by the ARN of the assessment target", - "privilege": "UpdateAssessmentTarget", + "access_level": "List", + "description": "Grants permission to list managed job templates", + "privilege": "ListManagedJobTemplates", "resource_types": [ { "condition_keys": [], @@ -125398,35 +139886,23 @@ "resource_type": "" } ] - } - ], - "resources": [], - "service_name": "Amazon Inspector" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", - "type": "String" + "access_level": "List", + "description": "Grants permissions to list the metric values for a thing based on the metricName, and dimension if specified", + "privilege": "ListMetricValues", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "thing*" + } + ] }, { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "inspector2", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to associate an account with an Amazon Inspector administrator account", - "privilege": "AssociateMember", + "access_level": "List", + "description": "Grants permission to get a list of all mitigation actions that match the specified filter criteria", + "privilege": "ListMitigationActions", "resource_types": [ { "condition_keys": [], @@ -125436,21 +139912,21 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about Amazon Inspector accounts for an account", - "privilege": "BatchGetAccountStatus", + "access_level": "List", + "description": "Grants permission to list all named shadows for a given thing", + "privilege": "ListNamedShadowsForThing", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "thing*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve code snippet information about one or more code vulnerability findings", - "privilege": "BatchGetCodeSnippet", + "access_level": "List", + "description": "Grants permission to list OTA update jobs in the account", + "privilege": "ListOTAUpdates", "resource_types": [ { "condition_keys": [], @@ -125460,9 +139936,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve free trial period eligibility about Amazon Inspector accounts for an account", - "privilege": "BatchGetFreeTrialInfo", + "access_level": "List", + "description": "Grants permission to list certificates that are being transfered but not yet accepted", + "privilege": "ListOutgoingCertificates", "resource_types": [ { "condition_keys": [], @@ -125472,9 +139948,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to delegated administrator to retrieve ec2 deep inspection status of member accounts", - "privilege": "BatchGetMemberEc2DeepInspectionStatus", + "access_level": "List", + "description": "Grants permission to list versions for a package in the account", + "privilege": "ListPackageVersions", "resource_types": [ { "condition_keys": [], @@ -125484,9 +139960,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update ec2 deep inspection status by delegated administrator for its associated member accounts", - "privilege": "BatchUpdateMemberEc2DeepInspectionStatus", + "access_level": "List", + "description": "Grants permission to list packages in the account", + "privilege": "ListPackages", "resource_types": [ { "condition_keys": [], @@ -125496,9 +139972,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to cancel the generation of a findings report", - "privilege": "CancelFindingsReport", + "access_level": "List", + "description": "Grants permission to list your policies", + "privilege": "ListPolicies", "resource_types": [ { "condition_keys": [], @@ -125508,9 +139984,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to cancel the generation of an SBOM report", - "privilege": "CancelSbomExport", + "access_level": "List", + "description": "Grants permission to list the principals associated with the specified policy", + "privilege": "ListPolicyPrincipals", "resource_types": [ { "condition_keys": [], @@ -125520,29 +139996,21 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create and define the settings for a findings filter", - "privilege": "CreateFilter", + "access_level": "List", + "description": "Grants permission to list the versions of the specified policy, and identifies the default version", + "privilege": "ListPolicyVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Filter*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "policy*" } ] }, { - "access_level": "Write", - "description": "Grants permission to request the generation of a findings report", - "privilege": "CreateFindingsReport", + "access_level": "List", + "description": "Grants permission to list the policies attached to the specified principal. If you use an Amazon Cognito identity, the ID needs to be in Amazon Cognito Identity format", + "privilege": "ListPrincipalPolicies", "resource_types": [ { "condition_keys": [], @@ -125552,9 +140020,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to request the generation of an SBOM report", - "privilege": "CreateSbomExport", + "access_level": "List", + "description": "Grants permission to list the things associated with the specified principal", + "privilege": "ListPrincipalThings", "resource_types": [ { "condition_keys": [], @@ -125564,21 +140032,21 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete a findings filter", - "privilege": "DeleteFilter", + "access_level": "List", + "description": "Grants permission to get a list of fleet provisioning template versions", + "privilege": "ListProvisioningTemplateVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Filter*" + "resource_type": "provisioningtemplate*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the Amazon Inspector configuration settings for an AWS organization", - "privilege": "DescribeOrganizationConfiguration", + "access_level": "List", + "description": "Grants permission to list the fleet provisioning templates in your AWS account", + "privilege": "ListProvisioningTemplates", "resource_types": [ { "condition_keys": [], @@ -125588,9 +140056,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to disable an Amazon Inspector account", - "privilege": "Disable", + "access_level": "List", + "description": "Grants permission to list related resources for a single audit finding", + "privilege": "ListRelatedResourcesForAuditFinding", "resource_types": [ { "condition_keys": [], @@ -125600,9 +140068,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to disable an account as the delegated Amazon Inspector administrator account for an AWS organization", - "privilege": "DisableDelegatedAdminAccount", + "access_level": "List", + "description": "Grants permission to list the retained messages for your account", + "privilege": "ListRetainedMessages", "resource_types": [ { "condition_keys": [], @@ -125612,9 +140080,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to an Amazon Inspector administrator account to disassociate from an Inspector member account", - "privilege": "DisassociateMember", + "access_level": "List", + "description": "Grants permission to list role aliases", + "privilege": "ListRoleAliases", "resource_types": [ { "condition_keys": [], @@ -125624,9 +140092,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to enable and specify the configuration settings for a new Amazon Inspector account", - "privilege": "Enable", + "access_level": "List", + "description": "Grants permission to list all of your scheduled audits", + "privilege": "ListScheduledAudits", "resource_types": [ { "condition_keys": [], @@ -125636,33 +140104,38 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to enable an account as the delegated Amazon Inspector administrator account for an AWS organization", - "privilege": "EnableDelegatedAdminAccount", + "access_level": "List", + "description": "Grants permission to list the Device Defender security profiles you have created", + "privilege": "ListSecurityProfiles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "custommetric" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dimension" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the Amazon Inspector configuration settings for an AWS account", - "privilege": "GetConfiguration", + "access_level": "List", + "description": "Grants permission to list the Device Defender security profiles attached to a target", + "privilege": "ListSecurityProfilesForTarget", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "thinggroup" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the Amazon Inspector administrator account for an account", - "privilege": "GetDelegatedAdminAccount", + "access_level": "List", + "description": "Grants permission to list the streams in your account", + "privilege": "ListStreams", "resource_types": [ { "condition_keys": [], @@ -125673,44 +140146,144 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve ec2 deep inspection configuration for standalone accounts, delegated administrator and member account", - "privilege": "GetEc2DeepInspectionConfiguration", + "description": "Grants permission to list all tags for a given resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "authorizer" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "billinggroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cacert" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "custommetric" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dimension" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "domainconfiguration" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dynamicthinggroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "fleetmetric" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "jobtemplate" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "mitigationaction" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "otaupdate" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "policy" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "provisioningtemplate" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "rolealias" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "rule" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "scheduledaudit" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "securityprofile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "stream" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "thinggroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "thingtype" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the KMS key used to encrypt code snippets with", - "privilege": "GetEncryptionKey", + "access_level": "List", + "description": "Grants permission to list targets for the specified policy", + "privilege": "ListTargetsForPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "policy*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve status for a requested findings report", - "privilege": "GetFindingsReportStatus", + "access_level": "List", + "description": "Grants permission to list the targets associated with a given Device Defender security profile", + "privilege": "ListTargetsForSecurityProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "securityprofile*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about an account that's associated with an Amazon Inspector administrator account", - "privilege": "GetMember", + "access_level": "List", + "description": "Grants permission to list all thing groups", + "privilege": "ListThingGroups", "resource_types": [ { "condition_keys": [], @@ -125720,21 +140293,21 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a requested SBOM report", - "privilege": "GetSbomExport", + "access_level": "List", + "description": "Grants permission to list thing groups to which the specified thing belongs", + "privilege": "ListThingGroupsForThing", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "thing*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve feature configuration permissions associated with an Amazon Inspector account within an organization", - "privilege": "ListAccountPermissions", + "description": "Grants permission to list the principals associated with the specified thing", + "privilege": "ListThingPrincipals", "resource_types": [ { "condition_keys": [], @@ -125745,8 +140318,8 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve the types of statistics Amazon Inspector can generate for resources Inspector monitors", - "privilege": "ListCoverage", + "description": "Grants permission to list information about bulk thing registration tasks", + "privilege": "ListThingRegistrationTaskReports", "resource_types": [ { "condition_keys": [], @@ -125757,8 +140330,8 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve statistical data and other information about the resources Amazon Inspector monitors", - "privilege": "ListCoverageStatistics", + "description": "Grants permission to list bulk thing registration tasks", + "privilege": "ListThingRegistrationTasks", "resource_types": [ { "condition_keys": [], @@ -125769,8 +140342,8 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve information about the delegated Amazon Inspector administrator account for an AWS organization", - "privilege": "ListDelegatedAdminAccounts", + "description": "Grants permission to list all thing types", + "privilege": "ListThingTypes", "resource_types": [ { "condition_keys": [], @@ -125781,8 +140354,8 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve information about all findings filters", - "privilege": "ListFilters", + "description": "Grants permission to list all things", + "privilege": "ListThings", "resource_types": [ { "condition_keys": [], @@ -125793,32 +140366,32 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve statistical data and other information about Amazon Inspector findings", - "privilege": "ListFindingAggregations", + "description": "Grants permission to list all things in the specified billing group", + "privilege": "ListThingsInBillingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "billinggroup*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve a subset of information about one or more findings", - "privilege": "ListFindings", + "description": "Grants permission to list all things in the specified thing group", + "privilege": "ListThingsInThingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "thinggroup*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve information about the Amazon Inspector member accounts that are associated with an Inspector administrator account", - "privilege": "ListMembers", + "description": "Grants permission to list all TopicRuleDestinations", + "privilege": "ListTopicRuleDestinations", "resource_types": [ { "condition_keys": [], @@ -125828,9 +140401,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the tags for an Amazon Inspector resource", - "privilege": "ListTagsForResource", + "access_level": "List", + "description": "Grants permission to list the rules for the specific topic", + "privilege": "ListTopicRules", "resource_types": [ { "condition_keys": [], @@ -125841,8 +140414,8 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve aggregated usage data for an account", - "privilege": "ListUsageTotals", + "description": "Grants permission to list tunnels", + "privilege": "ListTunnels", "resource_types": [ { "condition_keys": [], @@ -125852,9 +140425,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to let a customer reset to use an Amazon-owned KMS key to encrypt code snippets with", - "privilege": "ResetEncryptionKey", + "access_level": "List", + "description": "Grants permission to list the v2 logging levels", + "privilege": "ListV2LoggingLevels", "resource_types": [ { "condition_keys": [], @@ -125864,27 +140437,33 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list Amazon Inspector coverage details for a specific vulnerability", - "privilege": "SearchVulnerabilities", + "access_level": "List", + "description": "Grants permission to list the Device Defender security profile violations discovered during the given time period", + "privilege": "ListViolationEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "securityprofile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "thing" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add or update the tags for an Amazon Inspector resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to open a tunnel", + "privilege": "OpenTunnel", "resource_types": [ { "condition_keys": [ "aws:RequestTag/${TagKey}", "aws:TagKeys", - "aws:ResourceTag/${TagKey}" + "iot:ThingGroupArn", + "iot:TunnelDestinationService" ], "dependent_actions": [], "resource_type": "" @@ -125892,14 +140471,77 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from an Amazon Inspector resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to publish to the specified topic", + "privilege": "Publish", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "topic*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to put verification state on a violation", + "privilege": "PutVerificationStateOnViolation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to receive from the specified topic", + "privilege": "Receive", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "topic*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to register a CA certificate with AWS IoT", + "privilege": "RegisterCACertificate", "resource_types": [ { "condition_keys": [ + "aws:RequestTag/${TagKey}", "aws:TagKeys" ], + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to register a device certificate with AWS IoT", + "privilege": "RegisterCertificate", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to register a device certificate with AWS IoT without a registered CA (certificate authority)", + "privilege": "RegisterCertificateWithoutCA", + "resource_types": [ + { + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -125907,8 +140549,8 @@ }, { "access_level": "Write", - "description": "Grants permission to update information about the Amazon Inspector configuration settings for an AWS account", - "privilege": "UpdateConfiguration", + "description": "Grants permission to register your thing", + "privilege": "RegisterThing", "resource_types": [ { "condition_keys": [], @@ -125919,181 +140561,135 @@ }, { "access_level": "Write", - "description": "Grants permission to update ec2 deep inspection configuration by delegated administrator, member and standalone account", - "privilege": "UpdateEc2DeepInspectionConfiguration", + "description": "Grants permission to reject a pending certificate transfer", + "privilege": "RejectCertificateTransfer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "cert*" } ] }, { "access_level": "Write", - "description": "Grants permission to let a customer use a KMS key to encrypt code snippets with", - "privilege": "UpdateEncryptionKey", + "description": "Grants permission to remove thing from the specified billing group", + "privilege": "RemoveThingFromBillingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "billinggroup*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "thing*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the settings for a findings filter", - "privilege": "UpdateFilter", + "description": "Grants permission to remove thing from the specified thing group", + "privilege": "RemoveThingFromThingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Filter*" + "resource_type": "thing*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "thinggroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to update ec2 deep inspection configuration by delegated administrator for its associated member accounts", - "privilege": "UpdateOrgEc2DeepInspectionConfiguration", + "description": "Grants permission to replace the specified rule", + "privilege": "ReplaceTopicRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "rule*" } ] }, { "access_level": "Write", - "description": "Grants permission to update Amazon Inspector configuration settings for an AWS organization", - "privilege": "UpdateOrganizationConfiguration", + "description": "Grants permission to publish a retained message to the specified topic", + "privilege": "RetainPublish", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "topic*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:inspector2:${Region}:${Account}:owner/${OwnerId}/filter/${FilterId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Filter" - }, - { - "arn": "arn:${Partition}:inspector2:${Region}:${Account}:finding/${FindingId}", - "condition_keys": [], - "resource": "Finding" - } - ], - "service_name": "Amazon Inspector2" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", - "type": "String" }, - { - "condition": "aws:TagKeys", - "description": "Filters access by tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "internetmonitor", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a monitor", - "privilege": "CreateMonitor", + "description": "Grants permission to rotate the access token of a tunnel", + "privilege": "RotateTunnelAccessToken", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Monitor*" + "resource_type": "tunnel*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "iot:ThingGroupArn", + "iot:TunnelDestinationService", + "iot:ClientMode" ], "dependent_actions": [], "resource_type": "" } ] }, - { - "access_level": "Write", - "description": "Grants permission to delete a monitor", - "privilege": "DeleteMonitor", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Monitor*" - } - ] - }, { "access_level": "Read", - "description": "Grants permission to get information about a health event for a specified monitor", - "privilege": "GetHealthEvent", + "description": "Grants permission to search IoT fleet index", + "privilege": "SearchIndex", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "HealthEvent*" + "resource_type": "index*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about a monitor", - "privilege": "GetMonitor", + "access_level": "Permissions management", + "description": "Grants permission to set the default authorizer. This will be used if a websocket connection is made without specifying an authorizer", + "privilege": "SetDefaultAuthorizer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Monitor*" + "resource_type": "authorizer*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all health events for a monitor", - "privilege": "ListHealthEvents", + "access_level": "Permissions management", + "description": "Grants permission to set the specified version of the specified policy as the policy's default (operative) version", + "privilege": "SetDefaultPolicyVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Monitor*" + "resource_type": "policy*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all monitors in an account and their statuses", - "privilege": "ListMonitors", + "access_level": "Write", + "description": "Grants permission to set the logging options", + "privilege": "SetLoggingOptions", "resource_types": [ { "condition_keys": [], @@ -126103,93 +140699,57 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list the tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to set the v2 logging level", + "privilege": "SetV2LoggingLevel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Monitor*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to set the v2 logging options", + "privilege": "SetV2LoggingOptions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Monitor*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to start a task that applies a set of mitigation actions to the specified target", + "privilege": "StartAuditMitigationActionsTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Monitor*" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a monitor", - "privilege": "UpdateMonitor", + "description": "Grants permission to start a Device Defender ML Detect mitigation actions task", + "privilege": "StartDetectMitigationActionsTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Monitor*" + "resource_type": "securityprofile" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:internetmonitor:${Region}:${Account}:monitor/${MonitorName}/health-event/${EventId}", - "condition_keys": [], - "resource": "HealthEvent" }, { - "arn": "arn:${Partition}:internetmonitor:${Region}:${Account}:monitor/${MonitorName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Monitor" - } - ], - "service_name": "Amazon CloudWatch Internet Monitor" - }, - { - "conditions": [], - "prefix": "invoicing", - "privileges": [ - { - "access_level": "Read", - "description": "Grants permission to get Invoice Email Delivery Preferences", - "privilege": "GetInvoiceEmailDeliveryPreferences", + "access_level": "Write", + "description": "Grants permission to start an on-demand Device Defender audit", + "privilege": "StartOnDemandAuditTask", "resource_types": [ { "condition_keys": [], @@ -126199,9 +140759,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get Invoice PDF", - "privilege": "GetInvoicePDF", + "access_level": "Write", + "description": "Grants permission to start a bulk thing registration task", + "privilege": "StartThingRegistrationTask", "resource_types": [ { "condition_keys": [], @@ -126211,9 +140771,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get Invoice summary information for your account or linked account", - "privilege": "ListInvoiceSummaries", + "access_level": "Write", + "description": "Grants permission to stop a bulk thing registration task", + "privilege": "StopThingRegistrationTask", "resource_types": [ { "condition_keys": [], @@ -126224,171 +140784,201 @@ }, { "access_level": "Write", - "description": "Grants permission to put Invoice Email Delivery Preferences", - "privilege": "PutInvoiceEmailDeliveryPreferences", + "description": "Grants permission to subscribe to the specified TopicFilter", + "privilege": "Subscribe", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "topicfilter*" } ] - } - ], - "resources": [], - "service_name": "AWS Invoicing Service" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by a tag key that is present in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by a tag key component of a tag associated to the IoT resource in the request", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by a list of tag keys associated to the IoT resource in the request", - "type": "ArrayOfString" - }, - { - "condition": "iot:ClientMode", - "description": "Filters access by the mode of the client for IoT Tunnel", - "type": "String" - }, - { - "condition": "iot:Delete", - "description": "Filters access by a flag indicating whether or not to also delete an IoT Tunnel immediately when making iot:CloseTunnel request", - "type": "Bool" - }, - { - "condition": "iot:DomainName", - "description": "Filters access by based on the domain name of an IoT DomainConfiguration", - "type": "String" }, { - "condition": "iot:ThingGroupArn", - "description": "Filters access by a list of IoT Thing Group ARNs that the destination IoT Thing belongs to for an IoT Tunnel", - "type": "ArrayOfString" - }, - { - "condition": "iot:TunnelDestinationService", - "description": "Filters access by a list of destination services for an IoT Tunnel", - "type": "ArrayOfString" - } - ], - "prefix": "iot", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to accept a pending certificate transfer", - "privilege": "AcceptCertificateTransfer", + "access_level": "Tagging", + "description": "Grants permission to tag a specified resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cert*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to add a thing to the specified billing group", - "privilege": "AddThingToBillingGroup", - "resource_types": [ + "resource_type": "authorizer" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "billinggroup*" + "resource_type": "billinggroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to add a thing to the specified thing group", - "privilege": "AddThingToThingGroup", - "resource_types": [ + "resource_type": "cacert" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" + "resource_type": "custommetric" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "thinggroup*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to associate a group with a continuous job", - "privilege": "AssociateTargetsWithJob", - "resource_types": [ + "resource_type": "dimension" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "domainconfiguration" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" + "resource_type": "dynamicthinggroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "thinggroup*" + "resource_type": "fleetmetric" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "jobtemplate" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "mitigationaction" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "otaupdate" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "package" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "packageversion" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "policy" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "provisioningtemplate" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "rolealias" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "rule" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "scheduledaudit" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "securityprofile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "stream" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "thinggroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "thingtype" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to attach a policy to the specified target", - "privilege": "AttachPolicy", + "access_level": "Read", + "description": "Grants permission to test the policies evaluation for group policies", + "privilege": "TestAuthorization", "resource_types": [ { "condition_keys": [], "dependent_actions": [], "resource_type": "cert" - }, + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to test invoke the specified custom authorizer for testing purposes", + "privilege": "TestInvokeAuthorizer", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thinggroup" + "resource_type": "authorizer*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to attach the specified policy to the specified principal (certificate or other credential)", - "privilege": "AttachPrincipalPolicy", + "access_level": "Write", + "description": "Grants permission to transfer the specified certificate to the specified AWS account", + "privilege": "TransferCertificate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cert" + "resource_type": "cert*" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate a Device Defender security profile with a thing group or with this account", - "privilege": "AttachSecurityProfile", + "access_level": "Tagging", + "description": "Grants permission to untag a specified resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "securityprofile*" + "resource_type": "authorizer" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "billinggroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cacert" }, { "condition_keys": [], @@ -126400,17 +140990,109 @@ "dependent_actions": [], "resource_type": "dimension" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "domainconfiguration" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dynamicthinggroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "fleetmetric" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "job" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "jobtemplate" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "mitigationaction" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "otaupdate" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "package" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "packageversion" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "policy" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "provisioningtemplate" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "rolealias" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "rule" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "scheduledaudit" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "securityprofile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "stream" + }, { "condition_keys": [], "dependent_actions": [], "resource_type": "thinggroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "thingtype" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to attach the specified principal to the specified thing", - "privilege": "AttachThingPrincipal", + "description": "Grants permission to configure or reconfigure the Device Defender audit settings for this account", + "privilege": "UpdateAccountAuditConfiguration", "resource_types": [ { "condition_keys": [], @@ -126421,8 +141103,8 @@ }, { "access_level": "Write", - "description": "Grants permission to cancel a mitigation action task that is in progress", - "privilege": "CancelAuditMitigationActionsTask", + "description": "Grants permission to update a Device Defender audit suppression", + "privilege": "UpdateAuditSuppression", "resource_types": [ { "condition_keys": [], @@ -126433,128 +141115,135 @@ }, { "access_level": "Write", - "description": "Grants permission to cancel an audit that is in progress. The audit can be either scheduled or on-demand", - "privilege": "CancelAuditTask", + "description": "Grants permission to update an authorizer", + "privilege": "UpdateAuthorizer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "authorizer*" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel a pending transfer for the specified certificate", - "privilege": "CancelCertificateTransfer", + "description": "Grants permission to update information associated with the specified billing group", + "privilege": "UpdateBillingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cert*" + "resource_type": "billinggroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel a Device Defender ML Detect mitigation action", - "privilege": "CancelDetectMitigationActionsTask", + "description": "Grants permission to update a registered CA certificate", + "privilege": "UpdateCACertificate", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "cacert*" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel a job", - "privilege": "CancelJob", + "description": "Grants permission to update the status of the specified certificate. This operation is idempotent", + "privilege": "UpdateCertificate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "cert*" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel a job execution on a particular device", - "privilege": "CancelJobExecution", + "description": "Grants permission to update the specified custom metric", + "privilege": "UpdateCustomMetric", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" - }, + "resource_type": "custommetric*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the definition for a dimension", + "privilege": "UpdateDimension", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" + "resource_type": "dimension*" } ] }, { "access_level": "Write", - "description": "Grants permission to clear the default authorizer", - "privilege": "ClearDefaultAuthorizer", + "description": "Grants permission to update a domain configuration", + "privilege": "UpdateDomainConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domainconfiguration*" } ] }, { "access_level": "Write", - "description": "Grants permission to close a tunnel", - "privilege": "CloseTunnel", + "description": "Grants permission to update a Dynamic Thing Group", + "privilege": "UpdateDynamicThingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "tunnel*" - }, - { - "condition_keys": [ - "iot:Delete" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "dynamicthinggroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to confirm a http url TopicRuleDestinationDestination", - "privilege": "ConfirmTopicRuleDestination", + "description": "Grants permission to update event configurations", + "privilege": "UpdateEventConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "destination*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to connect as the specified client", - "privilege": "Connect", + "description": "Grants permission to update a fleet metric", + "privilege": "UpdateFleetMetric", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "client*" + "resource_type": "fleetmetric*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a Device Defender audit suppression", - "privilege": "CreateAuditSuppression", + "description": "Grants permission to update fleet indexing configuration", + "privilege": "UpdateIndexingConfiguration", "resource_types": [ { "condition_keys": [], @@ -126565,226 +141254,218 @@ }, { "access_level": "Write", - "description": "Grants permission to create an authorizer", - "privilege": "CreateAuthorizer", + "description": "Grants permission to update a job", + "privilege": "UpdateJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "authorizer*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "job*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a billing group", - "privilege": "CreateBillingGroup", + "description": "Grants permission to update the definition for the specified mitigation action", + "privilege": "UpdateMitigationAction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "billinggroup*" - }, + "resource_type": "mitigationaction*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a package", + "privilege": "UpdatePackage", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "condition_keys": [], + "dependent_actions": [ + "iot:GetIndexingConfiguration" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "package*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an X.509 certificate using the specified certificate signing request", - "privilege": "CreateCertificateFromCsr", + "description": "Grants permission to update the package configuration of the account", + "privilege": "UpdatePackageConfiguration", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "iam:PassRole" + ], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a custom metric for device side metric reporting and monitoring", - "privilege": "CreateCustomMetric", + "description": "Grants permission to update the version of the specified package", + "privilege": "UpdatePackageVersion", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "custommetric*" + "dependent_actions": [ + "iot:GetIndexingConfiguration" + ], + "resource_type": "package*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "packageversion*" } ] }, { "access_level": "Write", - "description": "Grants permission to define a dimension that can be used to to limit the scope of a metric used in a security profile", - "privilege": "CreateDimension", + "description": "Grants permission to update a fleet provisioning template", + "privilege": "UpdateProvisioningTemplate", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "dimension*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "dependent_actions": [ + "iam:PassRole" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "provisioningtemplate*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a domain configuration", - "privilege": "CreateDomainConfiguration", + "description": "Grants permission to update the role alias", + "privilege": "UpdateRoleAlias", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "domainconfiguration*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "iot:DomainName" + "dependent_actions": [ + "iam:PassRole" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "rolealias*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a Dynamic Thing Group", - "privilege": "CreateDynamicThingGroup", + "description": "Grants permission to update a scheduled audit, including what checks are performed and how often the audit takes place", + "privilege": "UpdateScheduledAudit", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dynamicthinggroup*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "scheduledaudit*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a fleet metric", - "privilege": "CreateFleetMetric", + "description": "Grants permission to update a Device Defender security profile", + "privilege": "UpdateSecurityProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleetmetric*" + "resource_type": "securityprofile*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "custommetric" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "dimension" } ] }, { "access_level": "Write", - "description": "Grants permission to create a job", - "privilege": "CreateJob", + "description": "Grants permission to update the data for a stream", + "privilege": "UpdateStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" - }, + "resource_type": "stream*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update information associated with the specified thing", + "privilege": "UpdateThing", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], "resource_type": "thing*" - }, + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update information associated with the specified thing group", + "privilege": "UpdateThingGroup", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], "resource_type": "thinggroup*" - }, + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the thing groups to which the thing belongs", + "privilege": "UpdateThingGroupsForThing", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "jobtemplate" + "resource_type": "thing*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "thinggroup" } ] }, { "access_level": "Write", - "description": "Grants permission to create a job template", - "privilege": "CreateJobTemplate", + "description": "Grants permission to update the thing shadow", + "privilege": "UpdateThingShadow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "jobtemplate*" - }, + "resource_type": "thing*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a TopicRuleDestination", + "privilege": "UpdateTopicRuleDestination", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "destination*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a 2048 bit RSA key pair and issues an X.509 certificate using the issued public key", - "privilege": "CreateKeysAndCertificate", + "access_level": "Read", + "description": "Grants permission to validate a Device Defender security profile behaviors specification", + "privilege": "ValidateSecurityProfileBehaviors", "resource_types": [ { "condition_keys": [], @@ -126792,64 +141473,250 @@ "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:client/${ClientId}", + "condition_keys": [], + "resource": "client" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:index/${IndexName}", + "condition_keys": [], + "resource": "index" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:fleetmetric/${FleetMetricName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "fleetmetric" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:job/${JobId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "job" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:jobtemplate/${JobTemplateId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "jobtemplate" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:tunnel/${TunnelId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "tunnel" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:thing/${ThingName}", + "condition_keys": [], + "resource": "thing" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:thinggroup/${ThingGroupName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "thinggroup" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:billinggroup/${BillingGroupName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "billinggroup" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:thinggroup/${ThingGroupName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "dynamicthinggroup" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:thingtype/${ThingTypeName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "thingtype" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:topic/${TopicName}", + "condition_keys": [], + "resource": "topic" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:topicfilter/${TopicFilter}", + "condition_keys": [], + "resource": "topicfilter" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:rolealias/${RoleAlias}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "rolealias" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:authorizer/${AuthorizerName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "authorizer" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:policy/${PolicyName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "policy" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:cert/${Certificate}", + "condition_keys": [], + "resource": "cert" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:cacert/${CACertificate}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "cacert" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:stream/${StreamId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "stream" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:otaupdate/${OtaUpdateId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "otaupdate" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:scheduledaudit/${ScheduleName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "scheduledaudit" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:mitigationaction/${MitigationActionName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "mitigationaction" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:securityprofile/${SecurityProfileName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "securityprofile" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:custommetric/${MetricName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "custommetric" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:dimension/${DimensionName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "dimension" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:rule/${RuleName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "rule" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:destination/${DestinationType}/${Uuid}", + "condition_keys": [], + "resource": "destination" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:provisioningtemplate/${ProvisioningTemplate}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "provisioningtemplate" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:domainconfiguration/${DomainConfigurationName}/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "domainconfiguration" + }, + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:package/${PackageName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "package" }, { - "access_level": "Write", - "description": "Grants permission to define an action that can be applied to audit findings by using StartAuditMitigationActionsTask", - "privilege": "CreateMitigationAction", + "arn": "arn:${Partition}:iot:${Region}:${Account}:package/${PackageName}/version/${VersionName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "packageversion" + } + ], + "service_name": "AWS IoT" + }, + { + "conditions": [], + "prefix": "iot-device-tester", + "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to IoT Device Tester to check if a given set of product, test suite and device tester version are compatible", + "privilege": "CheckVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "mitigationaction*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an OTA update job", - "privilege": "CreateOTAUpdate", + "access_level": "Read", + "description": "Grants permission to IoT Device Tester to download compatible test suite versions", + "privilege": "DownloadTestSuite", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "otaupdate*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a software package that you can deploy to your devices", - "privilege": "CreatePackage", + "access_level": "Read", + "description": "Grants permission to IoT Device Tester to get information on latest version of device tester available", + "privilege": "LatestIdt", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iot:GetIndexingConfiguration" - ], - "resource_type": "package*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], "resource_type": "" } @@ -126857,92 +141724,71 @@ }, { "access_level": "Write", - "description": "Grants permission to create a version under the specified package", - "privilege": "CreatePackageVersion", + "description": "Grants permission to IoT Device Tester to send usage metrics on your behalf", + "privilege": "SendMetrics", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iot:GetIndexingConfiguration" - ], - "resource_type": "package*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "packageversion*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an AWS IoT policy", - "privilege": "CreatePolicy", + "access_level": "Read", + "description": "Grants permission to IoT Device Tester to get list of supported products and test suite versions", + "privilege": "SupportedVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] + } + ], + "resources": [], + "service_name": "AWS IoT Device Tester" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters actions based on the tags that are passed in the request", + "type": "String" }, { - "access_level": "Write", - "description": "Grants permission to create a new version of the specified AWS IoT policy", - "privilege": "CreatePolicyVersion", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "policy*" - } - ] + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters actions based on the tags associated with the resource", + "type": "String" }, + { + "condition": "aws:TagKeys", + "description": "Filters actions based on the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "iot1click", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a provisioning claim", - "privilege": "CreateProvisioningClaim", + "description": "Grants permission to associate a device to a placement", + "privilege": "AssociateDeviceWithPlacement", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "provisioningtemplate*" + "resource_type": "project*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a fleet provisioning template", - "privilege": "CreateProvisioningTemplate", + "access_level": "Read", + "description": "Grants permission to claim a batch of devices with a claim code", + "privilege": "ClaimDevicesByClaimCode", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "provisioningtemplate*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], "resource_type": "" } @@ -126950,27 +141796,25 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new version of a fleet provisioning template", - "privilege": "CreateProvisioningTemplateVersion", + "description": "Grants permission to create a new placement in a project", + "privilege": "CreatePlacement", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "provisioningtemplate*" + "resource_type": "project*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a role alias", - "privilege": "CreateRoleAlias", + "description": "Grants permission to create a new project", + "privilege": "CreateProject", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "rolealias*" + "dependent_actions": [], + "resource_type": "project*" }, { "condition_keys": [ @@ -126984,140 +141828,85 @@ }, { "access_level": "Write", - "description": "Grants permission to create a scheduled audit that is run at a specified time interval", - "privilege": "CreateScheduledAudit", + "description": "Grants permission to delete a placement from a project", + "privilege": "DeletePlacement", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "scheduledaudit*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a Device Defender security profile", - "privilege": "CreateSecurityProfile", + "description": "Grants permission to delete a project", + "privilege": "DeleteProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "securityprofile*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "custommetric" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dimension" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new AWS IoT stream", - "privilege": "CreateStream", + "access_level": "Read", + "description": "Grants permission to describe a device", + "privilege": "DescribeDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "device*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a thing in the thing registry", - "privilege": "CreateThing", + "access_level": "Read", + "description": "Grants permission to describe a placement", + "privilege": "DescribePlacement", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "billinggroup" + "resource_type": "project*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a thing group", - "privilege": "CreateThingGroup", + "access_level": "Read", + "description": "Grants permission to describe a project", + "privilege": "DescribeProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thinggroup*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new thing type", - "privilege": "CreateThingType", + "description": "Grants permission to disassociate a device from a placement", + "privilege": "DisassociateDeviceFromPlacement", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thingtype*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a rule", - "privilege": "CreateTopicRule", + "access_level": "Read", + "description": "Grants permission to finalize a device claim", + "privilege": "FinalizeDeviceClaim", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule*" + "resource_type": "device*" }, { "condition_keys": [ @@ -127130,497 +141919,470 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a TopicRuleDestination", - "privilege": "CreateTopicRuleDestination", + "access_level": "Read", + "description": "Grants permission to get available methods of a device", + "privilege": "GetDeviceMethods", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "destination*" + "resource_type": "device*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the audit configuration associated with the account", - "privilege": "DeleteAccountAuditConfiguration", + "access_level": "Read", + "description": "Grants permission to get devices associated to a placement", + "privilege": "GetDevicesInPlacement", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a Device Defender audit suppression", - "privilege": "DeleteAuditSuppression", + "access_level": "Read", + "description": "Grants permission to initialize a device claim", + "privilege": "InitiateDeviceClaim", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "device*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified authorizer", - "privilege": "DeleteAuthorizer", + "description": "Grants permission to invoke a device method", + "privilege": "InvokeDeviceMethod", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "authorizer*" + "resource_type": "device*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified billing group", - "privilege": "DeleteBillingGroup", + "access_level": "Read", + "description": "Grants permission to list past events published by a device", + "privilege": "ListDeviceEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "billinggroup*" + "resource_type": "device*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a registered CA certificate", - "privilege": "DeleteCACertificate", + "access_level": "List", + "description": "Grants permission to list all devices", + "privilege": "ListDevices", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cacert*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified certificate", - "privilege": "DeleteCertificate", + "access_level": "Read", + "description": "Grants permission to list placements in a project", + "privilege": "ListPlacements", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cert*" + "resource_type": "project*" } ] }, { - "access_level": "Write", - "description": "Grants permission to deletes the specified custom metric from your AWS account", - "privilege": "DeleteCustomMetric", + "access_level": "List", + "description": "Grants permission to list all projects", + "privilege": "ListProjects", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "custommetric*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to remove the specified dimension from your AWS account", - "privilege": "DeleteDimension", + "access_level": "Read", + "description": "Grants permission to lists the tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dimension*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a domain configuration", - "privilege": "DeleteDomainConfiguration", - "resource_types": [ + "resource_type": "device" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "domainconfiguration*" + "resource_type": "project" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified Dynamic Thing Group", - "privilege": "DeleteDynamicThingGroup", + "access_level": "Tagging", + "description": "Grants permission to add or modify the tags of a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dynamicthinggroup*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete the specified fleet metric", - "privilege": "DeleteFleetMetric", - "resource_types": [ + "resource_type": "device" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleetmetric*" + "resource_type": "project" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a job and its related job executions", - "privilege": "DeleteJob", + "access_level": "Read", + "description": "Grants permission to unclaim a device", + "privilege": "UnclaimDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "device*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a job execution", - "privilege": "DeleteJobExecution", + "access_level": "Tagging", + "description": "Grants permission to remove the given tags (metadata) from a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "device" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a job template", - "privilege": "DeleteJobTemplate", - "resource_types": [ + "resource_type": "project" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "jobtemplate*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a defined mitigation action from your AWS account", - "privilege": "DeleteMitigationAction", + "description": "Grants permission to update device state", + "privilege": "UpdateDeviceState", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "mitigationaction*" + "resource_type": "device*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an OTA update job", - "privilege": "DeleteOTAUpdate", + "description": "Grants permission to update a placement", + "privilege": "UpdatePlacement", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "otaupdate*" + "resource_type": "project*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a package", - "privilege": "DeletePackage", + "description": "Update a project", + "privilege": "UpdateProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" + "resource_type": "project*" } ] - }, + } + ], + "resources": [ { - "access_level": "Write", - "description": "Grants permission to delete a version of the specified package", - "privilege": "DeletePackageVersion", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "package*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "packageversion*" - } - ] + "arn": "arn:${Partition}:iot1click:${Region}:${Account}:devices/${DeviceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "device" }, { - "access_level": "Write", - "description": "Grants permission to delete the specified policy", - "privilege": "DeletePolicy", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "policy*" - } - ] - }, + "arn": "arn:${Partition}:iot1click:${Region}:${Account}:projects/${ProjectName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "project" + } + ], + "service_name": "AWS IoT 1-Click" + }, + { + "conditions": [ { - "access_level": "Write", - "description": "Grants permission to Delete the specified version of the specified policy", - "privilege": "DeletePolicyVersion", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "policy*" - } - ] + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access based on the tags that are passed in the request", + "type": "String" }, { - "access_level": "Write", - "description": "Grants permission to delete a fleet provisioning template", - "privilege": "DeleteProvisioningTemplate", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "provisioningtemplate*" - } - ] + "condition": "aws:TagKeys", + "description": "Filters access based on the presence of tag keys in the request", + "type": "ArrayOfString" }, + { + "condition": "iotanalytics:ResourceTag/${TagKey}", + "description": "Filters access by the tag key-value pairs attached to the resource", + "type": "String" + } + ], + "prefix": "iotanalytics", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to delete a fleet provisioning template version", - "privilege": "DeleteProvisioningTemplateVersion", + "description": "Puts a batch of messages into the specified channel", + "privilege": "BatchPutMessage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "provisioningtemplate*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a CA certificate registration code", - "privilege": "DeleteRegistrationCode", + "description": "Cancels reprocessing for the specified pipeline", + "privilege": "CancelPipelineReprocessing", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "pipeline*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified role alias", - "privilege": "DeleteRoleAlias", + "description": "Creates a channel", + "privilege": "CreateChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rolealias*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a scheduled audit", - "privilege": "DeleteScheduledAudit", - "resource_types": [ + "resource_type": "channel*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "scheduledaudit*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a Device Defender security profile", - "privilege": "DeleteSecurityProfile", + "description": "Creates a dataset", + "privilege": "CreateDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "securityprofile*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "custommetric" + "resource_type": "dataset*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "dimension" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a specified stream", - "privilege": "DeleteStream", + "description": "Generates content from the specified dataset (by executing the dataset actions)", + "privilege": "CreateDatasetContent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "dataset*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified thing", - "privilege": "DeleteThing", + "description": "Creates a datastore", + "privilege": "CreateDatastore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete the specified thing group", - "privilege": "DeleteThingGroup", - "resource_types": [ + "resource_type": "datastore*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "thinggroup*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified thing shadow", - "privilege": "DeleteThingShadow", + "description": "Creates a pipeline", + "privilege": "CreatePipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" + "resource_type": "pipeline*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified thing type", - "privilege": "DeleteThingType", + "description": "Deletes the specified channel", + "privilege": "DeleteChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thingtype*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified rule", - "privilege": "DeleteTopicRule", + "description": "Deletes the specified dataset", + "privilege": "DeleteDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule*" + "resource_type": "dataset*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a TopicRuleDestination", - "privilege": "DeleteTopicRuleDestination", + "description": "Deletes the content of the specified dataset", + "privilege": "DeleteDatasetContent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "destination*" + "resource_type": "dataset*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified v2 logging level", - "privilege": "DeleteV2LoggingLevel", + "description": "Deletes the specified datastore", + "privilege": "DeleteDatastore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "datastore*" } ] }, { "access_level": "Write", - "description": "Grants permission to deprecate the specified thing type", - "privilege": "DeprecateThingType", + "description": "Deletes the specified pipeline", + "privilege": "DeletePipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thingtype*" + "resource_type": "pipeline*" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about audit configurations for the account", - "privilege": "DescribeAccountAuditConfiguration", + "description": "Describes the specified channel", + "privilege": "DescribeChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about a single audit finding. Properties include the reason for noncompliance, the severity of the issue, and when the audit that returned the finding was started", - "privilege": "DescribeAuditFinding", + "description": "Describes the specified dataset", + "privilege": "DescribeDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "dataset*" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about an audit mitigation task that is used to apply mitigation actions to a set of audit findings", - "privilege": "DescribeAuditMitigationActionsTask", + "description": "Describes the specified datastore", + "privilege": "DescribeDatastore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "datastore*" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about a Device Defender audit suppression", - "privilege": "DescribeAuditSuppression", + "description": "Describes logging options for the the account", + "privilege": "DescribeLoggingOptions", "resource_types": [ { "condition_keys": [], @@ -127631,80 +142393,80 @@ }, { "access_level": "Read", - "description": "Grants permission to get information about a Device Defender audit", - "privilege": "DescribeAuditTask", + "description": "Describes the specified pipeline", + "privilege": "DescribePipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "pipeline*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe an authorizer", - "privilege": "DescribeAuthorizer", + "description": "Gets the content of the specified dataset", + "privilege": "GetDatasetContent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "authorizer*" + "resource_type": "dataset*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about the specified billing group", - "privilege": "DescribeBillingGroup", + "access_level": "List", + "description": "Lists the channels for the account", + "privilege": "ListChannels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "billinggroup*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a registered CA certificate", - "privilege": "DescribeCACertificate", + "access_level": "List", + "description": "Lists information about dataset contents that have been created", + "privilege": "ListDatasetContents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cacert*" + "resource_type": "dataset*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about the specified certificate", - "privilege": "DescribeCertificate", + "access_level": "List", + "description": "Lists the datasets for the account", + "privilege": "ListDatasets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cert*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a custom metric that is defined in your AWS account", - "privilege": "DescribeCustomMetric", + "access_level": "List", + "description": "Lists the datastores for the account", + "privilege": "ListDatastores", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "custommetric*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the default authorizer", - "privilege": "DescribeDefaultAuthorizer", + "access_level": "List", + "description": "Lists the pipelines for the account", + "privilege": "ListPipelines", "resource_types": [ { "condition_keys": [], @@ -127715,56 +142477,35 @@ }, { "access_level": "Read", - "description": "Grants permission to describe a Device Defender ML Detect mitigation action", - "privilege": "DescribeDetectMitigationActionsTask", + "description": "Lists the tags (metadata) which you have assigned to the resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get details about a dimension that is defined in your AWS account", - "privilege": "DescribeDimension", - "resource_types": [ + "resource_type": "channel" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "dimension*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get information about the domain configuration", - "privilege": "DescribeDomainConfiguration", - "resource_types": [ + "resource_type": "dataset" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "domainconfiguration*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get a unique endpoint specific to the AWS account making the call", - "privilege": "DescribeEndpoint", - "resource_types": [ + "resource_type": "datastore" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "pipeline" } ] }, { - "access_level": "Read", - "description": "Grants permission to get account event configurations", - "privilege": "DescribeEventConfigurations", + "access_level": "Write", + "description": "Puts logging options for the the account", + "privilege": "PutLoggingOptions", "resource_types": [ { "condition_keys": [], @@ -127775,288 +142516,229 @@ }, { "access_level": "Read", - "description": "Grants permission to get information about the specified fleet metric", - "privilege": "DescribeFleetMetric", + "description": "Runs the specified pipeline activity", + "privilege": "RunPipelineActivity", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleetmetric*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about the specified index", - "privilege": "DescribeIndex", + "description": "Samples the specified channel's data", + "privilege": "SampleChannelData", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "channel*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a job", - "privilege": "DescribeJob", + "access_level": "Write", + "description": "Starts reprocessing for the specified pipeline", + "privilege": "StartPipelineReprocessing", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "pipeline*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a job execution", - "privilege": "DescribeJobExecution", + "access_level": "Tagging", + "description": "Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job" + "resource_type": "channel" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to describe a job template", - "privilege": "DescribeJobTemplate", - "resource_types": [ + "resource_type": "dataset" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "jobtemplate*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to describe a managed job template", - "privilege": "DescribeManagedJobTemplate", - "resource_types": [ + "resource_type": "datastore" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "jobtemplate*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get information about a mitigation action", - "privilege": "DescribeMitigationAction", - "resource_types": [ + "resource_type": "pipeline" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "mitigationaction*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about a fleet provisioning template", - "privilege": "DescribeProvisioningTemplate", + "access_level": "Tagging", + "description": "Removes the given tags (metadata) from the resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "provisioningtemplate*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get information about a fleet provisioning template version", - "privilege": "DescribeProvisioningTemplateVersion", - "resource_types": [ + "resource_type": "channel" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "provisioningtemplate*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to describe a role alias", - "privilege": "DescribeRoleAlias", - "resource_types": [ + "resource_type": "dataset" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "rolealias*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get information about a scheduled audit", - "privilege": "DescribeScheduledAudit", - "resource_types": [ + "resource_type": "datastore" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "scheduledaudit*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get information about a Device Defender security profile", - "privilege": "DescribeSecurityProfile", - "resource_types": [ + "resource_type": "pipeline" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "securityprofile*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about the specified stream", - "privilege": "DescribeStream", + "access_level": "Write", + "description": "Updates the specified channel", + "privilege": "UpdateChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "channel*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about the specified thing", - "privilege": "DescribeThing", + "access_level": "Write", + "description": "Updates the specified dataset", + "privilege": "UpdateDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" + "resource_type": "dataset*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about the specified thing group", - "privilege": "DescribeThingGroup", + "access_level": "Write", + "description": "Updates the specified datastore", + "privilege": "UpdateDatastore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thinggroup*" + "resource_type": "datastore*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about the bulk thing registration task", - "privilege": "DescribeThingRegistrationTask", + "access_level": "Write", + "description": "Updates the specified pipeline", + "privilege": "UpdatePipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "pipeline*" } ] - }, + } + ], + "resources": [ { - "access_level": "Read", - "description": "Grants permission to get information about the specified thing type", - "privilege": "DescribeThingType", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "thingtype*" - } - ] + "arn": "arn:${Partition}:iotanalytics:${Region}:${Account}:channel/${ChannelName}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "iotanalytics:ResourceTag/${TagKey}" + ], + "resource": "channel" }, { - "access_level": "Read", - "description": "Grants permission to describe a tunnel", - "privilege": "DescribeTunnel", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "tunnel*" - } - ] + "arn": "arn:${Partition}:iotanalytics:${Region}:${Account}:dataset/${DatasetName}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "iotanalytics:ResourceTag/${TagKey}" + ], + "resource": "dataset" }, { - "access_level": "Permissions management", - "description": "Grants permission to detach a policy from the specified target", - "privilege": "DetachPolicy", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "cert" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "thinggroup" - } - ] + "arn": "arn:${Partition}:iotanalytics:${Region}:${Account}:datastore/${DatastoreName}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "iotanalytics:ResourceTag/${TagKey}" + ], + "resource": "datastore" }, { - "access_level": "Permissions management", - "description": "Grants permission to remove the specified policy from the specified certificate", - "privilege": "DetachPrincipalPolicy", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "cert" - } - ] + "arn": "arn:${Partition}:iotanalytics:${Region}:${Account}:pipeline/${PipelineName}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "iotanalytics:ResourceTag/${TagKey}" + ], + "resource": "pipeline" + } + ], + "service_name": "AWS IoT Analytics" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" }, { - "access_level": "Write", - "description": "Grants permission to disassociate a Device Defender security profile from a thing group or from this account", - "privilege": "DetachSecurityProfile", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "securityprofile*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "custommetric" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dimension" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "thinggroup" - } - ] + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "iotdeviceadvisor", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to detach the specified principal from the specified thing", - "privilege": "DetachThingPrincipal", + "description": "Grants permission to create a suite definition", + "privilege": "CreateSuiteDefinition", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -128064,438 +142746,481 @@ }, { "access_level": "Write", - "description": "Grants permission to disable the specified rule", - "privilege": "DisableTopicRule", + "description": "Grants permission to delete a suite definition", + "privilege": "DeleteSuiteDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule*" + "resource_type": "Suitedefinition*" } ] }, { - "access_level": "Write", - "description": "Grants permission to enable the specified rule", - "privilege": "EnableTopicRule", + "access_level": "Read", + "description": "Grants permission to get a Device Advisor endpoint", + "privilege": "GetEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to fetch a Device Defender's ML Detect Security Profile training model's status", - "privilege": "GetBehaviorModelTrainingSummaries", + "access_level": "Read", + "description": "Grants permission to get a suite definition", + "privilege": "GetSuiteDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "securityprofile" + "resource_type": "Suitedefinition*" } ] }, { "access_level": "Read", - "description": "Grants permission to get buckets aggregation for IoT fleet index", - "privilege": "GetBucketsAggregation", + "description": "Grants permission to get a suite run", + "privilege": "GetSuiteRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "Suiterun*" } ] }, { "access_level": "Read", - "description": "Grants permission to get cardinality for IoT fleet index", - "privilege": "GetCardinality", + "description": "Grants permission to get the qualification report for a suite run", + "privilege": "GetSuiteRunReport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "Suiterun*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get effective policies", - "privilege": "GetEffectivePolicies", + "access_level": "List", + "description": "Grants permission to list suite definitions", + "privilege": "ListSuiteDefinitions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cert" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get current fleet indexing configuration", - "privilege": "GetIndexingConfiguration", + "access_level": "List", + "description": "Grants permission to list suite runs", + "privilege": "ListSuiteRuns", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Suitedefinition*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a job document", - "privilege": "GetJobDocument", + "description": "Grants permission to list the tags (metadata) assigned to a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "Suitedefinition" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Suiterun" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the logging options", - "privilege": "GetLoggingOptions", + "access_level": "Write", + "description": "Grants permission to start a suite run", + "privilege": "StartSuiteRun", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the information about the OTA update job", - "privilege": "GetOTAUpdate", + "access_level": "Write", + "description": "Grants permission to stop a suite run", + "privilege": "StopSuiteRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "otaupdate*" + "resource_type": "Suiterun*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the information about the package", - "privilege": "GetPackage", + "access_level": "Tagging", + "description": "Grants permission to add to or modify the tags of the given resource. Tags are metadata which can be used to manage a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get the package configuration of the account", - "privilege": "GetPackageConfiguration", - "resource_types": [ + "resource_type": "Suitedefinition" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "Suiterun" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the version of the package", - "privilege": "GetPackageVersion", + "access_level": "Tagging", + "description": "Grants permission to remove the given tags (metadata) from a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" + "resource_type": "Suitedefinition" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "packageversion*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get percentiles for IoT fleet index", - "privilege": "GetPercentiles", - "resource_types": [ + "resource_type": "Suiterun" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about the specified policy with the policy document of the default version", - "privilege": "GetPolicy", + "access_level": "Write", + "description": "Grants permission to update a suite definition", + "privilege": "UpdateSuiteDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "Suitedefinition*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:iotdeviceadvisor:${Region}:${Account}:suitedefinition/${SuiteDefinitionId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Suitedefinition" }, { - "access_level": "Read", - "description": "Grants permission to get information about the specified policy version", - "privilege": "GetPolicyVersion", + "arn": "arn:${Partition}:iotdeviceadvisor:${Region}:${Account}:suiterun/${SuiteDefinitionId}/${SuiteRunId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Suiterun" + } + ], + "service_name": "AWS IoT Core Device Advisor" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters actions by the tag keys in the request", + "type": "ArrayOfString" + }, + { + "condition": "iotevents:keyValue", + "description": "Filters access by the instanceId (key-value) of the message", + "type": "String" + } + ], + "prefix": "iotevents", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to send one or more acknowledge action requests to AWS IoT Events", + "privilege": "BatchAcknowledgeAlarm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "alarmModel*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a registration code used to register a CA certificate with AWS IoT", - "privilege": "GetRegistrationCode", + "access_level": "Write", + "description": "Grants permission to delete a detector instance within the AWS IoT Events system", + "privilege": "BatchDeleteDetector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "detectorModel*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the retained message on the specified topic", - "privilege": "GetRetainedMessage", + "access_level": "Write", + "description": "Grants permission to disable one or more alarm instances", + "privilege": "BatchDisableAlarm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "topic*" + "resource_type": "alarmModel*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get statistics for IoT fleet index", - "privilege": "GetStatistics", + "access_level": "Write", + "description": "Grants permission to enable one or more alarm instances", + "privilege": "BatchEnableAlarm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "alarmModel*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the thing shadow", - "privilege": "GetThingShadow", + "access_level": "Write", + "description": "Grants permission to send a set of messages to the AWS IoT Events system", + "privilege": "BatchPutMessage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" + "resource_type": "input*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about the specified rule", - "privilege": "GetTopicRule", + "access_level": "Write", + "description": "Grants permission to reset one or more alarm instances", + "privilege": "BatchResetAlarm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule*" + "resource_type": "alarmModel*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a TopicRuleDestination", - "privilege": "GetTopicRuleDestination", + "access_level": "Write", + "description": "Grants permission to change one or more alarm instances to the snooze mode", + "privilege": "BatchSnoozeAlarm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "destination*" + "resource_type": "alarmModel*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get v2 logging options", - "privilege": "GetV2LoggingOptions", + "access_level": "Write", + "description": "Grants permission to update a detector instance within the AWS IoT Events system", + "privilege": "BatchUpdateDetector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "detectorModel*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the active violations for a given Device Defender security profile or Thing", - "privilege": "ListActiveViolations", + "access_level": "Write", + "description": "Grants permission to create an alarm model to monitor an AWS IoT Events input attribute or an AWS IoT SiteWise asset property", + "privilege": "CreateAlarmModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "securityprofile" + "resource_type": "alarmModel*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "thing" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the policies attached to the specified thing group", - "privilege": "ListAttachedPolicies", + "access_level": "Write", + "description": "Grants permission to create a detector model to monitor an AWS IoT Events input attribute", + "privilege": "CreateDetectorModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list the findings (results) of a Device Defender audit or of the audits performed during a specified time period", - "privilege": "ListAuditFindings", - "resource_types": [ + "resource_type": "detectorModel*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to get the status of audit mitigation action tasks that were executed", - "privilege": "ListAuditMitigationActionsExecutions", + "access_level": "Write", + "description": "Grants permission to create an Input in IotEvents", + "privilege": "CreateInput", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to get a list of audit mitigation action tasks that match the specified filters", - "privilege": "ListAuditMitigationActionsTasks", - "resource_types": [ + "resource_type": "input*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list your Device Defender audit suppressions", - "privilege": "ListAuditSuppressions", + "access_level": "Write", + "description": "Grants permission to delete an alarm model", + "privilege": "DeleteAlarmModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "alarmModel*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the Device Defender audits that have been performed during a given time period", - "privilege": "ListAuditTasks", + "access_level": "Write", + "description": "Grants permission to delete a detector model", + "privilege": "DeleteDetectorModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "detectorModel*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the authorizers registered in your account", - "privilege": "ListAuthorizers", + "access_level": "Write", + "description": "Grants permission to delete an input", + "privilege": "DeleteInput", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "input*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all billing groups", - "privilege": "ListBillingGroups", + "access_level": "Read", + "description": "Grants permission to retrieve information about an alarm instance", + "privilege": "DescribeAlarm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "alarmModel*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the CA certificates registered for your AWS account", - "privilege": "ListCACertificates", + "access_level": "Read", + "description": "Grants permission to retrieve information about an alarm model", + "privilege": "DescribeAlarmModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "alarmModel*" } ] }, { - "access_level": "List", - "description": "Grants permission to list your certificates", - "privilege": "ListCertificates", + "access_level": "Read", + "description": "Grants permission to retriev information about a detector instance", + "privilege": "DescribeDetector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "detectorModel*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the device certificates signed by the specified CA certificate", - "privilege": "ListCertificatesByCA", + "access_level": "Read", + "description": "Grants permission to retrieve information about a detector model", + "privilege": "DescribeDetectorModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "detectorModel*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the custom metrics in your AWS account", - "privilege": "ListCustomMetrics", + "access_level": "Read", + "description": "Grants permission to retrieve the detector model analysis information", + "privilege": "DescribeDetectorModelAnalysis", "resource_types": [ { "condition_keys": [], @@ -128505,21 +143230,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to lists mitigation actions executions for a Device Defender ML Detect Security Profile", - "privilege": "ListDetectMitigationActionsExecutions", + "access_level": "Read", + "description": "Grants permission to retrieve an information about Input", + "privilege": "DescribeInput", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing" + "resource_type": "input*" } ] }, { - "access_level": "List", - "description": "Grants permission to list Device Defender ML Detect mitigation actions tasks", - "privilege": "ListDetectMitigationActionsTasks", + "access_level": "Read", + "description": "Grants permission to retrieve the current settings of the AWS IoT Events logging options", + "privilege": "DescribeLoggingOptions", "resource_types": [ { "condition_keys": [], @@ -128529,9 +143254,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the dimensions that are defined for your AWS account", - "privilege": "ListDimensions", + "access_level": "Read", + "description": "Grants permission to retrieve the detector model analysis results", + "privilege": "GetDetectorModelAnalysisResults", "resource_types": [ { "condition_keys": [], @@ -128542,20 +143267,20 @@ }, { "access_level": "List", - "description": "Grants permission to list the domain configuration created by your AWS account", - "privilege": "ListDomainConfigurations", + "description": "Grants permission to list all the versions of an alarm model", + "privilege": "ListAlarmModelVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "alarmModel*" } ] }, { "access_level": "List", - "description": "Grants permission to list the fleet metrics in your account", - "privilege": "ListFleetMetrics", + "description": "Grants permission to list the alarm models that you created", + "privilege": "ListAlarmModels", "resource_types": [ { "condition_keys": [], @@ -128566,56 +143291,56 @@ }, { "access_level": "List", - "description": "Grants permission to list all indices for fleet index", - "privilege": "ListIndices", + "description": "Grants permission to retrieve information about all alarm instances per alarmModel", + "privilege": "ListAlarms", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "alarmModel*" } ] }, { "access_level": "List", - "description": "Grants permission to list the job executions for a job", - "privilege": "ListJobExecutionsForJob", + "description": "Grants permission to list all the versions of a detector model", + "privilege": "ListDetectorModelVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "detectorModel*" } ] }, { "access_level": "List", - "description": "Grants permission to list the job executions for the specified thing", - "privilege": "ListJobExecutionsForThing", + "description": "Grants permission to list the detector models that you created", + "privilege": "ListDetectorModels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list job templates", - "privilege": "ListJobTemplates", + "description": "Grants permission to retrieve information about all detector instances per detectormodel", + "privilege": "ListDetectors", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "detectorModel*" } ] }, { "access_level": "List", - "description": "Grants permission to list jobs", - "privilege": "ListJobs", + "description": "Grants permission to list one or more input routings", + "privilege": "ListInputRoutings", "resource_types": [ { "condition_keys": [], @@ -128626,8 +143351,8 @@ }, { "access_level": "List", - "description": "Grants permission to list managed job templates", - "privilege": "ListManagedJobTemplates", + "description": "Grants permission to lists the inputs you have created", + "privilege": "ListInputs", "resource_types": [ { "condition_keys": [], @@ -128637,45 +143362,31 @@ ] }, { - "access_level": "List", - "description": "Grants permissions to list the metric values for a thing based on the metricName, and dimension if specified", - "privilege": "ListMetricValues", + "access_level": "Read", + "description": "Grants permission to list the tags (metadata) which you have assigned to the resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to get a list of all mitigation actions that match the specified filter criteria", - "privilege": "ListMitigationActions", - "resource_types": [ + "resource_type": "alarmModel" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list all named shadows for a given thing", - "privilege": "ListNamedShadowsForThing", - "resource_types": [ + "resource_type": "detectorModel" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" + "resource_type": "input" } ] }, { - "access_level": "List", - "description": "Grants permission to list OTA update jobs in the account", - "privilege": "ListOTAUpdates", + "access_level": "Write", + "description": "Grants permission to set or update the AWS IoT Events logging options", + "privilege": "PutLoggingOptions", "resource_types": [ { "condition_keys": [], @@ -128685,9 +143396,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list certificates that are being transfered but not yet accepted", - "privilege": "ListOutgoingCertificates", + "access_level": "Write", + "description": "Grants permission to start the detector model analysis", + "privilege": "StartDetectorModelAnalysis", "resource_types": [ { "condition_keys": [], @@ -128697,141 +143408,206 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list versions for a package in the account", - "privilege": "ListPackageVersions", + "access_level": "Tagging", + "description": "Grants permission to adds to or modifies the tags of the given resource.Tags are metadata which can be used to manage a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list packages in the account", - "privilege": "ListPackages", - "resource_types": [ + "resource_type": "alarmModel" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list your policies", - "privilege": "ListPolicies", - "resource_types": [ + "resource_type": "detectorModel" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "input" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the principals associated with the specified policy", - "privilege": "ListPolicyPrincipals", + "access_level": "Tagging", + "description": "Grants permission to remove the given tags (metadata) from the resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "alarmModel" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "detectorModel" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "input" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the versions of the specified policy, and identifies the default version", - "privilege": "ListPolicyVersions", + "access_level": "Write", + "description": "Grants permission to update an alarm model", + "privilege": "UpdateAlarmModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "alarmModel*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the policies attached to the specified principal. If you use an Amazon Cognito identity, the ID needs to be in Amazon Cognito Identity format", - "privilege": "ListPrincipalPolicies", + "access_level": "Write", + "description": "Grants permission to update a detector model", + "privilege": "UpdateDetectorModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "detectorModel*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the things associated with the specified principal", - "privilege": "ListPrincipalThings", + "access_level": "Write", + "description": "Grants permission to update an input", + "privilege": "UpdateInput", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "input*" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of fleet provisioning template versions", - "privilege": "ListProvisioningTemplateVersions", + "access_level": "Write", + "description": "Grants permission to update input routing", + "privilege": "UpdateInputRouting", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "provisioningtemplate*" + "resource_type": "input*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:iotevents:${Region}:${Account}:detectorModel/${DetectorModelName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "detectorModel" }, { - "access_level": "List", - "description": "Grants permission to list the fleet provisioning templates in your AWS account", - "privilege": "ListProvisioningTemplates", + "arn": "arn:${Partition}:iotevents:${Region}:${Account}:alarmModel/${AlarmModelName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "alarmModel" + }, + { + "arn": "arn:${Partition}:iotevents:${Region}:${Account}:input/${InputName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "input" + } + ], + "service_name": "AWS IoT Events" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters actions by the tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "iotfleethub", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create an application", + "privilege": "CreateApplication", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "sso:CreateManagedApplicationInstance", + "sso:DescribeRegisteredRegions" + ], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list related resources for a single audit finding", - "privilege": "ListRelatedResourcesForAuditFinding", + "access_level": "Write", + "description": "Grants permission to delete an application", + "privilege": "DeleteApplication", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "sso:DeleteManagedApplicationInstance" + ], + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the retained messages for your account", - "privilege": "ListRetainedMessages", + "access_level": "Read", + "description": "Grants permission to describe an application", + "privilege": "DescribeApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { "access_level": "List", - "description": "Grants permission to list role aliases", - "privilege": "ListRoleAliases", + "description": "Grants permission to list all applications", + "privilege": "ListApplications", "resource_types": [ { "condition_keys": [], @@ -128841,378 +143617,353 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all of your scheduled audits", - "privilege": "ListScheduledAudits", + "access_level": "Read", + "description": "Grants permission to list all tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application" } ] }, { - "access_level": "List", - "description": "Grants permission to list the Device Defender security profiles you have created", - "privilege": "ListSecurityProfiles", + "access_level": "Tagging", + "description": "Grants permission to tag a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "custommetric" + "resource_type": "application" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "dimension" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the Device Defender security profiles attached to a target", - "privilege": "ListSecurityProfilesForTarget", + "access_level": "Tagging", + "description": "Grants permission to untag a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thinggroup" + "resource_type": "application" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the streams in your account", - "privilege": "ListStreams", + "access_level": "Write", + "description": "Grants permission to update an application", + "privilege": "UpdateApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:iotfleethub:${Region}:${Account}:application/${ApplicationId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "application" + } + ], + "service_name": "AWS IoT Fleet Hub for Device Management" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request", + "type": "String" }, { - "access_level": "Read", - "description": "Grants permission to list all tags for a given resource", - "privilege": "ListTagsForResource", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" + }, + { + "condition": "iotfleetwise:DestinationArn", + "description": "Filters access by campaign destination ARN, eg. an S3 bucket ARN or a Timestream ARN", + "type": "ARN" + }, + { + "condition": "iotfleetwise:UpdateToDecoderManifestArn", + "description": "Filters access by a list of IoT FleetWise Decoder Manifest ARNs", + "type": "ARN" + }, + { + "condition": "iotfleetwise:UpdateToModelManifestArn", + "description": "Filters access by a list of IoT FleetWise Model Manifest ARNs", + "type": "ARN" + } + ], + "prefix": "iotfleetwise", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to associate the given vehicle to a fleet", + "privilege": "AssociateVehicleFleet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "authorizer" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "billinggroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "cacert" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "custommetric" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dimension" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "domainconfiguration" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dynamicthinggroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "fleetmetric" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "job" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "jobtemplate" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "mitigationaction" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "otaupdate" + "resource_type": "fleet*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy" - }, + "resource_type": "vehicle*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a batch of vehicles", + "privilege": "BatchCreateVehicle", + "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "provisioningtemplate" + "dependent_actions": [ + "iot:CreateThing", + "iot:DescribeThing" + ], + "resource_type": "decodermanifest*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "rolealias" + "resource_type": "modelmanifest*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule" + "resource_type": "vehicle*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "scheduledaudit" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a batch of vehicles", + "privilege": "BatchUpdateVehicle", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "securityprofile" + "resource_type": "vehicle*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream" + "resource_type": "decodermanifest" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "thinggroup" + "resource_type": "modelmanifest" }, { - "condition_keys": [], + "condition_keys": [ + "iotfleetwise:UpdateToModelManifestArn", + "iotfleetwise:UpdateToDecoderManifestArn" + ], "dependent_actions": [], - "resource_type": "thingtype" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list targets for the specified policy", - "privilege": "ListTargetsForPolicy", + "access_level": "Write", + "description": "Grants permission to create a campaign", + "privilege": "CreateCampaign", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list the targets associated with a given Device Defender security profile", - "privilege": "ListTargetsForSecurityProfile", - "resource_types": [ + "resource_type": "campaign*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "securityprofile*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list all thing groups", - "privilege": "ListThingGroups", - "resource_types": [ + "resource_type": "fleet*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list thing groups to which the specified thing belongs", - "privilege": "ListThingGroupsForThing", - "resource_types": [ + "resource_type": "signalcatalog*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list the principals associated with the specified thing", - "privilege": "ListThingPrincipals", - "resource_types": [ + "resource_type": "vehicle*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "iotfleetwise:DestinationArn" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list information about bulk thing registration tasks", - "privilege": "ListThingRegistrationTaskReports", + "access_level": "Write", + "description": "Grants permission to create a decoder manifest for an existing model", + "privilege": "CreateDecoderManifest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list bulk thing registration tasks", - "privilege": "ListThingRegistrationTasks", - "resource_types": [ + "resource_type": "decodermanifest*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list all thing types", - "privilege": "ListThingTypes", - "resource_types": [ + "resource_type": "modelmanifest*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all things", - "privilege": "ListThings", + "access_level": "Write", + "description": "Grants permission to create a fleet", + "privilege": "CreateFleet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list all things in the specified billing group", - "privilege": "ListThingsInBillingGroup", - "resource_types": [ + "resource_type": "fleet*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "billinggroup*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list all things in the specified thing group", - "privilege": "ListThingsInThingGroup", - "resource_types": [ + "resource_type": "signalcatalog*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "thinggroup*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all TopicRuleDestinations", - "privilege": "ListTopicRuleDestinations", + "access_level": "Write", + "description": "Grants permission to create a model manifest definition", + "privilege": "CreateModelManifest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list the rules for the specific topic", - "privilege": "ListTopicRules", - "resource_types": [ + "resource_type": "modelmanifest*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list tunnels", - "privilege": "ListTunnels", - "resource_types": [ + "resource_type": "signalcatalog*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the v2 logging levels", - "privilege": "ListV2LoggingLevels", + "access_level": "Write", + "description": "Grants permission to create a signal catalog", + "privilege": "CreateSignalCatalog", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "signalcatalog*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the Device Defender security profile violations discovered during the given time period", - "privilege": "ListViolationEvents", + "access_level": "Write", + "description": "Grants permission to create a vehicle", + "privilege": "CreateVehicle", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "iot:CreateThing", + "iot:DescribeThing" + ], + "resource_type": "decodermanifest*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "securityprofile" + "resource_type": "modelmanifest*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to open a tunnel", - "privilege": "OpenTunnel", - "resource_types": [ + "resource_type": "vehicle*" + }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "iot:ThingGroupArn", - "iot:TunnelDestinationService" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -129221,248 +143972,249 @@ }, { "access_level": "Write", - "description": "Grants permission to publish to the specified topic", - "privilege": "Publish", + "description": "Grants permission to delete a campaign", + "privilege": "DeleteCampaign", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "topic*" + "resource_type": "campaign*" } ] }, { "access_level": "Write", - "description": "Grants permission to put verification state on a violation", - "privilege": "PutVerificationStateOnViolation", + "description": "Grants permission to delete the given decoder manifest", + "privilege": "DeleteDecoderManifest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "decodermanifest*" } ] }, { "access_level": "Write", - "description": "Grants permission to receive from the specified topic", - "privilege": "Receive", + "description": "Grants permission to delete a fleet", + "privilege": "DeleteFleet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "topic*" + "resource_type": "fleet*" } ] }, { "access_level": "Write", - "description": "Grants permission to register a CA certificate with AWS IoT", - "privilege": "RegisterCACertificate", + "description": "Grants permission to delete the given model manifest", + "privilege": "DeleteModelManifest", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "modelmanifest*" } ] }, { "access_level": "Write", - "description": "Grants permission to register a device certificate with AWS IoT", - "privilege": "RegisterCertificate", + "description": "Grants permission to delete a specific signal catalog", + "privilege": "DeleteSignalCatalog", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "signalcatalog*" } ] }, { "access_level": "Write", - "description": "Grants permission to register a device certificate with AWS IoT without a registered CA (certificate authority)", - "privilege": "RegisterCertificateWithoutCA", + "description": "Grants permission to delete a vehicle", + "privilege": "DeleteVehicle", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "vehicle*" } ] }, { "access_level": "Write", - "description": "Grants permission to register your thing", - "privilege": "RegisterThing", + "description": "Grants permission to disassociate a vehicle from an existing fleet", + "privilege": "DisassociateVehicleFleet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "fleet*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "vehicle*" } ] }, { - "access_level": "Write", - "description": "Grants permission to reject a pending certificate transfer", - "privilege": "RejectCertificateTransfer", + "access_level": "Read", + "description": "Grants permission to get summary information for a given campaign", + "privilege": "GetCampaign", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cert*" + "resource_type": "campaign*" } ] }, { - "access_level": "Write", - "description": "Grants permission to remove thing from the specified billing group", - "privilege": "RemoveThingFromBillingGroup", + "access_level": "Read", + "description": "Grants permission to get summary information for a given decoder manifest definition", + "privilege": "GetDecoderManifest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "billinggroup*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "thing*" + "resource_type": "decodermanifest*" } ] }, { - "access_level": "Write", - "description": "Grants permission to remove thing from the specified thing group", - "privilege": "RemoveThingFromThingGroup", + "access_level": "Read", + "description": "Grants permission to get KMS-based encryption status for the AWS account", + "privilege": "GetEncryptionConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get summary information for a fleet", + "privilege": "GetFleet", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thinggroup*" + "resource_type": "fleet*" } ] }, { - "access_level": "Write", - "description": "Grants permission to replace the specified rule", - "privilege": "ReplaceTopicRule", + "access_level": "Read", + "description": "Grants permission to get the logging options for the AWS account", + "privilege": "GetLoggingOptions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to publish a retained message to the specified topic", - "privilege": "RetainPublish", + "access_level": "Read", + "description": "Grants permission to get summary information for a given model manifest definition", + "privilege": "GetModelManifest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "topic*" + "resource_type": "modelmanifest*" } ] }, { - "access_level": "Write", - "description": "Grants permission to rotate the access token of a tunnel", - "privilege": "RotateTunnelAccessToken", + "access_level": "Read", + "description": "Grants permission to get the account registration status with IoT FleetWise", + "privilege": "GetRegisterAccountStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "tunnel*" - }, - { - "condition_keys": [ - "iot:ThingGroupArn", - "iot:TunnelDestinationService", - "iot:ClientMode" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to search IoT fleet index", - "privilege": "SearchIndex", + "description": "Grants permission to get summary information for a specific signal catalog", + "privilege": "GetSignalCatalog", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "signalcatalog*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to set the default authorizer. This will be used if a websocket connection is made without specifying an authorizer", - "privilege": "SetDefaultAuthorizer", + "access_level": "Read", + "description": "Grants permission to get summary information for a vehicle", + "privilege": "GetVehicle", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "authorizer*" + "resource_type": "vehicle*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to set the specified version of the specified policy as the policy's default (operative) version", - "privilege": "SetDefaultPolicyVersion", + "access_level": "Read", + "description": "Grants permission to get the status of the campaigns running on a specific vehicle", + "privilege": "GetVehicleStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" + "resource_type": "vehicle*" } ] }, { "access_level": "Write", - "description": "Grants permission to set the logging options", - "privilege": "SetLoggingOptions", + "description": "Grants permission to import an existing decoder manifest", + "privilege": "ImportDecoderManifest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "decodermanifest*" } ] }, { "access_level": "Write", - "description": "Grants permission to set the v2 logging level", - "privilege": "SetV2LoggingLevel", + "description": "Grants permission to create a signal catalog by importing existing definitions", + "privilege": "ImportSignalCatalog", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "signalcatalog*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to set the v2 logging options", - "privilege": "SetV2LoggingOptions", + "access_level": "Read", + "description": "Grants permission to list campaigns", + "privilege": "ListCampaigns", "resource_types": [ { "condition_keys": [], @@ -129472,33 +144224,33 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to start a task that applies a set of mitigation actions to the specified target", - "privilege": "StartAuditMitigationActionsTask", + "access_level": "List", + "description": "Grants permission to list network interfaces associated to the existing decoder manifest", + "privilege": "ListDecoderManifestNetworkInterfaces", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "decodermanifest*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start a Device Defender ML Detect mitigation actions task", - "privilege": "StartDetectMitigationActionsTask", + "access_level": "List", + "description": "Grants permission to list decoder manifest signals", + "privilege": "ListDecoderManifestSignals", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "securityprofile" + "resource_type": "decodermanifest*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start an on-demand Device Defender audit", - "privilege": "StartOnDemandAuditTask", + "access_level": "Read", + "description": "Grants permission to list all decoder manifests, with an optional filter on model manifest", + "privilege": "ListDecoderManifests", "resource_types": [ { "condition_keys": [], @@ -129508,9 +144260,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to start a bulk thing registration task", - "privilege": "StartThingRegistrationTask", + "access_level": "Read", + "description": "Grants permission to list all fleets", + "privilege": "ListFleets", "resource_types": [ { "condition_keys": [], @@ -129520,314 +144272,243 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to stop a bulk thing registration task", - "privilege": "StopThingRegistrationTask", + "access_level": "Read", + "description": "Grants permission to list all the fleets that the given vehicle is associated with", + "privilege": "ListFleetsForVehicle", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "vehicle*" } ] }, { - "access_level": "Write", - "description": "Grants permission to subscribe to the specified TopicFilter", - "privilege": "Subscribe", + "access_level": "List", + "description": "Grants permission to list all nodes for the given model manifest", + "privilege": "ListModelManifestNodes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "topicfilter*" + "resource_type": "modelmanifest*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a specified resource", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to list all model manifests, with an optional filter on signal catalog", + "privilege": "ListModelManifests", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "authorizer" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "billinggroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "cacert" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "custommetric" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dimension" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "domainconfiguration" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dynamicthinggroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "fleetmetric" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "job" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "jobtemplate" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "mitigationaction" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "otaupdate" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "package" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "packageversion" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "policy" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list all nodes for a given signal catalog", + "privilege": "ListSignalCatalogNodes", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "provisioningtemplate" - }, + "resource_type": "signalcatalog*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list all signal catalogs", + "privilege": "ListSignalCatalogs", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rolealias" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list tags for a resource", + "privilege": "ListTagsForResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule" + "resource_type": "campaign" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "scheduledaudit" + "resource_type": "decodermanifest" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "securityprofile" + "resource_type": "fleet" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream" + "resource_type": "modelmanifest" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "thinggroup" + "resource_type": "signalcatalog" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "thingtype" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "vehicle" } ] }, { "access_level": "Read", - "description": "Grants permission to test the policies evaluation for group policies", - "privilege": "TestAuthorization", + "description": "Grants permission to list all vehicles, with an optional filter on model manifest", + "privilege": "ListVehicles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cert" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to test invoke the specified custom authorizer for testing purposes", - "privilege": "TestInvokeAuthorizer", + "description": "Grants permission to list vehicles in the given fleet", + "privilege": "ListVehiclesInFleet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "authorizer*" + "resource_type": "fleet*" } ] }, { "access_level": "Write", - "description": "Grants permission to transfer the specified certificate to the specified AWS account", - "privilege": "TransferCertificate", + "description": "Grants permission to enable or disable KMS-based encryption for the AWS account", + "privilege": "PutEncryptionConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cert*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag a specified resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to put the logging options for the AWS account", + "privilege": "PutLoggingOptions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "authorizer" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "billinggroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "cacert" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "custommetric" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dimension" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "domainconfiguration" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dynamicthinggroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "fleetmetric" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "job" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to register an AWS account to IoT FleetWise", + "privilege": "RegisterAccount", + "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "jobtemplate" - }, + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to add tags to a resource", + "privilege": "TagResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "mitigationaction" + "resource_type": "campaign" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "otaupdate" + "resource_type": "decodermanifest" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "package" + "resource_type": "fleet" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "packageversion" + "resource_type": "modelmanifest" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy" + "resource_type": "signalcatalog" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "provisioningtemplate" + "resource_type": "vehicle" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "rolealias" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to remove tags from a resource", + "privilege": "UntagResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rule" + "resource_type": "campaign" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "scheduledaudit" + "resource_type": "decodermanifest" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "securityprofile" + "resource_type": "fleet" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream" + "resource_type": "modelmanifest" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "thinggroup" + "resource_type": "signalcatalog" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "thingtype" + "resource_type": "vehicle" }, { "condition_keys": [ @@ -129840,730 +144521,728 @@ }, { "access_level": "Write", - "description": "Grants permission to configure or reconfigure the Device Defender audit settings for this account", - "privilege": "UpdateAccountAuditConfiguration", + "description": "Grants permission to update the given campaign", + "privilege": "UpdateCampaign", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "campaign*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a Device Defender audit suppression", - "privilege": "UpdateAuditSuppression", + "description": "Grants permission to update a decoder manifest defnition", + "privilege": "UpdateDecoderManifest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "decodermanifest*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an authorizer", - "privilege": "UpdateAuthorizer", + "description": "Grants permission to update the fleet", + "privilege": "UpdateFleet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "authorizer*" + "resource_type": "fleet*" } ] }, { "access_level": "Write", - "description": "Grants permission to update information associated with the specified billing group", - "privilege": "UpdateBillingGroup", + "description": "Grants permission to update the given model manifest definition", + "privilege": "UpdateModelManifest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "billinggroup*" + "resource_type": "modelmanifest*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a registered CA certificate", - "privilege": "UpdateCACertificate", + "description": "Grants permission to update a specific signal catalog definition", + "privilege": "UpdateSignalCatalog", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "cacert*" + "dependent_actions": [], + "resource_type": "signalcatalog*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the status of the specified certificate. This operation is idempotent", - "privilege": "UpdateCertificate", + "description": "Grants permission to update the vehicle", + "privilege": "UpdateVehicle", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cert*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update the specified custom metric", - "privilege": "UpdateCustomMetric", - "resource_types": [ + "resource_type": "vehicle*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "custommetric*" + "resource_type": "decodermanifest" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "modelmanifest" + }, + { + "condition_keys": [ + "iotfleetwise:UpdateToModelManifestArn", + "iotfleetwise:UpdateToDecoderManifestArn" + ], + "dependent_actions": [], + "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:iotfleetwise:${Region}:${Account}:campaign/${CampaignName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "campaign" }, { - "access_level": "Write", - "description": "Grants permission to update the definition for a dimension", - "privilege": "UpdateDimension", + "arn": "arn:${Partition}:iotfleetwise:${Region}:${Account}:decoder-manifest/${Name}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "decodermanifest" + }, + { + "arn": "arn:${Partition}:iotfleetwise:${Region}:${Account}:fleet/${FleetId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "fleet" + }, + { + "arn": "arn:${Partition}:iotfleetwise:${Region}:${Account}:model-manifest/${Name}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "modelmanifest" + }, + { + "arn": "arn:${Partition}:iotfleetwise:${Region}:${Account}:signal-catalog/${Name}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "signalcatalog" + }, + { + "arn": "arn:${Partition}:iotfleetwise:${Region}:${Account}:vehicle/${VehicleId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "vehicle" + } + ], + "service_name": "AWS IoT FleetWise" + }, + { + "conditions": [ + { + "condition": "iot:JobId", + "description": "Filters access by jobId for iotjobsdata:DescribeJobExecution and iotjobsdata:UpdateJobExecution APIs", + "type": "String" + } + ], + "prefix": "iotjobsdata", + "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to describe a job execution", + "privilege": "DescribeJobExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dimension*" + "resource_type": "thing*" + }, + { + "condition_keys": [ + "iot:JobId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a domain configuration", - "privilege": "UpdateDomainConfiguration", + "access_level": "Read", + "description": "Grants permission to get the list of all jobs for a thing that are not in a terminal state", + "privilege": "GetPendingJobExecutions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domainconfiguration*" + "resource_type": "thing*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a Dynamic Thing Group", - "privilege": "UpdateDynamicThingGroup", + "description": "Grants permission to get and start the next pending job execution for a thing", + "privilege": "StartNextPendingJobExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dynamicthinggroup*" + "resource_type": "thing*" } ] }, { "access_level": "Write", - "description": "Grants permission to update event configurations", - "privilege": "UpdateEventConfigurations", + "description": "Grants permission to update a job execution", + "privilege": "UpdateJobExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "thing*" + }, + { + "condition_keys": [ + "iot:JobId" + ], + "dependent_actions": [], "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:iot:${Region}:${Account}:thing/${ThingName}", + "condition_keys": [], + "resource": "thing" + } + ], + "service_name": "AWS IoT Jobs DataPlane" + }, + { + "conditions": [ + { + "condition": "iotroborunner:DestinationResourceId", + "description": "Filters access by the destination's identifier", + "type": "String" + }, + { + "condition": "iotroborunner:SiteResourceId", + "description": "Filters access by the site's identifier", + "type": "String" + }, + { + "condition": "iotroborunner:WorkerFleetResourceId", + "description": "Filters access by the worker fleet's identifier", + "type": "String" }, + { + "condition": "iotroborunner:WorkerResourceId", + "description": "Filters access by the workers identifier", + "type": "String" + } + ], + "prefix": "iotroborunner", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to update a fleet metric", - "privilege": "UpdateFleetMetric", + "description": "Grants permission to create a destination", + "privilege": "CreateDestination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleetmetric*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index*" + "resource_type": "SiteResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to update fleet indexing configuration", - "privilege": "UpdateIndexingConfiguration", + "description": "Grants permission to create a site", + "privilege": "CreateSite", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "iam:CreateServiceLinkedRole" + ], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a job", - "privilege": "UpdateJob", + "description": "Grants permission to create a worker", + "privilege": "CreateWorker", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "job*" + "resource_type": "WorkerFleetResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the definition for the specified mitigation action", - "privilege": "UpdateMitigationAction", + "description": "Grants permission to create a worker fleet", + "privilege": "CreateWorkerFleet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "mitigationaction*" + "resource_type": "SiteResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a package", - "privilege": "UpdatePackage", + "description": "Grants permission to delete a destination", + "privilege": "DeleteDestination", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iot:GetIndexingConfiguration" - ], - "resource_type": "package*" + "dependent_actions": [], + "resource_type": "DestinationResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the package configuration of the account", - "privilege": "UpdatePackageConfiguration", + "description": "Grants permission to delete a site", + "privilege": "DeleteSite", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "SiteResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the version of the specified package", - "privilege": "UpdatePackageVersion", + "description": "Grants permission to delete a worker", + "privilege": "DeleteWorker", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "iot:GetIndexingConfiguration" - ], - "resource_type": "package*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "packageversion*" + "resource_type": "WorkerResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a fleet provisioning template", - "privilege": "UpdateProvisioningTemplate", + "description": "Grants permission to delete a worker fleet", + "privilege": "DeleteWorkerFleet", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "provisioningtemplate*" + "dependent_actions": [], + "resource_type": "WorkerFleetResource*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the role alias", - "privilege": "UpdateRoleAlias", + "access_level": "Read", + "description": "Grants permission to get a destination", + "privilege": "GetDestination", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "rolealias*" + "dependent_actions": [], + "resource_type": "DestinationResource*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a scheduled audit, including what checks are performed and how often the audit takes place", - "privilege": "UpdateScheduledAudit", + "access_level": "Read", + "description": "Grants permission to get a site", + "privilege": "GetSite", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "scheduledaudit*" + "resource_type": "SiteResource*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a Device Defender security profile", - "privilege": "UpdateSecurityProfile", + "access_level": "Read", + "description": "Grants permission to get a worker", + "privilege": "GetWorker", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "securityprofile*" - }, + "resource_type": "WorkerResource*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a worker fleet", + "privilege": "GetWorkerFleet", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "custommetric" - }, + "resource_type": "WorkerFleetResource*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list destinations", + "privilege": "ListDestinations", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dimension" + "resource_type": "SiteResource*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the data for a stream", - "privilege": "UpdateStream", + "access_level": "Read", + "description": "Grants permission to list sites", + "privilege": "ListSites", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update information associated with the specified thing", - "privilege": "UpdateThing", + "access_level": "Read", + "description": "Grants permission to list worker fleets", + "privilege": "ListWorkerFleets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" + "resource_type": "SiteResource*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update information associated with the specified thing group", - "privilege": "UpdateThingGroup", + "access_level": "Read", + "description": "Grants permission to list workers", + "privilege": "ListWorkers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thinggroup*" + "resource_type": "SiteResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the thing groups to which the thing belongs", - "privilege": "UpdateThingGroupsForThing", + "description": "Grants permission to update a destination", + "privilege": "UpdateDestination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "thinggroup" + "resource_type": "DestinationResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the thing shadow", - "privilege": "UpdateThingShadow", + "description": "Grants permission to update a site", + "privilege": "UpdateSite", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" + "resource_type": "SiteResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a TopicRuleDestination", - "privilege": "UpdateTopicRuleDestination", + "description": "Grants permission to update a worker", + "privilege": "UpdateWorker", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "destination*" + "resource_type": "WorkerResource*" } ] }, { - "access_level": "Read", - "description": "Grants permission to validate a Device Defender security profile behaviors specification", - "privilege": "ValidateSecurityProfileBehaviors", + "access_level": "Write", + "description": "Grants permission to update a worker fleet", + "privilege": "UpdateWorkerFleet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "WorkerFleetResource*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:iot:${Region}:${Account}:client/${ClientId}", - "condition_keys": [], - "resource": "client" - }, - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:index/${IndexName}", - "condition_keys": [], - "resource": "index" - }, - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:fleetmetric/${FleetMetricName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "fleetmetric" - }, - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:job/${JobId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "job" - }, - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:jobtemplate/${JobTemplateId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "jobtemplate" - }, - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:tunnel/${TunnelId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "tunnel" - }, - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:thing/${ThingName}", - "condition_keys": [], - "resource": "thing" - }, - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:thinggroup/${ThingGroupName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "thinggroup" - }, - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:billinggroup/${BillingGroupName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "billinggroup" - }, - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:thinggroup/${ThingGroupName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "dynamicthinggroup" - }, - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:thingtype/${ThingTypeName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "thingtype" - }, - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:topic/${TopicName}", - "condition_keys": [], - "resource": "topic" - }, - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:topicfilter/${TopicFilter}", - "condition_keys": [], - "resource": "topicfilter" - }, - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:rolealias/${RoleAlias}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "rolealias" - }, - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:authorizer/${AuthorizerName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "authorizer" - }, - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:policy/${PolicyName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "policy" - }, - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:cert/${Certificate}", - "condition_keys": [], - "resource": "cert" - }, - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:cacert/${CACertificate}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "cacert" - }, - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:stream/${StreamId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "stream" - }, - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:otaupdate/${OtaUpdateId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "otaupdate" - }, - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:scheduledaudit/${ScheduleName}", + "arn": "arn:${Partition}:iotroborunner:${Region}:${Account}:site/${SiteId}/destination/${DestinationId}", "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "iotroborunner:DestinationResourceId" ], - "resource": "scheduledaudit" + "resource": "DestinationResource" }, { - "arn": "arn:${Partition}:iot:${Region}:${Account}:mitigationaction/${MitigationActionName}", + "arn": "arn:${Partition}:iotroborunner:${Region}:${Account}:site/${SiteId}", "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "iotroborunner:SiteResourceId" ], - "resource": "mitigationaction" + "resource": "SiteResource" }, { - "arn": "arn:${Partition}:iot:${Region}:${Account}:securityprofile/${SecurityProfileName}", + "arn": "arn:${Partition}:iotroborunner:${Region}:${Account}:site/${SiteId}/worker-fleet/${WorkerFleetId}", "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "iotroborunner:WorkerFleetResourceId" ], - "resource": "securityprofile" + "resource": "WorkerFleetResource" }, { - "arn": "arn:${Partition}:iot:${Region}:${Account}:custommetric/${MetricName}", + "arn": "arn:${Partition}:iotroborunner:${Region}:${Account}:site/${SiteId}/worker-fleet/${WorkerFleetId}/worker/${WorkerId}", "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "iotroborunner:WorkerResourceId" ], - "resource": "custommetric" + "resource": "WorkerResource" + } + ], + "service_name": "AWS IoT RoboRunner" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tag key-value pairs in the request", + "type": "String" }, { - "arn": "arn:${Partition}:iot:${Region}:${Account}:dimension/${DimensionName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "dimension" + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags attached to the resource", + "type": "String" }, { - "arn": "arn:${Partition}:iot:${Region}:${Account}:rule/${RuleName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "rule" + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys in the request", + "type": "ArrayOfString" }, { - "arn": "arn:${Partition}:iot:${Region}:${Account}:destination/${DestinationType}/${Uuid}", - "condition_keys": [], - "resource": "destination" + "condition": "iotsitewise:assetHierarchyPath", + "description": "Filters access by an asset hierarchy path, which is the string of asset IDs in the asset's hierarchy, each separated by a forward slash", + "type": "String" }, { - "arn": "arn:${Partition}:iot:${Region}:${Account}:provisioningtemplate/${ProvisioningTemplate}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "provisioningtemplate" + "condition": "iotsitewise:childAssetId", + "description": "Filters access by the ID of a child asset being associated whith a parent asset", + "type": "String" }, { - "arn": "arn:${Partition}:iot:${Region}:${Account}:domainconfiguration/${DomainConfigurationName}/${Id}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "domainconfiguration" + "condition": "iotsitewise:group", + "description": "Filters access by the ID of an AWS Single Sign-On group", + "type": "String" }, { - "arn": "arn:${Partition}:iot:${Region}:${Account}:package/${PackageName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "package" + "condition": "iotsitewise:iam", + "description": "Filters access by the ID of an AWS IAM identity", + "type": "String" }, { - "arn": "arn:${Partition}:iot:${Region}:${Account}:package/${PackageName}/version/${VersionName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "packageversion" + "condition": "iotsitewise:isAssociatedWithAssetProperty", + "description": "Filters access by data streams associated with or not associated with asset properties", + "type": "String" + }, + { + "condition": "iotsitewise:portal", + "description": "Filters access by the ID of a portal", + "type": "String" + }, + { + "condition": "iotsitewise:project", + "description": "Filters access by the ID of a project", + "type": "String" + }, + { + "condition": "iotsitewise:propertyAlias", + "description": "Filters access by the property alias", + "type": "String" + }, + { + "condition": "iotsitewise:propertyId", + "description": "Filters access by the ID of an asset property", + "type": "String" + }, + { + "condition": "iotsitewise:user", + "description": "Filters access by the ID of an AWS Single Sign-On user", + "type": "String" } ], - "service_name": "AWS IoT" - }, - { - "conditions": [], - "prefix": "iot-device-tester", + "prefix": "iotsitewise", "privileges": [ { - "access_level": "Read", - "description": "Grants permission to IoT Device Tester to check if a given set of product, test suite and device tester version are compatible", - "privilege": "CheckVersion", + "access_level": "Write", + "description": "Grants permission to associate a child asset with a parent asset through a hierarchy", + "privilege": "AssociateAssets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "asset*" } ] }, { - "access_level": "Read", - "description": "Grants permission to IoT Device Tester to download compatible test suite versions", - "privilege": "DownloadTestSuite", + "access_level": "Write", + "description": "Grants permission to associate a time series with an asset property", + "privilege": "AssociateTimeSeriesToAssetProperty", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "asset*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "time-series*" } ] }, { - "access_level": "Read", - "description": "Grants permission to IoT Device Tester to get information on latest version of device tester available", - "privilege": "LatestIdt", + "access_level": "Write", + "description": "Grants permission to associate assets to a project", + "privilege": "BatchAssociateProjectAssets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { "access_level": "Write", - "description": "Grants permission to IoT Device Tester to send usage metrics on your behalf", - "privilege": "SendMetrics", + "description": "Grants permission to disassociate assets from a project", + "privilege": "BatchDisassociateProjectAssets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { "access_level": "Read", - "description": "Grants permission to IoT Device Tester to get list of supported products and test suite versions", - "privilege": "SupportedVersion", + "description": "Grants permission to retrieve computed aggregates for multiple asset properties", + "privilege": "BatchGetAssetPropertyAggregates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "asset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "time-series" } ] - } - ], - "resources": [], - "service_name": "AWS IoT Device Tester" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters actions based on the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on the tags associated with the resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters actions based on the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "iot1click", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to associate a device to a placement", - "privilege": "AssociateDeviceWithPlacement", + "access_level": "Read", + "description": "Grants permission to retrieve the latest value for multiple asset properties", + "privilege": "BatchGetAssetPropertyValue", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "asset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "time-series" } ] }, { "access_level": "Read", - "description": "Grants permission to claim a batch of devices with a claim code", - "privilege": "ClaimDevicesByClaimCode", + "description": "Grants permission to retrieve the value history for multiple asset properties", + "privilege": "BatchGetAssetPropertyValueHistory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "asset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "time-series" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new placement in a project", - "privilege": "CreatePlacement", + "description": "Grants permission to put property values for asset properties", + "privilege": "BatchPutAssetPropertyValue", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "asset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "time-series" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new project", - "privilege": "CreateProject", + "description": "Grants permission to create an access policy for a portal or a project", + "privilege": "CreateAccessPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "portal" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "project" }, { "condition_keys": [ @@ -130577,85 +145256,125 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a placement from a project", - "privilege": "DeletePlacement", + "description": "Grants permission to create an asset from an asset model", + "privilege": "CreateAsset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "asset-model*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a project", - "privilege": "DeleteProject", + "description": "Grants permission to create an asset model", + "privilege": "CreateAssetModel", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a device", - "privilege": "DescribeDevice", + "access_level": "Write", + "description": "Grants permission to create an asset model composite model inside an asset model", + "privilege": "CreateAssetModelCompositeModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" + "resource_type": "asset-model*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a placement", - "privilege": "DescribePlacement", + "access_level": "Write", + "description": "Grants permission to create bulk import job", + "privilege": "CreateBulkImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a project", - "privilege": "DescribeProject", + "access_level": "Write", + "description": "Grants permission to create a dashboard in a project", + "privilege": "CreateDashboard", "resource_types": [ { "condition_keys": [], "dependent_actions": [], "resource_type": "project*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate a device from a placement", - "privilege": "DisassociateDeviceFromPlacement", + "description": "Grants permission to create a gateway", + "privilege": "CreateGateway", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to finalize a device claim", - "privilege": "FinalizeDeviceClaim", + "access_level": "Write", + "description": "Grants permission to create a portal", + "privilege": "CreatePortal", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "sso:CreateManagedApplicationInstance", + "sso:DescribeRegisteredRegions" + ], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a project in a portal", + "privilege": "CreateProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" + "resource_type": "portal*" }, { "condition_keys": [ @@ -130668,359 +145387,326 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get available methods of a device", - "privilege": "GetDeviceMethods", + "access_level": "Write", + "description": "Grants permission to delete an access policy", + "privilege": "DeleteAccessPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" + "resource_type": "access-policy*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get devices associated to a placement", - "privilege": "GetDevicesInPlacement", + "access_level": "Write", + "description": "Grants permission to delete an asset", + "privilege": "DeleteAsset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "asset*" } ] }, { - "access_level": "Read", - "description": "Grants permission to initialize a device claim", - "privilege": "InitiateDeviceClaim", + "access_level": "Write", + "description": "Grants permission to delete an asset model", + "privilege": "DeleteAssetModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" + "resource_type": "asset-model*" } ] }, { "access_level": "Write", - "description": "Grants permission to invoke a device method", - "privilege": "InvokeDeviceMethod", + "description": "Grants permission to delete an asset model composite model", + "privilege": "DeleteAssetModelCompositeModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" + "resource_type": "asset-model*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list past events published by a device", - "privilege": "ListDeviceEvents", + "access_level": "Write", + "description": "Grants permission to delete a dashboard", + "privilege": "DeleteDashboard", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" + "resource_type": "dashboard*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all devices", - "privilege": "ListDevices", + "access_level": "Write", + "description": "Grants permission to delete a gateway", + "privilege": "DeleteGateway", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "gateway*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list placements in a project", - "privilege": "ListPlacements", + "access_level": "Write", + "description": "Grants permission to delete a portal", + "privilege": "DeletePortal", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "project*" + "dependent_actions": [ + "sso:DeleteManagedApplicationInstance" + ], + "resource_type": "portal*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all projects", - "privilege": "ListProjects", + "access_level": "Write", + "description": "Grants permission to delete a project", + "privilege": "DeleteProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Read", - "description": "Grants permission to lists the tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to delete a time series", + "privilege": "DeleteTimeSeries", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device" + "resource_type": "asset" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "project" + "resource_type": "time-series" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add or modify the tags of a resource", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to describe an access policy", + "privilege": "DescribeAccessPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device" - }, + "resource_type": "access-policy*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe actions", + "privilege": "DescribeAction", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "asset" } ] }, { "access_level": "Read", - "description": "Grants permission to unclaim a device", - "privilege": "UnclaimDevice", + "description": "Grants permission to describe an asset", + "privilege": "DescribeAsset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" + "resource_type": "asset*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove the given tags (metadata) from a resource", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to describe an asset composite model", + "privilege": "DescribeAssetCompositeModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device" - }, + "resource_type": "asset*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe an asset model", + "privilege": "DescribeAssetModel", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "asset-model*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update device state", - "privilege": "UpdateDeviceState", + "access_level": "Read", + "description": "Grants permission to describe an asset model composite model", + "privilege": "DescribeAssetModelCompositeModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" + "resource_type": "asset-model*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a placement", - "privilege": "UpdatePlacement", + "access_level": "Read", + "description": "Grants permission to describe an asset property", + "privilege": "DescribeAssetProperty", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "asset*" } ] }, { - "access_level": "Write", - "description": "Update a project", - "privilege": "UpdateProject", + "access_level": "Read", + "description": "Grants permission to describe bulk import job", + "privilege": "DescribeBulkImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:iot1click:${Region}:${Account}:devices/${DeviceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "device" - }, - { - "arn": "arn:${Partition}:iot1click:${Region}:${Account}:projects/${ProjectName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "project" - } - ], - "service_name": "AWS IoT 1-Click" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access based on the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access based on the presence of tag keys in the request", - "type": "ArrayOfString" }, { - "condition": "iotanalytics:ResourceTag/${TagKey}", - "description": "Filters access by the tag key-value pairs attached to the resource", - "type": "String" - } - ], - "prefix": "iotanalytics", - "privileges": [ - { - "access_level": "Write", - "description": "Puts a batch of messages into the specified channel", - "privilege": "BatchPutMessage", + "access_level": "Read", + "description": "Grants permission to describe a dashboard", + "privilege": "DescribeDashboard", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "dashboard*" } ] }, { - "access_level": "Write", - "description": "Cancels reprocessing for the specified pipeline", - "privilege": "CancelPipelineReprocessing", + "access_level": "Read", + "description": "Grants permission to describe the default encryption configuration for the AWS account", + "privilege": "DescribeDefaultEncryptionConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Creates a channel", - "privilege": "CreateChannel", + "access_level": "Read", + "description": "Grants permission to describe a gateway", + "privilege": "DescribeGateway", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "gateway*" } ] }, { - "access_level": "Write", - "description": "Creates a dataset", - "privilege": "CreateDataset", + "access_level": "Read", + "description": "Grants permission to describe a capability configuration for a gateway", + "privilege": "DescribeGatewayCapabilityConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" - }, + "resource_type": "gateway*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe logging options for the AWS account", + "privilege": "DescribeLoggingOptions", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Generates content from the specified dataset (by executing the dataset actions)", - "privilege": "CreateDatasetContent", + "access_level": "Read", + "description": "Grants permission to describe a portal", + "privilege": "DescribePortal", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "portal*" } ] }, { - "access_level": "Write", - "description": "Creates a datastore", - "privilege": "CreateDatastore", + "access_level": "Read", + "description": "Grants permission to describe a project", + "privilege": "DescribeProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore*" - }, + "resource_type": "project*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe the storage configuration for the AWS account", + "privilege": "DescribeStorageConfiguration", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Creates a pipeline", - "privilege": "CreatePipeline", + "access_level": "Read", + "description": "Grants permission to describe a time series", + "privilege": "DescribeTimeSeries", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "asset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "time-series" }, { "condition_keys": [ @@ -131034,164 +145720,194 @@ }, { "access_level": "Write", - "description": "Deletes the specified channel", - "privilege": "DeleteChannel", + "description": "Grants permission to disassociate a child asset from a parent asset by a hierarchy", + "privilege": "DisassociateAssets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "asset*" } ] }, { "access_level": "Write", - "description": "Deletes the specified dataset", - "privilege": "DeleteDataset", + "description": "Grants permission to disassociate a time series from an asset property", + "privilege": "DisassociateTimeSeriesFromAssetProperty", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "asset*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "time-series*" } ] }, { "access_level": "Write", - "description": "Deletes the content of the specified dataset", - "privilege": "DeleteDatasetContent", + "description": "Grants permission to allow IoT SiteWise integrate with other services", + "privilege": "EnableSiteWiseIntegration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Deletes the specified datastore", - "privilege": "DeleteDatastore", + "description": "Grants permission to execute actions", + "privilege": "ExecuteAction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore*" + "resource_type": "asset" } ] }, { - "access_level": "Write", - "description": "Deletes the specified pipeline", - "privilege": "DeletePipeline", + "access_level": "Read", + "description": "Grants permission to execute query", + "privilege": "ExecuteQuery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Describes the specified channel", - "privilege": "DescribeChannel", + "description": "Grants permission to retrieve computed aggregates for an asset property", + "privilege": "GetAssetPropertyAggregates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "asset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "time-series" } ] }, { "access_level": "Read", - "description": "Describes the specified dataset", - "privilege": "DescribeDataset", + "description": "Grants permission to retrieve the latest value for an asset property", + "privilege": "GetAssetPropertyValue", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "asset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "time-series" } ] }, { "access_level": "Read", - "description": "Describes the specified datastore", - "privilege": "DescribeDatastore", + "description": "Grants permission to retrieve the value history for an asset property", + "privilege": "GetAssetPropertyValueHistory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore*" + "resource_type": "asset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "time-series" } ] }, { "access_level": "Read", - "description": "Describes logging options for the the account", - "privilege": "DescribeLoggingOptions", + "description": "Grants permission to retrieve interpolated values for an asset property", + "privilege": "GetInterpolatedAssetPropertyValues", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "asset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "time-series" } ] }, { - "access_level": "Read", - "description": "Describes the specified pipeline", - "privilege": "DescribePipeline", + "access_level": "List", + "description": "Grants permission to list all access policies for an identity or a resource", + "privilege": "ListAccessPolicies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "portal" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "project" } ] }, { - "access_level": "Read", - "description": "Gets the content of the specified dataset", - "privilege": "GetDatasetContent", + "access_level": "List", + "description": "Grants permission to list all actions", + "privilege": "ListActions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "asset" } ] }, { "access_level": "List", - "description": "Lists the channels for the account", - "privilege": "ListChannels", + "description": "Grants permission to list all asset model composite models", + "privilege": "ListAssetModelCompositeModels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "asset-model*" } ] }, { "access_level": "List", - "description": "Lists information about dataset contents that have been created", - "privilege": "ListDatasetContents", + "description": "Grants permission to list asset model properties", + "privilege": "ListAssetModelProperties", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "asset-model*" } ] }, { "access_level": "List", - "description": "Lists the datasets for the account", - "privilege": "ListDatasets", + "description": "Grants permission to list all asset models", + "privilege": "ListAssetModels", "resource_types": [ { "condition_keys": [], @@ -131202,71 +145918,92 @@ }, { "access_level": "List", - "description": "Lists the datastores for the account", - "privilege": "ListDatastores", + "description": "Grants permission to list asset properties", + "privilege": "ListAssetProperties", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "asset*" } ] }, { "access_level": "List", - "description": "Lists the pipelines for the account", - "privilege": "ListPipelines", + "description": "Grants permission to list the asset relationship graph for an asset", + "privilege": "ListAssetRelationships", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "asset*" } ] }, { - "access_level": "Read", - "description": "Lists the tags (metadata) which you have assigned to the resource", - "privilege": "ListTagsForResource", + "access_level": "List", + "description": "Grants permission to list all assets", + "privilege": "ListAssets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel" - }, + "resource_type": "asset-model" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all assets associated with an asset through a hierarchy", + "privilege": "ListAssociatedAssets", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset" - }, + "resource_type": "asset*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list bulk import jobs", + "privilege": "ListBulkImportJobs", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all asset model composition relationships", + "privilege": "ListCompositionRelationships", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline" + "resource_type": "asset-model*" } ] }, { - "access_level": "Write", - "description": "Puts logging options for the the account", - "privilege": "PutLoggingOptions", + "access_level": "List", + "description": "Grants permission to list all dashboards in a project", + "privilege": "ListDashboards", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Read", - "description": "Runs the specified pipeline activity", - "privilege": "RunPipelineActivity", + "access_level": "List", + "description": "Grants permission to list all gateways", + "privilege": "ListGateways", "resource_types": [ { "condition_keys": [], @@ -131276,93 +146013,89 @@ ] }, { - "access_level": "Read", - "description": "Samples the specified channel's data", - "privilege": "SampleChannelData", + "access_level": "List", + "description": "Grants permission to list all portals", + "privilege": "ListPortals", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Starts reprocessing for the specified pipeline", - "privilege": "StartPipelineReprocessing", + "access_level": "List", + "description": "Grants permission to list all assets associated with a project", + "privilege": "ListProjectAssets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "project*" } ] }, { - "access_level": "Tagging", - "description": "Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource", - "privilege": "TagResource", + "access_level": "List", + "description": "Grants permission to list all projects in a portal", + "privilege": "ListProjects", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel" - }, + "resource_type": "portal*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list all tags for a resource", + "privilege": "ListTagsForResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset" + "resource_type": "access-policy" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore" + "resource_type": "asset" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline" + "resource_type": "asset-model" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Tagging", - "description": "Removes the given tags (metadata) from the resource", - "privilege": "UntagResource", - "resource_types": [ + "resource_type": "dashboard" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel" + "resource_type": "gateway" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset" + "resource_type": "portal" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore" + "resource_type": "project" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline" + "resource_type": "time-series" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -131370,123 +146103,102 @@ ] }, { - "access_level": "Write", - "description": "Updates the specified channel", - "privilege": "UpdateChannel", + "access_level": "List", + "description": "Grants permission to list time series", + "privilege": "ListTimeSeries", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "asset" } ] }, { "access_level": "Write", - "description": "Updates the specified dataset", - "privilege": "UpdateDataset", + "description": "Grants permission to set the default encryption configuration for the AWS account", + "privilege": "PutDefaultEncryptionConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Updates the specified datastore", - "privilege": "UpdateDatastore", + "description": "Grants permission to set logging options for the AWS account", + "privilege": "PutLoggingOptions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datastore*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Updates the specified pipeline", - "privilege": "UpdatePipeline", + "description": "Grants permission to configure storage settings for the AWS account", + "privilege": "PutStorageConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:iotanalytics:${Region}:${Account}:channel/${ChannelName}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "iotanalytics:ResourceTag/${TagKey}" - ], - "resource": "channel" - }, - { - "arn": "arn:${Partition}:iotanalytics:${Region}:${Account}:dataset/${DatasetName}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "iotanalytics:ResourceTag/${TagKey}" - ], - "resource": "dataset" - }, - { - "arn": "arn:${Partition}:iotanalytics:${Region}:${Account}:datastore/${DatastoreName}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "iotanalytics:ResourceTag/${TagKey}" - ], - "resource": "datastore" - }, - { - "arn": "arn:${Partition}:iotanalytics:${Region}:${Account}:pipeline/${PipelineName}", - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "iotanalytics:ResourceTag/${TagKey}" - ], - "resource": "pipeline" - } - ], - "service_name": "AWS IoT Analytics" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "iotdeviceadvisor", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to create a suite definition", - "privilege": "CreateSuiteDefinition", + "access_level": "Tagging", + "description": "Grants permission to tag a resource", + "privilege": "TagResource", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "access-policy" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "asset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "asset-model" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dashboard" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "gateway" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "portal" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "project" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "time-series" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -131494,212 +146206,251 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete a suite definition", - "privilege": "DeleteSuiteDefinition", + "access_level": "Tagging", + "description": "Grants permission to untag a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Suitedefinition*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get a Device Advisor endpoint", - "privilege": "GetEndpoint", - "resource_types": [ + "resource_type": "access-policy" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "asset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "asset-model" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dashboard" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "gateway" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "portal" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "project" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "time-series" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a suite definition", - "privilege": "GetSuiteDefinition", + "access_level": "Write", + "description": "Grants permission to update an access policy", + "privilege": "UpdateAccessPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Suitedefinition*" + "resource_type": "access-policy*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a suite run", - "privilege": "GetSuiteRun", + "access_level": "Write", + "description": "Grants permission to update an asset", + "privilege": "UpdateAsset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Suiterun*" + "resource_type": "asset*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the qualification report for a suite run", - "privilege": "GetSuiteRunReport", + "access_level": "Write", + "description": "Grants permission to update an asset model", + "privilege": "UpdateAssetModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Suiterun*" + "resource_type": "asset-model*" } ] }, { - "access_level": "List", - "description": "Grants permission to list suite definitions", - "privilege": "ListSuiteDefinitions", + "access_level": "Write", + "description": "Grants permission to update asset model composite model", + "privilege": "UpdateAssetModelCompositeModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "asset-model*" } ] }, { - "access_level": "List", - "description": "Grants permission to list suite runs", - "privilege": "ListSuiteRuns", + "access_level": "Write", + "description": "Grants permission to update an AssetModel property routing", + "privilege": "UpdateAssetModelPropertyRouting", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Suitedefinition*" + "resource_type": "asset-model*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the tags (metadata) assigned to a resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to update an asset property", + "privilege": "UpdateAssetProperty", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Suitedefinition" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Suiterun" + "resource_type": "asset*" } ] }, { "access_level": "Write", - "description": "Grants permission to start a suite run", - "privilege": "StartSuiteRun", + "description": "Grants permission to update a dashboard", + "privilege": "UpdateDashboard", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "dashboard*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop a suite run", - "privilege": "StopSuiteRun", + "description": "Grants permission to update a gateway", + "privilege": "UpdateGateway", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Suiterun*" + "resource_type": "gateway*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add to or modify the tags of the given resource. Tags are metadata which can be used to manage a resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to update a capability configuration for a gateway", + "privilege": "UpdateGatewayCapabilityConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Suitedefinition" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Suiterun" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "gateway*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove the given tags (metadata) from a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to update a portal", + "privilege": "UpdatePortal", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Suitedefinition" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Suiterun" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "portal*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a suite definition", - "privilege": "UpdateSuiteDefinition", + "description": "Grants permission to update a project", + "privilege": "UpdateProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Suitedefinition*" + "resource_type": "project*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:iotdeviceadvisor:${Region}:${Account}:suitedefinition/${SuiteDefinitionId}", + "arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "Suitedefinition" + "resource": "asset" }, { - "arn": "arn:${Partition}:iotdeviceadvisor:${Region}:${Account}:suiterun/${SuiteDefinitionId}/${SuiteRunId}", + "arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "Suiterun" + "resource": "asset-model" + }, + { + "arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:time-series/${TimeSeriesId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "time-series" + }, + { + "arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "gateway" + }, + { + "arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "portal" + }, + { + "arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "project" + }, + { + "arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "dashboard" + }, + { + "arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:access-policy/${AccessPolicyId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "access-policy" } ], - "service_name": "AWS IoT Core Device Advisor" + "service_name": "AWS IoT SiteWise" }, { "conditions": [ @@ -131715,357 +146466,460 @@ }, { "condition": "aws:TagKeys", - "description": "Filters actions by the tag keys in the request", + "description": "Filters access by the tag keys in the request", "type": "ArrayOfString" }, { - "condition": "iotevents:keyValue", - "description": "Filters access by the instanceId (key-value) of the message", - "type": "String" + "condition": "iottwinmaker:destinationType", + "description": "Filters access by destination type of metadata transfer job", + "type": "ArrayOfString" + }, + { + "condition": "iottwinmaker:linkedServices", + "description": "Filters access by workspace linked to services", + "type": "ArrayOfString" + }, + { + "condition": "iottwinmaker:sourceType", + "description": "Filters access by source type of metadata transfer job", + "type": "ArrayOfString" } ], - "prefix": "iotevents", + "prefix": "iottwinmaker", "privileges": [ { "access_level": "Write", - "description": "Grants permission to send one or more acknowledge action requests to AWS IoT Events", - "privilege": "BatchAcknowledgeAlarm", + "description": "Grants permission to set values for multiple time series properties", + "privilege": "BatchPutPropertyValues", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "iottwinmaker:GetComponentType", + "iottwinmaker:GetEntity", + "iottwinmaker:GetWorkspace" + ], + "resource_type": "workspace*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarmModel*" + "resource_type": "entity" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a detector instance within the AWS IoT Events system", - "privilege": "BatchDeleteDetector", + "description": "Grants permission to cancel a metadata transfer job", + "privilege": "CancelMetadataTransferJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detectorModel*" + "resource_type": "metadataTransferJob*" } ] }, { "access_level": "Write", - "description": "Grants permission to disable one or more alarm instances", - "privilege": "BatchDisableAlarm", + "description": "Grants permission to create a componentType", + "privilege": "CreateComponentType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarmModel*" + "resource_type": "workspace*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to enable one or more alarm instances", - "privilege": "BatchEnableAlarm", + "description": "Grants permission to create an entity", + "privilege": "CreateEntity", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarmModel*" + "resource_type": "workspace*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to send a set of messages to the AWS IoT Events system", - "privilege": "BatchPutMessage", + "description": "Grants permission to create a metadata transfer job", + "privilege": "CreateMetadataTransferJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to reset one or more alarm instances", - "privilege": "BatchResetAlarm", + "description": "Grants permission to create a scene", + "privilege": "CreateScene", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarmModel*" + "resource_type": "workspace*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to change one or more alarm instances to the snooze mode", - "privilege": "BatchSnoozeAlarm", + "description": "Grants permission to create a sync job", + "privilege": "CreateSyncJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarmModel*" + "resource_type": "workspace*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a detector instance within the AWS IoT Events system", - "privilege": "BatchUpdateDetector", + "description": "Grants permission to create a workspace", + "privilege": "CreateWorkspace", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "detectorModel*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an alarm model to monitor an AWS IoT Events input attribute or an AWS IoT SiteWise asset property", - "privilege": "CreateAlarmModel", + "description": "Grants permission to delete a componentType", + "privilege": "DeleteComponentType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarmModel*" + "resource_type": "componentType*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workspace*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a detector model to monitor an AWS IoT Events input attribute", - "privilege": "CreateDetectorModel", + "description": "Grants permission to delete an entity", + "privilege": "DeleteEntity", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detectorModel*" + "resource_type": "entity*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workspace*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an Input in IotEvents", - "privilege": "CreateInput", + "description": "Grants permission to delete a scene", + "privilege": "DeleteScene", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input*" + "resource_type": "scene*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workspace*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an alarm model", - "privilege": "DeleteAlarmModel", + "description": "Grants permission to delete a sync job", + "privilege": "DeleteSyncJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarmModel*" + "resource_type": "syncJob*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspace*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a detector model", - "privilege": "DeleteDetectorModel", + "description": "Grants permission to delete a workspace", + "privilege": "DeleteWorkspace", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detectorModel*" + "resource_type": "workspace*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an input", - "privilege": "DeleteInput", + "access_level": "Read", + "description": "Grants permission to execute query", + "privilege": "ExecuteQuery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input*" + "resource_type": "workspace*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about an alarm instance", - "privilege": "DescribeAlarm", + "description": "Grants permission to get a componentType", + "privilege": "GetComponentType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarmModel*" + "resource_type": "componentType*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspace*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about an alarm model", - "privilege": "DescribeAlarmModel", + "description": "Grants permission to get an entity", + "privilege": "GetEntity", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarmModel*" + "resource_type": "entity*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspace*" } ] }, { "access_level": "Read", - "description": "Grants permission to retriev information about a detector instance", - "privilege": "DescribeDetector", + "description": "Grants permission to get a metadata transfer job", + "privilege": "GetMetadataTransferJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detectorModel*" + "resource_type": "metadataTransferJob*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about a detector model", - "privilege": "DescribeDetectorModel", + "description": "Grants permission to get pricing plan", + "privilege": "GetPricingPlan", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detectorModel*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the detector model analysis information", - "privilege": "DescribeDetectorModelAnalysis", + "description": "Grants permission to retrieve the property values", + "privilege": "GetPropertyValue", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "iottwinmaker:GetComponentType", + "iottwinmaker:GetEntity", + "iottwinmaker:GetWorkspace" + ], + "resource_type": "workspace*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "componentType" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "entity" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve an information about Input", - "privilege": "DescribeInput", + "description": "Grants permission to retrieve the time series value history", + "privilege": "GetPropertyValueHistory", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "iottwinmaker:GetComponentType", + "iottwinmaker:GetEntity", + "iottwinmaker:GetWorkspace" + ], + "resource_type": "workspace*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "input*" + "resource_type": "componentType" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "entity" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the current settings of the AWS IoT Events logging options", - "privilege": "DescribeLoggingOptions", + "description": "Grants permission to get a scene", + "privilege": "GetScene", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "scene*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspace*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the detector model analysis results", - "privilege": "GetDetectorModelAnalysisResults", + "description": "Grants permission to get a sync job", + "privilege": "GetSyncJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "syncJob*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspace*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the versions of an alarm model", - "privilege": "ListAlarmModelVersions", + "access_level": "Read", + "description": "Grants permission to get a workspace", + "privilege": "GetWorkspace", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarmModel*" + "resource_type": "workspace*" } ] }, { "access_level": "List", - "description": "Grants permission to list the alarm models that you created", - "privilege": "ListAlarmModels", + "description": "Grants permission to list all componentTypes in a workspace", + "privilege": "ListComponentTypes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workspace*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve information about all alarm instances per alarmModel", - "privilege": "ListAlarms", + "description": "Grants permission to list components attached to an entity", + "privilege": "ListComponents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarmModel*" + "resource_type": "entity*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspace*" } ] }, { "access_level": "List", - "description": "Grants permission to list all the versions of a detector model", - "privilege": "ListDetectorModelVersions", + "description": "Grants permission to list all entities in a workspace", + "privilege": "ListEntities", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detectorModel*" + "resource_type": "workspace*" } ] }, { "access_level": "List", - "description": "Grants permission to list the detector models that you created", - "privilege": "ListDetectorModels", + "description": "Grants permission to list all metadata transfer jobs", + "privilege": "ListMetadataTransferJobs", "resource_types": [ { "condition_keys": [], @@ -132076,78 +146930,105 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve information about all detector instances per detectormodel", - "privilege": "ListDetectors", + "description": "Grants permission to list properties of an entity component", + "privilege": "ListProperties", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detectorModel*" + "resource_type": "entity*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspace*" } ] }, { "access_level": "List", - "description": "Grants permission to list one or more input routings", - "privilege": "ListInputRoutings", + "description": "Grants permission to list all scenes in a workspace", + "privilege": "ListScenes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workspace*" } ] }, { "access_level": "List", - "description": "Grants permission to lists the inputs you have created", - "privilege": "ListInputs", + "description": "Grants permission to list all sync jobs in a workspace", + "privilege": "ListSyncJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workspace*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the tags (metadata) which you have assigned to the resource", - "privilege": "ListTagsForResource", + "access_level": "List", + "description": "Grants permission to list all sync resources for a sync job", + "privilege": "ListSyncResources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarmModel" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "detectorModel" + "resource_type": "syncJob*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "input" + "resource_type": "workspace*" } ] }, { - "access_level": "Write", - "description": "Grants permission to set or update the AWS IoT Events logging options", - "privilege": "PutLoggingOptions", + "access_level": "List", + "description": "Grants permission to list all tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "componentType" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "entity" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "scene" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "syncJob" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspace" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to start the detector model analysis", - "privilege": "StartDetectorModelAnalysis", + "access_level": "List", + "description": "Grants permission to list all workspaces", + "privilege": "ListWorkspaces", "resource_types": [ { "condition_keys": [], @@ -132158,23 +147039,33 @@ }, { "access_level": "Tagging", - "description": "Grants permission to adds to or modifies the tags of the given resource.Tags are metadata which can be used to manage a resource", + "description": "Grants permission to tag a resource", "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarmModel" + "resource_type": "componentType" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "detectorModel" + "resource_type": "entity" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "input" + "resource_type": "scene" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "syncJob" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspace" }, { "condition_keys": [ @@ -132188,23 +147079,33 @@ }, { "access_level": "Tagging", - "description": "Grants permission to remove the given tags (metadata) from the resource", + "description": "Grants permission to untag a resource", "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarmModel" + "resource_type": "componentType" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "detectorModel" + "resource_type": "entity" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "input" + "resource_type": "scene" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "syncJob" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspace" }, { "condition_keys": [ @@ -132217,180 +147118,286 @@ }, { "access_level": "Write", - "description": "Grants permission to update an alarm model", - "privilege": "UpdateAlarmModel", + "description": "Grants permission to update a componentType", + "privilege": "UpdateComponentType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alarmModel*" + "resource_type": "componentType*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspace*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a detector model", - "privilege": "UpdateDetectorModel", + "description": "Grants permission to update an entity", + "privilege": "UpdateEntity", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "detectorModel*" + "resource_type": "entity*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspace*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an input", - "privilege": "UpdateInput", + "description": "Grants permission to update pricing plan", + "privilege": "UpdatePricingPlan", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update input routing", - "privilege": "UpdateInputRouting", + "description": "Grants permission to update a scene", + "privilege": "UpdateScene", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input*" + "resource_type": "scene*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspace*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a workspace", + "privilege": "UpdateWorkspace", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspace*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:iotevents:${Region}:${Account}:detectorModel/${DetectorModelName}", + "arn": "arn:${Partition}:iottwinmaker:${Region}:${Account}:workspace/${WorkspaceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "detectorModel" + "resource": "workspace" }, { - "arn": "arn:${Partition}:iotevents:${Region}:${Account}:alarmModel/${AlarmModelName}", + "arn": "arn:${Partition}:iottwinmaker:${Region}:${Account}:workspace/${WorkspaceId}/entity/${EntityId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "alarmModel" + "resource": "entity" }, { - "arn": "arn:${Partition}:iotevents:${Region}:${Account}:input/${InputName}", + "arn": "arn:${Partition}:iottwinmaker:${Region}:${Account}:workspace/${WorkspaceId}/component-type/${ComponentTypeId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "input" + "resource": "componentType" + }, + { + "arn": "arn:${Partition}:iottwinmaker:${Region}:${Account}:workspace/${WorkspaceId}/scene/${SceneId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "scene" + }, + { + "arn": "arn:${Partition}:iottwinmaker:${Region}:${Account}:workspace/${WorkspaceId}/sync-job/${SyncJobId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "syncJob" + }, + { + "arn": "arn:${Partition}:iottwinmaker:${Region}:${Account}:metadata-transfer-job/${MetadataTransferJobId}", + "condition_keys": [], + "resource": "metadataTransferJob" } ], - "service_name": "AWS IoT Events" + "service_name": "AWS IoT TwinMaker" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tag key-value pairs in the request", + "description": "Filters access by a tag key that is present in the request that the user makes to IoT Wireless", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags attached to the resource", + "description": "Filters access by tag key component of a tag attached to an IoT Wireless resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters actions by the tag keys in the request", + "description": "Filters access by the list of all the tag key names associated with the resource in the request", "type": "ArrayOfString" } ], - "prefix": "iotfleethub", + "prefix": "iotwireless", "privileges": [ { "access_level": "Write", - "description": "Grants permission to create an application", - "privilege": "CreateApplication", + "description": "Grants permission to link partner accounts with AWS account", + "privilege": "AssociateAwsAccountWithPartnerAccount", "resource_types": [ { "condition_keys": [ "aws:RequestTag/${TagKey}", "aws:TagKeys" ], - "dependent_actions": [ - "sso:CreateManagedApplicationInstance", - "sso:DescribeRegisteredRegions" - ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an application", - "privilege": "DeleteApplication", + "description": "Grants permission to associate the MulticastGroup with FuotaTask", + "privilege": "AssociateMulticastGroupWithFuotaTask", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "sso:DeleteManagedApplicationInstance" - ], - "resource_type": "application*" + "dependent_actions": [], + "resource_type": "FuotaTask*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "MulticastGroup*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an application", - "privilege": "DescribeApplication", + "access_level": "Write", + "description": "Grants permission to associate the wireless device with FuotaTask", + "privilege": "AssociateWirelessDeviceWithFuotaTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "FuotaTask*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessDevice*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all applications", - "privilege": "ListApplications", + "access_level": "Write", + "description": "Grants permission to associate the WirelessDevice with MulticastGroup", + "privilege": "AssociateWirelessDeviceWithMulticastGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "MulticastGroup*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessDevice*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list all tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to associate the wireless device with AWS IoT thing for a given wirelessDeviceId", + "privilege": "AssociateWirelessDeviceWithThing", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "iot:DescribeThing" + ], + "resource_type": "WirelessDevice*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "application" + "resource_type": "thing*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to associate a WirelessGateway with the IoT Core Identity certificate", + "privilege": "AssociateWirelessGatewayWithCertificate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application" + "resource_type": "WirelessGateway*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cert*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to associate the wireless gateway with AWS IoT thing for a given wirelessGatewayId", + "privilege": "AssociateWirelessGatewayWithThing", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "iot:DescribeThing" + ], + "resource_type": "WirelessGateway*" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "thing*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to cancel the MulticastGroup session", + "privilege": "CancelMulticastGroupSession", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "MulticastGroup*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a Destination resource", + "privilege": "CreateDestination", + "resource_types": [ { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -132398,17 +147405,88 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to create a DeviceProfile resource", + "privilege": "CreateDeviceProfile", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a FuotaTask resource", + "privilege": "CreateFuotaTask", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a MulticastGroup resource", + "privilege": "CreateMulticastGroup", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a NetworkAnalyzerConfiguration resource", + "privilege": "CreateNetworkAnalyzerConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application" + "resource_type": "MulticastGroup*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessDevice*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessGateway*" }, { "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a ServiceProfile resource", + "privilege": "CreateServiceProfile", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -132418,401 +147496,481 @@ }, { "access_level": "Write", - "description": "Grants permission to update an application", - "privilege": "UpdateApplication", + "description": "Grants permission to create a WirelessDevice resource with given Destination", + "privilege": "CreateWirelessDevice", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a WirelessGateway resource", + "privilege": "CreateWirelessGateway", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a task for a given WirelessGateway", + "privilege": "CreateWirelessGatewayTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "WirelessGateway*" } ] - } - ], - "resources": [ + }, { - "arn": "arn:${Partition}:iotfleethub:${Region}:${Account}:application/${ApplicationId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "application" - } - ], - "service_name": "AWS IoT Fleet Hub for Device Management" - }, - { - "conditions": [ + "access_level": "Write", + "description": "Grants permission to create a WirelessGateway task definition", + "privilege": "CreateWirelessGatewayTaskDefinition", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" + "access_level": "Write", + "description": "Grants permission to delete a Destination", + "privilege": "DeleteDestination", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Destination*" + } + ] }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", - "type": "String" + "access_level": "Write", + "description": "Grants permission to delete a DeviceProfile", + "privilege": "DeleteDeviceProfile", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "DeviceProfile*" + } + ] }, { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", - "type": "ArrayOfString" + "access_level": "Write", + "description": "Grants permission to delete the FuotaTask", + "privilege": "DeleteFuotaTask", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "FuotaTask*" + } + ] }, { - "condition": "iotfleetwise:DestinationArn", - "description": "Filters access by campaign destination ARN, eg. an S3 bucket ARN or a Timestream ARN", - "type": "String" + "access_level": "Write", + "description": "Grants permission to delete the MulticastGroup", + "privilege": "DeleteMulticastGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "MulticastGroup*" + } + ] }, { - "condition": "iotfleetwise:UpdateToDecoderManifestArn", - "description": "Filters access by a list of IoT FleetWise Decoder Manifest ARNs", - "type": "String" + "access_level": "Write", + "description": "Grants permission to delete the NetworkAnalyzerConfiguration", + "privilege": "DeleteNetworkAnalyzerConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "NetworkAnalyzerConfiguration*" + } + ] }, { - "condition": "iotfleetwise:UpdateToModelManifestArn", - "description": "Filters access by a list of IoT FleetWise Model Manifest ARNs", - "type": "String" - } - ], - "prefix": "iotfleetwise", - "privileges": [ + "access_level": "Write", + "description": "Grants permission to delete QueuedMessages", + "privilege": "DeleteQueuedMessages", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", - "description": "Grants permission to associate the given vehicle to a fleet", - "privilege": "AssociateVehicleFleet", + "description": "Grants permission to delete a ServiceProfile", + "privilege": "DeleteServiceProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" - }, + "resource_type": "ServiceProfile*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a WirelessDevice", + "privilege": "DeleteWirelessDevice", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vehicle*" + "resource_type": "WirelessDevice*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a batch of vehicles", - "privilege": "BatchCreateVehicle", + "description": "Grants permission to delete the wireless device import task", + "privilege": "DeleteWirelessDeviceImportTask", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "iot:CreateThing", - "iot:DescribeThing" - ], - "resource_type": "decodermanifest*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "modelmanifest*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "ImportTask*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a batch of vehicles", - "privilege": "BatchUpdateVehicle", + "description": "Grants permission to delete a WirelessGateway", + "privilege": "DeleteWirelessGateway", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vehicle*" - }, + "resource_type": "WirelessGateway*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete task for a given WirelessGateway", + "privilege": "DeleteWirelessGatewayTask", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "decodermanifest" - }, + "resource_type": "WirelessGateway*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a WirelessGateway task definition", + "privilege": "DeleteWirelessGatewayTaskDefinition", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "modelmanifest" - }, - { - "condition_keys": [ - "iotfleetwise:UpdateToModelManifestArn", - "iotfleetwise:UpdateToDecoderManifestArn" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "WirelessGatewayTaskDefinition*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a campaign", - "privilege": "CreateCampaign", + "description": "Grants permission to deregister wireless device", + "privilege": "DeregisterWirelessDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" - }, + "resource_type": "WirelessDevice*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate an AWS account from a partner account", + "privilege": "DisassociateAwsAccountFromPartnerAccount", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "signalcatalog*" - }, + "resource_type": "SidewalkAccount*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disassociate the MulticastGroup from FuotaTask", + "privilege": "DisassociateMulticastGroupFromFuotaTask", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vehicle*" + "resource_type": "FuotaTask*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "iotfleetwise:DestinationArn" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "MulticastGroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a decoder manifest for an existing model", - "privilege": "CreateDecoderManifest", + "description": "Grants permission to disassociate the wireless device from FuotaTask", + "privilege": "DisassociateWirelessDeviceFromFuotaTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "modelmanifest*" + "resource_type": "FuotaTask*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "WirelessDevice*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a fleet", - "privilege": "CreateFleet", + "description": "Grants permission to disassociate the wireless device from MulticastGroup", + "privilege": "DisassociateWirelessDeviceFromMulticastGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "signalcatalog*" + "resource_type": "MulticastGroup*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "WirelessDevice*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a model manifest definition", - "privilege": "CreateModelManifest", + "description": "Grants permission to disassociate a wireless device from a AWS IoT thing", + "privilege": "DisassociateWirelessDeviceFromThing", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "signalcatalog*" + "dependent_actions": [ + "iot:DescribeThing" + ], + "resource_type": "WirelessDevice*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "thing*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a signal catalog", - "privilege": "CreateSignalCatalog", + "description": "Grants permission to disassociate a WirelessGateway from a IoT Core Identity certificate", + "privilege": "DisassociateWirelessGatewayFromCertificate", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "WirelessGateway*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cert*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a vehicle", - "privilege": "CreateVehicle", + "description": "Grants permission to disassociate a WirelessGateway from a IoT Core thing", + "privilege": "DisassociateWirelessGatewayFromThing", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "iot:CreateThing", "iot:DescribeThing" ], - "resource_type": "decodermanifest*" + "resource_type": "WirelessGateway*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "modelmanifest*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "thing*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a campaign", - "privilege": "DeleteCampaign", + "access_level": "Read", + "description": "Grants permission to get the Destination", + "privilege": "GetDestination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" + "resource_type": "Destination*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the given decoder manifest", - "privilege": "DeleteDecoderManifest", + "access_level": "Read", + "description": "Grants permission to get the DeviceProfile", + "privilege": "GetDeviceProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "decodermanifest*" + "resource_type": "DeviceProfile*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a fleet", - "privilege": "DeleteFleet", + "access_level": "Read", + "description": "Grants permission to get event configuration by resource types", + "privilege": "GetEventConfigurationByResourceTypes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the given model manifest", - "privilege": "DeleteModelManifest", + "access_level": "Read", + "description": "Grants permission to get the FuotaTask", + "privilege": "GetFuotaTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "modelmanifest*" + "resource_type": "FuotaTask*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a specific signal catalog", - "privilege": "DeleteSignalCatalog", + "access_level": "Read", + "description": "Grants permission to get log levels by resource types", + "privilege": "GetLogLevelsByResourceTypes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "signalcatalog*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a vehicle", - "privilege": "DeleteVehicle", + "access_level": "Read", + "description": "Grants permission to get the MulticastGroup", + "privilege": "GetMulticastGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vehicle*" + "resource_type": "MulticastGroup*" } ] }, { - "access_level": "Write", - "description": "Grants permission to disassociate a vehicle from an existing fleet", - "privilege": "DisassociateVehicleFleet", + "access_level": "Read", + "description": "Grants permission to get the MulticastGroup session", + "privilege": "GetMulticastGroupSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" - }, + "resource_type": "MulticastGroup*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the NetworkAnalyzerConfiguration", + "privilege": "GetNetworkAnalyzerConfiguration", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vehicle*" + "resource_type": "NetworkAnalyzerConfiguration*" } ] }, { "access_level": "Read", - "description": "Grants permission to get summary information for a given campaign", - "privilege": "GetCampaign", + "description": "Grants permission to get the associated PartnerAccount", + "privilege": "GetPartnerAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" + "resource_type": "SidewalkAccount*" } ] }, { "access_level": "Read", - "description": "Grants permission to get summary information for a given decoder manifest definition", - "privilege": "GetDecoderManifest", + "description": "Grants permission to get position for a given resource", + "privilege": "GetPosition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "decodermanifest*" + "resource_type": "WirelessDevice" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessGateway" } ] }, { "access_level": "Read", - "description": "Grants permission to get summary information for a fleet", - "privilege": "GetFleet", + "description": "Grants permission to get position configuration for a given resource", + "privilege": "GetPositionConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "WirelessDevice" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessGateway" } ] }, { "access_level": "Read", - "description": "Grants permission to get the logging options for the AWS account", - "privilege": "GetLoggingOptions", + "description": "Grants permission to get position estimate", + "privilege": "GetPositionEstimate", "resource_types": [ { "condition_keys": [], @@ -132823,179 +147981,196 @@ }, { "access_level": "Read", - "description": "Grants permission to get summary information for a given model manifest definition", - "privilege": "GetModelManifest", + "description": "Grants permission to get an event configuration for an identifier", + "privilege": "GetResourceEventConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "modelmanifest*" + "resource_type": "SidewalkAccount" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessDevice" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessGateway" } ] }, { "access_level": "Read", - "description": "Grants permission to get the account registration status with IoT FleetWise", - "privilege": "GetRegisterAccountStatus", + "description": "Grants permission to get resource log level", + "privilege": "GetResourceLogLevel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "WirelessDevice" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessGateway" } ] }, { "access_level": "Read", - "description": "Grants permission to get summary information for a specific signal catalog", - "privilege": "GetSignalCatalog", + "description": "Grants permission to get position for a given resource", + "privilege": "GetResourcePosition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "signalcatalog*" + "resource_type": "WirelessDevice" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessGateway" } ] }, { "access_level": "Read", - "description": "Grants permission to get summary information for a vehicle", - "privilege": "GetVehicle", + "description": "Grants permission to retrieve the customer account specific endpoint for CUPS protocol connection or LoRaWAN Network Server (LNS) protocol connection, and optionally server trust certificate in PEM format", + "privilege": "GetServiceEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vehicle*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get the status of the campaigns running on a specific vehicle", - "privilege": "GetVehicleStatus", + "description": "Grants permission to get the ServiceProfile", + "privilege": "GetServiceProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vehicle*" + "resource_type": "ServiceProfile*" } ] }, { - "access_level": "Write", - "description": "Grants permission to import an existing decoder manifest", - "privilege": "ImportDecoderManifest", + "access_level": "Read", + "description": "Grants permission to get the WirelessDevice", + "privilege": "GetWirelessDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "decodermanifest*" + "resource_type": "WirelessDevice*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a signal catalog by importing existing definitions", - "privilege": "ImportSignalCatalog", + "access_level": "Read", + "description": "Grants permission to get the wireless device import task", + "privilege": "GetWirelessDeviceImportTask", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ImportTask*" } ] }, { "access_level": "Read", - "description": "Grants permission to list campaigns", - "privilege": "ListCampaigns", + "description": "Grants permission to get statistics info for a given WirelessDevice", + "privilege": "GetWirelessDeviceStatistics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "WirelessDevice*" } ] }, { - "access_level": "List", - "description": "Grants permission to list network interfaces associated to the existing decoder manifest", - "privilege": "ListDecoderManifestNetworkInterfaces", + "access_level": "Read", + "description": "Grants permission to get the WirelessGateway", + "privilege": "GetWirelessGateway", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "decodermanifest*" + "resource_type": "WirelessGateway*" } ] }, { - "access_level": "List", - "description": "Grants permission to list decoder manifest signals", - "privilege": "ListDecoderManifestSignals", + "access_level": "Read", + "description": "Grants permission to get the IoT Core Identity certificate id associated with the WirelessGateway", + "privilege": "GetWirelessGatewayCertificate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "decodermanifest*" + "resource_type": "WirelessGateway*" } ] }, { "access_level": "Read", - "description": "Grants permission to list all decoder manifests, with an optional filter on model manifest", - "privilege": "ListDecoderManifests", + "description": "Grants permission to get Current firmware version and other information for the WirelessGateway", + "privilege": "GetWirelessGatewayFirmwareInformation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "WirelessGateway*" } ] }, { "access_level": "Read", - "description": "Grants permission to list all fleets", - "privilege": "ListFleets", + "description": "Grants permission to get statistics info for a given WirelessGateway", + "privilege": "GetWirelessGatewayStatistics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "WirelessGateway*" } ] }, { "access_level": "Read", - "description": "Grants permission to list all the fleets that the given vehicle is associated with", - "privilege": "ListFleetsForVehicle", + "description": "Grants permission to get the task for a given WirelessGateway", + "privilege": "GetWirelessGatewayTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vehicle*" + "resource_type": "WirelessGateway*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all nodes for the given model manifest", - "privilege": "ListModelManifestNodes", + "access_level": "Read", + "description": "Grants permission to get the given WirelessGateway task definition", + "privilege": "GetWirelessGatewayTaskDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "modelmanifest*" + "resource_type": "WirelessGatewayTaskDefinition*" } ] }, { "access_level": "Read", - "description": "Grants permission to list all model manifests, with an optional filter on signal catalog", - "privilege": "ListModelManifests", + "description": "Grants permission to list information of available Destinations based on the AWS account", + "privilege": "ListDestinations", "resource_types": [ { "condition_keys": [], @@ -133006,69 +148181,80 @@ }, { "access_level": "Read", - "description": "Grants permission to list all nodes for a given signal catalog", - "privilege": "ListSignalCatalogNodes", + "description": "Grants permission to list information of available DeviceProfiles based on the AWS account", + "privilege": "ListDeviceProfiles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "signalcatalog*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to list all signal catalogs", - "privilege": "ListSignalCatalogs", + "description": "Grants permission to list information of devices by wireless device import task based on the AWS account", + "privilege": "ListDevicesForWirelessDeviceImportTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ImportTask*" } ] }, { "access_level": "Read", - "description": "Grants permission to list tags for a resource", - "privilege": "ListTagsForResource", + "description": "Grants permission to list information of available event configurations based on the AWS account", + "privilege": "ListEventConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "decodermanifest" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "fleet" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list information of available FuotaTasks based on the AWS account", + "privilege": "ListFuotaTasks", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "modelmanifest" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list information of available MulticastGroups based on the AWS account", + "privilege": "ListMulticastGroups", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "signalcatalog" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list information of available MulticastGroups by FuotaTask based on the AWS account", + "privilege": "ListMulticastGroupsByFuotaTask", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vehicle" + "resource_type": "FuotaTask*" } ] }, { "access_level": "Read", - "description": "Grants permission to list all vehicles, with an optional filter on model manifest", - "privilege": "ListVehicles", + "description": "Grants permission to list information of available NetworkAnalyzerConfigurations based on the AWS account", + "privilege": "ListNetworkAnalyzerConfigurations", "resource_types": [ { "condition_keys": [], @@ -133079,20 +148265,20 @@ }, { "access_level": "Read", - "description": "Grants permission to list vehicles in the given fleet", - "privilege": "ListVehiclesInFleet", + "description": "Grants permission to list the available partner accounts", + "privilege": "ListPartnerAccounts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to put the logging options for the AWS account", - "privilege": "PutLoggingOptions", + "access_level": "Read", + "description": "Grants permission to list information of available position configurations based on the AWS account", + "privilege": "ListPositionConfigurations", "resource_types": [ { "condition_keys": [], @@ -133102,873 +148288,886 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to register an AWS account to IoT FleetWise", - "privilege": "RegisterAccount", + "access_level": "Read", + "description": "Grants permission to list the Queued Messages", + "privilege": "ListQueuedMessages", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a resource", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to list information of available ServiceProfiles based on the AWS account", + "privilege": "ListServiceProfiles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list all tags for a given resource", + "privilege": "ListTagsForResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "decodermanifest" + "resource_type": "Destination" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet" + "resource_type": "DeviceProfile" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "modelmanifest" + "resource_type": "FuotaTask" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "signalcatalog" + "resource_type": "ImportTask" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "vehicle" + "resource_type": "MulticastGroup" }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a resource", - "privilege": "UntagResource", - "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign" + "resource_type": "NetworkAnalyzerConfiguration" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "decodermanifest" + "resource_type": "ServiceProfile" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet" + "resource_type": "SidewalkAccount" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "modelmanifest" + "resource_type": "WirelessDevice" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "signalcatalog" + "resource_type": "WirelessGateway" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "vehicle" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "WirelessGatewayTaskDefinition" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the given campaign", - "privilege": "UpdateCampaign", + "access_level": "Read", + "description": "Grants permission to list wireless device import tasks information of based on the AWS account", + "privilege": "ListWirelessDeviceImportTasks", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a decoder manifest defnition", - "privilege": "UpdateDecoderManifest", + "access_level": "Read", + "description": "Grants permission to list information of available WirelessDevices based on the AWS account", + "privilege": "ListWirelessDevices", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "decodermanifest*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the fleet", - "privilege": "UpdateFleet", + "access_level": "Read", + "description": "Grants permission to list information of available WirelessGateway task definitions based on the AWS account", + "privilege": "ListWirelessGatewayTaskDefinitions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "fleet*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the given model manifest definition", - "privilege": "UpdateModelManifest", + "access_level": "Read", + "description": "Grants permission to list information of available WirelessGateways based on the AWS account", + "privilege": "ListWirelessGateways", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "modelmanifest*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a specific signal catalog definition", - "privilege": "UpdateSignalCatalog", + "description": "Grants permission to put position configuration for a given resource", + "privilege": "PutPositionConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "signalcatalog*" + "resource_type": "WirelessDevice" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessGateway" } ] }, { "access_level": "Write", - "description": "Grants permission to update the vehicle", - "privilege": "UpdateVehicle", + "description": "Grants permission to put resource log level", + "privilege": "PutResourceLogLevel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vehicle*" + "resource_type": "WirelessDevice" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "decodermanifest" - }, + "resource_type": "WirelessGateway" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to reset all resource log levels", + "privilege": "ResetAllResourceLogLevels", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "modelmanifest" - }, - { - "condition_keys": [ - "iotfleetwise:UpdateToModelManifestArn", - "iotfleetwise:UpdateToDecoderManifestArn" - ], - "dependent_actions": [], "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:iotfleetwise:${Region}:${Account}:campaign/${CampaignName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "campaign" - }, - { - "arn": "arn:${Partition}:iotfleetwise:${Region}:${Account}:decoder-manifest/${Name}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "decodermanifest" }, { - "arn": "arn:${Partition}:iotfleetwise:${Region}:${Account}:fleet/${FleetId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "fleet" - }, - { - "arn": "arn:${Partition}:iotfleetwise:${Region}:${Account}:model-manifest/${Name}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "modelmanifest" - }, - { - "arn": "arn:${Partition}:iotfleetwise:${Region}:${Account}:signal-catalog/${Name}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "signalcatalog" - }, - { - "arn": "arn:${Partition}:iotfleetwise:${Region}:${Account}:vehicle/${VehicleId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "vehicle" - } - ], - "service_name": "AWS IoT FleetWise" - }, - { - "conditions": [ - { - "condition": "iot:JobId", - "description": "Filters access by jobId for iotjobsdata:DescribeJobExecution and iotjobsdata:UpdateJobExecution APIs", - "type": "String" - } - ], - "prefix": "iotjobsdata", - "privileges": [ - { - "access_level": "Read", - "description": "Grants permission to describe a job execution", - "privilege": "DescribeJobExecution", + "access_level": "Write", + "description": "Grants permission to reset resource log level", + "privilege": "ResetResourceLogLevel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" + "resource_type": "WirelessDevice" }, { - "condition_keys": [ - "iot:JobId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "WirelessGateway" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the list of all jobs for a thing that are not in a terminal state", - "privilege": "GetPendingJobExecutions", + "access_level": "Write", + "description": "Grants permission to send data to the MulticastGroup", + "privilege": "SendDataToMulticastGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" + "resource_type": "MulticastGroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to get and start the next pending job execution for a thing", - "privilege": "StartNextPendingJobExecution", + "description": "Grants permission to send the decrypted application data frame to the target device", + "privilege": "SendDataToWirelessDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" + "resource_type": "WirelessDevice*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a job execution", - "privilege": "UpdateJobExecution", + "description": "Grants permission to associate the WirelessDevices with MulticastGroup", + "privilege": "StartBulkAssociateWirelessDeviceWithMulticastGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" - }, - { - "condition_keys": [ - "iot:JobId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "MulticastGroup*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:iot:${Region}:${Account}:thing/${ThingName}", - "condition_keys": [], - "resource": "thing" - } - ], - "service_name": "AWS IoT Jobs DataPlane" - }, - { - "conditions": [ - { - "condition": "iotroborunner:DestinationResourceId", - "description": "Filters access by the destination's identifier", - "type": "String" }, { - "condition": "iotroborunner:SiteResourceId", - "description": "Filters access by the site's identifier", - "type": "String" + "access_level": "Write", + "description": "Grants permission to bulk disassociate the WirelessDevices from MulticastGroup", + "privilege": "StartBulkDisassociateWirelessDeviceFromMulticastGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "MulticastGroup*" + } + ] }, { - "condition": "iotroborunner:WorkerFleetResourceId", - "description": "Filters access by the worker fleet's identifier", - "type": "String" + "access_level": "Write", + "description": "Grants permission to start the FuotaTask", + "privilege": "StartFuotaTask", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "FuotaTask*" + } + ] }, - { - "condition": "iotroborunner:WorkerResourceId", - "description": "Filters access by the workers identifier", - "type": "String" - } - ], - "prefix": "iotroborunner", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a destination", - "privilege": "CreateDestination", + "description": "Grants permission to start the MulticastGroup session", + "privilege": "StartMulticastGroupSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SiteResource*" + "resource_type": "MulticastGroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a site", - "privilege": "CreateSite", + "description": "Grants permission to start NetworkAnalyzer stream", + "privilege": "StartNetworkAnalyzerStream", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "NetworkAnalyzerConfiguration*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a worker", - "privilege": "CreateWorker", + "description": "Grants permission to start the single wireless device import task", + "privilege": "StartSingleWirelessDeviceImportTask", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "WorkerFleetResource*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a worker fleet", - "privilege": "CreateWorkerFleet", + "description": "Grants permission to start the wireless device import task", + "privilege": "StartWirelessDeviceImportTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SiteResource*" + "resource_type": "ImportTask*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a destination", - "privilege": "DeleteDestination", + "access_level": "Tagging", + "description": "Grants permission to tag a given resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "DestinationResource*" + "resource_type": "Destination" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "DeviceProfile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "FuotaTask" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ImportTask" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "MulticastGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "NetworkAnalyzerConfiguration" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ServiceProfile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "SidewalkAccount" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessDevice" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessGateway" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessGatewayTaskDefinition" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a site", - "privilege": "DeleteSite", + "description": "Grants permission to simulate a provisioned device to send an uplink data with payload of 'Hello'", + "privilege": "TestWirelessDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SiteResource*" + "resource_type": "WirelessDevice*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a worker", - "privilege": "DeleteWorker", + "access_level": "Tagging", + "description": "Grants permission to remove the given tags from the resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WorkerResource*" + "resource_type": "Destination" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "DeviceProfile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "FuotaTask" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ImportTask" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "MulticastGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "NetworkAnalyzerConfiguration" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ServiceProfile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "SidewalkAccount" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessDevice" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessGateway" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessGatewayTaskDefinition" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a worker fleet", - "privilege": "DeleteWorkerFleet", + "description": "Grants permission to update a Destination resource", + "privilege": "UpdateDestination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WorkerFleetResource*" + "resource_type": "Destination*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a destination", - "privilege": "GetDestination", + "access_level": "Write", + "description": "Grants permission to update event configuration by resource types", + "privilege": "UpdateEventConfigurationByResourceTypes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "DestinationResource*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a site", - "privilege": "GetSite", + "access_level": "Write", + "description": "Grants permission to update the FuotaTask", + "privilege": "UpdateFuotaTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SiteResource*" + "resource_type": "FuotaTask*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a worker", - "privilege": "GetWorker", + "access_level": "Write", + "description": "Grants permission to update log levels by resource types", + "privilege": "UpdateLogLevelsByResourceTypes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WorkerResource*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a worker fleet", - "privilege": "GetWorkerFleet", + "access_level": "Write", + "description": "Grants permission to update the MulticastGroup", + "privilege": "UpdateMulticastGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WorkerFleetResource*" + "resource_type": "MulticastGroup*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list destinations", - "privilege": "ListDestinations", + "access_level": "Write", + "description": "Grants permission to update the NetworkAnalyzerConfiguration", + "privilege": "UpdateNetworkAnalyzerConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SiteResource*" + "resource_type": "MulticastGroup*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "NetworkAnalyzerConfiguration*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessDevice*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessGateway*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list sites", - "privilege": "ListSites", + "access_level": "Write", + "description": "Grants permission to update a partner account", + "privilege": "UpdatePartnerAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SidewalkAccount*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list worker fleets", - "privilege": "ListWorkerFleets", + "access_level": "Write", + "description": "Grants permission to update position for a given resource", + "privilege": "UpdatePosition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SiteResource*" + "resource_type": "WirelessDevice" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessGateway" } ] }, { - "access_level": "Read", - "description": "Grants permission to list workers", - "privilege": "ListWorkers", + "access_level": "Write", + "description": "Grants permission to update an event configuration for an identifier", + "privilege": "UpdateResourceEventConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SiteResource*" + "resource_type": "SidewalkAccount" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessDevice" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessGateway" } ] }, { "access_level": "Write", - "description": "Grants permission to update a destination", - "privilege": "UpdateDestination", + "description": "Grants permission to update position for a given resource", + "privilege": "UpdateResourcePosition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "DestinationResource*" + "resource_type": "WirelessDevice" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WirelessGateway" } ] }, { "access_level": "Write", - "description": "Grants permission to update a site", - "privilege": "UpdateSite", + "description": "Grants permission to update a WirelessDevice resource", + "privilege": "UpdateWirelessDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SiteResource*" + "resource_type": "WirelessDevice*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a worker", - "privilege": "UpdateWorker", + "description": "Grants permission to update a wireless device import task", + "privilege": "UpdateWirelessDeviceImportTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WorkerResource*" + "resource_type": "ImportTask*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a worker fleet", - "privilege": "UpdateWorkerFleet", + "description": "Grants permission to update a WirelessGateway resource", + "privilege": "UpdateWirelessGateway", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WorkerFleetResource*" + "resource_type": "WirelessGateway*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:iotroborunner:${Region}:${Account}:site/${SiteId}/destination/${DestinationId}", + "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:WirelessDevice/${WirelessDeviceId}", "condition_keys": [ - "iotroborunner:DestinationResourceId" + "aws:ResourceTag/${TagKey}" ], - "resource": "DestinationResource" + "resource": "WirelessDevice" }, { - "arn": "arn:${Partition}:iotroborunner:${Region}:${Account}:site/${SiteId}", + "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:WirelessGateway/${WirelessGatewayId}", "condition_keys": [ - "iotroborunner:SiteResourceId" + "aws:ResourceTag/${TagKey}" ], - "resource": "SiteResource" + "resource": "WirelessGateway" }, { - "arn": "arn:${Partition}:iotroborunner:${Region}:${Account}:site/${SiteId}/worker-fleet/${WorkerFleetId}", + "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:DeviceProfile/${DeviceProfileId}", "condition_keys": [ - "iotroborunner:WorkerFleetResourceId" + "aws:ResourceTag/${TagKey}" ], - "resource": "WorkerFleetResource" + "resource": "DeviceProfile" }, { - "arn": "arn:${Partition}:iotroborunner:${Region}:${Account}:site/${SiteId}/worker-fleet/${WorkerFleetId}/worker/${WorkerId}", + "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:ServiceProfile/${ServiceProfileId}", "condition_keys": [ - "iotroborunner:WorkerResourceId" + "aws:ResourceTag/${TagKey}" ], - "resource": "WorkerResource" - } - ], - "service_name": "AWS IoT RoboRunner" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags attached to the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys in the request", - "type": "ArrayOfString" - }, - { - "condition": "iotsitewise:assetHierarchyPath", - "description": "Filters access by an asset hierarchy path, which is the string of asset IDs in the asset's hierarchy, each separated by a forward slash", - "type": "String" + "resource": "ServiceProfile" }, { - "condition": "iotsitewise:childAssetId", - "description": "Filters access by the ID of a child asset being associated whith a parent asset", - "type": "String" + "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:Destination/${DestinationName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Destination" }, { - "condition": "iotsitewise:group", - "description": "Filters access by the ID of an AWS Single Sign-On group", - "type": "String" + "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:SidewalkAccount/${SidewalkAccountId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "SidewalkAccount" }, { - "condition": "iotsitewise:iam", - "description": "Filters access by the ID of an AWS IAM identity", - "type": "String" + "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:WirelessGatewayTaskDefinition/${WirelessGatewayTaskDefinitionId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "WirelessGatewayTaskDefinition" }, { - "condition": "iotsitewise:isAssociatedWithAssetProperty", - "description": "Filters access by data streams associated with or not associated with asset properties", - "type": "String" + "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:FuotaTask/${FuotaTaskId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "FuotaTask" }, { - "condition": "iotsitewise:portal", - "description": "Filters access by the ID of a portal", - "type": "String" + "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:MulticastGroup/${MulticastGroupId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "MulticastGroup" }, { - "condition": "iotsitewise:project", - "description": "Filters access by the ID of a project", - "type": "String" + "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:NetworkAnalyzerConfiguration/${NetworkAnalyzerConfigurationName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "NetworkAnalyzerConfiguration" }, { - "condition": "iotsitewise:propertyAlias", - "description": "Filters access by the property alias", - "type": "String" + "arn": "arn:${Partition}:iot:${Region}:${Account}:thing/${ThingName}", + "condition_keys": [], + "resource": "thing" }, { - "condition": "iotsitewise:propertyId", - "description": "Filters access by the ID of an asset property", - "type": "String" + "arn": "arn:${Partition}:iot:${Region}:${Account}:cert/${Certificate}", + "condition_keys": [], + "resource": "cert" }, { - "condition": "iotsitewise:user", - "description": "Filters access by the ID of an AWS Single Sign-On user", - "type": "String" + "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:ImportTask/${ImportTaskId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "ImportTask" } ], - "prefix": "iotsitewise", + "service_name": "AWS IoT Wireless" + }, + { + "conditions": [], + "prefix": "iq", "privileges": [ { "access_level": "Write", - "description": "Grants permission to associate a child asset with a parent asset through a hierarchy", - "privilege": "AssociateAssets", + "description": "Grants permission to accept an incoming voice/video call", + "privilege": "AcceptCall", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset*" + "resource_type": "call*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate a time series with an asset property", - "privilege": "AssociateTimeSeriesToAssetProperty", + "description": "Grants permission to approve a payment request", + "privilege": "ApprovePaymentRequest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "time-series*" + "resource_type": "paymentRequest*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate assets to a project", - "privilege": "BatchAssociateProjectAssets", + "description": "Grants permission to approve a proposal", + "privilege": "ApproveProposal", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "proposal*" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate assets from a project", - "privilege": "BatchDisassociateProjectAssets", + "description": "Grants permission to archive a conversation", + "privilege": "ArchiveConversation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "conversation*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve computed aggregates for multiple asset properties", - "privilege": "BatchGetAssetPropertyAggregates", + "access_level": "Write", + "description": "Grants permission to complete a proposal", + "privilege": "CompleteProposal", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "time-series" + "resource_type": "proposal*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the latest value for multiple asset properties", - "privilege": "BatchGetAssetPropertyValue", + "access_level": "Write", + "description": "Grants permission to respond to a request or send a direct message to initiate a conversation", + "privilege": "CreateConversation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "time-series" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the value history for multiple asset properties", - "privilege": "BatchGetAssetPropertyValueHistory", + "access_level": "Write", + "description": "Grants permission to create an expert profile", + "privilege": "CreateExpert", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "time-series" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to put property values for asset properties", - "privilege": "BatchPutAssetPropertyValue", + "description": "Grants permission to create a listing", + "privilege": "CreateListing", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "time-series" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an access policy for a portal or a project", - "privilege": "CreateAccessPolicy", + "description": "Grants permission to create a milestone proposal", + "privilege": "CreateMilestoneProposal", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "portal" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "project" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an asset from an asset model", - "privilege": "CreateAsset", + "description": "Grants permission to create a payment request", + "privilege": "CreatePaymentRequest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset-model*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an asset model", - "privilege": "CreateAssetModel", + "description": "Grants permission to submit new requests", + "privilege": "CreateProject", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -133976,8 +149175,8 @@ }, { "access_level": "Write", - "description": "Grants permission to create bulk import job", - "privilege": "CreateBulkImportJob", + "description": "Grants permission to submit new requests", + "privilege": "CreateRequest", "resource_types": [ { "condition_keys": [], @@ -133988,34 +149187,23 @@ }, { "access_level": "Write", - "description": "Grants permission to create a dashboard in a project", - "privilege": "CreateDashboard", + "description": "Grants permission to create a scheduled proposal", + "privilege": "CreateScheduledProposal", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a gateway", - "privilege": "CreateGateway", + "description": "Grants permission to create a seller profile", + "privilege": "CreateSeller", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -134023,654 +149211,553 @@ }, { "access_level": "Write", - "description": "Grants permission to create a portal", - "privilege": "CreatePortal", + "description": "Grants permission to create an upfront proposal", + "privilege": "CreateUpfrontProposal", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "sso:CreateManagedApplicationInstance", - "sso:DescribeRegisteredRegions" - ], + "condition_keys": [], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a project in a portal", - "privilege": "CreateProject", + "description": "Grants permission to decline an incoming voice/video call", + "privilege": "DeclineCall", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "portal*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "call*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an access policy", - "privilege": "DeleteAccessPolicy", + "description": "Grants permission to delete an existing attachment", + "privilege": "DeleteAttachment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "access-policy*" + "resource_type": "attachment*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an asset", - "privilege": "DeleteAsset", + "description": "Grants permission to disable individual public profile page", + "privilege": "DisableIndividualPublicProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset*" + "resource_type": "expert*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an asset model", - "privilege": "DeleteAssetModel", + "access_level": "Read", + "description": "Grants permission to download existing attachment", + "privilege": "DownloadAttachment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset-model*" + "resource_type": "attachment*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a dashboard", - "privilege": "DeleteDashboard", + "description": "Grants permission to enable individual public profile page", + "privilege": "EnableIndividualPublicProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dashboard*" + "resource_type": "expert*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a gateway", - "privilege": "DeleteGateway", + "description": "Grants permission to end a voice/video call", + "privilege": "EndCall", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "gateway*" + "resource_type": "call*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a portal", - "privilege": "DeletePortal", + "access_level": "Read", + "description": "Grants permission to read buyer information", + "privilege": "GetBuyer", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "sso:DeleteManagedApplicationInstance" - ], - "resource_type": "portal*" + "dependent_actions": [], + "resource_type": "buyer*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a project", - "privilege": "DeleteProject", + "access_level": "Read", + "description": "Grants permission to read details of a voice/video call", + "privilege": "GetCall", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "call*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a time series", - "privilege": "DeleteTimeSeries", + "access_level": "Read", + "description": "Grants permission to read the chat environment details about a conversation", + "privilege": "GetChatInfo", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "time-series" + "resource_type": "conversation*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe an access policy", - "privilege": "DescribeAccessPolicy", + "description": "Grants permission to read chat messages in a conversation", + "privilege": "GetChatMessages", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "access-policy*" + "resource_type": "conversation*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe an asset", - "privilege": "DescribeAsset", + "description": "Grants permission to request a websocket token for the conversation notifications", + "privilege": "GetChatToken", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset*" + "resource_type": "token*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe an asset model", - "privilege": "DescribeAssetModel", + "description": "Grants permission to read chat messages in a company conversation", + "privilege": "GetCompanyChatMessages", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset-model*" + "resource_type": "conversation*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe an asset property", - "privilege": "DescribeAssetProperty", + "description": "Grants permission to read a company profile", + "privilege": "GetCompanyProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset*" + "resource_type": "company*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe bulk import job", - "privilege": "DescribeBulkImportJob", + "description": "Grants permission to read details of a conversation", + "privilege": "GetConversation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "conversation*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a dashboard", - "privilege": "DescribeDashboard", + "description": "Grants permission to read expert information", + "privilege": "GetExpert", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dashboard*" + "resource_type": "expert*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe the default encryption configuration for the AWS account", - "privilege": "DescribeDefaultEncryptionConfiguration", + "description": "Grants permission to read a listing", + "privilege": "GetListing", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "listing*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a gateway", - "privilege": "DescribeGateway", + "description": "Grants permission to read a seller profile information", + "privilege": "GetMarketplaceSeller", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "gateway*" + "resource_type": "seller*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a capability configuration for a gateway", - "privilege": "DescribeGatewayCapabilityConfiguration", + "description": "Grants permission to read a payment request", + "privilege": "GetPaymentRequest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "gateway*" + "resource_type": "paymentRequest*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe logging options for the AWS account", - "privilege": "DescribeLoggingOptions", + "description": "Grants permission to read a proposal", + "privilege": "GetProposal", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "proposal*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a portal", - "privilege": "DescribePortal", + "description": "Grants permission to get a created request", + "privilege": "GetRequest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "portal*" + "resource_type": "request*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a project", - "privilege": "DescribeProject", + "description": "Grants permission to read a review for an expert", + "privilege": "GetReview", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "seller*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the storage configuration for the AWS account", - "privilege": "DescribeStorageConfiguration", + "access_level": "Write", + "description": "Grants permission to hide a request", + "privilege": "HideRequest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "request*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a time series", - "privilege": "DescribeTimeSeries", + "access_level": "Write", + "description": "Grants permission to start a voice/video call", + "privilege": "InitiateCall", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "time-series" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate a child asset from a parent asset by a hierarchy", - "privilege": "DisassociateAssets", + "description": "Grants permission to link an AWS certification to individual profile", + "privilege": "LinkAwsCertification", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset*" + "resource_type": "expert*" } ] }, { - "access_level": "Write", - "description": "Grants permission to disassociate a time series from an asset property", - "privilege": "DisassociateTimeSeriesFromAssetProperty", + "access_level": "List", + "description": "Grants permission to list existing attachments", + "privilege": "ListAttachments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "time-series*" + "resource_type": "attachment*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve computed aggregates for an asset property", - "privilege": "GetAssetPropertyAggregates", + "description": "Grants permission to list existing conversations", + "privilege": "ListConversations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "time-series" + "resource_type": "conversation*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the latest value for an asset property", - "privilege": "GetAssetPropertyValue", + "description": "Grants permission to list access logs of expert activity", + "privilege": "ListExpertAccessLogs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "time-series" + "resource_type": "permission*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the value history for an asset property", - "privilege": "GetAssetPropertyValueHistory", + "description": "Grants permission to list listings", + "privilege": "ListListings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "time-series" + "resource_type": "listing*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve interpolated values for an asset property", - "privilege": "GetInterpolatedAssetPropertyValues", + "description": "Grants permission to list payment requests", + "privilege": "ListPaymentRequests", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset" + "resource_type": "paymentRequest" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "time-series" + "resource_type": "paymentSchedule" } ] }, { - "access_level": "List", - "description": "Grants permission to list all access policies for an identity or a resource", - "privilege": "ListAccessPolicies", + "access_level": "Read", + "description": "Grants permission to list proposals", + "privilege": "ListProposals", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "portal" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "project" + "resource_type": "proposal*" } ] }, { - "access_level": "List", - "description": "Grants permission to list asset model properties", - "privilege": "ListAssetModelProperties", + "access_level": "Read", + "description": "Grants permission to list requests that are created", + "privilege": "ListRequests", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset-model*" + "resource_type": "request*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all asset models", - "privilege": "ListAssetModels", + "access_level": "Read", + "description": "Grants permission to list reviews for an expert", + "privilege": "ListReviews", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "seller*" } ] }, { - "access_level": "List", - "description": "Grants permission to list asset properties", - "privilege": "ListAssetProperties", + "access_level": "Write", + "description": "Grants permission to mark a message as read in a conversation", + "privilege": "MarkChatMessageRead", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset*" + "resource_type": "conversation*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the asset relationship graph for an asset", - "privilege": "ListAssetRelationships", + "access_level": "Write", + "description": "Grants permission to reject a payment request", + "privilege": "RejectPaymentRequest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset*" + "resource_type": "paymentRequest*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all assets", - "privilege": "ListAssets", + "access_level": "Write", + "description": "Grants permission to reject a proposal", + "privilege": "RejectProposal", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset-model" + "resource_type": "proposal*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all assets associated with an asset through a hierarchy", - "privilege": "ListAssociatedAssets", + "access_level": "Write", + "description": "Grants permission to send a message in a conversation as a company", + "privilege": "SendCompanyChatMessage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset*" + "resource_type": "conversation*" } ] }, { - "access_level": "List", - "description": "Grants permission to list bulk import jobs", - "privilege": "ListBulkImportJobs", + "access_level": "Write", + "description": "Grants permission to send a message in a conversation as an individual", + "privilege": "SendIndividualChatMessage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "conversation*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all dashboards in a project", - "privilege": "ListDashboards", + "access_level": "Write", + "description": "Grants permission to unarchive a conversation", + "privilege": "UnarchiveConversation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "conversation*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all gateways", - "privilege": "ListGateways", + "access_level": "Write", + "description": "Grants permission to unlink an AWS certification from individual profile", + "privilege": "UnlinkAwsCertification", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "expert*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all portals", - "privilege": "ListPortals", + "access_level": "Write", + "description": "Grants permission to update a company profile", + "privilege": "UpdateCompanyProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "company*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all assets associated with a project", - "privilege": "ListProjectAssets", + "access_level": "Write", + "description": "Grants permission to add more participants into a conversation", + "privilege": "UpdateConversationMembers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "conversation*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all projects in a portal", - "privilege": "ListProjects", + "access_level": "Write", + "description": "Grants permission to update an expert information", + "privilege": "UpdateExpert", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "portal*" + "resource_type": "expert*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list all tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to update a listing", + "privilege": "UpdateListing", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "access-policy" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "asset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "asset-model" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dashboard" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "gateway" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "portal" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "project" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "time-series" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "listing*" } ] }, { - "access_level": "List", - "description": "Grants permission to list time series", - "privilege": "ListTimeSeries", + "access_level": "Write", + "description": "Grants permission to update a request", + "privilege": "UpdateRequest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset" + "resource_type": "request*" } ] }, { "access_level": "Write", - "description": "Grants permission to set the default encryption configuration for the AWS account", - "privilege": "PutDefaultEncryptionConfiguration", + "description": "Grants permission to upload an attachment", + "privilege": "UploadAttachment", "resource_types": [ { "condition_keys": [], @@ -134681,373 +149768,372 @@ }, { "access_level": "Write", - "description": "Grants permission to set logging options for the AWS account", - "privilege": "PutLoggingOptions", + "description": "Grants permission to withdraw a payment request", + "privilege": "WithdrawPaymentRequest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "paymentRequest*" } ] }, { "access_level": "Write", - "description": "Grants permission to configure storage settings for the AWS account", - "privilege": "PutStorageConfiguration", + "description": "Grants permission to withdraw a proposal", + "privilege": "WithdrawProposal", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "proposal*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to write a review for an expert", + "privilege": "WriteReview", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "access-policy" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "asset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "asset-model" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dashboard" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "gateway" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "portal" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "project" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "time-series" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "seller*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:iq:${Region}::conversation/${ConversationId}", + "condition_keys": [], + "resource": "conversation" }, { - "access_level": "Tagging", - "description": "Grants permission to untag a resource", - "privilege": "UntagResource", + "arn": "arn:${Partition}:iq:${Region}::buyer/${BuyerId}", + "condition_keys": [], + "resource": "buyer" + }, + { + "arn": "arn:${Partition}:iq:${Region}::expert/${ExpertId}", + "condition_keys": [], + "resource": "expert" + }, + { + "arn": "arn:${Partition}:iq:${Region}::call/${CallId}", + "condition_keys": [], + "resource": "call" + }, + { + "arn": "arn:${Partition}:iq:${Region}::token/${TokenId}", + "condition_keys": [], + "resource": "token" + }, + { + "arn": "arn:${Partition}:iq:${Region}::proposal/${ConversationId}/${ProposalId}", + "condition_keys": [], + "resource": "proposal" + }, + { + "arn": "arn:${Partition}:iq:${Region}::paymentRequest/${ConversationId}/${ProposalId}/${PaymentRequestId}", + "condition_keys": [], + "resource": "paymentRequest" + }, + { + "arn": "arn:${Partition}:iq:${Region}::paymentSchedule/${ConversationId}/${ProposalId}/${VersionId}", + "condition_keys": [], + "resource": "paymentSchedule" + }, + { + "arn": "arn:${Partition}:iq:${Region}::seller/${SellerAwsAccountId}", + "condition_keys": [], + "resource": "seller" + }, + { + "arn": "arn:${Partition}:iq:${Region}::company/${CompanyId}", + "condition_keys": [], + "resource": "company" + }, + { + "arn": "arn:${Partition}:iq:${Region}::request/${RequestId}", + "condition_keys": [], + "resource": "request" + }, + { + "arn": "arn:${Partition}:iq:${Region}::listing/${ListingId}", + "condition_keys": [], + "resource": "listing" + }, + { + "arn": "arn:${Partition}:iq:${Region}::attachment/${AttachmentId}", + "condition_keys": [], + "resource": "attachment" + }, + { + "arn": "arn:${Partition}:iq-permission:${Region}::permission/${PermissionRequestId}", + "condition_keys": [], + "resource": "permission" + } + ], + "service_name": "AWS IQ" + }, + { + "conditions": [], + "prefix": "iq-permission", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to approve a permission request", + "privilege": "ApproveAccessGrant", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "access-policy" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "asset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "asset-model" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dashboard" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "gateway" - }, + "resource_type": "permission*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to approve a permission request", + "privilege": "ApprovePermissionRequest", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "portal" - }, + "resource_type": "permission*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to obtain a set of temporary security credentials for experts which they can use to access buyers' AWS resources", + "privilege": "AssumePermissionRole", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project" - }, + "resource_type": "permission*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a permission request", + "privilege": "CreatePermissionRequest", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "time-series" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "permission*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an access policy", - "privilege": "UpdateAccessPolicy", + "access_level": "Read", + "description": "Grants permission to get a permission request", + "privilege": "GetPermissionRequest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "access-policy*" + "resource_type": "permission*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an asset", - "privilege": "UpdateAsset", + "access_level": "Read", + "description": "Grants permission to list permission requests", + "privilege": "ListPermissionRequests", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset*" + "resource_type": "permission*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an asset model", - "privilege": "UpdateAssetModel", + "description": "Grants permission to reject a permission request", + "privilege": "RejectPermissionRequest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset-model*" + "resource_type": "permission*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an AssetModel property routing", - "privilege": "UpdateAssetModelPropertyRouting", + "description": "Grants permission to revoke a permission request which was previously approved", + "privilege": "RevokePermissionRequest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset-model*" + "resource_type": "permission*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an asset property", - "privilege": "UpdateAssetProperty", + "description": "Grants permission to withdraw a permission request that has not been approved or declined", + "privilege": "WithdrawPermissionRequest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "asset*" + "resource_type": "permission*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:iq-permission:${Region}::permission/${PermissionRequestId}", + "condition_keys": [], + "resource": "permission" + } + ], + "service_name": "AWS IQ Permissions" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags associated with the request", + "type": "String" }, { - "access_level": "Write", - "description": "Grants permission to update a dashboard", - "privilege": "UpdateDashboard", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "ivs", + "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to get multiple channels simultaneously by channel ARN", + "privilege": "BatchGetChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dashboard*" + "resource_type": "Channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a gateway", - "privilege": "UpdateGateway", + "access_level": "Read", + "description": "Grants permission to get multiple stream keys simultaneously by stream key ARN", + "privilege": "BatchGetStreamKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "gateway*" + "resource_type": "Stream-Key*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a capability configuration for a gateway", - "privilege": "UpdateGatewayCapabilityConfiguration", + "description": "Grants permission to perform StartViewerSessionRevocation on multiple channel ARN and viewer ID pairs simultaneously", + "privilege": "BatchStartViewerSessionRevocation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "gateway*" + "resource_type": "Channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a portal", - "privilege": "UpdatePortal", + "description": "Grants permission to create a new channel and an associated stream key", + "privilege": "CreateChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "portal*" + "resource_type": "Channel*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Stream-Key*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a project", - "privilege": "UpdateProject", + "description": "Grants permission to create a new encoder configuration", + "privilege": "CreateEncoderConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "Encoder-Configuration*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "asset" - }, - { - "arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "asset-model" - }, - { - "arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:time-series/${TimeSeriesId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "time-series" - }, - { - "arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "gateway" - }, - { - "arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "portal" - }, - { - "arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:project/${ProjectId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "project" - }, - { - "arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "dashboard" - }, - { - "arn": "arn:${Partition}:iotsitewise:${Region}:${Account}:access-policy/${AccessPolicyId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "access-policy" - } - ], - "service_name": "AWS IoT SiteWise" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tag key-value pairs in the request", - "type": "String" }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags attached to the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "iottwinmaker", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to set values for multiple time series properties", - "privilege": "BatchPutPropertyValues", + "description": "Grants permission to create a participant token", + "privilege": "CreateParticipantToken", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iottwinmaker:GetComponentType", - "iottwinmaker:GetEntity", - "iottwinmaker:GetWorkspace" - ], - "resource_type": "workspace*" + "dependent_actions": [], + "resource_type": "Stage*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "entity" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a componentType", - "privilege": "CreateComponentType", + "description": "Grants permission to create a a new recording configuration", + "privilege": "CreateRecordingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Recording-Configuration*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -135056,18 +150142,18 @@ }, { "access_level": "Write", - "description": "Grants permission to create an entity", - "privilege": "CreateEntity", + "description": "Grants permission to create a stage", + "privilege": "CreateStage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Stage*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -135076,18 +150162,18 @@ }, { "access_level": "Write", - "description": "Grants permission to create a scene", - "privilege": "CreateScene", + "description": "Grants permission to create a new storage configuration", + "privilege": "CreateStorageConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Storage-Configuration*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -135096,18 +150182,18 @@ }, { "access_level": "Write", - "description": "Grants permission to create a sync job", - "privilege": "CreateSyncJob", + "description": "Grants permission to create a stream key", + "privilege": "CreateStreamKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Stream-Key*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -135116,353 +150202,484 @@ }, { "access_level": "Write", - "description": "Grants permission to create a workspace", - "privilege": "CreateWorkspace", + "description": "Grants permission to delete a channel and channel's stream keys", + "privilege": "DeleteChannel", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Channel*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Stream-Key*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a componentType", - "privilege": "DeleteComponentType", + "description": "Grants permission to delete an encoder configuration for the specified ARN", + "privilege": "DeleteEncoderConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "componentType*" - }, + "resource_type": "Encoder-Configuration*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the playback key pair for a specified ARN", + "privilege": "DeletePlaybackKeyPair", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Playback-Key-Pair*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an entity", - "privilege": "DeleteEntity", + "description": "Grants permission to delete a recording configuration for the specified ARN", + "privilege": "DeleteRecordingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity*" - }, + "resource_type": "Recording-Configuration*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the stage for a specified ARN", + "privilege": "DeleteStage", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Stage*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a scene", - "privilege": "DeleteScene", + "description": "Grants permission to delete an storage configuration for the specified ARN", + "privilege": "DeleteStorageConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "scene*" - }, + "resource_type": "Storage-Configuration*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the stream key for a specified ARN", + "privilege": "DeleteStreamKey", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Stream-Key*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a sync job", - "privilege": "DeleteSyncJob", + "description": "Grants permission to disconnect a participant from for the specified stage ARN", + "privilege": "DisconnectParticipant", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "syncJob*" - }, + "resource_type": "Stage*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the channel configuration for a specified channel ARN", + "privilege": "GetChannel", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a workspace", - "privilege": "DeleteWorkspace", + "access_level": "Read", + "description": "Grants permission to get the composition for the specified ARN", + "privilege": "GetComposition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Composition*" } ] }, { "access_level": "Read", - "description": "Grants permission to execute query", - "privilege": "ExecuteQuery", + "description": "Grants permission to get the encoder configuration for the specified ARN", + "privilege": "GetEncoderConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Encoder-Configuration*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a componentType", - "privilege": "GetComponentType", + "description": "Grants permission to get participant information for a specified stage ARN, session, and participant", + "privilege": "GetParticipant", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "componentType*" - }, + "resource_type": "Stage*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the playback keypair information for a specified ARN", + "privilege": "GetPlaybackKeyPair", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Playback-Key-Pair*" } ] }, { "access_level": "Read", - "description": "Grants permission to get an entity", - "privilege": "GetEntity", + "description": "Grants permission to get the recording configuration for the specified ARN", + "privilege": "GetRecordingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity*" - }, + "resource_type": "Recording-Configuration*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get stage information for a specified ARN", + "privilege": "GetStage", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Stage*" } ] }, { "access_level": "Read", - "description": "Grants permission to get pricing plan", - "privilege": "GetPricingPlan", + "description": "Grants permission to get stage session information for a specified stage ARN and session", + "privilege": "GetStageSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Stage*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the property values", - "privilege": "GetPropertyValue", + "description": "Grants permission to get the storage configuration for the specified ARN", + "privilege": "GetStorageConfiguration", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iottwinmaker:GetComponentType", - "iottwinmaker:GetEntity", - "iottwinmaker:GetWorkspace" - ], - "resource_type": "workspace*" - }, + "dependent_actions": [], + "resource_type": "Storage-Configuration*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get information about the active (live) stream on a specified channel", + "privilege": "GetStream", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "componentType" - }, + "resource_type": "Channel*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get stream-key information for a specified ARN", + "privilege": "GetStreamKey", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity" + "resource_type": "Stream-Key*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the time series value history", - "privilege": "GetPropertyValueHistory", + "description": "Grants permission to get information about the stream session on a specified channel", + "privilege": "GetStreamSession", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iottwinmaker:GetComponentType", - "iottwinmaker:GetEntity", - "iottwinmaker:GetWorkspace" - ], - "resource_type": "workspace*" - }, + "dependent_actions": [], + "resource_type": "Channel*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to import the public key", + "privilege": "ImportPlaybackKeyPair", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "componentType" + "resource_type": "Playback-Key-Pair*" }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get summary information about channels", + "privilege": "ListChannels", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity" + "resource_type": "Channel*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a scene", - "privilege": "GetScene", + "access_level": "List", + "description": "Grants permission to get summary information about compositions", + "privilege": "ListCompositions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "scene*" + "resource_type": "Encoder-Configuration" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Stage" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a sync job", - "privilege": "GetSyncJob", + "access_level": "List", + "description": "Grants permission to get summary information about encoder configurations", + "privilege": "ListEncoderConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "syncJob*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list participant events for a specified stage ARN, session, and participant", + "privilege": "ListParticipantEvents", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Stage*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a workspace", - "privilege": "GetWorkspace", + "access_level": "List", + "description": "Grants permission to list participants for a specified stage ARN and session", + "privilege": "ListParticipants", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Stage*" } ] }, { "access_level": "List", - "description": "Grants permission to list all componentTypes in a workspace", - "privilege": "ListComponentTypes", + "description": "Grants permission to get summary information about playback key pairs", + "privilege": "ListPlaybackKeyPairs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Playback-Key-Pair*" } ] }, { "access_level": "List", - "description": "Grants permission to list all entities in a workspace", - "privilege": "ListEntities", + "description": "Grants permission to get summary information about recording configurations", + "privilege": "ListRecordingConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Recording-Configuration*" } ] }, { "access_level": "List", - "description": "Grants permission to list all scenes in a workspace", - "privilege": "ListScenes", + "description": "Grants permission to list stage sessions for a specified stage ARN", + "privilege": "ListStageSessions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Stage*" } ] }, { "access_level": "List", - "description": "Grants permission to list all sync jobs in a workspace", - "privilege": "ListSyncJobs", + "description": "Grants permission to get summary information about stages", + "privilege": "ListStages", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Stage*" } ] }, { "access_level": "List", - "description": "Grants permission to list all sync resources for a sync job", - "privilege": "ListSyncResources", + "description": "Grants permission to get summary information about storage configurations", + "privilege": "ListStorageConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "syncJob*" + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get summary information about stream keys", + "privilege": "ListStreamKeys", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Channel*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Stream-Key*" } ] }, { "access_level": "List", - "description": "Grants permission to list all tags for a resource", + "description": "Grants permission to get summary information about streams sessions on a specified channel", + "privilege": "ListStreamSessions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Channel*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get summary information about live streams", + "privilege": "ListStreams", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Channel*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get information about the tags for a specified ARN", "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "componentType" + "resource_type": "Channel" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity" + "resource_type": "Composition" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "scene" + "resource_type": "Encoder-Configuration" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "syncJob" + "resource_type": "Playback-Key-Pair" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace" + "resource_type": "Recording-Configuration" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Stage" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Storage-Configuration" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Stream-Key" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -135470,90 +150687,137 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all workspaces", - "privilege": "ListWorkspaces", + "access_level": "Write", + "description": "Grants permission to insert metadata into an RTMP stream for a specified channel", + "privilege": "PutMetadata", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Channel*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to start a new composition", + "privilege": "StartComposition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "componentType" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "entity" + "resource_type": "Encoder-Configuration*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "scene" + "resource_type": "Stage*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "syncJob" + "resource_type": "Channel" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace" + "resource_type": "Storage-Configuration" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" } ] }, + { + "access_level": "Write", + "description": "Grants permission to start the process of revoking the viewer session associated with a specified channel ARN and viewer ID", + "privilege": "StartViewerSessionRevocation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Channel*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to stop the composition for the specified ARN", + "privilege": "StopComposition", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Composition*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disconnect a streamer on a specified channel", + "privilege": "StopStream", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Channel*" + } + ] + }, { "access_level": "Tagging", - "description": "Grants permission to untag a resource", - "privilege": "UntagResource", + "description": "Grants permission to add or update tags for a resource with a specified ARN", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "componentType" + "resource_type": "Channel" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity" + "resource_type": "Composition" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "scene" + "resource_type": "Encoder-Configuration" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "syncJob" + "resource_type": "Playback-Key-Pair" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace" + "resource_type": "Recording-Configuration" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Stage" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Storage-Configuration" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Stream-Key" }, { "condition_keys": [ - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -135561,372 +150825,334 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update a componentType", - "privilege": "UpdateComponentType", + "access_level": "Tagging", + "description": "Grants permission to remove tags for a resource with a specified ARN", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "componentType*" + "resource_type": "Channel" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update an entity", - "privilege": "UpdateEntity", - "resource_types": [ + "resource_type": "Composition" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "entity*" + "resource_type": "Encoder-Configuration" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update pricing plan", - "privilege": "UpdatePricingPlan", - "resource_types": [ + "resource_type": "Playback-Key-Pair" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Recording-Configuration" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Stage" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "Storage-Configuration" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Stream-Key" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a scene", - "privilege": "UpdateScene", + "description": "Grants permission to update a channel's configuration", + "privilege": "UpdateChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "scene*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a workspace", - "privilege": "UpdateWorkspace", + "description": "Grants permission to update a stage's configuration", + "privilege": "UpdateStage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workspace*" + "resource_type": "Stage*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:iottwinmaker:${Region}:${Account}:workspace/${WorkspaceId}", + "arn": "arn:${Partition}:ivs:${Region}:${Account}:channel/${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "workspace" + "resource": "Channel" }, { - "arn": "arn:${Partition}:iottwinmaker:${Region}:${Account}:workspace/${WorkspaceId}/entity/${EntityId}", + "arn": "arn:${Partition}:ivs:${Region}:${Account}:stream-key/${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "entity" + "resource": "Stream-Key" }, { - "arn": "arn:${Partition}:iottwinmaker:${Region}:${Account}:workspace/${WorkspaceId}/component-type/${ComponentTypeId}", + "arn": "arn:${Partition}:ivs:${Region}:${Account}:playback-key/${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "componentType" + "resource": "Playback-Key-Pair" }, { - "arn": "arn:${Partition}:iottwinmaker:${Region}:${Account}:workspace/${WorkspaceId}/scene/${SceneId}", + "arn": "arn:${Partition}:ivs:${Region}:${Account}:recording-configuration/${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "scene" + "resource": "Recording-Configuration" }, { - "arn": "arn:${Partition}:iottwinmaker:${Region}:${Account}:workspace/${WorkspaceId}/sync-job/${SyncJobId}", + "arn": "arn:${Partition}:ivs:${Region}:${Account}:stage/${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "syncJob" + "resource": "Stage" + }, + { + "arn": "arn:${Partition}:ivs:${Region}:${Account}:composition/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Composition" + }, + { + "arn": "arn:${Partition}:ivs:${Region}:${Account}:encoder-configuration/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Encoder-Configuration" + }, + { + "arn": "arn:${Partition}:ivs:${Region}:${Account}:storage-configuration/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Storage-Configuration" } ], - "service_name": "AWS IoT TwinMaker" + "service_name": "Amazon Interactive Video Service" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by a tag key that is present in the request that the user makes to IoT Wireless", + "description": "Filters access by the tags associated with the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key component of a tag attached to an IoT Wireless resource", + "description": "Filters access by the tags associated with the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by the list of all the tag key names associated with the resource in the request", + "description": "Filters access by the tag keys that are passed in the request", "type": "ArrayOfString" } ], - "prefix": "iotwireless", + "prefix": "ivschat", "privileges": [ { "access_level": "Write", - "description": "Grants permission to link partner accounts with AWS account", - "privilege": "AssociateAwsAccountWithPartnerAccount", - "resource_types": [ - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to associate the MulticastGroup with FuotaTask", - "privilege": "AssociateMulticastGroupWithFuotaTask", + "description": "Grants permission to create an encrypted token that is used to establish an individual WebSocket connection to a room", + "privilege": "CreateChatToken", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "FuotaTask*" + "resource_type": "Room*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "MulticastGroup*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to associate the wireless device with FuotaTask", - "privilege": "AssociateWirelessDeviceWithFuotaTask", + "description": "Grants permission to create a logging configuration that allows clients to record room messages", + "privilege": "CreateLoggingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "FuotaTask*" + "resource_type": "Logging-Configuration*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "WirelessDevice*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to associate the WirelessDevice with MulticastGroup", - "privilege": "AssociateWirelessDeviceWithMulticastGroup", + "description": "Grants permission to create a room that allows clients to connect and pass messages", + "privilege": "CreateRoom", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MulticastGroup*" + "resource_type": "Room*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "WirelessDevice*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to associate the wireless device with AWS IoT thing for a given wirelessDeviceId", - "privilege": "AssociateWirelessDeviceWithThing", + "description": "Grants permission to delete the logging configuration for a specified logging configuration ARN", + "privilege": "DeleteLoggingConfiguration", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "iot:DescribeThing" - ], - "resource_type": "WirelessDevice*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" + "resource_type": "Logging-Configuration*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate a WirelessGateway with the IoT Core Identity certificate", - "privilege": "AssociateWirelessGatewayWithCertificate", + "description": "Grants permission to send an event to a specific room which directs clients to delete a specific message", + "privilege": "DeleteMessage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessGateway*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "cert*" + "resource_type": "Room*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate the wireless gateway with AWS IoT thing for a given wirelessGatewayId", - "privilege": "AssociateWirelessGatewayWithThing", + "description": "Grants permission to delete the room for a specified room ARN", + "privilege": "DeleteRoom", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "iot:DescribeThing" - ], - "resource_type": "WirelessGateway*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" + "resource_type": "Room*" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel the MulticastGroup session", - "privilege": "CancelMulticastGroupSession", + "description": "Grants permission to disconnect all connections using a specified user ID from a room", + "privilege": "DisconnectUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MulticastGroup*" + "resource_type": "Room*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a Destination resource", - "privilege": "CreateDestination", + "access_level": "Read", + "description": "Grants permission to get the logging configuration for a specified logging configuration ARN", + "privilege": "GetLoggingConfiguration", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Logging-Configuration*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a DeviceProfile resource", - "privilege": "CreateDeviceProfile", + "access_level": "Read", + "description": "Grants permission to get the room configuration for a specified room ARN", + "privilege": "GetRoom", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Room*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a FuotaTask resource", - "privilege": "CreateFuotaTask", + "access_level": "List", + "description": "Grants permission to get summary information about logging configurations", + "privilege": "ListLoggingConfigurations", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Logging-Configuration*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a MulticastGroup resource", - "privilege": "CreateMulticastGroup", + "access_level": "List", + "description": "Grants permission to get summary information about rooms", + "privilege": "ListRooms", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Room*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a NetworkAnalyzerConfiguration resource", - "privilege": "CreateNetworkAnalyzerConfiguration", + "access_level": "Read", + "description": "Grants permission to get information about the tags for a specified ARN", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MulticastGroup*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessDevice*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessGateway*" + "resource_type": "Room" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a ServiceProfile resource", - "privilege": "CreateServiceProfile", - "resource_types": [ - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -135935,55 +151161,35 @@ }, { "access_level": "Write", - "description": "Grants permission to create a WirelessDevice resource with given Destination", - "privilege": "CreateWirelessDevice", + "description": "Grants permission to send an event to a room", + "privilege": "SendEvent", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Room*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a WirelessGateway resource", - "privilege": "CreateWirelessGateway", + "access_level": "Tagging", + "description": "Grants permission to add or update tags for a resource with a specified ARN", + "privilege": "TagResource", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a task for a given WirelessGateway", - "privilege": "CreateWirelessGatewayTask", - "resource_types": [ + "resource_type": "Logging-Configuration" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessGateway*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a WirelessGateway task definition", - "privilege": "CreateWirelessGatewayTaskDefinition", - "resource_types": [ + "resource_type": "Room" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -135991,307 +151197,362 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete a Destination", - "privilege": "DeleteDestination", + "access_level": "Tagging", + "description": "Grants permission to remove tags for a resource with a specified ARN", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Destination*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a DeviceProfile", - "privilege": "DeleteDeviceProfile", - "resource_types": [ + "resource_type": "Logging-Configuration" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "DeviceProfile*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete the FuotaTask", - "privilege": "DeleteFuotaTask", - "resource_types": [ + "resource_type": "Room" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "FuotaTask*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the MulticastGroup", - "privilege": "DeleteMulticastGroup", + "description": "Grants permission to update the logging configuration for a specified logging configuration ARN", + "privilege": "UpdateLoggingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MulticastGroup*" + "resource_type": "Logging-Configuration*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the NetworkAnalyzerConfiguration", - "privilege": "DeleteNetworkAnalyzerConfiguration", + "description": "Grants permission to update the room configuration for a specified room ARN", + "privilege": "UpdateRoom", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "NetworkAnalyzerConfiguration*" + "resource_type": "Room*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:ivschat:${Region}:${Account}:room/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Room" }, { - "access_level": "Write", - "description": "Grants permission to delete QueuedMessages", - "privilege": "DeleteQueuedMessages", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] + "arn": "arn:${Partition}:ivschat:${Region}:${Account}:logging-configuration/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Logging-Configuration" + } + ], + "service_name": "Amazon Interactive Video Service Chat" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request", + "type": "String" }, { - "access_level": "Write", - "description": "Grants permission to delete a ServiceProfile", - "privilege": "DeleteServiceProfile", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ServiceProfile*" - } - ] + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag key-value pairs attached to the resource", + "type": "String" }, { - "access_level": "Write", - "description": "Grants permission to delete a WirelessDevice", - "privilege": "DeleteWirelessDevice", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessDevice*" - } - ] + "condition": "aws:TagKeys", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" }, + { + "condition": "kafka:publicAccessEnabled", + "description": "Filters access by the presence of public access enabled in the request", + "type": "Bool" + } + ], + "prefix": "kafka", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to delete the wireless device import task", - "privilege": "DeleteWirelessDeviceImportTask", + "description": "Grants permission to associate one or more Scram Secrets with an Amazon MSK cluster", + "privilege": "BatchAssociateScramSecret", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessDeviceImportTask*" + "dependent_actions": [ + "kms:CreateGrant", + "kms:RetireGrant" + ], + "resource_type": "cluster*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a WirelessGateway", - "privilege": "DeleteWirelessGateway", + "description": "Grants permission to disassociate one or more Scram Secrets from an Amazon MSK cluster", + "privilege": "BatchDisassociateScramSecret", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessGateway*" + "dependent_actions": [ + "kms:RetireGrant" + ], + "resource_type": "cluster*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete task for a given WirelessGateway", - "privilege": "DeleteWirelessGatewayTask", + "description": "Grants permission to create an MSK cluster", + "privilege": "CreateCluster", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs", + "iam:AttachRolePolicy", + "iam:CreateServiceLinkedRole", + "iam:PutRolePolicy", + "kms:CreateGrant", + "kms:DescribeKey" + ], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "WirelessGateway*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a WirelessGateway task definition", - "privilege": "DeleteWirelessGatewayTaskDefinition", + "description": "Grants permission to create an MSK cluster", + "privilege": "CreateClusterV2", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "ec2:CreateTags", + "ec2:CreateVpcEndpoint", + "ec2:DeleteVpcEndpoints", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcAttribute", + "ec2:DescribeVpcEndpoints", + "ec2:DescribeVpcs", + "iam:AttachRolePolicy", + "iam:CreateServiceLinkedRole", + "iam:PutRolePolicy", + "kms:CreateGrant", + "kms:DescribeKey" + ], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "WirelessGatewayTaskDefinition*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to deregister wireless device", - "privilege": "DeregisterWirelessDevice", + "description": "Grants permission to create an MSK configuration", + "privilege": "CreateConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessDevice*" + "resource_type": "configuration*" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate an AWS account from a partner account", - "privilege": "DisassociateAwsAccountFromPartnerAccount", + "description": "Grants permission to create a MSK replicator", + "privilege": "CreateReplicator", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs", + "iam:AttachRolePolicy", + "iam:CreateServiceLinkedRole", + "iam:PassRole", + "iam:PutRolePolicy", + "kafka:DescribeClusterV2", + "kafka:GetBootstrapBrokers" + ], + "resource_type": "replicator*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "SidewalkAccount*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate the MulticastGroup from FuotaTask", - "privilege": "DisassociateMulticastGroupFromFuotaTask", + "description": "Grants permission to create a MSK VPC connection", + "privilege": "CreateVpcConnection", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "FuotaTask*" + "dependent_actions": [ + "ec2:CreateTags", + "ec2:CreateVpcEndpoint", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcAttribute", + "ec2:DescribeVpcEndpoints", + "ec2:DescribeVpcs", + "iam:AttachRolePolicy", + "iam:CreateServiceLinkedRole", + "iam:PutRolePolicy" + ], + "resource_type": "cluster*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "MulticastGroup*" + "resource_type": "vpc-connection*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate the wireless device from FuotaTask", - "privilege": "DisassociateWirelessDeviceFromFuotaTask", + "description": "Grants permission to delete an MSK cluster", + "privilege": "DeleteCluster", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "FuotaTask*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessDevice*" + "dependent_actions": [ + "ec2:DeleteVpcEndpoints", + "ec2:DescribeVpcAttribute", + "ec2:DescribeVpcEndpoints" + ], + "resource_type": "cluster*" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate the wireless device from MulticastGroup", - "privilege": "DisassociateWirelessDeviceFromMulticastGroup", + "description": "Grants permission to delete a cluster resource-based policy", + "privilege": "DeleteClusterPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MulticastGroup*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessDevice*" + "resource_type": "cluster*" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate a wireless device from a AWS IoT thing", - "privilege": "DisassociateWirelessDeviceFromThing", + "description": "Grants permission to delete the specified MSK configuration", + "privilege": "DeleteConfiguration", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "iot:DescribeThing" - ], - "resource_type": "WirelessDevice*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "thing*" + "resource_type": "configuration*" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate a WirelessGateway from a IoT Core Identity certificate", - "privilege": "DisassociateWirelessGatewayFromCertificate", + "description": "Grants permission to delete a MSK replicator", + "privilege": "DeleteReplicator", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessGateway*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "cert*" + "resource_type": "replicator*" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate a WirelessGateway from a IoT Core thing", - "privilege": "DisassociateWirelessGatewayFromThing", + "description": "Grants permission to delete a MSK VPC connection", + "privilege": "DeleteVpcConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "iot:DescribeThing" + "ec2:DeleteVpcEndpoints", + "ec2:DescribeVpcEndpoints" ], - "resource_type": "WirelessGateway*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "thing*" + "resource_type": "vpc-connection*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the Destination", - "privilege": "GetDestination", + "description": "Grants permission to describe an MSK cluster", + "privilege": "DescribeCluster", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Destination*" + "resource_type": "cluster*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the DeviceProfile", - "privilege": "GetDeviceProfile", + "description": "Grants permission to describe the cluster operation that is specified by the given ARN", + "privilege": "DescribeClusterOperation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "DeviceProfile*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get event configuration by resource types", - "privilege": "GetEventConfigurationByResourceTypes", + "description": "Grants permission to describe the cluster operation that is specified by the given ARN", + "privilege": "DescribeClusterOperationV2", "resource_types": [ { "condition_keys": [], @@ -136302,182 +151563,152 @@ }, { "access_level": "Read", - "description": "Grants permission to get the FuotaTask", - "privilege": "GetFuotaTask", + "description": "Grants permission to describe an MSK cluster", + "privilege": "DescribeClusterV2", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "FuotaTask*" + "resource_type": "cluster*" } ] }, { "access_level": "Read", - "description": "Grants permission to get log levels by resource types", - "privilege": "GetLogLevelsByResourceTypes", + "description": "Grants permission to describe an MSK configuration", + "privilege": "DescribeConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "configuration*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the MulticastGroup", - "privilege": "GetMulticastGroup", + "description": "Grants permission to describe an MSK configuration revision", + "privilege": "DescribeConfigurationRevision", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MulticastGroup*" + "resource_type": "configuration*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the MulticastGroup session", - "privilege": "GetMulticastGroupSession", + "description": "Grants permission to describe a MSK replicator", + "privilege": "DescribeReplicator", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MulticastGroup*" + "resource_type": "replicator*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the NetworkAnalyzerConfiguration", - "privilege": "GetNetworkAnalyzerConfiguration", + "description": "Grants permission to describe a MSK VPC connection", + "privilege": "DescribeVpcConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "NetworkAnalyzerConfiguration*" + "resource_type": "vpc-connection*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the associated PartnerAccount", - "privilege": "GetPartnerAccount", + "description": "Grants permission to get connection details for the brokers in an MSK cluster", + "privilege": "GetBootstrapBrokers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SidewalkAccount*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get position for a given resource", - "privilege": "GetPosition", + "description": "Grants permission to describe a cluster resource-based policy", + "privilege": "GetClusterPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessDevice" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessGateway" + "resource_type": "cluster*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get position configuration for a given resource", - "privilege": "GetPositionConfiguration", + "access_level": "List", + "description": "Grants permission to get a list of the Apache Kafka versions to which you can update an MSK cluster", + "privilege": "GetCompatibleKafkaVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessDevice" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessGateway" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get position estimate", - "privilege": "GetPositionEstimate", + "access_level": "List", + "description": "Grants permission to list all MSK VPC connections created for a cluster", + "privilege": "ListClientVpcConnections", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "cluster*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get an event configuration for an identifier", - "privilege": "GetResourceEventConfiguration", + "access_level": "List", + "description": "Grants permission to return a list of all the operations that have been performed on the specified MSK cluster", + "privilege": "ListClusterOperations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SidewalkAccount" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessDevice" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessGateway" + "resource_type": "cluster*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get resource log level", - "privilege": "GetResourceLogLevel", + "access_level": "List", + "description": "Grants permission to return a list of all the operations that have been performed on the specified MSK cluster", + "privilege": "ListClusterOperationsV2", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessDevice" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessGateway" + "resource_type": "cluster*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get position for a given resource", - "privilege": "GetResourcePosition", + "access_level": "List", + "description": "Grants permission to list all MSK clusters in this account", + "privilege": "ListClusters", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessDevice" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessGateway" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the customer account specific endpoint for CUPS protocol connection or LoRaWAN Network Server (LNS) protocol connection, and optionally server trust certificate in PEM format", - "privilege": "GetServiceEndpoint", + "access_level": "List", + "description": "Grants permission to list all MSK clusters in this account", + "privilege": "ListClustersV2", "resource_types": [ { "condition_keys": [], @@ -136487,736 +151718,752 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get the ServiceProfile", - "privilege": "GetServiceProfile", + "access_level": "List", + "description": "Grants permission to list all revisions for an MSK configuration in this account", + "privilege": "ListConfigurationRevisions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ServiceProfile*" + "resource_type": "configuration*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the WirelessDevice", - "privilege": "GetWirelessDevice", + "access_level": "List", + "description": "Grants permission to list all MSK configurations in this account", + "privilege": "ListConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessDevice*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the wireless device import task", - "privilege": "GetWirelessDeviceImportTask", + "access_level": "List", + "description": "Grants permission to list all Apache Kafka versions supported by Amazon MSK", + "privilege": "ListKafkaVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessDeviceImportTask*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get statistics info for a given WirelessDevice", - "privilege": "GetWirelessDeviceStatistics", + "access_level": "List", + "description": "Grants permission to list brokers in an MSK cluster", + "privilege": "ListNodes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessDevice*" + "resource_type": "cluster*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the WirelessGateway", - "privilege": "GetWirelessGateway", + "access_level": "List", + "description": "Grants permission to list all MSK replicators in this account", + "privilege": "ListReplicators", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessGateway*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the IoT Core Identity certificate id associated with the WirelessGateway", - "privilege": "GetWirelessGatewayCertificate", + "access_level": "List", + "description": "Grants permission to list the Scram Secrets associated with an Amazon MSK cluster", + "privilege": "ListScramSecrets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessGateway*" + "resource_type": "cluster*" } ] }, { "access_level": "Read", - "description": "Grants permission to get Current firmware version and other information for the WirelessGateway", - "privilege": "GetWirelessGatewayFirmwareInformation", + "description": "Grants permission to list tags of an MSK resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessGateway*" + "resource_type": "cluster*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get statistics info for a given WirelessGateway", - "privilege": "GetWirelessGatewayStatistics", + "access_level": "List", + "description": "Grants permission to list all MSK VPC connections that this account uses", + "privilege": "ListVpcConnections", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessGateway*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the task for a given WirelessGateway", - "privilege": "GetWirelessGatewayTask", + "access_level": "Write", + "description": "Grants permission to create or update the resource-based policy for a cluster", + "privilege": "PutClusterPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessGateway*" + "resource_type": "cluster*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the given WirelessGateway task definition", - "privilege": "GetWirelessGatewayTaskDefinition", + "access_level": "Write", + "description": "Grants permission to reboot broker", + "privilege": "RebootBroker", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessGatewayTaskDefinition*" + "resource_type": "cluster*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list information of available Destinations based on the AWS account", - "privilege": "ListDestinations", + "access_level": "Write", + "description": "Grants permission to reject a MSK VPC connection", + "privilege": "RejectClientVpcConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "cluster*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "vpc-connection*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list information of available DeviceProfiles based on the AWS account", - "privilege": "ListDeviceProfiles", + "access_level": "Tagging", + "description": "Grants permission to tag an MSK resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "cluster" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "vpc-connection" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list information of devices by wireless device import task based on the AWS account", - "privilege": "ListDevicesForWirelessDeviceImportTask", + "access_level": "Tagging", + "description": "Grants permission to remove tags from an MSK resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessDeviceImportTask*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to list information of available event configurations based on the AWS account", - "privilege": "ListEventConfigurations", - "resource_types": [ + "resource_type": "cluster" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "vpc-connection" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list information of available FuotaTasks based on the AWS account", - "privilege": "ListFuotaTasks", + "access_level": "Write", + "description": "Grants permission to update the number of brokers of the MSK cluster", + "privilege": "UpdateBrokerCount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "cluster*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list information of available MulticastGroups based on the AWS account", - "privilege": "ListMulticastGroups", + "access_level": "Write", + "description": "Grants permission to update the storage size of the brokers of the MSK cluster", + "privilege": "UpdateBrokerStorage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "cluster*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list information of available MulticastGroups by FuotaTask based on the AWS account", - "privilege": "ListMulticastGroupsByFuotaTask", + "access_level": "Write", + "description": "Grants permission to update the broker type of an Amazon MSK cluster", + "privilege": "UpdateBrokerType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "FuotaTask*" + "resource_type": "cluster*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list information of available NetworkAnalyzerConfigurations based on the AWS account", - "privilege": "ListNetworkAnalyzerConfigurations", + "access_level": "Write", + "description": "Grants permission to update the configuration of the MSK cluster", + "privilege": "UpdateClusterConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "cluster*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "configuration*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the available partner accounts", - "privilege": "ListPartnerAccounts", + "access_level": "Write", + "description": "Grants permission to update the MSK cluster to the specified Apache Kafka version", + "privilege": "UpdateClusterKafkaVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "cluster*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list information of available position configurations based on the AWS account", - "privilege": "ListPositionConfigurations", + "access_level": "Write", + "description": "Grants permission to create a new revision of the MSK configuration", + "privilege": "UpdateConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "configuration*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the Queued Messages", - "privilege": "ListQueuedMessages", + "access_level": "Write", + "description": "Grants permission to update the connectivity settings for the MSK cluster", + "privilege": "UpdateConnectivity", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "ec2:DescribeRouteTables", + "ec2:DescribeSubnets" + ], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "kafka:publicAccessEnabled" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list information of available ServiceProfiles based on the AWS account", - "privilege": "ListServiceProfiles", + "access_level": "Write", + "description": "Grants permission to update the monitoring settings for the MSK cluster", + "privilege": "UpdateMonitoring", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "cluster*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list all tags for a given resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to update the replication info of the MSK replicator", + "privilege": "UpdateReplicationInfo", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Destination" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "DeviceProfile" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "FuotaTask" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "MulticastGroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "NetworkAnalyzerConfiguration" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ServiceProfile" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "SidewalkAccount" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessDevice" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessGateway" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessGatewayTaskDefinition" + "resource_type": "replicator*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list wireless device import tasks information of based on the AWS account", - "privilege": "ListWirelessDeviceImportTasks", + "access_level": "Write", + "description": "Grants permission to update the security settings for the MSK cluster", + "privilege": "UpdateSecurity", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "kms:RetireGrant" + ], + "resource_type": "cluster*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list information of available WirelessDevices based on the AWS account", - "privilege": "ListWirelessDevices", + "access_level": "Write", + "description": "Grants permission to update the EBS storage (size or provisioned throughput) associated with MSK brokers or set cluster storage mode to TIERED", + "privilege": "UpdateStorage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "cluster*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:kafka:${Region}:${Account}:cluster/${ClusterName}/${Uuid}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "cluster" }, { - "access_level": "Read", - "description": "Grants permission to list information of available WirelessGateway task definitions based on the AWS account", - "privilege": "ListWirelessGatewayTaskDefinitions", + "arn": "arn:${Partition}:kafka:${Region}:${Account}:configuration/${ConfigurationName}/${Uuid}", + "condition_keys": [], + "resource": "configuration" + }, + { + "arn": "arn:${Partition}:kafka:${Region}:${VpcOwnerAccount}:vpc-connection/${ClusterOwnerAccount}/${ClusterName}/${Uuid}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "vpc-connection" + }, + { + "arn": "arn:${Partition}:kafka:${Region}:${Account}:replicator/${ReplicatorName}/${Uuid}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "replicator" + }, + { + "arn": "arn:${Partition}:kafka:${Region}:${Account}:topic/${ClusterName}/${ClusterUuid}/${TopicName}", + "condition_keys": [], + "resource": "topic" + }, + { + "arn": "arn:${Partition}:kafka:${Region}:${Account}:group/${ClusterName}/${ClusterUuid}/${GroupName}", + "condition_keys": [], + "resource": "group" + }, + { + "arn": "arn:${Partition}:kafka:${Region}:${Account}:transactional-id/${ClusterName}/${ClusterUuid}/${TransactionalId}", + "condition_keys": [], + "resource": "transactional-id" + } + ], + "service_name": "Amazon Managed Streaming for Apache Kafka" + }, + { + "conditions": [ + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters actions based on tag key-value pairs attached to the resource. The resource tag context key will only apply to the cluster resource, not topics, groups and transactional IDs", + "type": "String" + } + ], + "prefix": "kafka-cluster", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to alter various aspects of the cluster, equivalent to Apache Kafka's ALTER CLUSTER ACL", + "privilege": "AlterCluster", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "kafka-cluster:Connect", + "kafka-cluster:DescribeCluster" + ], + "resource_type": "cluster*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list information of available WirelessGateways based on the AWS account", - "privilege": "ListWirelessGateways", + "access_level": "Write", + "description": "Grants permission to alter the dynamic configuration of a cluster, equivalent to Apache Kafka's ALTER_CONFIGS CLUSTER ACL", + "privilege": "AlterClusterDynamicConfiguration", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "kafka-cluster:Connect", + "kafka-cluster:DescribeClusterDynamicConfiguration" + ], + "resource_type": "cluster*" } ] }, { "access_level": "Write", - "description": "Grants permission to put position configuration for a given resource", - "privilege": "PutPositionConfiguration", + "description": "Grants permission to join groups on a cluster, equivalent to Apache Kafka's READ GROUP ACL", + "privilege": "AlterGroup", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessDevice" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessGateway" + "dependent_actions": [ + "kafka-cluster:Connect", + "kafka-cluster:DescribeGroup" + ], + "resource_type": "group*" } ] }, { "access_level": "Write", - "description": "Grants permission to put resource log level", - "privilege": "PutResourceLogLevel", + "description": "Grants permission to alter topics on a cluster, equivalent to Apache Kafka's ALTER TOPIC ACL", + "privilege": "AlterTopic", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessDevice" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessGateway" + "dependent_actions": [ + "kafka-cluster:Connect", + "kafka-cluster:DescribeTopic" + ], + "resource_type": "topic*" } ] }, { "access_level": "Write", - "description": "Grants permission to reset all resource log levels", - "privilege": "ResetAllResourceLogLevels", + "description": "Grants permission to alter the dynamic configuration of topics on a cluster, equivalent to Apache Kafka's ALTER_CONFIGS TOPIC ACL", + "privilege": "AlterTopicDynamicConfiguration", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "kafka-cluster:Connect", + "kafka-cluster:DescribeTopicDynamicConfiguration" + ], + "resource_type": "topic*" } ] }, { "access_level": "Write", - "description": "Grants permission to reset resource log level", - "privilege": "ResetResourceLogLevel", + "description": "Grants permission to alter transactional IDs on a cluster, equivalent to Apache Kafka's WRITE TRANSACTIONAL_ID ACL", + "privilege": "AlterTransactionalId", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessDevice" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessGateway" + "dependent_actions": [ + "kafka-cluster:Connect", + "kafka-cluster:DescribeTransactionalId", + "kafka-cluster:WriteData" + ], + "resource_type": "transactional-id*" } ] }, { "access_level": "Write", - "description": "Grants permission to send data to the MulticastGroup", - "privilege": "SendDataToMulticastGroup", + "description": "Grants permission to connect and authenticate to the cluster", + "privilege": "Connect", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MulticastGroup*" + "resource_type": "cluster*" } ] }, { "access_level": "Write", - "description": "Grants permission to send the decrypted application data frame to the target device", - "privilege": "SendDataToWirelessDevice", + "description": "Grants permission to create topics on a cluster, equivalent to Apache Kafka's CREATE CLUSTER/TOPIC ACL", + "privilege": "CreateTopic", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessDevice*" + "dependent_actions": [ + "kafka-cluster:Connect" + ], + "resource_type": "topic*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate the WirelessDevices with MulticastGroup", - "privilege": "StartBulkAssociateWirelessDeviceWithMulticastGroup", + "description": "Grants permission to delete groups on a cluster, equivalent to Apache Kafka's DELETE GROUP ACL", + "privilege": "DeleteGroup", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "MulticastGroup*" + "dependent_actions": [ + "kafka-cluster:Connect", + "kafka-cluster:DescribeGroup" + ], + "resource_type": "group*" } ] }, { "access_level": "Write", - "description": "Grants permission to bulk disassociate the WirelessDevices from MulticastGroup", - "privilege": "StartBulkDisassociateWirelessDeviceFromMulticastGroup", + "description": "Grants permission to delete topics on a cluster, equivalent to Apache Kafka's DELETE TOPIC ACL", + "privilege": "DeleteTopic", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "MulticastGroup*" + "dependent_actions": [ + "kafka-cluster:Connect", + "kafka-cluster:DescribeTopic" + ], + "resource_type": "topic*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start the FuotaTask", - "privilege": "StartFuotaTask", + "access_level": "List", + "description": "Grants permission to describe various aspects of the cluster, equivalent to Apache Kafka's DESCRIBE CLUSTER ACL", + "privilege": "DescribeCluster", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "FuotaTask*" + "dependent_actions": [ + "kafka-cluster:Connect" + ], + "resource_type": "cluster*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start the MulticastGroup session", - "privilege": "StartMulticastGroupSession", + "access_level": "List", + "description": "Grants permission to describe the dynamic configuration of a cluster, equivalent to Apache Kafka's DESCRIBE_CONFIGS CLUSTER ACL", + "privilege": "DescribeClusterDynamicConfiguration", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "MulticastGroup*" + "dependent_actions": [ + "kafka-cluster:Connect" + ], + "resource_type": "cluster*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start NetworkAnalyzer stream", - "privilege": "StartNetworkAnalyzerStream", + "access_level": "List", + "description": "Grants permission to describe groups on a cluster, equivalent to Apache Kafka's DESCRIBE GROUP ACL", + "privilege": "DescribeGroup", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "NetworkAnalyzerConfiguration*" + "dependent_actions": [ + "kafka-cluster:Connect" + ], + "resource_type": "group*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start the single wireless device import task", - "privilege": "StartSingleWirelessDeviceImportTask", + "access_level": "List", + "description": "Grants permission to describe topics on a cluster, equivalent to Apache Kafka's DESCRIBE TOPIC ACL", + "privilege": "DescribeTopic", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessDeviceImportTask*" + "dependent_actions": [ + "kafka-cluster:Connect" + ], + "resource_type": "topic*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start the wireless device import task", - "privilege": "StartWirelessDeviceImportTask", + "access_level": "List", + "description": "Grants permission to describe the dynamic configuration of topics on a cluster, equivalent to Apache Kafka's DESCRIBE_CONFIGS TOPIC ACL", + "privilege": "DescribeTopicDynamicConfiguration", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "kafka-cluster:Connect" + ], + "resource_type": "topic*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a given resource", - "privilege": "TagResource", + "access_level": "List", + "description": "Grants permission to describe transactional IDs on a cluster, equivalent to Apache Kafka's DESCRIBE TRANSACTIONAL_ID ACL", + "privilege": "DescribeTransactionalId", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "Destination" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "DeviceProfile" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "FuotaTask" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "MulticastGroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "NetworkAnalyzerConfiguration" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ServiceProfile" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "SidewalkAccount" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessDevice" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessDeviceImportTask" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessGateway" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessGatewayTaskDefinition" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "dependent_actions": [ + "kafka-cluster:Connect" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "transactional-id*" } ] }, { - "access_level": "Write", - "description": "Grants permission to simulate a provisioned device to send an uplink data with payload of 'Hello'", - "privilege": "TestWirelessDevice", + "access_level": "Read", + "description": "Grants permission to read data from topics on a cluster, equivalent to Apache Kafka's READ TOPIC ACL", + "privilege": "ReadData", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessDevice*" + "dependent_actions": [ + "kafka-cluster:AlterGroup", + "kafka-cluster:Connect", + "kafka-cluster:DescribeTopic" + ], + "resource_type": "topic*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove the given tags from the resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to write data to topics on a cluster, equivalent to Apache Kafka's WRITE TOPIC ACL", + "privilege": "WriteData", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "Destination" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "DeviceProfile" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "FuotaTask" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "MulticastGroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "NetworkAnalyzerConfiguration" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ServiceProfile" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "SidewalkAccount" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessDevice" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessDeviceImportTask" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessGateway" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessGatewayTaskDefinition" - }, - { - "condition_keys": [ - "aws:TagKeys" + "dependent_actions": [ + "kafka-cluster:Connect", + "kafka-cluster:DescribeTopic" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "topic*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a Destination resource", - "privilege": "UpdateDestination", + "description": "Grants permission to write data idempotently on a cluster, equivalent to Apache Kafka's IDEMPOTENT_WRITE CLUSTER ACL", + "privilege": "WriteDataIdempotently", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "Destination*" + "dependent_actions": [ + "kafka-cluster:Connect", + "kafka-cluster:WriteData" + ], + "resource_type": "cluster*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:kafka:${Region}:${Account}:cluster/${ClusterName}/${ClusterUuid}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "cluster" + }, + { + "arn": "arn:${Partition}:kafka:${Region}:${Account}:topic/${ClusterName}/${ClusterUuid}/${TopicName}", + "condition_keys": [], + "resource": "topic" + }, + { + "arn": "arn:${Partition}:kafka:${Region}:${Account}:group/${ClusterName}/${ClusterUuid}/${GroupName}", + "condition_keys": [], + "resource": "group" }, + { + "arn": "arn:${Partition}:kafka:${Region}:${Account}:transactional-id/${ClusterName}/${ClusterUuid}/${TransactionalId}", + "condition_keys": [], + "resource": "transactional-id" + } + ], + "service_name": "Apache Kafka APIs for Amazon MSK clusters" + }, + { + "conditions": [], + "prefix": "kafkaconnect", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to update event configuration by resource types", - "privilege": "UpdateEventConfigurationByResourceTypes", + "description": "Grants permission to create an MSK Connect connector", + "privilege": "CreateConnector", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs", + "firehose:TagDeliveryStream", + "iam:AttachRolePolicy", + "iam:CreateServiceLinkedRole", + "iam:PassRole", + "iam:PutRolePolicy", + "logs:CreateLogDelivery", + "logs:DescribeLogGroups", + "logs:DescribeResourcePolicies", + "logs:GetLogDelivery", + "logs:ListLogDeliveries", + "logs:PutResourcePolicy", + "s3:GetBucketPolicy", + "s3:PutBucketPolicy" + ], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the FuotaTask", - "privilege": "UpdateFuotaTask", + "description": "Grants permission to create an MSK Connect custom plugin", + "privilege": "CreateCustomPlugin", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "FuotaTask*" + "dependent_actions": [ + "s3:GetObject" + ], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update log levels by resource types", - "privilege": "UpdateLogLevelsByResourceTypes", + "description": "Grants permission to create an MSK Connect worker configuration", + "privilege": "CreateWorkerConfiguration", "resource_types": [ { "condition_keys": [], @@ -137227,394 +152474,348 @@ }, { "access_level": "Write", - "description": "Grants permission to update the MulticastGroup", - "privilege": "UpdateMulticastGroup", + "description": "Grants permission to delete an MSK Connect connector", + "privilege": "DeleteConnector", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "MulticastGroup*" + "dependent_actions": [ + "logs:DeleteLogDelivery", + "logs:ListLogDeliveries" + ], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the NetworkAnalyzerConfiguration", - "privilege": "UpdateNetworkAnalyzerConfiguration", + "description": "Grants permission to delete an MSK Connect custom plugin", + "privilege": "DeleteCustomPlugin", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MulticastGroup*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "NetworkAnalyzerConfiguration*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessDevice*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessGateway*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a partner account", - "privilege": "UpdatePartnerAccount", + "access_level": "Read", + "description": "Grants permission to describe an MSK Connect connector", + "privilege": "DescribeConnector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SidewalkAccount*" + "resource_type": "connector*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update position for a given resource", - "privilege": "UpdatePosition", + "access_level": "Read", + "description": "Grants permission to describe an MSK Connect custom plugin", + "privilege": "DescribeCustomPlugin", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessDevice" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessGateway" + "resource_type": "custom plugin*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an event configuration for an identifier", - "privilege": "UpdateResourceEventConfiguration", + "access_level": "Read", + "description": "Grants permission to describe an MSK Connect worker configuration", + "privilege": "DescribeWorkerConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SidewalkAccount" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessDevice" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessGateway" + "resource_type": "worker configuration*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update position for a given resource", - "privilege": "UpdateResourcePosition", + "access_level": "Read", + "description": "Grants permission to list all MSK Connect connectors in this account", + "privilege": "ListConnectors", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessDevice" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WirelessGateway" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a WirelessDevice resource", - "privilege": "UpdateWirelessDevice", + "access_level": "Read", + "description": "Grants permission to list all MSK Connect custom plugins in this account", + "privilege": "ListCustomPlugins", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessDevice*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a wireless device import task", - "privilege": "UpdateWirelessDeviceImportTask", + "access_level": "Read", + "description": "Grants permission to list all MSK Connect worker configurations in this account", + "privilege": "ListWorkerConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessDeviceImportTask*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a WirelessGateway resource", - "privilege": "UpdateWirelessGateway", + "description": "Grants permission to update an MSK Connect connector", + "privilege": "UpdateConnector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WirelessGateway*" + "resource_type": "" } ] } ], "resources": [ { - "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:WirelessDevice/${WirelessDeviceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "WirelessDevice" - }, - { - "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:WirelessGateway/${WirelessGatewayId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "WirelessGateway" - }, - { - "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:DeviceProfile/${DeviceProfileId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "DeviceProfile" - }, - { - "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:ServiceProfile/${ServiceProfileId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "ServiceProfile" - }, - { - "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:Destination/${DestinationName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Destination" - }, - { - "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:SidewalkAccount/${SidewalkAccountId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "SidewalkAccount" - }, - { - "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:WirelessGatewayTaskDefinition/${WirelessGatewayTaskDefinitionId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "WirelessGatewayTaskDefinition" - }, - { - "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:FuotaTask/${FuotaTaskId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "FuotaTask" - }, - { - "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:MulticastGroup/${MulticastGroupId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "MulticastGroup" + "arn": "arn:${Partition}:kafkaconnect:${Region}:${Account}:connector/${ConnectorName}/${UUID}", + "condition_keys": [], + "resource": "connector" }, { - "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:NetworkAnalyzerConfiguration/${NetworkAnalyzerConfigurationName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "NetworkAnalyzerConfiguration" + "arn": "arn:${Partition}:kafkaconnect:${Region}:${Account}:custom-plugin/${CustomPluginName}/${UUID}", + "condition_keys": [], + "resource": "custom plugin" }, { - "arn": "arn:${Partition}:iot:${Region}:${Account}:thing/${ThingName}", + "arn": "arn:${Partition}:kafkaconnect:${Region}:${Account}:worker-configuration/${WorkerConfigurationName}/${UUID}", "condition_keys": [], - "resource": "thing" + "resource": "worker configuration" + } + ], + "service_name": "Amazon Managed Streaming for Kafka Connect" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" }, { - "arn": "arn:${Partition}:iot:${Region}:${Account}:cert/${Certificate}", - "condition_keys": [], - "resource": "cert" + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" }, { - "arn": "arn:${Partition}:iotwireless:${Region}:${Account}:WirelessDeviceImportTask/${WirelessDeviceImportTaskId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "WirelessDeviceImportTask" + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" } ], - "service_name": "AWS IoT Wireless" - }, - { - "conditions": [], - "prefix": "iq", + "prefix": "kendra", "privileges": [ { "access_level": "Write", - "description": "Grants permission to accept an incoming voice/video call", - "privilege": "AcceptCall", + "description": "Grants permission to put principal mapping in index", + "privilege": "AssociateEntitiesToExperience", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "call*" + "resource_type": "experience*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to approve a payment request", - "privilege": "ApprovePaymentRequest", + "description": "Defines the specific permissions of users or groups in your AWS SSO identity source with access to your Amazon Kendra experience", + "privilege": "AssociatePersonasToEntities", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "paymentRequest*" + "resource_type": "experience*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to approve a proposal", - "privilege": "ApproveProposal", + "description": "Grants permission to batch delete document", + "privilege": "BatchDeleteDocument", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "proposal*" + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to archive a conversation", - "privilege": "ArchiveConversation", + "description": "Grants permission to delete a featured results set", + "privilege": "BatchDeleteFeaturedResultsSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "conversation*" + "resource_type": "featured-results-set*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "index*" } ] }, { - "access_level": "Write", - "description": "Grants permission to complete a proposal", - "privilege": "CompleteProposal", + "access_level": "Read", + "description": "Grants permission to do batch get document status", + "privilege": "BatchGetDocumentStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "proposal*" + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to respond to a request or send a direct message to initiate a conversation", - "privilege": "CreateConversation", + "description": "Grants permission to batch put document", + "privilege": "BatchPutDocument", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an expert profile", - "privilege": "CreateExpert", + "description": "Grants permission to clear out the suggestions for a given index, generated so far", + "privilege": "ClearQuerySuggestions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a listing", - "privilege": "CreateListing", + "description": "Grants permission to create an access control configuration", + "privilege": "CreateAccessControlConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a milestone proposal", - "privilege": "CreateMilestoneProposal", + "description": "Grants permission to create a data source", + "privilege": "CreateDataSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "index*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a payment request", - "privilege": "CreatePaymentRequest", + "description": "Creates an Amazon Kendra experience such as a search application", + "privilege": "CreateExperience", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to submit new requests", - "privilege": "CreateProject", + "description": "Grants permission to create an Faq", + "privilege": "CreateFaq", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "index*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to submit new requests", - "privilege": "CreateRequest", + "description": "Grants permission to create a featured results set", + "privilege": "CreateFeaturedResultsSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "index*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a scheduled proposal", - "privilege": "CreateScheduledProposal", + "description": "Grants permission to create an Index", + "privilege": "CreateIndex", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -137622,917 +152823,720 @@ }, { "access_level": "Write", - "description": "Grants permission to create a seller profile", - "privilege": "CreateSeller", + "description": "Grants permission to create a QuerySuggestions BlockList", + "privilege": "CreateQuerySuggestionsBlockList", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "index*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an upfront proposal", - "privilege": "CreateUpfrontProposal", + "description": "Grants permission to create a Thesaurus", + "privilege": "CreateThesaurus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "index*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to decline an incoming voice/video call", - "privilege": "DeclineCall", + "description": "Grants permission to delete an access control configuration", + "privilege": "DeleteAccessControlConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "call*" + "resource_type": "access-control-configuration*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an existing attachment", - "privilege": "DeleteAttachment", + "description": "Grants permission to delete a data source", + "privilege": "DeleteDataSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "attachment*" + "resource_type": "data-source*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to disable individual public profile page", - "privilege": "DisableIndividualPublicProfile", + "description": "Deletes your Amazon Kendra experience such as a search application", + "privilege": "DeleteExperience", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "expert*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to download existing attachment", - "privilege": "DownloadAttachment", - "resource_types": [ + "resource_type": "experience*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "attachment*" + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to enable individual public profile page", - "privilege": "EnableIndividualPublicProfile", + "description": "Grants permission to delete an Faq", + "privilege": "DeleteFaq", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "expert*" + "resource_type": "faq*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to end a voice/video call", - "privilege": "EndCall", + "description": "Grants permission to delete an Index", + "privilege": "DeleteIndex", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "call*" + "resource_type": "index*" } ] }, { - "access_level": "Read", - "description": "Grants permission to read buyer information", - "privilege": "GetBuyer", + "access_level": "Write", + "description": "Grants permission to delete principal mapping from index", + "privilege": "DeletePrincipalMapping", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "buyer*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to read details of a voice/video call", - "privilege": "GetCall", - "resource_types": [ + "resource_type": "index*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "call*" + "resource_type": "data-source" } ] }, { - "access_level": "Read", - "description": "Grants permission to read the chat environment details about a conversation", - "privilege": "GetChatInfo", + "access_level": "Write", + "description": "Grants permission to delete a QuerySuggestions BlockList", + "privilege": "DeleteQuerySuggestionsBlockList", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "conversation*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to read chat messages in a conversation", - "privilege": "GetChatMessages", - "resource_types": [ + "resource_type": "index*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "conversation*" + "resource_type": "query-suggestions-block-list*" } ] }, { - "access_level": "Read", - "description": "Grants permission to request a websocket token for the conversation notifications", - "privilege": "GetChatToken", + "access_level": "Write", + "description": "Grants permission to delete a Thesaurus", + "privilege": "DeleteThesaurus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "token*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to read chat messages in a company conversation", - "privilege": "GetCompanyChatMessages", - "resource_types": [ + "resource_type": "index*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "conversation*" + "resource_type": "thesaurus*" } ] }, { "access_level": "Read", - "description": "Grants permission to read a company profile", - "privilege": "GetCompanyProfile", + "description": "Grants permission to describe an access control configuration", + "privilege": "DescribeAccessControlConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "company*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to read details of a conversation", - "privilege": "GetConversation", - "resource_types": [ + "resource_type": "access-control-configuration*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "conversation*" + "resource_type": "index*" } ] }, { "access_level": "Read", - "description": "Grants permission to read expert information", - "privilege": "GetExpert", + "description": "Grants permission to describe a data source", + "privilege": "DescribeDataSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "expert*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to read a listing", - "privilege": "GetListing", - "resource_types": [ + "resource_type": "data-source*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "listing*" + "resource_type": "index*" } ] }, { "access_level": "Read", - "description": "Grants permission to read a seller profile information", - "privilege": "GetMarketplaceSeller", + "description": "Gets information about your Amazon Kendra experience such as a search application", + "privilege": "DescribeExperience", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "seller*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to read a payment request", - "privilege": "GetPaymentRequest", - "resource_types": [ + "resource_type": "experience*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "paymentRequest*" + "resource_type": "index*" } ] }, { "access_level": "Read", - "description": "Grants permission to read a proposal", - "privilege": "GetProposal", + "description": "Grants permission to describe an Faq", + "privilege": "DescribeFaq", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "proposal*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get a created request", - "privilege": "GetRequest", - "resource_types": [ + "resource_type": "faq*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "request*" + "resource_type": "index*" } ] }, { "access_level": "Read", - "description": "Grants permission to read a review for an expert", - "privilege": "GetReview", + "description": "Grants permission to describe a featured results set", + "privilege": "DescribeFeaturedResultsSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "seller*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to hide a request", - "privilege": "HideRequest", - "resource_types": [ + "resource_type": "featured-results-set*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "request*" + "resource_type": "index*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start a voice/video call", - "privilege": "InitiateCall", + "access_level": "Read", + "description": "Grants permission to describe an Index", + "privilege": "DescribeIndex", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "index*" } ] }, { - "access_level": "Write", - "description": "Grants permission to link an AWS certification to individual profile", - "privilege": "LinkAwsCertification", + "access_level": "Read", + "description": "Grants permission to describe principal mapping from index", + "privilege": "DescribePrincipalMapping", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "expert*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list existing attachments", - "privilege": "ListAttachments", - "resource_types": [ + "resource_type": "index*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "attachment*" + "resource_type": "data-source" } ] }, { "access_level": "Read", - "description": "Grants permission to list existing conversations", - "privilege": "ListConversations", + "description": "Grants permission to describe a QuerySuggestions BlockList", + "privilege": "DescribeQuerySuggestionsBlockList", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "conversation*" + "resource_type": "index*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "query-suggestions-block-list*" } ] }, { "access_level": "Read", - "description": "Grants permission to list access logs of expert activity", - "privilege": "ListExpertAccessLogs", + "description": "Grants permission to describe the query suggestions configuration for an index", + "privilege": "DescribeQuerySuggestionsConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "permission*" + "resource_type": "index*" } ] }, { "access_level": "Read", - "description": "Grants permission to list listings", - "privilege": "ListListings", + "description": "Grants permission to describe a Thesaurus", + "privilege": "DescribeThesaurus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "listing*" + "resource_type": "index*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "thesaurus*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list payment requests", - "privilege": "ListPaymentRequests", + "access_level": "Write", + "description": "Prevents users or groups in your AWS SSO identity source from accessing your Amazon Kendra experience", + "privilege": "DisassociateEntitiesFromExperience", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "paymentRequest" + "resource_type": "experience*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "paymentSchedule" + "resource_type": "index*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list proposals", - "privilege": "ListProposals", + "access_level": "Write", + "description": "Removes the specific permissions of users or groups in your AWS SSO identity source with access to your Amazon Kendra experience", + "privilege": "DisassociatePersonasFromEntities", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "proposal*" + "resource_type": "experience*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "index*" } ] }, { "access_level": "Read", - "description": "Grants permission to list requests that are created", - "privilege": "ListRequests", + "description": "Grants permission to get suggestions for a query prefix", + "privilege": "GetQuerySuggestions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "request*" + "resource_type": "index*" } ] }, { "access_level": "Read", - "description": "Grants permission to list reviews for an expert", - "privilege": "ListReviews", + "description": "Retrieves search metrics data", + "privilege": "GetSnapshots", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "seller*" + "resource_type": "index*" } ] }, { - "access_level": "Write", - "description": "Grants permission to mark a message as read in a conversation", - "privilege": "MarkChatMessageRead", + "access_level": "List", + "description": "Grants permission to list the access control configurations", + "privilege": "ListAccessControlConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "conversation*" + "resource_type": "index*" } ] }, { - "access_level": "Write", - "description": "Grants permission to reject a payment request", - "privilege": "RejectPaymentRequest", + "access_level": "List", + "description": "Grants permission to get Data Source sync job history", + "privilege": "ListDataSourceSyncJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "paymentRequest*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to reject a proposal", - "privilege": "RejectProposal", - "resource_types": [ + "resource_type": "data-source*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "proposal*" + "resource_type": "index*" } ] }, { - "access_level": "Write", - "description": "Grants permission to send a message in a conversation as a company", - "privilege": "SendCompanyChatMessage", + "access_level": "List", + "description": "Grants permission to list the data sources", + "privilege": "ListDataSources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "conversation*" + "resource_type": "index*" } ] }, { - "access_level": "Write", - "description": "Grants permission to send a message in a conversation as an individual", - "privilege": "SendIndividualChatMessage", + "access_level": "List", + "description": "Lists specific permissions of users and groups with access to your Amazon Kendra experience", + "privilege": "ListEntityPersonas", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "conversation*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to unarchive a conversation", - "privilege": "UnarchiveConversation", - "resource_types": [ + "resource_type": "experience*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "conversation*" + "resource_type": "index*" } ] }, { - "access_level": "Write", - "description": "Grants permission to unlink an AWS certification from individual profile", - "privilege": "UnlinkAwsCertification", + "access_level": "List", + "description": "Lists users or groups in your AWS SSO identity source that are granted access to your Amazon Kendra experience", + "privilege": "ListExperienceEntities", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "expert*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update a company profile", - "privilege": "UpdateCompanyProfile", - "resource_types": [ + "resource_type": "experience*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "company*" + "resource_type": "index*" } ] }, { - "access_level": "Write", - "description": "Grants permission to add more participants into a conversation", - "privilege": "UpdateConversationMembers", + "access_level": "List", + "description": "Lists one or more Amazon Kendra experiences. You can create an Amazon Kendra experience such as a search application", + "privilege": "ListExperiences", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "conversation*" + "resource_type": "index*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an expert information", - "privilege": "UpdateExpert", + "access_level": "List", + "description": "Grants permission to list the Faqs", + "privilege": "ListFaqs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "expert*" + "resource_type": "index*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a listing", - "privilege": "UpdateListing", + "access_level": "List", + "description": "Grants permission to list the featured results sets", + "privilege": "ListFeaturedResultsSets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "listing*" + "resource_type": "index*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a request", - "privilege": "UpdateRequest", + "access_level": "List", + "description": "Grants permission to list groups that are older than an ordering id", + "privilege": "ListGroupsOlderThanOrderingId", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "request*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to upload an attachment", - "privilege": "UploadAttachment", - "resource_types": [ + "resource_type": "index*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "data-source" } ] }, { - "access_level": "Write", - "description": "Grants permission to withdraw a payment request", - "privilege": "WithdrawPaymentRequest", + "access_level": "List", + "description": "Grants permission to list the indexes", + "privilege": "ListIndices", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "paymentRequest*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to withdraw a proposal", - "privilege": "WithdrawProposal", + "access_level": "List", + "description": "Grants permission to list the QuerySuggestions BlockLists", + "privilege": "ListQuerySuggestionsBlockLists", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "proposal*" + "resource_type": "index*" } ] }, { - "access_level": "Write", - "description": "Grants permission to write a review for an expert", - "privilege": "WriteReview", + "access_level": "Read", + "description": "Grants permission to list tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "seller*" - } - ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:iq:${Region}::conversation/${ConversationId}", - "condition_keys": [], - "resource": "conversation" - }, - { - "arn": "arn:${Partition}:iq:${Region}::buyer/${BuyerId}", - "condition_keys": [], - "resource": "buyer" - }, - { - "arn": "arn:${Partition}:iq:${Region}::expert/${ExpertId}", - "condition_keys": [], - "resource": "expert" - }, - { - "arn": "arn:${Partition}:iq:${Region}::call/${CallId}", - "condition_keys": [], - "resource": "call" - }, - { - "arn": "arn:${Partition}:iq:${Region}::token/${TokenId}", - "condition_keys": [], - "resource": "token" - }, - { - "arn": "arn:${Partition}:iq:${Region}::proposal/${ConversationId}/${ProposalId}", - "condition_keys": [], - "resource": "proposal" - }, - { - "arn": "arn:${Partition}:iq:${Region}::paymentRequest/${ConversationId}/${ProposalId}/${PaymentRequestId}", - "condition_keys": [], - "resource": "paymentRequest" - }, - { - "arn": "arn:${Partition}:iq:${Region}::paymentSchedule/${ConversationId}/${ProposalId}/${VersionId}", - "condition_keys": [], - "resource": "paymentSchedule" - }, - { - "arn": "arn:${Partition}:iq:${Region}::seller/${SellerAwsAccountId}", - "condition_keys": [], - "resource": "seller" - }, - { - "arn": "arn:${Partition}:iq:${Region}::company/${CompanyId}", - "condition_keys": [], - "resource": "company" - }, - { - "arn": "arn:${Partition}:iq:${Region}::request/${RequestId}", - "condition_keys": [], - "resource": "request" - }, - { - "arn": "arn:${Partition}:iq:${Region}::listing/${ListingId}", - "condition_keys": [], - "resource": "listing" - }, - { - "arn": "arn:${Partition}:iq:${Region}::attachment/${AttachmentId}", - "condition_keys": [], - "resource": "attachment" - }, - { - "arn": "arn:${Partition}:iq-permission:${Region}::permission/${PermissionRequestId}", - "condition_keys": [], - "resource": "permission" - } - ], - "service_name": "AWS IQ" - }, - { - "conditions": [], - "prefix": "iq-permission", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to approve a permission request", - "privilege": "ApproveAccessGrant", - "resource_types": [ + "resource_type": "data-source" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "permission*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to approve a permission request", - "privilege": "ApprovePermissionRequest", - "resource_types": [ + "resource_type": "faq" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "permission*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a permission request", - "privilege": "CreatePermissionRequest", - "resource_types": [ + "resource_type": "featured-results-set" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "permission*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get a permission request", - "privilege": "GetPermissionRequest", - "resource_types": [ + "resource_type": "index" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "permission*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to list permission requests", - "privilege": "ListPermissionRequests", - "resource_types": [ + "resource_type": "query-suggestions-block-list" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "permission*" + "resource_type": "thesaurus" } ] }, { - "access_level": "Write", - "description": "Grants permission to reject a permission request", - "privilege": "RejectPermissionRequest", + "access_level": "List", + "description": "Grants permission to list the Thesauri", + "privilege": "ListThesauri", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "permission*" + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to revoke a permission request which was previously approved", - "privilege": "RevokePermissionRequest", + "description": "Grants permission to put principal mapping in index", + "privilege": "PutPrincipalMapping", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "permission*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to withdraw a permission request that has not been approved or declined", - "privilege": "WithdrawPermissionRequest", - "resource_types": [ + "resource_type": "index*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "permission*" + "resource_type": "data-source" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:iq-permission:${Region}::permission/${PermissionRequestId}", - "condition_keys": [], - "resource": "permission" - } - ], - "service_name": "AWS IQ Permissions" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags associated with the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", - "type": "String" }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "ivs", - "privileges": [ { "access_level": "Read", - "description": "Grants permission to get multiple channels simultaneously by channel ARN", - "privilege": "BatchGetChannel", + "description": "Grants permission to query documents and faqs", + "privilege": "Query", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" + "resource_type": "index*" } ] }, { "access_level": "Read", - "description": "Grants permission to get multiple stream keys simultaneously by stream key ARN", - "privilege": "BatchGetStreamKey", + "description": "Grants permission to retrieve relevant content from an index", + "privilege": "Retrieve", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Stream-Key*" + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new channel and an associated stream key", - "privilege": "CreateChannel", + "description": "Grants permission to start Data Source sync job", + "privilege": "StartDataSourceSyncJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" + "resource_type": "data-source*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Stream-Key*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a participant token", - "privilege": "CreateParticipantToken", + "description": "Grants permission to stop Data Source sync job", + "privilege": "StopDataSourceSyncJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Stage*" + "resource_type": "data-source*" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a a new recording configuration", - "privilege": "CreateRecordingConfiguration", + "description": "Grants permission to send feedback about a query results", + "privilege": "SubmitFeedback", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Recording-Configuration*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "index*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a stage", - "privilege": "CreateStage", + "access_level": "Tagging", + "description": "Grants permission to tag a resource with given key value pairs", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Stage*" + "resource_type": "data-source" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "faq" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "featured-results-set" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "index" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "query-suggestions-block-list" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "thesaurus" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -138540,19 +153544,43 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a stream key", - "privilege": "CreateStreamKey", + "access_level": "Tagging", + "description": "Grants permission to remove the tag with the given key from a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Stream-Key*" + "resource_type": "data-source" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "faq" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "featured-results-set" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "index" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "query-suggestions-block-list" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "thesaurus" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -138561,203 +153589,310 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a channel and channel's stream keys", - "privilege": "DeleteChannel", + "description": "Grants permission to update an access control configuration", + "privilege": "UpdateAccessControlConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" + "resource_type": "access-control-configuration*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Stream-Key*" + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the playback key pair for a specified ARN", - "privilege": "DeletePlaybackKeyPair", + "description": "Grants permission to update a data source", + "privilege": "UpdateDataSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Playback-Key-Pair*" + "resource_type": "data-source*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a recording configuration for the specified ARN", - "privilege": "DeleteRecordingConfiguration", + "description": "Updates your Amazon Kendra experience such as a search application", + "privilege": "UpdateExperience", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Recording-Configuration*" + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the stage for a specified ARN", - "privilege": "DeleteStage", + "description": "Grants permission to update a featured results set", + "privilege": "UpdateFeaturedResultsSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Stage*" + "resource_type": "featured-results-set*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the stream key for a specified ARN", - "privilege": "DeleteStreamKey", + "description": "Grants permission to update an Index", + "privilege": "UpdateIndex", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Stream-Key*" + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to disconnect a participant from for the specified stage ARN", - "privilege": "DisconnectParticipant", + "description": "Grants permission to update a QuerySuggestions BlockList", + "privilege": "UpdateQuerySuggestionsBlockList", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Stage*" + "resource_type": "index*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "query-suggestions-block-list*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the channel configuration for a specified channel ARN", - "privilege": "GetChannel", + "access_level": "Write", + "description": "Grants permission to update the query suggestions configuration for an index", + "privilege": "UpdateQuerySuggestionsConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" + "resource_type": "index*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get participant information for a specified stage ARN, session, and participant", - "privilege": "GetParticipant", + "access_level": "Write", + "description": "Grants permission to update a thesaurus", + "privilege": "UpdateThesaurus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Stage*" + "resource_type": "index*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "thesaurus*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:kendra:${Region}:${Account}:index/${IndexId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "index" }, { - "access_level": "Read", - "description": "Grants permission to get the playback keypair information for a specified ARN", - "privilege": "GetPlaybackKeyPair", + "arn": "arn:${Partition}:kendra:${Region}:${Account}:index/${IndexId}/data-source/${DataSourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "data-source" + }, + { + "arn": "arn:${Partition}:kendra:${Region}:${Account}:index/${IndexId}/faq/${FaqId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "faq" + }, + { + "arn": "arn:${Partition}:kendra:${Region}:${Account}:index/${IndexId}/experience/${ExperienceId}", + "condition_keys": [], + "resource": "experience" + }, + { + "arn": "arn:${Partition}:kendra:${Region}:${Account}:index/${IndexId}/thesaurus/${ThesaurusId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "thesaurus" + }, + { + "arn": "arn:${Partition}:kendra:${Region}:${Account}:index/${IndexId}/query-suggestions-block-list/${QuerySuggestionsBlockListId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "query-suggestions-block-list" + }, + { + "arn": "arn:${Partition}:kendra:${Region}:${Account}:index/${IndexId}/featured-results-set/${FeaturedResultsSetId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "featured-results-set" + }, + { + "arn": "arn:${Partition}:kendra:${Region}:${Account}:index/${IndexId}/access-control-configuration/${AccessControlConfigurationId}", + "condition_keys": [], + "resource": "access-control-configuration" + } + ], + "service_name": "Amazon Kendra" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "kendra-ranking", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create a RescoreExecutionPlan", + "privilege": "CreateRescoreExecutionPlan", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "Playback-Key-Pair*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the recording configuration for the specified ARN", - "privilege": "GetRecordingConfiguration", + "access_level": "Write", + "description": "Grants permission to delete a RescoreExecutionPlan", + "privilege": "DeleteRescoreExecutionPlan", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Recording-Configuration*" + "resource_type": "rescore-execution-plan*" } ] }, { "access_level": "Read", - "description": "Grants permission to get stage information for a specified ARN", - "privilege": "GetStage", + "description": "Grants permission to describe a RescoreExecutionPlan", + "privilege": "DescribeRescoreExecutionPlan", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Stage*" + "resource_type": "rescore-execution-plan*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get stage session information for a specified stage ARN and session", - "privilege": "GetStageSession", + "access_level": "List", + "description": "Grants permission to list all RescoreExecutionPlans", + "privilege": "ListRescoreExecutionPlans", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Stage*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about the active (live) stream on a specified channel", - "privilege": "GetStream", + "description": "Grants permission to list tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" + "resource_type": "rescore-execution-plan" } ] }, { "access_level": "Read", - "description": "Grants permission to get stream-key information for a specified ARN", - "privilege": "GetStreamKey", + "description": "Grants permission to Rescore documents with Kendra Intelligent Ranking", + "privilege": "Rescore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Stream-Key*" + "resource_type": "rescore-execution-plan*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about the stream session on a specified channel", - "privilege": "GetStreamSession", + "access_level": "Tagging", + "description": "Grants permission to tag a resource with given key value pairs", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" + "resource_type": "rescore-execution-plan" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to import the public key", - "privilege": "ImportPlaybackKeyPair", + "access_level": "Tagging", + "description": "Grants permission to remove the tag with the given key from a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Playback-Key-Pair*" + "resource_type": "rescore-execution-plan" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -138765,744 +153900,523 @@ ] }, { - "access_level": "List", - "description": "Grants permission to get summary information about channels", - "privilege": "ListChannels", + "access_level": "Write", + "description": "Grants permission to update a RescoreExecutionPlan", + "privilege": "UpdateRescoreExecutionPlan", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" + "resource_type": "rescore-execution-plan*" } ] - }, + } + ], + "resources": [ { - "access_level": "List", - "description": "Grants permission to list participant events for a specified stage ARN, session, and participant", - "privilege": "ListParticipantEvents", + "arn": "arn:${Partition}:kendra-ranking:${Region}:${Account}:rescore-execution-plan/${RescoreExecutionPlanId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "rescore-execution-plan" + } + ], + "service_name": "Amazon Kendra Intelligent Ranking" + }, + { + "conditions": [], + "prefix": "kinesis", + "privileges": [ + { + "access_level": "Tagging", + "description": "Grants permission to add or update tags for the specified Amazon Kinesis stream. Each stream can have up to 10 tags", + "privilege": "AddTagsToStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Stage*" + "resource_type": "stream*" } ] }, { - "access_level": "List", - "description": "Grants permission to list participants for a specified stage ARN and session", - "privilege": "ListParticipants", + "access_level": "Write", + "description": "Grants permission to create a Amazon Kinesis stream", + "privilege": "CreateStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Stage*" + "resource_type": "stream*" } ] }, { - "access_level": "List", - "description": "Grants permission to get summary information about playback key pairs", - "privilege": "ListPlaybackKeyPairs", + "access_level": "Write", + "description": "Grants permission to decrease the stream's retention period, which is the length of time data records are accessible after they are added to the stream", + "privilege": "DecreaseStreamRetentionPeriod", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Playback-Key-Pair*" + "resource_type": "stream*" } ] }, { - "access_level": "List", - "description": "Grants permission to get summary information about recording configurations", - "privilege": "ListRecordingConfigurations", + "access_level": "Write", + "description": "Grants permission to delete a resource policy associated with a specified stream or consumer", + "privilege": "DeleteResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Recording-Configuration*" + "resource_type": "consumer*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "stream*" } ] }, { - "access_level": "List", - "description": "Grants permission to list stage sessions for a specified stage ARN", - "privilege": "ListStageSessions", + "access_level": "Write", + "description": "Grants permission to delete a stream and all its shards and data", + "privilege": "DeleteStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Stage*" + "resource_type": "stream*" } ] }, { - "access_level": "List", - "description": "Grants permission to get summary information about stages", - "privilege": "ListStages", + "access_level": "Write", + "description": "Grants permission to deregister a stream consumer with a Kinesis data stream", + "privilege": "DeregisterStreamConsumer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Stage*" + "resource_type": "consumer*" } ] }, { - "access_level": "List", - "description": "Grants permission to get summary information about stream keys", - "privilege": "ListStreamKeys", + "access_level": "Read", + "description": "Grants permission to describe the shard limits and usage for the account", + "privilege": "DescribeLimits", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Stream-Key*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to get summary information about streams sessions on a specified channel", - "privilege": "ListStreamSessions", + "access_level": "Read", + "description": "Grants permission to describe the specified stream", + "privilege": "DescribeStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" + "resource_type": "stream*" } ] }, { - "access_level": "List", - "description": "Grants permission to get summary information about live streams", - "privilege": "ListStreams", + "access_level": "Read", + "description": "Grants permission to get the description of a registered stream consumer", + "privilege": "DescribeStreamConsumer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" + "resource_type": "consumer*" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about the tags for a specified ARN", - "privilege": "ListTagsForResource", + "description": "Grants permission to provide a summarized description of the specified Kinesis data stream without the shard list", + "privilege": "DescribeStreamSummary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Playback-Key-Pair" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Recording-Configuration" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Stage" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Stream-Key" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "stream*" } ] }, { "access_level": "Write", - "description": "Grants permission to insert metadata into an RTMP stream for a specified channel", - "privilege": "PutMetadata", + "description": "Grants permission to disables enhanced monitoring", + "privilege": "DisableEnhancedMonitoring", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to disconnect a streamer on a specified channel", - "privilege": "StopStream", + "description": "Grants permission to enable enhanced Kinesis data stream monitoring for shard-level metrics", + "privilege": "EnableEnhancedMonitoring", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add or update tags for a resource with a specified ARN", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to get data records from a shard", + "privilege": "GetRecords", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Playback-Key-Pair" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Recording-Configuration" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Stage" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Stream-Key" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "stream*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags for a resource with a specified ARN", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to get a resource policy associated with a specified stream or consumer", + "privilege": "GetResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Playback-Key-Pair" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Recording-Configuration" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Stage" + "resource_type": "consumer*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Stream-Key" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "stream*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a channel's configuration", - "privilege": "UpdateChannel", + "access_level": "Read", + "description": "Grants permission to get a shard iterator. A shard iterator expires five minutes after it is returned to the requester", + "privilege": "GetShardIterator", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" + "resource_type": "stream*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a stage's configuration", - "privilege": "UpdateStage", + "description": "Grants permission to increase the stream's retention period, which is the length of time data records are accessible after they are added to the stream", + "privilege": "IncreaseStreamRetentionPeriod", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Stage*" + "resource_type": "stream*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:ivs:${Region}:${Account}:channel/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Channel" - }, - { - "arn": "arn:${Partition}:ivs:${Region}:${Account}:stream-key/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Stream-Key" - }, - { - "arn": "arn:${Partition}:ivs:${Region}:${Account}:playback-key/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Playback-Key-Pair" }, { - "arn": "arn:${Partition}:ivs:${Region}:${Account}:recording-configuration/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Recording-Configuration" - }, - { - "arn": "arn:${Partition}:ivs:${Region}:${Account}:stage/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Stage" - } - ], - "service_name": "Amazon Interactive Video Service" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags associated with the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "ivschat", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to create an encrypted token that is used to establish an individual WebSocket connection to a room", - "privilege": "CreateChatToken", + "access_level": "List", + "description": "Grants permission to list the shards in a stream and provides information about each shard", + "privilege": "ListShards", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Room*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "stream*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a logging configuration that allows clients to record room messages", - "privilege": "CreateLoggingConfiguration", + "access_level": "List", + "description": "Grants permission to list the stream consumers registered to receive data from a Kinesis stream using enhanced fan-out, and provides information about each consumer", + "privilege": "ListStreamConsumers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Logging-Configuration*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "stream*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a room that allows clients to connect and pass messages", - "privilege": "CreateRoom", + "access_level": "List", + "description": "Grants permission to list your streams", + "privilege": "ListStreams", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Room*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the logging configuration for a specified logging configuration ARN", - "privilege": "DeleteLoggingConfiguration", + "access_level": "Read", + "description": "Grants permission to list the tags for the specified Amazon Kinesis stream", + "privilege": "ListTagsForStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Logging-Configuration*" + "resource_type": "stream*" } ] }, { "access_level": "Write", - "description": "Grants permission to send an event to a specific room which directs clients to delete a specific message", - "privilege": "DeleteMessage", + "description": "Grants permission to merge two adjacent shards in a stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data", + "privilege": "MergeShards", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Room*" + "resource_type": "stream*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the room for a specified room ARN", - "privilege": "DeleteRoom", + "description": "Grants permission to write a single data record from a producer into an Amazon Kinesis stream", + "privilege": "PutRecord", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Room*" + "resource_type": "stream*" } ] }, { "access_level": "Write", - "description": "Grants permission to disconnect all connections using a specified user ID from a room", - "privilege": "DisconnectUser", + "description": "Grants permission to write multiple data records from a producer into an Amazon Kinesis stream in a single call (also referred to as a PutRecords request)", + "privilege": "PutRecords", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Room*" + "resource_type": "stream*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the logging configuration for a specified logging configuration ARN", - "privilege": "GetLoggingConfiguration", + "access_level": "Write", + "description": "Grants permission to attach a resource policy to a specified stream or consumer", + "privilege": "PutResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Logging-Configuration*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get the room configuration for a specified room ARN", - "privilege": "GetRoom", - "resource_types": [ + "resource_type": "consumer*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Room*" + "resource_type": "stream*" } ] }, { - "access_level": "List", - "description": "Grants permission to get summary information about logging configurations", - "privilege": "ListLoggingConfigurations", + "access_level": "Write", + "description": "Grants permission to register a stream consumer with a Kinesis data stream", + "privilege": "RegisterStreamConsumer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Logging-Configuration*" + "resource_type": "stream*" } ] }, { - "access_level": "List", - "description": "Grants permission to get summary information about rooms", - "privilege": "ListRooms", + "access_level": "Tagging", + "description": "Grants permission to remove tags from the specified Kinesis data stream. Removed tags are deleted and cannot be recovered after this operation successfully completes", + "privilege": "RemoveTagsFromStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Room*" + "resource_type": "stream*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about the tags for a specified ARN", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to split a shard into two new shards in the Kinesis data stream, to increase the stream's capacity to ingest and transport data", + "privilege": "SplitShard", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Room" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "stream*" } ] }, { "access_level": "Write", - "description": "Grants permission to send an event to a room", - "privilege": "SendEvent", + "description": "Grants permission to enable or update server-side encryption using an AWS KMS key for a specified stream", + "privilege": "StartStreamEncryption", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Room*" + "resource_type": "kmsKey*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "stream*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add or update tags for a resource with a specified ARN", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to disable server-side encryption for a specified stream", + "privilege": "StopStreamEncryption", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Logging-Configuration" + "resource_type": "kmsKey*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Room" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "stream*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags for a resource with a specified ARN", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to listen to a specific shard with enhanced fan-out", + "privilege": "SubscribeToShard", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Logging-Configuration" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Room" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "consumer*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the logging configuration for a specified logging configuration ARN", - "privilege": "UpdateLoggingConfiguration", + "description": "Grants permission to update the shard count of the specified stream to the specified number of shards", + "privilege": "UpdateShardCount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Logging-Configuration*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the room configuration for a specified room ARN", - "privilege": "UpdateRoom", + "description": "Grants permission to update the capacity mode of the data stream", + "privilege": "UpdateStreamMode", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Room*" + "resource_type": "" } ] } ], "resources": [ { - "arn": "arn:${Partition}:ivschat:${Region}:${Account}:room/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Room" + "arn": "arn:${Partition}:kinesis:${Region}:${Account}:stream/${StreamName}", + "condition_keys": [], + "resource": "stream" }, { - "arn": "arn:${Partition}:ivschat:${Region}:${Account}:logging-configuration/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Logging-Configuration" + "arn": "arn:${Partition}:kinesis:${Region}:${Account}:${StreamType}/${StreamName}/consumer/${ConsumerName}:${ConsumerCreationTimpstamp}", + "condition_keys": [], + "resource": "consumer" + }, + { + "arn": "arn:${Partition}:kms:${Region}:${Account}:key/${KeyId}", + "condition_keys": [], + "resource": "kmsKey" } ], - "service_name": "Amazon Interactive Video Service Chat" + "service_name": "Amazon Kinesis Data Streams" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", + "description": "Filters access by set of values for each of the tags", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", + "description": "Filters access by tag-value assoicated with the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", + "description": "Filters access by the presence of mandatory tag keys in the request", "type": "ArrayOfString" - }, - { - "condition": "kafka:publicAccessEnabled", - "description": "Filters access by the presence of public access enabled in the request", - "type": "Bool" } ], - "prefix": "kafka", + "prefix": "kinesisanalytics", "privileges": [ { "access_level": "Write", - "description": "Grants permission to associate one or more Scram Secrets with an Amazon MSK cluster", - "privilege": "BatchAssociateScramSecret", + "description": "Grants permission to add input to the application", + "privilege": "AddApplicationInput", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kms:CreateGrant", - "kms:RetireGrant" - ], - "resource_type": "cluster*" + "dependent_actions": [], + "resource_type": "application*" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate one or more Scram Secrets from an Amazon MSK cluster", - "privilege": "BatchDisassociateScramSecret", + "description": "Grants permission to add output to the application", + "privilege": "AddApplicationOutput", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kms:RetireGrant" - ], - "resource_type": "cluster*" + "dependent_actions": [], + "resource_type": "application*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an MSK cluster", - "privilege": "CreateCluster", + "description": "Grants permission to add reference data source to the application", + "privilege": "AddApplicationReferenceDataSource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs", - "iam:AttachRolePolicy", - "iam:CreateServiceLinkedRole", - "iam:PutRolePolicy", - "kms:CreateGrant", - "kms:DescribeKey" - ], - "resource_type": "cluster*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an MSK cluster", - "privilege": "CreateClusterV2", + "description": "Grants permission to create an application", + "privilege": "CreateApplication", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags", - "ec2:CreateVpcEndpoint", - "ec2:DeleteVpcEndpoints", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:DescribeVpcAttribute", - "ec2:DescribeVpcEndpoints", - "ec2:DescribeVpcs", - "iam:AttachRolePolicy", - "iam:CreateServiceLinkedRole", - "iam:PutRolePolicy", - "kms:CreateGrant", - "kms:DescribeKey" - ], - "resource_type": "cluster*" - }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -139515,402 +154429,420 @@ }, { "access_level": "Write", - "description": "Grants permission to create an MSK configuration", - "privilege": "CreateConfiguration", + "description": "Grants permission to delete the application", + "privilege": "DeleteApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "configuration*" + "resource_type": "application*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a MSK VPC connection", - "privilege": "CreateVpcConnection", + "description": "Grants permission to delete the specified output of the application", + "privilege": "DeleteApplicationOutput", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "ec2:CreateTags", - "ec2:CreateVpcEndpoint", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:DescribeVpcAttribute", - "ec2:DescribeVpcEndpoints", - "ec2:DescribeVpcs", - "iam:AttachRolePolicy", - "iam:CreateServiceLinkedRole", - "iam:PutRolePolicy" - ], - "resource_type": "cluster*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc-connection*" - }, + "resource_type": "application*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the specified reference data source of the application", + "privilege": "DeleteApplicationReferenceDataSource", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an MSK cluster", - "privilege": "DeleteCluster", + "access_level": "Read", + "description": "Grants permission to describe the specified application", + "privilege": "DescribeApplication", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:DeleteVpcEndpoints", - "ec2:DescribeVpcAttribute", - "ec2:DescribeVpcEndpoints" - ], - "resource_type": "cluster*" + "dependent_actions": [], + "resource_type": "application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a cluster resource-based policy", - "privilege": "DeleteClusterPolicy", + "access_level": "Read", + "description": "Grants permission to discover the input schema for the application", + "privilege": "DiscoverInputSchema", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified MSK configuration", - "privilege": "DeleteConfiguration", + "access_level": "Read", + "description": "Grants permission to Kinesis Data Analytics console to display stream results for Kinesis Data Analytics SQL runtime applications", + "privilege": "GetApplicationState", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "configuration*" + "resource_type": "application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a MSK VPC connection", - "privilege": "DeleteVpcConnection", + "access_level": "List", + "description": "Grants permission to list applications for the account", + "privilege": "ListApplications", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:DeleteVpcEndpoints", - "ec2:DescribeVpcEndpoints" - ], - "resource_type": "vpc-connection*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe an MSK cluster", - "privilege": "DescribeCluster", + "description": "Grants permission to fetch the tags associated with the application", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "application*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the cluster operation that is specified by the given ARN", - "privilege": "DescribeClusterOperation", + "access_level": "Write", + "description": "Grants permission to start the application", + "privilege": "StartApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an MSK cluster", - "privilege": "DescribeClusterV2", + "access_level": "Write", + "description": "Grants permission to stop the application", + "privilege": "StopApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "application*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an MSK configuration", - "privilege": "DescribeConfiguration", + "access_level": "Tagging", + "description": "Grants permission to add tags to the application", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "configuration*" + "resource_type": "application*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an MSK configuration revision", - "privilege": "DescribeConfigurationRevision", + "access_level": "Tagging", + "description": "Grants permission to remove the specified tags from the application", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "configuration*" + "resource_type": "application*" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a MSK VPC connection", - "privilege": "DescribeVpcConnection", + "access_level": "Write", + "description": "Grants permission to update the application", + "privilege": "UpdateApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vpc-connection*" + "resource_type": "application*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get connection details for the brokers in an MSK cluster", - "privilege": "GetBootstrapBrokers", + "access_level": "Write", + "description": "Grants permission to add cloudwatch logging option to the application", + "privilege": "AddApplicationCloudWatchLoggingOption", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a cluster resource-based policy", - "privilege": "GetClusterPolicy", + "access_level": "Write", + "description": "Grants permission to add input processing configuration to the application", + "privilege": "AddApplicationInputProcessingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of the Apache Kafka versions to which you can update an MSK cluster", - "privilege": "GetCompatibleKafkaVersions", + "access_level": "Write", + "description": "Grants permission to add VPC configuration to the application", + "privilege": "AddApplicationVpcConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all MSK VPC connections created for a cluster", - "privilege": "ListClientVpcConnections", + "access_level": "Read", + "description": "Grants permission to create and return a URL that you can use to connect to an application's extension", + "privilege": "CreateApplicationPresignedUrl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of all the operations that have been performed on the specified MSK cluster", - "privilege": "ListClusterOperations", + "access_level": "Write", + "description": "Grants permission to create a snapshot for an application", + "privilege": "CreateApplicationSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all MSK clusters in this account", - "privilege": "ListClusters", + "access_level": "Write", + "description": "Grants permission to delete the specified cloudwatch logging option of the application", + "privilege": "DeleteApplicationCloudWatchLoggingOption", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all MSK clusters in this account", - "privilege": "ListClustersV2", + "access_level": "Write", + "description": "Grants permission to delete the specified input processing configuration of the application", + "privilege": "DeleteApplicationInputProcessingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all revisions for an MSK configuration in this account", - "privilege": "ListConfigurationRevisions", + "access_level": "Write", + "description": "Grants permission to delete a snapshot for an application", + "privilege": "DeleteApplicationSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "configuration*" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all MSK configurations in this account", - "privilege": "ListConfigurations", + "access_level": "Write", + "description": "Grants permission to delete the specified VPC configuration of the application", + "privilege": "DeleteApplicationVpcConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all Apache Kafka versions supported by Amazon MSK", - "privilege": "ListKafkaVersions", + "access_level": "Read", + "description": "Grants permission to describe an application snapshot", + "privilege": "DescribeApplicationSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list brokers in an MSK cluster", - "privilege": "ListNodes", + "access_level": "Read", + "description": "Grants permission to describe the application version of an application", + "privilege": "DescribeApplicationVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the Scram Secrets associated with an Amazon MSK cluster", - "privilege": "ListScramSecrets", + "access_level": "Read", + "description": "Grants permission to list the snapshots for an application", + "privilege": "ListApplicationSnapshots", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "application*" } ] }, { "access_level": "Read", - "description": "Grants permission to list tags of an MSK resource", - "privilege": "ListTagsForResource", + "description": "Grants permission to list application versions of an application", + "privilege": "ListApplicationVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all MSK VPC connections that this account uses", - "privilege": "ListVpcConnections", + "access_level": "Write", + "description": "Grants permission to perform rollback operation on an application", + "privilege": "RollbackApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { "access_level": "Write", - "description": "Grants permission to create or update the resource-based policy for a cluster", - "privilege": "PutClusterPolicy", + "description": "Grants permission to update the maintenance configuration of an application", + "privilege": "UpdateApplicationMaintenanceConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "application*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:kinesisanalytics:${Region}:${Account}:application/${ApplicationName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "application" + } + ], + "service_name": "Amazon Kinesis Analytics" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters requests based on the allowed set of values for each of the tags", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters actions based on tag-value assoicated with the stream", + "type": "String" }, + { + "condition": "aws:TagKeys", + "description": "Filters requests based on the presence of mandatory tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "kinesisvideo", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to reboot broker", - "privilege": "RebootBroker", + "description": "Grants permission to connect as a master to the signaling channel specified by the endpoint", + "privilege": "ConnectAsMaster", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to reject a MSK VPC connection", - "privilege": "RejectClientVpcConnection", + "description": "Grants permission to connect as a viewer to the signaling channel specified by the endpoint", + "privilege": "ConnectAsViewer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "vpc-connection*" + "resource_type": "channel*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag an MSK resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to create a signaling channel", + "privilege": "CreateSignalingChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "vpc-connection" + "resource_type": "channel*" }, { "condition_keys": [ @@ -139923,22 +154855,18 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from an MSK resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to create a Kinesis video stream", + "privilege": "CreateStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "vpc-connection" + "resource_type": "stream*" }, { "condition_keys": [ + "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -139948,830 +154876,823 @@ }, { "access_level": "Write", - "description": "Grants permission to update the number of brokers of the MSK cluster", - "privilege": "UpdateBrokerCount", + "description": "Grants permission to delete the edge configuration of your Kinesis Video Stream", + "privilege": "DeleteEdgeConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "stream*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the storage size of the brokers of the MSK cluster", - "privilege": "UpdateBrokerStorage", + "description": "Grants permission to delete an existing signaling channel", + "privilege": "DeleteSignalingChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the broker type of an Amazon MSK cluster", - "privilege": "UpdateBrokerType", + "description": "Grants permission to delete an existing Kinesis video stream", + "privilege": "DeleteStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "stream*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the configuration of the MSK cluster", - "privilege": "UpdateClusterConfiguration", + "access_level": "Read", + "description": "Grants permission to describe the edge configuration of your Kinesis Video Stream", + "privilege": "DescribeEdgeConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "configuration*" + "resource_type": "stream*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the MSK cluster to the specified Apache Kafka version", - "privilege": "UpdateClusterKafkaVersion", + "access_level": "Read", + "description": "Grants permission to describe the image generation configuration of your Kinesis video stream", + "privilege": "DescribeImageGenerationConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "stream*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new revision of the MSK configuration", - "privilege": "UpdateConfiguration", + "access_level": "List", + "description": "Grants permission to describe the resource mapped to the Kinesis video stream", + "privilege": "DescribeMappedResourceConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "configuration*" + "resource_type": "stream*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the connectivity settings for the MSK cluster", - "privilege": "UpdateConnectivity", + "access_level": "Read", + "description": "Grants permission to describe the media storage configuration of a signaling channel", + "privilege": "DescribeMediaStorageConfiguration", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:DescribeRouteTables", - "ec2:DescribeSubnets" - ], - "resource_type": "cluster*" - }, - { - "condition_keys": [ - "kafka:publicAccessEnabled" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the monitoring settings for the MSK cluster", - "privilege": "UpdateMonitoring", + "access_level": "Read", + "description": "Grants permission to describe the notification configuration of your Kinesis video stream", + "privilege": "DescribeNotificationConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "stream*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the security settings for the MSK cluster", - "privilege": "UpdateSecurity", + "access_level": "List", + "description": "Grants permission to describe the specified signaling channel", + "privilege": "DescribeSignalingChannel", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kms:RetireGrant" - ], - "resource_type": "cluster*" + "dependent_actions": [], + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the EBS storage (size or provisioned throughput) associated with MSK brokers or set cluster storage mode to TIERED", - "privilege": "UpdateStorage", + "access_level": "List", + "description": "Grants permission to describe the specified Kinesis video stream", + "privilege": "DescribeStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "stream*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:kafka:${Region}:${Account}:cluster/${ClusterName}/${Uuid}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "cluster" - }, - { - "arn": "arn:${Partition}:kafka:${Region}:${Account}:configuration/${ConfigurationName}/${Uuid}", - "condition_keys": [], - "resource": "configuration" - }, - { - "arn": "arn:${Partition}:kafka:${Region}:${VpcOwnerAccount}:vpc-connection/${ClusterOwnerAccount}/${ClusterName}/${Uuid}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "vpc-connection" - }, - { - "arn": "arn:${Partition}:kafka:${Region}:${Account}:topic/${ClusterName}/${ClusterUuid}/${TopicName}", - "condition_keys": [], - "resource": "topic" - }, - { - "arn": "arn:${Partition}:kafka:${Region}:${Account}:group/${ClusterName}/${ClusterUuid}/${GroupName}", - "condition_keys": [], - "resource": "group" }, { - "arn": "arn:${Partition}:kafka:${Region}:${Account}:transactional-id/${ClusterName}/${ClusterUuid}/${TransactionalId}", - "condition_keys": [], - "resource": "transactional-id" - } - ], - "service_name": "Amazon Managed Streaming for Apache Kafka" - }, - { - "conditions": [ - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on tag key-value pairs attached to the resource. The resource tag context key will only apply to the cluster resource, not topics, groups and transactional IDs", - "type": "String" - } - ], - "prefix": "kafka-cluster", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to alter various aspects of the cluster, equivalent to Apache Kafka's ALTER CLUSTER ACL", - "privilege": "AlterCluster", + "access_level": "Read", + "description": "Grants permission to get a media clip from a video stream", + "privilege": "GetClip", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kafka-cluster:Connect", - "kafka-cluster:DescribeCluster" - ], - "resource_type": "cluster*" + "dependent_actions": [], + "resource_type": "stream*" } ] }, { - "access_level": "Write", - "description": "Grants permission to alter the dynamic configuration of a cluster, equivalent to Apache Kafka's ALTER_CONFIGS CLUSTER ACL", - "privilege": "AlterClusterDynamicConfiguration", + "access_level": "Read", + "description": "Grants permission to create a URL for MPEG-DASH video streaming", + "privilege": "GetDASHStreamingSessionURL", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kafka-cluster:Connect", - "kafka-cluster:DescribeClusterDynamicConfiguration" - ], - "resource_type": "cluster*" + "dependent_actions": [], + "resource_type": "stream*" } ] }, { - "access_level": "Write", - "description": "Grants permission to join groups on a cluster, equivalent to Apache Kafka's READ GROUP ACL", - "privilege": "AlterGroup", + "access_level": "Read", + "description": "Grants permission to get an endpoint for a specified stream for either reading or writing media data to Kinesis Video Streams", + "privilege": "GetDataEndpoint", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kafka-cluster:Connect", - "kafka-cluster:DescribeGroup" - ], - "resource_type": "group*" + "dependent_actions": [], + "resource_type": "stream*" } ] }, { - "access_level": "Write", - "description": "Grants permission to alter topics on a cluster, equivalent to Apache Kafka's ALTER TOPIC ACL", - "privilege": "AlterTopic", + "access_level": "Read", + "description": "Grants permission to create a URL for HLS video streaming", + "privilege": "GetHLSStreamingSessionURL", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kafka-cluster:Connect", - "kafka-cluster:DescribeTopic" - ], - "resource_type": "topic*" + "dependent_actions": [], + "resource_type": "stream*" } ] }, { - "access_level": "Write", - "description": "Grants permission to alter the dynamic configuration of topics on a cluster, equivalent to Apache Kafka's ALTER_CONFIGS TOPIC ACL", - "privilege": "AlterTopicDynamicConfiguration", + "access_level": "Read", + "description": "Grants permission to get the ICE server configuration", + "privilege": "GetIceServerConfig", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kafka-cluster:Connect", - "kafka-cluster:DescribeTopicDynamicConfiguration" - ], - "resource_type": "topic*" + "dependent_actions": [], + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to alter transactional IDs on a cluster, equivalent to Apache Kafka's WRITE TRANSACTIONAL_ID ACL", - "privilege": "AlterTransactionalId", + "access_level": "Read", + "description": "Grants permission to get generated images from your Kinesis video stream", + "privilege": "GetImages", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kafka-cluster:Connect", - "kafka-cluster:DescribeTransactionalId", - "kafka-cluster:WriteData" - ], - "resource_type": "transactional-id*" + "dependent_actions": [], + "resource_type": "stream*" } ] }, { - "access_level": "Write", - "description": "Grants permission to connect and authenticate to the cluster", - "privilege": "Connect", + "access_level": "Read", + "description": "Grants permission to return media content of a Kinesis video stream", + "privilege": "GetMedia", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" + "resource_type": "stream*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create topics on a cluster, equivalent to Apache Kafka's CREATE CLUSTER/TOPIC ACL", - "privilege": "CreateTopic", + "access_level": "Read", + "description": "Grants permission to read and return media data only from persisted storage", + "privilege": "GetMediaForFragmentList", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kafka-cluster:Connect" - ], - "resource_type": "topic*" + "dependent_actions": [], + "resource_type": "stream*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete groups on a cluster, equivalent to Apache Kafka's DELETE GROUP ACL", - "privilege": "DeleteGroup", + "access_level": "Read", + "description": "Grants permission to get endpoints for a specified combination of protocol and role for a signaling channel", + "privilege": "GetSignalingChannelEndpoint", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kafka-cluster:Connect", - "kafka-cluster:DescribeGroup" - ], - "resource_type": "group*" + "dependent_actions": [], + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete topics on a cluster, equivalent to Apache Kafka's DELETE TOPIC ACL", - "privilege": "DeleteTopic", + "description": "Grants permission to join a storage session for a channel", + "privilege": "JoinStorageSession", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kafka-cluster:Connect", - "kafka-cluster:DescribeTopic" - ], - "resource_type": "topic*" + "dependent_actions": [], + "resource_type": "channel*" } ] }, { "access_level": "List", - "description": "Grants permission to describe various aspects of the cluster, equivalent to Apache Kafka's DESCRIBE CLUSTER ACL", - "privilege": "DescribeCluster", + "description": "Grants permission to list an edge agent configurations", + "privilege": "ListEdgeAgentConfigurations", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kafka-cluster:Connect" - ], - "resource_type": "cluster*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to describe the dynamic configuration of a cluster, equivalent to Apache Kafka's DESCRIBE_CONFIGS CLUSTER ACL", - "privilege": "DescribeClusterDynamicConfiguration", + "description": "Grants permission to list the fragments from archival storage based on the pagination token or selector type with range specified", + "privilege": "ListFragments", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kafka-cluster:Connect" - ], - "resource_type": "cluster*" + "dependent_actions": [], + "resource_type": "stream*" } ] }, { "access_level": "List", - "description": "Grants permission to describe groups on a cluster, equivalent to Apache Kafka's DESCRIBE GROUP ACL", - "privilege": "DescribeGroup", + "description": "Grants permission to list your signaling channels", + "privilege": "ListSignalingChannels", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kafka-cluster:Connect" - ], - "resource_type": "group*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to describe topics on a cluster, equivalent to Apache Kafka's DESCRIBE TOPIC ACL", - "privilege": "DescribeTopic", + "description": "Grants permission to list your Kinesis video streams", + "privilege": "ListStreams", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kafka-cluster:Connect" - ], - "resource_type": "topic*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to describe the dynamic configuration of topics on a cluster, equivalent to Apache Kafka's DESCRIBE_CONFIGS TOPIC ACL", - "privilege": "DescribeTopicDynamicConfiguration", + "access_level": "Read", + "description": "Grants permission to fetch the tags associated with your resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kafka-cluster:Connect" - ], - "resource_type": "topic*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe transactional IDs on a cluster, equivalent to Apache Kafka's DESCRIBE TRANSACTIONAL_ID ACL", - "privilege": "DescribeTransactionalId", - "resource_types": [ + "dependent_actions": [], + "resource_type": "channel" + }, { "condition_keys": [], - "dependent_actions": [ - "kafka-cluster:Connect" - ], - "resource_type": "transactional-id*" + "dependent_actions": [], + "resource_type": "stream" } ] }, { "access_level": "Read", - "description": "Grants permission to read data from topics on a cluster, equivalent to Apache Kafka's READ TOPIC ACL", - "privilege": "ReadData", + "description": "Grants permission to fetch the tags associated with Kinesis video stream", + "privilege": "ListTagsForStream", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kafka-cluster:AlterGroup", - "kafka-cluster:Connect", - "kafka-cluster:DescribeTopic" - ], - "resource_type": "topic*" + "dependent_actions": [], + "resource_type": "stream*" } ] }, { "access_level": "Write", - "description": "Grants permission to write data to topics on a cluster, equivalent to Apache Kafka's WRITE TOPIC ACL", - "privilege": "WriteData", + "description": "Grants permission to send media data to a Kinesis video stream", + "privilege": "PutMedia", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kafka-cluster:Connect", - "kafka-cluster:DescribeTopic" - ], - "resource_type": "topic*" + "dependent_actions": [], + "resource_type": "stream*" } ] }, { "access_level": "Write", - "description": "Grants permission to write data idempotently on a cluster, equivalent to Apache Kafka's IDEMPOTENT_WRITE CLUSTER ACL", - "privilege": "WriteDataIdempotently", + "description": "Grants permission to send the Alexa SDP offer to the master", + "privilege": "SendAlexaOfferToMaster", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "kafka-cluster:Connect", - "kafka-cluster:WriteData" - ], - "resource_type": "cluster*" + "dependent_actions": [], + "resource_type": "channel*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:kafka:${Region}:${Account}:cluster/${ClusterName}/${ClusterUuid}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "cluster" - }, - { - "arn": "arn:${Partition}:kafka:${Region}:${Account}:topic/${ClusterName}/${ClusterUuid}/${TopicName}", - "condition_keys": [], - "resource": "topic" - }, - { - "arn": "arn:${Partition}:kafka:${Region}:${Account}:group/${ClusterName}/${ClusterUuid}/${GroupName}", - "condition_keys": [], - "resource": "group" }, - { - "arn": "arn:${Partition}:kafka:${Region}:${Account}:transactional-id/${ClusterName}/${ClusterUuid}/${TransactionalId}", - "condition_keys": [], - "resource": "transactional-id" - } - ], - "service_name": "Apache Kafka APIs for Amazon MSK clusters" - }, - { - "conditions": [], - "prefix": "kafkaconnect", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to create an MSK Connect connector", - "privilege": "CreateConnector", + "description": "Grants permission to start edge configuration update of your Kinesis Video Stream", + "privilege": "StartEdgeConfigurationUpdate", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs", - "firehose:TagDeliveryStream", - "iam:AttachRolePolicy", - "iam:CreateServiceLinkedRole", - "iam:PassRole", - "iam:PutRolePolicy", - "logs:CreateLogDelivery", - "logs:DescribeLogGroups", - "logs:DescribeResourcePolicies", - "logs:GetLogDelivery", - "logs:ListLogDeliveries", - "logs:PutResourcePolicy", - "s3:GetBucketPolicy", - "s3:PutBucketPolicy" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "stream*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an MSK Connect custom plugin", - "privilege": "CreateCustomPlugin", + "access_level": "Tagging", + "description": "Grants permission to attach set of tags to your resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "s3:GetObject" - ], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an MSK Connect worker configuration", - "privilege": "CreateWorkerConfiguration", - "resource_types": [ + "dependent_actions": [], + "resource_type": "channel" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "stream" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an MSK Connect connector", - "privilege": "DeleteConnector", + "access_level": "Tagging", + "description": "Grants permission to attach set of tags to your Kinesis video streams", + "privilege": "TagStream", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "logs:DeleteLogDelivery", - "logs:ListLogDeliveries" + "dependent_actions": [], + "resource_type": "stream*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an MSK Connect custom plugin", - "privilege": "DeleteCustomPlugin", + "access_level": "Tagging", + "description": "Grants permission to remove one or more tags from your resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "channel" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "stream" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an MSK Connect connector", - "privilege": "DescribeConnector", + "access_level": "Tagging", + "description": "Grants permission to remove one or more tags from your Kinesis video streams", + "privilege": "UntagStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connector*" + "resource_type": "stream*" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an MSK Connect custom plugin", - "privilege": "DescribeCustomPlugin", + "access_level": "Write", + "description": "Grants permission to update the data retention period of your Kinesis video stream", + "privilege": "UpdateDataRetention", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "custom plugin*" + "resource_type": "stream*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an MSK Connect worker configuration", - "privilege": "DescribeWorkerConfiguration", + "access_level": "Write", + "description": "Grants permission to update the image generation configuration of your Kinesis video stream", + "privilege": "UpdateImageGenerationConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "worker configuration*" + "resource_type": "stream*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list all MSK Connect connectors in this account", - "privilege": "ListConnectors", + "access_level": "Write", + "description": "Grants permission to create or update an mapping between a signaling channel and stream", + "privilege": "UpdateMediaStorageConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list all MSK Connect custom plugins in this account", - "privilege": "ListCustomPlugins", + "access_level": "Write", + "description": "Grants permission to update the notification configuration of your Kinesis video stream", + "privilege": "UpdateNotificationConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "stream*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list all MSK Connect worker configurations in this account", - "privilege": "ListWorkerConfigurations", + "access_level": "Write", + "description": "Grants permission to update an existing signaling channel", + "privilege": "UpdateSignalingChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an MSK Connect connector", - "privilege": "UpdateConnector", + "description": "Grants permission to update an existing Kinesis video stream", + "privilege": "UpdateStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "stream*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:kafkaconnect:${Region}:${Account}:connector/${ConnectorName}/${UUID}", - "condition_keys": [], - "resource": "connector" - }, - { - "arn": "arn:${Partition}:kafkaconnect:${Region}:${Account}:custom-plugin/${CustomPluginName}/${UUID}", - "condition_keys": [], - "resource": "custom plugin" + "arn": "arn:${Partition}:kinesisvideo:${Region}:${Account}:stream/${StreamName}/${CreationTime}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "stream" }, { - "arn": "arn:${Partition}:kafkaconnect:${Region}:${Account}:worker-configuration/${WorkerConfigurationName}/${UUID}", - "condition_keys": [], - "resource": "worker configuration" + "arn": "arn:${Partition}:kinesisvideo:${Region}:${Account}:channel/${ChannelName}/${CreationTime}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "channel" } ], - "service_name": "Amazon Managed Streaming for Kafka Connect" + "service_name": "Amazon Kinesis Video Streams" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", + "description": "Filters access to the specified AWS KMS operations based on both the key and value of the tag in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", + "description": "Filters access to the specified AWS KMS operations based on tags assigned to the AWS KMS key", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", + "description": "Filters access to the specified AWS KMS operations based on tag keys in the request", "type": "ArrayOfString" - } - ], - "prefix": "kendra", - "privileges": [ + }, { - "access_level": "Write", - "description": "Grants permission to put principal mapping in index", - "privilege": "AssociateEntitiesToExperience", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "experience*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index*" - } - ] + "condition": "kms:BypassPolicyLockoutSafetyCheck", + "description": "Filters access to the CreateKey and PutKeyPolicy operations based on the value of the BypassPolicyLockoutSafetyCheck parameter in the request", + "type": "Bool" }, { - "access_level": "Write", - "description": "Defines the specific permissions of users or groups in your AWS SSO identity source with access to your Amazon Kendra experience", - "privilege": "AssociatePersonasToEntities", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "experience*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index*" - } - ] + "condition": "kms:CallerAccount", + "description": "Filters access to specified AWS KMS operations based on the AWS account ID of the caller. You can use this condition key to allow or deny access to all IAM users and roles in an AWS account in a single policy statement", + "type": "String" }, { - "access_level": "Write", - "description": "Grants permission to batch delete document", - "privilege": "BatchDeleteDocument", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index*" - } - ] + "condition": "kms:CustomerMasterKeySpec", + "description": "The kms:CustomerMasterKeySpec condition key is deprecated. Instead, use the kms:KeySpec condition key", + "type": "String" + }, + { + "condition": "kms:CustomerMasterKeyUsage", + "description": "The kms:CustomerMasterKeyUsage condition key is deprecated. Instead, use the kms:KeyUsage condition key", + "type": "String" + }, + { + "condition": "kms:DataKeyPairSpec", + "description": "Filters access to GenerateDataKeyPair and GenerateDataKeyPairWithoutPlaintext operations based on the value of the KeyPairSpec parameter in the request", + "type": "String" + }, + { + "condition": "kms:EncryptionAlgorithm", + "description": "Filters access to encryption operations based on the value of the encryption algorithm in the request", + "type": "String" + }, + { + "condition": "kms:EncryptionContext:${EncryptionContextKey}", + "description": "Filters access to a symmetric AWS KMS key based on the encryption context in a cryptographic operation. This condition evaluates the key and value in each key-value encryption context pair", + "type": "String" + }, + { + "condition": "kms:EncryptionContextKeys", + "description": "Filters access to a symmetric AWS KMS key based on the encryption context in a cryptographic operation. This condition key evaluates only the key in each key-value encryption context pair", + "type": "ArrayOfString" + }, + { + "condition": "kms:ExpirationModel", + "description": "Filters access to the ImportKeyMaterial operation based on the value of the ExpirationModel parameter in the request", + "type": "String" + }, + { + "condition": "kms:GrantConstraintType", + "description": "Filters access to the CreateGrant operation based on the grant constraint in the request", + "type": "String" + }, + { + "condition": "kms:GrantIsForAWSResource", + "description": "Filters access to the CreateGrant operation when the request comes from a specified AWS service", + "type": "Bool" + }, + { + "condition": "kms:GrantOperations", + "description": "Filters access to the CreateGrant operation based on the operations in the grant", + "type": "ArrayOfString" + }, + { + "condition": "kms:GranteePrincipal", + "description": "Filters access to the CreateGrant operation based on the grantee principal in the grant", + "type": "String" + }, + { + "condition": "kms:KeyOrigin", + "description": "Filters access to an API operation based on the Origin property of the AWS KMS key created by or used in the operation. Use it to qualify authorization of the CreateKey operation or any operation that is authorized for a KMS key", + "type": "String" + }, + { + "condition": "kms:KeySpec", + "description": "Filters access to an API operation based on the KeySpec property of the AWS KMS key that is created by or used in the operation. Use it to qualify authorization of the CreateKey operation or any operation that is authorized for a KMS key resource", + "type": "String" + }, + { + "condition": "kms:KeyUsage", + "description": "Filters access to an API operation based on the KeyUsage property of the AWS KMS key created by or used in the operation. Use it to qualify authorization of the CreateKey operation or any operation that is authorized for a KMS key resource", + "type": "String" + }, + { + "condition": "kms:MacAlgorithm", + "description": "Filters access to the GenerateMac and VerifyMac operations based on the MacAlgorithm parameter in the request", + "type": "String" + }, + { + "condition": "kms:MessageType", + "description": "Filters access to the Sign and Verify operations based on the value of the MessageType parameter in the request", + "type": "String" + }, + { + "condition": "kms:MultiRegion", + "description": "Filters access to an API operation based on the MultiRegion property of the AWS KMS key created by or used in the operation. Use it to qualify authorization of the CreateKey operation or any operation that is authorized for a KMS key resource", + "type": "Bool" + }, + { + "condition": "kms:MultiRegionKeyType", + "description": "Filters access to an API operation based on the MultiRegionKeyType property of the AWS KMS key created by or used in the operation. Use it to qualify authorization of the CreateKey operation or any operation that is authorized for a KMS key resource", + "type": "String" + }, + { + "condition": "kms:PrimaryRegion", + "description": "Filters access to the UpdatePrimaryRegion operation based on the value of the PrimaryRegion parameter in the request", + "type": "String" + }, + { + "condition": "kms:ReEncryptOnSameKey", + "description": "Filters access to the ReEncrypt operation when it uses the same AWS KMS key that was used for the Encrypt operation", + "type": "Bool" + }, + { + "condition": "kms:RecipientAttestation:ImageSha384", + "description": "Filters access to the Decrypt, GenerateDataKey, and GenerateRandom operations based on the image hash in the attestation document in the request", + "type": "String" + }, + { + "condition": "kms:RecipientAttestation:PCR", + "description": "Filters access to the Decrypt, GenerateDataKey, and GenerateRandom operations based on the platform configuration registers (PCRs) in the attestation document in the request", + "type": "String" + }, + { + "condition": "kms:ReplicaRegion", + "description": "Filters access to the ReplicateKey operation based on the value of the ReplicaRegion parameter in the request", + "type": "String" + }, + { + "condition": "kms:RequestAlias", + "description": "Filters access to cryptographic operations, DescribeKey, and GetPublicKey based on the alias in the request", + "type": "String" + }, + { + "condition": "kms:ResourceAliases", + "description": "Filters access to specified AWS KMS operations based on aliases associated with the AWS KMS key", + "type": "ArrayOfString" + }, + { + "condition": "kms:RetiringPrincipal", + "description": "Filters access to the CreateGrant operation based on the retiring principal in the grant", + "type": "String" + }, + { + "condition": "kms:ScheduleKeyDeletionPendingWindowInDays", + "description": "Filters access to the ScheduleKeyDeletion operation based on the value of the PendingWindowInDays parameter in the request", + "type": "Numeric" + }, + { + "condition": "kms:SigningAlgorithm", + "description": "Filters access to the Sign and Verify operations based on the signing algorithm in the request", + "type": "String" + }, + { + "condition": "kms:ValidTo", + "description": "Filters access to the ImportKeyMaterial operation based on the value of the ValidTo parameter in the request. You can use this condition key to allow users to import key material only when it expires by the specified date", + "type": "Date" + }, + { + "condition": "kms:ViaService", + "description": "Filters access when a request made on the principal's behalf comes from a specified AWS service", + "type": "String" + }, + { + "condition": "kms:WrappingAlgorithm", + "description": "Filters access to the GetParametersForImport operation based on the value of the WrappingAlgorithm parameter in the request", + "type": "String" }, + { + "condition": "kms:WrappingKeySpec", + "description": "Filters access to the GetParametersForImport operation based on the value of the WrappingKeySpec parameter in the request", + "type": "String" + } + ], + "prefix": "kms", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to delete a featured results set", - "privilege": "BatchDeleteFeaturedResultsSet", + "description": "Controls permission to cancel the scheduled deletion of an AWS KMS key", + "privilege": "CancelKeyDeletion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "featured-results-set*" + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to do batch get document status", - "privilege": "BatchGetDocumentStatus", + "access_level": "Write", + "description": "Controls permission to connect or reconnect a custom key store to its associated AWS CloudHSM cluster or external key manager outside of AWS", + "privilege": "ConnectCustomKeyStore", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to batch put document", - "privilege": "BatchPutDocument", + "description": "Controls permission to create an alias for an AWS KMS key. Aliases are optional friendly names that you can associate with KMS keys", + "privilege": "CreateAlias", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to clear out the suggestions for a given index, generated so far", - "privilege": "ClearQuerySuggestions", - "resource_types": [ + "resource_type": "alias*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "key*" + }, + { + "condition_keys": [ + "kms:CallerAccount", + "kms:ViaService" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an access control configuration", - "privilege": "CreateAccessControlConfiguration", + "description": "Controls permission to create a custom key store that is backed by an AWS CloudHSM cluster or an external key manager outside of AWS", + "privilege": "CreateCustomKeyStore", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index*" + "condition_keys": [ + "kms:CallerAccount" + ], + "dependent_actions": [ + "cloudhsm:DescribeClusters", + "iam:CreateServiceLinkedRole" + ], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a data source", - "privilege": "CreateDataSource", + "access_level": "Permissions management", + "description": "Controls permission to add a grant to an AWS KMS key. You can use grants to add permissions without changing the key policy or IAM policy", + "privilege": "CreateGrant", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "key*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "kms:CallerAccount", + "kms:EncryptionContext:${EncryptionContextKey}", + "kms:EncryptionContextKeys", + "kms:GrantConstraintType", + "kms:GranteePrincipal", + "kms:GrantIsForAWSResource", + "kms:GrantOperations", + "kms:RetiringPrincipal", + "kms:ViaService" ], "dependent_actions": [], "resource_type": "" @@ -140780,30 +155701,51 @@ }, { "access_level": "Write", - "description": "Creates an Amazon Kendra experience such as a search application", - "privilege": "CreateExperience", + "description": "Controls permission to create an AWS KMS key that can be used to protect data keys and other sensitive information", + "privilege": "CreateKey", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index*" + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "kms:BypassPolicyLockoutSafetyCheck", + "kms:CallerAccount", + "kms:KeySpec", + "kms:KeyUsage", + "kms:KeyOrigin", + "kms:MultiRegion", + "kms:MultiRegionKeyType", + "kms:ViaService" + ], + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "kms:PutKeyPolicy", + "kms:TagResource" + ], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an Faq", - "privilege": "CreateFaq", + "description": "Controls permission to decrypt ciphertext that was encrypted under an AWS KMS key", + "privilege": "Decrypt", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "key*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "kms:CallerAccount", + "kms:EncryptionAlgorithm", + "kms:EncryptionContext:${EncryptionContextKey}", + "kms:EncryptionContextKeys", + "kms:RecipientAttestation:ImageSha384", + "kms:RequestAlias", + "kms:ViaService" ], "dependent_actions": [], "resource_type": "" @@ -140812,18 +155754,23 @@ }, { "access_level": "Write", - "description": "Grants permission to create a featured results set", - "privilege": "CreateFeaturedResultsSet", + "description": "Controls permission to delete an alias. Aliases are optional friendly names that you can associate with AWS KMS keys", + "privilege": "DeleteAlias", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "alias*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "key*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "kms:CallerAccount", + "kms:ViaService" ], "dependent_actions": [], "resource_type": "" @@ -140832,13 +155779,12 @@ }, { "access_level": "Write", - "description": "Grants permission to create an Index", - "privilege": "CreateIndex", + "description": "Controls permission to delete a custom key store", + "privilege": "DeleteCustomKeyStore", "resource_types": [ { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "kms:CallerAccount" ], "dependent_actions": [], "resource_type": "" @@ -140847,18 +155793,18 @@ }, { "access_level": "Write", - "description": "Grants permission to create a QuerySuggestions BlockList", - "privilege": "CreateQuerySuggestionsBlockList", + "description": "Controls permission to delete cryptographic material that you imported into an AWS KMS key. This action makes the key unusable", + "privilege": "DeleteImportedKeyMaterial", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "key*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "kms:CallerAccount", + "kms:ViaService" ], "dependent_actions": [], "resource_type": "" @@ -140866,19 +155812,13 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a Thesaurus", - "privilege": "CreateThesaurus", + "access_level": "Read", + "description": "Controls permission to view detailed information about custom key stores in the account and region", + "privilege": "DescribeCustomKeyStores", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index*" - }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "kms:CallerAccount" ], "dependent_actions": [], "resource_type": "" @@ -140886,681 +155826,683 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete an access control configuration", - "privilege": "DeleteAccessControlConfiguration", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "access-control-configuration*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a data source", - "privilege": "DeleteDataSource", + "access_level": "Read", + "description": "Controls permission to view detailed information about an AWS KMS key", + "privilege": "DescribeKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-source*" + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:RequestAlias", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Deletes your Amazon Kendra experience such as a search application", - "privilege": "DeleteExperience", + "description": "Controls permission to disable an AWS KMS key, which prevents it from being used in cryptographic operations", + "privilege": "DisableKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "experience*" + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an Faq", - "privilege": "DeleteFaq", + "description": "Controls permission to disable automatic rotation of a customer managed AWS KMS key", + "privilege": "DisableKeyRotation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "faq*" + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an Index", - "privilege": "DeleteIndex", + "description": "Controls permission to disconnect the custom key store from its associated AWS CloudHSM cluster or external key manager outside of AWS", + "privilege": "DisconnectCustomKeyStore", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete principal mapping from index", - "privilege": "DeletePrincipalMapping", + "description": "Controls permission to change the state of an AWS KMS key to enabled. This allows the KMS key to be used in cryptographic operations", + "privilege": "EnableKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "data-source" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a QuerySuggestions BlockList", - "privilege": "DeleteQuerySuggestionsBlockList", + "description": "Controls permission to enable automatic rotation of the cryptographic material in an AWS KMS key", + "privilege": "EnableKeyRotation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "query-suggestions-block-list*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a Thesaurus", - "privilege": "DeleteThesaurus", + "description": "Controls permission to use the specified AWS KMS key to encrypt data and data keys", + "privilege": "Encrypt", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:EncryptionAlgorithm", + "kms:EncryptionContext:${EncryptionContextKey}", + "kms:EncryptionContextKeys", + "kms:RequestAlias", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "thesaurus*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an access control configuration", - "privilege": "DescribeAccessControlConfiguration", + "access_level": "Write", + "description": "Controls permission to use the AWS KMS key to generate data keys. You can use the data keys to encrypt data outside of AWS KMS", + "privilege": "GenerateDataKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "access-control-configuration*" + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:EncryptionAlgorithm", + "kms:EncryptionContext:${EncryptionContextKey}", + "kms:EncryptionContextKeys", + "kms:RecipientAttestation:ImageSha384", + "kms:RequestAlias", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a data source", - "privilege": "DescribeDataSource", + "access_level": "Write", + "description": "Controls permission to use the AWS KMS key to generate data key pairs", + "privilege": "GenerateDataKeyPair", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-source*" + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:DataKeyPairSpec", + "kms:EncryptionAlgorithm", + "kms:EncryptionContext:${EncryptionContextKey}", + "kms:EncryptionContextKeys", + "kms:RequestAlias", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Gets information about your Amazon Kendra experience such as a search application", - "privilege": "DescribeExperience", + "access_level": "Write", + "description": "Controls permission to use the AWS KMS key to generate data key pairs. Unlike the GenerateDataKeyPair operation, this operation returns an encrypted private key without a plaintext copy", + "privilege": "GenerateDataKeyPairWithoutPlaintext", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "experience*" + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:DataKeyPairSpec", + "kms:EncryptionAlgorithm", + "kms:EncryptionContext:${EncryptionContextKey}", + "kms:EncryptionContextKeys", + "kms:RequestAlias", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an Faq", - "privilege": "DescribeFaq", + "access_level": "Write", + "description": "Controls permission to use the AWS KMS key to generate a data key. Unlike the GenerateDataKey operation, this operation returns an encrypted data key without a plaintext version of the data key", + "privilege": "GenerateDataKeyWithoutPlaintext", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "faq*" + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:EncryptionAlgorithm", + "kms:EncryptionContext:${EncryptionContextKey}", + "kms:EncryptionContextKeys", + "kms:RequestAlias", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a featured results set", - "privilege": "DescribeFeaturedResultsSet", + "access_level": "Write", + "description": "Controls permission to use the AWS KMS key to generate message authentication codes", + "privilege": "GenerateMac", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "featured-results-set*" + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:MacAlgorithm", + "kms:RequestAlias", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an Index", - "privilege": "DescribeIndex", + "access_level": "Write", + "description": "Controls permission to get a cryptographically secure random byte string from AWS KMS", + "privilege": "GenerateRandom", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "kms:RecipientAttestation:ImageSha384" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe principal mapping from index", - "privilege": "DescribePrincipalMapping", + "description": "Controls permission to view the key policy for the specified AWS KMS key", + "privilege": "GetKeyPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "data-source" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a QuerySuggestions BlockList", - "privilege": "DescribeQuerySuggestionsBlockList", + "description": "Controls permission to determine whether automatic key rotation is enabled on the AWS KMS key", + "privilege": "GetKeyRotationStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "key*" }, { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "query-suggestions-block-list*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to describe the query suggestions configuration for an index", - "privilege": "DescribeQuerySuggestionsConfig", - "resource_types": [ - { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a Thesaurus", - "privilege": "DescribeThesaurus", + "description": "Controls permission to get data that is required to import cryptographic material into a customer managed key, including a public key and import token", + "privilege": "GetParametersForImport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:ViaService", + "kms:WrappingAlgorithm", + "kms:WrappingKeySpec" + ], "dependent_actions": [], - "resource_type": "thesaurus*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Prevents users or groups in your AWS SSO identity source from accessing your Amazon Kendra experience", - "privilege": "DisassociateEntitiesFromExperience", + "access_level": "Read", + "description": "Controls permission to download the public key of an asymmetric AWS KMS key", + "privilege": "GetPublicKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "experience*" + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:RequestAlias", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Removes the specific permissions of users or groups in your AWS SSO identity source with access to your Amazon Kendra experience", - "privilege": "DisassociatePersonasFromEntities", + "description": "Controls permission to import cryptographic material into an AWS KMS key", + "privilege": "ImportKeyMaterial", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "experience*" + "resource_type": "key*" }, { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get suggestions for a query prefix", - "privilege": "GetQuerySuggestions", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index*" - } - ] - }, - { - "access_level": "Read", - "description": "Retrieves search metrics data", - "privilege": "GetSnapshots", - "resource_types": [ - { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:ExpirationModel", + "kms:ValidTo", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list the access control configurations", - "privilege": "ListAccessControlConfigurations", + "description": "Controls permission to view the aliases that are defined in the account. Aliases are optional friendly names that you can associate with AWS KMS keys", + "privilege": "ListAliases", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to get Data Source sync job history", - "privilege": "ListDataSourceSyncJobs", + "description": "Controls permission to view all grants for an AWS KMS key", + "privilege": "ListGrants", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-source*" + "resource_type": "key*" }, { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list the data sources", - "privilege": "ListDataSources", - "resource_types": [ - { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:GrantIsForAWSResource", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Lists specific permissions of users and groups with access to your Amazon Kendra experience", - "privilege": "ListEntityPersonas", + "description": "Controls permission to view the names of key policies for an AWS KMS key", + "privilege": "ListKeyPolicies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "experience*" + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Lists users or groups in your AWS SSO identity source that are granted access to your Amazon Kendra experience", - "privilege": "ListExperienceEntities", + "description": "Controls permission to view the key ID and Amazon Resource Name (ARN) of all AWS KMS keys in the account", + "privilege": "ListKeys", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "experience*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Lists one or more Amazon Kendra experiences. You can create an Amazon Kendra experience such as a search application", - "privilege": "ListExperiences", + "description": "Controls permission to view all tags that are attached to an AWS KMS key", + "privilege": "ListResourceTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list the Faqs", - "privilege": "ListFaqs", - "resource_types": [ + "resource_type": "key*" + }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list the featured results sets", - "privilege": "ListFeaturedResultsSets", + "description": "Controls permission to view grants in which the specified principal is the retiring principal. Other principals might be able to retire the grant and this principal might be able to retire other grants", + "privilege": "ListRetirableGrants", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list groups that are older than an ordering id", - "privilege": "ListGroupsOlderThanOrderingId", + "access_level": "Permissions management", + "description": "Controls permission to replace the key policy for the specified AWS KMS key", + "privilege": "PutKeyPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:BypassPolicyLockoutSafetyCheck", + "kms:CallerAccount", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "data-source" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the indexes", - "privilege": "ListIndices", + "access_level": "Write", + "description": "Controls permission to decrypt data as part of the process that decrypts and reencrypts the data within AWS KMS", + "privilege": "ReEncryptFrom", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list the QuerySuggestions BlockLists", - "privilege": "ListQuerySuggestionsBlockLists", - "resource_types": [ + "resource_type": "key*" + }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:EncryptionAlgorithm", + "kms:EncryptionContext:${EncryptionContextKey}", + "kms:EncryptionContextKeys", + "kms:ReEncryptOnSameKey", + "kms:RequestAlias", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Controls permission to encrypt data as part of the process that decrypts and reencrypts the data within AWS KMS", + "privilege": "ReEncryptTo", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-source" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "faq" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "featured-results-set" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "query-suggestions-block-list" + "resource_type": "key*" }, { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "thesaurus" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list the Thesauri", - "privilege": "ListThesauri", - "resource_types": [ - { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:EncryptionAlgorithm", + "kms:EncryptionContext:${EncryptionContextKey}", + "kms:EncryptionContextKeys", + "kms:ReEncryptOnSameKey", + "kms:RequestAlias", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to put principal mapping in index", - "privilege": "PutPrincipalMapping", + "description": "Controls permission to replicate a multi-Region primary key", + "privilege": "ReplicateKey", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "index*" + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "kms:CreateKey", + "kms:PutKeyPolicy", + "kms:TagResource" + ], + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:ReplicaRegion", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "data-source" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to query documents and faqs", - "privilege": "Query", + "access_level": "Permissions management", + "description": "Controls permission to retire a grant. The RetireGrant operation is typically called by the grant user after they complete the tasks that the grant allowed them to perform", + "privilege": "RetireGrant", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "key*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve relevant content from an index", - "privilege": "Retrieve", + "access_level": "Permissions management", + "description": "Controls permission to revoke a grant, which denies permission for all operations that depend on the grant", + "privilege": "RevokeGrant", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "key*" + }, + { + "condition_keys": [ + "kms:CallerAccount", + "kms:GrantIsForAWSResource", + "kms:ViaService" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start Data Source sync job", - "privilege": "StartDataSourceSyncJob", + "description": "Controls permission to schedule deletion of an AWS KMS key", + "privilege": "ScheduleKeyDeletion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-source*" + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:ScheduleKeyDeletionPendingWindowInDays", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to stop Data Source sync job", - "privilege": "StopDataSourceSyncJob", + "description": "Controls permission to produce a digital signature for a message", + "privilege": "Sign", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-source*" + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:MessageType", + "kms:RequestAlias", + "kms:SigningAlgorithm", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to send feedback about a query results", - "privilege": "SubmitFeedback", + "description": "Controls access to internal APIs that synchronize multi-Region keys", + "privilege": "SynchronizeMultiRegionKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "key*" } ] }, { "access_level": "Tagging", - "description": "Grants permission to tag a resource with given key value pairs", + "description": "Controls permission to create or update tags that are attached to an AWS KMS key", "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-source" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "faq" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "featured-results-set" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "query-suggestions-block-list" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "thesaurus" + "resource_type": "key*" }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "kms:CallerAccount", + "kms:ViaService" ], "dependent_actions": [], "resource_type": "" @@ -141569,42 +156511,19 @@ }, { "access_level": "Tagging", - "description": "Grants permission to remove the tag with the given key from a resource", + "description": "Controls permission to delete tags that are attached to an AWS KMS key", "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "data-source" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "faq" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "featured-results-set" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "query-suggestions-block-list" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "thesaurus" + "resource_type": "key*" }, { "condition_keys": [ - "aws:TagKeys" + "aws:TagKeys", + "kms:CallerAccount", + "kms:ViaService" ], "dependent_actions": [], "resource_type": "" @@ -141613,211 +156532,78 @@ }, { "access_level": "Write", - "description": "Grants permission to update an access control configuration", - "privilege": "UpdateAccessControlConfiguration", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "access-control-configuration*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update a data source", - "privilege": "UpdateDataSource", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "data-source*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index*" - } - ] - }, - { - "access_level": "Write", - "description": "Updates your Amazon Kendra experience such as a search application", - "privilege": "UpdateExperience", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update a featured results set", - "privilege": "UpdateFeaturedResultsSet", + "description": "Controls permission to associate an alias with a different AWS KMS key. An alias is an optional friendly name that you can associate with a KMS key", + "privilege": "UpdateAlias", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "featured-results-set*" + "resource_type": "alias*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update an Index", - "privilege": "UpdateIndex", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update a QuerySuggestions BlockList", - "privilege": "UpdateQuerySuggestionsBlockList", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "index*" + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "query-suggestions-block-list*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the query suggestions configuration for an index", - "privilege": "UpdateQuerySuggestionsConfig", + "description": "Controls permission to change the properties of a custom key store", + "privilege": "UpdateCustomKeyStore", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount" + ], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a thesaurus", - "privilege": "UpdateThesaurus", + "description": "Controls permission to delete or change the description of an AWS KMS key", + "privilege": "UpdateKeyDescription", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "index*" + "resource_type": "key*" }, { - "condition_keys": [], + "condition_keys": [ + "kms:CallerAccount", + "kms:ViaService" + ], "dependent_actions": [], - "resource_type": "thesaurus*" + "resource_type": "" } - ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:kendra:${Region}:${Account}:index/${IndexId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "index" - }, - { - "arn": "arn:${Partition}:kendra:${Region}:${Account}:index/${IndexId}/data-source/${DataSourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "data-source" - }, - { - "arn": "arn:${Partition}:kendra:${Region}:${Account}:index/${IndexId}/faq/${FaqId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "faq" - }, - { - "arn": "arn:${Partition}:kendra:${Region}:${Account}:index/${IndexId}/experience/${ExperienceId}", - "condition_keys": [], - "resource": "experience" - }, - { - "arn": "arn:${Partition}:kendra:${Region}:${Account}:index/${IndexId}/thesaurus/${ThesaurusId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "thesaurus" - }, - { - "arn": "arn:${Partition}:kendra:${Region}:${Account}:index/${IndexId}/query-suggestions-block-list/${QuerySuggestionsBlockListId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "query-suggestions-block-list" - }, - { - "arn": "arn:${Partition}:kendra:${Region}:${Account}:index/${IndexId}/featured-results-set/${FeaturedResultsSetId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "featured-results-set" - }, - { - "arn": "arn:${Partition}:kendra:${Region}:${Account}:index/${IndexId}/access-control-configuration/${AccessControlConfigurationId}", - "condition_keys": [], - "resource": "access-control-configuration" - } - ], - "service_name": "Amazon Kendra" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "kendra-ranking", - "privileges": [ + ] + }, { "access_level": "Write", - "description": "Grants permission to create a RescoreExecutionPlan", - "privilege": "CreateRescoreExecutionPlan", + "description": "Controls permission to update the primary Region of a multi-Region primary key", + "privilege": "UpdatePrimaryRegion", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "key*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "kms:CallerAccount", + "kms:PrimaryRegion", + "kms:ViaService" ], "dependent_actions": [], "resource_type": "" @@ -141826,32 +156612,80 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a RescoreExecutionPlan", - "privilege": "DeleteRescoreExecutionPlan", + "description": "Controls permission to use the specified AWS KMS key to verify digital signatures", + "privilege": "Verify", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rescore-execution-plan*" + "resource_type": "key*" + }, + { + "condition_keys": [ + "kms:CallerAccount", + "kms:MessageType", + "kms:RequestAlias", + "kms:SigningAlgorithm", + "kms:ViaService" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a RescoreExecutionPlan", - "privilege": "DescribeRescoreExecutionPlan", + "access_level": "Write", + "description": "Controls permission to use the AWS KMS key to verify message authentication codes", + "privilege": "VerifyMac", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rescore-execution-plan*" + "resource_type": "key*" + }, + { + "condition_keys": [ + "kms:CallerAccount", + "kms:MacAlgorithm", + "kms:RequestAlias", + "kms:ViaService" + ], + "dependent_actions": [], + "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:kms:${Region}:${Account}:alias/${Alias}", + "condition_keys": [], + "resource": "alias" }, { - "access_level": "List", - "description": "Grants permission to list all RescoreExecutionPlans", - "privilege": "ListRescoreExecutionPlans", + "arn": "arn:${Partition}:kms:${Region}:${Account}:key/${KeyId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "kms:KeyOrigin", + "kms:KeySpec", + "kms:KeyUsage", + "kms:MultiRegion", + "kms:MultiRegionKeyType", + "kms:ResourceAliases" + ], + "resource": "key" + } + ], + "service_name": "AWS Key Management Service" + }, + { + "conditions": [], + "prefix": "lakeformation", + "privileges": [ + { + "access_level": "Tagging", + "description": "Grants permission to attach Lake Formation tags to catalog resources", + "privilege": "AddLFTagsToResource", "resource_types": [ { "condition_keys": [], @@ -141861,160 +156695,129 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "Permissions management", + "description": "Grants permission to data lake permissions to one or more principals in a batch", + "privilege": "BatchGrantPermissions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rescore-execution-plan" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to Rescore documents with Kendra Intelligent Ranking", - "privilege": "Rescore", + "access_level": "Permissions management", + "description": "Grants permission to revoke data lake permissions from one or more principals in a batch", + "privilege": "BatchRevokePermissions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rescore-execution-plan*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a resource with given key value pairs", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to cancel the given transaction", + "privilege": "CancelTransaction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rescore-execution-plan" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove the tag with the given key from a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to commit the given transaction", + "privilege": "CommitTransaction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rescore-execution-plan" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a RescoreExecutionPlan", - "privilege": "UpdateRescoreExecutionPlan", + "description": "Grants permission to create a Lake Formation data cell filter", + "privilege": "CreateDataCellsFilter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "rescore-execution-plan*" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:kendra-ranking:${Region}:${Account}:rescore-execution-plan/${RescoreExecutionPlanId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "rescore-execution-plan" - } - ], - "service_name": "Amazon Kendra Intelligent Ranking" - }, - { - "conditions": [], - "prefix": "kinesis", - "privileges": [ + }, { - "access_level": "Tagging", - "description": "Grants permission to add or update tags for the specified Amazon Kinesis stream. Each stream can have up to 10 tags", - "privilege": "AddTagsToStream", + "access_level": "Write", + "description": "Grants permission to create a Lake Formation tag", + "privilege": "CreateLFTag", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a Amazon Kinesis stream", - "privilege": "CreateStream", + "description": "Enforce Lake Formation permissions for the given databases, tables, and principals", + "privilege": "CreateLakeFormationOptIn", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to decrease the stream's retention period, which is the length of time data records are accessible after they are added to the stream", - "privilege": "DecreaseStreamRetentionPeriod", + "description": "Grants permission to delete a Lake Formation data cell filter", + "privilege": "DeleteDataCellsFilter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a stream and all its shards and data", - "privilege": "DeleteStream", + "description": "Grants permission to delete a Lake Formation tag", + "privilege": "DeleteLFTag", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to deregister a stream consumer with a Kinesis data stream", - "privilege": "DeregisterStreamConsumer", + "description": "Remove the Lake Formation permissions enforcement of the given databases, tables, and principals", + "privilege": "DeleteLakeFormationOptIn", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "consumer*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the shard limits and usage for the account", - "privilege": "DescribeLimits", + "access_level": "Write", + "description": "Grants permission to delete the specified objects if the transaction is canceled", + "privilege": "DeleteObjectsOnCancel", "resource_types": [ { "condition_keys": [], @@ -142024,45 +156827,45 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe the specified stream", - "privilege": "DescribeStream", + "access_level": "Write", + "description": "Grants permission to deregister a registered location", + "privilege": "DeregisterResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get the description of a registered stream consumer", - "privilege": "DescribeStreamConsumer", + "description": "Grants permission to describe a registered location", + "privilege": "DescribeResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "consumer*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to provide a summarized description of the specified Kinesis data stream without the shard list", - "privilege": "DescribeStreamSummary", + "description": "Grants permission to get status of the given transaction", + "privilege": "DescribeTransaction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to disables enhanced monitoring", - "privilege": "DisableEnhancedMonitoring", + "description": "Grants permission to extend the timeout of the given transaction", + "privilege": "ExtendTransaction", "resource_types": [ { "condition_keys": [], @@ -142073,8 +156876,8 @@ }, { "access_level": "Write", - "description": "Grants permission to enable enhanced Kinesis data stream monitoring for shard-level metrics", - "privilege": "EnableEnhancedMonitoring", + "description": "Grants permission to virtual data lake access", + "privilege": "GetDataAccess", "resource_types": [ { "condition_keys": [], @@ -142085,210 +156888,233 @@ }, { "access_level": "Read", - "description": "Grants permission to get data records from a shard", - "privilege": "GetRecords", + "description": "Grants permission to retrieve a Lake Formation data cell filter", + "privilege": "GetDataCellsFilter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get a shard iterator. A shard iterator expires five minutes after it is returned to the requester", - "privilege": "GetShardIterator", + "description": "Grants permission to retrieve data lake settings such as the list of data lake administrators and database and table default permissions", + "privilege": "GetDataLakeSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to increase the stream's retention period, which is the length of time data records are accessible after they are added to the stream", - "privilege": "IncreaseStreamRetentionPeriod", + "access_level": "Read", + "description": "Grants permission to retrieve permissions attached to resources in the given path", + "privilege": "GetEffectivePermissionsForPath", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the shards in a stream and provides information about each shard", - "privilege": "ListShards", + "access_level": "Read", + "description": "Grants permission to retrieve a Lake Formation tag", + "privilege": "GetLFTag", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the stream consumers registered to receive data from a Kinesis stream using enhanced fan-out, and provides information about each consumer", - "privilege": "ListStreamConsumers", + "access_level": "Read", + "description": "Grants permission to retrieve the state of the given query", + "privilege": "GetQueryState", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "stream*" + "dependent_actions": [ + "lakeformation:StartQueryPlanning" + ], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list your streams", - "privilege": "ListStreams", + "access_level": "Read", + "description": "Grants permission to retrieve the statistics for the given query", + "privilege": "GetQueryStatistics", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "lakeformation:StartQueryPlanning" + ], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to list the tags for the specified Amazon Kinesis stream", - "privilege": "ListTagsForStream", + "description": "Grants permission to retrieve lakeformation tags on a catalog resource", + "privilege": "GetResourceLFTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to merge two adjacent shards in a stream and combines them into a single shard to reduce the stream's capacity to ingest and transport data", - "privilege": "MergeShards", + "access_level": "Read", + "description": "Grants permission to retrieve objects from a table", + "privilege": "GetTableObjects", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to write a single data record from a producer into an Amazon Kinesis stream", - "privilege": "PutRecord", + "access_level": "Read", + "description": "Grants permission to retrieve the results for the given work units", + "privilege": "GetWorkUnitResults", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "stream*" + "dependent_actions": [ + "lakeformation:GetWorkUnits", + "lakeformation:StartQueryPlanning" + ], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to write multiple data records from a producer into an Amazon Kinesis stream in a single call (also referred to as a PutRecords request)", - "privilege": "PutRecords", + "access_level": "Read", + "description": "Grants permission to retrieve the work units for the given query", + "privilege": "GetWorkUnits", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "stream*" + "dependent_actions": [ + "lakeformation:StartQueryPlanning" + ], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to register a stream consumer with a Kinesis data stream", - "privilege": "RegisterStreamConsumer", + "access_level": "Permissions management", + "description": "Grants permission to data lake permissions to a principal", + "privilege": "GrantPermissions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from the specified Kinesis data stream. Removed tags are deleted and cannot be recovered after this operation successfully completes", - "privilege": "RemoveTagsFromStream", + "access_level": "List", + "description": "Grants permission to list cell filters", + "privilege": "ListDataCellsFilter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to split a shard into two new shards in the Kinesis data stream, to increase the stream's capacity to ingest and transport data", - "privilege": "SplitShard", + "access_level": "Read", + "description": "Grants permission to list Lake Formation tags", + "privilege": "ListLFTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to enable or update server-side encryption using an AWS KMS key for a specified stream", - "privilege": "StartStreamEncryption", + "access_level": "List", + "description": "Retrieve the current list of resources and principals that are opt in to enforce Lake Formation permissions", + "privilege": "ListLakeFormationOptIns", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "kmsKey*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list permissions filtered by principal or resource", + "privilege": "ListPermissions", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to disable server-side encryption for a specified stream", - "privilege": "StopStreamEncryption", + "access_level": "List", + "description": "Grants permission to List registered locations", + "privilege": "ListResources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "kmsKey*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all the storage optimizers for the Governed table", + "privilege": "ListTableStorageOptimizers", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to listen to a specific shard with enhanced fan-out", - "privilege": "SubscribeToShard", + "access_level": "List", + "description": "Grants permission to list all transactions in the system", + "privilege": "ListTransactions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "consumer*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the shard count of the specified stream to the specified number of shards", - "privilege": "UpdateShardCount", + "access_level": "Permissions management", + "description": "Grants permission to overwrite data lake settings such as the list of data lake administrators and database and table default permissions", + "privilege": "PutDataLakeSettings", "resource_types": [ { "condition_keys": [], @@ -142299,8 +157125,8 @@ }, { "access_level": "Write", - "description": "Grants permission to update the capacity mode of the data stream", - "privilege": "UpdateStreamMode", + "description": "Grants permission to register a new location to be managed by Lake Formation", + "privilege": "RegisterResource", "resource_types": [ { "condition_keys": [], @@ -142308,93 +157134,74 @@ "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:kinesis:${Region}:${Account}:stream/${StreamName}", - "condition_keys": [], - "resource": "stream" - }, - { - "arn": "arn:${Partition}:kinesis:${Region}:${Account}:${StreamType}/${StreamName}/consumer/${ConsumerName}:${ConsumerCreationTimpstamp}", - "condition_keys": [], - "resource": "consumer" }, { - "arn": "arn:${Partition}:kms:${Region}:${Account}:key/${KeyId}", - "condition_keys": [], - "resource": "kmsKey" - } - ], - "service_name": "Amazon Kinesis Data Streams" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by set of values for each of the tags", - "type": "String" + "access_level": "Tagging", + "description": "Grants permission to remove lakeformation tags from catalog resources", + "privilege": "RemoveLFTagsFromResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag-value assoicated with the resource", - "type": "String" + "access_level": "Permissions management", + "description": "Grants permission to revoke data lake permissions from a principal", + "privilege": "RevokePermissions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of mandatory tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "kinesisanalytics", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to add input to the application", - "privilege": "AddApplicationInput", + "access_level": "Read", + "description": "Grants permission to list catalog databases with Lake Formation tags", + "privilege": "SearchDatabasesByLFTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to add output to the application", - "privilege": "AddApplicationOutput", + "access_level": "Read", + "description": "Grants permission to list catalog tables with Lake Formation tags", + "privilege": "SearchTablesByLFTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to add reference data source to the application", - "privilege": "AddApplicationReferenceDataSource", + "description": "Grants permission to initiate the planning of the given query", + "privilege": "StartQueryPlanning", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an application", - "privilege": "CreateApplication", + "description": "Grants permission to start a new transaction", + "privilege": "StartTransaction", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -142402,56 +157209,56 @@ }, { "access_level": "Write", - "description": "Grants permission to delete the application", - "privilege": "DeleteApplication", + "description": "Grants permission to update a Lake Formation data cell filter", + "privilege": "UpdateDataCellsFilter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified output of the application", - "privilege": "DeleteApplicationOutput", + "description": "Grants permission to update a Lake Formation tag", + "privilege": "UpdateLFTag", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified reference data source of the application", - "privilege": "DeleteApplicationReferenceDataSource", + "description": "Grants permission to update a registered location", + "privilege": "UpdateResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the specified application", - "privilege": "DescribeApplication", + "access_level": "Write", + "description": "Grants permission to add or delete the specified objects to or from a table", + "privilege": "UpdateTableObjects", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to discover the input schema for the application", - "privilege": "DiscoverInputSchema", + "access_level": "Write", + "description": "Grants permission to update the configuration of the storage optimizer for the Governed table", + "privilege": "UpdateTableStorageOptimizer", "resource_types": [ { "condition_keys": [], @@ -142459,79 +157266,170 @@ "resource_type": "" } ] + } + ], + "resources": [], + "service_name": "AWS Lake Formation" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" }, { - "access_level": "Read", - "description": "Grants permission to Kinesis Data Analytics console to display stream results for Kinesis Data Analytics SQL runtime applications", - "privilege": "GetApplicationState", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + }, + { + "condition": "lambda:CodeSigningConfigArn", + "description": "Filters access by the ARN of an AWS Lambda code signing config", + "type": "ARN" + }, + { + "condition": "lambda:EventSourceToken", + "description": "Filters access by the ID from a non-AWS event source configured for the AWS Lambda function", + "type": "String" + }, + { + "condition": "lambda:FunctionArn", + "description": "Filters access by the ARN of an AWS Lambda function", + "type": "ARN" + }, + { + "condition": "lambda:FunctionUrlAuthType", + "description": "Filters access by authorization type specified in request. Available during CreateFunctionUrlConfig, UpdateFunctionUrlConfig, DeleteFunctionUrlConfig, GetFunctionUrlConfig, ListFunctionUrlConfig, AddPermission and RemovePermission operations", + "type": "String" + }, + { + "condition": "lambda:Layer", + "description": "Filters access by the ARN of a version of an AWS Lambda layer", + "type": "ArrayOfString" + }, + { + "condition": "lambda:Principal", + "description": "Filters access by restricting the AWS service or account that can invoke a function", + "type": "String" + }, + { + "condition": "lambda:SecurityGroupIds", + "description": "Filters access by the ID of security groups configured for the AWS Lambda function", + "type": "ArrayOfString" + }, + { + "condition": "lambda:SourceFunctionArn", + "description": "Filters access by the ARN of the AWS Lambda function from which the request originated", + "type": "ARN" + }, + { + "condition": "lambda:SubnetIds", + "description": "Filters access by the ID of subnets configured for the AWS Lambda function", + "type": "ArrayOfString" + }, + { + "condition": "lambda:VpcIds", + "description": "Filters access by the ID of the VPC configured for the AWS Lambda function", + "type": "String" + } + ], + "prefix": "lambda", + "privileges": [ + { + "access_level": "Permissions management", + "description": "Grants permission to add permissions to the resource-based policy of a version of an AWS Lambda layer", + "privilege": "AddLayerVersionPermission", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "layerVersion*" } ] }, { - "access_level": "List", - "description": "Grants permission to list applications for the account", - "privilege": "ListApplications", + "access_level": "Permissions management", + "description": "Grants permission to give an AWS service or another account permission to use an AWS Lambda function", + "privilege": "AddPermission", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "function*" + }, + { + "condition_keys": [ + "lambda:Principal", + "lambda:FunctionUrlAuthType" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to fetch the tags associated with the application", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to create an alias for a Lambda function version", + "privilege": "CreateAlias", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "function*" } ] }, { "access_level": "Write", - "description": "Grants permission to start the application", - "privilege": "StartApplication", + "description": "Grants permission to create an AWS Lambda code signing config", + "privilege": "CreateCodeSigningConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to stop the application", - "privilege": "StopApplication", + "description": "Grants permission to create a mapping between an event source and an AWS Lambda function", + "privilege": "CreateEventSourceMapping", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "lambda:FunctionArn" + ], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to the application", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to create an AWS Lambda function", + "privilege": "CreateFunction", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "application*" + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "function*" }, { "condition_keys": [ + "lambda:Layer", + "lambda:VpcIds", + "lambda:SubnetIds", + "lambda:SecurityGroupIds", + "lambda:CodeSigningConfigArn", "aws:RequestTag/${TagKey}", "aws:TagKeys" ], @@ -142541,18 +157439,19 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove the specified tags from the application", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to create a function url configuration for a Lambda function", + "privilege": "CreateFunctionUrlConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "function*" }, { "condition_keys": [ - "aws:TagKeys" + "lambda:FunctionUrlAuthType", + "lambda:FunctionArn" ], "dependent_actions": [], "resource_type": "" @@ -142561,664 +157460,698 @@ }, { "access_level": "Write", - "description": "Grants permission to update the application", - "privilege": "UpdateApplication", + "description": "Grants permission to delete an AWS Lambda function alias", + "privilege": "DeleteAlias", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "function*" } ] }, { "access_level": "Write", - "description": "Grants permission to add cloudwatch logging option to the application", - "privilege": "AddApplicationCloudWatchLoggingOption", + "description": "Grants permission to delete an AWS Lambda code signing config", + "privilege": "DeleteCodeSigningConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "code signing config*" } ] }, { "access_level": "Write", - "description": "Grants permission to add input processing configuration to the application", - "privilege": "AddApplicationInputProcessingConfiguration", + "description": "Grants permission to delete an AWS Lambda event source mapping", + "privilege": "DeleteEventSourceMapping", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "eventSourceMapping*" + }, + { + "condition_keys": [ + "lambda:FunctionArn" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to add VPC configuration to the application", - "privilege": "AddApplicationVpcConfiguration", + "description": "Grants permission to delete an AWS Lambda function", + "privilege": "DeleteFunction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "function*" } ] }, { - "access_level": "Read", - "description": "Grants permission to create and return a URL that you can use to connect to an application's extension", - "privilege": "CreateApplicationPresignedUrl", + "access_level": "Write", + "description": "Grants permission to detach a code signing config from an AWS Lambda function", + "privilege": "DeleteFunctionCodeSigningConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "function*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a snapshot for an application", - "privilege": "CreateApplicationSnapshot", + "description": "Grants permission to remove a concurrent execution limit from an AWS Lambda function", + "privilege": "DeleteFunctionConcurrency", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "function*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified cloudwatch logging option of the application", - "privilege": "DeleteApplicationCloudWatchLoggingOption", + "description": "Grants permission to delete the configuration for asynchronous invocation for an AWS Lambda function, version, or alias", + "privilege": "DeleteFunctionEventInvokeConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "function*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified input processing configuration of the application", - "privilege": "DeleteApplicationInputProcessingConfiguration", + "description": "Grants permission to delete function url configuration for a Lambda function", + "privilege": "DeleteFunctionUrlConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "function*" + }, + { + "condition_keys": [ + "lambda:FunctionUrlAuthType", + "lambda:FunctionArn" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a snapshot for an application", - "privilege": "DeleteApplicationSnapshot", + "description": "Grants permission to delete a version of an AWS Lambda layer", + "privilege": "DeleteLayerVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "layerVersion*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified VPC configuration of the application", - "privilege": "DeleteApplicationVpcConfiguration", + "description": "Grants permission to delete the provisioned concurrency configuration for an AWS Lambda function", + "privilege": "DeleteProvisionedConcurrencyConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "function alias" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "function version" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an application snapshot", - "privilege": "DescribeApplicationSnapshot", + "access_level": "Permissions management", + "description": "Grants permission to disable replication for a Lambda@Edge function", + "privilege": "DisableReplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "function*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the application version of an application", - "privilege": "DescribeApplicationVersion", + "access_level": "Permissions management", + "description": "Grants permission to enable replication for a Lambda@Edge function", + "privilege": "EnableReplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "function*" } ] }, { "access_level": "Read", - "description": "Grants permission to list the snapshots for an application", - "privilege": "ListApplicationSnapshots", + "description": "Grants permission to view details about an account's limits and usage in an AWS Region", + "privilege": "GetAccountSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to list application versions of an application", - "privilege": "ListApplicationVersions", + "description": "Grants permission to view details about an AWS Lambda function alias", + "privilege": "GetAlias", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "function*" } ] }, { - "access_level": "Write", - "description": "Grants permission to perform rollback operation on an application", - "privilege": "RollbackApplication", + "access_level": "Read", + "description": "Grants permission to view details about an AWS Lambda code signing config", + "privilege": "GetCodeSigningConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "code signing config*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the maintenance configuration of an application", - "privilege": "UpdateApplicationMaintenanceConfiguration", + "access_level": "Read", + "description": "Grants permission to view details about an AWS Lambda event source mapping", + "privilege": "GetEventSourceMapping", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application*" + "resource_type": "eventSourceMapping*" + }, + { + "condition_keys": [ + "lambda:FunctionArn" + ], + "dependent_actions": [], + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:kinesisanalytics:${Region}:${Account}:application/${ApplicationName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "application" - } - ], - "service_name": "Amazon Kinesis Analytics" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters requests based on the allowed set of values for each of the tags", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on tag-value assoicated with the stream", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters requests based on the presence of mandatory tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "kinesisvideo", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to connect as a master to the signaling channel specified by the endpoint", - "privilege": "ConnectAsMaster", + "access_level": "Read", + "description": "Grants permission to view details about an AWS Lambda function", + "privilege": "GetFunction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "function*" } ] }, { - "access_level": "Write", - "description": "Grants permission to connect as a viewer to the signaling channel specified by the endpoint", - "privilege": "ConnectAsViewer", + "access_level": "Read", + "description": "Grants permission to view the code signing config arn attached to an AWS Lambda function", + "privilege": "GetFunctionCodeSigningConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "function*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a signaling channel", - "privilege": "CreateSignalingChannel", + "access_level": "Read", + "description": "Grants permission to view details about the reserved concurrency configuration for a function", + "privilege": "GetFunctionConcurrency", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "function*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a Kinesis video stream", - "privilege": "CreateStream", + "access_level": "Read", + "description": "Grants permission to view details about the version-specific settings of an AWS Lambda function or version", + "privilege": "GetFunctionConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "function*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the edge configuration of your Kinesis Video Stream", - "privilege": "DeleteEdgeConfiguration", + "access_level": "Read", + "description": "Grants permission to view the configuration for asynchronous invocation for a function, version, or alias", + "privilege": "GetFunctionEventInvokeConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "function*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an existing signaling channel", - "privilege": "DeleteSignalingChannel", + "access_level": "Read", + "description": "Grants permission to read function url configuration for a Lambda function", + "privilege": "GetFunctionUrlConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "function*" + }, + { + "condition_keys": [ + "lambda:FunctionUrlAuthType", + "lambda:FunctionArn" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an existing Kinesis video stream", - "privilege": "DeleteStream", + "access_level": "Read", + "description": "Grants permission to view details about a version of an AWS Lambda layer. Note this action also supports GetLayerVersionByArn API", + "privilege": "GetLayerVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "layerVersion*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe the edge configuration of your Kinesis Video Stream", - "privilege": "DescribeEdgeConfiguration", + "description": "Grants permission to view the resource-based policy for a version of an AWS Lambda layer", + "privilege": "GetLayerVersionPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "layerVersion*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe the image generation configuration of your Kinesis video stream", - "privilege": "DescribeImageGenerationConfiguration", + "description": "Grants permission to view the resource-based policy for an AWS Lambda function, version, or alias", + "privilege": "GetPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "function*" } ] }, { - "access_level": "List", - "description": "Grants permission to describe the resource mapped to the Kinesis video stream", - "privilege": "DescribeMappedResourceConfiguration", + "access_level": "Read", + "description": "Grants permission to view the provisioned concurrency configuration for an AWS Lambda function's alias or version", + "privilege": "GetProvisionedConcurrencyConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "function alias" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "function version" } ] }, { "access_level": "Read", - "description": "Grants permission to describe the media storage configuration of a signaling channel", - "privilege": "DescribeMediaStorageConfiguration", + "description": "Grants permission to view the runtime management configuration of an AWS Lambda function", + "privilege": "GetRuntimeManagementConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "function*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the notification configuration of your Kinesis video stream", - "privilege": "DescribeNotificationConfiguration", + "access_level": "Write", + "description": "Grants permission to invoke a function asynchronously (Deprecated)", + "privilege": "InvokeAsync", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "function*" } ] }, { - "access_level": "List", - "description": "Grants permission to describe the specified signaling channel", - "privilege": "DescribeSignalingChannel", + "access_level": "Write", + "description": "Grants permission to invoke an AWS Lambda function", + "privilege": "InvokeFunction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "function*" + }, + { + "condition_keys": [ + "lambda:EventSourceToken" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to describe the specified Kinesis video stream", - "privilege": "DescribeStream", + "access_level": "Write", + "description": "Grants permission to invoke an AWS Lambda function through url", + "privilege": "InvokeFunctionUrl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "function*" + }, + { + "condition_keys": [ + "lambda:FunctionUrlAuthType", + "lambda:FunctionArn", + "lambda:EventSourceToken" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a media clip from a video stream", - "privilege": "GetClip", + "access_level": "List", + "description": "Grants permission to retrieve a list of aliases for an AWS Lambda function", + "privilege": "ListAliases", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "function*" } ] }, { - "access_level": "Read", - "description": "Grants permission to create a URL for MPEG-DASH video streaming", - "privilege": "GetDASHStreamingSessionURL", + "access_level": "List", + "description": "Grants permission to retrieve a list of AWS Lambda code signing configs", + "privilege": "ListCodeSigningConfigs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get an endpoint for a specified stream for either reading or writing media data to Kinesis Video Streams", - "privilege": "GetDataEndpoint", + "access_level": "List", + "description": "Grants permission to retrieve a list of AWS Lambda event source mappings", + "privilege": "ListEventSourceMappings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to create a URL for HLS video streaming", - "privilege": "GetHLSStreamingSessionURL", + "access_level": "List", + "description": "Grants permission to retrieve a list of configurations for asynchronous invocation for a function", + "privilege": "ListFunctionEventInvokeConfigs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "function*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the ICE server configuration", - "privilege": "GetIceServerConfig", + "access_level": "List", + "description": "Grants permission to read function url configurations for a function", + "privilege": "ListFunctionUrlConfigs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "function*" + }, + { + "condition_keys": [ + "lambda:FunctionUrlAuthType" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get generated images from your Kinesis video stream", - "privilege": "GetImages", + "access_level": "List", + "description": "Grants permission to retrieve a list of AWS Lambda functions, with the version-specific configuration of each function", + "privilege": "ListFunctions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return media content of a Kinesis video stream", - "privilege": "GetMedia", + "access_level": "List", + "description": "Grants permission to retrieve a list of AWS Lambda functions by the code signing config assigned", + "privilege": "ListFunctionsByCodeSigningConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "code signing config*" } ] }, { - "access_level": "Read", - "description": "Grants permission to read and return media data only from persisted storage", - "privilege": "GetMediaForFragmentList", + "access_level": "List", + "description": "Grants permission to retrieve a list of versions of an AWS Lambda layer", + "privilege": "ListLayerVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get endpoints for a specified combination of protocol and role for a signaling channel", - "privilege": "GetSignalingChannelEndpoint", + "access_level": "List", + "description": "Grants permission to retrieve a list of AWS Lambda layers, with details about the latest version of each layer", + "privilege": "ListLayers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to join a storage session for a channel", - "privilege": "JoinStorageSession", + "access_level": "List", + "description": "Grants permission to retrieve a list of provisioned concurrency configurations for an AWS Lambda function", + "privilege": "ListProvisionedConcurrencyConfigs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "function*" } ] }, { - "access_level": "List", - "description": "Grants permission to list an edge agent configurations", - "privilege": "ListEdgeAgentConfigurations", + "access_level": "Read", + "description": "Grants permission to retrieve a list of tags for an AWS Lambda function", + "privilege": "ListTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "function*" } ] }, { "access_level": "List", - "description": "Grants permission to list the fragments from archival storage based on the pagination token or selector type with range specified", - "privilege": "ListFragments", + "description": "Grants permission to retrieve a list of versions for an AWS Lambda function", + "privilege": "ListVersionsByFunction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "function*" } ] }, { - "access_level": "List", - "description": "Grants permission to list your signaling channels", - "privilege": "ListSignalingChannels", + "access_level": "Write", + "description": "Grants permission to create an AWS Lambda layer", + "privilege": "PublishLayerVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "layer*" } ] }, { - "access_level": "List", - "description": "Grants permission to list your Kinesis video streams", - "privilege": "ListStreams", + "access_level": "Write", + "description": "Grants permission to create an AWS Lambda function version", + "privilege": "PublishVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "function*" } ] }, { - "access_level": "Read", - "description": "Grants permission to fetch the tags associated with your resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to attach a code signing config to an AWS Lambda function", + "privilege": "PutFunctionCodeSigningConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel" + "resource_type": "code signing config*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream" + "resource_type": "function*" + }, + { + "condition_keys": [ + "lambda:CodeSigningConfigArn" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to fetch the tags associated with Kinesis video stream", - "privilege": "ListTagsForStream", + "access_level": "Write", + "description": "Grants permission to configure reserved concurrency for an AWS Lambda function", + "privilege": "PutFunctionConcurrency", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "function*" } ] }, { "access_level": "Write", - "description": "Grants permission to send media data to a Kinesis video stream", - "privilege": "PutMedia", + "description": "Grants permission to configures options for asynchronous invocation on an AWS Lambda function, version, or alias", + "privilege": "PutFunctionEventInvokeConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "function*" } ] }, { "access_level": "Write", - "description": "Grants permission to send the Alexa SDP offer to the master", - "privilege": "SendAlexaOfferToMaster", + "description": "Grants permission to configure provisioned concurrency for an AWS Lambda function's alias or version", + "privilege": "PutProvisionedConcurrencyConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "function alias" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "function version" } ] }, { "access_level": "Write", - "description": "Grants permission to start edge configuration update of your Kinesis Video Stream", - "privilege": "StartEdgeConfigurationUpdate", + "description": "Grants permission to update the runtime management configuration of an AWS Lambda function", + "privilege": "PutRuntimeManagementConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "function*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to attach set of tags to your resource", - "privilege": "TagResource", + "access_level": "Permissions management", + "description": "Grants permission to remove a statement from the permissions policy for a version of an AWS Lambda layer", + "privilege": "RemoveLayerVersionPermission", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel" - }, + "resource_type": "layerVersion*" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to revoke function-use permission from an AWS service or another account", + "privilege": "RemovePermission", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream" + "resource_type": "function*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "lambda:Principal", + "lambda:FunctionUrlAuthType" ], "dependent_actions": [], "resource_type": "" @@ -143227,13 +158160,13 @@ }, { "access_level": "Tagging", - "description": "Grants permission to attach set of tags to your Kinesis video streams", - "privilege": "TagStream", + "description": "Grants permission to add tags to an AWS Lambda function", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "function*" }, { "condition_keys": [ @@ -143247,18 +158180,13 @@ }, { "access_level": "Tagging", - "description": "Grants permission to remove one or more tags from your resource", + "description": "Grants permission to remove tags from an AWS Lambda function", "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "stream" + "resource_type": "function*" }, { "condition_keys": [ @@ -143270,334 +158198,200 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove one or more tags from your Kinesis video streams", - "privilege": "UntagStream", + "access_level": "Write", + "description": "Grants permission to update the configuration of an AWS Lambda function's alias", + "privilege": "UpdateAlias", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" - }, + "resource_type": "function*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update an AWS Lambda code signing config", + "privilege": "UpdateCodeSigningConfig", + "resource_types": [ { - "condition_keys": [ - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "code signing config*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the data retention period of your Kinesis video stream", - "privilege": "UpdateDataRetention", + "description": "Grants permission to update the configuration of an AWS Lambda event source mapping", + "privilege": "UpdateEventSourceMapping", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "eventSourceMapping*" + }, + { + "condition_keys": [ + "lambda:FunctionArn" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the image generation configuration of your Kinesis video stream", - "privilege": "UpdateImageGenerationConfiguration", + "description": "Grants permission to update the code of an AWS Lambda function", + "privilege": "UpdateFunctionCode", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "function*" } ] }, { "access_level": "Write", - "description": "Grants permission to create or update an mapping between a signaling channel and stream", - "privilege": "UpdateMediaStorageConfiguration", + "description": "Grants permission to update the code signing config of an AWS Lambda function", + "privilege": "UpdateFunctionCodeSigningConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "code signing config*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "function*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the notification configuration of your Kinesis video stream", - "privilege": "UpdateNotificationConfiguration", + "description": "Grants permission to modify the version-specific settings of an AWS Lambda function", + "privilege": "UpdateFunctionConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "function*" + }, + { + "condition_keys": [ + "lambda:Layer", + "lambda:VpcIds", + "lambda:SubnetIds", + "lambda:SecurityGroupIds" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update an existing signaling channel", - "privilege": "UpdateSignalingChannel", + "description": "Grants permission to modify the configuration for asynchronous invocation for an AWS Lambda function, version, or alias", + "privilege": "UpdateFunctionEventInvokeConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "function*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an existing Kinesis video stream", - "privilege": "UpdateStream", + "description": "Grants permission to update a function url configuration for a Lambda function", + "privilege": "UpdateFunctionUrlConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stream*" + "resource_type": "function*" + }, + { + "condition_keys": [ + "lambda:FunctionUrlAuthType", + "lambda:FunctionArn" + ], + "dependent_actions": [], + "resource_type": "" } ] } ], "resources": [ { - "arn": "arn:${Partition}:kinesisvideo:${Region}:${Account}:stream/${StreamName}/${CreationTime}", + "arn": "arn:${Partition}:lambda:${Region}:${Account}:code-signing-config:${CodeSigningConfigId}", + "condition_keys": [], + "resource": "code signing config" + }, + { + "arn": "arn:${Partition}:lambda:${Region}:${Account}:event-source-mapping:${UUID}", + "condition_keys": [], + "resource": "eventSourceMapping" + }, + { + "arn": "arn:${Partition}:lambda:${Region}:${Account}:function:${FunctionName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "stream" + "resource": "function" }, { - "arn": "arn:${Partition}:kinesisvideo:${Region}:${Account}:channel/${ChannelName}/${CreationTime}", + "arn": "arn:${Partition}:lambda:${Region}:${Account}:function:${FunctionName}:${Alias}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "channel" - } - ], - "service_name": "Amazon Kinesis Video Streams" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access to the specified AWS KMS operations based on both the key and value of the tag in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access to the specified AWS KMS operations based on tags assigned to the AWS KMS key", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access to the specified AWS KMS operations based on tag keys in the request", - "type": "ArrayOfString" - }, - { - "condition": "kms:BypassPolicyLockoutSafetyCheck", - "description": "Filters access to the CreateKey and PutKeyPolicy operations based on the value of the BypassPolicyLockoutSafetyCheck parameter in the request", - "type": "Bool" - }, - { - "condition": "kms:CallerAccount", - "description": "Filters access to specified AWS KMS operations based on the AWS account ID of the caller. You can use this condition key to allow or deny access to all IAM users and roles in an AWS account in a single policy statement", - "type": "String" - }, - { - "condition": "kms:CustomerMasterKeySpec", - "description": "The kms:CustomerMasterKeySpec condition key is deprecated. Instead, use the kms:KeySpec condition key", - "type": "String" - }, - { - "condition": "kms:CustomerMasterKeyUsage", - "description": "The kms:CustomerMasterKeyUsage condition key is deprecated. Instead, use the kms:KeyUsage condition key", - "type": "String" - }, - { - "condition": "kms:DataKeyPairSpec", - "description": "Filters access to GenerateDataKeyPair and GenerateDataKeyPairWithoutPlaintext operations based on the value of the KeyPairSpec parameter in the request", - "type": "String" - }, - { - "condition": "kms:EncryptionAlgorithm", - "description": "Filters access to encryption operations based on the value of the encryption algorithm in the request", - "type": "String" - }, - { - "condition": "kms:EncryptionContext:${EncryptionContextKey}", - "description": "Filters access to a symmetric AWS KMS key based on the encryption context in a cryptographic operation. This condition evaluates the key and value in each key-value encryption context pair", - "type": "String" - }, - { - "condition": "kms:EncryptionContextKeys", - "description": "Filters access to a symmetric AWS KMS key based on the encryption context in a cryptographic operation. This condition key evaluates only the key in each key-value encryption context pair", - "type": "ArrayOfString" - }, - { - "condition": "kms:ExpirationModel", - "description": "Filters access to the ImportKeyMaterial operation based on the value of the ExpirationModel parameter in the request", - "type": "String" - }, - { - "condition": "kms:GrantConstraintType", - "description": "Filters access to the CreateGrant operation based on the grant constraint in the request", - "type": "String" - }, - { - "condition": "kms:GrantIsForAWSResource", - "description": "Filters access to the CreateGrant operation when the request comes from a specified AWS service", - "type": "Bool" - }, - { - "condition": "kms:GrantOperations", - "description": "Filters access to the CreateGrant operation based on the operations in the grant", - "type": "ArrayOfString" - }, - { - "condition": "kms:GranteePrincipal", - "description": "Filters access to the CreateGrant operation based on the grantee principal in the grant", - "type": "String" - }, - { - "condition": "kms:KeyOrigin", - "description": "Filters access to an API operation based on the Origin property of the AWS KMS key created by or used in the operation. Use it to qualify authorization of the CreateKey operation or any operation that is authorized for a KMS key", - "type": "String" - }, - { - "condition": "kms:KeySpec", - "description": "Filters access to an API operation based on the KeySpec property of the AWS KMS key that is created by or used in the operation. Use it to qualify authorization of the CreateKey operation or any operation that is authorized for a KMS key resource", - "type": "String" - }, - { - "condition": "kms:KeyUsage", - "description": "Filters access to an API operation based on the KeyUsage property of the AWS KMS key created by or used in the operation. Use it to qualify authorization of the CreateKey operation or any operation that is authorized for a KMS key resource", - "type": "String" - }, - { - "condition": "kms:MacAlgorithm", - "description": "Filters access to the GenerateMac and VerifyMac operations based on the MacAlgorithm parameter in the request", - "type": "String" - }, - { - "condition": "kms:MessageType", - "description": "Filters access to the Sign and Verify operations based on the value of the MessageType parameter in the request", - "type": "String" - }, - { - "condition": "kms:MultiRegion", - "description": "Filters access to an API operation based on the MultiRegion property of the AWS KMS key created by or used in the operation. Use it to qualify authorization of the CreateKey operation or any operation that is authorized for a KMS key resource", - "type": "Bool" - }, - { - "condition": "kms:MultiRegionKeyType", - "description": "Filters access to an API operation based on the MultiRegionKeyType property of the AWS KMS key created by or used in the operation. Use it to qualify authorization of the CreateKey operation or any operation that is authorized for a KMS key resource", - "type": "String" - }, - { - "condition": "kms:PrimaryRegion", - "description": "Filters access to the UpdatePrimaryRegion operation based on the value of the PrimaryRegion parameter in the request", - "type": "String" - }, - { - "condition": "kms:ReEncryptOnSameKey", - "description": "Filters access to the ReEncrypt operation when it uses the same AWS KMS key that was used for the Encrypt operation", - "type": "Bool" - }, - { - "condition": "kms:RecipientAttestation:ImageSha384", - "description": "Filters access to the Decrypt, GenerateDataKey, and GenerateRandom operations based on the image hash in the attestation document in the request", - "type": "String" - }, - { - "condition": "kms:RecipientAttestation:PCR", - "description": "Filters access to the Decrypt, GenerateDataKey, and GenerateRandom operations based on the platform configuration registers (PCRs) in the attestation document in the request", - "type": "String" - }, - { - "condition": "kms:ReplicaRegion", - "description": "Filters access to the ReplicateKey operation based on the value of the ReplicaRegion parameter in the request", - "type": "String" - }, - { - "condition": "kms:RequestAlias", - "description": "Filters access to cryptographic operations, DescribeKey, and GetPublicKey based on the alias in the request", - "type": "String" - }, - { - "condition": "kms:ResourceAliases", - "description": "Filters access to specified AWS KMS operations based on aliases associated with the AWS KMS key", - "type": "ArrayOfString" - }, - { - "condition": "kms:RetiringPrincipal", - "description": "Filters access to the CreateGrant operation based on the retiring principal in the grant", - "type": "String" - }, - { - "condition": "kms:ScheduleKeyDeletionPendingWindowInDays", - "description": "Filters access to the ScheduleKeyDeletion operation based on the value of the PendingWindowInDays parameter in the request", - "type": "Numeric" - }, - { - "condition": "kms:SigningAlgorithm", - "description": "Filters access to the Sign and Verify operations based on the signing algorithm in the request", - "type": "String" - }, - { - "condition": "kms:ValidTo", - "description": "Filters access to the ImportKeyMaterial operation based on the value of the ValidTo parameter in the request. You can use this condition key to allow users to import key material only when it expires by the specified date", - "type": "Date" + "resource": "function alias" }, { - "condition": "kms:ViaService", - "description": "Filters access when a request made on the principal's behalf comes from a specified AWS service", - "type": "String" + "arn": "arn:${Partition}:lambda:${Region}:${Account}:function:${FunctionName}:${Version}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "function version" }, { - "condition": "kms:WrappingAlgorithm", - "description": "Filters access to the GetParametersForImport operation based on the value of the WrappingAlgorithm parameter in the request", - "type": "String" + "arn": "arn:${Partition}:lambda:${Region}:${Account}:layer:${LayerName}", + "condition_keys": [], + "resource": "layer" }, { - "condition": "kms:WrappingKeySpec", - "description": "Filters access to the GetParametersForImport operation based on the value of the WrappingKeySpec parameter in the request", - "type": "String" + "arn": "arn:${Partition}:lambda:${Region}:${Account}:layer:${LayerName}:${LayerVersion}", + "condition_keys": [], + "resource": "layerVersion" } ], - "prefix": "kms", + "service_name": "AWS Lambda" + }, + { + "conditions": [], + "prefix": "launchwizard", "privileges": [ { "access_level": "Write", - "description": "Controls permission to cancel the scheduled deletion of an AWS KMS key", - "privilege": "CancelKeyDeletion", + "description": "Grants permission to create an additional node", + "privilege": "CreateAdditionalNode", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Controls permission to connect or reconnect a custom key store to its associated AWS CloudHSM cluster", - "privilege": "ConnectCustomKeyStore", + "description": "Grants permission to create a deployment", + "privilege": "CreateDeployment", "resource_types": [ { - "condition_keys": [ - "kms:CallerAccount" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -143605,194 +158399,107 @@ }, { "access_level": "Write", - "description": "Controls permission to create an alias for an AWS KMS key. Aliases are optional friendly names that you can associate with KMS keys", - "privilege": "CreateAlias", + "description": "Grants permission to create an application settings set", + "privilege": "CreateSettingsSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alias*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Controls permission to create a custom key store that is associated with an AWS CloudHSM cluster that you own and manage", - "privilege": "CreateCustomKeyStore", + "description": "Grants permission to delete an additional node", + "privilege": "DeleteAdditionalNode", "resource_types": [ { - "condition_keys": [ - "kms:CallerAccount" - ], - "dependent_actions": [ - "cloudhsm:DescribeClusters", - "iam:CreateServiceLinkedRole" - ], + "condition_keys": [], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Controls permission to add a grant to an AWS KMS key. You can use grants to add permissions without changing the key policy or IAM policy", - "privilege": "CreateGrant", + "access_level": "Write", + "description": "Grants permission to delete an application", + "privilege": "DeleteApp", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:EncryptionContext:${EncryptionContextKey}", - "kms:EncryptionContextKeys", - "kms:GrantConstraintType", - "kms:GranteePrincipal", - "kms:GrantIsForAWSResource", - "kms:GrantOperations", - "kms:RetiringPrincipal", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Controls permission to create an AWS KMS key that can be used to protect data keys and other sensitive information", - "privilege": "CreateKey", + "description": "Grants permission to delete a deployment", + "privilege": "DeleteDeployment", "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "kms:BypassPolicyLockoutSafetyCheck", - "kms:CallerAccount", - "kms:KeySpec", - "kms:KeyUsage", - "kms:KeyOrigin", - "kms:MultiRegion", - "kms:MultiRegionKeyType", - "kms:ViaService" - ], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "kms:PutKeyPolicy", - "kms:TagResource" - ], + "condition_keys": [], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Controls permission to decrypt ciphertext that was encrypted under an AWS KMS key", - "privilege": "Decrypt", + "description": "Grants permission to delete a settings set", + "privilege": "DeleteSettingsSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:EncryptionAlgorithm", - "kms:EncryptionContext:${EncryptionContextKey}", - "kms:EncryptionContextKeys", - "kms:RecipientAttestation:ImageSha384", - "kms:RequestAlias", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Controls permission to delete an alias. Aliases are optional friendly names that you can associate with AWS KMS keys", - "privilege": "DeleteAlias", + "access_level": "Read", + "description": "Grants permission to describe an additional node", + "privilege": "DescribeAdditionalNode", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alias*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Controls permission to delete a custom key store", - "privilege": "DeleteCustomKeyStore", + "access_level": "Read", + "description": "Grants permission to describe provisioning applications", + "privilege": "DescribeProvisionedApp", "resource_types": [ { - "condition_keys": [ - "kms:CallerAccount" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Controls permission to delete cryptographic material that you imported into an AWS KMS key. This action makes the key unusable", - "privilege": "DeleteImportedKeyMaterial", + "access_level": "Read", + "description": "Grants permission to describe provisioning events", + "privilege": "DescribeProvisioningEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Controls permission to view detailed information about custom key stores in the account and region", - "privilege": "DescribeCustomKeyStores", + "description": "Grants permission to describe an application settings set", + "privilege": "DescribeSettingsSet", "resource_types": [ { - "condition_keys": [ - "kms:CallerAccount" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -143800,387 +158507,224 @@ }, { "access_level": "Read", - "description": "Controls permission to view detailed information about an AWS KMS key", - "privilege": "DescribeKey", + "description": "Grants permission to get a deployment", + "privilege": "GetDeployment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:RequestAlias", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Controls permission to disable an AWS KMS key, which prevents it from being used in cryptographic operations", - "privilege": "DisableKey", + "access_level": "Read", + "description": "Grants permission to get infrastructure suggestion", + "privilege": "GetInfrastructureSuggestion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Controls permission to disable automatic rotation of a customer managed AWS KMS key", - "privilege": "DisableKeyRotation", + "access_level": "Read", + "description": "Grants permission to get customer's ip address", + "privilege": "GetIpAddress", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Controls permission to disconnect the custom key store from its associated AWS CloudHSM cluster", - "privilege": "DisconnectCustomKeyStore", + "access_level": "Read", + "description": "Grants permission to get resource cost estimate", + "privilege": "GetResourceCostEstimate", "resource_types": [ { - "condition_keys": [ - "kms:CallerAccount" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Controls permission to change the state of an AWS KMS key to enabled. This allows the KMS key to be used in cryptographic operations", - "privilege": "EnableKey", + "access_level": "Read", + "description": "Grants permission to get recommendation for a resource", + "privilege": "GetResourceRecommendation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Controls permission to enable automatic rotation of the cryptographic material in an AWS KMS key", - "privilege": "EnableKeyRotation", + "access_level": "Read", + "description": "Grants permission to get a settings set", + "privilege": "GetSettingsSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Controls permission to use the specified AWS KMS key to encrypt data and data keys", - "privilege": "Encrypt", + "access_level": "Read", + "description": "Grants permission to get a workload", + "privilege": "GetWorkload", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:EncryptionAlgorithm", - "kms:EncryptionContext:${EncryptionContextKey}", - "kms:EncryptionContextKeys", - "kms:RequestAlias", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Controls permission to use the AWS KMS key to generate data keys. You can use the data keys to encrypt data outside of AWS KMS", - "privilege": "GenerateDataKey", + "access_level": "Read", + "description": "Grants permission to get a workload's asset", + "privilege": "GetWorkloadAsset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:EncryptionAlgorithm", - "kms:EncryptionContext:${EncryptionContextKey}", - "kms:EncryptionContextKeys", - "kms:RecipientAttestation:ImageSha384", - "kms:RequestAlias", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Controls permission to use the AWS KMS key to generate data key pairs", - "privilege": "GenerateDataKeyPair", + "access_level": "Read", + "description": "Grants permission to get workload assets", + "privilege": "GetWorkloadAssets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:DataKeyPairSpec", - "kms:EncryptionAlgorithm", - "kms:EncryptionContext:${EncryptionContextKey}", - "kms:EncryptionContextKeys", - "kms:RequestAlias", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Controls permission to use the AWS KMS key to generate data key pairs. Unlike the GenerateDataKeyPair operation, this operation returns an encrypted private key without a plaintext copy", - "privilege": "GenerateDataKeyPairWithoutPlaintext", + "access_level": "List", + "description": "Grants permission to list additional nodes", + "privilege": "ListAdditionalNodes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:DataKeyPairSpec", - "kms:EncryptionAlgorithm", - "kms:EncryptionContext:${EncryptionContextKey}", - "kms:EncryptionContextKeys", - "kms:RequestAlias", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Controls permission to use the AWS KMS key to generate a data key. Unlike the GenerateDataKey operation, this operation returns an encrypted data key without a plaintext version of the data key", - "privilege": "GenerateDataKeyWithoutPlaintext", + "access_level": "List", + "description": "Grants permission to list the allowed resources", + "privilege": "ListAllowedResources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:EncryptionAlgorithm", - "kms:EncryptionContext:${EncryptionContextKey}", - "kms:EncryptionContextKeys", - "kms:RequestAlias", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Controls permission to use the AWS KMS key to generate message authentication codes", - "privilege": "GenerateMac", + "access_level": "List", + "description": "Grants permission to list the events that occured during a deployment", + "privilege": "ListDeploymentEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:MacAlgorithm", - "kms:RequestAlias", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Controls permission to get a cryptographically secure random byte string from AWS KMS", - "privilege": "GenerateRandom", + "access_level": "List", + "description": "Grants permission to list deployments", + "privilege": "ListDeployments", "resource_types": [ { - "condition_keys": [ - "kms:RecipientAttestation:ImageSha384" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Controls permission to view the key policy for the specified AWS KMS key", - "privilege": "GetKeyPolicy", + "access_level": "List", + "description": "Grants permission to list provisioning applications", + "privilege": "ListProvisionedApps", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Controls permission to determine whether automatic key rotation is enabled on the AWS KMS key", - "privilege": "GetKeyRotationStatus", + "access_level": "List", + "description": "Grants permission to list the cost estimates of resources", + "privilege": "ListResourceCostEstimates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Controls permission to get data that is required to import cryptographic material into a customer managed key, including a public key and import token", - "privilege": "GetParametersForImport", + "access_level": "List", + "description": "Grants permission to list settings sets", + "privilege": "ListSettingsSets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:ViaService", - "kms:WrappingAlgorithm", - "kms:WrappingKeySpec" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Controls permission to download the public key of an asymmetric AWS KMS key", - "privilege": "GetPublicKey", + "access_level": "List", + "description": "Grants permission to list deployment options of a given workload", + "privilege": "ListWorkloadDeploymentOptions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:RequestAlias", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Controls permission to import cryptographic material into an AWS KMS key", - "privilege": "ImportKeyMaterial", + "access_level": "List", + "description": "Grants permission to list the deployment patterns of a workload", + "privilege": "ListWorkloadDeploymentPatterns", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:ExpirationModel", - "kms:ValidTo", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "List", - "description": "Controls permission to view the aliases that are defined in the account. Aliases are optional friendly names that you can associate with AWS KMS keys", - "privilege": "ListAliases", + "description": "Grants permission to list workloads", + "privilege": "ListWorkloads", "resource_types": [ { "condition_keys": [], @@ -144190,50 +158734,33 @@ ] }, { - "access_level": "List", - "description": "Controls permission to view all grants for an AWS KMS key", - "privilege": "ListGrants", + "access_level": "Write", + "description": "Grants permission to create a settings set", + "privilege": "PutSettingsSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:GrantIsForAWSResource", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Controls permission to view the names of key policies for an AWS KMS key", - "privilege": "ListKeyPolicies", + "access_level": "Write", + "description": "Grants permission to start a provisioning", + "privilege": "StartProvisioning", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Controls permission to view the key ID and Amazon Resource Name (ARN) of all AWS KMS keys in the account", - "privilege": "ListKeys", + "access_level": "Write", + "description": "Grants permission to update an application settings set", + "privilege": "UpdateSettingsSet", "resource_types": [ { "condition_keys": [], @@ -144241,436 +158768,406 @@ "resource_type": "" } ] + } + ], + "resources": [], + "service_name": "AWS Launch Wizard" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access based on the tags in the request", + "type": "String" }, { - "access_level": "List", - "description": "Controls permission to view all tags that are attached to an AWS KMS key", - "privilege": "ListResourceTags", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags attached to a Lex resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access based on the set of tag keys in the request", + "type": "ArrayOfString" + }, + { + "condition": "lex:associatedIntents", + "description": "Enables you to control access based on the intents included in the request", + "type": "ArrayOfString" + }, + { + "condition": "lex:associatedSlotTypes", + "description": "Enables you to control access based on the slot types included in the request", + "type": "ArrayOfString" + }, + { + "condition": "lex:channelType", + "description": "Enables you to control access based on the channel type included in the request", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the set of tag keys in the request", + "type": "ArrayOfString" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the set of tag keys in the request", + "type": "ArrayOfString" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the set of tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "lex", + "privileges": [ + { + "access_level": "Write", + "description": "Creates a new version based on the $LATEST version of the specified bot", + "privilege": "CreateBotVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" + "resource_type": "bot version*" }, { - "condition_keys": [ - "kms:CallerAccount", - "kms:ViaService" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { - "access_level": "List", - "description": "Controls permission to view grants in which the specified principal is the retiring principal. Other principals might be able to retire the grant and this principal might be able to retire other grants", - "privilege": "ListRetirableGrants", + "access_level": "Write", + "description": "Creates a new version based on the $LATEST version of the specified intent", + "privilege": "CreateIntentVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" + "resource_type": "intent version*" } ] }, { - "access_level": "Permissions management", - "description": "Controls permission to replace the key policy for the specified AWS KMS key", - "privilege": "PutKeyPolicy", + "access_level": "Write", + "description": "Creates a new version based on the $LATEST version of the specified slot type", + "privilege": "CreateSlotTypeVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" + "resource_type": "slottype version*" + } + ] + }, + { + "access_level": "Write", + "description": "Deletes all versions of a bot", + "privilege": "DeleteBot", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "bot version*" }, { - "condition_keys": [ - "kms:BypassPolicyLockoutSafetyCheck", - "kms:CallerAccount", - "kms:ViaService" + "condition_keys": [], + "dependent_actions": [ + "lex:DeleteBotAlias", + "lex:DeleteBotChannel", + "lex:DeleteBotLocale", + "lex:DeleteBotVersion", + "lex:DeleteIntent", + "lex:DeleteSlot", + "lex:DeleteSlotType" ], + "resource_type": "bot*" + }, + { + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot alias*" + } + ] + }, + { + "access_level": "Write", + "description": "Deletes an alias for a specific bot", + "privilege": "DeleteBotAlias", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "bot alias*" } ] }, { "access_level": "Write", - "description": "Controls permission to decrypt data as part of the process that decrypts and reencrypts the data within AWS KMS", - "privilege": "ReEncryptFrom", + "description": "Deletes the association between a Amazon Lex bot alias and a messaging platform", + "privilege": "DeleteBotChannelAssociation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:EncryptionAlgorithm", - "kms:EncryptionContext:${EncryptionContextKey}", - "kms:EncryptionContextKeys", - "kms:ReEncryptOnSameKey", - "kms:RequestAlias", - "kms:ViaService" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Controls permission to encrypt data as part of the process that decrypts and reencrypts the data within AWS KMS", - "privilege": "ReEncryptTo", + "description": "Deletes a specific version of a bot", + "privilege": "DeleteBotVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" + "resource_type": "bot version*" }, { - "condition_keys": [ - "kms:CallerAccount", - "kms:EncryptionAlgorithm", - "kms:EncryptionContext:${EncryptionContextKey}", - "kms:EncryptionContextKeys", - "kms:ReEncryptOnSameKey", - "kms:RequestAlias", - "kms:ViaService" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { "access_level": "Write", - "description": "Controls permission to replicate a multi-Region primary key", - "privilege": "ReplicateKey", + "description": "Deletes all versions of an intent", + "privilege": "DeleteIntent", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "kms:CreateKey", - "kms:PutKeyPolicy", - "kms:TagResource" - ], - "resource_type": "key*" + "dependent_actions": [], + "resource_type": "intent version*" }, { - "condition_keys": [ - "kms:CallerAccount", - "kms:ReplicaRegion", - "kms:ViaService" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { - "access_level": "Permissions management", - "description": "Controls permission to retire a grant. The RetireGrant operation is typically called by the grant user after they complete the tasks that the grant allowed them to perform", - "privilege": "RetireGrant", + "access_level": "Write", + "description": "Deletes a specific version of an intent", + "privilege": "DeleteIntentVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" + "resource_type": "intent version*" } ] }, { - "access_level": "Permissions management", - "description": "Controls permission to revoke a grant, which denies permission for all operations that depend on the grant", - "privilege": "RevokeGrant", + "access_level": "Write", + "description": "Removes session information for a specified bot, alias, and user ID", + "privilege": "DeleteSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" + "resource_type": "bot alias" }, { - "condition_keys": [ - "kms:CallerAccount", - "kms:GrantIsForAWSResource", - "kms:ViaService" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot version" } ] }, { "access_level": "Write", - "description": "Controls permission to schedule deletion of an AWS KMS key", - "privilege": "ScheduleKeyDeletion", + "description": "Deletes all versions of a slot type", + "privilege": "DeleteSlotType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" + "resource_type": "slottype version*" }, { - "condition_keys": [ - "kms:CallerAccount", - "kms:ScheduleKeyDeletionPendingWindowInDays", - "kms:ViaService" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { "access_level": "Write", - "description": "Controls permission to produce a digital signature for a message", - "privilege": "Sign", + "description": "Deletes a specific version of a slot type", + "privilege": "DeleteSlotTypeVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:MessageType", - "kms:RequestAlias", - "kms:SigningAlgorithm", - "kms:ViaService" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "slottype version*" } ] }, { "access_level": "Write", - "description": "Controls access to internal APIs that synchronize multi-Region keys", - "privilege": "SynchronizeMultiRegionKey", + "description": "Deletes the information Amazon Lex maintains for utterances on a specific bot and userId", + "privilege": "DeleteUtterances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" + "resource_type": "bot version*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "bot*" } ] }, { - "access_level": "Tagging", - "description": "Controls permission to create or update tags that are attached to an AWS KMS key", - "privilege": "TagResource", + "access_level": "Read", + "description": "Returns information for a specific bot. In addition to the bot name, the bot version or alias is required", + "privilege": "GetBot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" + "resource_type": "bot alias" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "kms:CallerAccount", - "kms:ViaService" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot version" } ] }, { - "access_level": "Tagging", - "description": "Controls permission to delete tags that are attached to an AWS KMS key", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Returns information about a Amazon Lex bot alias", + "privilege": "GetBotAlias", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, + "resource_type": "bot alias*" + } + ] + }, + { + "access_level": "List", + "description": "Returns a list of aliases for a given Amazon Lex bot", + "privilege": "GetBotAliases", + "resource_types": [ { - "condition_keys": [ - "aws:TagKeys", - "kms:CallerAccount", - "kms:ViaService" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Controls permission to associate an alias with a different AWS KMS key. An alias is an optional friendly name that you can associate with a KMS key", - "privilege": "UpdateAlias", + "access_level": "Read", + "description": "Returns information about the association between a Amazon Lex bot and a messaging platform", + "privilege": "GetBotChannelAssociation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alias*" - }, + "resource_type": "channel*" + } + ] + }, + { + "access_level": "List", + "description": "Returns a list of all of the channels associated with a single bot", + "privilege": "GetBotChannelAssociations", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:ViaService" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Controls permission to change the properties of a custom key store", - "privilege": "UpdateCustomKeyStore", + "access_level": "List", + "description": "Returns information for all versions of a specific bot", + "privilege": "GetBotVersions", "resource_types": [ { - "condition_keys": [ - "kms:CallerAccount" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot version*" } ] }, { - "access_level": "Write", - "description": "Controls permission to delete or change the description of an AWS KMS key", - "privilege": "UpdateKeyDescription", + "access_level": "List", + "description": "Returns information for the $LATEST version of all bots, subject to filters provided by the client", + "privilege": "GetBots", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Controls permission to update the primary Region of a multi-Region primary key", - "privilege": "UpdatePrimaryRegion", + "access_level": "Read", + "description": "Returns information about a built-in intent", + "privilege": "GetBuiltinIntent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:PrimaryRegion", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Controls permission to use the specified AWS KMS key to verify digital signatures", - "privilege": "Verify", + "access_level": "Read", + "description": "Gets a list of built-in intents that meet the specified criteria", + "privilege": "GetBuiltinIntents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:MessageType", - "kms:RequestAlias", - "kms:SigningAlgorithm", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Controls permission to use the AWS KMS key to verify message authentication codes", - "privilege": "VerifyMac", + "access_level": "Read", + "description": "Gets a list of built-in slot types that meet the specified criteria", + "privilege": "GetBuiltinSlotTypes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "kms:CallerAccount", - "kms:MacAlgorithm", - "kms:RequestAlias", - "kms:ViaService" - ], - "dependent_actions": [], "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:kms:${Region}:${Account}:alias/${Alias}", - "condition_keys": [], - "resource": "alias" }, { - "arn": "arn:${Partition}:kms:${Region}:${Account}:key/${KeyId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "kms:KeyOrigin", - "kms:KeySpec", - "kms:KeyUsage", - "kms:MultiRegion", - "kms:MultiRegionKeyType", - "kms:ResourceAliases" - ], - "resource": "key" - } - ], - "service_name": "AWS Key Management Service" - }, - { - "conditions": [], - "prefix": "lakeformation", - "privileges": [ - { - "access_level": "Tagging", - "description": "Grants permission to attach Lake Formation tags to catalog resources", - "privilege": "AddLFTagsToResource", + "access_level": "Read", + "description": "Exports Amazon Lex Resource in a requested format", + "privilege": "GetExport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot version*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to data lake permissions to one or more principals in a batch", - "privilege": "BatchGrantPermissions", + "access_level": "Read", + "description": "Gets information about an import job started with StartImport", + "privilege": "GetImport", "resource_types": [ { "condition_keys": [], @@ -144680,33 +159177,33 @@ ] }, { - "access_level": "Permissions management", - "description": "Grants permission to revoke data lake permissions from one or more principals in a batch", - "privilege": "BatchRevokePermissions", + "access_level": "Read", + "description": "Returns information for a specific intent. In addition to the intent name, you must also specify the intent version", + "privilege": "GetIntent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "intent version*" } ] }, { - "access_level": "Write", - "description": "Grants permission to cancel the given transaction", - "privilege": "CancelTransaction", + "access_level": "List", + "description": "Returns information for all versions of a specific intent", + "privilege": "GetIntentVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "intent version*" } ] }, { - "access_level": "Write", - "description": "Grants permission to commit the given transaction", - "privilege": "CommitTransaction", + "access_level": "List", + "description": "Returns information for the $LATEST version of all intents, subject to filters provided by the client", + "privilege": "GetIntents", "resource_types": [ { "condition_keys": [], @@ -144716,9 +159213,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a Lake Formation data cell filter", - "privilege": "CreateDataCellsFilter", + "access_level": "Read", + "description": "Grants permission to view an ongoing or completed migration", + "privilege": "GetMigration", "resource_types": [ { "condition_keys": [], @@ -144728,9 +159225,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a Lake Formation tag", - "privilege": "CreateLFTag", + "access_level": "List", + "description": "Grants permission to view list of migrations from Amazon Lex v1 to Amazon Lex v2", + "privilege": "GetMigrations", "resource_types": [ { "condition_keys": [], @@ -144740,45 +159237,50 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete a Lake Formation data cell filter", - "privilege": "DeleteDataCellsFilter", + "access_level": "Read", + "description": "Returns session information for a specified bot, alias, and user ID", + "privilege": "GetSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot alias" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "bot version" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a Lake Formation tag", - "privilege": "DeleteLFTag", + "access_level": "Read", + "description": "Returns information about a specific version of a slot type. In addition to specifying the slot type name, you must also specify the slot type version", + "privilege": "GetSlotType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "slottype version*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified objects if the transaction is canceled", - "privilege": "DeleteObjectsOnCancel", + "access_level": "List", + "description": "Returns information for all versions of a specific slot type", + "privilege": "GetSlotTypeVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "slottype version*" } ] }, { - "access_level": "Write", - "description": "Grants permission to deregister a registered location", - "privilege": "DeregisterResource", + "access_level": "List", + "description": "Returns information for the $LATEST version of all slot types, subject to filters provided by the client", + "privilege": "GetSlotTypes", "resource_types": [ { "condition_keys": [], @@ -144788,342 +159290,491 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe a registered location", - "privilege": "DescribeResource", + "access_level": "List", + "description": "Returns a view of aggregate utterance data for versions of a bot for a recent time period", + "privilege": "GetUtterancesView", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot version*" } ] }, { "access_level": "Read", - "description": "Grants permission to get status of the given transaction", - "privilege": "DescribeTransaction", + "description": "Lists tags for a Lex resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "bot alias" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "channel" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "test set" } ] }, { "access_level": "Write", - "description": "Grants permission to extend the timeout of the given transaction", - "privilege": "ExtendTransaction", + "description": "Sends user input (text or speech) to Amazon Lex", + "privilege": "PostContent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot alias" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "bot version" } ] }, { "access_level": "Write", - "description": "Grants permission to virtual data lake access", - "privilege": "GetDataAccess", + "description": "Sends user input (text-only) to Amazon Lex", + "privilege": "PostText", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot alias" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "bot version" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a Lake Formation data cell filter", - "privilege": "GetDataCellsFilter", + "access_level": "Write", + "description": "Creates or updates the $LATEST version of a Amazon Lex conversational bot", + "privilege": "PutBot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "bot version*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve data lake settings such as the list of data lake administrators and database and table default permissions", - "privilege": "GetDataLakeSettings", + "access_level": "Write", + "description": "Creates or updates an alias for the specific bot", + "privilege": "PutBotAlias", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "bot alias*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve permissions attached to resources in the given path", - "privilege": "GetEffectivePermissionsForPath", + "access_level": "Write", + "description": "Creates or updates the $LATEST version of an intent", + "privilege": "PutIntent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "intent version*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a Lake Formation tag", - "privilege": "GetLFTag", + "access_level": "Write", + "description": "Creates a new session or modifies an existing session with an Amazon Lex bot", + "privilege": "PutSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot alias" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "bot version" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the state of the given query", - "privilege": "GetQueryState", + "access_level": "Write", + "description": "Creates or updates the $LATEST version of a slot type", + "privilege": "PutSlotType", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "lakeformation:StartQueryPlanning" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "slottype version*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the statistics for the given query", - "privilege": "GetQueryStatistics", + "access_level": "Write", + "description": "Starts a job to import a resource to Amazon Lex", + "privilege": "StartImport", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "lakeformation:StartQueryPlanning" + "lex:CreateBot", + "lex:CreateBotLocale", + "lex:CreateCustomVocabulary", + "lex:CreateIntent", + "lex:CreateSlot", + "lex:CreateSlotType", + "lex:CreateTestSet", + "lex:DeleteBotLocale", + "lex:DeleteCustomVocabulary", + "lex:DeleteIntent", + "lex:DeleteSlot", + "lex:DeleteSlotType", + "lex:UpdateBot", + "lex:UpdateBotLocale", + "lex:UpdateCustomVocabulary", + "lex:UpdateIntent", + "lex:UpdateSlot", + "lex:UpdateSlotType", + "lex:UpdateTestSet" ], + "resource_type": "bot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "bot alias" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "test set" + }, + { + "condition_keys": [], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve lakeformation tags on a catalog resource", - "privilege": "GetResourceLFTags", + "access_level": "Write", + "description": "Grants permission to migrate a bot from Amazon Lex v1 to Amazon Lex v2", + "privilege": "StartMigration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot version*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve objects from a table", - "privilege": "GetTableObjects", + "access_level": "Tagging", + "description": "Adds or overwrites tags to a Lex resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "bot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "bot alias" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "channel" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "test set" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the results for the given work units", - "privilege": "GetWorkUnitResults", + "access_level": "Tagging", + "description": "Removes tags from a Lex resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "lakeformation:GetWorkUnits", - "lakeformation:StartQueryPlanning" + "dependent_actions": [], + "resource_type": "bot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "bot alias" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "channel" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "test set" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the work units for the given query", - "privilege": "GetWorkUnits", + "access_level": "Write", + "description": "Grants permission to create new items in an existing custom vocabulary", + "privilege": "BatchCreateCustomVocabularyItem", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "lakeformation:StartQueryPlanning" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "bot*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to data lake permissions to a principal", - "privilege": "GrantPermissions", + "access_level": "Write", + "description": "Grants permission to delete existing items in an existing custom vocabulary", + "privilege": "BatchDeleteCustomVocabularyItem", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { - "access_level": "List", - "description": "Grants permission to list cell filters", - "privilege": "ListDataCellsFilter", + "access_level": "Write", + "description": "Grants permission to update existing items in an existing custom vocabulary", + "privilege": "BatchUpdateCustomVocabularyItem", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list Lake Formation tags", - "privilege": "ListLFTags", + "access_level": "Write", + "description": "Grants permission to build an existing bot locale in a bot", + "privilege": "BuildBotLocale", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { - "access_level": "List", - "description": "Grants permission to list permissions filtered by principal or resource", - "privilege": "ListPermissions", + "access_level": "Write", + "description": "Grants permission to create a new bot and a test bot alias pointing to the DRAFT bot version", + "privilege": "CreateBot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "bot*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "bot alias*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to List registered locations", - "privilege": "ListResources", + "access_level": "Write", + "description": "Grants permission to create a new bot alias in a bot", + "privilege": "CreateBotAlias", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "bot alias*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the storage optimizers for the Governed table", - "privilege": "ListTableStorageOptimizers", + "access_level": "Write", + "description": "Grants permission to create a bot channel in an existing bot", + "privilege": "CreateBotChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all transactions in the system", - "privilege": "ListTransactions", + "access_level": "Write", + "description": "Grants permission to create a new bot locale in an existing bot", + "privilege": "CreateBotLocale", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to overwrite data lake settings such as the list of data lake administrators and database and table default permissions", - "privilege": "PutDataLakeSettings", + "access_level": "Write", + "description": "Grants permission to create a new custom vocabulary in an existing bot locale", + "privilege": "CreateCustomVocabulary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { "access_level": "Write", - "description": "Grants permission to register a new location to be managed by Lake Formation", - "privilege": "RegisterResource", + "description": "Grants permission to create an export for an existing resource", + "privilege": "CreateExport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "test set" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove lakeformation tags from catalog resources", - "privilege": "RemoveLFTagsFromResource", + "access_level": "Write", + "description": "Grants permission to create a new intent in an existing bot locale", + "privilege": "CreateIntent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to revoke data lake permissions from a principal", - "privilege": "RevokePermissions", + "access_level": "Write", + "description": "Grants permission to create a new resource policy for a Lex resource", + "privilege": "CreateResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "bot alias" } ] }, { - "access_level": "Read", - "description": "Grants permission to list catalog databases with Lake Formation tags", - "privilege": "SearchDatabasesByLFTags", + "access_level": "Write", + "description": "Grants permission to create a new slot in an intent", + "privilege": "CreateSlot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list catalog tables with Lake Formation tags", - "privilege": "SearchTablesByLFTags", + "access_level": "Write", + "description": "Grants permission to create a new slot type in an existing bot locale", + "privilege": "CreateSlotType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { "access_level": "Write", - "description": "Grants permission to initiate the planning of the given query", - "privilege": "StartQueryPlanning", + "description": "Grants permission to import a new test-set", + "privilege": "CreateTestSet", "resource_types": [ { "condition_keys": [], @@ -145134,20 +159785,20 @@ }, { "access_level": "Write", - "description": "Grants permission to start a new transaction", - "privilege": "StartTransaction", + "description": "Grants permission to create a test set discrepancy report", + "privilege": "CreateTestSetDiscrepancyReport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "test set*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a Lake Formation data cell filter", - "privilege": "UpdateDataCellsFilter", + "description": "Grants permission to create an upload url for import file", + "privilege": "CreateUploadUrl", "resource_types": [ { "condition_keys": [], @@ -145158,1161 +159809,1041 @@ }, { "access_level": "Write", - "description": "Grants permission to update a Lake Formation tag", - "privilege": "UpdateLFTag", + "description": "Grants permission to delete an existing bot channel", + "privilege": "DeleteBotChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a registered location", - "privilege": "UpdateResource", + "description": "Grants permission to delete an existing bot locale in a bot", + "privilege": "DeleteBotLocale", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "lex:DeleteIntent", + "lex:DeleteSlot", + "lex:DeleteSlotType" + ], + "resource_type": "bot*" } ] }, { "access_level": "Write", - "description": "Grants permission to add or delete the specified objects to or from a table", - "privilege": "UpdateTableObjects", + "description": "Grants permission to delete an existing custom vocabulary in a bot locale", + "privilege": "DeleteCustomVocabulary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the configuration of the storage optimizer for the Governed table", - "privilege": "UpdateTableStorageOptimizer", + "description": "Grants permission to delete an existing export", + "privilege": "DeleteExport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "test set" } ] - } - ], - "resources": [], - "service_name": "AWS Lake Formation" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - }, - { - "condition": "lambda:CodeSigningConfigArn", - "description": "Filters access by the ARN of an AWS Lambda code signing config", - "type": "String" - }, - { - "condition": "lambda:FunctionArn", - "description": "Filters access by the ARN of an AWS Lambda function", - "type": "ARN" - }, - { - "condition": "lambda:FunctionUrlAuthType", - "description": "Filters access by authorization type specified in request. Available during CreateFunctionUrlConfig, UpdateFunctionUrlConfig, DeleteFunctionUrlConfig, GetFunctionUrlConfig, ListFunctionUrlConfig, AddPermission and RemovePermission operations", - "type": "String" - }, - { - "condition": "lambda:Layer", - "description": "Filters access by the ARN of a version of an AWS Lambda layer", - "type": "ArrayOfString" - }, - { - "condition": "lambda:Principal", - "description": "Filters access by restricting the AWS service or account that can invoke a function", - "type": "String" - }, - { - "condition": "lambda:SecurityGroupIds", - "description": "Filters access by the ID of security groups configured for the AWS Lambda function", - "type": "ArrayOfString" - }, - { - "condition": "lambda:SourceFunctionArn", - "description": "Filters access by the ARN of the AWS Lambda function from which the request originated", - "type": "ARN" - }, - { - "condition": "lambda:SubnetIds", - "description": "Filters access by the ID of subnets configured for the AWS Lambda function", - "type": "ArrayOfString" }, { - "condition": "lambda:VpcIds", - "description": "Filters access by the ID of the VPC configured for the AWS Lambda function", - "type": "String" - } - ], - "prefix": "lambda", - "privileges": [ - { - "access_level": "Permissions management", - "description": "Grants permission to add permissions to the resource-based policy of a version of an AWS Lambda layer", - "privilege": "AddLayerVersionPermission", + "access_level": "Write", + "description": "Grants permission to delete an existing import", + "privilege": "DeleteImport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "layerVersion*" + "resource_type": "bot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "test set" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to give an AWS service or another account permission to use an AWS Lambda function", - "privilege": "AddPermission", + "access_level": "Write", + "description": "Grants permission to delete an existing resource policy for a Lex resource", + "privilege": "DeleteResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot" }, { - "condition_keys": [ - "lambda:Principal", - "lambda:FunctionUrlAuthType" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot alias" } ] }, { "access_level": "Write", - "description": "Grants permission to create an alias for a Lambda function version", - "privilege": "CreateAlias", + "description": "Grants permission to delete an existing slot in an intent", + "privilege": "DeleteSlot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an AWS Lambda code signing config", - "privilege": "CreateCodeSigningConfig", + "description": "Grants permission to delete an existing test set", + "privilege": "DeleteTestSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "test set*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a mapping between an event source and an AWS Lambda function", - "privilege": "CreateEventSourceMapping", + "access_level": "Read", + "description": "Grants permission to retrieve an existing bot", + "privilege": "DescribeBot", "resource_types": [ { - "condition_keys": [ - "lambda:FunctionArn" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an AWS Lambda function", - "privilege": "CreateFunction", + "access_level": "Read", + "description": "Grants permission to retrieve an existing bot alias", + "privilege": "DescribeBotAlias", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "function*" - }, - { - "condition_keys": [ - "lambda:Layer", - "lambda:VpcIds", - "lambda:SubnetIds", - "lambda:SecurityGroupIds", - "lambda:CodeSigningConfigArn", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot alias*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a function url configuration for a Lambda function", - "privilege": "CreateFunctionUrlConfig", + "access_level": "Read", + "description": "Grants permission to retrieve an existing bot channel", + "privilege": "DescribeBotChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" - }, + "resource_type": "bot*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve an existing bot locale", + "privilege": "DescribeBotLocale", + "resource_types": [ { - "condition_keys": [ - "lambda:FunctionUrlAuthType", - "lambda:FunctionArn" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an AWS Lambda function alias", - "privilege": "DeleteAlias", + "access_level": "Read", + "description": "Grants permission to retrieve metadata information about a bot recommendation", + "privilege": "DescribeBotRecommendation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an AWS Lambda code signing config", - "privilege": "DeleteCodeSigningConfig", + "access_level": "Read", + "description": "Grants permission to retrieve metadata information for a bot resource generation", + "privilege": "DescribeBotResourceGeneration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "code signing config*" + "resource_type": "bot*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an AWS Lambda event source mapping", - "privilege": "DeleteEventSourceMapping", + "access_level": "Read", + "description": "Grants permission to retrieve an existing bot version", + "privilege": "DescribeBotVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "eventSourceMapping*" - }, + "resource_type": "bot*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve an existing custom vocabulary", + "privilege": "DescribeCustomVocabulary", + "resource_types": [ { - "condition_keys": [ - "lambda:FunctionArn" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an AWS Lambda function", - "privilege": "DeleteFunction", + "access_level": "Read", + "description": "Grants permission to retrieve metadata of an existing custom vocabulary", + "privilege": "DescribeCustomVocabularyMetadata", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot*" } ] }, { - "access_level": "Write", - "description": "Grants permission to detach a code signing config from an AWS Lambda function", - "privilege": "DeleteFunctionCodeSigningConfig", + "access_level": "Read", + "description": "Grants permission to retrieve an existing export", + "privilege": "DescribeExport", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "lex:DescribeBot", + "lex:DescribeBotLocale", + "lex:DescribeIntent", + "lex:DescribeSlot", + "lex:DescribeSlotType", + "lex:ListBotLocales", + "lex:ListIntents", + "lex:ListSlotTypes", + "lex:ListSlots" + ], + "resource_type": "bot" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "test set" } ] }, { - "access_level": "Write", - "description": "Grants permission to remove a concurrent execution limit from an AWS Lambda function", - "privilege": "DeleteFunctionConcurrency", + "access_level": "Read", + "description": "Grants permission to retrieve an existing import", + "privilege": "DescribeImport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "test set" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the configuration for asynchronous invocation for an AWS Lambda function, version, or alias", - "privilege": "DeleteFunctionEventInvokeConfig", + "access_level": "Read", + "description": "Grants permission to retrieve an existing intent", + "privilege": "DescribeIntent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete function url configuration for a Lambda function", - "privilege": "DeleteFunctionUrlConfig", + "access_level": "Read", + "description": "Grants permission to retrieve an existing resource policy for a Lex resource", + "privilege": "DescribeResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot" }, { - "condition_keys": [ - "lambda:FunctionUrlAuthType", - "lambda:FunctionArn" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot alias" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a version of an AWS Lambda layer", - "privilege": "DeleteLayerVersion", + "access_level": "Read", + "description": "Grants permission to retrieve an existing slot", + "privilege": "DescribeSlot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "layerVersion*" + "resource_type": "bot*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the provisioned concurrency configuration for an AWS Lambda function", - "privilege": "DeleteProvisionedConcurrencyConfig", + "access_level": "Read", + "description": "Grants permission to retrieve an existing slot type", + "privilege": "DescribeSlotType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function alias" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "function version" + "resource_type": "bot*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to disable replication for a Lambda@Edge function", - "privilege": "DisableReplication", + "access_level": "Read", + "description": "Grants permission to retrieve test execution metadata", + "privilege": "DescribeTestExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "test set*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to enable replication for a Lambda@Edge function", - "privilege": "EnableReplication", + "access_level": "Read", + "description": "Grants permission to retrieve an existing test set", + "privilege": "DescribeTestSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "test set*" } ] }, { "access_level": "Read", - "description": "Grants permission to view details about an account's limits and usage in an AWS Region", - "privilege": "GetAccountSettings", + "description": "Grants permission to retrieve test set discrepancy report metadata", + "privilege": "DescribeTestSetDiscrepancyReport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "test set*" } ] }, { "access_level": "Read", - "description": "Grants permission to view details about an AWS Lambda function alias", - "privilege": "GetAlias", + "description": "Grants permission to retrieve test set generation metadata", + "privilege": "DescribeTestSetGeneration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "test set" } ] }, { "access_level": "Read", - "description": "Grants permission to view details about an AWS Lambda code signing config", - "privilege": "GetCodeSigningConfig", + "description": "Grants permission to generate supported fields or elements for a bot", + "privilege": "GenerateBotElement", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "code signing config*" + "resource_type": "bot*" } ] }, { "access_level": "Read", - "description": "Grants permission to view details about an AWS Lambda event source mapping", - "privilege": "GetEventSourceMapping", + "description": "Grants permission to retrieve artifacts URL for a test execution", + "privilege": "GetTestExecutionArtifactsUrl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "eventSourceMapping*" - }, - { - "condition_keys": [ - "lambda:FunctionArn" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "test set*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details about an AWS Lambda function", - "privilege": "GetFunction", + "access_level": "List", + "description": "Grants permission to list utterances and statistics for a bot", + "privilege": "ListAggregatedUtterances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the code signing config arn attached to an AWS Lambda function", - "privilege": "GetFunctionCodeSigningConfig", + "access_level": "List", + "description": "Grants permission to list bot aliases in an bot", + "privilege": "ListBotAliases", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details about the reserved concurrency configuration for a function", - "privilege": "GetFunctionConcurrency", + "access_level": "List", + "description": "Grants permission to list bot channels", + "privilege": "ListBotChannels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details about the version-specific settings of an AWS Lambda function or version", - "privilege": "GetFunctionConfiguration", + "access_level": "List", + "description": "Grants permission to list bot locales in a bot", + "privilege": "ListBotLocales", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the configuration for asynchronous invocation for a function, version, or alias", - "privilege": "GetFunctionEventInvokeConfig", + "access_level": "List", + "description": "Grants permission to get a list of bot recommendations that meet the specified criteria", + "privilege": "ListBotRecommendations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot*" } ] }, { - "access_level": "Read", - "description": "Grants permission to read function url configuration for a Lambda function", - "privilege": "GetFunctionUrlConfig", + "access_level": "List", + "description": "Grants permission to list the resource generations for a bot", + "privilege": "ListBotResourceGenerations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" - }, - { - "condition_keys": [ - "lambda:FunctionUrlAuthType", - "lambda:FunctionArn" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details about a version of an AWS Lambda layer. Note this action also supports GetLayerVersionByArn API", - "privilege": "GetLayerVersion", + "access_level": "List", + "description": "Grants permission to list existing bot versions", + "privilege": "ListBotVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "layerVersion*" + "resource_type": "bot*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the resource-based policy for a version of an AWS Lambda layer", - "privilege": "GetLayerVersionPolicy", + "access_level": "List", + "description": "Grants permission to list existing bots", + "privilege": "ListBots", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "layerVersion*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the resource-based policy for an AWS Lambda function, version, or alias", - "privilege": "GetPolicy", + "access_level": "List", + "description": "Grants permission to list built-in intents", + "privilege": "ListBuiltInIntents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the provisioned concurrency configuration for an AWS Lambda function's alias or version", - "privilege": "GetProvisionedConcurrencyConfig", + "access_level": "List", + "description": "Grants permission to list built-in slot types", + "privilege": "ListBuiltInSlotTypes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function alias" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "function version" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the runtime management configuration of an AWS Lambda function", - "privilege": "GetRuntimeManagementConfig", + "access_level": "List", + "description": "Grants permission to list items of an existing custom vocabulary", + "privilege": "ListCustomVocabularyItems", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot*" } ] }, { - "access_level": "Write", - "description": "Grants permission to invoke a function asynchronously (Deprecated)", - "privilege": "InvokeAsync", + "access_level": "List", + "description": "Grants permission to list existing exports", + "privilege": "ListExports", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to invoke an AWS Lambda function", - "privilege": "InvokeFunction", + "access_level": "List", + "description": "Grants permission to list existing imports", + "privilege": "ListImports", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to invoke an AWS Lambda function through url", - "privilege": "InvokeFunctionUrl", + "access_level": "List", + "description": "Grants permission to list intent analytics metrics for a bot", + "privilege": "ListIntentMetrics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" - }, - { - "condition_keys": [ - "lambda:FunctionUrlAuthType", - "lambda:FunctionArn" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve a list of aliases for an AWS Lambda function", - "privilege": "ListAliases", + "description": "Grants permission to list intent path analytics for a bot", + "privilege": "ListIntentPaths", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve a list of AWS Lambda code signing configs", - "privilege": "ListCodeSigningConfigs", + "description": "Grants permission to list intentStage analytics metrics for a bot", + "privilege": "ListIntentStageMetrics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve a list of AWS Lambda event source mappings", - "privilege": "ListEventSourceMappings", + "description": "Grants permission to list intents in a bot", + "privilege": "ListIntents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve a list of configurations for asynchronous invocation for a function", - "privilege": "ListFunctionEventInvokeConfigs", + "description": "Grants permission to get a list of recommended intents provided by the bot recommendation", + "privilege": "ListRecommendedIntents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot*" } ] }, { "access_level": "List", - "description": "Grants permission to read function url configurations for a function", - "privilege": "ListFunctionUrlConfigs", + "description": "Grants permission to list session analytics data for a bot", + "privilege": "ListSessionAnalyticsData", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" - }, - { - "condition_keys": [ - "lambda:FunctionUrlAuthType" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve a list of AWS Lambda functions, with the version-specific configuration of each function", - "privilege": "ListFunctions", + "description": "Grants permission to list session analytics metrics for a bot", + "privilege": "ListSessionMetrics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve a list of AWS Lambda functions by the code signing config assigned", - "privilege": "ListFunctionsByCodeSigningConfig", + "description": "Grants permission to list slot types in a bot", + "privilege": "ListSlotTypes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "code signing config*" + "resource_type": "bot*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve a list of versions of an AWS Lambda layer", - "privilege": "ListLayerVersions", + "description": "Grants permission to list slots in an intent", + "privilege": "ListSlots", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of AWS Lambda layers, with details about the latest version of each layer", - "privilege": "ListLayers", + "access_level": "Read", + "description": "Grants permission to retrieve test results data for a test execution", + "privilege": "ListTestExecutionResultItems", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "lex:ListTestSetRecords" + ], + "resource_type": "test set*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve a list of provisioned concurrency configurations for an AWS Lambda function", - "privilege": "ListProvisionedConcurrencyConfigs", + "description": "Grants permission to list test executions", + "privilege": "ListTestExecutions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a list of tags for an AWS Lambda function", - "privilege": "ListTags", + "description": "Grants permission to retrieve records inside an existing test set", + "privilege": "ListTestSetRecords", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "test set*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve a list of versions for an AWS Lambda function", - "privilege": "ListVersionsByFunction", + "description": "Grants permission to list test sets", + "privilege": "ListTestSets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an AWS Lambda layer", - "privilege": "PublishLayerVersion", + "description": "Grants permission to send user input (text-only) to an bot alias", + "privilege": "RecognizeText", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "layer*" + "resource_type": "bot alias*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an AWS Lambda function version", - "privilege": "PublishVersion", + "description": "Grants permission to send user input (text or speech) to an bot alias", + "privilege": "RecognizeUtterance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot alias*" } ] }, { - "access_level": "Write", - "description": "Grants permission to attach a code signing config to an AWS Lambda function", - "privilege": "PutFunctionCodeSigningConfig", + "access_level": "List", + "description": "Grants permission to search for associated transcripts that meet the specified criteria", + "privilege": "SearchAssociatedTranscripts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "code signing config*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "function*" - }, - { - "condition_keys": [ - "lambda:CodeSigningConfigArn" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { "access_level": "Write", - "description": "Grants permission to configure reserved concurrency for an AWS Lambda function", - "privilege": "PutFunctionConcurrency", + "description": "Grants permission to start a bot recommendation for an existing bot locale", + "privilege": "StartBotRecommendation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot*" } ] }, { "access_level": "Write", - "description": "Grants permission to configures options for asynchronous invocation on an AWS Lambda function, version, or alias", - "privilege": "PutFunctionEventInvokeConfig", + "description": "Grants permission to start a resource generation for an existing bot locale", + "privilege": "StartBotResourceGeneration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot*" } ] }, { "access_level": "Write", - "description": "Grants permission to configure provisioned concurrency for an AWS Lambda function's alias or version", - "privilege": "PutProvisionedConcurrencyConfig", + "description": "Grants permission to stream user input (speech/text/DTMF) to a bot alias", + "privilege": "StartConversation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function alias" - }, + "resource_type": "bot alias*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start a test execution using a test set", + "privilege": "StartTestExecution", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function version" + "resource_type": "test set*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the runtime management configuration of an AWS Lambda function", - "privilege": "PutRuntimeManagementConfig", + "description": "Grants permission to generate a test set", + "privilege": "StartTestSetGeneration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "test set" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to remove a statement from the permissions policy for a version of an AWS Lambda layer", - "privilege": "RemoveLayerVersionPermission", + "access_level": "Write", + "description": "Grants permission to stop a bot recommendation for an existing bot locale", + "privilege": "StopBotRecommendation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "layerVersion*" + "resource_type": "bot*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to revoke function-use permission from an AWS service or another account", - "privilege": "RemovePermission", + "access_level": "Write", + "description": "Grants permission to update an existing bot", + "privilege": "UpdateBot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" - }, - { - "condition_keys": [ - "lambda:Principal", - "lambda:FunctionUrlAuthType" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to an AWS Lambda function", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to update an existing bot alias", + "privilege": "UpdateBotAlias", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "bot alias*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from an AWS Lambda function", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to update an existing bot locale", + "privilege": "UpdateBotLocale", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the configuration of an AWS Lambda function's alias", - "privilege": "UpdateAlias", + "description": "Grants permission to update an existing bot recommendation request", + "privilege": "UpdateBotRecommendation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an AWS Lambda code signing config", - "privilege": "UpdateCodeSigningConfig", + "description": "Grants permission to update an existing custom vocabulary", + "privilege": "UpdateCustomVocabulary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "code signing config*" + "resource_type": "bot*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the configuration of an AWS Lambda event source mapping", - "privilege": "UpdateEventSourceMapping", + "description": "Grants permission to update an existing export", + "privilege": "UpdateExport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "eventSourceMapping*" - }, - { - "condition_keys": [ - "lambda:FunctionArn" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the code of an AWS Lambda function", - "privilege": "UpdateFunctionCode", + "description": "Grants permission to update an existing intent", + "privilege": "UpdateIntent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the code signing config of an AWS Lambda function", - "privilege": "UpdateFunctionCodeSigningConfig", + "description": "Grants permission to update an existing resource policy for a Lex resource", + "privilege": "UpdateResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "code signing config*" + "resource_type": "bot" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot alias" } ] }, { "access_level": "Write", - "description": "Grants permission to modify the version-specific settings of an AWS Lambda function", - "privilege": "UpdateFunctionConfiguration", + "description": "Grants permission to update an existing slot", + "privilege": "UpdateSlot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" - }, - { - "condition_keys": [ - "lambda:Layer", - "lambda:VpcIds", - "lambda:SubnetIds", - "lambda:SecurityGroupIds" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "bot*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify the configuration for asynchronous invocation for an AWS Lambda function, version, or alias", - "privilege": "UpdateFunctionEventInvokeConfig", + "description": "Grants permission to update an existing slot type", + "privilege": "UpdateSlotType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" + "resource_type": "bot*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a function url configuration for a Lambda function", - "privilege": "UpdateFunctionUrlConfig", + "description": "Grants permission to update an existing test set", + "privilege": "UpdateTestSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "function*" - }, - { - "condition_keys": [ - "lambda:FunctionUrlAuthType", - "lambda:FunctionArn" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "test set*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:lambda:${Region}:${Account}:code-signing-config:${CodeSigningConfigId}", - "condition_keys": [], - "resource": "code signing config" - }, - { - "arn": "arn:${Partition}:lambda:${Region}:${Account}:event-source-mapping:${UUID}", - "condition_keys": [], - "resource": "eventSourceMapping" + "arn": "arn:${Partition}:lex:${Region}:${Account}:bot:${BotName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "bot" }, { - "arn": "arn:${Partition}:lambda:${Region}:${Account}:function:${FunctionName}", + "arn": "arn:${Partition}:lex:${Region}:${Account}:bot:${BotName}:${BotVersion}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "function" + "resource": "bot version" }, { - "arn": "arn:${Partition}:lambda:${Region}:${Account}:function:${FunctionName}:${Alias}", + "arn": "arn:${Partition}:lex:${Region}:${Account}:bot:${BotName}:${BotAlias}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "function alias" + "resource": "bot alias" }, { - "arn": "arn:${Partition}:lambda:${Region}:${Account}:function:${FunctionName}:${Version}", + "arn": "arn:${Partition}:lex:${Region}:${Account}:bot-channel:${BotName}:${BotAlias}:${ChannelName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "function version" + "resource": "channel" }, { - "arn": "arn:${Partition}:lambda:${Region}:${Account}:layer:${LayerName}", + "arn": "arn:${Partition}:lex:${Region}:${Account}:intent:${IntentName}:${IntentVersion}", "condition_keys": [], - "resource": "layer" + "resource": "intent version" }, { - "arn": "arn:${Partition}:lambda:${Region}:${Account}:layer:${LayerName}:${LayerVersion}", + "arn": "arn:${Partition}:lex:${Region}:${Account}:slottype:${SlotName}:${SlotVersion}", "condition_keys": [], - "resource": "layerVersion" + "resource": "slottype version" + }, + { + "arn": "arn:${Partition}:lex:${Region}:${Account}:test-set/${TestSetId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "test set" } ], - "service_name": "AWS Lambda" + "service_name": "Amazon Lex" }, { - "conditions": [], - "prefix": "launchwizard", + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by tag keys that are passed in the request", + "type": "ArrayOfString" + }, + { + "condition": "license-manager:ResourceTag/${TagKey}", + "description": "Filters access by the tag key-value pairs attached to the resource", + "type": "String" + } + ], + "prefix": "license-manager", "privileges": [ { "access_level": "Write", - "description": "Grants permission to create an additional node", - "privilege": "CreateAdditionalNode", + "description": "Grants permission to accept a grant", + "privilege": "AcceptGrant", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "grant*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an application settings set", - "privilege": "CreateSettingsSet", + "description": "Grants permission to check in license entitlements back to pool", + "privilege": "CheckInLicense", "resource_types": [ { "condition_keys": [], @@ -146323,20 +160854,20 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an additional node", - "privilege": "DeleteAdditionalNode", + "description": "Grants permission to check out license entitlements for borrow use case", + "privilege": "CheckoutBorrowLicense", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "license*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an application", - "privilege": "DeleteApp", + "description": "Grants permission to check out license entitlements", + "privilege": "CheckoutLicense", "resource_types": [ { "condition_keys": [], @@ -146347,32 +160878,32 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an application settings set", - "privilege": "DeleteSettingsSet", + "description": "Grants permission to create a new grant for license", + "privilege": "CreateGrant", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "license*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an additional node", - "privilege": "DescribeAdditionalNode", + "access_level": "Write", + "description": "Grants permission to create new version of grant", + "privilege": "CreateGrantVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "grant*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe provisioning applications", - "privilege": "DescribeProvisionedApp", + "access_level": "Write", + "description": "Grants permission to create a new license", + "privilege": "CreateLicense", "resource_types": [ { "condition_keys": [], @@ -146382,21 +160913,24 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe provisioning events", - "privilege": "DescribeProvisioningEvents", + "access_level": "Write", + "description": "Grants permission to create a new license configuration", + "privilege": "CreateLicenseConfiguration", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an application settings set", - "privilege": "DescribeSettingsSet", + "access_level": "Write", + "description": "Grants permission to create a license conversion task for a resource", + "privilege": "CreateLicenseConversionTaskForResource", "resource_types": [ { "condition_keys": [], @@ -146406,93 +160940,96 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get infrastructure suggestion", - "privilege": "GetInfrastructureSuggestion", + "access_level": "Write", + "description": "Grants permission to create a report generator for a license configuration", + "privilege": "CreateLicenseManagerReportGenerator", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get customer's ip address", - "privilege": "GetIpAddress", + "access_level": "Write", + "description": "Grants permission to create new version of license", + "privilege": "CreateLicenseVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "license*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get resource cost estimate", - "privilege": "GetResourceCostEstimate", + "access_level": "Write", + "description": "Grants permission to create a new token for license", + "privilege": "CreateToken", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "license*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get workload assets", - "privilege": "GetWorkloadAssets", + "access_level": "Write", + "description": "Grants permission to delete a grant", + "privilege": "DeleteGrant", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "grant*" } ] }, { - "access_level": "List", - "description": "Grants permission to list additional nodes", - "privilege": "ListAdditionalNodes", + "access_level": "Write", + "description": "Grants permission to delete a license", + "privilege": "DeleteLicense", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "license*" } ] }, { - "access_level": "List", - "description": "Grants permission to list provisioning applications", - "privilege": "ListProvisionedApps", + "access_level": "Write", + "description": "Grants permission to permanently delete a license configuration", + "privilege": "DeleteLicenseConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "license-configuration*" } ] }, { - "access_level": "List", - "description": "Grants permission to list application settings sets", - "privilege": "ListSettingsSets", + "access_level": "Write", + "description": "Grants permission to delete a report generator", + "privilege": "DeleteLicenseManagerReportGenerator", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "report-generator*" } ] }, { - "access_level": "List", - "description": "Grants permission to list deployment options of a given workload", - "privilege": "ListWorkloadDeploymentOptions", + "access_level": "Write", + "description": "Grants permission to delete token", + "privilege": "DeleteToken", "resource_types": [ { "condition_keys": [], @@ -146502,9 +161039,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list workloads", - "privilege": "ListWorkloads", + "access_level": "Write", + "description": "Grants permission to extend consumption period of already checkout license entitlements", + "privilege": "ExtendLicenseConsumption", "resource_types": [ { "condition_keys": [], @@ -146514,9 +161051,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to start a provisioning", - "privilege": "StartProvisioning", + "access_level": "Read", + "description": "Grants permission to get access token", + "privilege": "GetAccessToken", "resource_types": [ { "condition_keys": [], @@ -146526,356 +161063,422 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update an application settings set", - "privilege": "UpdateSettingsSet", + "access_level": "Read", + "description": "Grants permission to get a grant", + "privilege": "GetGrant", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "grant*" } ] - } - ], - "resources": [], - "service_name": "AWS Launch Wizard" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access based on the tags in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags attached to a Lex resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access based on the set of tag keys in the request", - "type": "ArrayOfString" - }, - { - "condition": "lex:associatedIntents", - "description": "Enables you to control access based on the intents included in the request", - "type": "ArrayOfString" - }, - { - "condition": "lex:associatedSlotTypes", - "description": "Enables you to control access based on the slot types included in the request", - "type": "ArrayOfString" }, { - "condition": "lex:channelType", - "description": "Enables you to control access based on the channel type included in the request", - "type": "String" + "access_level": "Read", + "description": "Grants permission to get a license", + "privilege": "GetLicense", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "license*" + } + ] }, { - "condition": "aws:TagKeys", - "description": "Filters access by the set of tag keys in the request", - "type": "ArrayOfString" + "access_level": "Read", + "description": "Grants permission to get a license configuration", + "privilege": "GetLicenseConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "license-configuration*" + } + ] }, { - "condition": "aws:TagKeys", - "description": "Filters access by the set of tag keys in the request", - "type": "ArrayOfString" + "access_level": "Read", + "description": "Grants permission to retrieve a license conversion task", + "privilege": "GetLicenseConversionTask", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "condition": "aws:TagKeys", - "description": "Filters access by the set of tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "lex", - "privileges": [ - { - "access_level": "Write", - "description": "Creates a new version based on the $LATEST version of the specified bot", - "privilege": "CreateBotVersion", + "access_level": "Read", + "description": "Grants permission to get a report generator", + "privilege": "GetLicenseManagerReportGenerator", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot version*" - }, + "resource_type": "report-generator*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a license usage", + "privilege": "GetLicenseUsage", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "license*" } ] }, { - "access_level": "Write", - "description": "Creates a new version based on the $LATEST version of the specified intent", - "privilege": "CreateIntentVersion", + "access_level": "List", + "description": "Grants permission to get service settings", + "privilege": "GetServiceSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "intent version*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Creates a new version based on the $LATEST version of the specified slot type", - "privilege": "CreateSlotTypeVersion", + "access_level": "List", + "description": "Grants permission to list associations for a selected license configuration", + "privilege": "ListAssociationsForLicenseConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "slottype version*" + "resource_type": "license-configuration*" } ] }, { - "access_level": "Write", - "description": "Deletes all versions of a bot", - "privilege": "DeleteBot", + "access_level": "List", + "description": "Grants permission to list distributed grants", + "privilege": "ListDistributedGrants", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot version*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the license configuration operations that failed", + "privilege": "ListFailuresForLicenseConfigurationOperations", + "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "lex:DeleteBotAlias", - "lex:DeleteBotChannel", - "lex:DeleteBotLocale", - "lex:DeleteBotVersion", - "lex:DeleteIntent", - "lex:DeleteSlot", - "lex:DeleteSlotType" - ], - "resource_type": "bot*" - }, + "dependent_actions": [], + "resource_type": "license-configuration*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list license configurations", + "privilege": "ListLicenseConfigurations", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot alias*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Deletes an alias for a specific bot", - "privilege": "DeleteBotAlias", + "access_level": "List", + "description": "Grants permission to list license conversion tasks", + "privilege": "ListLicenseConversionTasks", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot alias*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Deletes the association between a Amazon Lex bot alias and a messaging platform", - "privilege": "DeleteBotChannelAssociation", + "access_level": "List", + "description": "Grants permission to list report generators", + "privilege": "ListLicenseManagerReportGenerators", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "license-configuration" } ] }, { - "access_level": "Write", - "description": "Deletes a specific version of a bot", - "privilege": "DeleteBotVersion", + "access_level": "List", + "description": "Grants permission to list license specifications associated with a selected resource", + "privilege": "ListLicenseSpecificationsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot version*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list license versions", + "privilege": "ListLicenseVersions", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "license*" } ] }, { - "access_level": "Write", - "description": "Deletes all versions of an intent", - "privilege": "DeleteIntent", + "access_level": "Read", + "description": "Grants permission to list licenses", + "privilege": "ListLicenses", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "intent version*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list received grants", + "privilege": "ListReceivedGrants", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Deletes a specific version of an intent", - "privilege": "DeleteIntentVersion", + "access_level": "List", + "description": "Grants permission to list received grants for organization", + "privilege": "ListReceivedGrantsForOrganization", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "intent version*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Removes session information for a specified bot, alias, and user ID", - "privilege": "DeleteSession", + "access_level": "List", + "description": "Grants permission to list received licenses", + "privilege": "ListReceivedLicenses", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot alias" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list received licenses for organization", + "privilege": "ListReceivedLicensesForOrganization", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot version" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Deletes all versions of a slot type", - "privilege": "DeleteSlotType", + "access_level": "List", + "description": "Grants permission to list resource inventory", + "privilege": "ListResourceInventory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "slottype version*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list tags for a selected resource", + "privilege": "ListTagsForResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "license-configuration*" } ] }, { - "access_level": "Write", - "description": "Deletes a specific version of a slot type", - "privilege": "DeleteSlotTypeVersion", + "access_level": "List", + "description": "Grants permission to list tokens", + "privilege": "ListTokens", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "slottype version*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Deletes the information Amazon Lex maintains for utterances on a specific bot and userId", - "privilege": "DeleteUtterances", + "access_level": "List", + "description": "Grants permission to list usage records for selected license configuration", + "privilege": "ListUsageForLicenseConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot version*" - }, + "resource_type": "license-configuration*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to reject a grant", + "privilege": "RejectGrant", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "grant*" } ] }, { - "access_level": "Read", - "description": "Returns information for a specific bot. In addition to the bot name, the bot version or alias is required", - "privilege": "GetBot", + "access_level": "Tagging", + "description": "Grants permission to tag a selected resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot alias" + "resource_type": "license-configuration*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "bot version" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Returns information about a Amazon Lex bot alias", - "privilege": "GetBotAlias", + "access_level": "Tagging", + "description": "Grants permission to untag a selected resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot alias*" + "resource_type": "license-configuration*" } ] }, { - "access_level": "List", - "description": "Returns a list of aliases for a given Amazon Lex bot", - "privilege": "GetBotAliases", + "access_level": "Write", + "description": "Grants permission to update an existing license configuration", + "privilege": "UpdateLicenseConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "license-configuration*" } ] }, { - "access_level": "Read", - "description": "Returns information about the association between a Amazon Lex bot and a messaging platform", - "privilege": "GetBotChannelAssociation", + "access_level": "Write", + "description": "Grants permission to update a report generator for a license configuration", + "privilege": "UpdateLicenseManagerReportGenerator", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "report-generator*" } ] }, { - "access_level": "List", - "description": "Returns a list of all of the channels associated with a single bot", - "privilege": "GetBotChannelAssociations", + "access_level": "Write", + "description": "Grants permission to updates license specifications for a selected resource", + "privilege": "UpdateLicenseSpecificationsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "license-configuration*" } ] }, { - "access_level": "List", - "description": "Returns information for all versions of a specific bot", - "privilege": "GetBotVersions", + "access_level": "Permissions management", + "description": "Grants permission to updates service settings", + "privilege": "UpdateServiceSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot version*" + "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:license-manager:${Region}:${Account}:license-configuration:${LicenseConfigurationId}", + "condition_keys": [ + "license-manager:ResourceTag/${TagKey}" + ], + "resource": "license-configuration" }, { - "access_level": "List", - "description": "Returns information for the $LATEST version of all bots, subject to filters provided by the client", - "privilege": "GetBots", + "arn": "arn:${Partition}:license-manager::${Account}:license:${LicenseId}", + "condition_keys": [], + "resource": "license" + }, + { + "arn": "arn:${Partition}:license-manager::${Account}:grant:${GrantId}", + "condition_keys": [], + "resource": "grant" + }, + { + "arn": "arn:${Partition}:license-manager:${Region}:${Account}:report-generator:${ReportGeneratorId}", + "condition_keys": [ + "license-manager:ResourceTag/${TagKey}" + ], + "resource": "report-generator" + } + ], + "service_name": "AWS License Manager" + }, + { + "conditions": [], + "prefix": "license-manager-linux-subscriptions", + "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to get the service settings for Linux subscriptions in AWS License Manager", + "privilege": "GetServiceSettings", "resource_types": [ { "condition_keys": [], @@ -146886,8 +161489,8 @@ }, { "access_level": "Read", - "description": "Returns information about a built-in intent", - "privilege": "GetBuiltinIntent", + "description": "Grants permission to list all instances with Linux subscriptions in AWS License Manager", + "privilege": "ListLinuxSubscriptionInstances", "resource_types": [ { "condition_keys": [], @@ -146898,8 +161501,8 @@ }, { "access_level": "Read", - "description": "Gets a list of built-in intents that meet the specified criteria", - "privilege": "GetBuiltinIntents", + "description": "Grants permission to list all Linux subscriptions in AWS License Manager", + "privilege": "ListLinuxSubscriptions", "resource_types": [ { "condition_keys": [], @@ -146909,9 +161512,9 @@ ] }, { - "access_level": "Read", - "description": "Gets a list of built-in slot types that meet the specified criteria", - "privilege": "GetBuiltinSlotTypes", + "access_level": "Write", + "description": "Grants permission to update the service settings for Linux subscriptions in AWS License Manager", + "privilege": "UpdateServiceSettings", "resource_types": [ { "condition_keys": [], @@ -146919,23 +161522,31 @@ "resource_type": "" } ] - }, + } + ], + "resources": [], + "service_name": "AWS License Manager Linux Subscriptions Manager" + }, + { + "conditions": [], + "prefix": "license-manager-user-subscriptions", + "privileges": [ { - "access_level": "Read", - "description": "Exports Amazon Lex Resource in a requested format", - "privilege": "GetExport", + "access_level": "Write", + "description": "Grants permission to associate a subscribed user to an instance launched with license manager user subscriptions products", + "privilege": "AssociateUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot version*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Gets information about an import job started with StartImport", - "privilege": "GetImport", + "access_level": "Write", + "description": "Grants permission to deregister Microsoft Active Directory with license-manager-user-subscriptions for a product", + "privilege": "DeregisterIdentityProvider", "resource_types": [ { "condition_keys": [], @@ -146945,33 +161556,33 @@ ] }, { - "access_level": "Read", - "description": "Returns information for a specific intent. In addition to the intent name, you must also specify the intent version", - "privilege": "GetIntent", + "access_level": "Write", + "description": "Grants permission to disassociate a subscribed user from an instance launched with license manager user subscriptions products", + "privilege": "DisassociateUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "intent version*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Returns information for all versions of a specific intent", - "privilege": "GetIntentVersions", + "description": "Grants permission to list all the identity providers on license manager user subscriptions", + "privilege": "ListIdentityProviders", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "intent version*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Returns information for the $LATEST version of all intents, subject to filters provided by the client", - "privilege": "GetIntents", + "description": "Grants permission to list all the instances launched with license manager user subscription products", + "privilege": "ListInstances", "resource_types": [ { "condition_keys": [], @@ -146981,9 +161592,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to view an ongoing or completed migration", - "privilege": "GetMigration", + "access_level": "List", + "description": "Grants permission to lists all the product subscriptions for a product and identity provider", + "privilege": "ListProductSubscriptions", "resource_types": [ { "condition_keys": [], @@ -146994,8 +161605,8 @@ }, { "access_level": "List", - "description": "Grants permission to view list of migrations from Amazon Lex v1 to Amazon Lex v2", - "privilege": "GetMigrations", + "description": "Grants permission to list all the users associated to an instance launched for a product", + "privilege": "ListUserAssociations", "resource_types": [ { "condition_keys": [], @@ -147005,50 +161616,45 @@ ] }, { - "access_level": "Read", - "description": "Returns session information for a specified bot, alias, and user ID", - "privilege": "GetSession", + "access_level": "Write", + "description": "Grants permission to registers Microsoft Active Directory with license-manager-user-subscriptions for a product", + "privilege": "RegisterIdentityProvider", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot alias" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "bot version" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Returns information about a specific version of a slot type. In addition to specifying the slot type name, you must also specify the slot type version", - "privilege": "GetSlotType", + "access_level": "Write", + "description": "Grants permission to start product subscription for a user on a registered active directory for a product", + "privilege": "StartProductSubscription", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "slottype version*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Returns information for all versions of a specific slot type", - "privilege": "GetSlotTypeVersions", + "access_level": "Write", + "description": "Grants permission to stop product subscription for a user on a registered active directory for a product", + "privilege": "StopProductSubscription", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "slottype version*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Returns information for the $LATEST version of all slot types, subject to filters provided by the client", - "privilege": "GetSlotTypes", + "access_level": "Write", + "description": "Grants permission to update the identity provider configuration", + "privilege": "UpdateIdentityProviderSettings", "resource_types": [ { "condition_keys": [], @@ -147056,284 +161662,215 @@ "resource_type": "" } ] + } + ], + "resources": [], + "service_name": "AWS License Manager User Subscriptions" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by a tag key and value pair that is allowed in the request", + "type": "String" }, { - "access_level": "List", - "description": "Returns a view of aggregate utterance data for versions of a bot for a recent time period", - "privilege": "GetUtterancesView", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by a tag key and value pair of a resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by a list of tag keys that are allowed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "lightsail", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create a static IP address that can be attached to an instance", + "privilege": "AllocateStaticIp", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot version*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Lists tags for a Lex resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to attach an SSL/TLS certificate to your Amazon Lightsail content delivery network (CDN) distribution", + "privilege": "AttachCertificateToDistribution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "bot alias" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel" + "resource_type": "Certificate*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "test set" + "resource_type": "Distribution*" } ] }, { "access_level": "Write", - "description": "Sends user input (text or speech) to Amazon Lex", - "privilege": "PostContent", + "description": "Grants permission to attach a disk to an instance", + "privilege": "AttachDisk", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot alias" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "bot version" + "resource_type": "Disk*" } ] }, { "access_level": "Write", - "description": "Sends user input (text-only) to Amazon Lex", - "privilege": "PostText", + "description": "Grants permission to attach one or more instances to a load balancer", + "privilege": "AttachInstancesToLoadBalancer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot alias" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "bot version" + "resource_type": "LoadBalancer*" } ] }, { "access_level": "Write", - "description": "Creates or updates the $LATEST version of a Amazon Lex conversational bot", - "privilege": "PutBot", + "description": "Grants permission to attach a TLS certificate to a load balancer", + "privilege": "AttachLoadBalancerTlsCertificate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot version*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "LoadBalancer*" } ] }, { "access_level": "Write", - "description": "Creates or updates an alias for the specific bot", - "privilege": "PutBotAlias", + "description": "Grants permission to attach a static IP address to an instance", + "privilege": "AttachStaticIp", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot alias*" + "resource_type": "Instance*" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "StaticIp*" } ] }, { "access_level": "Write", - "description": "Creates or updates the $LATEST version of an intent", - "privilege": "PutIntent", + "description": "Grants permission to close a public port of an instance", + "privilege": "CloseInstancePublicPorts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "intent version*" + "resource_type": "Instance*" } ] }, { "access_level": "Write", - "description": "Creates a new session or modifies an existing session with an Amazon Lex bot", - "privilege": "PutSession", + "description": "Grants permission to copy a snapshot from one AWS Region to another in Amazon Lightsail", + "privilege": "CopySnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot alias" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an Amazon Lightsail bucket", + "privilege": "CreateBucket", + "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "bot version" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Creates or updates the $LATEST version of a slot type", - "privilege": "PutSlotType", + "description": "Grants permission to create a new access key for the specified bucket", + "privilege": "CreateBucketAccessKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "slottype version*" + "resource_type": "Bucket*" } ] }, { "access_level": "Write", - "description": "Starts a job to import a resource to Amazon Lex", - "privilege": "StartImport", + "description": "Grants permission to create an SSL/TLS certificate", + "privilege": "CreateCertificate", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [ - "lex:CreateBot", - "lex:CreateBotLocale", - "lex:CreateCustomVocabulary", - "lex:CreateIntent", - "lex:CreateSlot", - "lex:CreateSlotType", - "lex:CreateTestSet", - "lex:DeleteBotLocale", - "lex:DeleteCustomVocabulary", - "lex:DeleteIntent", - "lex:DeleteSlot", - "lex:DeleteSlotType", - "lex:UpdateBot", - "lex:UpdateBotLocale", - "lex:UpdateCustomVocabulary", - "lex:UpdateIntent", - "lex:UpdateSlot", - "lex:UpdateSlotType", - "lex:UpdateTestSet" + "lightsail:CreateDomainEntry", + "lightsail:GetDomains" ], - "resource_type": "bot" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "bot alias" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "test set" - }, - { - "condition_keys": [], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to migrate a bot from Amazon Lex v1 to Amazon Lex v2", - "privilege": "StartMigration", + "description": "Grants permission to create a new Amazon EC2 instance from an exported Amazon Lightsail snapshot", + "privilege": "CreateCloudFormationStack", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot version*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Adds or overwrites tags to a Lex resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to create an email or SMS text message contact method", + "privilege": "CreateContactMethod", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "bot alias" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "test set" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Removes tags from a Lex resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to create an Amazon Lightsail container service", + "privilege": "CreateContainerService", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "bot" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "bot alias" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "test set" - }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -147342,71 +161879,82 @@ }, { "access_level": "Write", - "description": "Grants permission to create new items in an existing custom vocabulary", - "privilege": "BatchCreateCustomVocabularyItem", + "description": "Grants permission to create a deployment for your Amazon Lightsail container service", + "privilege": "CreateContainerServiceDeployment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "ContainerService*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete existing items in an existing custom vocabulary", - "privilege": "BatchDeleteCustomVocabularyItem", + "description": "Grants permission to create a temporary set of log in credentials that you can use to log in to the Docker process on your local machine", + "privilege": "CreateContainerServiceRegistryLogin", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update existing items in an existing custom vocabulary", - "privilege": "BatchUpdateCustomVocabularyItem", + "description": "Grants permission to create a disk", + "privilege": "CreateDisk", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to build an existing bot locale in a bot", - "privilege": "BuildBotLocale", + "description": "Grants permission to create a disk from snapshot", + "privilege": "CreateDiskFromSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "DiskSnapshot*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new bot and a test bot alias pointing to the DRAFT bot version", - "privilege": "CreateBot", + "description": "Grants permission to create a disk snapshot", + "privilege": "CreateDiskSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "Disk" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot alias*" + "resource_type": "Instance" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -147415,18 +161963,13 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new bot alias in a bot", - "privilege": "CreateBotAlias", + "description": "Grants permission to create an Amazon Lightsail content delivery network (CDN) distribution", + "privilege": "CreateDistribution", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "bot alias*" - }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -147435,141 +161978,165 @@ }, { "access_level": "Write", - "description": "Grants permission to create a bot channel in an existing bot", - "privilege": "CreateBotChannel", + "description": "Grants permission to create a domain resource for the specified domain name", + "privilege": "CreateDomain", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "bot*" + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "route53:DeleteHostedZone", + "route53:GetHostedZone", + "route53:ListHostedZonesByName", + "route53domains:GetDomainDetail", + "route53domains:GetOperationDetail", + "route53domains:ListDomains", + "route53domains:ListOperations", + "route53domains:UpdateDomainNameservers" + ], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new bot locale in an existing bot", - "privilege": "CreateBotLocale", + "description": "Grants permission to create one or more DNS record entries for a domain resource: Address (A), canonical name (CNAME), mail exchanger (MX), name server (NS), start of authority (SOA), service locator (SRV), or text (TXT)", + "privilege": "CreateDomainEntry", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "Domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new custom vocabulary in an existing bot locale", - "privilege": "CreateCustomVocabulary", + "description": "Grants permission to create URLs that are used to access an instance's graphical user interface (GUI) session", + "privilege": "CreateGUISessionAccessDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "Instance*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an export for an existing resource", - "privilege": "CreateExport", + "description": "Grants permission to create an instance snapshot", + "privilege": "CreateInstanceSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot" + "resource_type": "Instance*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "test set" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new intent in an existing bot locale", - "privilege": "CreateIntent", + "description": "Grants permission to create one or more instances", + "privilege": "CreateInstances", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new resource policy for a Lex resource", - "privilege": "CreateResourcePolicy", + "description": "Grants permission to create one or more instances based on an instance snapshot", + "privilege": "CreateInstancesFromSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot" + "resource_type": "InstanceSnapshot*" }, { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "bot alias" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a new slot in an intent", - "privilege": "CreateSlot", - "resource_types": [ - { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new slot type in an existing bot locale", - "privilege": "CreateSlotType", + "description": "Grants permission to create a key pair used to authenticate and connect to an instance", + "privilege": "CreateKeyPair", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to import a new test-set", - "privilege": "CreateTestSet", + "description": "Grants permission to create a load balancer", + "privilege": "CreateLoadBalancer", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "lightsail:CreateDomainEntry", + "lightsail:GetDomains" + ], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a test set discrepancy report", - "privilege": "CreateTestSetDiscrepancyReport", + "description": "Grants permission to create a load balancer TLS certificate", + "privilege": "CreateLoadBalancerTlsCertificate", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "test set*" + "dependent_actions": [ + "lightsail:CreateDomainEntry", + "lightsail:GetDomains" + ], + "resource_type": "LoadBalancer*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an upload url for import file", - "privilege": "CreateUploadUrl", + "description": "Grants permission to create a new relational database", + "privilege": "CreateRelationalDatabase", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -147577,448 +162144,399 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an existing bot channel", - "privilege": "DeleteBotChannel", + "description": "Grants permission to create a new relational database from a snapshot", + "privilege": "CreateRelationalDatabaseFromSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete an existing bot locale in a bot", - "privilege": "DeleteBotLocale", - "resource_types": [ + "resource_type": "RelationalDatabaseSnapshot*" + }, { - "condition_keys": [], - "dependent_actions": [ - "lex:DeleteIntent", - "lex:DeleteSlot", - "lex:DeleteSlotType" + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "resource_type": "bot*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an existing custom vocabulary in a bot locale", - "privilege": "DeleteCustomVocabulary", + "description": "Grants permission to create a relational database snapshot", + "privilege": "CreateRelationalDatabaseSnapshot", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an existing export", - "privilege": "DeleteExport", + "description": "Grants permission to delete an alarm", + "privilege": "DeleteAlarm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "test set" + "resource_type": "Alarm*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an existing import", - "privilege": "DeleteImport", + "description": "Grants permission to delete an automatic snapshot of an instance or disk", + "privilege": "DeleteAutoSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "test set" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an existing resource policy for a Lex resource", - "privilege": "DeleteResourcePolicy", + "description": "Grants permission to delete an Amazon Lightsail bucket", + "privilege": "DeleteBucket", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "bot alias" + "resource_type": "Bucket*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an existing slot in an intent", - "privilege": "DeleteSlot", + "description": "Grants permission to delete an access key for the specified Amazon Lightsail bucket", + "privilege": "DeleteBucketAccessKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "Bucket*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an existing test set", - "privilege": "DeleteTestSet", + "description": "Grants permission to delete an SSL/TLS certificate", + "privilege": "DeleteCertificate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "test set*" + "resource_type": "Certificate*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an existing bot", - "privilege": "DescribeBot", + "access_level": "Write", + "description": "Grants permission to delete a contact method", + "privilege": "DeleteContactMethod", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an existing bot alias", - "privilege": "DescribeBotAlias", + "access_level": "Write", + "description": "Grants permission to delete a container image that is registered to your Amazon Lightsail container service", + "privilege": "DeleteContainerImage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot alias*" + "resource_type": "ContainerService*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an existing bot channel", - "privilege": "DescribeBotChannel", + "access_level": "Write", + "description": "Grants permission to delete your Amazon Lightsail container service", + "privilege": "DeleteContainerService", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "ContainerService*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an existing bot locale", - "privilege": "DescribeBotLocale", + "access_level": "Write", + "description": "Grants permission to delete a disk", + "privilege": "DeleteDisk", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "Disk*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve metadata information about a bot recommendation", - "privilege": "DescribeBotRecommendation", + "access_level": "Write", + "description": "Grants permission to delete a disk snapshot", + "privilege": "DeleteDiskSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "DiskSnapshot*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an existing bot version", - "privilege": "DescribeBotVersion", + "access_level": "Write", + "description": "Grants permission to delete your Amazon Lightsail content delivery network (CDN) distribution", + "privilege": "DeleteDistribution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "Distribution*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an existing custom vocabulary", - "privilege": "DescribeCustomVocabulary", + "access_level": "Write", + "description": "Grants permission to delete a domain resource and all of its DNS records", + "privilege": "DeleteDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "Domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve metadata of an existing custom vocabulary", - "privilege": "DescribeCustomVocabularyMetadata", + "access_level": "Write", + "description": "Grants permission to delete a DNS record entry for a domain resource", + "privilege": "DeleteDomainEntry", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "Domain*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an existing export", - "privilege": "DescribeExport", + "access_level": "Write", + "description": "Grants permission to delete an instance", + "privilege": "DeleteInstance", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "lex:DescribeBot", - "lex:DescribeBotLocale", - "lex:DescribeIntent", - "lex:DescribeSlot", - "lex:DescribeSlotType", - "lex:ListBotLocales", - "lex:ListIntents", - "lex:ListSlotTypes", - "lex:ListSlots" - ], - "resource_type": "bot" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "test set" + "resource_type": "Instance*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an existing import", - "privilege": "DescribeImport", + "access_level": "Write", + "description": "Grants permission to delete an instance snapshot", + "privilege": "DeleteInstanceSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "test set" + "resource_type": "InstanceSnapshot*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an existing intent", - "privilege": "DescribeIntent", + "access_level": "Write", + "description": "Grants permission to delete a key pair used to authenticate and connect to an instance", + "privilege": "DeleteKeyPair", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "KeyPair*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an existing resource policy for a Lex resource", - "privilege": "DescribeResourcePolicy", + "access_level": "Write", + "description": "Grants permission to delete the known host key or certificate used by the Amazon Lightsail browser-based SSH or RDP clients to authenticate an instance", + "privilege": "DeleteKnownHostKeys", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "bot alias" + "resource_type": "Instance*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an existing slot", - "privilege": "DescribeSlot", + "access_level": "Write", + "description": "Grants permission to delete a load balancer", + "privilege": "DeleteLoadBalancer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "LoadBalancer*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an existing slot type", - "privilege": "DescribeSlotType", + "access_level": "Write", + "description": "Grants permission to delete a load balancer TLS certificate", + "privilege": "DeleteLoadBalancerTlsCertificate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "LoadBalancer*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve test execution metadata", - "privilege": "DescribeTestExecution", + "access_level": "Write", + "description": "Grants permission to delete a relational database", + "privilege": "DeleteRelationalDatabase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "test set*" + "resource_type": "RelationalDatabase*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an existing test set", - "privilege": "DescribeTestSet", + "access_level": "Write", + "description": "Grants permission to delete a relational database snapshot", + "privilege": "DeleteRelationalDatabaseSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "test set*" + "resource_type": "RelationalDatabaseSnapshot*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve test set discrepancy report metadata", - "privilege": "DescribeTestSetDiscrepancyReport", + "access_level": "Write", + "description": "Grants permission to detach an SSL/TLS certificate from your Amazon Lightsail content delivery network (CDN) distribution", + "privilege": "DetachCertificateFromDistribution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "test set*" + "resource_type": "Distribution*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve test set generation metadata", - "privilege": "DescribeTestSetGeneration", + "access_level": "Write", + "description": "Grants permission to detach a disk from an instance", + "privilege": "DetachDisk", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "test set" + "resource_type": "Disk*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve artifacts URL for a test execution", - "privilege": "GetTestExecutionArtifactsUrl", + "access_level": "Write", + "description": "Grants permission to detach one or more instances from a load balancer", + "privilege": "DetachInstancesFromLoadBalancer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "test set*" + "resource_type": "LoadBalancer*" } ] }, { - "access_level": "List", - "description": "Grants permission to list utterances and statistics for a bot", - "privilege": "ListAggregatedUtterances", + "access_level": "Write", + "description": "Grants permission to detach a static IP from an instance to which it is attached", + "privilege": "DetachStaticIp", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "StaticIp*" } ] }, { - "access_level": "List", - "description": "Grants permission to list bot aliases in an bot", - "privilege": "ListBotAliases", + "access_level": "Write", + "description": "Grants permission to disable an add-on for an Amazon Lightsail resource", + "privilege": "DisableAddOn", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list bot channels", - "privilege": "ListBotChannels", + "access_level": "Write", + "description": "Grants permission to download the default key pair used to authenticate and connect to instances in a specific AWS Region", + "privilege": "DownloadDefaultKeyPair", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list bot locales in a bot", - "privilege": "ListBotLocales", + "access_level": "Write", + "description": "Grants permission to enable or modify an add-on for an Amazon Lightsail resource", + "privilege": "EnableAddOn", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of bot recommendations that meet the specified criteria", - "privilege": "ListBotRecommendations", + "access_level": "Write", + "description": "Grants permission to export an Amazon Lightsail snapshot to Amazon EC2", + "privilege": "ExportSnapshot", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "bot*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list existing bot versions", - "privilege": "ListBotVersions", - "resource_types": [ + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "iam:PutRolePolicy" + ], + "resource_type": "DiskSnapshot" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "InstanceSnapshot" } ] }, { - "access_level": "List", - "description": "Grants permission to list existing bots", - "privilege": "ListBots", + "access_level": "Read", + "description": "Grants permission to get the names of all active (not deleted) resources", + "privilege": "GetActiveNames", "resource_types": [ { "condition_keys": [], @@ -148028,9 +162546,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list built-in intents", - "privilege": "ListBuiltInIntents", + "access_level": "Read", + "description": "Grants permission to view information about the configured alarms", + "privilege": "GetAlarms", "resource_types": [ { "condition_keys": [], @@ -148040,9 +162558,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list built-in slot types", - "privilege": "ListBuiltInSlotTypes", + "access_level": "Read", + "description": "Grants permission to view the available automatic snapshots for an instance or disk", + "privilege": "GetAutoSnapshots", "resource_types": [ { "condition_keys": [], @@ -148052,21 +162570,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list items of an existing custom vocabulary", - "privilege": "ListCustomVocabularyItems", + "access_level": "Read", + "description": "Grants permission to get a list of instance images, or blueprints. You can use a blueprint to create a new instance already running a specific operating system, as well as a pre-installed application or development stack. The software that runs on your instance depends on the blueprint you define when creating the instance", + "privilege": "GetBlueprints", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list existing exports", - "privilege": "ListExports", + "access_level": "Read", + "description": "Grants permission to get the existing access key IDs for the specified Amazon Lightsail bucket", + "privilege": "GetBucketAccessKeys", "resource_types": [ { "condition_keys": [], @@ -148076,9 +162594,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list existing imports", - "privilege": "ListImports", + "access_level": "Read", + "description": "Grants permission to get the bundles that can be applied to an Amazon Lightsail bucket", + "privilege": "GetBucketBundles", "resource_types": [ { "condition_keys": [], @@ -148088,71 +162606,69 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list intents in a bot", - "privilege": "ListIntents", + "access_level": "Read", + "description": "Grants permission to get the data points of a specific metric for an Amazon Lightsail bucket", + "privilege": "GetBucketMetricData", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of recommended intents provided by the bot recommendation", - "privilege": "ListRecommendedIntents", + "access_level": "Read", + "description": "Grants permission to get information about one or more Amazon Lightsail buckets", + "privilege": "GetBuckets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list slot types in a bot", - "privilege": "ListSlotTypes", + "access_level": "Read", + "description": "Grants permission to get a list of instance bundles. You can use a bundle to create a new instance with a set of performance specifications, such as CPU count, disk size, RAM size, and network transfer allowance. The cost of your instance depends on the bundle you define when creating the instance", + "privilege": "GetBundles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list slots in an intent", - "privilege": "ListSlots", + "access_level": "Read", + "description": "Grants permission to view information about one or more Amazon Lightsail SSL/TLS certificates", + "privilege": "GetCertificates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve test results data for a test execution", - "privilege": "ListTestExecutionResultItems", + "description": "Grants permission to get information about all CloudFormation stacks used to create Amazon EC2 resources from exported Amazon Lightsail snapshots", + "privilege": "GetCloudFormationStackRecords", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "lex:ListTestSetRecords" - ], - "resource_type": "test set*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list test executions", - "privilege": "ListTestExecutions", + "access_level": "Read", + "description": "Grants permission to view information about the configured contact methods", + "privilege": "GetContactMethods", "resource_types": [ { "condition_keys": [], @@ -148163,20 +162679,20 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve records inside an existing test set", - "privilege": "ListTestSetRecords", + "description": "Grants permission to view information about Amazon Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin", + "privilege": "GetContainerAPIMetadata", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "test set*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list test sets", - "privilege": "ListTestSets", + "access_level": "Read", + "description": "Grants permission to view the container images that are registered to your Amazon Lightsail container service", + "privilege": "GetContainerImages", "resource_types": [ { "condition_keys": [], @@ -148186,324 +162702,254 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to send user input (text-only) to an bot alias", - "privilege": "RecognizeText", + "access_level": "Read", + "description": "Grants permission to view the log events of a container of your Amazon Lightsail container service", + "privilege": "GetContainerLog", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot alias*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to send user input (text or speech) to an bot alias", - "privilege": "RecognizeUtterance", + "access_level": "Read", + "description": "Grants permission to view the deployments for your Amazon Lightsail container service", + "privilege": "GetContainerServiceDeployments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot alias*" + "resource_type": "" } ] }, - { - "access_level": "List", - "description": "Grants permission to search for associated transcripts that meet the specified criteria", - "privilege": "SearchAssociatedTranscripts", + { + "access_level": "Read", + "description": "Grants permission to view the data points of a specific metric of your Amazon Lightsail container service", + "privilege": "GetContainerServiceMetricData", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to start a bot recommendation for an existing bot locale", - "privilege": "StartBotRecommendation", + "access_level": "Read", + "description": "Grants permission to view the list of powers that can be specified for your Amazon Lightsail container services", + "privilege": "GetContainerServicePowers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to stream user input (speech/text/DTMF) to a bot alias", - "privilege": "StartConversation", + "access_level": "Read", + "description": "Grants permission to view information about one or more of your Amazon Lightsail container services", + "privilege": "GetContainerServices", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot alias*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to start a test execution using a test set", - "privilege": "StartTestExecution", + "access_level": "Read", + "description": "Grants permission to get the information about the cost estimate for a specified resource", + "privilege": "GetCostEstimate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "test set*" + "resource_type": "Disk" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Instance" } ] }, { - "access_level": "Write", - "description": "Grants permission to generate a test set", - "privilege": "StartTestSetGeneration", + "access_level": "Read", + "description": "Grants permission to get information about a disk", + "privilege": "GetDisk", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "test set" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop a bot recommendation for an existing bot locale", - "privilege": "StopBotRecommendation", + "access_level": "Read", + "description": "Grants permission to get information about a disk snapshot", + "privilege": "GetDiskSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an existing bot", - "privilege": "UpdateBot", + "access_level": "Read", + "description": "Grants permission to get information about all disk snapshots", + "privilege": "GetDiskSnapshots", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an existing bot alias", - "privilege": "UpdateBotAlias", + "access_level": "Read", + "description": "Grants permission to get information about all disks", + "privilege": "GetDisks", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot alias*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an existing bot locale", - "privilege": "UpdateBotLocale", + "access_level": "Read", + "description": "Grants permission to view the list of bundles that can be applied to you Amazon Lightsail content delivery network (CDN) distributions", + "privilege": "GetDistributionBundles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an existing bot recommendation request", - "privilege": "UpdateBotRecommendation", + "access_level": "Read", + "description": "Grants permission to view the timestamp and status of the last cache reset of a specific Amazon Lightsail content delivery network (CDN) distribution", + "privilege": "GetDistributionLatestCacheReset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an existing custom vocabulary", - "privilege": "UpdateCustomVocabulary", + "access_level": "Read", + "description": "Grants permission to view the data points of a specific metric for an Amazon Lightsail content delivery network (CDN) distribution", + "privilege": "GetDistributionMetricData", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an existing export", - "privilege": "UpdateExport", + "access_level": "Read", + "description": "Grants permission to view information about one or more of your Amazon Lightsail content delivery network (CDN) distributions", + "privilege": "GetDistributions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an existing intent", - "privilege": "UpdateIntent", + "access_level": "Read", + "description": "Grants permission to get DNS records for a domain resource", + "privilege": "GetDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an existing resource policy for a Lex resource", - "privilege": "UpdateResourcePolicy", + "access_level": "Read", + "description": "Grants permission to get DNS records for all domain resources", + "privilege": "GetDomains", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "bot alias" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an existing slot", - "privilege": "UpdateSlot", + "access_level": "Read", + "description": "Grants permission to get information about all records of exported Amazon Lightsail snapshots to Amazon EC2", + "privilege": "GetExportSnapshotRecords", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an existing slot type", - "privilege": "UpdateSlotType", + "access_level": "Read", + "description": "Grants permission to get information about an instance", + "privilege": "GetInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "bot*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update an existing test set", - "privilege": "UpdateTestSet", + "description": "Grants permission to get temporary keys you can use to authenticate and connect to an instance", + "privilege": "GetInstanceAccessDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "test set*" + "resource_type": "Instance*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:lex:${Region}:${Account}:bot:${BotName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "bot" - }, - { - "arn": "arn:${Partition}:lex:${Region}:${Account}:bot:${BotName}:${BotVersion}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "bot version" - }, - { - "arn": "arn:${Partition}:lex:${Region}:${Account}:bot:${BotName}:${BotAlias}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "bot alias" - }, - { - "arn": "arn:${Partition}:lex:${Region}:${Account}:bot-channel:${BotName}:${BotAlias}:${ChannelName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "channel" - }, - { - "arn": "arn:${Partition}:lex:${Region}:${Account}:intent:${IntentName}:${IntentVersion}", - "condition_keys": [], - "resource": "intent version" - }, - { - "arn": "arn:${Partition}:lex:${Region}:${Account}:slottype:${SlotName}:${SlotVersion}", - "condition_keys": [], - "resource": "slottype version" - }, - { - "arn": "arn:${Partition}:lex:${Region}:${Account}:test-set/${TestSetId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "test set" - } - ], - "service_name": "Amazon Lex" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by tag keys that are passed in the request", - "type": "ArrayOfString" }, { - "condition": "license-manager:ResourceTag/${TagKey}", - "description": "Filters access by the tag key-value pairs attached to the resource", - "type": "String" - } - ], - "prefix": "license-manager", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to accept a grant", - "privilege": "AcceptGrant", + "access_level": "Read", + "description": "Grants permission to get the data points for the specified metric of an instance", + "privilege": "GetInstanceMetricData", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "grant*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to check in license entitlements back to pool", - "privilege": "CheckInLicense", + "access_level": "Read", + "description": "Grants permission to get the port states of an instance", + "privilege": "GetInstancePortStates", "resource_types": [ { "condition_keys": [], @@ -148513,21 +162959,21 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to check out license entitlements for borrow use case", - "privilege": "CheckoutBorrowLicense", + "access_level": "Read", + "description": "Grants permission to get information about an instance snapshot", + "privilege": "GetInstanceSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "license*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to check out license entitlements", - "privilege": "CheckoutLicense", + "access_level": "Read", + "description": "Grants permission to get information about all instance snapshots", + "privilege": "GetInstanceSnapshots", "resource_types": [ { "condition_keys": [], @@ -148537,33 +162983,33 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a new grant for license", - "privilege": "CreateGrant", + "access_level": "Read", + "description": "Grants permission to get the state of an instance", + "privilege": "GetInstanceState", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "license*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create new version of grant", - "privilege": "CreateGrantVersion", + "access_level": "Read", + "description": "Grants permission to get information about all instances", + "privilege": "GetInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "grant*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new license", - "privilege": "CreateLicense", + "access_level": "Read", + "description": "Grants permission to get information about a key pair", + "privilege": "GetKeyPair", "resource_types": [ { "condition_keys": [], @@ -148573,24 +163019,21 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a new license configuration", - "privilege": "CreateLicenseConfiguration", + "access_level": "Read", + "description": "Grants permission to get information about all key pairs", + "privilege": "GetKeyPairs", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a license conversion task for a resource", - "privilege": "CreateLicenseConversionTaskForResource", + "access_level": "Read", + "description": "Grants permission to get information about a load balancer", + "privilege": "GetLoadBalancer", "resource_types": [ { "condition_keys": [], @@ -148600,96 +163043,93 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a report generator for a license configuration", - "privilege": "CreateLicenseManagerReportGenerator", + "access_level": "Read", + "description": "Grants permission to get the data points for the specified metric of a load balancer", + "privilege": "GetLoadBalancerMetricData", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create new version of license", - "privilege": "CreateLicenseVersion", + "access_level": "Read", + "description": "Grants permission to get information about a load balancer's TLS certificates", + "privilege": "GetLoadBalancerTlsCertificates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "license*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new token for license", - "privilege": "CreateToken", + "access_level": "Read", + "description": "Grants permission to get a list of TLS security policies that you can apply to Lightsail load balancers", + "privilege": "GetLoadBalancerTlsPolicies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "license*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a grant", - "privilege": "DeleteGrant", + "access_level": "Read", + "description": "Grants permission to get information about load balancers", + "privilege": "GetLoadBalancers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "grant*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a license", - "privilege": "DeleteLicense", + "access_level": "Read", + "description": "Grants permission to get information about an operation. Operations include events such as when you create an instance, allocate a static IP, attach a static IP, and so on", + "privilege": "GetOperation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "license*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to permanently delete a license configuration", - "privilege": "DeleteLicenseConfiguration", + "access_level": "Read", + "description": "Grants permission to get information about all operations. Operations include events such as when you create an instance, allocate a static IP, attach a static IP, and so on", + "privilege": "GetOperations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "license-configuration*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a report generator", - "privilege": "DeleteLicenseManagerReportGenerator", + "access_level": "Read", + "description": "Grants permission to get operations for a resource", + "privilege": "GetOperationsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "report-generator*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete token", - "privilege": "DeleteToken", + "access_level": "Read", + "description": "Grants permission to get a list of all valid AWS Regions for Amazon Lightsail", + "privilege": "GetRegions", "resource_types": [ { "condition_keys": [], @@ -148699,9 +163139,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to extend consumption period of already checkout license entitlements", - "privilege": "ExtendLicenseConsumption", + "access_level": "Read", + "description": "Grants permission to get information about a relational database", + "privilege": "GetRelationalDatabase", "resource_types": [ { "condition_keys": [], @@ -148712,8 +163152,8 @@ }, { "access_level": "Read", - "description": "Grants permission to get access token", - "privilege": "GetAccessToken", + "description": "Grants permission to get a list of relational database images, or blueprints. You can use a blueprint to create a new database running a specific database engine. The database engine that runs on your database depends on the blueprint you define when creating the relational database", + "privilege": "GetRelationalDatabaseBlueprints", "resource_types": [ { "condition_keys": [], @@ -148724,44 +163164,44 @@ }, { "access_level": "Read", - "description": "Grants permission to get a grant", - "privilege": "GetGrant", + "description": "Grants permission to get a list of relational database bundles. You can use a bundle to create a new database with a set of performance specifications, such as CPU count, disk size, RAM size, network transfer allowance, and standard of high availability. The cost of your database depends on the bundle you define when creating the relational database", + "privilege": "GetRelationalDatabaseBundles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "grant*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get a license", - "privilege": "GetLicense", + "description": "Grants permission to get events for a relational database", + "privilege": "GetRelationalDatabaseEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "license*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get a license configuration", - "privilege": "GetLicenseConfiguration", + "description": "Grants permission to get events for the specified log stream of a relational database", + "privilege": "GetRelationalDatabaseLogEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "license-configuration*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a license conversion task", - "privilege": "GetLicenseConversionTask", + "description": "Grants permission to get the log streams available for a relational database", + "privilege": "GetRelationalDatabaseLogStreams", "resource_types": [ { "condition_keys": [], @@ -148771,33 +163211,33 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get a report generator", - "privilege": "GetLicenseManagerReportGenerator", + "access_level": "Write", + "description": "Grants permission to get the master user password of a relational database", + "privilege": "GetRelationalDatabaseMasterUserPassword", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "report-generator*" + "resource_type": "RelationalDatabase*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a license usage", - "privilege": "GetLicenseUsage", + "description": "Grants permission to get the data points for the specified metric of a relational database", + "privilege": "GetRelationalDatabaseMetricData", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "license*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to get service settings", - "privilege": "GetServiceSettings", + "access_level": "Read", + "description": "Grants permission to get the parameters of a relational database", + "privilege": "GetRelationalDatabaseParameters", "resource_types": [ { "condition_keys": [], @@ -148807,21 +163247,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list associations for a selected license configuration", - "privilege": "ListAssociationsForLicenseConfiguration", + "access_level": "Read", + "description": "Grants permission to get information about a relational database snapshot", + "privilege": "GetRelationalDatabaseSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "license-configuration*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list distributed grants", - "privilege": "ListDistributedGrants", + "access_level": "Read", + "description": "Grants permission to get information about all relational database snapshots", + "privilege": "GetRelationalDatabaseSnapshots", "resource_types": [ { "condition_keys": [], @@ -148831,21 +163271,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the license configuration operations that failed", - "privilege": "ListFailuresForLicenseConfigurationOperations", + "access_level": "Read", + "description": "Grants permission to get information about all relational databases", + "privilege": "GetRelationalDatabases", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "license-configuration*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to list license configurations", - "privilege": "ListLicenseConfigurations", + "description": "Grants permission to get information about a static IP", + "privilege": "GetStaticIp", "resource_types": [ { "condition_keys": [], @@ -148855,9 +163295,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list license conversion tasks", - "privilege": "ListLicenseConversionTasks", + "access_level": "Read", + "description": "Grants permission to get information about all static IPs", + "privilege": "GetStaticIps", "resource_types": [ { "condition_keys": [], @@ -148867,21 +163307,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list report generators", - "privilege": "ListLicenseManagerReportGenerators", + "access_level": "Write", + "description": "Grants permission to import a public key from a key pair", + "privilege": "ImportKeyPair", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "license-configuration" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list license specifications associated with a selected resource", - "privilege": "ListLicenseSpecificationsForResource", + "access_level": "Read", + "description": "Grants permission to get a boolean value indicating whether the Amazon Lightsail virtual private cloud (VPC) is peered", + "privilege": "IsVpcPeered", "resource_types": [ { "condition_keys": [], @@ -148891,21 +163331,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list license versions", - "privilege": "ListLicenseVersions", + "access_level": "Write", + "description": "Grants permission to add, or open a public port of an instance", + "privilege": "OpenInstancePublicPorts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "license*" + "resource_type": "Instance*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list licenses", - "privilege": "ListLicenses", + "access_level": "Write", + "description": "Grants permission to try to peer the Amazon Lightsail virtual private cloud (VPC) with the default VPC", + "privilege": "PeerVpc", "resource_types": [ { "condition_keys": [], @@ -148915,266 +163355,313 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list received grants", - "privilege": "ListReceivedGrants", + "access_level": "Write", + "description": "Grants permission to creates or update an alarm, and associate it with the specified metric", + "privilege": "PutAlarm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Alarm*" } ] }, { - "access_level": "List", - "description": "Grants permission to list received grants for organization", - "privilege": "ListReceivedGrantsForOrganization", + "access_level": "Write", + "description": "Grants permission to set the specified open ports for an instance, and closes all ports for every protocol not included in the request", + "privilege": "PutInstancePublicPorts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Instance*" } ] }, { - "access_level": "List", - "description": "Grants permission to list received licenses", - "privilege": "ListReceivedLicenses", + "access_level": "Write", + "description": "Grants permission to reboot an instance that is in a running state", + "privilege": "RebootInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Instance*" } ] }, { - "access_level": "List", - "description": "Grants permission to list received licenses for organization", - "privilege": "ListReceivedLicensesForOrganization", + "access_level": "Write", + "description": "Grants permission to reboot a relational database that is in a running state", + "privilege": "RebootRelationalDatabase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "RelationalDatabase*" } ] }, { - "access_level": "List", - "description": "Grants permission to list resource inventory", - "privilege": "ListResourceInventory", + "access_level": "Write", + "description": "Grants permission to register a container image to your Amazon Lightsail container service", + "privilege": "RegisterContainerImage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ContainerService*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list tags for a selected resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to delete a static IP", + "privilege": "ReleaseStaticIp", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "license-configuration*" + "resource_type": "StaticIp*" } ] }, { - "access_level": "List", - "description": "Grants permission to list tokens", - "privilege": "ListTokens", + "access_level": "Write", + "description": "Grants permission to delete currently cached content from your Amazon Lightsail content delivery network (CDN) distribution", + "privilege": "ResetDistributionCache", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Distribution*" } ] }, { - "access_level": "List", - "description": "Grants permission to list usage records for selected license configuration", - "privilege": "ListUsageForLicenseConfiguration", + "access_level": "Write", + "description": "Grants permission to send a verification request to an email contact method to ensure it's owned by the requester", + "privilege": "SendContactMethodVerification", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "license-configuration*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to reject a grant", - "privilege": "RejectGrant", + "description": "Grants permission to set the IP address type for a Amazon Lightsail resource", + "privilege": "SetIpAddressType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "grant*" + "resource_type": "Distribution" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Instance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "LoadBalancer" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a selected resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to set the Amazon Lightsail resources that can access the specified Amazon Lightsail bucket", + "privilege": "SetResourceAccessForBucket", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "license-configuration*" + "resource_type": "Bucket*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Instance*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag a selected resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to initiate a graphical user interface (GUI) session used to access an instance's operating system or application", + "privilege": "StartGUISession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "license-configuration*" + "resource_type": "Instance*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an existing license configuration", - "privilege": "UpdateLicenseConfiguration", + "description": "Grants permission to start an instance that is in a stopped state", + "privilege": "StartInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "license-configuration*" + "resource_type": "Instance*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a report generator for a license configuration", - "privilege": "UpdateLicenseManagerReportGenerator", + "description": "Grants permission to start a relational database that is in a stopped state", + "privilege": "StartRelationalDatabase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "report-generator*" + "resource_type": "RelationalDatabase*" } ] }, { "access_level": "Write", - "description": "Grants permission to updates license specifications for a selected resource", - "privilege": "UpdateLicenseSpecificationsForResource", + "description": "Grants permission to terminate a graphical user interface (GUI) session used to access an instance's operating system or application", + "privilege": "StopGUISession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "license-configuration*" + "resource_type": "Instance*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to updates service settings", - "privilege": "UpdateServiceSettings", + "access_level": "Write", + "description": "Grants permission to stop an instance that is in a running state", + "privilege": "StopInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Instance*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:license-manager:${Region}:${Account}:license-configuration:${LicenseConfigurationId}", - "condition_keys": [ - "license-manager:ResourceTag/${TagKey}" - ], - "resource": "license-configuration" - }, - { - "arn": "arn:${Partition}:license-manager::${Account}:license:${LicenseId}", - "condition_keys": [], - "resource": "license" - }, - { - "arn": "arn:${Partition}:license-manager::${Account}:grant:${GrantId}", - "condition_keys": [], - "resource": "grant" }, - { - "arn": "arn:${Partition}:license-manager:${Region}:${Account}:report-generator:${ReportGeneratorId}", - "condition_keys": [ - "license-manager:ResourceTag/${TagKey}" - ], - "resource": "report-generator" - } - ], - "service_name": "AWS License Manager" - }, - { - "conditions": [], - "prefix": "license-manager-linux-subscriptions", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to get the service settings for Linux subscriptions in AWS License Manager", - "privilege": "GetServiceSettings", + "description": "Grants permission to stop a relational database that is in a running state", + "privilege": "StopRelationalDatabase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "RelationalDatabase*" } ] }, { - "access_level": "Write", - "description": "Grants permission to list all instances with Linux subscriptions in AWS License Manager", - "privilege": "ListLinuxSubscriptionInstances", + "access_level": "Tagging", + "description": "Grants permission to tag a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "Bucket" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Certificate" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ContainerService" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Disk" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "DiskSnapshot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Distribution" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Domain" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Instance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "InstanceSnapshot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "KeyPair" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "LoadBalancer" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "RelationalDatabase" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "RelationalDatabaseSnapshot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "StaticIp" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to list all Linux subscriptions in AWS License Manager", - "privilege": "ListLinuxSubscriptions", + "description": "Grants permission to test an alarm by displaying a banner on the Amazon Lightsail console or if a notification trigger is configured for the specified alarm, by sending a notification to the notification protocol", + "privilege": "TestAlarm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Alarm*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the service settings for Linux subscriptions in AWS License Manager", - "privilege": "UpdateServiceSettings", + "description": "Grants permission to try to unpeer the Amazon Lightsail virtual private cloud (VPC) from the default VPC", + "privilege": "UnpeerVpc", "resource_types": [ { "condition_keys": [], @@ -149182,286 +163669,450 @@ "resource_type": "" } ] - } - ], - "resources": [], - "service_name": "AWS License Manager Linux Subscriptions Manager" - }, - { - "conditions": [], - "prefix": "license-manager-user-subscriptions", - "privileges": [ + }, { - "access_level": "Write", - "description": "Grants permission to associate a subscribed user to an instance launched with license manager user subscriptions products", - "privilege": "AssociateUser", + "access_level": "Tagging", + "description": "Grants permission to untag a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "Bucket" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Certificate" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ContainerService" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Disk" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "DiskSnapshot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Distribution" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Domain" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Instance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "InstanceSnapshot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "KeyPair" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "LoadBalancer" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "RelationalDatabase" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "RelationalDatabaseSnapshot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "StaticIp" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to deregister Microsoft Active Directory with license-manager-user-subscriptions for a product", - "privilege": "DeregisterIdentityProvider", + "description": "Grants permission to update an existing Amazon Lightsail bucket", + "privilege": "UpdateBucket", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Bucket*" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate a subscribed user from an instance launched with license manager user subscriptions products", - "privilege": "DisassociateUser", + "description": "Grants permission to update the bundle, or storage plan, of an existing Amazon Lightsail bucket", + "privilege": "UpdateBucketBundle", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Bucket*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the identity providers on license manager user subscriptions", - "privilege": "ListIdentityProviders", + "access_level": "Write", + "description": "Grants permission to update the configuration of your Amazon Lightsail container service, such as its power, scale, and public domain names", + "privilege": "UpdateContainerService", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ContainerService*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the instances launched with license manager user subscription products", - "privilege": "ListInstances", + "access_level": "Write", + "description": "Grants permission to update an existing Amazon Lightsail content delivery network (CDN) distribution or its configuration", + "privilege": "UpdateDistribution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Distribution*" } ] }, { - "access_level": "List", - "description": "Grants permission to lists all the product subscriptions for a product and identity provider", - "privilege": "ListProductSubscriptions", + "access_level": "Write", + "description": "Grants permission to update the bundle of your Amazon Lightsail content delivery network (CDN) distribution", + "privilege": "UpdateDistributionBundle", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Distribution*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the users associated to an instance launched for a product", - "privilege": "ListUserAssociations", + "access_level": "Write", + "description": "Grants permission to update a domain recordset after it is created", + "privilege": "UpdateDomainEntry", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Domain*" } ] }, { "access_level": "Write", - "description": "Grants permission to registers Microsoft Active Directory with license-manager-user-subscriptions for a product", - "privilege": "RegisterIdentityProvider", + "description": "Grants permission to update metadata options for an instance", + "privilege": "UpdateInstanceMetadataOptions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Instance*" } ] }, { "access_level": "Write", - "description": "Grants permission to start product subscription for a user on a registered active directory for a product", - "privilege": "StartProductSubscription", + "description": "Grants permission to update a load balancer attribute, such as the health check path and session stickiness", + "privilege": "UpdateLoadBalancerAttribute", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "LoadBalancer*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop product subscription for a user on a registered active directory for a product", - "privilege": "StopProductSubscription", + "description": "Grants permission to update a relational database", + "privilege": "UpdateRelationalDatabase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "RelationalDatabase*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the identity provider configuration", - "privilege": "UpdateIdentityProviderSettings", + "description": "Grants permission to update the parameters of a relational database", + "privilege": "UpdateRelationalDatabaseParameters", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "RelationalDatabase*" } ] } ], - "resources": [], - "service_name": "AWS License Manager User Subscriptions" + "resources": [ + { + "arn": "arn:${Partition}:lightsail:${Region}:${Account}:Domain/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Domain" + }, + { + "arn": "arn:${Partition}:lightsail:${Region}:${Account}:Instance/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Instance" + }, + { + "arn": "arn:${Partition}:lightsail:${Region}:${Account}:InstanceSnapshot/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "InstanceSnapshot" + }, + { + "arn": "arn:${Partition}:lightsail:${Region}:${Account}:KeyPair/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "KeyPair" + }, + { + "arn": "arn:${Partition}:lightsail:${Region}:${Account}:StaticIp/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "StaticIp" + }, + { + "arn": "arn:${Partition}:lightsail:${Region}:${Account}:Disk/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Disk" + }, + { + "arn": "arn:${Partition}:lightsail:${Region}:${Account}:DiskSnapshot/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "DiskSnapshot" + }, + { + "arn": "arn:${Partition}:lightsail:${Region}:${Account}:LoadBalancer/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "LoadBalancer" + }, + { + "arn": "arn:${Partition}:lightsail:${Region}:${Account}:LoadBalancerTlsCertificate/${Id}", + "condition_keys": [], + "resource": "LoadBalancerTlsCertificate" + }, + { + "arn": "arn:${Partition}:lightsail:${Region}:${Account}:ExportSnapshotRecord/${Id}", + "condition_keys": [], + "resource": "ExportSnapshotRecord" + }, + { + "arn": "arn:${Partition}:lightsail:${Region}:${Account}:CloudFormationStackRecord/${Id}", + "condition_keys": [], + "resource": "CloudFormationStackRecord" + }, + { + "arn": "arn:${Partition}:lightsail:${Region}:${Account}:RelationalDatabase/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "RelationalDatabase" + }, + { + "arn": "arn:${Partition}:lightsail:${Region}:${Account}:RelationalDatabaseSnapshot/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "RelationalDatabaseSnapshot" + }, + { + "arn": "arn:${Partition}:lightsail:${Region}:${Account}:Alarm/${Id}", + "condition_keys": [], + "resource": "Alarm" + }, + { + "arn": "arn:${Partition}:lightsail:${Region}:${Account}:Certificate/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Certificate" + }, + { + "arn": "arn:${Partition}:lightsail:${Region}:${Account}:ContactMethod/${Id}", + "condition_keys": [], + "resource": "ContactMethod" + }, + { + "arn": "arn:${Partition}:lightsail:${Region}:${Account}:ContainerService/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "ContainerService" + }, + { + "arn": "arn:${Partition}:lightsail:${Region}:${Account}:Distribution/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Distribution" + }, + { + "arn": "arn:${Partition}:lightsail:${Region}:${Account}:Bucket/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Bucket" + } + ], + "service_name": "Amazon Lightsail" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by a tag key and value pair that is allowed in the request", + "description": "Filters access by the tags that are passed in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by a tag key and value pair of a resource", + "description": "Filters access by the tags associated with the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by a list of tag keys that are allowed in the request", + "description": "Filters access by the tag keys that are passed in the request", "type": "ArrayOfString" - } - ], - "prefix": "lightsail", - "privileges": [ + }, { - "access_level": "Write", - "description": "Grants permission to create a static IP address that can be attached to an instance", - "privilege": "AllocateStaticIp", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] + "condition": "logs:DeliveryDestinationResourceArn", + "description": "Filters access by the Log Destination ARN passed in the request", + "type": "ARN" }, + { + "condition": "logs:LogGeneratingResourceArns", + "description": "Filters access by the Log Generating Resource ARNs passed in the request", + "type": "ArrayOfARN" + } + ], + "prefix": "logs", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to attach an SSL/TLS certificate to your Amazon Lightsail content delivery network (CDN) distribution", - "privilege": "AttachCertificateToDistribution", + "description": "Grants permission to associate the specified AWS Key Management Service (AWS KMS) customer master key (CMK) with the specified log group", + "privilege": "AssociateKmsKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Certificate*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Distribution*" + "resource_type": "log-group*" } ] }, { "access_level": "Write", - "description": "Grants permission to attach a disk to an instance", - "privilege": "AttachDisk", + "description": "Grants permission to cancel an export task if it is in PENDING or RUNNING state", + "privilege": "CancelExportTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Disk*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to attach one or more instances to a load balancer", - "privilege": "AttachInstancesToLoadBalancer", + "description": "Grants permission to create a delivery connecting a delivery source to a delivery destination", + "privilege": "CreateDelivery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "LoadBalancer*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to attach a TLS certificate to a load balancer", - "privilege": "AttachLoadBalancerTlsCertificate", - "resource_types": [ + "resource_type": "delivery*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "LoadBalancer*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to attach a static IP address to an instance", - "privilege": "AttachStaticIp", - "resource_types": [ + "resource_type": "delivery-destination*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance*" + "resource_type": "delivery-source*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "StaticIp*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to close a public port of an instance", - "privilege": "CloseInstancePublicPorts", + "description": "Grants permission to create an ExportTask which allows you to efficiently export data from a Log Group to your Amazon S3 bucket", + "privilege": "CreateExportTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance*" + "resource_type": "log-group*" } ] }, { "access_level": "Write", - "description": "Grants permission to copy a snapshot from one AWS Region to another in Amazon Lightsail", - "privilege": "CopySnapshot", + "description": "Grants permission to create a log anomaly detector", + "privilege": "CreateLogAnomalyDetector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an Amazon Lightsail bucket", - "privilege": "CreateBucket", - "resource_types": [ + "resource_type": "log-group*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -149470,50 +164121,52 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new access key for the specified bucket", - "privilege": "CreateBucketAccessKey", + "description": "Grants permission to create the log delivery", + "privilege": "CreateLogDelivery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Bucket*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an SSL/TLS certificate", - "privilege": "CreateCertificate", + "description": "Grants permission to create a new log group with the specified name", + "privilege": "CreateLogGroup", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "log-group*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "lightsail:CreateDomainEntry", - "lightsail:GetDomains" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new Amazon EC2 instance from an exported Amazon Lightsail snapshot", - "privilege": "CreateCloudFormationStack", + "description": "Grants permission to create a new log stream with the specified name", + "privilege": "CreateLogStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "log-stream*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an email or SMS text message contact method", - "privilege": "CreateContactMethod", + "description": "Grants permission to delete a data protection policy attached to an account", + "privilege": "DeleteAccountPolicy", "resource_types": [ { "condition_keys": [], @@ -149524,335 +164177,248 @@ }, { "access_level": "Write", - "description": "Grants permission to create an Amazon Lightsail container service", - "privilege": "CreateContainerService", + "description": "Grants permission to delete a data protection policy attached to a log group", + "privilege": "DeleteDataProtectionPolicy", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "log-group*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a deployment for your Amazon Lightsail container service", - "privilege": "CreateContainerServiceDeployment", + "description": "Grants permission to delete a delivery", + "privilege": "DeleteDelivery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ContainerService*" + "resource_type": "delivery*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a temporary set of log in credentials that you can use to log in to the Docker process on your local machine", - "privilege": "CreateContainerServiceRegistryLogin", + "description": "Grants permission to delete a delivery destination after all associated deliveries are deleted", + "privilege": "DeleteDeliveryDestination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "delivery-destination*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a disk", - "privilege": "CreateDisk", + "description": "Grants permission to delete a delivery destination policy associated with a delivery destination", + "privilege": "DeleteDeliveryDestinationPolicy", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "delivery-destination*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a disk from snapshot", - "privilege": "CreateDiskFromSnapshot", + "description": "Grants permission to delete a delivery source after all associated deliveries are deleted", + "privilege": "DeleteDeliverySource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "DiskSnapshot*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "delivery-destination*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a disk snapshot", - "privilege": "CreateDiskSnapshot", + "description": "Grants permission to delete the destination with the specified name", + "privilege": "DeleteDestination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Disk" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Instance" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "destination*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an Amazon Lightsail content delivery network (CDN) distribution", - "privilege": "CreateDistribution", + "description": "Grants permission to delete a log anomaly detector", + "privilege": "DeleteLogAnomalyDetector", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "anomaly-detector*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a domain resource for the specified domain name", - "privilege": "CreateDomain", + "description": "Grants permission to delete the log delivery information for specified log delivery", + "privilege": "DeleteLogDelivery", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "route53:DeleteHostedZone", - "route53:GetHostedZone", - "route53:ListHostedZonesByName", - "route53domains:GetDomainDetail", - "route53domains:GetOperationDetail", - "route53domains:ListDomains", - "route53domains:ListOperations", - "route53domains:UpdateDomainNameservers" - ], + "condition_keys": [], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create one or more DNS record entries for a domain resource: Address (A), canonical name (CNAME), mail exchanger (MX), name server (NS), start of authority (SOA), service locator (SRV), or text (TXT)", - "privilege": "CreateDomainEntry", + "description": "Grants permission to delete the log group with the specified name", + "privilege": "DeleteLogGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" + "resource_type": "log-group*" } ] }, { "access_level": "Write", - "description": "Grants permission to create URLs that are used to access an instance's graphical user interface (GUI) session", - "privilege": "CreateGUISessionAccessDetails", + "description": "Grants permission to delete a log stream", + "privilege": "DeleteLogStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance*" + "resource_type": "log-stream*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an instance snapshot", - "privilege": "CreateInstanceSnapshot", + "description": "Grants permission to delete a metric filter associated with the specified log group", + "privilege": "DeleteMetricFilter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "log-group*" } ] }, { "access_level": "Write", - "description": "Grants permission to create one or more instances", - "privilege": "CreateInstances", + "description": "Grants permission to delete a saved CloudWatch Logs Insights query definition", + "privilege": "DeleteQueryDefinition", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create one or more instances based on an instance snapshot", - "privilege": "CreateInstancesFromSnapshot", + "access_level": "Permissions management", + "description": "Grants permission to delete a resource policy from this account", + "privilege": "DeleteResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "InstanceSnapshot*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a key pair used to authenticate and connect to an instance", - "privilege": "CreateKeyPair", + "description": "Grants permission to delete the retention policy of the specified log group", + "privilege": "DeleteRetentionPolicy", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "log-group*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a load balancer", - "privilege": "CreateLoadBalancer", + "description": "Grants permission to delete a subscription filter associated with the specified log group", + "privilege": "DeleteSubscriptionFilter", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "lightsail:CreateDomainEntry", - "lightsail:GetDomains" - ], - "resource_type": "" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "log-group*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a load balancer TLS certificate", - "privilege": "CreateLoadBalancerTlsCertificate", + "access_level": "List", + "description": "Grants permission to retrieve a data protection policy attached to an account", + "privilege": "DescribeAccountPolicies", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "lightsail:CreateDomainEntry", - "lightsail:GetDomains" - ], - "resource_type": "LoadBalancer*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new relational database", - "privilege": "CreateRelationalDatabase", + "access_level": "List", + "description": "Grants permission to retrieve a list of deliveries an account", + "privilege": "DescribeDeliveries", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new relational database from a snapshot", - "privilege": "CreateRelationalDatabaseFromSnapshot", + "access_level": "List", + "description": "Grants permission to retrieve a list of delivery destinations an account", + "privilege": "DescribeDeliveryDestinations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RelationalDatabaseSnapshot*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a relational database snapshot", - "privilege": "CreateRelationalDatabaseSnapshot", + "access_level": "List", + "description": "Grants permission to retrieve a list of delivery sources in an account", + "privilege": "DescribeDeliverySources", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an alarm", - "privilege": "DeleteAlarm", + "access_level": "List", + "description": "Grants permission to return all the destinations that are associated with the AWS account making the request", + "privilege": "DescribeDestinations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Alarm*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an automatic snapshot of an instance or disk", - "privilege": "DeleteAutoSnapshot", + "access_level": "List", + "description": "Grants permission to return all the export tasks that are associated with the AWS account making the request", + "privilege": "DescribeExportTasks", "resource_types": [ { "condition_keys": [], @@ -149862,45 +164428,45 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete an Amazon Lightsail bucket", - "privilege": "DeleteBucket", + "access_level": "List", + "description": "Grants permission to return all the log groups that are associated with the AWS account making the request", + "privilege": "DescribeLogGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Bucket*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an access key for the specified Amazon Lightsail bucket", - "privilege": "DeleteBucketAccessKey", + "access_level": "List", + "description": "Grants permission to return all the log streams that are associated with the specified log group", + "privilege": "DescribeLogStreams", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Bucket*" + "resource_type": "log-group*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an SSL/TLS certificate", - "privilege": "DeleteCertificate", + "access_level": "List", + "description": "Grants permission to return all the metrics filters associated with the specified log group", + "privilege": "DescribeMetricFilters", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Certificate*" + "resource_type": "log-group*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a contact method", - "privilege": "DeleteContactMethod", + "access_level": "List", + "description": "Grants permission to return a list of CloudWatch Logs Insights queries that are scheduled, executing, or have been executed recently in this account", + "privilege": "DescribeQueries", "resource_types": [ { "condition_keys": [], @@ -149910,237 +164476,237 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete a container image that is registered to your Amazon Lightsail container service", - "privilege": "DeleteContainerImage", + "access_level": "List", + "description": "Grants permission to return a paginated list of your saved CloudWatch Logs Insights query definitions", + "privilege": "DescribeQueryDefinitions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ContainerService*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete your Amazon Lightsail container service", - "privilege": "DeleteContainerService", + "access_level": "List", + "description": "Grants permission to return all the resource policies in this account", + "privilege": "DescribeResourcePolicies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ContainerService*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a disk", - "privilege": "DeleteDisk", + "access_level": "List", + "description": "Grants permission to return all the subscription filters associated with the specified log group", + "privilege": "DescribeSubscriptionFilters", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Disk*" + "resource_type": "log-group*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a disk snapshot", - "privilege": "DeleteDiskSnapshot", + "description": "Grants permission to disassociate the associated AWS Key Management Service (AWS KMS) customer master key (CMK) from the specified log group", + "privilege": "DisassociateKmsKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "DiskSnapshot*" + "resource_type": "log-group*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete your Amazon Lightsail content delivery network (CDN) distribution", - "privilege": "DeleteDistribution", + "access_level": "Read", + "description": "Grants permission to retrieve log events, optionally filtered by a filter pattern from the specified log group", + "privilege": "FilterLogEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Distribution*" + "resource_type": "log-group*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a domain resource and all of its DNS records", - "privilege": "DeleteDomain", + "access_level": "Read", + "description": "Grants permission to retrieve a data protection policy attached to a log group", + "privilege": "GetDataProtectionPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" + "resource_type": "log-group*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a DNS record entry for a domain resource", - "privilege": "DeleteDomainEntry", + "access_level": "Read", + "description": "Grants permission to retrieve a single delivery", + "privilege": "GetDelivery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" + "resource_type": "delivery*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an instance", - "privilege": "DeleteInstance", + "access_level": "Read", + "description": "Grants permission to retrieve a single delivery destination", + "privilege": "GetDeliveryDestination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance*" + "resource_type": "delivery-destination*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an instance snapshot", - "privilege": "DeleteInstanceSnapshot", + "access_level": "Read", + "description": "Grants permission to retrieve a delivery destination policy attached to a delivery destination", + "privilege": "GetDeliveryDestinationPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "InstanceSnapshot*" + "resource_type": "delivery-destination*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a key pair used to authenticate and connect to an instance", - "privilege": "DeleteKeyPair", + "access_level": "Read", + "description": "Grants permission to retrieve a single delivery source", + "privilege": "GetDeliverySource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "KeyPair*" + "resource_type": "delivery-source*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the known host key or certificate used by the Amazon Lightsail browser-based SSH or RDP clients to authenticate an instance", - "privilege": "DeleteKnownHostKeys", + "access_level": "Read", + "description": "Grants permission to get a log anomaly detector", + "privilege": "GetLogAnomalyDetector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance*" + "resource_type": "anomaly-detector*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a load balancer", - "privilege": "DeleteLoadBalancer", + "access_level": "Read", + "description": "Grants permission to get the log delivery information for specified log delivery", + "privilege": "GetLogDelivery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "LoadBalancer*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a load balancer TLS certificate", - "privilege": "DeleteLoadBalancerTlsCertificate", + "access_level": "Read", + "description": "Grants permission to retrieve log events from the specified log stream", + "privilege": "GetLogEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "LoadBalancer*" + "resource_type": "log-stream*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a relational database", - "privilege": "DeleteRelationalDatabase", + "access_level": "Read", + "description": "Grants permission to return a list of the fields that are included in log events in the specified log group, along with the percentage of log events that contain each field", + "privilege": "GetLogGroupFields", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RelationalDatabase*" + "resource_type": "log-group*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a relational database snapshot", - "privilege": "DeleteRelationalDatabaseSnapshot", + "access_level": "Read", + "description": "Grants permission to retrieve all the fields and values of a single log event", + "privilege": "GetLogRecord", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RelationalDatabaseSnapshot*" + "resource_type": "log-group*" } ] }, { - "access_level": "Write", - "description": "Grants permission to detach an SSL/TLS certificate from your Amazon Lightsail content delivery network (CDN) distribution", - "privilege": "DetachCertificateFromDistribution", + "access_level": "Read", + "description": "Grants permission to return the results from the specified query", + "privilege": "GetQueryResults", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Distribution*" + "resource_type": "log-group*" } ] }, { "access_level": "Write", - "description": "Grants permission to detach a disk from an instance", - "privilege": "DetachDisk", + "description": "Grants permission to share CloudWatch resources with a monitoring account", + "privilege": "Link", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Disk*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to detach one or more instances from a load balancer", - "privilege": "DetachInstancesFromLoadBalancer", + "access_level": "List", + "description": "Grants permission to list all anomalies detected in the AWS account making the request", + "privilege": "ListAnomalies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "LoadBalancer*" + "resource_type": "anomaly-detector" } ] }, { - "access_level": "Write", - "description": "Grants permission to detach a static IP from an instance to which it is attached", - "privilege": "DetachStaticIp", + "access_level": "List", + "description": "Grants permission to return all the anomaly detectors that are associated with the AWS account making the request", + "privilege": "ListLogAnomalyDetectors", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "StaticIp*" + "resource_type": "log-group" } ] }, { - "access_level": "Write", - "description": "Grants permission to disable an add-on for an Amazon Lightsail resource", - "privilege": "DisableAddOn", + "access_level": "List", + "description": "Grants permission to list all the log deliveries for specified account and/or log source", + "privilege": "ListLogDeliveries", "resource_types": [ { "condition_keys": [], @@ -150150,77 +164716,58 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to download the default key pair used to authenticate and connect to instances in a specific AWS Region", - "privilege": "DownloadDefaultKeyPair", + "access_level": "List", + "description": "Grants permission to list the tags for the specified resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to enable or modify an add-on for an Amazon Lightsail resource", - "privilege": "EnableAddOn", - "resource_types": [ + "resource_type": "anomaly-detector" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to export an Amazon Lightsail snapshot to Amazon EC2", - "privilege": "ExportSnapshot", - "resource_types": [ + "resource_type": "delivery" + }, { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "iam:PutRolePolicy" - ], - "resource_type": "DiskSnapshot" + "dependent_actions": [], + "resource_type": "delivery-destination" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "InstanceSnapshot" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get the names of all active (not deleted) resources", - "privilege": "GetActiveNames", - "resource_types": [ + "resource_type": "delivery-source" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "destination" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "log-group" } ] }, { - "access_level": "Read", - "description": "Grants permission to view information about the configured alarms", - "privilege": "GetAlarms", + "access_level": "List", + "description": "Grants permission to list the tags for the specified log group", + "privilege": "ListTagsLogGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "log-group*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the available automatic snapshots for an instance or disk", - "privilege": "GetAutoSnapshots", + "access_level": "Write", + "description": "Grants permission to attach a data protection policy at account level to detect and redact sensitive information from log events", + "privilege": "PutAccountPolicy", "resource_types": [ { "condition_keys": [], @@ -150230,105 +164777,133 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of instance images, or blueprints. You can use a blueprint to create a new instance already running a specific operating system, as well as a pre-installed application or development stack. The software that runs on your instance depends on the blueprint you define when creating the instance", - "privilege": "GetBlueprints", + "access_level": "Write", + "description": "Grants permission to attach a data protection policy to detect and redact sensitive information from log events", + "privilege": "PutDataProtectionPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "log-group*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the existing access key IDs for the specified Amazon Lightsail bucket", - "privilege": "GetBucketAccessKeys", + "access_level": "Write", + "description": "Grants permission to create/update a delivery destination", + "privilege": "PutDeliveryDestination", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "delivery-destination*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "logs:DeliveryDestinationResourceArn" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the bundles that can be applied to an Amazon Lightsail bucket", - "privilege": "GetBucketBundles", + "access_level": "Write", + "description": "Grants permission to attach a delivery destination policy to a delivery destination", + "privilege": "PutDeliveryDestinationPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "delivery-destination*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the data points of a specific metric for an Amazon Lightsail bucket", - "privilege": "GetBucketMetricData", + "access_level": "Write", + "description": "Grants permission to create/update a delivery source", + "privilege": "PutDeliverySource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "delivery-source*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "logs:LogGeneratingResourceArns" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about one or more Amazon Lightsail buckets", - "privilege": "GetBuckets", + "access_level": "Write", + "description": "Grants permission to create or update a Destination", + "privilege": "PutDestination", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "destination*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of instance bundles. You can use a bundle to create a new instance with a set of performance specifications, such as CPU count, disk size, RAM size, and network transfer allowance. The cost of your instance depends on the bundle you define when creating the instance", - "privilege": "GetBundles", + "access_level": "Write", + "description": "Grants permission to create or update an access policy associated with an existing Destination", + "privilege": "PutDestinationPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "destination*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view information about one or more Amazon Lightsail SSL/TLS certificates", - "privilege": "GetCertificates", + "access_level": "Write", + "description": "Grants permission to upload a batch of log events to the specified log stream", + "privilege": "PutLogEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "log-stream*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about all CloudFormation stacks used to create Amazon EC2 resources from exported Amazon Lightsail snapshots", - "privilege": "GetCloudFormationStackRecords", + "access_level": "Write", + "description": "Grants permission to create or update a metric filter and associates it with the specified log group", + "privilege": "PutMetricFilter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "log-group*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view information about the configured contact methods", - "privilege": "GetContactMethods", + "access_level": "Write", + "description": "Grants permission to create or update a query definition", + "privilege": "PutQueryDefinition", "resource_types": [ { "condition_keys": [], @@ -150338,9 +164913,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to view information about Amazon Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin", - "privilege": "GetContainerAPIMetadata", + "access_level": "Permissions management", + "description": "Grants permission to create or update a resource policy allowing other AWS services to put log events to this account", + "privilege": "PutResourcePolicy", "resource_types": [ { "condition_keys": [], @@ -150350,33 +164925,40 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to view the container images that are registered to your Amazon Lightsail container service", - "privilege": "GetContainerImages", + "access_level": "Write", + "description": "Grants permission to set the retention of the specified log group", + "privilege": "PutRetentionPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "log-group*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the log events of a container of your Amazon Lightsail container service", - "privilege": "GetContainerLog", + "access_level": "Write", + "description": "Grants permission to create or update a subscription filter and associates it with the specified log group", + "privilege": "PutSubscriptionFilter", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "log-group*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "destination" } ] }, { "access_level": "Read", - "description": "Grants permission to view the deployments for your Amazon Lightsail container service", - "privilege": "GetContainerServiceDeployments", + "description": "Grants permission to start a livetail session in CloudWatch Logs", + "privilege": "StartLiveTail", "resource_types": [ { "condition_keys": [], @@ -150387,20 +164969,20 @@ }, { "access_level": "Read", - "description": "Grants permission to view the data points of a specific metric of your Amazon Lightsail container service", - "privilege": "GetContainerServiceMetricData", + "description": "Grants permission to schedule a query of a log group using CloudWatch Logs Insights", + "privilege": "StartQuery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "log-group*" } ] }, { "access_level": "Read", - "description": "Grants permission to view the list of powers that can be specified for your Amazon Lightsail container services", - "privilege": "GetContainerServicePowers", + "description": "Grants permission to stop a CloudWatch Logs livetail session that is in progress", + "privilege": "StopLiveTail", "resource_types": [ { "condition_keys": [], @@ -150411,8 +164993,8 @@ }, { "access_level": "Read", - "description": "Grants permission to view information about one or more of your Amazon Lightsail container services", - "privilege": "GetContainerServices", + "description": "Grants permission to stop a CloudWatch Logs Insights query that is in progress", + "privilege": "StopQuery", "resource_types": [ { "condition_keys": [], @@ -150422,98 +165004,74 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get the information about the cost estimate for a specified resource", - "privilege": "GetCostEstimate", + "access_level": "Tagging", + "description": "Grants permission to add or update the specified tags for the specified log group", + "privilege": "TagLogGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Disk" + "resource_type": "log-group*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "Instance" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about a disk", - "privilege": "GetDisk", + "access_level": "Tagging", + "description": "Grants permission to add or update the specified tags for the specified resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get information about a disk snapshot", - "privilege": "GetDiskSnapshot", - "resource_types": [ + "resource_type": "anomaly-detector" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get information about all disk snapshots", - "privilege": "GetDiskSnapshots", - "resource_types": [ + "resource_type": "delivery" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get information about all disks", - "privilege": "GetDisks", - "resource_types": [ + "resource_type": "delivery-destination" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to view the list of bundles that can be applied to you Amazon Lightsail content delivery network (CDN) distributions", - "privilege": "GetDistributionBundles", - "resource_types": [ + "resource_type": "delivery-source" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to view the timestamp and status of the last cache reset of a specific Amazon Lightsail content delivery network (CDN) distribution", - "privilege": "GetDistributionLatestCacheReset", - "resource_types": [ + "resource_type": "destination" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "log-group" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view the data points of a specific metric for an Amazon Lightsail content delivery network (CDN) distribution", - "privilege": "GetDistributionMetricData", + "description": "Grants permission to test the filter pattern of a metric filter against a sample of log event messages", + "privilege": "TestMetricFilter", "resource_types": [ { "condition_keys": [], @@ -150524,128 +165082,107 @@ }, { "access_level": "Read", - "description": "Grants permission to view information about one or more of your Amazon Lightsail content delivery network (CDN) distributions", - "privilege": "GetDistributions", + "description": "Grants permission to fetch unmasked log events that have been redacted with a data protection policy", + "privilege": "Unmask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "log-group*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get DNS records for a domain resource", - "privilege": "GetDomain", + "access_level": "Tagging", + "description": "Grants permission to remove the specified tags from the specified log group", + "privilege": "UntagLogGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "log-group*" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get DNS records for all domain resources", - "privilege": "GetDomains", + "access_level": "Tagging", + "description": "Grants permission to remove the specified tags from the specified resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get information about all records of exported Amazon Lightsail snapshots to Amazon EC2", - "privilege": "GetExportSnapshotRecords", - "resource_types": [ + "resource_type": "anomaly-detector" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get information about an instance", - "privilege": "GetInstance", - "resource_types": [ + "resource_type": "delivery" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to get temporary keys you can use to authenticate and connect to an instance", - "privilege": "GetInstanceAccessDetails", - "resource_types": [ + "resource_type": "delivery-destination" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get the data points for the specified metric of an instance", - "privilege": "GetInstanceMetricData", - "resource_types": [ + "resource_type": "delivery-source" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get the port states of an instance", - "privilege": "GetInstancePortStates", - "resource_types": [ + "resource_type": "destination" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "log-group" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about an instance snapshot", - "privilege": "GetInstanceSnapshot", + "access_level": "Write", + "description": "Grants permission to update an anomaly reported by a log anomaly detector", + "privilege": "UpdateAnomaly", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "anomaly-detector*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about all instance snapshots", - "privilege": "GetInstanceSnapshots", + "access_level": "Write", + "description": "Grants permission to update a log anomaly detector", + "privilege": "UpdateLogAnomalyDetector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "anomaly-detector*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the state of an instance", - "privilege": "GetInstanceState", + "access_level": "Write", + "description": "Grants permission to update the log delivery information for specified log delivery", + "privilege": "UpdateLogDelivery", "resource_types": [ { "condition_keys": [], @@ -150653,203 +165190,303 @@ "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "log-group" }, { - "access_level": "Read", - "description": "Grants permission to get information about all instances", - "privilege": "GetInstances", + "arn": "arn:${Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}:log-stream:${LogStreamName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "log-stream" + }, + { + "arn": "arn:${Partition}:logs:${Region}:${Account}:destination:${DestinationName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "destination" + }, + { + "arn": "arn:${Partition}:logs:${Region}:${Account}:delivery-source:${DeliverySourceName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "delivery-source" + }, + { + "arn": "arn:${Partition}:logs:${Region}:${Account}:delivery:${DeliveryName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "delivery" + }, + { + "arn": "arn:${Partition}:logs:${Region}:${Account}:delivery-destination:${DeliverySourceName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "delivery-destination" + }, + { + "arn": "arn:${Partition}:logs:${Region}:${Account}:anomaly-detector:${DetectorId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "anomaly-detector" + } + ], + "service_name": "Amazon CloudWatch Logs" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" + }, + { + "condition": "lookoutequipment:IsImportingData", + "description": "Filters access by the import strategy of underlying data", + "type": "Bool" + } + ], + "prefix": "lookoutequipment", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create a dataset", + "privilege": "CreateDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "dataset*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about a key pair", - "privilege": "GetKeyPair", + "access_level": "Write", + "description": "Grants permission to create an inference scheduler for a trained model", + "privilege": "CreateInferenceScheduler", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get information about all key pairs", - "privilege": "GetKeyPairs", - "resource_types": [ + "resource_type": "inference-scheduler*" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "model*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about a load balancer", - "privilege": "GetLoadBalancer", + "access_level": "Write", + "description": "Grants permission to create a label", + "privilege": "CreateLabel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "label-group*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the data points for the specified metric of a load balancer", - "privilege": "GetLoadBalancerMetricData", + "access_level": "Write", + "description": "Grants permission to create a label group", + "privilege": "CreateLabelGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "label-group*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about a load balancer's TLS certificates", - "privilege": "GetLoadBalancerTlsCertificates", + "access_level": "Write", + "description": "Grants permission to create a model that is trained on a dataset", + "privilege": "CreateModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get a list of TLS security policies that you can apply to Lightsail load balancers", - "privilege": "GetLoadBalancerTlsPolicies", - "resource_types": [ + "resource_type": "dataset*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get information about load balancers", - "privilege": "GetLoadBalancers", - "resource_types": [ + "resource_type": "model*" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "label-group" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about an operation. Operations include events such as when you create an instance, allocate a static IP, attach a static IP, and so on", - "privilege": "GetOperation", + "access_level": "Write", + "description": "Grants permission to create a retraining scheduler for a trained model", + "privilege": "CreateRetrainingScheduler", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "model*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about all operations. Operations include events such as when you create an instance, allocate a static IP, attach a static IP, and so on", - "privilege": "GetOperations", + "access_level": "Write", + "description": "Grants permission to delete a dataset", + "privilege": "DeleteDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "dataset*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get operations for a resource", - "privilege": "GetOperationsForResource", + "access_level": "Write", + "description": "Grants permission to delete an inference scheduler", + "privilege": "DeleteInferenceScheduler", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "inference-scheduler*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of all valid AWS Regions for Amazon Lightsail", - "privilege": "GetRegions", + "access_level": "Write", + "description": "Grants permission to delete a label", + "privilege": "DeleteLabel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "label-group*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about a relational database", - "privilege": "GetRelationalDatabase", + "access_level": "Write", + "description": "Grants permission to delete a label group", + "privilege": "DeleteLabelGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "label-group*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of relational database images, or blueprints. You can use a blueprint to create a new database running a specific database engine. The database engine that runs on your database depends on the blueprint you define when creating the relational database", - "privilege": "GetRelationalDatabaseBlueprints", + "access_level": "Write", + "description": "Grants permission to delete a model", + "privilege": "DeleteModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "model*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a list of relational database bundles. You can use a bundle to create a new database with a set of performance specifications, such as CPU count, disk size, RAM size, network transfer allowance, and standard of high availability. The cost of your database depends on the bundle you define when creating the relational database", - "privilege": "GetRelationalDatabaseBundles", + "access_level": "Write", + "description": "Grants permission to delete a resource policy", + "privilege": "DeleteResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "dataset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "model" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "model-version" } ] }, { - "access_level": "Read", - "description": "Grants permission to get events for a relational database", - "privilege": "GetRelationalDatabaseEvents", + "access_level": "Write", + "description": "Grants permission to delete a retraining scheduler of a trained model", + "privilege": "DeleteRetrainingScheduler", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "model*" } ] }, { "access_level": "Read", - "description": "Grants permission to get events for the specified log stream of a relational database", - "privilege": "GetRelationalDatabaseLogEvents", + "description": "Grants permission to describe a data ingestion job", + "privilege": "DescribeDataIngestionJob", "resource_types": [ { "condition_keys": [], @@ -150860,364 +165497,404 @@ }, { "access_level": "Read", - "description": "Grants permission to get the log streams available for a relational database", - "privilege": "GetRelationalDatabaseLogStreams", + "description": "Grants permission to describe a dataset", + "privilege": "DescribeDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "dataset*" } ] }, { - "access_level": "Write", - "description": "Grants permission to get the master user password of a relational database", - "privilege": "GetRelationalDatabaseMasterUserPassword", + "access_level": "Read", + "description": "Grants permission to describe an inference scheduler", + "privilege": "DescribeInferenceScheduler", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RelationalDatabase*" + "resource_type": "inference-scheduler*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the data points for the specified metric of a relational database", - "privilege": "GetRelationalDatabaseMetricData", + "description": "Grants permission to describe a label group", + "privilege": "DescribeLabelGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "label-group*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the parameters of a relational database", - "privilege": "GetRelationalDatabaseParameters", + "description": "Grants permission to describe a model", + "privilege": "DescribeModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "model*" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about a relational database snapshot", - "privilege": "GetRelationalDatabaseSnapshot", + "description": "Grants permission to describe a model version", + "privilege": "DescribeModelVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "model-version*" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about all relational database snapshots", - "privilege": "GetRelationalDatabaseSnapshots", + "description": "Grants permission to describe a resource policy", + "privilege": "DescribeResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "dataset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "model" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "model-version" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about all relational databases", - "privilege": "GetRelationalDatabases", + "description": "Grants permission to describe a retraining scheduler of a trained model", + "privilege": "DescribeRetrainingScheduler", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "model*" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about a static IP", - "privilege": "GetStaticIp", + "description": "Grants permission to describe a label", + "privilege": "Describelabel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "label-group*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about all static IPs", - "privilege": "GetStaticIps", + "access_level": "Write", + "description": "Grants permission to import a dataset", + "privilege": "ImportDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "dataset*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to import a public key from a key pair", - "privilege": "ImportKeyPair", + "description": "Grants permission to import a model version", + "privilege": "ImportModelVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "dataset*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "model*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "label-group" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "lookoutequipment:IsImportingData" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a boolean value indicating whether the Amazon Lightsail virtual private cloud (VPC) is peered", - "privilege": "IsVpcPeered", + "access_level": "List", + "description": "Grants permission to list the data ingestion jobs in your account or for a particular dataset", + "privilege": "ListDataIngestionJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "dataset*" } ] }, { - "access_level": "Write", - "description": "Grants permission to add, or open a public port of an instance", - "privilege": "OpenInstancePublicPorts", + "access_level": "List", + "description": "Grants permission to list the datasets in your account", + "privilege": "ListDatasets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to try to peer the Amazon Lightsail virtual private cloud (VPC) with the default VPC", - "privilege": "PeerVpc", + "access_level": "Read", + "description": "Grants permission to list the inference events for an inference scheduler", + "privilege": "ListInferenceEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "inference-scheduler*" } ] }, { - "access_level": "Write", - "description": "Grants permission to creates or update an alarm, and associate it with the specified metric", - "privilege": "PutAlarm", + "access_level": "Read", + "description": "Grants permission to list the inference executions for an inference scheduler", + "privilege": "ListInferenceExecutions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Alarm*" + "resource_type": "inference-scheduler*" } ] }, { - "access_level": "Write", - "description": "Grants permission to set the specified open ports for an instance, and closes all ports for every protocol not included in the request", - "privilege": "PutInstancePublicPorts", + "access_level": "List", + "description": "Grants permission to list the inference schedulers in your account", + "privilege": "ListInferenceSchedulers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to reboot an instance that is in a running state", - "privilege": "RebootInstance", + "access_level": "List", + "description": "Grants permission to list the label groups in your account", + "privilege": "ListLabelGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance*" + "resource_type": "label-group*" } ] }, { - "access_level": "Write", - "description": "Grants permission to reboot a relational database that is in a running state", - "privilege": "RebootRelationalDatabase", + "access_level": "List", + "description": "Grants permission to list the labels in your account", + "privilege": "ListLabels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RelationalDatabase*" + "resource_type": "label-group*" } ] }, { - "access_level": "Write", - "description": "Grants permission to register a container image to your Amazon Lightsail container service", - "privilege": "RegisterContainerImage", + "access_level": "List", + "description": "Grants permission to list the model versions in your account", + "privilege": "ListModelVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ContainerService*" + "resource_type": "model*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a static IP", - "privilege": "ReleaseStaticIp", + "access_level": "List", + "description": "Grants permission to list the models in your account", + "privilege": "ListModels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "StaticIp*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete currently cached content from your Amazon Lightsail content delivery network (CDN) distribution", - "privilege": "ResetDistributionCache", + "access_level": "List", + "description": "Grants permission to list the retraining schedulers in your account", + "privilege": "ListRetrainingSchedulers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Distribution*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to send a verification request to an email contact method to ensure it's owned by the requester", - "privilege": "SendContactMethodVerification", + "access_level": "List", + "description": "Grants permission to list the sensor statistics for a particular dataset or an ingestion job", + "privilege": "ListSensorStatistics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "dataset*" } ] }, { - "access_level": "Write", - "description": "Grants permission to set the IP address type for a Amazon Lightsail resource", - "privilege": "SetIpAddressType", + "access_level": "Read", + "description": "Grants permission to list the tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Distribution" + "resource_type": "dataset" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance" + "resource_type": "inference-scheduler" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "LoadBalancer" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to set the Amazon Lightsail resources that can access the specified Amazon Lightsail bucket", - "privilege": "SetResourceAccessForBucket", - "resource_types": [ + "resource_type": "label-group" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Bucket*" + "resource_type": "model" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance*" + "resource_type": "model-version" } ] }, { "access_level": "Write", - "description": "Grants permission to initiate a graphical user interface (GUI) session used to access an instance's operating system or application", - "privilege": "StartGUISession", + "description": "Grants permission to put a resource policy", + "privilege": "PutResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance*" + "resource_type": "dataset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "model" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "model-version" } ] }, { "access_level": "Write", - "description": "Grants permission to start an instance that is in a stopped state", - "privilege": "StartInstance", + "description": "Grants permission to start a data ingestion job for a dataset", + "privilege": "StartDataIngestionJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance*" + "resource_type": "dataset*" } ] }, { "access_level": "Write", - "description": "Grants permission to start a relational database that is in a stopped state", - "privilege": "StartRelationalDatabase", + "description": "Grants permission to start an inference scheduler", + "privilege": "StartInferenceScheduler", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RelationalDatabase*" + "resource_type": "inference-scheduler*" } ] }, { "access_level": "Write", - "description": "Grants permission to terminate a graphical user interface (GUI) session used to access an instance's operating system or application", - "privilege": "StopGUISession", + "description": "Grants permission to start a retraining scheduler of a trained model", + "privilege": "StartRetrainingScheduler", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance*" + "resource_type": "model*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop an instance that is in a running state", - "privilege": "StopInstance", + "description": "Grants permission to stop an inference scheduler", + "privilege": "StopInferenceScheduler", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance*" + "resource_type": "inference-scheduler*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop a relational database that is in a running state", - "privilege": "StopRelationalDatabase", + "description": "Grants permission to stop a retraining scheduler of a trained model", + "privilege": "StopRetrainingScheduler", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RelationalDatabase*" + "resource_type": "model*" } ] }, @@ -151229,76 +165906,70 @@ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Bucket" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Certificate" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ContainerService" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Disk" + "resource_type": "dataset" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "DiskSnapshot" + "resource_type": "inference-scheduler" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Distribution" + "resource_type": "label-group" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain" + "resource_type": "model" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance" + "resource_type": "model-version" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "InstanceSnapshot" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to untag a resource", + "privilege": "UntagResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "KeyPair" + "resource_type": "dataset" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "LoadBalancer" + "resource_type": "inference-scheduler" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "RelationalDatabase" + "resource_type": "label-group" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "RelationalDatabaseSnapshot" + "resource_type": "model" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "StaticIp" + "resource_type": "model-version" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -151308,102 +165979,212 @@ }, { "access_level": "Write", - "description": "Grants permission to test an alarm by displaying a banner on the Amazon Lightsail console or if a notification trigger is configured for the specified alarm, by sending a notification to the notification protocol", - "privilege": "TestAlarm", + "description": "Grants permission to set the active model version for a given machine learning model", + "privilege": "UpdateActiveModelVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Alarm*" + "resource_type": "model*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "model-version*" } ] }, { "access_level": "Write", - "description": "Grants permission to try to unpeer the Amazon Lightsail virtual private cloud (VPC) from the default VPC", - "privilege": "UnpeerVpc", + "description": "Grants permission to update an inference scheduler", + "privilege": "UpdateInferenceScheduler", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "inference-scheduler*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to update a label group", + "privilege": "UpdateLabelGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Bucket" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Certificate" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ContainerService" - }, + "resource_type": "label-group*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a trained model", + "privilege": "UpdateModel", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Disk" - }, + "resource_type": "model*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a retraining scheduler of a trained model", + "privilege": "UpdateRetrainingScheduler", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "DiskSnapshot" - }, + "resource_type": "model*" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:lookoutequipment:${Region}:${Account}:dataset/${DatasetName}/${DatasetId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "dataset" + }, + { + "arn": "arn:${Partition}:lookoutequipment:${Region}:${Account}:model/${ModelName}/${ModelId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "model" + }, + { + "arn": "arn:${Partition}:lookoutequipment:${Region}:${Account}:model/${ModelName}/${ModelId}/model-version/${ModelVersionNumber}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "model-version" + }, + { + "arn": "arn:${Partition}:lookoutequipment:${Region}:${Account}:inference-scheduler/${InferenceSchedulerName}/${InferenceSchedulerId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "inference-scheduler" + }, + { + "arn": "arn:${Partition}:lookoutequipment:${Region}:${Account}:label-group/${LabelGroupName}/${LabelGroupId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "label-group" + } + ], + "service_name": "Amazon Lookout for Equipment" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "lookoutmetrics", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to activate an anomaly detector", + "privilege": "ActivateAnomalyDetector", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Distribution" - }, + "resource_type": "AnomalyDetector*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to run a backtest with an anomaly detector", + "privilege": "BackTestAnomalyDetector", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain" - }, + "resource_type": "AnomalyDetector*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an alert for an anomaly detector", + "privilege": "CreateAlert", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance" + "resource_type": "Alert*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "InstanceSnapshot" + "resource_type": "AnomalyDetector*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "KeyPair" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an anomaly detector", + "privilege": "CreateAnomalyDetector", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "LoadBalancer" + "resource_type": "AnomalyDetector*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "RelationalDatabase" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a dataset", + "privilege": "CreateMetricSet", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RelationalDatabaseSnapshot" + "resource_type": "AnomalyDetector*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "StaticIp" + "resource_type": "MetricSet*" }, { "condition_keys": [ @@ -151417,251 +166198,375 @@ }, { "access_level": "Write", - "description": "Grants permission to update an existing Amazon Lightsail bucket", - "privilege": "UpdateBucket", + "description": "Grants permission to deactivate an anomaly detector", + "privilege": "DeactivateAnomalyDetector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Bucket*" + "resource_type": "AnomalyDetector*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the bundle, or storage plan, of an existing Amazon Lightsail bucket", - "privilege": "UpdateBucketBundle", + "description": "Grants permission to delete an alert", + "privilege": "DeleteAlert", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Bucket*" + "resource_type": "Alert*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the configuration of your Amazon Lightsail container service, such as its power, scale, and public domain names", - "privilege": "UpdateContainerService", + "description": "Grants permission to delete an anomaly detector", + "privilege": "DeleteAnomalyDetector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ContainerService*" + "resource_type": "AnomalyDetector*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an existing Amazon Lightsail content delivery network (CDN) distribution or its configuration", - "privilege": "UpdateDistribution", + "access_level": "Read", + "description": "Grants permission to get details about an alert", + "privilege": "DescribeAlert", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Distribution*" + "resource_type": "Alert*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the bundle of your Amazon Lightsail content delivery network (CDN) distribution", - "privilege": "UpdateDistributionBundle", + "access_level": "Read", + "description": "Grants permission to get information about an anomaly detection job", + "privilege": "DescribeAnomalyDetectionExecutions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Distribution*" + "resource_type": "AnomalyDetector*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a domain recordset after it is created", - "privilege": "UpdateDomainEntry", + "access_level": "Read", + "description": "Grants permission to get details about an anomaly detector", + "privilege": "DescribeAnomalyDetector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Domain*" + "resource_type": "AnomalyDetector*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update metadata options for an instance", - "privilege": "UpdateInstanceMetadataOptions", + "access_level": "Read", + "description": "Grants permission to get details about a dataset", + "privilege": "DescribeMetricSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance*" + "resource_type": "MetricSet*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a load balancer attribute, such as the health check path and session stickiness", - "privilege": "UpdateLoadBalancerAttribute", + "description": "Grants permission to detect metric set config from data source", + "privilege": "DetectMetricSetConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "LoadBalancer*" + "resource_type": "AnomalyDetector*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a relational database", - "privilege": "UpdateRelationalDatabase", + "access_level": "Read", + "description": "Grants permission to get details about a group of affected metrics", + "privilege": "GetAnomalyGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RelationalDatabase*" + "resource_type": "AnomalyDetector*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the parameters of a relational database", - "privilege": "UpdateRelationalDatabaseParameters", + "access_level": "Read", + "description": "Grants permission to get data quality metrics for an anomaly detector", + "privilege": "GetDataQualityMetrics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "RelationalDatabase*" + "resource_type": "AnomalyDetector*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:lightsail:${Region}:${Account}:Domain/${Id}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Domain" }, { - "arn": "arn:${Partition}:lightsail:${Region}:${Account}:Instance/${Id}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Instance" + "access_level": "Read", + "description": "Grants permission to get feedback on affected metrics for an anomaly group", + "privilege": "GetFeedback", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "AnomalyDetector*" + } + ] }, { - "arn": "arn:${Partition}:lightsail:${Region}:${Account}:InstanceSnapshot/${Id}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "InstanceSnapshot" + "access_level": "Read", + "description": "Grants permission to get a selection of sample records from an Amazon S3 datasource", + "privilege": "GetSampleData", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:lightsail:${Region}:${Account}:KeyPair/${Id}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "KeyPair" + "access_level": "List", + "description": "Grants permission to get a list of alerts for a detector", + "privilege": "ListAlerts", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "AnomalyDetector" + } + ] }, { - "arn": "arn:${Partition}:lightsail:${Region}:${Account}:StaticIp/${Id}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "StaticIp" + "access_level": "List", + "description": "Grants permission to get a list of anomaly detectors", + "privilege": "ListAnomalyDetectors", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:lightsail:${Region}:${Account}:Disk/${Id}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Disk" + "access_level": "List", + "description": "Grants permission to get a list of related measures in an anomaly group", + "privilege": "ListAnomalyGroupRelatedMetrics", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "AnomalyDetector*" + } + ] }, { - "arn": "arn:${Partition}:lightsail:${Region}:${Account}:DiskSnapshot/${Id}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "DiskSnapshot" + "access_level": "List", + "description": "Grants permission to get a list of anomaly groups", + "privilege": "ListAnomalyGroupSummaries", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "AnomalyDetector*" + } + ] }, { - "arn": "arn:${Partition}:lightsail:${Region}:${Account}:LoadBalancer/${Id}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "LoadBalancer" + "access_level": "List", + "description": "Grants permission to get a list of affected metrics for a measure in an anomaly group", + "privilege": "ListAnomalyGroupTimeSeries", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "AnomalyDetector*" + } + ] }, { - "arn": "arn:${Partition}:lightsail:${Region}:${Account}:LoadBalancerTlsCertificate/${Id}", - "condition_keys": [], - "resource": "LoadBalancerTlsCertificate" + "access_level": "List", + "description": "Grants permission to get a list of datasets", + "privilege": "ListMetricSets", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "AnomalyDetector" + } + ] }, { - "arn": "arn:${Partition}:lightsail:${Region}:${Account}:ExportSnapshotRecord/${Id}", - "condition_keys": [], - "resource": "ExportSnapshotRecord" + "access_level": "Read", + "description": "Grants permission to get a list of tags for a detector, dataset, or alert", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Alert" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "AnomalyDetector" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "MetricSet" + } + ] }, { - "arn": "arn:${Partition}:lightsail:${Region}:${Account}:CloudFormationStackRecord/${Id}", - "condition_keys": [], - "resource": "CloudFormationStackRecord" + "access_level": "Write", + "description": "Grants permission to add feedback for an affected metric in an anomaly group", + "privilege": "PutFeedback", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "AnomalyDetector*" + } + ] }, { - "arn": "arn:${Partition}:lightsail:${Region}:${Account}:RelationalDatabase/${Id}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "RelationalDatabase" + "access_level": "Tagging", + "description": "Grants permission to add tags to a detector, dataset, or alert", + "privilege": "TagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Alert" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "AnomalyDetector" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "MetricSet" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:lightsail:${Region}:${Account}:RelationalDatabaseSnapshot/${Id}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "RelationalDatabaseSnapshot" + "access_level": "Tagging", + "description": "Grants permission to remove tags from a detector, dataset, or alert", + "privilege": "UntagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Alert" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "AnomalyDetector" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "MetricSet" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] }, { - "arn": "arn:${Partition}:lightsail:${Region}:${Account}:Alarm/${Id}", - "condition_keys": [], - "resource": "Alarm" + "access_level": "Write", + "description": "Grants permission to update an alert for an anomaly detector", + "privilege": "UpdateAlert", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Alert*" + } + ] }, { - "arn": "arn:${Partition}:lightsail:${Region}:${Account}:Certificate/${Id}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Certificate" + "access_level": "Write", + "description": "Grants permission to update an anomaly detector", + "privilege": "UpdateAnomalyDetector", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "AnomalyDetector*" + } + ] }, { - "arn": "arn:${Partition}:lightsail:${Region}:${Account}:ContactMethod/${Id}", - "condition_keys": [], - "resource": "ContactMethod" - }, + "access_level": "Write", + "description": "Grants permission to update a dataset", + "privilege": "UpdateMetricSet", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "MetricSet*" + } + ] + } + ], + "resources": [ { - "arn": "arn:${Partition}:lightsail:${Region}:${Account}:ContainerService/${Id}", + "arn": "arn:${Partition}:lookoutmetrics:${Region}:${Account}:AnomalyDetector:${AnomalyDetectorName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "ContainerService" + "resource": "AnomalyDetector" }, { - "arn": "arn:${Partition}:lightsail:${Region}:${Account}:Distribution/${Id}", + "arn": "arn:${Partition}:lookoutmetrics:${Region}:${Account}:MetricSet/${AnomalyDetectorName}/${MetricSetName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "Distribution" + "resource": "MetricSet" }, { - "arn": "arn:${Partition}:lightsail:${Region}:${Account}:Bucket/${Id}", + "arn": "arn:${Partition}:lookoutmetrics:${Region}:${Account}:Alert:${AlertName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "Bucket" + "resource": "Alert" } ], - "service_name": "Amazon Lightsail" + "service_name": "Amazon Lookout for Metrics" }, { "conditions": [ @@ -151681,48 +166586,12 @@ "type": "ArrayOfString" } ], - "prefix": "logs", + "prefix": "lookoutvision", "privileges": [ { "access_level": "Write", - "description": "Grants permission to associate the specified AWS Key Management Service (AWS KMS) customer master key (CMK) with the specified log group", - "privilege": "AssociateKmsKey", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "log-group*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to cancel an export task if it is in PENDING or RUNNING state", - "privilege": "CancelExportTask", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an ExportTask which allows you to efficiently export data from a Log Group to your Amazon S3 bucket", - "privilege": "CreateExportTask", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "log-group*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create the log delivery", - "privilege": "CreateLogDelivery", + "description": "Grants permission to create a dataset manifest", + "privilege": "CreateDataset", "resource_types": [ { "condition_keys": [], @@ -151733,18 +166602,18 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new log group with the specified name", - "privilege": "CreateLogGroup", + "description": "Grants permission to create a new anomaly detection model", + "privilege": "CreateModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group*" + "resource_type": "model*" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -151753,20 +166622,20 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new log stream with the specified name", - "privilege": "CreateLogStream", + "description": "Grants permission to create a new project", + "privilege": "CreateProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group*" + "resource_type": "project*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a data protection policy attached to an account", - "privilege": "DeleteAccountPolicy", + "description": "Grants permission to delete a dataset", + "privilege": "DeleteDataset", "resource_types": [ { "condition_keys": [], @@ -151777,32 +166646,32 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a data protection policy attached to a log group", - "privilege": "DeleteDataProtectionPolicy", + "description": "Grants permission to delete a model and all associated assets", + "privilege": "DeleteModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group*" + "resource_type": "model*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the destination with the specified name", - "privilege": "DeleteDestination", + "description": "Grants permission to permanently remove a project", + "privilege": "DeleteProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "destination*" + "resource_type": "project*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the log delivery information for specified log delivery", - "privilege": "DeleteLogDelivery", + "access_level": "Read", + "description": "Grants permission to show detailed information about dataset manifest", + "privilege": "DescribeDataset", "resource_types": [ { "condition_keys": [], @@ -151812,57 +166681,45 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete the log group with the specified name", - "privilege": "DeleteLogGroup", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "log-group*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a log stream", - "privilege": "DeleteLogStream", + "access_level": "Read", + "description": "Grants permission to show detailed information about a model", + "privilege": "DescribeModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-stream*" + "resource_type": "model*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a metric filter associated with the specified log group", - "privilege": "DeleteMetricFilter", + "access_level": "Read", + "description": "Grants permission to show detailed information about a model packaging job", + "privilege": "DescribeModelPackagingJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a saved CloudWatch Logs Insights query definition", - "privilege": "DeleteQueryDefinition", + "access_level": "Read", + "description": "Grants permission to show detailed information about a project", + "privilege": "DescribeProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to delete a resource policy from this account", - "privilege": "DeleteResourcePolicy", + "access_level": "Read", + "description": "Grants permission to provides state information about a running anomaly detection job", + "privilege": "DescribeTrialDetection", "resource_types": [ { "condition_keys": [], @@ -151873,32 +166730,32 @@ }, { "access_level": "Write", - "description": "Grants permission to delete the retention policy of the specified log group", - "privilege": "DeleteRetentionPolicy", + "description": "Grants permission to invoke detection of anomalies", + "privilege": "DetectAnomalies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group*" + "resource_type": "model*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a subscription filter associated with the specified log group", - "privilege": "DeleteSubscriptionFilter", + "access_level": "Read", + "description": "Grants permission to list the contents of dataset manifest", + "privilege": "ListDatasetEntries", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve a data protection policy attached to an account", - "privilege": "DescribeAccountPolicies", + "description": "Grants permission to list all model packaging jobs associated with a project", + "privilege": "ListModelPackagingJobs", "resource_types": [ { "condition_keys": [], @@ -151909,8 +166766,8 @@ }, { "access_level": "List", - "description": "Grants permission to return all the destinations that are associated with the AWS account making the request", - "privilege": "DescribeDestinations", + "description": "Grants permission to list all models associated with a project", + "privilege": "ListModels", "resource_types": [ { "condition_keys": [], @@ -151921,8 +166778,8 @@ }, { "access_level": "List", - "description": "Grants permission to return all the export tasks that are associated with the AWS account making the request", - "privilege": "DescribeExportTasks", + "description": "Grants permission to list all projects", + "privilege": "ListProjects", "resource_types": [ { "condition_keys": [], @@ -151932,57 +166789,57 @@ ] }, { - "access_level": "List", - "description": "Grants permission to return all the log groups that are associated with the AWS account making the request", - "privilege": "DescribeLogGroups", + "access_level": "Read", + "description": "Grants permission to list tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "model" } ] }, { "access_level": "List", - "description": "Grants permission to return all the log streams that are associated with the specified log group", - "privilege": "DescribeLogStreams", + "description": "Grants permission to list all anomaly detection jobs", + "privilege": "ListTrialDetections", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to return all the metrics filters associated with the specified log group", - "privilege": "DescribeMetricFilters", + "access_level": "Write", + "description": "Grants permission to start anomaly detection model", + "privilege": "StartModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group*" + "resource_type": "model*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of CloudWatch Logs Insights queries that are scheduled, executing, or have been executed recently in this account", - "privilege": "DescribeQueries", + "access_level": "Write", + "description": "Grants permission to start a model packaging job", + "privilege": "StartModelPackagingJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "model*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a paginated list of your saved CloudWatch Logs Insights query definitions", - "privilege": "DescribeQueryDefinitions", + "access_level": "Write", + "description": "Grants permission to start bulk detection of anomalies for a set of images stored in an S3 bucket", + "privilege": "StartTrialDetection", "resource_types": [ { "condition_keys": [], @@ -151992,276 +166849,356 @@ ] }, { - "access_level": "List", - "description": "Grants permission to return all the resource policies in this account", - "privilege": "DescribeResourcePolicies", + "access_level": "Write", + "description": "Grants permission to stop anomaly detection model", + "privilege": "StopModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "model*" } ] }, { - "access_level": "List", - "description": "Grants permission to return all the subscription filters associated with the specified log group", - "privilege": "DescribeSubscriptionFilters", + "access_level": "Tagging", + "description": "Grants permission to tag a resource with given key value pairs", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group*" + "resource_type": "model" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to disassociate the associated AWS Key Management Service (AWS KMS) customer master key (CMK) from the specified log group", - "privilege": "DisassociateKmsKey", + "access_level": "Tagging", + "description": "Grants permission to remove the tag with the given key from a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group*" + "resource_type": "model" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve log events, optionally filtered by a filter pattern from the specified log group", - "privilege": "FilterLogEvents", + "access_level": "Write", + "description": "Grants permission to update a training or test dataset manifest", + "privilege": "UpdateDatasetEntries", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group*" + "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:lookoutvision:${Region}:${Account}:model/${ProjectName}/${ModelVersion}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "model" }, { - "access_level": "Read", - "description": "Grants permission to retrieve a data protection policy attached to a log group", - "privilege": "GetDataProtectionPolicy", + "arn": "arn:${Partition}:lookoutvision:${Region}:${Account}:project/${ProjectName}", + "condition_keys": [], + "resource": "project" + } + ], + "service_name": "Amazon Lookout for Vision" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by a tag key and value pair that is allowed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by a tag key and value pair of a resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by a list of tag keys that are allowed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "m2", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to cancel the execution of a batch job", + "privilege": "CancelBatchJobExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group*" + "resource_type": "Application*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the log delivery information for specified log delivery", - "privilege": "GetLogDelivery", + "access_level": "Write", + "description": "Grants permission to create an application", + "privilege": "CreateApplication", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "s3:GetObject", + "s3:ListBucket" + ], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve log events from the specified log stream", - "privilege": "GetLogEvents", + "access_level": "Write", + "description": "Grants permission to create a data set import task", + "privilege": "CreateDataSetImportTask", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "log-stream*" + "dependent_actions": [ + "s3:GetObject" + ], + "resource_type": "Application*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return a list of the fields that are included in log events in the specified log group, along with the percentage of log events that contain each field", - "privilege": "GetLogGroupFields", + "access_level": "Write", + "description": "Grants permission to create a deployment", + "privilege": "CreateDeployment", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "elasticloadbalancing:AddTags", + "elasticloadbalancing:CreateListener", + "elasticloadbalancing:CreateTargetGroup", + "elasticloadbalancing:RegisterTargets" + ], + "resource_type": "Application*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group*" + "resource_type": "Environment" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve all the fields and values of a single log event", - "privilege": "GetLogRecord", + "access_level": "Write", + "description": "Grants permission to Create an environment", + "privilege": "CreateEnvironment", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:CreateNetworkInterfacePermission", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcAttribute", + "ec2:DescribeVpcs", + "ec2:ModifyNetworkInterfaceAttribute", + "elasticfilesystem:DescribeMountTargets", + "elasticloadbalancing:AddTags", + "elasticloadbalancing:CreateLoadBalancer", + "fsx:DescribeFileSystems", + "iam:CreateServiceLinkedRole" + ], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the results from the specified query", - "privilege": "GetQueryResults", + "access_level": "Write", + "description": "Grants permission to delete an application", + "privilege": "DeleteApplication", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "elasticloadbalancing:DeleteListener", + "elasticloadbalancing:DeleteTargetGroup" + ], + "resource_type": "Application*" } ] }, { "access_level": "Write", - "description": "Grants permission to share CloudWatch resources with a monitoring account", - "privilege": "Link", + "description": "Grants permission to delete an application from a runtime environment", + "privilege": "DeleteApplicationFromEnvironment", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "elasticloadbalancing:DeleteListener", + "elasticloadbalancing:DeleteTargetGroup" + ], + "resource_type": "Application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the log deliveries for specified account and/or log source", - "privilege": "ListLogDeliveries", + "access_level": "Write", + "description": "Grants permission to delete a runtime environment", + "privilege": "DeleteEnvironment", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "elasticloadbalancing:DeleteLoadBalancer" + ], + "resource_type": "Environment*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the tags for the specified resource", - "privilege": "ListTagsForResource", + "access_level": "Read", + "description": "Grants permission to retrieve an application", + "privilege": "GetApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "destination" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "log-group" + "resource_type": "Application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the tags for the specified log group", - "privilege": "ListTagsLogGroup", + "access_level": "Read", + "description": "Grants permission to retrieve an application version", + "privilege": "GetApplicationVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group*" + "resource_type": "Application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to attach a data protection policy at account level to detect and redact sensitive information from log events", - "privilege": "PutAccountPolicy", + "access_level": "Read", + "description": "Grants permission to retrieve a batch job execution", + "privilege": "GetBatchJobExecution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to attach a data protection policy to detect and redact sensitive information from log events", - "privilege": "PutDataProtectionPolicy", + "access_level": "Read", + "description": "Grants permission to retrieve data set details", + "privilege": "GetDataSetDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group*" + "resource_type": "Application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create or update a Destination", - "privilege": "PutDestination", + "access_level": "Read", + "description": "Grants permission to retrieve a data set import task", + "privilege": "GetDataSetImportTask", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "destination*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "Application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create or update an access policy associated with an existing Destination", - "privilege": "PutDestinationPolicy", + "access_level": "Read", + "description": "Grants permission to retrieve a deployment", + "privilege": "GetDeployment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "destination*" + "resource_type": "Application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to upload a batch of log events to the specified log stream", - "privilege": "PutLogEvents", + "access_level": "Read", + "description": "Grants permission to retrieve a runtime environment", + "privilege": "GetEnvironment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-stream*" + "resource_type": "Environment*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create or update a metric filter and associates it with the specified log group", - "privilege": "PutMetricFilter", + "access_level": "Read", + "description": "Grants permission to create a signed Bluinsights url", + "privilege": "GetSignedBluinsightsUrl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create or update a query definition", - "privilege": "PutQueryDefinition", + "access_level": "Read", + "description": "Grants permission to list the versions of an application", + "privilege": "ListApplicationVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Application*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to create or update a resource policy allowing other AWS services to put log events to this account", - "privilege": "PutResourcePolicy", + "access_level": "List", + "description": "Grants permission to list applications", + "privilege": "ListApplications", "resource_types": [ { "condition_keys": [], @@ -152271,76 +167208,69 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to set the retention of the specified log group", - "privilege": "PutRetentionPolicy", + "access_level": "Read", + "description": "Grants permission to list batch job definitions", + "privilege": "ListBatchJobDefinitions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group*" + "resource_type": "Application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create or update a subscription filter and associates it with the specified log group", - "privilege": "PutSubscriptionFilter", + "access_level": "Read", + "description": "Grants permission to list executions for a batch job", + "privilege": "ListBatchJobExecutions", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "log-group*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "destination" + "resource_type": "Application*" } ] }, { "access_level": "Read", - "description": "Grants permission to start a livetail session in CloudWatch Logs", - "privilege": "StartLiveTail", + "description": "Grants permission to list data set import history", + "privilege": "ListDataSetImportHistory", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Application*" } ] }, { "access_level": "Read", - "description": "Grants permission to schedule a query of a log group using CloudWatch Logs Insights", - "privilege": "StartQuery", + "description": "Grants permission to list data sets", + "privilege": "ListDataSets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group*" + "resource_type": "Application*" } ] }, { "access_level": "Read", - "description": "Grants permission to stop a CloudWatch Logs livetail session that is in progress", - "privilege": "StopLiveTail", + "description": "Grants permission to list deployments", + "privilege": "ListDeployments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Application*" } ] }, { "access_level": "Read", - "description": "Grants permission to stop a CloudWatch Logs Insights query that is in progress", - "privilege": "StopQuery", + "description": "Grants permission to list engine versions", + "privilege": "ListEngineVersions", "resource_types": [ { "condition_keys": [], @@ -152350,86 +167280,83 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to add or update the specified tags for the specified log group", - "privilege": "TagLogGroup", + "access_level": "List", + "description": "Grants permission to list runtime environments", + "privilege": "ListEnvironments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add or update the specified tags for the specified resource", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to list tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "destination" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start an application", + "privilege": "StartApplication", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "Application*" } ] }, { - "access_level": "Read", - "description": "Grants permission to test the filter pattern of a metric filter against a sample of log event messages", - "privilege": "TestMetricFilter", + "access_level": "Write", + "description": "Grants permission to start a batch job", + "privilege": "StartBatchJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Application*" } ] }, { - "access_level": "Read", - "description": "Grants permission to fetch unmasked log events that have been redacted with a data protection policy", - "privilege": "Unmask", + "access_level": "Write", + "description": "Grants permission to stop an application", + "privilege": "StopApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group*" + "resource_type": "Application*" } ] }, { "access_level": "Tagging", - "description": "Grants permission to remove the specified tags from the specified log group", - "privilege": "UntagLogGroup", + "description": "Grants permission to tag a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group*" + "resource_type": "Application" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Environment" }, { "condition_keys": [ + "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -152439,18 +167366,18 @@ }, { "access_level": "Tagging", - "description": "Grants permission to remove the specified tags from the specified resource", + "description": "Grants permission to untag a resource", "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "destination" + "resource_type": "Application" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "log-group" + "resource_type": "Environment" }, { "condition_keys": [ @@ -152463,491 +167390,573 @@ }, { "access_level": "Write", - "description": "Grants permission to update the log delivery information for specified log delivery", - "privilege": "UpdateLogDelivery", + "description": "Grants permission to update an application", + "privilege": "UpdateApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "s3:GetObject", + "s3:ListBucket" + ], + "resource_type": "Application*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a runtime environment", + "privilege": "UpdateEnvironment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Environment*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "log-group" - }, - { - "arn": "arn:${Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}:log-stream:${LogStreamName}", + "arn": "arn:${Partition}:m2:${Region}:${Account}:app/${ApplicationId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "log-stream" + "resource": "Application" }, { - "arn": "arn:${Partition}:logs:${Region}:${Account}:destination:${DestinationName}", + "arn": "arn:${Partition}:m2:${Region}:${Account}:env/${EnvironmentId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "destination" + "resource": "Environment" } ], - "service_name": "Amazon CloudWatch Logs" + "service_name": "AWS Mainframe Modernization Service" }, { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "lookoutequipment", + "conditions": [], + "prefix": "machinelearning", "privileges": [ { - "access_level": "Write", - "description": "Grants permission to create a dataset", - "privilege": "CreateDataset", + "access_level": "Tagging", + "description": "Adds one or more tags to an object, up to a limit of 10. Each tag consists of a key and an optional value", + "privilege": "AddTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "batchprediction" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "datasource" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "evaluation" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "mlmodel" } ] }, { "access_level": "Write", - "description": "Grants permission to create an inference scheduler for a trained model", - "privilege": "CreateInferenceScheduler", + "description": "Generates predictions for a group of observations", + "privilege": "CreateBatchPrediction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "inference-scheduler*" + "resource_type": "batchprediction*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "datasource*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "mlmodel*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a label", - "privilege": "CreateLabel", + "description": "Creates a DataSource object from an Amazon RDS", + "privilege": "CreateDataSourceFromRDS", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "label-group*" + "resource_type": "datasource*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a label group", - "privilege": "CreateLabelGroup", + "description": "Creates a DataSource from a database hosted on an Amazon Redshift cluster", + "privilege": "CreateDataSourceFromRedshift", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "label-group*" - }, + "resource_type": "datasource*" + } + ] + }, + { + "access_level": "Write", + "description": "Creates a DataSource object from S3", + "privilege": "CreateDataSourceFromS3", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "datasource*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a model that is trained on a dataset", - "privilege": "CreateModel", + "description": "Creates a new Evaluation of an MLModel", + "privilege": "CreateEvaluation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "datasource*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "evaluation*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "mlmodel*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a dataset", - "privilege": "DeleteDataset", + "description": "Creates a new MLModel", + "privilege": "CreateMLModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "datasource*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "mlmodel*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an inference scheduler", - "privilege": "DeleteInferenceScheduler", + "description": "Creates a real-time endpoint for the MLModel", + "privilege": "CreateRealtimeEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "inference-scheduler*" + "resource_type": "mlmodel*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a label", - "privilege": "DeleteLabel", + "description": "Assigns the DELETED status to a BatchPrediction, rendering it unusable", + "privilege": "DeleteBatchPrediction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "label-group*" + "resource_type": "batchprediction*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a label group", - "privilege": "DeleteLabelGroup", + "description": "Assigns the DELETED status to a DataSource, rendering it unusable", + "privilege": "DeleteDataSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "label-group*" + "resource_type": "datasource*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a model", - "privilege": "DeleteModel", + "description": "Assigns the DELETED status to an Evaluation, rendering it unusable", + "privilege": "DeleteEvaluation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "evaluation*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a data ingestion job", - "privilege": "DescribeDataIngestionJob", + "access_level": "Write", + "description": "Assigns the DELETED status to an MLModel, rendering it unusable", + "privilege": "DeleteMLModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "mlmodel*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a dataset", - "privilege": "DescribeDataset", + "access_level": "Write", + "description": "Deletes a real time endpoint of an MLModel", + "privilege": "DeleteRealtimeEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "mlmodel*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an inference scheduler", - "privilege": "DescribeInferenceScheduler", + "access_level": "Tagging", + "description": "Deletes the specified tags associated with an ML object. After this operation is complete, you can't recover deleted tags", + "privilege": "DeleteTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "inference-scheduler*" + "resource_type": "batchprediction" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "datasource" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "evaluation" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "mlmodel" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a label group", - "privilege": "DescribeLabelGroup", + "access_level": "List", + "description": "Returns a list of BatchPrediction operations that match the search criteria in the request", + "privilege": "DescribeBatchPredictions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "label-group*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a model", - "privilege": "DescribeModel", + "access_level": "List", + "description": "Returns a list of DataSource that match the search criteria in the request", + "privilege": "DescribeDataSources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a label", - "privilege": "Describelabel", + "access_level": "List", + "description": "Returns a list of DescribeEvaluations that match the search criteria in the request", + "privilege": "DescribeEvaluations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "label-group*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list the data ingestion jobs in your account or for a particular dataset", - "privilege": "ListDataIngestionJobs", + "description": "Returns a list of MLModel that match the search criteria in the request", + "privilege": "DescribeMLModels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list the datasets in your account", - "privilege": "ListDatasets", + "description": "Describes one or more of the tags for your Amazon ML object", + "privilege": "DescribeTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "batchprediction" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "datasource" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "evaluation" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "mlmodel" } ] }, { "access_level": "Read", - "description": "Grants permission to list the inference events for an inference scheduler", - "privilege": "ListInferenceEvents", + "description": "Returns a BatchPrediction that includes detailed metadata, status, and data file information", + "privilege": "GetBatchPrediction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "inference-scheduler*" + "resource_type": "batchprediction*" } ] }, { "access_level": "Read", - "description": "Grants permission to list the inference executions for an inference scheduler", - "privilege": "ListInferenceExecutions", + "description": "Returns a DataSource that includes metadata and data file information, as well as the current status of the DataSource", + "privilege": "GetDataSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "inference-scheduler*" + "resource_type": "datasource*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the inference schedulers in your account", - "privilege": "ListInferenceSchedulers", + "access_level": "Read", + "description": "Returns an Evaluation that includes metadata as well as the current status of the Evaluation", + "privilege": "GetEvaluation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "datasource*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the label groups in your account", - "privilege": "ListLabelGroups", + "access_level": "Read", + "description": "Returns an MLModel that includes detailed metadata, and data source information as well as the current status of the MLModel", + "privilege": "GetMLModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "label-group*" + "resource_type": "mlmodel*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the labels in your account", - "privilege": "ListLabels", + "access_level": "Write", + "description": "Generates a prediction for the observation using the specified ML Model", + "privilege": "Predict", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "label-group*" + "resource_type": "mlmodel*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the models in your account", - "privilege": "ListModels", + "access_level": "Write", + "description": "Updates the BatchPredictionName of a BatchPrediction", + "privilege": "UpdateBatchPrediction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "batchprediction*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the sensor statistics for a particular dataset or an ingestion job", - "privilege": "ListSensorStatistics", + "access_level": "Write", + "description": "Updates the DataSourceName of a DataSource", + "privilege": "UpdateDataSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "datasource*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Updates the EvaluationName of an Evaluation", + "privilege": "UpdateEvaluation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "inference-scheduler" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "label-group" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "model" + "resource_type": "evaluation*" } ] }, { "access_level": "Write", - "description": "Grants permission to start a data ingestion job for a dataset", - "privilege": "StartDataIngestionJob", + "description": "Updates the MLModelName and the ScoreThreshold of an MLModel", + "privilege": "UpdateMLModel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "mlmodel*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:machinelearning:${Region}:${Account}:batchprediction/${BatchPredictionId}", + "condition_keys": [], + "resource": "batchprediction" + }, + { + "arn": "arn:${Partition}:machinelearning:${Region}:${Account}:datasource/${DatasourceId}", + "condition_keys": [], + "resource": "datasource" + }, + { + "arn": "arn:${Partition}:machinelearning:${Region}:${Account}:evaluation/${EvaluationId}", + "condition_keys": [], + "resource": "evaluation" + }, + { + "arn": "arn:${Partition}:machinelearning:${Region}:${Account}:mlmodel/${MlModelId}", + "condition_keys": [], + "resource": "mlmodel" + } + ], + "service_name": "Amazon Machine Learning" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by a tag key and value pair that is allowed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by a tag key and value pair of a resource", + "type": "String" }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "macie2", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to start an inference scheduler", - "privilege": "StartInferenceScheduler", + "description": "Grants permission to accept an Amazon Macie membership invitation", + "privilege": "AcceptInvitation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "inference-scheduler*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop an inference scheduler", - "privilege": "StopInferenceScheduler", + "access_level": "Read", + "description": "Grants permission to retrieve information about one or more custom data identifiers", + "privilege": "BatchGetCustomDataIdentifiers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "inference-scheduler*" + "resource_type": "CustomDataIdentifier*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to create and define the settings for an allow list", + "privilege": "CreateAllowList", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "dataset" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create and define the settings for a sensitive data discovery job", + "privilege": "CreateClassificationJob", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "inference-scheduler" + "resource_type": "ClassificationJob*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "label-group" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create and define the settings for a custom data identifier", + "privilege": "CreateCustomDataIdentifier", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model" + "resource_type": "CustomDataIdentifier*" }, { "condition_keys": [ @@ -152960,32 +167969,50 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to create and define the settings for a findings filter", + "privilege": "CreateFindingsFilter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset" + "resource_type": "FindingsFilter*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "inference-scheduler" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to send an Amazon Macie membership invitation", + "privilege": "CreateInvitations", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "label-group" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to associate an account with an Amazon Macie administrator account", + "privilege": "CreateMember", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model" + "resource_type": "Member*" }, { "condition_keys": [ + "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -152995,145 +168022,131 @@ }, { "access_level": "Write", - "description": "Grants permission to update an inference scheduler", - "privilege": "UpdateInferenceScheduler", + "description": "Grants permission to create sample findings", + "privilege": "CreateSampleFindings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "inference-scheduler*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a label group", - "privilege": "UpdateLabelGroup", + "description": "Grants permission to decline Amazon Macie membership invitations", + "privilege": "DeclineInvitations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "label-group*" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:lookoutequipment:${Region}:${Account}:dataset/${DatasetName}/${DatasetId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "dataset" - }, - { - "arn": "arn:${Partition}:lookoutequipment:${Region}:${Account}:model/${ModelName}/${ModelId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "model" - }, - { - "arn": "arn:${Partition}:lookoutequipment:${Region}:${Account}:inference-scheduler/${InferenceSchedulerName}/${InferenceSchedulerId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "inference-scheduler" }, { - "arn": "arn:${Partition}:lookoutequipment:${Region}:${Account}:label-group/${LabelGroupName}/${LabelGroupId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "label-group" - } - ], - "service_name": "Amazon Lookout for Equipment" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" + "access_level": "Write", + "description": "Grants permission to delete an allow list", + "privilege": "DeleteAllowList", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "AllowList*" + } + ] }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", - "type": "String" + "access_level": "Write", + "description": "Grants permission to delete a custom data identifier", + "privilege": "DeleteCustomDataIdentifier", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "CustomDataIdentifier*" + } + ] }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "lookoutmetrics", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to activate an anomaly detector", - "privilege": "ActivateAnomalyDetector", + "description": "Grants permission to delete a findings filter", + "privilege": "DeleteFindingsFilter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector*" + "resource_type": "FindingsFilter*" } ] }, { "access_level": "Write", - "description": "Grants permission to run a backtest with an anomaly detector", - "privilege": "BackTestAnomalyDetector", + "description": "Grants permission to delete Amazon Macie membership invitations", + "privilege": "DeleteInvitations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an alert for an anomaly detector", - "privilege": "CreateAlert", + "description": "Grants permission to delete the association between an Amazon Macie administrator account and an account", + "privilege": "DeleteMember", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Alert*" - }, + "resource_type": "Member*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve statistical data and other information about S3 buckets that Amazon Macie monitors and analyzes", + "privilege": "DescribeBuckets", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve information about the status and settings for a sensitive data discovery job", + "privilege": "DescribeClassificationJob", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ClassificationJob*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an anomaly detector", - "privilege": "CreateAnomalyDetector", + "access_level": "Read", + "description": "Grants permission to retrieve information about the Amazon Macie configuration settings for an AWS organization", + "privilege": "DescribeOrganizationConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to disable an Amazon Macie account, which also deletes Macie resources for the account", + "privilege": "DisableMacie", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -153141,24 +168154,35 @@ }, { "access_level": "Write", - "description": "Grants permission to create a dataset", - "privilege": "CreateMetricSet", + "description": "Grants permission to disable an account as the delegated Amazon Macie administrator account for an AWS organization", + "privilege": "DisableOrganizationAdminAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to an Amazon Macie member account to disassociate from its Macie administrator account", + "privilege": "DisassociateFromAdministratorAccount", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MetricSet*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to an Amazon Macie member account to disassociate from its Macie administrator account", + "privilege": "DisassociateFromMasterAccount", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -153166,140 +168190,140 @@ }, { "access_level": "Write", - "description": "Grants permission to deactivate an anomaly detector", - "privilege": "DeactivateAnomalyDetector", + "description": "Grants permission to an Amazon Macie administrator account to disassociate from a Macie member account", + "privilege": "DisassociateMember", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector*" + "resource_type": "Member*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an alert", - "privilege": "DeleteAlert", + "description": "Grants permission to enable and specify the configuration settings for a new Amazon Macie account", + "privilege": "EnableMacie", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Alert*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an anomaly detector", - "privilege": "DeleteAnomalyDetector", + "description": "Grants permission to enable an account as the delegated Amazon Macie administrator account for an AWS organization", + "privilege": "EnableOrganizationAdminAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get details about an alert", - "privilege": "DescribeAlert", + "description": "Grants permission to retrieve information about the Amazon Macie administrator account for an account", + "privilege": "GetAdministratorAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Alert*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about an anomaly detection job", - "privilege": "DescribeAnomalyDetectionExecutions", + "description": "Grants permission to retrieve the settings and status of an allow list", + "privilege": "GetAllowList", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector*" + "resource_type": "AllowList*" } ] }, { "access_level": "Read", - "description": "Grants permission to get details about an anomaly detector", - "privilege": "DescribeAnomalyDetector", + "description": "Grants permission to retrieve the configuration settings and status of automated sensitive data discovery for an account", + "privilege": "GetAutomatedDiscoveryConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get details about a dataset", - "privilege": "DescribeMetricSet", + "description": "Grants permission to retrieve aggregated statistical data for all the S3 buckets that Amazon Macie monitors and analyzes", + "privilege": "GetBucketStatistics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MetricSet*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to detect metric set config from data source", - "privilege": "DetectMetricSetConfig", + "access_level": "Read", + "description": "Grants permission to retrieve the settings for exporting sensitive data discovery results", + "privilege": "GetClassificationExportConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get details about a group of affected metrics", - "privilege": "GetAnomalyGroup", + "description": "Grants permission to retrieve the classification scope settings for an account", + "privilege": "GetClassificationScope", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get data quality metrics for an anomaly detector", - "privilege": "GetDataQualityMetrics", + "description": "Grants permission to retrieve information about the settings for a custom data identifier", + "privilege": "GetCustomDataIdentifier", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector*" + "resource_type": "CustomDataIdentifier*" } ] }, { "access_level": "Read", - "description": "Grants permission to get feedback on affected metrics for an anomaly group", - "privilege": "GetFeedback", + "description": "Grants permission to retrieve aggregated statistical data about findings", + "privilege": "GetFindingStatistics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get a selection of sample records from an Amazon S3 datasource", - "privilege": "GetSampleData", + "description": "Grants permission to retrieve the details of one or more findings", + "privilege": "GetFindings", "resource_types": [ { "condition_keys": [], @@ -153309,21 +168333,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to get a list of alerts for a detector", - "privilege": "ListAlerts", + "access_level": "Read", + "description": "Grants permission to retrieve information about the settings for a findings filter", + "privilege": "GetFindingsFilter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector" + "resource_type": "FindingsFilter*" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of anomaly detectors", - "privilege": "ListAnomalyDetectors", + "access_level": "Read", + "description": "Grants permission to retrieve the configuration settings for publishing findings to AWS Security Hub", + "privilege": "GetFindingsPublicationConfiguration", "resource_types": [ { "condition_keys": [], @@ -153333,233 +168357,213 @@ ] }, { - "access_level": "List", - "description": "Grants permission to get a list of related measures in an anomaly group", - "privilege": "ListAnomalyGroupRelatedMetrics", + "access_level": "Read", + "description": "Grants permission to retrieve the count of Amazon Macie membership invitations that were received by an account", + "privilege": "GetInvitationsCount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of anomaly groups", - "privilege": "ListAnomalyGroupSummaries", + "access_level": "Read", + "description": "Grants permission to retrieve information about the status and configuration settings for an Amazon Macie account", + "privilege": "GetMacieSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of affected metrics for a measure in an anomaly group", - "privilege": "ListAnomalyGroupTimeSeries", + "access_level": "Read", + "description": "Grants permission to retrieve information about the Amazon Macie administrator account for an account", + "privilege": "GetMasterAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of datasets", - "privilege": "ListMetricSets", + "access_level": "Read", + "description": "Grants permission to retrieve information about an account that's associated with an Amazon Macie administrator account", + "privilege": "GetMember", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector" + "resource_type": "Member*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a list of tags for a detector, dataset, or alert", - "privilege": "ListTagsForResource", + "description": "Grants permission to retrieve sensitive data discovery statistics and the sensitivity score for an S3 bucket", + "privilege": "GetResourceProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Alert" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the status and configuration settings for retrieving occurrences of sensitive data reported by findings", + "privilege": "GetRevealConfiguration", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve occurrences of sensitive data reported by a finding", + "privilege": "GetSensitiveDataOccurrences", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MetricSet" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to add feedback for an affected metric in an anomaly group", - "privilege": "PutFeedback", + "access_level": "Read", + "description": "Grants permission to check whether occurrences of sensitive data can be retrieved for a finding", + "privilege": "GetSensitiveDataOccurrencesAvailability", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a detector, dataset, or alert", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to retrieve the sensitivity inspection template settings for an account", + "privilege": "GetSensitivityInspectionTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Alert" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve quotas and aggregated usage data for one or more accounts", + "privilege": "GetUsageStatistics", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve aggregated usage data for an account", + "privilege": "GetUsageTotals", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MetricSet" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a detector, dataset, or alert", - "privilege": "UntagResource", + "access_level": "List", + "description": "Grants permission to retrieve a subset of information about all the allow lists for an account", + "privilege": "ListAllowLists", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Alert" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve a subset of information about the status and settings for one or more sensitive data discovery jobs", + "privilege": "ListClassificationJobs", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve a subset of information about the classification scope for an account", + "privilege": "ListClassificationScopes", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MetricSet" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an alert for an anomaly detector", - "privilege": "UpdateAlert", + "access_level": "List", + "description": "Grants permission to retrieve information about all custom data identifiers", + "privilege": "ListCustomDataIdentifiers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Alert*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an anomaly detector", - "privilege": "UpdateAnomalyDetector", + "access_level": "List", + "description": "Grants permission to retrieve a subset of information about one or more findings", + "privilege": "ListFindings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnomalyDetector*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a dataset", - "privilege": "UpdateMetricSet", + "access_level": "List", + "description": "Grants permission to retrieve information about all findings filters", + "privilege": "ListFindingsFilters", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "MetricSet*" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:lookoutmetrics:${Region}:${Account}:AnomalyDetector:${AnomalyDetectorName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "AnomalyDetector" - }, - { - "arn": "arn:${Partition}:lookoutmetrics:${Region}:${Account}:MetricSet/${AnomalyDetectorName}/${MetricSetName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "MetricSet" - }, - { - "arn": "arn:${Partition}:lookoutmetrics:${Region}:${Account}:Alert:${AlertName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Alert" - } - ], - "service_name": "Amazon Lookout for Metrics" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "lookoutvision", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to create a dataset manifest", - "privilege": "CreateDataset", + "access_level": "List", + "description": "Grants permission to retrieve information about all the Amazon Macie membership invitations that were received by an account", + "privilege": "ListInvitations", "resource_types": [ { "condition_keys": [], @@ -153569,41 +168573,33 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a new anomaly detection model", - "privilege": "CreateModel", + "access_level": "List", + "description": "Grants permission to retrieve information about managed data identifiers", + "privilege": "ListManagedDataIdentifiers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new project", - "privilege": "CreateProject", + "access_level": "List", + "description": "Grants permission to retrieve information about the Amazon Macie member accounts that are associated with a Macie administrator account", + "privilege": "ListMembers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a dataset", - "privilege": "DeleteDataset", + "access_level": "List", + "description": "Grants permission to retrieve information about the delegated, Amazon Macie administrator account for an AWS organization", + "privilege": "ListOrganizationAdminAccounts", "resource_types": [ { "condition_keys": [], @@ -153613,33 +168609,33 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete a model and all associated assets", - "privilege": "DeleteModel", + "access_level": "List", + "description": "Grants permission to retrieve information about objects that were selected from an S3 bucket for automated sensitive data discovery", + "privilege": "ListResourceProfileArtifacts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to permanently remove a project", - "privilege": "DeleteProject", + "access_level": "List", + "description": "Grants permission to retrieve information about the types and amount of sensitive data that Amazon Macie found in an S3 bucket", + "privilege": "ListResourceProfileDetections", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to show detailed information about dataset manifest", - "privilege": "DescribeDataset", + "access_level": "List", + "description": "Grants permission to retrieve a subset of information about the sensitivity inspection template for an account", + "privilege": "ListSensitivityInspectionTemplates", "resource_types": [ { "condition_keys": [], @@ -153650,20 +168646,40 @@ }, { "access_level": "Read", - "description": "Grants permission to show detailed information about a model", - "privilege": "DescribeModel", + "description": "Grants permission to retrieve the tags for an Amazon Macie resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "AllowList" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ClassificationJob" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "CustomDataIdentifier" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "FindingsFilter" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Member" } ] }, { - "access_level": "Read", - "description": "Grants permission to show detailed information about a model packaging job", - "privilege": "DescribeModelPackagingJob", + "access_level": "Write", + "description": "Grants permission to create or update the settings for storing sensitive data discovery results", + "privilege": "PutClassificationExportConfiguration", "resource_types": [ { "condition_keys": [], @@ -153673,21 +168689,21 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to show detailed information about a project", - "privilege": "DescribeProject", + "access_level": "Write", + "description": "Grants permission to update the configuration settings for publishing findings to AWS Security Hub", + "privilege": "PutFindingsPublicationConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to provides state information about a running anomaly detection job", - "privilege": "DescribeTrialDetection", + "description": "Grants permission to retrieve statistical data and other information about AWS resources that Amazon Macie monitors and analyzes", + "privilege": "SearchResources", "resource_types": [ { "condition_keys": [], @@ -153697,21 +168713,49 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to invoke detection of anomalies", - "privilege": "DetectAnomalies", + "access_level": "Tagging", + "description": "Grants permission to add or update the tags for an Amazon Macie resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "AllowList" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ClassificationJob" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "CustomDataIdentifier" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "FindingsFilter" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Member" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the contents of dataset manifest", - "privilege": "ListDatasetEntries", + "access_level": "Write", + "description": "Grants permission to test a custom data identifier", + "privilege": "TestCustomDataIdentifier", "resource_types": [ { "condition_keys": [], @@ -153721,33 +168765,60 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all model packaging jobs associated with a project", - "privilege": "ListModelPackagingJobs", + "access_level": "Tagging", + "description": "Grants permission to remove tags from an Amazon Macie resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "AllowList" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ClassificationJob" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "CustomDataIdentifier" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "FindingsFilter" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Member" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all models associated with a project", - "privilege": "ListModels", + "access_level": "Write", + "description": "Grants permission to update the settings for an allow list", + "privilege": "UpdateAllowList", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "AllowList*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all projects", - "privilege": "ListProjects", + "access_level": "Write", + "description": "Grants permission to enable or disable automated sensitive data discovery for an account", + "privilege": "UpdateAutomatedDiscoveryConfiguration", "resource_types": [ { "condition_keys": [], @@ -153757,21 +168828,29 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to change the status of a sensitive data discovery job", + "privilege": "UpdateClassificationJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model" + "resource_type": "ClassificationJob*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all anomaly detection jobs", - "privilege": "ListTrialDetections", + "access_level": "Write", + "description": "Grants permission to update the classification scope settings for an account", + "privilege": "UpdateClassificationScope", "resource_types": [ { "condition_keys": [], @@ -153782,32 +168861,40 @@ }, { "access_level": "Write", - "description": "Grants permission to start anomaly detection model", - "privilege": "StartModel", + "description": "Grants permission to update the settings for a findings filter", + "privilege": "UpdateFindingsFilter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "FindingsFilter*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start a model packaging job", - "privilege": "StartModelPackagingJob", + "description": "Grants permission to suspend or re-enable an Amazon Macie account, or update the configuration settings for a Macie account", + "privilege": "UpdateMacieSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start bulk detection of anomalies for a set of images stored in an S3 bucket", - "privilege": "StartTrialDetection", + "description": "Grants permission to an Amazon Macie administrator account to suspend or re-enable a Macie member account", + "privilege": "UpdateMemberSession", "resource_types": [ { "condition_keys": [], @@ -153818,50 +168905,47 @@ }, { "access_level": "Write", - "description": "Grants permission to stop anomaly detection model", - "privilege": "StopModel", + "description": "Grants permission to update Amazon Macie configuration settings for an AWS organization", + "privilege": "UpdateOrganizationConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a resource with given key value pairs", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to update the sensitivity score for an S3 bucket", + "privilege": "UpdateResourceProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove the tag with the given key from a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to update the sensitivity scoring settings for an S3 bucket", + "privilege": "UpdateResourceProfileDetections", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "model" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the status and configuration settings for retrieving occurrences of sensitive data reported by findings", + "privilege": "UpdateRevealConfiguration", + "resource_types": [ { - "condition_keys": [ - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -153869,8 +168953,8 @@ }, { "access_level": "Write", - "description": "Grants permission to update a training or test dataset manifest", - "privilege": "UpdateDatasetEntries", + "description": "Grants permission to update the sensitivity inspection template settings for an account", + "privilege": "UpdateSensitivityInspectionTemplate", "resource_types": [ { "condition_keys": [], @@ -153882,279 +168966,300 @@ ], "resources": [ { - "arn": "arn:${Partition}:lookoutvision:${Region}:${Account}:model/${ProjectName}/${ModelVersion}", + "arn": "arn:${Partition}:macie2:${Region}:${Account}:allow-list/${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "model" + "resource": "AllowList" }, { - "arn": "arn:${Partition}:lookoutvision:${Region}:${Account}:project/${ProjectName}", - "condition_keys": [], - "resource": "project" + "arn": "arn:${Partition}:macie2:${Region}:${Account}:classification-job/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "ClassificationJob" + }, + { + "arn": "arn:${Partition}:macie2:${Region}:${Account}:custom-data-identifier/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "CustomDataIdentifier" + }, + { + "arn": "arn:${Partition}:macie2:${Region}:${Account}:findings-filter/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "FindingsFilter" + }, + { + "arn": "arn:${Partition}:macie2:${Region}:${Account}:member/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Member" } ], - "service_name": "Amazon Lookout for Vision" + "service_name": "Amazon Macie" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by a tag key and value pair that is allowed in the request", + "description": "Filters actions based on the tags that are passed in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by a tag key and value pair of a resource", + "description": "Filters actions based on the tags associated with an Amazon Managed Blockchain resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by a list of tag keys that are allowed in the request", + "description": "Filters actions based on the tag keys that are passed in the request", "type": "ArrayOfString" } ], - "prefix": "m2", + "prefix": "managedblockchain", "privileges": [ { "access_level": "Write", - "description": "Grants permission to cancel the execution of a batch job", - "privilege": "CancelBatchJobExecution", + "description": "Grants permission to create an Amazon Managed Blockchain accessor", + "privilege": "CreateAccessor", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "Application*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an application", - "privilege": "CreateApplication", + "description": "Grants permission to create a member of an Amazon Managed Blockchain network", + "privilege": "CreateMember", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [ - "s3:GetObject", - "s3:ListBucket" + "iam:CreateServiceLinkedRole" + ], + "resource_type": "network*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a data set import task", - "privilege": "CreateDataSetImportTask", + "description": "Grants permission to create an Amazon Managed Blockchain network", + "privilege": "CreateNetwork", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [ - "s3:GetObject" + "iam:CreateServiceLinkedRole" ], - "resource_type": "Application*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a deployment", - "privilege": "CreateDeployment", + "description": "Grants permission to create a node within a member of an Amazon Managed Blockchain network", + "privilege": "CreateNode", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "elasticloadbalancing:AddTags", - "elasticloadbalancing:CreateListener", - "elasticloadbalancing:CreateTargetGroup", - "elasticloadbalancing:RegisterTargets" + "iam:CreateServiceLinkedRole" ], - "resource_type": "Application*" + "resource_type": "member" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Environment" + "resource_type": "network" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to Create an environment", - "privilege": "CreateEnvironment", + "description": "Grants permission to create a proposal that other blockchain network members can vote on to add or remove a member in an Amazon Managed Blockchain network", + "privilege": "CreateProposal", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "network*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:CreateNetworkInterfacePermission", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:DescribeVpcAttribute", - "ec2:DescribeVpcs", - "ec2:ModifyNetworkInterfaceAttribute", - "elasticfilesystem:DescribeMountTargets", - "elasticloadbalancing:AddTags", - "elasticloadbalancing:CreateLoadBalancer", - "fsx:DescribeFileSystems", - "iam:CreateServiceLinkedRole" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an application", - "privilege": "DeleteApplication", + "description": "Grants permission to delete an Amazon Managed Blockchain accessor", + "privilege": "DeleteAccessor", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "elasticloadbalancing:DeleteListener", - "elasticloadbalancing:DeleteTargetGroup" - ], - "resource_type": "Application*" + "dependent_actions": [], + "resource_type": "accessor*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an application from a runtime environment", - "privilege": "DeleteApplicationFromEnvironment", + "description": "Grants permission to delete a member and all associated resources from an Amazon Managed Blockchain network", + "privilege": "DeleteMember", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "elasticloadbalancing:DeleteListener", - "elasticloadbalancing:DeleteTargetGroup" - ], - "resource_type": "Application*" + "dependent_actions": [], + "resource_type": "member*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a runtime environment", - "privilege": "DeleteEnvironment", + "description": "Grants permission to delete a node from a member of an Amazon Managed Blockchain network", + "privilege": "DeleteNode", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "elasticloadbalancing:DeleteLoadBalancer" - ], - "resource_type": "Environment*" + "dependent_actions": [], + "resource_type": "node*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an application", - "privilege": "GetApplication", + "access_level": "Permissions management", + "description": "Grants permission to send HTTP GET requests to an Ethereum node", + "privilege": "GET", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Application*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve an application version", - "privilege": "GetApplicationVersion", + "description": "Grants permission to return detailed information about an Amazon Managed Blockchain accessor", + "privilege": "GetAccessor", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Application*" + "resource_type": "accessor*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a batch job execution", - "privilege": "GetBatchJobExecution", + "description": "Grants permission to return detailed information about a member of an Amazon Managed Blockchain network", + "privilege": "GetMember", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Application*" + "resource_type": "member*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve data set details", - "privilege": "GetDataSetDetails", + "description": "Grants permission to return detailed information about an Amazon Managed Blockchain network", + "privilege": "GetNetwork", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Application*" + "resource_type": "network*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a data set import task", - "privilege": "GetDataSetImportTask", + "description": "Grants permission to return detailed information about a node within a member of an Amazon Managed Blockchain network", + "privilege": "GetNode", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Application*" + "resource_type": "node*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a deployment", - "privilege": "GetDeployment", + "description": "Grants permission to return detailed information about a proposal of an Amazon Managed Blockchain network", + "privilege": "GetProposal", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Application*" + "resource_type": "proposal*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a runtime environment", - "privilege": "GetEnvironment", + "access_level": "Permissions management", + "description": "Grants permission to create WebSocket connections to an Ethereum node", + "privilege": "Invoke", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Environment*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to list the versions of an application", - "privilege": "ListApplicationVersions", + "description": "Grants permission to invoke the Bitcoin Mainnet RPCs", + "privilege": "InvokeRpcBitcoinMainnet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Application*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list applications", - "privilege": "ListApplications", + "access_level": "Read", + "description": "Grants permission to invoke the Bitcoin Testnet RPCs", + "privilege": "InvokeRpcBitcoinTestnet", "resource_types": [ { "condition_keys": [], @@ -154165,68 +169270,68 @@ }, { "access_level": "Read", - "description": "Grants permission to list batch job definitions", - "privilege": "ListBatchJobDefinitions", + "description": "Grants permission to invoke the Polygon Mainnet RPCs", + "privilege": "InvokeRpcPolygonMainnet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Application*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to list executions for a batch job", - "privilege": "ListBatchJobExecutions", + "description": "Grants permission to invoke the Polygon Mumbai Testnet RPCs", + "privilege": "InvokeRpcPolygonMumbaiTestnet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Application*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list data set import history", - "privilege": "ListDataSetImportHistory", + "access_level": "List", + "description": "Grants permission to list the Amazon Managed Blockchain accessors owned by the current AWS account", + "privilege": "ListAccessors", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Application*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list data sets", - "privilege": "ListDataSets", + "access_level": "List", + "description": "Grants permission to list the invitations extended to the active AWS account from any Managed Blockchain network", + "privilege": "ListInvitations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Application*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list deployments", - "privilege": "ListDeployments", + "access_level": "List", + "description": "Grants permission to list the members of an Amazon Managed Blockchain network and the properties of their memberships", + "privilege": "ListMembers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Application*" + "resource_type": "network*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list engine versions", - "privilege": "ListEngineVersions", + "access_level": "List", + "description": "Grants permission to list the Amazon Managed Blockchain networks in which the current AWS account participates", + "privilege": "ListNetworks", "resource_types": [ { "condition_keys": [], @@ -154237,83 +169342,145 @@ }, { "access_level": "List", - "description": "Grants permission to list runtime environments", - "privilege": "ListEnvironments", + "description": "Grants permission to list the nodes within a member of an Amazon Managed Blockchain network", + "privilege": "ListNodes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "member" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "network" } ] }, { "access_level": "Read", - "description": "Grants permission to list tags for a resource", - "privilege": "ListTagsForResource", + "description": "Grants permission to list all votes for a proposal, including the value of the vote and the unique identifier of the member that cast the vote for the given Amazon Managed Blockchain network", + "privilege": "ListProposalVotes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "proposal*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start an application", - "privilege": "StartApplication", + "access_level": "List", + "description": "Grants permission to list proposals for the given Amazon Managed Blockchain network", + "privilege": "ListProposals", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Application*" + "resource_type": "network*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start a batch job", - "privilege": "StartBatchJob", + "access_level": "Read", + "description": "Grants permission to view tags associated with an Amazon Managed Blockchain resource", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessor" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "invitation" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "member" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "network" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "node" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "proposal" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to send HTTP POST requests to an Ethereum node", + "privilege": "POST", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Application*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to stop an application", - "privilege": "StopApplication", + "description": "Grants permission to reject the invitation to join the blockchain network", + "privilege": "RejectInvitation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Application*" + "resource_type": "invitation*" } ] }, { "access_level": "Tagging", - "description": "Grants permission to tag a resource", + "description": "Grants permission to add tags to an Amazon Managed Blockchain resource", "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Application" + "resource_type": "accessor" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Environment" + "resource_type": "invitation" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "member" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "network" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "node" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "proposal" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -154322,18 +169489,38 @@ }, { "access_level": "Tagging", - "description": "Grants permission to untag a resource", + "description": "Grants permission to remove tags from an Amazon Managed Blockchain resource", "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Application" + "resource_type": "accessor" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Environment" + "resource_type": "invitation" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "member" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "network" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "node" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "proposal" }, { "condition_keys": [ @@ -154346,281 +169533,265 @@ }, { "access_level": "Write", - "description": "Grants permission to update an application", - "privilege": "UpdateApplication", + "description": "Grants permission to update a member of an Amazon Managed Blockchain network", + "privilege": "UpdateMember", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "s3:GetObject", - "s3:ListBucket" + "iam:CreateServiceLinkedRole" ], - "resource_type": "Application*" + "resource_type": "member*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a runtime environment", - "privilege": "UpdateEnvironment", + "description": "Grants permission to update a node from a member of an Amazon Managed Blockchain network", + "privilege": "UpdateNode", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "iam:CreateServiceLinkedRole" + ], + "resource_type": "node*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to cast a vote for a proposal on behalf of the blockchain network member specified", + "privilege": "VoteOnProposal", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Environment*" + "resource_type": "proposal*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:m2:${Region}:${Account}:app/${ApplicationId}", + "arn": "arn:${Partition}:managedblockchain:${Region}::networks/${NetworkId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "Application" + "resource": "network" }, { - "arn": "arn:${Partition}:m2:${Region}:${Account}:env/${EnvironmentId}", + "arn": "arn:${Partition}:managedblockchain:${Region}:${Account}:members/${MemberId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "Environment" + "resource": "member" + }, + { + "arn": "arn:${Partition}:managedblockchain:${Region}:${Account}:nodes/${NodeId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "node" + }, + { + "arn": "arn:${Partition}:managedblockchain:${Region}::proposals/${ProposalId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "proposal" + }, + { + "arn": "arn:${Partition}:managedblockchain:${Region}:${Account}:invitations/${InvitationId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "invitation" + }, + { + "arn": "arn:${Partition}:managedblockchain:${Region}:${Account}:accessors/${AccessorId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "accessor" } ], - "service_name": "AWS Mainframe Modernization Service" + "service_name": "Amazon Managed Blockchain" }, { "conditions": [], - "prefix": "machinelearning", + "prefix": "managedblockchain-query", "privileges": [ { - "access_level": "Tagging", - "description": "Adds one or more tags to an object, up to a limit of 10. Each tag consists of a key and an optional value", - "privilege": "AddTags", + "access_level": "Read", + "description": "Grants permission to batch calls for GetTokenBalance API", + "privilege": "BatchGetTokenBalance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "batchprediction" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "datasource" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "evaluation" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "mlmodel" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Generates predictions for a group of observations", - "privilege": "CreateBatchPrediction", + "access_level": "Read", + "description": "Grants permission to fetch information about a contract on the blockchain", + "privilege": "GetAssetContract", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "batchprediction*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "datasource*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "mlmodel*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Creates a DataSource object from an Amazon RDS", - "privilege": "CreateDataSourceFromRDS", + "access_level": "Read", + "description": "Grants permission to retrieve balance of a token for an address on the blockchain", + "privilege": "GetTokenBalance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasource*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Creates a DataSource from a database hosted on an Amazon Redshift cluster", - "privilege": "CreateDataSourceFromRedshift", + "access_level": "Read", + "description": "Grants permission to retrieve a transaction on the blockchain", + "privilege": "GetTransaction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasource*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Creates a DataSource object from S3", - "privilege": "CreateDataSourceFromS3", + "access_level": "List", + "description": "Grants permission to fetch multiple contracts on the blockchain", + "privilege": "ListAssetContracts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasource*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Creates a new Evaluation of an MLModel", - "privilege": "CreateEvaluation", + "access_level": "List", + "description": "Grants permission to retrieve multiple balances on the blockchain", + "privilege": "ListTokenBalances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasource*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "evaluation*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "mlmodel*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Creates a new MLModel", - "privilege": "CreateMLModel", + "access_level": "List", + "description": "Grants permission to retrieve events in a transaction on the blockchain", + "privilege": "ListTransactionEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasource*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "mlmodel*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Creates a real-time endpoint for the MLModel", - "privilege": "CreateRealtimeEndpoint", + "access_level": "List", + "description": "Grants permission to retrieve a multiple transactions on a blockchain", + "privilege": "ListTransactions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "mlmodel*" + "resource_type": "" } ] - }, + } + ], + "resources": [], + "service_name": "Amazon Managed Blockchain Query" + }, + { + "conditions": [], + "prefix": "mapcredits", + "privileges": [ { - "access_level": "Write", - "description": "Assigns the DELETED status to a BatchPrediction, rendering it unusable", - "privilege": "DeleteBatchPrediction", + "access_level": "List", + "description": "Grants permission to view the user's associated Migration Acceleration Program agreements", + "privilege": "ListAssociatedPrograms", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "batchprediction*" + "resource_type": "agreement*" } ] }, { - "access_level": "Write", - "description": "Assigns the DELETED status to a DataSource, rendering it unusable", - "privilege": "DeleteDataSource", + "access_level": "List", + "description": "Grants permission to view Migration Acceleration Program agreements credits associated with the user's payer account", + "privilege": "ListQuarterCredits", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasource*" + "resource_type": "agreement*" } ] }, { - "access_level": "Write", - "description": "Assigns the DELETED status to an Evaluation, rendering it unusable", - "privilege": "DeleteEvaluation", + "access_level": "List", + "description": "Grants permission to view Migration Acceleration Program agreements eligible spend associated with the user's payer account", + "privilege": "ListQuarterSpend", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "evaluation*" + "resource_type": "agreement*" } ] - }, + } + ], + "resources": [ { - "access_level": "Write", - "description": "Assigns the DELETED status to an MLModel, rendering it unusable", - "privilege": "DeleteMLModel", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "mlmodel*" - } - ] - }, + "arn": "arn:${Partition}:mapcredits:::${Agreement}/${AgreementId}", + "condition_keys": [], + "resource": "agreement" + } + ], + "service_name": "AWS Migration Acceleration Program Credits" + }, + { + "conditions": [], + "prefix": "marketplacecommerceanalytics", + "privileges": [ { "access_level": "Write", - "description": "Deletes a real time endpoint of an MLModel", - "privilege": "DeleteRealtimeEndpoint", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "mlmodel*" - } - ] - }, - { - "access_level": "Tagging", - "description": "Deletes the specified tags associated with an ML object. After this operation is complete, you can't recover deleted tags", - "privilege": "DeleteTags", + "description": "Request a data set to be published to your Amazon S3 bucket.", + "privilege": "GenerateDataSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "batchprediction" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "datasource" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "evaluation" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "mlmodel" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Returns a list of BatchPrediction operations that match the search criteria in the request", - "privilege": "DescribeBatchPredictions", + "access_level": "Write", + "description": "Request a support data set to be published to your Amazon S3 bucket.", + "privilege": "StartSupportDataExport", "resource_types": [ { "condition_keys": [], @@ -154628,11 +169799,19 @@ "resource_type": "" } ] - }, + } + ], + "resources": [], + "service_name": "AWS Marketplace Commerce Analytics Service" + }, + { + "conditions": [], + "prefix": "mechanicalturk", + "privileges": [ { - "access_level": "List", - "description": "Returns a list of DataSource that match the search criteria in the request", - "privilege": "DescribeDataSources", + "access_level": "Write", + "description": "The AcceptQualificationRequest operation grants a Worker's request for a Qualification", + "privilege": "AcceptQualificationRequest", "resource_types": [ { "condition_keys": [], @@ -154642,9 +169821,9 @@ ] }, { - "access_level": "List", - "description": "Returns a list of DescribeEvaluations that match the search criteria in the request", - "privilege": "DescribeEvaluations", + "access_level": "Write", + "description": "The ApproveAssignment operation approves the results of a completed assignment", + "privilege": "ApproveAssignment", "resource_types": [ { "condition_keys": [], @@ -154654,9 +169833,9 @@ ] }, { - "access_level": "List", - "description": "Returns a list of MLModel that match the search criteria in the request", - "privilege": "DescribeMLModels", + "access_level": "Write", + "description": "The AssociateQualificationWithWorker operation gives a Worker a Qualification", + "privilege": "AssociateQualificationWithWorker", "resource_types": [ { "condition_keys": [], @@ -154666,189 +169845,129 @@ ] }, { - "access_level": "List", - "description": "Describes one or more of the tags for your Amazon ML object", - "privilege": "DescribeTags", + "access_level": "Write", + "description": "The CreateAdditionalAssignmentsForHIT operation increases the maximum number of assignments of an existing HIT", + "privilege": "CreateAdditionalAssignmentsForHIT", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "batchprediction" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "datasource" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "evaluation" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "mlmodel" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Returns a BatchPrediction that includes detailed metadata, status, and data file information", - "privilege": "GetBatchPrediction", + "access_level": "Write", + "description": "The CreateHIT operation creates a new HIT (Human Intelligence Task)", + "privilege": "CreateHIT", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "batchprediction*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Returns a DataSource that includes metadata and data file information, as well as the current status of the DataSource", - "privilege": "GetDataSource", + "access_level": "Write", + "description": "The CreateHITType operation creates a new HIT type", + "privilege": "CreateHITType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasource*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Returns an Evaluation that includes metadata as well as the current status of the Evaluation", - "privilege": "GetEvaluation", + "access_level": "Write", + "description": "The CreateHITWithHITType operation creates a new Human Intelligence Task (HIT) using an existing HITTypeID generated by the CreateHITType operation", + "privilege": "CreateHITWithHITType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasource*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Returns an MLModel that includes detailed metadata, and data source information as well as the current status of the MLModel", - "privilege": "GetMLModel", + "access_level": "Write", + "description": "The CreateQualificationType operation creates a new Qualification type, which is represented by a QualificationType data structure", + "privilege": "CreateQualificationType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "mlmodel*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Generates a prediction for the observation using the specified ML Model", - "privilege": "Predict", + "description": "The CreateWorkerBlock operation allows you to prevent a Worker from working on your HITs", + "privilege": "CreateWorkerBlock", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "mlmodel*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Updates the BatchPredictionName of a BatchPrediction", - "privilege": "UpdateBatchPrediction", + "description": "The DeleteHIT operation disposes of a HIT that is no longer needed", + "privilege": "DeleteHIT", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "batchprediction*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Updates the DataSourceName of a DataSource", - "privilege": "UpdateDataSource", + "description": "The DeleteQualificationType disposes a Qualification type and disposes any HIT types that are associated with the Qualification type", + "privilege": "DeleteQualificationType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasource*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Updates the EvaluationName of an Evaluation", - "privilege": "UpdateEvaluation", + "description": "The DeleteWorkerBlock operation allows you to reinstate a blocked Worker to work on your HITs", + "privilege": "DeleteWorkerBlock", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "evaluation*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Updates the MLModelName and the ScoreThreshold of an MLModel", - "privilege": "UpdateMLModel", + "description": "The DisassociateQualificationFromWorker revokes a previously granted Qualification from a user", + "privilege": "DisassociateQualificationFromWorker", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "mlmodel*" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:machinelearning:${Region}:${Account}:batchprediction/${BatchPredictionId}", - "condition_keys": [], - "resource": "batchprediction" - }, - { - "arn": "arn:${Partition}:machinelearning:${Region}:${Account}:datasource/${DatasourceId}", - "condition_keys": [], - "resource": "datasource" - }, - { - "arn": "arn:${Partition}:machinelearning:${Region}:${Account}:evaluation/${EvaluationId}", - "condition_keys": [], - "resource": "evaluation" - }, - { - "arn": "arn:${Partition}:machinelearning:${Region}:${Account}:mlmodel/${MlModelId}", - "condition_keys": [], - "resource": "mlmodel" - } - ], - "service_name": "Amazon Machine Learning" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by a tag key and value pair that is allowed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by a tag key and value pair of a resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "macie2", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to accept an Amazon Macie membership invitation", - "privilege": "AcceptInvitation", + "access_level": "Read", + "description": "The GetAccountBalance operation retrieves the amount of money in your Amazon Mechanical Turk account", + "privilege": "GetAccountBalance", "resource_types": [ { "condition_keys": [], @@ -154859,95 +169978,68 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve information about one or more custom data identifiers", - "privilege": "BatchGetCustomDataIdentifiers", + "description": "The GetAssignment retrieves an assignment with an AssignmentStatus value of Submitted, Approved, or Rejected, using the assignment's ID", + "privilege": "GetAssignment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "CustomDataIdentifier*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create and define the settings for an allow list", - "privilege": "CreateAllowList", + "access_level": "Read", + "description": "The GetFileUploadURL operation generates and returns a temporary URL", + "privilege": "GetFileUploadURL", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create and define the settings for a sensitive data discovery job", - "privilege": "CreateClassificationJob", + "access_level": "Read", + "description": "The GetHIT operation retrieves the details of the specified HIT", + "privilege": "GetHIT", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ClassificationJob*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create and define the settings for a custom data identifier", - "privilege": "CreateCustomDataIdentifier", + "access_level": "Read", + "description": "The GetQualificationScore operation returns the value of a Worker's Qualification for a given Qualification type", + "privilege": "GetQualificationScore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "CustomDataIdentifier*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create and define the settings for a findings filter", - "privilege": "CreateFindingsFilter", + "access_level": "Read", + "description": "The GetQualificationType operation retrieves information about a Qualification type using its ID", + "privilege": "GetQualificationType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "FindingsFilter*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to send an Amazon Macie membership invitation", - "privilege": "CreateInvitations", + "access_level": "List", + "description": "The ListAssignmentsForHIT operation retrieves completed assignments for a HIT", + "privilege": "ListAssignmentsForHIT", "resource_types": [ { "condition_keys": [], @@ -154957,29 +170049,21 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to associate an account with an Amazon Macie administrator account", - "privilege": "CreateMember", + "access_level": "List", + "description": "The ListBonusPayments operation retrieves the amounts of bonuses you have paid to Workers for a given HIT or assignment", + "privilege": "ListBonusPayments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Member*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create sample findings", - "privilege": "CreateSampleFindings", + "access_level": "List", + "description": "The ListHITs operation returns all of a Requester's HITs", + "privilege": "ListHITs", "resource_types": [ { "condition_keys": [], @@ -154989,9 +170073,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to decline Amazon Macie membership invitations", - "privilege": "DeclineInvitations", + "access_level": "List", + "description": "The ListHITsForQualificationType operation returns the HITs that use the given QualififcationType for a QualificationRequirement", + "privilege": "ListHITsForQualificationType", "resource_types": [ { "condition_keys": [], @@ -155001,45 +170085,45 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete an allow list", - "privilege": "DeleteAllowList", + "access_level": "List", + "description": "The ListQualificationRequests operation retrieves requests for Qualifications of a particular Qualification type", + "privilege": "ListQualificationRequests", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AllowList*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a custom data identifier", - "privilege": "DeleteCustomDataIdentifier", + "access_level": "List", + "description": "The ListQualificationTypes operation searches for Qualification types using the specified search query, and returns a list of Qualification types", + "privilege": "ListQualificationTypes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "CustomDataIdentifier*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a findings filter", - "privilege": "DeleteFindingsFilter", + "access_level": "List", + "description": "The ListReviewPolicyResultsForHIT operation retrieves the computed results and the actions taken in the course of executing your Review Policies during a CreateHIT operation", + "privilege": "ListReviewPolicyResultsForHIT", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "FindingsFilter*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete Amazon Macie membership invitations", - "privilege": "DeleteInvitations", + "access_level": "List", + "description": "The ListReviewableHITs operation returns all of a Requester's HITs that have not been approved or rejected", + "privilege": "ListReviewableHITs", "resource_types": [ { "condition_keys": [], @@ -155049,21 +170133,21 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete the association between an Amazon Macie administrator account and an account", - "privilege": "DeleteMember", + "access_level": "List", + "description": "The ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your HITs", + "privilege": "ListWorkerBlocks", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Member*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve statistical data and other information about S3 buckets that Amazon Macie monitors and analyzes", - "privilege": "DescribeBuckets", + "access_level": "List", + "description": "The ListWorkersWithQualificationType operation returns all of the Workers with a given Qualification type", + "privilege": "ListWorkersWithQualificationType", "resource_types": [ { "condition_keys": [], @@ -155073,21 +170157,21 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the status and settings for a sensitive data discovery job", - "privilege": "DescribeClassificationJob", + "access_level": "Write", + "description": "The NotifyWorkers operation sends an email to one or more Workers that you specify with the Worker ID", + "privilege": "NotifyWorkers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ClassificationJob*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the Amazon Macie configuration settings for an AWS organization", - "privilege": "DescribeOrganizationConfiguration", + "access_level": "Write", + "description": "The RejectAssignment operation rejects the results of a completed assignment", + "privilege": "RejectAssignment", "resource_types": [ { "condition_keys": [], @@ -155098,8 +170182,8 @@ }, { "access_level": "Write", - "description": "Grants permission to disable an Amazon Macie account, which also deletes Macie resources for the account", - "privilege": "DisableMacie", + "description": "The RejectQualificationRequest operation rejects a user's request for a Qualification", + "privilege": "RejectQualificationRequest", "resource_types": [ { "condition_keys": [], @@ -155110,8 +170194,8 @@ }, { "access_level": "Write", - "description": "Grants permission to disable an account as the delegated Amazon Macie administrator account for an AWS organization", - "privilege": "DisableOrganizationAdminAccount", + "description": "The SendBonus operation issues a payment of money from your account to a Worker", + "privilege": "SendBonus", "resource_types": [ { "condition_keys": [], @@ -155122,8 +170206,8 @@ }, { "access_level": "Write", - "description": "Grants permission to an Amazon Macie member account to disassociate from its Macie administrator account", - "privilege": "DisassociateFromAdministratorAccount", + "description": "The SendTestEventNotification operation causes Amazon Mechanical Turk to send a notification message as if a HIT event occurred, according to the provided notification specification", + "privilege": "SendTestEventNotification", "resource_types": [ { "condition_keys": [], @@ -155134,8 +170218,8 @@ }, { "access_level": "Write", - "description": "Grants permission to an Amazon Macie member account to disassociate from its Macie administrator account", - "privilege": "DisassociateFromMasterAccount", + "description": "The UpdateExpirationForHIT operation allows you extend the expiration time of a HIT beyond is current expiration or expire a HIT immediately", + "privilege": "UpdateExpirationForHIT", "resource_types": [ { "condition_keys": [], @@ -155146,20 +170230,20 @@ }, { "access_level": "Write", - "description": "Grants permission to an Amazon Macie administrator account to disassociate from a Macie member account", - "privilege": "DisassociateMember", + "description": "The UpdateHITReviewStatus operation toggles the status of a HIT", + "privilege": "UpdateHITReviewStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Member*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to enable and specify the configuration settings for a new Amazon Macie account", - "privilege": "EnableMacie", + "description": "The UpdateHITTypeOfHIT operation allows you to change the HITType properties of a HIT", + "privilege": "UpdateHITTypeOfHIT", "resource_types": [ { "condition_keys": [], @@ -155170,8 +170254,8 @@ }, { "access_level": "Write", - "description": "Grants permission to enable an account as the delegated Amazon Macie administrator account for an AWS organization", - "privilege": "EnableOrganizationAdminAccount", + "description": "The UpdateNotificationSettings operation creates, updates, disables or re-enables notifications for a HIT type", + "privilege": "UpdateNotificationSettings", "resource_types": [ { "condition_keys": [], @@ -155181,9 +170265,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the Amazon Macie administrator account for an account", - "privilege": "GetAdministratorAccount", + "access_level": "Write", + "description": "The UpdateQualificationType operation modifies the attributes of an existing Qualification type, which is represented by a QualificationType data structure", + "privilege": "UpdateQualificationType", "resource_types": [ { "condition_keys": [], @@ -155191,35 +170275,43 @@ "resource_type": "" } ] - }, + } + ], + "resources": [], + "service_name": "Amazon Mechanical Turk" + }, + { + "conditions": [], + "prefix": "mediaconnect", + "privileges": [ { - "access_level": "Read", - "description": "Grants permission to retrieve the settings and status of an allow list", - "privilege": "GetAllowList", + "access_level": "Write", + "description": "Grants permission to add outputs to an existing bridge", + "privilege": "AddBridgeOutputs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AllowList*" + "resource_type": "Bridge*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the configuration settings and status of automated sensitive data discovery for an account", - "privilege": "GetAutomatedDiscoveryConfiguration", + "access_level": "Write", + "description": "Grants permission to add sources to an existing bridge", + "privilege": "AddBridgeSources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Bridge*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve aggregated statistical data for all the S3 buckets that Amazon Macie monitors and analyzes", - "privilege": "GetBucketStatistics", + "access_level": "Write", + "description": "Grants permission to add media streams to any flow", + "privilege": "AddFlowMediaStreams", "resource_types": [ { "condition_keys": [], @@ -155229,9 +170321,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the settings for exporting sensitive data discovery results", - "privilege": "GetClassificationExportConfiguration", + "access_level": "Write", + "description": "Grants permission to add outputs to any flow", + "privilege": "AddFlowOutputs", "resource_types": [ { "condition_keys": [], @@ -155241,9 +170333,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the classification scope settings for an account", - "privilege": "GetClassificationScope", + "access_level": "Write", + "description": "Grants permission to add sources to any flow", + "privilege": "AddFlowSources", "resource_types": [ { "condition_keys": [], @@ -155253,33 +170345,33 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the settings for a custom data identifier", - "privilege": "GetCustomDataIdentifier", + "access_level": "Write", + "description": "Grants permission to add VPC interfaces to any flow", + "privilege": "AddFlowVpcInterfaces", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "CustomDataIdentifier*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve aggregated statistical data about findings", - "privilege": "GetFindingStatistics", + "access_level": "Write", + "description": "Grants permission to create bridges", + "privilege": "CreateBridge", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Bridge*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the details of one or more findings", - "privilege": "GetFindings", + "access_level": "Write", + "description": "Grants permission to create flows", + "privilege": "CreateFlow", "resource_types": [ { "condition_keys": [], @@ -155289,33 +170381,33 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the settings for a findings filter", - "privilege": "GetFindingsFilter", + "access_level": "Write", + "description": "Grants permission to create gateways", + "privilege": "CreateGateway", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "FindingsFilter*" + "resource_type": "Gateway*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the configuration settings for publishing findings to AWS Security Hub", - "privilege": "GetFindingsPublicationConfiguration", + "access_level": "Write", + "description": "Grants permission to delete bridges", + "privilege": "DeleteBridge", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Bridge*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the count of Amazon Macie membership invitations that were received by an account", - "privilege": "GetInvitationsCount", + "access_level": "Write", + "description": "Grants permission to delete flows", + "privilege": "DeleteFlow", "resource_types": [ { "condition_keys": [], @@ -155325,45 +170417,45 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the status and configuration settings for an Amazon Macie account", - "privilege": "GetMacieSession", + "access_level": "Write", + "description": "Grants permission to delete gateways", + "privilege": "DeleteGateway", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Gateway*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the Amazon Macie administrator account for an account", - "privilege": "GetMasterAccount", + "access_level": "Write", + "description": "Grants permission to deregister gateway instance", + "privilege": "DeregisterGatewayInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "GatewayInstance*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about an account that's associated with an Amazon Macie administrator account", - "privilege": "GetMember", + "description": "Grants permission to display the details of a bridge", + "privilege": "DescribeBridge", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Member*" + "resource_type": "Bridge*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve sensitive data discovery statistics and the sensitivity score for an S3 bucket", - "privilege": "GetResourceProfile", + "description": "Grants permission to display the details of a flow including the flow ARN, name, and Availability Zone, as well as details about the source, outputs, and entitlements", + "privilege": "DescribeFlow", "resource_types": [ { "condition_keys": [], @@ -155374,32 +170466,32 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve the status and configuration settings for retrieving occurrences of sensitive data reported by findings", - "privilege": "GetRevealConfiguration", + "description": "Grants permission to display the details of a gateway including the gateway ARN, name, and CIDR blocks, as well as details about the networks", + "privilege": "DescribeGateway", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Gateway*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve occurrences of sensitive data reported by a finding", - "privilege": "GetSensitiveDataOccurrences", + "description": "Grants permission to display the details of a gateway instance", + "privilege": "DescribeGatewayInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "GatewayInstance*" } ] }, { "access_level": "Read", - "description": "Grants permission to check whether occurrences of sensitive data can be retrieved for a finding", - "privilege": "GetSensitiveDataOccurrencesAvailability", + "description": "Grants permission to display the details of an offering", + "privilege": "DescribeOffering", "resource_types": [ { "condition_keys": [], @@ -155410,8 +170502,8 @@ }, { "access_level": "Read", - "description": "Grants permission to retrieve the sensitivity inspection template settings for an account", - "privilege": "GetSensitivityInspectionTemplate", + "description": "Grants permission to display the details of a reservation", + "privilege": "DescribeReservation", "resource_types": [ { "condition_keys": [], @@ -155421,9 +170513,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve quotas and aggregated usage data for one or more accounts", - "privilege": "GetUsageStatistics", + "access_level": "Write", + "description": "Grants permission to discover gateway poll endpoint", + "privilege": "DiscoverGatewayPollEndpoint", "resource_types": [ { "condition_keys": [], @@ -155433,9 +170525,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve aggregated usage data for an account", - "privilege": "GetUsageTotals", + "access_level": "Write", + "description": "Grants permission to grant entitlements on any flow", + "privilege": "GrantFlowEntitlements", "resource_types": [ { "condition_keys": [], @@ -155446,20 +170538,20 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve a subset of information about all the allow lists for an account", - "privilege": "ListAllowLists", + "description": "Grants permission to display a list of bridges that are associated with this account and an optionally specified Arn", + "privilege": "ListBridges", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Bridge*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve a subset of information about the status and settings for one or more sensitive data discovery jobs", - "privilege": "ListClassificationJobs", + "description": "Grants permission to display a list of all entitlements that have been granted to the account", + "privilege": "ListEntitlements", "resource_types": [ { "condition_keys": [], @@ -155470,8 +170562,8 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve a subset of information about the classification scope for an account", - "privilege": "ListClassificationScopes", + "description": "Grants permission to display a list of flows that are associated with this account", + "privilege": "ListFlows", "resource_types": [ { "condition_keys": [], @@ -155482,20 +170574,20 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve information about all custom data identifiers", - "privilege": "ListCustomDataIdentifiers", + "description": "Grants permission to display a list of instances that are associated with this gateway", + "privilege": "ListGatewayInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "GatewayInstance*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve a subset of information about one or more findings", - "privilege": "ListFindings", + "description": "Grants permission to display a list of gateways that are associated with this account", + "privilege": "ListGateways", "resource_types": [ { "condition_keys": [], @@ -155506,8 +170598,8 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve information about all findings filters", - "privilege": "ListFindingsFilters", + "description": "Grants permission to display a list of all offerings that are available to the account in the current AWS Region", + "privilege": "ListOfferings", "resource_types": [ { "condition_keys": [], @@ -155518,8 +170610,8 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve information about all the Amazon Macie membership invitations that were received by an account", - "privilege": "ListInvitations", + "description": "Grants permission to display a list of all reservations that have been purchased by the account in the current AWS Region", + "privilege": "ListReservations", "resource_types": [ { "condition_keys": [], @@ -155529,9 +170621,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to retrieve information about managed data identifiers", - "privilege": "ListManagedDataIdentifiers", + "access_level": "Read", + "description": "Grants permission to display a list of all tags associated with a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], @@ -155541,9 +170633,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to retrieve information about the Amazon Macie member accounts that are associated with a Macie administrator account", - "privilege": "ListMembers", + "access_level": "Write", + "description": "Grants permission to poll gateway", + "privilege": "PollGateway", "resource_types": [ { "condition_keys": [], @@ -155553,9 +170645,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to retrieve information about the delegated, Amazon Macie administrator account for an AWS organization", - "privilege": "ListOrganizationAdminAccounts", + "access_level": "Write", + "description": "Grants permission to purchase an offering", + "privilege": "PurchaseOffering", "resource_types": [ { "condition_keys": [], @@ -155565,33 +170657,33 @@ ] }, { - "access_level": "List", - "description": "Grants permission to retrieve information about objects that were selected from an S3 bucket for automated sensitive data discovery", - "privilege": "ListResourceProfileArtifacts", + "access_level": "Write", + "description": "Grants permission to remove an output of an existing bridge", + "privilege": "RemoveBridgeOutput", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Bridge*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve information about the types and amount of sensitive data that Amazon Macie found in an S3 bucket", - "privilege": "ListResourceProfileDetections", + "access_level": "Write", + "description": "Grants permission to remove a source of an existing bridge", + "privilege": "RemoveBridgeSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Bridge*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a subset of information about the sensitivity inspection template for an account", - "privilege": "ListSensitivityInspectionTemplates", + "access_level": "Write", + "description": "Grants permission to remove media streams from any flow", + "privilege": "RemoveFlowMediaStream", "resource_types": [ { "condition_keys": [], @@ -155601,41 +170693,21 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the tags for an Amazon Macie resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to remove outputs from any flow", + "privilege": "RemoveFlowOutput", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AllowList" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ClassificationJob" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "CustomDataIdentifier" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "FindingsFilter" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Member" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create or update the settings for storing sensitive data discovery results", - "privilege": "PutClassificationExportConfiguration", + "description": "Grants permission to remove sources from any flow", + "privilege": "RemoveFlowSource", "resource_types": [ { "condition_keys": [], @@ -155646,8 +170718,8 @@ }, { "access_level": "Write", - "description": "Grants permission to update the configuration settings for publishing findings to AWS Security Hub", - "privilege": "PutFindingsPublicationConfiguration", + "description": "Grants permission to remove VPC interfaces from any flow", + "privilege": "RemoveFlowVpcInterface", "resource_types": [ { "condition_keys": [], @@ -155657,9 +170729,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve statistical data and other information about AWS resources that Amazon Macie monitors and analyzes", - "privilege": "SearchResources", + "access_level": "Write", + "description": "Grants permission to revoke entitlements on any flow", + "privilege": "RevokeFlowEntitlement", "resource_types": [ { "condition_keys": [], @@ -155669,49 +170741,21 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to add or update the tags for an Amazon Macie resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to start flows", + "privilege": "StartFlow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AllowList" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ClassificationJob" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "CustomDataIdentifier" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "FindingsFilter" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Member" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to test a custom data identifier", - "privilege": "TestCustomDataIdentifier", + "description": "Grants permission to stop flows", + "privilege": "StopFlow", "resource_types": [ { "condition_keys": [], @@ -155721,60 +170765,33 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from an Amazon Macie resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to submit gateway state change", + "privilege": "SubmitGatewayStateChange", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AllowList" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ClassificationJob" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "CustomDataIdentifier" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "FindingsFilter" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Member" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the settings for an allow list", - "privilege": "UpdateAllowList", + "access_level": "Tagging", + "description": "Grants permission to associate tags with resources", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AllowList*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to enable or disable automated sensitive data discovery for an account", - "privilege": "UpdateAutomatedDiscoveryConfiguration", + "access_level": "Tagging", + "description": "Grants permission to remove tags from resources", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], @@ -155785,72 +170802,56 @@ }, { "access_level": "Write", - "description": "Grants permission to change the status of a sensitive data discovery job", - "privilege": "UpdateClassificationJob", + "description": "Grants permission to update bridges", + "privilege": "UpdateBridge", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ClassificationJob*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "Bridge*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the classification scope settings for an account", - "privilege": "UpdateClassificationScope", + "access_level": "Write", + "description": "Grants permission to update an output of an existing bridge", + "privilege": "UpdateBridgeOutput", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Bridge*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the settings for a findings filter", - "privilege": "UpdateFindingsFilter", + "description": "Grants permission to update a source of an existing bridge", + "privilege": "UpdateBridgeSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "FindingsFilter*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "Bridge*" } ] }, { "access_level": "Write", - "description": "Grants permission to suspend or re-enable an Amazon Macie account, or update the configuration settings for a Macie account", - "privilege": "UpdateMacieSession", + "description": "Grants permission to update the state of an existing bridge", + "privilege": "UpdateBridgeState", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Bridge*" } ] }, { "access_level": "Write", - "description": "Grants permission to an Amazon Macie administrator account to suspend or re-enable a Macie member account", - "privilege": "UpdateMemberSession", + "description": "Grants permission to update flows", + "privilege": "UpdateFlow", "resource_types": [ { "condition_keys": [], @@ -155861,8 +170862,8 @@ }, { "access_level": "Write", - "description": "Grants permission to update Amazon Macie configuration settings for an AWS organization", - "privilege": "UpdateOrganizationConfiguration", + "description": "Grants permission to update entitlements on any flow", + "privilege": "UpdateFlowEntitlement", "resource_types": [ { "condition_keys": [], @@ -155873,8 +170874,8 @@ }, { "access_level": "Write", - "description": "Grants permission to update the sensitivity score for an S3 bucket", - "privilege": "UpdateResourceProfile", + "description": "Grants permission to update media streams on any flow", + "privilege": "UpdateFlowMediaStream", "resource_types": [ { "condition_keys": [], @@ -155885,8 +170886,8 @@ }, { "access_level": "Write", - "description": "Grants permission to update the sensitivity scoring settings for an S3 bucket", - "privilege": "UpdateResourceProfileDetections", + "description": "Grants permission to update outputs on any flow", + "privilege": "UpdateFlowOutput", "resource_types": [ { "condition_keys": [], @@ -155897,8 +170898,8 @@ }, { "access_level": "Write", - "description": "Grants permission to update the status and configuration settings for retrieving occurrences of sensitive data reported by findings", - "privilege": "UpdateRevealConfiguration", + "description": "Grants permission to update the source of any flow", + "privilege": "UpdateFlowSource", "resource_types": [ { "condition_keys": [], @@ -155909,86 +170910,98 @@ }, { "access_level": "Write", - "description": "Grants permission to update the sensitivity inspection template settings for an account", - "privilege": "UpdateSensitivityInspectionTemplate", + "description": "Grants permission to update the configuration of an existing Gateway Instance", + "privilege": "UpdateGatewayInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "GatewayInstance*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:macie2:${Region}:${Account}:allow-list/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "AllowList" + "arn": "arn:${Partition}:mediaconnect:${Region}:${Account}:entitlement:${FlowId}:${EntitlementName}", + "condition_keys": [], + "resource": "Entitlement" }, { - "arn": "arn:${Partition}:macie2:${Region}:${Account}:classification-job/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "ClassificationJob" + "arn": "arn:${Partition}:mediaconnect:${Region}:${Account}:flow:${FlowId}:${FlowName}", + "condition_keys": [], + "resource": "Flow" }, { - "arn": "arn:${Partition}:macie2:${Region}:${Account}:custom-data-identifier/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "CustomDataIdentifier" + "arn": "arn:${Partition}:mediaconnect:${Region}:${Account}:output:${OutputId}:${OutputName}", + "condition_keys": [], + "resource": "Output" }, { - "arn": "arn:${Partition}:macie2:${Region}:${Account}:findings-filter/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "FindingsFilter" + "arn": "arn:${Partition}:mediaconnect:${Region}:${Account}:source:${SourceId}:${SourceName}", + "condition_keys": [], + "resource": "Source" }, { - "arn": "arn:${Partition}:macie2:${Region}:${Account}:member/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Member" + "arn": "arn:${Partition}:mediaconnect:${Region}:${Account}:gateway:${GatewayId}:${GatewayName}", + "condition_keys": [], + "resource": "Gateway" + }, + { + "arn": "arn:${Partition}:mediaconnect:${Region}:${Account}:bridge:${FlowId}:${FlowName}", + "condition_keys": [], + "resource": "Bridge" + }, + { + "arn": "arn:${Partition}:mediaconnect:${Region}:${Account}:gateway:${GatewayId}:${GatewayName}:instance:${InstanceId}", + "condition_keys": [], + "resource": "GatewayInstance" } ], - "service_name": "Amazon Macie" + "service_name": "AWS Elemental MediaConnect" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters actions based on the tags that are passed in the request", + "description": "Filters access by tag key-value pairs in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on the tags associated with an Amazon Managed Blockchain resource", + "description": "Filters access by tag key-value pairs attached to the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters actions based on the tag keys that are passed in the request", + "description": "Filters access by tag keys in the request", "type": "ArrayOfString" + }, + { + "condition": "mediaconvert:HttpInputsAllowed", + "description": "Filters access by an HTTP input policy present in the account", + "type": "Bool" + }, + { + "condition": "mediaconvert:HttpsInputsAllowed", + "description": "Filters access by an HTTPS input policy present in the account", + "type": "Bool" + }, + { + "condition": "mediaconvert:S3InputsAllowed", + "description": "Filters access by an S3 input policy present in the account", + "type": "Bool" } ], - "prefix": "managedblockchain", + "prefix": "mediaconvert", "privileges": [ { "access_level": "Write", - "description": "Grants permission to create an Amazon Managed Blockchain accessor", - "privilege": "CreateAccessor", + "description": "Grants permission to associate an AWS Certificate Manager (ACM) Amazon Resource Name (ARN) with AWS Elemental MediaConvert", + "privilege": "AssociateCertificate", "resource_types": [ { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -155996,64 +171009,43 @@ }, { "access_level": "Write", - "description": "Grants permission to create a member of an Amazon Managed Blockchain network", - "privilege": "CreateMember", + "description": "Grants permission to cancel an AWS Elemental MediaConvert job that is waiting in queue", + "privilege": "CancelJob", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole" - ], - "resource_type": "network*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "Job*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an Amazon Managed Blockchain network", - "privilege": "CreateNetwork", + "description": "Grants permission to create and submit an AWS Elemental MediaConvert job", + "privilege": "CreateJob", "resource_types": [ { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [ - "iam:CreateServiceLinkedRole" - ], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a node within a member of an Amazon Managed Blockchain network", - "privilege": "CreateNode", - "resource_types": [ + "condition_keys": [], + "dependent_actions": [], + "resource_type": "JobTemplate" + }, { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole" - ], - "resource_type": "member" + "dependent_actions": [], + "resource_type": "Preset" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "network" + "resource_type": "Queue" }, { "condition_keys": [ + "aws:RequestTag/${TagKey}", "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "mediaconvert:HttpInputsAllowed", + "mediaconvert:HttpsInputsAllowed", + "mediaconvert:S3InputsAllowed" ], "dependent_actions": [], "resource_type": "" @@ -156062,18 +171054,23 @@ }, { "access_level": "Write", - "description": "Grants permission to create a proposal that other blockchain network members can vote on to add or remove a member in an Amazon Managed Blockchain network", - "privilege": "CreateProposal", + "description": "Grants permission to create an AWS Elemental MediaConvert custom job template", + "privilege": "CreateJobTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "network*" + "resource_type": "Preset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Queue" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -156082,44 +171079,50 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an Amazon Managed Blockchain accessor", - "privilege": "DeleteAccessor", + "description": "Grants permission to create an AWS Elemental MediaConvert custom output preset", + "privilege": "CreatePreset", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "accessor*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a member and all associated resources from an Amazon Managed Blockchain network", - "privilege": "DeleteMember", + "description": "Grants permission to create an AWS Elemental MediaConvert job queue", + "privilege": "CreateQueue", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "member*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a node from a member of an Amazon Managed Blockchain network", - "privilege": "DeleteNode", + "description": "Grants permission to delete an AWS Elemental MediaConvert custom job template", + "privilege": "DeleteJobTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "node*" + "resource_type": "JobTemplate*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to send HTTP GET requests to an Ethereum node", - "privilege": "GET", + "access_level": "Write", + "description": "Grants permission to delete an AWS Elemental MediaConvert policy", + "privilege": "DeletePolicy", "resource_types": [ { "condition_keys": [], @@ -156129,81 +171132,81 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to return detailed information about an Amazon Managed Blockchain accessor", - "privilege": "GetAccessor", + "access_level": "Write", + "description": "Grants permission to delete an AWS Elemental MediaConvert custom output preset", + "privilege": "DeletePreset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "accessor*" + "resource_type": "Preset*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return detailed information about a member of an Amazon Managed Blockchain network", - "privilege": "GetMember", + "access_level": "Write", + "description": "Grants permission to delete an AWS Elemental MediaConvert job queue", + "privilege": "DeleteQueue", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "member*" + "resource_type": "Queue*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return detailed information about an Amazon Managed Blockchain network", - "privilege": "GetNetwork", + "access_level": "List", + "description": "Grants permission to subscribe to the AWS Elemental MediaConvert service, by sending a request for an account-specific endpoint. All transcoding requests must be sent to the endpoint that the service returns", + "privilege": "DescribeEndpoints", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "network*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return detailed information about a node within a member of an Amazon Managed Blockchain network", - "privilege": "GetNode", + "access_level": "Write", + "description": "Grants permission to remove an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and an AWS Elemental MediaConvert resource", + "privilege": "DisassociateCertificate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "node*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to return detailed information about a proposal of an Amazon Managed Blockchain network", - "privilege": "GetProposal", + "description": "Grants permission to get an AWS Elemental MediaConvert job", + "privilege": "GetJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "proposal*" + "resource_type": "Job*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to create WebSocket connections to an Ethereum node", - "privilege": "Invoke", + "access_level": "Read", + "description": "Grants permission to get an AWS Elemental MediaConvert job template", + "privilege": "GetJobTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "JobTemplate*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the Amazon Managed Blockchain accessors owned by the current AWS account", - "privilege": "ListAccessors", + "access_level": "Read", + "description": "Grants permission to get an AWS Elemental MediaConvert policy", + "privilege": "GetPolicy", "resource_types": [ { "condition_keys": [], @@ -156213,33 +171216,33 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the invitations extended to the active AWS account from any Managed Blockchain network", - "privilege": "ListInvitations", + "access_level": "Read", + "description": "Grants permission to get an AWS Elemental MediaConvert output preset", + "privilege": "GetPreset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Preset*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the members of an Amazon Managed Blockchain network and the properties of their memberships", - "privilege": "ListMembers", + "access_level": "Read", + "description": "Grants permission to get an AWS Elemental MediaConvert job queue", + "privilege": "GetQueue", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "network*" + "resource_type": "Queue*" } ] }, { "access_level": "List", - "description": "Grants permission to list the Amazon Managed Blockchain networks in which the current AWS account participates", - "privilege": "ListNetworks", + "description": "Grants permission to list AWS Elemental MediaConvert job templates", + "privilege": "ListJobTemplates", "resource_types": [ { "condition_keys": [], @@ -156250,145 +171253,98 @@ }, { "access_level": "List", - "description": "Grants permission to list the nodes within a member of an Amazon Managed Blockchain network", - "privilege": "ListNodes", + "description": "Grants permission to list AWS Elemental MediaConvert jobs", + "privilege": "ListJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "member" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "network" + "resource_type": "Queue" } ] }, { - "access_level": "Read", - "description": "Grants permission to list all votes for a proposal, including the value of the vote and the unique identifier of the member that cast the vote for the given Amazon Managed Blockchain network", - "privilege": "ListProposalVotes", + "access_level": "List", + "description": "Grants permission to list AWS Elemental MediaConvert output presets", + "privilege": "ListPresets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "proposal*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list proposals for the given Amazon Managed Blockchain network", - "privilege": "ListProposals", + "description": "Grants permission to list AWS Elemental MediaConvert job queues", + "privilege": "ListQueues", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "network*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to view tags associated with an Amazon Managed Blockchain resource", + "description": "Grants permission to retrieve the tags for a MediaConvert queue, preset, or job template", "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "accessor" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "invitation" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "member" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "network" + "resource_type": "JobTemplate" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "node" + "resource_type": "Preset" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "proposal" - } - ] - }, - { - "access_level": "Permissions management", - "description": "Grants permission to send HTTP POST requests to an Ethereum node", - "privilege": "POST", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "resource_type": "Queue" } ] }, { "access_level": "Write", - "description": "Grants permission to reject the invitation to join the blockchain network", - "privilege": "RejectInvitation", + "description": "Grants permission to put an AWS Elemental MediaConvert policy", + "privilege": "PutPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "invitation*" + "resource_type": "" } ] }, { "access_level": "Tagging", - "description": "Grants permission to add tags to an Amazon Managed Blockchain resource", + "description": "Grants permission to add tags to a MediaConvert queue, preset, or job template", "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "accessor" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "invitation" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "member" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "network" + "resource_type": "JobTemplate" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "node" + "resource_type": "Preset" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "proposal" + "resource_type": "Queue" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -156397,38 +171353,23 @@ }, { "access_level": "Tagging", - "description": "Grants permission to remove tags from an Amazon Managed Blockchain resource", + "description": "Grants permission to remove tags from a MediaConvert queue, preset, or job template", "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "accessor" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "invitation" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "member" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "network" + "resource_type": "JobTemplate" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "node" + "resource_type": "Preset" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "proposal" + "resource_type": "Queue" }, { "condition_keys": [ @@ -156441,99 +171382,96 @@ }, { "access_level": "Write", - "description": "Grants permission to update a member of an Amazon Managed Blockchain network", - "privilege": "UpdateMember", + "description": "Grants permission to update an AWS Elemental MediaConvert custom job template", + "privilege": "UpdateJobTemplate", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole" - ], - "resource_type": "member*" + "dependent_actions": [], + "resource_type": "JobTemplate*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Preset" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Queue" } ] }, { "access_level": "Write", - "description": "Grants permission to update a node from a member of an Amazon Managed Blockchain network", - "privilege": "UpdateNode", + "description": "Grants permission to update an AWS Elemental MediaConvert custom output preset", + "privilege": "UpdatePreset", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole" - ], - "resource_type": "node*" + "dependent_actions": [], + "resource_type": "Preset*" } ] }, { "access_level": "Write", - "description": "Grants permission to cast a vote for a proposal on behalf of the blockchain network member specified", - "privilege": "VoteOnProposal", + "description": "Grants permission to update an AWS Elemental MediaConvert job queue", + "privilege": "UpdateQueue", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "proposal*" + "resource_type": "Queue*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:managedblockchain:${Region}::networks/${NetworkId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "network" - }, - { - "arn": "arn:${Partition}:managedblockchain:${Region}:${Account}:members/${MemberId}", + "arn": "arn:${Partition}:mediaconvert:${Region}:${Account}:jobs/${JobId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "member" + "resource": "Job" }, { - "arn": "arn:${Partition}:managedblockchain:${Region}:${Account}:nodes/${NodeId}", + "arn": "arn:${Partition}:mediaconvert:${Region}:${Account}:queues/${QueueName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "node" + "resource": "Queue" }, { - "arn": "arn:${Partition}:managedblockchain:${Region}::proposals/${ProposalId}", + "arn": "arn:${Partition}:mediaconvert:${Region}:${Account}:presets/${PresetName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "proposal" + "resource": "Preset" }, { - "arn": "arn:${Partition}:managedblockchain:${Region}:${Account}:invitations/${InvitationId}", + "arn": "arn:${Partition}:mediaconvert:${Region}:${Account}:jobTemplates/${JobTemplateName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "invitation" + "resource": "JobTemplate" }, { - "arn": "arn:${Partition}:managedblockchain:${Region}:${Account}:accessors/${AccessorId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "accessor" + "arn": "arn:${Partition}:mediaconvert:${Region}:${Account}:certificates/${CertificateArn}", + "condition_keys": [], + "resource": "CertificateAssociation" } ], - "service_name": "Amazon Managed Blockchain" + "service_name": "AWS Elemental MediaConvert" }, { "conditions": [], - "prefix": "marketplacecommerceanalytics", + "prefix": "mediaimport", "privileges": [ { "access_level": "Write", - "description": "Request a data set to be published to your Amazon S3 bucket.", - "privilege": "GenerateDataSet", + "description": "Grants permission to create a database binary snapshot on the customer's aws account", + "privilege": "CreateDatabaseBinarySnapshot", "resource_types": [ { "condition_keys": [], @@ -156541,11 +171479,47 @@ "resource_type": "" } ] + } + ], + "resources": [], + "service_name": "AmazonMediaImport" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "medialive", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to accept an input device transfer", + "privilege": "AcceptInputDeviceTransfer", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "input-device*" + } + ] }, { "access_level": "Write", - "description": "Request a support data set to be published to your Amazon S3 bucket.", - "privilege": "StartSupportDataExport", + "description": "Grants permission to delete channels, inputs, input security groups, and multiplexes", + "privilege": "BatchDelete", "resource_types": [ { "condition_keys": [], @@ -156553,19 +171527,11 @@ "resource_type": "" } ] - } - ], - "resources": [], - "service_name": "AWS Marketplace Commerce Analytics Service" - }, - { - "conditions": [], - "prefix": "mechanicalturk", - "privileges": [ + }, { "access_level": "Write", - "description": "The AcceptQualificationRequest operation grants a Worker's request for a Qualification", - "privilege": "AcceptQualificationRequest", + "description": "Grants permission to start channels and multiplexes", + "privilege": "BatchStart", "resource_types": [ { "condition_keys": [], @@ -156576,8 +171542,8 @@ }, { "access_level": "Write", - "description": "The ApproveAssignment operation approves the results of a completed assignment", - "privilege": "ApproveAssignment", + "description": "Grants permission to stop channels and multiplexes", + "privilege": "BatchStop", "resource_types": [ { "condition_keys": [], @@ -156588,140 +171554,329 @@ }, { "access_level": "Write", - "description": "The AssociateQualificationWithWorker operation gives a Worker a Qualification", - "privilege": "AssociateQualificationWithWorker", + "description": "Grants permission to add and remove actions from a channel's schedule", + "privilege": "BatchUpdateSchedule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "The CreateAdditionalAssignmentsForHIT operation increases the maximum number of assignments of an existing HIT", - "privilege": "CreateAdditionalAssignmentsForHIT", + "description": "Grants permission to cancel an input device transfer", + "privilege": "CancelInputDeviceTransfer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "input-device*" } ] }, { "access_level": "Write", - "description": "The CreateHIT operation creates a new HIT (Human Intelligence Task)", - "privilege": "CreateHIT", + "description": "Grants permission to claim an input device", + "privilege": "ClaimDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "input-device*" } ] }, { "access_level": "Write", - "description": "The CreateHITType operation creates a new HIT type", - "privilege": "CreateHITType", + "description": "Grants permission to create a channel", + "privilege": "CreateChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "channel*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "input*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "The CreateHITWithHITType operation creates a new Human Intelligence Task (HIT) using an existing HITTypeID generated by the CreateHITType operation", - "privilege": "CreateHITWithHITType", + "description": "Grants permission to create an input", + "privilege": "CreateInput", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "input*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "input-security-group*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "The CreateQualificationType operation creates a new Qualification type, which is represented by a QualificationType data structure", - "privilege": "CreateQualificationType", + "description": "Grants permission to create an input security group", + "privilege": "CreateInputSecurityGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "input-security-group*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "The CreateWorkerBlock operation allows you to prevent a Worker from working on your HITs", - "privilege": "CreateWorkerBlock", + "description": "Grants permission to create a multiplex", + "privilege": "CreateMultiplex", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "multiplex*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "The DeleteHIT operation disposes of a HIT that is no longer needed", - "privilege": "DeleteHIT", + "description": "Grants permission to create a multiplex program", + "privilege": "CreateMultiplexProgram", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "multiplex*" } ] }, { "access_level": "Write", - "description": "The DeleteQualificationType disposes a Qualification type and disposes any HIT types that are associated with the Qualification type", - "privilege": "DeleteQualificationType", + "description": "Grants permission to create a partner input", + "privilege": "CreatePartnerInput", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "input*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to create tags for channels, inputs, input security groups, multiplexes, and reservations", + "privilege": "CreateTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "channel" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "input" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "input-security-group" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "multiplex" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "reservation" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "The DeleteWorkerBlock operation allows you to reinstate a blocked Worker to work on your HITs", - "privilege": "DeleteWorkerBlock", + "description": "Grants permission to delete a channel", + "privilege": "DeleteChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "The DisassociateQualificationFromWorker revokes a previously granted Qualification from a user", - "privilege": "DisassociateQualificationFromWorker", + "description": "Grants permission to delete an input", + "privilege": "DeleteInput", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "input*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an input security group", + "privilege": "DeleteInputSecurityGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "input-security-group*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a multiplex", + "privilege": "DeleteMultiplex", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "multiplex*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a multiplex program", + "privilege": "DeleteMultiplexProgram", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "multiplex*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an expired reservation", + "privilege": "DeleteReservation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "reservation*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete all schedule actions for a channel", + "privilege": "DeleteSchedule", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "channel*" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to delete tags from channels, inputs, input security groups, multiplexes, and reservations", + "privilege": "DeleteTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "channel" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "input" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "input-security-group" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "multiplex" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "reservation" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "The GetAccountBalance operation retrieves the amount of money in your Amazon Mechanical Turk account", - "privilege": "GetAccountBalance", + "description": "Grants permission to view the account configuration of the customer", + "privilege": "DescribeAccountConfiguration", "resource_types": [ { "condition_keys": [], @@ -156732,140 +171887,140 @@ }, { "access_level": "Read", - "description": "The GetAssignment retrieves an assignment with an AssignmentStatus value of Submitted, Approved, or Rejected, using the assignment's ID", - "privilege": "GetAssignment", + "description": "Grants permission to get details about a channel", + "privilege": "DescribeChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { "access_level": "Read", - "description": "The GetFileUploadURL operation generates and returns a temporary URL", - "privilege": "GetFileUploadURL", + "description": "Grants permission to describe an input", + "privilege": "DescribeInput", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "input*" } ] }, { "access_level": "Read", - "description": "The GetHIT operation retrieves the details of the specified HIT", - "privilege": "GetHIT", + "description": "Grants permission to describe an input device", + "privilege": "DescribeInputDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "input-device*" } ] }, { "access_level": "Read", - "description": "The GetQualificationScore operation returns the value of a Worker's Qualification for a given Qualification type", - "privilege": "GetQualificationScore", + "description": "Grants permission to describe an input device thumbnail", + "privilege": "DescribeInputDeviceThumbnail", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "input-device*" } ] }, { "access_level": "Read", - "description": "The GetQualificationType operation retrieves information about a Qualification type using its ID", - "privilege": "GetQualificationType", + "description": "Grants permission to describe an input security group", + "privilege": "DescribeInputSecurityGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "input-security-group*" } ] }, { - "access_level": "List", - "description": "The ListAssignmentsForHIT operation retrieves completed assignments for a HIT", - "privilege": "ListAssignmentsForHIT", + "access_level": "Read", + "description": "Grants permission to describe a multiplex", + "privilege": "DescribeMultiplex", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "multiplex*" } ] }, { - "access_level": "List", - "description": "The ListBonusPayments operation retrieves the amounts of bonuses you have paid to Workers for a given HIT or assignment", - "privilege": "ListBonusPayments", + "access_level": "Read", + "description": "Grants permission to describe a multiplex program", + "privilege": "DescribeMultiplexProgram", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "multiplex*" } ] }, { - "access_level": "List", - "description": "The ListHITs operation returns all of a Requester's HITs", - "privilege": "ListHITs", + "access_level": "Read", + "description": "Grants permission to get details about a reservation offering", + "privilege": "DescribeOffering", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "offering*" } ] }, { - "access_level": "List", - "description": "The ListHITsForQualificationType operation returns the HITs that use the given QualififcationType for a QualificationRequirement", - "privilege": "ListHITsForQualificationType", + "access_level": "Read", + "description": "Grants permission to get details about a reservation", + "privilege": "DescribeReservation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "reservation*" } ] }, { - "access_level": "List", - "description": "The ListQualificationRequests operation retrieves requests for Qualifications of a particular Qualification type", - "privilege": "ListQualificationRequests", + "access_level": "Read", + "description": "Grants permission to view a list of actions scheduled on a channel", + "privilege": "DescribeSchedule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { - "access_level": "List", - "description": "The ListQualificationTypes operation searches for Qualification types using the specified search query, and returns a list of Qualification types", - "privilege": "ListQualificationTypes", + "access_level": "Read", + "description": "Grants permission to view the thumbnails for a channel", + "privilege": "DescribeThumbnails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { "access_level": "List", - "description": "The ListReviewPolicyResultsForHIT operation retrieves the computed results and the actions taken in the course of executing your Review Policies during a CreateHIT operation", - "privilege": "ListReviewPolicyResultsForHIT", + "description": "Grants permission to list channels", + "privilege": "ListChannels", "resource_types": [ { "condition_keys": [], @@ -156876,8 +172031,8 @@ }, { "access_level": "List", - "description": "The ListReviewableHITs operation returns all of a Requester's HITs that have not been approved or rejected", - "privilege": "ListReviewableHITs", + "description": "Grants permission to list input device transfers", + "privilege": "ListInputDeviceTransfers", "resource_types": [ { "condition_keys": [], @@ -156888,8 +172043,8 @@ }, { "access_level": "List", - "description": "The ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your HITs", - "privilege": "ListWorkerBlocks", + "description": "Grants permission to list input devices", + "privilege": "ListInputDevices", "resource_types": [ { "condition_keys": [], @@ -156900,8 +172055,8 @@ }, { "access_level": "List", - "description": "The ListWorkersWithQualificationType operation returns all of the Workers with a given Qualification type", - "privilege": "ListWorkersWithQualificationType", + "description": "Grants permission to list input security groups", + "privilege": "ListInputSecurityGroups", "resource_types": [ { "condition_keys": [], @@ -156911,9 +172066,9 @@ ] }, { - "access_level": "Write", - "description": "The NotifyWorkers operation sends an email to one or more Workers that you specify with the Worker ID", - "privilege": "NotifyWorkers", + "access_level": "List", + "description": "Grants permission to list inputs", + "privilege": "ListInputs", "resource_types": [ { "condition_keys": [], @@ -156923,9 +172078,9 @@ ] }, { - "access_level": "Write", - "description": "The RejectAssignment operation rejects the results of a completed assignment", - "privilege": "RejectAssignment", + "access_level": "List", + "description": "Grants permission to list multiplex programs", + "privilege": "ListMultiplexPrograms", "resource_types": [ { "condition_keys": [], @@ -156935,9 +172090,9 @@ ] }, { - "access_level": "Write", - "description": "The RejectQualificationRequest operation rejects a user's request for a Qualification", - "privilege": "RejectQualificationRequest", + "access_level": "List", + "description": "Grants permission to list multiplexes", + "privilege": "ListMultiplexes", "resource_types": [ { "condition_keys": [], @@ -156947,9 +172102,9 @@ ] }, { - "access_level": "Write", - "description": "The SendBonus operation issues a payment of money from your account to a Worker", - "privilege": "SendBonus", + "access_level": "List", + "description": "Grants permission to list reservation offerings", + "privilege": "ListOfferings", "resource_types": [ { "condition_keys": [], @@ -156959,9 +172114,9 @@ ] }, { - "access_level": "Write", - "description": "The SendTestEventNotification operation causes Amazon Mechanical Turk to send a notification message as if a HIT event occurred, according to the provided notification specification", - "privilege": "SendTestEventNotification", + "access_level": "List", + "description": "Grants permission to list reservations", + "privilege": "ListReservations", "resource_types": [ { "condition_keys": [], @@ -156971,161 +172126,186 @@ ] }, { - "access_level": "Write", - "description": "The UpdateExpirationForHIT operation allows you extend the expiration time of a HIT beyond is current expiration or expire a HIT immediately", - "privilege": "UpdateExpirationForHIT", + "access_level": "List", + "description": "Grants permission to list tags for channels, inputs, input security groups, multiplexes, and reservations", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "input" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "input-security-group" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "multiplex" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "reservation" } ] }, { "access_level": "Write", - "description": "The UpdateHITReviewStatus operation toggles the status of a HIT", - "privilege": "UpdateHITReviewStatus", + "description": "Grants permission to purchase a reservation offering", + "privilege": "PurchaseOffering", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "offering*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "reservation*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "The UpdateHITTypeOfHIT operation allows you to change the HITType properties of a HIT", - "privilege": "UpdateHITTypeOfHIT", + "description": "Grants permission to reboot an input device", + "privilege": "RebootInputDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "input-device*" } ] }, { "access_level": "Write", - "description": "The UpdateNotificationSettings operation creates, updates, disables or re-enables notifications for a HIT type", - "privilege": "UpdateNotificationSettings", + "description": "Grants permission to reject an input device transfer", + "privilege": "RejectInputDeviceTransfer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "input-device*" } ] }, { "access_level": "Write", - "description": "The UpdateQualificationType operation modifies the attributes of an existing Qualification type, which is represented by a QualificationType data structure", - "privilege": "UpdateQualificationType", + "description": "Grants permission to start a channel", + "privilege": "StartChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] - } - ], - "resources": [], - "service_name": "Amazon Mechanical Turk" - }, - { - "conditions": [], - "prefix": "mediaconnect", - "privileges": [ + }, { "access_level": "Write", - "description": "Grants permission to add outputs to an existing bridge", - "privilege": "AddBridgeOutputs", + "description": "Grants permission to start an input device attached to a MediaConnect flow", + "privilege": "StartInputDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Bridge*" + "resource_type": "input-device*" } ] }, { "access_level": "Write", - "description": "Grants permission to add sources to an existing bridge", - "privilege": "AddBridgeSources", + "description": "Grants permission to start a maintenance window for an input device", + "privilege": "StartInputDeviceMaintenanceWindow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Bridge*" + "resource_type": "input-device*" } ] }, { "access_level": "Write", - "description": "Grants permission to add media streams to any flow", - "privilege": "AddFlowMediaStreams", + "description": "Grants permission to start a multiplex", + "privilege": "StartMultiplex", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "multiplex*" } ] }, { "access_level": "Write", - "description": "Grants permission to add outputs to any flow", - "privilege": "AddFlowOutputs", + "description": "Grants permission to stop a channel", + "privilege": "StopChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to add sources to any flow", - "privilege": "AddFlowSources", + "description": "Grants permission to stop an input device attached to a MediaConnect flow", + "privilege": "StopInputDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "input-device*" } ] }, { "access_level": "Write", - "description": "Grants permission to add VPC interfaces to any flow", - "privilege": "AddFlowVpcInterfaces", + "description": "Grants permission to stop a multiplex", + "privilege": "StopMultiplex", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "multiplex*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create bridges", - "privilege": "CreateBridge", + "access_level": "Write", + "description": "Grants permission to transfer an input device", + "privilege": "TransferInputDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Bridge*" + "resource_type": "input-device*" } ] }, { "access_level": "Write", - "description": "Grants permission to create flows", - "privilege": "CreateFlow", + "description": "Grants permission to update a customer's account configuration", + "privilege": "UpdateAccountConfiguration", "resource_types": [ { "condition_keys": [], @@ -157136,131 +172316,217 @@ }, { "access_level": "Write", - "description": "Grants permission to create gateways", - "privilege": "CreateGateway", + "description": "Grants permission to update a channel", + "privilege": "UpdateChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Gateway*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete bridges", - "privilege": "DeleteBridge", + "description": "Grants permission to update the class of a channel", + "privilege": "UpdateChannelClass", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Bridge*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete flows", - "privilege": "DeleteFlow", + "description": "Grants permission to update an input", + "privilege": "UpdateInput", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "input*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete gateways", - "privilege": "DeleteGateway", + "description": "Grants permission to update an input device", + "privilege": "UpdateInputDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Gateway*" + "resource_type": "input-device*" } ] }, { "access_level": "Write", - "description": "Grants permission to deregister gateway instance", - "privilege": "DeregisterGatewayInstance", + "description": "Grants permission to update an input security group", + "privilege": "UpdateInputSecurityGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "GatewayInstance*" + "resource_type": "input-security-group*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to display the details of a bridge", - "privilege": "DescribeBridge", + "access_level": "Write", + "description": "Grants permission to update a multiplex", + "privilege": "UpdateMultiplex", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Bridge*" + "resource_type": "multiplex*" } ] }, { - "access_level": "Read", - "description": "Grants permission to display the details of a flow including the flow ARN, name, and Availability Zone, as well as details about the source, outputs, and entitlements", - "privilege": "DescribeFlow", + "access_level": "Write", + "description": "Grants permission to update a multiplex program", + "privilege": "UpdateMultiplexProgram", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "multiplex*" } ] }, { - "access_level": "Read", - "description": "Grants permission to display the details of a gateway including the gateway ARN, name, and CIDR blocks, as well as details about the networks", - "privilege": "DescribeGateway", + "access_level": "Write", + "description": "Grants permission to update a reservation", + "privilege": "UpdateReservation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Gateway*" + "resource_type": "reservation*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:medialive:${Region}:${Account}:channel:${ChannelId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "channel" }, { - "access_level": "Read", - "description": "Grants permission to display the details of a gateway instance", - "privilege": "DescribeGatewayInstance", + "arn": "arn:${Partition}:medialive:${Region}:${Account}:input:${InputId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "input" + }, + { + "arn": "arn:${Partition}:medialive:${Region}:${Account}:inputDevice:${DeviceId}", + "condition_keys": [], + "resource": "input-device" + }, + { + "arn": "arn:${Partition}:medialive:${Region}:${Account}:inputSecurityGroup:${InputSecurityGroupId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "input-security-group" + }, + { + "arn": "arn:${Partition}:medialive:${Region}:${Account}:multiplex:${MultiplexId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "multiplex" + }, + { + "arn": "arn:${Partition}:medialive:${Region}:${Account}:reservation:${ReservationId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "reservation" + }, + { + "arn": "arn:${Partition}:medialive:${Region}:${Account}:offering:${OfferingId}", + "condition_keys": [], + "resource": "offering" + } + ], + "service_name": "AWS Elemental MediaLive" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tag for a MediaPackage request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tag for a MediaPackage resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys for a MediaPackage resource or request", + "type": "ArrayOfString" + } + ], + "prefix": "mediapackage", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to configure access logs for a Channel", + "privilege": "ConfigureLogs", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "GatewayInstance*" + "dependent_actions": [ + "iam:CreateServiceLinkedRole" + ], + "resource_type": "channels*" } ] }, { - "access_level": "Read", - "description": "Grants permission to display the details of an offering", - "privilege": "DescribeOffering", + "access_level": "Write", + "description": "Grants permission to create a channel in AWS Elemental MediaPackage", + "privilege": "CreateChannel", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to display the details of a reservation", - "privilege": "DescribeReservation", + "access_level": "Write", + "description": "Grants permission to create a harvest job in AWS Elemental MediaPackage", + "privilege": "CreateHarvestJob", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -157268,11 +172534,14 @@ }, { "access_level": "Write", - "description": "Grants permission to discover gateway poll endpoint", - "privilege": "DiscoverGatewayPollEndpoint", + "description": "Grants permission to create an endpoint in AWS Elemental MediaPackage", + "privilege": "CreateOriginEndpoint", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -157280,68 +172549,68 @@ }, { "access_level": "Write", - "description": "Grants permission to grant entitlements on any flow", - "privilege": "GrantFlowEntitlements", + "description": "Grants permission to delete a channel in AWS Elemental MediaPackage", + "privilege": "DeleteChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channels*" } ] }, { - "access_level": "List", - "description": "Grants permission to display a list of bridges that are associated with this account and an optionally specified Arn", - "privilege": "ListBridges", + "access_level": "Write", + "description": "Grants permission to delete an endpoint in AWS Elemental MediaPackage", + "privilege": "DeleteOriginEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Bridge*" + "resource_type": "origin_endpoints*" } ] }, { - "access_level": "List", - "description": "Grants permission to display a list of all entitlements that have been granted to the account", - "privilege": "ListEntitlements", + "access_level": "Read", + "description": "Grants permission to view the details of a channel in AWS Elemental MediaPackage", + "privilege": "DescribeChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channels*" } ] }, { - "access_level": "List", - "description": "Grants permission to display a list of flows that are associated with this account", - "privilege": "ListFlows", + "access_level": "Read", + "description": "Grants permission to view the details of a harvest job in AWS Elemental MediaPackage", + "privilege": "DescribeHarvestJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "harvest_jobs*" } ] }, { - "access_level": "List", - "description": "Grants permission to display a list of instances that are associated with this gateway", - "privilege": "ListGatewayInstances", + "access_level": "Read", + "description": "Grants permission to view the details of an endpoint in AWS Elemental MediaPackage", + "privilege": "DescribeOriginEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "GatewayInstance*" + "resource_type": "origin_endpoints*" } ] }, { - "access_level": "List", - "description": "Grants permission to display a list of gateways that are associated with this account", - "privilege": "ListGateways", + "access_level": "Read", + "description": "Grants permission to view a list of channels in AWS Elemental MediaPackage", + "privilege": "ListChannels", "resource_types": [ { "condition_keys": [], @@ -157351,9 +172620,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to display a list of all offerings that are available to the account in the current AWS Region", - "privilege": "ListOfferings", + "access_level": "Read", + "description": "Grants permission to view a list of harvest jobs in AWS Elemental MediaPackage", + "privilege": "ListHarvestJobs", "resource_types": [ { "condition_keys": [], @@ -157363,9 +172632,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to display a list of all reservations that have been purchased by the account in the current AWS Region", - "privilege": "ListReservations", + "access_level": "Read", + "description": "Grants permission to view a list of endpoints in AWS Elemental MediaPackage", + "privilege": "ListOriginEndpoints", "resource_types": [ { "condition_keys": [], @@ -157376,119 +172645,203 @@ }, { "access_level": "Read", - "description": "Grants permission to display a list of all tags associated with a resource", + "description": "Grants permission to list the tags assigned to a Channel or OriginEndpoint", "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to poll gateway", - "privilege": "PollGateway", - "resource_types": [ + "resource_type": "channels" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "harvest_jobs" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "origin_endpoints" } ] }, { "access_level": "Write", - "description": "Grants permission to purchase an offering", - "privilege": "PurchaseOffering", + "description": "Grants permission to rotate credentials for the first IngestEndpoint of a Channel in AWS Elemental MediaPackage", + "privilege": "RotateChannelCredentials", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channels*" } ] }, { "access_level": "Write", - "description": "Grants permission to remove an output of an existing bridge", - "privilege": "RemoveBridgeOutput", + "description": "Grants permission to rotate IngestEndpoint credentials for a Channel in AWS Elemental MediaPackage", + "privilege": "RotateIngestEndpointCredentials", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Bridge*" + "resource_type": "channels*" } ] }, { - "access_level": "Write", - "description": "Grants permission to remove a source of an existing bridge", - "privilege": "RemoveBridgeSource", + "access_level": "Tagging", + "description": "Grants permission to tag a MediaPackage resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Bridge*" + "resource_type": "channels" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "harvest_jobs" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "origin_endpoints" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to remove media streams from any flow", - "privilege": "RemoveFlowMediaStream", + "access_level": "Tagging", + "description": "Grants permission to delete tags to a Channel or OriginEndpoint", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "channels" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "harvest_jobs" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "origin_endpoints" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to remove outputs from any flow", - "privilege": "RemoveFlowOutput", + "description": "Grants permission to make changes to a channel in AWS Elemental MediaPackage", + "privilege": "UpdateChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channels*" } ] }, { "access_level": "Write", - "description": "Grants permission to remove sources from any flow", - "privilege": "RemoveFlowSource", + "description": "Grants permission to make changes to an endpoint in AWS Elemental MediaPackage", + "privilege": "UpdateOriginEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "origin_endpoints*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:mediapackage:${Region}:${Account}:channels/${ChannelIdentifier}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "channels" + }, + { + "arn": "arn:${Partition}:mediapackage:${Region}:${Account}:origin_endpoints/${OriginEndpointIdentifier}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "origin_endpoints" + }, + { + "arn": "arn:${Partition}:mediapackage:${Region}:${Account}:harvest_jobs/${HarvestJobIdentifier}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "harvest_jobs" + } + ], + "service_name": "AWS Elemental MediaPackage" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters actions based on the presence of tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters actions based on tag key-value pairs attached to the resource", + "type": "String" }, + { + "condition": "aws:TagKeys", + "description": "Filters actions based on the presence of tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "mediapackage-vod", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to remove VPC interfaces from any flow", - "privilege": "RemoveFlowVpcInterface", + "description": "Grants permission to configure egress access logs for a PackagingGroup", + "privilege": "ConfigureLogs", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "iam:CreateServiceLinkedRole" + ], + "resource_type": "packaging-groups*" } ] }, { "access_level": "Write", - "description": "Grants permission to revoke entitlements on any flow", - "privilege": "RevokeFlowEntitlement", + "description": "Grants permission to create an asset in AWS Elemental MediaPackage", + "privilege": "CreateAsset", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -157496,11 +172849,14 @@ }, { "access_level": "Write", - "description": "Grants permission to start flows", - "privilege": "StartFlow", + "description": "Grants permission to create a packaging configuration in AWS Elemental MediaPackage", + "privilege": "CreatePackagingConfiguration", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -157508,11 +172864,14 @@ }, { "access_level": "Write", - "description": "Grants permission to stop flows", - "privilege": "StopFlow", + "description": "Grants permission to create a packaging group in AWS Elemental MediaPackage", + "privilege": "CreatePackagingGroup", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -157520,92 +172879,92 @@ }, { "access_level": "Write", - "description": "Grants permission to submit gateway state change", - "privilege": "SubmitGatewayStateChange", + "description": "Grants permission to delete an asset in AWS Elemental MediaPackage", + "privilege": "DeleteAsset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "assets*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to associate tags with resources", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to delete a packaging configuration in AWS Elemental MediaPackage", + "privilege": "DeletePackagingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "packaging-configurations*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from resources", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to delete a packaging group in AWS Elemental MediaPackage", + "privilege": "DeletePackagingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "packaging-groups*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update bridges", - "privilege": "UpdateBridge", + "access_level": "Read", + "description": "Grants permission to view the details of an asset in AWS Elemental MediaPackage", + "privilege": "DescribeAsset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Bridge*" + "resource_type": "assets*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an output of an existing bridge", - "privilege": "UpdateBridgeOutput", + "access_level": "Read", + "description": "Grants permission to view the details of a packaging configuration in AWS Elemental MediaPackage", + "privilege": "DescribePackagingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Bridge*" + "resource_type": "packaging-configurations*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a source of an existing bridge", - "privilege": "UpdateBridgeSource", + "access_level": "Read", + "description": "Grants permission to view the details of a packaging group in AWS Elemental MediaPackage", + "privilege": "DescribePackagingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Bridge*" + "resource_type": "packaging-groups*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the state of an existing bridge", - "privilege": "UpdateBridgeState", + "access_level": "List", + "description": "Grants permission to view a list of assets in AWS Elemental MediaPackage", + "privilege": "ListAssets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Bridge*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update flows", - "privilege": "UpdateFlow", + "access_level": "List", + "description": "Grants permission to view a list of packaging configurations in AWS Elemental MediaPackage", + "privilege": "ListPackagingConfigurations", "resource_types": [ { "condition_keys": [], @@ -157615,9 +172974,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update entitlements on any flow", - "privilege": "UpdateFlowEntitlement", + "access_level": "List", + "description": "Grants permission to view a list of packaging groups in AWS Elemental MediaPackage", + "privilege": "ListPackagingGroups", "resource_types": [ { "condition_keys": [], @@ -157627,156 +172986,153 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update media streams on any flow", - "privilege": "UpdateFlowMediaStream", + "access_level": "Read", + "description": "Grants permission to list the tags assigned to a PackagingGroup, PackagingConfiguration, or Asset", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "assets" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "packaging-configurations" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "packaging-groups" } ] }, { - "access_level": "Write", - "description": "Grants permission to update outputs on any flow", - "privilege": "UpdateFlowOutput", + "access_level": "Tagging", + "description": "Grants permission to assign tags to a PackagingGroup, PackagingConfiguration, or Asset", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "assets" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "packaging-configurations" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "packaging-groups" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the source of any flow", - "privilege": "UpdateFlowSource", + "access_level": "Tagging", + "description": "Grants permission to delete tags from a PackagingGroup, PackagingConfiguration, or Asset", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "assets" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "packaging-configurations" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "packaging-groups" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update the configuration of an existing Gateway Instance", - "privilege": "UpdateGatewayInstance", + "description": "Grants permission to update a packaging group in AWS Elemental MediaPackage", + "privilege": "UpdatePackagingGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "GatewayInstance*" + "resource_type": "packaging-groups*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:mediaconnect:${Region}:${Account}:entitlement:${FlowId}:${EntitlementName}", - "condition_keys": [], - "resource": "Entitlement" - }, - { - "arn": "arn:${Partition}:mediaconnect:${Region}:${Account}:flow:${FlowId}:${FlowName}", - "condition_keys": [], - "resource": "Flow" - }, - { - "arn": "arn:${Partition}:mediaconnect:${Region}:${Account}:output:${OutputId}:${OutputName}", - "condition_keys": [], - "resource": "Output" - }, - { - "arn": "arn:${Partition}:mediaconnect:${Region}:${Account}:source:${SourceId}:${SourceName}", - "condition_keys": [], - "resource": "Source" - }, - { - "arn": "arn:${Partition}:mediaconnect:${Region}:${Account}:gateway:${GatewayId}:${GatewayName}", - "condition_keys": [], - "resource": "Gateway" + "arn": "arn:${Partition}:mediapackage-vod:${Region}:${Account}:assets/${AssetIdentifier}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "assets" }, { - "arn": "arn:${Partition}:mediaconnect:${Region}:${Account}:bridge:${FlowId}:${FlowName}", - "condition_keys": [], - "resource": "Bridge" + "arn": "arn:${Partition}:mediapackage-vod:${Region}:${Account}:packaging-configurations/${PackagingConfigurationIdentifier}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "packaging-configurations" }, { - "arn": "arn:${Partition}:mediaconnect:${Region}:${Account}:gateway:${GatewayId}:${GatewayName}:instance:${InstanceId}", - "condition_keys": [], - "resource": "GatewayInstance" + "arn": "arn:${Partition}:mediapackage-vod:${Region}:${Account}:packaging-groups/${PackagingGroupIdentifier}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "packaging-groups" } ], - "service_name": "AWS Elemental MediaConnect" + "service_name": "AWS Elemental MediaPackage VOD" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by tag key-value pairs in the request", + "description": "Filters access by tags that are passed in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", + "description": "Filters access by tags associated with the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by tag keys in the request", + "description": "Filters access by tag keys that are passed in the request", "type": "ArrayOfString" } ], - "prefix": "mediaconvert", + "prefix": "mediapackagev2", "privileges": [ { "access_level": "Write", - "description": "Grants permission to associate an AWS Certificate Manager (ACM) Amazon Resource Name (ARN) with AWS Elemental MediaConvert", - "privilege": "AssociateCertificate", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to cancel an AWS Elemental MediaConvert job that is waiting in queue", - "privilege": "CancelJob", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Job*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create and submit an AWS Elemental MediaConvert job", - "privilege": "CreateJob", + "description": "Grants permission to create a channel in a channel group", + "privilege": "CreateChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "JobTemplate" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Preset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Queue" + "resource_type": "Channel*" }, { "condition_keys": [ @@ -157790,18 +173146,13 @@ }, { "access_level": "Write", - "description": "Grants permission to create an AWS Elemental MediaConvert custom job template", - "privilege": "CreateJobTemplate", + "description": "Grants permission to create a channel group", + "privilege": "CreateChannelGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Preset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Queue" + "resource_type": "ChannelGroup*" }, { "condition_keys": [ @@ -157815,24 +173166,14 @@ }, { "access_level": "Write", - "description": "Grants permission to create an AWS Elemental MediaConvert custom output preset", - "privilege": "CreatePreset", + "description": "Grants permission to create an origin endpoint for a channel", + "privilege": "CreateOriginEndpoint", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an AWS Elemental MediaConvert job queue", - "privilege": "CreateQueue", - "resource_types": [ + "resource_type": "OriginEndpoint*" + }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -157845,237 +173186,261 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an AWS Elemental MediaConvert custom job template", - "privilege": "DeleteJobTemplate", + "description": "Grants permission to delete a channel in a channel group", + "privilege": "DeleteChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "JobTemplate*" + "resource_type": "Channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an AWS Elemental MediaConvert policy", - "privilege": "DeletePolicy", + "description": "Grants permission to delete a channel group", + "privilege": "DeleteChannelGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ChannelGroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an AWS Elemental MediaConvert custom output preset", - "privilege": "DeletePreset", + "description": "Grants permission to delete a resource policy from a channel", + "privilege": "DeleteChannelPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Preset*" + "resource_type": "Channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an AWS Elemental MediaConvert job queue", - "privilege": "DeleteQueue", + "description": "Grants permission to delete an origin endpoint of a channel", + "privilege": "DeleteOriginEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Queue*" + "resource_type": "OriginEndpoint*" } ] }, { - "access_level": "List", - "description": "Grants permission to subscribe to the AWS Elemental MediaConvert service, by sending a request for an account-specific endpoint. All transcoding requests must be sent to the endpoint that the service returns", - "privilege": "DescribeEndpoints", + "access_level": "Write", + "description": "Grants permission to delete a resource policy from an origin endpoint", + "privilege": "DeleteOriginEndpointPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "OriginEndpoint*" } ] }, { - "access_level": "Write", - "description": "Grants permission to remove an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and an AWS Elemental MediaConvert resource", - "privilege": "DisassociateCertificate", + "access_level": "Read", + "description": "Grants permission to retrieve details of a channel in a channel group", + "privilege": "GetChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Channel*" } ] }, { "access_level": "Read", - "description": "Grants permission to get an AWS Elemental MediaConvert job", - "privilege": "GetJob", + "description": "Grants permission to retrieve details of a channel group", + "privilege": "GetChannelGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Job*" + "resource_type": "ChannelGroup*" } ] }, { "access_level": "Read", - "description": "Grants permission to get an AWS Elemental MediaConvert job template", - "privilege": "GetJobTemplate", + "description": "Grants permission to retrieve a resource policy for a channel", + "privilege": "GetChannelPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "JobTemplate*" + "resource_type": "Channel*" } ] }, { "access_level": "Read", - "description": "Grants permission to get an AWS Elemental MediaConvert policy", - "privilege": "GetPolicy", + "description": "Grants permission to make GetHeadObject requests to MediaPackage", + "privilege": "GetHeadObject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "OriginEndpoint*" } ] }, { "access_level": "Read", - "description": "Grants permission to get an AWS Elemental MediaConvert output preset", - "privilege": "GetPreset", + "description": "Grants permission to make GetObject requests to MediaPackage", + "privilege": "GetObject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Preset*" + "resource_type": "OriginEndpoint*" } ] }, { "access_level": "Read", - "description": "Grants permission to get an AWS Elemental MediaConvert job queue", - "privilege": "GetQueue", + "description": "Grants permission to retrieve details of an origin endpoint", + "privilege": "GetOriginEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Queue*" + "resource_type": "OriginEndpoint*" } ] }, { - "access_level": "List", - "description": "Grants permission to list AWS Elemental MediaConvert job templates", - "privilege": "ListJobTemplates", + "access_level": "Read", + "description": "Grants permission to retrieve details of a resource policy for an origin endpoint", + "privilege": "GetOriginEndpointPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "OriginEndpoint*" } ] }, { "access_level": "List", - "description": "Grants permission to list AWS Elemental MediaConvert jobs", - "privilege": "ListJobs", + "description": "Grants permission to list all channel groups for an aws account", + "privilege": "ListChannelGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Queue" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list AWS Elemental MediaConvert output presets", - "privilege": "ListPresets", + "description": "Grants permission to list all channels in a channel group", + "privilege": "ListChannels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ChannelGroup*" } ] }, { "access_level": "List", - "description": "Grants permission to list AWS Elemental MediaConvert job queues", - "privilege": "ListQueues", + "description": "Grants permission to list all origin endpoints of a channel", + "privilege": "ListOriginEndpoints", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Channel*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the tags for a MediaConvert queue, preset, or job template", + "description": "Grants permission to list tags for the specified resource", "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "JobTemplate" + "resource_type": "Channel" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Preset" + "resource_type": "ChannelGroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Queue" + "resource_type": "OriginEndpoint" } ] }, { "access_level": "Write", - "description": "Grants permission to put an AWS Elemental MediaConvert policy", - "privilege": "PutPolicy", + "description": "Grants permission to attach a resource policy for a channel", + "privilege": "PutChannelPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Channel*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to make PutObject requests to MediaPackage", + "privilege": "PutObject", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Channel*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to attach a resource policy to an origin endpoint", + "privilege": "PutOriginEndpointPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "OriginEndpoint*" } ] }, { "access_level": "Tagging", - "description": "Grants permission to add tags to a MediaConvert queue, preset, or job template", + "description": "Grants permission to add specified tags to the specified resource", "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "JobTemplate" + "resource_type": "Channel" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Preset" + "resource_type": "ChannelGroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Queue" + "resource_type": "OriginEndpoint" }, { "condition_keys": [ @@ -158089,23 +173454,23 @@ }, { "access_level": "Tagging", - "description": "Grants permission to remove tags from a MediaConvert queue, preset, or job template", + "description": "Grants permission to remove the specified tags from the specified resource", "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "JobTemplate" + "resource_type": "Channel" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Preset" + "resource_type": "ChannelGroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Queue" + "resource_type": "OriginEndpoint" }, { "condition_keys": [ @@ -158118,144 +173483,261 @@ }, { "access_level": "Write", - "description": "Grants permission to update an AWS Elemental MediaConvert custom job template", - "privilege": "UpdateJobTemplate", + "description": "Grants permission to update a channel in a channel group", + "privilege": "UpdateChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "JobTemplate*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Preset" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Queue" + "resource_type": "Channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an AWS Elemental MediaConvert custom output preset", - "privilege": "UpdatePreset", + "description": "Grants permission to update a channel group", + "privilege": "UpdateChannelGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Preset*" + "resource_type": "ChannelGroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an AWS Elemental MediaConvert job queue", - "privilege": "UpdateQueue", + "description": "Grants permission to update an origin endpoint of a channel", + "privilege": "UpdateOriginEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Queue*" + "resource_type": "OriginEndpoint*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:mediaconvert:${Region}:${Account}:jobs/${JobId}", + "arn": "arn:${Partition}:mediapackagev2:${Region}:${Account}:channelGroup/${ChannelGroupName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "Job" + "resource": "ChannelGroup" }, { - "arn": "arn:${Partition}:mediaconvert:${Region}:${Account}:queues/${QueueName}", + "arn": "arn:${Partition}:mediapackagev2:${Region}:${Account}:channelGroup/${ChannelGroupName}/channel/${ChannelName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "Queue" + "resource": "Channel" }, { - "arn": "arn:${Partition}:mediaconvert:${Region}:${Account}:presets/${PresetName}", + "arn": "arn:${Partition}:mediapackagev2:${Region}:${Account}:channelGroup/${ChannelGroupName}/channel/${ChannelName}/originEndpoint/${OriginEndpointName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "Preset" + "resource": "OriginEndpoint" + } + ], + "service_name": "AWS Elemental MediaPackage V2" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" }, { - "arn": "arn:${Partition}:mediaconvert:${Region}:${Account}:jobTemplates/${JobTemplateName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "JobTemplate" + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" }, { - "arn": "arn:${Partition}:mediaconvert:${Region}:${Account}:certificates/${CertificateArn}", - "condition_keys": [], - "resource": "CertificateAssociation" + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" } ], - "service_name": "AWS Elemental MediaConvert" - }, - { - "conditions": [], - "prefix": "mediaimport", + "prefix": "mediastore", "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a database binary snapshot on the customer's aws account", - "privilege": "CreateDatabaseBinarySnapshot", + "description": "Grants permission to create a container", + "privilege": "CreateContainer", + "resource_types": [ + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a container", + "privilege": "DeleteContainer", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "container*" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to delete the access policy of a container", + "privilege": "DeleteContainerPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "container*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the CORS policy from a container", + "privilege": "DeleteCorsPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "container*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the lifecycle policy from a container", + "privilege": "DeleteLifecyclePolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "container*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the metric policy from a container", + "privilege": "DeleteMetricPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "container*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an object", + "privilege": "DeleteObject", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "object*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve details on a container", + "privilege": "DescribeContainer", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "container*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve metadata for an object", + "privilege": "DescribeObject", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "object*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the access policy of a container", + "privilege": "GetContainerPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "container*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the CORS policy of a container", + "privilege": "GetCorsPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "container*" } ] - } - ], - "resources": [], - "service_name": "AmazonMediaImport" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", - "type": "String" + "access_level": "Read", + "description": "Grants permission to retrieve the lifecycle policy that is assigned to a container", + "privilege": "GetLifecyclePolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "container*" + } + ] }, { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "medialive", - "privileges": [ + "access_level": "Read", + "description": "Grants permission to retrieve the metric policy that is assigned to a container", + "privilege": "GetMetricPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "container*" + } + ] + }, { - "access_level": "Write", - "description": "Grants permission to accept an input device transfer", - "privilege": "AcceptInputDeviceTransfer", + "access_level": "Read", + "description": "Grants permission to retrieve an object", + "privilege": "GetObject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input-device*" + "resource_type": "object*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete channels, inputs, input security groups, and multiplexes", - "privilege": "BatchDelete", + "access_level": "List", + "description": "Grants permission to retrieve a list of containers in the current account", + "privilege": "ListContainers", "resource_types": [ { "condition_keys": [], @@ -158265,109 +173747,129 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to start channels and multiplexes", - "privilege": "BatchStart", + "access_level": "List", + "description": "Grants permission to retrieve a list of objects and subfolders that are stored in a folder", + "privilege": "ListItems", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "folder" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop channels and multiplexes", - "privilege": "BatchStop", + "access_level": "Read", + "description": "Grants permission to list tags on a container", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "container" } ] }, { - "access_level": "Write", - "description": "Grants permission to add and remove actions from a channel's schedule", - "privilege": "BatchUpdateSchedule", + "access_level": "Permissions management", + "description": "Grants permission to create or replace the access policy of a container", + "privilege": "PutContainerPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "container*" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel an input device transfer", - "privilege": "CancelInputDeviceTransfer", + "description": "Grants permission to add or modify the CORS policy of a container", + "privilege": "PutCorsPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input-device*" + "resource_type": "container*" } ] }, { "access_level": "Write", - "description": "Grants permission to claim an input device", - "privilege": "ClaimDevice", + "description": "Grants permission to add or modify the lifecycle policy that is assigned to a container", + "privilege": "PutLifecyclePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input-device*" + "resource_type": "container*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a channel", - "privilege": "CreateChannel", + "description": "Grants permission to add or modify the metric policy that is assigned to a container", + "privilege": "PutMetricPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" - }, + "resource_type": "container*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to upload an object", + "privilege": "PutObject", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input*" - }, + "resource_type": "object*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start access logging on a container", + "privilege": "StartAccessLogging", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "condition_keys": [], + "dependent_actions": [ + "iam:PassRole" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "container*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an input", - "privilege": "CreateInput", + "description": "Grants permission to stop access logging on a container", + "privilege": "StopAccessLogging", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input*" - }, + "resource_type": "container*" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to add tags to a container", + "privilege": "TagResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input-security-group*" + "resource_type": "container" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -158375,67 +173877,97 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create an input security group", - "privilege": "CreateInputSecurityGroup", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a container", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input-security-group*" + "resource_type": "container" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:mediastore:${Region}:${Account}:container/${ContainerName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "container" + }, + { + "arn": "arn:${Partition}:mediastore:${Region}:${Account}:container/${ContainerName}/${ObjectPath}", + "condition_keys": [], + "resource": "object" + }, + { + "arn": "arn:${Partition}:mediastore:${Region}:${Account}:container/${ContainerName}/${FolderPath}", + "condition_keys": [], + "resource": "folder" + } + ], + "service_name": "AWS Elemental MediaStore" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag key-value pairs attached to the resource", + "type": "String" }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "mediatailor", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a multiplex", - "privilege": "CreateMultiplex", + "description": "Grants permission to configure logs on the channel with the specified channel name", + "privilege": "ConfigureLogsForChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "multiplex*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a multiplex program", - "privilege": "CreateMultiplexProgram", + "description": "Grants permission to configure logs for a playback configuration", + "privilege": "ConfigureLogsForPlaybackConfiguration", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "multiplex*" + "dependent_actions": [ + "iam:CreateServiceLinkedRole" + ], + "resource_type": "playbackConfiguration*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a partner input", - "privilege": "CreatePartnerInput", + "description": "Grants permission to create a new channel", + "privilege": "CreateChannel", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "input*" - }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -158447,39 +173979,14 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to create tags for channels, inputs, input security groups, multiplexes, and reservations", - "privilege": "CreateTags", + "access_level": "Write", + "description": "Grants permission to create a new live source on the source location with the specified source location name", + "privilege": "CreateLiveSource", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "channel" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "input" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "input-security-group" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "multiplex" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "reservation" - }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -158488,239 +173995,235 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a channel", - "privilege": "DeleteChannel", + "description": "Grants permission to create a prefetch schedule for the playback configuration with the specified playback configuration name", + "privilege": "CreatePrefetchSchedule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "playbackConfiguration*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an input", - "privilege": "DeleteInput", + "description": "Grants permission to create a new program on the channel with the specified channel name", + "privilege": "CreateProgram", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an input security group", - "privilege": "DeleteInputSecurityGroup", + "description": "Grants permission to create a new source location", + "privilege": "CreateSourceLocation", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "input-security-group*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a multiplex", - "privilege": "DeleteMultiplex", + "description": "Grants permission to create a new VOD source on the source location with the specified source location name", + "privilege": "CreateVodSource", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "multiplex*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a multiplex program", - "privilege": "DeleteMultiplexProgram", + "description": "Grants permission to delete the channel with the specified channel name", + "privilege": "DeleteChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "multiplex*" + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an expired reservation", - "privilege": "DeleteReservation", + "access_level": "Permissions management", + "description": "Grants permission to delete the IAM policy on the channel with the specified channel name", + "privilege": "DeleteChannelPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "reservation*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete all schedule actions for a channel", - "privilege": "DeleteSchedule", + "description": "Grants permission to delete the live source with the specified live source name on the source location with the specified source location name", + "privilege": "DeleteLiveSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "liveSource*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to delete tags from channels, inputs, input security groups, multiplexes, and reservations", - "privilege": "DeleteTags", + "access_level": "Write", + "description": "Grants permission to delete the specified playback configuration", + "privilege": "DeletePlaybackConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "input" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "input-security-group" - }, + "resource_type": "playbackConfiguration*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a prefetch schedule for a playback configuration with the specified prefetch schedule name", + "privilege": "DeletePrefetchSchedule", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "multiplex" + "resource_type": "playbackConfiguration*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "reservation" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "prefetchSchedule*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details about a channel", - "privilege": "DescribeChannel", + "access_level": "Write", + "description": "Grants permission to delete the program with the specified program name on the channel with the specified channel name", + "privilege": "DeleteProgram", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "program*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an input", - "privilege": "DescribeInput", + "access_level": "Write", + "description": "Grants permission to delete the source location with the specified source location name", + "privilege": "DeleteSourceLocation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input*" + "resource_type": "sourceLocation*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an input device", - "privilege": "DescribeInputDevice", + "access_level": "Write", + "description": "Grants permission to delete the VOD source with the specified VOD source name on the source location with the specified source location name", + "privilege": "DeleteVodSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input-device*" + "resource_type": "vodSource*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe an input device thumbnail", - "privilege": "DescribeInputDeviceThumbnail", + "description": "Grants permission to retrieve the channel with the specified channel name", + "privilege": "DescribeChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input-device*" + "resource_type": "channel*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe an input security group", - "privilege": "DescribeInputSecurityGroup", + "description": "Grants permission to retrieve the live source with the specified live source name on the source location with the specified source location name", + "privilege": "DescribeLiveSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input-security-group*" + "resource_type": "liveSource*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a multiplex", - "privilege": "DescribeMultiplex", + "description": "Grants permission to retrieve the program with the specified program name on the channel with the specified channel name", + "privilege": "DescribeProgram", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "multiplex*" + "resource_type": "program*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a multiplex program", - "privilege": "DescribeMultiplexProgram", + "description": "Grants permission to retrieve the source location with the specified source location name", + "privilege": "DescribeSourceLocation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "multiplex*" + "resource_type": "sourceLocation*" } ] }, { "access_level": "Read", - "description": "Grants permission to get details about a reservation offering", - "privilege": "DescribeOffering", + "description": "Grants permission to retrieve the VOD source with the specified VOD source name on the source location with the specified source location name", + "privilege": "DescribeVodSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "offering*" + "resource_type": "vodSource*" } ] }, { "access_level": "Read", - "description": "Grants permission to get details about a reservation", - "privilege": "DescribeReservation", + "description": "Grants permission to read the IAM policy on the channel with the specified channel name", + "privilege": "GetChannelPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "reservation*" + "resource_type": "channel*" } ] }, { "access_level": "Read", - "description": "Grants permission to view a list of actions scheduled on a channel", - "privilege": "DescribeSchedule", + "description": "Grants permission to retrieve the schedule of programs on the channel with the specified channel name", + "privilege": "GetChannelSchedule", "resource_types": [ { "condition_keys": [], @@ -158730,45 +174233,38 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list channels", - "privilege": "ListChannels", + "access_level": "Read", + "description": "Grants permission to retrieve the configuration for the specified name", + "privilege": "GetPlaybackConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "playbackConfiguration*" } ] }, { - "access_level": "List", - "description": "Grants permission to list input device transfers", - "privilege": "ListInputDeviceTransfers", + "access_level": "Read", + "description": "Grants permission to retrieve prefetch schedule for a playback configuration with the specified prefetch schedule name", + "privilege": "GetPrefetchSchedule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list input devices", - "privilege": "ListInputDevices", - "resource_types": [ + "resource_type": "playbackConfiguration*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "prefetchSchedule*" } ] }, { - "access_level": "List", - "description": "Grants permission to list input security groups", - "privilege": "ListInputSecurityGroups", + "access_level": "Read", + "description": "Grants permission to retrieve the list of alerts on a resource", + "privilege": "ListAlerts", "resource_types": [ { "condition_keys": [], @@ -158778,9 +174274,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list inputs", - "privilege": "ListInputs", + "access_level": "Read", + "description": "Grants permission to retrieve the list of existing channels", + "privilege": "ListChannels", "resource_types": [ { "condition_keys": [], @@ -158790,9 +174286,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list multiplex programs", - "privilege": "ListMultiplexPrograms", + "access_level": "Read", + "description": "Grants permission to retrieve the list of existing live sources on the source location with the specified source location name", + "privilege": "ListLiveSources", "resource_types": [ { "condition_keys": [], @@ -158803,8 +174299,8 @@ }, { "access_level": "List", - "description": "Grants permission to list multiplexes", - "privilege": "ListMultiplexes", + "description": "Grants permission to retrieve the list of available configurations", + "privilege": "ListPlaybackConfigurations", "resource_types": [ { "condition_keys": [], @@ -158815,20 +174311,20 @@ }, { "access_level": "List", - "description": "Grants permission to list reservation offerings", - "privilege": "ListOfferings", + "description": "Grants permission to retrieve the list of prefetch schedules for a playback configuration", + "privilege": "ListPrefetchSchedules", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "playbackConfiguration*" } ] }, { - "access_level": "List", - "description": "Grants permission to list reservations", - "privilege": "ListReservations", + "access_level": "Read", + "description": "Grants permission to retrieve the list of existing source locations", + "privilege": "ListSourceLocations", "resource_types": [ { "condition_keys": [], @@ -158838,8 +174334,8 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list tags for channels, inputs, input security groups, multiplexes, and reservations", + "access_level": "Read", + "description": "Grants permission to list the tags assigned to the specified playback configuration resource", "privilege": "ListTagsForResource", "resource_types": [ { @@ -158850,77 +174346,67 @@ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input" + "resource_type": "liveSource" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "input-security-group" + "resource_type": "playbackConfiguration" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "multiplex" + "resource_type": "sourceLocation" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "reservation" + "resource_type": "vodSource" } ] }, { - "access_level": "Write", - "description": "Grants permission to purchase a reservation offering", - "privilege": "PurchaseOffering", + "access_level": "Read", + "description": "Grants permission to retrieve the list of existing VOD sources on the source location with the specified source location name", + "privilege": "ListVodSources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "offering*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "reservation*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to reboot an input device", - "privilege": "RebootInputDevice", + "access_level": "Permissions management", + "description": "Grants permission to set the IAM policy on the channel with the specified channel name", + "privilege": "PutChannelPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input-device*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to reject an input device transfer", - "privilege": "RejectInputDeviceTransfer", + "description": "Grants permission to add a new configuration", + "privilege": "PutPlaybackConfiguration", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "input-device*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start a channel", + "description": "Grants permission to start the channel with the specified channel name", "privilege": "StartChannel", "resource_types": [ { @@ -158932,256 +174418,246 @@ }, { "access_level": "Write", - "description": "Grants permission to start a maintenance window for an input device", - "privilege": "StartInputDeviceMaintenanceWindow", + "description": "Grants permission to stop the channel with the specified channel name", + "privilege": "StopChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input-device*" + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start a multiplex", - "privilege": "StartMultiplex", + "access_level": "Tagging", + "description": "Grants permission to add tags to the specified playback configuration resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "multiplex*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to stop a channel", - "privilege": "StopChannel", - "resource_types": [ + "resource_type": "channel" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to stop a multiplex", - "privilege": "StopMultiplex", - "resource_types": [ + "resource_type": "liveSource" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "multiplex*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to transfer an input device", - "privilege": "TransferInputDevice", - "resource_types": [ + "resource_type": "playbackConfiguration" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "input-device*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update a channel", - "privilege": "UpdateChannel", - "resource_types": [ + "resource_type": "sourceLocation" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "vodSource" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the class of a channel", - "privilege": "UpdateChannelClass", + "access_level": "Tagging", + "description": "Grants permission to remove tags from the specified playback configuration resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update an input", - "privilege": "UpdateInput", - "resource_types": [ + "resource_type": "channel" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "input*" + "resource_type": "liveSource" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "playbackConfiguration" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "sourceLocation" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "vodSource" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update an input device", - "privilege": "UpdateInputDevice", + "description": "Grants permission to update the channel with the specified channel name", + "privilege": "UpdateChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input-device*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an input security group", - "privilege": "UpdateInputSecurityGroup", + "description": "Grants permission to update the live source with the specified live source name on the source location with the specified source location name", + "privilege": "UpdateLiveSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "input-security-group*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "liveSource*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a multiplex", - "privilege": "UpdateMultiplex", + "description": "Grants permission to update the program with the specified program name on the channel with the specified channel name", + "privilege": "UpdateProgram", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "multiplex*" + "resource_type": "program*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a multiplex program", - "privilege": "UpdateMultiplexProgram", + "description": "Grants permission to update the source location with the specified source location name", + "privilege": "UpdateSourceLocation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "multiplex*" + "resource_type": "sourceLocation*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a reservation", - "privilege": "UpdateReservation", + "description": "Grants permission to update the VOD source with the specified VOD source name on the source location with the specified source location name", + "privilege": "UpdateVodSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "reservation*" + "resource_type": "vodSource*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:medialive:${Region}:${Account}:channel:${ChannelId}", + "arn": "arn:${Partition}:mediatailor:${Region}:${Account}:playbackConfiguration/${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "channel" + "resource": "playbackConfiguration" }, { - "arn": "arn:${Partition}:medialive:${Region}:${Account}:input:${InputId}", + "arn": "arn:${Partition}:mediatailor:${Region}:${Account}:prefetchSchedule/${ResourceId}", + "condition_keys": [], + "resource": "prefetchSchedule" + }, + { + "arn": "arn:${Partition}:mediatailor:${Region}:${Account}:channel/${ChannelName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "input" + "resource": "channel" }, { - "arn": "arn:${Partition}:medialive:${Region}:${Account}:inputDevice:${DeviceId}", + "arn": "arn:${Partition}:mediatailor:${Region}:${Account}:program/${ChannelName}/${ProgramName}", "condition_keys": [], - "resource": "input-device" + "resource": "program" }, { - "arn": "arn:${Partition}:medialive:${Region}:${Account}:inputSecurityGroup:${InputSecurityGroupId}", + "arn": "arn:${Partition}:mediatailor:${Region}:${Account}:sourceLocation/${SourceLocationName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "input-security-group" + "resource": "sourceLocation" }, { - "arn": "arn:${Partition}:medialive:${Region}:${Account}:multiplex:${MultiplexId}", + "arn": "arn:${Partition}:mediatailor:${Region}:${Account}:vodSource/${SourceLocationName}/${VodSourceName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "multiplex" + "resource": "vodSource" }, { - "arn": "arn:${Partition}:medialive:${Region}:${Account}:reservation:${ReservationId}", + "arn": "arn:${Partition}:mediatailor:${Region}:${Account}:liveSource/${SourceLocationName}/${LiveSourceName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "reservation" - }, - { - "arn": "arn:${Partition}:medialive:${Region}:${Account}:offering:${OfferingId}", - "condition_keys": [], - "resource": "offering" + "resource": "liveSource" } ], - "service_name": "AWS Elemental MediaLive" + "service_name": "AWS Elemental MediaTailor" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tag for a MediaPackage request", + "description": "Filters access by a tag key and value pair that is allowed in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tag for a MediaPackage resource", + "description": "Filters access by a tag key and value pair of a resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by the tag keys for a MediaPackage resource or request", + "description": "Filters access by a list of tag keys that are allowed in the request", "type": "ArrayOfString" } ], - "prefix": "mediapackage", + "prefix": "medical-imaging", "privileges": [ { "access_level": "Write", - "description": "Grants permission to configure access logs for a Channel", - "privilege": "ConfigureLogs", + "description": "Grants permission to copy an image set", + "privilege": "CopyImageSet", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole" - ], - "resource_type": "channels*" + "dependent_actions": [], + "resource_type": "datastore*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "imageset*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a channel in AWS Elemental MediaPackage", - "privilege": "CreateChannel", + "description": "Grants permission to create a data store to ingest imaging data", + "privilege": "CreateDatastore", "resource_types": [ { "condition_keys": [ @@ -159195,110 +174671,124 @@ }, { "access_level": "Write", - "description": "Grants permission to create a harvest job in AWS Elemental MediaPackage", - "privilege": "CreateHarvestJob", + "description": "Grants permission to delete a data store", + "privilege": "DeleteDatastore", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "datastore*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an endpoint in AWS Elemental MediaPackage", - "privilege": "CreateOriginEndpoint", + "description": "Grants permission to delete an image set", + "privilege": "DeleteImageSet", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "datastore*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "imageset*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a channel in AWS Elemental MediaPackage", - "privilege": "DeleteChannel", + "access_level": "Read", + "description": "Grants permission to get an import job's properties", + "privilege": "GetDICOMImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channels*" + "resource_type": "datastore*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an endpoint in AWS Elemental MediaPackage", - "privilege": "DeleteOriginEndpoint", + "access_level": "Read", + "description": "Grants permission to get data store properties", + "privilege": "GetDatastore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "origin_endpoints*" + "resource_type": "datastore*" } ] }, { "access_level": "Read", - "description": "Grants permission to view the details of a channel in AWS Elemental MediaPackage", - "privilege": "DescribeChannel", + "description": "Grants permission to get image frame properties", + "privilege": "GetImageFrame", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channels*" + "resource_type": "datastore*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "imageset*" } ] }, { "access_level": "Read", - "description": "Grants permission to view the details of a harvest job in AWS Elemental MediaPackage", - "privilege": "DescribeHarvestJob", + "description": "Grants permission to get image set properties", + "privilege": "GetImageSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "harvest_jobs*" + "resource_type": "datastore*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "imageset*" } ] }, { "access_level": "Read", - "description": "Grants permission to view the details of an endpoint in AWS Elemental MediaPackage", - "privilege": "DescribeOriginEndpoint", + "description": "Grants permission to get image set metadata properties", + "privilege": "GetImageSetMetadata", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "origin_endpoints*" + "resource_type": "datastore*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "imageset*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view a list of channels in AWS Elemental MediaPackage", - "privilege": "ListChannels", + "access_level": "List", + "description": "Grants permission to list import jobs for a data store", + "privilege": "ListDICOMImportJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "datastore*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view a list of harvest jobs in AWS Elemental MediaPackage", - "privilege": "ListHarvestJobs", + "access_level": "List", + "description": "Grants permission to list data stores", + "privilege": "ListDatastores", "resource_types": [ { "condition_keys": [], @@ -159308,86 +174798,82 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to view a list of endpoints in AWS Elemental MediaPackage", - "privilege": "ListOriginEndpoints", + "access_level": "List", + "description": "Grants permission to list versions of an image set", + "privilege": "ListImageSetVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "datastore*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "imageset*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the tags assigned to a Channel or OriginEndpoint", + "access_level": "List", + "description": "Grants permission to list tags for a medical imaging resource", "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channels" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "harvest_jobs" + "resource_type": "datastore" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "origin_endpoints" + "resource_type": "imageset" } ] }, { - "access_level": "Write", - "description": "Grants permission to rotate credentials for the first IngestEndpoint of a Channel in AWS Elemental MediaPackage", - "privilege": "RotateChannelCredentials", + "access_level": "Read", + "description": "Grants permission to search image sets", + "privilege": "SearchImageSets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channels*" + "resource_type": "datastore*" } ] }, { "access_level": "Write", - "description": "Grants permission to rotate IngestEndpoint credentials for a Channel in AWS Elemental MediaPackage", - "privilege": "RotateIngestEndpointCredentials", + "description": "Grants permission to start a DICOM import job", + "privilege": "StartDICOMImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channels*" + "resource_type": "datastore*" } ] }, { "access_level": "Tagging", - "description": "Grants permission to tag a MediaPackage resource", + "description": "Grants permission to add tags to a medical imaging resource", "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channels" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "harvest_jobs" + "resource_type": "datastore" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "origin_endpoints" + "resource_type": "imageset" }, { "condition_keys": [ "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -159397,23 +174883,18 @@ }, { "access_level": "Tagging", - "description": "Grants permission to delete tags to a Channel or OriginEndpoint", + "description": "Grants permission to remove tags from a medical imaging resource", "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channels" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "harvest_jobs" + "resource_type": "datastore" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "origin_endpoints" + "resource_type": "imageset" }, { "condition_keys": [ @@ -159426,97 +174907,104 @@ }, { "access_level": "Write", - "description": "Grants permission to make changes to a channel in AWS Elemental MediaPackage", - "privilege": "UpdateChannel", + "description": "Grants permission to update image set metadata properties", + "privilege": "UpdateImageSetMetadata", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channels*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to make changes to an endpoint in AWS Elemental MediaPackage", - "privilege": "UpdateOriginEndpoint", - "resource_types": [ + "resource_type": "datastore*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "origin_endpoints*" + "resource_type": "imageset*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:mediapackage:${Region}:${Account}:channels/${ChannelIdentifier}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "channels" - }, - { - "arn": "arn:${Partition}:mediapackage:${Region}:${Account}:origin_endpoints/${OriginEndpointIdentifier}", + "arn": "arn:${Partition}:medical-imaging:${Region}:${Account}:datastore/${DatastoreId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "origin_endpoints" + "resource": "datastore" }, { - "arn": "arn:${Partition}:mediapackage:${Region}:${Account}:harvest_jobs/${HarvestJobIdentifier}", + "arn": "arn:${Partition}:medical-imaging:${Region}:${Account}:datastore/${DatastoreId}/imageset/${ImageSetId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "harvest_jobs" + "resource": "imageset" } ], - "service_name": "AWS Elemental MediaPackage" + "service_name": "AWS HealthImaging" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters actions based on the presence of tag key-value pairs in the request", + "description": "Filters actions based on the tags that are passed in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on tag key-value pairs attached to the resource", + "description": "Filters actions based on the tags associated with the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters actions based on the presence of tag keys in the request", + "description": "Filters actions based on the tag keys that are passed in the request", "type": "ArrayOfString" } ], - "prefix": "mediapackage-vod", + "prefix": "memorydb", "privileges": [ { "access_level": "Write", - "description": "Grants permission to configure egress access logs for a PackagingGroup", - "privilege": "ConfigureLogs", + "description": "Grants permissions to apply service updates", + "privilege": "BatchUpdateCluster", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "iam:CreateServiceLinkedRole" + "ec2:CreateNetworkInterface", + "ec2:DeleteNetworkInterface", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs", + "s3:GetObject" ], - "resource_type": "packaging-groups*" + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an asset in AWS Elemental MediaPackage", - "privilege": "CreateAsset", + "description": "Allows an IAM user or role to connect as a specified MemoryDB user to a node in a cluster", + "privilege": "Connect", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -159525,11 +175013,22 @@ }, { "access_level": "Write", - "description": "Grants permission to create a packaging configuration in AWS Elemental MediaPackage", - "privilege": "CreatePackagingConfiguration", + "description": "Grants permissions to make a copy of an existing snapshot", + "privilege": "CopySnapshot", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "memorydb:TagResource", + "s3:DeleteObject", + "s3:GetBucketAcl", + "s3:PutObject" + ], + "resource_type": "snapshot*" + }, { "condition_keys": [ + "aws:ResourceTag/${TagKey}", "aws:RequestTag/${TagKey}", "aws:TagKeys" ], @@ -159540,11 +175039,19 @@ }, { "access_level": "Write", - "description": "Grants permission to create a packaging group in AWS Elemental MediaPackage", - "privilege": "CreatePackagingGroup", + "description": "Grants permissions to create a new access control list", + "privilege": "CreateAcl", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "memorydb:TagResource" + ], + "resource_type": "user*" + }, { "condition_keys": [ + "aws:ResourceTag/${TagKey}", "aws:RequestTag/${TagKey}", "aws:TagKeys" ], @@ -159555,158 +175062,168 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an asset in AWS Elemental MediaPackage", - "privilege": "DeleteAsset", + "description": "Grants permissions to create a cluster", + "privilege": "CreateCluster", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "assets*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a packaging configuration in AWS Elemental MediaPackage", - "privilege": "DeletePackagingConfiguration", - "resource_types": [ + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:DeleteNetworkInterface", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs", + "memorydb:TagResource", + "s3:GetObject" + ], + "resource_type": "acl*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "packaging-configurations*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a packaging group in AWS Elemental MediaPackage", - "privilege": "DeletePackagingGroup", - "resource_types": [ + "resource_type": "parametergroup*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "packaging-groups*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to view the details of an asset in AWS Elemental MediaPackage", - "privilege": "DescribeAsset", - "resource_types": [ + "resource_type": "subnetgroup*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "assets*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to view the details of a packaging configuration in AWS Elemental MediaPackage", - "privilege": "DescribePackagingConfiguration", - "resource_types": [ + "resource_type": "snapshot" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "packaging-configurations*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to view the details of a packaging group in AWS Elemental MediaPackage", - "privilege": "DescribePackagingGroup", + "access_level": "Write", + "description": "Grants permissions to create a new parameter group", + "privilege": "CreateParameterGroup", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "packaging-groups*" + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "memorydb:TagResource" + ], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to view a list of assets in AWS Elemental MediaPackage", - "privilege": "ListAssets", + "access_level": "Write", + "description": "Grants permissions to create a backup of a cluster at the current point in time", + "privilege": "CreateSnapshot", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "memorydb:TagResource", + "s3:DeleteObject", + "s3:GetBucketAcl", + "s3:PutObject" + ], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to view a list of packaging configurations in AWS Elemental MediaPackage", - "privilege": "ListPackagingConfigurations", + "access_level": "Write", + "description": "Grants permissions to create a new subnet group", + "privilege": "CreateSubnetGroup", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "memorydb:TagResource" + ], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to view a list of packaging groups in AWS Elemental MediaPackage", - "privilege": "ListPackagingGroups", + "access_level": "Write", + "description": "Grants permissions to create a new user", + "privilege": "CreateUser", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "memorydb:TagResource" + ], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list the tags assigned to a PackagingGroup, PackagingConfiguration, or Asset", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permissions to delete an access control list", + "privilege": "DeleteAcl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "assets" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "packaging-configurations" + "resource_type": "acl*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "packaging-groups" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to assign tags to a PackagingGroup, PackagingConfiguration, or Asset", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permissions to delete a previously provisioned cluster", + "privilege": "DeleteCluster", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "assets" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "packaging-configurations" + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:DeleteNetworkInterface", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs" + ], + "resource_type": "cluster*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "packaging-groups" + "resource_type": "snapshot" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -159714,28 +175231,18 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to delete tags from a PackagingGroup, PackagingConfiguration, or Asset", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permissions to delete a parameter group", + "privilege": "DeleteParameterGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "assets" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "packaging-configurations" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "packaging-groups" + "resource_type": "parametergroup*" }, { "condition_keys": [ - "aws:TagKeys" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -159744,81 +175251,42 @@ }, { "access_level": "Write", - "description": "Grants permission to update a packaging group in AWS Elemental MediaPackage", - "privilege": "UpdatePackagingGroup", + "description": "Grants permissions to delete a snapshot", + "privilege": "DeleteSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "packaging-groups*" + "resource_type": "snapshot*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:mediapackage-vod:${Region}:${Account}:assets/${AssetIdentifier}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "assets" - }, - { - "arn": "arn:${Partition}:mediapackage-vod:${Region}:${Account}:packaging-configurations/${PackagingConfigurationIdentifier}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "packaging-configurations" - }, - { - "arn": "arn:${Partition}:mediapackage-vod:${Region}:${Account}:packaging-groups/${PackagingGroupIdentifier}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "packaging-groups" - } - ], - "service_name": "AWS Elemental MediaPackage VOD" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tags associated with the resource", - "type": "String" }, - { - "condition": "aws:TagKeys", - "description": "Filters access by tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "mediapackagev2", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a channel in a channel group", - "privilege": "CreateChannel", + "description": "Grants permissions to delete a subnet group", + "privilege": "DeleteSubnetGroup", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "Channel*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ChannelGroup*" + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:DeleteNetworkInterface", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs" + ], + "resource_type": "subnetgroup*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -159827,18 +175295,17 @@ }, { "access_level": "Write", - "description": "Grants permission to create a channel group", - "privilege": "CreateChannelGroup", + "description": "Grants permissions to delete a user", + "privilege": "DeleteUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ChannelGroup*" + "resource_type": "user*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -159846,29 +175313,18 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create an origin endpoint for a channel", - "privilege": "CreateOriginEndpoint", + "access_level": "Read", + "description": "Grants permissions to retrieve information about access control lists", + "privilege": "DescribeAcls", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ChannelGroup*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "OriginEndpoint*" + "resource_type": "acl*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -159876,163 +175332,206 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete a channel in a channel group", - "privilege": "DeleteChannel", + "access_level": "Read", + "description": "Grants permissions to retrieve information about all provisioned clusters if no cluster identifier is specified, or about a specific cluster if a cluster identifier is supplied", + "privilege": "DescribeClusters", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" + "resource_type": "cluster*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "ChannelGroup*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a channel group", - "privilege": "DeleteChannelGroup", + "access_level": "Read", + "description": "Grants permissions to list of the available engines and their versions", + "privilege": "DescribeEngineVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ChannelGroup*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a resource policy from a channel", - "privilege": "DeleteChannelPolicy", + "access_level": "Read", + "description": "Grants permissions to retrieve events related to clusters, subnet groups, and parameter groups", + "privilege": "DescribeEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permissions to retrieve information about parameter groups", + "privilege": "DescribeParameterGroups", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ChannelGroup*" + "resource_type": "parametergroup*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "ChannelPolicy*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an origin endpoint of a channel", - "privilege": "DeleteOriginEndpoint", + "access_level": "Read", + "description": "Grants permissions to retrieve a detailed parameter list for a particular parameter group", + "privilege": "DescribeParameters", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ChannelGroup*" + "resource_type": "parametergroup*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "OriginEndpoint*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a resource policy from an origin endpoint", - "privilege": "DeleteOriginEndpointPolicy", + "access_level": "Read", + "description": "Grants permissions to retrieve reserved nodes", + "privilege": "DescribeReservedNodes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" + "resource_type": "reservednode*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "ChannelGroup*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permissions to retrieve reserved nodes offerings", + "privilege": "DescribeReservedNodesOfferings", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "OriginEndpoint*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permissions to retrieve details of the service updates", + "privilege": "DescribeServiceUpdates", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "OriginEndpointPolicy*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve details of a channel in a channel group", - "privilege": "GetChannel", + "description": "Grants permissions to retrieve information about cluster snapshots", + "privilege": "DescribeSnapshots", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" + "resource_type": "snapshot*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "ChannelGroup*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve details of a channel group", - "privilege": "GetChannelGroup", + "description": "Grants permissions to retrieve a list of subnet group", + "privilege": "DescribeSubnetGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ChannelGroup*" + "resource_type": "subnetgroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a resource policy for a channel", - "privilege": "GetChannelPolicy", + "description": "Grants permissions to retrieve information about users", + "privilege": "DescribeUsers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ChannelGroup*" + "resource_type": "user*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "ChannelPolicy*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to make GetHeadObject requests to MediaPackage", - "privilege": "GetHeadObject", + "access_level": "Write", + "description": "Grants permissions to test automatic failover on a specified shard in a cluster", + "privilege": "FailoverShard", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:DeleteNetworkInterface", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs" + ], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], "resource_type": "" } @@ -160040,213 +175539,223 @@ }, { "access_level": "Read", - "description": "Grants permission to make GetObject requests to MediaPackage", - "privilege": "GetObject", + "description": "Grants permissions to list available node type updates", + "privilege": "ListAllowedNodeTypeUpdates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve details of an origin endpoint", - "privilege": "GetOriginEndpoint", + "description": "Grants permissions to list cost allocation tags", + "privilege": "ListTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" + "resource_type": "acl" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "ChannelGroup*" + "resource_type": "cluster" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "OriginEndpoint*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve details of a resource policy for an origin endpoint", - "privilege": "GetOriginEndpointPolicy", - "resource_types": [ + "resource_type": "parametergroup" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" + "resource_type": "snapshot" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "ChannelGroup*" + "resource_type": "subnetgroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "OriginEndpoint*" + "resource_type": "user" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "OriginEndpointPolicy*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all channel groups for an aws account", - "privilege": "ListChannelGroups", + "access_level": "Write", + "description": "Grants permissions to purchase a new reserved node", + "privilege": "PurchaseReservedNodesOffering", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "memorydb:TagResource" + ], + "resource_type": "reservednode*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all channels in a channel group", - "privilege": "ListChannels", + "access_level": "Write", + "description": "Grants permissions to modify the parameters of a parameter group to the engine or system default value", + "privilege": "ResetParameterGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ChannelGroup*" + "resource_type": "parametergroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all origin endpoints of a channel", - "privilege": "ListOriginEndpoints", + "access_level": "Tagging", + "description": "Grants permissions to add up to 10 cost allocation tags to the named resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" + "resource_type": "acl" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "ChannelGroup*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to list tags for the specified resource", - "privilege": "ListTagsForResource", - "resource_types": [ + "resource_type": "cluster" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel" + "resource_type": "parametergroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "ChannelGroup" + "resource_type": "reservednode" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "OriginEndpoint" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to attach a resource policy for a channel", - "privilege": "PutChannelPolicy", - "resource_types": [ + "resource_type": "snapshot" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" + "resource_type": "subnetgroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "ChannelGroup*" + "resource_type": "user" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "ChannelPolicy*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to make PutObject requests to MediaPackage", - "privilege": "PutObject", + "access_level": "Tagging", + "description": "Grants permissions to remove the tags identified by the TagKeys list from a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to attach a resource policy to an origin endpoint", - "privilege": "PutOriginEndpointPolicy", - "resource_types": [ + "resource_type": "acl" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" + "resource_type": "cluster" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "ChannelGroup*" + "resource_type": "parametergroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "OriginEndpoint*" + "resource_type": "snapshot" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "subnetgroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "OriginEndpointPolicy*" + "resource_type": "user" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add specified tags to the specified resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permissions to update an access control list", + "privilege": "UpdateAcl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ChannelGroup" + "resource_type": "acl*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "OriginEndpoint" + "resource_type": "user*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -160254,29 +175763,34 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove the specified tags from the specified resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permissions to update the settings for a cluster", + "privilege": "UpdateCluster", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "Channel" + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:DeleteNetworkInterface", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSubnets", + "ec2:DescribeVpcs" + ], + "resource_type": "cluster*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "ChannelGroup" + "resource_type": "acl" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "OriginEndpoint" + "resource_type": "parametergroup" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -160285,516 +175799,509 @@ }, { "access_level": "Write", - "description": "Grants permission to update a channel in a channel group", - "privilege": "UpdateChannel", + "description": "Grants permissions to update parameters in a parameter group", + "privilege": "UpdateParameterGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" + "resource_type": "parametergroup*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "ChannelGroup*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a channel group", - "privilege": "UpdateChannelGroup", + "description": "Grants permissions to update a subnet group", + "privilege": "UpdateSubnetGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ChannelGroup*" + "resource_type": "subnetgroup*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update an origin endpoint of a channel", - "privilege": "UpdateOriginEndpoint", + "description": "Grants permissions to update a user", + "privilege": "UpdateUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Channel*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ChannelGroup*" + "resource_type": "user*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "OriginEndpoint*" + "resource_type": "" } ] } ], "resources": [ { - "arn": "arn:${Partition}:mediapackagev2:${Region}:${Account}:channelGroup/${ChannelGroupName}", + "arn": "arn:${Partition}:memorydb:${Region}:${Account}:parametergroup/${ParameterGroupName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "ChannelGroup" + "resource": "parametergroup" }, { - "arn": "arn:${Partition}:mediapackagev2:${Region}:${Account}:channelGroup/${ChannelGroupName}/channel/${ChannelName}", - "condition_keys": [], - "resource": "ChannelPolicy" + "arn": "arn:${Partition}:memorydb:${Region}:${Account}:subnetgroup/${SubnetGroupName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "subnetgroup" }, { - "arn": "arn:${Partition}:mediapackagev2:${Region}:${Account}:channelGroup/${ChannelGroupName}/channel/${ChannelName}", + "arn": "arn:${Partition}:memorydb:${Region}:${Account}:cluster/${ClusterName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "Channel" + "resource": "cluster" }, { - "arn": "arn:${Partition}:mediapackagev2:${Region}:${Account}:channelGroup/${ChannelGroupName}/channel/${ChannelName}/originEndpoint/${OriginEndpointName}", - "condition_keys": [], - "resource": "OriginEndpointPolicy" + "arn": "arn:${Partition}:memorydb:${Region}:${Account}:snapshot/${SnapshotName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "snapshot" }, { - "arn": "arn:${Partition}:mediapackagev2:${Region}:${Account}:channelGroup/${ChannelGroupName}/channel/${ChannelName}/originEndpoint/${OriginEndpointName}", + "arn": "arn:${Partition}:memorydb:${Region}:${Account}:user/${UserName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "OriginEndpoint" - } - ], - "service_name": "AWS Elemental MediaPackage V2" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" + "resource": "user" }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", - "type": "String" + "arn": "arn:${Partition}:memorydb:${Region}:${Account}:acl/${AclName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "acl" }, { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" + "arn": "arn:${Partition}:memorydb:${Region}:${Account}:reservednode/${ReservationID}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "reservednode" } ], - "prefix": "mediastore", + "service_name": "Amazon MemoryDB" + }, + { + "conditions": [], + "prefix": "mgh", "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a container", - "privilege": "CreateContainer", + "description": "Grants permission to associate a given AWS artifact to a MigrationTask", + "privilege": "AssociateCreatedArtifact", "resource_types": [ { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "migrationTask*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a container", - "privilege": "DeleteContainer", + "description": "Grants permission to associate a given ADS resource to a MigrationTask", + "privilege": "AssociateDiscoveredResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container*" + "resource_type": "migrationTask*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to delete the access policy of a container", - "privilege": "DeleteContainerPolicy", + "access_level": "Write", + "description": "Grants permission to create a Migration Hub Home Region Control", + "privilege": "CreateHomeRegionControl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the CORS policy from a container", - "privilege": "DeleteCorsPolicy", + "description": "Grants permission to create a ProgressUpdateStream", + "privilege": "CreateProgressUpdateStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container*" + "resource_type": "progressUpdateStream*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the lifecycle policy from a container", - "privilege": "DeleteLifecyclePolicy", + "description": "Grants permission to delete a Migration Hub Home Region Control", + "privilege": "DeleteHomeRegionControl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the metric policy from a container", - "privilege": "DeleteMetricPolicy", + "description": "Grants permission to delete a ProgressUpdateStream", + "privilege": "DeleteProgressUpdateStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container*" + "resource_type": "progressUpdateStream*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an object", - "privilege": "DeleteObject", + "access_level": "Read", + "description": "Grants permission to get an Application Discovery Service Application's state", + "privilege": "DescribeApplicationState", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "object*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve details on a container", - "privilege": "DescribeContainer", + "description": "Grants permission to list Home Region Controls", + "privilege": "DescribeHomeRegionControls", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve metadata for an object", - "privilege": "DescribeObject", + "access_level": "Read", + "description": "Grants permission to describe a MigrationTask", + "privilege": "DescribeMigrationTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "object*" + "resource_type": "migrationTask*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the access policy of a container", - "privilege": "GetContainerPolicy", + "access_level": "Write", + "description": "Grants permission to disassociate a given AWS artifact from a MigrationTask", + "privilege": "DisassociateCreatedArtifact", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container*" + "resource_type": "migrationTask*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the CORS policy of a container", - "privilege": "GetCorsPolicy", + "access_level": "Write", + "description": "Grants permission to disassociate a given ADS resource from a MigrationTask", + "privilege": "DisassociateDiscoveredResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container*" + "resource_type": "migrationTask*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the lifecycle policy that is assigned to a container", - "privilege": "GetLifecyclePolicy", + "description": "Grants permission to get the Migration Hub Home Region", + "privilege": "GetHomeRegion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the metric policy that is assigned to a container", - "privilege": "GetMetricPolicy", + "access_level": "Write", + "description": "Grants permission to import a MigrationTask", + "privilege": "ImportMigrationTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container*" + "resource_type": "migrationTask*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve an object", - "privilege": "GetObject", + "access_level": "List", + "description": "Grants permission to list Application statuses", + "privilege": "ListApplicationStates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "object*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve a list of containers in the current account", - "privilege": "ListContainers", + "description": "Grants permission to list associated created artifacts for a MigrationTask", + "privilege": "ListCreatedArtifacts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "migrationTask*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve a list of objects and subfolders that are stored in a folder", - "privilege": "ListItems", + "description": "Grants permission to list associated ADS resources from MigrationTask", + "privilege": "ListDiscoveredResources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "folder" + "resource_type": "migrationTask*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list tags on a container", - "privilege": "ListTagsForResource", + "access_level": "List", + "description": "Grants permission to list MigrationTasks", + "privilege": "ListMigrationTasks", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container" + "resource_type": "" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to create or replace the access policy of a container", - "privilege": "PutContainerPolicy", + "access_level": "List", + "description": "Grants permission to to list ProgressUpdateStreams", + "privilege": "ListProgressUpdateStreams", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to add or modify the CORS policy of a container", - "privilege": "PutCorsPolicy", + "description": "Grants permission to update an Application Discovery Service Application's state", + "privilege": "NotifyApplicationState", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to add or modify the lifecycle policy that is assigned to a container", - "privilege": "PutLifecyclePolicy", + "description": "Grants permission to notify latest MigrationTask state", + "privilege": "NotifyMigrationTaskState", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container*" + "resource_type": "migrationTask*" } ] }, { "access_level": "Write", - "description": "Grants permission to add or modify the metric policy that is assigned to a container", - "privilege": "PutMetricPolicy", + "description": "Grants permission to put ResourceAttributes", + "privilege": "PutResourceAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container*" + "resource_type": "migrationTask*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:mgh:${Region}:${Account}:progressUpdateStream/${Stream}", + "condition_keys": [], + "resource": "progressUpdateStream" + }, + { + "arn": "arn:${Partition}:mgh:${Region}:${Account}:progressUpdateStream/${Stream}/migrationTask/${Task}", + "condition_keys": [], + "resource": "migrationTask" + } + ], + "service_name": "AWS Migration Hub" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by presence of tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by presence of tag keys in the request", + "type": "ArrayOfString" }, + { + "condition": "mgn:CreateAction", + "description": "Filters access by the name of a resource-creating API action", + "type": "String" + } + ], + "prefix": "mgn", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to upload an object", - "privilege": "PutObject", + "description": "Grants permission to archive an application", + "privilege": "ArchiveApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "object*" + "resource_type": "ApplicationResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to start access logging on a container", - "privilege": "StartAccessLogging", + "description": "Grants permission to archive a wave", + "privilege": "ArchiveWave", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "container*" + "dependent_actions": [], + "resource_type": "WaveResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop access logging on a container", - "privilege": "StopAccessLogging", + "description": "Grants permission to associate applications to a wave", + "privilege": "AssociateApplications", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container*" + "resource_type": "ApplicationResource*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WaveResource*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a container", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to associate source servers to an application", + "privilege": "AssociateSourceServers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container" + "resource_type": "ApplicationResource*" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a container", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to create volume snapshot group", + "privilege": "BatchCreateVolumeSnapshotGroupForMgn", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "container" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:mediastore:${Region}:${Account}:container/${ContainerName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "container" - }, - { - "arn": "arn:${Partition}:mediastore:${Region}:${Account}:container/${ContainerName}/${ObjectPath}", - "condition_keys": [], - "resource": "object" - }, - { - "arn": "arn:${Partition}:mediastore:${Region}:${Account}:container/${ContainerName}/${FolderPath}", - "condition_keys": [], - "resource": "folder" - } - ], - "service_name": "AWS Elemental MediaStore" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", - "type": "String" }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "mediatailor", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to configure logs on the channel with the specified channel name", - "privilege": "ConfigureLogsForChannel", + "description": "Grants permission to batch delete snapshot request", + "privilege": "BatchDeleteSnapshotRequestForMgn", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to configure logs for a playback configuration", - "privilege": "ConfigureLogsForPlaybackConfiguration", + "description": "Grants permission to change source server life cycle state", + "privilege": "ChangeServerLifeCycleState", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole" - ], - "resource_type": "playbackConfiguration*" + "dependent_actions": [], + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new channel", - "privilege": "CreateChannel", + "description": "Grants permission to create an application", + "privilege": "CreateApplication", "resource_types": [ { "condition_keys": [ @@ -160808,8 +176315,8 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new live source on the source location with the specified source location name", - "privilege": "CreateLiveSource", + "description": "Grants permission to create connector", + "privilege": "CreateConnector", "resource_types": [ { "condition_keys": [ @@ -160823,23 +176330,29 @@ }, { "access_level": "Write", - "description": "Grants permission to create a prefetch schedule for the playback configuration with the specified playback configuration name", - "privilege": "CreatePrefetchSchedule", + "description": "Grants permission to create launch configuration template", + "privilege": "CreateLaunchConfigurationTemplate", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "playbackConfiguration*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new program on the channel with the specified channel name", - "privilege": "CreateProgram", + "description": "Grants permission to create replication configuration template", + "privilege": "CreateReplicationConfigurationTemplate", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -160847,8 +176360,8 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new source location", - "privilege": "CreateSourceLocation", + "description": "Grants permission to create vcenter client", + "privilege": "CreateVcenterClientForMgn", "resource_types": [ { "condition_keys": [ @@ -160862,8 +176375,8 @@ }, { "access_level": "Write", - "description": "Grants permission to create a new VOD source on the source location with the specified source location name", - "privilege": "CreateVodSource", + "description": "Grants permission to create a wave", + "privilege": "CreateWave", "resource_types": [ { "condition_keys": [ @@ -160877,282 +176390,282 @@ }, { "access_level": "Write", - "description": "Grants permission to delete the channel with the specified channel name", - "privilege": "DeleteChannel", + "description": "Grants permission to delete an application", + "privilege": "DeleteApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "ApplicationResource*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to delete the IAM policy on the channel with the specified channel name", - "privilege": "DeleteChannelPolicy", + "access_level": "Write", + "description": "Grants permission to delete connector", + "privilege": "DeleteConnector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "ConnectorResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the live source with the specified live source name on the source location with the specified source location name", - "privilege": "DeleteLiveSource", + "description": "Grants permission to delete job", + "privilege": "DeleteJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "liveSource*" + "resource_type": "JobResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the specified playback configuration", - "privilege": "DeletePlaybackConfiguration", + "description": "Grants permission to delete launch configuration template", + "privilege": "DeleteLaunchConfigurationTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "playbackConfiguration*" + "resource_type": "LaunchConfigurationTemplateResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a prefetch schedule for a playback configuration with the specified prefetch schedule name", - "privilege": "DeletePrefetchSchedule", + "description": "Grants permission to delete replication configuration template", + "privilege": "DeleteReplicationConfigurationTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "playbackConfiguration*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "prefetchSchedule*" + "resource_type": "ReplicationConfigurationTemplateResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the program with the specified program name on the channel with the specified channel name", - "privilege": "DeleteProgram", + "description": "Grants permission to delete source server", + "privilege": "DeleteSourceServer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "program*" + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the source location with the specified source location name", - "privilege": "DeleteSourceLocation", + "description": "Grants permission to delete vcenter client", + "privilege": "DeleteVcenterClient", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sourceLocation*" + "resource_type": "VcenterClientResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the VOD source with the specified VOD source name on the source location with the specified source location name", - "privilege": "DeleteVodSource", + "description": "Grants permission to delete a wave", + "privilege": "DeleteWave", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vodSource*" + "resource_type": "WaveResource*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the channel with the specified channel name", - "privilege": "DescribeChannel", + "description": "Grants permission to describe job log items", + "privilege": "DescribeJobLogItems", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "JobResource*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the live source with the specified live source name on the source location with the specified source location name", - "privilege": "DescribeLiveSource", + "access_level": "List", + "description": "Grants permission to describe jobs", + "privilege": "DescribeJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "liveSource*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the program with the specified program name on the channel with the specified channel name", - "privilege": "DescribeProgram", + "access_level": "List", + "description": "Grants permission to describe launch configuration template", + "privilege": "DescribeLaunchConfigurationTemplates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "program*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the source location with the specified source location name", - "privilege": "DescribeSourceLocation", + "access_level": "List", + "description": "Grants permission to describe replication configuration template", + "privilege": "DescribeReplicationConfigurationTemplates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sourceLocation*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the VOD source with the specified VOD source name on the source location with the specified source location name", - "privilege": "DescribeVodSource", + "description": "Grants permission to describe replication server associations", + "privilege": "DescribeReplicationServerAssociationsForMgn", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vodSource*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to read the IAM policy on the channel with the specified channel name", - "privilege": "GetChannelPolicy", + "description": "Grants permission to describe snapshots requests", + "privilege": "DescribeSnapshotRequestsForMgn", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the schedule of programs on the channel with the specified channel name", - "privilege": "GetChannelSchedule", + "access_level": "List", + "description": "Grants permission to describe source servers", + "privilege": "DescribeSourceServers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the configuration for the specified name", - "privilege": "GetPlaybackConfiguration", + "access_level": "List", + "description": "Grants permission to describe vcenter clients", + "privilege": "DescribeVcenterClients", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "playbackConfiguration*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve prefetch schedule for a playback configuration with the specified prefetch schedule name", - "privilege": "GetPrefetchSchedule", + "access_level": "Write", + "description": "Grants permission to disassociate applications from a wave", + "privilege": "DisassociateApplications", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "playbackConfiguration*" + "resource_type": "ApplicationResource*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "prefetchSchedule*" + "resource_type": "WaveResource*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the list of alerts on a resource", - "privilege": "ListAlerts", + "access_level": "Write", + "description": "Grants permission to disassociate source servers from an application", + "privilege": "DisassociateSourceServers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "ApplicationResource*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "SourceServerResource*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the list of existing channels", - "privilege": "ListChannels", + "access_level": "Write", + "description": "Grants permission to disconnect source server from service", + "privilege": "DisconnectFromService", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the list of existing live sources on the source location with the specified source location name", - "privilege": "ListLiveSources", + "access_level": "Write", + "description": "Grants permission to finalize cutover", + "privilege": "FinalizeCutover", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve the list of available configurations", - "privilege": "ListPlaybackConfigurations", + "access_level": "Read", + "description": "Grants permission to get agent command", + "privilege": "GetAgentCommandForMgn", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve the list of prefetch schedules for a playback configuration", - "privilege": "ListPrefetchSchedules", + "access_level": "Read", + "description": "Grants permission to get agent confirmed resume info", + "privilege": "GetAgentConfirmedResumeInfoForMgn", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "playbackConfiguration*" + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the list of existing source locations", - "privilege": "ListSourceLocations", + "description": "Grants permission to get agent installation assets", + "privilege": "GetAgentInstallationAssetsForMgn", "resource_types": [ { "condition_keys": [], @@ -161163,591 +176676,366 @@ }, { "access_level": "Read", - "description": "Grants permission to list the tags assigned to the specified playback configuration resource", - "privilege": "ListTagsForResource", + "description": "Grants permission to get agent replication info", + "privilege": "GetAgentReplicationInfoForMgn", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get agent runtime configuration", + "privilege": "GetAgentRuntimeConfigurationForMgn", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "liveSource" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get agent snapshots credits", + "privilege": "GetAgentSnapshotCreditsForMgn", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "playbackConfiguration" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get channel commands", + "privilege": "GetChannelCommandsForMgn", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sourceLocation" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get launch configuration", + "privilege": "GetLaunchConfiguration", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vodSource" + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the list of existing VOD sources on the source location with the specified source location name", - "privilege": "ListVodSources", + "description": "Grants permission to get replication configuration", + "privilege": "GetReplicationConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to set the IAM policy on the channel with the specified channel name", - "privilege": "PutChannelPolicy", + "access_level": "Read", + "description": "Grants permission to get vcenter client commands", + "privilege": "GetVcenterClientCommandsForMgn", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "VcenterClientResource*" } ] }, { "access_level": "Write", - "description": "Grants permission to add a new configuration", - "privilege": "PutPlaybackConfiguration", + "description": "Grants permission to initialize service", + "privilege": "InitializeService", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "condition_keys": [], + "dependent_actions": [ + "iam:AddRoleToInstanceProfile", + "iam:CreateInstanceProfile", + "iam:CreateServiceLinkedRole", + "iam:GetInstanceProfile" ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start the channel with the specified channel name", - "privilege": "StartChannel", + "description": "Grants permission to issue a client certificate", + "privilege": "IssueClientCertificateForMgn", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "SourceServerResource" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop the channel with the specified channel name", - "privilege": "StopChannel", + "access_level": "List", + "description": "Grants permission to list application summaries", + "privilege": "ListApplications", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to the specified playback configuration resource", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to list connectors", + "privilege": "ListConnectors", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "liveSource" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "playbackConfiguration" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "sourceLocation" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "vodSource" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from the specified playback configuration resource", - "privilege": "UntagResource", + "access_level": "List", + "description": "Grants permission to list the errors of an export task", + "privilege": "ListExportErrors", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "liveSource" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "playbackConfiguration" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "sourceLocation" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "vodSource" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "ExportResource*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the channel with the specified channel name", - "privilege": "UpdateChannel", + "access_level": "List", + "description": "Grants permission to list export tasks", + "privilege": "ListExports", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the live source with the specified live source name on the source location with the specified source location name", - "privilege": "UpdateLiveSource", + "access_level": "List", + "description": "Grants permission to list the errors of an import task", + "privilege": "ListImportErrors", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "liveSource*" + "resource_type": "ImportResource*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the program with the specified program name on the channel with the specified channel name", - "privilege": "UpdateProgram", + "access_level": "List", + "description": "Grants permission to list the import tasks", + "privilege": "ListImports", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "program*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the source location with the specified source location name", - "privilege": "UpdateSourceLocation", + "access_level": "List", + "description": "Grants permission to list managed accounts", + "privilege": "ListManagedAccounts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sourceLocation*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the VOD source with the specified VOD source name on the source location with the specified source location name", - "privilege": "UpdateVodSource", + "access_level": "List", + "description": "Grants permission to list source server action documents", + "privilege": "ListSourceServerActions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "vodSource*" + "resource_type": "SourceServerResource*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:mediatailor:${Region}:${Account}:playbackConfiguration/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "playbackConfiguration" - }, - { - "arn": "arn:${Partition}:mediatailor:${Region}:${Account}:prefetchSchedule/${ResourceId}", - "condition_keys": [], - "resource": "prefetchSchedule" - }, - { - "arn": "arn:${Partition}:mediatailor:${Region}:${Account}:channel/${ChannelName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "channel" - }, - { - "arn": "arn:${Partition}:mediatailor:${Region}:${Account}:program/${ChannelName}/${ProgramName}", - "condition_keys": [], - "resource": "program" - }, - { - "arn": "arn:${Partition}:mediatailor:${Region}:${Account}:sourceLocation/${SourceLocationName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "sourceLocation" - }, - { - "arn": "arn:${Partition}:mediatailor:${Region}:${Account}:vodSource/${SourceLocationName}/${VodSourceName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "vodSource" - }, - { - "arn": "arn:${Partition}:mediatailor:${Region}:${Account}:liveSource/${SourceLocationName}/${LiveSourceName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "liveSource" - } - ], - "service_name": "AWS Elemental MediaTailor" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters actions based on the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on the tags associated with the resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters actions based on the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "memorydb", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permissions to apply service updates", - "privilege": "BatchUpdateCluster", + "access_level": "Read", + "description": "Grants permission to list tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DeleteNetworkInterface", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs", - "s3:GetObject" - ], - "resource_type": "cluster*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Allows an IAM user or role to connect as a specified MemoryDB user to a node in a cluster", - "privilege": "Connect", + "access_level": "List", + "description": "Grants permission to list launch configuration template action documents", + "privilege": "ListTemplateActions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - }, + "resource_type": "LaunchConfigurationTemplateResource*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list wave summaries", + "privilege": "ListWaves", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permissions to make a copy of an existing snapshot", - "privilege": "CopySnapshot", + "description": "Grants permission to mark source server as archived", + "privilege": "MarkAsArchived", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "memorydb:TagResource", - "s3:DeleteObject", - "s3:GetBucketAcl", - "s3:PutObject" - ], - "resource_type": "snapshot*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Write", - "description": "Grants permissions to create a new access control list", - "privilege": "CreateAcl", + "description": "Grants permission to notify agent authentication", + "privilege": "NotifyAgentAuthenticationForMgn", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "memorydb:TagResource" - ], - "resource_type": "user*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Write", - "description": "Grants permissions to create a cluster", - "privilege": "CreateCluster", + "description": "Grants permission to notify agent is connected", + "privilege": "NotifyAgentConnectedForMgn", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DeleteNetworkInterface", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs", - "memorydb:TagResource", - "s3:GetObject" - ], - "resource_type": "acl*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "parametergroup*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "subnetgroup*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "snapshot" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Write", - "description": "Grants permissions to create a new parameter group", - "privilege": "CreateParameterGroup", + "description": "Grants permission to notify agent is disconnected", + "privilege": "NotifyAgentDisconnectedForMgn", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "memorydb:TagResource" - ], - "resource_type": "" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Write", - "description": "Grants permissions to create a backup of a cluster at the current point in time", - "privilege": "CreateSnapshot", + "description": "Grants permission to notify agent replication progress", + "privilege": "NotifyAgentReplicationProgressForMgn", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "memorydb:TagResource", - "s3:DeleteObject", - "s3:GetBucketAcl", - "s3:PutObject" - ], - "resource_type": "cluster*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Write", - "description": "Grants permissions to create a new subnet group", - "privilege": "CreateSubnetGroup", + "description": "Grants permission to notify vcenter client started", + "privilege": "NotifyVcenterClientStartedForMgn", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "memorydb:TagResource" - ], - "resource_type": "" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "VcenterClientResource*" } ] }, { "access_level": "Write", - "description": "Grants permissions to create a new user", - "privilege": "CreateUser", + "description": "Grants permission to pause replication", + "privilege": "PauseReplication", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "memorydb:TagResource" - ], - "resource_type": "" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Write", - "description": "Grants permissions to delete an access control list", - "privilege": "DeleteAcl", + "description": "Grants permission to put source server action document", + "privilege": "PutSourceServerAction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "acl*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Write", - "description": "Grants permissions to delete a previously provisioned cluster", - "privilege": "DeleteCluster", + "description": "Grants permission to put launch configuration template action document", + "privilege": "PutTemplateAction", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DeleteNetworkInterface", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs" - ], - "resource_type": "cluster*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "snapshot" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "LaunchConfigurationTemplateResource*" } ] }, { "access_level": "Write", - "description": "Grants permissions to delete a parameter group", - "privilege": "DeleteParameterGroup", + "description": "Grants permission to register agent", + "privilege": "RegisterAgentForMgn", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "parametergroup*" - }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -161756,121 +177044,80 @@ }, { "access_level": "Write", - "description": "Grants permissions to delete a snapshot", - "privilege": "DeleteSnapshot", + "description": "Grants permission to remove source server action document", + "privilege": "RemoveSourceServerAction", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Write", - "description": "Grants permissions to delete a subnet group", - "privilege": "DeleteSubnetGroup", + "description": "Grants permission to remove launch configuration template action document", + "privilege": "RemoveTemplateAction", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DeleteNetworkInterface", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs" - ], - "resource_type": "subnetgroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "LaunchConfigurationTemplateResource*" } ] }, { "access_level": "Write", - "description": "Grants permissions to delete a user", - "privilege": "DeleteUser", + "description": "Grants permission to resume replication", + "privilege": "ResumeReplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { - "access_level": "Read", - "description": "Grants permissions to retrieve information about access control lists", - "privilege": "DescribeAcls", + "access_level": "Write", + "description": "Grants permission to retry replication", + "privilege": "RetryDataReplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "acl*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { - "access_level": "Read", - "description": "Grants permissions to retrieve information about all provisioned clusters if no cluster identifier is specified, or about a specific cluster if a cluster identifier is supplied", - "privilege": "DescribeClusters", + "access_level": "Write", + "description": "Grants permission to send agent logs", + "privilege": "SendAgentLogsForMgn", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { - "access_level": "Read", - "description": "Grants permissions to list of the available engines and their versions", - "privilege": "DescribeEngineVersions", + "access_level": "Write", + "description": "Grants permission to send agent metrics", + "privilege": "SendAgentMetricsForMgn", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { - "access_level": "Read", - "description": "Grants permissions to retrieve events related to clusters, subnet groups, and parameter groups", - "privilege": "DescribeEvents", + "access_level": "Write", + "description": "Grants permission to send channel command result", + "privilege": "SendChannelCommandResultForMgn", "resource_types": [ { "condition_keys": [], @@ -161880,99 +177127,116 @@ ] }, { - "access_level": "Read", - "description": "Grants permissions to retrieve information about parameter groups", - "privilege": "DescribeParameterGroups", + "access_level": "Write", + "description": "Grants permission to send client logs", + "privilege": "SendClientLogsForMgn", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "parametergroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permissions to retrieve a detailed parameter list for a particular parameter group", - "privilege": "DescribeParameters", + "access_level": "Write", + "description": "Grants permission to send client metrics", + "privilege": "SendClientMetricsForMgn", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "parametergroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permissions to retrieve reserved nodes", - "privilege": "DescribeReservedNodes", + "access_level": "Write", + "description": "Grants permission to send vcenter client command result", + "privilege": "SendVcenterClientCommandResultForMgn", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "reservednode*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "VcenterClientResource*" } ] }, { - "access_level": "Read", - "description": "Grants permissions to retrieve reserved nodes offerings", - "privilege": "DescribeReservedNodesOfferings", + "access_level": "Write", + "description": "Grants permission to send vcenter client logs", + "privilege": "SendVcenterClientLogsForMgn", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "VcenterClientResource*" } ] }, { - "access_level": "Read", - "description": "Grants permissions to retrieve details of the service updates", - "privilege": "DescribeServiceUpdates", + "access_level": "Write", + "description": "Grants permission to send vcenter client metrics", + "privilege": "SendVcenterClientMetricsForMgn", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "VcenterClientResource*" } ] }, { - "access_level": "Read", - "description": "Grants permissions to retrieve information about cluster snapshots", - "privilege": "DescribeSnapshots", + "access_level": "Write", + "description": "Grants permission to start cutover", + "privilege": "StartCutover", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "snapshot*" + "dependent_actions": [ + "ec2:AttachVolume", + "ec2:AuthorizeSecurityGroupEgress", + "ec2:AuthorizeSecurityGroupIngress", + "ec2:CreateLaunchTemplate", + "ec2:CreateLaunchTemplateVersion", + "ec2:CreateSecurityGroup", + "ec2:CreateSnapshot", + "ec2:CreateTags", + "ec2:CreateVolume", + "ec2:DeleteLaunchTemplateVersions", + "ec2:DeleteSnapshot", + "ec2:DeleteVolume", + "ec2:DescribeAccountAttributes", + "ec2:DescribeAvailabilityZones", + "ec2:DescribeImages", + "ec2:DescribeInstanceAttribute", + "ec2:DescribeInstanceStatus", + "ec2:DescribeInstanceTypes", + "ec2:DescribeInstances", + "ec2:DescribeLaunchTemplateVersions", + "ec2:DescribeLaunchTemplates", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSnapshots", + "ec2:DescribeSubnets", + "ec2:DescribeVolumes", + "ec2:DetachVolume", + "ec2:ModifyInstanceAttribute", + "ec2:ModifyLaunchTemplate", + "ec2:ReportInstanceStatus", + "ec2:RevokeSecurityGroupEgress", + "ec2:RunInstances", + "ec2:StartInstances", + "ec2:StopInstances", + "ec2:TerminateInstances", + "iam:PassRole", + "mgn:ListTagsForResource" + ], + "resource_type": "SourceServerResource*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -161980,62 +177244,110 @@ ] }, { - "access_level": "Read", - "description": "Grants permissions to retrieve a list of subnet group", - "privilege": "DescribeSubnetGroups", + "access_level": "Write", + "description": "Grants permission to start an export task", + "privilege": "StartExport", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "subnetgroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "dependent_actions": [ + "ec2:DescribeLaunchTemplateVersions", + "mgn:DescribeSourceServers", + "mgn:GetLaunchConfiguration", + "mgn:ListApplications", + "mgn:ListWaves", + "s3:PutObject" ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permissions to retrieve information about users", - "privilege": "DescribeUsers", + "access_level": "Write", + "description": "Grants permission to create an import task", + "privilege": "StartImport", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "user*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "dependent_actions": [ + "ec2:CreateLaunchTemplateVersion", + "ec2:DescribeLaunchTemplateVersions", + "ec2:ModifyLaunchTemplate", + "mgn:DescribeSourceServers", + "mgn:GetLaunchConfiguration", + "mgn:ListApplications", + "mgn:ListWaves", + "mgn:TagResource", + "mgn:UpdateLaunchConfiguration", + "s3:PutObject" ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permissions to test automatic failover on a specified shard in a cluster", - "privilege": "FailoverShard", + "description": "Grants permission to start replication", + "privilege": "StartReplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start test", + "privilege": "StartTest", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DeleteNetworkInterface", - "ec2:DescribeNetworkInterfaces", + "ec2:AttachVolume", + "ec2:AuthorizeSecurityGroupEgress", + "ec2:AuthorizeSecurityGroupIngress", + "ec2:CreateLaunchTemplate", + "ec2:CreateLaunchTemplateVersion", + "ec2:CreateSecurityGroup", + "ec2:CreateSnapshot", + "ec2:CreateTags", + "ec2:CreateVolume", + "ec2:DeleteLaunchTemplateVersions", + "ec2:DeleteSnapshot", + "ec2:DeleteVolume", + "ec2:DescribeAccountAttributes", + "ec2:DescribeAvailabilityZones", + "ec2:DescribeImages", + "ec2:DescribeInstanceAttribute", + "ec2:DescribeInstanceStatus", + "ec2:DescribeInstanceTypes", + "ec2:DescribeInstances", + "ec2:DescribeLaunchTemplateVersions", + "ec2:DescribeLaunchTemplates", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSnapshots", "ec2:DescribeSubnets", - "ec2:DescribeVpcs" + "ec2:DescribeVolumes", + "ec2:DetachVolume", + "ec2:ModifyInstanceAttribute", + "ec2:ModifyLaunchTemplate", + "ec2:ReportInstanceStatus", + "ec2:RevokeSecurityGroupEgress", + "ec2:RunInstances", + "ec2:StartInstances", + "ec2:StopInstances", + "ec2:TerminateInstances", + "iam:PassRole", + "mgn:ListTagsForResource" ], - "resource_type": "cluster*" + "resource_type": "SourceServerResource*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -162043,62 +177355,67 @@ ] }, { - "access_level": "Read", - "description": "Grants permissions to list available node type updates", - "privilege": "ListAllowedNodeTypeUpdates", + "access_level": "Write", + "description": "Grants permission to stop replication", + "privilege": "StopReplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { - "access_level": "Read", - "description": "Grants permissions to list cost allocation tags", - "privilege": "ListTags", + "access_level": "Tagging", + "description": "Grants permission to assign a resource tag", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "acl" + "resource_type": "ApplicationResource" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster" + "resource_type": "ConnectorResource" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "parametergroup" + "resource_type": "JobResource" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot" + "resource_type": "LaunchConfigurationTemplateResource" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "subnetgroup" + "resource_type": "ReplicationConfigurationTemplateResource" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "user" + "resource_type": "SourceServerResource" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "VcenterClientResource" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WaveResource" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "mgn:CreateAction", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -162107,19 +177424,21 @@ }, { "access_level": "Write", - "description": "Grants permissions to purchase a new reserved node", - "privilege": "PurchaseReservedNodesOffering", + "description": "Grants permission to terminate target instances", + "privilege": "TerminateTargetInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "memorydb:TagResource" + "ec2:DeleteVolume", + "ec2:DescribeInstances", + "ec2:DescribeVolumes", + "ec2:TerminateInstances" ], - "resource_type": "reservednode*" + "resource_type": "SourceServerResource*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}", "aws:RequestTag/${TagKey}", "aws:TagKeys" ], @@ -162130,68 +177449,76 @@ }, { "access_level": "Write", - "description": "Grants permissions to modify the parameters of a parameter group to the engine or system default value", - "privilege": "ResetParameterGroup", + "description": "Grants permission to unarchive an application", + "privilege": "UnarchiveApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "parametergroup*" - }, + "resource_type": "ApplicationResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to unarchive a wave", + "privilege": "UnarchiveWave", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "WaveResource*" } ] }, { "access_level": "Tagging", - "description": "Grants permissions to add up to 10 cost allocation tags to the named resource", - "privilege": "TagResource", + "description": "Grants permission to untag a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "acl" + "resource_type": "ApplicationResource" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster" + "resource_type": "ConnectorResource" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "parametergroup" + "resource_type": "JobResource" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "reservednode" + "resource_type": "LaunchConfigurationTemplateResource" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot" + "resource_type": "ReplicationConfigurationTemplateResource" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "subnetgroup" + "resource_type": "SourceServerResource" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "user" + "resource_type": "VcenterClientResource" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "WaveResource" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -162199,161 +177526,180 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permissions to remove the tags identified by the TagKeys list from a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to update agent backlog", + "privilege": "UpdateAgentBacklogForMgn", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "acl" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update agent conversion info", + "privilege": "UpdateAgentConversionInfoForMgn", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "cluster" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update agent replication info", + "privilege": "UpdateAgentReplicationInfoForMgn", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "parametergroup" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update agent replication process state", + "privilege": "UpdateAgentReplicationProcessStateForMgn", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "snapshot" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update agent source properties", + "privilege": "UpdateAgentSourcePropertiesForMgn", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "subnetgroup" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update an application", + "privilege": "UpdateApplication", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "ApplicationResource*" } ] }, { "access_level": "Write", - "description": "Grants permissions to update an access control list", - "privilege": "UpdateAcl", + "description": "Grants permission to update connector", + "privilege": "UpdateConnector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "acl*" - }, + "resource_type": "ConnectorResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update launch configuration", + "privilege": "UpdateLaunchConfiguration", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Write", - "description": "Grants permissions to update the settings for a cluster", - "privilege": "UpdateCluster", + "description": "Grants permission to update launch configuration", + "privilege": "UpdateLaunchConfigurationTemplate", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DeleteNetworkInterface", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSubnets", - "ec2:DescribeVpcs" - ], - "resource_type": "cluster*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "acl" - }, + "resource_type": "LaunchConfigurationTemplateResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update replication configuration", + "privilege": "UpdateReplicationConfiguration", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "parametergroup" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Write", - "description": "Grants permissions to update parameters in a parameter group", - "privilege": "UpdateParameterGroup", + "description": "Grants permission to update replication configuration template", + "privilege": "UpdateReplicationConfigurationTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "parametergroup*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "ReplicationConfigurationTemplateResource*" } ] }, { "access_level": "Write", - "description": "Grants permissions to update a subnet group", - "privilege": "UpdateSubnetGroup", + "description": "Grants permission to update source server", + "privilege": "UpdateSourceServer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "subnetgroup*" - }, + "resource_type": "SourceServerResource*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update source server replication type", + "privilege": "UpdateSourceServerReplicationType", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "SourceServerResource*" } ] }, { "access_level": "Write", - "description": "Grants permissions to update a user", - "privilege": "UpdateUser", + "description": "Grants permission to update a wave", + "privilege": "UpdateWave", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" - }, + "resource_type": "WaveResource*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to verify client role", + "privilege": "VerifyClientRoleForMgn", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -162362,137 +177708,177 @@ ], "resources": [ { - "arn": "arn:${Partition}:memorydb:${Region}:${Account}:parametergroup/${ParameterGroupName}", + "arn": "arn:${Partition}:mgn:${Region}:${Account}:job/${JobID}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "parametergroup" + "resource": "JobResource" }, { - "arn": "arn:${Partition}:memorydb:${Region}:${Account}:subnetgroup/${SubnetGroupName}", + "arn": "arn:${Partition}:mgn:${Region}:${Account}:replication-configuration-template/${ReplicationConfigurationTemplateID}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "subnetgroup" + "resource": "ReplicationConfigurationTemplateResource" }, { - "arn": "arn:${Partition}:memorydb:${Region}:${Account}:cluster/${ClusterName}", + "arn": "arn:${Partition}:mgn:${Region}:${Account}:launch-configuration-template/${LaunchConfigurationTemplateID}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "cluster" + "resource": "LaunchConfigurationTemplateResource" }, { - "arn": "arn:${Partition}:memorydb:${Region}:${Account}:snapshot/${SnapshotName}", + "arn": "arn:${Partition}:mgn:${Region}:${Account}:vcenter-client/${VcenterClientID}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "snapshot" + "resource": "VcenterClientResource" }, { - "arn": "arn:${Partition}:memorydb:${Region}:${Account}:user/${UserName}", + "arn": "arn:${Partition}:mgn:${Region}:${Account}:source-server/${SourceServerID}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "user" + "resource": "SourceServerResource" }, { - "arn": "arn:${Partition}:memorydb:${Region}:${Account}:acl/${AclName}", + "arn": "arn:${Partition}:mgn:${Region}:${Account}:application/${ApplicationID}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "acl" + "resource": "ApplicationResource" }, { - "arn": "arn:${Partition}:memorydb:${Region}:${Account}:reservednode/${ReservationID}", + "arn": "arn:${Partition}:mgn:${Region}:${Account}:wave/${WaveID}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "reservednode" + "resource": "WaveResource" + }, + { + "arn": "arn:${Partition}:mgn:${Region}:${Account}:import/${ImportID}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "ImportResource" + }, + { + "arn": "arn:${Partition}:mgn:${Region}:${Account}:export/${ExportID}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "ExportResource" + }, + { + "arn": "arn:${Partition}:mgn:${Region}:${Account}:connector/${ConnectorID}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "ConnectorResource" } ], - "service_name": "Amazon MemoryDB" + "service_name": "AWS Application Migration Service" }, { - "conditions": [], - "prefix": "mgh", + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "migrationhub-orchestrator", "privileges": [ { "access_level": "Write", - "description": "Associate a given AWS artifact to a MigrationTask", - "privilege": "AssociateCreatedArtifact", + "description": "Grants permission to create a workflow based on the selected template", + "privilege": "CreateWorkflow", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "migrationTask*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Associate a given ADS resource to a MigrationTask", - "privilege": "AssociateDiscoveredResource", + "description": "Grants permission to create a step under a workflow and a specific step group", + "privilege": "CreateWorkflowStep", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "migrationTask*" + "resource_type": "workflow*" } ] }, { "access_level": "Write", - "description": "Create a Migration Hub Home Region Control", - "privilege": "CreateHomeRegionControl", + "description": "Grants permission to to create a custom step group for a given workflow", + "privilege": "CreateWorkflowStepGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workflow*" } ] }, { "access_level": "Write", - "description": "Create a ProgressUpdateStream", - "privilege": "CreateProgressUpdateStream", + "description": "Grants permission to a workflow", + "privilege": "DeleteWorkflow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "progressUpdateStream*" + "resource_type": "workflow*" } ] }, { "access_level": "Write", - "description": "Delete a ProgressUpdateStream", - "privilege": "DeleteProgressUpdateStream", + "description": "Grants permission to delete a step from a specific step group under a workflow", + "privilege": "DeleteWorkflowStep", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "progressUpdateStream*" + "resource_type": "workflow*" } ] }, { - "access_level": "Read", - "description": "Get an Application Discovery Service Application's state", - "privilege": "DescribeApplicationState", + "access_level": "Write", + "description": "Grants permission to delete a step group associated with a workflow", + "privilege": "DeleteWorkflowStepGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workflow*" } ] }, { - "access_level": "List", - "description": "List Home Region Controls", - "privilege": "DescribeHomeRegionControls", + "access_level": "Read", + "description": "Grants permission to the plugin to receive information from the service", + "privilege": "GetMessage", "resource_types": [ { "condition_keys": [], @@ -162503,104 +177889,104 @@ }, { "access_level": "Read", - "description": "Describe a MigrationTask", - "privilege": "DescribeMigrationTask", + "description": "Grants permission to get retrieve metadata for a Template", + "privilege": "GetTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "migrationTask*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Disassociate a given AWS artifact from a MigrationTask", - "privilege": "DisassociateCreatedArtifact", + "access_level": "Read", + "description": "Grants permission to retrieve details of a step associated with a template and a step group", + "privilege": "GetTemplateStep", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "migrationTask*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Disassociate a given ADS resource from a MigrationTask", - "privilege": "DisassociateDiscoveredResource", + "access_level": "Read", + "description": "Grants permission to retrieve metadata of a step group under a template", + "privilege": "GetTemplateStepGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "migrationTask*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Get the Migration Hub Home Region", - "privilege": "GetHomeRegion", + "description": "Grants permission to retrieve metadata asscociated with a workflow", + "privilege": "GetWorkflow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workflow*" } ] }, { - "access_level": "Write", - "description": "Import a MigrationTask", - "privilege": "ImportMigrationTask", + "access_level": "Read", + "description": "Grants permission to get details of step associated with a workflow and a step group", + "privilege": "GetWorkflowStep", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "migrationTask*" + "resource_type": "workflow*" } ] }, { - "access_level": "List", - "description": "List Application statuses", - "privilege": "ListApplicationStates", + "access_level": "Read", + "description": "Grants permission to get details of a step group associated with a workflow", + "privilege": "GetWorkflowStepGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workflow*" } ] }, { "access_level": "List", - "description": "List associated created artifacts for a MigrationTask", - "privilege": "ListCreatedArtifacts", + "description": "Grants permission to get a list all registered Plugins", + "privilege": "ListPlugins", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "migrationTask*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "List associated ADS resources from MigrationTask", - "privilege": "ListDiscoveredResources", + "access_level": "Read", + "description": "Grants permission to get a list of all the tags tied to a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "migrationTask*" + "resource_type": "workflow*" } ] }, { "access_level": "List", - "description": "List MigrationTasks", - "privilege": "ListMigrationTasks", + "description": "Grants permission to lists step groups of a template", + "privilege": "ListTemplateStepGroups", "resource_types": [ { "condition_keys": [], @@ -162611,8 +177997,8 @@ }, { "access_level": "List", - "description": "List ProgressUpdateStreams", - "privilege": "ListProgressUpdateStreams", + "description": "Grants permission to get a list of steps in a step group", + "privilege": "ListTemplateSteps", "resource_types": [ { "condition_keys": [], @@ -162622,9 +178008,9 @@ ] }, { - "access_level": "Write", - "description": "Update an Application Discovery Service Application's state", - "privilege": "NotifyApplicationState", + "access_level": "List", + "description": "Grants permission to get a list of all Templates available to customer", + "privilege": "ListTemplates", "resource_types": [ { "condition_keys": [], @@ -162634,172 +178020,115 @@ ] }, { - "access_level": "Write", - "description": "Notify latest MigrationTask state", - "privilege": "NotifyMigrationTaskState", + "access_level": "List", + "description": "Grants permission to get list of step groups associated with a workflow", + "privilege": "ListWorkflowStepGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "migrationTask*" + "resource_type": "workflow*" } ] }, { - "access_level": "Write", - "description": "Put ResourceAttributes", - "privilege": "PutResourceAttributes", + "access_level": "List", + "description": "Grants permission to get a list of steps within step group associated with a workflow", + "privilege": "ListWorkflowSteps", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "migrationTask*" + "resource_type": "workflow*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:mgh:${Region}:${Account}:progressUpdateStream/${Stream}", - "condition_keys": [], - "resource": "progressUpdateStream" - }, - { - "arn": "arn:${Partition}:mgh:${Region}:${Account}:progressUpdateStream/${Stream}/migrationTask/${Task}", - "condition_keys": [], - "resource": "migrationTask" - } - ], - "service_name": "AWS Migration Hub" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by presence of tag keys in the request", - "type": "ArrayOfString" }, { - "condition": "mgn:CreateAction", - "description": "Filters access by the name of a resource-creating API action", - "type": "String" - } - ], - "prefix": "mgn", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to archive an application", - "privilege": "ArchiveApplication", + "access_level": "List", + "description": "Grants permission to list all workflows", + "privilege": "ListWorkflows", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ApplicationResource*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to archive a wave", - "privilege": "ArchiveWave", + "description": "Grants permission to register the plugin to receive an ID and to start receiving messages from the service", + "privilege": "RegisterPlugin", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WaveResource*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to associate applications to a wave", - "privilege": "AssociateApplications", + "description": "Grants permission to retry a failed step within a workflow", + "privilege": "RetryWorkflowStep", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ApplicationResource*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WaveResource*" + "resource_type": "workflow*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate source servers to an application", - "privilege": "AssociateSourceServers", + "description": "Grants permission to the plugin to send information to the service", + "privilege": "SendMessage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ApplicationResource*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create volume snapshot group", - "privilege": "BatchCreateVolumeSnapshotGroupForMgn", + "description": "Grants permission to start a workflow or resume a stopped workflow", + "privilege": "StartWorkflow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "workflow*" } ] }, { "access_level": "Write", - "description": "Grants permission to batch delete snapshot request", - "privilege": "BatchDeleteSnapshotRequestForMgn", + "description": "Grants permission to stop a workflow", + "privilege": "StopWorkflow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workflow*" } ] }, { - "access_level": "Write", - "description": "Grants permission to change source server life cycle state", - "privilege": "ChangeServerLifeCycleState", + "access_level": "Tagging", + "description": "Grants permission to add tags to a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an application", - "privilege": "CreateApplication", - "resource_types": [ + "resource_type": "workflow*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -162807,14 +178136,19 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create launch configuration template", - "privilege": "CreateLaunchConfigurationTemplate", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a resource", + "privilege": "UntagResource", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workflow*" + }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -162823,149 +178157,156 @@ }, { "access_level": "Write", - "description": "Grants permission to create replication configuration template", - "privilege": "CreateReplicationConfigurationTemplate", + "description": "Grants permission to update the metadata associated with the workflow", + "privilege": "UpdateWorkflow", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workflow*" } ] }, { "access_level": "Write", - "description": "Grants permission to create vcenter client", - "privilege": "CreateVcenterClientForMgn", + "description": "Grants permission to update metadata and status of a custom step within a workflow", + "privilege": "UpdateWorkflowStep", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workflow*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a wave", - "privilege": "CreateWave", + "description": "Grants permission to update metadata associated with a step group in a given workflow", + "privilege": "UpdateWorkflowStepGroup", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "workflow*" } ] - }, + } + ], + "resources": [ { - "access_level": "Write", - "description": "Grants permission to delete an application", - "privilege": "DeleteApplication", + "arn": "arn:${Partition}:migrationhub-orchestrator:${Region}:${Account}:workflow/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "workflow" + } + ], + "service_name": "AWS Migration Hub Orchestrator" + }, + { + "conditions": [], + "prefix": "migrationhub-strategy", + "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to get details of each anti pattern that collector should look at in a customer's environment", + "privilege": "GetAntiPattern", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ApplicationResource*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete job", - "privilege": "DeleteJob", + "access_level": "Read", + "description": "Grants permission to get details of an application", + "privilege": "GetApplicationComponentDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "JobResource*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete launch configuration template", - "privilege": "DeleteLaunchConfigurationTemplate", + "access_level": "Read", + "description": "Grants permission to get a list of all recommended strategies and tools for an application running in a server", + "privilege": "GetApplicationComponentStrategies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "LaunchConfigurationTemplateResource*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete replication configuration template", - "privilege": "DeleteReplicationConfigurationTemplate", + "access_level": "Read", + "description": "Grants permission to retrieve status of an on-going assessment", + "privilege": "GetAssessment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationConfigurationTemplateResource*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete source server", - "privilege": "DeleteSourceServer", + "access_level": "Read", + "description": "Grants permission to get details of a specific import task", + "privilege": "GetImportFileTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete vcenter client", - "privilege": "DeleteVcenterClient", + "access_level": "Read", + "description": "Grants permission to retrieve the latest assessment id", + "privilege": "GetLatestAssessmentId", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "VcenterClientResource*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a wave", - "privilege": "DeleteWave", + "access_level": "Read", + "description": "Grants permission to the collector to receive information from the service", + "privilege": "GetMessage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WaveResource*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe job log items", - "privilege": "DescribeJobLogItems", + "description": "Grants permission to retrieve customer migration/Modernization preferences", + "privilege": "GetPortfolioPreferences", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "JobResource*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to describe jobs", - "privilege": "DescribeJobs", + "access_level": "Read", + "description": "Grants permission to retrieve overall summary (number-of servers to rehost etc as well as overall number of anti patterns)", + "privilege": "GetPortfolioSummary", "resource_types": [ { "condition_keys": [], @@ -162975,9 +178316,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe launch configuration template", - "privilege": "DescribeLaunchConfigurationTemplates", + "access_level": "Read", + "description": "Grants permission to retrieve detailed information about a recommendation report", + "privilege": "GetRecommendationReportDetails", "resource_types": [ { "condition_keys": [], @@ -162987,9 +178328,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe replication configuration template", - "privilege": "DescribeReplicationConfigurationTemplates", + "access_level": "Read", + "description": "Grants permission to get info about a specific server", + "privilege": "GetServerDetails", "resource_types": [ { "condition_keys": [], @@ -163000,8 +178341,8 @@ }, { "access_level": "Read", - "description": "Grants permission to describe replication server associations", - "privilege": "DescribeReplicationServerAssociationsForMgn", + "description": "Grants permission to get recommended strategies and tools for a specific server", + "privilege": "GetServerStrategies", "resource_types": [ { "condition_keys": [], @@ -163011,9 +178352,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe snapshots requests", - "privilege": "DescribeSnapshotRequestsForMgn", + "access_level": "List", + "description": "Grants permission to get a list of all analyzable servers in a customer's vcenter environment", + "privilege": "ListAnalyzableServers", "resource_types": [ { "condition_keys": [], @@ -163024,8 +178365,8 @@ }, { "access_level": "List", - "description": "Grants permission to describe source servers", - "privilege": "DescribeSourceServers", + "description": "Grants permission to get a list of all anti patterns that collector should look for in a customer's environment", + "privilege": "ListAntiPatterns", "resource_types": [ { "condition_keys": [], @@ -163036,8 +178377,8 @@ }, { "access_level": "List", - "description": "Grants permission to describe vcenter clients", - "privilege": "DescribeVcenterClients", + "description": "Grants permission to get a list of all applications running on servers on customer's servers", + "privilege": "ListApplicationComponents", "resource_types": [ { "condition_keys": [], @@ -163047,91 +178388,93 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to disassociate applications from a wave", - "privilege": "DisassociateApplications", + "access_level": "List", + "description": "Grants permission to get a list of all collectors installed by the customer", + "privilege": "ListCollectors", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ApplicationResource*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WaveResource*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to disassociate source servers from an application", - "privilege": "DisassociateSourceServers", + "access_level": "List", + "description": "Grants permission to get list of all imports performed by the customer", + "privilege": "ListImportFileTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ApplicationResource*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get a list of binaries that collector should assess", + "privilege": "ListJarArtifacts", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to disconnect source server from service", - "privilege": "DisconnectFromService", + "access_level": "List", + "description": "Grants permission to get a list of all servers in a customer's environment", + "privilege": "ListServers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to finalize cutover", - "privilege": "FinalizeCutover", + "description": "Grants permission to save customer's Migration/Modernization preferences", + "privilege": "PutPortfolioPreferences", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get agent command", - "privilege": "GetAgentCommandForMgn", + "access_level": "Write", + "description": "Grants permission to register the collector to receive an ID and to start receiving messages from the service", + "privilege": "RegisterCollector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get agent confirmed resume info", - "privilege": "GetAgentConfirmedResumeInfoForMgn", + "access_level": "Write", + "description": "Grants permission to the collector to send information to the service", + "privilege": "SendMessage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get agent installation assets", - "privilege": "GetAgentInstallationAssetsForMgn", + "access_level": "Write", + "description": "Grants permission to start assessment in a customer's environment (collect data from all servers and provide recommendations)", + "privilege": "StartAssessment", "resource_types": [ { "condition_keys": [], @@ -163141,45 +178484,45 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get agent replication info", - "privilege": "GetAgentReplicationInfoForMgn", + "access_level": "Write", + "description": "Grants permission to start importing data from a file provided by customer", + "privilege": "StartImportFileTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get agent runtime configuration", - "privilege": "GetAgentRuntimeConfigurationForMgn", + "access_level": "Write", + "description": "Grants permission to start generating a recommendation report", + "privilege": "StartRecommendationReportGeneration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get agent snapshots credits", - "privilege": "GetAgentSnapshotCreditsForMgn", + "access_level": "Write", + "description": "Grants permission to stop an on-going assessment", + "privilege": "StopAssessment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get channel commands", - "privilege": "GetChannelCommandsForMgn", + "access_level": "Write", + "description": "Grants permission to update details for an application", + "privilege": "UpdateApplicationComponentConfig", "resource_types": [ { "condition_keys": [], @@ -163189,2033 +178532,2191 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get launch configuration", - "privilege": "GetLaunchConfiguration", + "access_level": "Write", + "description": "Grants permission to the collector to send configuration information to the service", + "privilege": "UpdateCollectorConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get replication configuration", - "privilege": "GetReplicationConfiguration", + "access_level": "Write", + "description": "Grants permission to update info on a server along with the recommended strategy", + "privilege": "UpdateServerConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "" } ] - }, + } + ], + "resources": [], + "service_name": "AWS Migration Hub Strategy Recommendations" + }, + { + "conditions": [], + "prefix": "mobileanalytics", + "privileges": [ { "access_level": "Read", - "description": "Grants permission to get vcenter client commands", - "privilege": "GetVcenterClientCommandsForMgn", + "description": "Grant access to financial metrics for an app", + "privilege": "GetFinancialReports", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "VcenterClientResource*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to initialize service", - "privilege": "InitializeService", + "access_level": "Read", + "description": "Grant access to standard metrics for an app", + "privilege": "GetReports", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:AddRoleToInstanceProfile", - "iam:CreateInstanceProfile", - "iam:CreateServiceLinkedRole", - "iam:GetInstanceProfile" - ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to issue a client certificate", - "privilege": "IssueClientCertificateForMgn", + "description": "The PutEvents operation records one or more events", + "privilege": "PutEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource" + "resource_type": "" } ] + } + ], + "resources": [], + "service_name": "Amazon Mobile Analytics" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by a key that is present in the request the user makes to the pinpoint service", + "type": "String" }, { - "access_level": "List", - "description": "Grants permission to list application summaries", - "privilege": "ListApplications", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by a tag key and value pair", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the list of all the tag key names present in the request the user makes to the pinpoint service", + "type": "ArrayOfString" + } + ], + "prefix": "mobiletargeting", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create an app", + "privilege": "CreateApp", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "apps*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the errors of an export task", - "privilege": "ListExportErrors", + "access_level": "Write", + "description": "Grants permission to create a campaign for an app", + "privilege": "CreateCampaign", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ExportResource*" + "resource_type": "app*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list export tasks", - "privilege": "ListExports", + "access_level": "Write", + "description": "Grants permission to create an email template", + "privilege": "CreateEmailTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "template*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the errors of an import task", - "privilege": "ListImportErrors", + "access_level": "Write", + "description": "Grants permission to create an export job that exports endpoint definitions to Amazon S3", + "privilege": "CreateExportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ImportResource*" + "resource_type": "app*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the import tasks", - "privilege": "ListImports", + "access_level": "Write", + "description": "Grants permission to import endpoint definitions from to create a segment", + "privilege": "CreateImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "app*" } ] }, { - "access_level": "List", - "description": "Grants permission to list managed accounts", - "privilege": "ListManagedAccounts", + "access_level": "Write", + "description": "Grants permission to create an in-app message template", + "privilege": "CreateInAppTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "template*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list source server action documents", - "privilege": "ListSourceServerActions", + "access_level": "Write", + "description": "Grants permission to create a Journey for an app", + "privilege": "CreateJourney", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "journeys*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to create a push notification template", + "privilege": "CreatePushTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "template*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list launch configuration template action documents", - "privilege": "ListTemplateActions", + "access_level": "Write", + "description": "Grants permission to create an Amazon Pinpoint configuration for a recommender model", + "privilege": "CreateRecommenderConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "LaunchConfigurationTemplateResource*" + "resource_type": "recommenders*" } ] }, { - "access_level": "List", - "description": "Grants permission to list wave summaries", - "privilege": "ListWaves", + "access_level": "Write", + "description": "Grants permission to create a segment that is based on endpoint data reported to Pinpoint by your app. To allow a user to create a segment by importing endpoint data from outside of Pinpoint, allow the mobiletargeting:CreateImportJob action", + "privilege": "CreateSegment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "app*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to mark source server as archived", - "privilege": "MarkAsArchived", + "description": "Grants permission to create an sms message template", + "privilege": "CreateSmsTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "template*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to notify agent authentication", - "privilege": "NotifyAgentAuthenticationForMgn", + "description": "Grants permission to create a voice message template", + "privilege": "CreateVoiceTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "template*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to notify agent is connected", - "privilege": "NotifyAgentConnectedForMgn", + "description": "Grants permission to delete the ADM channel for an app", + "privilege": "DeleteAdmChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to notify agent is disconnected", - "privilege": "NotifyAgentDisconnectedForMgn", + "description": "Grants permission to delete the APNs channel for an app", + "privilege": "DeleteApnsChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to notify agent replication progress", - "privilege": "NotifyAgentReplicationProgressForMgn", + "description": "Grants permission to delete the APNs sandbox channel for an app", + "privilege": "DeleteApnsSandboxChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to notify vcenter client started", - "privilege": "NotifyVcenterClientStartedForMgn", + "description": "Grants permission to delete the APNs VoIP channel for an app", + "privilege": "DeleteApnsVoipChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "VcenterClientResource*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to pause replication", - "privilege": "PauseReplication", + "description": "Grants permission to delete the APNs VoIP sandbox channel for an app", + "privilege": "DeleteApnsVoipSandboxChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to put source server action document", - "privilege": "PutSourceServerAction", + "description": "Grants permission to delete a specific campaign", + "privilege": "DeleteApp", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "app*" } ] }, { "access_level": "Write", - "description": "Grants permission to put launch configuration template action document", - "privilege": "PutTemplateAction", + "description": "Grants permission to delete the Baidu channel for an app", + "privilege": "DeleteBaiduChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "LaunchConfigurationTemplateResource*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to register agent", - "privilege": "RegisterAgentForMgn", + "description": "Grants permission to delete a specific campaign", + "privilege": "DeleteCampaign", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "campaign*" } ] }, { "access_level": "Write", - "description": "Grants permission to remove source server action document", - "privilege": "RemoveSourceServerAction", + "description": "Grants permission to delete the email channel for an app", + "privilege": "DeleteEmailChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to remove launch configuration template action document", - "privilege": "RemoveTemplateAction", + "description": "Grants permission to delete an email template or an email template version", + "privilege": "DeleteEmailTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "LaunchConfigurationTemplateResource*" + "resource_type": "template*" } ] }, { "access_level": "Write", - "description": "Grants permission to resume replication", - "privilege": "ResumeReplication", + "description": "Grants permission to delete an endpoint", + "privilege": "DeleteEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "endpoint*" } ] }, { "access_level": "Write", - "description": "Grants permission to retry replication", - "privilege": "RetryDataReplication", + "description": "Grants permission to delete the event stream for an app", + "privilege": "DeleteEventStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "event-stream*" } ] }, { "access_level": "Write", - "description": "Grants permission to send agent logs", - "privilege": "SendAgentLogsForMgn", + "description": "Grants permission to delete the GCM channel for an app", + "privilege": "DeleteGcmChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to send agent metrics", - "privilege": "SendAgentMetricsForMgn", + "description": "Grants permission to delete an in-app message template or an in-app message template version", + "privilege": "DeleteInAppTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "template*" } ] }, { "access_level": "Write", - "description": "Grants permission to send channel command result", - "privilege": "SendChannelCommandResultForMgn", + "description": "Grants permission to delete a specific journey", + "privilege": "DeleteJourney", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "journey*" } ] }, { "access_level": "Write", - "description": "Grants permission to send client logs", - "privilege": "SendClientLogsForMgn", + "description": "Grants permission to delete a push notification template or a push notification template version", + "privilege": "DeletePushTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "template*" } ] }, { "access_level": "Write", - "description": "Grants permission to send client metrics", - "privilege": "SendClientMetricsForMgn", + "description": "Grants permission to delete an Amazon Pinpoint configuration for a recommender model", + "privilege": "DeleteRecommenderConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "recommender*" } ] }, { "access_level": "Write", - "description": "Grants permission to send vcenter client command result", - "privilege": "SendVcenterClientCommandResultForMgn", + "description": "Grants permission to delete a specific segment", + "privilege": "DeleteSegment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "VcenterClientResource*" + "resource_type": "segment*" } ] }, { "access_level": "Write", - "description": "Grants permission to send vcenter client logs", - "privilege": "SendVcenterClientLogsForMgn", + "description": "Grants permission to delete the SMS channel for an app", + "privilege": "DeleteSmsChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "VcenterClientResource*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to send vcenter client metrics", - "privilege": "SendVcenterClientMetricsForMgn", + "description": "Grants permission to delete an sms message template or an sms message template version", + "privilege": "DeleteSmsTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "VcenterClientResource*" + "resource_type": "template*" } ] }, { "access_level": "Write", - "description": "Grants permission to start cutover", - "privilege": "StartCutover", + "description": "Grants permission to delete all of the endpoints that are associated with a user ID", + "privilege": "DeleteUserEndpoints", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:AttachVolume", - "ec2:AuthorizeSecurityGroupEgress", - "ec2:AuthorizeSecurityGroupIngress", - "ec2:CreateLaunchTemplate", - "ec2:CreateLaunchTemplateVersion", - "ec2:CreateSecurityGroup", - "ec2:CreateSnapshot", - "ec2:CreateTags", - "ec2:CreateVolume", - "ec2:DeleteLaunchTemplateVersions", - "ec2:DeleteSnapshot", - "ec2:DeleteVolume", - "ec2:DescribeAccountAttributes", - "ec2:DescribeAvailabilityZones", - "ec2:DescribeImages", - "ec2:DescribeInstanceAttribute", - "ec2:DescribeInstanceStatus", - "ec2:DescribeInstanceTypes", - "ec2:DescribeInstances", - "ec2:DescribeLaunchTemplateVersions", - "ec2:DescribeLaunchTemplates", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSnapshots", - "ec2:DescribeSubnets", - "ec2:DescribeVolumes", - "ec2:DetachVolume", - "ec2:ModifyInstanceAttribute", - "ec2:ModifyLaunchTemplate", - "ec2:ReportInstanceStatus", - "ec2:RevokeSecurityGroupEgress", - "ec2:RunInstances", - "ec2:StartInstances", - "ec2:StopInstances", - "ec2:TerminateInstances", - "iam:PassRole", - "mgn:ListTagsForResource" - ], - "resource_type": "SourceServerResource*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "user*" } ] }, { "access_level": "Write", - "description": "Grants permission to start an export task", - "privilege": "StartExport", + "description": "Grants permission to delete the Voice channel for an app", + "privilege": "DeleteVoiceChannel", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:DescribeLaunchTemplateVersions", - "mgn:DescribeSourceServers", - "mgn:GetLaunchConfiguration", - "mgn:ListApplications", - "mgn:ListWaves", - "s3:PutObject" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an import task", - "privilege": "StartImport", + "description": "Grants permission to delete a voice message template or a voice message template version", + "privilege": "DeleteVoiceTemplate", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateLaunchTemplateVersion", - "ec2:DescribeLaunchTemplateVersions", - "ec2:ModifyLaunchTemplate", - "mgn:DescribeSourceServers", - "mgn:GetLaunchConfiguration", - "mgn:ListApplications", - "mgn:ListWaves", - "mgn:TagResource", - "mgn:UpdateLaunchConfiguration", - "s3:PutObject" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "template*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start replication", - "privilege": "StartReplication", + "access_level": "Read", + "description": "Grants permission to retrieve information about the Amazon Device Messaging (ADM) channel for an app", + "privilege": "GetAdmChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start test", - "privilege": "StartTest", + "access_level": "Read", + "description": "Grants permission to retrieve information about the APNs channel for an app", + "privilege": "GetApnsChannel", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:AttachVolume", - "ec2:AuthorizeSecurityGroupEgress", - "ec2:AuthorizeSecurityGroupIngress", - "ec2:CreateLaunchTemplate", - "ec2:CreateLaunchTemplateVersion", - "ec2:CreateSecurityGroup", - "ec2:CreateSnapshot", - "ec2:CreateTags", - "ec2:CreateVolume", - "ec2:DeleteLaunchTemplateVersions", - "ec2:DeleteSnapshot", - "ec2:DeleteVolume", - "ec2:DescribeAccountAttributes", - "ec2:DescribeAvailabilityZones", - "ec2:DescribeImages", - "ec2:DescribeInstanceAttribute", - "ec2:DescribeInstanceStatus", - "ec2:DescribeInstanceTypes", - "ec2:DescribeInstances", - "ec2:DescribeLaunchTemplateVersions", - "ec2:DescribeLaunchTemplates", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSnapshots", - "ec2:DescribeSubnets", - "ec2:DescribeVolumes", - "ec2:DetachVolume", - "ec2:ModifyInstanceAttribute", - "ec2:ModifyLaunchTemplate", - "ec2:ReportInstanceStatus", - "ec2:RevokeSecurityGroupEgress", - "ec2:RunInstances", - "ec2:StartInstances", - "ec2:StopInstances", - "ec2:TerminateInstances", - "iam:PassRole", - "mgn:ListTagsForResource" - ], - "resource_type": "SourceServerResource*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop replication", - "privilege": "StopReplication", + "access_level": "Read", + "description": "Grants permission to retrieve information about the APNs sandbox channel for an app", + "privilege": "GetApnsSandboxChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "channel*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to assign a resource tag", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to retrieve information about the APNs VoIP channel for an app", + "privilege": "GetApnsVoipChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ApplicationResource" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "JobResource" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "LaunchConfigurationTemplateResource" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ReplicationConfigurationTemplateResource" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "SourceServerResource" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "VcenterClientResource" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WaveResource" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "mgn:CreateAction", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to terminate target instances", - "privilege": "TerminateTargetInstances", + "access_level": "Read", + "description": "Grants permission to retrieve information about the APNs VoIP sandbox channel for an app", + "privilege": "GetApnsVoipSandboxChannel", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:DeleteVolume", - "ec2:DescribeInstances", - "ec2:DescribeVolumes", - "ec2:TerminateInstances" - ], - "resource_type": "SourceServerResource*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to unarchive an application", - "privilege": "UnarchiveApplication", + "access_level": "Read", + "description": "Grants permission to retrieve information about a specific app in your Amazon Pinpoint account", + "privilege": "GetApp", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ApplicationResource*" + "resource_type": "app*" } ] }, { - "access_level": "Write", - "description": "Grants permission to unarchive a wave", - "privilege": "UnarchiveWave", + "access_level": "Read", + "description": "Grants permission to retrieve (queries) pre-aggregated data for a standard metric that applies to an application", + "privilege": "GetApplicationDateRangeKpi", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WaveResource*" + "resource_type": "application-metrics*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag a resource", - "privilege": "UntagResource", + "access_level": "List", + "description": "Grants permission to retrieve the default settings for an app", + "privilege": "GetApplicationSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ApplicationResource" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "JobResource" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "LaunchConfigurationTemplateResource" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ReplicationConfigurationTemplateResource" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "SourceServerResource" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "VcenterClientResource" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "WaveResource" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "app*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update agent backlog", - "privilege": "UpdateAgentBacklogForMgn", + "access_level": "Read", + "description": "Grants permission to retrieve a list of apps in your Amazon Pinpoint account", + "privilege": "GetApps", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "apps*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update agent conversion info", - "privilege": "UpdateAgentConversionInfoForMgn", + "access_level": "Read", + "description": "Grants permission to retrieve information about the Baidu channel for an app", + "privilege": "GetBaiduChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update agent replication info", - "privilege": "UpdateAgentReplicationInfoForMgn", + "access_level": "Read", + "description": "Grants permission to retrieve information about a specific campaign", + "privilege": "GetCampaign", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "campaign*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update agent replication process state", - "privilege": "UpdateAgentReplicationProcessStateForMgn", + "access_level": "List", + "description": "Grants permission to retrieve information about the activities performed by a campaign", + "privilege": "GetCampaignActivities", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "campaign*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update agent source properties", - "privilege": "UpdateAgentSourcePropertiesForMgn", + "access_level": "Read", + "description": "Grants permission to retrieve (queries) pre-aggregated data for a standard metric that applies to a campaign", + "privilege": "GetCampaignDateRangeKpi", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "campaign-metrics*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an application", - "privilege": "UpdateApplication", + "access_level": "Read", + "description": "Grants permission to retrieve information about a specific campaign version", + "privilege": "GetCampaignVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ApplicationResource*" + "resource_type": "campaign*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update launch configuration", - "privilege": "UpdateLaunchConfiguration", + "access_level": "List", + "description": "Grants permission to retrieve information about the current and prior versions of a campaign", + "privilege": "GetCampaignVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "campaign*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update launch configuration", - "privilege": "UpdateLaunchConfigurationTemplate", + "access_level": "List", + "description": "Grants permission to retrieve information about all campaigns for an app", + "privilege": "GetCampaigns", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "LaunchConfigurationTemplateResource*" + "resource_type": "app*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update replication configuration", - "privilege": "UpdateReplicationConfiguration", + "access_level": "List", + "description": "Grants permission to get all channels information for your app", + "privilege": "GetChannels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "channels*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update replication configuration template", - "privilege": "UpdateReplicationConfigurationTemplate", + "access_level": "Read", + "description": "Grants permission to obtain information about the email channel in an app", + "privilege": "GetEmailChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ReplicationConfigurationTemplateResource*" + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update source server replication type", - "privilege": "UpdateSourceServerReplicationType", + "access_level": "Read", + "description": "Grants permission to retrieve information about a specific or the active version of an email template", + "privilege": "GetEmailTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SourceServerResource*" + "resource_type": "template*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a wave", - "privilege": "UpdateWave", + "access_level": "Read", + "description": "Grants permission to retrieve information about a specific endpoint", + "privilege": "GetEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "WaveResource*" + "resource_type": "endpoint*" } ] }, { "access_level": "Read", - "description": "Grants permission to verify client role", - "privilege": "VerifyClientRoleForMgn", + "description": "Grants permission to retrieve information about the event stream for an app", + "privilege": "GetEventStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "event-stream*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:mgn:${Region}:${Account}:job/${JobID}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "JobResource" - }, - { - "arn": "arn:${Partition}:mgn:${Region}:${Account}:replication-configuration-template/${ReplicationConfigurationTemplateID}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "ReplicationConfigurationTemplateResource" - }, - { - "arn": "arn:${Partition}:mgn:${Region}:${Account}:launch-configuration-template/${LaunchConfigurationTemplateID}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "LaunchConfigurationTemplateResource" - }, - { - "arn": "arn:${Partition}:mgn:${Region}:${Account}:vcenter-client/${VcenterClientID}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "VcenterClientResource" - }, - { - "arn": "arn:${Partition}:mgn:${Region}:${Account}:source-server/${SourceServerID}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "SourceServerResource" - }, - { - "arn": "arn:${Partition}:mgn:${Region}:${Account}:application/${ApplicationID}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "ApplicationResource" - }, - { - "arn": "arn:${Partition}:mgn:${Region}:${Account}:wave/${WaveID}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "WaveResource" - }, - { - "arn": "arn:${Partition}:mgn:${Region}:${Account}:import/${ImportID}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "ImportResource" - }, - { - "arn": "arn:${Partition}:mgn:${Region}:${Account}:export/${ExportID}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "ExportResource" - } - ], - "service_name": "AWS Application Migration Service" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "migrationhub-orchestrator", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to create a workflow based on the selected template", - "privilege": "CreateWorkflow", + "access_level": "Read", + "description": "Grants permission to obtain information about a specific export job", + "privilege": "GetExportJob", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "export-job*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a step under a workflow and a specific step group", - "privilege": "CreateWorkflowStep", + "access_level": "List", + "description": "Grants permission to retrieve a list of all of the export jobs for an app", + "privilege": "GetExportJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "app*" } ] }, { - "access_level": "Write", - "description": "Grants permission to to create a custom step group for a given workflow", - "privilege": "CreateWorkflowStepGroup", + "access_level": "Read", + "description": "Grants permission to retrieve information about the GCM channel for an app", + "privilege": "GetGcmChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to a workflow", - "privilege": "DeleteWorkflow", + "access_level": "Read", + "description": "Grants permission to retrieve information about a specific import job", + "privilege": "GetImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "import-job*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a step from a specific step group under a workflow", - "privilege": "DeleteWorkflowStep", + "access_level": "List", + "description": "Grants permission to retrieve information about all import jobs for an app", + "privilege": "GetImportJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "app*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a step group associated with a workflow", - "privilege": "DeleteWorkflowStepGroup", + "access_level": "Read", + "description": "Grants permission to retrive in-app messages for the given endpoint id", + "privilege": "GetInAppMessages", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "app*" } ] }, { "access_level": "Read", - "description": "Grants permission to the plugin to receive information from the service", - "privilege": "GetMessage", + "description": "Grants permission to retrieve information about a specific or the active version of an in-app message template", + "privilege": "GetInAppTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "template*" } ] }, { "access_level": "Read", - "description": "Grants permission to get retrieve metadata for a Template", - "privilege": "GetTemplate", + "description": "Grants permission to retrieve information about a specific journey", + "privilege": "GetJourney", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "journey*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve details of a step associated with a template and a step group", - "privilege": "GetTemplateStep", + "description": "Grants permission to retrieve (queries) pre-aggregated data for a standard engagement metric that applies to a journey", + "privilege": "GetJourneyDateRangeKpi", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "journey-metrics*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve metadata of a step group under a template", - "privilege": "GetTemplateStepGroup", + "description": "Grants permission to retrieve (queries) pre-aggregated data for a standard execution metric that applies to a journey activity", + "privilege": "GetJourneyExecutionActivityMetrics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "journey-execution-activity-metrics*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve metadata asscociated with a workflow", - "privilege": "GetWorkflow", + "description": "Grants permission to retrieve (queries) pre-aggregated data for a standard execution metric that applies to a journey", + "privilege": "GetJourneyExecutionMetrics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "journey-execution-metrics*" } ] }, { "access_level": "Read", - "description": "Grants permission to get details of step associated with a workflow and a step group", - "privilege": "GetWorkflowStep", + "description": "Grants permission to retrieve (queries) pre-aggregated data for a standard execution metric that applies to a journey activity for a single journey run", + "privilege": "GetJourneyRunExecutionActivityMetrics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "journey*" } ] }, { "access_level": "Read", - "description": "Grants permission to get details of a step group associated with a workflow", - "privilege": "GetWorkflowStepGroup", + "description": "Grants permission to retrieve (queries) pre-aggregated data for a standard execution metric that applies to a journey for a single journey run", + "privilege": "GetJourneyRunExecutionMetrics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "journey*" } ] }, { "access_level": "List", - "description": "Grants permission to get a list all registered Plugins", - "privilege": "ListPlugins", + "description": "Grants permission to retrieve information about all journey runs for a journey", + "privilege": "GetJourneyRuns", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "journey*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a list of all the tags tied to a resource", - "privilege": "ListTagsForResource", + "description": "Grants permission to retrieve information about a specific or the active version of an push notification template", + "privilege": "GetPushTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "template*" } ] }, { - "access_level": "List", - "description": "Grants permission to lists step groups of a template", - "privilege": "ListTemplateStepGroups", + "access_level": "Read", + "description": "Grants permission to retrieve information about an Amazon Pinpoint configuration for a recommender model", + "privilege": "GetRecommenderConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "recommender*" } ] }, { "access_level": "List", - "description": "Grants permission to get a list of steps in a step group", - "privilege": "ListTemplateSteps", + "description": "Grants permission to retrieve information about all the recommender model configurations that are associated with an Amazon Pinpoint account", + "privilege": "GetRecommenderConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "recommenders*" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of all Templates available to customer", - "privilege": "ListTemplates", + "access_level": "Read", + "description": "Grants permission to mobiletargeting:GetReports", + "privilege": "GetReports", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "reports*" } ] }, { - "access_level": "List", - "description": "Grants permission to get list of step groups associated with a workflow", - "privilege": "ListWorkflowStepGroups", + "access_level": "Read", + "description": "Grants permission to retrieve information about a specific segment", + "privilege": "GetSegment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "segment*" } ] }, { "access_level": "List", - "description": "Grants permission to get a list of steps within step group associated with a workflow", - "privilege": "ListWorkflowSteps", + "description": "Grants permission to retrieve information about jobs that export endpoint definitions from segments to Amazon S3", + "privilege": "GetSegmentExportJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "segment*" } ] }, { "access_level": "List", - "description": "Grants permission to list all workflows", - "privilege": "ListWorkflows", + "description": "Grants permission to retrieve information about jobs that create segments by importing endpoint definitions from", + "privilege": "GetSegmentImportJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "segment*" } ] }, { - "access_level": "Write", - "description": "Grants permission to register the plugin to receive an ID and to start receiving messages from the service", - "privilege": "RegisterPlugin", + "access_level": "Read", + "description": "Grants permission to retrieve information about a specific segment version", + "privilege": "GetSegmentVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "segment*" } ] }, { - "access_level": "Write", - "description": "Grants permission to retry a failed step within a workflow", - "privilege": "RetryWorkflowStep", + "access_level": "List", + "description": "Grants permission to retrieve information about the current and prior versions of a segment", + "privilege": "GetSegmentVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "segment*" } ] }, { - "access_level": "Write", - "description": "Grants permission to the plugin to send information to the service", - "privilege": "SendMessage", + "access_level": "List", + "description": "Grants permission to retrieve information about the segments for an app", + "privilege": "GetSegments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "app*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start a workflow or resume a stopped workflow", - "privilege": "StartWorkflow", + "access_level": "Read", + "description": "Grants permission to obtain information about the SMS channel in an app", + "privilege": "GetSmsChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop a workflow", - "privilege": "StopWorkflow", + "access_level": "Read", + "description": "Grants permission to retrieve information about a specific or the active version of an sms message template", + "privilege": "GetSmsTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "template*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a resource", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to retrieve information about the endpoints that are associated with a user ID", + "privilege": "GetUserEndpoints", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "user*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a resource", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to obtain information about the Voice channel in an app", + "privilege": "GetVoiceChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the metadata associated with the workflow", - "privilege": "UpdateWorkflow", + "access_level": "Read", + "description": "Grants permission to retrieve information about a specific or the active version of a voice message template", + "privilege": "GetVoiceTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "template*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update metadata and status of a custom step within a workflow", - "privilege": "UpdateWorkflowStep", + "access_level": "List", + "description": "Grants permission to retrieve information about all journeys for an app", + "privilege": "ListJourneys", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "app*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update metadata associated with a step group in a given workflow", - "privilege": "UpdateWorkflowStepGroup", + "access_level": "Read", + "description": "Grants permission to list tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "app" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "campaign" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "journey" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "segment" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "template" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:migrationhub-orchestrator:${Region}:${Account}:workflow/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "workflow" - } - ], - "service_name": "AWS Migration Hub Orchestrator" - }, - { - "conditions": [], - "prefix": "migrationhub-strategy", - "privileges": [ + }, { - "access_level": "Read", - "description": "Grants permission to get details of each anti pattern that collector should look at in a customer's environment", - "privilege": "GetAntiPattern", + "access_level": "List", + "description": "Grants permission to retrieve all versions about a specific template", + "privilege": "ListTemplateVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "template*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details of an application", - "privilege": "GetApplicationComponentDetails", + "access_level": "List", + "description": "Grants permission to retrieve metadata about the queried templates", + "privilege": "ListTemplates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "templates*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a list of all recommended strategies and tools for an application running in a server", - "privilege": "GetApplicationComponentStrategies", + "description": "Grants permission to obtain metadata for a phone number, such as the number type (mobile, landline, or VoIP), location, and provider", + "privilege": "PhoneNumberValidate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "phone-number-validate*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve status of an on-going assessment", - "privilege": "GetAssessment", + "access_level": "Write", + "description": "Grants permission to create or update an event stream for an app", + "privilege": "PutEventStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "event-stream*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details of a specific import task", - "privilege": "GetImportFileTask", + "access_level": "Write", + "description": "Grants permission to create or update events for an app", + "privilege": "PutEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "events*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the latest assessment id", - "privilege": "GetLatestAssessmentId", + "access_level": "Write", + "description": "Grants permission to remove the attributes for an app", + "privilege": "RemoveAttributes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "attribute*" } ] }, { - "access_level": "Read", - "description": "Grants permission to the collector to receive information from the service", - "privilege": "GetMessage", + "access_level": "Write", + "description": "Grants permission to send an SMS message or push notification to specific endpoints", + "privilege": "SendMessages", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "messages*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve customer migration/Modernization preferences", - "privilege": "GetPortfolioPreferences", + "access_level": "Write", + "description": "Grants permission to send an OTP code to a user of your application", + "privilege": "SendOTPMessage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "otp*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve overall summary (number-of servers to rehost etc as well as overall number of anti patterns)", - "privilege": "GetPortfolioSummary", + "access_level": "Write", + "description": "Grants permission to send an SMS message or push notification to all endpoints that are associated with a specific user ID", + "privilege": "SendUsersMessages", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "messages*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve detailed information about a recommendation report", - "privilege": "GetRecommendationReportDetails", + "access_level": "Tagging", + "description": "Grants permission to add tags to a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "app" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "campaign" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "journey" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "segment" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "template" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get info about a specific server", - "privilege": "GetServerDetails", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "app" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "campaign" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "journey" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "segment" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "template" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] - }, - { - "access_level": "Read", - "description": "Grants permission to get recommended strategies and tools for a specific server", - "privilege": "GetServerStrategies", + }, + { + "access_level": "Write", + "description": "Grants permission to update the Amazon Device Messaging (ADM) channel for an app", + "privilege": "UpdateAdmChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of all anti patterns that collector should look for in a customer's environment", - "privilege": "ListAntiPatterns", + "access_level": "Write", + "description": "Grants permission to update the Apple Push Notification service (APNs) channel for an app", + "privilege": "UpdateApnsChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of all applications running on servers on customer's servers", - "privilege": "ListApplicationComponents", + "access_level": "Write", + "description": "Grants permission to update the Apple Push Notification service (APNs) sandbox channel for an app", + "privilege": "UpdateApnsSandboxChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of all collectors installed by the customer", - "privilege": "ListCollectors", + "access_level": "Write", + "description": "Grants permission to update the Apple Push Notification service (APNs) VoIP channel for an app", + "privilege": "UpdateApnsVoipChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { - "access_level": "List", - "description": "Grants permission to get list of all imports performed by the customer", - "privilege": "ListImportFileTask", + "access_level": "Write", + "description": "Grants permission to update the Apple Push Notification service (APNs) VoIP sandbox channel for an app", + "privilege": "UpdateApnsVoipSandboxChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of binaries that collector should assess", - "privilege": "ListJarArtifacts", + "access_level": "Write", + "description": "Grants permission to update the default settings for an app", + "privilege": "UpdateApplicationSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "app*" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of all servers in a customer's environment", - "privilege": "ListServers", + "access_level": "Write", + "description": "Grants permission to update the Baidu channel for an app", + "privilege": "UpdateBaiduChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to save customer's Migration/Modernization preferences", - "privilege": "PutPortfolioPreferences", + "description": "Grants permission to update a specific campaign", + "privilege": "UpdateCampaign", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "campaign*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to register the collector to receive an ID and to start receiving messages from the service", - "privilege": "RegisterCollector", + "description": "Grants permission to update the email channel for an app", + "privilege": "UpdateEmailChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to the collector to send information to the service", - "privilege": "SendMessage", + "description": "Grants permission to update a specific email template under the same version or generate a new version", + "privilege": "UpdateEmailTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "template*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start assessment in a customer's environment (collect data from all servers and provide recommendations)", - "privilege": "StartAssessment", + "description": "Grants permission to create an endpoint or update the information for an endpoint", + "privilege": "UpdateEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "endpoint*" } ] }, { "access_level": "Write", - "description": "Grants permission to start importing data from a file provided by customer", - "privilege": "StartImportFileTask", + "description": "Grants permission to create or update endpoints as a batch operation", + "privilege": "UpdateEndpointsBatch", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "app*" } ] }, { "access_level": "Write", - "description": "Grants permission to start generating a recommendation report", - "privilege": "StartRecommendationReportGeneration", + "description": "Grants permission to update the Firebase Cloud Messaging (FCM) or Google Cloud Messaging (GCM) API key that allows to send push notifications to your Android app", + "privilege": "UpdateGcmChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop an on-going assessment", - "privilege": "StopAssessment", + "description": "Grants permission to update a specific in-app message template under the same version or generate a new version", + "privilege": "UpdateInAppTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "template*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update details for an application", - "privilege": "UpdateApplicationComponentConfig", + "description": "Grants permission to update a specific journey", + "privilege": "UpdateJourney", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "journey*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to the collector to send configuration information to the service", - "privilege": "UpdateCollectorConfiguration", + "description": "Grants permission to update a specific journey state", + "privilege": "UpdateJourneyState", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "journey*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update info on a server along with the recommended strategy", - "privilege": "UpdateServerConfig", + "description": "Grants permission to update a specific push notification template under the same version or generate a new version", + "privilege": "UpdatePushTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "template*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] - } - ], - "resources": [], - "service_name": "AWS Migration Hub Strategy Recommendations" - }, - { - "conditions": [], - "prefix": "mobileanalytics", - "privileges": [ + }, { - "access_level": "Read", - "description": "Grant access to financial metrics for an app", - "privilege": "GetFinancialReports", + "access_level": "Write", + "description": "Grants permission to update an Amazon Pinpoint configuration for a recommender model", + "privilege": "UpdateRecommenderConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "recommender*" } ] }, { - "access_level": "Read", - "description": "Grant access to standard metrics for an app", - "privilege": "GetReports", + "access_level": "Write", + "description": "Grants permission to update a specific segment", + "privilege": "UpdateSegment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "segment*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "The PutEvents operation records one or more events", - "privilege": "PutEvents", + "description": "Grants permission to update the SMS channel for an app", + "privilege": "UpdateSmsChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "channel*" } ] - } - ], - "resources": [], - "service_name": "Amazon Mobile Analytics" - }, - { - "conditions": [], - "prefix": "mobilehub", - "privileges": [ + }, { "access_level": "Write", - "description": "Create a project", - "privilege": "CreateProject", + "description": "Grants permission to update a specific sms message template under the same version or generate a new version", + "privilege": "UpdateSmsTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "template*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Enable AWS Mobile Hub in the account by creating the required service role", - "privilege": "CreateServiceRole", + "description": "Grants permission to update the active version parameter of a specific template", + "privilege": "UpdateTemplateActiveVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "template*" } ] }, { "access_level": "Write", - "description": "Delete the specified project", - "privilege": "DeleteProject", + "description": "Grants permission to update the Voice channel for an app", + "privilege": "UpdateVoiceChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "channel*" } ] }, { "access_level": "Write", - "description": "Delete a saved snapshot of project configuration", - "privilege": "DeleteProjectSnapshot", + "description": "Grants permission to update a specific voice message template under the same version or generate a new version", + "privilege": "UpdateVoiceTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "template*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Deploy changes to the specified stage", - "privilege": "DeployToStage", + "description": "Grants permission to check the validity of One-Time Passwords (OTPs)", + "privilege": "VerifyOTPMessage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "verify-otp*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "app" }, { - "access_level": "Read", - "description": "Describe the download bundle", - "privilege": "DescribeBundle", + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/*", + "condition_keys": [], + "resource": "apps" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/campaigns/${CampaignId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "campaign" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/journeys/${JourneyId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "journey" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/journeys", + "condition_keys": [], + "resource": "journeys" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/segments/${SegmentId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "segment" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:templates/${TemplateName}/${TemplateType}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "template" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:templates", + "condition_keys": [], + "resource": "templates" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:recommenders/${RecommenderId}", + "condition_keys": [], + "resource": "recommender" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:recommenders/*", + "condition_keys": [], + "resource": "recommenders" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:phone/number/validate", + "condition_keys": [], + "resource": "phone-number-validate" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/channels", + "condition_keys": [], + "resource": "channels" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/channels/${ChannelType}", + "condition_keys": [], + "resource": "channel" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/eventstream", + "condition_keys": [], + "resource": "event-stream" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/events", + "condition_keys": [], + "resource": "events" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/messages", + "condition_keys": [], + "resource": "messages" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/verify-otp", + "condition_keys": [], + "resource": "verify-otp" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/otp", + "condition_keys": [], + "resource": "otp" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/attributes/${AttributeType}", + "condition_keys": [], + "resource": "attribute" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/users/${UserId}", + "condition_keys": [], + "resource": "user" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/endpoints/${EndpointId}", + "condition_keys": [], + "resource": "endpoint" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/jobs/import/${JobId}", + "condition_keys": [], + "resource": "import-job" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/jobs/export/${JobId}", + "condition_keys": [], + "resource": "export-job" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/kpis/daterange/${KpiName}", + "condition_keys": [], + "resource": "application-metrics" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/campaigns/${CampaignId}/kpis/daterange/${KpiName}", + "condition_keys": [], + "resource": "campaign-metrics" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/journeys/${JourneyId}/kpis/daterange/${KpiName}", + "condition_keys": [], + "resource": "journey-metrics" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/journeys/${JourneyId}/execution-metrics", + "condition_keys": [], + "resource": "journey-execution-metrics" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/journeys/${JourneyId}/activities/${JourneyActivityId}/execution-metrics", + "condition_keys": [], + "resource": "journey-execution-activity-metrics" + }, + { + "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:reports", + "condition_keys": [], + "resource": "reports" + } + ], + "service_name": "Amazon Pinpoint" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "monitron", + "privileges": [ + { + "access_level": "Permissions management", + "description": "Grants permission to associate a user with the project as an administrator", + "privilege": "AssociateProjectAdminUser", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "sso-directory:DescribeUsers", + "sso:AssociateProfile", + "sso:GetManagedApplicationInstance", + "sso:GetProfile", + "sso:ListDirectoryAssociations", + "sso:ListProfileAssociations", + "sso:ListProfiles" + ], + "resource_type": "project*" } ] }, { - "access_level": "Read", - "description": "Export the download bundle", - "privilege": "ExportBundle", + "access_level": "Write", + "description": "Grants permission to create a project", + "privilege": "CreateProject", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "kms:CreateGrant", + "sso:CreateManagedApplicationInstance", + "sso:DeleteManagedApplicationInstance", + "sso:DescribeRegisteredRegions" + ], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Export the project configuration", - "privilege": "ExportProject", + "access_level": "Permissions management", + "description": "Grants permission to associate a user with the project", + "privilege": "CreateProjectUserAssociation", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "sso-directory:DescribeUsers", + "sso:AssociateProfile", + "sso:GetManagedApplicationInstance", + "sso:GetProfile", + "sso:ListDirectoryAssociations", + "sso:ListProfileAssociations", + "sso:ListProfiles" + ], "resource_type": "project*" } ] }, { - "access_level": "Read", - "description": "Generate project parameters required for code generation", - "privilege": "GenerateProjectParameters", + "access_level": "Permissions management", + "description": "Grants permission to associate an access role with the user", + "privilege": "CreateUserAccessRoleAssociation", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "sso-directory:DescribeUsers", + "sso:GetManagedApplicationInstance", + "sso:GetProfile", + "sso:ListDirectoryAssociations", + "sso:ListProfileAssociations", + "sso:ListProfiles" + ], "resource_type": "project*" } ] }, { - "access_level": "Read", - "description": "Get project configuration and resources", - "privilege": "GetProject", + "access_level": "Write", + "description": "Grants permission to delete a project", + "privilege": "DeleteProject", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "sso:DeleteManagedApplicationInstance" + ], "resource_type": "project*" } ] }, { - "access_level": "Read", - "description": "Fetch the previously exported project configuration snapshot", - "privilege": "GetProjectSnapshot", + "access_level": "Permissions management", + "description": "Grants permission to disassociate a user from the project", + "privilege": "DeleteProjectUserAssociation", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "sso-directory:DescribeUsers", + "sso:DisassociateProfile", + "sso:GetManagedApplicationInstance", + "sso:GetProfile", + "sso:ListDirectoryAssociations", + "sso:ListProfiles" + ], + "resource_type": "project*" } ] }, { - "access_level": "Write", - "description": "Create a new project from the previously exported project configuration", - "privilege": "ImportProject", + "access_level": "Permissions management", + "description": "Grants permission to disassociate an access role from the user", + "privilege": "DeleteUserAccessRoleAssociation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "Write", - "description": "Install a bundle in the project deployments S3 bucket", - "privilege": "InstallBundle", + "access_level": "Permissions management", + "description": "Grants permission to disassociate an administrator from the project", + "privilege": "DisassociateProjectAdminUser", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "sso-directory:DescribeUsers", + "sso:DisassociateProfile", + "sso:GetManagedApplicationInstance", + "sso:GetProfile", + "sso:ListDirectoryAssociations", + "sso:ListProfiles" + ], + "resource_type": "project*" } ] }, { - "access_level": "List", - "description": "List the available SaaS (Software as a Service) connectors", - "privilege": "ListAvailableConnectors", + "access_level": "Read", + "description": "Grants permission to get information about a project", + "privilege": "GetProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] }, { - "access_level": "List", - "description": "List available features", - "privilege": "ListAvailableFeatures", + "access_level": "Read", + "description": "Grants permission to describe an administrator who is associated with the project", + "privilege": "GetProjectAdminUser", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "sso-directory:DescribeUsers", + "sso:GetManagedApplicationInstance", + "sso:ListProfileAssociations" + ], + "resource_type": "project*" } ] }, { - "access_level": "List", - "description": "List available regions for projects", - "privilege": "ListAvailableRegions", + "access_level": "Permissions management", + "description": "Grants permission to list all administrators associated with the project", + "privilege": "ListProjectAdminUsers", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "sso-directory:DescribeUsers", + "sso:GetManagedApplicationInstance" + ], + "resource_type": "project*" } ] }, { "access_level": "List", - "description": "List the available download bundles", - "privilege": "ListBundles", + "description": "Grants permission to list all users associated with the project", + "privilege": "ListProjectUserAssociations", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "sso:GetManagedApplicationInstance", + "sso:GetProfile", + "sso:ListDirectoryAssociations", + "sso:ListProfileAssociations", + "sso:ListProfiles" + ], + "resource_type": "project*" } ] }, { "access_level": "List", - "description": "List saved snapshots of project configuration", - "privilege": "ListProjectSnapshots", + "description": "Grants permission to list all projects", + "privilege": "ListProjects", "resource_types": [ { "condition_keys": [], @@ -165225,21 +180726,21 @@ ] }, { - "access_level": "List", - "description": "List projects", - "privilege": "ListProjects", + "access_level": "Read", + "description": "Grants permission to list all tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project" } ] }, { - "access_level": "Write", - "description": "Synchronize state of resources into project", - "privilege": "SynchronizeProject", + "access_level": "List", + "description": "Grants permission to list all access roles associated with the user", + "privilege": "ListUserAccessRoleAssociations", "resource_types": [ { "condition_keys": [], @@ -165249,128 +180750,127 @@ ] }, { - "access_level": "Write", - "description": "Update project", - "privilege": "UpdateProject", + "access_level": "Tagging", + "description": "Grants permission to tag a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "project" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Validate a mobile hub project.", - "privilege": "ValidateProject", + "access_level": "Tagging", + "description": "Grants permission to untag a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "project" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Verify AWS Mobile Hub is enabled in the account", - "privilege": "VerifyServiceRole", + "access_level": "Write", + "description": "Grants permission to update a project", + "privilege": "UpdateProject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "project*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:mobilehub:${Region}:${Account}:project/${ProjectId}", - "condition_keys": [], + "arn": "arn:${Partition}:monitron:${Region}:${Account}:project/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "resource": "project" } ], - "service_name": "AWS Mobile Hub" + "service_name": "Amazon Monitron" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by a key that is present in the request the user makes to the pinpoint service", + "description": "Filters access by the tags that are passed in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by a tag key and value pair", + "description": "Filters access by the tags associated with the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by the list of all the tag key names present in the request the user makes to the pinpoint service", + "description": "Filters access by the tag keys that are passed in the request", "type": "ArrayOfString" } ], - "prefix": "mobiletargeting", + "prefix": "mq", "privileges": [ { "access_level": "Write", - "description": "Grants permission to create an app", - "privilege": "CreateApp", + "description": "Grants permission to create a broker", + "privilege": "CreateBroker", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "apps*" - }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "aws:ResourceTag/${TagKey}" + "aws:TagKeys" ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a campaign for an app", - "privilege": "CreateCampaign", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "aws:ResourceTag/${TagKey}" + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:CreateNetworkInterfacePermission", + "ec2:CreateSecurityGroup", + "ec2:CreateVpcEndpoint", + "ec2:DescribeInternetGateways", + "ec2:DescribeNetworkInterfacePermissions", + "ec2:DescribeNetworkInterfaces", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcEndpoints", + "ec2:DescribeVpcs", + "ec2:ModifyNetworkInterfaceAttribute", + "iam:CreateServiceLinkedRole", + "route53:AssociateVPCWithHostedZone" ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an email template", - "privilege": "CreateEmailTemplate", + "description": "Grants permission to create a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and engine version)", + "privilege": "CreateConfiguration", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "template*" - }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "aws:ResourceTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -165379,64 +180879,35 @@ }, { "access_level": "Write", - "description": "Grants permission to create an export job that exports endpoint definitions to Amazon S3", - "privilege": "CreateExportJob", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "app*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to import endpoint definitions from to create a segment", - "privilege": "CreateImportJob", + "description": "Grants permission to create a replica broker", + "privilege": "CreateReplicaBroker", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app*" + "resource_type": "brokers*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an in-app message template", - "privilege": "CreateInAppTemplate", + "access_level": "Tagging", + "description": "Grants permission to create tags", + "privilege": "CreateTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "template*" + "resource_type": "brokers" }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a Journey for an app", - "privilege": "CreateJourney", - "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "journeys*" + "resource_type": "configurations" }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "aws:ResourceTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -165445,73 +180916,51 @@ }, { "access_level": "Write", - "description": "Grants permission to create a push notification template", - "privilege": "CreatePushTemplate", + "description": "Grants permission to create an ActiveMQ user", + "privilege": "CreateUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "template*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "brokers*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an Amazon Pinpoint configuration for a recommender model", - "privilege": "CreateRecommenderConfiguration", + "description": "Grants permission to delete a broker", + "privilege": "DeleteBroker", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "recommenders*" + "dependent_actions": [ + "ec2:DeleteNetworkInterface", + "ec2:DeleteNetworkInterfacePermission", + "ec2:DeleteVpcEndpoints", + "ec2:DetachNetworkInterface" + ], + "resource_type": "brokers*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a segment that is based on endpoint data reported to Pinpoint by your app. To allow a user to create a segment by importing endpoint data from outside of Pinpoint, allow the mobiletargeting:CreateImportJob action", - "privilege": "CreateSegment", + "access_level": "Tagging", + "description": "Grants permission to delete tags", + "privilege": "DeleteTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app*" + "resource_type": "brokers" }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an sms message template", - "privilege": "CreateSmsTemplate", - "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "template*" + "resource_type": "configurations" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "aws:ResourceTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -165520,1082 +180969,1444 @@ }, { "access_level": "Write", - "description": "Grants permission to create a voice message template", - "privilege": "CreateVoiceTemplate", + "description": "Grants permission to delete an ActiveMQ user", + "privilege": "DeleteUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "template*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "brokers*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the ADM channel for an app", - "privilege": "DeleteAdmChannel", + "access_level": "Read", + "description": "Grants permission to return information about the specified broker", + "privilege": "DescribeBroker", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "brokers*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the APNs channel for an app", - "privilege": "DeleteApnsChannel", + "access_level": "Read", + "description": "Grants permission to return information about broker engines", + "privilege": "DescribeBrokerEngineTypes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the APNs sandbox channel for an app", - "privilege": "DeleteApnsSandboxChannel", + "access_level": "Read", + "description": "Grants permission to return information about the broker instance options", + "privilege": "DescribeBrokerInstanceOptions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the APNs VoIP channel for an app", - "privilege": "DeleteApnsVoipChannel", + "access_level": "Read", + "description": "Grants permission to return information about the specified configuration", + "privilege": "DescribeConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "configurations*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the APNs VoIP sandbox channel for an app", - "privilege": "DeleteApnsVoipSandboxChannel", + "access_level": "Read", + "description": "Grants permission to return the specified configuration revision for the specified configuration", + "privilege": "DescribeConfigurationRevision", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "configurations*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a specific campaign", - "privilege": "DeleteApp", + "access_level": "Read", + "description": "Grants permission to return information about an ActiveMQ user", + "privilege": "DescribeUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app*" + "resource_type": "brokers*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the Baidu channel for an app", - "privilege": "DeleteBaiduChannel", + "access_level": "List", + "description": "Grants permission to return a list of all brokers", + "privilege": "ListBrokers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a specific campaign", - "privilege": "DeleteCampaign", + "access_level": "List", + "description": "Grants permission to return a list of all existing revisions for the specified configuration", + "privilege": "ListConfigurationRevisions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" + "resource_type": "configurations*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the email channel for an app", - "privilege": "DeleteEmailChannel", + "access_level": "List", + "description": "Grants permission to return a list of all configurations", + "privilege": "ListConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an email template or an email template version", - "privilege": "DeleteEmailTemplate", + "access_level": "List", + "description": "Grants permission to return a list of tags", + "privilege": "ListTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "template*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete an endpoint", - "privilege": "DeleteEndpoint", - "resource_types": [ + "resource_type": "brokers" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "endpoint*" + "resource_type": "configurations" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the event stream for an app", - "privilege": "DeleteEventStream", + "access_level": "List", + "description": "Grants permission to return a list of all ActiveMQ users", + "privilege": "ListUsers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-stream*" + "resource_type": "brokers*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the GCM channel for an app", - "privilege": "DeleteGcmChannel", + "description": "Grants permission to promote a broker", + "privilege": "Promote", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "brokers*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an in-app message template or an in-app message template version", - "privilege": "DeleteInAppTemplate", + "description": "Grants permission to reboot a broker", + "privilege": "RebootBroker", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "template*" + "resource_type": "brokers*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a specific journey", - "privilege": "DeleteJourney", + "description": "Grants permission to add a pending configuration change to a broker", + "privilege": "UpdateBroker", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "journey*" + "resource_type": "brokers*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a push notification template or a push notification template version", - "privilege": "DeletePushTemplate", + "description": "Grants permission to update the specified configuration", + "privilege": "UpdateConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "template*" + "resource_type": "configurations*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an Amazon Pinpoint configuration for a recommender model", - "privilege": "DeleteRecommenderConfiguration", + "description": "Grants permission to update the information for an ActiveMQ user", + "privilege": "UpdateUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "recommender*" + "resource_type": "brokers*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:mq:${Region}:${Account}:broker:${BrokerName}:${BrokerId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "brokers" }, + { + "arn": "arn:${Partition}:mq:${Region}:${Account}:configuration:${ConfigurationId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "configurations" + } + ], + "service_name": "Amazon MQ" + }, + { + "conditions": [ + { + "condition": "neptune-db:QueryLanguage", + "description": "Filters access by graph model", + "type": "String" + } + ], + "prefix": "neptune-db", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to delete a specific segment", - "privilege": "DeleteSegment", + "description": "Grants permission to cancel a loader job", + "privilege": "CancelLoaderJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "segment*" + "resource_type": "database*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the SMS channel for an app", - "privilege": "DeleteSmsChannel", + "description": "Grants permission to cancel an ML data processing job", + "privilege": "CancelMLDataProcessingJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "database*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an sms message template or an sms message template version", - "privilege": "DeleteSmsTemplate", + "description": "Grants permission to cancel an ML model training job", + "privilege": "CancelMLModelTrainingJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "template*" + "resource_type": "database*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete all of the endpoints that are associated with a user ID", - "privilege": "DeleteUserEndpoints", + "description": "Grants permission to cancel an ML model transform job", + "privilege": "CancelMLModelTransformJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "database*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete the Voice channel for an app", - "privilege": "DeleteVoiceChannel", + "description": "Grants permission to cancel a query", + "privilege": "CancelQuery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "database*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a voice message template or a voice message template version", - "privilege": "DeleteVoiceTemplate", + "description": "Grants permission to create an ML endpoint", + "privilege": "CreateMLEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "template*" + "resource_type": "database*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the Amazon Device Messaging (ADM) channel for an app", - "privilege": "GetAdmChannel", + "access_level": "Write", + "description": "Grants permission to run delete data via query APIs on database", + "privilege": "DeleteDataViaQuery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve information about the APNs channel for an app", - "privilege": "GetApnsChannel", - "resource_types": [ + "resource_type": "database*" + }, { - "condition_keys": [], + "condition_keys": [ + "neptune-db:QueryLanguage" + ], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the APNs sandbox channel for an app", - "privilege": "GetApnsSandboxChannel", + "access_level": "Write", + "description": "Grants permission to delete an ML endpoint", + "privilege": "DeleteMLEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "database*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the APNs VoIP channel for an app", - "privilege": "GetApnsVoipChannel", + "access_level": "Write", + "description": "Grants permission to delete all the statistics in the database", + "privilege": "DeleteStatistics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "database*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about the APNs VoIP sandbox channel for an app", - "privilege": "GetApnsVoipSandboxChannel", + "description": "Grants permission to check the status of the Neptune engine", + "privilege": "GetEngineStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "database*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about a specific app in your Amazon Pinpoint account", - "privilege": "GetApp", + "description": "Grants permission to get the graph summary from the database", + "privilege": "GetGraphSummary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app*" + "resource_type": "database*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve (queries) pre-aggregated data for a standard metric that applies to an application", - "privilege": "GetApplicationDateRangeKpi", + "description": "Grants permission to check the status of a loader job", + "privilege": "GetLoaderJobStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "application-metrics*" + "resource_type": "database*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve the default settings for an app", - "privilege": "GetApplicationSettings", + "access_level": "Read", + "description": "Grants permission to check the status of an ML data processing job", + "privilege": "GetMLDataProcessingJobStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app*" + "resource_type": "database*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a list of apps in your Amazon Pinpoint account", - "privilege": "GetApps", + "description": "Grants permission to check the status of an ML endpoint", + "privilege": "GetMLEndpointStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "apps*" + "resource_type": "database*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about the Baidu channel for an app", - "privilege": "GetBaiduChannel", + "description": "Grants permission to check the status of an ML model training job", + "privilege": "GetMLModelTrainingJobStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "database*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about a specific campaign", - "privilege": "GetCampaign", + "description": "Grants permission to check the status of an ML model transform job", + "privilege": "GetMLModelTransformJobStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" + "resource_type": "database*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve information about the activities performed by a campaign", - "privilege": "GetCampaignActivities", + "access_level": "Read", + "description": "Grants permission to check the status of all active queries", + "privilege": "GetQueryStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" + "resource_type": "database*" + }, + { + "condition_keys": [ + "neptune-db:QueryLanguage" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve (queries) pre-aggregated data for a standard metric that applies to a campaign", - "privilege": "GetCampaignDateRangeKpi", + "description": "Grants permission to check the status of statistics of the database", + "privilege": "GetStatisticsStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign-metrics*" + "resource_type": "database*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about a specific campaign version", - "privilege": "GetCampaignVersion", + "description": "Grants permission to fetch stream records from Neptune", + "privilege": "GetStreamRecords", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" + "resource_type": "database*" + }, + { + "condition_keys": [ + "neptune-db:QueryLanguage" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve information about the current and prior versions of a campaign", - "privilege": "GetCampaignVersions", + "description": "Grants permission to list all the loader jobs", + "privilege": "ListLoaderJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" + "resource_type": "database*" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve information about all campaigns for an app", - "privilege": "GetCampaigns", + "description": "Grants permission to list all the ML data processing jobs", + "privilege": "ListMLDataProcessingJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app*" + "resource_type": "database*" } ] }, { "access_level": "List", - "description": "Grants permission to get all channels information for your app", - "privilege": "GetChannels", + "description": "Grants permission to list all the ML endpoints", + "privilege": "ListMLEndpoints", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channels*" + "resource_type": "database*" } ] }, { - "access_level": "Read", - "description": "Grants permission to obtain information about the email channel in an app", - "privilege": "GetEmailChannel", + "access_level": "List", + "description": "Grants permission to list all the ML model training jobs", + "privilege": "ListMLModelTrainingJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "database*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a specific or the active version of an email template", - "privilege": "GetEmailTemplate", + "access_level": "List", + "description": "Grants permission to list all the ML model transform jobs", + "privilege": "ListMLModelTransformJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "template*" + "resource_type": "database*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a specific endpoint", - "privilege": "GetEndpoint", + "access_level": "Write", + "description": "Grants permission to manage statistics in the database", + "privilege": "ManageStatistics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "endpoint*" + "resource_type": "database*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about the event stream for an app", - "privilege": "GetEventStream", + "description": "Grants permission to run read data via query APIs on database", + "privilege": "ReadDataViaQuery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-stream*" + "resource_type": "database*" + }, + { + "condition_keys": [ + "neptune-db:QueryLanguage" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to obtain information about a specific export job", - "privilege": "GetExportJob", + "access_level": "Write", + "description": "Grants permission to get the token needed for reset and resets the Neptune database", + "privilege": "ResetDatabase", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "export-job*" + "resource_type": "database*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of all of the export jobs for an app", - "privilege": "GetExportJobs", + "access_level": "Write", + "description": "Grants permission to start a loader job", + "privilege": "StartLoaderJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app*" + "resource_type": "database*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about the GCM channel for an app", - "privilege": "GetGcmChannel", + "access_level": "Write", + "description": "Grants permission to start an ML data processing job", + "privilege": "StartMLDataProcessingJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "database*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a specific import job", - "privilege": "GetImportJob", + "access_level": "Write", + "description": "Grants permission to start an ML model training job", + "privilege": "StartMLModelTrainingJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "import-job*" + "resource_type": "database*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve information about all import jobs for an app", - "privilege": "GetImportJobs", + "access_level": "Write", + "description": "Grants permission to start an ML model transform job", + "privilege": "StartMLModelTransformJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app*" + "resource_type": "database*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrive in-app messages for the given endpoint id", - "privilege": "GetInAppMessages", + "access_level": "Write", + "description": "Grants permission to run write data via query APIs on database", + "privilege": "WriteDataViaQuery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app*" + "resource_type": "database*" + }, + { + "condition_keys": [ + "neptune-db:QueryLanguage" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a specific or the active version of an in-app message template", - "privilege": "GetInAppTemplate", + "access_level": "Write", + "description": "Grants permission to all data-access actions in engine versions prior to 1.2.0.0", + "privilege": "connect", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "template*" + "resource_type": "database*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:neptune-db:${Region}:${Account}:${RelativeId}/database", + "condition_keys": [], + "resource": "database" + } + ], + "service_name": "Amazon Neptune" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by a tag's key and value in a request", + "type": "String" }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a specific journey", - "privilege": "GetJourney", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys in a request", + "type": "ArrayOfString" + } + ], + "prefix": "neptune-graph", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to cancel an ongoing import task", + "privilege": "CancelImportTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "journey*" + "resource_type": "import-task*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve (queries) pre-aggregated data for a standard engagement metric that applies to a journey", - "privilege": "GetJourneyDateRangeKpi", + "access_level": "Write", + "description": "Grants permission to cancel a query", + "privilege": "CancelQuery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "journey-metrics*" + "resource_type": "graph*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve (queries) pre-aggregated data for a standard execution metric that applies to a journey activity", - "privilege": "GetJourneyExecutionActivityMetrics", + "access_level": "Write", + "description": "Grants permission to create a new graph", + "privilege": "CreateGraph", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "kms:CreateGrant", + "kms:Decrypt", + "kms:DescribeKey" + ], + "resource_type": "graph*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "journey-execution-activity-metrics*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve (queries) pre-aggregated data for a standard execution metric that applies to a journey", - "privilege": "GetJourneyExecutionMetrics", + "access_level": "Write", + "description": "Grants permission to create a new snapshot from an existing graph", + "privilege": "CreateGraphSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "journey-execution-metrics*" + "resource_type": "graph*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve (queries) pre-aggregated data for a standard execution metric that applies to a journey activity for a single journey run", - "privilege": "GetJourneyRunExecutionActivityMetrics", + "access_level": "Write", + "description": "Grants permission to create a new graph while importing data into the new graph", + "privilege": "CreateGraphUsingImportTask", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "iam:PassRole", + "kms:CreateGrant", + "kms:Decrypt", + "kms:DescribeKey" + ], + "resource_type": "import-task*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "journey*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve (queries) pre-aggregated data for a standard execution metric that applies to a journey for a single journey run", - "privilege": "GetJourneyRunExecutionMetrics", + "access_level": "Write", + "description": "Grants permission to create a new private graph endpoint to access the graph from within a vpc", + "privilege": "CreatePrivateGraphEndpoint", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "ec2:CreateVpcEndpoint", + "ec2:DescribeAvailabilityZones", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcAttribute", + "ec2:DescribeVpcEndpoints", + "ec2:DescribeVpcs", + "ec2:ModifyVpcEndpoint", + "route53:AssociateVPCWithHostedZone" + ], + "resource_type": "graph*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "journey*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve information about all journey runs for a journey", - "privilege": "GetJourneyRuns", + "access_level": "Write", + "description": "Grants permission to delete data via query APIs on the graph", + "privilege": "DeleteDataViaQuery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "journey*" + "resource_type": "graph*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a specific or the active version of an push notification template", - "privilege": "GetPushTemplate", + "access_level": "Write", + "description": "Grants permission to delete a graph", + "privilege": "DeleteGraph", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "kms:CreateGrant", + "kms:Decrypt", + "kms:DescribeKey" + ], + "resource_type": "graph*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "template*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about an Amazon Pinpoint configuration for a recommender model", - "privilege": "GetRecommenderConfiguration", + "access_level": "Write", + "description": "Grants permission to delete a snapshot", + "privilege": "DeleteGraphSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "recommender*" + "resource_type": "graph-snapshot*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve information about all the recommender model configurations that are associated with an Amazon Pinpoint account", - "privilege": "GetRecommenderConfigurations", + "access_level": "Write", + "description": "Grants permission to delete a private graph endpoint of a graph", + "privilege": "DeletePrivateGraphEndpoint", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "ec2:DeleteVpcEndpoints", + "ec2:DescribeAvailabilityZones", + "ec2:DescribeSecurityGroups", + "ec2:DescribeSubnets", + "ec2:DescribeVpcAttribute", + "ec2:DescribeVpcEndpoints", + "ec2:DescribeVpcs", + "ec2:ModifyVpcEndpoint", + "route53:DisassociateVPCFromHostedZone" + ], + "resource_type": "graph*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "recommenders*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to mobiletargeting:GetReports", - "privilege": "GetReports", + "description": "Grants permission to get the engine status of the graph", + "privilege": "GetEngineStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "reports*" + "resource_type": "graph*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about a specific segment", - "privilege": "GetSegment", + "description": "Grants permission to get details about a graph", + "privilege": "GetGraph", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "segment*" + "resource_type": "graph*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve information about jobs that export endpoint definitions from segments to Amazon S3", - "privilege": "GetSegmentExportJobs", + "access_level": "Read", + "description": "Grants permission to get details about a snapshot", + "privilege": "GetGraphSnapshot", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "segment*" + "resource_type": "graph-snapshot*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve information about jobs that create segments by importing endpoint definitions from", - "privilege": "GetSegmentImportJobs", + "access_level": "Read", + "description": "Grants permission to get the summary for the data in the graph", + "privilege": "GetGraphSummary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "segment*" + "resource_type": "graph*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about a specific segment version", - "privilege": "GetSegmentVersion", + "description": "Grants permission to get details about an import task", + "privilege": "GetImportTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "segment*" + "resource_type": "import-task*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve information about the current and prior versions of a segment", - "privilege": "GetSegmentVersions", + "access_level": "Read", + "description": "Grants permission to get details about a private graph endpoint of a graph", + "privilege": "GetPrivateGraphEndpoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "segment*" + "resource_type": "graph*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve information about the segments for an app", - "privilege": "GetSegments", + "access_level": "Read", + "description": "Grants permission to check the status of a given query", + "privilege": "GetQueryStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app*" + "resource_type": "graph*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to obtain information about the SMS channel in an app", - "privilege": "GetSmsChannel", + "description": "Grants permission to get the statistics for the data in the graph", + "privilege": "GetStatisticsStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "graph*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about a specific or the active version of an sms message template", - "privilege": "GetSmsTemplate", + "description": "Grants permission to list the snapshots in your account", + "privilege": "ListGraphSnapshots", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "template*" + "resource_type": "graph-snapshot*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about the endpoints that are associated with a user ID", - "privilege": "GetUserEndpoints", + "description": "Grants permission to list the graphs in your account", + "privilege": "ListGraphs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "user*" + "resource_type": "graph*" } ] }, { "access_level": "Read", - "description": "Grants permission to obtain information about the Voice channel in an app", - "privilege": "GetVoiceChannel", + "description": "Grants permission to list the import tasks in your account", + "privilege": "ListImportTasks", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "import-task*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve information about a specific or the active version of a voice message template", - "privilege": "GetVoiceTemplate", + "description": "Grants permission to list the private graph endpoints for a given graph", + "privilege": "ListPrivateGraphEndpoints", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "template*" + "resource_type": "graph*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve information about all journeys for an app", - "privilege": "ListJourneys", + "access_level": "Read", + "description": "Grants permission to check the status of all active queries", + "privilege": "ListQueries", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app*" + "resource_type": "graph*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to list tags for a resource", + "description": "Grants permission to lists tag for a Neptune Analytics resource", "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app" + "resource_type": "graph" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign" + "resource_type": "graph-snapshot" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "journey" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to read data via query APIs on the graph", + "privilege": "ReadDataViaQuery", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "segment" + "resource_type": "graph*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "template" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve all versions about a specific template", - "privilege": "ListTemplateVersions", + "access_level": "Write", + "description": "Grants permission to reset a graph which deletes all data within the graph", + "privilege": "ResetGraph", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "template*" + "resource_type": "graph*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve metadata about the queried templates", - "privilege": "ListTemplates", + "access_level": "Write", + "description": "Grants permission to create a new graph from an existing snapshot", + "privilege": "RestoreGraphFromSnapshot", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "kms:CreateGrant", + "kms:Decrypt", + "kms:DescribeKey" + ], + "resource_type": "graph-snapshot*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "templates*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to obtain metadata for a phone number, such as the number type (mobile, landline, or VoIP), location, and provider", - "privilege": "PhoneNumberValidate", + "access_level": "Tagging", + "description": "Grants permission to tag a Neptune Analytics resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "phone-number-validate*" + "resource_type": "graph" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "graph-snapshot" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create or update an event stream for an app", - "privilege": "PutEventStream", + "access_level": "Tagging", + "description": "Grants permission to untag a Neptune Analytics resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-stream*" + "resource_type": "graph" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "graph-snapshot" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create or update events for an app", - "privilege": "PutEvents", + "description": "Grants permission to modify a graph", + "privilege": "UpdateGraph", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "events*" + "resource_type": "graph*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to remove the attributes for an app", - "privilege": "RemoveAttributes", + "description": "Grants permission to write data via query APIs on the graph", + "privilege": "WriteDataViaQuery", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "attribute*" + "resource_type": "graph*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:neptune-graph:${Region}:${Account}:graph/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "graph" + }, + { + "arn": "arn:${Partition}:neptune-graph:${Region}:${Account}:graph-snapshot/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "graph-snapshot" + }, + { + "arn": "arn:${Partition}:neptune-graph:${Region}:${Account}:import-task/${ResourceId}", + "condition_keys": [], + "resource": "import-task" + } + ], + "service_name": "Amazon Neptune Analytics" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by on the allowed set of values for each of the tags", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tag value associated with the resource", + "type": "String" }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of mandatory tags in the request", + "type": "ArrayOfString" + } + ], + "prefix": "network-firewall", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to send an SMS message or push notification to specific endpoints", - "privilege": "SendMessages", + "description": "Grants permission to create an association between a firewall policy and a firewall", + "privilege": "AssociateFirewallPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "messages*" + "resource_type": "Firewall*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "FirewallPolicy*" } ] }, { "access_level": "Write", - "description": "Grants permission to send an OTP code to a user of your application", - "privilege": "SendOTPMessage", + "description": "Grants permission to associate VPC subnets to a firewall", + "privilege": "AssociateSubnets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "otp*" + "resource_type": "Firewall*" } ] }, { "access_level": "Write", - "description": "Grants permission to send an SMS message or push notification to all endpoints that are associated with a specific user ID", - "privilege": "SendUsersMessages", + "description": "Grants permission to create an AWS Network Firewall firewall", + "privilege": "CreateFirewall", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "iam:CreateServiceLinkedRole" + ], + "resource_type": "Firewall*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "messages*" + "resource_type": "FirewallPolicy*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to create an AWS Network Firewall firewall policy", + "privilege": "CreateFirewallPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "campaign" + "resource_type": "FirewallPolicy*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "journey" + "resource_type": "StatefulRuleGroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "segment" + "resource_type": "StatelessRuleGroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "template" + "resource_type": "TLSInspectionConfiguration" }, { "condition_keys": [ @@ -166608,34 +182419,41 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to create an AWS Network Firewall rule group", + "privilege": "CreateRuleGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "campaign" + "resource_type": "StatefulRuleGroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "journey" + "resource_type": "StatelessRuleGroup" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "segment" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an AWS Network Firewall tls inspection configuration", + "privilege": "CreateTLSInspectionConfiguration", + "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "template" + "dependent_actions": [ + "iam:CreateServiceLinkedRole" + ], + "resource_type": "TLSInspectionConfiguration*" }, { "condition_keys": [ @@ -166649,225 +182467,341 @@ }, { "access_level": "Write", - "description": "Grants permission to update the Amazon Device Messaging (ADM) channel for an app", - "privilege": "UpdateAdmChannel", + "description": "Grants permission to delete a firewall", + "privilege": "DeleteFirewall", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "Firewall*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the Apple Push Notification service (APNs) channel for an app", - "privilege": "UpdateApnsChannel", + "description": "Grants permission to delete a firewall policy", + "privilege": "DeleteFirewallPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "FirewallPolicy*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the Apple Push Notification service (APNs) sandbox channel for an app", - "privilege": "UpdateApnsSandboxChannel", + "description": "Grants permission to delete a resource policy for a firewall policy or rule group", + "privilege": "DeleteResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "FirewallPolicy" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "StatefulRuleGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "StatelessRuleGroup" } ] }, { "access_level": "Write", - "description": "Grants permission to update the Apple Push Notification service (APNs) VoIP channel for an app", - "privilege": "UpdateApnsVoipChannel", + "description": "Grants permission to delete a rule group", + "privilege": "DeleteRuleGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "StatefulRuleGroup*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "StatelessRuleGroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the Apple Push Notification service (APNs) VoIP sandbox channel for an app", - "privilege": "UpdateApnsVoipSandboxChannel", + "description": "Grants permission to delete a tls inspection configuration", + "privilege": "DeleteTLSInspectionConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "TLSInspectionConfiguration*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the default settings for an app", - "privilege": "UpdateApplicationSettings", + "access_level": "Read", + "description": "Grants permission to retrieve the data objects that define a firewall", + "privilege": "DescribeFirewall", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app*" + "resource_type": "Firewall*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the Baidu channel for an app", - "privilege": "UpdateBaiduChannel", + "access_level": "Read", + "description": "Grants permission to retrieve the data objects that define a firewall policy", + "privilege": "DescribeFirewallPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "FirewallPolicy*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "StatefulRuleGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "StatelessRuleGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "TLSInspectionConfiguration" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a specific campaign", - "privilege": "UpdateCampaign", + "access_level": "Read", + "description": "Grants permission to describe the logging configuration of a firewall", + "privilege": "DescribeLoggingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" + "resource_type": "Firewall*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a resource policy for a firewall policy or rule group", + "privilege": "DescribeResourcePolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "FirewallPolicy" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "StatefulRuleGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "StatelessRuleGroup" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the email channel for an app", - "privilege": "UpdateEmailChannel", + "access_level": "Read", + "description": "Grants permission to retrieve the data objects that define a rule group", + "privilege": "DescribeRuleGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "StatefulRuleGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "StatelessRuleGroup" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a specific email template under the same version or generate a new version", - "privilege": "UpdateEmailTemplate", + "access_level": "Read", + "description": "Grants permission to retrieve the high-level information about a rule group", + "privilege": "DescribeRuleGroupMetadata", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "template*" + "resource_type": "StatefulRuleGroup" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "StatelessRuleGroup" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an endpoint or update the information for an endpoint", - "privilege": "UpdateEndpoint", + "access_level": "Read", + "description": "Grants permission to retrieve the data objects that define a tls inspection configuration", + "privilege": "DescribeTLSInspectionConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "endpoint*" + "resource_type": "TLSInspectionConfiguration*" } ] }, { "access_level": "Write", - "description": "Grants permission to create or update endpoints as a batch operation", - "privilege": "UpdateEndpointsBatch", + "description": "Grants permission to disassociate VPC subnets from a firewall", + "privilege": "DisassociateSubnets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "app*" + "resource_type": "Firewall*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the Firebase Cloud Messaging (FCM) or Google Cloud Messaging (GCM) API key that allows to send push notifications to your Android app", - "privilege": "UpdateGcmChannel", + "access_level": "List", + "description": "Grants permission to retrieve the metadata for firewall policies", + "privilege": "ListFirewallPolicies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "FirewallPolicy*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a specific in-app message template under the same version or generate a new version", - "privilege": "UpdateInAppTemplate", + "access_level": "List", + "description": "Grants permission to retrieve the metadata for firewalls", + "privilege": "ListFirewalls", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "template*" - }, + "resource_type": "Firewall*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve the metadata for rule groups", + "privilege": "ListRuleGroups", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a specific journey", - "privilege": "UpdateJourney", + "access_level": "List", + "description": "Grants permission to retrieve the metadata for tls inspection configurations", + "privilege": "ListTLSInspectionConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "journey*" + "resource_type": "TLSInspectionConfiguration*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve the tags for a resource", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Firewall*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "FirewallPolicy*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "StatefulRuleGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "StatelessRuleGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "TLSInspectionConfiguration" } ] }, { "access_level": "Write", - "description": "Grants permission to update a specific journey state", - "privilege": "UpdateJourneyState", + "description": "Grants permission to put a resource policy for a firewall policy or rule group", + "privilege": "PutResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "journey*" + "resource_type": "FirewallPolicy" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "StatefulRuleGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "StatelessRuleGroup" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to attach tags to a resource", + "privilege": "TagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Firewall" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "FirewallPolicy" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "StatefulRuleGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "StatelessRuleGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "TLSInspectionConfiguration" }, { "condition_keys": [ @@ -166880,18 +182814,37 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update a specific push notification template under the same version or generate a new version", - "privilege": "UpdatePushTemplate", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "template*" + "resource_type": "Firewall" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "FirewallPolicy" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "StatefulRuleGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "StatelessRuleGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "TLSInspectionConfiguration" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -166901,446 +182854,330 @@ }, { "access_level": "Write", - "description": "Grants permission to update an Amazon Pinpoint configuration for a recommender model", - "privilege": "UpdateRecommenderConfiguration", + "description": "Grants permission to add or remove delete protection for a firewall", + "privilege": "UpdateFirewallDeleteProtection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "recommender*" + "resource_type": "Firewall*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a specific segment", - "privilege": "UpdateSegment", + "description": "Grants permission to modify the description for a firewall", + "privilege": "UpdateFirewallDescription", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "segment*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "Firewall*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the SMS channel for an app", - "privilege": "UpdateSmsChannel", + "description": "Grants permission to modify the encryption configuration of a firewall", + "privilege": "UpdateFirewallEncryptionConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "Firewall*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a specific sms message template under the same version or generate a new version", - "privilege": "UpdateSmsTemplate", + "description": "Grants permission to modify a firewall policy", + "privilege": "UpdateFirewallPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "template*" + "resource_type": "FirewallPolicy*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "StatefulRuleGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "StatelessRuleGroup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "TLSInspectionConfiguration" } ] }, { "access_level": "Write", - "description": "Grants permission to update the active version parameter of a specific template", - "privilege": "UpdateTemplateActiveVersion", + "description": "Grants permission to add or remove firewall policy change protection for a firewall", + "privilege": "UpdateFirewallPolicyChangeProtection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "template*" + "resource_type": "Firewall*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the Voice channel for an app", - "privilege": "UpdateVoiceChannel", + "description": "Grants permission to modify the logging configuration of a firewall", + "privilege": "UpdateLoggingConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "channel*" + "resource_type": "Firewall*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a specific voice message template under the same version or generate a new version", - "privilege": "UpdateVoiceTemplate", + "description": "Grants permission to modify a rule group", + "privilege": "UpdateRuleGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "template*" + "resource_type": "StatefulRuleGroup" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "StatelessRuleGroup" } ] }, { "access_level": "Write", - "description": "Grants permission to check the validity of One-Time Passwords (OTPs)", - "privilege": "VerifyOTPMessage", + "description": "Grants permission to add or remove subnet change protection for a firewall", + "privilege": "UpdateSubnetChangeProtection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "verify-otp*" + "resource_type": "Firewall*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to modify a tls inspection configuration", + "privilege": "UpdateTLSInspectionConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "TLSInspectionConfiguration*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}", + "arn": "arn:${Partition}:network-firewall:${Region}:${Account}:firewall/${Name}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "app" - }, - { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/*", - "condition_keys": [], - "resource": "apps" + "resource": "Firewall" }, { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/campaigns/${CampaignId}", + "arn": "arn:${Partition}:network-firewall:${Region}:${Account}:firewall-policy/${Name}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "campaign" + "resource": "FirewallPolicy" }, { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/journeys/${JourneyId}", + "arn": "arn:${Partition}:network-firewall:${Region}:${Account}:stateful-rulegroup/${Name}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "journey" - }, - { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/journeys", - "condition_keys": [], - "resource": "journeys" + "resource": "StatefulRuleGroup" }, { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/segments/${SegmentId}", + "arn": "arn:${Partition}:network-firewall:${Region}:${Account}:stateless-rulegroup/${Name}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "segment" + "resource": "StatelessRuleGroup" }, { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:templates/${TemplateName}/${TemplateType}", + "arn": "arn:${Partition}:network-firewall:${Region}:${Account}:tls-configuration/${Name}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "template" - }, - { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:templates", - "condition_keys": [], - "resource": "templates" - }, - { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:recommenders/${RecommenderId}", - "condition_keys": [], - "resource": "recommender" - }, - { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:recommenders/*", - "condition_keys": [], - "resource": "recommenders" - }, - { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:phone/number/validate", - "condition_keys": [], - "resource": "phone-number-validate" - }, - { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/channels", - "condition_keys": [], - "resource": "channels" - }, - { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/channels/${ChannelType}", - "condition_keys": [], - "resource": "channel" - }, - { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/eventstream", - "condition_keys": [], - "resource": "event-stream" - }, - { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/events", - "condition_keys": [], - "resource": "events" - }, - { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/messages", - "condition_keys": [], - "resource": "messages" - }, - { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/verify-otp", - "condition_keys": [], - "resource": "verify-otp" - }, - { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/otp", - "condition_keys": [], - "resource": "otp" - }, - { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/attributes/${AttributeType}", - "condition_keys": [], - "resource": "attribute" - }, - { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/users/${UserId}", - "condition_keys": [], - "resource": "user" - }, - { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/endpoints/${EndpointId}", - "condition_keys": [], - "resource": "endpoint" - }, + "resource": "TLSInspectionConfiguration" + } + ], + "service_name": "AWS Network Firewall" + }, + { + "conditions": [ { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/jobs/import/${JobId}", - "condition_keys": [], - "resource": "import-job" + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" }, { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/jobs/export/${JobId}", - "condition_keys": [], - "resource": "export-job" + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" }, { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/kpis/daterange/${KpiName}", - "condition_keys": [], - "resource": "application-metrics" + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" }, { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/campaigns/${CampaignId}/kpis/daterange/${KpiName}", - "condition_keys": [], - "resource": "campaign-metrics" + "condition": "networkmanager:cgwArn", + "description": "Filters access by which customer gateways can be associated or disassociated", + "type": "ARN" }, { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/journeys/${JourneyId}/kpis/daterange/${KpiName}", - "condition_keys": [], - "resource": "journey-metrics" + "condition": "networkmanager:subnetArns", + "description": "Filters access by which VPC subnets can be added or removed from a VPC attachment", + "type": "ArrayOfARN" }, { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/journeys/${JourneyId}/execution-metrics", - "condition_keys": [], - "resource": "journey-execution-metrics" + "condition": "networkmanager:tgwArn", + "description": "Filters access by which transit gateways can be registered, deregistered, or peered", + "type": "ARN" }, { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:apps/${AppId}/journeys/${JourneyId}/activities/${JourneyActivityId}/execution-metrics", - "condition_keys": [], - "resource": "journey-execution-activity-metrics" + "condition": "networkmanager:tgwConnectPeerArn", + "description": "Filters access by which transit gateway connect peers can be associated or disassociated", + "type": "ARN" }, { - "arn": "arn:${Partition}:mobiletargeting:${Region}:${Account}:reports", - "condition_keys": [], - "resource": "reports" - } - ], - "service_name": "Amazon Pinpoint" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tag key-value pairs in the request", - "type": "String" + "condition": "networkmanager:tgwRtbArn", + "description": "Filters access by which Transit Gateway Route Table can be used to create an attachment", + "type": "ARN" }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags attached to the resource", - "type": "String" + "condition": "networkmanager:vpcArn", + "description": "Filters access by which VPC can be used to a create/update attachment", + "type": "ARN" }, { - "condition": "aws:TagKeys", - "description": "Filters actions by the tag keys in the request", - "type": "ArrayOfString" + "condition": "networkmanager:vpnConnectionArn", + "description": "Filters access by which Site-to-Site VPN can be used to a create/update attachment", + "type": "ARN" } ], - "prefix": "monitron", + "prefix": "networkmanager", "privileges": [ { - "access_level": "Permissions management", - "description": "Grants permission to associate a user with the project as an administrator", - "privilege": "AssociateProjectAdminUser", + "access_level": "Write", + "description": "Grants permission to accept creation of an attachment between a source and destination in a core network", + "privilege": "AcceptAttachment", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "sso-directory:DescribeUsers", - "sso:AssociateProfile", - "sso:GetManagedApplicationInstance", - "sso:GetProfile", - "sso:ListDirectoryAssociations", - "sso:ListProfileAssociations", - "sso:ListProfiles" - ], - "resource_type": "project*" + "dependent_actions": [], + "resource_type": "attachment*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a project", - "privilege": "CreateProject", + "description": "Grants permission to associate a Connect Peer", + "privilege": "AssociateConnectPeer", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "iam:CreateServiceLinkedRole", - "kms:CreateGrant", - "sso:CreateManagedApplicationInstance", - "sso:DeleteManagedApplicationInstance" - ], - "resource_type": "" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "device*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "global-network*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a project", - "privilege": "DeleteProject", + "description": "Grants permission to associate a customer gateway to a device", + "privilege": "AssociateCustomerGateway", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "sso:DeleteManagedApplicationInstance" - ], - "resource_type": "project*" - } - ] - }, - { - "access_level": "Permissions management", - "description": "Grants permission to disassociate an administrator from the project", - "privilege": "DisassociateProjectAdminUser", - "resource_types": [ + "dependent_actions": [], + "resource_type": "device*" + }, { "condition_keys": [], - "dependent_actions": [ - "sso-directory:DescribeUsers", - "sso:DisassociateProfile", - "sso:GetManagedApplicationInstance", - "sso:GetProfile", - "sso:ListDirectoryAssociations", - "sso:ListProfiles" + "dependent_actions": [], + "resource_type": "global-network*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "link" + }, + { + "condition_keys": [ + "networkmanager:cgwArn" ], - "resource_type": "project*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about a project", - "privilege": "GetProject", + "access_level": "Write", + "description": "Grants permission to associate a link to a device", + "privilege": "AssociateLink", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to describe an administrator who is associated with the project", - "privilege": "GetProjectAdminUser", - "resource_types": [ + "resource_type": "device*" + }, { "condition_keys": [], - "dependent_actions": [ - "sso-directory:DescribeUsers", - "sso:GetManagedApplicationInstance", - "sso:ListProfileAssociations" - ], - "resource_type": "project*" - } - ] - }, - { - "access_level": "Permissions management", - "description": "Grants permission to list all administrators associated with the project", - "privilege": "ListProjectAdminUsers", - "resource_types": [ + "dependent_actions": [], + "resource_type": "global-network*" + }, { "condition_keys": [], - "dependent_actions": [ - "sso-directory:DescribeUsers", - "sso:GetManagedApplicationInstance" - ], - "resource_type": "project*" + "dependent_actions": [], + "resource_type": "link*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all projects", - "privilege": "ListProjects", + "access_level": "Write", + "description": "Grants permission to associate a transit gateway connect peer to a device", + "privilege": "AssociateTransitGatewayConnectPeer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to list all tags for a resource", - "privilege": "ListTagsForResource", - "resource_types": [ + "resource_type": "device*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "project" + "resource_type": "global-network*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "link" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "networkmanager:tgwConnectPeerArn" ], "dependent_actions": [], "resource_type": "" @@ -167348,19 +183185,24 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to create a Connect attachment", + "privilege": "CreateConnectAttachment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project" + "resource_type": "attachment*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "core-network*" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -167368,17 +183210,18 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to create a Connect Peer connection", + "privilege": "CreateConnectPeer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project" + "resource_type": "attachment*" }, { "condition_keys": [ + "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -167388,91 +183231,54 @@ }, { "access_level": "Write", - "description": "Grants permission to update a project", - "privilege": "UpdateProject", + "description": "Grants permission to create a new connection", + "privilege": "CreateConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "project*" + "resource_type": "global-network*" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:monitron:${Region}:${Account}:project/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "project" - } - ], - "service_name": "Amazon Monitron" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", - "type": "String" }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "mq", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a broker", - "privilege": "CreateBroker", + "description": "Grants permission to create a new core network", + "privilege": "CreateCoreNetwork", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "global-network*" + }, { "condition_keys": [ "aws:RequestTag/${TagKey}", "aws:TagKeys" ], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:CreateNetworkInterfacePermission", - "ec2:CreateSecurityGroup", - "ec2:CreateVpcEndpoint", - "ec2:DescribeInternetGateways", - "ec2:DescribeNetworkInterfacePermissions", - "ec2:DescribeNetworkInterfaces", - "ec2:DescribeSecurityGroups", - "ec2:DescribeSubnets", - "ec2:DescribeVpcEndpoints", - "ec2:DescribeVpcs", - "ec2:ModifyNetworkInterfaceAttribute", - "iam:CreateServiceLinkedRole", - "route53:AssociateVPCWithHostedZone" - ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and engine version)", - "privilege": "CreateConfiguration", + "description": "Grants permission to create a new device", + "privilege": "CreateDevice", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "global-network*" + }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -167485,30 +183291,35 @@ }, { "access_level": "Write", - "description": "Grants permission to create a replica broker", - "privilege": "CreateReplicaBroker", + "description": "Grants permission to create a new global network", + "privilege": "CreateGlobalNetwork", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "brokers*" + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "iam:CreateServiceLinkedRole" + ], + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to create tags", - "privilege": "CreateTags", + "access_level": "Write", + "description": "Grants permission to create a new link", + "privilege": "CreateLink", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "brokers" + "resource_type": "global-network*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "configurations" + "resource_type": "site" }, { "condition_keys": [ @@ -167522,51 +183333,39 @@ }, { "access_level": "Write", - "description": "Grants permission to create an ActiveMQ user", - "privilege": "CreateUser", + "description": "Grants permission to create a new site", + "privilege": "CreateSite", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "brokers*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a broker", - "privilege": "DeleteBroker", - "resource_types": [ + "resource_type": "global-network*" + }, { - "condition_keys": [], - "dependent_actions": [ - "ec2:DeleteNetworkInterface", - "ec2:DeleteNetworkInterfacePermission", - "ec2:DeleteVpcEndpoints", - "ec2:DetachNetworkInterface" + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "resource_type": "brokers*" + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to delete tags", - "privilege": "DeleteTags", + "access_level": "Write", + "description": "Grants permission to create a site-to-site VPN attachment", + "privilege": "CreateSiteToSiteVpnAttachment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "brokers" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "configurations" + "resource_type": "core-network*" }, { "condition_keys": [ - "aws:TagKeys" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "networkmanager:vpnConnectionArn" ], "dependent_actions": [], "resource_type": "" @@ -167575,315 +183374,276 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an ActiveMQ user", - "privilege": "DeleteUser", + "description": "Grants permission to create a Transit Gateway peering", + "privilege": "CreateTransitGatewayPeering", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "brokers*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to return information about the specified broker", - "privilege": "DescribeBroker", - "resource_types": [ + "resource_type": "core-network*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "networkmanager:tgwArn" + ], "dependent_actions": [], - "resource_type": "brokers*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return information about broker engines", - "privilege": "DescribeBrokerEngineTypes", + "access_level": "Write", + "description": "Grants permission to create a TGW RTB attachment", + "privilege": "CreateTransitGatewayRouteTableAttachment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "peering*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "networkmanager:tgwRtbArn" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return information about the broker instance options", - "privilege": "DescribeBrokerInstanceOptions", + "access_level": "Write", + "description": "Grants permission to create a VPC attachment", + "privilege": "CreateVpcAttachment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "core-network*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "networkmanager:vpcArn", + "networkmanager:subnetArns" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return information about the specified configuration", - "privilege": "DescribeConfiguration", + "access_level": "Write", + "description": "Grants permission to delete an attachment", + "privilege": "DeleteAttachment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "configurations*" + "resource_type": "attachment*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the specified configuration revision for the specified configuration", - "privilege": "DescribeConfigurationRevision", + "access_level": "Write", + "description": "Grants permission to delete a Connect Peer", + "privilege": "DeleteConnectPeer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "configurations*" + "resource_type": "connect-peer*" } ] }, { - "access_level": "Read", - "description": "Grants permission to return information about an ActiveMQ user", - "privilege": "DescribeUser", + "access_level": "Write", + "description": "Grants permission to delete a connection", + "privilege": "DeleteConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "brokers*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to return a list of all brokers", - "privilege": "ListBrokers", - "resource_types": [ + "resource_type": "connection*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "global-network*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of all existing revisions for the specified configuration", - "privilege": "ListConfigurationRevisions", + "access_level": "Write", + "description": "Grants permission to delete a core network", + "privilege": "DeleteCoreNetwork", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "configurations*" + "resource_type": "core-network*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of all configurations", - "privilege": "ListConfigurations", + "access_level": "Write", + "description": "Grants permission to delete the core network policy version", + "privilege": "DeleteCoreNetworkPolicyVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "core-network*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of tags", - "privilege": "ListTags", + "access_level": "Write", + "description": "Grants permission to delete a device", + "privilege": "DeleteDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "brokers" + "resource_type": "device*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "configurations" + "resource_type": "global-network*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of all ActiveMQ users", - "privilege": "ListUsers", + "access_level": "Write", + "description": "Grants permission to delete a global network", + "privilege": "DeleteGlobalNetwork", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "brokers*" + "resource_type": "global-network*" } ] }, { "access_level": "Write", - "description": "Grants permission to reboot a broker", - "privilege": "RebootBroker", + "description": "Grants permission to delete a link", + "privilege": "DeleteLink", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "brokers*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to add a pending configuration change to a broker", - "privilege": "UpdateBroker", - "resource_types": [ + "resource_type": "global-network*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "brokers*" + "resource_type": "link*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the specified configuration", - "privilege": "UpdateConfiguration", + "description": "Grants permission to delete a peering", + "privilege": "DeletePeering", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "configurations*" + "resource_type": "peering*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the information for an ActiveMQ user", - "privilege": "UpdateUser", + "description": "Grants permission to delete a resource", + "privilege": "DeleteResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "brokers*" + "resource_type": "core-network*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:mq:${Region}:${Account}:broker:${BrokerId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "brokers" }, - { - "arn": "arn:${Partition}:mq:${Region}:${Account}:configuration:${ConfigurationId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "configurations" - } - ], - "service_name": "Amazon MQ" - }, - { - "conditions": [ - { - "condition": "neptune-db:QueryLanguage", - "description": "Filters access by graph model", - "type": "String" - } - ], - "prefix": "neptune-db", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to cancel a loader job", - "privilege": "CancelLoaderJob", + "description": "Grants permission to delete a site", + "privilege": "DeleteSite", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to cancel an ML data processing job", - "privilege": "CancelMLDataProcessingJob", - "resource_types": [ + "resource_type": "global-network*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "site*" } ] }, { "access_level": "Write", - "description": "Grants permission to cancel an ML model training job", - "privilege": "CancelMLModelTrainingJob", + "description": "Grants permission to deregister a transit gateway from a global network", + "privilege": "DeregisterTransitGateway", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to cancel an ML model transform job", - "privilege": "CancelMLModelTransformJob", - "resource_types": [ + "resource_type": "global-network*" + }, { - "condition_keys": [], + "condition_keys": [ + "networkmanager:tgwArn" + ], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to cancel a query", - "privilege": "CancelQuery", + "access_level": "List", + "description": "Grants permission to describe global networks", + "privilege": "DescribeGlobalNetworks", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "global-network" } ] }, { "access_level": "Write", - "description": "Grants permission to create an ML endpoint", - "privilege": "CreateMLEndpoint", + "description": "Grants permission to disassociate a Connect Peer", + "privilege": "DisassociateConnectPeer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "global-network*" } ] }, { "access_level": "Write", - "description": "Grants permission to run delete data via query APIs on database", - "privilege": "DeleteDataViaQuery", + "description": "Grants permission to disassociate a customer gateway from a device", + "privilege": "DisassociateCustomerGateway", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "global-network*" }, { "condition_keys": [ - "neptune-db:QueryLanguage" + "networkmanager:cgwArn" ], "dependent_actions": [], "resource_type": "" @@ -167892,746 +183652,601 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an ML endpoint", - "privilege": "DeleteMLEndpoint", + "description": "Grants permission to disassociate a link from a device", + "privilege": "DisassociateLink", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "device*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "global-network*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "link*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete all the statistics in the database", - "privilege": "DeleteStatistics", + "description": "Grants permission to disassociate a transit gateway connect peer from a device", + "privilege": "DisassociateTransitGatewayConnectPeer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "global-network*" + }, + { + "condition_keys": [ + "networkmanager:tgwConnectPeerArn" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to check the status of the Neptune engine", - "privilege": "GetEngineStatus", + "access_level": "Write", + "description": "Grants permission to apply changes to the core network", + "privilege": "ExecuteCoreNetworkChangeSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "core-network*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the graph summary from the database", - "privilege": "GetGraphSummary", + "description": "Grants permission to retrieve a Connect attachment", + "privilege": "GetConnectAttachment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "attachment*" } ] }, { "access_level": "Read", - "description": "Grants permission to check the status of a loader job", - "privilege": "GetLoaderJobStatus", + "description": "Grants permission to retrieve a Connect Peer", + "privilege": "GetConnectPeer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "connect-peer*" } ] }, { "access_level": "Read", - "description": "Grants permission to check the status of an ML data processing job", - "privilege": "GetMLDataProcessingJobStatus", + "description": "Grants permission to describe Connect Peer associations", + "privilege": "GetConnectPeerAssociations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "global-network*" } ] }, { - "access_level": "Read", - "description": "Grants permission to check the status of an ML endpoint", - "privilege": "GetMLEndpointStatus", + "access_level": "List", + "description": "Grants permission to describe connections", + "privilege": "GetConnections", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to check the status of an ML model training job", - "privilege": "GetMLModelTrainingJobStatus", - "resource_types": [ + "resource_type": "global-network*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "connection" } ] }, { "access_level": "Read", - "description": "Grants permission to check the status of an ML model transform job", - "privilege": "GetMLModelTransformJobStatus", + "description": "Grants permission to retrieve a core network", + "privilege": "GetCoreNetwork", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "core-network*" } ] }, { "access_level": "Read", - "description": "Grants permission to check the status of all active queries", - "privilege": "GetQueryStatus", + "description": "Grants permission to retrieve a list of core network change events", + "privilege": "GetCoreNetworkChangeEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [ - "neptune-db:QueryLanguage" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "core-network*" } ] }, { "access_level": "Read", - "description": "Grants permission to check the status of statistics of the database", - "privilege": "GetStatisticsStatus", + "description": "Grants permission to retrieve a list of core network change sets", + "privilege": "GetCoreNetworkChangeSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "core-network*" } ] }, { "access_level": "Read", - "description": "Grants permission to fetch stream records from Neptune", - "privilege": "GetStreamRecords", + "description": "Grants permission to retrieve core network policy", + "privilege": "GetCoreNetworkPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [ - "neptune-db:QueryLanguage" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "core-network*" } ] }, { "access_level": "List", - "description": "Grants permission to list all the loader jobs", - "privilege": "ListLoaderJobs", + "description": "Grants permission to describe customer gateway associations", + "privilege": "GetCustomerGatewayAssociations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "global-network*" } ] }, { "access_level": "List", - "description": "Grants permission to list all the ML data processing jobs", - "privilege": "ListMLDataProcessingJobs", + "description": "Grants permission to describe devices", + "privilege": "GetDevices", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list all the ML endpoints", - "privilege": "ListMLEndpoints", - "resource_types": [ + "resource_type": "global-network*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "device" } ] }, { "access_level": "List", - "description": "Grants permission to list all the ML model training jobs", - "privilege": "ListMLModelTrainingJobs", + "description": "Grants permission to describe link associations", + "privilege": "GetLinkAssociations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "global-network*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "device" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "link" } ] }, { "access_level": "List", - "description": "Grants permission to list all the ML model transform jobs", - "privilege": "ListMLModelTransformJobs", + "description": "Grants permission to describe links", + "privilege": "GetLinks", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to manage statistics in the database", - "privilege": "ManageStatistics", - "resource_types": [ + "resource_type": "global-network*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "link" } ] }, { "access_level": "Read", - "description": "Grants permission to run read data via query APIs on database", - "privilege": "ReadDataViaQuery", + "description": "Grants permission to return the number of resources for a global network grouped by type", + "privilege": "GetNetworkResourceCounts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [ - "neptune-db:QueryLanguage" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "global-network*" } ] }, { - "access_level": "Write", - "description": "Grants permission to get the token needed for reset and resets the Neptune database", - "privilege": "ResetDatabase", + "access_level": "Read", + "description": "Grants permission to retrieve related resources for a resource within the global network", + "privilege": "GetNetworkResourceRelationships", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "global-network*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start a loader job", - "privilege": "StartLoaderJob", + "access_level": "Read", + "description": "Grants permission to retrieve a global network resource", + "privilege": "GetNetworkResources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "global-network*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start an ML data processing job", - "privilege": "StartMLDataProcessingJob", + "access_level": "Read", + "description": "Grants permission to retrieve routes for a route table within the global network", + "privilege": "GetNetworkRoutes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "global-network*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start an ML model training job", - "privilege": "StartMLModelTrainingJob", + "access_level": "Read", + "description": "Grants permission to retrieve network telemetry objects for the global network", + "privilege": "GetNetworkTelemetry", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "global-network*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start an ML model transform job", - "privilege": "StartMLModelTransformJob", + "access_level": "Read", + "description": "Grants permission to retrieve a resource policy", + "privilege": "GetResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "core-network*" } ] }, { - "access_level": "Write", - "description": "Grants permission to run write data via query APIs on database", - "privilege": "WriteDataViaQuery", + "access_level": "Read", + "description": "Grants permission to retrieve a route analysis configuration and result", + "privilege": "GetRouteAnalysis", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" - }, - { - "condition_keys": [ - "neptune-db:QueryLanguage" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "global-network*" } ] }, { - "access_level": "Write", - "description": "Grants permission to all data-access actions in engine versions prior to 1.2.0.0", - "privilege": "connect", + "access_level": "Read", + "description": "Grants permission to retrieve a site-to-site VPN attachment", + "privilege": "GetSiteToSiteVpnAttachment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "database*" + "resource_type": "attachment*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:neptune-db:${Region}:${Account}:${RelativeId}/database", - "condition_keys": [], - "resource": "database" - } - ], - "service_name": "Amazon Neptune" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by on the allowed set of values for each of the tags", - "type": "String" }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tag value associated with the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of mandatory tags in the request", - "type": "ArrayOfString" - } - ], - "prefix": "network-firewall", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to create an association between a firewall policy and a firewall", - "privilege": "AssociateFirewallPolicy", + "access_level": "List", + "description": "Grants permission to describe global networks", + "privilege": "GetSites", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Firewall*" + "resource_type": "global-network*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "FirewallPolicy*" + "resource_type": "site" } ] }, { - "access_level": "Write", - "description": "Grants permission to associate VPC subnets to a firewall", - "privilege": "AssociateSubnets", + "access_level": "List", + "description": "Grants permission to describe transit gateway connect peer associations", + "privilege": "GetTransitGatewayConnectPeerAssociations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Firewall*" + "resource_type": "global-network*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an AWS Network Firewall firewall", - "privilege": "CreateFirewall", + "access_level": "Read", + "description": "Grants permission to retrieve a Transit Gateway peering", + "privilege": "GetTransitGatewayPeering", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole" - ], - "resource_type": "Firewall*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "FirewallPolicy*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "peering*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an AWS Network Firewall firewall policy", - "privilege": "CreateFirewallPolicy", + "access_level": "List", + "description": "Grants permission to describe transit gateway registrations", + "privilege": "GetTransitGatewayRegistrations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "FirewallPolicy*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "StatefulRuleGroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "StatelessRuleGroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "TLSInspectionConfiguration" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "global-network*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an AWS Network Firewall rule group", - "privilege": "CreateRuleGroup", + "access_level": "Read", + "description": "Grants permission to retrieve a TGW RTB attachment", + "privilege": "GetTransitGatewayRouteTableAttachment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "StatefulRuleGroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "StatelessRuleGroup" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "attachment*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an AWS Network Firewall tls inspection configuration", - "privilege": "CreateTLSInspectionConfiguration", + "access_level": "Read", + "description": "Grants permission to retrieve a VPC attachment", + "privilege": "GetVpcAttachment", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole" - ], - "resource_type": "TLSInspectionConfiguration*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "attachment*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a firewall", - "privilege": "DeleteFirewall", + "access_level": "List", + "description": "Grants permission to describe attachments", + "privilege": "ListAttachments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Firewall*" + "resource_type": "attachment*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a firewall policy", - "privilege": "DeleteFirewallPolicy", + "access_level": "List", + "description": "Grants permission to describe Connect Peers", + "privilege": "ListConnectPeers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "FirewallPolicy*" + "resource_type": "connect-peer*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a resource policy for a firewall policy or rule group", - "privilege": "DeleteResourcePolicy", + "access_level": "List", + "description": "Grants permission to list core network policy versions", + "privilege": "ListCoreNetworkPolicyVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "FirewallPolicy" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "StatefulRuleGroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "StatelessRuleGroup" + "resource_type": "core-network*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a rule group", - "privilege": "DeleteRuleGroup", + "access_level": "List", + "description": "Grants permission to list core networks", + "privilege": "ListCoreNetworks", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "StatefulRuleGroup*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "StatelessRuleGroup*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a tls inspection configuration", - "privilege": "DeleteTLSInspectionConfiguration", + "access_level": "List", + "description": "Grants permission to list organization service access status", + "privilege": "ListOrganizationServiceAccessStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "TLSInspectionConfiguration*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the data objects that define a firewall", - "privilege": "DescribeFirewall", + "access_level": "List", + "description": "Grants permission to describe peerings", + "privilege": "ListPeerings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Firewall*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the data objects that define a firewall policy", - "privilege": "DescribeFirewallPolicy", + "description": "Grants permission to list tags for a Network Manager resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "FirewallPolicy*" + "resource_type": "attachment" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "StatefulRuleGroup" + "resource_type": "connect-peer" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "StatelessRuleGroup" + "resource_type": "connection" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "TLSInspectionConfiguration" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to describe the logging configuration of a firewall", - "privilege": "DescribeLoggingConfiguration", - "resource_types": [ + "resource_type": "core-network" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Firewall*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to describe a resource policy for a firewall policy or rule group", - "privilege": "DescribeResourcePolicy", - "resource_types": [ + "resource_type": "device" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "FirewallPolicy" + "resource_type": "global-network" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "StatefulRuleGroup" + "resource_type": "link" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "StatelessRuleGroup" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve the data objects that define a rule group", - "privilege": "DescribeRuleGroup", - "resource_types": [ + "resource_type": "peering" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "StatefulRuleGroup" + "resource_type": "site" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "StatelessRuleGroup" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the high-level information about a rule group", - "privilege": "DescribeRuleGroupMetadata", + "access_level": "Write", + "description": "Grants permission to create a core network policy", + "privilege": "PutCoreNetworkPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "StatefulRuleGroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "StatelessRuleGroup" + "resource_type": "core-network*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the data objects that define a tls inspection configuration", - "privilege": "DescribeTLSInspectionConfiguration", + "access_level": "Write", + "description": "Grants permission to create or update a resource policy", + "privilege": "PutResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "TLSInspectionConfiguration*" + "resource_type": "core-network*" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate VPC subnets from a firewall", - "privilege": "DisassociateSubnets", + "description": "Grants permission to register a transit gateway to a global network", + "privilege": "RegisterTransitGateway", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Firewall*" + "resource_type": "global-network*" + }, + { + "condition_keys": [ + "networkmanager:tgwArn" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve the metadata for firewall policies", - "privilege": "ListFirewallPolicies", + "access_level": "Write", + "description": "Grants permission to reject attachment request", + "privilege": "RejectAttachment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "FirewallPolicy*" + "resource_type": "attachment*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve the metadata for firewalls", - "privilege": "ListFirewalls", + "access_level": "Write", + "description": "Grants permission to restore the core network policy to a previous version", + "privilege": "RestoreCoreNetworkPolicyVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Firewall*" + "resource_type": "core-network*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve the metadata for rule groups", - "privilege": "ListRuleGroups", + "access_level": "Write", + "description": "Grants permission to start organization service access update", + "privilege": "StartOrganizationServiceAccessUpdate", "resource_types": [ { "condition_keys": [], @@ -168641,140 +184256,127 @@ ] }, { - "access_level": "List", - "description": "Grants permission to retrieve the metadata for tls inspection configurations", - "privilege": "ListTLSInspectionConfigurations", + "access_level": "Write", + "description": "Grants permission to start a route analysis and stores analysis configuration", + "privilege": "StartRouteAnalysis", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "TLSInspectionConfiguration*" + "resource_type": "global-network*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve the tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "Tagging", + "description": "Grants permission to tag a Network Manager resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Firewall*" + "resource_type": "attachment" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "FirewallPolicy*" + "resource_type": "connect-peer" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "StatefulRuleGroup" + "resource_type": "connection" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "StatelessRuleGroup" + "resource_type": "core-network" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "TLSInspectionConfiguration" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to put a resource policy for a firewall policy or rule group", - "privilege": "PutResourcePolicy", - "resource_types": [ + "resource_type": "device" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "FirewallPolicy" + "resource_type": "global-network" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "StatefulRuleGroup" + "resource_type": "link" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "StatelessRuleGroup" + "resource_type": "peering" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "site" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Tagging", - "description": "Grants permission to attach tags to a resource", - "privilege": "TagResource", + "description": "Grants permission to untag a Network Manager resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Firewall" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "FirewallPolicy" + "resource_type": "attachment" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "StatefulRuleGroup" + "resource_type": "connect-peer" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "StatelessRuleGroup" + "resource_type": "connection" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "TLSInspectionConfiguration" + "resource_type": "core-network" }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a resource", - "privilege": "UntagResource", - "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Firewall" + "resource_type": "device" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "FirewallPolicy" + "resource_type": "global-network" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "StatefulRuleGroup" + "resource_type": "link" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "StatelessRuleGroup" + "resource_type": "peering" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "TLSInspectionConfiguration" + "resource_type": "site" }, { "condition_keys": [ @@ -168787,279 +184389,488 @@ }, { "access_level": "Write", - "description": "Grants permission to add or remove delete protection for a firewall", - "privilege": "UpdateFirewallDeleteProtection", + "description": "Grants permission to update a connection", + "privilege": "UpdateConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Firewall*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to modify the description for a firewall", - "privilege": "UpdateFirewallDescription", - "resource_types": [ + "resource_type": "connection*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Firewall*" + "resource_type": "global-network*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify the encryption configuration of a firewall", - "privilege": "UpdateFirewallEncryptionConfiguration", + "description": "Grants permission to update a core network", + "privilege": "UpdateCoreNetwork", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Firewall*" + "resource_type": "core-network*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify a firewall policy", - "privilege": "UpdateFirewallPolicy", + "description": "Grants permission to update a device", + "privilege": "UpdateDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "FirewallPolicy*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "StatefulRuleGroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "StatelessRuleGroup" + "resource_type": "device*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "TLSInspectionConfiguration" + "resource_type": "global-network*" } ] }, { "access_level": "Write", - "description": "Grants permission to add or remove firewall policy change protection for a firewall", - "privilege": "UpdateFirewallPolicyChangeProtection", + "description": "Grants permission to update a global network", + "privilege": "UpdateGlobalNetwork", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Firewall*" + "resource_type": "global-network*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify the logging configuration of a firewall", - "privilege": "UpdateLoggingConfiguration", + "description": "Grants permission to update a link", + "privilege": "UpdateLink", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Firewall*" + "resource_type": "global-network*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "link*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify a rule group", - "privilege": "UpdateRuleGroup", + "description": "Grants permission to add or update metadata key/value pairs on network resource", + "privilege": "UpdateNetworkResourceMetadata", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "StatefulRuleGroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "StatelessRuleGroup" + "resource_type": "global-network*" } ] }, { "access_level": "Write", - "description": "Grants permission to add or remove subnet change protection for a firewall", - "privilege": "UpdateSubnetChangeProtection", + "description": "Grants permission to update a site", + "privilege": "UpdateSite", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Firewall*" + "resource_type": "global-network*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "site*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify a tls inspection configuration", - "privilege": "UpdateTLSInspectionConfiguration", + "description": "Grants permission to update a VPC attachment", + "privilege": "UpdateVpcAttachment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "TLSInspectionConfiguration*" + "resource_type": "attachment*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "networkmanager:subnetArns" + ], + "dependent_actions": [], + "resource_type": "" } ] } ], "resources": [ { - "arn": "arn:${Partition}:network-firewall:${Region}:${Account}:firewall/${Name}", + "arn": "arn:${Partition}:networkmanager::${Account}:global-network/${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "Firewall" + "resource": "global-network" }, { - "arn": "arn:${Partition}:network-firewall:${Region}:${Account}:firewall-policy/${Name}", + "arn": "arn:${Partition}:networkmanager::${Account}:site/${GlobalNetworkId}/${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "FirewallPolicy" + "resource": "site" }, { - "arn": "arn:${Partition}:network-firewall:${Region}:${Account}:stateful-rulegroup/${Name}", + "arn": "arn:${Partition}:networkmanager::${Account}:link/${GlobalNetworkId}/${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "StatefulRuleGroup" + "resource": "link" }, { - "arn": "arn:${Partition}:network-firewall:${Region}:${Account}:stateless-rulegroup/${Name}", + "arn": "arn:${Partition}:networkmanager::${Account}:device/${GlobalNetworkId}/${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "StatelessRuleGroup" + "resource": "device" }, { - "arn": "arn:${Partition}:network-firewall:${Region}:${Account}:tls-configuration/${Name}", + "arn": "arn:${Partition}:networkmanager::${Account}:connection/${GlobalNetworkId}/${ResourceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "TLSInspectionConfiguration" + "resource": "connection" + }, + { + "arn": "arn:${Partition}:networkmanager::${Account}:core-network/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "core-network" + }, + { + "arn": "arn:${Partition}:networkmanager::${Account}:attachment/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "attachment" + }, + { + "arn": "arn:${Partition}:networkmanager::${Account}:connect-peer/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "connect-peer" + }, + { + "arn": "arn:${Partition}:networkmanager::${Account}:peering/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "peering" } ], - "service_name": "AWS Network Firewall" + "service_name": "AWS Network Manager" + }, + { + "conditions": [], + "prefix": "networkmanager-chat", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to cancel a response to a message", + "privilege": "CancelMessageResponse", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a conversation", + "privilege": "CreateConversation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a conversation", + "privilege": "DeleteConversation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list conversation messages", + "privilege": "ListConversationMessages", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list conversations", + "privilege": "ListConversations", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to notify whether there is activity in a conversation", + "privilege": "NotifyConversationIsActive", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to send a conversation message", + "privilege": "SendConversationMessage", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + } + ], + "resources": [], + "service_name": "AWS Network Manager Chat" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", + "description": "Filters access by a tag key and value pair that is allowed in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", + "description": "Filters access by a tag key and value pair of a resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", + "description": "Filters access by a list of tag keys that are allowed in the request", "type": "ArrayOfString" }, { - "condition": "networkmanager:cgwArn", - "description": "Filters access by which customer gateways can be associated or disassociated", - "type": "ARN" - }, - { - "condition": "networkmanager:subnetArns", - "description": "Filters access by which VPC subnets can be added or removed from a VPC attachment", - "type": "ArrayOfARN" - }, - { - "condition": "networkmanager:tgwArn", - "description": "Filters access by which transit gateways can be registered, deregistered, or peered", - "type": "ARN" + "condition": "nimble:createdBy", + "description": "Filters access by the createdBy request parameter or the ID of the creator of the resource", + "type": "String" }, { - "condition": "networkmanager:tgwConnectPeerArn", - "description": "Filters access by which transit gateway connect peers can be associated or disassociated", - "type": "ARN" + "condition": "nimble:ownedBy", + "description": "Filters access by the ownedBy request parameter or the ID of the owner of the resource", + "type": "String" }, { - "condition": "networkmanager:tgwRtbArn", - "description": "Filters access by which Transit Gateway Route Table can be used to create an attachment", - "type": "ARN" + "condition": "nimble:principalId", + "description": "Filters access by the principalId request parameter", + "type": "String" }, { - "condition": "networkmanager:vpcArn", - "description": "Filters access by which VPC can be used to a create/update attachment", - "type": "ARN" + "condition": "nimble:requesterPrincipalId", + "description": "Filters access by the ID of the logged in user", + "type": "String" }, { - "condition": "networkmanager:vpnConnectionArn", - "description": "Filters access by which Site-to-Site VPN can be used to a create/update attachment", + "condition": "nimble:studioId", + "description": "Filters access by a specific studio", "type": "ARN" } ], - "prefix": "networkmanager", + "prefix": "nimble", "privileges": [ { "access_level": "Write", - "description": "Grants permission to accept creation of an attachment between a source and destination in a core network", - "privilege": "AcceptAttachment", + "description": "Grants permission to accept EULAs", + "privilege": "AcceptEulas", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "attachment*" + "resource_type": "eula*" } ] }, { "access_level": "Write", - "description": "Grants permission to associate a Connect Peer", - "privilege": "AssociateConnectPeer", + "description": "Grants permission to create a launch profile", + "privilege": "CreateLaunchProfile", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "device*" + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:DescribeNatGateways", + "ec2:DescribeNetworkAcls", + "ec2:DescribeRouteTables", + "ec2:DescribeSubnets", + "ec2:DescribeVpcEndpoints", + "ec2:RunInstances" + ], + "resource_type": "studio*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to associate a customer gateway to a device", - "privilege": "AssociateCustomerGateway", + "description": "Grants permission to create a streaming image", + "privilege": "CreateStreamingImage", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "ec2:DescribeImages", + "ec2:DescribeSnapshots", + "ec2:ModifyInstanceAttribute", + "ec2:ModifySnapshotAttribute", + "ec2:RegisterImage" + ], + "resource_type": "studio*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "device*" + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a streaming session", + "privilege": "CreateStreamingSession", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "ec2:CreateNetworkInterface", + "ec2:CreateNetworkInterfacePermission", + "nimble:GetLaunchProfile", + "nimble:GetLaunchProfileInitialization", + "nimble:ListEulaAcceptances" + ], + "resource_type": "launch-profile*" }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a StreamingSessionStream", + "privilege": "CreateStreamingSessionStream", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "streaming-session*" }, + { + "condition_keys": [ + "nimble:requesterPrincipalId" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a studio", + "privilege": "CreateStudio", + "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "iam:PassRole", + "sso:CreateManagedApplicationInstance" + ], + "resource_type": "studio*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "link" + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a studio component. A studio component designates a network resource to which a launch profile will provide access", + "privilege": "CreateStudioComponent", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "ds:AuthorizeApplication", + "ds:DescribeDirectories", + "ec2:DescribeSecurityGroups", + "fsx:DescribeFileSystems", + "iam:PassRole" + ], + "resource_type": "studio*" }, { "condition_keys": [ - "networkmanager:cgwArn" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -169068,94 +184879,207 @@ }, { "access_level": "Write", - "description": "Grants permission to associate a link to a device", - "privilege": "AssociateLink", + "description": "Grants permission to delete a launch profile", + "privilege": "DeleteLaunchProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" - }, + "resource_type": "launch-profile*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a launch profile member", + "privilege": "DeleteLaunchProfileMember", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" - }, + "resource_type": "launch-profile*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a streaming image", + "privilege": "DeleteStreamingImage", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "ec2:DeleteSnapshot", + "ec2:DeregisterImage", + "ec2:ModifyInstanceAttribute", + "ec2:ModifySnapshotAttribute" + ], + "resource_type": "streaming-image*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a streaming session", + "privilege": "DeleteStreamingSession", + "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "ec2:DeleteNetworkInterface" + ], + "resource_type": "streaming-session*" + }, + { + "condition_keys": [ + "nimble:requesterPrincipalId" + ], "dependent_actions": [], - "resource_type": "link*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to associate a transit gateway connect peer to a device", - "privilege": "AssociateTransitGatewayConnectPeer", + "description": "Grants permission to delete a studio", + "privilege": "DeleteStudio", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "sso:DeleteManagedApplicationInstance" + ], + "resource_type": "studio*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a studio component", + "privilege": "DeleteStudioComponent", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "ds:UnauthorizeApplication" + ], + "resource_type": "studio-component*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a studio member", + "privilege": "DeleteStudioMember", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" - }, + "resource_type": "studio*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a EULA", + "privilege": "GetEula", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" - }, + "resource_type": "eula*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to allow Nimble Studio portal to show the appropriate features for this account", + "privilege": "GetFeatureMap", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "link" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a launch profile", + "privilege": "GetLaunchProfile", + "resource_types": [ { - "condition_keys": [ - "networkmanager:tgwConnectPeerArn" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "launch-profile*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a launch profile's details, which includes the summary of studio components and streaming images used by the launch profile", + "privilege": "GetLaunchProfileDetails", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "launch-profile*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a launch profile initialization. A launch profile initialization is a dereferenced version of a launch profile, including attached studio component connection information", + "privilege": "GetLaunchProfileInitialization", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "ds:DescribeDirectories", + "ec2:DescribeSecurityGroups", + "fsx:DescribeFileSystems" ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "launch-profile*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a Connect attachment", - "privilege": "CreateConnectAttachment", + "access_level": "Read", + "description": "Grants permission to get a launch profile member", + "privilege": "GetLaunchProfileMember", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "attachment*" - }, + "resource_type": "launch-profile*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a streaming image", + "privilege": "GetStreamingImage", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "core-network*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "streaming-image*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a Connect Peer connection", - "privilege": "CreateConnectPeer", + "access_level": "Read", + "description": "Grants permission to get a streaming session", + "privilege": "GetStreamingSession", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "attachment*" + "resource_type": "streaming-session*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "nimble:requesterPrincipalId" ], "dependent_actions": [], "resource_type": "" @@ -169163,19 +185087,18 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a new connection", - "privilege": "CreateConnection", + "access_level": "Read", + "description": "Grants permission to get a streaming session backup", + "privilege": "GetStreamingSessionBackup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "streaming-session-backup*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "nimble:requesterPrincipalId" ], "dependent_actions": [], "resource_type": "" @@ -169183,19 +185106,18 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a new core network", - "privilege": "CreateCoreNetwork", + "access_level": "Read", + "description": "Grants permission to get a streaming session stream", + "privilege": "GetStreamingSessionStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "streaming-session*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "nimble:requesterPrincipalId" ], "dependent_actions": [], "resource_type": "" @@ -169203,123 +185125,91 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a new device", - "privilege": "CreateDevice", + "access_level": "Read", + "description": "Grants permission to get a studio", + "privilege": "GetStudio", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "studio*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new global network", - "privilege": "CreateGlobalNetwork", + "access_level": "Read", + "description": "Grants permission to get a studio component", + "privilege": "GetStudioComponent", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "iam:CreateServiceLinkedRole" - ], - "resource_type": "" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "studio-component*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new link", - "privilege": "CreateLink", + "access_level": "Read", + "description": "Grants permission to get a studio member", + "privilege": "GetStudioMember", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" - }, + "resource_type": "studio*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list EULA acceptances", + "privilege": "ListEulaAcceptances", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "site" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "eula-acceptance*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new site", - "privilege": "CreateSite", + "access_level": "Read", + "description": "Grants permission to list EULAs", + "privilege": "ListEulas", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "eula*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a site-to-site VPN attachment", - "privilege": "CreateSiteToSiteVpnAttachment", + "access_level": "Read", + "description": "Grants permission to list launch profile members", + "privilege": "ListLaunchProfileMembers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "core-network*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "networkmanager:vpnConnectionArn" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "launch-profile*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a Transit Gateway peering", - "privilege": "CreateTransitGatewayPeering", + "access_level": "Read", + "description": "Grants permission to list launch profiles", + "privilege": "ListLaunchProfiles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "core-network*" + "resource_type": "studio*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "networkmanager:tgwArn" + "nimble:principalId", + "nimble:requesterPrincipalId" ], "dependent_actions": [], "resource_type": "" @@ -169327,42 +185217,30 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a TGW RTB attachment", - "privilege": "CreateTransitGatewayRouteTableAttachment", + "access_level": "Read", + "description": "Grants permission to list streaming images", + "privilege": "ListStreamingImages", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "peering*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "networkmanager:tgwRtbArn" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "studio*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a VPC attachment", - "privilege": "CreateVpcAttachment", + "access_level": "Read", + "description": "Grants permission to list streaming session backups", + "privilege": "ListStreamingSessionBackups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "core-network*" + "resource_type": "studio*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "networkmanager:vpcArn", - "networkmanager:subnetArns" + "nimble:requesterPrincipalId" ], "dependent_actions": [], "resource_type": "" @@ -169370,170 +185248,160 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete an attachment", - "privilege": "DeleteAttachment", + "access_level": "Read", + "description": "Grants permission to list streaming sessions", + "privilege": "ListStreamingSessions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "attachment*" + "resource_type": "studio*" + }, + { + "condition_keys": [ + "nimble:createdBy", + "nimble:ownedBy", + "nimble:requesterPrincipalId" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a Connect Peer", - "privilege": "DeleteConnectPeer", + "access_level": "Read", + "description": "Grants permission to list studio components", + "privilege": "ListStudioComponents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connect-peer*" + "resource_type": "studio*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a connection", - "privilege": "DeleteConnection", + "access_level": "Read", + "description": "Grants permission to list studio members", + "privilege": "ListStudioMembers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connection*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "studio*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a core network", - "privilege": "DeleteCoreNetwork", + "access_level": "Read", + "description": "Grants permission to list all studios", + "privilege": "ListStudios", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "core-network*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the core network policy version", - "privilege": "DeleteCoreNetworkPolicyVersion", + "access_level": "Read", + "description": "Grants permission to list all tags on a Nimble Studio resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "core-network*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a device", - "privilege": "DeleteDevice", - "resource_types": [ + "resource_type": "launch-profile" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" + "resource_type": "streaming-image" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a global network", - "privilege": "DeleteGlobalNetwork", - "resource_types": [ + "resource_type": "streaming-session" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a link", - "privilege": "DeleteLink", - "resource_types": [ + "resource_type": "streaming-session-backup" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "studio" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "link*" + "resource_type": "studio-component" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a peering", - "privilege": "DeletePeering", + "description": "Grants permission to add/update launch profile members", + "privilege": "PutLaunchProfileMembers", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "peering*" + "dependent_actions": [ + "sso-directory:DescribeUsers" + ], + "resource_type": "launch-profile*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a resource", - "privilege": "DeleteResourcePolicy", + "description": "Grants permission to report metrics and logs for the Nimble Studio portal to monitor application health", + "privilege": "PutStudioLogEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "core-network*" + "resource_type": "studio*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a site", - "privilege": "DeleteSite", + "description": "Grants permission to add/update studio members", + "privilege": "PutStudioMembers", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "global-network*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "site*" + "dependent_actions": [ + "sso-directory:DescribeUsers" + ], + "resource_type": "studio*" } ] }, { "access_level": "Write", - "description": "Grants permission to deregister a transit gateway from a global network", - "privilege": "DeregisterTransitGateway", + "description": "Grants permission to start a streaming session", + "privilege": "StartStreamingSession", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "nimble:GetLaunchProfile", + "nimble:GetLaunchProfileMember" + ], + "resource_type": "streaming-session*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "streaming-session-backup" }, { "condition_keys": [ - "networkmanager:tgwArn" + "nimble:requesterPrincipalId" ], "dependent_actions": [], "resource_type": "" @@ -169541,42 +185409,81 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe global networks", - "privilege": "DescribeGlobalNetworks", + "access_level": "Write", + "description": "Grants permission to repair the studio's AWS IAM Identity Center configuration", + "privilege": "StartStudioSSOConfigurationRepair", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "global-network" + "dependent_actions": [ + "sso:CreateManagedApplicationInstance", + "sso:GetManagedApplicationInstance" + ], + "resource_type": "studio*" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate a Connect Peer", - "privilege": "DisassociateConnectPeer", + "description": "Grants permission to stop a streaming session", + "privilege": "StopStreamingSession", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "nimble:GetLaunchProfile" + ], + "resource_type": "streaming-session*" + }, + { + "condition_keys": [ + "nimble:requesterPrincipalId" + ], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to disassociate a customer gateway from a device", - "privilege": "DisassociateCustomerGateway", + "access_level": "Tagging", + "description": "Grants permission to add or overwrite one or more tags for the specified Nimble Studio resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "launch-profile" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "streaming-image" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "streaming-session" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "streaming-session-backup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "studio" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "studio-component" }, { "condition_keys": [ - "networkmanager:cgwArn" + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -169584,40 +185491,43 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to disassociate a link from a device", - "privilege": "DisassociateLink", + "access_level": "Tagging", + "description": "Grants permission to disassociate one or more tags from the specified Nimble Studio resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" + "resource_type": "launch-profile" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "streaming-image" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "link*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to disassociate a transit gateway connect peer from a device", - "privilege": "DisassociateTransitGatewayConnectPeer", - "resource_types": [ + "resource_type": "streaming-session" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "streaming-session-backup" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "studio" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "studio-component" }, { "condition_keys": [ - "networkmanager:tgwConnectPeerArn" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -169626,398 +185536,543 @@ }, { "access_level": "Write", - "description": "Grants permission to apply changes to the core network", - "privilege": "ExecuteCoreNetworkChangeSet", + "description": "Grants permission to update a launch profile", + "privilege": "UpdateLaunchProfile", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "core-network*" + "dependent_actions": [ + "ec2:DescribeNatGateways", + "ec2:DescribeNetworkAcls", + "ec2:DescribeRouteTables", + "ec2:DescribeSubnets", + "ec2:DescribeVpcEndpoints" + ], + "resource_type": "launch-profile*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a Connect attachment", - "privilege": "GetConnectAttachment", + "access_level": "Write", + "description": "Grants permission to update a launch profile member", + "privilege": "UpdateLaunchProfileMember", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "attachment*" + "resource_type": "launch-profile*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a Connect Peer", - "privilege": "GetConnectPeer", + "access_level": "Write", + "description": "Grants permission to update a streaming image", + "privilege": "UpdateStreamingImage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connect-peer*" + "resource_type": "streaming-image*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe Connect Peer associations", - "privilege": "GetConnectPeerAssociations", + "access_level": "Write", + "description": "Grants permission to update a studio", + "privilege": "UpdateStudio", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "global-network*" + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "studio*" } ] }, { - "access_level": "List", - "description": "Grants permission to describe connections", - "privilege": "GetConnections", + "access_level": "Write", + "description": "Grants permission to update a studio component", + "privilege": "UpdateStudioComponent", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "global-network*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "connection" + "dependent_actions": [ + "ds:AuthorizeApplication", + "ds:DescribeDirectories", + "ec2:DescribeSecurityGroups", + "fsx:DescribeFileSystems", + "iam:PassRole" + ], + "resource_type": "studio-component*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:nimble:${Region}:${Account}:studio/${StudioId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "nimble:studioId" + ], + "resource": "studio" }, { - "access_level": "Read", - "description": "Grants permission to retrieve a core network", - "privilege": "GetCoreNetwork", + "arn": "arn:${Partition}:nimble:${Region}:${Account}:streaming-image/${StreamingImageId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "nimble:studioId" + ], + "resource": "streaming-image" + }, + { + "arn": "arn:${Partition}:nimble:${Region}:${Account}:studio-component/${StudioComponentId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "nimble:studioId" + ], + "resource": "studio-component" + }, + { + "arn": "arn:${Partition}:nimble:${Region}:${Account}:launch-profile/${LaunchProfileId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "nimble:studioId" + ], + "resource": "launch-profile" + }, + { + "arn": "arn:${Partition}:nimble:${Region}:${Account}:streaming-session/${StreamingSessionId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "nimble:createdBy", + "nimble:ownedBy" + ], + "resource": "streaming-session" + }, + { + "arn": "arn:${Partition}:nimble:${Region}:${Account}:streaming-session-backup/${StreamingSessionBackupId}", + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys", + "nimble:ownedBy" + ], + "resource": "streaming-session-backup" + }, + { + "arn": "arn:${Partition}:nimble:${Region}:${Account}:eula/${EulaId}", + "condition_keys": [], + "resource": "eula" + }, + { + "arn": "arn:${Partition}:nimble:${Region}:${Account}:eula-acceptance/${EulaAcceptanceId}", + "condition_keys": [ + "nimble:studioId" + ], + "resource": "eula-acceptance" + } + ], + "service_name": "Amazon Nimble Studio" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "notifications", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to associate a new Channel with a particular NotificationConfiguration", + "privilege": "AssociateChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "core-network*" + "resource_type": "NotificationConfiguration*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a list of core network change events", - "privilege": "GetCoreNetworkChangeEvents", + "access_level": "Write", + "description": "Grants permission to create a new EventRule, associating it with a NotificationConfiguration", + "privilege": "CreateEventRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "core-network*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a list of core network change sets", - "privilege": "GetCoreNetworkChangeSet", + "access_level": "Write", + "description": "Grants permission to create a NotificationConfiguration", + "privilege": "CreateNotificationConfiguration", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "core-network*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve core network policy", - "privilege": "GetCoreNetworkPolicy", + "access_level": "Write", + "description": "Grants permission to delete an EventRule", + "privilege": "DeleteEventRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "core-network*" + "resource_type": "EventRule*" } ] }, { - "access_level": "List", - "description": "Grants permission to describe customer gateway associations", - "privilege": "GetCustomerGatewayAssociations", + "access_level": "Write", + "description": "Grants permission to delete a NotificationConfiguration", + "privilege": "DeleteNotificationConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "NotificationConfiguration*" } ] }, { - "access_level": "List", - "description": "Grants permission to describe devices", - "privilege": "GetDevices", + "access_level": "Write", + "description": "Grants permission to deregister a NotificationHub", + "privilege": "DeregisterNotificationHub", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "device" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to describe link associations", - "privilege": "GetLinkAssociations", + "access_level": "Write", + "description": "Grants permission to remove a Channel from a NotificationConfiguration", + "privilege": "DisassociateChannel", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "device" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "link" + "resource_type": "NotificationConfiguration*" } ] }, { - "access_level": "List", - "description": "Grants permission to describe links", - "privilege": "GetLinks", + "access_level": "Read", + "description": "Grants permission to get an EventRule", + "privilege": "GetEventRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "link" + "resource_type": "EventRule*" } ] }, { "access_level": "Read", - "description": "Grants permission to return the number of resources for a global network grouped by type", - "privilege": "GetNetworkResourceCounts", + "description": "Grants permission to get a NotificationConfiguration", + "privilege": "GetNotificationConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "NotificationConfiguration*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve related resources for a resource within the global network", - "privilege": "GetNetworkResourceRelationships", + "description": "Grants permission to get a NotificationEvent", + "privilege": "GetNotificationEvent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "NotificationEvent*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a global network resource", - "privilege": "GetNetworkResources", + "access_level": "List", + "description": "Grants permission to list Channels by NotificationConfiguration", + "privilege": "ListChannels", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve routes for a route table within the global network", - "privilege": "GetNetworkRoutes", + "access_level": "List", + "description": "Grants permission to list EventRules", + "privilege": "ListEventRules", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve network telemetry objects for the global network", - "privilege": "GetNetworkTelemetry", + "access_level": "List", + "description": "Grants permission to list NotificationConfigurations", + "privilege": "ListNotificationConfigurations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a resource policy", - "privilege": "GetResourcePolicy", + "access_level": "List", + "description": "Grants permission to list NotificationEvents", + "privilege": "ListNotificationEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "core-network*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a route analysis configuration and result", - "privilege": "GetRouteAnalysis", + "access_level": "List", + "description": "Grants permission to list NotificationHubs", + "privilege": "ListNotificationHubs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a site-to-site VPN attachment", - "privilege": "GetSiteToSiteVpnAttachment", + "description": "Grants permission to get tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "attachment*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to describe global networks", - "privilege": "GetSites", + "access_level": "Write", + "description": "Grants permission to register a NotificationHub", + "privilege": "RegisterNotificationHub", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "site" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to describe transit gateway connect peer associations", - "privilege": "GetTransitGatewayConnectPeerAssociations", + "access_level": "Tagging", + "description": "Grants permission to tag a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "NotificationConfiguration*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a Transit Gateway peering", - "privilege": "GetTransitGatewayPeering", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "peering*" + "resource_type": "NotificationConfiguration*" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to describe transit gateway registrations", - "privilege": "GetTransitGatewayRegistrations", + "access_level": "Write", + "description": "Grants permission to update an EventRule", + "privilege": "UpdateEventRule", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "EventRule*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a TGW RTB attachment", - "privilege": "GetTransitGatewayRouteTableAttachment", + "access_level": "Write", + "description": "Grants permission to update a NotificationConfiguration", + "privilege": "UpdateNotificationConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "attachment*" + "resource_type": "NotificationConfiguration*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:notifications::${Account}:configuration/${NotificationConfigurationId}/rule/${EventRuleId}", + "condition_keys": [], + "resource": "EventRule" }, { - "access_level": "Read", - "description": "Grants permission to retrieve a VPC attachment", - "privilege": "GetVpcAttachment", + "arn": "arn:${Partition}:notifications::${Account}:configuration/${NotificationConfigurationId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "NotificationConfiguration" + }, + { + "arn": "arn:${Partition}:notifications:${Region}:${Account}:configuration/${NotificationConfigurationId}/event/${NotificationEventId}", + "condition_keys": [], + "resource": "NotificationEvent" + } + ], + "service_name": "AWS User Notifications" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "notifications-contacts", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to activate the email contact associated with the given ARN if the provided code is valid", + "privilege": "ActivateEmailContact", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "attachment*" + "resource_type": "EmailContactResource*" } ] }, { - "access_level": "List", - "description": "Grants permission to describe attachments", - "privilege": "ListAttachments", + "access_level": "Write", + "description": "Grants permission to create an email contact", + "privilege": "CreateEmailContact", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "attachment*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to describe Connect Peers", - "privilege": "ListConnectPeers", + "access_level": "Write", + "description": "Grants permission to delete an email contact associated with the given ARN", + "privilege": "DeleteEmailContact", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connect-peer*" + "resource_type": "EmailContactResource*" } ] }, { - "access_level": "List", - "description": "Grants permission to list core network policy versions", - "privilege": "ListCoreNetworkPolicyVersions", + "access_level": "Read", + "description": "Grants permission to get an email contact associated with the given ARN", + "privilege": "GetEmailContact", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "core-network*" + "resource_type": "EmailContactResource*" } ] }, { "access_level": "List", - "description": "Grants permission to list core networks", - "privilege": "ListCoreNetworks", + "description": "Grants permission to list email contacts", + "privilege": "ListEmailContacts", "resource_types": [ { "condition_keys": [], @@ -170027,9 +186082,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list organization service access status", - "privilege": "ListOrganizationServiceAccessStatus", + "access_level": "Read", + "description": "Grants permission to get tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], @@ -170039,66 +186094,142 @@ ] }, { - "access_level": "List", - "description": "Grants permission to describe peerings", - "privilege": "ListPeerings", + "access_level": "Write", + "description": "Grants permission to send an activation link to the email associated with the given ARN", + "privilege": "SendActivationCode", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "EmailContactResource*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list tags for a Network Manager resource", - "privilege": "ListTagsForResource", + "access_level": "Tagging", + "description": "Grants permission to tag a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "attachment" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "connect-peer" + "resource_type": "EmailContactResource*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "connection" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to remove tags from a resource", + "privilege": "UntagResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "core-network" + "resource_type": "EmailContactResource*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "device" - }, + "resource_type": "" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:notifications-contacts::${Account}:emailcontact/${EmailContactId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "EmailContactResource" + } + ], + "service_name": "AWS User Notifications Contacts" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" + }, + { + "condition": "oam:ResourceTypes", + "description": "Filters access by the presence of resource types in the request", + "type": "ArrayOfString" + } + ], + "prefix": "oam", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create a link between a monitoring account and a source account for cross-account monitoring", + "privilege": "CreateLink", + "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "global-network" + "dependent_actions": [ + "oam:TagResource" + ], + "resource_type": "Sink*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "oam:ResourceTypes" + ], "dependent_actions": [], - "resource_type": "link" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a sink in an account so that it can be used as a monitoring account for cross-account monitoring", + "privilege": "CreateSink", + "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "peering" - }, + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "oam:TagResource" + ], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a link between a monitoring account and a source account for cross-account monitoring", + "privilege": "DeleteLink", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "site" + "resource_type": "Link*" }, { "condition_keys": [ @@ -170111,41 +186242,55 @@ }, { "access_level": "Write", - "description": "Grants permission to create a core network policy", - "privilege": "PutCoreNetworkPolicy", + "description": "Grants permission to delete a cross-account monitoring sink in a monitoring account", + "privilege": "DeleteSink", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "core-network*" + "resource_type": "Sink*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create or update a resource policy", - "privilege": "PutResourcePolicy", + "access_level": "Read", + "description": "Grants permission to retrieve complete information about one cross-account monitoring link", + "privilege": "GetLink", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "core-network*" + "resource_type": "Link*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to register a transit gateway to a global network", - "privilege": "RegisterTransitGateway", + "access_level": "Read", + "description": "Grants permission to retrieve complete information about one cross-account monitoring sink", + "privilege": "GetSink", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "Sink*" }, { "condition_keys": [ - "networkmanager:tgwArn" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -170153,33 +186298,47 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to reject attachment request", - "privilege": "RejectAttachment", + "access_level": "Read", + "description": "Grants permission to retrieve information for the IAM policy for a cross-account monitoring sink", + "privilege": "GetSinkPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "attachment*" + "resource_type": "Sink*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to restore the core network policy to a previous version", - "privilege": "RestoreCoreNetworkPolicyVersion", + "access_level": "Read", + "description": "Grants permission to retrieve a list of links that are linked for a cross-account monitoring sink", + "privilege": "ListAttachedLinks", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "core-network*" + "resource_type": "Sink*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to start organization service access update", - "privilege": "StartOrganizationServiceAccessUpdate", + "access_level": "Read", + "description": "Grants permission to retrieve the ARNs of cross-account monitoring links in this account", + "privilege": "ListLinks", "resource_types": [ { "condition_keys": [], @@ -170189,72 +186348,72 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to start a route analysis and stores analysis configuration", - "privilege": "StartRouteAnalysis", + "access_level": "Read", + "description": "Grants permission to retrieve the ARNs of cross-account monitoring sinks in this account", + "privilege": "ListSinks", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a Network Manager resource", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to list the tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "attachment" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "connect-peer" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "connection" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "core-network" + "resource_type": "Link" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "device" - }, + "resource_type": "Sink" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create or update the IAM policy for a cross-account monitoring sink", + "privilege": "PutSinkPolicy", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network" + "resource_type": "Sink*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "link" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to tag a resource", + "privilege": "TagResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "peering" + "resource_type": "Link" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "site" + "resource_type": "Sink" }, { "condition_keys": [ - "aws:TagKeys", "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -170263,53 +186422,18 @@ }, { "access_level": "Tagging", - "description": "Grants permission to untag a Network Manager resource", + "description": "Grants permission to untag a resource", "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "attachment" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "connect-peer" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "connection" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "core-network" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "device" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "global-network" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "link" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "peering" + "resource_type": "Link" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "site" + "resource_type": "Sink" }, { "condition_keys": [ @@ -170322,276 +186446,247 @@ }, { "access_level": "Write", - "description": "Grants permission to update a connection", - "privilege": "UpdateConnection", + "description": "Grants permission to update an existing link between a monitoring account and a source account", + "privilege": "UpdateLink", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "connection*" + "resource_type": "Link*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "oam:ResourceTypes" + ], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:oam:${Region}:${Account}:link/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Link" + }, + { + "arn": "arn:${Partition}:oam:${Region}:${Account}:sink/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Sink" + } + ], + "service_name": "Amazon CloudWatch Observability Access Manager" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" + }, + { + "condition": "omics:AnnotationImportJobJobId", + "description": "Filters access by a unique resource identifier", + "type": "String" + }, + { + "condition": "omics:AnnotationStoreName", + "description": "Filters access by the name of the store", + "type": "String" + }, + { + "condition": "omics:AnnotationStoreVersionName", + "description": "Filters access by the name of the annotation store version", + "type": "String" + }, + { + "condition": "omics:VariantImportJobJobId", + "description": "Filters access by a unique resource identifier", + "type": "String" }, + { + "condition": "omics:VariantStoreName", + "description": "Filters access by the name of the store", + "type": "String" + } + ], + "prefix": "omics", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to update a core network", - "privilege": "UpdateCoreNetwork", + "description": "Grants permission to abort multipart read set uploads", + "privilege": "AbortMultipartReadSetUpload", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "core-network*" + "resource_type": "sequenceStore*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a device", - "privilege": "UpdateDevice", + "description": "Grants permission to accept a share", + "privilege": "AcceptShare", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to batch delete Read Sets in the given Sequence Store", + "privilege": "BatchDeleteReadSet", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "sequenceStore*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a global network", - "privilege": "UpdateGlobalNetwork", + "description": "Grants permission to cancel an Annotation Import Job", + "privilege": "CancelAnnotationImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "AnnotationImportJob*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a link", - "privilege": "UpdateLink", + "description": "Grants permission to cancel a workflow run and stop all workflow tasks", + "privilege": "CancelRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" - }, + "resource_type": "run*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to cancel a Variant Import Job", + "privilege": "CancelVariantImportJob", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "link*" + "resource_type": "VariantImportJob*" } ] }, { "access_level": "Write", - "description": "Grants permission to add or update metadata key/value pairs on network resource", - "privilege": "UpdateNetworkResourceMetadata", + "description": "Grants permission to complete a multipart read set upload", + "privilege": "CompleteMultipartReadSetUpload", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" + "resource_type": "sequenceStore*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a site", - "privilege": "UpdateSite", + "description": "Grants permission to create an Annotation Store", + "privilege": "CreateAnnotationStore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "global-network*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a Version in an Annotation Store", + "privilege": "CreateAnnotationStoreVersion", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "site*" + "resource_type": "AnnotationStore*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a VPC attachment", - "privilege": "UpdateVpcAttachment", + "description": "Grants permission to create a multipart read set upload", + "privilege": "CreateMultipartReadSetUpload", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "attachment*" - }, + "resource_type": "sequenceStore*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a Reference Store", + "privilege": "CreateReferenceStore", + "resource_types": [ { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "networkmanager:subnetArns" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:networkmanager::${Account}:global-network/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "global-network" - }, - { - "arn": "arn:${Partition}:networkmanager::${Account}:site/${GlobalNetworkId}/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "site" - }, - { - "arn": "arn:${Partition}:networkmanager::${Account}:link/${GlobalNetworkId}/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "link" - }, - { - "arn": "arn:${Partition}:networkmanager::${Account}:device/${GlobalNetworkId}/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "device" - }, - { - "arn": "arn:${Partition}:networkmanager::${Account}:connection/${GlobalNetworkId}/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "connection" - }, - { - "arn": "arn:${Partition}:networkmanager::${Account}:core-network/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "core-network" - }, - { - "arn": "arn:${Partition}:networkmanager::${Account}:attachment/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "attachment" - }, - { - "arn": "arn:${Partition}:networkmanager::${Account}:connect-peer/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "connect-peer" - }, - { - "arn": "arn:${Partition}:networkmanager::${Account}:peering/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "peering" - } - ], - "service_name": "AWS Network Manager" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by a tag key and value pair that is allowed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by a tag key and value pair of a resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by a list of tag keys that are allowed in the request", - "type": "ArrayOfString" - }, - { - "condition": "nimble:createdBy", - "description": "Filters access by the createdBy request parameter or the ID of the creator of the resource", - "type": "String" - }, - { - "condition": "nimble:ownedBy", - "description": "Filters access by the ownedBy request parameter or the ID of the owner of the resource", - "type": "String" - }, - { - "condition": "nimble:principalId", - "description": "Filters access by the principalId request parameter", - "type": "String" - }, - { - "condition": "nimble:requesterPrincipalId", - "description": "Filters access by the ID of the logged in user", - "type": "String" }, - { - "condition": "nimble:studioId", - "description": "Filters access by a specific studio", - "type": "ARN" - } - ], - "prefix": "nimble", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to accept EULAs", - "privilege": "AcceptEulas", + "description": "Grants permission to create a new workflow run group", + "privilege": "CreateRunGroup", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "eula*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a launch profile", - "privilege": "CreateLaunchProfile", + "description": "Grants permission to create a Sequence Store", + "privilege": "CreateSequenceStore", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:DescribeNatGateways", - "ec2:DescribeNetworkAcls", - "ec2:DescribeRouteTables", - "ec2:DescribeSubnets", - "ec2:DescribeVpcEndpoints", - "ec2:RunInstances" - ], - "resource_type": "studio*" - }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -170600,25 +186695,11 @@ }, { "access_level": "Write", - "description": "Grants permission to create a streaming image", - "privilege": "CreateStreamingImage", + "description": "Grants permission to create a share", + "privilege": "CreateShare", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:DescribeImages", - "ec2:DescribeSnapshots", - "ec2:ModifyInstanceAttribute", - "ec2:ModifySnapshotAttribute", - "ec2:RegisterImage" - ], - "resource_type": "studio*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], "dependent_actions": [], "resource_type": "" } @@ -170626,24 +186707,25 @@ }, { "access_level": "Write", - "description": "Grants permission to create a streaming session", - "privilege": "CreateStreamingSession", + "description": "Grants permission to create a Variant Store", + "privilege": "CreateVariantStore", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:CreateNetworkInterface", - "ec2:CreateNetworkInterfacePermission", - "nimble:GetLaunchProfile", - "nimble:GetLaunchProfileInitialization", - "nimble:ListEulaAcceptances" - ], - "resource_type": "launch-profile*" - }, + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a new workflow with a workflow definition and template of workflow parameters", + "privilege": "CreateWorkflow", + "resource_types": [ { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -170652,491 +186734,576 @@ }, { "access_level": "Write", - "description": "Grants permission to create a StreamingSessionStream", - "privilege": "CreateStreamingSessionStream", + "description": "Grants permission to delete an Annotation Store", + "privilege": "DeleteAnnotationStore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-session*" - }, - { - "condition_keys": [ - "nimble:requesterPrincipalId" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "AnnotationStore*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a studio", - "privilege": "CreateStudio", + "description": "Grants permission to delete Versions in an Annotation Store", + "privilege": "DeleteAnnotationStoreVersions", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole", - "sso:CreateManagedApplicationInstance" - ], - "resource_type": "studio*" + "dependent_actions": [], + "resource_type": "AnnotationStore*" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "AnnotationStoreVersion*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a studio component. A studio component designates a network resource to which a launch profile will provide access", - "privilege": "CreateStudioComponent", + "description": "Grants permission to delete a Reference in the given Reference Store", + "privilege": "DeleteReference", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ds:AuthorizeApplication", - "ds:DescribeDirectories", - "ec2:DescribeSecurityGroups", - "fsx:DescribeFileSystems", - "iam:PassRole" - ], - "resource_type": "studio*" + "dependent_actions": [], + "resource_type": "reference*" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "referenceStore*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a launch profile", - "privilege": "DeleteLaunchProfile", + "description": "Grants permission to delete a Reference Store", + "privilege": "DeleteReferenceStore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "launch-profile*" + "resource_type": "referenceStore*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a launch profile member", - "privilege": "DeleteLaunchProfileMember", + "description": "Grants permission to delete a workflow run", + "privilege": "DeleteRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "launch-profile*" + "resource_type": "run*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a streaming image", - "privilege": "DeleteStreamingImage", + "description": "Grants permission to delete a workflow run group", + "privilege": "DeleteRunGroup", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:DeleteSnapshot", - "ec2:DeregisterImage", - "ec2:ModifyInstanceAttribute", - "ec2:ModifySnapshotAttribute" - ], - "resource_type": "streaming-image*" + "dependent_actions": [], + "resource_type": "runGroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a streaming session", - "privilege": "DeleteStreamingSession", + "description": "Grants permission to delete a Sequence Store", + "privilege": "DeleteSequenceStore", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:DeleteNetworkInterface" - ], - "resource_type": "streaming-session*" - }, - { - "condition_keys": [ - "nimble:requesterPrincipalId" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "sequenceStore*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a studio", - "privilege": "DeleteStudio", + "description": "Grants permission to delete a share", + "privilege": "DeleteShare", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "sso:DeleteManagedApplicationInstance" - ], - "resource_type": "studio*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a studio component", - "privilege": "DeleteStudioComponent", + "description": "Grants permission to delete a Variant Store", + "privilege": "DeleteVariantStore", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ds:UnauthorizeApplication" - ], - "resource_type": "studio-component*" + "dependent_actions": [], + "resource_type": "VariantStore*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a studio member", - "privilege": "DeleteStudioMember", + "description": "Grants permission to delete a workflow", + "privilege": "DeleteWorkflow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio*" + "resource_type": "workflow*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a EULA", - "privilege": "GetEula", + "description": "Grants permission to get the status of an Annotation Import Job", + "privilege": "GetAnnotationImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "eula*" + "resource_type": "AnnotationImportJob*" } ] }, { "access_level": "Read", - "description": "Grants permission to allow Nimble Studio portal to show the appropriate features for this account", - "privilege": "GetFeatureMap", + "description": "Grants permission to get detailed information about an Annotation Store", + "privilege": "GetAnnotationStore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "AnnotationStore*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a launch profile", - "privilege": "GetLaunchProfile", + "description": "Grants permission to get detailed information about a version in an Annotation Store", + "privilege": "GetAnnotationStoreVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "launch-profile*" + "resource_type": "AnnotationStore*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "AnnotationStoreVersion*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a launch profile's details, which includes the summary of studio components and streaming images used by the launch profile", - "privilege": "GetLaunchProfileDetails", + "description": "Grants permission to get a Read Set in the given Sequence Store", + "privilege": "GetReadSet", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "launch-profile*" + "resource_type": "readSet*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "sequenceStore*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a launch profile initialization. A launch profile initialization is a dereferenced version of a launch profile, including attached studio component connection information", - "privilege": "GetLaunchProfileInitialization", + "description": "Grants permission to get details about a Read Set activation job for the given Sequence Store", + "privilege": "GetReadSetActivationJob", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ds:DescribeDirectories", - "ec2:DescribeSecurityGroups", - "fsx:DescribeFileSystems" - ], - "resource_type": "launch-profile*" + "dependent_actions": [], + "resource_type": "sequenceStore*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a launch profile member", - "privilege": "GetLaunchProfileMember", + "description": "Grants permission to get details about a Read Set export job for the given Sequence Store", + "privilege": "GetReadSetExportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "launch-profile*" + "resource_type": "sequenceStore*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a streaming image", - "privilege": "GetStreamingImage", + "description": "Grants permission to get details about a Read Set import job for the given Sequence Store", + "privilege": "GetReadSetImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-image*" + "resource_type": "sequenceStore*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a streaming session", - "privilege": "GetStreamingSession", + "description": "Grants permission to get details about a Read Set in the given Sequence Store", + "privilege": "GetReadSetMetadata", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-session*" + "resource_type": "readSet*" }, { - "condition_keys": [ - "nimble:requesterPrincipalId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "sequenceStore*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a streaming session backup", - "privilege": "GetStreamingSessionBackup", + "description": "Grants permission to get a Reference in the given Reference Store", + "privilege": "GetReference", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-session-backup*" + "resource_type": "reference*" }, { - "condition_keys": [ - "nimble:requesterPrincipalId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "referenceStore*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a streaming session stream", - "privilege": "GetStreamingSessionStream", + "description": "Grants permission to get details about a Reference import job for the given Reference Store", + "privilege": "GetReferenceImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-session*" + "resource_type": "referenceStore*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get details about a Reference in the given Reference Store", + "privilege": "GetReferenceMetadata", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "reference*" }, { - "condition_keys": [ - "nimble:requesterPrincipalId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "referenceStore*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a studio", - "privilege": "GetStudio", + "description": "Grants permission to get details about a Reference Store", + "privilege": "GetReferenceStore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio*" + "resource_type": "referenceStore*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a studio component", - "privilege": "GetStudioComponent", + "description": "Grants permission to retrieve workflow run details", + "privilege": "GetRun", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio-component*" + "resource_type": "run*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a studio member", - "privilege": "GetStudioMember", + "description": "Grants permission to retrieve workflow run group details", + "privilege": "GetRunGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio*" + "resource_type": "runGroup*" } ] }, { "access_level": "Read", - "description": "Grants permission to list EULA acceptances", - "privilege": "ListEulaAcceptances", + "description": "Grants permission to retrieve workflow task details", + "privilege": "GetRunTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "eula-acceptance*" + "resource_type": "TaskResource*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "run*" } ] }, { "access_level": "Read", - "description": "Grants permission to list EULAs", - "privilege": "ListEulas", + "description": "Grants permission to get details about a Sequence Store", + "privilege": "GetSequenceStore", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "eula*" + "resource_type": "sequenceStore*" } ] }, { "access_level": "Read", - "description": "Grants permission to list launch profile members", - "privilege": "ListLaunchProfileMembers", + "description": "Grants permission to get detailed information about a Share", + "privilege": "GetShare", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "launch-profile*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to list launch profiles", - "privilege": "ListLaunchProfiles", + "description": "Grants permission to get the status of a Variant Import Job", + "privilege": "GetVariantImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio*" - }, + "resource_type": "VariantImportJob*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get detailed information about a Variant Store", + "privilege": "GetVariantStore", + "resource_types": [ { - "condition_keys": [ - "nimble:principalId", - "nimble:requesterPrincipalId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "VariantStore*" } ] }, { "access_level": "Read", - "description": "Grants permission to list streaming images", - "privilege": "ListStreamingImages", + "description": "Grants permission to retrieve workflow details", + "privilege": "GetWorkflow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio*" + "resource_type": "workflow*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list streaming session backups", - "privilege": "ListStreamingSessionBackups", + "access_level": "List", + "description": "Grants permission to get a list of Annotation Import Jobs", + "privilege": "ListAnnotationImportJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve a list of information about Versions in an Annotation Store", + "privilege": "ListAnnotationStoreVersions", + "resource_types": [ { - "condition_keys": [ - "nimble:requesterPrincipalId" - ], + "condition_keys": [], + "dependent_actions": [], + "resource_type": "AnnotationStore*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve a list of information about Annotation Stores", + "privilege": "ListAnnotationStores", + "resource_types": [ + { + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list streaming sessions", - "privilege": "ListStreamingSessions", + "access_level": "List", + "description": "Grants permission to list multipart read set uploads", + "privilege": "ListMultipartReadSetUploads", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio*" - }, + "resource_type": "sequenceStore*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list Read Set activation jobs for the given Sequence Store", + "privilege": "ListReadSetActivationJobs", + "resource_types": [ { - "condition_keys": [ - "nimble:createdBy", - "nimble:ownedBy", - "nimble:requesterPrincipalId" - ], + "condition_keys": [], + "dependent_actions": [], + "resource_type": "sequenceStore*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list Read Set export jobs for the given Sequence Store", + "privilege": "ListReadSetExportJobs", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "sequenceStore*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list Read Set import jobs for the given Sequence Store", + "privilege": "ListReadSetImportJobs", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "sequenceStore*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list read set upload parts", + "privilege": "ListReadSetUploadParts", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "sequenceStore*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list Read Sets in the given Sequence Store", + "privilege": "ListReadSets", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "sequenceStore*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list Reference import jobs for the given Reference Store", + "privilege": "ListReferenceImportJobs", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "referenceStore*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list Reference Stores", + "privilege": "ListReferenceStores", + "resource_types": [ + { + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list studio components", - "privilege": "ListStudioComponents", + "access_level": "List", + "description": "Grants permission to list References in the given Reference Store", + "privilege": "ListReferences", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio*" + "resource_type": "referenceStore*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list studio members", - "privilege": "ListStudioMembers", + "access_level": "List", + "description": "Grants permission to retrieve a list of workflow run groups", + "privilege": "ListRunGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to list all studios", - "privilege": "ListStudios", + "access_level": "List", + "description": "Grants permission to retrieve a list of tasks for a workflow run", + "privilege": "ListRunTasks", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "run*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve a list of workflow runs", + "privilege": "ListRuns", "resource_types": [ { "condition_keys": [], @@ -171146,140 +187313,159 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list all tags on a Nimble Studio resource", - "privilege": "ListTagsForResource", + "access_level": "List", + "description": "Grants permission to list Sequence Stores", + "privilege": "ListSequenceStores", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "launch-profile" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve a list of information about shares", + "privilege": "ListShares", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-image" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve a list of resource AWS tags", + "privilege": "ListTagsForResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-session" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get a list of Variant Import Jobs", + "privilege": "ListVariantImportJobs", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-session-backup" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve a list of metadata for Variant Stores", + "privilege": "ListVariantStores", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve a list of available workflows", + "privilege": "ListWorkflows", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio-component" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to add/update launch profile members", - "privilege": "PutLaunchProfileMembers", + "description": "Grants permission to import a list of Annotation files to an Annotation Store", + "privilege": "StartAnnotationImportJob", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "sso-directory:DescribeUsers" - ], - "resource_type": "launch-profile*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to report metrics and logs for the Nimble Studio portal to monitor application health", - "privilege": "PutStudioLogEvents", + "description": "Grants permission to start a Read Set activation job from the given Sequence Store", + "privilege": "StartReadSetActivationJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio*" + "resource_type": "sequenceStore*" } ] }, { "access_level": "Write", - "description": "Grants permission to add/update studio members", - "privilege": "PutStudioMembers", + "description": "Grants permission to start a Read Set export job from the given Sequence Store", + "privilege": "StartReadSetExportJob", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "sso-directory:DescribeUsers" - ], - "resource_type": "studio*" + "dependent_actions": [], + "resource_type": "sequenceStore*" } ] }, { "access_level": "Write", - "description": "Grants permission to start a streaming session", - "privilege": "StartStreamingSession", + "description": "Grants permission to start a Read Set import job into the given Sequence Store", + "privilege": "StartReadSetImportJob", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "nimble:GetLaunchProfile", - "nimble:GetLaunchProfileMember" - ], - "resource_type": "streaming-session*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-session-backup" - }, + "resource_type": "sequenceStore*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start a Reference import job into the given Reference Store", + "privilege": "StartReferenceImportJob", + "resource_types": [ { - "condition_keys": [ - "nimble:requesterPrincipalId" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "referenceStore*" } ] }, { "access_level": "Write", - "description": "Grants permission to repair the studio's AWS IAM Identity Center configuration", - "privilege": "StartStudioSSOConfigurationRepair", + "description": "Grants permission to start a workflow run", + "privilege": "StartRun", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [ - "sso:CreateManagedApplicationInstance", - "sso:GetManagedApplicationInstance" + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], - "resource_type": "studio*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to stop a streaming session", - "privilege": "StopStreamingSession", + "description": "Grants permission to import a list of variant files to an Variant Store", + "privilege": "StartVariantImportJob", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "nimble:GetLaunchProfile" - ], - "resource_type": "streaming-session*" - }, - { - "condition_keys": [ - "nimble:requesterPrincipalId" - ], "dependent_actions": [], "resource_type": "" } @@ -171287,44 +187473,48 @@ }, { "access_level": "Tagging", - "description": "Grants permission to add or overwrite one or more tags for the specified Nimble Studio resource", + "description": "Grants permission to add AWS tags to a resource", "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "launch-profile" + "resource_type": "readSet" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-image" + "resource_type": "reference" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-session" + "resource_type": "referenceStore" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-session-backup" + "resource_type": "run" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio" + "resource_type": "runGroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio-component" + "resource_type": "sequenceStore" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workflow" }, { "condition_keys": [ "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "aws:ResourceTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -171333,38 +187523,43 @@ }, { "access_level": "Tagging", - "description": "Grants permission to disassociate one or more tags from the specified Nimble Studio resource", + "description": "Grants permission to remove resource AWS tags", "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "launch-profile" + "resource_type": "readSet" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-image" + "resource_type": "reference" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-session" + "resource_type": "referenceStore" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-session-backup" + "resource_type": "run" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio" + "resource_type": "runGroup" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "studio-component" + "resource_type": "sequenceStore" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workflow" }, { "condition_keys": [ @@ -171377,166 +187572,190 @@ }, { "access_level": "Write", - "description": "Grants permission to update a launch profile", - "privilege": "UpdateLaunchProfile", + "description": "Grants permission to update information about the Annotation Store", + "privilege": "UpdateAnnotationStore", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ec2:DescribeNatGateways", - "ec2:DescribeNetworkAcls", - "ec2:DescribeRouteTables", - "ec2:DescribeSubnets", - "ec2:DescribeVpcEndpoints" - ], - "resource_type": "launch-profile*" + "dependent_actions": [], + "resource_type": "AnnotationStore*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a launch profile member", - "privilege": "UpdateLaunchProfileMember", + "description": "Grants permission to update information about the Version in an Annotation Store", + "privilege": "UpdateAnnotationStoreVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "launch-profile*" + "resource_type": "AnnotationStore*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "AnnotationStoreVersion*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a streaming image", - "privilege": "UpdateStreamingImage", + "description": "Grants permission to update a workflow run group", + "privilege": "UpdateRunGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "streaming-image*" + "resource_type": "runGroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a studio", - "privilege": "UpdateStudio", + "description": "Grants permission to update metadata about the Variant Store", + "privilege": "UpdateVariantStore", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "studio*" + "dependent_actions": [], + "resource_type": "VariantStore*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a studio component", - "privilege": "UpdateStudioComponent", + "description": "Grants permission to update workflow details", + "privilege": "UpdateWorkflow", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "ds:AuthorizeApplication", - "ds:DescribeDirectories", - "ec2:DescribeSecurityGroups", - "fsx:DescribeFileSystems", - "iam:PassRole" - ], - "resource_type": "studio-component*" + "dependent_actions": [], + "resource_type": "workflow*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to upload read set parts", + "privilege": "UploadReadSetPart", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "sequenceStore*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:nimble:${Region}:${Account}:studio/${StudioId}", + "arn": "arn:${Partition}:omics:${Region}:${Account}:annotationImportJob/${AnnotationImportJobId}", "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "nimble:studioId" + "omics:AnnotationImportJobJobId" ], - "resource": "studio" + "resource": "AnnotationImportJob" }, { - "arn": "arn:${Partition}:nimble:${Region}:${Account}:streaming-image/${StreamingImageId}", + "arn": "arn:${Partition}:omics:${Region}:${Account}:annotationStore/${AnnotationStoreId}", "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "nimble:studioId" + "omics:AnnotationStoreName" ], - "resource": "streaming-image" + "resource": "AnnotationStore" }, { - "arn": "arn:${Partition}:nimble:${Region}:${Account}:studio-component/${StudioComponentId}", + "arn": "arn:${Partition}:omics:${Region}:${Account}:annotationStore/${AnnotationStoreName}/version/${AnnotationStoreVersionName}", "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "nimble:studioId" + "omics:AnnotationStoreVersionName" ], - "resource": "studio-component" + "resource": "AnnotationStoreVersion" }, { - "arn": "arn:${Partition}:nimble:${Region}:${Account}:launch-profile/${LaunchProfileId}", + "arn": "arn:${Partition}:omics:${Region}:${Account}:sequenceStore/${SequenceStoreId}/readSet/${ReadSetId}", "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "nimble:studioId" + "aws:ResourceTag/${TagKey}" ], - "resource": "launch-profile" + "resource": "readSet" }, { - "arn": "arn:${Partition}:nimble:${Region}:${Account}:streaming-session/${StreamingSessionId}", + "arn": "arn:${Partition}:omics:${Region}:${Account}:referenceStore/${ReferenceStoreId}/reference/${ReferenceId}", "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "nimble:createdBy", - "nimble:ownedBy" + "aws:ResourceTag/${TagKey}" ], - "resource": "streaming-session" + "resource": "reference" }, { - "arn": "arn:${Partition}:nimble:${Region}:${Account}:streaming-session-backup/${StreamingSessionBackupId}", + "arn": "arn:${Partition}:omics:${Region}:${Account}:referenceStore/${ReferenceStoreId}", "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "nimble:ownedBy" + "aws:ResourceTag/${TagKey}" ], - "resource": "streaming-session-backup" + "resource": "referenceStore" }, { - "arn": "arn:${Partition}:nimble:${Region}:${Account}:eula/${EulaId}", + "arn": "arn:${Partition}:omics:${Region}:${Account}:run/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "run" + }, + { + "arn": "arn:${Partition}:omics:${Region}:${Account}:runGroup/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "runGroup" + }, + { + "arn": "arn:${Partition}:omics:${Region}:${Account}:sequenceStore/${SequenceStoreId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "sequenceStore" + }, + { + "arn": "arn:${Partition}:omics:${Region}:${Account}:tag/${TagKey}", "condition_keys": [], - "resource": "eula" + "resource": "TaggingResource" }, { - "arn": "arn:${Partition}:nimble:${Region}:${Account}:eula-acceptance/${EulaAcceptanceId}", + "arn": "arn:${Partition}:omics:${Region}:${Account}:task/${Id}", + "condition_keys": [], + "resource": "TaskResource" + }, + { + "arn": "arn:${Partition}:omics:${Region}:${Account}:variantImportJob/${VariantImportJobId}", "condition_keys": [ - "nimble:studioId" + "omics:VariantImportJobJobId" ], - "resource": "eula-acceptance" + "resource": "VariantImportJob" + }, + { + "arn": "arn:${Partition}:omics:${Region}:${Account}:variantStore/${VariantStoreId}", + "condition_keys": [ + "omics:VariantStoreName" + ], + "resource": "VariantStore" + }, + { + "arn": "arn:${Partition}:omics:${Region}:${Account}:workflow/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "workflow" } ], - "service_name": "Amazon Nimble Studio" + "service_name": "AWS HealthOmics" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", + "description": "Filters access by using tag key-value pairs in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", + "description": "Filters access by using tag key-value pairs attached to the resource", "type": "String" }, { @@ -171545,27 +187764,37 @@ "type": "ArrayOfString" } ], - "prefix": "notifications", + "prefix": "one", "privileges": [ { "access_level": "Write", - "description": "Grants permission to associate a new Channel with a particular NotificationConfiguration", - "privilege": "AssociateChannel", + "description": "Grants permission to create a QR code for a Device Instance", + "privilege": "CreateDeviceActivationQrCode", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "NotificationConfiguration*" + "resource_type": "device-instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a new EventRule, associating it with a NotificationConfiguration", - "privilege": "CreateEventRule", + "description": "Grants permission to create a Device Configuration Template", + "privilege": "CreateDeviceConfigurationTemplate", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -171573,13 +187802,13 @@ }, { "access_level": "Write", - "description": "Grants permission to create a NotificationConfiguration", - "privilege": "CreateNotificationConfiguration", + "description": "Grants permission to create a Device Instance", + "privilege": "CreateDeviceInstance", "resource_types": [ { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -171588,152 +187817,225 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an EventRule", - "privilege": "DeleteEventRule", + "description": "Grants permission to create a Device Instance Configuration", + "privilege": "CreateDeviceInstanceConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "EventRule*" + "resource_type": "device-instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a NotificationConfiguration", - "privilege": "DeleteNotificationConfiguration", + "description": "Grants permission to create a Site", + "privilege": "CreateSite", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "NotificationConfiguration*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to deregister a NotificationHub", - "privilege": "DeregisterNotificationHub", + "description": "Grants permission to disassociate Device from a Device Instance", + "privilege": "DeleteAssociatedDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "device-instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to remove a Channel from a NotificationConfiguration", - "privilege": "DisassociateChannel", + "description": "Grants permission to delete a Device Configuration Template", + "privilege": "DeleteDeviceConfigurationTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "NotificationConfiguration*" + "resource_type": "device-configuration-template*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get an EventRule", - "privilege": "GetEventRule", + "access_level": "Write", + "description": "Grants permission to delete a Device Instance", + "privilege": "DeleteDeviceInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "EventRule*" + "resource_type": "device-instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a NotificationConfiguration", - "privilege": "GetNotificationConfiguration", + "access_level": "Write", + "description": "Grants permission to delete a Site", + "privilege": "DeleteSite", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "NotificationConfiguration*" + "resource_type": "site*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a NotificationEvent", - "privilege": "GetNotificationEvent", + "access_level": "Write", + "description": "Grants permission to delete a User", + "privilege": "DeleteUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "NotificationEvent*" + "resource_type": "user*" } ] }, { - "access_level": "List", - "description": "Grants permission to list Channels by NotificationConfiguration", - "privilege": "ListChannels", + "access_level": "Read", + "description": "Grants permission to view a Device Configuration Template", + "privilege": "GetDeviceConfigurationTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "device-configuration-template*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list EventRules", - "privilege": "ListEventRules", + "access_level": "Read", + "description": "Grants permission to view a Device Instance", + "privilege": "GetDeviceInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "device-instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list NotificationConfigurations", - "privilege": "ListNotificationConfigurations", + "access_level": "Read", + "description": "Grants permission to view a Device Instance Configuration", + "privilege": "GetDeviceInstanceConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "configuration*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list NotificationEvents", - "privilege": "ListNotificationEvents", + "access_level": "Read", + "description": "Grants permission to view a Site", + "privilege": "GetSite", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "site*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list NotificationHubs", - "privilege": "ListNotificationHubs", + "access_level": "Read", + "description": "Grants permission to view address of a Site", + "privilege": "GetSiteAddress", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "site*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "List", + "description": "Grants permission to retrieve list of Device Configuration Templates", + "privilege": "ListDeviceConfigurationTemplates", "resource_types": [ { "condition_keys": [], @@ -171743,9 +188045,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to register a NotificationHub", - "privilege": "RegisterNotificationHub", + "access_level": "List", + "description": "Grants permission to retrieve list of Device Instances", + "privilege": "ListDeviceInstances", "resource_types": [ { "condition_keys": [], @@ -171755,38 +188057,40 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a resource", - "privilege": "TagResource", + "access_level": "List", + "description": "Grants permission to view list of Sites", + "privilege": "ListSites", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "NotificationConfiguration*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a resource", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to list tags for an Amazon One Enterprise resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "NotificationConfiguration*" + "resource_type": "device-configuration-template" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "device-instance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "site" }, { "condition_keys": [ - "aws:TagKeys" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -171794,92 +188098,60 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update an EventRule", - "privilege": "UpdateEventRule", + "access_level": "List", + "description": "Grants permission to view list of Users", + "privilege": "ListUsers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "EventRule*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a NotificationConfiguration", - "privilege": "UpdateNotificationConfiguration", + "description": "Grants permission to reboot Device associated with a Device Instance", + "privilege": "RebootDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "NotificationConfiguration*" + "resource_type": "device-instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:notifications::${Account}:configuration/${NotificationConfigurationId}/rule/${EventRuleId}", - "condition_keys": [], - "resource": "EventRule" - }, - { - "arn": "arn:${Partition}:notifications::${Account}:configuration/${NotificationConfigurationId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "NotificationConfiguration" - }, - { - "arn": "arn:${Partition}:notifications:${Region}:${Account}:configuration/${NotificationConfigurationId}/event/${NotificationEventId}", - "condition_keys": [], - "resource": "NotificationEvent" - } - ], - "service_name": "AWS User Notifications" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "notifications-contacts", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to activate the email contact associated with the given ARN if the provided code is valid", - "privilege": "ActivateEmailContact", + "access_level": "Tagging", + "description": "Grants permission to add tags to an Amazon One Enterprise resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "EmailContactResource*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an email contact", - "privilege": "CreateEmailContact", - "resource_types": [ + "resource_type": "device-configuration-template" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "device-instance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "site" + }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -171887,79 +188159,85 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete an email contact associated with the given ARN", - "privilege": "DeleteEmailContact", + "access_level": "Tagging", + "description": "Grants permission to remove tags from an Amazon One Enterprise resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "EmailContactResource*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get an email contact associated with the given ARN", - "privilege": "GetEmailContact", - "resource_types": [ + "resource_type": "device-configuration-template" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "EmailContactResource*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list email contacts", - "privilege": "ListEmailContacts", - "resource_types": [ + "resource_type": "device-instance" + }, { "condition_keys": [], "dependent_actions": [], + "resource_type": "site" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to update a Device Configuration Template", + "privilege": "UpdateDeviceConfigurationTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "device-configuration-template*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to send an activation link to the email associated with the given ARN", - "privilege": "SendActivationCode", + "description": "Grants permission to update a Device Instance", + "privilege": "UpdateDeviceInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "EmailContactResource*" + "resource_type": "device-instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to update a Site", + "privilege": "UpdateSite", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "EmailContactResource*" + "resource_type": "site*" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -171967,18 +188245,18 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to update address of a Site", + "privilege": "UpdateSiteAddress", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "EmailContactResource*" + "resource_type": "site*" }, { "condition_keys": [ - "aws:TagKeys" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -171988,198 +188266,155 @@ ], "resources": [ { - "arn": "arn:${Partition}:notifications-contacts::${Account}:emailcontact/${EmailContactId}", + "arn": "arn:${Partition}:one:${Region}:${Account}:device-instance/${DeviceInstanceId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "EmailContactResource" - } - ], - "service_name": "AWS User Notifications Contacts" - }, - { - "conditions": [ + "resource": "device-instance" + }, { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" + "arn": "arn:${Partition}:one:${Region}:${Account}:device-instance/${DeviceInstanceId}/configuration/${Version}", + "condition_keys": [], + "resource": "configuration" }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", - "type": "String" + "arn": "arn:${Partition}:one:${Region}:${Account}:device-configuration-template/${TemplateId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "device-configuration-template" }, { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", - "type": "ArrayOfString" + "arn": "arn:${Partition}:one:${Region}:${Account}:site/${SiteId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "site" }, { - "condition": "oam:ResourceTypes", - "description": "Filters access by the presence of resource types in the request", - "type": "ArrayOfString" + "arn": "arn:${Partition}:one:${Region}:${Account}:user/${UserId}", + "condition_keys": [], + "resource": "user" } ], - "prefix": "oam", + "service_name": "Amazon One Enterprise" + }, + { + "conditions": [], + "prefix": "opsworks", "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a link between a monitoring account and a source account for cross-account monitoring", - "privilege": "CreateLink", + "description": "Grants permission to assign a registered instance to a layer", + "privilege": "AssignInstance", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "oam:TagResource" - ], - "resource_type": "Sink*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys", - "oam:ResourceTypes" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "stack" } ] }, { "access_level": "Write", - "description": "Grants permission to create a sink in an account so that it can be used as a monitoring account for cross-account monitoring", - "privilege": "CreateSink", + "description": "Grants permission to assign one of the stack's registered Amazon EBS volumes to a specified instance", + "privilege": "AssignVolume", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "oam:TagResource" - ], - "resource_type": "" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "stack" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a link between a monitoring account and a source account for cross-account monitoring", - "privilege": "DeleteLink", + "description": "Grants permission to associate one of the stack's registered Elastic IP addresses with a specified instance", + "privilege": "AssociateElasticIp", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Link*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "stack" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a cross-account monitoring sink in a monitoring account", - "privilege": "DeleteSink", + "description": "Grants permission to attach an Elastic Load Balancing load balancer to a specified layer", + "privilege": "AttachElasticLoadBalancer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Sink*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve complete information about one cross-account monitoring link", - "privilege": "GetLink", + "access_level": "Write", + "description": "Grants permission to create a clone of a specified stack", + "privilege": "CloneStack", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Link*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve complete information about one cross-account monitoring sink", - "privilege": "GetSink", + "access_level": "Write", + "description": "Grants permission to create an app for a specified stack", + "privilege": "CreateApp", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Sink*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information for the IAM policy for a cross-account monitoring sink", - "privilege": "GetSinkPolicy", + "access_level": "Write", + "description": "Grants permission to run deployment or stack commands", + "privilege": "CreateDeployment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Sink*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a list of links that are linked for a cross-account monitoring sink", - "privilege": "ListAttachedLinks", + "access_level": "Write", + "description": "Grants permission to create an instance in a specified stack", + "privilege": "CreateInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Sink*" - }, + "resource_type": "stack" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a layer", + "privilege": "CreateLayer", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the ARNs of cross-account monitoring links in this account", - "privilege": "ListLinks", + "access_level": "Write", + "description": "Grants permission to create a new stack", + "privilege": "CreateStack", "resource_types": [ { "condition_keys": [], @@ -172189,9 +188424,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the ARNs of cross-account monitoring sinks in this account", - "privilege": "ListSinks", + "access_level": "Write", + "description": "Grants permission to create a new user profile", + "privilege": "CreateUserProfile", "resource_types": [ { "condition_keys": [], @@ -172201,695 +188436,705 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list the tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to delete a specified app", + "privilege": "DeleteApp", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Link" - }, + "resource_type": "stack" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a specified instance, which terminates the associated Amazon EC2 instance", + "privilege": "DeleteInstance", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Sink" + "resource_type": "stack" } ] }, { "access_level": "Write", - "description": "Grants permission to create or update the IAM policy for a cross-account monitoring sink", - "privilege": "PutSinkPolicy", + "description": "Grants permission to delete a specified layer", + "privilege": "DeleteLayer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Sink*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "stack" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to tag a resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to delete a specified stack", + "privilege": "DeleteStack", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Link" - }, + "resource_type": "stack" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a user profile", + "privilege": "DeleteUserProfile", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Sink" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to delete a user profile", + "privilege": "DeregisterEcsCluster", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Link" - }, + "resource_type": "stack" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to deregister a specified Elastic IP address", + "privilege": "DeregisterElasticIp", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Sink" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "stack" } ] }, { "access_level": "Write", - "description": "Grants permission to update an existing link between a monitoring account and a source account", - "privilege": "UpdateLink", + "description": "Grants permission to deregister a registered Amazon EC2 or on-premises instance", + "privilege": "DeregisterInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Link*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "oam:ResourceTypes" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "stack" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:oam:${Region}:${Account}:link/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Link" - }, - { - "arn": "arn:${Partition}:oam:${Region}:${Account}:sink/${ResourceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "Sink" - } - ], - "service_name": "Amazon CloudWatch Observability Access Manager" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the presence of tag key-value pairs attached to the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the presence of tag keys in the request", - "type": "ArrayOfString" }, { - "condition": "omics:AnnotationImportJobJobId", - "description": "Filters access by a unique resource identifier", - "type": "String" + "access_level": "Write", + "description": "Grants permission to deregister an Amazon RDS instance", + "privilege": "DeregisterRdsDbInstance", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "stack" + } + ] }, { - "condition": "omics:AnnotationStoreName", - "description": "Filters access by the name of the store", - "type": "String" + "access_level": "Write", + "description": "Grants permission to deregister an Amazon EBS volume", + "privilege": "DeregisterVolume", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "stack" + } + ] }, { - "condition": "omics:VariantImportJobJobId", - "description": "Filters access by a unique resource identifier", - "type": "String" + "access_level": "List", + "description": "Grants permission to describe the available AWS OpsWorks agent versions", + "privilege": "DescribeAgentVersions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "stack" + } + ] }, { - "condition": "omics:VariantStoreName", - "description": "Filters access by the name of the store", - "type": "String" - } - ], - "prefix": "omics", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to abort multipart read set uploads", - "privilege": "AbortMultipartReadSetUpload", + "access_level": "List", + "description": "Grants permission to request a description of a specified set of apps", + "privilege": "DescribeApps", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "stack" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the results of specified commands", + "privilege": "DescribeCommands", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sequenceStore*" + "resource_type": "stack" } ] }, { - "access_level": "Write", - "description": "Grants permission to batch delete Read Sets in the given Sequence Store", - "privilege": "BatchDeleteReadSet", + "access_level": "List", + "description": "Grants permission to request a description of a specified set of deployments", + "privilege": "DescribeDeployments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sequenceStore*" + "resource_type": "stack" } ] }, { - "access_level": "Write", - "description": "Grants permission to cancel an Annotation Import Job", - "privilege": "CancelAnnotationImportJob", + "access_level": "List", + "description": "Grants permission to describe Amazon ECS clusters that are registered with a stack", + "privilege": "DescribeEcsClusters", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnnotationImportJob*" + "resource_type": "stack" } ] }, { - "access_level": "Write", - "description": "Grants permission to cancel a workflow run and stop all workflow tasks", - "privilege": "CancelRun", + "access_level": "List", + "description": "Grants permission to describe Elastic IP addresses", + "privilege": "DescribeElasticIps", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "run*" + "resource_type": "stack" } ] }, { - "access_level": "Write", - "description": "Grants permission to cancel a Variant Import Job", - "privilege": "CancelVariantImportJob", + "access_level": "List", + "description": "Grants permission to describe a stack's Elastic Load Balancing instances", + "privilege": "DescribeElasticLoadBalancers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "VariantImportJob*" + "resource_type": "stack" } ] }, { - "access_level": "Write", - "description": "Grants permission to complete a multipart read set upload", - "privilege": "CompleteMultipartReadSetUpload", + "access_level": "List", + "description": "Grants permission to request a description of a set of instances", + "privilege": "DescribeInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sequenceStore*" + "resource_type": "stack" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an Annotation Store", - "privilege": "CreateAnnotationStore", + "access_level": "List", + "description": "Grants permission to request a description of one or more layers in a specified stack", + "privilege": "DescribeLayers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "stack" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a multipart read set upload", - "privilege": "CreateMultipartReadSetUpload", + "access_level": "List", + "description": "Grants permission to describe load-based auto scaling configurations for specified layers", + "privilege": "DescribeLoadBasedAutoScaling", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sequenceStore*" + "resource_type": "stack" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a Reference Store", - "privilege": "CreateReferenceStore", + "access_level": "List", + "description": "Grants permission to describe a user's SSH information", + "privilege": "DescribeMyUserProfile", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new workflow run group", - "privilege": "CreateRunGroup", + "access_level": "List", + "description": "Grants permission to describe the operating systems that are supported by AWS OpsWorks Stacks", + "privilege": "DescribeOperatingSystems", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a Sequence Store", - "privilege": "CreateSequenceStore", + "access_level": "List", + "description": "Grants permission to describe the permissions for a specified stack", + "privilege": "DescribePermissions", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "stack" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a Variant Store", - "privilege": "CreateVariantStore", + "access_level": "List", + "description": "Grants permission to describe an instance's RAID arrays", + "privilege": "DescribeRaidArrays", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "stack" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new workflow with a workflow definition and template of workflow parameters", - "privilege": "CreateWorkflow", + "access_level": "List", + "description": "Grants permission to describe Amazon RDS instances", + "privilege": "DescribeRdsDbInstances", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "stack" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete an Annotation Store", - "privilege": "DeleteAnnotationStore", + "access_level": "List", + "description": "Grants permission to describe AWS OpsWorks service errors", + "privilege": "DescribeServiceErrors", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnnotationStore*" + "resource_type": "stack" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a Reference in the given Reference Store", - "privilege": "DeleteReference", + "access_level": "List", + "description": "Grants permission to request a description of a stack's provisioning parameters", + "privilege": "DescribeStackProvisioningParameters", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "reference*" - }, + "resource_type": "stack" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to describe the number of layers and apps in a specified stack, and the number of instances in each state, such as running_setup or online", + "privilege": "DescribeStackSummary", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "referenceStore*" + "resource_type": "stack" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a Reference Store", - "privilege": "DeleteReferenceStore", + "access_level": "List", + "description": "Grants permission to request a description of one or more stacks", + "privilege": "DescribeStacks", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "referenceStore*" + "resource_type": "stack" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a workflow run", - "privilege": "DeleteRun", + "access_level": "List", + "description": "Grants permission to describe time-based auto scaling configurations for specified instances", + "privilege": "DescribeTimeBasedAutoScaling", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "run*" + "resource_type": "stack" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a workflow run group", - "privilege": "DeleteRunGroup", + "access_level": "List", + "description": "Grants permission to describe specified users", + "privilege": "DescribeUserProfiles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "runGroup*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a Sequence Store", - "privilege": "DeleteSequenceStore", + "access_level": "List", + "description": "Grants permission to describe an instance's Amazon EBS volumes", + "privilege": "DescribeVolumes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sequenceStore*" + "resource_type": "stack" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a Variant Store", - "privilege": "DeleteVariantStore", + "description": "Grants permission to detache a specified Elastic Load Balancing instance from its layer", + "privilege": "DetachElasticLoadBalancer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "VariantStore*" + "resource_type": "stack" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a workflow", - "privilege": "DeleteWorkflow", + "description": "Grants permission to disassociate an Elastic IP address from its instance", + "privilege": "DisassociateElasticIp", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "stack" } ] }, { "access_level": "Read", - "description": "Grants permission to get the status of an Annotation Import Job", - "privilege": "GetAnnotationImportJob", + "description": "Grants permission to get a generated host name for the specified layer, based on the current host name theme", + "privilege": "GetHostnameSuggestion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnnotationImportJob*" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to get detailed information about an Annotation Store", - "privilege": "GetAnnotationStore", + "access_level": "Write", + "description": "Grants permission to grant RDP access to a Windows instance for a specified time period", + "privilege": "GrantAccess", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "AnnotationStore*" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a Read Set in the given Sequence Store", - "privilege": "GetReadSet", + "access_level": "List", + "description": "Grants permission to return a list of tags that are applied to the specified stack or layer", + "privilege": "ListTags", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "readSet*" - }, + "resource_type": "stack" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to reboot a specified instance", + "privilege": "RebootInstance", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sequenceStore*" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details about a Read Set activation job for the given Sequence Store", - "privilege": "GetReadSetActivationJob", + "access_level": "Write", + "description": "Grants permission to register a specified Amazon ECS cluster with a stack", + "privilege": "RegisterEcsCluster", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sequenceStore*" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details about a Read Set export job for the given Sequence Store", - "privilege": "GetReadSetExportJob", + "access_level": "Write", + "description": "Grants permission to register an Elastic IP address with a specified stack", + "privilege": "RegisterElasticIp", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sequenceStore*" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details about a Read Set import job for the given Sequence Store", - "privilege": "GetReadSetImportJob", + "access_level": "Write", + "description": "Grants permission to register instances with a specified stack that were created outside of AWS OpsWorks", + "privilege": "RegisterInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sequenceStore*" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details about a Read Set in the given Sequence Store", - "privilege": "GetReadSetMetadata", + "access_level": "Write", + "description": "Grants permission to register an Amazon RDS instance with a stack", + "privilege": "RegisterRdsDbInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "readSet*" - }, + "resource_type": "stack" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to register an Amazon EBS volume with a specified stack", + "privilege": "RegisterVolume", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sequenceStore*" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a Reference in the given Reference Store", - "privilege": "GetReference", + "access_level": "Write", + "description": "Grants permission to specify the load-based auto scaling configuration for a specified layer", + "privilege": "SetLoadBasedAutoScaling", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "reference*" - }, + "resource_type": "stack" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to specify a user's permissions", + "privilege": "SetPermission", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "referenceStore*" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details about a Reference import job for the given Reference Store", - "privilege": "GetReferenceImportJob", + "access_level": "Write", + "description": "Grants permission to specify the time-based auto scaling configuration for a specified instance", + "privilege": "SetTimeBasedAutoScaling", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "referenceStore*" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details about a Reference in the given Reference Store", - "privilege": "GetReferenceMetadata", + "access_level": "Write", + "description": "Grants permission to start a specified instance", + "privilege": "StartInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "reference*" - }, + "resource_type": "stack" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start a stack's instances", + "privilege": "StartStack", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "referenceStore*" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details about a Reference Store", - "privilege": "GetReferenceStore", + "access_level": "Write", + "description": "Grants permission to stop a specified instance", + "privilege": "StopInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "referenceStore*" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve workflow run details", - "privilege": "GetRun", + "access_level": "Write", + "description": "Grants permission to stop a specified stack", + "privilege": "StopStack", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "run*" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve workflow run group details", - "privilege": "GetRunGroup", + "access_level": "Tagging", + "description": "Grants permission to apply tags to a specified stack or layer", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "runGroup*" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve workflow task details", - "privilege": "GetRunTask", + "access_level": "Write", + "description": "Grants permission to unassign a registered instance from all of it's layers", + "privilege": "UnassignInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "TaskResource*" - }, + "resource_type": "stack" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to unassign an assigned Amazon EBS volume", + "privilege": "UnassignVolume", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "run*" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to get details about a Sequence Store", - "privilege": "GetSequenceStore", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a specified stack or layer", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sequenceStore*" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the status of a Variant Import Job", - "privilege": "GetVariantImportJob", + "access_level": "Write", + "description": "Grants permission to update a specified app", + "privilege": "UpdateApp", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "VariantImportJob*" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to get detailed information about a Variant Store", - "privilege": "GetVariantStore", + "access_level": "Write", + "description": "Grants permission to update a registered Elastic IP address's name", + "privilege": "UpdateElasticIp", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "VariantStore*" + "resource_type": "stack" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve workflow details", - "privilege": "GetWorkflow", + "access_level": "Write", + "description": "Grants permission to update a specified instance", + "privilege": "UpdateInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "stack" } ] }, { - "access_level": "List", - "description": "Grants permission to get a list of Annotation Import Jobs", - "privilege": "ListAnnotationImportJobs", + "access_level": "Write", + "description": "Grants permission to update a specified layer", + "privilege": "UpdateLayer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "stack" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of information about Annotation Stores", - "privilege": "ListAnnotationStores", + "access_level": "Write", + "description": "Grants permission to update a user's SSH public key", + "privilege": "UpdateMyUserProfile", "resource_types": [ { "condition_keys": [], @@ -172899,93 +189144,107 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list multipart read set uploads", - "privilege": "ListMultipartReadSetUploads", + "access_level": "Write", + "description": "Grants permission to update an Amazon RDS instance", + "privilege": "UpdateRdsDbInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sequenceStore*" + "resource_type": "stack" } ] }, { - "access_level": "List", - "description": "Grants permission to list Read Set activation jobs for the given Sequence Store", - "privilege": "ListReadSetActivationJobs", + "access_level": "Write", + "description": "Grants permission to update a specified stack", + "privilege": "UpdateStack", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sequenceStore*" + "resource_type": "stack" } ] }, { - "access_level": "List", - "description": "Grants permission to list Read Set export jobs for the given Sequence Store", - "privilege": "ListReadSetExportJobs", + "access_level": "Permissions management", + "description": "Grants permission to update a specified user profile", + "privilege": "UpdateUserProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sequenceStore*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list Read Set import jobs for the given Sequence Store", - "privilege": "ListReadSetImportJobs", + "access_level": "Write", + "description": "Grants permission to update an Amazon EBS volume's name or mount point", + "privilege": "UpdateVolume", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sequenceStore*" + "resource_type": "stack" } ] - }, + } + ], + "resources": [ { - "access_level": "List", - "description": "Grants permission to list read set upload parts", - "privilege": "ListReadSetUploadParts", + "arn": "arn:${Partition}:opsworks:${Region}:${Account}:stack/${StackId}/", + "condition_keys": [], + "resource": "stack" + } + ], + "service_name": "AWS OpsWorks" + }, + { + "conditions": [], + "prefix": "opsworks-cm", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to associate a node to a configuration management server", + "privilege": "AssociateNode", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sequenceStore*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list Read Sets in the given Sequence Store", - "privilege": "ListReadSets", + "access_level": "Write", + "description": "Grants permission to create a backup for the specified server", + "privilege": "CreateBackup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sequenceStore*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list Reference import jobs for the given Reference Store", - "privilege": "ListReferenceImportJobs", + "access_level": "Write", + "description": "Grants permission to create a new server", + "privilege": "CreateServer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "referenceStore*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list Reference Stores", - "privilege": "ListReferenceStores", + "access_level": "Write", + "description": "Grants permission to delete the specified backup and possibly its S3 bucket", + "privilege": "DeleteBackup", "resource_types": [ { "condition_keys": [], @@ -172995,21 +189254,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list References in the given Reference Store", - "privilege": "ListReferences", + "access_level": "Write", + "description": "Grants permission to delete the specified server with its corresponding CloudFormation stack and possibly the S3 bucket", + "privilege": "DeleteServer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "referenceStore*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve a list of workflow run groups", - "privilege": "ListRunGroups", + "description": "Grants permission to describe the service limits for the user's account", + "privilege": "DescribeAccountAttributes", "resource_types": [ { "condition_keys": [], @@ -173020,20 +189279,20 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve a list of tasks for a workflow run", - "privilege": "ListRunTasks", + "description": "Grants permission to describe a single backup, all backups of a specified server or all backups of the user's account", + "privilege": "DescribeBackups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "run*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to retrieve a list of workflow runs", - "privilege": "ListRuns", + "description": "Grants permission to describe all events of the specified server", + "privilege": "DescribeEvents", "resource_types": [ { "condition_keys": [], @@ -173044,8 +189303,8 @@ }, { "access_level": "List", - "description": "Grants permission to list Sequence Stores", - "privilege": "ListSequenceStores", + "description": "Grants permission to describe the association status for the specified node token and the specified server", + "privilege": "DescribeNodeAssociationStatus", "resource_types": [ { "condition_keys": [], @@ -173056,8 +189315,8 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve a list of resource AWS tags", - "privilege": "ListTagsForResource", + "description": "Grants permission to describe the specified server or all servers of the user's account", + "privilege": "DescribeServers", "resource_types": [ { "condition_keys": [], @@ -173067,9 +189326,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to get a list of Variant Import Jobs", - "privilege": "ListVariantImportJobs", + "access_level": "Write", + "description": "Grants permission to disassociate a specified node from a server", + "privilege": "DisassociateNode", "resource_types": [ { "condition_keys": [], @@ -173079,9 +189338,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of metadata for Variant Stores", - "privilege": "ListVariantStores", + "access_level": "Read", + "description": "Grants permission to export an engine attribute from a server", + "privilege": "ExportServerEngineAttribute", "resource_types": [ { "condition_keys": [], @@ -173091,9 +189350,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of available workflows", - "privilege": "ListWorkflows", + "access_level": "Read", + "description": "Grants permission to list the tags that are applied to the specified server or backup", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], @@ -173104,8 +189363,8 @@ }, { "access_level": "Write", - "description": "Grants permission to import a list of Annotation files to an Annotation Store", - "privilege": "StartAnnotationImportJob", + "description": "Grants permission to apply a backup to specified server. Possibly swaps out the ec2-instance if specified", + "privilege": "RestoreServer", "resource_types": [ { "condition_keys": [], @@ -173116,123 +189375,151 @@ }, { "access_level": "Write", - "description": "Grants permission to start a Read Set activation job from the given Sequence Store", - "privilege": "StartReadSetActivationJob", + "description": "Grants permission to start the server maintenance immediately", + "privilege": "StartMaintenance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sequenceStore*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to start a Read Set export job from the given Sequence Store", - "privilege": "StartReadSetExportJob", + "access_level": "Tagging", + "description": "Grants permission to apply tags to the specified server or backup", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sequenceStore*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to start a Read Set import job into the given Sequence Store", - "privilege": "StartReadSetImportJob", + "access_level": "Tagging", + "description": "Grants permission to remove tags from the specified server or backup", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "sequenceStore*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start a Reference import job into the given Reference Store", - "privilege": "StartReferenceImportJob", + "description": "Grants permission to update general server settings", + "privilege": "UpdateServer", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "referenceStore*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start a workflow run", - "privilege": "StartRun", + "description": "Grants permission to update server settings specific to the configuration management type", + "privilege": "UpdateServerEngineAttributes", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:opsworks-cm::${Account}:server/${ServerName}/${UniqueId}", + "condition_keys": [], + "resource": "server" + }, + { + "arn": "arn:${Partition}:opsworks-cm::${Account}:backup/${ServerName}-{Date-and-Time-Stamp-of-Backup}", + "condition_keys": [], + "resource": "backup" + } + ], + "service_name": "AWS OpsWorks Configuration Management" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" }, + { + "condition": "organizations:PolicyType", + "description": "Filters access by the specified policy type names", + "type": "String" + }, + { + "condition": "organizations:ServicePrincipal", + "description": "Filters access by the specified service principal names", + "type": "String" + } + ], + "prefix": "organizations", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to import a list of variant files to an Variant Store", - "privilege": "StartVariantImportJob", + "description": "Grants permission to send a response to the originator of a handshake agreeing to the action proposed by the handshake request", + "privilege": "AcceptHandshake", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "iam:CreateServiceLinkedRole" + ], + "resource_type": "handshake*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add AWS tags to a resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to attach a policy to a root, an organizational unit, or an individual account", + "privilege": "AttachPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "readSet" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "reference" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "referenceStore" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "run" + "resource_type": "policy*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "runGroup" + "resource_type": "account" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "sequenceStore" + "resource_type": "organizationalunit" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow" + "resource_type": "root" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "organizations:PolicyType" ], "dependent_actions": [], "resource_type": "" @@ -173240,47 +189527,37 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove resource AWS tags", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to cancel a handshake", + "privilege": "CancelHandshake", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "readSet" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "reference" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "referenceStore" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "run" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "runGroup" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "sequenceStore" - }, + "resource_type": "handshake*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to close an AWS account that is now a part of an Organizations, either created within the organization, or invited to join the organization", + "privilege": "CloseAccount", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow" - }, + "resource_type": "account*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an AWS account that is automatically a member of the organization with the credentials that made the request", + "privilege": "CreateAccount", + "resource_types": [ { "condition_keys": [ + "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -173290,284 +189567,219 @@ }, { "access_level": "Write", - "description": "Grants permission to update information about the Annotation Store", - "privilege": "UpdateAnnotationStore", + "description": "Grants permission to create an AWS GovCloud (US) account", + "privilege": "CreateGovCloudAccount", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "AnnotationStore*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a workflow run group", - "privilege": "UpdateRunGroup", + "description": "Grants permission to create an organization. The account with the credentials that calls the CreateOrganization operation automatically becomes the management account of the new organization", + "privilege": "CreateOrganization", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "runGroup*" + "dependent_actions": [ + "iam:CreateServiceLinkedRole" + ], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update metadata about the Variant Store", - "privilege": "UpdateVariantStore", + "description": "Grants permission to create an organizational unit (OU) within a root or parent OU", + "privilege": "CreateOrganizationalUnit", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "VariantStore*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update workflow details", - "privilege": "UpdateWorkflow", - "resource_types": [ + "resource_type": "organizationalunit" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "workflow*" + "resource_type": "root" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to upload read set parts", - "privilege": "UploadReadSetPart", + "description": "Grants permission to create a policy that you can attach to a root, an organizational unit (OU), or an individual AWS account", + "privilege": "CreatePolicy", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "organizations:PolicyType", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "sequenceStore*" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:omics:${Region}:${Account}:annotationImportJob/${AnnotationImportJobId}", - "condition_keys": [ - "omics:AnnotationImportJobJobId" - ], - "resource": "AnnotationImportJob" - }, - { - "arn": "arn:${Partition}:omics:${Region}:${Account}:annotationStore/${AnnotationStoreId}", - "condition_keys": [ - "omics:AnnotationStoreName" - ], - "resource": "AnnotationStore" - }, - { - "arn": "arn:${Partition}:omics:${Region}:${Account}:sequenceStore/${SequenceStoreId}/readSet/${ReadSetId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "readSet" - }, - { - "arn": "arn:${Partition}:omics:${Region}:${Account}:referenceStore/${ReferenceStoreId}/reference/${ReferenceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "reference" - }, - { - "arn": "arn:${Partition}:omics:${Region}:${Account}:referenceStore/${ReferenceStoreId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "referenceStore" - }, - { - "arn": "arn:${Partition}:omics:${Region}:${Account}:run/${Id}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "run" - }, - { - "arn": "arn:${Partition}:omics:${Region}:${Account}:runGroup/${Id}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "runGroup" - }, - { - "arn": "arn:${Partition}:omics:${Region}:${Account}:sequenceStore/${SequenceStoreId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "sequenceStore" - }, - { - "arn": "arn:${Partition}:omics:${Region}:${Account}:tag/${TagKey}", - "condition_keys": [], - "resource": "TaggingResource" - }, - { - "arn": "arn:${Partition}:omics:${Region}:${Account}:task/${Id}", - "condition_keys": [], - "resource": "TaskResource" - }, - { - "arn": "arn:${Partition}:omics:${Region}:${Account}:variantImportJob/${VariantImportJobId}", - "condition_keys": [ - "omics:VariantImportJobJobId" - ], - "resource": "VariantImportJob" - }, - { - "arn": "arn:${Partition}:omics:${Region}:${Account}:variantStore/${VariantStoreId}", - "condition_keys": [ - "omics:VariantStoreName" - ], - "resource": "VariantStore" }, - { - "arn": "arn:${Partition}:omics:${Region}:${Account}:workflow/${Id}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "workflow" - } - ], - "service_name": "Amazon Omics" - }, - { - "conditions": [], - "prefix": "opsworks", - "privileges": [ { "access_level": "Write", - "description": "Grants permission to assign a registered instance to a layer", - "privilege": "AssignInstance", + "description": "Grants permission to decline a handshake request. This sets the handshake state to DECLINED and effectively deactivates the request", + "privilege": "DeclineHandshake", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "handshake*" } ] }, { "access_level": "Write", - "description": "Grants permission to assign one of the stack's registered Amazon EBS volumes to a specified instance", - "privilege": "AssignVolume", + "description": "Grants permission to delete the organization", + "privilege": "DeleteOrganization", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to associate one of the stack's registered Elastic IP addresses with a specified instance", - "privilege": "AssociateElasticIp", + "description": "Grants permission to delete an organizational unit from a root or another OU", + "privilege": "DeleteOrganizationalUnit", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "organizationalunit*" } ] }, { "access_level": "Write", - "description": "Grants permission to attach an Elastic Load Balancing load balancer to a specified layer", - "privilege": "AttachElasticLoadBalancer", + "description": "Grants permission to delete a policy from your organization", + "privilege": "DeletePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "policy*" + }, + { + "condition_keys": [ + "organizations:PolicyType" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a clone of a specified stack", - "privilege": "CloneStack", + "description": "Grants permission to delete a resource policy from your organization", + "privilege": "DeleteResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an app for a specified stack", - "privilege": "CreateApp", + "description": "Grants permission to deregister the specified member AWS account as a delegated administrator for the AWS service that is specified by ServicePrincipal", + "privilege": "DeregisterDelegatedAdministrator", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "account*" + }, + { + "condition_keys": [ + "organizations:ServicePrincipal" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to run deployment or stack commands", - "privilege": "CreateDeployment", + "access_level": "Read", + "description": "Grants permission to retrieve Organizations-related details about the specified account", + "privilege": "DescribeAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "account*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an instance in a specified stack", - "privilege": "CreateInstance", + "access_level": "Read", + "description": "Grants permission to retrieve the current status of an asynchronous request to create an account", + "privilege": "DescribeCreateAccountStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a layer", - "privilege": "CreateLayer", + "access_level": "Read", + "description": "Grants permission to retrieve the effective policy for an account", + "privilege": "DescribeEffectivePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "account*" + }, + { + "condition_keys": [ + "organizations:PolicyType" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new stack", - "privilege": "CreateStack", + "access_level": "Read", + "description": "Grants permission to retrieve details about a previously requested handshake", + "privilege": "DescribeHandshake", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "handshake*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new user profile", - "privilege": "CreateUserProfile", + "access_level": "Read", + "description": "Grants permission to retrieves details about the organization that the calling credentials belong to", + "privilege": "DescribeOrganization", "resource_types": [ { "condition_keys": [], @@ -173577,60 +189789,91 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete a specified app", - "privilege": "DeleteApp", + "access_level": "Read", + "description": "Grants permission to retrieve details about an organizational unit (OU)", + "privilege": "DescribeOrganizationalUnit", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "organizationalunit*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a specified instance, which terminates the associated Amazon EC2 instance", - "privilege": "DeleteInstance", + "access_level": "Read", + "description": "Grants permission to retrieves details about a policy", + "privilege": "DescribePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "policy*" + }, + { + "condition_keys": [ + "organizations:PolicyType" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a specified layer", - "privilege": "DeleteLayer", + "access_level": "Read", + "description": "Grants permission to retrieve information about a resource policy", + "privilege": "DescribeResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a specified stack", - "privilege": "DeleteStack", + "description": "Grants permission to detach a policy from a target root, organizational unit, or account", + "privilege": "DetachPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "policy*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "account" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "organizationalunit" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "root" + }, + { + "condition_keys": [ + "organizations:PolicyType" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a user profile", - "privilege": "DeleteUserProfile", + "description": "Grants permission to disable integration of an AWS service (the service that is specified by ServicePrincipal) with AWS Organizations", + "privilege": "DisableAWSServiceAccess", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "organizations:ServicePrincipal" + ], "dependent_actions": [], "resource_type": "" } @@ -173638,188 +189881,200 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a user profile", - "privilege": "DeregisterEcsCluster", + "description": "Grants permission to disable an organization policy type in a root", + "privilege": "DisablePolicyType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "root*" + }, + { + "condition_keys": [ + "organizations:PolicyType" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to deregister a specified Elastic IP address", - "privilege": "DeregisterElasticIp", + "description": "Grants permission to enable integration of an AWS service (the service that is specified by ServicePrincipal) with AWS Organizations", + "privilege": "EnableAWSServiceAccess", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "organizations:ServicePrincipal" + ], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to deregister a registered Amazon EC2 or on-premises instance", - "privilege": "DeregisterInstance", + "description": "Grants permission to start the process to enable all features in an organization, upgrading it from supporting only Consolidated Billing features", + "privilege": "EnableAllFeatures", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to deregister an Amazon RDS instance", - "privilege": "DeregisterRdsDbInstance", + "description": "Grants permission to enable a policy type in a root", + "privilege": "EnablePolicyType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "root*" + }, + { + "condition_keys": [ + "organizations:PolicyType" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to deregister an Amazon EBS volume", - "privilege": "DeregisterVolume", + "description": "Grants permission to send an invitation to another AWS account, asking it to join your organization as a member account", + "privilege": "InviteAccountToOrganization", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "account" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to describe the available AWS OpsWorks agent versions", - "privilege": "DescribeAgentVersions", + "access_level": "Write", + "description": "Grants permission to remove a member account from its parent organization", + "privilege": "LeaveOrganization", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to request a description of a specified set of apps", - "privilege": "DescribeApps", + "description": "Grants permission to retrieve the list of the AWS services for which you enabled integration with your organization", + "privilege": "ListAWSServiceAccessForOrganization", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to describe the results of specified commands", - "privilege": "DescribeCommands", + "description": "Grants permission to list all of the the accounts in the organization", + "privilege": "ListAccounts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to request a description of a specified set of deployments", - "privilege": "DescribeDeployments", + "description": "Grants permission to list the accounts in an organization that are contained by a root or organizational unit (OU)", + "privilege": "ListAccountsForParent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe Amazon ECS clusters that are registered with a stack", - "privilege": "DescribeEcsClusters", - "resource_types": [ + "resource_type": "organizationalunit" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "root" } ] }, { "access_level": "List", - "description": "Grants permission to describe Elastic IP addresses", - "privilege": "DescribeElasticIps", + "description": "Grants permission to list all of the OUs or accounts that are contained in a parent OU or root", + "privilege": "ListChildren", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe a stack's Elastic Load Balancing instances", - "privilege": "DescribeElasticLoadBalancers", - "resource_types": [ + "resource_type": "organizationalunit" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "root" } ] }, { "access_level": "List", - "description": "Grants permission to request a description of a set of instances", - "privilege": "DescribeInstances", + "description": "Grants permission to list the asynchronous account creation requests that are currently being tracked for the organization", + "privilege": "ListCreateAccountStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to request a description of one or more layers in a specified stack", - "privilege": "DescribeLayers", + "description": "Grants permission to list the AWS accounts that are designated as delegated administrators in this organization", + "privilege": "ListDelegatedAdministrators", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "organizations:ServicePrincipal" + ], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to describe load-based auto scaling configurations for specified layers", - "privilege": "DescribeLoadBasedAutoScaling", + "description": "Grants permission to list the AWS services for which the specified account is a delegated administrator in this organization", + "privilege": "ListDelegatedServicesForAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "account*" } ] }, { "access_level": "List", - "description": "Grants permission to describe a user's SSH information", - "privilege": "DescribeMyUserProfile", + "description": "Grants permission to list all of the handshakes that are associated with an account", + "privilege": "ListHandshakesForAccount", "resource_types": [ { "condition_keys": [], @@ -173830,8 +190085,8 @@ }, { "access_level": "List", - "description": "Grants permission to describe the operating systems that are supported by AWS OpsWorks Stacks", - "privilege": "DescribeOperatingSystems", + "description": "Grants permission to list the handshakes that are associated with the organization", + "privilege": "ListHandshakesForOrganization", "resource_types": [ { "condition_keys": [], @@ -173842,443 +190097,708 @@ }, { "access_level": "List", - "description": "Grants permission to describe the permissions for a specified stack", - "privilege": "DescribePermissions", + "description": "Grants permission to lists all of the organizational units (OUs) in a parent organizational unit or root", + "privilege": "ListOrganizationalUnitsForParent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe an instance's RAID arrays", - "privilege": "DescribeRaidArrays", - "resource_types": [ + "resource_type": "organizationalunit" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "root" } ] }, { "access_level": "List", - "description": "Grants permission to describe Amazon RDS instances", - "privilege": "DescribeRdsDbInstances", + "description": "Grants permission to list the root or organizational units (OUs) that serve as the immediate parent of a child OU or account", + "privilege": "ListParents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to describe AWS OpsWorks service errors", - "privilege": "DescribeServiceErrors", - "resource_types": [ + "resource_type": "account" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "organizationalunit" } ] }, { "access_level": "List", - "description": "Grants permission to request a description of a stack's provisioning parameters", - "privilege": "DescribeStackProvisioningParameters", + "description": "Grants permission to list all of the policies in an organization", + "privilege": "ListPolicies", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "organizations:PolicyType" + ], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to describe the number of layers and apps in a specified stack, and the number of instances in each state, such as running_setup or online", - "privilege": "DescribeStackSummary", + "description": "Grants permission to list all of the policies that are directly attached to a root, organizational unit (OU), or account", + "privilege": "ListPoliciesForTarget", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "account" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "organizationalunit" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "root" + }, + { + "condition_keys": [ + "organizations:PolicyType" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to request a description of one or more stacks", - "privilege": "DescribeStacks", + "description": "Grants permission to list all of the roots that are defined in the organization", + "privilege": "ListRoots", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to describe time-based auto scaling configurations for specified instances", - "privilege": "DescribeTimeBasedAutoScaling", + "description": "Grants permission to list all tags for the specified resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "account" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "organizationalunit" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "policy" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "resourcepolicy" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "root" } ] }, { "access_level": "List", - "description": "Grants permission to describe specified users", - "privilege": "DescribeUserProfiles", + "description": "Grants permission to list all the roots, OUs, and accounts to which a policy is attached", + "privilege": "ListTargetsForPolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "policy*" + }, + { + "condition_keys": [ + "organizations:PolicyType" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to describe an instance's Amazon EBS volumes", - "privilege": "DescribeVolumes", + "access_level": "Write", + "description": "Grants permission to move an account from its current root or OU to another parent root or OU", + "privilege": "MoveAccount", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "account*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "organizationalunit" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "root" } ] }, { "access_level": "Write", - "description": "Grants permission to detache a specified Elastic Load Balancing instance from its layer", - "privilege": "DetachElasticLoadBalancer", + "description": "Grants permission to create or update a resource policy", + "privilege": "PutResourcePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "resourcepolicy*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to disassociate an Elastic IP address from its instance", - "privilege": "DisassociateElasticIp", + "description": "Grants permission to register the specified member account to administer the Organizations features of the AWS service that is specified by ServicePrincipal", + "privilege": "RegisterDelegatedAdministrator", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "account*" + }, + { + "condition_keys": [ + "organizations:ServicePrincipal" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a generated host name for the specified layer, based on the current host name theme", - "privilege": "GetHostnameSuggestion", + "access_level": "Write", + "description": "Grants permission to removes the specified account from the organization", + "privilege": "RemoveAccountFromOrganization", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "account*" } ] }, { - "access_level": "Write", - "description": "Grants permission to grant RDP access to a Windows instance for a specified time period", - "privilege": "GrantAccess", + "access_level": "Tagging", + "description": "Grants permission to add one or more tags to the specified resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "account" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "organizationalunit" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "policy" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "resourcepolicy" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "root" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of tags that are applied to the specified stack or layer", - "privilege": "ListTags", + "access_level": "Tagging", + "description": "Grants permission to remove one or more tags from the specified resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "account" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "organizationalunit" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "policy" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "resourcepolicy" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "root" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to reboot a specified instance", - "privilege": "RebootInstance", + "description": "Grants permission to rename an organizational unit (OU)", + "privilege": "UpdateOrganizationalUnit", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "organizationalunit*" } ] }, { "access_level": "Write", - "description": "Grants permission to register a specified Amazon ECS cluster with a stack", - "privilege": "RegisterEcsCluster", + "description": "Grants permission to update an existing policy with a new name, description, or content", + "privilege": "UpdatePolicy", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "policy*" + }, + { + "condition_keys": [ + "organizations:PolicyType" + ], + "dependent_actions": [], + "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:organizations::${Account}:account/o-${OrganizationId}/${AccountId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "account" + }, + { + "arn": "arn:${Partition}:organizations::${Account}:handshake/o-${OrganizationId}/${HandshakeType}/h-${HandshakeId}", + "condition_keys": [], + "resource": "handshake" + }, + { + "arn": "arn:${Partition}:organizations::${Account}:organization/o-${OrganizationId}", + "condition_keys": [], + "resource": "organization" + }, + { + "arn": "arn:${Partition}:organizations::${Account}:ou/o-${OrganizationId}/ou-${OrganizationalUnitId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "organizationalunit" + }, + { + "arn": "arn:${Partition}:organizations::${Account}:policy/o-${OrganizationId}/${PolicyType}/p-${PolicyId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "policy" + }, + { + "arn": "arn:${Partition}:organizations::${Account}:resourcepolicy/o-${OrganizationId}/rp-${ResourcePolicyId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "resourcepolicy" + }, + { + "arn": "arn:${Partition}:organizations::aws:policy/${PolicyType}/p-${PolicyId}", + "condition_keys": [], + "resource": "awspolicy" + }, + { + "arn": "arn:${Partition}:organizations::${Account}:root/o-${OrganizationId}/r-${RootId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "root" + } + ], + "service_name": "AWS Organizations" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "osis", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to register an Elastic IP address with a specified stack", - "privilege": "RegisterElasticIp", + "description": "Grants permission to create an OpenSearch Ingestion pipeline", + "privilege": "CreatePipeline", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "stack" + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to register instances with a specified stack that were created outside of AWS OpsWorks", - "privilege": "RegisterInstance", + "description": "Grants permission to delete an OpenSearch Ingestion pipeline", + "privilege": "DeletePipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "pipeline*" } ] }, { - "access_level": "Write", - "description": "Grants permission to register an Amazon RDS instance with a stack", - "privilege": "RegisterRdsDbInstance", + "access_level": "Read", + "description": "Grants permission to retrieve configuration information for an OpenSearch Ingestion pipeline", + "privilege": "GetPipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "pipeline*" } ] }, { - "access_level": "Write", - "description": "Grants permission to register an Amazon EBS volume with a specified stack", - "privilege": "RegisterVolume", + "access_level": "Read", + "description": "Grants permission to get the contents of an OpenSearch Ingestion pipeline blueprint", + "privilege": "GetPipelineBlueprint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "pipeline-blueprint*" } ] }, { - "access_level": "Write", - "description": "Grants permission to specify the load-based auto scaling configuration for a specified layer", - "privilege": "SetLoadBasedAutoScaling", + "access_level": "Read", + "description": "Grants permission to get granular information about the status of an OpenSearch Ingestion pipeline", + "privilege": "GetPipelineChangeProgress", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "pipeline*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to specify a user's permissions", - "privilege": "SetPermission", + "access_level": "Write", + "description": "Grants permission to ingest data through an OpenSearch Ingestion pipeline", + "privilege": "Ingest", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "pipeline*" } ] }, { - "access_level": "Write", - "description": "Grants permission to specify the time-based auto scaling configuration for a specified instance", - "privilege": "SetTimeBasedAutoScaling", + "access_level": "List", + "description": "Grants permission to list the names of available blueprints for an OpenSearch Ingestion pipeline configuration", + "privilege": "ListPipelineBlueprints", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to start a specified instance", - "privilege": "StartInstance", + "access_level": "List", + "description": "Grants permission to list basic configuration for each OpenSearch Ingestion pipeline in the current account and Region", + "privilege": "ListPipelines", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to start a stack's instances", - "privilege": "StartStack", + "access_level": "Read", + "description": "Grants permission to list all resource tags associated with an OpenSearch Ingestion pipeline", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "pipeline*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop a specified instance", - "privilege": "StopInstance", + "description": "Grants permission to start an OpenSearch Ingestion pipeline", + "privilege": "StartPipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "pipeline*" } ] }, { "access_level": "Write", - "description": "Grants permission to stop a specified stack", - "privilege": "StopStack", + "description": "Grants permission to stop an OpenSearch Ingestion pipeline", + "privilege": "StopPipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "pipeline*" } ] }, { "access_level": "Tagging", - "description": "Grants permission to apply tags to a specified stack or layer", + "description": "Grants permission to attach resource tags to an OpenSearch Ingestion pipeline", "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "pipeline*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to unassign a registered instance from all of it's layers", - "privilege": "UnassignInstance", + "access_level": "Tagging", + "description": "Grants permission to remove resource tags from an OpenSearch Ingestion Service pipeline", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "pipeline*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to unassign an assigned Amazon EBS volume", - "privilege": "UnassignVolume", + "description": "Grants permission to modify the configuration of an OpenSearch Ingestion pipeline", + "privilege": "UpdatePipeline", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "stack" + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "pipeline*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a specified stack or layer", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to validate the configuration of an OpenSearch Ingestion pipeline", + "privilege": "ValidatePipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:osis:${Region}:${Account}:pipeline/${PipelineName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "pipeline" + }, + { + "arn": "arn:${Partition}:osis:${Region}:${Account}:blueprint/${BlueprintName}", + "condition_keys": [], + "resource": "pipeline-blueprint" + } + ], + "service_name": "Amazon OpenSearch Ingestion" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "outposts", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to update a specified app", - "privilege": "UpdateApp", + "description": "Grants permission to cancel an order", + "privilege": "CancelOrder", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a registered Elastic IP address's name", - "privilege": "UpdateElasticIp", + "description": "Grants permission to create an order", + "privilege": "CreateOrder", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "outpost*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a specified instance", - "privilege": "UpdateInstance", + "description": "Grants permission to create an Outpost", + "privilege": "CreateOutpost", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "site*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a specified layer", - "privilege": "UpdateLayer", + "description": "Grants permission to create a private connectivity configuration", + "privilege": "CreatePrivateConnectivityConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a user's SSH public key", - "privilege": "UpdateMyUserProfile", + "description": "Grants permission to create a site", + "privilege": "CreateSite", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } @@ -174286,32 +190806,32 @@ }, { "access_level": "Write", - "description": "Grants permission to update an Amazon RDS instance", - "privilege": "UpdateRdsDbInstance", + "description": "Grants permission to delete an Outpost", + "privilege": "DeleteOutpost", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "outpost*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a specified stack", - "privilege": "UpdateStack", + "description": "Grants permission to delete a site", + "privilege": "DeleteSite", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "site*" } ] }, { - "access_level": "Permissions management", - "description": "Grants permission to update a specified user profile", - "privilege": "UpdateUserProfile", + "access_level": "Read", + "description": "Grants permission to get a catalog item", + "privilege": "GetCatalogItem", "resource_types": [ { "condition_keys": [], @@ -174321,35 +190841,21 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update an Amazon EBS volume's name or mount point", - "privilege": "UpdateVolume", + "access_level": "Read", + "description": "Grants permission to get information about the connection for your Outpost server", + "privilege": "GetConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "stack" + "resource_type": "" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:opsworks:${Region}:${Account}:stack/${StackId}/", - "condition_keys": [], - "resource": "stack" - } - ], - "service_name": "AWS OpsWorks" - }, - { - "conditions": [], - "prefix": "opsworks-cm", - "privileges": [ + }, { - "access_level": "Write", - "description": "Grants permission to associate a node to a configuration management server", - "privilege": "AssociateNode", + "access_level": "Read", + "description": "Grants permission to get information about an order", + "privilege": "GetOrder", "resource_types": [ { "condition_keys": [], @@ -174359,33 +190865,33 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a backup for the specified server", - "privilege": "CreateBackup", + "access_level": "Read", + "description": "Grants permission to get information about the specified Outpost", + "privilege": "GetOutpost", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "outpost*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a new server", - "privilege": "CreateServer", + "access_level": "Read", + "description": "Grants permission to get the instance types for the specified Outpost", + "privilege": "GetOutpostInstanceTypes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "outpost*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified backup and possibly its S3 bucket", - "privilege": "DeleteBackup", + "access_level": "Read", + "description": "Grants permission to get a private connectivity configuration", + "privilege": "GetPrivateConnectivityConfig", "resource_types": [ { "condition_keys": [], @@ -174395,33 +190901,33 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified server with its corresponding CloudFormation stack and possibly the S3 bucket", - "privilege": "DeleteServer", + "access_level": "Read", + "description": "Grants permission to get a site", + "privilege": "GetSite", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "site*" } ] }, { - "access_level": "List", - "description": "Grants permission to describe the service limits for the user's account", - "privilege": "DescribeAccountAttributes", + "access_level": "Read", + "description": "Grants permission to get a site address", + "privilege": "GetSiteAddress", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "site*" } ] }, { "access_level": "List", - "description": "Grants permission to describe a single backup, all backups of a specified server or all backups of the user's account", - "privilege": "DescribeBackups", + "description": "Grants permission to list the assets for your Outpost", + "privilege": "ListAssets", "resource_types": [ { "condition_keys": [], @@ -174432,8 +190938,8 @@ }, { "access_level": "List", - "description": "Grants permission to describe all events of the specified server", - "privilege": "DescribeEvents", + "description": "Grants permission to list all catalog items", + "privilege": "ListCatalogItems", "resource_types": [ { "condition_keys": [], @@ -174444,8 +190950,8 @@ }, { "access_level": "List", - "description": "Grants permission to describe the association status for the specified node token and the specified server", - "privilege": "DescribeNodeAssociationStatus", + "description": "Grants permission to list the orders for your AWS account", + "privilege": "ListOrders", "resource_types": [ { "condition_keys": [], @@ -174456,8 +190962,8 @@ }, { "access_level": "List", - "description": "Grants permission to describe the specified server or all servers of the user's account", - "privilege": "DescribeServers", + "description": "Grants permission to list the Outposts for your AWS account", + "privilege": "ListOutposts", "resource_types": [ { "condition_keys": [], @@ -174467,9 +190973,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to disassociate a specified node from a server", - "privilege": "DisassociateNode", + "access_level": "List", + "description": "Grants permission to list the sites for your AWS account", + "privilege": "ListSites", "resource_types": [ { "condition_keys": [], @@ -174480,8 +190986,8 @@ }, { "access_level": "Read", - "description": "Grants permission to export an engine attribute from a server", - "privilege": "ExportServerEngineAttribute", + "description": "Grants permission to list tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], @@ -174491,9 +190997,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to list the tags that are applied to the specified server or backup", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to start a connection for your Outpost server", + "privilege": "StartConnection", "resource_types": [ { "condition_keys": [], @@ -174503,91 +191009,120 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to apply a backup to specified server. Possibly swaps out the ec2-instance if specified", - "privilege": "RestoreServer", + "access_level": "Tagging", + "description": "Grants permission to tag a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "outpost" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "site" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to start the server maintenance immediately", - "privilege": "StartMaintenance", + "access_level": "Tagging", + "description": "Grants permission to untag a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "outpost" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "site" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to apply tags to the specified server or backup", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to update an Outpost", + "privilege": "UpdateOutpost", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "outpost*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from the specified server or backup", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to update a site", + "privilege": "UpdateSite", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "site*" } ] }, { "access_level": "Write", - "description": "Grants permission to update general server settings", - "privilege": "UpdateServer", + "description": "Grants permission to update the site address", + "privilege": "UpdateSiteAddress", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "site*" } ] }, { "access_level": "Write", - "description": "Grants permission to update server settings specific to the configuration management type", - "privilege": "UpdateServerEngineAttributes", + "description": "Grants permission to update the physical properties of a rack at a site", + "privilege": "UpdateSiteRackPhysicalProperties", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "site*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:opsworks-cm::${Account}:server/${ServerName}/${UniqueId}", - "condition_keys": [], - "resource": "server" + "arn": "arn:${Partition}:outposts:${Region}:${Account}:outpost/${OutpostId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "outpost" }, { - "arn": "arn:${Partition}:opsworks-cm::${Account}:backup/${ServerName}-{Date-and-Time-Stamp-of-Backup}", - "condition_keys": [], - "resource": "backup" + "arn": "arn:${Partition}:outposts:${Region}:${Account}:site/${SiteId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "site" } ], - "service_name": "AWS OpsWorks Configuration Management" + "service_name": "AWS Outposts" }, { "conditions": [ @@ -174605,62 +191140,58 @@ "condition": "aws:TagKeys", "description": "Filters access by the tag keys that are passed in the request", "type": "ArrayOfString" - }, - { - "condition": "organizations:PolicyType", - "description": "Filters access by the specified policy type names", - "type": "String" - }, - { - "condition": "organizations:ServicePrincipal", - "description": "Filters access by the specified service principal names", - "type": "String" } ], - "prefix": "organizations", + "prefix": "panorama", "privileges": [ { "access_level": "Write", - "description": "Grants permission to send a response to the originator of a handshake agreeing to the action proposed by the handshake request", - "privilege": "AcceptHandshake", + "description": "Grants permission to create an AWS Panorama Application Instance", + "privilege": "CreateApplicationInstance", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole" + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], - "resource_type": "handshake*" + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to attach a policy to a root, an organizational unit, or an individual account", - "privilege": "AttachPolicy", + "description": "Grants permission to create a job for an AWS Panorama Appliance", + "privilege": "CreateJobForDevices", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "account" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "organizationalunit" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an AWS Panorama Node", + "privilege": "CreateNodeFromTemplateJob", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "root" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an AWS Panorama Package", + "privilege": "CreatePackage", + "resource_types": [ { "condition_keys": [ - "organizations:PolicyType" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -174669,129 +191200,140 @@ }, { "access_level": "Write", - "description": "Grants permission to cancel a handshake", - "privilege": "CancelHandshake", + "description": "Grants permission to create an AWS Panorama Package", + "privilege": "CreatePackageImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "handshake*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to close an AWS account that is now a part of an Organizations, either created within the organization, or invited to join the organization", - "privilege": "CloseAccount", + "description": "Grants permission to deregister an AWS Panorama Appliance", + "privilege": "DeleteDevice", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "account*" + "resource_type": "device*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an AWS account that is automatically a member of the organization with the credentials that made the request", - "privilege": "CreateAccount", + "description": "Grants permission to delete an AWS Panorama Package", + "privilege": "DeletePackage", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "package*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an AWS GovCloud (US) account", - "privilege": "CreateGovCloudAccount", + "description": "Grants permission to deregister an AWS Panorama package version", + "privilege": "DeregisterPackageVersion", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "package*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an organization. The account with the credentials that calls the CreateOrganization operation automatically becomes the management account of the new organization", - "privilege": "CreateOrganization", + "access_level": "Read", + "description": "Grants permission to view details about an AWS Panorama application instance", + "privilege": "DescribeApplicationInstance", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole" - ], + "dependent_actions": [], + "resource_type": "applicationInstance*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to view details about an AWS Panorama application instance", + "privilege": "DescribeApplicationInstanceDetails", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "applicationInstance*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to view details about an AWS Panorama Appliance", + "privilege": "DescribeDevice", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "device*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to view job details for an AWS Panorama Appliance", + "privilege": "DescribeDeviceJob", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an organizational unit (OU) within a root or parent OU", - "privilege": "CreateOrganizationalUnit", + "access_level": "Read", + "description": "Grants permission to view details about an AWS Panorama application node", + "privilege": "DescribeNode", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "organizationalunit" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "root" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a policy that you can attach to a root, an organizational unit (OU), or an individual AWS account", - "privilege": "CreatePolicy", + "access_level": "Read", + "description": "Grants permission to view details about AWS Panorama application node", + "privilege": "DescribeNodeFromTemplateJob", "resource_types": [ { - "condition_keys": [ - "organizations:PolicyType", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to decline a handshake request. This sets the handshake state to DECLINED and effectively deactivates the request", - "privilege": "DeclineHandshake", + "access_level": "Read", + "description": "Grants permission to view details about an AWS Panorama package", + "privilege": "DescribePackage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "handshake*" + "resource_type": "package*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the organization", - "privilege": "DeleteOrganization", + "access_level": "Read", + "description": "Grants permission to view details about an AWS Panorama package", + "privilege": "DescribePackageImportJob", "resource_types": [ { "condition_keys": [], @@ -174801,40 +191343,33 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete an organizational unit from a root or another OU", - "privilege": "DeleteOrganizationalUnit", + "access_level": "Read", + "description": "Grants permission to view details about an AWS Panorama package version", + "privilege": "DescribePackageVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "organizationalunit*" + "resource_type": "package*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a policy from your organization", - "privilege": "DeletePolicy", + "access_level": "Read", + "description": "Grants permission to view details about a software version for the AWS Panorama Appliance", + "privilege": "DescribeSoftware", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" - }, - { - "condition_keys": [ - "organizations:PolicyType" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a resource policy from your organization", - "privilege": "DeleteResourcePolicy", + "access_level": "Read", + "description": "Grants permission to generate a WebSocket endpoint for communication with AWS Panorama", + "privilege": "GetWebSocketURL", "resource_types": [ { "condition_keys": [], @@ -174844,83 +191379,69 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to deregister the specified member AWS account as a delegated administrator for the AWS service that is specified by ServicePrincipal", - "privilege": "DeregisterDelegatedAdministrator", + "access_level": "List", + "description": "Grants permission to retrieve a list of application instance dependencies in AWS Panorama", + "privilege": "ListApplicationInstanceDependencies", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "account*" - }, - { - "condition_keys": [ - "organizations:ServicePrincipal" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "applicationInstance*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve Organizations-related details about the specified account", - "privilege": "DescribeAccount", + "access_level": "List", + "description": "Grants permission to retrieve a list of node instances of application instances in AWS Panorama", + "privilege": "ListApplicationInstanceNodeInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "account*" + "resource_type": "applicationInstance*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the current status of an asynchronous request to create an account", - "privilege": "DescribeCreateAccountStatus", + "access_level": "List", + "description": "Grants permission to retrieve a list of application instances in AWS Panorama", + "privilege": "ListApplicationInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "device" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the effective policy for an account", - "privilege": "DescribeEffectivePolicy", + "access_level": "List", + "description": "Grants permission to retrieve a list of appliances in AWS Panorama", + "privilege": "ListDevices", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "account*" - }, - { - "condition_keys": [ - "organizations:PolicyType" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve details about a previously requested handshake", - "privilege": "DescribeHandshake", + "access_level": "List", + "description": "Grants permission to retrieve a list of jobs for an AWS Panorama Appliance", + "privilege": "ListDevicesJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "handshake*" + "resource_type": "device" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieves details about the organization that the calling credentials belong to", - "privilege": "DescribeOrganization", + "access_level": "List", + "description": "Grants permission to retrieve a list of Nodes for an AWS Panorama Appliance", + "privilege": "ListNodeFromTemplateJobs", "resource_types": [ { "condition_keys": [], @@ -174930,40 +191451,33 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve details about an organizational unit (OU)", - "privilege": "DescribeOrganizationalUnit", + "access_level": "List", + "description": "Grants permission to retrieve a list of nodes in AWS Panorama", + "privilege": "ListNodes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "organizationalunit*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieves details about a policy", - "privilege": "DescribePolicy", + "access_level": "List", + "description": "Grants permission to retrieve a list of packages in AWS Panorama", + "privilege": "ListPackageImportJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" - }, - { - "condition_keys": [ - "organizations:PolicyType" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve information about a resource policy", - "privilege": "DescribeResourcePolicy", + "access_level": "List", + "description": "Grants permission to retrieve a list of packages in AWS Panorama", + "privilege": "ListPackages", "resource_types": [ { "condition_keys": [], @@ -174973,47 +191487,36 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to detach a policy from a target root, organizational unit, or account", - "privilege": "DetachPolicy", + "access_level": "Read", + "description": "Grants permission to retrieve a list of tags for a resource in AWS Panorama", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "account" + "resource_type": "applicationInstance" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "organizationalunit" + "resource_type": "device" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "root" - }, - { - "condition_keys": [ - "organizations:PolicyType" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "package" } ] }, { "access_level": "Write", - "description": "Grants permission to disable integration of an AWS service (the service that is specified by ServicePrincipal) with AWS Organizations", - "privilege": "DisableAWSServiceAccess", + "description": "Grants permission to register an AWS Panorama Appliance", + "privilege": "ProvisionDevice", "resource_types": [ { "condition_keys": [ - "organizations:ServicePrincipal" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -175022,62 +191525,64 @@ }, { "access_level": "Write", - "description": "Grants permission to disable an organization policy type in a root", - "privilege": "DisablePolicyType", + "description": "Grants permission to register an AWS Panorama package version", + "privilege": "RegisterPackageVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "root*" - }, - { - "condition_keys": [ - "organizations:PolicyType" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "package*" } ] }, { "access_level": "Write", - "description": "Grants permission to enable integration of an AWS service (the service that is specified by ServicePrincipal) with AWS Organizations", - "privilege": "EnableAWSServiceAccess", + "description": "Grants permission to remove an AWS Panorama application instance", + "privilege": "RemoveApplicationInstance", "resource_types": [ { - "condition_keys": [ - "organizations:ServicePrincipal" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "applicationInstance*" } ] }, { "access_level": "Write", - "description": "Grants permission to start the process to enable all features in an organization, upgrading it from supporting only Consolidated Billing features", - "privilege": "EnableAllFeatures", + "description": "Grants permission to signal camera nodes in an application instance to pause or resume", + "privilege": "SignalApplicationInstanceNodeInstances", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "applicationInstance*" } ] }, { - "access_level": "Write", - "description": "Grants permission to enable a policy type in a root", - "privilege": "EnablePolicyType", + "access_level": "Tagging", + "description": "Grants permission to add tags to a resource in AWS Panorama", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "root*" + "resource_type": "applicationInstance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "device" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "package" }, { "condition_keys": [ - "organizations:PolicyType" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -175085,18 +191590,27 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to send an invitation to another AWS account, asking it to join your organization as a member account", - "privilege": "InviteAccountToOrganization", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a resource in AWS Panorama", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "account" + "resource_type": "applicationInstance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "device" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "package" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -175106,20 +191620,50 @@ }, { "access_level": "Write", - "description": "Grants permission to remove a member account from its parent organization", - "privilege": "LeaveOrganization", + "description": "Grants permission to modify basic settings for an AWS Panorama Appliance", + "privilege": "UpdateDeviceMetadata", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "device*" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:panorama:${Region}:${Account}:device/${DeviceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "device" }, { - "access_level": "List", - "description": "Grants permission to retrieve the list of the AWS services for which you enabled integration with your organization", - "privilege": "ListAWSServiceAccessForOrganization", + "arn": "arn:${Partition}:panorama:${Region}:${Account}:package/${PackageId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "package" + }, + { + "arn": "arn:${Partition}:panorama:${Region}:${Account}:applicationInstance/${ApplicationInstanceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "applicationInstance" + } + ], + "service_name": "AWS Panorama" + }, + { + "conditions": [], + "prefix": "partnercentral-account-management", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to associate Partner account to AWS account", + "privilege": "AssociatePartnerAccount", "resource_types": [ { "condition_keys": [], @@ -175129,9 +191673,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all of the the accounts in the organization", - "privilege": "ListAccounts", + "access_level": "Write", + "description": "Grants permission to associate Partner user to IAM role", + "privilege": "AssociatePartnerUser", "resource_types": [ { "condition_keys": [], @@ -175141,43 +191685,119 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the accounts in an organization that are contained by a root or organizational unit (OU)", - "privilege": "ListAccountsForParent", + "access_level": "Write", + "description": "Grants permission to disassociate Partner user to IAM role", + "privilege": "DisassociatePartnerUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "organizationalunit" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "root" + "resource_type": "" } ] + } + ], + "resources": [], + "service_name": "AWS Partner central account management" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by both the key and value of the tag in the request for the specified operation", + "type": "String" }, { - "access_level": "List", - "description": "Grants permission to list all of the OUs or accounts that are contained in a parent OU or root", - "privilege": "ListChildren", + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tags assigned to a key for the specified operation", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys in the request for the specified operation", + "type": "ArrayOfString" + }, + { + "condition": "payment-cryptography:CertificateAuthorityPublicKeyIdentifier", + "description": "Filters access by the CertificateAuthorityPublicKeyIdentifier specified in the request or the ImportKey, and ExportKey operations", + "type": "String" + }, + { + "condition": "payment-cryptography:ImportKeyMaterial", + "description": "Filters access by the type of key material being imported [RootCertificatePublicKey, TrustedCertificatePublicKey, Tr34KeyBlock, Tr31KeyBlock] for the ImportKey operation", + "type": "String" + }, + { + "condition": "payment-cryptography:KeyAlgorithm", + "description": "Filters access by KeyAlgorithm specified in the request for the CreateKey operation", + "type": "String" + }, + { + "condition": "payment-cryptography:KeyClass", + "description": "Filters access by KeyClass specified in the request for the CreateKey operation", + "type": "String" + }, + { + "condition": "payment-cryptography:KeyUsage", + "description": "Filters access by KeyClass specified in the request or associated with a key for the CreateKey operation", + "type": "String" + }, + { + "condition": "payment-cryptography:RequestAlias", + "description": "Filters access by aliases in the request for the specified operation", + "type": "String" + }, + { + "condition": "payment-cryptography:ResourceAliases", + "description": "Filters access by aliases associated with a key for the specified operation", + "type": "ArrayOfString" + }, + { + "condition": "payment-cryptography:WrappingKeyIdentifier", + "description": "Filters access by the WrappingKeyIdentifier specified in the request for the ImportKey, and ExportKey operations", + "type": "String" + } + ], + "prefix": "payment-cryptography", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create a user-friendly name for a Key", + "privilege": "CreateAlias", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "organizationalunit" + "resource_type": "alias*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "root" + "resource_type": "key*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the asynchronous account creation requests that are currently being tracked for the organization", - "privilege": "ListCreateAccountStatus", + "access_level": "Write", + "description": "Grants permission to create a unique customer managed key in the caller's AWS account and region", + "privilege": "CreateKey", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "payment-cryptography:TagResource" + ], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to decrypt ciphertext data to plaintext using symmetric, asymmetric or DUKPT data encryption key", + "privilege": "DecryptData", "resource_types": [ { "condition_keys": [], @@ -175187,13 +191807,19 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the AWS accounts that are designated as delegated administrators in this organization", - "privilege": "ListDelegatedAdministrators", + "access_level": "Write", + "description": "Grants permission to delete the specified alias", + "privilege": "DeleteAlias", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "alias*" + }, { "condition_keys": [ - "organizations:ServicePrincipal" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -175201,21 +191827,21 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the AWS services for which the specified account is a delegated administrator in this organization", - "privilege": "ListDelegatedServicesForAccount", + "access_level": "Write", + "description": "Grants permission to schedule the deletion of a Key", + "privilege": "DeleteKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "account*" + "resource_type": "key*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all of the handshakes that are associated with an account", - "privilege": "ListHandshakesForAccount", + "access_level": "Write", + "description": "Grants permission to encrypt plaintext data to ciphertext using symmetric, asymmetric or DUKPT data encryption key", + "privilege": "EncryptData", "resource_types": [ { "condition_keys": [], @@ -175225,88 +191851,72 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list the handshakes that are associated with the organization", - "privilege": "ListHandshakesForOrganization", + "access_level": "Write", + "description": "Grants permission to export a key from the service", + "privilege": "ExportKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "key*" } ] }, { - "access_level": "List", - "description": "Grants permission to lists all of the organizational units (OUs) in a parent organizational unit or root", - "privilege": "ListOrganizationalUnitsForParent", + "access_level": "Write", + "description": "Grants permission to generate card-related data using algorithms such as Card Verification Values (CVV/CVV2), Dynamic Card Verification Values (dCVV/dCVV2) or Card Security Codes (CSC) that check the validity of a magnetic stripe card", + "privilege": "GenerateCardValidationData", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "organizationalunit" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "root" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the root or organizational units (OUs) that serve as the immediate parent of a child OU or account", - "privilege": "ListParents", + "access_level": "Write", + "description": "Grants permission to generate a MAC (Message Authentication Code) cryptogram", + "privilege": "GenerateMac", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "account" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "organizationalunit" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all of the policies in an organization", - "privilege": "ListPolicies", + "access_level": "Write", + "description": "Grants permission to generate pin-related data such as PIN, PIN Verification Value (PVV), PIN Block and PIN Offset during new card issuance or card re-issuance", + "privilege": "GeneratePinData", "resource_types": [ { - "condition_keys": [ - "organizations:PolicyType" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all of the policies that are directly attached to a root, organizational unit (OU), or account", - "privilege": "ListPoliciesForTarget", + "access_level": "Read", + "description": "Grants permission to return the keyArn associated with an aliasName", + "privilege": "GetAlias", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "account" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "organizationalunit" + "resource_type": "alias*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "root" + "resource_type": "key*" }, { "condition_keys": [ - "organizations:PolicyType" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -175314,331 +191924,169 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all of the roots that are defined in the organization", - "privilege": "ListRoots", + "access_level": "Read", + "description": "Grants permission to return the detailed information about the specified key", + "privilege": "GetKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "key*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all tags for the specified resource", - "privilege": "ListTagsForResource", + "access_level": "Read", + "description": "Grants permission to get the export token and the signing key certificate to initiate a TR-34 key export", + "privilege": "GetParametersForExport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "account" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "organizationalunit" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "policy" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "resourcepolicy" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "root" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the roots, OUs, and accounts to which a policy is attached", - "privilege": "ListTargetsForPolicy", + "access_level": "Read", + "description": "Grants permission to get the import token and the wrapping key certificate to initiate a TR-34 key import", + "privilege": "GetParametersForImport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" - }, - { - "condition_keys": [ - "organizations:PolicyType" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to move an account from its current root or OU to another parent root or OU", - "privilege": "MoveAccount", + "access_level": "Read", + "description": "Grants permission to return the public key from a key of class PUBLIC_KEY", + "privilege": "GetPublicKeyCertificate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "account*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "organizationalunit" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "root" + "resource_type": "key*" } ] }, { "access_level": "Write", - "description": "Grants permission to create or update a resource policy", - "privilege": "PutResourcePolicy", + "description": "Grants permission to imports keys and public key certificates", + "privilege": "ImportKey", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "resourcepolicy*" - }, { "condition_keys": [ "aws:RequestTag/${TagKey}", "aws:TagKeys" ], - "dependent_actions": [], + "dependent_actions": [ + "payment-cryptography:TagResource" + ], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to register the specified member account to administer the Organizations features of the AWS service that is specified by ServicePrincipal", - "privilege": "RegisterDelegatedAdministrator", + "access_level": "List", + "description": "Grants permission to return a list of aliases created for all keys in the caller's AWS account and Region", + "privilege": "ListAliases", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "account*" + "resource_type": "alias*" }, { - "condition_keys": [ - "organizations:ServicePrincipal" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "key*" } ] }, { - "access_level": "Write", - "description": "Grants permission to removes the specified account from the organization", - "privilege": "RemoveAccountFromOrganization", + "access_level": "List", + "description": "Grants permission to return a list of keys created in the caller's AWS account and Region", + "privilege": "ListKeys", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "account*" + "resource_type": "key*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add one or more tags to the specified resource", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to return a list of tags created in the caller's AWS account and Region", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "account" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "organizationalunit" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "policy" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "resourcepolicy" - }, + "resource_type": "key" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to re-encrypt ciphertext using DUKPT, Symmetric and Asymmetric Data Encryption Keys", + "privilege": "ReEncryptData", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "root" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove one or more tags from the specified resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to cancel a scheduled key deletion if at any point during the waiting period a Key needs to be revived", + "privilege": "RestoreKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "account" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "organizationalunit" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "policy" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "resourcepolicy" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "root" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "key*" } ] }, { "access_level": "Write", - "description": "Grants permission to rename an organizational unit (OU)", - "privilege": "UpdateOrganizationalUnit", + "description": "Grants permission to enable a disabled Key", + "privilege": "StartKeyUsage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "organizationalunit*" + "resource_type": "key*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an existing policy with a new name, description, or content", - "privilege": "UpdatePolicy", + "description": "Grants permission to disable an enabled Key", + "privilege": "StopKeyUsage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "policy*" - }, - { - "condition_keys": [ - "organizations:PolicyType" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "key*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:organizations::${Account}:account/o-${OrganizationId}/${AccountId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "account" }, { - "arn": "arn:${Partition}:organizations::${Account}:handshake/o-${OrganizationId}/${HandshakeType}/h-${HandshakeId}", - "condition_keys": [], - "resource": "handshake" - }, - { - "arn": "arn:${Partition}:organizations::${Account}:organization/o-${OrganizationId}", - "condition_keys": [], - "resource": "organization" - }, - { - "arn": "arn:${Partition}:organizations::${Account}:ou/o-${OrganizationId}/ou-${OrganizationalUnitId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "organizationalunit" - }, - { - "arn": "arn:${Partition}:organizations::${Account}:policy/o-${OrganizationId}/${PolicyType}/p-${PolicyId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "policy" - }, - { - "arn": "arn:${Partition}:organizations::${Account}:resourcepolicy/o-${OrganizationId}/rp-${ResourcePolicyId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "resourcepolicy" - }, - { - "arn": "arn:${Partition}:organizations::aws:policy/${PolicyType}/p-${PolicyId}", - "condition_keys": [], - "resource": "awspolicy" - }, - { - "arn": "arn:${Partition}:organizations::${Account}:root/o-${OrganizationId}/r-${RootId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "root" - } - ], - "service_name": "AWS Organizations" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" - } - ], - "prefix": "osis", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to create an OpenSearch Ingestion pipeline", - "privilege": "CreatePipeline", + "access_level": "Tagging", + "description": "Grants permission to add or overwrites one or more tags for the specified resource", + "privilege": "TagResource", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "key*" + }, { "condition_keys": [ "aws:TagKeys", @@ -175651,68 +192099,89 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an OpenSearch Ingestion pipeline", - "privilege": "DeletePipeline", + "description": "Grants permission to translate encrypted PIN block from and to ISO 9564 formats 0,1,3,4", + "privilege": "TranslatePinData", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve configuration information for an OpenSearch Ingestion pipeline", - "privilege": "GetPipeline", + "access_level": "Tagging", + "description": "Grants permission to remove the specified tag or tags from the specified resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "key*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the contents of an OpenSearch Ingestion pipeline blueprint", - "privilege": "GetPipelineBlueprint", + "access_level": "Write", + "description": "Grants permission to change the key to which an alias is assigned, or unassign it from its current key", + "privilege": "UpdateAlias", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline-blueprint*" + "resource_type": "alias*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "key*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get granular information about the status of an OpenSearch Ingestion pipeline", - "privilege": "GetPipelineChangeProgress", + "access_level": "Write", + "description": "Grants permission to verify Authorization Request Cryptogram (ARQC) for a EMV chip payment card authorization", + "privilege": "VerifyAuthRequestCryptogram", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to ingest data through an OpenSearch Ingestion pipeline", - "privilege": "Ingest", + "description": "Grants permission to verify card-related validation data using algorithms such as Card Verification Values (CVV/CVV2), Dynamic Card Verification Values (dCVV/dCVV2) and Card Security Codes (CSC)", + "privilege": "VerifyCardValidationData", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list the names of available blueprints for an OpenSearch Ingestion pipeline configuration", - "privilege": "ListPipelineBlueprints", + "access_level": "Write", + "description": "Grants permission to verify MAC (Message Authentication Code) of input data against a provided MAC", + "privilege": "VerifyMac", "resource_types": [ { "condition_keys": [], @@ -175722,9 +192191,9 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list basic configuration for each OpenSearch Ingestion pipeline in the current account and Region", - "privilege": "ListPipelines", + "access_level": "Write", + "description": "Grants permission to verify pin-related data such as PIN and PIN Offset using algorithms including VISA PVV and IBM3624", + "privilege": "VerifyPinData", "resource_types": [ { "condition_keys": [], @@ -175732,99 +192201,107 @@ "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:payment-cryptography:${Region}:${Account}:key/${KeyId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "payment-cryptography:ResourceAliases" + ], + "resource": "key" }, { - "access_level": "Read", - "description": "Grants permission to list all resource tags associated with an OpenSearch Ingestion pipeline", - "privilege": "ListTagsForResource", + "arn": "arn:${Partition}:payment-cryptography:${Region}:${Account}:alias/${Alias}", + "condition_keys": [ + "payment-cryptography:ResourceAliases" + ], + "resource": "alias" + } + ], + "service_name": "AWS Payment Cryptography" + }, + { + "conditions": [], + "prefix": "payments", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create a payment instrument", + "privilege": "CreatePaymentInstrument", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to start an OpenSearch Ingestion pipeline", - "privilege": "StartPipeline", + "description": "Grants permission to delete a payment instrument", + "privilege": "DeletePaymentInstrument", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to stop an OpenSearch Ingestion pipeline", - "privilege": "StopPipeline", + "access_level": "List", + "description": "Grants permission to get information about a payment instrument", + "privilege": "GetPaymentInstrument", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to attach resource tags to an OpenSearch Ingestion pipeline", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to get payment status of invoices", + "privilege": "GetPaymentStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove resource tags from an OpenSearch Ingestion Service pipeline", - "privilege": "UntagResource", + "access_level": "List", + "description": "Grants permission to get payment preferences (preferred payment currency, preferred payment method, etc.)", + "privilege": "ListPaymentPreferences", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to modify the configuration of an OpenSearch Ingestion pipeline", - "privilege": "UpdatePipeline", + "description": "Grants permission to make a payment, authenticate a payment, verify a payment method, and generate a funding request document for Advance Pay", + "privilege": "MakePayment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipeline*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to validate the configuration of an OpenSearch Ingestion pipeline", - "privilege": "ValidatePipeline", + "access_level": "Write", + "description": "Grants permission to update payment preferences (preferred payment currency, preferred payment method, etc.)", + "privilege": "UpdatePaymentPreferences", "resource_types": [ { "condition_keys": [], @@ -175834,103 +192311,94 @@ ] } ], - "resources": [ - { - "arn": "arn:${Partition}:osis:${Region}:${Account}:pipeline/${PipelineName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "pipeline" - }, - { - "arn": "arn:${Partition}:osis:${Region}:${Account}:blueprint/${BlueprintName}", - "condition_keys": [], - "resource": "pipeline-blueprint" - } - ], - "service_name": "Amazon OpenSearch Ingestion" + "resources": [], + "service_name": "AWS Payments" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", + "description": "Filters access by on the tags that are passed in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", + "description": "Filters access by on the tags associated with the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", + "description": "Filters access by on the tag keys that are passed in the request", "type": "ArrayOfString" } ], - "prefix": "outposts", + "prefix": "pca-connector-ad", "privileges": [ { "access_level": "Write", - "description": "Grants permission to cancel an order", - "privilege": "CancelOrder", + "description": "Grants permission to create a Connector in your account", + "privilege": "CreateConnector", "resource_types": [ { - "condition_keys": [], - "dependent_actions": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "acm-pca:DescribeCertificateAuthority", + "acm-pca:GetCertificate", + "acm-pca:GetCertificateAuthorityCertificate", + "acm-pca:IssueCertificate", + "ec2:CreateTags", + "ec2:CreateVpcEndpoint", + "ec2:DescribeVpcEndpoints" + ], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an order", - "privilege": "CreateOrder", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "outpost*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an Outpost", - "privilege": "CreateOutpost", + "description": "Grants permission to create a DirectoryRegistration in your account", + "privilege": "CreateDirectoryRegistration", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "site*" - }, { "condition_keys": [ "aws:RequestTag/${TagKey}", "aws:TagKeys" ], - "dependent_actions": [], + "dependent_actions": [ + "ds:AuthorizeApplication", + "ds:DescribeDirectories" + ], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a private connectivity configuration", - "privilege": "CreatePrivateConnectivityConfig", + "description": "Grants permission to create a ServicePrincipalName for a DirectoryRegistration", + "privilege": "CreateServicePrincipalName", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "ds:UpdateAuthorizedApplication" + ], + "resource_type": "DirectoryRegistration*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a site", - "privilege": "CreateSite", + "description": "Grants permission to create a Template for a Connector", + "privilege": "CreateTemplate", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Connector*" + }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -175943,128 +192411,148 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an Outpost", - "privilege": "DeleteOutpost", + "description": "Grants permission to create a TemplateGroupAccessControlEntry for a Template", + "privilege": "CreateTemplateGroupAccessControlEntry", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "outpost*" + "resource_type": "Template*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a Connector in your account", + "privilege": "DeleteConnector", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "ec2:DeleteVpcEndpoints", + "ec2:DescribeVpcEndpoints" + ], + "resource_type": "Connector*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a site", - "privilege": "DeleteSite", + "description": "Grants permission to delete a DirectoryRegistration in your account", + "privilege": "DeleteDirectoryRegistration", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "site*" + "dependent_actions": [ + "ds:UnauthorizeApplication", + "ds:UpdateAuthorizedApplication" + ], + "resource_type": "DirectoryRegistration*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a catalog item", - "privilege": "GetCatalogItem", + "access_level": "Write", + "description": "Grants permission to delete a ServicePrincipalName for a DirectoryRegistration", + "privilege": "DeleteServicePrincipalName", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" + "dependent_actions": [ + "ds:UpdateAuthorizedApplication" + ], + "resource_type": "DirectoryRegistration*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about the connection for your Outpost server", - "privilege": "GetConnection", + "access_level": "Write", + "description": "Grants permission to delete a Template for a Connector", + "privilege": "DeleteTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Template*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about an order", - "privilege": "GetOrder", + "access_level": "Write", + "description": "Grants permission to delete a TemplateGroupAccessControlEntry for a Template", + "privilege": "DeleteTemplateGroupAccessControlEntry", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Template*" } ] }, { "access_level": "Read", - "description": "Grants permission to get information about the specified Outpost", - "privilege": "GetOutpost", + "description": "Grants permission to get a Connector in your account", + "privilege": "GetConnector", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "outpost*" + "resource_type": "Connector*" } ] }, { "access_level": "Read", - "description": "Grants permission to get the instance types for the specified Outpost", - "privilege": "GetOutpostInstanceTypes", + "description": "Grants permission to get a DirectoryRegistration in your account", + "privilege": "GetDirectoryRegistration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "outpost*" + "resource_type": "DirectoryRegistration*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a private connectivity configuration", - "privilege": "GetPrivateConnectivityConfig", + "description": "Grants permission to get a ServicePrincipalName for a DirectoryRegistration", + "privilege": "GetServicePrincipalName", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "DirectoryRegistration*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a site", - "privilege": "GetSite", + "description": "Grants permission to get a Template for a Connector", + "privilege": "GetTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "site*" + "resource_type": "Template*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a site address", - "privilege": "GetSiteAddress", + "description": "Grants permission to get a TemplateGroupAccessControlEntry for a Template", + "privilege": "GetTemplateGroupAccessControlEntry", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "site*" + "resource_type": "Template*" } ] }, { "access_level": "List", - "description": "Grants permission to list the assets for your Outpost", - "privilege": "ListAssets", + "description": "Grants permission to list the Connectors in your account", + "privilege": "ListConnectors", "resource_types": [ { "condition_keys": [], @@ -176075,8 +192563,8 @@ }, { "access_level": "List", - "description": "Grants permission to list all catalog items", - "privilege": "ListCatalogItems", + "description": "Grants permission to list the DirectoryRegistrations in your account", + "privilege": "ListDirectoryRegistrations", "resource_types": [ { "condition_keys": [], @@ -176087,20 +192575,20 @@ }, { "access_level": "List", - "description": "Grants permission to list the orders for your AWS account", - "privilege": "ListOrders", + "description": "Grants permission to list the ServicePrincipalNames for a DirectoryRegistration", + "privilege": "ListServicePrincipalNames", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "DirectoryRegistration*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the Outposts for your AWS account", - "privilege": "ListOutposts", + "access_level": "Read", + "description": "Grants permission to list the tags for a pca-connector-ad resource in your account", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], @@ -176111,54 +192599,47 @@ }, { "access_level": "List", - "description": "Grants permission to list the sites for your AWS account", - "privilege": "ListSites", + "description": "Grants permission to list the TemplateGroupAccessControlEntries for a Template", + "privilege": "ListTemplateGroupAccessControlEntries", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Template*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "List", + "description": "Grants permission to list the Templates for a Connector", + "privilege": "ListTemplates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "Connector*" } ] }, { - "access_level": "Write", - "description": "Grants permission to start a connection for your Outpost server", - "privilege": "StartConnection", + "access_level": "Tagging", + "description": "Grants permission to tag a pca-connector-ad resource in your account", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to tag a resource", - "privilege": "TagResource", - "resource_types": [ + "resource_type": "Connector" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "outpost" + "resource_type": "DirectoryRegistration" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "site" + "resource_type": "Template" }, { "condition_keys": [ @@ -176172,18 +192653,23 @@ }, { "access_level": "Tagging", - "description": "Grants permission to untag a resource", + "description": "Grants permission to untag a pca-connector-ad resource in your account", "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "outpost" + "resource_type": "Connector" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "site" + "resource_type": "DirectoryRegistration" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Template" }, { "condition_keys": [ @@ -176196,745 +192682,660 @@ }, { "access_level": "Write", - "description": "Grants permission to update an Outpost", - "privilege": "UpdateOutpost", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "outpost*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update a site", - "privilege": "UpdateSite", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "site*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update the site address", - "privilege": "UpdateSiteAddress", + "description": "Grants permission to update a Template for a Connector", + "privilege": "UpdateTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "site*" + "resource_type": "Template*" } ] }, { "access_level": "Write", - "description": "Grants permission to update the physical properties of a rack at a site", - "privilege": "UpdateSiteRackPhysicalProperties", + "description": "Grants permission to update a TemplateGroupAccessControlEntry for a Template", + "privilege": "UpdateTemplateGroupAccessControlEntry", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "site*" + "resource_type": "Template*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:outposts:${Region}:${Account}:outpost/${OutpostId}", + "arn": "arn:${Partition}:pca-connector-ad:${Region}:${Account}:connector/${ConnectorId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "outpost" + "resource": "Connector" }, { - "arn": "arn:${Partition}:outposts:${Region}:${Account}:site/${SiteId}", + "arn": "arn:${Partition}:pca-connector-ad:${Region}:${Account}:directory-registration/${DirectoryId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "site" - } - ], - "service_name": "AWS Outposts" - }, - { - "conditions": [ + "resource": "DirectoryRegistration" + }, { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by the tags that are passed in the request", - "type": "String" + "arn": "arn:${Partition}:pca-connector-ad:${Region}:${Account}:directory-registration/${DirectoryId}", + "condition_keys": [], + "resource": "ServicePrincipalName" }, { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the tags associated with the resource", - "type": "String" + "arn": "arn:${Partition}:pca-connector-ad:${Region}:${Account}:connector/${ConnectorId}/template/${TemplateId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Template" }, { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys that are passed in the request", - "type": "ArrayOfString" + "arn": "arn:${Partition}:pca-connector-ad:${Region}:${Account}:connector/${ConnectorId}/template/${TemplateId}", + "condition_keys": [], + "resource": "TemplateGroupAccessControlEntry" } ], - "prefix": "panorama", + "service_name": "AWS Private CA Connector for Active Directory" + }, + { + "conditions": [], + "prefix": "personalize", "privileges": [ { "access_level": "Write", - "description": "Grants permission to create an AWS Panorama Application Instance", - "privilege": "CreateApplicationInstance", + "description": "Grants permission to create a batch inference job", + "privilege": "CreateBatchInferenceJob", "resource_types": [ { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "batchInferenceJob*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a job for an AWS Panorama Appliance", - "privilege": "CreateJobForDevices", + "description": "Grants permission to create a batch segment job", + "privilege": "CreateBatchSegmentJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "batchSegmentJob*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an AWS Panorama Node", - "privilege": "CreateNodeFromTemplateJob", + "description": "Grants permission to create a campaign", + "privilege": "CreateCampaign", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "campaign*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an AWS Panorama Package", - "privilege": "CreatePackage", + "description": "Grants permission to create a data insights job", + "privilege": "CreateDataInsightsJob", "resource_types": [ { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "dataInsightsJob*" } ] }, { "access_level": "Write", - "description": "Grants permission to create an AWS Panorama Package", - "privilege": "CreatePackageImportJob", + "description": "Grants permission to create a dataset", + "privilege": "CreateDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "dataset*" } ] }, { "access_level": "Write", - "description": "Grants permission to deregister an AWS Panorama Appliance", - "privilege": "DeleteDevice", + "description": "Grants permission to create a dataset export job", + "privilege": "CreateDatasetExportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" + "resource_type": "datasetExportJob*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an AWS Panorama Package", - "privilege": "DeletePackage", + "description": "Grants permission to create a dataset group", + "privilege": "CreateDatasetGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" + "resource_type": "datasetGroup*" } ] }, { "access_level": "Write", - "description": "Grants permission to deregister an AWS Panorama package version", - "privilege": "DeregisterPackageVersion", + "description": "Grants permission to create a dataset import job", + "privilege": "CreateDatasetImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" + "resource_type": "datasetImportJob*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details about an AWS Panorama application instance", - "privilege": "DescribeApplicationInstance", + "access_level": "Write", + "description": "Grants permission to create an event tracker", + "privilege": "CreateEventTracker", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "applicationInstance*" + "resource_type": "eventTracker*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details about an AWS Panorama application instance", - "privilege": "DescribeApplicationInstanceDetails", + "access_level": "Write", + "description": "Grants permission to create a filter", + "privilege": "CreateFilter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "applicationInstance*" + "resource_type": "filter*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details about an AWS Panorama Appliance", - "privilege": "DescribeDevice", + "access_level": "Write", + "description": "Grants permission to create a metric attribution", + "privilege": "CreateMetricAttribution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" + "resource_type": "metricAttribution*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view job details for an AWS Panorama Appliance", - "privilege": "DescribeDeviceJob", + "access_level": "Write", + "description": "Grants permission to create a recommender", + "privilege": "CreateRecommender", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "recommender*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details about an AWS Panorama application node", - "privilege": "DescribeNode", + "access_level": "Write", + "description": "Grants permission to create a schema", + "privilege": "CreateSchema", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "schema*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details about AWS Panorama application node", - "privilege": "DescribeNodeFromTemplateJob", + "access_level": "Write", + "description": "Grants permission to create a solution", + "privilege": "CreateSolution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "solution*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details about an AWS Panorama package", - "privilege": "DescribePackage", + "access_level": "Write", + "description": "Grants permission to create a solution version", + "privilege": "CreateSolutionVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" + "resource_type": "solution*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details about an AWS Panorama package", - "privilege": "DescribePackageImportJob", + "access_level": "Write", + "description": "Grants permission to delete a campaign", + "privilege": "DeleteCampaign", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "campaign*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details about an AWS Panorama package version", - "privilege": "DescribePackageVersion", + "access_level": "Write", + "description": "Grants permission to delete a dataset", + "privilege": "DeleteDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" + "resource_type": "dataset*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view details about a software version for the AWS Panorama Appliance", - "privilege": "DescribeSoftware", + "access_level": "Write", + "description": "Grants permission to delete a dataset group", + "privilege": "DeleteDatasetGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "datasetGroup*" } ] }, { - "access_level": "Read", - "description": "Grants permission to generate a WebSocket endpoint for communication with AWS Panorama", - "privilege": "GetWebSocketURL", + "access_level": "Write", + "description": "Grants permission to delete an event tracker", + "privilege": "DeleteEventTracker", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "eventTracker*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of application instance dependencies in AWS Panorama", - "privilege": "ListApplicationInstanceDependencies", + "access_level": "Write", + "description": "Grants permission to delete a filter", + "privilege": "DeleteFilter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "applicationInstance*" + "resource_type": "filter*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of node instances of application instances in AWS Panorama", - "privilege": "ListApplicationInstanceNodeInstances", + "access_level": "Write", + "description": "Grants permission to delete a metric attribution", + "privilege": "DeleteMetricAttribution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "applicationInstance*" + "resource_type": "metricAttribution*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of application instances in AWS Panorama", - "privilege": "ListApplicationInstances", + "access_level": "Write", + "description": "Grants permission to delete a recommender", + "privilege": "DeleteRecommender", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device" + "resource_type": "recommender*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of appliances in AWS Panorama", - "privilege": "ListDevices", + "access_level": "Write", + "description": "Grants permission to delete a schema", + "privilege": "DeleteSchema", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "schema*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of jobs for an AWS Panorama Appliance", - "privilege": "ListDevicesJobs", + "access_level": "Write", + "description": "Grants permission to delete a solution including all versions of the solution", + "privilege": "DeleteSolution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device" + "resource_type": "solution*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of Nodes for an AWS Panorama Appliance", - "privilege": "ListNodeFromTemplateJobs", + "access_level": "Read", + "description": "Grants permission to describe an algorithm", + "privilege": "DescribeAlgorithm", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "algorithm*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of nodes in AWS Panorama", - "privilege": "ListNodes", + "access_level": "Read", + "description": "Grants permission to describe a batch inference job", + "privilege": "DescribeBatchInferenceJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "batchInferenceJob*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of packages in AWS Panorama", - "privilege": "ListPackageImportJobs", + "access_level": "Read", + "description": "Grants permission to describe a batch segment job", + "privilege": "DescribeBatchSegmentJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "batchSegmentJob*" } ] }, { - "access_level": "List", - "description": "Grants permission to retrieve a list of packages in AWS Panorama", - "privilege": "ListPackages", + "access_level": "Read", + "description": "Grants permission to describe a campaign", + "privilege": "DescribeCampaign", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "campaign*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve a list of tags for a resource in AWS Panorama", - "privilege": "ListTagsForResource", + "description": "Grants permission to describe a data insights job", + "privilege": "DescribeDataInsightsJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "applicationInstance" - }, + "resource_type": "dataInsightsJob*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a dataset", + "privilege": "DescribeDataset", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device" - }, + "resource_type": "dataset*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a dataset export job", + "privilege": "DescribeDatasetExportJob", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package" + "resource_type": "datasetExportJob*" } ] }, { - "access_level": "Write", - "description": "Grants permission to register an AWS Panorama Appliance", - "privilege": "ProvisionDevice", + "access_level": "Read", + "description": "Grants permission to describe a dataset group", + "privilege": "DescribeDatasetGroup", "resource_types": [ { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "datasetGroup*" } ] }, { - "access_level": "Write", - "description": "Grants permission to register an AWS Panorama package version", - "privilege": "RegisterPackageVersion", + "access_level": "Read", + "description": "Grants permission to describe a dataset import job", + "privilege": "DescribeDatasetImportJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package*" + "resource_type": "datasetImportJob*" } ] }, { - "access_level": "Write", - "description": "Grants permission to remove an AWS Panorama application instance", - "privilege": "RemoveApplicationInstance", + "access_level": "Read", + "description": "Grants permission to describe an event tracker", + "privilege": "DescribeEventTracker", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "applicationInstance*" + "resource_type": "eventTracker*" } ] }, { - "access_level": "Write", - "description": "Grants permission to signal camera nodes in an application instance to pause or resume", - "privilege": "SignalApplicationInstanceNodeInstances", + "access_level": "Read", + "description": "Grants permission to describe a feature transformation", + "privilege": "DescribeFeatureTransformation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "applicationInstance*" + "resource_type": "featureTransformation*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a resource in AWS Panorama", - "privilege": "TagResource", + "access_level": "Read", + "description": "Grants permission to describe a filter", + "privilege": "DescribeFilter", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "applicationInstance" - }, + "resource_type": "filter*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a metric attribution", + "privilege": "DescribeMetricAttribution", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device" - }, + "resource_type": "metricAttribution*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a recipe", + "privilege": "DescribeRecipe", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "recipe*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a resource in AWS Panorama", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to describe a recommender", + "privilege": "DescribeRecommender", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "applicationInstance" - }, + "resource_type": "recommender*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a schema", + "privilege": "DescribeSchema", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device" - }, + "resource_type": "schema*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a solution", + "privilege": "DescribeSolution", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "package" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "solution*" } ] }, { - "access_level": "Write", - "description": "Grants permission to modify basic settings for an AWS Panorama Appliance", - "privilege": "UpdateDeviceMetadata", + "access_level": "Read", + "description": "Grants permission to describe a version of a solution", + "privilege": "DescribeSolutionVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device*" + "resource_type": "solution*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:panorama:${Region}:${Account}:device/${DeviceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "device" - }, - { - "arn": "arn:${Partition}:panorama:${Region}:${Account}:package/${PackageId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "package" - }, - { - "arn": "arn:${Partition}:panorama:${Region}:${Account}:applicationInstance/${ApplicationInstanceId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "applicationInstance" - } - ], - "service_name": "AWS Panorama" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by both the key and value of the tag in the request for the specified operation", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tags assigned to a key for the specified operation", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys in the request for the specified operation", - "type": "ArrayOfString" - }, - { - "condition": "payment-cryptography:CertificateAuthorityPublicKeyIdentifier", - "description": "Filters access by the CertificateAuthorityPublicKeyIdentifier specified in the request or the ImportKey, and ExportKey operations", - "type": "String" - }, - { - "condition": "payment-cryptography:ImportKeyMaterial", - "description": "Filters access by the type of key material being imported [RootCertificatePublicKey, TrustedCertificatePublicKey, Tr34KeyBlock, Tr31KeyBlock] for the ImportKey operation", - "type": "String" - }, - { - "condition": "payment-cryptography:KeyAlgorithm", - "description": "Filters access by KeyAlgorithm specified in the request for the CreateKey operation", - "type": "String" - }, - { - "condition": "payment-cryptography:KeyClass", - "description": "Filters access by KeyClass specified in the request for the CreateKey operation", - "type": "String" - }, - { - "condition": "payment-cryptography:KeyUsage", - "description": "Filters access by KeyClass specified in the request or associated with a key for the CreateKey operation", - "type": "String" - }, - { - "condition": "payment-cryptography:RequestAlias", - "description": "Filters access by aliases in the request for the specified operation", - "type": "String" - }, - { - "condition": "payment-cryptography:ResourceAliases", - "description": "Filters access by aliases associated with a key for the specified operation", - "type": "ArrayOfString" }, { - "condition": "payment-cryptography:WrappingKeyIdentifier", - "description": "Filters access by the WrappingKeyIdentifier specified in the request for the ImportKey, and ExportKey operations", - "type": "String" - } - ], - "prefix": "payment-cryptography", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to create a user-friendly name for a Key", - "privilege": "CreateAlias", + "access_level": "Read", + "description": "Grants permission to get a list of recommended actions", + "privilege": "GetActionRecommendations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alias*" - }, + "resource_type": "campaign*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get data insights from a data insights job", + "privilege": "GetDataInsights", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" + "resource_type": "dataInsightsJob*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a unique customer managed key in the caller's AWS account and region", - "privilege": "CreateKey", + "access_level": "Read", + "description": "Grants permission to get a re-ranked list of recommendations", + "privilege": "GetPersonalizedRanking", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "payment-cryptography:TagResource" - ], - "resource_type": "" + "condition_keys": [], + "dependent_actions": [], + "resource_type": "campaign*" } ] }, { - "access_level": "Write", - "description": "Grants permission to decrypt ciphertext data to plaintext using symmetric, asymmetric or DUKPT data encryption key", - "privilege": "DecryptData", + "access_level": "Read", + "description": "Grants permission to get a list of recommendations from a campaign", + "privilege": "GetRecommendations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "campaign*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete the specified alias", - "privilege": "DeleteAlias", + "access_level": "Read", + "description": "Grants permission to get metrics for a solution version", + "privilege": "GetSolutionMetrics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alias*" - }, + "resource_type": "solution*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list batch inference jobs", + "privilege": "ListBatchInferenceJobs", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to schedule the deletion of a Key", - "privilege": "DeleteKey", + "access_level": "List", + "description": "Grants permission to list batch segment jobs", + "privilege": "ListBatchSegmentJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to encrypt plaintext data to ciphertext using symmetric, asymmetric or DUKPT data encryption key", - "privilege": "EncryptData", + "access_level": "List", + "description": "Grants permission to list campaigns", + "privilege": "ListCampaigns", "resource_types": [ { "condition_keys": [], @@ -176944,21 +193345,21 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to export a key from the service", - "privilege": "ExportKey", + "access_level": "List", + "description": "Grants permission to list data insights jobs", + "privilege": "ListDataInsightsJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to generate card-related data using algorithms such as Card Verification Values (CVV/CVV2), Dynamic Card Verification Values (dCVV/dCVV2) or Card Security Codes (CSC) that check the validity of a magnetic stripe card", - "privilege": "GenerateCardValidationData", + "access_level": "List", + "description": "Grants permission to list dataset export jobs", + "privilege": "ListDatasetExportJobs", "resource_types": [ { "condition_keys": [], @@ -176968,9 +193369,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to generate a MAC (Message Authentication Code) cryptogram", - "privilege": "GenerateMac", + "access_level": "List", + "description": "Grants permission to list dataset groups", + "privilege": "ListDatasetGroups", "resource_types": [ { "condition_keys": [], @@ -176980,9 +193381,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to generate pin-related data such as PIN, PIN Verification Value (PVV), PIN Block and PIN Offset during new card issuance or card re-issuance", - "privilege": "GeneratePinData", + "access_level": "List", + "description": "Grants permission to list dataset import jobs", + "privilege": "ListDatasetImportJobs", "resource_types": [ { "condition_keys": [], @@ -176992,46 +193393,45 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to return the keyArn associated with an aliasName", - "privilege": "GetAlias", + "access_level": "List", + "description": "Grants permission to list datasets", + "privilege": "ListDatasets", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alias*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list event trackers", + "privilege": "ListEventTrackers", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return the detailed information about the specified key", - "privilege": "GetKey", + "access_level": "List", + "description": "Grants permission to list filters", + "privilege": "ListFilters", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get the export token and the signing key certificate to initiate a TR-34 key export", - "privilege": "GetParametersForExport", + "access_level": "List", + "description": "Grants permission to list metric attribution metrics", + "privilege": "ListMetricAttributionMetrics", "resource_types": [ { "condition_keys": [], @@ -177041,9 +193441,9 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to get the import token and the wrapping key certificate to initiate a TR-34 key import", - "privilege": "GetParametersForImport", + "access_level": "List", + "description": "Grants permission to list metric attributions", + "privilege": "ListMetricAttributions", "resource_types": [ { "condition_keys": [], @@ -177053,79 +193453,81 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to return the public key from a key of class PUBLIC_KEY", - "privilege": "GetPublicKeyCertificate", + "access_level": "List", + "description": "Grants permission to list recipes", + "privilege": "ListRecipes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to imports keys and public key certificates", - "privilege": "ImportKey", + "access_level": "List", + "description": "Grants permission to list recommenders", + "privilege": "ListRecommenders", "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "payment-cryptography:TagResource" - ], + "condition_keys": [], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to return a list of aliases created for all keys in the caller's AWS account and Region", - "privilege": "ListAliases", + "description": "Grants permission to list schemas", + "privilege": "ListSchemas", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alias*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list versions of a solution", + "privilege": "ListSolutionVersions", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to return a list of keys created in the caller's AWS account and Region", - "privilege": "ListKeys", + "description": "Grants permission to list solutions", + "privilege": "ListSolutions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to return a list of tags created in the caller's AWS account and Region", + "access_level": "List", + "description": "Grants permission to list tags for a resource", "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to re-encrypt ciphertext using DUKPT, Symmetric and Asymmetric Data Encryption Keys", - "privilege": "ReEncryptData", + "description": "Grants permission to put real time action interaction data", + "privilege": "PutActionInteractions", "resource_types": [ { "condition_keys": [], @@ -177136,112 +193538,107 @@ }, { "access_level": "Write", - "description": "Grants permission to cancel a scheduled key deletion if at any point during the waiting period a Key needs to be revived", - "privilege": "RestoreKey", + "description": "Grants permission to ingest Actions data", + "privilege": "PutActions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" + "resource_type": "dataset*" } ] }, { "access_level": "Write", - "description": "Grants permission to enable a disabled Key", - "privilege": "StartKeyUsage", + "description": "Grants permission to put real time event data", + "privilege": "PutEvents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to disable an enabled Key", - "privilege": "StopKeyUsage", + "description": "Grants permission to ingest Items data", + "privilege": "PutItems", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" + "resource_type": "dataset*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add or overwrites one or more tags for the specified resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to ingest Users data", + "privilege": "PutUsers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "dataset*" } ] }, { "access_level": "Write", - "description": "Grants permission to translate encrypted PIN block from and to ISO 9564 formats 0,1,3,4", - "privilege": "TranslatePinData", + "description": "Grants permission to start a recommender", + "privilege": "StartRecommender", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "recommender*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove the specified tag or tags from the specified resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to stop a recommender", + "privilege": "StopRecommender", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "recommender*" } ] }, { "access_level": "Write", - "description": "Grants permission to change the key to which an alias is assigned, or unassign it from its current key", - "privilege": "UpdateAlias", + "description": "Grants permission to stop a solution version creation", + "privilege": "StopSolutionVersionCreation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "alias*" - }, + "resource_type": "solution*" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to tag a resource", + "privilege": "TagResource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "key*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to untag a resource", + "privilege": "UntagResource", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } @@ -177249,856 +193646,1073 @@ }, { "access_level": "Write", - "description": "Grants permission to verify Authorization Request Cryptogram (ARQC) for a EMV chip payment card authorization", - "privilege": "VerifyAuthRequestCryptogram", + "description": "Grants permission to update a campaign", + "privilege": "UpdateCampaign", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "campaign*" } ] }, { "access_level": "Write", - "description": "Grants permission to verify card-related validation data using algorithms such as Card Verification Values (CVV/CVV2), Dynamic Card Verification Values (dCVV/dCVV2) and Card Security Codes (CSC)", - "privilege": "VerifyCardValidationData", + "description": "Grants permission to update a dataset", + "privilege": "UpdateDataset", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "dataset*" } ] }, { "access_level": "Write", - "description": "Grants permission to verify MAC (Message Authentication Code) of input data against a provided MAC", - "privilege": "VerifyMac", + "description": "Grants permission to update a metric attribution", + "privilege": "UpdateMetricAttribution", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "metricAttribution*" } ] }, { "access_level": "Write", - "description": "Grants permission to verify pin-related data such as PIN and PIN Offset using algorithms including VISA PVV and IBM3624", - "privilege": "VerifyPinData", + "description": "Grants permission to update a recommender", + "privilege": "UpdateRecommender", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "recommender*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:payment-cryptography:${Region}:${Account}:key/${KeyId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "payment-cryptography:ResourceAliases" - ], - "resource": "key" + "arn": "arn:${Partition}:personalize:${Region}:${Account}:schema/${ResourceId}", + "condition_keys": [], + "resource": "schema" }, { - "arn": "arn:${Partition}:payment-cryptography:${Region}:${Account}:alias/${Alias}", - "condition_keys": [ - "payment-cryptography:ResourceAliases" - ], - "resource": "alias" + "arn": "arn:${Partition}:personalize:${Region}:${Account}:feature-transformation/${ResourceId}", + "condition_keys": [], + "resource": "featureTransformation" + }, + { + "arn": "arn:${Partition}:personalize:${Region}:${Account}:dataset/${ResourceId}", + "condition_keys": [], + "resource": "dataset" + }, + { + "arn": "arn:${Partition}:personalize:${Region}:${Account}:dataset-group/${ResourceId}", + "condition_keys": [], + "resource": "datasetGroup" + }, + { + "arn": "arn:${Partition}:personalize:${Region}:${Account}:dataset-import-job/${ResourceId}", + "condition_keys": [], + "resource": "datasetImportJob" + }, + { + "arn": "arn:${Partition}:personalize:${Region}:${Account}:data-insights-job/${ResourceId}", + "condition_keys": [], + "resource": "dataInsightsJob" + }, + { + "arn": "arn:${Partition}:personalize:${Region}:${Account}:dataset-export-job/${ResourceId}", + "condition_keys": [], + "resource": "datasetExportJob" + }, + { + "arn": "arn:${Partition}:personalize:${Region}:${Account}:solution/${ResourceId}", + "condition_keys": [], + "resource": "solution" + }, + { + "arn": "arn:${Partition}:personalize:${Region}:${Account}:campaign/${ResourceId}", + "condition_keys": [], + "resource": "campaign" + }, + { + "arn": "arn:${Partition}:personalize:${Region}:${Account}:event-tracker/${ResourceId}", + "condition_keys": [], + "resource": "eventTracker" + }, + { + "arn": "arn:${Partition}:personalize:${Region}:${Account}:recipe/${ResourceId}", + "condition_keys": [], + "resource": "recipe" + }, + { + "arn": "arn:${Partition}:personalize:${Region}:${Account}:algorithm/${ResourceId}", + "condition_keys": [], + "resource": "algorithm" + }, + { + "arn": "arn:${Partition}:personalize:${Region}:${Account}:batch-inference-job/${ResourceId}", + "condition_keys": [], + "resource": "batchInferenceJob" + }, + { + "arn": "arn:${Partition}:personalize:${Region}:${Account}:filter/${ResourceId}", + "condition_keys": [], + "resource": "filter" + }, + { + "arn": "arn:${Partition}:personalize:${Region}:${Account}:recommender/${ResourceId}", + "condition_keys": [], + "resource": "recommender" + }, + { + "arn": "arn:${Partition}:personalize:${Region}:${Account}:batch-segment-job/${ResourceId}", + "condition_keys": [], + "resource": "batchSegmentJob" + }, + { + "arn": "arn:${Partition}:personalize:${Region}:${Account}:metric-attribution/${ResourceId}", + "condition_keys": [], + "resource": "metricAttribution" } ], - "service_name": "AWS Payment Cryptography" + "service_name": "Amazon Personalize" }, { - "conditions": [], - "prefix": "payments", + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "pi", "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a payment instrument", - "privilege": "CreatePaymentInstrument", + "description": "Grants permission to call CreatePerformanceAnalysisReport API to create a Performance Analysis Report for a specified DB instance", + "privilege": "CreatePerformanceAnalysisReport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "perf-reports-resource*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a payment instrument", - "privilege": "DeletePaymentInstrument", + "description": "Grants permission to call DeletePerformanceAnalysisReport API to delete a Performance Analysis Report for a specified DB instance", + "privilege": "DeletePerformanceAnalysisReport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "perf-reports-resource*" } ] }, { - "access_level": "List", - "description": "Grants permission to get information about a payment instrument", - "privilege": "GetPaymentInstrument", + "access_level": "Read", + "description": "Grants permission to call DescribeDimensionKeys API to retrieve the top N dimension keys for a metric for a specific time period", + "privilege": "DescribeDimensionKeys", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "metric-resource*" } ] }, { "access_level": "Read", - "description": "Grants permission to get payment status of invoices", - "privilege": "GetPaymentStatus", + "description": "Grants permission to call GetDimensionKeyDetails API to retrieve the attributes of the specified dimension group", + "privilege": "GetDimensionKeyDetails", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "metric-resource*" } ] }, { - "access_level": "List", - "description": "Grants permission to get payment preferences (preferred payment currency, preferred payment method, etc.)", - "privilege": "ListPaymentPreferences", + "access_level": "Read", + "description": "Grants permission to call GetPerformanceAnalysisReport API to retrieve a Performance Analysis Report for a specified DB instance", + "privilege": "GetPerformanceAnalysisReport", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "perf-reports-resource*" } ] }, { - "access_level": "Write", - "description": "Grants permission to make a payment, authenticate a payment, verify a payment method, and generate a funding request document for Advance Pay", - "privilege": "MakePayment", + "access_level": "Read", + "description": "Grants permission to call GetResourceMetadata API to retrieve the metadata for different features", + "privilege": "GetResourceMetadata", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "metric-resource*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update payment preferences (preferred payment currency, preferred payment method, etc.)", - "privilege": "UpdatePaymentPreferences", + "access_level": "Read", + "description": "Grants permission to call GetResourceMetrics API to retrieve PI metrics for a set of data sources, over a time period", + "privilege": "GetResourceMetrics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "metric-resource*" } ] - } - ], - "resources": [], - "service_name": "AWS Payments" - }, - { - "conditions": [], - "prefix": "personalize", - "privileges": [ + }, { - "access_level": "Write", - "description": "Grants permission to create a batch inference job", - "privilege": "CreateBatchInferenceJob", + "access_level": "Read", + "description": "Grants permission to call ListAvailableResourceDimensions API to retrieve the dimensions that can be queried for each specified metric type on a specified DB instance", + "privilege": "ListAvailableResourceDimensions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "batchInferenceJob*" + "resource_type": "metric-resource*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a batch segment job", - "privilege": "CreateBatchSegmentJob", + "access_level": "Read", + "description": "Grants permission to call ListAvailableResourceMetrics API to retrieve metrics of the specified types that can be queried for a specified DB instance", + "privilege": "ListAvailableResourceMetrics", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "batchSegmentJob*" + "resource_type": "metric-resource*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a campaign", - "privilege": "CreateCampaign", + "access_level": "List", + "description": "Grants permission to call ListPerformanceAnalysisReports API to list Performance Analysis Reports for a specified DB instance", + "privilege": "ListPerformanceAnalysisReports", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" + "resource_type": "perf-reports-resource*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a dataset", - "privilege": "CreateDataset", + "access_level": "List", + "description": "Grants permission to call ListTagsForResource API to list tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "perf-reports-resource*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a dataset export job", - "privilege": "CreateDatasetExportJob", + "access_level": "Tagging", + "description": "Grants permission to call TagResource API to tag a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasetExportJob*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a dataset group", - "privilege": "CreateDatasetGroup", - "resource_types": [ + "resource_type": "perf-reports-resource*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "datasetGroup*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a dataset import job", - "privilege": "CreateDatasetImportJob", + "access_level": "Tagging", + "description": "Grants permission to call UntagResource API to untag a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasetImportJob*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an event tracker", - "privilege": "CreateEventTracker", - "resource_types": [ + "resource_type": "perf-reports-resource*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "eventTracker*" + "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:pi:${Region}:${Account}:metrics/${ServiceType}/${Identifier}", + "condition_keys": [], + "resource": "metric-resource" }, { - "access_level": "Write", - "description": "Grants permission to create a filter", - "privilege": "CreateFilter", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "filter*" - } - ] + "arn": "arn:${Partition}:pi:${Region}:${Account}:perf-reports/${ServiceType}/${Identifier}/${ReportId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "perf-reports-resource" + } + ], + "service_name": "AWS Performance Insights" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by allowed set of values for each of the tags", + "type": "String" }, { - "access_level": "Write", - "description": "Grants permission to create a metric attribution", - "privilege": "CreateMetricAttribution", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "metricAttribution*" - } - ] + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag-value associated with the resource", + "type": "String" }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of mandatory tags in the request", + "type": "ArrayOfString" + } + ], + "prefix": "pipes", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a recommender", - "privilege": "CreateRecommender", + "description": "Grants permission to create a pipe", + "privilege": "CreatePipe", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "pipe*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "recommender*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a schema", - "privilege": "CreateSchema", + "description": "Grants permission to delete a pipe", + "privilege": "DeletePipe", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "schema*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a solution", - "privilege": "CreateSolution", - "resource_types": [ + "resource_type": "pipe*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "solution*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a solution version", - "privilege": "CreateSolutionVersion", + "access_level": "Read", + "description": "Grants permission to describe a pipe", + "privilege": "DescribePipe", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "solution*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a campaign", - "privilege": "DeleteCampaign", - "resource_types": [ + "resource_type": "pipe*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "campaign*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a dataset", - "privilege": "DeleteDataset", + "access_level": "List", + "description": "Grants permission to list all pipes in your account", + "privilege": "ListPipes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a dataset group", - "privilege": "DeleteDatasetGroup", + "access_level": "Read", + "description": "Grants permission to list the tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasetGroup*" + "resource_type": "pipe*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an event tracker", - "privilege": "DeleteEventTracker", + "description": "Grants permission to start a pipe", + "privilege": "StartPipe", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "eventTracker*" + "resource_type": "pipe*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a filter", - "privilege": "DeleteFilter", + "description": "Grants permission to stop a pipe", + "privilege": "StopPipe", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "filter*" + "resource_type": "pipe*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a metric attribution", - "privilege": "DeleteMetricAttribution", + "access_level": "Tagging", + "description": "Grants permission to add tags to a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "metricAttribution*" + "resource_type": "pipe*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a recommender", - "privilege": "DeleteRecommender", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "recommender*" + "resource_type": "pipe*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a schema", - "privilege": "DeleteSchema", + "description": "Grants permission to update a pipe", + "privilege": "UpdatePipe", "resource_types": [ { "condition_keys": [], + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "pipe*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "schema*" + "resource_type": "" } ] - }, + } + ], + "resources": [ + { + "arn": "arn:${Partition}:pipes:${Region}:${Account}:pipe/${Name}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "pipe" + } + ], + "service_name": "Amazon EventBridge Pipes" + }, + { + "conditions": [], + "prefix": "polly", + "privileges": [ { "access_level": "Write", - "description": "Grants permission to delete a solution including all versions of the solution", - "privilege": "DeleteSolution", + "description": "Grants permission to delete the specified pronunciation lexicon stored in an AWS Region", + "privilege": "DeleteLexicon", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "solution*" + "resource_type": "lexicon*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe an algorithm", - "privilege": "DescribeAlgorithm", + "access_level": "List", + "description": "Grants permission to describe the list of voices that are available for use when requesting speech synthesis", + "privilege": "DescribeVoices", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "algorithm*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a batch inference job", - "privilege": "DescribeBatchInferenceJob", + "description": "Grants permission to retrieve the content of the specified pronunciation lexicon stored in an AWS Region", + "privilege": "GetLexicon", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "batchInferenceJob*" + "resource_type": "lexicon*" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a batch segment job", - "privilege": "DescribeBatchSegmentJob", + "description": "Grants permission to get information about specific speech synthesis task", + "privilege": "GetSpeechSynthesisTask", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "batchSegmentJob*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a campaign", - "privilege": "DescribeCampaign", + "access_level": "List", + "description": "Grants permission to list the pronunciation lexicons stored in an AWS Region", + "privilege": "ListLexicons", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a dataset", - "privilege": "DescribeDataset", + "access_level": "List", + "description": "Grants permission to list requested speech synthesis tasks", + "privilege": "ListSpeechSynthesisTasks", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a dataset export job", - "privilege": "DescribeDatasetExportJob", + "access_level": "Write", + "description": "Grants permission to store a pronunciation lexicon in an AWS Region", + "privilege": "PutLexicon", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasetExportJob*" + "resource_type": "lexicon*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a dataset group", - "privilege": "DescribeDatasetGroup", + "access_level": "Write", + "description": "Grants permission to synthesize long inputs to the provided S3 location", + "privilege": "StartSpeechSynthesisTask", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "datasetGroup*" + "dependent_actions": [ + "s3:PutObject" + ], + "resource_type": "lexicon" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a dataset import job", - "privilege": "DescribeDatasetImportJob", + "description": "Grants permission to synthesize speech", + "privilege": "SynthesizeSpeech", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "datasetImportJob*" + "resource_type": "lexicon" } ] - }, + } + ], + "resources": [ + { + "arn": "arn:${Partition}:polly:${Region}:${Account}:lexicon/${LexiconName}", + "condition_keys": [], + "resource": "lexicon" + } + ], + "service_name": "Amazon Polly" + }, + { + "conditions": [], + "prefix": "pricing", + "privileges": [ { "access_level": "Read", - "description": "Grants permission to describe an event tracker", - "privilege": "DescribeEventTracker", + "description": "Grants permission to retrieve service details for all (paginated) services (if serviceCode is not set) or service detail for a particular service (if given serviceCode)", + "privilege": "DescribeServices", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "eventTracker*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a feature transformation", - "privilege": "DescribeFeatureTransformation", + "description": "Grants permission to retrieve all (paginated) possible values for a given attribute", + "privilege": "GetAttributeValues", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "featureTransformation*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a filter", - "privilege": "DescribeFilter", + "description": "Grants permission to retrieve the price list file URL for the given parameters", + "privilege": "GetPriceListFileUrl", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "filter*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a metric attribution", - "privilege": "DescribeMetricAttribution", + "description": "Grants permission to retrieve all matching products with given search criteria", + "privilege": "GetProducts", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "metricAttribution*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a recipe", - "privilege": "DescribeRecipe", + "description": "Grants permission to list all (paginated) eligible price lists for the given parameters", + "privilege": "ListPriceLists", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "recipe*" + "resource_type": "" } ] + } + ], + "resources": [], + "service_name": "AWS Price List" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by checking the presence of tag key-value pairs in the request", + "type": "String" }, { - "access_level": "Read", - "description": "Grants permission to describe a recommender", - "privilege": "DescribeRecommender", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "recommender*" - } - ] + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by checking tag key-value pairs attached to the resource", + "type": "String" }, { - "access_level": "Read", - "description": "Grants permission to describe a schema", - "privilege": "DescribeSchema", + "condition": "aws:TagKeys", + "description": "Filters access by presence of tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "private-networks", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to acknowledge that an order has been received", + "privilege": "AcknowledgeOrderReceipt", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "schema*" + "resource_type": "order*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a solution", - "privilege": "DescribeSolution", + "access_level": "Write", + "description": "Grants permission to activate a device identifier", + "privilege": "ActivateDeviceIdentifier", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "solution*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to describe a version of a solution", - "privilege": "DescribeSolutionVersion", - "resource_types": [ + "resource_type": "device-identifier*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "solution*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a re-ranked list of recommendations", - "privilege": "GetPersonalizedRanking", + "access_level": "Write", + "description": "Grants permission to activate a network site", + "privilege": "ActivateNetworkSite", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get a list of recommendations from a campaign", - "privilege": "GetRecommendations", - "resource_types": [ + "resource_type": "network-site*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "campaign*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get metrics for a solution version", - "privilege": "GetSolutionMetrics", - "resource_types": [ + "resource_type": "order*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "solution*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list batch inference jobs", - "privilege": "ListBatchInferenceJobs", + "access_level": "Write", + "description": "Grants permission to configure an access point", + "privilege": "ConfigureAccessPoint", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "network-resource*" } ] }, { - "access_level": "List", - "description": "Grants permission to list batch segment jobs", - "privilege": "ListBatchSegmentJobs", + "access_level": "Write", + "description": "Grants permission to create a network", + "privilege": "CreateNetwork", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "network*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list campaigns", - "privilege": "ListCampaigns", + "access_level": "Write", + "description": "Grants permission to create a network site", + "privilege": "CreateNetworkSite", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "network*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list dataset export jobs", - "privilege": "ListDatasetExportJobs", + "access_level": "Write", + "description": "Grants permission to deactivate a device identifier", + "privilege": "DeactivateDeviceIdentifier", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "device-identifier*" } ] }, { - "access_level": "List", - "description": "Grants permission to list dataset groups", - "privilege": "ListDatasetGroups", + "access_level": "Write", + "description": "Grants permission to delete a network", + "privilege": "DeleteNetwork", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "network*" } ] }, { - "access_level": "List", - "description": "Grants permission to list dataset import jobs", - "privilege": "ListDatasetImportJobs", + "access_level": "Write", + "description": "Grants permission to delete a network site", + "privilege": "DeleteNetworkSite", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "network-site*" } ] }, { - "access_level": "List", - "description": "Grants permission to list datasets", - "privilege": "ListDatasets", + "access_level": "Read", + "description": "Grants permission to get a device identifier", + "privilege": "GetDeviceIdentifier", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "device-identifier*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list event trackers", - "privilege": "ListEventTrackers", + "access_level": "Read", + "description": "Grants permission to get a network", + "privilege": "GetNetwork", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "network*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list filters", - "privilege": "ListFilters", + "access_level": "Read", + "description": "Grants permission to get a network resource", + "privilege": "GetNetworkResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "network-resource*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list metric attribution metrics", - "privilege": "ListMetricAttributionMetrics", + "access_level": "Read", + "description": "Grants permission to get a network site", + "privilege": "GetNetworkSite", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "network-site*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list metric attributions", - "privilege": "ListMetricAttributions", + "access_level": "Read", + "description": "Grants permission to get a network order", + "privilege": "GetOrder", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "order*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list recipes", - "privilege": "ListRecipes", + "description": "Grants permission to list device identifiers", + "privilege": "ListDeviceIdentifiers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "network*" } ] }, { "access_level": "List", - "description": "Grants permission to list recommenders", - "privilege": "ListRecommenders", + "description": "Grants permission to list network resources", + "privilege": "ListNetworkResources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "network*" } ] }, { "access_level": "List", - "description": "Grants permission to list schemas", - "privilege": "ListSchemas", + "description": "Grants permission to list network sites", + "privilege": "ListNetworkSites", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "network*" } ] }, { "access_level": "List", - "description": "Grants permission to list versions of a solution", - "privilege": "ListSolutionVersions", + "description": "Grants permission to list networks", + "privilege": "ListNetworks", "resource_types": [ { "condition_keys": [], @@ -178109,19 +194723,19 @@ }, { "access_level": "List", - "description": "Grants permission to list solutions", - "privilege": "ListSolutions", + "description": "Grants permission to list network orders", + "privilege": "ListOrders", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "network*" } ] }, { "access_level": "List", - "description": "Grants permission to list tags for a resource", + "description": "Grants permission to return a list of tags for a resource", "privilege": "ListTagsForResource", "resource_types": [ { @@ -178132,9 +194746,9 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to put real time event data", - "privilege": "PutEvents", + "access_level": "Read", + "description": "Grants permission to check the health of the service", + "privilege": "Ping", "resource_types": [ { "condition_keys": [], @@ -178145,351 +194759,218 @@ }, { "access_level": "Write", - "description": "Grants permission to ingest Items data", - "privilege": "PutItems", + "description": "Grants permission to start an update on the specified network resource", + "privilege": "StartNetworkResourceUpdate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to ingest Users data", - "privilege": "PutUsers", - "resource_types": [ + "resource_type": "network-resource*" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "dataset*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to start a recommender", - "privilege": "StartRecommender", + "access_level": "Tagging", + "description": "Grants permission to adds tags to the specified resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "recommender*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to stop a recommender", - "privilege": "StopRecommender", - "resource_types": [ + "resource_type": "device-identifier" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "recommender*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to stop a solution version creation", - "privilege": "StopSolutionVersionCreation", - "resource_types": [ + "resource_type": "network" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "solution*" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to tag a resource", - "privilege": "TagResource", - "resource_types": [ + "resource_type": "network-resource" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to untag a resource", - "privilege": "UntagResource", - "resource_types": [ + "resource_type": "network-site" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update a campaign", - "privilege": "UpdateCampaign", - "resource_types": [ + "resource_type": "order" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], "dependent_actions": [], - "resource_type": "campaign*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a metric attribution", - "privilege": "UpdateMetricAttribution", + "access_level": "Tagging", + "description": "Grants permission to removes tags from the specified resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "metricAttribution*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update a recommender", - "privilege": "UpdateRecommender", - "resource_types": [ + "resource_type": "device-identifier" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "recommender*" - } - ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:personalize:${Region}:${Account}:schema/${ResourceId}", - "condition_keys": [], - "resource": "schema" - }, - { - "arn": "arn:${Partition}:personalize:${Region}:${Account}:feature-transformation/${ResourceId}", - "condition_keys": [], - "resource": "featureTransformation" - }, - { - "arn": "arn:${Partition}:personalize:${Region}:${Account}:dataset/${ResourceId}", - "condition_keys": [], - "resource": "dataset" - }, - { - "arn": "arn:${Partition}:personalize:${Region}:${Account}:dataset-group/${ResourceId}", - "condition_keys": [], - "resource": "datasetGroup" - }, - { - "arn": "arn:${Partition}:personalize:${Region}:${Account}:dataset-import-job/${ResourceId}", - "condition_keys": [], - "resource": "datasetImportJob" - }, - { - "arn": "arn:${Partition}:personalize:${Region}:${Account}:dataset-export-job/${ResourceId}", - "condition_keys": [], - "resource": "datasetExportJob" - }, - { - "arn": "arn:${Partition}:personalize:${Region}:${Account}:solution/${ResourceId}", - "condition_keys": [], - "resource": "solution" - }, - { - "arn": "arn:${Partition}:personalize:${Region}:${Account}:campaign/${ResourceId}", - "condition_keys": [], - "resource": "campaign" - }, - { - "arn": "arn:${Partition}:personalize:${Region}:${Account}:event-tracker/${ResourceId}", - "condition_keys": [], - "resource": "eventTracker" - }, - { - "arn": "arn:${Partition}:personalize:${Region}:${Account}:recipe/${ResourceId}", - "condition_keys": [], - "resource": "recipe" - }, - { - "arn": "arn:${Partition}:personalize:${Region}:${Account}:algorithm/${ResourceId}", - "condition_keys": [], - "resource": "algorithm" - }, - { - "arn": "arn:${Partition}:personalize:${Region}:${Account}:batch-inference-job/${ResourceId}", - "condition_keys": [], - "resource": "batchInferenceJob" - }, - { - "arn": "arn:${Partition}:personalize:${Region}:${Account}:filter/${ResourceId}", - "condition_keys": [], - "resource": "filter" - }, - { - "arn": "arn:${Partition}:personalize:${Region}:${Account}:recommender/${ResourceId}", - "condition_keys": [], - "resource": "recommender" - }, - { - "arn": "arn:${Partition}:personalize:${Region}:${Account}:batch-segment-job/${ResourceId}", - "condition_keys": [], - "resource": "batchSegmentJob" - }, - { - "arn": "arn:${Partition}:personalize:${Region}:${Account}:metric-attribution/${ResourceId}", - "condition_keys": [], - "resource": "metricAttribution" - } - ], - "service_name": "Amazon Personalize" - }, - { - "conditions": [], - "prefix": "pi", - "privileges": [ - { - "access_level": "Read", - "description": "Grants permission to call DescribeDimensionKeys API to retrieve the top N dimension keys for a metric for a specific time period", - "privilege": "DescribeDimensionKeys", - "resource_types": [ + "resource_type": "network" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "metric-resource*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to call GetDimensionKeyDetails API to retrieve the attributes of the specified dimension group", - "privilege": "GetDimensionKeyDetails", - "resource_types": [ + "resource_type": "network-resource" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "metric-resource*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to call GetResourceMetadata API to retrieve the metadata for different features", - "privilege": "GetResourceMetadata", - "resource_types": [ + "resource_type": "network-site" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "metric-resource*" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to call GetResourceMetrics API to retrieve PI metrics for a set of data sources, over a time period", - "privilege": "GetResourceMetrics", - "resource_types": [ + "resource_type": "order" + }, { - "condition_keys": [], + "condition_keys": [ + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "metric-resource*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to call ListAvailableResourceDimensions API to retrieve the dimensions that can be queried for each specified metric type on a specified DB instance", - "privilege": "ListAvailableResourceDimensions", + "access_level": "Write", + "description": "Grants permission to update a network site", + "privilege": "UpdateNetworkSite", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "metric-resource*" + "resource_type": "network-site*" } ] }, { - "access_level": "Read", - "description": "Grants permission to call ListAvailableResourceMetrics API to retrieve metrics of the specified types that can be queried for a specified DB instance", - "privilege": "ListAvailableResourceMetrics", + "access_level": "Write", + "description": "Grants permission to update a plan at a network site", + "privilege": "UpdateNetworkSitePlan", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "metric-resource*" + "resource_type": "network-site*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:pi:${Region}:${Account}:metrics/${ServiceType}/${Identifier}", - "condition_keys": [], - "resource": "metric-resource" + "arn": "arn:${Partition}:private-networks:${Region}:${Account}:network/${NetworkName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "network" + }, + { + "arn": "arn:${Partition}:private-networks:${Region}:${Account}:network-site/${NetworkName}/${NetworkSiteName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "network-site" + }, + { + "arn": "arn:${Partition}:private-networks:${Region}:${Account}:network-resource/${NetworkName}/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "network-resource" + }, + { + "arn": "arn:${Partition}:private-networks:${Region}:${Account}:order/${NetworkName}/${OrderId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "order" + }, + { + "arn": "arn:${Partition}:private-networks:${Region}:${Account}:device-identifier/${NetworkName}/${DeviceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "device-identifier" } ], - "service_name": "AWS Performance Insights" + "service_name": "AWS service providing managed private networks" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by allowed set of values for each of the tags", + "description": "Filters access by a key that is present in the request the user makes to the customer profile service", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag-value associated with the resource", + "description": "Filters access by a tag key and value pair", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by the presence of mandatory tags in the request", + "description": "Filters access by the list of all the tag key names present in the request the user makes to the customer profile service", "type": "ArrayOfString" } ], - "prefix": "pipes", + "prefix": "profile", "privileges": [ { "access_level": "Write", - "description": "Grants permission to create a pipe", - "privilege": "CreatePipe", + "description": "Grants permission to add a profile key", + "privilege": "AddProfileKey", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "pipe*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys" - ], "dependent_actions": [], - "resource_type": "" + "resource_type": "domains*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a pipe", - "privilege": "DeletePipe", + "description": "Grants permission to create a calculated attribute definition in the domain", + "privilege": "CreateCalculatedAttributeDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipe*" + "resource_type": "calculated-attributes*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "domains*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -178497,18 +194978,21 @@ ] }, { - "access_level": "Read", - "description": "Grants permission to describe a pipe", - "privilege": "DescribePipe", + "access_level": "Write", + "description": "Grants permission to create a Domain", + "privilege": "CreateDomain", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "pipe*" + "dependent_actions": [ + "iam:CreateServiceLinkedRole" + ], + "resource_type": "domains*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -178516,30 +195000,27 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all pipes in your account", - "privilege": "ListPipes", + "access_level": "Write", + "description": "Grants permission to put an event stream in a domain", + "privilege": "CreateEventStream", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to list the tags for a resource", - "privilege": "ListTagsForResource", - "resource_types": [ + "dependent_actions": [ + "iam:PutRolePolicy", + "kinesis:DescribeStreamSummary" + ], + "resource_type": "domains*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipe*" + "resource_type": "event-streams*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -178548,17 +195029,18 @@ }, { "access_level": "Write", - "description": "Grants permission to start a pipe", - "privilege": "StartPipe", + "description": "Grants permission to create an integration workflow in a domain", + "privilege": "CreateIntegrationWorkflow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipe*" + "resource_type": "domains*" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -178567,641 +195049,595 @@ }, { "access_level": "Write", - "description": "Grants permission to stop a pipe", - "privilege": "StopPipe", + "description": "Grants permission to create a profile in the domain", + "privilege": "CreateProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipe*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domains*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to delete a calculated attribute definition in the domain", + "privilege": "DeleteCalculatedAttributeDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipe*" + "resource_type": "calculated-attributes*" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domains*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to delete a Domain", + "privilege": "DeleteDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "pipe*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domains*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a pipe", - "privilege": "UpdatePipe", + "description": "Grants permission to delete an event stream in a domain", + "privilege": "DeleteEventStream", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "iam:PassRole" + "iam:DeleteRolePolicy" ], - "resource_type": "pipe*" + "resource_type": "domains*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "event-streams*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:pipes:${Region}:${Account}:pipe/${Name}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "pipe" - } - ], - "service_name": "Amazon EventBridge Pipes" - }, - { - "conditions": [], - "prefix": "polly", - "privileges": [ + }, { "access_level": "Write", - "description": "Grants permission to delete the specified pronunciation lexicon stored in an AWS Region", - "privilege": "DeleteLexicon", + "description": "Grants permission to delete a integration in a domain", + "privilege": "DeleteIntegration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "lexicon*" + "resource_type": "domains*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "integrations*" } ] }, { - "access_level": "List", - "description": "Grants permission to describe the list of voices that are available for use when requesting speech synthesis", - "privilege": "DescribeVoices", + "access_level": "Write", + "description": "Grants permission to delete a profile", + "privilege": "DeleteProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domains*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve the content of the specified pronunciation lexicon stored in an AWS Region", - "privilege": "GetLexicon", + "access_level": "Write", + "description": "Grants permission to delete a profile key", + "privilege": "DeleteProfileKey", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "lexicon*" + "resource_type": "domains*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get information about specific speech synthesis task", - "privilege": "GetSpeechSynthesisTask", + "access_level": "Write", + "description": "Grants permission to delete a profile object", + "privilege": "DeleteProfileObject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domains*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "object-types*" } ] }, { - "access_level": "List", - "description": "Grants permission to list the pronunciation lexicons stored in an AWS Region", - "privilege": "ListLexicons", + "access_level": "Write", + "description": "Grants permission to delete a specific profile object type in the domain", + "privilege": "DeleteProfileObjectType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domains*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "object-types*" } ] }, { - "access_level": "List", - "description": "Grants permission to list requested speech synthesis tasks", - "privilege": "ListSpeechSynthesisTasks", + "access_level": "Write", + "description": "Grants permission to delete a workflow in a domain", + "privilege": "DeleteWorkflow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domains*" } ] }, { - "access_level": "Write", - "description": "Grants permission to store a pronunciation lexicon in an AWS Region", - "privilege": "PutLexicon", + "access_level": "Read", + "description": "Grants permission to auto detect object type", + "privilege": "DetectProfileObjectType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "lexicon*" + "resource_type": "domains*" } ] }, { - "access_level": "Write", - "description": "Grants permission to synthesize long inputs to the provided S3 location", - "privilege": "StartSpeechSynthesisTask", + "access_level": "Read", + "description": "Grants permission to get a preview of auto merging in a domain", + "privilege": "GetAutoMergingPreview", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "s3:PutObject" - ], - "resource_type": "lexicon" + "dependent_actions": [], + "resource_type": "domains*" } ] }, { "access_level": "Read", - "description": "Grants permission to synthesize speech", - "privilege": "SynthesizeSpeech", + "description": "Grants permission to get a calculated attribute definition in the domain", + "privilege": "GetCalculatedAttributeDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "lexicon" + "resource_type": "calculated-attributes*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "domains*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:polly:${Region}:${Account}:lexicon/${LexiconName}", - "condition_keys": [], - "resource": "lexicon" - } - ], - "service_name": "Amazon Polly" - }, - { - "conditions": [], - "prefix": "pricing", - "privileges": [ + }, { "access_level": "Read", - "description": "Grants permission to retrieve service details for all (paginated) services (if serviceCode is not set) or service detail for a particular service (if given serviceCode)", - "privilege": "DescribeServices", + "description": "Grants permission to retrieve a calculated attribute for a specific profile in the domain", + "privilege": "GetCalculatedAttributeForProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "calculated-attributes*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "domains*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve all (paginated) possible values for a given attribute", - "privilege": "GetAttributeValues", + "description": "Grants permission to get a specific domain in an account", + "privilege": "GetDomain", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domains*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve the price list file URL for the given parameters", - "privilege": "GetPriceListFileUrl", + "description": "Grants permission to get a specific event stream in a domain", + "privilege": "GetEventStream", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "kinesis:DescribeStreamSummary" + ], + "resource_type": "domains*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "event-streams*" } ] }, { "access_level": "Read", - "description": "Grants permission to retrieve all matching products with given search criteria", - "privilege": "GetProducts", + "description": "Grants permission to get an identity resolution job in a domain", + "privilege": "GetIdentityResolutionJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domains*" } ] }, { "access_level": "Read", - "description": "Grants permission to list all (paginated) eligible price lists for the given parameters", - "privilege": "ListPriceLists", + "description": "Grants permission to get a specific integrations in a domain", + "privilege": "GetIntegration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domains*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "integrations*" } ] - } - ], - "resources": [], - "service_name": "AWS Price List" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by checking the presence of tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by checking tag key-value pairs attached to the resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters access by presence of tag keys in the request", - "type": "ArrayOfString" - } - ], - "prefix": "private-networks", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to acknowledge that an order has been received", - "privilege": "AcknowledgeOrderReceipt", + "access_level": "List", + "description": "Grants permission to get profile matches in a domain", + "privilege": "GetMatches", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "order*" + "resource_type": "domains*" } ] }, { - "access_level": "Write", - "description": "Grants permission to activate a device identifier", - "privilege": "ActivateDeviceIdentifier", + "access_level": "Read", + "description": "Grants permission to get a specific profile object type in the domain", + "privilege": "GetProfileObjectType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device-identifier*" + "resource_type": "domains*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "object-types*" } ] }, { - "access_level": "Write", - "description": "Grants permission to activate a network site", - "privilege": "ActivateNetworkSite", + "access_level": "Read", + "description": "Grants permission to get a specific object type template", + "privilege": "GetProfileObjectTypeTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "network-site*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "order*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to configure an access point", - "privilege": "ConfigureAccessPoint", + "access_level": "List", + "description": "Grants permission to get all the similar profiles in the domain", + "privilege": "GetSimilarProfiles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "network-resource*" + "resource_type": "domains*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a network", - "privilege": "CreateNetwork", + "access_level": "Read", + "description": "Grants permission to get workflow details in a domain", + "privilege": "GetWorkflow", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "network*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domains*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create a network site", - "privilege": "CreateNetworkSite", + "access_level": "Read", + "description": "Grants permission to get workflow step details in a domain", + "privilege": "GetWorkflowSteps", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "network*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domains*" } ] }, { - "access_level": "Write", - "description": "Grants permission to deactivate a device identifier", - "privilege": "DeactivateDeviceIdentifier", + "access_level": "List", + "description": "Grants permission to list all the integrations in the account", + "privilege": "ListAccountIntegrations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device-identifier*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a network", - "privilege": "DeleteNetwork", + "access_level": "List", + "description": "Grants permission to list all the calculated attribute definitions in the domain", + "privilege": "ListCalculatedAttributeDefinitions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "network*" + "resource_type": "domains*" } ] }, { - "access_level": "Write", - "description": "Grants permission to delete a network site", - "privilege": "DeleteNetworkSite", + "access_level": "List", + "description": "Grants permission to list all calculated attributes for a specific profile in the domain", + "privilege": "ListCalculatedAttributesForProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "network-site*" + "resource_type": "domains*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a device identifier", - "privilege": "GetDeviceIdentifier", + "access_level": "List", + "description": "Grants permission to list all the domains in an account", + "privilege": "ListDomains", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device-identifier*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a network", - "privilege": "GetNetwork", + "access_level": "List", + "description": "Grants permission to list all the event streams in a specific domain", + "privilege": "ListEventStreams", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "network*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domains*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a network resource", - "privilege": "GetNetworkResource", + "access_level": "List", + "description": "Grants permission to list identity resolution jobs in a domain", + "privilege": "ListIdentityResolutionJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "network-resource*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domains*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a network site", - "privilege": "GetNetworkSite", + "access_level": "List", + "description": "Grants permission to list all the integrations in a specific domain", + "privilege": "ListIntegrations", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "network-site*" - }, + "resource_type": "domains*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all the profile object type templates in the account", + "privilege": "ListProfileObjectTypeTemplates", + "resource_types": [ { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a network order", - "privilege": "GetOrder", + "access_level": "List", + "description": "Grants permission to list all the profile object types in the domain", + "privilege": "ListProfileObjectTypes", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "order*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "domains*" } ] }, { "access_level": "List", - "description": "Grants permission to list device identifiers", - "privilege": "ListDeviceIdentifiers", + "description": "Grants permission to list all the profile objects for a profile", + "privilege": "ListProfileObjects", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "network*" + "resource_type": "domains*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "object-types*" } ] }, { "access_level": "List", - "description": "Grants permission to list network resources", - "privilege": "ListNetworkResources", + "description": "Grants permission to list all the rule-based matching result in the domain", + "privilege": "ListRuleBasedMatches", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "network*" + "resource_type": "domains*" } ] }, { - "access_level": "List", - "description": "Grants permission to list network sites", - "privilege": "ListNetworkSites", + "access_level": "Read", + "description": "Grants permission to list tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "network*" + "resource_type": "calculated-attributes" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "domains" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "event-streams" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "integrations" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "object-types" } ] }, { "access_level": "List", - "description": "Grants permission to list networks", - "privilege": "ListNetworks", + "description": "Grants permission to list all the workflows in a specific domain", + "privilege": "ListWorkflows", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domains*" } ] }, { - "access_level": "List", - "description": "Grants permission to list network orders", - "privilege": "ListOrders", + "access_level": "Write", + "description": "Grants permission to merge profiles in a domain", + "privilege": "MergeProfiles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "network*" + "resource_type": "domains*" } ] }, { - "access_level": "List", - "description": "Grants permission to return a list of tags for a resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to put a integration in a domain", + "privilege": "PutIntegration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "domains*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "integrations*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to check the health of the service", - "privilege": "Ping", + "access_level": "Write", + "description": "Grants permission to put an object for a profile", + "privilege": "PutProfileObject", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "domains*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "object-types*" } ] }, { "access_level": "Write", - "description": "Grants permission to start an update on the specified network resource", - "privilege": "StartNetworkResourceUpdate", + "description": "Grants permission to put a specific profile object type in the domain", + "privilege": "PutProfileObjectType", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "network-resource*" + "resource_type": "domains*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "object-types*" }, { "condition_keys": [ @@ -179213,40 +195649,52 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to search for profiles in a domain", + "privilege": "SearchProfiles", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "domains*" + } + ] + }, { "access_level": "Tagging", - "description": "Grants permission to adds tags to the specified resource", + "description": "Grants permission to adds tags to a resource", "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device-identifier" + "resource_type": "calculated-attributes" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "network" + "resource_type": "domains" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "network-resource" + "resource_type": "event-streams" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "network-site" + "resource_type": "integrations" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "order" + "resource_type": "object-types" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -179255,33 +195703,33 @@ }, { "access_level": "Tagging", - "description": "Grants permission to removes tags from the specified resource", + "description": "Grants permission to remove tags from a resource", "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "device-identifier" + "resource_type": "calculated-attributes" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "network" + "resource_type": "domains" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "network-resource" + "resource_type": "event-streams" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "network-site" + "resource_type": "integrations" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "order" + "resource_type": "object-types" }, { "condition_keys": [ @@ -179294,119 +195742,426 @@ }, { "access_level": "Write", - "description": "Grants permission to update a network site", - "privilege": "UpdateNetworkSite", + "description": "Grants permission to update a calculated attribute definition in the domain", + "privilege": "UpdateCalculatedAttributeDefinition", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "network-site*" + "resource_type": "calculated-attributes*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "domains*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a plan at a network site", - "privilege": "UpdateNetworkSitePlan", + "description": "Grants permission to update a Domain", + "privilege": "UpdateDomain", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "iam:CreateServiceLinkedRole" + ], + "resource_type": "domains*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a profile in the domain", + "privilege": "UpdateProfile", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "network-site*" + "resource_type": "domains*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:private-networks:${Region}:${Account}:network/${NetworkName}", + "arn": "arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "network" + "resource": "domains" }, { - "arn": "arn:${Partition}:private-networks:${Region}:${Account}:network-site/${NetworkName}/${NetworkSiteName}", + "arn": "arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}/object-types/${ObjectTypeName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "network-site" + "resource": "object-types" }, { - "arn": "arn:${Partition}:private-networks:${Region}:${Account}:network-resource/${NetworkName}/${ResourceId}", + "arn": "arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}/integrations/${Uri}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "network-resource" + "resource": "integrations" }, { - "arn": "arn:${Partition}:private-networks:${Region}:${Account}:order/${NetworkName}/${OrderId}", + "arn": "arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}/event-streams/${EventStreamName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "order" + "resource": "event-streams" }, { - "arn": "arn:${Partition}:private-networks:${Region}:${Account}:device-identifier/${NetworkName}/${DeviceId}", + "arn": "arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}/calculated-attributes/${CalculatedAttributeName}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "device-identifier" + "resource": "calculated-attributes" } ], - "service_name": "AWS service providing managed private networks" + "service_name": "Amazon Connect Customer Profiles" }, { "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by a key that is present in the request the user makes to the customer profile service", + "description": "Filters access by tag key-value pairs in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by a tag key and value pair", + "description": "Filters access by tag key-value pairs attached to the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access by the list of all the tag key names present in the request the user makes to the customer profile service", + "description": "Filters access by tag keys in the request", "type": "ArrayOfString" + }, + { + "condition": "proton:EnvironmentTemplate", + "description": "Filters access by specified environment template related to resource", + "type": "String" + }, + { + "condition": "proton:ServiceTemplate", + "description": "Filters access by specified service template related to resource", + "type": "String" } ], - "prefix": "profile", + "prefix": "proton", "privileges": [ { "access_level": "Write", - "description": "Grants permission to add a profile key", - "privilege": "AddProfileKey", + "description": "Grants permission to reject an environment account connection request from another environment account", + "privilege": "AcceptEnvironmentAccountConnection", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment-account-connection*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to cancel component deployment", + "privilege": "CancelComponentDeployment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "component*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to cancel an environment deployment", + "privilege": "CancelEnvironmentDeployment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment*" + }, + { + "condition_keys": [ + "proton:EnvironmentTemplate" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to cancel a service instance deployment", + "privilege": "CancelServiceInstanceDeployment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service-instance*" + }, + { + "condition_keys": [ + "proton:ServiceTemplate" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to cancel a service pipeline deployment", + "privilege": "CancelServicePipelineDeployment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service*" + }, + { + "condition_keys": [ + "proton:ServiceTemplate" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create component", + "privilege": "CreateComponent", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "component*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an environment", + "privilege": "CreateEnvironment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "environment*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "proton:EnvironmentTemplate" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an environment account connection", + "privilege": "CreateEnvironmentAccountConnection", + "resource_types": [ + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an environment template", + "privilege": "CreateEnvironmentTemplate", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment-template*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an environment template major version. DEPRECATED - use CreateEnvironmentTemplateVersion instead", + "privilege": "CreateEnvironmentTemplateMajorVersion", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment-template*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an environment template minor version. DEPRECATED - use CreateEnvironmentTemplateVersion instead", + "privilege": "CreateEnvironmentTemplateMinorVersion", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment-template*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an environment template version", + "privilege": "CreateEnvironmentTemplateVersion", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment-template*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a repository", + "privilege": "CreateRepository", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a service", + "privilege": "CreateService", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "codestar-connections:PassConnection" + ], + "resource_type": "service*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "proton:ServiceTemplate" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a service instance", + "privilege": "CreateServiceInstance", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service-instance*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "proton:ServiceTemplate" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a service sync config", + "privilege": "CreateServiceSyncConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create a calculated attribute definition in the domain", - "privilege": "CreateCalculatedAttributeDefinition", + "description": "Grants permission to create a service template", + "privilege": "CreateServiceTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "calculated-attributes*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "service-template*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -179415,20 +196170,18 @@ }, { "access_level": "Write", - "description": "Grants permission to create a Domain", - "privilege": "CreateDomain", + "description": "Grants permission to create a service template major version. DEPRECATED - use CreateServiceTemplateVersion instead", + "privilege": "CreateServiceTemplateMajorVersion", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole" - ], - "resource_type": "domains*" + "dependent_actions": [], + "resource_type": "service-template*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -179437,26 +196190,18 @@ }, { "access_level": "Write", - "description": "Grants permission to put an event stream in a domain", - "privilege": "CreateEventStream", + "description": "Grants permission to create a service template minor version. DEPRECATED - use CreateServiceTemplateVersion instead", + "privilege": "CreateServiceTemplateMinorVersion", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "iam:PutRolePolicy", - "kinesis:DescribeStreamSummary" - ], - "resource_type": "domains*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-streams*" + "resource_type": "service-template*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -179465,18 +196210,18 @@ }, { "access_level": "Write", - "description": "Grants permission to create an integration workflow in a domain", - "privilege": "CreateIntegrationWorkflow", + "description": "Grants permission to create a service template version", + "privilege": "CreateServiceTemplateVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "service-template*" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -179485,362 +196230,382 @@ }, { "access_level": "Write", - "description": "Grants permission to create a profile in the domain", - "privilege": "CreateProfile", + "description": "Grants permission to create a template sync config", + "privilege": "CreateTemplateSyncConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a calculated attribute definition in the domain", - "privilege": "DeleteCalculatedAttributeDefinition", + "description": "Grants permission to delete account roles. DEPRECATED - use UpdateAccountSettings instead", + "privilege": "DeleteAccountRoles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "calculated-attributes*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete component", + "privilege": "DeleteComponent", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "component*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a Domain", - "privilege": "DeleteDomain", + "description": "Grants permission to delete a deployment", + "privilege": "DeleteDeployment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "deployment*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete an event stream in a domain", - "privilege": "DeleteEventStream", + "description": "Grants permission to delete an environment", + "privilege": "DeleteEnvironment", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:DeleteRolePolicy" - ], - "resource_type": "domains*" + "dependent_actions": [], + "resource_type": "environment*" }, { - "condition_keys": [], + "condition_keys": [ + "proton:EnvironmentTemplate" + ], "dependent_actions": [], - "resource_type": "event-streams*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a integration in a domain", - "privilege": "DeleteIntegration", + "description": "Grants permission to delete an environment account connection", + "privilege": "DeleteEnvironmentAccountConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" - }, + "resource_type": "environment-account-connection*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an environment template", + "privilege": "DeleteEnvironmentTemplate", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "integrations*" + "resource_type": "environment-template*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a profile", - "privilege": "DeleteProfile", + "description": "Grants permission to delete an environment template major version. DEPRECATED - use DeleteEnvironmentTemplateVersion instead", + "privilege": "DeleteEnvironmentTemplateMajorVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "environment-template*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a profile key", - "privilege": "DeleteProfileKey", + "description": "Grants permission to delete an environment template minor version. DEPRECATED - use DeleteEnvironmentTemplateVersion instead", + "privilege": "DeleteEnvironmentTemplateMinorVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "environment-template*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a profile object", - "privilege": "DeleteProfileObject", + "description": "Grants permission to delete an environment template version", + "privilege": "DeleteEnvironmentTemplateVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" - }, + "resource_type": "environment-template*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a repository", + "privilege": "DeleteRepository", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "object-types*" + "resource_type": "repository*" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a specific profile object type in the domain", - "privilege": "DeleteProfileObjectType", + "description": "Grants permission to delete a service", + "privilege": "DeleteService", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "service*" }, { - "condition_keys": [], + "condition_keys": [ + "proton:ServiceTemplate" + ], "dependent_actions": [], - "resource_type": "object-types*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a workflow in a domain", - "privilege": "DeleteWorkflow", + "description": "Grants permission to delete a service sync config", + "privilege": "DeleteServiceSyncConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a preview of auto merging in a domain", - "privilege": "GetAutoMergingPreview", + "access_level": "Write", + "description": "Grants permission to delete a service template", + "privilege": "DeleteServiceTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "service-template*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a calculated attribute definition in the domain", - "privilege": "GetCalculatedAttributeDefinition", + "access_level": "Write", + "description": "Grants permission to delete a service template major version. DEPRECATED - use DeleteServiceTemplateVersion instead", + "privilege": "DeleteServiceTemplateMajorVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "calculated-attributes*" - }, + "resource_type": "service-template*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a service template minor version. DEPRECATED - use DeleteServiceTemplateVersion instead", + "privilege": "DeleteServiceTemplateMinorVersion", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "service-template*" } ] }, { - "access_level": "Read", - "description": "Grants permission to retrieve a calculated attribute for a specific profile in the domain", - "privilege": "GetCalculatedAttributeForProfile", + "access_level": "Write", + "description": "Grants permission to delete a service template version", + "privilege": "DeleteServiceTemplateVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "calculated-attributes*" - }, + "resource_type": "service-template*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a TemplateSyncConfig", + "privilege": "DeleteTemplateSyncConfig", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get a specific domain in an account", - "privilege": "GetDomain", + "description": "Grants permission to get account roles. DEPRECATED - use GetAccountSettings instead", + "privilege": "GetAccountRoles", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get a specific event stream in a domain", - "privilege": "GetEventStream", + "description": "Grants permission to describe the account settings", + "privilege": "GetAccountSettings", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "kinesis:DescribeStreamSummary" - ], - "resource_type": "domains*" - }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-streams*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get an identity resolution job in a domain", - "privilege": "GetIdentityResolutionJob", + "description": "Grants permission to describe a component", + "privilege": "GetComponent", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "component*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a specific integrations in a domain", - "privilege": "GetIntegration", + "description": "Grants permission to describe a deployment", + "privilege": "GetDeployment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "integrations*" + "resource_type": "deployment*" } ] }, { - "access_level": "List", - "description": "Grants permission to get profile matches in a domain", - "privilege": "GetMatches", + "access_level": "Read", + "description": "Grants permission to describe an environment", + "privilege": "GetEnvironment", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "environment*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a specific profile object type in the domain", - "privilege": "GetProfileObjectType", + "description": "Grants permission to describe an environment account connection", + "privilege": "GetEnvironmentAccountConnection", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "object-types*" + "resource_type": "environment-account-connection*" } ] }, { "access_level": "Read", - "description": "Grants permission to get a specific object type template", - "privilege": "GetProfileObjectTypeTemplate", + "description": "Grants permission to describe an environment template", + "privilege": "GetEnvironmentTemplate", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "environment-template*" } ] }, { "access_level": "Read", - "description": "Grants permission to get workflow details in a domain", - "privilege": "GetWorkflow", + "description": "Grants permission to get an environment template major version. DEPRECATED - use GetEnvironmentTemplateVersion instead", + "privilege": "GetEnvironmentTemplateMajorVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "environment-template*" } ] }, { "access_level": "Read", - "description": "Grants permission to get workflow step details in a domain", - "privilege": "GetWorkflowSteps", + "description": "Grants permission to get an environment template minor version. DEPRECATED - use GetEnvironmentTemplateVersion instead", + "privilege": "GetEnvironmentTemplateMinorVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "environment-template*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the integrations in the account", - "privilege": "ListAccountIntegrations", + "access_level": "Read", + "description": "Grants permission to describe an environment template version", + "privilege": "GetEnvironmentTemplateVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "environment-template*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the calculated attribute definitions in the domain", - "privilege": "ListCalculatedAttributeDefinitions", + "access_level": "Read", + "description": "Grants permission to describe a repository", + "privilege": "GetRepository", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "repository*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all calculated attributes for a specific profile in the domain", - "privilege": "ListCalculatedAttributesForProfile", + "access_level": "Read", + "description": "Grants permission to get the latest sync status for a repository", + "privilege": "GetRepositorySyncStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the domains in an account", - "privilege": "ListDomains", + "access_level": "Read", + "description": "Grants permission to list resource template version status counts", + "privilege": "GetResourceTemplateVersionStatusCounts", "resource_types": [ { "condition_keys": [], @@ -179850,45 +196615,45 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all the event streams in a specific domain", - "privilege": "ListEventStreams", + "access_level": "Read", + "description": "Grants permission to get resources summary", + "privilege": "GetResourcesSummary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list identity resolution jobs in a domain", - "privilege": "ListIdentityResolutionJobs", + "access_level": "Read", + "description": "Grants permission to describe a service", + "privilege": "GetService", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "service*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the integrations in a specific domain", - "privilege": "ListIntegrations", + "access_level": "Read", + "description": "Grants permission to describe a service instance", + "privilege": "GetServiceInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "service-instance*" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the profile object type templates in the account", - "privilege": "ListProfileObjectTypeTemplates", + "access_level": "Read", + "description": "Grants permission to describe the sync status of a service instance", + "privilege": "GetServiceInstanceSyncStatus", "resource_types": [ { "condition_keys": [], @@ -179898,590 +196663,609 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all the profile object types in the domain", - "privilege": "ListProfileObjectTypes", + "access_level": "Read", + "description": "Grants permission to describe service sync blockers on a service or service instance", + "privilege": "GetServiceSyncBlockerSummary", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list all the profile objects for a profile", - "privilege": "ListProfileObjects", + "access_level": "Read", + "description": "Grants permission to describe a service sync config", + "privilege": "GetServiceSyncConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a service template", + "privilege": "GetServiceTemplate", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "object-types*" + "resource_type": "service-template*" } ] }, { "access_level": "Read", - "description": "Grants permission to list tags for a resource", - "privilege": "ListTagsForResource", + "description": "Grants permission to get a service template major version. DEPRECATED - use GetServiceTemplateVersion instead", + "privilege": "GetServiceTemplateMajorVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "calculated-attributes" - }, + "resource_type": "service-template*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a service template minor version. DEPRECATED - use GetServiceTemplateVersion instead", + "privilege": "GetServiceTemplateMinorVersion", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains" - }, + "resource_type": "service-template*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a service template version", + "privilege": "GetServiceTemplateVersion", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-streams" - }, + "resource_type": "service-template*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe a TemplateSyncConfig", + "privilege": "GetTemplateSyncConfig", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "integrations" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe the sync status of a template", + "privilege": "GetTemplateSyncStatus", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "object-types" + "resource_type": "" } ] }, { "access_level": "List", - "description": "Grants permission to list all the workflows in a specific domain", - "privilege": "ListWorkflows", + "description": "Grants permission to list component outputs", + "privilege": "ListComponentOutputs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "component*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "deployment" } ] }, { - "access_level": "Write", - "description": "Grants permission to merge profiles in a domain", - "privilege": "MergeProfiles", + "access_level": "List", + "description": "Grants permission to list component provisioned resources", + "privilege": "ListComponentProvisionedResources", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "component*" } ] }, { - "access_level": "Write", - "description": "Grants permission to put a integration in a domain", - "privilege": "PutIntegration", + "access_level": "List", + "description": "Grants permission to list components", + "privilege": "ListComponents", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "environment" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "integrations*" + "resource_type": "service" }, { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "service-instance" } ] }, { - "access_level": "Write", - "description": "Grants permission to put an object for a profile", - "privilege": "PutProfileObject", + "access_level": "List", + "description": "Grants permission to list deployments", + "privilege": "ListDeployments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list environment account connections", + "privilege": "ListEnvironmentAccountConnections", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "object-types*" + "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to put a specific profile object type in the domain", - "privilege": "PutProfileObjectType", + "access_level": "List", + "description": "Grants permission to list environment outputs", + "privilege": "ListEnvironmentOutputs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "environment*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "object-types*" - }, + "resource_type": "deployment" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list environment provisioned resources", + "privilege": "ListEnvironmentProvisionedResources", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "environment*" } ] }, { - "access_level": "Read", - "description": "Grants permission to search for profiles in a domain", - "privilege": "SearchProfiles", + "access_level": "List", + "description": "Grants permission to list environment template major versions. DEPRECATED - use ListEnvironmentTemplateVersions instead", + "privilege": "ListEnvironmentTemplateMajorVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "environment-template*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to adds tags to a resource", - "privilege": "TagResource", + "access_level": "List", + "description": "Grants permission to list an environment template minor versions. DEPRECATED - use ListEnvironmentTemplateVersions instead", + "privilege": "ListEnvironmentTemplateMinorVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "calculated-attributes" - }, + "resource_type": "environment-template*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list environment template versions", + "privilege": "ListEnvironmentTemplateVersions", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains" - }, + "resource_type": "environment-template*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list environment templates", + "privilege": "ListEnvironmentTemplates", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-streams" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list environments", + "privilege": "ListEnvironments", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "integrations" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list repositories", + "privilege": "ListRepositories", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "object-types" - }, + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list repository sync definitions", + "privilege": "ListRepositorySyncDefinitions", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a resource", - "privilege": "UntagResource", + "access_level": "List", + "description": "Grants permission to list service instance outputs", + "privilege": "ListServiceInstanceOutputs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "calculated-attributes" + "resource_type": "service*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains" + "resource_type": "service-instance*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "event-streams" - }, + "resource_type": "deployment" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list service instance provisioned resources", + "privilege": "ListServiceInstanceProvisionedResources", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "integrations" + "resource_type": "service*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "object-types" - }, + "resource_type": "service-instance*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list service instances", + "privilege": "ListServiceInstances", + "resource_types": [ { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], + "condition_keys": [], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a calculated attribute definition in the domain", - "privilege": "UpdateCalculatedAttributeDefinition", + "access_level": "List", + "description": "Grants permission to list service pipeline outputs", + "privilege": "ListServicePipelineOutputs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "calculated-attributes*" + "resource_type": "service*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "deployment" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a Domain", - "privilege": "UpdateDomain", + "access_level": "List", + "description": "Grants permission to list service pipeline provisioned resources", + "privilege": "ListServicePipelineProvisionedResources", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:CreateServiceLinkedRole" - ], - "resource_type": "domains*" + "dependent_actions": [], + "resource_type": "service*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a profile in the domain", - "privilege": "UpdateProfile", + "access_level": "List", + "description": "Grants permission to list service template major versions. DEPRECATED - use ListServiceTemplateVersions instead", + "privilege": "ListServiceTemplateMajorVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "domains*" + "resource_type": "service-template*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "domains" - }, - { - "arn": "arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}/object-types/${ObjectTypeName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "object-types" - }, - { - "arn": "arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}/integrations/${Uri}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "integrations" - }, - { - "arn": "arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}/event-streams/${EventStreamName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "event-streams" - }, - { - "arn": "arn:${Partition}:profile:${Region}:${Account}:domains/${DomainName}/calculated-attributes/${CalculatedAttributeName}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "calculated-attributes" - } - ], - "service_name": "Amazon Connect Customer Profiles" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by tag key-value pairs in the request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by tag key-value pairs attached to the resource", - "type": "String" - }, - { - "condition": "aws:TagKeys", - "description": "Filters access by tag keys in the request", - "type": "ArrayOfString" - }, - { - "condition": "proton:EnvironmentTemplate", - "description": "Filters access by specified environment template related to resource", - "type": "String" }, { - "condition": "proton:ServiceTemplate", - "description": "Filters access by specified service template related to resource", - "type": "String" - } - ], - "prefix": "proton", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to reject an environment account connection request from another environment account", - "privilege": "AcceptEnvironmentAccountConnection", + "access_level": "List", + "description": "Grants permission to list service template minor versions. DEPRECATED - use ListServiceTemplateVersions instead", + "privilege": "ListServiceTemplateMinorVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment-account-connection*" + "resource_type": "service-template*" } ] }, { - "access_level": "Write", - "description": "Grants permission to cancel component deployment", - "privilege": "CancelComponentDeployment", + "access_level": "List", + "description": "Grants permission to list service template versions", + "privilege": "ListServiceTemplateVersions", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "component*" + "resource_type": "service-template*" } ] }, { - "access_level": "Write", - "description": "Grants permission to cancel an environment deployment", - "privilege": "CancelEnvironmentDeployment", + "access_level": "List", + "description": "Grants permission to list service templates", + "privilege": "ListServiceTemplates", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" - }, - { - "condition_keys": [ - "proton:EnvironmentTemplate" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to cancel a service instance deployment", - "privilege": "CancelServiceInstanceDeployment", + "access_level": "List", + "description": "Grants permission to list services", + "privilege": "ListServices", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-instance*" - }, - { - "condition_keys": [ - "proton:ServiceTemplate" - ], - "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to cancel a service pipeline deployment", - "privilege": "CancelServicePipelineDeployment", + "access_level": "Read", + "description": "Grants permission to list tags of a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service*" + "resource_type": "component" }, { - "condition_keys": [ - "proton:ServiceTemplate" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create component", - "privilege": "CreateComponent", - "resource_types": [ + "resource_type": "environment" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "component*" + "resource_type": "environment-account-connection" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "environment-template" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment-template-major-version" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment-template-minor-version" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment-template-version" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "repository" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service-instance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service-template" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service-template-major-version" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service-template-minor-version" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service-template-version" } ] }, { "access_level": "Write", - "description": "Grants permission to create an environment", - "privilege": "CreateEnvironment", + "description": "Grants permission to notify Proton of resource deployment status changes", + "privilege": "NotifyResourceDeploymentStatusChange", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "environment*" + "dependent_actions": [], + "resource_type": "environment" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}", - "proton:EnvironmentTemplate" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "service-instance" } ] }, { "access_level": "Write", - "description": "Grants permission to create an environment account connection", - "privilege": "CreateEnvironmentAccountConnection", + "description": "Grants permission to reject an environment account connection request from another environment account", + "privilege": "RejectEnvironmentAccountConnection", "resource_types": [ { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "environment-account-connection*" } ] }, { - "access_level": "Write", - "description": "Grants permission to create an environment template", - "privilege": "CreateEnvironmentTemplate", + "access_level": "Tagging", + "description": "Grants permission to add tags to a resource", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment-template*" + "resource_type": "component" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an environment template major version. DEPRECATED - use CreateEnvironmentTemplateVersion instead", - "privilege": "CreateEnvironmentTemplateMajorVersion", - "resource_types": [ + "resource_type": "environment" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment-template*" + "resource_type": "environment-account-connection" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an environment template minor version. DEPRECATED - use CreateEnvironmentTemplateVersion instead", - "privilege": "CreateEnvironmentTemplateMinorVersion", - "resource_types": [ + "resource_type": "environment-template" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment-template*" + "resource_type": "environment-template-major-version" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an environment template version", - "privilege": "CreateEnvironmentTemplateVersion", - "resource_types": [ + "resource_type": "environment-template-minor-version" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment-template*" + "resource_type": "environment-template-version" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a repository", - "privilege": "CreateRepository", - "resource_types": [ + "resource_type": "repository" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "service" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service-instance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service-template" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service-template-major-version" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service-template-minor-version" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "service-template-version" }, { "condition_keys": [ @@ -180494,135 +197278,83 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to create a service", - "privilege": "CreateService", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "codestar-connections:PassConnection" - ], - "resource_type": "service*" + "dependent_actions": [], + "resource_type": "component" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}", - "proton:ServiceTemplate" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a service instance", - "privilege": "CreateServiceInstance", - "resource_types": [ + "resource_type": "environment" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-instance*" + "resource_type": "environment-account-connection" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}", - "proton:ServiceTemplate" - ], + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment-template" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment-template-major-version" + }, + { + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a service sync config", - "privilege": "CreateServiceSyncConfig", - "resource_types": [ + "resource_type": "environment-template-minor-version" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a service template", - "privilege": "CreateServiceTemplate", - "resource_types": [ + "resource_type": "environment-template-version" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template*" + "resource_type": "repository" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a service template major version. DEPRECATED - use CreateServiceTemplateVersion instead", - "privilege": "CreateServiceTemplateMajorVersion", - "resource_types": [ + "resource_type": "service" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template*" + "resource_type": "service-instance" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a service template minor version. DEPRECATED - use CreateServiceTemplateVersion instead", - "privilege": "CreateServiceTemplateMinorVersion", - "resource_types": [ + "resource_type": "service-template" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template*" + "resource_type": "service-template-major-version" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a service template version", - "privilege": "CreateServiceTemplateVersion", - "resource_types": [ + "resource_type": "service-template-minor-version" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template*" + "resource_type": "service-template-version" }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -180631,32 +197363,36 @@ }, { "access_level": "Write", - "description": "Grants permission to create a template sync config", - "privilege": "CreateTemplateSyncConfig", + "description": "Grants permission to update account roles. DEPRECATED - use UpdateAccountSettings instead", + "privilege": "UpdateAccountRoles", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "iam:PassRole" + ], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete account roles. DEPRECATED - use UpdateAccountSettings instead", - "privilege": "DeleteAccountRoles", + "description": "Grants permission to update the account settings", + "privilege": "UpdateAccountSettings", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "iam:PassRole" + ], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete component", - "privilege": "DeleteComponent", + "description": "Grants permission to update component", + "privilege": "UpdateComponent", "resource_types": [ { "condition_keys": [], @@ -180667,12 +197403,14 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an environment", - "privilege": "DeleteEnvironment", + "description": "Grants permission to update an environment", + "privilege": "UpdateEnvironment", "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "iam:PassRole" + ], "resource_type": "environment*" }, { @@ -180686,8 +197424,8 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an environment account connection", - "privilege": "DeleteEnvironmentAccountConnection", + "description": "Grants permission to update an environment account connection", + "privilege": "UpdateEnvironmentAccountConnection", "resource_types": [ { "condition_keys": [], @@ -180698,8 +197436,8 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an environment template", - "privilege": "DeleteEnvironmentTemplate", + "description": "Grants permission to update an environment template", + "privilege": "UpdateEnvironmentTemplate", "resource_types": [ { "condition_keys": [], @@ -180710,8 +197448,8 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an environment template major version. DEPRECATED - use DeleteEnvironmentTemplateVersion instead", - "privilege": "DeleteEnvironmentTemplateMajorVersion", + "description": "Grants permission to update an environment template major version. DEPRECATED - use UpdateEnvironmentTemplateVersion instead", + "privilege": "UpdateEnvironmentTemplateMajorVersion", "resource_types": [ { "condition_keys": [], @@ -180722,8 +197460,8 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an environment template minor version. DEPRECATED - use DeleteEnvironmentTemplateVersion instead", - "privilege": "DeleteEnvironmentTemplateMinorVersion", + "description": "Grants permission to update an environment template minor version. DEPRECATED - use UpdateEnvironmentTemplateVersion instead", + "privilege": "UpdateEnvironmentTemplateMinorVersion", "resource_types": [ { "condition_keys": [], @@ -180734,8 +197472,8 @@ }, { "access_level": "Write", - "description": "Grants permission to delete an environment template version", - "privilege": "DeleteEnvironmentTemplateVersion", + "description": "Grants permission to update an environment template version", + "privilege": "UpdateEnvironmentTemplateVersion", "resource_types": [ { "condition_keys": [], @@ -180746,25 +197484,32 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a repository", - "privilege": "DeleteRepository", + "description": "Grants permission to update a service", + "privilege": "UpdateService", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "service*" + }, + { + "condition_keys": [ + "proton:ServiceTemplate" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a service", - "privilege": "DeleteService", + "description": "Grants permission to update a service instance", + "privilege": "UpdateServiceInstance", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service*" + "resource_type": "service-instance*" }, { "condition_keys": [ @@ -180777,44 +197522,51 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a service sync config", - "privilege": "DeleteServiceSyncConfig", + "description": "Grants permission to update a service pipeline", + "privilege": "UpdateServicePipeline", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "service*" + }, + { + "condition_keys": [ + "proton:ServiceTemplate" + ], + "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a service template", - "privilege": "DeleteServiceTemplate", + "description": "Grants permission to update a service sync blocker", + "privilege": "UpdateServiceSyncBlocker", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a service template major version. DEPRECATED - use DeleteServiceTemplateVersion instead", - "privilege": "DeleteServiceTemplateMajorVersion", + "description": "Grants permission to update a service sync config", + "privilege": "UpdateServiceSyncConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to delete a service template minor version. DEPRECATED - use DeleteServiceTemplateVersion instead", - "privilege": "DeleteServiceTemplateMinorVersion", + "description": "Grants permission to update a service template", + "privilege": "UpdateServiceTemplate", "resource_types": [ { "condition_keys": [], @@ -180825,8 +197577,8 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a service template version", - "privilege": "DeleteServiceTemplateVersion", + "description": "Grants permission to update a service template major version. DEPRECATED - use UpdateServiceTemplateVersion instead", + "privilege": "UpdateServiceTemplateMajorVersion", "resource_types": [ { "condition_keys": [], @@ -180837,32 +197589,32 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a TemplateSyncConfig", - "privilege": "DeleteTemplateSyncConfig", + "description": "Grants permission to create a service template minor version. DEPRECATED - use UpdateServiceTemplateVersion instead", + "privilege": "UpdateServiceTemplateMinorVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "service-template*" } ] }, { - "access_level": "Read", - "description": "Grants permission to get account roles. DEPRECATED - use GetAccountSettings instead", - "privilege": "GetAccountRoles", + "access_level": "Write", + "description": "Grants permission to update a service template version", + "privilege": "UpdateServiceTemplateVersion", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "service-template*" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the account settings", - "privilege": "GetAccountSettings", + "access_level": "Write", + "description": "Grants permission to update a TemplateSyncConfig", + "privilege": "UpdateTemplateSyncConfig", "resource_types": [ { "condition_keys": [], @@ -180870,107 +197622,180 @@ "resource_type": "" } ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:proton:${Region}:${Account}:environment-template/${Name}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "environment-template" }, { - "access_level": "Read", - "description": "Grants permission to describe a component", - "privilege": "GetComponent", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "component*" - } - ] + "arn": "arn:${Partition}:proton:${Region}:${Account}:environment-template/${TemplateName}:${MajorVersion}.${MinorVersion}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "environment-template-version" }, { - "access_level": "Read", - "description": "Grants permission to describe an environment", - "privilege": "GetEnvironment", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment*" - } - ] + "arn": "arn:${Partition}:proton:${Region}:${Account}:environment-template/${TemplateName}:${MajorVersionId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "environment-template-major-version" }, { - "access_level": "Read", - "description": "Grants permission to describe an environment account connection", - "privilege": "GetEnvironmentAccountConnection", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment-account-connection*" - } - ] + "arn": "arn:${Partition}:proton:${Region}:${Account}:environment-template/${TemplateName}:${MajorVersionId}.${MinorVersionId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "environment-template-minor-version" }, { - "access_level": "Read", - "description": "Grants permission to describe an environment template", - "privilege": "GetEnvironmentTemplate", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment-template*" - } - ] + "arn": "arn:${Partition}:proton:${Region}:${Account}:service-template/${Name}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "service-template" }, { - "access_level": "Read", - "description": "Grants permission to get an environment template major version. DEPRECATED - use GetEnvironmentTemplateVersion instead", - "privilege": "GetEnvironmentTemplateMajorVersion", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment-template*" - } - ] + "arn": "arn:${Partition}:proton:${Region}:${Account}:service-template/${TemplateName}:${MajorVersion}.${MinorVersion}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "service-template-version" }, { - "access_level": "Read", - "description": "Grants permission to get an environment template minor version. DEPRECATED - use GetEnvironmentTemplateVersion instead", - "privilege": "GetEnvironmentTemplateMinorVersion", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment-template*" - } - ] + "arn": "arn:${Partition}:proton:${Region}:${Account}:service-template/${TemplateName}:${MajorVersionId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "service-template-major-version" }, { - "access_level": "Read", - "description": "Grants permission to describe an environment template version", - "privilege": "GetEnvironmentTemplateVersion", + "arn": "arn:${Partition}:proton:${Region}:${Account}:service-template/${TemplateName}:${MajorVersionId}.${MinorVersionId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "service-template-minor-version" + }, + { + "arn": "arn:${Partition}:proton:${Region}:${Account}:environment/${Name}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "environment" + }, + { + "arn": "arn:${Partition}:proton:${Region}:${Account}:service/${Name}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "service" + }, + { + "arn": "arn:${Partition}:proton:${Region}:${Account}:service/${ServiceName}/service-instance/${Name}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "service-instance" + }, + { + "arn": "arn:${Partition}:proton:${Region}:${Account}:environment-account-connection/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "environment-account-connection" + }, + { + "arn": "arn:${Partition}:proton:${Region}:${Account}:repository/${Provider}:${Name}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "repository" + }, + { + "arn": "arn:${Partition}:proton:${Region}:${Account}:component/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "component" + }, + { + "arn": "arn:${Partition}:proton:${Region}:${Account}:deployment/${Id}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "deployment" + } + ], + "service_name": "AWS Proton" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by a tag's key and value in a request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the set of tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys in a request", + "type": "ArrayOfString" + } + ], + "prefix": "purchase-orders", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to add a new purchase order", + "privilege": "AddPurchaseOrder", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment-template*" + "resource_type": "purchase-order*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a repository", - "privilege": "GetRepository", + "access_level": "Write", + "description": "Grants permission to delete a purchase order", + "privilege": "DeletePurchaseOrder", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository*" + "resource_type": "purchase-order*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to get the latest sync status for a repository", - "privilege": "GetRepositorySyncStatus", + "description": "Grants permission to view whether existing or fine-grained IAM actions are being used to control authorization to Billing, Cost Management, and Account consoles", + "privilege": "GetConsoleActionSetEnforced", "resource_types": [ { "condition_keys": [], @@ -180981,140 +197806,224 @@ }, { "access_level": "Read", - "description": "Grants permission to list resource template version status counts", - "privilege": "GetResourceTemplateVersionStatusCounts", + "description": "Grants permission to get a purchase order", + "privilege": "GetPurchaseOrder", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "purchase-order*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get resources summary", - "privilege": "GetResourcesSummary", + "access_level": "List", + "description": "Grants permission to list purchase order invoices", + "privilege": "ListPurchaseOrderInvoices", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "purchase-order*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a service", - "privilege": "GetService", + "access_level": "List", + "description": "Grants permission to list all purchase orders for an account", + "privilege": "ListPurchaseOrders", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service*" + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a service instance", - "privilege": "GetServiceInstance", + "description": "Grants permission to list tags for a purchase order", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-instance*" + "resource_type": "purchase-order" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe the sync status of a service instance", - "privilege": "GetServiceInstanceSyncStatus", + "access_level": "Write", + "description": "Grants permission to modify purchase orders and details", + "privilege": "ModifyPurchaseOrders", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "purchase-order*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe service sync blockers on a service or service instance", - "privilege": "GetServiceSyncBlockerSummary", + "access_level": "Tagging", + "description": "Grants permission to tag purchase orders with given key value pairs", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "purchase-order*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a service sync config", - "privilege": "GetServiceSyncConfig", + "access_level": "Tagging", + "description": "Grants permission to remove tags from a purchase order", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], + "resource_type": "purchase-order*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to describe a service template", - "privilege": "GetServiceTemplate", + "access_level": "Write", + "description": "Grants permission to change whether existing or fine-grained IAM actions will be used to control authorization to Billing, Cost Management, and Account consoles", + "privilege": "UpdateConsoleActionSetEnforced", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template*" + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a service template major version. DEPRECATED - use GetServiceTemplateVersion instead", - "privilege": "GetServiceTemplateMajorVersion", + "access_level": "Write", + "description": "Grants permission to update an existing purchase order", + "privilege": "UpdatePurchaseOrder", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template*" + "resource_type": "purchase-order*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "Read", - "description": "Grants permission to get a service template minor version. DEPRECATED - use GetServiceTemplateVersion instead", - "privilege": "GetServiceTemplateMinorVersion", + "access_level": "Write", + "description": "Grants permission to set purchase order status", + "privilege": "UpdatePurchaseOrderStatus", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template*" + "resource_type": "purchase-order*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { "access_level": "Read", - "description": "Grants permission to describe a service template version", - "privilege": "GetServiceTemplateVersion", + "description": "Grants permission to view purchase orders and details", + "privilege": "ViewPurchaseOrders", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template*" + "resource_type": "purchase-order" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] - }, + } + ], + "resources": [ + { + "arn": "arn:${Partition}:purchase-orders::${Account}:purchase-order/${ResourceName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "purchase-order" + } + ], + "service_name": "AWS Purchase Orders Console" + }, + { + "conditions": [], + "prefix": "q", + "privileges": [ { "access_level": "Read", - "description": "Grants permission to describe a TemplateSyncConfig", - "privilege": "GetTemplateSyncConfig", + "description": "Grants permission to get individual messages associated with a specific conversation with Amazon Q", + "privilege": "GetConversation", "resource_types": [ { "condition_keys": [], @@ -181125,8 +198034,8 @@ }, { "access_level": "Read", - "description": "Grants permission to describe the sync status of a template", - "privilege": "GetTemplateSyncStatus", + "description": "Grants permission to get troubleshooting results with Amazon Q", + "privilege": "GetTroubleshootingResults", "resource_types": [ { "condition_keys": [], @@ -181136,55 +198045,45 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list component outputs", - "privilege": "ListComponentOutputs", + "access_level": "Write", + "description": "Grants permission to send a message to Amazon Q", + "privilege": "SendMessage", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "component*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list component provisioned resources", - "privilege": "ListComponentProvisionedResources", + "access_level": "Write", + "description": "Grants permission to start a conversation with Amazon Q", + "privilege": "StartConversation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "component*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list components", - "privilege": "ListComponents", + "access_level": "Write", + "description": "Grants permission to start a troubleshooting analysis with Amazon Q", + "privilege": "StartTroubleshootingAnalysis", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "service" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "service-instance" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list environment account connections", - "privilege": "ListEnvironmentAccountConnections", + "access_level": "Write", + "description": "Grants permission to start a troubleshooting resolution explanation with Amazon Q", + "privilege": "StartTroubleshootingResolutionExplanation", "resource_types": [ { "condition_keys": [], @@ -181192,153 +198091,165 @@ "resource_type": "" } ] + } + ], + "resources": [], + "service_name": "Amazon Q" + }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" }, { - "access_level": "List", - "description": "Grants permission to list environment outputs", - "privilege": "ListEnvironmentOutputs", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment*" - } - ] + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" }, { - "access_level": "List", - "description": "Grants permission to list environment provisioned resources", - "privilege": "ListEnvironmentProvisionedResources", + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "qbusiness", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to add one or more users for licenses", + "privilege": "AddUserLicenses", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list environment template major versions. DEPRECATED - use ListEnvironmentTemplateVersions instead", - "privilege": "ListEnvironmentTemplateMajorVersions", + "access_level": "Write", + "description": "Grants permission to batch delete document", + "privilege": "BatchDeleteDocument", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment-template*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list an environment template minor versions. DEPRECATED - use ListEnvironmentTemplateVersions instead", - "privilege": "ListEnvironmentTemplateMinorVersions", - "resource_types": [ + "resource_type": "application*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment-template*" + "resource_type": "index*" } ] }, { - "access_level": "List", - "description": "Grants permission to list environment template versions", - "privilege": "ListEnvironmentTemplateVersions", + "access_level": "Write", + "description": "Grants permission to batch put document", + "privilege": "BatchPutDocument", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment-template*" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list environment templates", - "privilege": "ListEnvironmentTemplates", - "resource_types": [ + "resource_type": "application*" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "index*" } ] }, { - "access_level": "List", - "description": "Grants permission to list environments", - "privilege": "ListEnvironments", + "access_level": "Read", + "description": "Grants permission to chat using an application", + "privilege": "Chat", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list repositories", - "privilege": "ListRepositories", + "access_level": "Read", + "description": "Grants permission to chat synchronously using an application", + "privilege": "ChatSync", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list repository sync definitions", - "privilege": "ListRepositorySyncDefinitions", + "access_level": "Write", + "description": "Grants permission to create an application", + "privilege": "CreateApplication", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list service instance outputs", - "privilege": "ListServiceInstanceOutputs", + "access_level": "Write", + "description": "Grants permission to create a data source for a given application and index", + "privilege": "CreateDataSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service*" + "resource_type": "application*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-instance*" + "resource_type": "index*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list service instance provisioned resources", - "privilege": "ListServiceInstanceProvisionedResources", + "access_level": "Write", + "description": "Grants permission to create an index for a given application", + "privilege": "CreateIndex", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service*" + "resource_type": "application*" }, { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [], - "resource_type": "service-instance*" + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list service instances", - "privilege": "ListServiceInstances", + "access_level": "Write", + "description": "Grants permission to create a license", + "privilege": "CreateLicense", "resource_types": [ { "condition_keys": [], @@ -181348,546 +198259,573 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list service pipeline outputs", - "privilege": "ListServicePipelineOutputs", + "access_level": "Write", + "description": "Grants permission to create a plugin for a given application", + "privilege": "CreatePlugin", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service*" + "resource_type": "application*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list service pipeline provisioned resources", - "privilege": "ListServicePipelineProvisionedResources", + "access_level": "Write", + "description": "Grants permission to create a retriever for a given application", + "privilege": "CreateRetriever", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service*" + "resource_type": "application*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list service template major versions. DEPRECATED - use ListServiceTemplateVersions instead", - "privilege": "ListServiceTemplateMajorVersions", + "access_level": "Write", + "description": "Grants permission to create a user", + "privilege": "CreateUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template*" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list service template minor versions. DEPRECATED - use ListServiceTemplateVersions instead", - "privilege": "ListServiceTemplateMinorVersions", + "access_level": "Write", + "description": "Grants permission to create a web experience for a given application", + "privilege": "CreateWebExperience", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template*" + "resource_type": "application*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, { - "access_level": "List", - "description": "Grants permission to list service template versions", - "privilege": "ListServiceTemplateVersions", + "access_level": "Write", + "description": "Grants permission to delete an application", + "privilege": "DeleteApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template*" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list service templates", - "privilege": "ListServiceTemplates", + "access_level": "Write", + "description": "Grants permission to delete chat controls configuration for an application", + "privilege": "DeleteChatControlsConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "List", - "description": "Grants permission to list services", - "privilege": "ListServices", + "access_level": "Write", + "description": "Grants permission to delete a conversation", + "privilege": "DeleteConversation", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list tags of a resource", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to delete a DataSource", + "privilege": "DeleteDataSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "component" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment-account-connection" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment-template" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment-template-major-version" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment-template-minor-version" + "resource_type": "application*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment-template-version" + "resource_type": "data-source*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository" - }, + "resource_type": "index*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a group", + "privilege": "DeleteGroup", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service" + "resource_type": "application*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-instance" - }, + "resource_type": "index*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an index", + "privilege": "DeleteIndex", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template" + "resource_type": "application*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template-major-version" - }, + "resource_type": "index*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a plugin", + "privilege": "DeletePlugin", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template-minor-version" + "resource_type": "application*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template-version" + "resource_type": "plugin*" } ] }, { "access_level": "Write", - "description": "Grants permission to notify Proton of resource deployment status changes", - "privilege": "NotifyResourceDeploymentStatusChange", + "description": "Grants permission to delete a retriever", + "privilege": "DeleteRetriever", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment" + "resource_type": "application*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-instance" + "resource_type": "retriever*" } ] }, { "access_level": "Write", - "description": "Grants permission to reject an environment account connection request from another environment account", - "privilege": "RejectEnvironmentAccountConnection", + "description": "Grants permission to delete a user", + "privilege": "DeleteUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment-account-connection*" + "resource_type": "application*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to add tags to a resource", - "privilege": "TagResource", + "access_level": "Write", + "description": "Grants permission to delete a web-experience", + "privilege": "DeleteWebExperience", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "component" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment-account-connection" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment-template" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment-template-major-version" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment-template-minor-version" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment-template-version" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "repository" + "resource_type": "application*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "service" - }, + "resource_type": "web-experience*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get an application", + "privilege": "GetApplication", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-instance" - }, + "resource_type": "application*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to get chat controls configuration for an application", + "privilege": "GetChatControlsConfiguration", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template" - }, + "resource_type": "application*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a data source", + "privilege": "GetDataSource", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template-major-version" + "resource_type": "application*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template-minor-version" + "resource_type": "data-source*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template-version" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "index*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a resource", - "privilege": "UntagResource", + "access_level": "Read", + "description": "Grants permission to get a group", + "privilege": "GetGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "component" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "environment-account-connection" + "resource_type": "application*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment-template" - }, + "resource_type": "index*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get an index", + "privilege": "GetIndex", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment-template-major-version" + "resource_type": "application*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment-template-minor-version" - }, + "resource_type": "index*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a license", + "privilege": "GetLicense", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment-template-version" - }, + "resource_type": "user-license*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a plugin", + "privilege": "GetPlugin", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "repository" + "resource_type": "application*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "service" - }, + "resource_type": "plugin*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a retriever", + "privilege": "GetRetriever", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-instance" + "resource_type": "application*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template" - }, + "resource_type": "retriever*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a user", + "privilege": "GetUser", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template-major-version" - }, + "resource_type": "application*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a web-experience", + "privilege": "GetWebExperience", + "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template-minor-version" + "resource_type": "application*" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template-version" - }, - { - "condition_keys": [ - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "web-experience*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update account roles. DEPRECATED - use UpdateAccountSettings instead", - "privilege": "UpdateAccountRoles", + "access_level": "List", + "description": "Grants permission to list the applications", + "privilege": "ListApplications", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], + "dependent_actions": [], "resource_type": "" } ] }, { - "access_level": "Write", - "description": "Grants permission to update the account settings", - "privilege": "UpdateAccountSettings", + "access_level": "List", + "description": "Grants permission to list all conversations for an application", + "privilege": "ListConversations", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "" + "dependent_actions": [], + "resource_type": "application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update component", - "privilege": "UpdateComponent", + "access_level": "List", + "description": "Grants permission to get Data Source sync job history", + "privilege": "ListDataSourceSyncJobs", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "component*" + "resource_type": "application*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "data-source*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "index*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an environment", - "privilege": "UpdateEnvironment", + "access_level": "List", + "description": "Grants permission to list the data sources of an application and an index", + "privilege": "ListDataSources", "resource_types": [ { "condition_keys": [], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "environment*" + "dependent_actions": [], + "resource_type": "application*" }, { - "condition_keys": [ - "proton:EnvironmentTemplate" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "index*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an environment account connection", - "privilege": "UpdateEnvironmentAccountConnection", + "access_level": "List", + "description": "Grants permission to list all documents", + "privilege": "ListDocuments", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment-account-connection*" + "resource_type": "application*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "index*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an environment template", - "privilege": "UpdateEnvironmentTemplate", + "access_level": "List", + "description": "Grants permission to list groups", + "privilege": "ListGroups", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment-template*" + "resource_type": "application*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "index*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an environment template major version. DEPRECATED - use UpdateEnvironmentTemplateVersion instead", - "privilege": "UpdateEnvironmentTemplateMajorVersion", + "access_level": "List", + "description": "Grants permission to list the indices of an application", + "privilege": "ListIndices", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment-template*" + "resource_type": "application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an environment template minor version. DEPRECATED - use UpdateEnvironmentTemplateVersion instead", - "privilege": "UpdateEnvironmentTemplateMinorVersion", + "access_level": "List", + "description": "Grants permission to list all messages", + "privilege": "ListMessages", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment-template*" + "resource_type": "application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update an environment template version", - "privilege": "UpdateEnvironmentTemplateVersion", + "access_level": "List", + "description": "Grants permission to list the plugins of an application", + "privilege": "ListPlugins", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "environment-template*" + "resource_type": "application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a service", - "privilege": "UpdateService", + "access_level": "List", + "description": "Grants permission to list the retrievers of an application", + "privilege": "ListRetrievers", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service*" - }, - { - "condition_keys": [ - "proton:ServiceTemplate" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a service instance", - "privilege": "UpdateServiceInstance", + "access_level": "Read", + "description": "Grants permission to list tags for a resource", + "privilege": "ListTagsForResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-instance*" + "resource_type": "application" }, { - "condition_keys": [ - "proton:ServiceTemplate" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update a service pipeline", - "privilege": "UpdateServicePipeline", - "resource_types": [ + "resource_type": "data-source" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "service*" + "resource_type": "index" }, { - "condition_keys": [ - "proton:ServiceTemplate" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "plugin" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "retriever" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "web-experience" } ] }, { - "access_level": "Write", - "description": "Grants permission to update a service sync blocker", - "privilege": "UpdateServiceSyncBlocker", + "access_level": "List", + "description": "Grants permission to list licenses", + "privilege": "ListUserLicenses", "resource_types": [ { "condition_keys": [], @@ -181897,209 +198835,136 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to update a service sync config", - "privilege": "UpdateServiceSyncConfig", + "access_level": "List", + "description": "Grants permission to list the web experiences of an application", + "privilege": "ListWebExperiences", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a service template", - "privilege": "UpdateServiceTemplate", + "description": "Grants permission to put feedback about a conversation message", + "privilege": "PutFeedback", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template*" + "resource_type": "application*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a service template major version. DEPRECATED - use UpdateServiceTemplateVersion instead", - "privilege": "UpdateServiceTemplateMajorVersion", + "description": "Grants permission to put a group of users", + "privilege": "PutGroup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template*" + "resource_type": "application*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to create a service template minor version. DEPRECATED - use UpdateServiceTemplateVersion instead", - "privilege": "UpdateServiceTemplateMinorVersion", + "description": "Grants permission to remove licenses for one or more users", + "privilege": "RemoveUserLicenses", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template*" + "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update a service template version", - "privilege": "UpdateServiceTemplateVersion", + "description": "Grants permission to start Data Source sync job", + "privilege": "StartDataSourceSyncJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "service-template*" + "resource_type": "application*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "data-source*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to update a TemplateSyncConfig", - "privilege": "UpdateTemplateSyncConfig", + "description": "Grants permission to stop Data Source sync job", + "privilege": "StopDataSourceSyncJob", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "data-source*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "index*" } ] - } - ], - "resources": [ - { - "arn": "arn:${Partition}:proton:${Region}:${Account}:environment-template/${Name}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "environment-template" - }, - { - "arn": "arn:${Partition}:proton:${Region}:${Account}:environment-template/${TemplateName}:${MajorVersion}.${MinorVersion}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "environment-template-version" - }, - { - "arn": "arn:${Partition}:proton:${Region}:${Account}:environment-template/${TemplateName}:${MajorVersionId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "environment-template-major-version" - }, - { - "arn": "arn:${Partition}:proton:${Region}:${Account}:environment-template/${TemplateName}:${MajorVersionId}.${MinorVersionId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "environment-template-minor-version" - }, - { - "arn": "arn:${Partition}:proton:${Region}:${Account}:service-template/${Name}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "service-template" - }, - { - "arn": "arn:${Partition}:proton:${Region}:${Account}:service-template/${TemplateName}:${MajorVersion}.${MinorVersion}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "service-template-version" - }, - { - "arn": "arn:${Partition}:proton:${Region}:${Account}:service-template/${TemplateName}:${MajorVersionId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "service-template-major-version" - }, - { - "arn": "arn:${Partition}:proton:${Region}:${Account}:service-template/${TemplateName}:${MajorVersionId}.${MinorVersionId}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "service-template-minor-version" - }, - { - "arn": "arn:${Partition}:proton:${Region}:${Account}:environment/${Name}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "environment" - }, - { - "arn": "arn:${Partition}:proton:${Region}:${Account}:service/${Name}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "service" - }, - { - "arn": "arn:${Partition}:proton:${Region}:${Account}:service/${ServiceName}/service-instance/${Name}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "service-instance" - }, - { - "arn": "arn:${Partition}:proton:${Region}:${Account}:environment-account-connection/${Id}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "environment-account-connection" - }, - { - "arn": "arn:${Partition}:proton:${Region}:${Account}:repository/${Provider}:${Name}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "repository" - }, - { - "arn": "arn:${Partition}:proton:${Region}:${Account}:component/${Id}", - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "resource": "component" - } - ], - "service_name": "AWS Proton" - }, - { - "conditions": [ - { - "condition": "aws:RequestTag/${TagKey}", - "description": "Filters access by a tag's key and value in a request", - "type": "String" - }, - { - "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access by the set of tag key-value pairs attached to the resource", - "type": "String" }, { - "condition": "aws:TagKeys", - "description": "Filters access by the tag keys in a request", - "type": "ArrayOfString" - } - ], - "prefix": "purchase-orders", - "privileges": [ - { - "access_level": "Write", - "description": "Grants permission to add a new purchase order", - "privilege": "AddPurchaseOrder", + "access_level": "Tagging", + "description": "Grants permission to tag a resource with given key value pairs", + "privilege": "TagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "purchase-order*" + "resource_type": "application" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "data-source" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "index" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "plugin" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "retriever" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "web-experience" }, { "condition_keys": [ @@ -182112,68 +198977,43 @@ ] }, { - "access_level": "Write", - "description": "Grants permission to delete a purchase order", - "privilege": "DeletePurchaseOrder", + "access_level": "Tagging", + "description": "Grants permission to remove the tag with the given key from a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "purchase-order*" + "resource_type": "application" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to view whether existing or fine-grained IAM actions are being used to control authorization to Billing, Cost Management, and Account consoles", - "privilege": "GetConsoleActionSetEnforced", - "resource_types": [ + "resource_type": "data-source" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to get a purchase order", - "privilege": "GetPurchaseOrder", - "resource_types": [ + "resource_type": "index" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "purchase-order*" + "resource_type": "plugin" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to list purchase order invoices", - "privilege": "ListPurchaseOrderInvoices", - "resource_types": [ + "resource_type": "retriever" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "purchase-order*" + "resource_type": "web-experience" }, { "condition_keys": [ - "aws:ResourceTag/${TagKey}" + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -182181,178 +199021,182 @@ ] }, { - "access_level": "List", - "description": "Grants permission to list all purchase orders for an account", - "privilege": "ListPurchaseOrders", + "access_level": "Write", + "description": "Grants permission to update an Application", + "privilege": "UpdateApplication", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "Read", - "description": "Grants permission to list tags for a purchase order", - "privilege": "ListTagsForResource", + "access_level": "Write", + "description": "Grants permission to update chat controls configuration for an application", + "privilege": "UpdateChatControlsConfiguration", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "purchase-order" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { "access_level": "Write", - "description": "Grants permission to modify purchase orders and details", - "privilege": "ModifyPurchaseOrders", + "description": "Grants permission to update a DataSource", + "privilege": "UpdateDataSource", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "purchase-order*" + "resource_type": "application*" }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}", - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to tag purchase orders with given key value pairs", - "privilege": "TagResource", - "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "purchase-order*" + "resource_type": "data-source*" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "index*" } ] }, { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a purchase order", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to update an index", + "privilege": "UpdateIndex", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "purchase-order*" + "resource_type": "application*" }, { - "condition_keys": [ - "aws:TagKeys", - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "index*" } ] }, { "access_level": "Write", - "description": "Grants permission to change whether existing or fine-grained IAM actions will be used to control authorization to Billing, Cost Management, and Account consoles", - "privilege": "UpdateConsoleActionSetEnforced", + "description": "Grants permission to update a plugin", + "privilege": "UpdatePlugin", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "plugin*" } ] }, { "access_level": "Write", - "description": "Grants permission to update an existing purchase order", - "privilege": "UpdatePurchaseOrder", + "description": "Grants permission to update a Retriever", + "privilege": "UpdateRetriever", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "purchase-order*" + "resource_type": "application*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "retriever*" } ] }, { "access_level": "Write", - "description": "Grants permission to set purchase order status", - "privilege": "UpdatePurchaseOrderStatus", + "description": "Grants permission to update a user", + "privilege": "UpdateUser", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "purchase-order*" - }, - { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" + "resource_type": "application*" } ] }, { - "access_level": "Read", - "description": "Grants permission to view purchase orders and details", - "privilege": "ViewPurchaseOrders", + "access_level": "Write", + "description": "Grants permission to update a WebExperience", + "privilege": "UpdateWebExperience", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "purchase-order" + "resource_type": "application*" }, { - "condition_keys": [ - "aws:ResourceTag/${TagKey}" - ], + "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "web-experience*" } ] } ], "resources": [ { - "arn": "arn:${Partition}:purchase-orders::${Account}:purchase-order/${ResourceName}", + "arn": "arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], - "resource": "purchase-order" + "resource": "application" + }, + { + "arn": "arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}/retriever/${RetrieverId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "retriever" + }, + { + "arn": "arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}/index/${IndexId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "index" + }, + { + "arn": "arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}/index/${IndexId}/data-source/${DataSourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "data-source" + }, + { + "arn": "arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}/plugin/${PluginId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "plugin" + }, + { + "arn": "arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}/web-experience/${WebExperienceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "web-experience" + }, + { + "arn": "arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}/user-license/${UserLicenseId}", + "condition_keys": [], + "resource": "user-license" } ], - "service_name": "AWS Purchase Orders Console" + "service_name": "Amazon Q Business" }, { "conditions": [ @@ -182971,7 +199815,7 @@ { "condition": "quicksight:IamArn", "description": "Filters access by IAM user or role ARN", - "type": "String" + "type": "ARN" }, { "condition": "quicksight:SessionName", @@ -183039,7 +199883,10 @@ "privilege": "CreateAccountSubscription", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "quicksight:Edition", + "quicksight:DirectoryType" + ], "dependent_actions": [], "resource_type": "" } @@ -183212,8 +200059,430 @@ }, { "access_level": "Write", - "description": "Grants permission to create a QuickSight group", - "privilege": "CreateGroup", + "description": "Grants permission to create a QuickSight group", + "privilege": "CreateGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "group*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to add a QuickSight user to a QuickSight group", + "privilege": "CreateGroupMembership", + "resource_types": [ + { + "condition_keys": [ + "quicksight:UserName" + ], + "dependent_actions": [], + "resource_type": "group*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an assignment with one specified IAM Policy ARN that will be assigned to specified groups or users of QuickSight", + "privilege": "CreateIAMPolicyAssignment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "assignment*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start a SPICE ingestion on a dataset", + "privilege": "CreateIngestion", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ingestion*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an QuickSight namespace", + "privilege": "CreateNamespace", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "ds:CreateIdentityPoolDirectory" + ], + "resource_type": "namespace*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to provision Amazon QuickSight readers", + "privilege": "CreateReader", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a refresh schedule for a dataset", + "privilege": "CreateRefreshSchedule", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "refreshschedule*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to add a group member to a role", + "privilege": "CreateRoleMembership", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a template", + "privilege": "CreateTemplate", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "template*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a template alias", + "privilege": "CreateTemplateAlias", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "template*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a theme", + "privilege": "CreateTheme", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "theme*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an alias for a theme version", + "privilege": "CreateThemeAlias", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "theme*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a topic", + "privilege": "CreateTopic", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "quicksight:PassDataSet" + ], + "resource_type": "dataset*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a refresh schedule for a topic", + "privilege": "CreateTopicRefreshSchedule", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "topic*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to provision Amazon QuickSight authors and readers", + "privilege": "CreateUser", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a vpc connection", + "privilege": "CreateVPCConnection", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an account customization for QuickSight account or namespace", + "privilege": "DeleteAccountCustomization", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "customization*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a QuickSight account", + "privilege": "DeleteAccountSubscription", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "account*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an analysis", + "privilege": "DeleteAnalysis", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "analysis*" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to delete a custom permissions resource", + "privilege": "DeleteCustomPermissions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a QuickSight Dashboard", + "privilege": "DeleteDashboard", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dashboard*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a dataset", + "privilege": "DeleteDataSet", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dataset*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete dataset refresh properties for a dataset", + "privilege": "DeleteDataSetRefreshProperties", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dataset*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a data source", + "privilege": "DeleteDataSource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "datasource*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a QuickSight email customization template", + "privilege": "DeleteEmailCustomizationTemplate", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "emailCustomizationTemplate*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a QuickSight Folder", + "privilege": "DeleteFolder", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "folder*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to remove a QuickSight Dashboard, Analysis or Dataset from a QuickSight Folder", + "privilege": "DeleteFolderMembership", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "folder*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "analysis" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dashboard" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dataset" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to remove a user group from QuickSight", + "privilege": "DeleteGroup", "resource_types": [ { "condition_keys": [], @@ -183224,8 +200493,8 @@ }, { "access_level": "Write", - "description": "Grants permission to add a QuickSight user to a QuickSight group", - "privilege": "CreateGroupMembership", + "description": "Grants permission to remove a user from a group so that he/she is no longer a member of the group", + "privilege": "DeleteGroupMembership", "resource_types": [ { "condition_keys": [ @@ -183233,21 +200502,13 @@ ], "dependent_actions": [], "resource_type": "group*" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], - "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an assignment with one specified IAM Policy ARN that will be assigned to specified groups or users of QuickSight", - "privilege": "CreateIAMPolicyAssignment", + "description": "Grants permission to update an existing assignment", + "privilege": "DeleteIAMPolicyAssignment", "resource_types": [ { "condition_keys": [], @@ -183258,33 +200519,25 @@ }, { "access_level": "Write", - "description": "Grants permission to start a SPICE ingestion on a dataset", - "privilege": "CreateIngestion", + "description": "Grants permission to remove AWS services for trusted identity propagation in QuickSight", + "privilege": "DeleteIdentityPropagationConfig", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ingestion*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to create an QuickSight namespace", - "privilege": "CreateNamespace", + "description": "Grants permission to delete a QuickSight namespace", + "privilege": "DeleteNamespace", "resource_types": [ { "condition_keys": [], "dependent_actions": [ - "ds:CreateIdentityPoolDirectory" + "ds:DeleteDirectory" ], "resource_type": "namespace*" } @@ -183292,20 +200545,8 @@ }, { "access_level": "Write", - "description": "Grants permission to provision Amazon QuickSight readers", - "privilege": "CreateReader", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "user*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a refresh schedule for a dataset", - "privilege": "CreateRefreshSchedule", + "description": "Grants permission to delete a refresh schedule for a dataset", + "privilege": "DeleteRefreshSchedule", "resource_types": [ { "condition_keys": [], @@ -183316,187 +200557,8 @@ }, { "access_level": "Write", - "description": "Grants permission to create a template", - "privilege": "CreateTemplate", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "template*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a template alias", - "privilege": "CreateTemplateAlias", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "template*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a theme", - "privilege": "CreateTheme", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "theme*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create an alias for a theme version", - "privilege": "CreateThemeAlias", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "theme*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a topic", - "privilege": "CreateTopic", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "quicksight:PassDataSet" - ], - "resource_type": "dataset*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a refresh schedule for a topic", - "privilege": "CreateTopicRefreshSchedule", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "topic*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to provision Amazon QuickSight authors and readers", - "privilege": "CreateUser", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "user*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create a vpc connection", - "privilege": "CreateVPCConnection", - "resource_types": [ - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [ - "iam:PassRole" - ], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete an account customization for QuickSight account or namespace", - "privilege": "DeleteAccountCustomization", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "customization*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a QuickSight account", - "privilege": "DeleteAccountSubscription", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "account*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete an analysis", - "privilege": "DeleteAnalysis", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "analysis*" - } - ] - }, - { - "access_level": "Permissions management", - "description": "Grants permission to delete a custom permissions resource", - "privilege": "DeleteCustomPermissions", + "description": "Grants permission to remove the custom permission associated with a role", + "privilege": "DeleteRoleCustomPermission", "resource_types": [ { "condition_keys": [], @@ -183507,183 +200569,16 @@ }, { "access_level": "Write", - "description": "Grants permission to delete a QuickSight Dashboard", - "privilege": "DeleteDashboard", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dashboard*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a dataset", - "privilege": "DeleteDataSet", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dataset*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete dataset refresh properties for a dataset", - "privilege": "DeleteDataSetRefreshProperties", + "description": "Grants permission to remove a group member from a role", + "privilege": "DeleteRoleMembership", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "dataset*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a data source", - "privilege": "DeleteDataSource", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "datasource*" - }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], "resource_type": "" } ] }, - { - "access_level": "Write", - "description": "Grants permission to delete a QuickSight email customization template", - "privilege": "DeleteEmailCustomizationTemplate", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "emailCustomizationTemplate*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a QuickSight Folder", - "privilege": "DeleteFolder", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "folder*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to remove a QuickSight Dashboard, Analysis or Dataset from a QuickSight Folder", - "privilege": "DeleteFolderMembership", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "folder*" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "analysis" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dashboard" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "dataset" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to remove a user group from QuickSight", - "privilege": "DeleteGroup", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "group*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to remove a user from a group so that he/she is no longer a member of the group", - "privilege": "DeleteGroupMembership", - "resource_types": [ - { - "condition_keys": [ - "quicksight:UserName" - ], - "dependent_actions": [], - "resource_type": "group*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to update an existing assignment", - "privilege": "DeleteIAMPolicyAssignment", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "assignment*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a QuickSight namespace", - "privilege": "DeleteNamespace", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "ds:DeleteDirectory" - ], - "resource_type": "namespace*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to delete a refresh schedule for a dataset", - "privilege": "DeleteRefreshSchedule", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "refreshschedule*" - } - ] - }, { "access_level": "Write", "description": "Grants permission to delete a template", @@ -183928,6 +200823,30 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to describe a dashboard snapshot job", + "privilege": "DescribeDashboardSnapshotJob", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dashboardSnapshotJob*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe result of a dashboard snapshot job", + "privilege": "DescribeDashboardSnapshotJobResult", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dashboardSnapshotJob*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to describe a dataset", @@ -184162,6 +201081,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to describe the custom permission associated with a role", + "privilege": "DescribeRoleCustomPermission", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to describe a template", @@ -184634,6 +201565,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list AWS services enabled for trusted identity propagation in QuickSight", + "privilege": "ListIdentityPropagationConfigs", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "List", "description": "Grants permission to list all SPICE ingestions on a dataset", @@ -184685,6 +201628,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list the members of a role", + "privilege": "ListRoleMemberships", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to list tags of a QuickSight resource", @@ -185059,6 +202014,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to search the QuickSight users belonging to this account", + "privilege": "SearchUsers", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "user*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to use Amazon QuickSight, in Enterprise edition, to display your Microsoft Active Directory directory groups so that you can choose which ones to map to roles in Amazon QuickSight", @@ -185095,6 +202062,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to start a dashboard snapshot job", + "privilege": "StartDashboardSnapshotJob", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "dashboardSnapshotJob*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to subscribe to Amazon QuickSight, and also to allow the user to upgrade the subscription to Enterprise edition", @@ -185506,6 +202485,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to add and update AWS services for trusted identity propagation in QuickSight", + "privilege": "UpdateIdentityPropagationConfig", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update the IP restrictions for QuickSight account", @@ -185554,6 +202545,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to update the custom permission associated with a role", + "privilege": "UpdateRoleCustomPermission", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update a template", @@ -185842,6 +202845,13 @@ "aws:ResourceTag/${TagKey}" ], "resource": "topic" + }, + { + "arn": "arn:${Partition}:quicksight:${Region}:${Account}:dashboard/${DashboardId}/snapshot-job/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "dashboardSnapshotJob" } ], "service_name": "Amazon QuickSight" @@ -186876,6 +203886,11 @@ "description": "Filters access by the value that specifies whether the DB instance runs in multiple Availability Zones. To indicate that the DB instance is using Multi-AZ, specify true", "type": "Bool" }, + { + "condition": "rds:MultiTenant", + "description": "Filters access by the value that specifies whether the DB instance is in the multi-tenant configuration", + "type": "String" + }, { "condition": "rds:Piops", "description": "Filters access by the value that contains the number of Provisioned IOPS (PIOPS) that the instance supports. To indicate a DB instance that does not have PIOPS enabled, specify 0", @@ -186891,6 +203906,11 @@ "description": "Filters access by the storage volume size (in GB)", "type": "Numeric" }, + { + "condition": "rds:TenantDatabaseName", + "description": "Filters access by the tenant database name in CreateTenantDatabase and by the new tenant database name in ModifyTenantDatabase", + "type": "String" + }, { "condition": "rds:Vpc", "description": "Filters access by the value that specifies whether the DB instance runs in an Amazon Virtual Private Cloud (Amazon VPC). To indicate that the DB instance runs in an Amazon VPC, specify true", @@ -187044,6 +204064,11 @@ "dependent_actions": [], "resource_type": "es" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "integration" + }, { "condition_keys": [], "dependent_actions": [], @@ -187079,6 +204104,11 @@ "dependent_actions": [], "resource_type": "snapshot" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "snapshot-tenant-database" + }, { "condition_keys": [], "dependent_actions": [], @@ -187089,6 +204119,11 @@ "dependent_actions": [], "resource_type": "target-group" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "tenant-database" + }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -187504,6 +204539,7 @@ "kms:DescribeKey", "kms:GenerateDataKey", "rds:AddTagsToResource", + "rds:CreateTenantDatabase", "secretsmanager:CreateSecret", "secretsmanager:TagResource" ], @@ -187540,7 +204576,8 @@ "aws:RequestTag/${TagKey}", "aws:TagKeys", "rds:req-tag/${TagKey}", - "rds:ManageMasterUserPassword" + "rds:ManageMasterUserPassword", + "rds:MultiTenant" ], "dependent_actions": [], "resource_type": "" @@ -187558,6 +204595,11 @@ "iam:PassRole", "rds:AddTagsToResource" ], + "resource_type": "cluster*" + }, + { + "condition_keys": [], + "dependent_actions": [], "resource_type": "db*" }, { @@ -187565,6 +204607,11 @@ "dependent_actions": [], "resource_type": "og*" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "pg*" + }, { "condition_keys": [], "dependent_actions": [], @@ -187686,6 +204733,11 @@ "dependent_actions": [], "resource_type": "snapshot*" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "snapshot-tenant-database*" + }, { "condition_keys": [ "rds:BackupTarget", @@ -187761,6 +204813,36 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create an Aurora zero-ETL integration with Redshift", + "privilege": "CreateIntegration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "kms:CreateGrant", + "kms:DescribeKey", + "rds:AddTagsToResource" + ], + "resource_type": "cluster*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "integration*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "rds:req-tag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to create a new option group", @@ -187784,6 +204866,34 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create a new tenant database", + "privilege": "CreateTenantDatabase", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "rds:AddTagsToResource" + ], + "resource_type": "db*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "tenant-database*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "rds:TenantDatabaseName" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to access a resource in the remote Region when executing cross-Region operations, such as cross-Region snapshot copy or cross-Region read replica creation", @@ -187812,10 +204922,7 @@ }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "rds:req-tag/${TagKey}" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -187853,6 +204960,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete cluster automated backups based on the source cluster's DbClusterResourceId value or the restorable cluster's resource ID", + "privilege": "DeleteDBClusterAutomatedBackup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster-auto-backup*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete a custom endpoint and removes it from an Amazon Aurora DB cluster", @@ -187896,20 +205015,22 @@ "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "rds:DeleteTenantDatabase" + ], "resource_type": "db*" } ] }, { "access_level": "Write", - "description": "Grants permission to deletes automated backups based on the source instance's DbiResourceId value or the restorable instance's resource ID", + "description": "Grants permission to delete automated backups based on the source instance's DbiResourceId value or the restorable instance's resource ID", "privilege": "DeleteDBInstanceAutomatedBackup", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "auto-backup*" } ] }, @@ -188009,6 +205130,25 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete an Aurora zero-ETL integration with Redshift", + "privilege": "DeleteIntegration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "integration*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete an existing option group", @@ -188021,6 +205161,23 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete a tenant database", + "privilege": "DeleteTenantDatabase", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "db*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "tenant-database*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to remove targets from a database proxy target group", @@ -188084,6 +205241,23 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to return a list of cluster automated backups for both current and deleted clusters", + "privilege": "DescribeDBClusterAutomatedBackups", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster-auto-backup*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster" + } + ] + }, { "access_level": "List", "description": "Grants permission to return information about backtracks for a DB cluster", @@ -188190,6 +205364,11 @@ "description": "Grants permission to return a list of automated backups for both current and deleted instances", "privilege": "DescribeDBInstanceAutomatedBackups", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "auto-backup" + }, { "condition_keys": [], "dependent_actions": [], @@ -188366,6 +205545,28 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to return information about tenant databases in DB snapshots. You can filter by Region or snapshot", + "privilege": "DescribeDbSnapshotTenantDatabases", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "snapshot-tenant-database*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "db" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "snapshot" + } + ] + }, { "access_level": "List", "description": "Grants permission to return the default engine and system parameter information for the cluster database engine", @@ -188450,6 +205651,25 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to describe an Aurora zero-ETL integration with Redshift", + "privilege": "DescribeIntegrations", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "integration*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "List", "description": "Grants permission to describe all available options", @@ -188563,6 +205783,23 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to return information about provisioned tenant databases. You can filter by Region or snapshot", + "privilege": "DescribeTenantDatabases", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "tenant-database*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "db" + } + ] + }, { "access_level": "List", "description": "Grants permission to list available modifications you can make to your DB instance", @@ -188668,6 +205905,11 @@ "dependent_actions": [], "resource_type": "es" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "integration" + }, { "condition_keys": [], "dependent_actions": [], @@ -188703,6 +205945,11 @@ "dependent_actions": [], "resource_type": "snapshot" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "snapshot-tenant-database" + }, { "condition_keys": [], "dependent_actions": [], @@ -188712,6 +205959,11 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "target-group" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "tenant-database" } ] }, @@ -188854,6 +206106,8 @@ "kms:Decrypt", "kms:DescribeKey", "kms:GenerateDataKey", + "rds:AddTagsToResource", + "rds:CreateTenantDatabase", "secretsmanager:CreateSecret", "secretsmanager:RotateSecret", "secretsmanager:TagResource" @@ -188877,7 +206131,8 @@ }, { "condition_keys": [ - "rds:ManageMasterUserPassword" + "rds:ManageMasterUserPassword", + "rds:MultiTenant" ], "dependent_actions": [], "resource_type": "" @@ -189025,6 +206280,30 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to modify a tenant database", + "privilege": "ModifyTenantDatabase", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "db*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "tenant-database*" + }, + { + "condition_keys": [ + "rds:TenantDatabaseName" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to promote a Read Replica DB instance to a standalone DB instance", @@ -189209,6 +206488,11 @@ "dependent_actions": [], "resource_type": "es" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "integration" + }, { "condition_keys": [], "dependent_actions": [], @@ -189244,6 +206528,11 @@ "dependent_actions": [], "resource_type": "snapshot" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "snapshot-tenant-database" + }, { "condition_keys": [], "dependent_actions": [], @@ -189254,6 +206543,11 @@ "dependent_actions": [], "resource_type": "target-group" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "tenant-database" + }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -189415,6 +206709,11 @@ "dependent_actions": [], "resource_type": "subgrp*" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster-auto-backup" + }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -189438,7 +206737,8 @@ "condition_keys": [], "dependent_actions": [ "iam:PassRole", - "rds:AddTagsToResource" + "rds:AddTagsToResource", + "rds:CreateTenantDatabase" ], "resource_type": "db*" }, @@ -189529,7 +206829,8 @@ "condition_keys": [], "dependent_actions": [ "iam:PassRole", - "rds:AddTagsToResource" + "rds:AddTagsToResource", + "rds:CreateTenantDatabase" ], "resource_type": "db*" }, @@ -189548,6 +206849,11 @@ "dependent_actions": [], "resource_type": "subgrp*" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "auto-backup" + }, { "condition_keys": [ "rds:BackupTarget", @@ -189618,6 +206924,11 @@ "description": "Grants permission to start replication of automated backups to a different AWS Region", "privilege": "StartDBInstanceAutomatedBackupsReplication", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "auto-backup*" + }, { "condition_keys": [], "dependent_actions": [], @@ -189709,16 +207020,30 @@ }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:ResourceTag/${TagKey}", - "aws:TagKeys", - "rds:req-tag/${TagKey}" + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" } ] }, + { + "access_level": "Write", + "description": "Grants permission to switchover a global cluster", + "privilege": "SwitchoverGlobalCluster", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "global-cluster*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to switch over a read replica, making it the new primary database", @@ -189741,6 +207066,16 @@ ], "resource": "cluster" }, + { + "arn": "arn:${Partition}:rds:${Region}:${Account}:cluster-auto-backup:${DbClusterAutomatedBackupId}", + "condition_keys": [], + "resource": "cluster-auto-backup" + }, + { + "arn": "arn:${Partition}:rds:${Region}:${Account}:auto-backup:${DbInstanceAutomatedBackupId}", + "condition_keys": [], + "resource": "auto-backup" + }, { "arn": "arn:${Partition}:rds:${Region}:${Account}:cluster-endpoint:${DbClusterEndpoint}", "condition_keys": [ @@ -189880,6 +207215,27 @@ "aws:ResourceTag/${TagKey}" ], "resource": "deployment" + }, + { + "arn": "arn:${Partition}:rds:${Region}:${Account}:integration:${IntegrationIdentifier}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "integration" + }, + { + "arn": "arn:${Partition}:rds:${Region}:${Account}:snapshot-tenant-database:${SnapshotName}:${TenantResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "snapshot-tenant-database" + }, + { + "arn": "arn:${Partition}:rds:${Region}:${Account}:tenant-database:${TenantResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "tenant-database" } ], "service_name": "Amazon RDS, Neptune & DocumentDB" @@ -190079,10 +207435,15 @@ "description": "Filters access by actions based on the presence of mandatory tags in the request", "type": "ArrayOfString" }, + { + "condition": "redshift:AllowWrites", + "description": "Filters access by the allowWrites input parameter", + "type": "Bool" + }, { "condition": "redshift:ConsumerArn", "description": "Filters access by the datashare consumer arn", - "type": "String" + "type": "ARN" }, { "condition": "redshift:ConsumerIdentifier", @@ -190103,6 +207464,11 @@ "condition": "redshift:DurationSeconds", "description": "Filters access by the number of seconds until a temporary credential set expires", "type": "String" + }, + { + "condition": "redshift:InboundIntegrationArn", + "description": "Filters access by the ARN of an inbound zero-ETL Integration resource", + "type": "String" } ], "prefix": "redshift", @@ -190143,7 +207509,8 @@ }, { "condition_keys": [ - "redshift:ConsumerArn" + "redshift:ConsumerArn", + "redshift:AllowWrites" ], "dependent_actions": [], "resource_type": "" @@ -190179,7 +207546,8 @@ }, { "condition_keys": [ - "redshift:ConsumerIdentifier" + "redshift:ConsumerIdentifier", + "redshift:AllowWrites" ], "dependent_actions": [], "resource_type": "" @@ -190507,6 +207875,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create a redshift idc application", + "privilege": "CreateRedshiftIdcApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to create saved SQL queries through the Amazon Redshift console", @@ -190849,6 +208229,30 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete a redshift idc application", + "privilege": "DeleteRedshiftIdcApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "redshiftidcapplication*" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to delete the resource policy for a specified resource", + "privilege": "DeleteResourcePolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "namespace*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete saved SQL queries through the Amazon Redshift console", @@ -191279,6 +208683,20 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list the inbound integrations", + "privilege": "DescribeInboundIntegrations", + "resource_types": [ + { + "condition_keys": [ + "redshift:InboundIntegrationArn" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to describe whether information, such as queries and connection attempts, is being logged for a cluster", @@ -191339,6 +208757,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to describe redshift idc applications", + "privilege": "DescribeRedshiftIdcApplications", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "redshiftidcapplication*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to describe exchange status details and associated metadata for a reserved-node exchange. Statuses include such values as in progress and requested", @@ -191649,6 +209079,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to failover the primary compute of an Multi-AZ cluster to another AZ", + "privilege": "FailoverPrimaryCompute", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to fetch query results through the Amazon Redshift console", @@ -191736,6 +209178,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get the resource policy for a specified resource", + "privilege": "GetResourcePolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "namespace*" + } + ] + }, { "access_level": "Permissions management", "description": "Grants permission to join the specified Amazon Redshift group", @@ -191956,6 +209410,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to modify a redshift idc application", + "privilege": "ModifyRedshiftIdcApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "redshiftidcapplication*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to modify an existing saved query through the Amazon Redshift console", @@ -192040,6 +209506,18 @@ } ] }, + { + "access_level": "Permissions management", + "description": "Grants permission to update the resource policy for a specified resource", + "privilege": "PutResourcePolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "namespace*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to reboot a cluster", @@ -192105,7 +209583,6 @@ }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -192290,7 +209767,7 @@ "resource": "hsmconfiguration" }, { - "arn": "arn:${Partition}:redshift:${Region}:${Account}:namespace:${ProducerClusterNamespace}", + "arn": "arn:${Partition}:redshift:${Region}:${Account}:namespace:${ClusterNamespace}", "condition_keys": [ "aws:ResourceTag/${TagKey}" ], @@ -192358,6 +209835,11 @@ "aws:ResourceTag/${TagKey}" ], "resource": "usagelimit" + }, + { + "arn": "arn:${Partition}:redshift:${Region}:${Account}:redshiftidcapplication:${RedshiftIdcApplicationId}", + "condition_keys": [], + "resource": "redshiftidcapplication" } ], "service_name": "Amazon Redshift" @@ -192618,6 +210100,28 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "snapshot*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a custom domain association in Amazon Redshift Serverless", + "privilege": "CreateCustomDomainAssociation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "acm:DescribeCertificate" + ], + "resource_type": "workgroup*" } ] }, @@ -192653,6 +210157,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create a scheduled action for a specified Amazon Redshift Serverless namespace", + "privilege": "CreateScheduledAction", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "namespace*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to create a snapshot of all databases in a namespace", @@ -192662,6 +210178,26 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "snapshot*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a snapshot copy configuration for a specified Amazon Redshift Serverless namespace", + "privilege": "CreateSnapshotCopyConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "namespace*" } ] }, @@ -192697,6 +210233,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete a custom domain association", + "privilege": "DeleteCustomDomainAssociation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workgroup*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete an Amazon Redshift Serverless managed VPC endpoint", @@ -192733,6 +210281,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete a scheduled action from Amazon Redshift Serverless", + "privilege": "DeleteScheduledAction", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete a snapshot from Amazon Redshift Serverless", @@ -192745,6 +210305,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete a snapshot copy configuration for a Amazon Redshift Serverless namespace", + "privilege": "DeleteSnapshotCopyConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete a usage limit from Amazon Redshift Serverless", @@ -192769,6 +210341,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to see on the Amazon Redshift Serverless console the remaining number of free trial credits and their expiration date", + "privilege": "DescribeOneTimeCredit", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to get a database user name and temporary password with temporary authorization to log on to Amazon Redshift Serverless", @@ -192781,6 +210365,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get information about a specific custom domain association", + "privilege": "GetCustomDomainAssociation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workgroup*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to create an Amazon Redshift Serverless managed VPC endpoint", @@ -192829,6 +210425,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get information about a specific scheduled action", + "privilege": "GetScheduledAction", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to get information about a specific snapshot", @@ -192877,6 +210485,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list custom domain associations in Amazon Redshift Serverless", + "privilege": "ListCustomDomainAssociations", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "List", "description": "Grants permission to list EndpointAccess objects and relevant information", @@ -192913,6 +210533,30 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list scheduled actions", + "privilege": "ListScheduledActions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list SnapshotCopyConfiguration objects and relevant information", + "privilege": "ListSnapshotCopyConfigurations", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "namespace" + } + ] + }, { "access_level": "List", "description": "Grants permission to list snapshots", @@ -193021,6 +210665,23 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to restore a table from a recovery point", + "privilege": "RestoreTableFromRecoveryPoint", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "namespace*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "recoveryPoint*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to restore a table from a snapshot", @@ -193048,6 +210709,16 @@ "dependent_actions": [], "resource_type": "namespace" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "recoveryPoint" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "snapshot" + }, { "condition_keys": [], "dependent_actions": [], @@ -193074,6 +210745,16 @@ "dependent_actions": [], "resource_type": "namespace" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "recoveryPoint" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "snapshot" + }, { "condition_keys": [], "dependent_actions": [], @@ -193088,6 +210769,20 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to update a certificate associated with a custom domain", + "privilege": "UpdateCustomDomainAssociation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "acm:DescribeCertificate" + ], + "resource_type": "workgroup*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update an Amazon Redshift Serverless managed VPC endpoint", @@ -193112,6 +210807,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to update a scheduled action", + "privilege": "UpdateScheduledAction", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update a snapshot", @@ -193124,6 +210831,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to update a snapshot copy configuration for a Amazon Redshift Serverless namespace", + "privilege": "UpdateSnapshotCopyConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update a usage limit in Amazon Redshift Serverless", @@ -193159,7 +210878,9 @@ }, { "arn": "arn:${Partition}:redshift-serverless:${Region}:${Account}:snapshot/${SnapshotId}", - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "resource": "snapshot" }, { @@ -193171,7 +210892,9 @@ }, { "arn": "arn:${Partition}:redshift-serverless:${Region}:${Account}:recoverypoint/${RecoveryPointId}", - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "resource": "recoveryPoint" }, { @@ -193800,6 +211523,11 @@ "description": "Grants permission to create a collection in an AWS Region", "privilege": "CreateCollection", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "collection*" + }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -194098,7 +211826,7 @@ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "projectversion" } ] }, @@ -194234,6 +211962,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to read the reference to job results in S3 and additional information about a media analysis job", + "privilege": "GetMediaAnalysisJob", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to read the list of persons detected in a stored video by an asynchronous person tracking job", @@ -194290,7 +212030,7 @@ { "condition_keys": [], "dependent_actions": [], - "resource_type": "collection*" + "resource_type": "" } ] }, @@ -194330,6 +212070,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to read the list of media analysis jobs", + "privilege": "ListMediaAnalysisJobs", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to list the resource policies attached to a project", @@ -194522,6 +212274,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to start a media analysis job", + "privilege": "StartMediaAnalysisJob", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "projectversion" + } + ] + }, { "access_level": "Write", "description": "Grants permission to start the asynchronous tracking of persons in a stored video", @@ -194725,6 +212489,196 @@ ], "service_name": "Amazon Rekognition" }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the presence of tag key-value pairs in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag key-value pairs attached to the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" + } + ], + "prefix": "repostspace", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create a new private re:Post in your account", + "privilege": "CreateSpace", + "resource_types": [ + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a private re:Post from your account", + "privilege": "DeleteSpace", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "space*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to remove an administrator to a private re:Post in your account", + "privilege": "DeregisterAdmin", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "space*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get the description for a private re:Post in your account", + "privilege": "GetSpace", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "space*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list all private re:Posts in your account", + "privilege": "ListSpaces", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list the tags associated with a resource", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "space*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to add an administrator to a private re:post in your account", + "privilege": "RegisterAdmin", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "space*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to send invites to users of a private re:Post in your account", + "privilege": "SendInvites", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "space*" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to tag a resource", + "privilege": "TagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "space*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to untag a resource", + "privilege": "UntagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "space*" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a private re:Post in your account", + "privilege": "UpdateSpace", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "space*" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:repostspace:${Region}:${Account}:space/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "space" + } + ], + "service_name": "AWS re:Post Private" + }, { "conditions": [ { @@ -194764,6 +212718,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to include or exclude one or more operational recommendations", + "privilege": "BatchUpdateRecommendationStatus", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to create application", @@ -195065,6 +213031,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list compliance drifts that were detected while running an assessment", + "privilege": "ListAppAssessmentComplianceDrifts", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application*" + } + ] + }, { "access_level": "List", "description": "Grants permission to list application assessment", @@ -195508,53 +213486,7 @@ "resource": "recommendation-template" } ], - "service_name": "AWS Resilience Hub Service" - }, - { - "conditions": [], - "prefix": "resource-explorer", - "privileges": [ - { - "access_level": "List", - "description": "Grants permission to retrieve the resource types currently supported by Tag Editor", - "privilege": "ListResourceTypes", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "List", - "description": "Grants permission to retrieve the identifiers of the resources in the AWS account", - "privilege": "ListResources", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Read", - "description": "Grants permission to retrieve the tags attached to the specified resource identifiers", - "privilege": "ListTags", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "tag:GetResources" - ], - "resource_type": "" - } - ] - } - ], - "resources": [], - "service_name": "AWS Tag Editor" + "service_name": "AWS Resilience Hub" }, { "conditions": [ @@ -195668,6 +213600,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to Resource Explorer to access account level data within your AWS Organization", + "privilege": "GetAccountLevelServiceConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to retrieve the Amazon resource name (ARN) of the view that is the default for the AWS Region in which you call this operation", @@ -195716,6 +213660,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list the organization member account's indexes in all AWS Regions", + "privilege": "ListIndexesForMembers", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "List", "description": "Grants permission to retrieve a list of all resource types currently supported by Resource Explorer", @@ -195811,7 +213767,6 @@ }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -195882,6 +213837,18 @@ ], "prefix": "resource-groups", "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to associate a resource to an Application", + "privilege": "AssociateResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "group*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to create a resource group with a specified name, description, and resource query", @@ -195909,6 +213876,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to disassociate a resource from an Application", + "privilege": "DisassociateResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "group*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to get the current status of optional features in Resource Groups", @@ -198695,13 +216674,13 @@ }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters access based on tag key-value pairs attached to the resource", + "description": "Filters access by tag key-value pairs attached to the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters access based on the presence of tag keys in the request", - "type": "String" + "description": "Filters access by the presence of tag keys in the request", + "type": "ArrayOfString" } ], "prefix": "route53-recovery-control-config", @@ -198886,6 +216865,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get the resource policy of a cluster", + "privilege": "GetResourcePolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "cluster*" + } + ] + }, { "access_level": "List", "description": "Grants permission to list associated Route 53 health checks", @@ -200187,6 +218178,28 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create a Route 53 Resolver on Outposts", + "privilege": "CreateOutpostResolver", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "outposts:GetOutpost" + ], + "resource_type": "outpost-resolver*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to create a Resolver endpoint. There are two types of Resolver endpoints, inbound and outbound", @@ -200289,6 +218302,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete a Route 53 Resolver on Outposts", + "privilege": "DeleteOutpostResolver", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "outpost-resolver*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete a Resolver endpoint. The effect of deleting a Resolver endpoint depends on whether it's an inbound or an outbound endpoint", @@ -200441,6 +218466,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get information about a specified Route 53 Resolver on Outposts", + "privilege": "GetOutpostResolver", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "outpost-resolver*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to get the Resolver Config status within the specified resource", @@ -200639,6 +218676,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list all instances of Route 53 Resolver on Outposts that were created using the current AWS account", + "privilege": "ListOutpostResolvers", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "List", "description": "Grants permission to list Resolver Config statuses", @@ -200763,6 +218812,11 @@ "dependent_actions": [], "resource_type": "firewall-rule-group-association" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "outpost-resolver" + }, { "condition_keys": [], "dependent_actions": [], @@ -200841,6 +218895,11 @@ "dependent_actions": [], "resource_type": "firewall-rule-group-association" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "outpost-resolver" + }, { "condition_keys": [], "dependent_actions": [], @@ -200896,6 +218955,11 @@ "dependent_actions": [], "resource_type": "firewall-rule-group-association" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "outpost-resolver" + }, { "condition_keys": [], "dependent_actions": [], @@ -200980,6 +219044,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to update seletected settings for a specified Route 53 Resolver on Outposts", + "privilege": "UpdateOutpostResolver", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "outpost-resolver*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update the Resolver Config status within the specified resource", @@ -201098,6 +219174,13 @@ "arn": "arn:${Partition}:route53resolver:${Region}:${Account}:resolver-config/${ResourceId}", "condition_keys": [], "resource": "resolver-config" + }, + { + "arn": "arn:${Partition}:route53resolver:${Region}:${Account}:outpost-resolver/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "outpost-resolver" } ], "service_name": "Amazon Route 53 Resolver" @@ -201321,7 +219404,6 @@ }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -201568,7 +219650,7 @@ { "condition": "s3:x-amz-server-side-encryption-aws-kms-key-id", "description": "Filters access by AWS KMS customer managed CMK for server-side encryption", - "type": "String" + "type": "ARN" }, { "condition": "s3:x-amz-server-side-encryption-customer-algorithm", @@ -201615,6 +219697,31 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to associate Access Grants identity center", + "privilege": "AssociateAccessGrantsIdentityCenter", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrantsinstance*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Permissions management", "description": "Grants permission to allow circumvention of governance-mode object retention settings", @@ -201661,6 +219768,87 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create Access Grant", + "privilege": "CreateAccessGrant", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrantslocation*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to Create Access Grants Instance", + "privilege": "CreateAccessGrantsInstance", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrantsinstance*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create Access Grants location", + "privilege": "CreateAccessGrantsLocation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrantsinstance*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to create a new access point", @@ -201800,6 +219988,127 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create an Amazon S3 Storage Lens group", + "privilege": "CreateStorageLensGroup", + "resource_types": [ + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete Access Grant", + "privilege": "DeleteAccessGrant", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrant*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to Delete Access Grants Instance", + "privilege": "DeleteAccessGrantsInstance", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrantsinstance*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to read Access grants instance resource policy", + "privilege": "DeleteAccessGrantsInstanceResourcePolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrantsinstance*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete Access Grants location", + "privilege": "DeleteAccessGrantsLocation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrantslocation*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete the access point named in the URI", @@ -202204,6 +220513,30 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete an existing S3 Storage Lens group", + "privilege": "DeleteStorageLensGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "storagelensgroup*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to retrieve the configuration parameters and status for a batch operations job", @@ -202251,6 +220584,31 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to disassociate Access Grants identity center", + "privilege": "DissociateAccessGrantsIdentityCenter", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrantsinstance*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to uses the accelerate subresource to return the Transfer Acceleration state of a bucket, which is either Enabled or Suspended", @@ -202275,6 +220633,131 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to read Access Grant", + "privilege": "GetAccessGrant", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrant*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to Read Access Grants Instance", + "privilege": "GetAccessGrantsInstance", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrantsinstance*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to Read Access Grants Instance by prefix", + "privilege": "GetAccessGrantsInstanceForPrefix", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrantsinstance*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to read Access grants instance resource policy", + "privilege": "GetAccessGrantsInstanceResourcePolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrantsinstance*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to read Access Grants location", + "privilege": "GetAccessGrantsLocation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrantslocation*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to return configuration information about the specified access point", @@ -202838,6 +221321,31 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get Access", + "privilege": "GetDataAccess", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrant*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to return the default encryption configuration an Amazon S3 bucket", @@ -203537,6 +222045,30 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get an Amazon S3 Storage Lens group", + "privilege": "GetStorageLensGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "storagelensgroup*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to initiate the replication process by setting replication status of an object to pending", @@ -203556,6 +222088,75 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list Access Grant", + "privilege": "ListAccessGrants", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrantslocation*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to List Access Grants Instances", + "privilege": "ListAccessGrantsInstances", + "resource_types": [ + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list Access Grants locations", + "privilege": "ListAccessGrantsLocations", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrantsinstance*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "List", "description": "Grants permission to list access points", @@ -203783,6 +222384,49 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list S3 Storage Lens groups", + "privilege": "ListStorageLensGroups", + "resource_types": [ + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the tags attached to the specified resource", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "storagelensgroup" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Permissions management", "description": "Grants permission to change replica ownership", @@ -203831,6 +222475,31 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to put Access grants instance resource policy", + "privilege": "PutAccessGrantsInstanceResourcePolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrantsinstance*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to set the configuration of the object lambda enabled access point", @@ -204871,6 +223540,97 @@ } ] }, + { + "access_level": "Tagging", + "description": "Grants permission to add tags to the specified resource", + "privilege": "TagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrant" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrantsinstance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrantslocation" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "storagelensgroup" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to remove tags from the specified resource", + "privilege": "UntagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "storagelensgroup" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update Access Grants location", + "privilege": "UpdateAccessGrantsLocation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "accessgrantslocation*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update the priority of an existing job", @@ -204924,6 +223684,30 @@ "resource_type": "" } ] + }, + { + "access_level": "Write", + "description": "Grants permission to update an existing S3 Storage Lens group", + "privilege": "UpdateStorageLensGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "storagelensgroup*" + }, + { + "condition_keys": [ + "s3:authType", + "s3:ResourceAccount", + "s3:signatureAge", + "s3:signatureversion", + "s3:TlsVersion", + "s3:x-amz-content-sha256" + ], + "dependent_actions": [], + "resource_type": "" + } + ] } ], "resources": [ @@ -204954,6 +223738,13 @@ ], "resource": "storagelensconfiguration" }, + { + "arn": "arn:${Partition}:s3:${Region}:${Account}:storage-lens-group/${Name}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "storagelensgroup" + }, { "arn": "arn:${Partition}:s3-object-lambda:${Region}:${Account}:accesspoint/${AccessPointName}", "condition_keys": [], @@ -204968,6 +223759,23 @@ "arn": "arn:${Partition}:s3:us-west-2:${Account}:async-request/mrap/${Operation}/${Token}", "condition_keys": [], "resource": "multiregionaccesspointrequestarn" + }, + { + "arn": "arn:${Partition}:s3:${Region}:${Account}:access-grants/default", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "accessgrantsinstance" + }, + { + "arn": "arn:${Partition}:s3:${Region}:${Account}:access-grants/default/location/${Token}", + "condition_keys": [], + "resource": "accessgrantslocation" + }, + { + "arn": "arn:${Partition}:s3:${Region}:${Account}:access-grants/default/grant/${Token}", + "condition_keys": [], + "resource": "accessgrant" } ], "service_name": "Amazon S3" @@ -205382,7 +224190,7 @@ }, { "access_level": "Permissions management", - "description": "Grants permission to set the access control list (ACL) permissions for new or existing objects in an S3 bucket.", + "description": "Grants permission to set the access control list (ACL) permissions for new or existing objects in an S3 bucket", "privilege": "PutObjectAcl", "resource_types": [ { @@ -205575,7 +224383,7 @@ { "condition": "s3-outposts:DataAccessPointArn", "description": "Filters access by an access point Amazon Resource Name (ARN)", - "type": "String" + "type": "ARN" }, { "condition": "s3-outposts:ExistingObjectTag/", @@ -206791,6 +225599,220 @@ ], "service_name": "Amazon S3 on Outposts" }, + { + "conditions": [ + { + "condition": "s3express:LocationName", + "description": "Filters access by a specific Availability Zone ID", + "type": "String" + }, + { + "condition": "s3express:ResourceAccount", + "description": "Filters access by the resource owner AWS account ID", + "type": "String" + }, + { + "condition": "s3express:SessionMode", + "description": "Filters access by the permission requested by CreateSession API, such as ReadOnly and ReadWrite", + "type": "String" + }, + { + "condition": "s3express:TlsVersion", + "description": "Filters access by the TLS version used by the client", + "type": "Numeric" + }, + { + "condition": "s3express:authType", + "description": "Filters access by authentication method", + "type": "String" + }, + { + "condition": "s3express:signatureAge", + "description": "Filters access by the age in milliseconds of the request signature", + "type": "Numeric" + }, + { + "condition": "s3express:signatureversion", + "description": "Filters access by the AWS Signature Version used on the request", + "type": "String" + }, + { + "condition": "s3express:x-amz-content-sha256", + "description": "Filters access by unsigned content in your bucket", + "type": "String" + } + ], + "prefix": "s3express", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create a new bucket", + "privilege": "CreateBucket", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "bucket*" + }, + { + "condition_keys": [ + "s3express:authType", + "s3express:LocationName", + "s3express:ResourceAccount", + "s3express:signatureversion", + "s3express:TlsVersion", + "s3express:x-amz-content-sha256" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to Create Session token which is used for object APIs such as PutObject, GetObject, ect", + "privilege": "CreateSession", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "bucket*" + }, + { + "condition_keys": [ + "s3express:authType", + "s3express:ResourceAccount", + "s3express:SessionMode", + "s3express:signatureAge", + "s3express:signatureversion", + "s3express:TlsVersion", + "s3express:x-amz-content-sha256" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete the bucket named in the URI", + "privilege": "DeleteBucket", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "bucket*" + }, + { + "condition_keys": [ + "s3express:authType", + "s3express:ResourceAccount", + "s3express:signatureversion", + "s3express:TlsVersion", + "s3express:x-amz-content-sha256" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to delete the policy on a specified bucket", + "privilege": "DeleteBucketPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "bucket*" + }, + { + "condition_keys": [ + "s3express:authType", + "s3express:ResourceAccount", + "s3express:signatureversion", + "s3express:TlsVersion", + "s3express:x-amz-content-sha256" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return the policy of the specified bucket", + "privilege": "GetBucketPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "bucket*" + }, + { + "condition_keys": [ + "s3express:authType", + "s3express:ResourceAccount", + "s3express:signatureversion", + "s3express:TlsVersion", + "s3express:x-amz-content-sha256" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all directory buckets owned by the authenticated sender of the request", + "privilege": "ListAllMyDirectoryBuckets", + "resource_types": [ + { + "condition_keys": [ + "s3express:authType", + "s3express:ResourceAccount", + "s3express:signatureversion", + "s3express:TlsVersion", + "s3express:x-amz-content-sha256" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Permissions management", + "description": "Grants permission to add or replace a bucket policy on a bucket", + "privilege": "PutBucketPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "bucket*" + }, + { + "condition_keys": [ + "s3express:authType", + "s3express:ResourceAccount", + "s3express:signatureversion", + "s3express:TlsVersion", + "s3express:x-amz-content-sha256" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:s3express:${Region}:${Account}:bucket/${BucketName}", + "condition_keys": [], + "resource": "bucket" + } + ], + "service_name": "Amazon S3 Express" + }, { "conditions": [ { @@ -206896,12 +225918,12 @@ { "condition": "sagemaker:ImageArns", "description": "Filters access by the list of all image arns associated with the resource in the request", - "type": "ArrayOfString" + "type": "ArrayOfARN" }, { "condition": "sagemaker:ImageVersionArns", "description": "Filters access by the list of all image version arns associated with the resource in the request", - "type": "ArrayOfString" + "type": "ArrayOfARN" }, { "condition": "sagemaker:InstanceTypes", @@ -206948,6 +225970,11 @@ "description": "Filters access by the output kms key associated with the resource in the request", "type": "ARN" }, + { + "condition": "sagemaker:OwnerUserProfileArn", + "description": "Filters access by the OwnerUserProfile arn associated with the space in the request", + "type": "ARN" + }, { "condition": "sagemaker:ResourceTag/", "description": "Filters access by the preface string for a tag key and value pair attached to a resource", @@ -206973,6 +226000,11 @@ "description": "Filters access by limiting memory size used for Serverless inference in the request", "type": "Numeric" }, + { + "condition": "sagemaker:SpaceSharingType", + "description": "Filters access by the sharing type associated with the space in the request", + "type": "String" + }, { "condition": "sagemaker:TaggingAction", "description": "Filters access by the API actions to which a user can apply tags. Uses the name of the API operation that creates a taggable resource to filter access", @@ -207100,6 +226132,13 @@ "dependent_actions": [], "resource_type": "automl-job" }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "cluster" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}" @@ -207233,6 +226272,13 @@ "dependent_actions": [], "resource_type": "image" }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "inference-component" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}" @@ -207524,7 +226570,9 @@ "aws:TagKeys", "sagemaker:InstanceTypes", "sagemaker:ImageArns", - "sagemaker:ImageVersionArns" + "sagemaker:ImageVersionArns", + "sagemaker:OwnerUserProfileArn", + "sagemaker:SpaceSharingType" ], "dependent_actions": [], "resource_type": "" @@ -207639,6 +226687,31 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create a cluster", + "privilege": "CreateCluster", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [ + "iam:PassRole", + "sagemaker:AddTags" + ], + "resource_type": "cluster*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to create a CodeRepository", @@ -207893,6 +226966,13 @@ ], "resource_type": "endpoint*" }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "endpoint-config*" + }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -207913,6 +226993,7 @@ "aws:ResourceTag/${TagKey}" ], "dependent_actions": [ + "iam:PassRole", "sagemaker:AddTags" ], "resource_type": "endpoint-config*" @@ -207926,7 +227007,10 @@ "sagemaker:ModelArn", "sagemaker:VolumeKmsKey", "sagemaker:ServerlessMaxConcurrency", - "sagemaker:ServerlessMemorySize" + "sagemaker:ServerlessMemorySize", + "sagemaker:NetworkIsolation", + "sagemaker:VpcSecurityGroupIds", + "sagemaker:VpcSubnets" ], "dependent_actions": [], "resource_type": "" @@ -208139,6 +227223,38 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create an inference component on an endpoint", + "privilege": "CreateInferenceComponent", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [ + "sagemaker:AddTags" + ], + "resource_type": "endpoint*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "inference-component*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys", + "sagemaker:ModelArn" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to create an inference experiment", @@ -208672,7 +227788,9 @@ "aws:TagKeys", "sagemaker:InstanceTypes", "sagemaker:ImageArns", - "sagemaker:ImageVersionArns" + "sagemaker:ImageVersionArns", + "sagemaker:OwnerUserProfileArn", + "sagemaker:SpaceSharingType" ], "dependent_actions": [], "resource_type": "" @@ -208781,6 +227899,13 @@ "dependent_actions": [ "sagemaker:AddTags" ], + "resource_type": "experiment*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], "resource_type": "experiment-trial*" }, { @@ -208934,6 +228059,14 @@ ], "dependent_actions": [], "resource_type": "app*" + }, + { + "condition_keys": [ + "sagemaker:OwnerUserProfileArn", + "sagemaker:SpaceSharingType" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -209007,6 +228140,20 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete a cluster", + "privilege": "DeleteCluster", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "cluster*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete a CodeRepository", @@ -209269,6 +228416,20 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete an inference component. Amazon SageMaker frees up the resources that were reserved when the inference component was created", + "privilege": "DeleteInferenceComponent", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "inference-component*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete an inference experiment", @@ -209498,6 +228659,14 @@ ], "dependent_actions": [], "resource_type": "space*" + }, + { + "condition_keys": [ + "sagemaker:OwnerUserProfileArn", + "sagemaker:SpaceSharingType" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -209562,6 +228731,13 @@ "dependent_actions": [], "resource_type": "automl-job" }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "cluster" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}" @@ -209695,6 +228871,13 @@ "dependent_actions": [], "resource_type": "image" }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "inference-component" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}" @@ -210019,6 +229202,34 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to return information about a cluster", + "privilege": "DescribeCluster", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "cluster*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return information about a cluster node", + "privilege": "DescribeClusterNode", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "cluster*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to describe a CodeRepository", @@ -210330,6 +229541,20 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to return the description of an inference component", + "privilege": "DescribeInferenceComponent", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "inference-component*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to get information about an inference experiment", @@ -210890,6 +230115,20 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get a scaling policy configuration recommendation", + "privilege": "GetScalingConfigurationRecommendation", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "inference-recommendations-job*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to get search suggestions when provided with a keyword", @@ -210939,10 +230178,19 @@ "privilege": "InvokeEndpoint", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], "resource_type": "endpoint*" }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "inference-component" + }, { "condition_keys": [ "sagemaker:TargetModel" @@ -210958,12 +230206,35 @@ "privilege": "InvokeEndpointAsync", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "dependent_actions": [], "resource_type": "endpoint*" } ] }, + { + "access_level": "Read", + "description": "Grants permission to get the inference response as a stream from the specified endpoint", + "privilege": "InvokeEndpointWithResponseStream", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "endpoint*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "inference-component" + } + ] + }, { "access_level": "List", "description": "Grants permission to list actions", @@ -211079,6 +230350,32 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list nodes within a cluster", + "privilege": "ListClusterNodes", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "cluster*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list clusters", + "privilege": "ListClusters", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "List", "description": "Grants permission to list code repositories", @@ -211354,6 +230651,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list inference components", + "privilege": "ListInferenceComponents", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "List", "description": "Grants permission to list inference experiments", @@ -211526,7 +230835,7 @@ "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], - "resource_type": "model-package-group" + "resource_type": "model-package" } ] }, @@ -211700,6 +231009,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list resource catalogs", + "privilege": "ListResourceCatalogs", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "List", "description": "Grants permission to list shared model events", @@ -211831,6 +231152,13 @@ "dependent_actions": [], "resource_type": "automl-job" }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "cluster" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}" @@ -211964,6 +231292,13 @@ "dependent_actions": [], "resource_type": "image" }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "inference-component" + }, { "condition_keys": [ "aws:ResourceTag/${TagKey}" @@ -212683,6 +232018,22 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to update a cluster", + "privilege": "UpdateCluster", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "cluster*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update a CodeRepository", @@ -212757,7 +232108,9 @@ "sagemaker:InstanceTypes", "sagemaker:DomainSharingOutputKmsKey", "sagemaker:ImageArns", - "sagemaker:ImageVersionArns" + "sagemaker:ImageVersionArns", + "sagemaker:AppNetworkAccessType", + "sagemaker:VpcSubnets" ], "dependent_actions": [], "resource_type": "" @@ -212876,6 +232229,34 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to update an inference component to use the specification and configurations specified in the request", + "privilege": "UpdateInferenceComponent", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "inference-component*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the runtime config of a given inference component", + "privilege": "UpdateInferenceComponentRuntimeConfig", + "resource_types": [ + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "inference-component*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update an inference experiment", @@ -213092,7 +232473,9 @@ "condition_keys": [ "sagemaker:InstanceTypes", "sagemaker:ImageArns", - "sagemaker:ImageVersionArns" + "sagemaker:ImageVersionArns", + "sagemaker:OwnerUserProfileArn", + "sagemaker:SpaceSharingType" ], "dependent_actions": [], "resource_type": "" @@ -213398,6 +232781,14 @@ ], "resource": "algorithm" }, + { + "arn": "arn:${Partition}:sagemaker:${Region}:${Account}:cluster/${ClusterId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "sagemaker:ResourceTag/${TagKey}" + ], + "resource": "cluster" + }, { "arn": "arn:${Partition}:sagemaker:${Region}:${Account}:training-job/${TrainingJobName}", "condition_keys": [ @@ -213470,6 +232861,14 @@ ], "resource": "endpoint" }, + { + "arn": "arn:${Partition}:sagemaker:${Region}:${Account}:inference-component/${InferenceComponentName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "sagemaker:ResourceTag/${TagKey}" + ], + "resource": "inference-component" + }, { "arn": "arn:${Partition}:sagemaker:${Region}:${Account}:transform-job/${TransformJobName}", "condition_keys": [ @@ -213641,6 +233040,11 @@ "arn": "arn:${Partition}:sagemaker:${Region}:${Account}:shared-model-event/${EventId}", "condition_keys": [], "resource": "shared-model-event" + }, + { + "arn": "arn:${Partition}:sagemaker:${Region}:${Account}:sagemaker-catalog/${ResourceCatalogName}", + "condition_keys": [], + "resource": "sagemaker-catalog" } ], "service_name": "Amazon SageMaker" @@ -213710,7 +233114,9 @@ "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "iam:PassRole" + ], "resource_type": "EarthObservationJob*" }, { @@ -213729,7 +233135,9 @@ "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "iam:PassRole" + ], "resource_type": "VectorEnrichmentJob*" }, { @@ -213786,7 +233194,9 @@ "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "iam:PassRole" + ], "resource_type": "EarthObservationJob*" } ] @@ -213894,7 +233304,10 @@ "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "iam:PassRole", + "sagemaker-geospatial:TagResource" + ], "resource_type": "EarthObservationJob*" }, { @@ -213914,7 +233327,10 @@ "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "iam:PassRole", + "sagemaker-geospatial:TagResource" + ], "resource_type": "VectorEnrichmentJob*" }, { @@ -215571,6 +234987,18 @@ ], "prefix": "secretsmanager", "privileges": [ + { + "access_level": "List", + "description": "Grants permission to retrieve and decrypt a list of secrets", + "privilege": "BatchGetSecretValue", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to cancel an in-progress secret rotation", @@ -216193,6 +235621,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to retrieve information about configuration policies associated with a specific list of member accounts and organizational units of the calling account's organization", + "privilege": "BatchGetConfigurationPolicyAssociations", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to get the enablement and compliance status of controls, the findings count for controls, and the overall security score for controls on the Security Hub console", @@ -216324,6 +235764,21 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create a configuration policy to manage organization member settings in Security Hub", + "privilege": "CreateConfigurationPolicy", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to create a finding aggregator, which contains the cross-Region finding aggregation configuration", @@ -216384,6 +235839,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete an existing configuration policy", + "privilege": "DeleteConfigurationPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "configuration-policy*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete a finding aggregator, which disables finding aggregation across Regions", @@ -216650,6 +236117,30 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get a complete overview of one configuration policy created by the calling account", + "privilege": "GetConfigurationPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "configuration-policy*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve information about a configuration policy associated with a member account or organizational unit of the calling account's organization", + "privilege": "GetConfigurationPolicyAssociation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to retrieve a security score and counts of finding and control statuses for a security standard", @@ -216806,6 +236297,20 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get the definition details of a specific security control identified by ID", + "privilege": "GetSecurityControlDefinition", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "securityhub:DescribeStandardsControls" + ], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to retrieve information about Security Hub usage by accounts", @@ -216842,6 +236347,30 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list the summaries of all configuration policies created by the calling account", + "privilege": "ListConfigurationPolicies", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve information about all configuration policies associationed with all member accounts and organizational units of the calling account's organization", + "privilege": "ListConfigurationPolicyAssociations", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to retrieve a list of controls for a standard, including the control IDs, statuses and finding counts", @@ -216952,6 +236481,11 @@ "dependent_actions": [], "resource_type": "automation-rule" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "configuration-policy" + }, { "condition_keys": [], "dependent_actions": [], @@ -216983,6 +236517,30 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to associate a configuration policy with a member account or organizational unit in the calling account's organization", + "privilege": "StartConfigurationPolicyAssociation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "configuration-policy" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to remove a configuration policy association from a member account or organizational unit in the calling account's organization", + "privilege": "StartConfigurationPolicyDisassociation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "configuration-policy" + } + ] + }, { "access_level": "Tagging", "description": "Grants permission to add tags to a Security Hub resource", @@ -216993,6 +236551,11 @@ "dependent_actions": [], "resource_type": "automation-rule" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "configuration-policy" + }, { "condition_keys": [], "dependent_actions": [], @@ -217010,6 +236573,11 @@ "dependent_actions": [], "resource_type": "automation-rule" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "configuration-policy" + }, { "condition_keys": [], "dependent_actions": [], @@ -217029,6 +236597,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to update an existing configuration policy", + "privilege": "UpdateConfigurationPolicy", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "configuration-policy*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update a finding aggregator, which contains the cross-Region finding aggregation configuration", @@ -217077,6 +236657,20 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to update properties of a specific security control identified by ID or ARN", + "privilege": "UpdateSecurityControl", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "securityhub:UpdateStandardsControl" + ], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update Security Hub configuration", @@ -217124,12 +236718,33 @@ "arn": "arn:${Partition}:securityhub:${Region}:${Account}:automation-rule/${AutomationRuleId}", "condition_keys": [], "resource": "automation-rule" + }, + { + "arn": "arn:${Partition}:securityhub:${Region}:${Account}:configuration-policy/${ConfigurationPolicyId}", + "condition_keys": [], + "resource": "configuration-policy" } ], "service_name": "AWS Security Hub" }, { - "conditions": [], + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by a tag key and value pair of a resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], "prefix": "securitylake", "privileges": [ { @@ -217214,6 +236829,14 @@ "sqs:SetQueueAttributes" ], "resource_type": "data-lake*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -217247,7 +236870,10 @@ "privilege": "CreateSubscriber", "resource_types": [ { - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], "dependent_actions": [ "iam:CreateRole", "iam:DeleteRolePolicy", @@ -217531,6 +237157,23 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list all tags for the resource", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "data-lake" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "subscriber" + } + ] + }, { "access_level": "Write", "description": "Grants permission to designate an account as the Amazon Security Lake administrator account for the organization", @@ -217550,6 +237193,55 @@ } ] }, + { + "access_level": "Tagging", + "description": "Grants permission to add tags to the resource", + "privilege": "TagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "data-lake" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "subscriber" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to remove tags from the resource", + "privilege": "UntagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "data-lake" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "subscriber" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update a security data lake", @@ -217662,12 +237354,18 @@ "resources": [ { "arn": "arn:${Partition}:securitylake:${Region}:${Account}:data-lake/default", - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}" + ], "resource": "data-lake" }, { "arn": "arn:${Partition}:securitylake:${Region}:${Account}:subscriber/${SubscriberId}", - "condition_keys": [], + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}" + ], "resource": "subscriber" } ], @@ -219581,7 +239279,7 @@ { "condition": "servicediscovery:NamespaceArn", "description": "Filters access by specifying the Amazon Resource Name (ARN) for the related namespace", - "type": "String" + "type": "ARN" }, { "condition": "servicediscovery:NamespaceName", @@ -219591,7 +239289,7 @@ { "condition": "servicediscovery:ServiceArn", "description": "Filters access by specifying the Amazon Resource Name (ARN) for the related service", - "type": "String" + "type": "ARN" }, { "condition": "servicediscovery:ServiceName", @@ -219725,6 +239423,21 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to discover the revision of the instances for a specified namespace and service", + "privilege": "DiscoverInstancesRevision", + "resource_types": [ + { + "condition_keys": [ + "servicediscovery:NamespaceName", + "servicediscovery:ServiceName" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to get information about a specified instance", @@ -222176,6 +241889,26 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to cancel an export job", + "privilege": "CancelExportJob", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "export-job*" + }, + { + "condition_keys": [ + "ses:ApiVersion", + "ses:ExportSourceType" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to create a contact", @@ -222256,6 +241989,21 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create an export job", + "privilege": "CreateExportJob", + "resource_types": [ + { + "condition_keys": [ + "ses:ApiVersion", + "ses:ExportSourceType" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to creates an import job for a data destination", @@ -222461,6 +242209,26 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get information about an export job", + "privilege": "GetExportJob", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "export-job*" + }, + { + "condition_keys": [ + "ses:ApiVersion", + "ses:ExportSourceType" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to provide information about an import job", @@ -222480,6 +242248,20 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to provide insights about a message", + "privilege": "GetMessageInsights", + "resource_types": [ + { + "condition_keys": [ + "ses:ApiVersion" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to retrieve information about a specific email address that's on the suppression list for your account", @@ -222541,6 +242323,21 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list all the exports jobs for your account", + "privilege": "ListExportJobs", + "resource_types": [ + { + "condition_keys": [ + "ses:ApiVersion", + "ses:ExportSourceType" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "List", "description": "Grants permission to list all of the import jobs for your account", @@ -222924,6 +242721,11 @@ ], "resource": "contact-list" }, + { + "arn": "arn:${Partition}:ses:${Region}:${Account}:export-job/${ExportJobId}", + "condition_keys": [], + "resource": "export-job" + }, { "arn": "arn:${Partition}:ses:${Region}:${Account}:import-job/${ImportJobId}", "condition_keys": [], @@ -223545,13 +243347,6 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "signing-profile*" - }, - { - "condition_keys": [ - "signer:ProfileVersion" - ], - "dependent_actions": [], - "resource_type": "" } ] }, @@ -223718,13 +243513,6 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "signing-profile*" - }, - { - "condition_keys": [ - "signer:ProfileVersion" - ], - "dependent_actions": [], - "resource_type": "" } ] }, @@ -224754,6 +244542,86 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create a registration", + "privilege": "CreateRegistration", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "sms-voice:TagResource" + ], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to associate a registration with a phone number or another registration", + "privilege": "CreateRegistrationAssociation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Registration*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "PhoneNumber" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a registration attachment", + "privilege": "CreateRegistrationAttachment", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "sms-voice:TagResource" + ], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a registration version", + "privilege": "CreateRegistrationVersion", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Registration*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create a verified destination number", + "privilege": "CreateVerifiedDestinationNumber", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "sms-voice:TagResource" + ], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete the default message type for a configuration set", @@ -224843,6 +244711,42 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete a registration", + "privilege": "DeleteRegistration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Registration*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a registration attachment", + "privilege": "DeleteRegistrationAttachment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "RegistrationAttachment*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an optional registration field value", + "privilege": "DeleteRegistrationFieldValue", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Registration*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete an override for your account's text messaging monthly spend limit", @@ -224855,6 +244759,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete a verified destination number", + "privilege": "DeleteVerifiedDestinationNumber", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "VerifiedDestinationNumber*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete an override for your account's voice messaging monthly spend limit", @@ -224968,6 +244884,90 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to describe the registration attachments in your account", + "privilege": "DescribeRegistrationAttachments", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "RegistrationAttachment" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe the field definitions for a given registration type", + "privilege": "DescribeRegistrationFieldDefinitions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe the field values for a given registration", + "privilege": "DescribeRegistrationFieldValues", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Registration*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe the section definitions for a given registration type", + "privilege": "DescribeRegistrationSectionDefinitions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe the registration types supported by the service", + "privilege": "DescribeRegistrationTypeDefinitions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe the versions for a given registration", + "privilege": "DescribeRegistrationVersions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Registration*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe the registrations in your account", + "privilege": "DescribeRegistrations", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Registration" + } + ] + }, { "access_level": "Read", "description": "Grants permission to describe the sender IDs in your account", @@ -224992,6 +244992,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to describe the verified destination numbers in your account", + "privilege": "DescribeVerifiedDestinationNumbers", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "VerifiedDestinationNumber" + } + ] + }, { "access_level": "Write", "description": "Grants permission to disassociate an origination phone number or sender ID from a pool", @@ -225014,6 +245026,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to discard the latest version of a given registration", + "privilege": "DiscardRegistrationVersion", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Registration*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to list all origination phone numbers and sender IDs associated to a pool", @@ -225026,6 +245050,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to list all resources associated to a registration", + "privilege": "ListRegistrationAssociations", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Registration*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to list the tags for a resource", @@ -225054,63 +245090,266 @@ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SenderId" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to create or update a keyword for a pool or origination phone number", - "privilege": "PutKeyword", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "PhoneNumber" + "resource_type": "SenderId" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create or update a keyword for a pool or origination phone number", + "privilege": "PutKeyword", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "PhoneNumber" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Pool" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to put a destination phone number into an opt-out list", + "privilege": "PutOptedOutNumber", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "OptOutList*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to put a registration field value", + "privilege": "PutRegistrationFieldValue", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Registration*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to release an origination phone number", + "privilege": "ReleasePhoneNumber", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "PhoneNumber*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to release a sender ID", + "privilege": "ReleaseSenderId", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "SenderId*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to request an origination phone number", + "privilege": "RequestPhoneNumber", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "sms-voice:AssociateOriginationIdentity", + "sms-voice:TagResource" + ], + "resource_type": "Pool" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to request an unregistered sender ID", + "privilege": "RequestSenderId", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "sms-voice:TagResource" + ], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to send a text or voice message containing a verification code to a destination phone number", + "privilege": "SendDestinationNumberVerificationCode", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "sms-voice:SendTextMessage", + "sms-voice:SendVoiceMessage" + ], + "resource_type": "PhoneNumber" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Pool" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "SenderId" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to send a text message to a destination phone number", + "privilege": "SendTextMessage", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "PhoneNumber" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Pool" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "SenderId" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to set the default message type for a configuration set", + "privilege": "SetDefaultMessageType", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ConfigurationSet*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to set the default sender ID for a configuration set", + "privilege": "SetDefaultSenderId", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ConfigurationSet*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to set an override for your account's text messaging monthly spend limit", + "privilege": "SetTextMessageSpendLimitOverride", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to set an override for your account's voice messaging monthly spend limit", + "privilege": "SetVoiceMessageSpendLimitOverride", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to submit the latest version of a given registration", + "privilege": "SubmitRegistrationVersion", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Registration*" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to add tags to a resource", + "privilege": "TagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ConfigurationSet" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "OptOutList" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "PhoneNumber" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Pool" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Registration" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "Pool" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to put a destination phone number into an opt-out list", - "privilege": "PutOptedOutNumber", - "resource_types": [ + "resource_type": "RegistrationAttachment" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "OptOutList*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to release an origination phone number", - "privilege": "ReleasePhoneNumber", - "resource_types": [ + "resource_type": "SenderId" + }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "PhoneNumber*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to request an origination phone number", - "privilege": "RequestPhoneNumber", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [ - "sms-voice:AssociateOriginationIdentity", - "sms-voice:TagResource" - ], - "resource_type": "Pool" + "resource_type": "VerifiedDestinationNumber" }, { "condition_keys": [ @@ -225122,80 +245361,10 @@ } ] }, - { - "access_level": "Write", - "description": "Grants permission to send a text message to a destination phone number", - "privilege": "SendTextMessage", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "PhoneNumber" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Pool" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "SenderId" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to set the default message type for a configuration set", - "privilege": "SetDefaultMessageType", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ConfigurationSet*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to set the default sender ID for a configuration set", - "privilege": "SetDefaultSenderId", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "ConfigurationSet*" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to set an override for your account's text messaging monthly spend limit", - "privilege": "SetTextMessageSpendLimitOverride", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Write", - "description": "Grants permission to set an override for your account's voice messaging monthly spend limit", - "privilege": "SetVoiceMessageSpendLimitOverride", - "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "" - } - ] - }, { "access_level": "Tagging", - "description": "Grants permission to add tags to a resource", - "privilege": "TagResource", + "description": "Grants permission to remove tags from a resource", + "privilege": "UntagResource", "resource_types": [ { "condition_keys": [], @@ -225220,51 +245389,25 @@ { "condition_keys": [], "dependent_actions": [], - "resource_type": "SenderId" + "resource_type": "Registration" }, - { - "condition_keys": [ - "aws:RequestTag/${TagKey}", - "aws:TagKeys" - ], - "dependent_actions": [], - "resource_type": "" - } - ] - }, - { - "access_level": "Tagging", - "description": "Grants permission to remove tags from a resource", - "privilege": "UntagResource", - "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "ConfigurationSet" + "resource_type": "RegistrationAttachment" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "OptOutList" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "PhoneNumber" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "Pool" + "resource_type": "SenderId" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "SenderId" + "resource_type": "VerifiedDestinationNumber" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -225293,7 +245436,9 @@ "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "iam:PassRole" + ], "resource_type": "PhoneNumber*" } ] @@ -225305,10 +245450,36 @@ "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "iam:PassRole" + ], "resource_type": "Pool*" } ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a sender ID's configuration", + "privilege": "UpdateSenderId", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "SenderId*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to verify a destination phone number", + "privilege": "VerifyDestinationNumber", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "VerifiedDestinationNumber*" + } + ] } ], "resources": [ @@ -225346,6 +245517,27 @@ "aws:ResourceTag/${TagKey}" ], "resource": "SenderId" + }, + { + "arn": "arn:${Partition}:sms-voice:${Region}:${Account}:registration/${RegistrationId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "Registration" + }, + { + "arn": "arn:${Partition}:sms-voice:${Region}:${Account}:registration-attachment/${RegistrationAttachmentId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "RegistrationAttachment" + }, + { + "arn": "arn:${Partition}:sms-voice:${Region}:${Account}:verified-destination-number/${VerifiedDestinationNumberId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "VerifiedDestinationNumber" } ], "service_name": "Amazon Pinpoint SMS and Voice Service" @@ -225833,6 +246025,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list Address objects where pickup is available, of the specified length", + "privilege": "ListPickupLocations", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "List", "description": "Grants permission to list all supported versions for Snow on-device services", @@ -226896,6 +247100,30 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get database structure metadata for auto-completion", + "privilege": "GetAutocompletionMetadata", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get database structure information for auto-completion", + "privilege": "GetAutocompletionResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to get charts on your account", @@ -226944,6 +247172,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get text to SQL recommendations", + "privilege": "GetQSqlRecommendations", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to get the query execution history on your account", @@ -227254,8 +247494,42 @@ }, { "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to untag an sqlworkbench resource", + "privilege": "UntagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "chart" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "connection" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "notebook" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "query" + }, + { + "condition_keys": [ + "aws:TagKeys" ], "dependent_actions": [], "resource_type": "" @@ -227263,44 +247537,21 @@ ] }, { - "access_level": "Tagging", - "description": "Grants permission to untag an sqlworkbench resource", - "privilege": "UntagResource", + "access_level": "Write", + "description": "Grants permission to update account-wide connection settings", + "privilege": "UpdateAccountConnectionSettings", "resource_types": [ { "condition_keys": [], "dependent_actions": [], - "resource_type": "chart" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "connection" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "notebook" - }, - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "query" - }, - { - "condition_keys": [ - "aws:TagKeys", - "aws:RequestTag/${TagKey}" - ], - "dependent_actions": [], "resource_type": "" } ] }, { "access_level": "Write", - "description": "Grants permission to update account-wide connection settings", - "privilege": "UpdateAccountConnectionSettings", + "description": "Grants permission to update account-wide export settings", + "privilege": "UpdateAccountExportSettings", "resource_types": [ { "condition_keys": [], @@ -227311,8 +247562,8 @@ }, { "access_level": "Write", - "description": "Grants permission to update account-wide export settings", - "privilege": "UpdateAccountExportSettings", + "description": "Grants permission to update account-wide general settings", + "privilege": "UpdateAccountGeneralSettings", "resource_types": [ { "condition_keys": [], @@ -227323,8 +247574,8 @@ }, { "access_level": "Write", - "description": "Grants permission to update account-wide general settings", - "privilege": "UpdateAccountGeneralSettings", + "description": "Grants permission to update account-wide text to SQL settings", + "privilege": "UpdateAccountQSqlSettings", "resource_types": [ { "condition_keys": [], @@ -227828,6 +248079,11 @@ "description": "Filters access by 'Create' requests based on whether mandatory tags are included in the request", "type": "ArrayOfString" }, + { + "condition": "ec2:SourceInstanceARN", + "description": "Filters access by the ARN of the instance from which the request originated", + "type": "ARN" + }, { "condition": "ssm:AutoApprove", "description": "Filters access by verifying that a user has permission to start Change Manager workflows without a review step (with the exception of change freeze events)", @@ -227840,12 +248096,12 @@ }, { "condition": "ssm:Overwrite", - "description": "Controls whether Systems Manager parameters can be overwritten", + "description": "Filters access by controling whether Systems Manager parameters can be overwritten", "type": "String" }, { "condition": "ssm:Recursive", - "description": "Filters access to Systems Manager parameters created in a hierarchical structure", + "description": "Filters access by Systems Manager parameters created in a hierarchical structure", "type": "String" }, { @@ -227853,6 +248109,11 @@ "description": "Filters access by verifying that a user has permission to access either the default Session Manager configuration document or the custom configuration document specified in a request", "type": "Bool" }, + { + "condition": "ssm:SourceInstanceARN", + "description": "Filters access by verifying the Amazon Resource Name (ARN) of the AWS Systems Manager's managed instance from which the request is made. This key is not present when the request comes from the managed instance authenticated with an IAM role associated with EC2 instance profile", + "type": "ARN" + }, { "condition": "ssm:SyncType", "description": "Filters access by verifying that a user also has access to the ResourceDataSync SyncType specified in the request", @@ -227860,7 +248121,17 @@ }, { "condition": "ssm:resourceTag/${TagKey}", - "description": "Filters access based on a tag key-value pair assigned to the Systems Manager resource", + "description": "Filters access by a tag key-value pair assigned to the Systems Manager resource", + "type": "String" + }, + { + "condition": "ssm:resourceTag/aws:ssmmessages:session-id", + "description": "Filters access by based on a tag key-value pair assigned to the Systems Manager session resource", + "type": "String" + }, + { + "condition": "ssm:resourceTag/aws:ssmmessages:target-id", + "description": "Filters access by based on a tag key-value pair assigned to the Systems Manager session resource", "type": "String" }, { @@ -227891,6 +248162,11 @@ "dependent_actions": [], "resource_type": "document" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "instance" + }, { "condition_keys": [], "dependent_actions": [], @@ -227921,6 +248197,11 @@ "dependent_actions": [], "resource_type": "patchbaseline" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task" + }, { "condition_keys": [ "aws:RequestTag/${TagKey}", @@ -228004,6 +248285,7 @@ }, { "condition_keys": [ + "aws:ResourceTag/${TagKey}", "aws:RequestTag/${TagKey}", "aws:TagKeys" ], @@ -228031,6 +248313,15 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "managed-instance" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -228171,6 +248462,13 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "managed-instance" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -228210,6 +248508,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete an OpsItem", + "privilege": "DeleteOpsItem", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "opsitem*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete an OpsMetadata object", @@ -228380,6 +248690,13 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "managed-instance" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -228392,6 +248709,13 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "association*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -228404,6 +248728,13 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "association*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -228493,6 +248824,13 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "managed-instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -228522,6 +248860,13 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "managed-instance*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -229166,6 +249511,13 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "association*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -229279,6 +249631,13 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "managed-instance" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -229446,6 +249805,14 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "managed-instance" + }, + { + "condition_keys": [ + "ssm:SourceInstanceARN", + "ec2:SourceInstanceARN" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -229589,6 +249956,11 @@ "dependent_actions": [], "resource_type": "document" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "instance" + }, { "condition_keys": [], "dependent_actions": [], @@ -229619,6 +249991,11 @@ "dependent_actions": [], "resource_type": "patchbaseline" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "task" + }, { "condition_keys": [ "aws:TagKeys" @@ -229649,6 +250026,14 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "session*" + }, + { + "condition_keys": [ + "ssm:resourceTag/aws:ssmmessages:session-id", + "ssm:resourceTag/aws:ssmmessages:target-id" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -229708,6 +250093,13 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "association*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -229809,6 +250201,14 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "session*" + }, + { + "condition_keys": [ + "ssm:resourceTag/aws:ssmmessages:session-id", + "ssm:resourceTag/aws:ssmmessages:target-id" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -229848,6 +250248,13 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "managed-instance" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -229870,6 +250277,15 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "managed-instance" + }, + { + "condition_keys": [ + "ssm:SourceInstanceARN", + "ec2:SourceInstanceARN", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -229928,6 +250344,15 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "managed-instance" + }, + { + "condition_keys": [ + "ssm:SourceInstanceARN", + "ec2:SourceInstanceARN", + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -229945,6 +250370,14 @@ "condition_keys": [], "dependent_actions": [], "resource_type": "managed-instance" + }, + { + "condition_keys": [ + "ssm:SourceInstanceARN", + "ec2:SourceInstanceARN" + ], + "dependent_actions": [], + "resource_type": "" } ] }, @@ -230111,7 +250544,8 @@ "arn": "arn:${Partition}:ssm:${Region}:${Account}:document/${DocumentName}", "condition_keys": [ "aws:ResourceTag/${TagKey}", - "ssm:DocumentCategories" + "ssm:DocumentCategories", + "ssm:resourceTag/${TagKey}" ], "resource": "document" }, @@ -230182,7 +250616,10 @@ }, { "arn": "arn:${Partition}:ssm:${Region}:${Account}:session/${SessionId}", - "condition_keys": [], + "condition_keys": [ + "ssm:resourceTag/aws:ssmmessages:session-id", + "ssm:resourceTag/aws:ssmmessages:target-id" + ], "resource": "session" }, { @@ -230863,6 +251300,23 @@ ], "prefix": "ssm-incidents", "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to retrieve details about specified findings for an incident record", + "privilege": "BatchGetIncidentFindings", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "incident-record*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "response-plan*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to create a replication set", @@ -231046,6 +251500,23 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list findings for an incident record", + "privilege": "ListIncidentFindings", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "incident-record*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "response-plan*" + } + ] + }, { "access_level": "List", "description": "Grants permission to list the contents of all incident records", @@ -231060,7 +251531,7 @@ }, { "access_level": "List", - "description": "Grants permission to list related items of an incident records", + "description": "Grants permission to list related items of an incident record", "privilege": "ListRelatedItems", "resource_types": [ { @@ -231397,7 +251868,7 @@ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application" } ] }, @@ -231421,7 +251892,7 @@ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "component" } ] }, @@ -231481,7 +251952,7 @@ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application" } ] }, @@ -231560,6 +252031,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to start an on-demand discovery of a registered SSM for SAP application", + "privilege": "StartApplicationRefresh", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "application" + } + ] + }, { "access_level": "Tagging", "description": "Grants permission to tag a specified resource ARN", @@ -231570,6 +252053,11 @@ "dependent_actions": [], "resource_type": "application" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "component" + }, { "condition_keys": [], "dependent_actions": [], @@ -231595,6 +252083,11 @@ "dependent_actions": [], "resource_type": "application" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "component" + }, { "condition_keys": [], "dependent_actions": [], @@ -231617,7 +252110,7 @@ { "condition_keys": [], "dependent_actions": [], - "resource_type": "" + "resource_type": "application" } ] }, @@ -231642,6 +252135,13 @@ ], "resource": "application" }, + { + "arn": "arn:${Partition}:ssm-sap:${Region}:${Account}:${ApplicationType}/${ApplicationId}/COMPONENT/${ComponentId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "component" + }, { "arn": "arn:${Partition}:ssm-sap:${Region}:${Account}:${ApplicationType}/${ApplicationId}/DB/${DatabaseId}", "condition_keys": [ @@ -231654,10 +252154,15 @@ }, { "conditions": [ + { + "condition": "ec2:SourceInstanceARN", + "description": "Filters access by the ARN of the instance from which the request originated", + "type": "ARN" + }, { "condition": "ssm:SourceInstanceARN", "description": "Filters access by verifying the Amazon Resource Name (ARN) of the AWS Systems Manager's managed instance from which the request is made. This key is not present when the request comes from the managed instance authenticated with an IAM role associated with EC2 instance profile", - "type": "String" + "type": "ARN" } ], "prefix": "ssmmessages", @@ -231669,7 +252174,8 @@ "resource_types": [ { "condition_keys": [ - "ssm:SourceInstanceARN" + "ssm:SourceInstanceARN", + "ec2:SourceInstanceARN" ], "dependent_actions": [], "resource_type": "" @@ -231732,6 +252238,11 @@ "condition": "aws:TagKeys", "description": "Filters access by the tag keys that are passed in the request", "type": "ArrayOfString" + }, + { + "condition": "sso:ApplicationAccount", + "description": "Filters access by the account which creates the application", + "type": "String" } ], "prefix": "sso", @@ -231818,6 +252329,50 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create an application", + "privilege": "CreateApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ApplicationProvider*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Instance*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an application assignment", + "privilege": "CreateApplicationAssignment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Application*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to add an application instance to AWS IAM Identity Center", @@ -231842,6 +252397,29 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create an identity center instance", + "privilege": "CreateInstance", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "iam:CreateServiceLinkedRole", + "organizations:DescribeOrganization" + ], + "resource_type": "Instance*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to enable the instance for ABAC and specify the attributes", @@ -231926,6 +252504,26 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create a trusted token issuer for an instance", + "privilege": "CreateTrustedTokenIssuer", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Instance*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete a Principal's access from a specified AWS account using a specified permission set", @@ -231948,6 +252546,101 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete an application", + "privilege": "DeleteApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Application*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an access scope to an application", + "privilege": "DeleteApplicationAccessScope", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Application*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an application assignment", + "privilege": "DeleteApplicationAssignment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Application*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an authentication method to an application", + "privilege": "DeleteApplicationAuthenticationMethod", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Application*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete a grant from an application", + "privilege": "DeleteApplicationGrant", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Application*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete the application instance", @@ -231989,6 +252682,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete an identity center instance", + "privilege": "DeleteInstance", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Instance*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to disable ABAC and remove the attributes list for the instance", @@ -232071,6 +252776,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete a trusted token issuer for an instance", + "privilege": "DeleteTrustedTokenIssuer", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "TrustedTokenIssuer*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to describe the status of the assignment creation request", @@ -232095,6 +252812,56 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to obtain information about an application", + "privilege": "DescribeApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Application*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve an application assignment", + "privilege": "DescribeApplicationAssignment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Application*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to describe an application provider", + "privilege": "DescribeApplicationProvider", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ApplicationProvider*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to obtain information about the directories for this account", @@ -232107,6 +252874,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to obtain information about an identity center instance", + "privilege": "DescribeInstance", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Instance*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to get the list of attributes used by the instance for ABAC", @@ -232172,6 +252951,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to describe a trusted token issuer for an instance", + "privilege": "DescribeTrustedTokenIssuer", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "TrustedTokenIssuer*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to obtain information about the trust relationships for this account", @@ -232244,6 +253035,82 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get an access scope to an application", + "privilege": "GetApplicationAccessScope", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Application*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to read assignment configurations for an application", + "privilege": "GetApplicationAssignmentConfiguration", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Application*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get an authentication method to an application", + "privilege": "GetApplicationAuthenticationMethod", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Application*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to obtain details about a grant belonging to an application", + "privilege": "GetApplicationGrant", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Application*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to retrieve details for an application instance", @@ -232470,6 +253337,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list accounts assigned to user or group", + "privilege": "ListAccountAssignmentsForPrincipal", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Instance*" + } + ] + }, { "access_level": "List", "description": "Grants permission to list all the AWS accounts where the specified permission set is provisioned", @@ -232487,6 +253366,101 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list access scopes to an application", + "privilege": "ListApplicationAccessScopes", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Application*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list application assignments", + "privilege": "ListApplicationAssignments", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Application*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list applications assigned to user or group", + "privilege": "ListApplicationAssignmentsForPrincipal", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Instance*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list authentication methods to an application", + "privilege": "ListApplicationAuthenticationMethods", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Application*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list grants from an application", + "privilege": "ListApplicationGrants", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Application*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to retrieve all of the certificates for a given application instance", @@ -232513,6 +253487,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list application providers", + "privilege": "ListApplicationProviders", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "ApplicationProvider*" + } + ] + }, { "access_level": "List", "description": "Grants permission to retrieve all supported application templates", @@ -232529,7 +253515,7 @@ }, { "access_level": "List", - "description": "Grants permission to retrieve all supported applications", + "description": "Grants permission to retrieve all applications associated with the instance of IAM Identity Center", "privilege": "ListApplications", "resource_types": [ { @@ -232672,12 +253658,34 @@ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance*" + "resource_type": "Application" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "PermissionSet*" + "resource_type": "Instance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "PermissionSet" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "TrustedTokenIssuer" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list trusted token issuers for an instance", + "privilege": "ListTrustedTokenIssuers", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Instance*" } ] }, @@ -232703,6 +253711,25 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create/update an access scope to an application", + "privilege": "PutApplicationAccessScope", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Application*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to add assignment configurations to an application", @@ -232711,6 +253738,51 @@ { "condition_keys": [], "dependent_actions": [], + "resource_type": "Application*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create/update an authentication method to an application", + "privilege": "PutApplicationAuthenticationMethod", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Application*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create/update a grant to an application", + "privilege": "PutApplicationGrant", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Application*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], "resource_type": "" } ] @@ -232824,12 +253896,22 @@ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance*" + "resource_type": "Application" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "PermissionSet*" + "resource_type": "Instance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "PermissionSet" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "TrustedTokenIssuer" }, { "condition_keys": [ @@ -232849,16 +253931,25 @@ { "condition_keys": [], "dependent_actions": [], - "resource_type": "Instance*" + "resource_type": "Application" }, { "condition_keys": [], "dependent_actions": [], - "resource_type": "PermissionSet*" + "resource_type": "Instance" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "PermissionSet" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "TrustedTokenIssuer" }, { "condition_keys": [ - "aws:RequestTag/${TagKey}", "aws:TagKeys" ], "dependent_actions": [], @@ -232866,6 +253957,25 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to update an application", + "privilege": "UpdateApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Application*" + }, + { + "condition_keys": [ + "sso:ApplicationAccount" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to set a certificate as the active one for this application instance", @@ -232962,6 +254072,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to update an identity center instance", + "privilege": "UpdateInstance", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Instance*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update the attributes to use with the instance for ABAC", @@ -233038,6 +254160,18 @@ "resource_type": "" } ] + }, + { + "access_level": "Write", + "description": "Grants permission to update a trusted token issuer for an instance", + "privilege": "UpdateTrustedTokenIssuer", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "TrustedTokenIssuer*" + } + ] } ], "resources": [ @@ -233055,8 +254189,30 @@ }, { "arn": "arn:${Partition}:sso:::instance/${InstanceId}", - "condition_keys": [], + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], "resource": "Instance" + }, + { + "arn": "arn:${Partition}:sso::${AccountId}:application/${InstanceId}/${ApplicationId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}", + "sso:ApplicationAccount" + ], + "resource": "Application" + }, + { + "arn": "arn:${Partition}:sso::${AccountId}:trustedTokenIssuer/${InstanceId}/${TrustedTokenIssuerId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "TrustedTokenIssuer" + }, + { + "arn": "arn:${Partition}:sso::aws:applicationProvider/${ApplicationProviderId}", + "condition_keys": [], + "resource": "ApplicationProvider" } ], "service_name": "AWS IAM Identity Center (successor to AWS Single Sign-On)" @@ -233693,6 +254849,32 @@ "resources": [], "service_name": "AWS IAM Identity Center (successor to AWS Single Sign-On) directory" }, + { + "conditions": [], + "prefix": "sso-oauth", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create OAuth/OIDC tokens to access IAM Identity Center integrated applications", + "privilege": "CreateTokenWithIAM", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Application*" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:sso::${AccountId}:application/${InstanceId}/${ApplicationId}", + "condition_keys": [], + "resource": "Application" + } + ], + "service_name": "AWS IAM Identity Center OIDC service" + }, { "conditions": [ { @@ -233710,6 +254892,16 @@ "description": "Filters access by a list of tag keys that are allowed in the request", "type": "ArrayOfString" }, + { + "condition": "states:HTTPEndpoint", + "description": "Filters access by the endpoint that the HTTP Task state allows in the request", + "type": "String" + }, + { + "condition": "states:HTTPMethod", + "description": "Filters access by the method that the HTTP Task state allows in the request", + "type": "String" + }, { "condition": "states:StateMachineQualifier", "description": "Filters access by the qualifier of a state machine ARN", @@ -233956,6 +255148,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to invoke the HTTP Task state", + "privilege": "InvokeHTTPEndpoint", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "List", "description": "Grants permission to list the existing activities", @@ -234076,6 +255280,30 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to redrive an execution", + "privilege": "RedriveExecution", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "execution*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to reveal sensitive data from an execution", + "privilege": "RevealSecrets", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to report that the task identified by the taskToken failed", @@ -234187,6 +255415,20 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to test a state machine definition", + "privilege": "TestState", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "states:RevealSecrets" + ], + "resource_type": "" + } + ] + }, { "access_level": "Tagging", "description": "Grants permission to remove a tag from an AWS Step Functions resource", @@ -234306,6 +255548,11 @@ "arn": "arn:${Partition}:states:${Region}:${Account}:mapRun:${StateMachineName}/${MapRunLabel}:${MapRunId}", "condition_keys": [], "resource": "maprun" + }, + { + "arn": "arn:${Partition}:states:${Region}:${Account}:execution:${StateMachineName}/${MapRunLabel}:${ExecutionId}", + "condition_keys": [], + "resource": "labelled execution" } ], "service_name": "AWS Step Functions" @@ -235130,7 +256377,7 @@ }, { "access_level": "List", - "description": "Grants permission to list the automatic tape creation policies configured on the specified gateway-VTL or all gateway-VTLs owned by your account", + "description": "Grants permission to list the automatic tape creation policies configured on the specified gateway-VTL or all gateway-VTLs owned by your AWS account", "privilege": "ListAutomaticTapeCreationPolicies", "resource_types": [ { @@ -235142,7 +256389,7 @@ }, { "access_level": "List", - "description": "Grants permission to get a list of the file shares for a specific file gateway, or the list of file shares that belong to the calling user account", + "description": "Grants permission to get a list of the file shares for a specific file gateway, or the list of file shares owned by your AWS account", "privilege": "ListFileShares", "resource_types": [ { @@ -235922,11 +257169,26 @@ "description": "Filters access by the service that is obtaining a bearer token", "type": "String" }, + { + "condition": "sts:DurationSeconds", + "description": "Filters access by the duration in seconds when getting a bearer token", + "type": "String" + }, { "condition": "sts:ExternalId", "description": "Filters access by the unique identifier required when you assume a role in another account", "type": "String" }, + { + "condition": "sts:RequestContext/${ContextKey}", + "description": "Filters access by the session context key-value pairs embedded in the signed context assertion retrieved from a trusted context provider", + "type": "String" + }, + { + "condition": "sts:RequestContextProviders", + "description": "Filters access by the context provider ARNs", + "type": "ArrayOfARN" + }, { "condition": "sts:RoleSessionName", "description": "Filters access by the role session name required when you assume a role", @@ -235940,7 +257202,7 @@ { "condition": "sts:TransitiveTagKeys", "description": "Filters access by the transitive tag keys that are passed in the request", - "type": "String" + "type": "ArrayOfString" }, { "condition": "www.amazon.com:app_id", @@ -235973,7 +257235,19 @@ "sts:ExternalId", "sts:RoleSessionName", "iam:ResourceTag/${TagKey}", - "sts:SourceIdentity" + "sts:SourceIdentity", + "cognito-identity.amazonaws.com:amr", + "cognito-identity.amazonaws.com:aud", + "cognito-identity.amazonaws.com:sub", + "www.amazon.com:app_id", + "www.amazon.com:user_id", + "graph.facebook.com:app_id", + "graph.facebook.com:id", + "accounts.google.com:aud", + "accounts.google.com:sub", + "saml:namequalifier", + "saml:sub", + "saml:sub_type" ], "dependent_actions": [], "resource_type": "" @@ -236131,7 +257405,8 @@ "resource_types": [ { "condition_keys": [ - "sts:AWSServiceName" + "sts:AWSServiceName", + "sts:DurationSeconds" ], "dependent_actions": [], "resource_type": "" @@ -236150,6 +257425,26 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to set context keys on a STS session", + "privilege": "SetContext", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "role" + }, + { + "condition_keys": [ + "sts:RequestContext/${ContextKey}", + "sts:RequestContextProviders" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to set a source identity on a STS session", @@ -236294,6 +257589,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get a single communication and attachments for a single AWS Support case", + "privilege": "DescribeCommunication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to list the communications and attachments for one or more AWS Support cases", @@ -238322,7 +259629,23 @@ "service_name": "AWS Tax Settings" }, { - "conditions": [], + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], "prefix": "textract", "privileges": [ { @@ -238367,6 +259690,65 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create an Amazon Textract adapter", + "privilege": "CreateAdapter", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to create an Amazon Textract adapter version", + "privilege": "CreateAdapterVersion", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "adapter*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an Amazon Textract adapter", + "privilege": "DeleteAdapter", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "adapter*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an Amazon Textract adapter version", + "privilege": "DeleteAdapterVersion", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "adapterversion*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to detect text in document images", @@ -238381,6 +259763,30 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get an Amazon Textract adapter", + "privilege": "GetAdapter", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "adapter*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get an Amazon Textract adapter version", + "privilege": "GetAdapterVersion", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "adapterversion*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to return information about a document analysis job", @@ -238441,6 +259847,47 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to list Amazon Textract adapter versions", + "privilege": "ListAdapterVersions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list Amazon Textract adapters", + "privilege": "ListAdapters", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to return a list of tags associated with a resource", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "adapter" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "adapterversion" + } + ] + }, { "access_level": "Write", "description": "Grants permission to start an asynchronous job to detect instances of real-world document entities within an image or pdf provided as input", @@ -238496,11 +259943,360 @@ "resource_type": "" } ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to add one or more tags to a resource", + "privilege": "TagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "adapter" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "adapterversion" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to remove one or more tags from a resource", + "privilege": "UntagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "adapter" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "adapterversion" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update Amazon Textract adapter", + "privilege": "UpdateAdapter", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "adapter*" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:textract:${Region}:${Account}:/adapters/${AdapterId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "adapter" + }, + { + "arn": "arn:${Partition}:textract:${Region}:${Account}:/adapters/${AdapterId}/versions/${AdapterVersion}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "adapterversion" } ], - "resources": [], "service_name": "Amazon Textract" }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the tags that are passed in the request", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by the tags associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + } + ], + "prefix": "thinclient", + "privileges": [ + { + "access_level": "Write", + "description": "Grants permission to create environments", + "privilege": "CreateEnvironment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete devices", + "privilege": "DeleteDevice", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "device*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete environments", + "privilege": "DeleteEnvironment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to deregister devices", + "privilege": "DeregisterDevice", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "device*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get details of devices", + "privilege": "GetDevice", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "device*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get details of environments", + "privilege": "GetEnvironment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get details of software sets", + "privilege": "GetSoftwareSet", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "softwareset*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list device sessions", + "privilege": "ListDeviceSessions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list devices", + "privilege": "ListDevices", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list environments", + "privilege": "ListEnvironments", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list software sets", + "privilege": "ListSoftwareSets", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list tags for a resource", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to add one or more tags to a resource", + "privilege": "TagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "device" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to remove one or more tags from a resource", + "privilege": "UntagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "device" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update devices", + "privilege": "UpdateDevice", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "device*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update environments", + "privilege": "UpdateEnvironment", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "environment*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update software set", + "privilege": "UpdateSoftwareSet", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "softwareset*" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:thinclient::${Account}:environment/${EnvironmentId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "environment" + }, + { + "arn": "arn:${Partition}:thinclient::${Account}:device/${DeviceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "device" + }, + { + "arn": "arn:${Partition}:thinclient::${Account}:softwareset/${SoftwareSetId}", + "condition_keys": [], + "resource": "softwareset" + } + ], + "service_name": "Amazon WorkSpaces Thin Client" + }, { "conditions": [ { @@ -239999,6 +261795,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete a previously submitted Medical Scribe job", + "privilege": "DeleteMedicalScribeJob", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "medicalscribejob*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete a previously submitted medical transcription job", @@ -240095,6 +261903,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to return information about a Medical Scribe job", + "privilege": "GetMedicalScribeJob", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "medicalscribejob*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to return information about a medical transcription job", @@ -240191,6 +262011,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list Medical Scribe jobs with the specified status", + "privilege": "ListMedicalScribeJobs", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "List", "description": "Grants permission to list medical transcription jobs with the specified status", @@ -240304,6 +262136,25 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to start an asynchronous job to transcribe patient-clinician conversations and generates clinical notes", + "privilege": "StartMedicalScribeJob", + "resource_types": [ + { + "condition_keys": [ + "transcribe:OutputBucketName", + "transcribe:OutputEncryptionKMSKeyId", + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "s3:GetObject" + ], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to start a protocol where audio is streamed to Transcribe Medical and the transcription results are streamed to your application", @@ -240528,6 +262379,13 @@ "arn": "arn:${Partition}:transcribe:${Region}:${Account}:analytics-category/${CategoryName}", "condition_keys": [], "resource": "callanalyticscategory" + }, + { + "arn": "arn:${Partition}:transcribe:${Region}:${Account}:medical-scribe-job/${JobName}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "medicalscribejob" } ], "service_name": "Amazon Transcribe" @@ -241255,6 +263113,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to test a connector's connection to remote server", + "privilege": "TestConnection", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "connector*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to test a server's custom identity provider", @@ -242122,6 +263992,30 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to get a specific recommendation within an AWS Organization's organization. This API supports only prioritized recommendations", + "privilege": "GetOrganizationRecommendation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get a specific Recommendation", + "privilege": "GetRecommendation", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to include recommendations for AWS Trusted Advisor checks", @@ -242146,6 +264040,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list a filterable set of Checks", + "privilege": "ListChecks", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to view all communications for an engagement", @@ -242182,6 +264088,42 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list the accounts that own the resources for an AWS Organization aggregate recommendation. This API only supports prioritized recommendations", + "privilege": "ListOrganizationRecommendationAccounts", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list Resources of a Recommendation within an AWS Organization. This API only supports prioritized recommendations", + "privilege": "ListOrganizationRecommendationResources", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list a filterable set of Recommendations within an AWS Organization. This API only supports prioritized recommendations", + "privilege": "ListOrganizationRecommendations", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to view, in the Trusted Advisor console, all of the organizational units (OUs) in a parent organizational unit or root", @@ -242194,6 +264136,30 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list Resources of a Recommendation", + "privilege": "ListRecommendationResources", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list a filterable set of Recommendations", + "privilege": "ListRecommendations", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to view, in the Trusted Advisor console, all of the roots that are defined in an AWS organization", @@ -242242,6 +264208,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to update the details of an engagement", + "privilege": "UpdateEngagement", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update the status of an engagement", @@ -242278,6 +264256,30 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to update the lifecyle of a Recommendation within an AWS Organization. This API only supports prioritized recommendations", + "privilege": "UpdateOrganizationRecommendationLifecycle", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the lifecyle of a Recommendation. This API only supports prioritized recommendations", + "privilege": "UpdateRecommendationLifecycle", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update the risk status in AWS Trusted Advisor Priority", @@ -242300,6 +264302,179 @@ ], "service_name": "AWS Trusted Advisor" }, + { + "conditions": [ + { + "condition": "aws:RequestTag/${TagKey}", + "description": "Filters access by the allowed set of values for each of the tags", + "type": "String" + }, + { + "condition": "aws:ResourceTag/${TagKey}", + "description": "Filters access by tag-value associated with the resource", + "type": "String" + }, + { + "condition": "aws:TagKeys", + "description": "Filters access by the presence of mandatory tags in the request", + "type": "ArrayOfString" + } + ], + "prefix": "ts", + "privileges": [ + { + "access_level": "Read", + "description": "Grants permission to get details about specific execution within AWS Diagnostic tools", + "privilege": "GetExecution", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "execution*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get details about specific execution output within AWS Diagnostic tools", + "privilege": "GetExecutionOutput", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "execution*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to get details about specific tool within AWS Diagnostic tools", + "privilege": "GetTool", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "tool*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all available execution within AWS Diagnostic tools", + "privilege": "ListExecutions", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to list the tags for an AWS Diagnostic tools resource", + "privilege": "ListTagsForResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "execution*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list all available tools within AWS Diagnostic tools", + "privilege": "ListTools", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to start an execution workflow of specific tool within AWS Diagnostic tools", + "privilege": "StartExecution", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [ + "iam:PassRole" + ], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to tag an AWS Diagnostic tools resource", + "privilege": "TagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "execution*" + }, + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Tagging", + "description": "Grants permission to untag an AWS Diagnostic tools resource", + "privilege": "UntagResource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "execution*" + }, + { + "condition_keys": [ + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + } + ], + "resources": [ + { + "arn": "arn:${Partition}:ts::${Account}:execution/${UserId}/${ToolId}/${ExecutionId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "execution" + }, + { + "arn": "arn:${Partition}:ts::aws:tool/${ToolId}", + "condition_keys": [], + "resource": "tool" + } + ], + "service_name": "AWS Diagnostic tools" + }, { "conditions": [ { @@ -242678,6 +264853,25 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to update an existing data source", + "privilege": "UpdateDataSource", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "DataSource*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update the security profile", @@ -245286,11 +267480,6 @@ "description": "Grants permission to retrieve detailed information about a sample set of web requests", "privilege": "GetSampledRequests", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "rule" - }, { "condition_keys": [], "dependent_actions": [], @@ -246433,11 +268622,6 @@ "description": "Grants permission to retrieve detailed information for a sample set of web requests", "privilege": "GetSampledRequests", "resource_types": [ - { - "condition_keys": [], - "dependent_actions": [], - "resource_type": "rule" - }, { "condition_keys": [], "dependent_actions": [], @@ -247068,7 +269252,14 @@ "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "apigateway:SetWebACL", + "apprunner:AssociateWebAcl", + "appsync:SetWebACL", + "cognito-idp:AssociateWebACL", + "ec2:AssociateVerifiedAccessInstanceWebAcl", + "elasticloadbalancing:SetWebAcl" + ], "resource_type": "webacl*" }, { @@ -247376,7 +269567,14 @@ "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "apigateway:SetWebACL", + "apprunner:DisassociateWebAcl", + "appsync:SetWebACL", + "cognito-idp:DisassociateWebACL", + "ec2:DisassociateVerifiedAccessInstanceWebAcl", + "elasticloadbalancing:SetWebAcl" + ], "resource_type": "apigateway" }, { @@ -247597,6 +269795,16 @@ "description": "Grants permission to retrieve the WebACL that's associated with a resource", "privilege": "GetWebACLForResource", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "apprunner:DescribeWebAclForService", + "cognito-idp:GetWebACLForResource", + "ec2:GetVerifiedAccessInstanceWebAcl", + "wafv2:GetWebACL" + ], + "resource_type": "webacl*" + }, { "condition_keys": [], "dependent_actions": [], @@ -247732,8 +269940,27 @@ "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "apprunner:ListAssociatedServicesForWebAcl", + "cognito-idp:ListResourcesForWebACL", + "ec2:DescribeVerifiedAccessInstanceWebAclAssociations" + ], "resource_type": "webacl*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "apprunner" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "userpool" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "verified-access-instance" } ] }, @@ -248172,7 +270399,7 @@ }, { "access_level": "Write", - "description": "Grants permission to an owner of a lens to share with other AWS accounts and IAM Users", + "description": "Grants permission to an owner of a lens to share with other AWS accounts and IAM users", "privilege": "CreateLensShare", "resource_types": [ { @@ -248223,7 +270450,7 @@ }, { "access_level": "Write", - "description": "Grants permission to an owner of a profile to share with other AWS accounts and IAM Users", + "description": "Grants permission to an owner of a profile to share with other AWS accounts and IAM users", "privilege": "CreateProfileShare", "resource_types": [ { @@ -248233,6 +270460,33 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create a new review template", + "privilege": "CreateReviewTemplate", + "resource_types": [ + { + "condition_keys": [ + "aws:RequestTag/${TagKey}", + "aws:TagKeys" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to an owner of a review template to share with other AWS accounts and IAM users", + "privilege": "CreateTemplateShare", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "review-template*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to create a new workload", @@ -248308,6 +270562,30 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete an existing review template", + "privilege": "DeleteReviewTemplate", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "review-template*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to delete an existing review template share", + "privilege": "DeleteTemplateShare", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "review-template*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete an existing workload", @@ -248490,6 +270768,49 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the specified review template", + "privilege": "GetReviewTemplate", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "review-template*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the specified answer from the specified review template lens review", + "privilege": "GetReviewTemplateAnswer", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "review-template*" + } + ] + }, + { + "access_level": "Read", + "description": "Grants permission to retrieve the specified lens review of the specified review template", + "privilege": "GetReviewTemplateLensReview", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "review-template*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to retrieve the specified workload", @@ -248668,6 +270989,30 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list the answers from the specified review template lens review", + "privilege": "ListReviewTemplateAnswers", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "review-template*" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to list the review templates available to this account", + "privilege": "ListReviewTemplates", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "List", "description": "Grants permission to list the workload share invitations of the specified account or user", @@ -248695,6 +271040,11 @@ "dependent_actions": [], "resource_type": "profile" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "review-template" + }, { "condition_keys": [], "dependent_actions": [], @@ -248709,6 +271059,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list all shares created for a review template", + "privilege": "ListTemplateShares", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "review-template*" + } + ] + }, { "access_level": "List", "description": "Grants permission to list the workload shares of the specified workload", @@ -248748,6 +271110,11 @@ "dependent_actions": [], "resource_type": "profile" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "review-template" + }, { "condition_keys": [], "dependent_actions": [], @@ -248778,6 +271145,11 @@ "dependent_actions": [], "resource_type": "profile" }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "review-template" + }, { "condition_keys": [], "dependent_actions": [], @@ -248840,6 +271212,42 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to update properties of the specified review template", + "privilege": "UpdateReviewTemplate", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "review-template*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update properties of the specified review template answer", + "privilege": "UpdateReviewTemplateAnswer", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "review-template*" + } + ] + }, + { + "access_level": "Write", + "description": "Grants permission to update properties of the specified review template lens review", + "privilege": "UpdateReviewTemplateLensReview", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "review-template*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update status of the specified workload share invitation", @@ -248904,6 +271312,18 @@ "resource_type": "workload*" } ] + }, + { + "access_level": "Write", + "description": "Grants permission to upgrade the specified lens review of the specified review template", + "privilege": "UpgradeReviewTemplateLensReview", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "review-template*" + } + ] } ], "resources": [ @@ -248927,6 +271347,13 @@ "aws:ResourceTag/${TagKey}" ], "resource": "profile" + }, + { + "arn": "arn:${Partition}:wellarchitected:${Region}:${Account}:review-template/${ResourceId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "review-template" } ], "service_name": "AWS Well-Architected Tool" @@ -249067,18 +271494,23 @@ "conditions": [ { "condition": "aws:RequestTag/${TagKey}", - "description": "Filters actions based on the tags that are passed in the request", + "description": "Filters access by the tags that are passed in the request", "type": "String" }, { "condition": "aws:ResourceTag/${TagKey}", - "description": "Filters actions based on the tags associated with the resource", + "description": "Filters access by the tags associated with the resource", "type": "String" }, { "condition": "aws:TagKeys", - "description": "Filters actions based on the tag keys that are passed in the request", - "type": "String" + "description": "Filters access by the tag keys that are passed in the request", + "type": "ArrayOfString" + }, + { + "condition": "wisdom:SearchFilter/RoutingProfileArn", + "description": "Filters access by the connect routing profile arn that is passed in the request", + "type": "ARN" } ], "prefix": "wisdom", @@ -249153,6 +271585,26 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create quick response", + "privilege": "CreateQuickResponse", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "KnowledgeBase*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to create a session", @@ -249219,6 +271671,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete a import job of a knowledge base", + "privilege": "DeleteImportJob", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "KnowledgeBase*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to delete a knowledge base", @@ -249231,6 +271695,23 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to delete quick response", + "privilege": "DeleteQuickResponse", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "KnowledgeBase*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "QuickResponse*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to retrieve information about an assistant", @@ -249294,6 +271775,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to retrieve information about the import job", + "privilege": "GetImportJob", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "KnowledgeBase*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to retrieve information about the knowledge base", @@ -249306,6 +271799,23 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to retrieve content", + "privilege": "GetQuickResponse", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "KnowledgeBase*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "QuickResponse*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to retrieve recommendations for the specified session", @@ -249371,6 +271881,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list information about knowledge bases", + "privilege": "ListImportJobs", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "KnowledgeBase*" + } + ] + }, { "access_level": "List", "description": "Grants permission to list information about knowledge bases", @@ -249383,6 +271905,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list the quick response with a knowledge base", + "privilege": "ListQuickResponses", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "KnowledgeBase*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to list the tags for the specified resource", @@ -249407,6 +271941,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to submit feedback", + "privilege": "PutFeedback", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Assistant*" + } + ] + }, { "access_level": "Read", "description": "Grants permission to perform a manual search against the specified assistant", @@ -249443,6 +271989,27 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to search for quick response referencing a specified knowledge base", + "privilege": "SearchQuickResponses", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [ + "wisdom:GetQuickResponse" + ], + "resource_type": "KnowledgeBase*" + }, + { + "condition_keys": [ + "wisdom:SearchFilter/RoutingProfileArn" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to search for sessions referencing a specified assistant. Can be used to et a specific session resource by its name", @@ -249467,15 +272034,66 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to create multiple quick responses", + "privilege": "StartImportJob", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "KnowledgeBase*" + }, + { + "condition_keys": [ + "aws:TagKeys", + "aws:RequestTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Tagging", "description": "Grants permission to add the specified tags to the specified resource", "privilege": "TagResource", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Assistant" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "AssistantAssociation" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Content" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "KnowledgeBase" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "QuickResponse" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Session" + }, { "condition_keys": [ "aws:TagKeys", - "aws:RequestTag/${TagKey}" + "aws:RequestTag/${TagKey}", + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -249487,9 +272105,40 @@ "description": "Grants permission to remove the specified tags from the specified resource", "privilege": "UntagResource", "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Assistant" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "AssistantAssociation" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Content" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "KnowledgeBase" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "QuickResponse" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "Session" + }, { "condition_keys": [ - "aws:TagKeys" + "aws:TagKeys", + "aws:ResourceTag/${TagKey}" ], "dependent_actions": [], "resource_type": "" @@ -249524,6 +272173,23 @@ "resource_type": "KnowledgeBase*" } ] + }, + { + "access_level": "Write", + "description": "Grants permission to update information or content of the quick response", + "privilege": "UpdateQuickResponse", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "KnowledgeBase*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "QuickResponse*" + } + ] } ], "resources": [ @@ -249561,9 +272227,16 @@ "aws:ResourceTag/${TagKey}" ], "resource": "Session" + }, + { + "arn": "arn:${Partition}:wisdom:${Region}:${Account}:quick-response/${KnowledgeBaseId}/${QuickResponseId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "QuickResponse" } ], - "service_name": "Amazon Connect Wisdom" + "service_name": "Amazon Q in Connect" }, { "conditions": [], @@ -250264,6 +272937,18 @@ "resource_type": "" } ] + }, + { + "access_level": "Write", + "description": "Grants permission to update the administrative settings for a user", + "privilege": "UpdateUserAdministrativeSettings", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] } ], "resources": [], @@ -251243,6 +273928,18 @@ } ] }, + { + "access_level": "Read", + "description": "Grants permission to read details of an entity", + "privilege": "DescribeEntity", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "organization*" + } + ] + }, { "access_level": "List", "description": "Grants permission to read the details for a group", @@ -251735,6 +274432,18 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to list the groups to which an entity belongs", + "privilege": "ListGroupsForEntity", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "organization*" + } + ] + }, { "access_level": "List", "description": "Grants permission to list the impersonation roles for the given Amazon WorkMail organization", @@ -252251,6 +274960,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to update details of a group", + "privilege": "UpdateGroup", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "organization*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to update an existing impersonation role for the given Amazon WorkMail organization", @@ -252347,6 +275068,18 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to update details of a user", + "privilege": "UpdateUser", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "organization*" + } + ] + }, { "access_level": "Write", "description": "Grants permission to remotely wipe the mobile device associated with a user's account", @@ -252468,6 +275201,30 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to associate a workspace application with a WorkSpace", + "privilege": "AssociateWorkspaceApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspaceapplication*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspaceid*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to add rules to IP access control groups", @@ -252475,7 +275232,9 @@ "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "workspaces:UpdateRulesOfIpGroup" + ], "resource_type": "workspaceipgroup*" } ] @@ -252768,6 +275527,25 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to deploy all pending workspace applications on a WorkSpace", + "privilege": "DeployWorkspaceApplications", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspaceid*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to deregister directories from use with Amazon WorkSpaces", @@ -252804,6 +275582,56 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to retrieve information about resources associated with a WorkSpace application", + "privilege": "DescribeApplicationAssociations", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspaceapplication*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to obtain information about WorkSpace applications", + "privilege": "DescribeApplications", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "" + } + ] + }, + { + "access_level": "List", + "description": "Grants permission to retrieve information about resources associated with a WorkSpace bundle", + "privilege": "DescribeBundleAssociations", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspacebundle*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to retrieve AWS WorkSpaces Client branding data within a directory", @@ -252864,6 +275692,25 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to retrieve information about resources associated with a WorkSpace image", + "privilege": "DescribeImageAssociations", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspaceimage*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Read", "description": "Grants permission to retrieve information about IP access control groups", @@ -252888,6 +275735,25 @@ } ] }, + { + "access_level": "List", + "description": "Grants permission to retrieve information about resources associated with a WorkSpace", + "privilege": "DescribeWorkspaceAssociations", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspaceid*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "List", "description": "Grants permission to obtain information about WorkSpace bundles", @@ -253001,6 +275867,30 @@ } ] }, + { + "access_level": "Write", + "description": "Grants permission to disassociate a workspace application from a WorkSpace", + "privilege": "DisassociateWorkspaceApplication", + "resource_types": [ + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspaceapplication*" + }, + { + "condition_keys": [], + "dependent_actions": [], + "resource_type": "workspaceid*" + }, + { + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "dependent_actions": [], + "resource_type": "" + } + ] + }, { "access_level": "Write", "description": "Grants permission to import AWS WorkSpaces Client branding data within a directory", @@ -253228,7 +276118,9 @@ "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "workspaces:UpdateRulesOfIpGroup" + ], "resource_type": "workspaceipgroup*" } ] @@ -253319,7 +276211,10 @@ "resource_types": [ { "condition_keys": [], - "dependent_actions": [], + "dependent_actions": [ + "workspaces:AuthorizeIpRules", + "workspaces:RevokeIpRules" + ], "resource_type": "workspaceipgroup*" } ] @@ -253396,6 +276291,13 @@ "aws:ResourceTag/${TagKey}" ], "resource": "connectionalias" + }, + { + "arn": "arn:${Partition}:workspaces:${Region}:${Account}:workspaceapplication/${WorkSpaceApplicationId}", + "condition_keys": [ + "aws:ResourceTag/${TagKey}" + ], + "resource": "workspaceapplication" } ], "service_name": "Amazon WorkSpaces" diff --git a/iamlivecore/map.json b/iamlivecore/map.json index bb20d81..8ca99e8 100644 --- a/iamlivecore/map.json +++ b/iamlivecore/map.json @@ -143646,6 +143646,8398 @@ } } } + ], + "CloudFront.CreateKeyValueStore": [ + { + "action": "cloudfront:CreateKeyValueStore", + "resource_mappings": { + "Name": { + "template": "${Name}" + } + } + } + ], + "CloudFront.DeleteKeyValueStore": [ + { + "action": "cloudfront:DeleteKeyValueStore", + "resource_mappings": { + "Name": { + "template": "${Name}" + } + } + } + ], + "CloudFront.DescribeKeyValueStore": [ + { + "action": "cloudfront:DescribeKeyValueStore", + "resource_mappings": { + "Name": { + "template": "${Name}" + } + } + } + ], + "CloudFront.ListKeyValueStores": [ + { + "action": "cloudfront:ListKeyValueStores", + "resource_mappings": {} + } + ], + "CloudFront.UpdateKeyValueStore": [ + { + "action": "cloudfront:UpdateKeyValueStore", + "resource_mappings": { + "Name": { + "template": "${Name}" + } + } + } + ], + "CloudTrail.DisableFederation": [ + { + "action": "cloudtrail:DisableFederation", + "resource_mappings": { + "EventDataStoreId": { + "template": "%%regex%${EventDataStore}%/.+\\/(.+)$/g%%" + } + } + } + ], + "CloudTrail.EnableFederation": [ + { + "action": "cloudtrail:EnableFederation", + "resource_mappings": { + "EventDataStoreId": { + "template": "%%regex%${EventDataStore}%/.+\\/(.+)$/g%%" + } + } + } + ], + "CloudWatchLogs.CreateDelivery": [ + { + "action": "logs:CreateDelivery", + "resource_mappings": { + "DeliveryName": { + "template": "*" + }, + "DeliverySourceName": { + "template": "${deliverySourceName}" + } + }, + "resourcearn_mappings": { + "delivery-destination": "${deliveryDestinationArn}" + } + } + ], + "CloudWatchLogs.CreateLogAnomalyDetector": [ + { + "action": "logs:CreateLogAnomalyDetector", + "resource_mappings": {}, + "resourcearn_mappings": { + "log-group": "${logGroupArnList[]}" + } + } + ], + "CloudWatchLogs.DeleteDelivery": [ + { + "action": "logs:DeleteDelivery", + "resource_mappings": { + "DeliveryName": { + "template": "${id}" + } + } + } + ], + "CloudWatchLogs.DeleteDeliveryDestination": [ + { + "action": "logs:DeleteDeliveryDestination", + "resource_mappings": { + "DeliverySourceName": { + "template": "${name}" + } + } + } + ], + "CloudWatchLogs.DeleteDeliveryDestinationPolicy": [ + { + "action": "logs:DeleteDeliveryDestinationPolicy", + "resource_mappings": { + "DeliverySourceName": { + "template": "${deliveryDestinationName}" + } + } + } + ], + "CloudWatchLogs.DeleteDeliverySource": [ + { + "action": "logs:DeleteDeliverySource", + "resource_mappings": { + "DeliverySourceName": { + "template": "${name}" + } + } + } + ], + "CloudWatchLogs.DeleteLogAnomalyDetector": [ + { + "action": "logs:DeleteLogAnomalyDetector", + "resource_mappings": {}, + "resourcearn_mappings": { + "anomaly-detector": "${anomalyDetectorArn}" + } + } + ], + "CloudWatchLogs.DescribeDeliveries": [ + { + "action": "logs:DescribeDeliveries", + "resource_mappings": {} + } + ], + "CloudWatchLogs.DescribeDeliveryDestinations": [ + { + "action": "logs:DescribeDeliveryDestinations", + "resource_mappings": {} + } + ], + "CloudWatchLogs.DescribeDeliverySources": [ + { + "action": "logs:DescribeDeliverySources", + "resource_mappings": {} + } + ], + "CloudWatchLogs.GetDelivery": [ + { + "action": "logs:GetDelivery", + "resource_mappings": { + "DeliveryName": { + "template": "${id}" + } + } + } + ], + "CloudWatchLogs.GetDeliveryDestination": [ + { + "action": "logs:GetDeliveryDestination", + "resource_mappings": { + "DeliverySourceName": { + "template": "${name}" + } + } + } + ], + "CloudWatchLogs.GetDeliveryDestinationPolicy": [ + { + "action": "logs:GetDeliveryDestinationPolicy", + "resource_mappings": { + "DeliverySourceName": { + "template": "${deliveryDestinationName}" + } + } + } + ], + "CloudWatchLogs.GetDeliverySource": [ + { + "action": "logs:GetDeliverySource", + "resource_mappings": { + "DeliverySourceName": { + "template": "${name}" + } + } + } + ], + "CloudWatchLogs.GetLogAnomalyDetector": [ + { + "action": "logs:GetLogAnomalyDetector", + "resource_mappings": {}, + "resourcearn_mappings": { + "anomaly-detector": "${anomalyDetectorArn}" + } + } + ], + "CloudWatchLogs.ListAnomalies": [ + { + "action": "logs:ListAnomalies", + "resource_mappings": {}, + "resourcearn_mappings": { + "anomaly-detector": "${anomalyDetectorArn}" + } + } + ], + "CloudWatchLogs.ListLogAnomalyDetectors": [ + { + "action": "logs:ListLogAnomalyDetectors", + "resource_mappings": { + "LogGroupName": { + "template": "" + } + } + } + ], + "CloudWatchLogs.PutDeliveryDestination": [ + { + "action": "logs:PutDeliveryDestination", + "resource_mappings": { + "DeliverySourceName": { + "template": "${name}" + } + } + } + ], + "CloudWatchLogs.PutDeliveryDestinationPolicy": [ + { + "action": "logs:PutDeliveryDestinationPolicy", + "resource_mappings": { + "DeliverySourceName": { + "template": "${deliveryDestinationName}" + } + } + } + ], + "CloudWatchLogs.PutDeliverySource": [ + { + "action": "logs:PutDeliverySource", + "resource_mappings": { + "DeliverySourceName": { + "template": "${name}" + } + } + } + ], + "CloudWatchLogs.StartLiveTail": [ + { + "action": "logs:StartLiveTail", + "resource_mappings": {} + } + ], + "CloudWatchLogs.UpdateAnomaly": [ + { + "action": "logs:UpdateAnomaly", + "resource_mappings": {}, + "resourcearn_mappings": { + "anomaly-detector": "${anomalyDetectorArn}" + } + } + ], + "CloudWatchLogs.UpdateLogAnomalyDetector": [ + { + "action": "logs:UpdateLogAnomalyDetector", + "resource_mappings": {}, + "resourcearn_mappings": { + "anomaly-detector": "${anomalyDetectorArn}" + } + } + ], + "CUR.ListTagsForResource": [ + { + "action": "cur:ListTagsForResource", + "resource_mappings": { + "ReportName": { + "template": "${ReportName}" + } + } + } + ], + "CUR.TagResource": [ + { + "action": "cur:TagResource", + "resource_mappings": { + "ReportName": { + "template": "${ReportName}" + } + } + } + ], + "CUR.UntagResource": [ + { + "action": "cur:UntagResource", + "resource_mappings": { + "ReportName": { + "template": "${ReportName}" + } + } + } + ], + "Discovery.BatchDeleteAgents": [ + { + "action": "discovery:BatchDeleteAgents", + "resource_mappings": {} + } + ], + "Discovery.DescribeBatchDeleteConfigurationTask": [ + { + "action": "discovery:DescribeBatchDeleteConfigurationTask", + "resource_mappings": {} + } + ], + "Discovery.StartBatchDeleteConfigurationTask": [ + { + "action": "discovery:StartBatchDeleteConfigurationTask", + "resource_mappings": {} + } + ], + "DMS.DescribeEngineVersions": [ + { + "action": "dms:DescribeEngineVersions", + "resource_mappings": {} + } + ], + "EC2.AssociateIpamByoasn": [ + { + "action": "ec2:AssociateIpamByoasn", + "resource_mappings": {} + } + ], + "EC2.DeprovisionIpamByoasn": [ + { + "action": "ec2:DeprovisionIpamByoasn", + "resource_mappings": { + "IpamId": { + "template": "${IpamId}" + } + } + } + ], + "EC2.DescribeCapacityBlockOfferings": [ + { + "action": "ec2:DescribeCapacityBlockOfferings", + "resource_mappings": {} + } + ], + "EC2.DescribeInstanceTopology": [ + { + "action": "ec2:DescribeInstanceTopology", + "resource_mappings": {} + } + ], + "EC2.DescribeIpamByoasn": [ + { + "action": "ec2:DescribeIpamByoasn", + "resource_mappings": {} + } + ], + "EC2.DescribeLockedSnapshots": [ + { + "action": "ec2:DescribeLockedSnapshots", + "resource_mappings": {} + } + ], + "EC2.DisableImage": [ + { + "action": "ec2:DisableImage", + "resource_mappings": { + "ImageId": { + "template": "${ImageId}" + } + } + } + ], + "EC2.DisableImageBlockPublicAccess": [ + { + "action": "ec2:DisableImageBlockPublicAccess", + "resource_mappings": {} + } + ], + "EC2.DisableSnapshotBlockPublicAccess": [ + { + "action": "ec2:DisableSnapshotBlockPublicAccess", + "resource_mappings": {} + } + ], + "EC2.DisassociateIpamByoasn": [ + { + "action": "ec2:DisassociateIpamByoasn", + "resource_mappings": {} + } + ], + "EC2.EnableImage": [ + { + "action": "ec2:EnableImage", + "resource_mappings": { + "ImageId": { + "template": "${ImageId}" + } + } + } + ], + "EC2.EnableImageBlockPublicAccess": [ + { + "action": "ec2:EnableImageBlockPublicAccess", + "resource_mappings": {} + } + ], + "EC2.EnableSnapshotBlockPublicAccess": [ + { + "action": "ec2:EnableSnapshotBlockPublicAccess", + "resource_mappings": {} + } + ], + "EC2.GetImageBlockPublicAccessState": [ + { + "action": "ec2:GetImageBlockPublicAccessState", + "resource_mappings": {} + } + ], + "EC2.GetIpamDiscoveredPublicAddresses": [ + { + "action": "ec2:GetIpamDiscoveredPublicAddresses", + "resource_mappings": { + "IpamResourceDiscoveryId": { + "template": "${IpamResourceDiscoveryId}" + } + } + } + ], + "EC2.GetSecurityGroupsForVpc": [ + { + "action": "ec2:GetSecurityGroupsForVpc", + "resource_mappings": { + "VpcId": { + "template": "${VpcId}" + } + } + } + ], + "EC2.GetSnapshotBlockPublicAccessState": [ + { + "action": "ec2:GetSnapshotBlockPublicAccessState", + "resource_mappings": {} + } + ], + "EC2.LockSnapshot": [ + { + "action": "ec2:LockSnapshot", + "resource_mappings": { + "SnapshotId": { + "template": "${SnapshotId}" + } + } + } + ], + "EC2.ProvisionIpamByoasn": [ + { + "action": "ec2:ProvisionIpamByoasn", + "resource_mappings": { + "IpamId": { + "template": "${IpamId}" + } + } + } + ], + "EC2.PurchaseCapacityBlock": [ + { + "action": "ec2:PurchaseCapacityBlock", + "resource_mappings": { + "CapacityReservationId": { + "template": "*" + } + } + }, + { + "action": "ec2:CreateTags", + "resource_mappings": { + "CapacityReservationId": { + "template": "*" + }, + "CapacityReservationFleetId": { + "template": "*" + }, + "CarrierGatewayId": { + "template": "*" + }, + "ClientVpnEndpointId": { + "template": "*" + }, + "Ipv4PoolCoipId": { + "template": "*" + }, + "CustomerGatewayId": { + "template": "*" + }, + "DedicatedHostId": { + "template": "*" + }, + "DhcpOptionsId": { + "template": "*" + }, + "EgressOnlyInternetGatewayId": { + "template": "*" + }, + "ElasticGpuId": { + "template": "*" + }, + "AllocationId": { + "template": "*" + }, + "ExportImageTaskId": { + "template": "*" + }, + "ExportTaskId": { + "template": "*" + }, + "FleetId": { + "template": "*" + }, + "FpgaImageId": { + "template": "*" + }, + "HostReservationId": { + "template": "*" + }, + "ImageId": { + "template": "*" + }, + "ImportImageTaskId": { + "template": "*" + }, + "ImportSnapshotTaskId": { + "template": "*" + }, + "InstanceId": { + "template": "*" + }, + "InstanceConnectEndpointId": { + "template": "*" + }, + "InstanceEventWindowId": { + "template": "*" + }, + "InternetGatewayId": { + "template": "*" + }, + "IpamId": { + "template": "*" + }, + "IpamPoolId": { + "template": "*" + }, + "IpamResourceDiscoveryId": { + "template": "*" + }, + "IpamResourceDiscoveryAssociationId": { + "template": "*" + }, + "IpamScopeId": { + "template": "*" + }, + "Ipv4PoolEc2Id": { + "template": "*" + }, + "Ipv6PoolEc2Id": { + "template": "*" + }, + "KeyPairName": { + "template": "*" + }, + "LaunchTemplateId": { + "template": "*" + }, + "LocalGatewayId": { + "template": "*" + }, + "LocalGatewayRoutetableId": { + "template": "*" + }, + "LocalGatewayRouteTableVirtualInterfaceGroupAssociationId": { + "template": "*" + }, + "LocalGatewayRouteTableVpcAssociationId": { + "template": "*" + }, + "LocalGatewayVirtualInterfaceId": { + "template": "*" + }, + "LocalGatewayVirtualInterfaceGroupId": { + "template": "*" + }, + "NatGatewayId": { + "template": "*" + }, + "NaclId": { + "template": "*" + }, + "NetworkInsightsAccessScopeId": { + "template": "*" + }, + "NetworkInsightsAccessScopeAnalysisId": { + "template": "*" + }, + "NetworkInsightsAnalysisId": { + "template": "*" + }, + "NetworkInsightsPathId": { + "template": "*" + }, + "NetworkInterfaceId": { + "template": "*" + }, + "PlacementGroupName": { + "template": "*" + }, + "PrefixListId": { + "template": "*" + }, + "ReplaceRootVolumeTaskId": { + "template": "*" + }, + "ReservationId": { + "template": "*" + }, + "RouteTableId": { + "template": "*" + }, + "SecurityGroupId": { + "template": "*" + }, + "SecurityGroupRuleId": { + "template": "*" + }, + "SnapshotId": { + "template": "*" + }, + "SpotFleetRequestId": { + "template": "*" + }, + "SpotInstanceRequestId": { + "template": "*" + }, + "SubnetId": { + "template": "*" + }, + "SubnetCidrReservationId": { + "template": "*" + }, + "TrafficMirrorFilterId": { + "template": "*" + }, + "TrafficMirrorSessionId": { + "template": "*" + }, + "TrafficMirrorTargetId": { + "template": "*" + }, + "TransitGatewayId": { + "template": "*" + }, + "TransitGatewayAttachmentId": { + "template": "*" + }, + "TransitGatewayConnectPeerId": { + "template": "*" + }, + "TransitGatewayMulticastDomainId": { + "template": "*" + }, + "TransitGatewayPolicyTableId": { + "template": "*" + }, + "TransitGatewayRouteTableId": { + "template": "*" + }, + "TransitGatewayRouteTableAnnouncementId": { + "template": "*" + }, + "VerifiedAccessEndpointId": { + "template": "*" + }, + "VerifiedAccessGroupId": { + "template": "*" + }, + "VerifiedAccessInstanceId": { + "template": "*" + }, + "VerifiedAccessPolicyId": { + "template": "*" + }, + "VerifiedAccessTrustProviderId": { + "template": "*" + }, + "VolumeId": { + "template": "*" + }, + "VpcId": { + "template": "*" + }, + "VpcEndpointId": { + "template": "*" + }, + "VpcEndpointConnectionId": { + "template": "*" + }, + "VpcEndpointServiceId": { + "template": "*" + }, + "VpcEndpointServicePermissionId": { + "template": "*" + }, + "VpcFlowLogId": { + "template": "*" + }, + "VpcPeeringConnectionId": { + "template": "*" + }, + "VpnConnectionId": { + "template": "*" + }, + "VpnGatewayId": { + "template": "*" + } + } + } + ], + "EC2.UnlockSnapshot": [ + { + "action": "ec2:UnlockSnapshot", + "resource_mappings": { + "SnapshotId": { + "template": "${SnapshotId}" + } + } + } + ], + "ECR.UpdatePullThroughCacheRule": [ + { + "action": "ecr:UpdatePullThroughCacheRule", + "resource_mappings": {} + } + ], + "ECR.ValidatePullThroughCacheRule": [ + { + "action": "ecr:ValidatePullThroughCacheRule", + "resource_mappings": {} + } + ], + "EFS.UpdateFileSystemProtection": [ + { + "action": "elasticfilesystem:UpdateFileSystemProtection", + "resource_mappings": { + "FileSystemId": { + "template": "${FileSystemId}" + } + } + } + ], + "ElastiCache.CopyServerlessCacheSnapshot": [ + { + "action": "elasticache:CopyServerlessCacheSnapshot", + "resource_mappings": { + "ServerlessCacheSnapshotName": { + "template": "%%many%${SourceServerlessCacheSnapshotName}%${TargetServerlessCacheSnapshotName}%%" + } + } + }, + { + "action": "elasticache:AddTagsToResource", + "resource_mappings": { + "CacheClusterId": { + "template": "*" + }, + "CacheParameterGroupName": { + "template": "*" + }, + "ReplicationGroupId": { + "template": "*" + }, + "ReservedCacheNodeId": { + "template": "*" + }, + "CacheSecurityGroupName": { + "template": "*" + }, + "ServerlessCacheName": { + "template": "*" + }, + "ServerlessCacheSnapshotName": { + "template": "*" + }, + "SnapshotName": { + "template": "*" + }, + "CacheSubnetGroupName": { + "template": "*" + }, + "UserId": { + "template": "*" + }, + "UserGroupId": { + "template": "*" + } + } + } + ], + "ElastiCache.CreateServerlessCache": [ + { + "action": "elasticache:CreateServerlessCache", + "resource_mappings": { + "ServerlessCacheName": { + "template": "${ServerlessCacheName}" + }, + "UserGroupId": { + "template": "${UserGroupId}" + } + }, + "resourcearn_mappings": { + "serverlesscachesnapshot": "%%iftemplatematch%${SnapshotArnsToRestore[]}%%", + "snapshot": "%%iftemplatematch%${SnapshotArnsToRestore[]}%%" + } + }, + { + "action": "ec2:CreateTags", + "resource_mappings": { + "CapacityReservationId": { + "template": "*" + }, + "CapacityReservationFleetId": { + "template": "*" + }, + "CarrierGatewayId": { + "template": "*" + }, + "ClientVpnEndpointId": { + "template": "*" + }, + "Ipv4PoolCoipId": { + "template": "*" + }, + "CustomerGatewayId": { + "template": "*" + }, + "DedicatedHostId": { + "template": "*" + }, + "DhcpOptionsId": { + "template": "*" + }, + "EgressOnlyInternetGatewayId": { + "template": "*" + }, + "ElasticGpuId": { + "template": "*" + }, + "AllocationId": { + "template": "*" + }, + "ExportImageTaskId": { + "template": "*" + }, + "ExportTaskId": { + "template": "*" + }, + "FleetId": { + "template": "*" + }, + "FpgaImageId": { + "template": "*" + }, + "HostReservationId": { + "template": "*" + }, + "ImageId": { + "template": "*" + }, + "ImportImageTaskId": { + "template": "*" + }, + "ImportSnapshotTaskId": { + "template": "*" + }, + "InstanceId": { + "template": "*" + }, + "InstanceConnectEndpointId": { + "template": "*" + }, + "InstanceEventWindowId": { + "template": "*" + }, + "InternetGatewayId": { + "template": "*" + }, + "IpamId": { + "template": "*" + }, + "IpamPoolId": { + "template": "*" + }, + "IpamResourceDiscoveryId": { + "template": "*" + }, + "IpamResourceDiscoveryAssociationId": { + "template": "*" + }, + "IpamScopeId": { + "template": "*" + }, + "Ipv4PoolEc2Id": { + "template": "*" + }, + "Ipv6PoolEc2Id": { + "template": "*" + }, + "KeyPairName": { + "template": "*" + }, + "LaunchTemplateId": { + "template": "*" + }, + "LocalGatewayId": { + "template": "*" + }, + "LocalGatewayRoutetableId": { + "template": "*" + }, + "LocalGatewayRouteTableVirtualInterfaceGroupAssociationId": { + "template": "*" + }, + "LocalGatewayRouteTableVpcAssociationId": { + "template": "*" + }, + "LocalGatewayVirtualInterfaceId": { + "template": "*" + }, + "LocalGatewayVirtualInterfaceGroupId": { + "template": "*" + }, + "NatGatewayId": { + "template": "*" + }, + "NaclId": { + "template": "*" + }, + "NetworkInsightsAccessScopeId": { + "template": "*" + }, + "NetworkInsightsAccessScopeAnalysisId": { + "template": "*" + }, + "NetworkInsightsAnalysisId": { + "template": "*" + }, + "NetworkInsightsPathId": { + "template": "*" + }, + "NetworkInterfaceId": { + "template": "*" + }, + "PlacementGroupName": { + "template": "*" + }, + "PrefixListId": { + "template": "*" + }, + "ReplaceRootVolumeTaskId": { + "template": "*" + }, + "ReservationId": { + "template": "*" + }, + "RouteTableId": { + "template": "*" + }, + "SecurityGroupId": { + "template": "*" + }, + "SecurityGroupRuleId": { + "template": "*" + }, + "SnapshotId": { + "template": "*" + }, + "SpotFleetRequestId": { + "template": "*" + }, + "SpotInstanceRequestId": { + "template": "*" + }, + "SubnetId": { + "template": "*" + }, + "SubnetCidrReservationId": { + "template": "*" + }, + "TrafficMirrorFilterId": { + "template": "*" + }, + "TrafficMirrorSessionId": { + "template": "*" + }, + "TrafficMirrorTargetId": { + "template": "*" + }, + "TransitGatewayId": { + "template": "*" + }, + "TransitGatewayAttachmentId": { + "template": "*" + }, + "TransitGatewayConnectPeerId": { + "template": "*" + }, + "TransitGatewayMulticastDomainId": { + "template": "*" + }, + "TransitGatewayPolicyTableId": { + "template": "*" + }, + "TransitGatewayRouteTableId": { + "template": "*" + }, + "TransitGatewayRouteTableAnnouncementId": { + "template": "*" + }, + "VerifiedAccessEndpointId": { + "template": "*" + }, + "VerifiedAccessGroupId": { + "template": "*" + }, + "VerifiedAccessInstanceId": { + "template": "*" + }, + "VerifiedAccessPolicyId": { + "template": "*" + }, + "VerifiedAccessTrustProviderId": { + "template": "*" + }, + "VolumeId": { + "template": "*" + }, + "VpcId": { + "template": "*" + }, + "VpcEndpointId": { + "template": "*" + }, + "VpcEndpointConnectionId": { + "template": "*" + }, + "VpcEndpointServiceId": { + "template": "*" + }, + "VpcEndpointServicePermissionId": { + "template": "*" + }, + "VpcFlowLogId": { + "template": "*" + }, + "VpcPeeringConnectionId": { + "template": "*" + }, + "VpnConnectionId": { + "template": "*" + }, + "VpnGatewayId": { + "template": "*" + } + } + }, + { + "action": "ec2:CreateVpcEndpoint", + "resource_mappings": { + "VpcId": { + "template": "*" + }, + "VpcEndpointId": { + "template": "*" + }, + "RouteTableId": { + "template": "*" + }, + "SecurityGroupId": { + "template": "*" + }, + "SubnetId": { + "template": "*" + } + } + }, + { + "action": "ec2:DeleteVpcEndpoints", + "resource_mappings": { + "VpcEndpointId": { + "template": "*" + } + } + }, + { + "action": "ec2:DescribeSecurityGroups", + "resource_mappings": {} + }, + { + "action": "ec2:DescribeSubnets", + "resource_mappings": {} + }, + { + "action": "ec2:DescribeTags", + "resource_mappings": {} + }, + { + "action": "ec2:DescribeVpcEndpoints", + "resource_mappings": {} + }, + { + "action": "ec2:DescribeVpcs", + "resource_mappings": {} + }, + { + "action": "elasticache:AddTagsToResource", + "resource_mappings": { + "CacheClusterId": { + "template": "*" + }, + "CacheParameterGroupName": { + "template": "*" + }, + "ReplicationGroupId": { + "template": "*" + }, + "ReservedCacheNodeId": { + "template": "*" + }, + "CacheSecurityGroupName": { + "template": "*" + }, + "ServerlessCacheName": { + "template": "*" + }, + "ServerlessCacheSnapshotName": { + "template": "*" + }, + "SnapshotName": { + "template": "*" + }, + "CacheSubnetGroupName": { + "template": "*" + }, + "UserId": { + "template": "*" + }, + "UserGroupId": { + "template": "*" + } + } + }, + { + "action": "s3:GetObject", + "resource_mappings": { + "BucketName": { + "template": "*" + }, + "ObjectName": { + "template": "*" + } + } + } + ], + "ElastiCache.CreateServerlessCacheSnapshot": [ + { + "action": "elasticache:CreateServerlessCacheSnapshot", + "resource_mappings": { + "ServerlessCacheName": { + "template": "${ServerlessCacheName}" + }, + "ServerlessCacheSnapshotName": { + "template": "${ServerlessCacheSnapshotName}" + } + } + }, + { + "action": "elasticache:AddTagsToResource", + "resource_mappings": { + "CacheClusterId": { + "template": "*" + }, + "CacheParameterGroupName": { + "template": "*" + }, + "ReplicationGroupId": { + "template": "*" + }, + "ReservedCacheNodeId": { + "template": "*" + }, + "CacheSecurityGroupName": { + "template": "*" + }, + "ServerlessCacheName": { + "template": "*" + }, + "ServerlessCacheSnapshotName": { + "template": "*" + }, + "SnapshotName": { + "template": "*" + }, + "CacheSubnetGroupName": { + "template": "*" + }, + "UserId": { + "template": "*" + }, + "UserGroupId": { + "template": "*" + } + } + } + ], + "ElastiCache.DeleteServerlessCache": [ + { + "action": "elasticache:DeleteServerlessCache", + "resource_mappings": { + "ServerlessCacheName": { + "template": "${ServerlessCacheName}" + }, + "ServerlessCacheSnapshotName": { + "template": "${FinalSnapshotName}" + } + } + }, + { + "action": "ec2:DescribeTags", + "resource_mappings": {} + } + ], + "ElastiCache.DeleteServerlessCacheSnapshot": [ + { + "action": "elasticache:DeleteServerlessCacheSnapshot", + "resource_mappings": { + "ServerlessCacheSnapshotName": { + "template": "${ServerlessCacheSnapshotName}" + } + } + } + ], + "ElastiCache.DescribeServerlessCacheSnapshots": [ + { + "action": "elasticache:DescribeServerlessCacheSnapshots", + "resource_mappings": { + "ServerlessCacheSnapshotName": { + "template": "${ServerlessCacheSnapshotName}" + }, + "ServerlessCacheName": { + "template": "${ServerlessCacheName}" + } + } + } + ], + "ElastiCache.DescribeServerlessCaches": [ + { + "action": "elasticache:DescribeServerlessCaches", + "resource_mappings": { + "ServerlessCacheName": { + "template": "${ServerlessCacheName}" + } + } + } + ], + "ElastiCache.ExportServerlessCacheSnapshot": [ + { + "action": "elasticache:ExportServerlessCacheSnapshot", + "resource_mappings": { + "ServerlessCacheSnapshotName": { + "template": "${ServerlessCacheSnapshotName}" + } + } + }, + { + "action": "s3:DeleteObject", + "resource_mappings": { + "BucketName": { + "template": "${S3BucketName}" + }, + "ObjectName": { + "template": "*" + } + } + }, + { + "action": "s3:ListAllMyBuckets", + "resource_mappings": {} + }, + { + "action": "s3:PutObject", + "resource_mappings": { + "BucketName": { + "template": "${S3BucketName}" + }, + "ObjectName": { + "template": "*" + } + } + } + ], + "ElastiCache.ModifyServerlessCache": [ + { + "action": "elasticache:ModifyServerlessCache", + "resource_mappings": { + "ServerlessCacheName": { + "template": "${ServerlessCacheName}" + }, + "UserGroupId": { + "template": "${UserGroupId}" + } + } + }, + { + "action": "ec2:DescribeSecurityGroups", + "resource_mappings": {} + }, + { + "action": "ec2:DescribeTags", + "resource_mappings": {} + } + ], + "ELBv2.AddTrustStoreRevocations": [ + { + "action": "elasticloadbalancing:AddTrustStoreRevocations", + "resource_mappings": {}, + "resourcearn_mappings": { + "truststore": "${TrustStoreArn}" + } + } + ], + "ELBv2.CreateTrustStore": [ + { + "action": "elasticloadbalancing:CreateTrustStore", + "resource_mappings": { + "TrustStoreName": { + "template": "${Name}" + }, + "TrustStoreId": { + "template": "*" + } + } + }, + { + "action": "elasticloadbalancing:AddTags", + "resource_mappings": { + "LoadBalancerName": { + "template": "*" + }, + "LoadBalancerId": { + "template": "*" + }, + "ListenerId": { + "template": "*" + }, + "ListenerRuleId": { + "template": "*" + }, + "TargetGroupName": { + "template": "*" + }, + "TargetGroupId": { + "template": "*" + }, + "TrustStoreName": { + "template": "*" + }, + "TrustStoreId": { + "template": "*" + } + } + } + ], + "ELBv2.DeleteTrustStore": [ + { + "action": "elasticloadbalancing:DeleteTrustStore", + "resource_mappings": {}, + "resourcearn_mappings": { + "truststore": "${TrustStoreArn}" + } + } + ], + "ELBv2.DescribeTrustStoreAssociations": [ + { + "action": "elasticloadbalancing:DescribeTrustStoreAssociations", + "resource_mappings": {} + } + ], + "ELBv2.DescribeTrustStoreRevocations": [ + { + "action": "elasticloadbalancing:DescribeTrustStoreRevocations", + "resource_mappings": {} + } + ], + "ELBv2.DescribeTrustStores": [ + { + "action": "elasticloadbalancing:DescribeTrustStores", + "resource_mappings": {} + } + ], + "ELBv2.GetTrustStoreCaCertificatesBundle": [ + { + "action": "elasticloadbalancing:GetTrustStoreCaCertificatesBundle", + "resource_mappings": {}, + "resourcearn_mappings": { + "truststore": "${TrustStoreArn}" + } + } + ], + "ELBv2.GetTrustStoreRevocationContent": [ + { + "action": "elasticloadbalancing:GetTrustStoreRevocationContent", + "resource_mappings": {}, + "resourcearn_mappings": { + "truststore": "${TrustStoreArn}" + } + } + ], + "ELBv2.ModifyTrustStore": [ + { + "action": "elasticloadbalancing:ModifyTrustStore", + "resource_mappings": {}, + "resourcearn_mappings": { + "truststore": "${TrustStoreArn}" + } + } + ], + "ELBv2.RemoveTrustStoreRevocations": [ + { + "action": "elasticloadbalancing:RemoveTrustStoreRevocations", + "resource_mappings": {}, + "resourcearn_mappings": { + "truststore": "${TrustStoreArn}" + } + } + ], + "Kinesis.DeleteResourcePolicy": [ + { + "action": "kinesis:DeleteResourcePolicy", + "resource_mappings": {}, + "resourcearn_mappings": { + "consumer": "%%iftemplatematch%${ResourceARN}%%", + "stream": "%%iftemplatematch%${ResourceARN}%%" + } + } + ], + "Kinesis.GetResourcePolicy": [ + { + "action": "kinesis:GetResourcePolicy", + "resource_mappings": {}, + "resourcearn_mappings": { + "consumer": "%%iftemplatematch%${ResourceARN}%%", + "stream": "%%iftemplatematch%${ResourceARN}%%" + } + } + ], + "Kinesis.PutResourcePolicy": [ + { + "action": "kinesis:PutResourcePolicy", + "resource_mappings": {}, + "resourcearn_mappings": { + "consumer": "%%iftemplatematch%${ResourceARN}%%", + "stream": "%%iftemplatematch%${ResourceARN}%%" + } + } + ], + "RDS.DeleteIntegration": [ + { + "action": "rds:DeleteIntegration", + "resource_mappings": { + "IntegrationIdentifier": { + "template": "${IntegrationIdentifier}" + } + } + } + ], + "RDS.DescribeIntegrations": [ + { + "action": "rds:DescribeIntegrations", + "resource_mappings": { + "IntegrationIdentifier": { + "template": "${IntegrationIdentifier}" + } + } + } + ], + "RDS.SwitchoverGlobalCluster": [ + { + "action": "rds:SwitchoverGlobalCluster", + "resource_mappings": { + "DbClusterInstanceName": { + "template": "${TargetDbClusterIdentifier}" + }, + "GlobalCluster": { + "template": "${GlobalClusterIdentifier}" + } + } + } + ], + "Redshift.CreateRedshiftIdcApplication": [ + { + "action": "redshift:CreateRedshiftIdcApplication", + "resource_mappings": {} + } + ], + "Redshift.DeleteRedshiftIdcApplication": [ + { + "action": "redshift:DeleteRedshiftIdcApplication", + "resource_mappings": {}, + "resourcearn_mappings": { + "redshiftidcapplication": "${RedshiftIdcApplicationArn}" + } + } + ], + "Redshift.DeleteResourcePolicy": [ + { + "action": "redshift:DeleteResourcePolicy", + "resource_mappings": {}, + "resourcearn_mappings": { + "namespace": "${ResourceArn}" + } + } + ], + "Redshift.DescribeInboundIntegrations": [ + { + "action": "redshift:DescribeInboundIntegrations", + "resource_mappings": {} + } + ], + "Redshift.DescribeRedshiftIdcApplications": [ + { + "action": "redshift:DescribeRedshiftIdcApplications", + "resource_mappings": {}, + "resourcearn_mappings": { + "redshiftidcapplication": "${RedshiftIdcApplicationArn}" + } + } + ], + "Redshift.FailoverPrimaryCompute": [ + { + "action": "redshift:FailoverPrimaryCompute", + "resource_mappings": { + "ClusterName": { + "template": "${ClusterIdentifier}" + } + } + } + ], + "Redshift.GetResourcePolicy": [ + { + "action": "redshift:GetResourcePolicy", + "resource_mappings": {}, + "resourcearn_mappings": { + "namespace": "${ResourceArn}" + } + } + ], + "Redshift.ModifyRedshiftIdcApplication": [ + { + "action": "redshift:ModifyRedshiftIdcApplication", + "resource_mappings": {}, + "resourcearn_mappings": { + "redshiftidcapplication": "${RedshiftIdcApplicationArn}" + } + } + ], + "Redshift.PutResourcePolicy": [ + { + "action": "redshift:PutResourcePolicy", + "resource_mappings": {}, + "resourcearn_mappings": { + "namespace": "${ResourceArn}" + } + } + ], + "Rekognition.GetMediaAnalysisJob": [ + { + "action": "rekognition:GetMediaAnalysisJob", + "resource_mappings": {} + } + ], + "Rekognition.ListMediaAnalysisJobs": [ + { + "action": "rekognition:ListMediaAnalysisJobs", + "resource_mappings": {} + } + ], + "S3Control.AssociateAccessGrantsIdentityCenter": [ + { + "action": "s3:AssociateAccessGrantsIdentityCenter", + "resource_mappings": {} + } + ], + "S3Control.CreateAccessGrantsInstance": [ + { + "action": "s3:CreateAccessGrantsInstance", + "resource_mappings": {} + } + ], + "S3Control.CreateAccessGrantsLocation": [ + { + "action": "s3:CreateAccessGrantsLocation", + "resource_mappings": {} + } + ], + "S3Control.CreateStorageLensGroup": [ + { + "action": "s3:CreateStorageLensGroup", + "resource_mappings": {} + } + ], + "S3Control.DeleteAccessGrant": [ + { + "action": "s3:DeleteAccessGrant", + "resource_mappings": { + "Token": { + "template": "${AccessGrantId}" + } + } + } + ], + "S3Control.DeleteAccessGrantsInstance": [ + { + "action": "s3:DeleteAccessGrantsInstance", + "resource_mappings": {} + } + ], + "S3Control.DeleteAccessGrantsInstanceResourcePolicy": [ + { + "action": "s3:DeleteAccessGrantsInstanceResourcePolicy", + "resource_mappings": {} + } + ], + "S3Control.DeleteAccessGrantsLocation": [ + { + "action": "s3:DeleteAccessGrantsLocation", + "resource_mappings": { + "Token": { + "template": "${AccessGrantsLocationId}" + } + } + } + ], + "S3Control.DeleteStorageLensGroup": [ + { + "action": "s3:DeleteStorageLensGroup", + "resource_mappings": { + "Name": { + "template": "${Name}" + } + } + } + ], + "S3Control.DissociateAccessGrantsIdentityCenter": [ + { + "action": "s3:DissociateAccessGrantsIdentityCenter", + "resource_mappings": {} + } + ], + "S3Control.GetAccessGrant": [ + { + "action": "s3:GetAccessGrant", + "resource_mappings": { + "Token": { + "template": "${AccessGrantId}" + } + } + } + ], + "S3Control.GetAccessGrantsInstance": [ + { + "action": "s3:GetAccessGrantsInstance", + "resource_mappings": {} + } + ], + "S3Control.GetAccessGrantsInstanceForPrefix": [ + { + "action": "s3:GetAccessGrantsInstanceForPrefix", + "resource_mappings": {} + } + ], + "S3Control.GetAccessGrantsInstanceResourcePolicy": [ + { + "action": "s3:GetAccessGrantsInstanceResourcePolicy", + "resource_mappings": {} + } + ], + "S3Control.GetAccessGrantsLocation": [ + { + "action": "s3:GetAccessGrantsLocation", + "resource_mappings": { + "Token": { + "template": "${AccessGrantsLocationId}" + } + } + } + ], + "S3Control.GetStorageLensGroup": [ + { + "action": "s3:GetStorageLensGroup", + "resource_mappings": { + "Name": { + "template": "${Name}" + } + } + } + ], + "S3Control.ListAccessGrantsInstances": [ + { + "action": "s3:ListAccessGrantsInstances", + "resource_mappings": {} + } + ], + "S3Control.ListAccessGrantsLocations": [ + { + "action": "s3:ListAccessGrantsLocations", + "resource_mappings": {} + } + ], + "S3Control.ListStorageLensGroups": [ + { + "action": "s3:ListStorageLensGroups", + "resource_mappings": {} + } + ], + "S3Control.ListTagsForResource": [ + { + "action": "s3:ListTagsForResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "storagelensgroup": "${ResourceArn}" + } + } + ], + "S3Control.PutAccessGrantsInstanceResourcePolicy": [ + { + "action": "s3:PutAccessGrantsInstanceResourcePolicy", + "resource_mappings": {} + } + ], + "S3Control.TagResource": [ + { + "action": "s3:TagResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "accessgrant": "%%iftemplatematch%${ResourceArn}%%", + "accessgrantsinstance": "%%iftemplatematch%${ResourceArn}%%", + "accessgrantslocation": "%%iftemplatematch%${ResourceArn}%%", + "storagelensgroup": "%%iftemplatematch%${ResourceArn}%%" + } + } + ], + "S3Control.UntagResource": [ + { + "action": "s3:UntagResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "storagelensgroup": "%%iftemplatematch%${ResourceArn}%%" + } + } + ], + "S3Control.UpdateAccessGrantsLocation": [ + { + "action": "s3:UpdateAccessGrantsLocation", + "resource_mappings": { + "Token": { + "template": "${AccessGrantsLocationId}" + } + } + } + ], + "S3Control.UpdateStorageLensGroup": [ + { + "action": "s3:UpdateStorageLensGroup", + "resource_mappings": { + "Name": { + "template": "${Name}" + } + } + } + ], + "SSM.DeleteOpsItem": [ + { + "action": "ssm:DeleteOpsItem", + "resource_mappings": { + "ResourceId": { + "template": "${OpsItemId}" + } + } + } + ], + "StepFunctions.RedriveExecution": [ + { + "action": "states:RedriveExecution", + "resource_mappings": {}, + "resourcearn_mappings": { + "execution": "${executionArn}" + } + } + ], + "StepFunctions.TestState": [ + { + "action": "states:TestState", + "resource_mappings": {} + }, + { + "action": "states:RevealSecrets", + "resource_mappings": {} + } + ], + "WorkSpaces.AssociateWorkspaceApplication": [ + { + "action": "workspaces:AssociateWorkspaceApplication", + "resource_mappings": { + "WorkSpaceApplicationId": { + "template": "${ApplicationId}" + }, + "WorkspaceId": { + "template": "${WorkspaceId}" + } + } + } + ], + "WorkSpaces.DeployWorkspaceApplications": [ + { + "action": "workspaces:DeployWorkspaceApplications", + "resource_mappings": { + "WorkspaceId": { + "template": "${WorkspaceId}" + } + } + } + ], + "WorkSpaces.DescribeApplicationAssociations": [ + { + "action": "workspaces:DescribeApplicationAssociations", + "resource_mappings": { + "WorkSpaceApplicationId": { + "template": "${ApplicationId}" + } + } + } + ], + "WorkSpaces.DescribeApplications": [ + { + "action": "workspaces:DescribeApplications", + "resource_mappings": {} + } + ], + "WorkSpaces.DescribeBundleAssociations": [ + { + "action": "workspaces:DescribeBundleAssociations", + "resource_mappings": { + "BundleId": { + "template": "${BundleId}" + } + } + } + ], + "WorkSpaces.DescribeImageAssociations": [ + { + "action": "workspaces:DescribeImageAssociations", + "resource_mappings": { + "ImageId": { + "template": "${ImageId}" + } + } + } + ], + "WorkSpaces.DescribeWorkspaceAssociations": [ + { + "action": "workspaces:DescribeWorkspaceAssociations", + "resource_mappings": { + "WorkspaceId": { + "template": "${WorkspaceId}" + } + } + } + ], + "WorkSpaces.DisassociateWorkspaceApplication": [ + { + "action": "workspaces:DisassociateWorkspaceApplication", + "resource_mappings": { + "WorkSpaceApplicationId": { + "template": "${ApplicationId}" + }, + "WorkspaceId": { + "template": "${WorkspaceId}" + } + } + } + ], + "Glue.BatchGetTableOptimizer": [ + { + "action": "glue:BatchGetTableOptimizer", + "resource_mappings": { + "DatabaseName": { + "template": "${Entries[].databaseName}" + }, + "TableName": { + "template": "${Entries[].tableName}" + } + } + }, + { + "action": "glue:GetTable", + "resource_mappings": { + "DatabaseName": { + "template": "${Entries[].databaseName}" + }, + "TableName": { + "template": "${Entries[].tableName}" + } + } + } + ], + "Glue.CreateTableOptimizer": [ + { + "action": "glue:CreateTableOptimizer", + "resource_mappings": { + "DatabaseName": { + "template": "${DatabaseName}" + }, + "TableName": { + "template": "${TableName}" + } + } + }, + { + "action": "glue:GetTable", + "resource_mappings": { + "DatabaseName": { + "template": "${DatabaseName}" + }, + "TableName": { + "template": "${TableName}" + } + } + } + ], + "Glue.DeleteTableOptimizer": [ + { + "action": "glue:DeleteTableOptimizer", + "resource_mappings": { + "DatabaseName": { + "template": "${DatabaseName}" + }, + "TableName": { + "template": "${TableName}" + } + } + }, + { + "action": "glue:GetTable", + "resource_mappings": { + "DatabaseName": { + "template": "${DatabaseName}" + }, + "TableName": { + "template": "${TableName}" + } + } + } + ], + "Glue.GetColumnStatisticsTaskRun": [ + { + "action": "glue:GetColumnStatisticsTaskRun", + "resource_mappings": {} + } + ], + "Glue.GetColumnStatisticsTaskRuns": [ + { + "action": "glue:GetColumnStatisticsTaskRuns", + "resource_mappings": {} + } + ], + "Glue.GetTableOptimizer": [ + { + "action": "glue:GetTableOptimizer", + "resource_mappings": { + "DatabaseName": { + "template": "${DatabaseName}" + }, + "TableName": { + "template": "${TableName}" + } + } + }, + { + "action": "glue:GetTable", + "resource_mappings": { + "DatabaseName": { + "template": "${DatabaseName}" + }, + "TableName": { + "template": "${TableName}" + } + } + } + ], + "Glue.ListColumnStatisticsTaskRuns": [ + { + "action": "glue:ListColumnStatisticsTaskRuns", + "resource_mappings": {} + } + ], + "Glue.ListTableOptimizerRuns": [ + { + "action": "glue:ListTableOptimizerRuns", + "resource_mappings": { + "DatabaseName": { + "template": "${DatabaseName}" + }, + "TableName": { + "template": "${TableName}" + } + } + }, + { + "action": "glue:GetTable", + "resource_mappings": { + "DatabaseName": { + "template": "${DatabaseName}" + }, + "TableName": { + "template": "${TableName}" + } + } + } + ], + "Glue.StartColumnStatisticsTaskRun": [ + { + "action": "glue:StartColumnStatisticsTaskRun", + "resource_mappings": { + "DatabaseName": { + "template": "${DatabaseName}" + }, + "TableName": { + "template": "${TableName}" + } + } + }, + { + "action": "glue:GetSecurityConfiguration", + "resource_mappings": {} + }, + { + "action": "glue:GetTable", + "resource_mappings": { + "DatabaseName": { + "template": "${DatabaseName}" + }, + "TableName": { + "template": "${TableName}" + } + } + } + ], + "Glue.StopColumnStatisticsTaskRun": [ + { + "action": "glue:StopColumnStatisticsTaskRun", + "resource_mappings": { + "DatabaseName": { + "template": "${DatabaseName}" + }, + "TableName": { + "template": "${TableName}" + } + } + } + ], + "Glue.UpdateTableOptimizer": [ + { + "action": "glue:UpdateTableOptimizer", + "resource_mappings": { + "DatabaseName": { + "template": "${DatabaseName}" + }, + "TableName": { + "template": "${TableName}" + } + } + }, + { + "action": "glue:GetTable", + "resource_mappings": { + "DatabaseName": { + "template": "${DatabaseName}" + }, + "TableName": { + "template": "${TableName}" + } + } + } + ], + "MediaLive.StartInputDevice": [ + { + "action": "medialive:StartInputDevice", + "resource_mappings": { + "DeviceId": { + "template": "${InputDeviceId}" + } + } + } + ], + "MediaLive.StopInputDevice": [ + { + "action": "medialive:StopInputDevice", + "resource_mappings": { + "DeviceId": { + "template": "${InputDeviceId}" + } + } + } + ], + "AppSync.AssociateMergedGraphqlApi": [ + { + "action": "appsync:AssociateMergedGraphqlApi", + "resource_mappings": { + "GraphQLAPIId": { + "template": "%%many%${sourceApiIdentifier}%${mergedApiIdentifier}%%" + } + } + } + ], + "AppSync.AssociateSourceGraphqlApi": [ + { + "action": "appsync:AssociateSourceGraphqlApi", + "resource_mappings": { + "GraphQLAPIId": { + "template": "%%many%${sourceApiIdentifier}%${mergedApiIdentifier}%%" + } + } + } + ], + "AppSync.GetDataSourceIntrospection": [ + { + "action": "appsync:GetDataSourceIntrospection", + "resource_mappings": {} + } + ], + "AppSync.StartDataSourceIntrospection": [ + { + "action": "appsync:StartDataSourceIntrospection", + "resource_mappings": {} + } + ], + "Comprehend.DetectToxicContent": [ + { + "action": "comprehend:DetectToxicContent", + "resource_mappings": {} + } + ], + "SageMakerRuntime.InvokeEndpointWithResponseStream": [ + { + "action": "sagemaker:InvokeEndpointWithResponseStream", + "resource_mappings": { + "EndpointName": { + "template": "${EndpointName}" + }, + "InferenceComponentName": { + "template": "${InferenceComponentName}" + } + } + } + ], + "SageMaker.CreateCluster": [ + { + "action": "sagemaker:CreateCluster", + "resource_mappings": { + "ClusterId": { + "template": "${ClusterName}" + } + } + }, + { + "action": "iam:PassRole", + "resource_mappings": {}, + "resourcearn_mappings": { + "role": "${InstanceGroups[].ExecutionRole}" + } + }, + { + "action": "sagemaker:AddTags", + "resource_mappings": { + "ActionName": { + "template": "*" + }, + "AlgorithmName": { + "template": "*" + }, + "DomainId": { + "template": "*" + }, + "UserProfileName": { + "template": "*" + }, + "AppType": { + "template": "*" + }, + "AppName": { + "template": "*" + }, + "AppImageConfigName": { + "template": "*" + }, + "HashOfArtifactSource": { + "template": "*" + }, + "AutoMLJobJobName": { + "template": "*" + }, + "ClusterId": { + "template": "*" + }, + "CodeRepositoryName": { + "template": "*" + }, + "CompilationJobName": { + "template": "*" + }, + "ContextName": { + "template": "*" + }, + "DataQualityJobDefinitionName": { + "template": "*" + }, + "DeviceFleetName": { + "template": "*" + }, + "DeviceName": { + "template": "*" + }, + "EdgeDeploymentPlanName": { + "template": "*" + }, + "EdgePackagingJobName": { + "template": "*" + }, + "EndpointName": { + "template": "*" + }, + "EndpointConfigName": { + "template": "*" + }, + "ExperimentName": { + "template": "*" + }, + "TrialName": { + "template": "*" + }, + "TrialComponentName": { + "template": "*" + }, + "FeatureGroupName": { + "template": "*" + }, + "FlowDefinitionName": { + "template": "*" + }, + "HumanTaskUiName": { + "template": "*" + }, + "HyperParameterTuningJobName": { + "template": "*" + }, + "ImageName": { + "template": "*" + }, + "InferenceComponentName": { + "template": "*" + }, + "InferenceRecommendationsJobName": { + "template": "*" + }, + "LabelingJobName": { + "template": "*" + }, + "ModelName": { + "template": "*" + }, + "ModelBiasJobDefinitionName": { + "template": "*" + }, + "ModelCardName": { + "template": "*" + }, + "ModelExplainabilityJobDefinitionName": { + "template": "*" + }, + "ModelPackageName": { + "template": "*" + }, + "ModelPackageGroupName": { + "template": "*" + }, + "ModelQualityJobDefinitionName": { + "template": "*" + }, + "MonitoringScheduleName": { + "template": "*" + }, + "NotebookInstanceName": { + "template": "*" + }, + "PipelineName": { + "template": "*" + }, + "ProcessingJobName": { + "template": "*" + }, + "ProjectName": { + "template": "*" + }, + "StudioLifecycleConfigName": { + "template": "*" + }, + "TrainingJobName": { + "template": "*" + }, + "TransformJobName": { + "template": "*" + }, + "WorkteamName": { + "template": "*" + } + } + } + ], + "SageMaker.CreateInferenceComponent": [ + { + "action": "sagemaker:CreateInferenceComponent", + "resource_mappings": { + "EndpointName": { + "template": "${EndpointName}" + }, + "InferenceComponentName": { + "template": "${InferenceComponentName}" + } + } + }, + { + "action": "sagemaker:AddTags", + "resource_mappings": { + "ActionName": { + "template": "*" + }, + "AlgorithmName": { + "template": "*" + }, + "DomainId": { + "template": "*" + }, + "UserProfileName": { + "template": "*" + }, + "AppType": { + "template": "*" + }, + "AppName": { + "template": "*" + }, + "AppImageConfigName": { + "template": "*" + }, + "HashOfArtifactSource": { + "template": "*" + }, + "AutoMLJobJobName": { + "template": "*" + }, + "ClusterId": { + "template": "*" + }, + "CodeRepositoryName": { + "template": "*" + }, + "CompilationJobName": { + "template": "*" + }, + "ContextName": { + "template": "*" + }, + "DataQualityJobDefinitionName": { + "template": "*" + }, + "DeviceFleetName": { + "template": "*" + }, + "DeviceName": { + "template": "*" + }, + "EdgeDeploymentPlanName": { + "template": "*" + }, + "EdgePackagingJobName": { + "template": "*" + }, + "EndpointName": { + "template": "*" + }, + "EndpointConfigName": { + "template": "*" + }, + "ExperimentName": { + "template": "*" + }, + "TrialName": { + "template": "*" + }, + "TrialComponentName": { + "template": "*" + }, + "FeatureGroupName": { + "template": "*" + }, + "FlowDefinitionName": { + "template": "*" + }, + "HumanTaskUiName": { + "template": "*" + }, + "HyperParameterTuningJobName": { + "template": "*" + }, + "ImageName": { + "template": "*" + }, + "InferenceComponentName": { + "template": "*" + }, + "InferenceRecommendationsJobName": { + "template": "*" + }, + "LabelingJobName": { + "template": "*" + }, + "ModelName": { + "template": "*" + }, + "ModelBiasJobDefinitionName": { + "template": "*" + }, + "ModelCardName": { + "template": "*" + }, + "ModelExplainabilityJobDefinitionName": { + "template": "*" + }, + "ModelPackageName": { + "template": "*" + }, + "ModelPackageGroupName": { + "template": "*" + }, + "ModelQualityJobDefinitionName": { + "template": "*" + }, + "MonitoringScheduleName": { + "template": "*" + }, + "NotebookInstanceName": { + "template": "*" + }, + "PipelineName": { + "template": "*" + }, + "ProcessingJobName": { + "template": "*" + }, + "ProjectName": { + "template": "*" + }, + "StudioLifecycleConfigName": { + "template": "*" + }, + "TrainingJobName": { + "template": "*" + }, + "TransformJobName": { + "template": "*" + }, + "WorkteamName": { + "template": "*" + } + } + } + ], + "SageMaker.DeleteCluster": [ + { + "action": "sagemaker:DeleteCluster", + "resource_mappings": { + "ClusterId": { + "template": "${ClusterName}" + } + } + } + ], + "SageMaker.DeleteInferenceComponent": [ + { + "action": "sagemaker:DeleteInferenceComponent", + "resource_mappings": { + "InferenceComponentName": { + "template": "${InferenceComponentName}" + } + } + } + ], + "SageMaker.DescribeCluster": [ + { + "action": "sagemaker:DescribeCluster", + "resource_mappings": { + "ClusterId": { + "template": "${ClusterName}" + } + } + } + ], + "SageMaker.DescribeClusterNode": [ + { + "action": "sagemaker:DescribeClusterNode", + "resource_mappings": { + "ClusterId": { + "template": "${ClusterName}" + } + } + } + ], + "SageMaker.DescribeInferenceComponent": [ + { + "action": "sagemaker:DescribeInferenceComponent", + "resource_mappings": { + "InferenceComponentName": { + "template": "${InferenceComponentName}" + } + } + } + ], + "SageMaker.ListClusterNodes": [ + { + "action": "sagemaker:ListClusterNodes", + "resource_mappings": { + "ClusterId": { + "template": "${ClusterName}" + } + } + } + ], + "SageMaker.ListClusters": [ + { + "action": "sagemaker:ListClusters", + "resource_mappings": {} + } + ], + "SageMaker.ListInferenceComponents": [ + { + "action": "sagemaker:ListInferenceComponents", + "resource_mappings": {} + }, + { + "action": "sagemaker:ListInferenceComponents", + "resource_mappings": {} + } + ], + "SageMaker.UpdateCluster": [ + { + "action": "sagemaker:UpdateCluster", + "resource_mappings": { + "ClusterId": { + "template": "${ClusterName}" + } + } + }, + { + "action": "iam:PassRole", + "resource_mappings": {}, + "resourcearn_mappings": { + "role": "${InstanceGroups[].ExecutionRole}" + } + } + ], + "SageMaker.UpdateInferenceComponent": [ + { + "action": "sagemaker:UpdateInferenceComponent", + "resource_mappings": { + "InferenceComponentName": { + "template": "${InferenceComponentName}" + } + } + } + ], + "SageMaker.UpdateInferenceComponentRuntimeConfig": [ + { + "action": "sagemaker:UpdateInferenceComponentRuntimeConfig", + "resource_mappings": { + "InferenceComponentName": { + "template": "${InferenceComponentName}" + } + } + } + ], + "ServiceDiscovery.DiscoverInstancesRevision": [ + { + "action": "servicediscovery:DiscoverInstancesRevision", + "resource_mappings": {} + } + ], + "WorkMail.DescribeEntity": [ + { + "action": "workmail:DescribeEntity", + "resource_mappings": { + "ResourceId": { + "template": "${OrganizationId}" + } + } + } + ], + "WorkMail.ListGroupsForEntity": [ + { + "action": "workmail:ListGroupsForEntity", + "resource_mappings": { + "ResourceId": { + "template": "${OrganizationId}" + } + } + } + ], + "WorkMail.UpdateGroup": [ + { + "action": "workmail:UpdateGroup", + "resource_mappings": { + "ResourceId": { + "template": "${OrganizationId}" + } + } + } + ], + "WorkMail.UpdateUser": [ + { + "action": "workmail:UpdateUser", + "resource_mappings": { + "ResourceId": { + "template": "${OrganizationId}" + } + } + } + ], + "TranscribeService.DeleteMedicalScribeJob": [ + { + "action": "transcribe:DeleteMedicalScribeJob", + "resource_mappings": { + "JobName": { + "template": "${MedicalScribeJobName}" + } + } + } + ], + "TranscribeService.GetMedicalScribeJob": [ + { + "action": "transcribe:GetMedicalScribeJob", + "resource_mappings": { + "JobName": { + "template": "${MedicalScribeJobName}" + } + } + } + ], + "TranscribeService.ListMedicalScribeJobs": [ + { + "action": "transcribe:ListMedicalScribeJobs", + "resource_mappings": {} + } + ], + "TranscribeService.StartMedicalScribeJob": [ + { + "action": "transcribe:StartMedicalScribeJob", + "resource_mappings": {} + }, + { + "action": "s3:GetObject", + "resource_mappings": { + "BucketName": { + "template": "%%many%%%regex%${Media.MediaFileUri}%/s3\\:\\/\\/(.+)\\/.+$/g%%%%%regex%${Media.RedactedMediaFileUri}%/s3\\:\\/\\/(.+)\\/.+$/g%%%%" + }, + "ObjectName": { + "template": "%%many%%%regex%${Media.MediaFileUri}%/s3\\:\\/\\/.+(\\/.+)$/g%%%%%regex%${Media.RedactedMediaFileUri}%/s3\\:\\/\\/.+(\\/.+)$/g%%%%" + } + } + } + ], + "Connect.AssociateFlow": [ + { + "action": "connect:AssociateFlow", + "resource_mappings": { + "InstanceId": { + "template": "${InstanceId}" + }, + "ContactFlowId": { + "template": "${FlowId}" + } + } + } + ], + "Connect.BatchAssociateAnalyticsDataSet": [ + { + "action": "connect:BatchAssociateAnalyticsDataSet", + "resource_mappings": { + "InstanceId": { + "template": "${InstanceId}" + } + } + } + ], + "Connect.BatchDisassociateAnalyticsDataSet": [ + { + "action": "connect:BatchDisassociateAnalyticsDataSet", + "resource_mappings": { + "InstanceId": { + "template": "${InstanceId}" + } + } + } + ], + "Connect.BatchGetFlowAssociation": [ + { + "action": "connect:BatchGetFlowAssociation", + "resource_mappings": { + "InstanceId": { + "template": "${InstanceId}" + } + } + } + ], + "Connect.BatchPutContact": [ + { + "action": "connect:BatchPutContact", + "resource_mappings": { + "InstanceId": { + "template": "${InstanceId}" + }, + "QueueId": { + "template": "${ContactDataRequestList[].QueueId}" + } + } + } + ], + "Connect.CreatePersistentContactAssociation": [ + { + "action": "connect:CreatePersistentContactAssociation", + "resource_mappings": { + "InstanceId": { + "template": "${InstanceId}" + }, + "ContactId": { + "template": "%%many%${InitialContactId}%${SourceContactId}%%" + } + } + } + ], + "Connect.CreatePrompt": [ + { + "action": "connect:CreatePrompt", + "resource_mappings": { + "InstanceId": { + "template": "${InstanceId}" + }, + "PromptId": { + "template": "*" + } + } + }, + { + "action": "kms:Decrypt", + "resource_mappings": { + "KeyId": { + "template": "*" + } + } + }, + { + "action": "s3:GetObject", + "resource_mappings": { + "BucketName": { + "template": "%%regex%${S3Uri}%/s3\\:\\/\\/(.+)\\/.+$/g%%" + }, + "ObjectName": { + "template": "%%regex%${S3Uri}%/s3\\:\\/\\/.+(\\/.+)$/g%%" + } + } + }, + { + "action": "s3:GetObjectAcl", + "resource_mappings": { + "BucketName": { + "template": "%%regex%${S3Uri}%/s3\\:\\/\\/(.+)\\/.+$/g%%" + }, + "ObjectName": { + "template": "%%regex%${S3Uri}%/s3\\:\\/\\/.+(\\/.+)$/g%%" + } + } + } + ], + "Connect.DisassociateFlow": [ + { + "action": "connect:DisassociateFlow", + "resource_mappings": { + "InstanceId": { + "template": "${InstanceId}" + } + } + } + ], + "Connect.GetFlowAssociation": [ + { + "action": "connect:GetFlowAssociation", + "resource_mappings": { + "InstanceId": { + "template": "${InstanceId}" + } + } + } + ], + "Connect.ImportPhoneNumber": [ + { + "action": "connect:ImportPhoneNumber", + "resource_mappings": { + "InstanceId": { + "template": "${InstanceId}" + } + } + }, + { + "action": "sms-voice:DescribePhoneNumbers", + "resource_mappings": {}, + "resourcearn_mappings": { + "PhoneNumber": "%%iftemplatematch%${SourcePhoneNumberArn}%%" + } + } + ], + "Connect.ListFlowAssociations": [ + { + "action": "connect:ListFlowAssociations", + "resource_mappings": { + "InstanceId": { + "template": "${InstanceId}" + } + } + } + ], + "Connect.ListRealtimeContactAnalysisSegmentsV2": [ + { + "action": "connect:ListRealtimeContactAnalysisSegmentsV2", + "resource_mappings": { + "InstanceId": { + "template": "${InstanceId}" + }, + "ContactId": { + "template": "${ContactId}" + } + } + } + ], + "Connect.ListSecurityProfileApplications": [ + { + "action": "connect:ListSecurityProfileApplications", + "resource_mappings": { + "InstanceId": { + "template": "${InstanceId}" + }, + "SecurityProfileId": { + "template": "${SecurityProfileId}" + } + } + } + ], + "Connect.SendChatIntegrationEvent": [ + { + "action": "connect:SendChatIntegrationEvent", + "resource_mappings": {} + } + ], + "Connect.StartWebRTCContact": [ + { + "action": "connect:StartWebRTCContact", + "resource_mappings": { + "InstanceId": { + "template": "${InstanceId}" + }, + "ContactFlowId": { + "template": "${ContactFlowId}" + } + } + } + ], + "Connect.UpdatePhoneNumberMetadata": [ + { + "action": "connect:UpdatePhoneNumberMetadata", + "resource_mappings": { + "PhoneNumberId": { + "template": "${PhoneNumberId}" + } + } + } + ], + "Connect.UpdatePrompt": [ + { + "action": "connect:UpdatePrompt", + "resource_mappings": { + "InstanceId": { + "template": "${InstanceId}" + }, + "PromptId": { + "template": "${PromptId}" + } + } + }, + { + "action": "kms:Decrypt", + "resource_mappings": { + "KeyId": { + "template": "*" + } + } + }, + { + "action": "s3:GetObject", + "resource_mappings": { + "BucketName": { + "template": "%%regex%${S3Uri}%/s3\\:\\/\\/(.+)\\/.+$/g%%" + }, + "ObjectName": { + "template": "%%regex%${S3Uri}%/s3\\:\\/\\/.+(\\/.+)$/g%%" + } + } + }, + { + "action": "s3:GetObjectAcl", + "resource_mappings": { + "BucketName": { + "template": "%%regex%${S3Uri}%/s3\\:\\/\\/(.+)\\/.+$/g%%" + }, + "ObjectName": { + "template": "%%regex%${S3Uri}%/s3\\:\\/\\/.+(\\/.+)$/g%%" + } + } + } + ], + "SecretsManager.BatchGetSecretValue": [ + { + "action": "secretsmanager:BatchGetSecretValue", + "resource_mappings": {} + } + ], + "EKS.CreateEksAnywhereSubscription": [ + { + "action": "eks:CreateEksAnywhereSubscription", + "resource_mappings": {} + } + ], + "EKS.CreatePodIdentityAssociation": [ + { + "action": "eks:CreatePodIdentityAssociation", + "resource_mappings": { + "ClusterName": { + "template": "${clusterName}" + } + } + } + ], + "EKS.DeleteEksAnywhereSubscription": [ + { + "action": "eks:DeleteEksAnywhereSubscription", + "resource_mappings": { + "UUID": { + "template": "${id}" + } + } + } + ], + "EKS.DeletePodIdentityAssociation": [ + { + "action": "eks:DeletePodIdentityAssociation", + "resource_mappings": { + "ClusterName": { + "template": "${clusterName}" + }, + "UUID": { + "template": "${associationId}" + } + } + } + ], + "EKS.DescribeEksAnywhereSubscription": [ + { + "action": "eks:DescribeEksAnywhereSubscription", + "resource_mappings": { + "UUID": { + "template": "${id}" + } + } + } + ], + "EKS.DescribePodIdentityAssociation": [ + { + "action": "eks:DescribePodIdentityAssociation", + "resource_mappings": { + "ClusterName": { + "template": "${clusterName}" + }, + "UUID": { + "template": "${associationId}" + } + } + } + ], + "EKS.ListEksAnywhereSubscriptions": [ + { + "action": "eks:ListEksAnywhereSubscriptions", + "resource_mappings": {} + } + ], + "EKS.ListPodIdentityAssociations": [ + { + "action": "eks:ListPodIdentityAssociations", + "resource_mappings": { + "ClusterName": { + "template": "${clusterName}" + } + } + } + ], + "EKS.UpdateEksAnywhereSubscription": [ + { + "action": "eks:UpdateEksAnywhereSubscription", + "resource_mappings": { + "UUID": { + "template": "${id}" + } + } + } + ], + "EKS.UpdatePodIdentityAssociation": [ + { + "action": "eks:UpdatePodIdentityAssociation", + "resource_mappings": { + "ClusterName": { + "template": "${clusterName}" + }, + "UUID": { + "template": "${associationId}" + } + } + } + ], + "QuickSight.CreateRoleMembership": [ + { + "action": "quicksight:CreateRoleMembership", + "resource_mappings": {} + } + ], + "QuickSight.DeleteIdentityPropagationConfig": [ + { + "action": "quicksight:DeleteIdentityPropagationConfig", + "resource_mappings": {} + } + ], + "QuickSight.DeleteRoleCustomPermission": [ + { + "action": "quicksight:DeleteRoleCustomPermission", + "resource_mappings": {} + } + ], + "QuickSight.DeleteRoleMembership": [ + { + "action": "quicksight:DeleteRoleMembership", + "resource_mappings": {} + } + ], + "QuickSight.DescribeRoleCustomPermission": [ + { + "action": "quicksight:DescribeRoleCustomPermission", + "resource_mappings": {} + } + ], + "QuickSight.ListIdentityPropagationConfigs": [ + { + "action": "quicksight:ListIdentityPropagationConfigs", + "resource_mappings": {} + } + ], + "QuickSight.ListRoleMemberships": [ + { + "action": "quicksight:ListRoleMemberships", + "resource_mappings": {} + } + ], + "QuickSight.UpdateIdentityPropagationConfig": [ + { + "action": "quicksight:UpdateIdentityPropagationConfig", + "resource_mappings": {} + } + ], + "QuickSight.UpdateRoleCustomPermission": [ + { + "action": "quicksight:UpdateRoleCustomPermission", + "resource_mappings": {} + } + ], + "GlobalAccelerator.CreateCrossAccountAttachment": [ + { + "action": "globalaccelerator:CreateCrossAccountAttachment", + "resource_mappings": {} + } + ], + "GlobalAccelerator.DeleteCrossAccountAttachment": [ + { + "action": "globalaccelerator:DeleteCrossAccountAttachment", + "resource_mappings": {}, + "resourcearn_mappings": { + "attachment": "${AttachmentArn}" + } + } + ], + "GlobalAccelerator.DescribeCrossAccountAttachment": [ + { + "action": "globalaccelerator:DescribeCrossAccountAttachment", + "resource_mappings": {}, + "resourcearn_mappings": { + "attachment": "${AttachmentArn}" + } + } + ], + "GlobalAccelerator.ListCrossAccountAttachments": [ + { + "action": "globalaccelerator:ListCrossAccountAttachments", + "resource_mappings": {} + } + ], + "GlobalAccelerator.ListCrossAccountResourceAccounts": [ + { + "action": "globalaccelerator:ListCrossAccountResourceAccounts", + "resource_mappings": {} + } + ], + "GlobalAccelerator.ListCrossAccountResources": [ + { + "action": "globalaccelerator:ListCrossAccountResources", + "resource_mappings": {} + } + ], + "GlobalAccelerator.UpdateCrossAccountAttachment": [ + { + "action": "globalaccelerator:UpdateCrossAccountAttachment", + "resource_mappings": {}, + "resourcearn_mappings": { + "attachment": "${AttachmentArn}" + } + } + ], + "FSx.DescribeSharedVpcConfiguration": [ + { + "action": "fsx:DescribeSharedVpcConfiguration", + "resource_mappings": {} + } + ], + "FSx.StartMisconfiguredStateRecovery": [ + { + "action": "fsx:StartMisconfiguredStateRecovery", + "resource_mappings": { + "FileSystemId": { + "template": "${FileSystemId}" + } + } + } + ], + "FSx.UpdateSharedVpcConfiguration": [ + { + "action": "fsx:UpdateSharedVpcConfiguration", + "resource_mappings": {} + } + ], + "SecurityHub.BatchGetConfigurationPolicyAssociations": [ + { + "action": "securityhub:BatchGetConfigurationPolicyAssociations", + "resource_mappings": {} + } + ], + "SecurityHub.CreateConfigurationPolicy": [ + { + "action": "securityhub:CreateConfigurationPolicy", + "resource_mappings": {} + } + ], + "SecurityHub.DeleteConfigurationPolicy": [ + { + "action": "securityhub:DeleteConfigurationPolicy", + "resource_mappings": { + "ConfigurationPolicyId": { + "template": "${Identifier}" + } + } + } + ], + "SecurityHub.GetConfigurationPolicy": [ + { + "action": "securityhub:GetConfigurationPolicy", + "resource_mappings": { + "ConfigurationPolicyId": { + "template": "${Identifier}" + } + } + } + ], + "SecurityHub.GetConfigurationPolicyAssociation": [ + { + "action": "securityhub:GetConfigurationPolicyAssociation", + "resource_mappings": {} + } + ], + "SecurityHub.GetSecurityControlDefinition": [ + { + "action": "securityhub:GetSecurityControlDefinition", + "resource_mappings": {} + }, + { + "action": "securityhub:DescribeStandardsControls", + "resource_mappings": {} + } + ], + "SecurityHub.ListConfigurationPolicies": [ + { + "action": "securityhub:ListConfigurationPolicies", + "resource_mappings": {} + } + ], + "SecurityHub.ListConfigurationPolicyAssociations": [ + { + "action": "securityhub:ListConfigurationPolicyAssociations", + "resource_mappings": {} + } + ], + "SecurityHub.StartConfigurationPolicyAssociation": [ + { + "action": "securityhub:StartConfigurationPolicyAssociation", + "resource_mappings": { + "ConfigurationPolicyId": { + "template": "${ConfigurationPolicyIdentifier}" + } + } + } + ], + "SecurityHub.StartConfigurationPolicyDisassociation": [ + { + "action": "securityhub:StartConfigurationPolicyDisassociation", + "resource_mappings": { + "ConfigurationPolicyId": { + "template": "${ConfigurationPolicyIdentifier}" + } + } + } + ], + "SecurityHub.UpdateConfigurationPolicy": [ + { + "action": "securityhub:UpdateConfigurationPolicy", + "resource_mappings": { + "ConfigurationPolicyId": { + "template": "${Identifier}" + } + } + } + ], + "SecurityHub.UpdateSecurityControl": [ + { + "action": "securityhub:UpdateSecurityControl", + "resource_mappings": {} + }, + { + "action": "securityhub:UpdateStandardsControl", + "resource_mappings": {} + } + ], + "Kafka.CreateReplicator": [ + { + "action": "kafka:CreateReplicator", + "resource_mappings": { + "ReplicatorName": { + "template": "${ReplicatorName}" + }, + "Uuid": { + "template": "*" + } + } + }, + { + "action": "ec2:DescribeSecurityGroups", + "resource_mappings": {} + }, + { + "action": "ec2:DescribeSubnets", + "resource_mappings": {} + }, + { + "action": "ec2:DescribeVpcs", + "resource_mappings": {} + }, + { + "action": "iam:AttachRolePolicy", + "resource_mappings": {}, + "resourcearn_mappings": { + "role": "${ServiceExecutionRoleArn}" + } + }, + { + "action": "iam:CreateServiceLinkedRole", + "resource_mappings": { + "RoleNameWithPath": { + "template": "*" + } + } + }, + { + "action": "iam:PassRole", + "resource_mappings": {}, + "resourcearn_mappings": { + "role": "${ServiceExecutionRoleArn}" + } + }, + { + "action": "iam:PutRolePolicy", + "resource_mappings": {}, + "resourcearn_mappings": { + "role": "${ServiceExecutionRoleArn}" + } + }, + { + "action": "kafka:DescribeClusterV2", + "resource_mappings": {}, + "resourcearn_mappings": { + "cluster": "%%many%${ReplicationInfoList[].SourceKafkaClusterArn}%${ReplicationInfoList[].TargetKafkaClusterArn}%%" + } + }, + { + "action": "kafka:GetBootstrapBrokers", + "resource_mappings": {} + } + ], + "Kafka.DeleteReplicator": [ + { + "action": "kafka:DeleteReplicator", + "resource_mappings": {}, + "resourcearn_mappings": { + "replicator": "${ReplicatorArn}" + } + } + ], + "Kafka.DescribeReplicator": [ + { + "action": "kafka:DescribeReplicator", + "resource_mappings": {}, + "resourcearn_mappings": { + "replicator": "${ReplicatorArn}" + } + } + ], + "Kafka.ListReplicators": [ + { + "action": "kafka:ListReplicators", + "resource_mappings": {} + } + ], + "Kafka.UpdateReplicationInfo": [ + { + "action": "kafka:UpdateReplicationInfo", + "resource_mappings": {}, + "resourcearn_mappings": { + "replicator": "${ReplicatorArn}" + } + } + ], + "Backup.CreateRestoreTestingPlan": [ + { + "action": "backup:CreateRestoreTestingPlan", + "resource_mappings": { + "RestoreTestingPlanName": { + "template": "${RestoreTestingPlan.RestoreTestingPlanName}" + }, + "RestoreTestingPlanId": { + "template": "*" + } + } + } + ], + "Backup.CreateRestoreTestingSelection": [ + { + "action": "backup:CreateRestoreTestingSelection", + "resource_mappings": { + "RestoreTestingPlanName": { + "template": "${RestoreTestingPlanName}" + }, + "RestoreTestingPlanId": { + "template": "*" + } + } + }, + { + "action": "iam:PassRole", + "resource_mappings": {}, + "resourcearn_mappings": { + "role": "${RestoreTestingSelection.IamRoleArn}" + } + } + ], + "Backup.DeleteRestoreTestingPlan": [ + { + "action": "backup:DeleteRestoreTestingPlan", + "resource_mappings": { + "RestoreTestingPlanName": { + "template": "${RestoreTestingPlanName}" + }, + "RestoreTestingPlanId": { + "template": "*" + } + } + } + ], + "Backup.DeleteRestoreTestingSelection": [ + { + "action": "backup:DeleteRestoreTestingSelection", + "resource_mappings": { + "RestoreTestingPlanName": { + "template": "${RestoreTestingPlanName}" + }, + "RestoreTestingPlanId": { + "template": "*" + } + } + } + ], + "Backup.GetRestoreJobMetadata": [ + { + "action": "backup:GetRestoreJobMetadata", + "resource_mappings": {} + } + ], + "Backup.GetRestoreTestingInferredMetadata": [ + { + "action": "backup:GetRestoreTestingInferredMetadata", + "resource_mappings": {} + } + ], + "Backup.GetRestoreTestingPlan": [ + { + "action": "backup:GetRestoreTestingPlan", + "resource_mappings": { + "RestoreTestingPlanName": { + "template": "${RestoreTestingPlanName}" + }, + "RestoreTestingPlanId": { + "template": "*" + } + } + } + ], + "Backup.GetRestoreTestingSelection": [ + { + "action": "backup:GetRestoreTestingSelection", + "resource_mappings": { + "RestoreTestingPlanName": { + "template": "${RestoreTestingPlanName}" + }, + "RestoreTestingPlanId": { + "template": "*" + } + } + } + ], + "Backup.ListBackupJobSummaries": [ + { + "action": "backup:ListBackupJobSummaries", + "resource_mappings": {} + } + ], + "Backup.ListCopyJobSummaries": [ + { + "action": "backup:ListCopyJobSummaries", + "resource_mappings": {} + } + ], + "Backup.ListRestoreJobSummaries": [ + { + "action": "backup:ListRestoreJobSummaries", + "resource_mappings": {} + } + ], + "Backup.ListRestoreJobsByProtectedResource": [ + { + "action": "backup:ListRestoreJobsByProtectedResource", + "resource_mappings": {} + } + ], + "Backup.ListRestoreTestingPlans": [ + { + "action": "backup:ListRestoreTestingPlans", + "resource_mappings": {} + } + ], + "Backup.ListRestoreTestingSelections": [ + { + "action": "backup:ListRestoreTestingSelections", + "resource_mappings": { + "RestoreTestingPlanName": { + "template": "${RestoreTestingPlanName}" + }, + "RestoreTestingPlanId": { + "template": "*" + } + } + } + ], + "Backup.PutRestoreValidationResult": [ + { + "action": "backup:PutRestoreValidationResult", + "resource_mappings": {} + } + ], + "Backup.UpdateRestoreTestingPlan": [ + { + "action": "backup:UpdateRestoreTestingPlan", + "resource_mappings": { + "RestoreTestingPlanName": { + "template": "${RestoreTestingPlanName}" + }, + "RestoreTestingPlanId": { + "template": "*" + } + } + } + ], + "Backup.UpdateRestoreTestingSelection": [ + { + "action": "backup:UpdateRestoreTestingSelection", + "resource_mappings": { + "RestoreTestingPlanName": { + "template": "${RestoreTestingPlanName}" + }, + "RestoreTestingPlanId": { + "template": "*" + } + } + }, + { + "action": "iam:PassRole", + "resource_mappings": {}, + "resourcearn_mappings": { + "role": "${RestoreTestingSelection.IamRoleArn}" + } + } + ], + "Textract.CreateAdapter": [ + { + "action": "textract:CreateAdapter", + "resource_mappings": {} + } + ], + "Textract.CreateAdapterVersion": [ + { + "action": "textract:CreateAdapterVersion", + "resource_mappings": { + "AdapterId": { + "template": "${AdapterId}" + } + } + } + ], + "Textract.DeleteAdapter": [ + { + "action": "textract:DeleteAdapter", + "resource_mappings": { + "AdapterId": { + "template": "${AdapterId}" + } + } + } + ], + "Textract.DeleteAdapterVersion": [ + { + "action": "textract:DeleteAdapterVersion", + "resource_mappings": { + "AdapterId": { + "template": "${AdapterId}" + }, + "AdapterVersion": { + "template": "${AdapterVersion}" + } + } + } + ], + "Textract.GetAdapter": [ + { + "action": "textract:GetAdapter", + "resource_mappings": { + "AdapterId": { + "template": "${AdapterId}" + } + } + } + ], + "Textract.GetAdapterVersion": [ + { + "action": "textract:GetAdapterVersion", + "resource_mappings": { + "AdapterId": { + "template": "${AdapterId}" + }, + "AdapterVersion": { + "template": "${AdapterVersion}" + } + } + } + ], + "Textract.ListAdapterVersions": [ + { + "action": "textract:ListAdapterVersions", + "resource_mappings": {} + } + ], + "Textract.ListAdapters": [ + { + "action": "textract:ListAdapters", + "resource_mappings": {} + } + ], + "Textract.ListTagsForResource": [ + { + "action": "textract:ListTagsForResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "adapter": "%%iftemplatematch%${ResourceARN}%%", + "adapterversion": "%%iftemplatematch%${ResourceARN}%%" + } + } + ], + "Textract.TagResource": [ + { + "action": "textract:TagResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "adapter": "%%iftemplatematch%${ResourceARN}%%", + "adapterversion": "%%iftemplatematch%${ResourceARN}%%" + } + } + ], + "Textract.UntagResource": [ + { + "action": "textract:UntagResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "adapter": "%%iftemplatematch%${ResourceARN}%%", + "adapterversion": "%%iftemplatematch%${ResourceARN}%%" + } + } + ], + "Textract.UpdateAdapter": [ + { + "action": "textract:UpdateAdapter", + "resource_mappings": { + "AdapterId": { + "template": "${AdapterId}" + } + } + } + ], + "PersonalizeEvents.PutActionInteractions": [ + { + "action": "personalize:PutActionInteractions", + "resource_mappings": {} + } + ], + "PersonalizeEvents.PutActions": [ + { + "action": "personalize:PutActions", + "resource_mappings": {}, + "resourcearn_mappings": { + "dataset": "${datasetArn}" + } + } + ], + "PersonalizeRuntime.GetActionRecommendations": [ + { + "action": "personalize:GetActionRecommendations", + "resource_mappings": {}, + "resourcearn_mappings": { + "campaign": "${campaignArn}" + } + } + ], + "LakeFormation.CreateLakeFormationOptIn": [ + { + "action": "lakeformation:CreateLakeFormationOptIn", + "resource_mappings": {} + } + ], + "LakeFormation.DeleteLakeFormationOptIn": [ + { + "action": "lakeformation:DeleteLakeFormationOptIn", + "resource_mappings": {} + } + ], + "LakeFormation.ListLakeFormationOptIns": [ + { + "action": "lakeformation:ListLakeFormationOptIns", + "resource_mappings": {} + } + ], + "DataExchange.SendDataSetNotification": [ + { + "action": "dataexchange:SendDataSetNotification", + "resource_mappings": { + "DataSetId": { + "template": "${DataSetId}" + } + } + } + ], + "MigrationHubConfig.DeleteHomeRegionControl": [ + { + "action": "mgh:DeleteHomeRegionControl", + "resource_mappings": {} + } + ], + "Imagebuilder.CancelLifecycleExecution": [ + { + "action": "imagebuilder:CancelLifecycleExecution", + "resource_mappings": { + "LifecycleExecutionId": { + "template": "${lifecycleExecutionId}" + } + } + } + ], + "Imagebuilder.CreateLifecyclePolicy": [ + { + "action": "imagebuilder:CreateLifecyclePolicy", + "resource_mappings": { + "LifecyclePolicyName": { + "template": "${name}" + } + } + }, + { + "action": "iam:PassRole", + "resource_mappings": {}, + "resourcearn_mappings": { + "role": "${executionRole}" + } + }, + { + "action": "imagebuilder:TagResource", + "resource_mappings": { + "ComponentName": { + "template": "*" + }, + "ComponentVersion": { + "template": "*" + }, + "ComponentBuildVersion": { + "template": "*" + }, + "ContainerRecipeName": { + "template": "*" + }, + "ContainerRecipeVersion": { + "template": "*" + }, + "DistributionConfigurationName": { + "template": "*" + }, + "ImageName": { + "template": "*" + }, + "ImageVersion": { + "template": "*" + }, + "ImageBuildVersion": { + "template": "*" + }, + "ImagePipelineName": { + "template": "*" + }, + "ImageRecipeName": { + "template": "*" + }, + "ImageRecipeVersion": { + "template": "*" + }, + "ResourceId": { + "template": "*" + }, + "LifecyclePolicyName": { + "template": "*" + }, + "WorkflowType": { + "template": "*" + }, + "WorkflowName": { + "template": "*" + }, + "WorkflowVersion": { + "template": "*" + }, + "WorkflowBuildVersion": { + "template": "*" + } + } + } + ], + "Imagebuilder.CreateWorkflow": [ + { + "action": "imagebuilder:CreateWorkflow", + "resource_mappings": { + "WorkflowType": { + "template": "${type}" + }, + "WorkflowName": { + "template": "${name}" + }, + "WorkflowVersion": { + "template": "*" + }, + "WorkflowBuildVersion": { + "template": "*" + } + } + }, + { + "action": "imagebuilder:TagResource", + "resource_mappings": { + "ComponentName": { + "template": "*" + }, + "ComponentVersion": { + "template": "*" + }, + "ComponentBuildVersion": { + "template": "*" + }, + "ContainerRecipeName": { + "template": "*" + }, + "ContainerRecipeVersion": { + "template": "*" + }, + "DistributionConfigurationName": { + "template": "*" + }, + "ImageName": { + "template": "*" + }, + "ImageVersion": { + "template": "*" + }, + "ImageBuildVersion": { + "template": "*" + }, + "ImagePipelineName": { + "template": "*" + }, + "ImageRecipeName": { + "template": "*" + }, + "ImageRecipeVersion": { + "template": "*" + }, + "ResourceId": { + "template": "*" + }, + "LifecyclePolicyName": { + "template": "*" + }, + "WorkflowType": { + "template": "*" + }, + "WorkflowName": { + "template": "*" + }, + "WorkflowVersion": { + "template": "*" + }, + "WorkflowBuildVersion": { + "template": "*" + } + } + }, + { + "action": "kms:Encrypt", + "resource_mappings": { + "KeyId": { + "template": "${kmsKeyId}" + } + } + }, + { + "action": "kms:GenerateDataKey", + "resource_mappings": { + "KeyId": { + "template": "${kmsKeyId}" + } + } + }, + { + "action": "kms:GenerateDataKeyWithoutPlaintext", + "resource_mappings": { + "KeyId": { + "template": "${kmsKeyId}" + } + } + }, + { + "action": "s3:GetObject", + "resource_mappings": { + "BucketName": { + "template": "%%regex%${uri}%/s3\\:\\/\\/(.+)\\/.+$/g%%" + }, + "ObjectName": { + "template": "%%regex%${uri}%/s3\\:\\/\\/.+(\\/.+)$/g%%" + } + } + }, + { + "action": "s3:ListBucket", + "resource_mappings": { + "BucketName": { + "template": "%%regex%${uri}%/s3\\:\\/\\/(.+)\\/.+$/g%%" + } + } + } + ], + "Imagebuilder.DeleteLifecyclePolicy": [ + { + "action": "imagebuilder:DeleteLifecyclePolicy", + "resource_mappings": {}, + "resourcearn_mappings": { + "lifecyclePolicy": "${lifecyclePolicyArn}" + } + } + ], + "Imagebuilder.DeleteWorkflow": [ + { + "action": "imagebuilder:DeleteWorkflow", + "resource_mappings": {}, + "resourcearn_mappings": { + "workflow": "${workflowBuildVersionArn}" + } + } + ], + "Imagebuilder.GetLifecycleExecution": [ + { + "action": "imagebuilder:GetLifecycleExecution", + "resource_mappings": { + "LifecycleExecutionId": { + "template": "${lifecycleExecutionId}" + } + } + } + ], + "Imagebuilder.GetLifecyclePolicy": [ + { + "action": "imagebuilder:GetLifecyclePolicy", + "resource_mappings": {}, + "resourcearn_mappings": { + "lifecyclePolicy": "${lifecyclePolicyArn}" + } + } + ], + "Imagebuilder.GetWorkflow": [ + { + "action": "imagebuilder:GetWorkflow", + "resource_mappings": {}, + "resourcearn_mappings": { + "workflow": "${workflowBuildVersionArn}" + } + }, + { + "action": "kms:Decrypt", + "resource_mappings": { + "KeyId": { + "template": "*" + } + } + } + ], + "Imagebuilder.ListLifecycleExecutionResources": [ + { + "action": "imagebuilder:ListLifecycleExecutionResources", + "resource_mappings": { + "LifecycleExecutionId": { + "template": "${lifecycleExecutionId}" + } + } + } + ], + "Imagebuilder.ListLifecycleExecutions": [ + { + "action": "imagebuilder:ListLifecycleExecutions", + "resource_mappings": {}, + "resourcearn_mappings": { + "image": "%%iftemplatematch%${resourceArn}%%", + "lifecyclePolicy": "%%iftemplatematch%${resourceArn}%%" + } + } + ], + "Imagebuilder.ListLifecyclePolicies": [ + { + "action": "imagebuilder:ListLifecyclePolicies", + "resource_mappings": {} + } + ], + "Imagebuilder.ListWaitingWorkflowSteps": [ + { + "action": "imagebuilder:ListWaitingWorkflowSteps", + "resource_mappings": {} + } + ], + "Imagebuilder.ListWorkflowBuildVersions": [ + { + "action": "imagebuilder:ListWorkflowBuildVersions", + "resource_mappings": {}, + "resourcearn_mappings": { + "workflowVersion": "${workflowVersionArn}" + } + } + ], + "Imagebuilder.ListWorkflows": [ + { + "action": "imagebuilder:ListWorkflows", + "resource_mappings": {} + } + ], + "Imagebuilder.SendWorkflowStepAction": [ + { + "action": "imagebuilder:SendWorkflowStepAction", + "resource_mappings": { + "WorkflowStepExecutionId": { + "template": "${stepExecutionId}" + } + }, + "resourcearn_mappings": { + "image": "${imageBuildVersionArn}" + } + } + ], + "Imagebuilder.StartResourceStateUpdate": [ + { + "action": "imagebuilder:StartResourceStateUpdate", + "resource_mappings": {}, + "resourcearn_mappings": { + "image": "${resourceArn}" + } + } + ], + "Imagebuilder.UpdateLifecyclePolicy": [ + { + "action": "imagebuilder:UpdateLifecyclePolicy", + "resource_mappings": {}, + "resourcearn_mappings": { + "lifecyclePolicy": "${lifecyclePolicyArn}" + } + }, + { + "action": "iam:PassRole", + "resource_mappings": {}, + "resourcearn_mappings": { + "role": "${executionRole}" + } + } + ], + "AccessAnalyzer.CheckAccessNotGranted": [ + { + "action": "access-analyzer:CheckAccessNotGranted", + "resource_mappings": {} + } + ], + "AccessAnalyzer.CheckNoNewAccess": [ + { + "action": "access-analyzer:CheckNoNewAccess", + "resource_mappings": {} + } + ], + "Detective.GetInvestigation": [ + { + "action": "detective:GetInvestigation", + "resource_mappings": {}, + "resourcearn_mappings": { + "Graph": "${GraphArn}" + } + } + ], + "Detective.ListIndicators": [ + { + "action": "detective:ListIndicators", + "resource_mappings": {}, + "resourcearn_mappings": { + "Graph": "${GraphArn}" + } + } + ], + "Detective.ListInvestigations": [ + { + "action": "detective:ListInvestigations", + "resource_mappings": {}, + "resourcearn_mappings": { + "Graph": "${GraphArn}" + } + } + ], + "Detective.StartInvestigation": [ + { + "action": "detective:StartInvestigation", + "resource_mappings": {}, + "resourcearn_mappings": { + "Graph": "${GraphArn}" + } + } + ], + "Detective.UpdateInvestigationState": [ + { + "action": "detective:UpdateInvestigationState", + "resource_mappings": {}, + "resourcearn_mappings": { + "Graph": "${GraphArn}" + } + } + ], + "CodeStarconnections.CreateRepositoryLink": [ + { + "action": "codestar-connections:CreateRepositoryLink", + "resource_mappings": {}, + "resourcearn_mappings": { + "Connection": "${ConnectionArn}" + } + }, + { + "action": "codestar-connections:PassConnection", + "resource_mappings": {}, + "resourcearn_mappings": { + "Connection": "${ConnectionArn}" + } + }, + { + "action": "codestar-connections:UseConnection", + "resource_mappings": {}, + "resourcearn_mappings": { + "Connection": "${ConnectionArn}" + } + } + ], + "CodeStarconnections.CreateSyncConfiguration": [ + { + "action": "codestar-connections:CreateSyncConfiguration", + "resource_mappings": { + "RepositoryLinkId": { + "template": "${RepositoryLinkId}" + } + } + }, + { + "action": "codestar-connections:PassRepository", + "resource_mappings": { + "RepositoryLinkId": { + "template": "${RepositoryLinkId}" + } + } + }, + { + "action": "iam:PassRole", + "resource_mappings": {}, + "resourcearn_mappings": { + "role": "${RoleArn}" + } + } + ], + "CodeStarconnections.DeleteRepositoryLink": [ + { + "action": "codestar-connections:DeleteRepositoryLink", + "resource_mappings": { + "RepositoryLinkId": { + "template": "${RepositoryLinkId}" + } + } + } + ], + "CodeStarconnections.DeleteSyncConfiguration": [ + { + "action": "codestar-connections:DeleteSyncConfiguration", + "resource_mappings": {} + } + ], + "CodeStarconnections.GetRepositoryLink": [ + { + "action": "codestar-connections:GetRepositoryLink", + "resource_mappings": { + "RepositoryLinkId": { + "template": "${RepositoryLinkId}" + } + } + } + ], + "CodeStarconnections.GetRepositorySyncStatus": [ + { + "action": "codestar-connections:GetRepositorySyncStatus", + "resource_mappings": { + "RepositoryLinkId": { + "template": "${RepositoryLinkId}" + } + } + } + ], + "CodeStarconnections.GetResourceSyncStatus": [ + { + "action": "codestar-connections:GetResourceSyncStatus", + "resource_mappings": {} + } + ], + "CodeStarconnections.GetSyncBlockerSummary": [ + { + "action": "codestar-connections:GetSyncBlockerSummary", + "resource_mappings": {} + } + ], + "CodeStarconnections.GetSyncConfiguration": [ + { + "action": "codestar-connections:GetSyncConfiguration", + "resource_mappings": {} + } + ], + "CodeStarconnections.ListRepositoryLinks": [ + { + "action": "codestar-connections:ListRepositoryLinks", + "resource_mappings": {} + } + ], + "CodeStarconnections.ListRepositorySyncDefinitions": [ + { + "action": "codestar-connections:ListRepositorySyncDefinitions", + "resource_mappings": {} + } + ], + "CodeStarconnections.ListSyncConfigurations": [ + { + "action": "codestar-connections:ListSyncConfigurations", + "resource_mappings": {} + } + ], + "CodeStarconnections.UpdateRepositoryLink": [ + { + "action": "codestar-connections:UpdateRepositoryLink", + "resource_mappings": { + "RepositoryLinkId": { + "template": "${RepositoryLinkId}" + } + } + } + ], + "CodeStarconnections.UpdateSyncBlocker": [ + { + "action": "codestar-connections:UpdateSyncBlocker", + "resource_mappings": {} + } + ], + "CodeStarconnections.UpdateSyncConfiguration": [ + { + "action": "codestar-connections:UpdateSyncConfiguration", + "resource_mappings": {} + } + ], + "IoTSiteWise.CreateAssetModelCompositeModel": [ + { + "action": "iotsitewise:CreateAssetModelCompositeModel", + "resource_mappings": { + "AssetModelId": { + "template": "${assetModelId}" + } + } + } + ], + "IoTSiteWise.DeleteAssetModelCompositeModel": [ + { + "action": "iotsitewise:DeleteAssetModelCompositeModel", + "resource_mappings": { + "AssetModelId": { + "template": "${assetModelId}" + } + } + } + ], + "IoTSiteWise.DescribeAction": [ + { + "action": "iotsitewise:DescribeAction", + "resource_mappings": { + "AssetId": { + "template": "*" + } + } + } + ], + "IoTSiteWise.DescribeAssetCompositeModel": [ + { + "action": "iotsitewise:DescribeAssetCompositeModel", + "resource_mappings": { + "AssetId": { + "template": "${assetId}" + } + } + } + ], + "IoTSiteWise.DescribeAssetModelCompositeModel": [ + { + "action": "iotsitewise:DescribeAssetModelCompositeModel", + "resource_mappings": { + "AssetModelId": { + "template": "${assetModelId}" + } + } + } + ], + "IoTSiteWise.ExecuteAction": [ + { + "action": "iotsitewise:ExecuteAction", + "resource_mappings": { + "AssetId": { + "template": "${targetResource.assetId}" + } + } + } + ], + "IoTSiteWise.ExecuteQuery": [ + { + "action": "iotsitewise:ExecuteQuery", + "resource_mappings": {} + } + ], + "IoTSiteWise.ListActions": [ + { + "action": "iotsitewise:ListActions", + "resource_mappings": { + "AssetId": { + "template": "*" + } + } + } + ], + "IoTSiteWise.ListAssetModelCompositeModels": [ + { + "action": "iotsitewise:ListAssetModelCompositeModels", + "resource_mappings": { + "AssetModelId": { + "template": "${assetModelId}" + } + } + } + ], + "IoTSiteWise.ListCompositionRelationships": [ + { + "action": "iotsitewise:ListCompositionRelationships", + "resource_mappings": { + "AssetModelId": { + "template": "${assetModelId}" + } + } + } + ], + "IoTSiteWise.UpdateAssetModelCompositeModel": [ + { + "action": "iotsitewise:UpdateAssetModelCompositeModel", + "resource_mappings": { + "AssetModelId": { + "template": "${assetModelId}" + } + } + } + ], + "SSOAdmin.CreateApplication": [ + { + "action": "sso:CreateApplication", + "resource_mappings": {}, + "resourcearn_mappings": { + "ApplicationProvider": "${ApplicationProviderArn}", + "Instance": "${InstanceArn}" + } + } + ], + "SSOAdmin.CreateApplicationAssignment": [ + { + "action": "sso:CreateApplicationAssignment", + "resource_mappings": {}, + "resourcearn_mappings": { + "Application": "${ApplicationArn}" + } + } + ], + "SSOAdmin.CreateInstance": [ + { + "action": "sso:CreateInstance", + "resource_mappings": { + "InstanceId": { + "template": "*" + } + } + }, + { + "action": "iam:CreateServiceLinkedRole", + "resource_mappings": { + "RoleNameWithPath": { + "template": "*" + } + } + }, + { + "action": "organizations:DescribeOrganization", + "resource_mappings": {} + } + ], + "SSOAdmin.CreateTrustedTokenIssuer": [ + { + "action": "sso:CreateTrustedTokenIssuer", + "resource_mappings": {}, + "resourcearn_mappings": { + "Instance": "${InstanceArn}" + } + } + ], + "SSOAdmin.DeleteApplication": [ + { + "action": "sso:DeleteApplication", + "resource_mappings": {}, + "resourcearn_mappings": { + "Application": "${ApplicationArn}" + } + } + ], + "SSOAdmin.DeleteApplicationAccessScope": [ + { + "action": "sso:DeleteApplicationAccessScope", + "resource_mappings": {}, + "resourcearn_mappings": { + "Application": "${ApplicationArn}" + } + } + ], + "SSOAdmin.DeleteApplicationAssignment": [ + { + "action": "sso:DeleteApplicationAssignment", + "resource_mappings": {}, + "resourcearn_mappings": { + "Application": "${ApplicationArn}" + } + } + ], + "SSOAdmin.DeleteApplicationAuthenticationMethod": [ + { + "action": "sso:DeleteApplicationAuthenticationMethod", + "resource_mappings": {}, + "resourcearn_mappings": { + "Application": "${ApplicationArn}" + } + } + ], + "SSOAdmin.DeleteApplicationGrant": [ + { + "action": "sso:DeleteApplicationGrant", + "resource_mappings": {}, + "resourcearn_mappings": { + "Application": "${ApplicationArn}" + } + } + ], + "SSOAdmin.DeleteInstance": [ + { + "action": "sso:DeleteInstance", + "resource_mappings": {}, + "resourcearn_mappings": { + "Instance": "${InstanceArn}" + } + } + ], + "SSOAdmin.DeleteTrustedTokenIssuer": [ + { + "action": "sso:DeleteTrustedTokenIssuer", + "resource_mappings": {}, + "resourcearn_mappings": { + "TrustedTokenIssuer": "${TrustedTokenIssuerArn}" + } + } + ], + "SSOAdmin.DescribeApplication": [ + { + "action": "sso:DescribeApplication", + "resource_mappings": {}, + "resourcearn_mappings": { + "Application": "${ApplicationArn}" + } + } + ], + "SSOAdmin.DescribeApplicationAssignment": [ + { + "action": "sso:DescribeApplicationAssignment", + "resource_mappings": {}, + "resourcearn_mappings": { + "Application": "${ApplicationArn}" + } + } + ], + "SSOAdmin.DescribeApplicationProvider": [ + { + "action": "sso:DescribeApplicationProvider", + "resource_mappings": {}, + "resourcearn_mappings": { + "ApplicationProvider": "${ApplicationProviderArn}" + } + } + ], + "SSOAdmin.DescribeInstance": [ + { + "action": "sso:DescribeInstance", + "resource_mappings": {}, + "resourcearn_mappings": { + "Instance": "${InstanceArn}" + } + } + ], + "SSOAdmin.DescribeTrustedTokenIssuer": [ + { + "action": "sso:DescribeTrustedTokenIssuer", + "resource_mappings": {}, + "resourcearn_mappings": { + "TrustedTokenIssuer": "${TrustedTokenIssuerArn}" + } + } + ], + "SSOAdmin.GetApplicationAccessScope": [ + { + "action": "sso:GetApplicationAccessScope", + "resource_mappings": {}, + "resourcearn_mappings": { + "Application": "${ApplicationArn}" + } + } + ], + "SSOAdmin.GetApplicationAssignmentConfiguration": [ + { + "action": "sso:GetApplicationAssignmentConfiguration", + "resource_mappings": {}, + "resourcearn_mappings": { + "Application": "${ApplicationArn}" + } + } + ], + "SSOAdmin.GetApplicationAuthenticationMethod": [ + { + "action": "sso:GetApplicationAuthenticationMethod", + "resource_mappings": {}, + "resourcearn_mappings": { + "Application": "${ApplicationArn}" + } + } + ], + "SSOAdmin.GetApplicationGrant": [ + { + "action": "sso:GetApplicationGrant", + "resource_mappings": {}, + "resourcearn_mappings": { + "Application": "${ApplicationArn}" + } + } + ], + "SSOAdmin.ListAccountAssignmentsForPrincipal": [ + { + "action": "sso:ListAccountAssignmentsForPrincipal", + "resource_mappings": {}, + "resourcearn_mappings": { + "Instance": "${InstanceArn}" + } + } + ], + "SSOAdmin.ListApplicationAccessScopes": [ + { + "action": "sso:ListApplicationAccessScopes", + "resource_mappings": {}, + "resourcearn_mappings": { + "Application": "${ApplicationArn}" + } + } + ], + "SSOAdmin.ListApplicationAssignments": [ + { + "action": "sso:ListApplicationAssignments", + "resource_mappings": {}, + "resourcearn_mappings": { + "Application": "${ApplicationArn}" + } + } + ], + "SSOAdmin.ListApplicationAssignmentsForPrincipal": [ + { + "action": "sso:ListApplicationAssignmentsForPrincipal", + "resource_mappings": {}, + "resourcearn_mappings": { + "Instance": "${InstanceArn}" + } + } + ], + "SSOAdmin.ListApplicationAuthenticationMethods": [ + { + "action": "sso:ListApplicationAuthenticationMethods", + "resource_mappings": {}, + "resourcearn_mappings": { + "Application": "${ApplicationArn}" + } + } + ], + "SSOAdmin.ListApplicationGrants": [ + { + "action": "sso:ListApplicationGrants", + "resource_mappings": {}, + "resourcearn_mappings": { + "Application": "${ApplicationArn}" + } + } + ], + "SSOAdmin.ListApplicationProviders": [ + { + "action": "sso:ListApplicationProviders", + "resource_mappings": { + "ApplicationProviderId": { + "template": "*" + } + } + } + ], + "SSOAdmin.ListApplications": [ + { + "action": "sso:ListApplications", + "resource_mappings": {} + } + ], + "SSOAdmin.ListTrustedTokenIssuers": [ + { + "action": "sso:ListTrustedTokenIssuers", + "resource_mappings": {}, + "resourcearn_mappings": { + "Instance": "${InstanceArn}" + } + } + ], + "SSOAdmin.PutApplicationAccessScope": [ + { + "action": "sso:PutApplicationAccessScope", + "resource_mappings": {}, + "resourcearn_mappings": { + "Application": "${ApplicationArn}" + } + } + ], + "SSOAdmin.PutApplicationAssignmentConfiguration": [ + { + "action": "sso:PutApplicationAssignmentConfiguration", + "resource_mappings": {}, + "resourcearn_mappings": { + "Application": "${ApplicationArn}" + } + } + ], + "SSOAdmin.PutApplicationAuthenticationMethod": [ + { + "action": "sso:PutApplicationAuthenticationMethod", + "resource_mappings": {}, + "resourcearn_mappings": { + "Application": "${ApplicationArn}" + } + } + ], + "SSOAdmin.PutApplicationGrant": [ + { + "action": "sso:PutApplicationGrant", + "resource_mappings": {}, + "resourcearn_mappings": { + "Application": "${ApplicationArn}" + } + } + ], + "SSOAdmin.UpdateApplication": [ + { + "action": "sso:UpdateApplication", + "resource_mappings": {}, + "resourcearn_mappings": { + "Application": "${ApplicationArn}" + } + } + ], + "SSOAdmin.UpdateInstance": [ + { + "action": "sso:UpdateInstance", + "resource_mappings": {}, + "resourcearn_mappings": { + "Instance": "${InstanceArn}" + } + } + ], + "SSOAdmin.UpdateTrustedTokenIssuer": [ + { + "action": "sso:UpdateTrustedTokenIssuer", + "resource_mappings": {}, + "resourcearn_mappings": { + "TrustedTokenIssuer": "${TrustedTokenIssuerArn}" + } + } + ], + "AppIntegrations.CreateApplication": [ + { + "action": "app-integrations:CreateApplication", + "resource_mappings": { + "ApplicationId": { + "template": "*" + } + } + }, + { + "action": "iam:AttachRolePolicy", + "resource_mappings": { + "RoleNameWithPath": { + "template": "*" + } + } + }, + { + "action": "iam:CreateServiceLinkedRole", + "resource_mappings": { + "RoleNameWithPath": { + "template": "*" + } + } + }, + { + "action": "iam:PutRolePolicy", + "resource_mappings": { + "RoleNameWithPath": { + "template": "*" + } + } + } + ], + "AppIntegrations.GetApplication": [ + { + "action": "app-integrations:GetApplication", + "resource_mappings": {}, + "resourcearn_mappings": { + "application": "${Arn}" + } + } + ], + "AppIntegrations.ListApplications": [ + { + "action": "app-integrations:ListApplications", + "resource_mappings": {} + } + ], + "AppIntegrations.UpdateApplication": [ + { + "action": "app-integrations:UpdateApplication", + "resource_mappings": {}, + "resourcearn_mappings": { + "application": "${Arn}" + } + } + ], + "CustomerProfiles.DetectProfileObjectType": [ + { + "action": "profile:DetectProfileObjectType", + "resource_mappings": { + "DomainName": { + "template": "${DomainName}" + } + } + } + ], + "Amp.CreateScraper": [ + { + "action": "aps:CreateScraper", + "resource_mappings": { + "ClusterName": { + "template": "*" + } + }, + "resourcearn_mappings": { + "workspace": "${destination.ampConfiguration.workspaceArn}" + } + }, + { + "action": "aps:TagResource", + "resource_mappings": { + "WorkspaceId": { + "template": "*" + }, + "Namespace": { + "template": "*" + }, + "ScraperId": { + "template": "*" + } + } + }, + { + "action": "ec2:DescribeSecurityGroups", + "resource_mappings": {} + }, + { + "action": "ec2:DescribeSubnets", + "resource_mappings": {} + }, + { + "action": "eks:DescribeCluster", + "resource_mappings": { + "ClusterName": { + "template": "*" + } + } + }, + { + "action": "iam:CreateServiceLinkedRole", + "resource_mappings": { + "RoleNameWithPath": { + "template": "*" + } + } + } + ], + "Amp.DeleteScraper": [ + { + "action": "aps:DeleteScraper", + "resource_mappings": { + "ScraperId": { + "template": "${scraperId}" + } + } + } + ], + "Amp.DescribeScraper": [ + { + "action": "aps:DescribeScraper", + "resource_mappings": { + "ScraperId": { + "template": "${scraperId}" + } + } + } + ], + "Amp.GetDefaultScraperConfiguration": [ + { + "action": "aps:GetDefaultScraperConfiguration", + "resource_mappings": {} + } + ], + "Amp.ListScrapers": [ + { + "action": "aps:ListScrapers", + "resource_mappings": {} + } + ], + "WellArchitected.CreateReviewTemplate": [ + { + "action": "wellarchitected:CreateReviewTemplate", + "resource_mappings": {} + } + ], + "WellArchitected.CreateTemplateShare": [ + { + "action": "wellarchitected:CreateTemplateShare", + "resource_mappings": {}, + "resourcearn_mappings": { + "review-template": "${TemplateArn}" + } + } + ], + "WellArchitected.DeleteReviewTemplate": [ + { + "action": "wellarchitected:DeleteReviewTemplate", + "resource_mappings": {}, + "resourcearn_mappings": { + "review-template": "${TemplateArn}" + } + } + ], + "WellArchitected.DeleteTemplateShare": [ + { + "action": "wellarchitected:DeleteTemplateShare", + "resource_mappings": {}, + "resourcearn_mappings": { + "review-template": "${TemplateArn}" + } + } + ], + "WellArchitected.GetReviewTemplate": [ + { + "action": "wellarchitected:GetReviewTemplate", + "resource_mappings": {}, + "resourcearn_mappings": { + "review-template": "${TemplateArn}" + } + } + ], + "WellArchitected.GetReviewTemplateAnswer": [ + { + "action": "wellarchitected:GetReviewTemplateAnswer", + "resource_mappings": {}, + "resourcearn_mappings": { + "review-template": "${TemplateArn}" + } + } + ], + "WellArchitected.GetReviewTemplateLensReview": [ + { + "action": "wellarchitected:GetReviewTemplateLensReview", + "resource_mappings": {}, + "resourcearn_mappings": { + "review-template": "${TemplateArn}" + } + } + ], + "WellArchitected.ListReviewTemplateAnswers": [ + { + "action": "wellarchitected:ListReviewTemplateAnswers", + "resource_mappings": {}, + "resourcearn_mappings": { + "review-template": "${TemplateArn}" + } + } + ], + "WellArchitected.ListReviewTemplates": [ + { + "action": "wellarchitected:ListReviewTemplates", + "resource_mappings": {} + } + ], + "WellArchitected.ListTemplateShares": [ + { + "action": "wellarchitected:ListTemplateShares", + "resource_mappings": {}, + "resourcearn_mappings": { + "review-template": "${TemplateArn}" + } + } + ], + "WellArchitected.UpdateReviewTemplate": [ + { + "action": "wellarchitected:UpdateReviewTemplate", + "resource_mappings": {}, + "resourcearn_mappings": { + "review-template": "${TemplateArn}" + } + } + ], + "WellArchitected.UpdateReviewTemplateAnswer": [ + { + "action": "wellarchitected:UpdateReviewTemplateAnswer", + "resource_mappings": {}, + "resourcearn_mappings": { + "review-template": "${TemplateArn}" + } + } + ], + "WellArchitected.UpdateReviewTemplateLensReview": [ + { + "action": "wellarchitected:UpdateReviewTemplateLensReview", + "resource_mappings": {}, + "resourcearn_mappings": { + "review-template": "${TemplateArn}" + } + } + ], + "WellArchitected.UpgradeReviewTemplateLensReview": [ + { + "action": "wellarchitected:UpgradeReviewTemplateLensReview", + "resource_mappings": {}, + "resourcearn_mappings": { + "review-template": "${TemplateArn}" + } + } + ], + "LexModelsV2.DescribeBotResourceGeneration": [ + { + "action": "lex:DescribeBotResourceGeneration", + "resource_mappings": { + "BotId": { + "template": "${botId}" + } + } + } + ], + "LexModelsV2.GenerateBotElement": [ + { + "action": "lex:GenerateBotElement", + "resource_mappings": { + "BotId": { + "template": "${botId}" + } + } + } + ], + "LexModelsV2.ListBotResourceGenerations": [ + { + "action": "lex:ListBotResourceGenerations", + "resource_mappings": { + "BotId": { + "template": "${botId}" + } + } + } + ], + "LexModelsV2.StartBotResourceGeneration": [ + { + "action": "lex:StartBotResourceGeneration", + "resource_mappings": { + "BotId": { + "template": "${botId}" + } + } + } + ], + "LexModelsV2.StartTestSetGeneration": [ + { + "action": "lex:StartTestSetGeneration", + "resource_mappings": { + "TestSetId": { + "template": "*" + } + } + } + ], + "Fis.CreateTargetAccountConfiguration": [ + { + "action": "fis:CreateTargetAccountConfiguration", + "resource_mappings": { + "Id": { + "template": "${experimentTemplateId}" + } + } + } + ], + "Fis.DeleteTargetAccountConfiguration": [ + { + "action": "fis:DeleteTargetAccountConfiguration", + "resource_mappings": { + "Id": { + "template": "${experimentTemplateId}" + } + } + } + ], + "Fis.GetExperimentTargetAccountConfiguration": [ + { + "action": "fis:GetExperimentTargetAccountConfiguration", + "resource_mappings": { + "Id": { + "template": "${experimentId}" + } + } + } + ], + "Fis.GetTargetAccountConfiguration": [ + { + "action": "fis:GetTargetAccountConfiguration", + "resource_mappings": { + "Id": { + "template": "${experimentTemplateId}" + } + } + } + ], + "Fis.ListExperimentResolvedTargets": [ + { + "action": "fis:ListExperimentResolvedTargets", + "resource_mappings": { + "Id": { + "template": "${experimentId}" + } + } + } + ], + "Fis.ListExperimentTargetAccountConfigurations": [ + { + "action": "fis:ListExperimentTargetAccountConfigurations", + "resource_mappings": { + "Id": { + "template": "${experimentId}" + } + } + } + ], + "Fis.ListTargetAccountConfigurations": [ + { + "action": "fis:ListTargetAccountConfigurations", + "resource_mappings": { + "Id": { + "template": "${experimentTemplateId}" + } + } + } + ], + "Fis.UpdateTargetAccountConfiguration": [ + { + "action": "fis:UpdateTargetAccountConfiguration", + "resource_mappings": { + "Id": { + "template": "${experimentTemplateId}" + } + } + } + ], + "Mgn.CreateConnector": [ + { + "action": "mgn:CreateConnector", + "resource_mappings": {} + } + ], + "Mgn.DeleteConnector": [ + { + "action": "mgn:DeleteConnector", + "resource_mappings": { + "ConnectorID": { + "template": "${connectorID}" + } + } + } + ], + "Mgn.ListConnectors": [ + { + "action": "mgn:ListConnectors", + "resource_mappings": {} + } + ], + "Mgn.UpdateConnector": [ + { + "action": "mgn:UpdateConnector", + "resource_mappings": { + "ConnectorID": { + "template": "${connectorID}" + } + } + } + ], + "Mgn.UpdateSourceServer": [ + { + "action": "mgn:UpdateSourceServer", + "resource_mappings": { + "SourceServerID": { + "template": "${sourceServerID}" + } + } + } + ], + "LookoutEquipment.CreateRetrainingScheduler": [ + { + "action": "lookoutequipment:CreateRetrainingScheduler", + "resource_mappings": { + "ModelName": { + "template": "${ModelName}" + }, + "ModelId": { + "template": "*" + } + } + } + ], + "LookoutEquipment.DeleteRetrainingScheduler": [ + { + "action": "lookoutequipment:DeleteRetrainingScheduler", + "resource_mappings": { + "ModelName": { + "template": "${ModelName}" + }, + "ModelId": { + "template": "*" + } + } + } + ], + "LookoutEquipment.DescribeRetrainingScheduler": [ + { + "action": "lookoutequipment:DescribeRetrainingScheduler", + "resource_mappings": { + "ModelName": { + "template": "${ModelName}" + }, + "ModelId": { + "template": "*" + } + } + } + ], + "LookoutEquipment.ListRetrainingSchedulers": [ + { + "action": "lookoutequipment:ListRetrainingSchedulers", + "resource_mappings": {} + } + ], + "LookoutEquipment.StartRetrainingScheduler": [ + { + "action": "lookoutequipment:StartRetrainingScheduler", + "resource_mappings": { + "ModelName": { + "template": "${ModelName}" + }, + "ModelId": { + "template": "*" + } + } + } + ], + "LookoutEquipment.StopRetrainingScheduler": [ + { + "action": "lookoutequipment:StopRetrainingScheduler", + "resource_mappings": { + "ModelName": { + "template": "${ModelName}" + }, + "ModelId": { + "template": "*" + } + } + } + ], + "LookoutEquipment.UpdateModel": [ + { + "action": "lookoutequipment:UpdateModel", + "resource_mappings": { + "ModelName": { + "template": "${ModelName}" + }, + "ModelId": { + "template": "*" + } + } + } + ], + "LookoutEquipment.UpdateRetrainingScheduler": [ + { + "action": "lookoutequipment:UpdateRetrainingScheduler", + "resource_mappings": { + "ModelName": { + "template": "${ModelName}" + }, + "ModelId": { + "template": "*" + } + } + } + ], + "Finspace.ListKxVolumes": [ + { + "action": "finspace:ListKxVolumes", + "resource_mappings": { + "EnvironmentId": { + "template": "${environmentId}" + } + } + } + ], + "SSMIncidents.BatchGetIncidentFindings": [ + { + "action": "ssm-incidents:BatchGetIncidentFindings", + "resource_mappings": { + "ResponsePlan": { + "template": "*" + } + }, + "resourcearn_mappings": { + "incident-record": "${incidentRecordArn}" + } + } + ], + "SSMIncidents.ListIncidentFindings": [ + { + "action": "ssm-incidents:ListIncidentFindings", + "resource_mappings": { + "ResponsePlan": { + "template": "*" + } + }, + "resourcearn_mappings": { + "incident-record": "${incidentRecordArn}" + } + } + ], + "AppRunner.ListServicesForAutoScalingConfiguration": [ + { + "action": "apprunner:ListServicesForAutoScalingConfiguration", + "resource_mappings": {}, + "resourcearn_mappings": { + "autoscalingconfiguration": "${AutoScalingConfigurationArn}" + } + } + ], + "AppRunner.UpdateDefaultAutoScalingConfiguration": [ + { + "action": "apprunner:UpdateDefaultAutoScalingConfiguration", + "resource_mappings": {}, + "resourcearn_mappings": { + "autoscalingconfiguration": "${AutoScalingConfigurationArn}" + } + } + ], + "Route53RecoveryControlConfig.GetResourcePolicy": [ + { + "action": "route53-recovery-control-config:GetResourcePolicy", + "resource_mappings": {}, + "resourcearn_mappings": { + "cluster": "${ResourceArn}" + } + } + ], + "OpenSearch.AddDataSource": [ + { + "action": "es:AddDataSource", + "resource_mappings": { + "DomainName": { + "template": "${DomainName}" + } + } + } + ], + "OpenSearch.DeleteDataSource": [ + { + "action": "es:DeleteDataSource", + "resource_mappings": { + "DomainName": { + "template": "${DomainName}" + } + } + } + ], + "OpenSearch.GetDataSource": [ + { + "action": "es:GetDataSource", + "resource_mappings": { + "DomainName": { + "template": "${DomainName}" + } + } + } + ], + "OpenSearch.GetDomainMaintenanceStatus": [ + { + "action": "es:GetDomainMaintenanceStatus", + "resource_mappings": { + "DomainName": { + "template": "${DomainName}" + } + } + } + ], + "OpenSearch.ListDataSources": [ + { + "action": "es:ListDataSources", + "resource_mappings": { + "DomainName": { + "template": "${DomainName}" + } + } + } + ], + "OpenSearch.ListDomainMaintenances": [ + { + "action": "es:ListDomainMaintenances", + "resource_mappings": { + "DomainName": { + "template": "${DomainName}" + } + } + } + ], + "OpenSearch.StartDomainMaintenance": [ + { + "action": "es:StartDomainMaintenance", + "resource_mappings": { + "DomainName": { + "template": "${DomainName}" + } + } + } + ], + "OpenSearch.UpdateDataSource": [ + { + "action": "es:UpdateDataSource", + "resource_mappings": { + "DomainName": { + "template": "${DomainName}" + } + } + } + ], + "Wisdom.CreateQuickResponse": [ + { + "action": "wisdom:CreateQuickResponse", + "resource_mappings": { + "KnowledgeBaseId": { + "template": "${knowledgeBaseId}" + } + } + } + ], + "Wisdom.DeleteImportJob": [ + { + "action": "wisdom:DeleteImportJob", + "resource_mappings": { + "KnowledgeBaseId": { + "template": "${knowledgeBaseId}" + } + } + } + ], + "Wisdom.DeleteQuickResponse": [ + { + "action": "wisdom:DeleteQuickResponse", + "resource_mappings": { + "KnowledgeBaseId": { + "template": "${knowledgeBaseId}" + }, + "QuickResponseId": { + "template": "${quickResponseId}" + } + } + } + ], + "Wisdom.GetImportJob": [ + { + "action": "wisdom:GetImportJob", + "resource_mappings": { + "KnowledgeBaseId": { + "template": "${knowledgeBaseId}" + } + } + } + ], + "Wisdom.GetQuickResponse": [ + { + "action": "wisdom:GetQuickResponse", + "resource_mappings": { + "KnowledgeBaseId": { + "template": "${knowledgeBaseId}" + }, + "QuickResponseId": { + "template": "${quickResponseId}" + } + } + } + ], + "Wisdom.ListImportJobs": [ + { + "action": "wisdom:ListImportJobs", + "resource_mappings": { + "KnowledgeBaseId": { + "template": "${knowledgeBaseId}" + } + } + } + ], + "Wisdom.ListQuickResponses": [ + { + "action": "wisdom:ListQuickResponses", + "resource_mappings": { + "KnowledgeBaseId": { + "template": "${knowledgeBaseId}" + } + } + } + ], + "Wisdom.SearchQuickResponses": [ + { + "action": "wisdom:SearchQuickResponses", + "resource_mappings": { + "KnowledgeBaseId": { + "template": "${knowledgeBaseId}" + } + } + }, + { + "action": "wisdom:GetQuickResponse", + "resource_mappings": { + "KnowledgeBaseId": { + "template": "${knowledgeBaseId}" + }, + "QuickResponseId": { + "template": "*" + } + } + } + ], + "Wisdom.StartImportJob": [ + { + "action": "wisdom:StartImportJob", + "resource_mappings": { + "KnowledgeBaseId": { + "template": "${knowledgeBaseId}" + } + } + } + ], + "Wisdom.UpdateQuickResponse": [ + { + "action": "wisdom:UpdateQuickResponse", + "resource_mappings": { + "KnowledgeBaseId": { + "template": "${knowledgeBaseId}" + }, + "QuickResponseId": { + "template": "${quickResponseId}" + } + } + } + ], + "MigrationHubStrategy.ListAnalyzableServers": [ + { + "action": "migrationhub-strategy:ListAnalyzableServers", + "resource_mappings": {} + } + ], + "IoTTwinMaker.CancelMetadataTransferJob": [ + { + "action": "iottwinmaker:CancelMetadataTransferJob", + "resource_mappings": { + "MetadataTransferJobId": { + "template": "${metadataTransferJobId}" + } + } + } + ], + "IoTTwinMaker.CreateMetadataTransferJob": [ + { + "action": "iottwinmaker:CreateMetadataTransferJob", + "resource_mappings": {} + } + ], + "IoTTwinMaker.GetMetadataTransferJob": [ + { + "action": "iottwinmaker:GetMetadataTransferJob", + "resource_mappings": { + "MetadataTransferJobId": { + "template": "${metadataTransferJobId}" + } + } + } + ], + "IoTTwinMaker.ListComponents": [ + { + "action": "iottwinmaker:ListComponents", + "resource_mappings": { + "WorkspaceId": { + "template": "${workspaceId}" + }, + "EntityId": { + "template": "${entityId}" + } + } + } + ], + "IoTTwinMaker.ListMetadataTransferJobs": [ + { + "action": "iottwinmaker:ListMetadataTransferJobs", + "resource_mappings": {} + } + ], + "IoTTwinMaker.ListProperties": [ + { + "action": "iottwinmaker:ListProperties", + "resource_mappings": { + "WorkspaceId": { + "template": "${workspaceId}" + }, + "EntityId": { + "template": "${entityId}" + } + } + } + ], + "RedshiftServerless.CreateCustomDomainAssociation": [ + { + "action": "redshift-serverless:CreateCustomDomainAssociation", + "resource_mappings": { + "WorkgroupId": { + "template": "*" + } + } + }, + { + "action": "acm:DescribeCertificate", + "resource_mappings": {}, + "resourcearn_mappings": { + "certificate": "${customDomainCertificateArn}" + } + } + ], + "RedshiftServerless.CreateScheduledAction": [ + { + "action": "redshift-serverless:CreateScheduledAction", + "resource_mappings": { + "NamespaceId": { + "template": "*" + } + } + } + ], + "RedshiftServerless.CreateSnapshotCopyConfiguration": [ + { + "action": "redshift-serverless:CreateSnapshotCopyConfiguration", + "resource_mappings": { + "NamespaceId": { + "template": "*" + } + } + } + ], + "RedshiftServerless.DeleteCustomDomainAssociation": [ + { + "action": "redshift-serverless:DeleteCustomDomainAssociation", + "resource_mappings": { + "WorkgroupId": { + "template": "*" + } + } + } + ], + "RedshiftServerless.DeleteScheduledAction": [ + { + "action": "redshift-serverless:DeleteScheduledAction", + "resource_mappings": {} + } + ], + "RedshiftServerless.DeleteSnapshotCopyConfiguration": [ + { + "action": "redshift-serverless:DeleteSnapshotCopyConfiguration", + "resource_mappings": {} + } + ], + "RedshiftServerless.GetCustomDomainAssociation": [ + { + "action": "redshift-serverless:GetCustomDomainAssociation", + "resource_mappings": { + "WorkgroupId": { + "template": "*" + } + } + } + ], + "RedshiftServerless.GetScheduledAction": [ + { + "action": "redshift-serverless:GetScheduledAction", + "resource_mappings": {} + } + ], + "RedshiftServerless.ListCustomDomainAssociations": [ + { + "action": "redshift-serverless:ListCustomDomainAssociations", + "resource_mappings": {} + } + ], + "RedshiftServerless.ListScheduledActions": [ + { + "action": "redshift-serverless:ListScheduledActions", + "resource_mappings": {} + } + ], + "RedshiftServerless.ListSnapshotCopyConfigurations": [ + { + "action": "redshift-serverless:ListSnapshotCopyConfigurations", + "resource_mappings": { + "NamespaceId": { + "template": "*" + } + } + } + ], + "RedshiftServerless.RestoreTableFromRecoveryPoint": [ + { + "action": "redshift-serverless:RestoreTableFromRecoveryPoint", + "resource_mappings": { + "NamespaceId": { + "template": "*" + }, + "RecoveryPointId": { + "template": "${recoveryPointId}" + } + } + } + ], + "RedshiftServerless.UpdateCustomDomainAssociation": [ + { + "action": "redshift-serverless:UpdateCustomDomainAssociation", + "resource_mappings": { + "WorkgroupId": { + "template": "*" + } + } + }, + { + "action": "acm:DescribeCertificate", + "resource_mappings": {}, + "resourcearn_mappings": { + "certificate": "${customDomainCertificateArn}" + } + } + ], + "RedshiftServerless.UpdateScheduledAction": [ + { + "action": "redshift-serverless:UpdateScheduledAction", + "resource_mappings": {} + } + ], + "RedshiftServerless.UpdateSnapshotCopyConfiguration": [ + { + "action": "redshift-serverless:UpdateSnapshotCopyConfiguration", + "resource_mappings": {} + } + ], + "ControlTower.CreateLandingZone": [ + { + "action": "controltower:CreateLandingZone", + "resource_mappings": {} + }, + { + "action": "controltower:TagResource", + "resource_mappings": { + "EnabledControlId": { + "template": "*" + }, + "LandingZoneId": { + "template": "*" + } + } + } + ], + "ControlTower.DeleteLandingZone": [ + { + "action": "controltower:DeleteLandingZone", + "resource_mappings": { + "LandingZoneId": { + "template": "${landingZoneIdentifier}" + } + } + } + ], + "ControlTower.GetEnabledControl": [ + { + "action": "controltower:GetEnabledControl", + "resource_mappings": { + "EnabledControlId": { + "template": "${enabledControlIdentifier}" + } + } + } + ], + "ControlTower.GetLandingZone": [ + { + "action": "controltower:GetLandingZone", + "resource_mappings": { + "LandingZoneId": { + "template": "${landingZoneIdentifier}" + } + } + } + ], + "ControlTower.GetLandingZoneOperation": [ + { + "action": "controltower:GetLandingZoneOperation", + "resource_mappings": {} + } + ], + "ControlTower.ListLandingZones": [ + { + "action": "controltower:ListLandingZones", + "resource_mappings": {} + } + ], + "ControlTower.ListTagsForResource": [ + { + "action": "controltower:ListTagsForResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "EnabledControl": "%%iftemplatematch%${resourceArn}%%", + "LandingZone": "%%iftemplatematch%${resourceArn}%%" + } + } + ], + "ControlTower.ResetLandingZone": [ + { + "action": "controltower:ResetLandingZone", + "resource_mappings": { + "LandingZoneId": { + "template": "${landingZoneIdentifier}" + } + } + } + ], + "ControlTower.TagResource": [ + { + "action": "controltower:TagResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "EnabledControl": "%%iftemplatematch%${resourceArn}%%", + "LandingZone": "%%iftemplatematch%${resourceArn}%%" + } + } + ], + "ControlTower.UntagResource": [ + { + "action": "controltower:UntagResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "EnabledControl": "%%iftemplatematch%${resourceArn}%%", + "LandingZone": "%%iftemplatematch%${resourceArn}%%" + } + } + ], + "ControlTower.UpdateEnabledControl": [ + { + "action": "controltower:UpdateEnabledControl", + "resource_mappings": { + "EnabledControlId": { + "template": "${enabledControlIdentifier}" + } + } + } + ], + "ControlTower.UpdateLandingZone": [ + { + "action": "controltower:UpdateLandingZone", + "resource_mappings": { + "LandingZoneId": { + "template": "${landingZoneIdentifier}" + } + } + } + ], + "IoTFleetWise.GetEncryptionConfiguration": [ + { + "action": "iotfleetwise:GetEncryptionConfiguration", + "resource_mappings": {} + } + ], + "IoTFleetWise.PutEncryptionConfiguration": [ + { + "action": "iotfleetwise:PutEncryptionConfiguration", + "resource_mappings": {} + } + ], + "ResourceExplorer2.GetAccountLevelServiceConfiguration": [ + { + "action": "resource-explorer-2:GetAccountLevelServiceConfiguration", + "resource_mappings": {} + } + ], + "ResourceExplorer2.ListIndexesForMembers": [ + { + "action": "resource-explorer-2:ListIndexesForMembers", + "resource_mappings": {} + } + ], + "ARCZonalShift.ListAutoshifts": [ + { + "action": "arc-zonal-shift:ListAutoshifts", + "resource_mappings": {} + } + ], + "CleanRooms.CreatePrivacyBudgetTemplate": [ + { + "action": "cleanrooms:CreatePrivacyBudgetTemplate", + "resource_mappings": { + "MembershipId": { + "template": "${membershipIdentifier}" + }, + "PrivacyBudgetTemplateId": { + "template": "*" + } + } + } + ], + "CleanRooms.DeletePrivacyBudgetTemplate": [ + { + "action": "cleanrooms:DeletePrivacyBudgetTemplate", + "resource_mappings": { + "MembershipId": { + "template": "${membershipIdentifier}" + }, + "PrivacyBudgetTemplateId": { + "template": "${privacyBudgetTemplateIdentifier}" + } + } + } + ], + "CleanRooms.GetCollaborationConfiguredAudienceModelAssociation": [ + { + "action": "cleanrooms:GetCollaborationConfiguredAudienceModelAssociation", + "resource_mappings": { + "CollaborationId": { + "template": "${collaborationIdentifier}" + }, + "MembershipId": { + "template": "${collaborationIdentifier}" + }, + "ConfiguredAudienceModelAssociationId": { + "template": "${configuredAudienceModelAssociationIdentifier}" + } + } + } + ], + "CleanRooms.GetConfiguredAudienceModelAssociation": [ + { + "action": "cleanrooms:GetConfiguredAudienceModelAssociation", + "resource_mappings": { + "MembershipId": { + "template": "${membershipIdentifier}" + }, + "ConfiguredAudienceModelAssociationId": { + "template": "${configuredAudienceModelAssociationIdentifier}" + } + } + } + ], + "CleanRooms.GetPrivacyBudgetTemplate": [ + { + "action": "cleanrooms:GetPrivacyBudgetTemplate", + "resource_mappings": { + "MembershipId": { + "template": "${membershipIdentifier}" + }, + "PrivacyBudgetTemplateId": { + "template": "${privacyBudgetTemplateIdentifier}" + } + } + } + ], + "CleanRooms.ListCollaborationConfiguredAudienceModelAssociations": [ + { + "action": "cleanrooms:ListCollaborationConfiguredAudienceModelAssociations", + "resource_mappings": { + "CollaborationId": { + "template": "${collaborationIdentifier}" + } + } + } + ], + "CleanRooms.ListCollaborationPrivacyBudgetTemplates": [ + { + "action": "cleanrooms:ListCollaborationPrivacyBudgetTemplates", + "resource_mappings": { + "CollaborationId": { + "template": "${collaborationIdentifier}" + } + } + } + ], + "CleanRooms.ListCollaborationPrivacyBudgets": [ + { + "action": "cleanrooms:ListCollaborationPrivacyBudgets", + "resource_mappings": { + "CollaborationId": { + "template": "${collaborationIdentifier}" + } + } + } + ], + "CleanRooms.ListConfiguredAudienceModelAssociations": [ + { + "action": "cleanrooms:ListConfiguredAudienceModelAssociations", + "resource_mappings": { + "MembershipId": { + "template": "${membershipIdentifier}" + }, + "ConfiguredAudienceModelAssociationId": { + "template": "*" + } + } + } + ], + "CleanRooms.ListPrivacyBudgetTemplates": [ + { + "action": "cleanrooms:ListPrivacyBudgetTemplates", + "resource_mappings": { + "MembershipId": { + "template": "${membershipIdentifier}" + }, + "PrivacyBudgetTemplateId": { + "template": "*" + } + } + } + ], + "CleanRooms.ListPrivacyBudgets": [ + { + "action": "cleanrooms:ListPrivacyBudgets", + "resource_mappings": { + "MembershipId": { + "template": "${membershipIdentifier}" + } + } + } + ], + "CleanRooms.PreviewPrivacyImpact": [ + { + "action": "cleanrooms:PreviewPrivacyImpact", + "resource_mappings": { + "MembershipId": { + "template": "${membershipIdentifier}" + } + } + } + ], + "CleanRooms.UpdateConfiguredAudienceModelAssociation": [ + { + "action": "cleanrooms:UpdateConfiguredAudienceModelAssociation", + "resource_mappings": { + "MembershipId": { + "template": "${membershipIdentifier}" + }, + "ConfiguredAudienceModelAssociationId": { + "template": "${configuredAudienceModelAssociationIdentifier}" + } + } + } + ], + "CleanRooms.UpdatePrivacyBudgetTemplate": [ + { + "action": "cleanrooms:UpdatePrivacyBudgetTemplate", + "resource_mappings": { + "MembershipId": { + "template": "${membershipIdentifier}" + }, + "PrivacyBudgetTemplateId": { + "template": "${privacyBudgetTemplateIdentifier}" + } + } + } + ], + "InternetMonitor.GetQueryResults": [ + { + "action": "internetmonitor:GetQueryResults", + "resource_mappings": { + "MonitorName": { + "template": "${MonitorName}" + } + } + } + ], + "InternetMonitor.GetQueryStatus": [ + { + "action": "internetmonitor:GetQueryStatus", + "resource_mappings": { + "MonitorName": { + "template": "${MonitorName}" + } + } + } + ], + "InternetMonitor.StartQuery": [ + { + "action": "internetmonitor:StartQuery", + "resource_mappings": { + "MonitorName": { + "template": "${MonitorName}" + } + } + } + ], + "InternetMonitor.StopQuery": [ + { + "action": "internetmonitor:StopQuery", + "resource_mappings": { + "MonitorName": { + "template": "${MonitorName}" + } + } + } + ], + "EntityResolution.CreateIdMappingWorkflow": [ + { + "action": "entityresolution:CreateIdMappingWorkflow", + "resource_mappings": {} + } + ], + "EntityResolution.DeleteIdMappingWorkflow": [ + { + "action": "entityresolution:DeleteIdMappingWorkflow", + "resource_mappings": { + "WorkflowName": { + "template": "${workflowName}" + } + } + } + ], + "EntityResolution.GetIdMappingJob": [ + { + "action": "entityresolution:GetIdMappingJob", + "resource_mappings": { + "WorkflowName": { + "template": "${workflowName}" + } + } + } + ], + "EntityResolution.GetIdMappingWorkflow": [ + { + "action": "entityresolution:GetIdMappingWorkflow", + "resource_mappings": { + "WorkflowName": { + "template": "${workflowName}" + } + } + } + ], + "EntityResolution.GetProviderService": [ + { + "action": "entityresolution:GetProviderService", + "resource_mappings": { + "ProviderName": { + "template": "${providerName}" + }, + "ProviderServiceName": { + "template": "${providerServiceName}" + } + } + } + ], + "EntityResolution.ListIdMappingJobs": [ + { + "action": "entityresolution:ListIdMappingJobs", + "resource_mappings": { + "WorkflowName": { + "template": "${workflowName}" + } + } + } + ], + "EntityResolution.ListIdMappingWorkflows": [ + { + "action": "entityresolution:ListIdMappingWorkflows", + "resource_mappings": {} + } + ], + "EntityResolution.ListProviderServices": [ + { + "action": "entityresolution:ListProviderServices", + "resource_mappings": { + "ProviderName": { + "template": "${providerName}" + }, + "ProviderServiceName": { + "template": "*" + } + } + } + ], + "EntityResolution.StartIdMappingJob": [ + { + "action": "entityresolution:StartIdMappingJob", + "resource_mappings": { + "WorkflowName": { + "template": "${workflowName}" + } + } + } + ], + "EntityResolution.UpdateIdMappingWorkflow": [ + { + "action": "entityresolution:UpdateIdMappingWorkflow", + "resource_mappings": { + "WorkflowName": { + "template": "${workflowName}" + } + } + } + ], + "EntityResolution.UpdateSchemaMapping": [ + { + "action": "entityresolution:UpdateSchemaMapping", + "resource_mappings": { + "SchemaName": { + "template": "${schemaName}" + } + } + } + ], + "Bedrock.DeleteCustomModel": [ + { + "action": "bedrock:DeleteCustomModel", + "resource_mappings": { + "ResourceId": { + "template": "${modelIdentifier}" + } + } + } + ], + "Bedrock.DeleteModelInvocationLoggingConfiguration": [ + { + "action": "bedrock:DeleteModelInvocationLoggingConfiguration", + "resource_mappings": {} + } + ], + "Bedrock.DeleteProvisionedModelThroughput": [ + { + "action": "bedrock:DeleteProvisionedModelThroughput", + "resource_mappings": { + "ResourceId": { + "template": "${provisionedModelId}" + } + } + } + ], + "Bedrock.GetCustomModel": [ + { + "action": "bedrock:GetCustomModel", + "resource_mappings": { + "ResourceId": { + "template": "${modelIdentifier}" + } + } + } + ], + "Bedrock.GetFoundationModel": [ + { + "action": "bedrock:GetFoundationModel", + "resource_mappings": { + "ResourceId": { + "template": "${modelIdentifier}" + } + } + } + ], + "Bedrock.GetModelCustomizationJob": [ + { + "action": "bedrock:GetModelCustomizationJob", + "resource_mappings": { + "ResourceId": { + "template": "${jobIdentifier}" + } + } + } + ], + "Bedrock.GetModelInvocationLoggingConfiguration": [ + { + "action": "bedrock:GetModelInvocationLoggingConfiguration", + "resource_mappings": {} + } + ], + "Bedrock.GetProvisionedModelThroughput": [ + { + "action": "bedrock:GetProvisionedModelThroughput", + "resource_mappings": { + "ResourceId": { + "template": "${provisionedModelId}" + } + } + } + ], + "Bedrock.ListCustomModels": [ + { + "action": "bedrock:ListCustomModels", + "resource_mappings": {} + } + ], + "Bedrock.ListFoundationModels": [ + { + "action": "bedrock:ListFoundationModels", + "resource_mappings": {} + } + ], + "Bedrock.ListModelCustomizationJobs": [ + { + "action": "bedrock:ListModelCustomizationJobs", + "resource_mappings": {} + } + ], + "Bedrock.ListProvisionedModelThroughputs": [ + { + "action": "bedrock:ListProvisionedModelThroughputs", + "resource_mappings": {} + } + ], + "Bedrock.ListTagsForResource": [ + { + "action": "bedrock:ListTagsForResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "agent": "%%iftemplatematch%${resourceARN}%%", + "agent-alias": "%%iftemplatematch%${resourceARN}%%", + "custom-model": "%%iftemplatematch%${resourceARN}%%", + "guardrail": "%%iftemplatematch%${resourceARN}%%", + "knowledge-base": "%%iftemplatematch%${resourceARN}%%", + "model-customization-job": "%%iftemplatematch%${resourceARN}%%", + "model-evaluation-job": "%%iftemplatematch%${resourceARN}%%", + "model-invocation-job": "%%iftemplatematch%${resourceARN}%%", + "provisioned-model": "%%iftemplatematch%${resourceARN}%%" + } + } + ], + "Bedrock.PutModelInvocationLoggingConfiguration": [ + { + "action": "bedrock:PutModelInvocationLoggingConfiguration", + "resource_mappings": {} + } + ], + "Bedrock.StopModelCustomizationJob": [ + { + "action": "bedrock:StopModelCustomizationJob", + "resource_mappings": { + "ResourceId": { + "template": "${jobIdentifier}" + } + } + } + ], + "Bedrock.TagResource": [ + { + "action": "bedrock:TagResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "agent": "%%iftemplatematch%${resourceARN}%%", + "agent-alias": "%%iftemplatematch%${resourceARN}%%", + "custom-model": "%%iftemplatematch%${resourceARN}%%", + "guardrail": "%%iftemplatematch%${resourceARN}%%", + "knowledge-base": "%%iftemplatematch%${resourceARN}%%", + "model-customization-job": "%%iftemplatematch%${resourceARN}%%", + "model-evaluation-job": "%%iftemplatematch%${resourceARN}%%", + "model-invocation-job": "%%iftemplatematch%${resourceARN}%%", + "provisioned-model": "%%iftemplatematch%${resourceARN}%%" + } + } + ], + "Bedrock.UntagResource": [ + { + "action": "bedrock:UntagResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "agent": "%%iftemplatematch%${resourceARN}%%", + "agent-alias": "%%iftemplatematch%${resourceARN}%%", + "custom-model": "%%iftemplatematch%${resourceARN}%%", + "guardrail": "%%iftemplatematch%${resourceARN}%%", + "knowledge-base": "%%iftemplatematch%${resourceARN}%%", + "model-customization-job": "%%iftemplatematch%${resourceARN}%%", + "model-evaluation-job": "%%iftemplatematch%${resourceARN}%%", + "model-invocation-job": "%%iftemplatematch%${resourceARN}%%", + "provisioned-model": "%%iftemplatematch%${resourceARN}%%" + } + } + ], + "DataZone.AcceptPredictions": [ + { + "action": "datazone:AcceptPredictions", + "resource_mappings": {} + } + ], + "DataZone.AcceptSubscriptionRequest": [ + { + "action": "datazone:AcceptSubscriptionRequest", + "resource_mappings": {} + } + ], + "DataZone.CancelSubscription": [ + { + "action": "datazone:CancelSubscription", + "resource_mappings": {} + } + ], + "DataZone.CreateAsset": [ + { + "action": "datazone:CreateAsset", + "resource_mappings": {} + } + ], + "DataZone.CreateAssetRevision": [ + { + "action": "datazone:CreateAssetRevision", + "resource_mappings": {} + } + ], + "DataZone.CreateAssetType": [ + { + "action": "datazone:CreateAssetType", + "resource_mappings": {} + } + ], + "DataZone.CreateDataSource": [ + { + "action": "datazone:CreateDataSource", + "resource_mappings": {} + } + ], + "DataZone.CreateDomain": [ + { + "action": "datazone:CreateDomain", + "resource_mappings": {} + } + ], + "DataZone.CreateEnvironment": [ + { + "action": "datazone:CreateEnvironment", + "resource_mappings": {} + } + ], + "DataZone.CreateEnvironmentProfile": [ + { + "action": "datazone:CreateEnvironmentProfile", + "resource_mappings": {} + } + ], + "DataZone.CreateFormType": [ + { + "action": "datazone:CreateFormType", + "resource_mappings": {} + } + ], + "DataZone.CreateGlossary": [ + { + "action": "datazone:CreateGlossary", + "resource_mappings": {} + } + ], + "DataZone.CreateGlossaryTerm": [ + { + "action": "datazone:CreateGlossaryTerm", + "resource_mappings": {} + } + ], + "DataZone.CreateGroupProfile": [ + { + "action": "datazone:CreateGroupProfile", + "resource_mappings": {} + } + ], + "DataZone.CreateListingChangeSet": [ + { + "action": "datazone:CreateListingChangeSet", + "resource_mappings": {} + } + ], + "DataZone.CreateProject": [ + { + "action": "datazone:CreateProject", + "resource_mappings": {} + } + ], + "DataZone.CreateProjectMembership": [ + { + "action": "datazone:CreateProjectMembership", + "resource_mappings": {} + } + ], + "DataZone.CreateSubscriptionGrant": [ + { + "action": "datazone:CreateSubscriptionGrant", + "resource_mappings": {} + } + ], + "DataZone.CreateSubscriptionRequest": [ + { + "action": "datazone:CreateSubscriptionRequest", + "resource_mappings": {} + } + ], + "DataZone.CreateSubscriptionTarget": [ + { + "action": "datazone:CreateSubscriptionTarget", + "resource_mappings": {} + } + ], + "DataZone.CreateUserProfile": [ + { + "action": "datazone:CreateUserProfile", + "resource_mappings": {} + } + ], + "DataZone.DeleteAsset": [ + { + "action": "datazone:DeleteAsset", + "resource_mappings": {} + } + ], + "DataZone.DeleteAssetType": [ + { + "action": "datazone:DeleteAssetType", + "resource_mappings": {} + } + ], + "DataZone.DeleteDataSource": [ + { + "action": "datazone:DeleteDataSource", + "resource_mappings": {} + } + ], + "DataZone.DeleteDomain": [ + { + "action": "datazone:DeleteDomain", + "resource_mappings": { + "DomainId": { + "template": "${identifier}" + } + } + } + ], + "DataZone.DeleteEnvironment": [ + { + "action": "datazone:DeleteEnvironment", + "resource_mappings": {} + } + ], + "DataZone.DeleteEnvironmentBlueprintConfiguration": [ + { + "action": "datazone:DeleteEnvironmentBlueprintConfiguration", + "resource_mappings": {} + } + ], + "DataZone.DeleteEnvironmentProfile": [ + { + "action": "datazone:DeleteEnvironmentProfile", + "resource_mappings": {} + } + ], + "DataZone.DeleteFormType": [ + { + "action": "datazone:DeleteFormType", + "resource_mappings": {} + } + ], + "DataZone.DeleteGlossary": [ + { + "action": "datazone:DeleteGlossary", + "resource_mappings": {} + } + ], + "DataZone.DeleteGlossaryTerm": [ + { + "action": "datazone:DeleteGlossaryTerm", + "resource_mappings": {} + } + ], + "DataZone.DeleteListing": [ + { + "action": "datazone:DeleteListing", + "resource_mappings": {} + } + ], + "DataZone.DeleteProject": [ + { + "action": "datazone:DeleteProject", + "resource_mappings": {} + } + ], + "DataZone.DeleteProjectMembership": [ + { + "action": "datazone:DeleteProjectMembership", + "resource_mappings": {} + } + ], + "DataZone.DeleteSubscriptionGrant": [ + { + "action": "datazone:DeleteSubscriptionGrant", + "resource_mappings": {} + } + ], + "DataZone.DeleteSubscriptionRequest": [ + { + "action": "datazone:DeleteSubscriptionRequest", + "resource_mappings": {} + } + ], + "DataZone.DeleteSubscriptionTarget": [ + { + "action": "datazone:DeleteSubscriptionTarget", + "resource_mappings": {} + } + ], + "DataZone.GetAsset": [ + { + "action": "datazone:GetAsset", + "resource_mappings": {} + } + ], + "DataZone.GetAssetType": [ + { + "action": "datazone:GetAssetType", + "resource_mappings": {} + } + ], + "DataZone.GetDataSource": [ + { + "action": "datazone:GetDataSource", + "resource_mappings": {} + } + ], + "DataZone.GetDataSourceRun": [ + { + "action": "datazone:GetDataSourceRun", + "resource_mappings": {} + } + ], + "DataZone.GetDomain": [ + { + "action": "datazone:GetDomain", + "resource_mappings": { + "DomainId": { + "template": "${identifier}" + } + } + } + ], + "DataZone.GetEnvironment": [ + { + "action": "datazone:GetEnvironment", + "resource_mappings": {} + } + ], + "DataZone.GetEnvironmentBlueprint": [ + { + "action": "datazone:GetEnvironmentBlueprint", + "resource_mappings": {} + } + ], + "DataZone.GetEnvironmentBlueprintConfiguration": [ + { + "action": "datazone:GetEnvironmentBlueprintConfiguration", + "resource_mappings": {} + } + ], + "DataZone.GetEnvironmentProfile": [ + { + "action": "datazone:GetEnvironmentProfile", + "resource_mappings": {} + } + ], + "DataZone.GetFormType": [ + { + "action": "datazone:GetFormType", + "resource_mappings": {} + } + ], + "DataZone.GetGlossary": [ + { + "action": "datazone:GetGlossary", + "resource_mappings": {} + } + ], + "DataZone.GetGlossaryTerm": [ + { + "action": "datazone:GetGlossaryTerm", + "resource_mappings": {} + } + ], + "DataZone.GetGroupProfile": [ + { + "action": "datazone:GetGroupProfile", + "resource_mappings": {} + } + ], + "DataZone.GetIamPortalLoginUrl": [ + { + "action": "datazone:GetIamPortalLoginUrl", + "resource_mappings": {} + } + ], + "DataZone.GetListing": [ + { + "action": "datazone:GetListing", + "resource_mappings": {} + } + ], + "DataZone.GetProject": [ + { + "action": "datazone:GetProject", + "resource_mappings": {} + } + ], + "DataZone.GetSubscription": [ + { + "action": "datazone:GetSubscription", + "resource_mappings": {} + } + ], + "DataZone.GetSubscriptionGrant": [ + { + "action": "datazone:GetSubscriptionGrant", + "resource_mappings": {} + } + ], + "DataZone.GetSubscriptionRequestDetails": [ + { + "action": "datazone:GetSubscriptionRequestDetails", + "resource_mappings": {} + } + ], + "DataZone.GetSubscriptionTarget": [ + { + "action": "datazone:GetSubscriptionTarget", + "resource_mappings": {} + } + ], + "DataZone.GetUserProfile": [ + { + "action": "datazone:GetUserProfile", + "resource_mappings": {} + } + ], + "DataZone.ListAssetRevisions": [ + { + "action": "datazone:ListAssetRevisions", + "resource_mappings": {} + } + ], + "DataZone.ListDataSourceRunActivities": [ + { + "action": "datazone:ListDataSourceRunActivities", + "resource_mappings": {} + } + ], + "DataZone.ListDataSourceRuns": [ + { + "action": "datazone:ListDataSourceRuns", + "resource_mappings": {} + } + ], + "DataZone.ListDataSources": [ + { + "action": "datazone:ListDataSources", + "resource_mappings": {} + } + ], + "DataZone.ListDomains": [ + { + "action": "datazone:ListDomains", + "resource_mappings": {} + } + ], + "DataZone.ListEnvironmentBlueprintConfigurations": [ + { + "action": "datazone:ListEnvironmentBlueprintConfigurations", + "resource_mappings": {} + } + ], + "DataZone.ListEnvironmentBlueprints": [ + { + "action": "datazone:ListEnvironmentBlueprints", + "resource_mappings": {} + } + ], + "DataZone.ListEnvironmentProfiles": [ + { + "action": "datazone:ListEnvironmentProfiles", + "resource_mappings": {} + } + ], + "DataZone.ListEnvironments": [ + { + "action": "datazone:ListEnvironments", + "resource_mappings": {} + } + ], + "DataZone.ListNotifications": [ + { + "action": "datazone:ListNotifications", + "resource_mappings": {} + } + ], + "DataZone.ListProjectMemberships": [ + { + "action": "datazone:ListProjectMemberships", + "resource_mappings": {} + } + ], + "DataZone.ListProjects": [ + { + "action": "datazone:ListProjects", + "resource_mappings": {} + } + ], + "DataZone.ListSubscriptionGrants": [ + { + "action": "datazone:ListSubscriptionGrants", + "resource_mappings": {} + } + ], + "DataZone.ListSubscriptionRequests": [ + { + "action": "datazone:ListSubscriptionRequests", + "resource_mappings": {} + } + ], + "DataZone.ListSubscriptionTargets": [ + { + "action": "datazone:ListSubscriptionTargets", + "resource_mappings": {} + } + ], + "DataZone.ListSubscriptions": [ + { + "action": "datazone:ListSubscriptions", + "resource_mappings": {} + } + ], + "DataZone.ListTagsForResource": [ + { + "action": "datazone:ListTagsForResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "domain": "%%iftemplatematch%${resourceArn}%%" + } + } + ], + "DataZone.PutEnvironmentBlueprintConfiguration": [ + { + "action": "datazone:PutEnvironmentBlueprintConfiguration", + "resource_mappings": {} + } + ], + "DataZone.RejectPredictions": [ + { + "action": "datazone:RejectPredictions", + "resource_mappings": {} + } + ], + "DataZone.RejectSubscriptionRequest": [ + { + "action": "datazone:RejectSubscriptionRequest", + "resource_mappings": {} + } + ], + "DataZone.RevokeSubscription": [ + { + "action": "datazone:RevokeSubscription", + "resource_mappings": {} + } + ], + "DataZone.Search": [ + { + "action": "datazone:Search", + "resource_mappings": {} + } + ], + "DataZone.SearchGroupProfiles": [ + { + "action": "datazone:SearchGroupProfiles", + "resource_mappings": {} + } + ], + "DataZone.SearchListings": [ + { + "action": "datazone:SearchListings", + "resource_mappings": {} + } + ], + "DataZone.SearchTypes": [ + { + "action": "datazone:SearchTypes", + "resource_mappings": {} + } + ], + "DataZone.SearchUserProfiles": [ + { + "action": "datazone:SearchUserProfiles", + "resource_mappings": {} + } + ], + "DataZone.StartDataSourceRun": [ + { + "action": "datazone:StartDataSourceRun", + "resource_mappings": {} + } + ], + "DataZone.TagResource": [ + { + "action": "datazone:TagResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "domain": "%%iftemplatematch%${resourceArn}%%" + } + } + ], + "DataZone.UntagResource": [ + { + "action": "datazone:UntagResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "domain": "%%iftemplatematch%${resourceArn}%%" + } + } + ], + "DataZone.UpdateDataSource": [ + { + "action": "datazone:UpdateDataSource", + "resource_mappings": {} + } + ], + "DataZone.UpdateDomain": [ + { + "action": "datazone:UpdateDomain", + "resource_mappings": { + "DomainId": { + "template": "${identifier}" + } + } + } + ], + "DataZone.UpdateEnvironment": [ + { + "action": "datazone:UpdateEnvironment", + "resource_mappings": {} + } + ], + "DataZone.UpdateEnvironmentProfile": [ + { + "action": "datazone:UpdateEnvironmentProfile", + "resource_mappings": {} + } + ], + "DataZone.UpdateGlossary": [ + { + "action": "datazone:UpdateGlossary", + "resource_mappings": {} + } + ], + "DataZone.UpdateGlossaryTerm": [ + { + "action": "datazone:UpdateGlossaryTerm", + "resource_mappings": {} + } + ], + "DataZone.UpdateGroupProfile": [ + { + "action": "datazone:UpdateGroupProfile", + "resource_mappings": {} + } + ], + "DataZone.UpdateProject": [ + { + "action": "datazone:UpdateProject", + "resource_mappings": {} + } + ], + "DataZone.UpdateSubscriptionGrantStatus": [ + { + "action": "datazone:UpdateSubscriptionGrantStatus", + "resource_mappings": {} + } + ], + "DataZone.UpdateSubscriptionRequest": [ + { + "action": "datazone:UpdateSubscriptionRequest", + "resource_mappings": {} + } + ], + "DataZone.UpdateSubscriptionTarget": [ + { + "action": "datazone:UpdateSubscriptionTarget", + "resource_mappings": {} + } + ], + "DataZone.UpdateUserProfile": [ + { + "action": "datazone:UpdateUserProfile", + "resource_mappings": {} + } + ], + "TrustedAdvisor.GetOrganizationRecommendation": [ + { + "action": "trustedadvisor:GetOrganizationRecommendation", + "resource_mappings": {} + } + ], + "TrustedAdvisor.GetRecommendation": [ + { + "action": "trustedadvisor:GetRecommendation", + "resource_mappings": {} + } + ], + "TrustedAdvisor.ListChecks": [ + { + "action": "trustedadvisor:ListChecks", + "resource_mappings": {} + } + ], + "TrustedAdvisor.ListOrganizationRecommendationAccounts": [ + { + "action": "trustedadvisor:ListOrganizationRecommendationAccounts", + "resource_mappings": {} + } + ], + "TrustedAdvisor.ListOrganizationRecommendationResources": [ + { + "action": "trustedadvisor:ListOrganizationRecommendationResources", + "resource_mappings": {} + } + ], + "TrustedAdvisor.ListOrganizationRecommendations": [ + { + "action": "trustedadvisor:ListOrganizationRecommendations", + "resource_mappings": {} + } + ], + "TrustedAdvisor.ListRecommendationResources": [ + { + "action": "trustedadvisor:ListRecommendationResources", + "resource_mappings": {} + } + ], + "TrustedAdvisor.ListRecommendations": [ + { + "action": "trustedadvisor:ListRecommendations", + "resource_mappings": {} + } + ], + "TrustedAdvisor.UpdateOrganizationRecommendationLifecycle": [ + { + "action": "trustedadvisor:UpdateOrganizationRecommendationLifecycle", + "resource_mappings": {} + } + ], + "TrustedAdvisor.UpdateRecommendationLifecycle": [ + { + "action": "trustedadvisor:UpdateRecommendationLifecycle", + "resource_mappings": {} + } + ], + "FreeTier.GetFreeTierUsage": [ + { + "action": "freetier:GetFreeTierUsage", + "resource_mappings": {} + } + ], + "Repostspace.CreateSpace": [ + { + "action": "repostspace:CreateSpace", + "resource_mappings": {} + } + ], + "Repostspace.DeleteSpace": [ + { + "action": "repostspace:DeleteSpace", + "resource_mappings": { + "ResourceId": { + "template": "${spaceId}" + } + } + } + ], + "Repostspace.DeregisterAdmin": [ + { + "action": "repostspace:DeregisterAdmin", + "resource_mappings": { + "ResourceId": { + "template": "${spaceId}" + } + } + } + ], + "Repostspace.GetSpace": [ + { + "action": "repostspace:GetSpace", + "resource_mappings": { + "ResourceId": { + "template": "${spaceId}" + } + } + } + ], + "Repostspace.ListSpaces": [ + { + "action": "repostspace:ListSpaces", + "resource_mappings": {} + } + ], + "Repostspace.ListTagsForResource": [ + { + "action": "repostspace:ListTagsForResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "space": "%%iftemplatematch%${resourceArn}%%" + } + } + ], + "Repostspace.RegisterAdmin": [ + { + "action": "repostspace:RegisterAdmin", + "resource_mappings": { + "ResourceId": { + "template": "${spaceId}" + } + } + } + ], + "Repostspace.SendInvites": [ + { + "action": "repostspace:SendInvites", + "resource_mappings": { + "ResourceId": { + "template": "${spaceId}" + } + } + } + ], + "Repostspace.TagResource": [ + { + "action": "repostspace:TagResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "space": "%%iftemplatematch%${resourceArn}%%" + } + } + ], + "Repostspace.UntagResource": [ + { + "action": "repostspace:UntagResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "space": "%%iftemplatematch%${resourceArn}%%" + } + } + ], + "Repostspace.UpdateSpace": [ + { + "action": "repostspace:UpdateSpace", + "resource_mappings": { + "ResourceId": { + "template": "${spaceId}" + } + } + } + ], + "B2bi.CreateProfile": [ + { + "action": "b2bi:CreateProfile", + "resource_mappings": {} + } + ], + "B2bi.CreateTransformer": [ + { + "action": "b2bi:CreateTransformer", + "resource_mappings": {} + } + ], + "B2bi.DeleteCapability": [ + { + "action": "b2bi:DeleteCapability", + "resource_mappings": { + "ResourceId": { + "template": "${capabilityId}" + } + } + } + ], + "B2bi.DeletePartnership": [ + { + "action": "b2bi:DeletePartnership", + "resource_mappings": { + "ResourceId": { + "template": "${partnershipId}" + } + } + } + ], + "B2bi.DeleteProfile": [ + { + "action": "b2bi:DeleteProfile", + "resource_mappings": { + "ResourceId": { + "template": "${profileId}" + } + } + } + ], + "B2bi.DeleteTransformer": [ + { + "action": "b2bi:DeleteTransformer", + "resource_mappings": { + "ResourceId": { + "template": "${transformerId}" + } + } + } + ], + "B2bi.GetCapability": [ + { + "action": "b2bi:GetCapability", + "resource_mappings": { + "ResourceId": { + "template": "${capabilityId}" + } + } + } + ], + "B2bi.GetPartnership": [ + { + "action": "b2bi:GetPartnership", + "resource_mappings": { + "ResourceId": { + "template": "${partnershipId}" + } + } + } + ], + "B2bi.GetProfile": [ + { + "action": "b2bi:GetProfile", + "resource_mappings": { + "ResourceId": { + "template": "${profileId}" + } + } + } + ], + "B2bi.GetTransformer": [ + { + "action": "b2bi:GetTransformer", + "resource_mappings": { + "ResourceId": { + "template": "${transformerId}" + } + } + } + ], + "B2bi.GetTransformerJob": [ + { + "action": "b2bi:GetTransformerJob", + "resource_mappings": { + "ResourceId": { + "template": "${transformerId}" + } + } + } + ], + "B2bi.ListCapabilities": [ + { + "action": "b2bi:ListCapabilities", + "resource_mappings": {} + } + ], + "B2bi.ListPartnerships": [ + { + "action": "b2bi:ListPartnerships", + "resource_mappings": {} + } + ], + "B2bi.ListProfiles": [ + { + "action": "b2bi:ListProfiles", + "resource_mappings": {} + } + ], + "B2bi.ListTagsForResource": [ + { + "action": "b2bi:ListTagsForResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "capability": "%%iftemplatematch%${ResourceARN}%%", + "partnership": "%%iftemplatematch%${ResourceARN}%%", + "profile": "%%iftemplatematch%${ResourceARN}%%", + "transformer": "%%iftemplatematch%${ResourceARN}%%" + } + } + ], + "B2bi.ListTransformers": [ + { + "action": "b2bi:ListTransformers", + "resource_mappings": {} + } + ], + "B2bi.StartTransformerJob": [ + { + "action": "b2bi:StartTransformerJob", + "resource_mappings": { + "ResourceId": { + "template": "${transformerId}" + } + } + } + ], + "B2bi.TagResource": [ + { + "action": "b2bi:TagResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "capability": "%%iftemplatematch%${ResourceARN}%%", + "partnership": "%%iftemplatematch%${ResourceARN}%%", + "profile": "%%iftemplatematch%${ResourceARN}%%", + "transformer": "%%iftemplatematch%${ResourceARN}%%" + } + } + ], + "B2bi.TestMapping": [ + { + "action": "b2bi:TestMapping", + "resource_mappings": { + "ResourceId": { + "template": "*" + } + } + } + ], + "B2bi.TestParsing": [ + { + "action": "b2bi:TestParsing", + "resource_mappings": { + "ResourceId": { + "template": "*" + } + } + } + ], + "B2bi.UntagResource": [ + { + "action": "b2bi:UntagResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "capability": "%%iftemplatematch%${ResourceARN}%%", + "partnership": "%%iftemplatematch%${ResourceARN}%%", + "profile": "%%iftemplatematch%${ResourceARN}%%", + "transformer": "%%iftemplatematch%${ResourceARN}%%" + } + } + ], + "B2bi.UpdateProfile": [ + { + "action": "b2bi:UpdateProfile", + "resource_mappings": { + "ResourceId": { + "template": "${profileId}" + } + } + } + ], + "B2bi.UpdateTransformer": [ + { + "action": "b2bi:UpdateTransformer", + "resource_mappings": { + "ResourceId": { + "template": "${transformerId}" + } + } + } + ], + "QBusiness.BatchDeleteDocument": [ + { + "action": "qbusiness:BatchDeleteDocument", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "IndexId": { + "template": "${indexId}" + } + } + } + ], + "QBusiness.BatchPutDocument": [ + { + "action": "qbusiness:BatchPutDocument", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "IndexId": { + "template": "${indexId}" + } + } + } + ], + "QBusiness.ChatSync": [ + { + "action": "qbusiness:ChatSync", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.CreateApplication": [ + { + "action": "qbusiness:CreateApplication", + "resource_mappings": {} + } + ], + "QBusiness.CreateDataSource": [ + { + "action": "qbusiness:CreateDataSource", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "IndexId": { + "template": "${indexId}" + } + } + } + ], + "QBusiness.CreateIndex": [ + { + "action": "qbusiness:CreateIndex", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.CreatePlugin": [ + { + "action": "qbusiness:CreatePlugin", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.CreateRetriever": [ + { + "action": "qbusiness:CreateRetriever", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.CreateUser": [ + { + "action": "qbusiness:CreateUser", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.CreateWebExperience": [ + { + "action": "qbusiness:CreateWebExperience", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.DeleteApplication": [ + { + "action": "qbusiness:DeleteApplication", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.DeleteChatControlsConfiguration": [ + { + "action": "qbusiness:DeleteChatControlsConfiguration", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.DeleteConversation": [ + { + "action": "qbusiness:DeleteConversation", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.DeleteDataSource": [ + { + "action": "qbusiness:DeleteDataSource", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "IndexId": { + "template": "${indexId}" + }, + "DataSourceId": { + "template": "${dataSourceId}" + } + } + } + ], + "QBusiness.DeleteGroup": [ + { + "action": "qbusiness:DeleteGroup", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "IndexId": { + "template": "${indexId}" + } + } + } + ], + "QBusiness.DeleteIndex": [ + { + "action": "qbusiness:DeleteIndex", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "IndexId": { + "template": "${indexId}" + } + } + } + ], + "QBusiness.DeletePlugin": [ + { + "action": "qbusiness:DeletePlugin", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "PluginId": { + "template": "${pluginId}" + } + } + } + ], + "QBusiness.DeleteRetriever": [ + { + "action": "qbusiness:DeleteRetriever", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "RetrieverId": { + "template": "${retrieverId}" + } + } + } + ], + "QBusiness.DeleteUser": [ + { + "action": "qbusiness:DeleteUser", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.DeleteWebExperience": [ + { + "action": "qbusiness:DeleteWebExperience", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "WebExperienceId": { + "template": "${webExperienceId}" + } + } + } + ], + "QBusiness.GetApplication": [ + { + "action": "qbusiness:GetApplication", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.GetChatControlsConfiguration": [ + { + "action": "qbusiness:GetChatControlsConfiguration", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.GetDataSource": [ + { + "action": "qbusiness:GetDataSource", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "IndexId": { + "template": "${indexId}" + }, + "DataSourceId": { + "template": "${dataSourceId}" + } + } + } + ], + "QBusiness.GetGroup": [ + { + "action": "qbusiness:GetGroup", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "IndexId": { + "template": "${indexId}" + } + } + } + ], + "QBusiness.GetIndex": [ + { + "action": "qbusiness:GetIndex", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "IndexId": { + "template": "${indexId}" + } + } + } + ], + "QBusiness.GetPlugin": [ + { + "action": "qbusiness:GetPlugin", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "PluginId": { + "template": "${pluginId}" + } + } + } + ], + "QBusiness.GetRetriever": [ + { + "action": "qbusiness:GetRetriever", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "RetrieverId": { + "template": "${retrieverId}" + } + } + } + ], + "QBusiness.GetUser": [ + { + "action": "qbusiness:GetUser", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.GetWebExperience": [ + { + "action": "qbusiness:GetWebExperience", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "WebExperienceId": { + "template": "${webExperienceId}" + } + } + } + ], + "QBusiness.ListApplications": [ + { + "action": "qbusiness:ListApplications", + "resource_mappings": {} + } + ], + "QBusiness.ListConversations": [ + { + "action": "qbusiness:ListConversations", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.ListDataSourceSyncJobs": [ + { + "action": "qbusiness:ListDataSourceSyncJobs", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "IndexId": { + "template": "${indexId}" + }, + "DataSourceId": { + "template": "${dataSourceId}" + } + } + } + ], + "QBusiness.ListDataSources": [ + { + "action": "qbusiness:ListDataSources", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "IndexId": { + "template": "${indexId}" + } + } + } + ], + "QBusiness.ListDocuments": [ + { + "action": "qbusiness:ListDocuments", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "IndexId": { + "template": "${indexId}" + } + } + } + ], + "QBusiness.ListGroups": [ + { + "action": "qbusiness:ListGroups", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "IndexId": { + "template": "${indexId}" + } + } + } + ], + "QBusiness.ListIndices": [ + { + "action": "qbusiness:ListIndices", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.ListMessages": [ + { + "action": "qbusiness:ListMessages", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.ListPlugins": [ + { + "action": "qbusiness:ListPlugins", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.ListRetrievers": [ + { + "action": "qbusiness:ListRetrievers", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.ListTagsForResource": [ + { + "action": "qbusiness:ListTagsForResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "application": "%%iftemplatematch%${resourceARN}%%", + "data-source": "%%iftemplatematch%${resourceARN}%%", + "index": "%%iftemplatematch%${resourceARN}%%", + "plugin": "%%iftemplatematch%${resourceARN}%%", + "retriever": "%%iftemplatematch%${resourceARN}%%", + "web-experience": "%%iftemplatematch%${resourceARN}%%" + } + } + ], + "QBusiness.ListWebExperiences": [ + { + "action": "qbusiness:ListWebExperiences", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.PutFeedback": [ + { + "action": "qbusiness:PutFeedback", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.PutGroup": [ + { + "action": "qbusiness:PutGroup", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "IndexId": { + "template": "${indexId}" + } + } + } + ], + "QBusiness.StartDataSourceSyncJob": [ + { + "action": "qbusiness:StartDataSourceSyncJob", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "IndexId": { + "template": "${indexId}" + }, + "DataSourceId": { + "template": "${dataSourceId}" + } + } + } + ], + "QBusiness.StopDataSourceSyncJob": [ + { + "action": "qbusiness:StopDataSourceSyncJob", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "IndexId": { + "template": "${indexId}" + }, + "DataSourceId": { + "template": "${dataSourceId}" + } + } + } + ], + "QBusiness.TagResource": [ + { + "action": "qbusiness:TagResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "application": "%%iftemplatematch%${resourceARN}%%", + "data-source": "%%iftemplatematch%${resourceARN}%%", + "index": "%%iftemplatematch%${resourceARN}%%", + "plugin": "%%iftemplatematch%${resourceARN}%%", + "retriever": "%%iftemplatematch%${resourceARN}%%", + "web-experience": "%%iftemplatematch%${resourceARN}%%" + } + } + ], + "QBusiness.UntagResource": [ + { + "action": "qbusiness:UntagResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "application": "%%iftemplatematch%${resourceARN}%%", + "data-source": "%%iftemplatematch%${resourceARN}%%", + "index": "%%iftemplatematch%${resourceARN}%%", + "plugin": "%%iftemplatematch%${resourceARN}%%", + "retriever": "%%iftemplatematch%${resourceARN}%%", + "web-experience": "%%iftemplatematch%${resourceARN}%%" + } + } + ], + "QBusiness.UpdateApplication": [ + { + "action": "qbusiness:UpdateApplication", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.UpdateChatControlsConfiguration": [ + { + "action": "qbusiness:UpdateChatControlsConfiguration", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.UpdateDataSource": [ + { + "action": "qbusiness:UpdateDataSource", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "IndexId": { + "template": "${indexId}" + }, + "DataSourceId": { + "template": "${dataSourceId}" + } + } + } + ], + "QBusiness.UpdateIndex": [ + { + "action": "qbusiness:UpdateIndex", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "IndexId": { + "template": "${indexId}" + } + } + } + ], + "QBusiness.UpdatePlugin": [ + { + "action": "qbusiness:UpdatePlugin", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "PluginId": { + "template": "${pluginId}" + } + } + } + ], + "QBusiness.UpdateRetriever": [ + { + "action": "qbusiness:UpdateRetriever", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "RetrieverId": { + "template": "${retrieverId}" + } + } + } + ], + "QBusiness.UpdateUser": [ + { + "action": "qbusiness:UpdateUser", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + } + } + } + ], + "QBusiness.UpdateWebExperience": [ + { + "action": "qbusiness:UpdateWebExperience", + "resource_mappings": { + "ApplicationId": { + "template": "${applicationId}" + }, + "WebExperienceId": { + "template": "${webExperienceId}" + } + } + } + ], + "CleanRoomsML.CreateTrainingDataset": [ + { + "action": "cleanrooms-ml:CreateTrainingDataset", + "resource_mappings": {} + } + ], + "CleanRoomsML.DeleteAudienceGenerationJob": [ + { + "action": "cleanrooms-ml:DeleteAudienceGenerationJob", + "resource_mappings": {}, + "resourcearn_mappings": { + "audiencegenerationjob": "${audienceGenerationJobArn}" + } + } + ], + "CleanRoomsML.DeleteAudienceModel": [ + { + "action": "cleanrooms-ml:DeleteAudienceModel", + "resource_mappings": {}, + "resourcearn_mappings": { + "audiencemodel": "${audienceModelArn}" + } + } + ], + "CleanRoomsML.DeleteConfiguredAudienceModel": [ + { + "action": "cleanrooms-ml:DeleteConfiguredAudienceModel", + "resource_mappings": {}, + "resourcearn_mappings": { + "configuredaudiencemodel": "${configuredAudienceModelArn}" + } + } + ], + "CleanRoomsML.DeleteConfiguredAudienceModelPolicy": [ + { + "action": "cleanrooms-ml:DeleteConfiguredAudienceModelPolicy", + "resource_mappings": {}, + "resourcearn_mappings": { + "configuredaudiencemodel": "${configuredAudienceModelArn}" + } + } + ], + "CleanRoomsML.DeleteTrainingDataset": [ + { + "action": "cleanrooms-ml:DeleteTrainingDataset", + "resource_mappings": {}, + "resourcearn_mappings": { + "trainingdataset": "${trainingDatasetArn}" + } + } + ], + "CleanRoomsML.GetAudienceGenerationJob": [ + { + "action": "cleanrooms-ml:GetAudienceGenerationJob", + "resource_mappings": {}, + "resourcearn_mappings": { + "audiencegenerationjob": "${audienceGenerationJobArn}" + } + } + ], + "CleanRoomsML.GetAudienceModel": [ + { + "action": "cleanrooms-ml:GetAudienceModel", + "resource_mappings": {}, + "resourcearn_mappings": { + "audiencemodel": "${audienceModelArn}" + } + } + ], + "CleanRoomsML.GetConfiguredAudienceModel": [ + { + "action": "cleanrooms-ml:GetConfiguredAudienceModel", + "resource_mappings": {}, + "resourcearn_mappings": { + "configuredaudiencemodel": "${configuredAudienceModelArn}" + } + } + ], + "CleanRoomsML.GetConfiguredAudienceModelPolicy": [ + { + "action": "cleanrooms-ml:GetConfiguredAudienceModelPolicy", + "resource_mappings": {}, + "resourcearn_mappings": { + "configuredaudiencemodel": "${configuredAudienceModelArn}" + } + } + ], + "CleanRoomsML.GetTrainingDataset": [ + { + "action": "cleanrooms-ml:GetTrainingDataset", + "resource_mappings": {}, + "resourcearn_mappings": { + "trainingdataset": "${trainingDatasetArn}" + } + } + ], + "CleanRoomsML.ListAudienceExportJobs": [ + { + "action": "cleanrooms-ml:ListAudienceExportJobs", + "resource_mappings": {}, + "resourcearn_mappings": { + "audiencegenerationjob": "${audienceGenerationJobArn}" + } + } + ], + "CleanRoomsML.ListAudienceGenerationJobs": [ + { + "action": "cleanrooms-ml:ListAudienceGenerationJobs", + "resource_mappings": {}, + "resourcearn_mappings": { + "configuredaudiencemodel": "${configuredAudienceModelArn}" + } + } + ], + "CleanRoomsML.ListAudienceModels": [ + { + "action": "cleanrooms-ml:ListAudienceModels", + "resource_mappings": {} + } + ], + "CleanRoomsML.ListConfiguredAudienceModels": [ + { + "action": "cleanrooms-ml:ListConfiguredAudienceModels", + "resource_mappings": {} + } + ], + "CleanRoomsML.ListTagsForResource": [ + { + "action": "cleanrooms-ml:ListTagsForResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "audiencegenerationjob": "%%iftemplatematch%${resourceArn}%%", + "audiencemodel": "%%iftemplatematch%${resourceArn}%%", + "configuredaudiencemodel": "%%iftemplatematch%${resourceArn}%%", + "trainingdataset": "%%iftemplatematch%${resourceArn}%%" + } + } + ], + "CleanRoomsML.ListTrainingDatasets": [ + { + "action": "cleanrooms-ml:ListTrainingDatasets", + "resource_mappings": {} + } + ], + "CleanRoomsML.PutConfiguredAudienceModelPolicy": [ + { + "action": "cleanrooms-ml:PutConfiguredAudienceModelPolicy", + "resource_mappings": {}, + "resourcearn_mappings": { + "configuredaudiencemodel": "${configuredAudienceModelArn}" + } + } + ], + "CleanRoomsML.StartAudienceExportJob": [ + { + "action": "cleanrooms-ml:StartAudienceExportJob", + "resource_mappings": {}, + "resourcearn_mappings": { + "audiencegenerationjob": "${audienceGenerationJobArn}" + } + } + ], + "CleanRoomsML.StartAudienceGenerationJob": [ + { + "action": "cleanrooms-ml:StartAudienceGenerationJob", + "resource_mappings": {}, + "resourcearn_mappings": { + "configuredaudiencemodel": "${configuredAudienceModelArn}" + } + } + ], + "CleanRoomsML.TagResource": [ + { + "action": "cleanrooms-ml:TagResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "audiencegenerationjob": "%%iftemplatematch%${resourceArn}%%", + "audiencemodel": "%%iftemplatematch%${resourceArn}%%", + "configuredaudiencemodel": "%%iftemplatematch%${resourceArn}%%", + "trainingdataset": "%%iftemplatematch%${resourceArn}%%" + } + } + ], + "CleanRoomsML.UntagResource": [ + { + "action": "cleanrooms-ml:UnTagResource", + "resource_mappings": {}, + "resourcearn_mappings": { + "audiencegenerationjob": "%%iftemplatematch%${resourceArn}%%", + "audiencemodel": "%%iftemplatematch%${resourceArn}%%", + "configuredaudiencemodel": "%%iftemplatematch%${resourceArn}%%", + "trainingdataset": "%%iftemplatematch%${resourceArn}%%" + } + } + ], + "CleanRoomsML.UpdateConfiguredAudienceModel": [ + { + "action": "cleanrooms-ml:UpdateConfiguredAudienceModel", + "resource_mappings": {}, + "resourcearn_mappings": { + "configuredaudiencemodel": "${configuredAudienceModelArn}", + "audiencemodel": "${audienceModelArn}" + } + } + ], + "Iot.CreateCertificateProvider": [ + { + "action": "iot:CreateCertificateProvider", + "undocumented": true, + "arn_override": { + "template": "arn:${Partition}:iot:${Region}:${Account}:certificateprovider/${certificateProviderName}" + } + } + ], + "Iot.DeleteCertificateProvider": [ + { + "action": "iot:DeleteCertificateProvider", + "undocumented": true, + "arn_override": { + "template": "arn:${Partition}:iot:${Region}:${Account}:certificateprovider/${certificateProviderName}" + } + } + ], + "Iot.DescribeCertificateProvider": [ + { + "action": "iot:DescribeCertificateProvider", + "undocumented": true, + "arn_override": { + "template": "arn:${Partition}:iot:${Region}:${Account}:certificateprovider/${certificateProviderName}" + } + } + ], + "Iot.ListCertificateProviders": [ + { + "action": "iot:ListCertificateProviders", + "undocumented": true, + "arn_override": { + "template": "*" + } + } + ], + "Iot.UpdateCertificateProvider": [ + { + "action": "iot:UpdateCertificateProvider", + "undocumented": true, + "arn_override": { + "template": "arn:${Partition}:iot:${Region}:${Account}:certificateprovider/${certificateProviderName}" + } + } + ], + "SageMaker.DeleteCompilationJob": [ + { + "action": "sagemaker:DeleteCompilationJob", + "undocumented": true, + "arn_override": { + "template": "arn:${Partition}:sagemaker:${Region}:${Account}:compilation-job/${CompilationJobName}" + } + } + ], + "Connect.AssociateAnalyticsDataSet": [ + { + "action": "connect:AssociateAnalyticsDataSet", + "undocumented": true, + "arn_override": { + "template": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}" + } + } + ], + "Connect.DisassociateAnalyticsDataSet": [ + { + "action": "connect:DisassociateAnalyticsDataSet", + "undocumented": true, + "arn_override": { + "template": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}" + } + } + ], + "Connect.ListAnalyticsDataAssociations": [ + { + "action": "connect:ListAnalyticsDataAssociations", + "undocumented": true, + "arn_override": { + "template": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}" + } + } + ], + "Connect.PauseContact": [ + { + "action": "connect:PauseContact", + "undocumented": true, + "arn_override": { + "template": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/contact/${ContactId}" + } + } + ], + "Connect.ResumeContact": [ + { + "action": "connect:ResumeContact", + "undocumented": true, + "arn_override": { + "template": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/contact/${ContactId}" + } + } + ], + "Connect.UntagContact": [ + { + "action": "connect:UntagContact", + "undocumented": true, + "arn_override": { + "template": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/contact/${ContactId}" + } + } + ], + "QuickSight.UpdateDashboardLinks": [ + { + "action": "quicksight:UpdateDashboardLinks", + "undocumented": true, + "arn_override": { + "template": "arn:${Partition}:quicksight:${Region}:${Account}:dashboard/${DashboardId}" + } + } + ], + "LakeFormation.CreateLakeFormationIdentityCenterConfiguration": [ + { + "action": "lakeformation:CreateLakeFormationIdentityCenterConfiguration", + "undocumented": true, + "arn_override": { + "template": "arn:${Partition}:lakeformation:${Region}:${Account}:catalog:${Account}" + } + } + ], + "LakeFormation.DeleteLakeFormationIdentityCenterConfiguration": [ + { + "action": "lakeformation:DeleteLakeFormationIdentityCenterConfiguration", + "undocumented": true, + "arn_override": { + "template": "arn:${Partition}:lakeformation:${Region}:${Account}:catalog:${Account}" + } + } + ], + "LakeFormation.DescribeLakeFormationIdentityCenterConfiguration": [ + { + "action": "lakeformation:DescribeLakeFormationIdentityCenterConfiguration", + "undocumented": true, + "arn_override": { + "template": "arn:${Partition}:lakeformation:${Region}:${Account}:catalog:${Account}" + } + } + ], + "LakeFormation.UpdateLakeFormationIdentityCenterConfiguration": [ + { + "action": "lakeformation:UpdateLakeFormationIdentityCenterConfiguration", + "undocumented": true, + "arn_override": { + "template": "arn:${Partition}:lakeformation:${Region}:${Account}:catalog:${Account}" + } + } + ], + "Billingconductor.GetBillingGroupCostReport": [ + { + "action": "billingconductor:GetBillingGroupCostReport", + "undocumented": true, + "arn_override": { + "template": "arn:${Partition}:billingconductor::${Account}:billinggroup/${Arn}" + } + } + ], + "VerifiedPermissions.BatchIsAuthorized": [ + { + "action": "verifiedpermissions:isauthorized", + "undocumented": true, + "arn_override": { + "template": "arn:${Partition}:verifiedpermissions::${Account}:policy-store/${policyStoreId}" + } + } ] }, "sdk_service_mappings": { diff --git a/iamlivecore/service/accessanalyzer-2019-11-01.min.json b/iamlivecore/service/accessanalyzer-2019-11-01.min.json index 4fbb7f8..2c75d69 100644 --- a/iamlivecore/service/accessanalyzer-2019-11-01.min.json +++ b/iamlivecore/service/accessanalyzer-2019-11-01.min.json @@ -58,6 +58,84 @@ }, "idempotent": true }, + "CheckAccessNotGranted": { + "http": { + "requestUri": "/policy/check-access-not-granted", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "policyDocument", + "access", + "policyType" + ], + "members": { + "policyDocument": { + "shape": "S9" + }, + "access": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "actions" + ], + "members": { + "actions": { + "type": "list", + "member": {} + } + } + } + }, + "policyType": {} + } + }, + "output": { + "type": "structure", + "members": { + "result": {}, + "message": {}, + "reasons": { + "shape": "Sh" + } + } + } + }, + "CheckNoNewAccess": { + "http": { + "requestUri": "/policy/check-no-new-access", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "newPolicyDocument", + "existingPolicyDocument", + "policyType" + ], + "members": { + "newPolicyDocument": { + "shape": "S9" + }, + "existingPolicyDocument": { + "shape": "S9" + }, + "policyType": {} + } + }, + "output": { + "type": "structure", + "members": { + "result": {}, + "message": {}, + "reasons": { + "shape": "Sh" + } + } + } + }, "CreateAccessPreview": { "http": { "method": "PUT", @@ -73,7 +151,7 @@ "members": { "analyzerArn": {}, "configurations": { - "shape": "S9" + "shape": "So" }, "clientToken": { "idempotencyToken": true @@ -117,16 +195,19 @@ "members": { "ruleName": {}, "filter": { - "shape": "S2c" + "shape": "S2t" } } } }, "tags": { - "shape": "S2f" + "shape": "S2w" }, "clientToken": { "idempotencyToken": true + }, + "configuration": { + "shape": "S2x" } } }, @@ -158,7 +239,7 @@ }, "ruleName": {}, "filter": { - "shape": "S2c" + "shape": "S2t" }, "clientToken": { "idempotencyToken": true @@ -264,14 +345,14 @@ "id": {}, "analyzerArn": {}, "configurations": { - "shape": "S9" + "shape": "So" }, "createdAt": { - "shape": "S2n" + "shape": "S36" }, "status": {}, "statusReason": { - "shape": "S2p" + "shape": "S38" } } } @@ -319,19 +400,19 @@ "resourceArn": {}, "resourceType": {}, "createdAt": { - "shape": "S2n" + "shape": "S36" }, "analyzedAt": { - "shape": "S2n" + "shape": "S36" }, "updatedAt": { - "shape": "S2n" + "shape": "S36" }, "isPublic": { "type": "boolean" }, "actions": { - "shape": "S2w" + "shape": "S3f" }, "sharedVia": { "type": "list", @@ -370,7 +451,7 @@ ], "members": { "analyzer": { - "shape": "S31" + "shape": "S3k" } } } @@ -405,7 +486,7 @@ ], "members": { "archiveRule": { - "shape": "S37" + "shape": "S3q" } } } @@ -451,10 +532,10 @@ "members": { "id": {}, "principal": { - "shape": "S3c" + "shape": "S3v" }, "action": { - "shape": "S2w" + "shape": "S3f" }, "resource": {}, "isPublic": { @@ -462,28 +543,180 @@ }, "resourceType": {}, "condition": { - "shape": "S3d" + "shape": "S3w" }, "createdAt": { - "shape": "S2n" + "shape": "S36" }, "analyzedAt": { - "shape": "S2n" + "shape": "S36" }, "updatedAt": { - "shape": "S2n" + "shape": "S36" }, "status": {}, "resourceOwnerAccount": {}, "error": {}, "sources": { - "shape": "S3e" + "shape": "S3x" } } } } } }, + "GetFindingV2": { + "http": { + "method": "GET", + "requestUri": "/findingv2/{id}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "analyzerArn", + "id" + ], + "members": { + "analyzerArn": { + "location": "querystring", + "locationName": "analyzerArn" + }, + "id": { + "location": "uri", + "locationName": "id" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "required": [ + "analyzedAt", + "createdAt", + "id", + "resourceType", + "resourceOwnerAccount", + "status", + "updatedAt", + "findingDetails" + ], + "members": { + "analyzedAt": { + "shape": "S36" + }, + "createdAt": { + "shape": "S36" + }, + "error": {}, + "id": {}, + "nextToken": {}, + "resource": {}, + "resourceType": {}, + "resourceOwnerAccount": {}, + "status": {}, + "updatedAt": { + "shape": "S36" + }, + "findingDetails": { + "type": "list", + "member": { + "type": "structure", + "members": { + "externalAccessDetails": { + "type": "structure", + "required": [ + "condition" + ], + "members": { + "action": { + "shape": "S3f" + }, + "condition": { + "shape": "S3w" + }, + "isPublic": { + "type": "boolean" + }, + "principal": { + "shape": "S3v" + }, + "sources": { + "shape": "S3x" + } + } + }, + "unusedPermissionDetails": { + "type": "structure", + "required": [ + "serviceNamespace" + ], + "members": { + "actions": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "action" + ], + "members": { + "action": {}, + "lastAccessed": { + "shape": "S36" + } + } + } + }, + "serviceNamespace": {}, + "lastAccessed": { + "shape": "S36" + } + } + }, + "unusedIamUserAccessKeyDetails": { + "type": "structure", + "required": [ + "accessKeyId" + ], + "members": { + "accessKeyId": {}, + "lastAccessed": { + "shape": "S36" + } + } + }, + "unusedIamRoleDetails": { + "type": "structure", + "members": { + "lastAccessed": { + "shape": "S36" + } + } + }, + "unusedIamUserPasswordDetails": { + "type": "structure", + "members": { + "lastAccessed": { + "shape": "S36" + } + } + } + }, + "union": true + } + }, + "findingType": {} + } + } + }, "GetGeneratedPolicy": { "http": { "method": "GET", @@ -530,10 +763,10 @@ "jobId": {}, "status": {}, "startedOn": { - "shape": "S2n" + "shape": "S36" }, "completedOn": { - "shape": "S2n" + "shape": "S36" }, "jobError": { "type": "structure", @@ -582,7 +815,7 @@ "members": { "cloudTrailArn": {}, "regions": { - "shape": "S3v" + "shape": "S4r" }, "allRegions": { "type": "boolean" @@ -591,10 +824,10 @@ } }, "startTime": { - "shape": "S2n" + "shape": "S36" }, "endTime": { - "shape": "S2n" + "shape": "S36" } } } @@ -635,7 +868,7 @@ }, "analyzerArn": {}, "filter": { - "shape": "S2c" + "shape": "S2t" }, "nextToken": {}, "maxResults": { @@ -666,13 +899,13 @@ "existingFindingId": {}, "existingFindingStatus": {}, "principal": { - "shape": "S3c" + "shape": "S3v" }, "action": { - "shape": "S2w" + "shape": "S3f" }, "condition": { - "shape": "S3d" + "shape": "S3w" }, "resource": {}, "isPublic": { @@ -680,14 +913,14 @@ }, "resourceType": {}, "createdAt": { - "shape": "S2n" + "shape": "S36" }, "changeType": {}, "status": {}, "resourceOwnerAccount": {}, "error": {}, "sources": { - "shape": "S3e" + "shape": "S3x" } } } @@ -743,11 +976,11 @@ "id": {}, "analyzerArn": {}, "createdAt": { - "shape": "S2n" + "shape": "S36" }, "status": {}, "statusReason": { - "shape": "S2p" + "shape": "S38" } } } @@ -834,7 +1067,7 @@ "analyzers": { "type": "list", "member": { - "shape": "S31" + "shape": "S3k" } }, "nextToken": {} @@ -877,7 +1110,7 @@ "archiveRules": { "type": "list", "member": { - "shape": "S37" + "shape": "S3q" } }, "nextToken": {} @@ -897,14 +1130,10 @@ "members": { "analyzerArn": {}, "filter": { - "shape": "S2c" + "shape": "S2t" }, "sort": { - "type": "structure", - "members": { - "attributeName": {}, - "orderBy": {} - } + "shape": "S5f" }, "nextToken": {}, "maxResults": { @@ -935,10 +1164,10 @@ "members": { "id": {}, "principal": { - "shape": "S3c" + "shape": "S3v" }, "action": { - "shape": "S2w" + "shape": "S3f" }, "resource": {}, "isPublic": { @@ -946,22 +1175,22 @@ }, "resourceType": {}, "condition": { - "shape": "S3d" + "shape": "S3w" }, "createdAt": { - "shape": "S2n" + "shape": "S36" }, "analyzedAt": { - "shape": "S2n" + "shape": "S36" }, "updatedAt": { - "shape": "S2n" + "shape": "S36" }, "status": {}, "resourceOwnerAccount": {}, "error": {}, "sources": { - "shape": "S3e" + "shape": "S3x" } } } @@ -970,6 +1199,73 @@ } } }, + "ListFindingsV2": { + "http": { + "requestUri": "/findingv2", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "analyzerArn" + ], + "members": { + "analyzerArn": {}, + "filter": { + "shape": "S2t" + }, + "maxResults": { + "type": "integer" + }, + "nextToken": {}, + "sort": { + "shape": "S5f" + } + } + }, + "output": { + "type": "structure", + "required": [ + "findings" + ], + "members": { + "findings": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "analyzedAt", + "createdAt", + "id", + "resourceType", + "resourceOwnerAccount", + "status", + "updatedAt" + ], + "members": { + "analyzedAt": { + "shape": "S36" + }, + "createdAt": { + "shape": "S36" + }, + "error": {}, + "id": {}, + "resource": {}, + "resourceType": {}, + "resourceOwnerAccount": {}, + "status": {}, + "updatedAt": { + "shape": "S36" + }, + "findingType": {} + } + } + }, + "nextToken": {} + } + } + }, "ListPolicyGenerations": { "http": { "method": "GET", @@ -1015,10 +1311,10 @@ "principalArn": {}, "status": {}, "startedOn": { - "shape": "S2n" + "shape": "S36" }, "completedOn": { - "shape": "S2n" + "shape": "S36" } } } @@ -1049,7 +1345,7 @@ "type": "structure", "members": { "tags": { - "shape": "S2f" + "shape": "S2w" } } } @@ -1093,7 +1389,7 @@ "members": { "cloudTrailArn": {}, "regions": { - "shape": "S3v" + "shape": "S4r" }, "allRegions": { "type": "boolean" @@ -1103,10 +1399,10 @@ }, "accessRole": {}, "startTime": { - "shape": "S2n" + "shape": "S36" }, "endTime": { - "shape": "S2n" + "shape": "S36" } } }, @@ -1161,7 +1457,7 @@ "locationName": "resourceArn" }, "tags": { - "shape": "S2f" + "shape": "S2w" } } }, @@ -1225,7 +1521,7 @@ "locationName": "ruleName" }, "filter": { - "shape": "S2c" + "shape": "S2t" }, "clientToken": { "idempotencyToken": true @@ -1356,10 +1652,10 @@ ], "members": { "start": { - "shape": "S5v" + "shape": "S6t" }, "end": { - "shape": "S5v" + "shape": "S6t" } } } @@ -1376,6 +1672,23 @@ }, "shapes": { "S9": { + "type": "string", + "sensitive": true + }, + "Sh": { + "type": "list", + "member": { + "type": "structure", + "members": { + "description": {}, + "statementIndex": { + "type": "integer" + }, + "statementId": {} + } + } + }, + "So": { "type": "map", "key": {}, "value": { @@ -1441,10 +1754,10 @@ "type": "structure", "members": { "encryptionContextEquals": { - "shape": "Sz" + "shape": "S1e" }, "encryptionContextSubset": { - "shape": "Sz" + "shape": "S1e" } } }, @@ -1527,7 +1840,7 @@ } }, "bucketPublicAccessBlock": { - "shape": "S1s" + "shape": "S27" }, "accessPoints": { "type": "map", @@ -1537,7 +1850,7 @@ "members": { "accessPointPolicy": {}, "publicAccessBlock": { - "shape": "S1s" + "shape": "S27" }, "networkOrigin": { "type": "structure", @@ -1574,17 +1887,23 @@ "members": { "queuePolicy": {} } + }, + "s3ExpressDirectoryBucket": { + "type": "structure", + "members": { + "bucketPolicy": {} + } } }, "union": true } }, - "Sz": { + "S1e": { "type": "map", "key": {}, "value": {} }, - "S1s": { + "S27": { "type": "structure", "required": [ "ignorePublicAcls", @@ -1599,20 +1918,20 @@ } } }, - "S2c": { + "S2t": { "type": "map", "key": {}, "value": { "type": "structure", "members": { "eq": { - "shape": "S2e" + "shape": "S2v" }, "neq": { - "shape": "S2e" + "shape": "S2v" }, "contains": { - "shape": "S2e" + "shape": "S2v" }, "exists": { "type": "boolean" @@ -1620,20 +1939,34 @@ } } }, - "S2e": { + "S2v": { "type": "list", "member": {} }, - "S2f": { + "S2w": { "type": "map", "key": {}, "value": {} }, - "S2n": { + "S2x": { + "type": "structure", + "members": { + "unusedAccess": { + "type": "structure", + "members": { + "unusedAccessAge": { + "type": "integer" + } + } + } + }, + "union": true + }, + "S36": { "type": "timestamp", "timestampFormat": "iso8601" }, - "S2p": { + "S38": { "type": "structure", "required": [ "code" @@ -1642,11 +1975,11 @@ "code": {} } }, - "S2w": { + "S3f": { "type": "list", "member": {} }, - "S31": { + "S3k": { "type": "structure", "required": [ "arn", @@ -1660,14 +1993,14 @@ "name": {}, "type": {}, "createdAt": { - "shape": "S2n" + "shape": "S36" }, "lastResourceAnalyzed": {}, "lastResourceAnalyzedAt": { - "shape": "S2n" + "shape": "S36" }, "tags": { - "shape": "S2f" + "shape": "S2w" }, "status": {}, "statusReason": { @@ -1678,10 +2011,13 @@ "members": { "code": {} } + }, + "configuration": { + "shape": "S2x" } } }, - "S37": { + "S3q": { "type": "structure", "required": [ "ruleName", @@ -1692,27 +2028,27 @@ "members": { "ruleName": {}, "filter": { - "shape": "S2c" + "shape": "S2t" }, "createdAt": { - "shape": "S2n" + "shape": "S36" }, "updatedAt": { - "shape": "S2n" + "shape": "S36" } } }, - "S3c": { + "S3v": { "type": "map", "key": {}, "value": {} }, - "S3d": { + "S3w": { "type": "map", "key": {}, "value": {} }, - "S3e": { + "S3x": { "type": "list", "member": { "type": "structure", @@ -1731,11 +2067,18 @@ } } }, - "S3v": { + "S4r": { "type": "list", "member": {} }, - "S5v": { + "S5f": { + "type": "structure", + "members": { + "attributeName": {}, + "orderBy": {} + } + }, + "S6t": { "type": "structure", "required": [ "line", diff --git a/iamlivecore/service/amp-2020-08-01.min.json b/iamlivecore/service/amp-2020-08-01.min.json index 7dc41dd..519d208 100644 --- a/iamlivecore/service/amp-2020-08-01.min.json +++ b/iamlivecore/service/amp-2020-08-01.min.json @@ -133,6 +133,57 @@ }, "idempotent": true }, + "CreateScraper": { + "http": { + "requestUri": "/scrapers", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "scrapeConfiguration", + "source", + "destination" + ], + "members": { + "alias": {}, + "scrapeConfiguration": { + "shape": "Sq" + }, + "source": { + "shape": "Ss" + }, + "destination": { + "shape": "Sz" + }, + "clientToken": { + "idempotencyToken": true + }, + "tags": { + "shape": "Sh" + } + } + }, + "output": { + "type": "structure", + "required": [ + "scraperId", + "arn", + "status" + ], + "members": { + "scraperId": {}, + "arn": {}, + "status": { + "shape": "S15" + }, + "tags": { + "shape": "Sh" + } + } + }, + "idempotent": true + }, "CreateWorkspace": { "http": { "requestUri": "/workspaces", @@ -161,7 +212,7 @@ "workspaceId": {}, "arn": {}, "status": { - "shape": "Ss" + "shape": "S1a" }, "tags": { "shape": "Sh" @@ -250,6 +301,44 @@ }, "idempotent": true }, + "DeleteScraper": { + "http": { + "method": "DELETE", + "requestUri": "/scrapers/{scraperId}", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "scraperId" + ], + "members": { + "scraperId": { + "location": "uri", + "locationName": "scraperId" + }, + "clientToken": { + "idempotencyToken": true, + "location": "querystring", + "locationName": "clientToken" + } + } + }, + "output": { + "type": "structure", + "required": [ + "scraperId", + "status" + ], + "members": { + "scraperId": {}, + "status": { + "shape": "S15" + } + } + }, + "idempotent": true + }, "DeleteWorkspace": { "http": { "method": "DELETE", @@ -437,6 +526,75 @@ } } }, + "DescribeScraper": { + "http": { + "method": "GET", + "requestUri": "/scrapers/{scraperId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "scraperId" + ], + "members": { + "scraperId": { + "location": "uri", + "locationName": "scraperId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "scraper" + ], + "members": { + "scraper": { + "type": "structure", + "required": [ + "scraperId", + "arn", + "roleArn", + "status", + "createdAt", + "lastModifiedAt", + "scrapeConfiguration", + "source", + "destination" + ], + "members": { + "alias": {}, + "scraperId": {}, + "arn": {}, + "roleArn": {}, + "status": { + "shape": "S15" + }, + "createdAt": { + "type": "timestamp" + }, + "lastModifiedAt": { + "type": "timestamp" + }, + "tags": { + "shape": "Sh" + }, + "statusReason": {}, + "scrapeConfiguration": { + "shape": "Sq" + }, + "source": { + "shape": "Ss" + }, + "destination": { + "shape": "Sz" + } + } + } + } + } + }, "DescribeWorkspace": { "http": { "method": "GET", @@ -474,7 +632,7 @@ "alias": {}, "arn": {}, "status": { - "shape": "Ss" + "shape": "S1a" }, "prometheusEndpoint": {}, "createdAt": { @@ -488,6 +646,28 @@ } } }, + "GetDefaultScraperConfiguration": { + "http": { + "method": "GET", + "requestUri": "/scraperconfiguration", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": {} + }, + "output": { + "type": "structure", + "required": [ + "configuration" + ], + "members": { + "configuration": { + "type": "blob" + } + } + } + }, "ListRuleGroupsNamespaces": { "http": { "method": "GET", @@ -558,6 +738,86 @@ } } }, + "ListScrapers": { + "http": { + "method": "GET", + "requestUri": "/scrapers", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "filters": { + "location": "querystring", + "type": "map", + "key": {}, + "value": { + "type": "list", + "member": {} + } + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "scrapers" + ], + "members": { + "scrapers": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "scraperId", + "arn", + "roleArn", + "status", + "createdAt", + "lastModifiedAt", + "source", + "destination" + ], + "members": { + "alias": {}, + "scraperId": {}, + "arn": {}, + "roleArn": {}, + "status": { + "shape": "S15" + }, + "createdAt": { + "type": "timestamp" + }, + "lastModifiedAt": { + "type": "timestamp" + }, + "tags": { + "shape": "Sh" + }, + "statusReason": {}, + "source": { + "shape": "Ss" + }, + "destination": { + "shape": "Sz" + } + } + } + }, + "nextToken": {} + } + } + }, "ListTagsForResource": { "http": { "method": "GET", @@ -630,7 +890,7 @@ "alias": {}, "arn": {}, "status": { - "shape": "Ss" + "shape": "S1a" }, "createdAt": { "type": "timestamp" @@ -886,7 +1146,64 @@ "statusReason": {} } }, + "Sq": { + "type": "structure", + "members": { + "configurationBlob": { + "type": "blob" + } + }, + "union": true + }, "Ss": { + "type": "structure", + "members": { + "eksConfiguration": { + "type": "structure", + "required": [ + "clusterArn", + "subnetIds" + ], + "members": { + "clusterArn": {}, + "securityGroupIds": { + "type": "list", + "member": {} + }, + "subnetIds": { + "type": "list", + "member": {} + } + } + } + }, + "union": true + }, + "Sz": { + "type": "structure", + "members": { + "ampConfiguration": { + "type": "structure", + "required": [ + "workspaceArn" + ], + "members": { + "workspaceArn": {} + } + } + }, + "union": true + }, + "S15": { + "type": "structure", + "required": [ + "statusCode" + ], + "members": { + "statusCode": {} + } + }, + "S1a": { "type": "structure", "required": [ "statusCode" diff --git a/iamlivecore/service/amplify-2017-07-25.min.json b/iamlivecore/service/amplify-2017-07-25.min.json index 44739e9..7fe5b2f 100644 --- a/iamlivecore/service/amplify-2017-07-25.min.json +++ b/iamlivecore/service/amplify-2017-07-25.min.json @@ -163,7 +163,10 @@ "type": "boolean" }, "pullRequestEnvironmentName": {}, - "backendEnvironmentArn": {} + "backendEnvironmentArn": {}, + "backend": { + "shape": "S1o" + } } }, "output": { @@ -173,7 +176,7 @@ ], "members": { "branch": { - "shape": "S1p" + "shape": "S1r" } } } @@ -242,10 +245,10 @@ "type": "boolean" }, "subDomainSettings": { - "shape": "S28" + "shape": "S2a" }, "autoSubDomainCreationPatterns": { - "shape": "S2b" + "shape": "S2d" }, "autoSubDomainIAMRole": {} } @@ -257,7 +260,7 @@ ], "members": { "domainAssociation": { - "shape": "S2f" + "shape": "S2h" } } } @@ -288,7 +291,7 @@ ], "members": { "webhook": { - "shape": "S2q" + "shape": "S2s" } } } @@ -385,7 +388,7 @@ ], "members": { "branch": { - "shape": "S1p" + "shape": "S1r" } } } @@ -419,7 +422,7 @@ ], "members": { "domainAssociation": { - "shape": "S2f" + "shape": "S2h" } } } @@ -458,7 +461,7 @@ ], "members": { "jobSummary": { - "shape": "S34" + "shape": "S36" } } } @@ -487,7 +490,7 @@ ], "members": { "webhook": { - "shape": "S2q" + "shape": "S2s" } } } @@ -644,7 +647,7 @@ ], "members": { "branch": { - "shape": "S1p" + "shape": "S1r" } } } @@ -678,7 +681,7 @@ ], "members": { "domainAssociation": { - "shape": "S2f" + "shape": "S2h" } } } @@ -724,7 +727,7 @@ ], "members": { "summary": { - "shape": "S34" + "shape": "S36" }, "steps": { "type": "list", @@ -788,7 +791,7 @@ ], "members": { "webhook": { - "shape": "S2q" + "shape": "S2s" } } } @@ -969,7 +972,7 @@ "branches": { "type": "list", "member": { - "shape": "S1p" + "shape": "S1r" } }, "nextToken": {} @@ -1011,7 +1014,7 @@ "domainAssociations": { "type": "list", "member": { - "shape": "S2f" + "shape": "S2h" } }, "nextToken": {} @@ -1058,7 +1061,7 @@ "jobSummaries": { "type": "list", "member": { - "shape": "S34" + "shape": "S36" } }, "nextToken": {} @@ -1126,7 +1129,7 @@ "webhooks": { "type": "list", "member": { - "shape": "S2q" + "shape": "S2s" } }, "nextToken": {} @@ -1163,7 +1166,7 @@ ], "members": { "jobSummary": { - "shape": "S34" + "shape": "S36" } } } @@ -1205,7 +1208,7 @@ ], "members": { "jobSummary": { - "shape": "S34" + "shape": "S36" } } } @@ -1244,7 +1247,7 @@ ], "members": { "jobSummary": { - "shape": "S34" + "shape": "S36" } } } @@ -1422,7 +1425,10 @@ "type": "boolean" }, "pullRequestEnvironmentName": {}, - "backendEnvironmentArn": {} + "backendEnvironmentArn": {}, + "backend": { + "shape": "S1o" + } } }, "output": { @@ -1432,7 +1438,7 @@ ], "members": { "branch": { - "shape": "S1p" + "shape": "S1r" } } } @@ -1460,10 +1466,10 @@ "type": "boolean" }, "subDomainSettings": { - "shape": "S28" + "shape": "S2a" }, "autoSubDomainCreationPatterns": { - "shape": "S2b" + "shape": "S2d" }, "autoSubDomainIAMRole": {} } @@ -1475,7 +1481,7 @@ ], "members": { "domainAssociation": { - "shape": "S2f" + "shape": "S2h" } } } @@ -1505,7 +1511,7 @@ ], "members": { "webhook": { - "shape": "S2q" + "shape": "S2s" } } } @@ -1687,7 +1693,13 @@ } } }, - "S1p": { + "S1o": { + "type": "structure", + "members": { + "stackArn": {} + } + }, + "S1r": { "type": "structure", "required": [ "branchArn", @@ -1763,16 +1775,19 @@ "pullRequestEnvironmentName": {}, "destinationBranch": {}, "sourceBranch": {}, - "backendEnvironmentArn": {} + "backendEnvironmentArn": {}, + "backend": { + "shape": "S1o" + } } }, - "S28": { + "S2a": { "type": "list", "member": { - "shape": "S29" + "shape": "S2b" } }, - "S29": { + "S2b": { "type": "structure", "required": [ "prefix", @@ -1783,11 +1798,11 @@ "branchName": {} } }, - "S2b": { + "S2d": { "type": "list", "member": {} }, - "S2f": { + "S2h": { "type": "structure", "required": [ "domainAssociationArn", @@ -1804,7 +1819,7 @@ "type": "boolean" }, "autoSubDomainCreationPatterns": { - "shape": "S2b" + "shape": "S2d" }, "autoSubDomainIAMRole": {}, "domainStatus": {}, @@ -1821,7 +1836,7 @@ ], "members": { "subDomainSetting": { - "shape": "S29" + "shape": "S2b" }, "verified": { "type": "boolean" @@ -1832,7 +1847,7 @@ } } }, - "S2q": { + "S2s": { "type": "structure", "required": [ "webhookArn", @@ -1857,7 +1872,7 @@ } } }, - "S34": { + "S36": { "type": "structure", "required": [ "jobArn", diff --git a/iamlivecore/service/amplifyuibuilder-2021-08-11.min.json b/iamlivecore/service/amplifyuibuilder-2021-08-11.min.json index 12c02cd..8ce03ad 100644 --- a/iamlivecore/service/amplifyuibuilder-2021-08-11.min.json +++ b/iamlivecore/service/amplifyuibuilder-2021-08-11.min.json @@ -1068,13 +1068,13 @@ "shape": "S33" }, "genericDataSchema": { - "shape": "S3c" + "shape": "S3d" }, "autoGenerateForms": { "type": "boolean" }, "features": { - "shape": "S3u" + "shape": "S3v" }, "tags": { "shape": "S11" @@ -1999,13 +1999,13 @@ "shape": "S33" }, "genericDataSchema": { - "shape": "S3c" + "shape": "S3d" }, "autoGenerateForms": { "type": "boolean" }, "features": { - "shape": "S3u" + "shape": "S3v" }, "status": {}, "statusMessage": {}, @@ -2023,6 +2023,20 @@ }, "modifiedAt": { "shape": "S17" + }, + "dependencies": { + "type": "list", + "member": { + "type": "structure", + "members": { + "name": {}, + "supportedVersion": {}, + "isSemVer": { + "type": "boolean" + }, + "reason": {} + } + } } } }, @@ -2071,13 +2085,18 @@ } }, "union": true + }, + "dependencies": { + "type": "map", + "key": {}, + "value": {} } } } }, "union": true }, - "S3c": { + "S3d": { "type": "structure", "required": [ "dataSourceType", @@ -2101,7 +2120,7 @@ "type": "map", "key": {}, "value": { - "shape": "S3h" + "shape": "S3i" } }, "isJoinTable": { @@ -2143,7 +2162,7 @@ "type": "map", "key": {}, "value": { - "shape": "S3h" + "shape": "S3i" } } } @@ -2151,7 +2170,7 @@ } } }, - "S3h": { + "S3i": { "type": "structure", "required": [ "dataType", @@ -2202,7 +2221,7 @@ } } }, - "S3u": { + "S3v": { "type": "structure", "members": { "isRelationshipSupported": { diff --git a/iamlivecore/service/appconfig-2019-10-09.min.json b/iamlivecore/service/appconfig-2019-10-09.min.json index aecd622..9009054 100644 --- a/iamlivecore/service/appconfig-2019-10-09.min.json +++ b/iamlivecore/service/appconfig-2019-10-09.min.json @@ -62,11 +62,12 @@ "Tags": { "shape": "S4" }, - "Type": {} + "Type": {}, + "KmsKeyIdentifier": {} } }, "output": { - "shape": "Si" + "shape": "Sj" } }, "CreateDeploymentStrategy": { @@ -101,7 +102,7 @@ } }, "output": { - "shape": "So" + "shape": "Sq" } }, "CreateEnvironment": { @@ -123,7 +124,7 @@ "Name": {}, "Description": {}, "Monitors": { - "shape": "Sr" + "shape": "St" }, "Tags": { "shape": "S4" @@ -131,7 +132,7 @@ } }, "output": { - "shape": "Su" + "shape": "Sw" } }, "CreateExtension": { @@ -149,10 +150,10 @@ "Name": {}, "Description": {}, "Actions": { - "shape": "Sx" + "shape": "S10" }, "Parameters": { - "shape": "S12" + "shape": "S14" }, "Tags": { "shape": "S4" @@ -165,7 +166,7 @@ } }, "output": { - "shape": "S16" + "shape": "S18" } }, "CreateExtensionAssociation": { @@ -186,7 +187,7 @@ }, "ResourceIdentifier": {}, "Parameters": { - "shape": "S19" + "shape": "S1b" }, "Tags": { "shape": "S4" @@ -194,7 +195,7 @@ } }, "output": { - "shape": "S1a" + "shape": "S1c" } }, "CreateHostedConfigurationVersion": { @@ -224,7 +225,7 @@ "locationName": "Description" }, "Content": { - "shape": "S1c" + "shape": "S1e" }, "ContentType": { "location": "header", @@ -243,7 +244,7 @@ "payload": "Content" }, "output": { - "shape": "S1f" + "shape": "S1h" } }, "DeleteApplication": { @@ -468,7 +469,7 @@ "type": "structure", "members": { "Content": { - "shape": "S1c" + "shape": "S1e" }, "ConfigurationVersion": { "location": "header", @@ -508,7 +509,7 @@ } }, "output": { - "shape": "Si" + "shape": "Sj" } }, "GetDeployment": { @@ -541,7 +542,7 @@ } }, "output": { - "shape": "S1w" + "shape": "S1y" } }, "GetDeploymentStrategy": { @@ -563,7 +564,7 @@ } }, "output": { - "shape": "So" + "shape": "Sq" } }, "GetEnvironment": { @@ -590,7 +591,7 @@ } }, "output": { - "shape": "Su" + "shape": "Sw" } }, "GetExtension": { @@ -617,7 +618,7 @@ } }, "output": { - "shape": "S16" + "shape": "S18" } }, "GetExtensionAssociation": { @@ -639,7 +640,7 @@ } }, "output": { - "shape": "S1a" + "shape": "S1c" } }, "GetHostedConfigurationVersion": { @@ -672,7 +673,7 @@ } }, "output": { - "shape": "S1f" + "shape": "S1h" } }, "ListApplications": { @@ -789,7 +790,7 @@ "Items": { "type": "list", "member": { - "shape": "So" + "shape": "Sq" } }, "NextToken": {} @@ -856,11 +857,12 @@ "type": "float" }, "StartedAt": { - "shape": "S24" + "shape": "S26" }, "CompletedAt": { - "shape": "S24" - } + "shape": "S26" + }, + "VersionLabel": {} } } }, @@ -901,7 +903,7 @@ "Items": { "type": "list", "member": { - "shape": "Su" + "shape": "Sw" } }, "NextToken": {} @@ -1056,7 +1058,8 @@ }, "Description": {}, "ContentType": {}, - "VersionLabel": {} + "VersionLabel": {}, + "KmsKeyArn": {} } } }, @@ -1125,7 +1128,7 @@ } }, "output": { - "shape": "S1w" + "shape": "S1y" } }, "StopDeployment": { @@ -1158,7 +1161,7 @@ } }, "output": { - "shape": "S1w" + "shape": "S1y" } }, "TagResource": { @@ -1259,11 +1262,12 @@ "RetrievalRoleArn": {}, "Validators": { "shape": "Sd" - } + }, + "KmsKeyIdentifier": {} } }, "output": { - "shape": "Si" + "shape": "Sj" } }, "UpdateDeploymentStrategy": { @@ -1296,7 +1300,7 @@ } }, "output": { - "shape": "So" + "shape": "Sq" } }, "UpdateEnvironment": { @@ -1323,12 +1327,12 @@ "Name": {}, "Description": {}, "Monitors": { - "shape": "Sr" + "shape": "St" } } }, "output": { - "shape": "Su" + "shape": "Sw" } }, "UpdateExtension": { @@ -1349,10 +1353,10 @@ }, "Description": {}, "Actions": { - "shape": "Sx" + "shape": "S10" }, "Parameters": { - "shape": "S12" + "shape": "S14" }, "VersionNumber": { "type": "integer" @@ -1360,7 +1364,7 @@ } }, "output": { - "shape": "S16" + "shape": "S18" } }, "UpdateExtensionAssociation": { @@ -1380,12 +1384,12 @@ "locationName": "ExtensionAssociationId" }, "Parameters": { - "shape": "S19" + "shape": "S1b" } } }, "output": { - "shape": "S1a" + "shape": "S1c" } }, "ValidateConfiguration": { @@ -1448,7 +1452,7 @@ } } }, - "Si": { + "Sj": { "type": "structure", "members": { "ApplicationId": {}, @@ -1460,10 +1464,12 @@ "Validators": { "shape": "Sd" }, - "Type": {} + "Type": {}, + "KmsKeyArn": {}, + "KmsKeyIdentifier": {} } }, - "So": { + "Sq": { "type": "structure", "members": { "Id": {}, @@ -1482,7 +1488,7 @@ "ReplicateTo": {} } }, - "Sr": { + "St": { "type": "list", "member": { "type": "structure", @@ -1495,7 +1501,7 @@ } } }, - "Su": { + "Sw": { "type": "structure", "members": { "ApplicationId": {}, @@ -1504,11 +1510,11 @@ "Description": {}, "State": {}, "Monitors": { - "shape": "Sr" + "shape": "St" } } }, - "Sx": { + "S10": { "type": "map", "key": {}, "value": { @@ -1524,7 +1530,7 @@ } } }, - "S12": { + "S14": { "type": "map", "key": {}, "value": { @@ -1537,7 +1543,7 @@ } } }, - "S16": { + "S18": { "type": "structure", "members": { "Id": {}, @@ -1548,19 +1554,19 @@ "Arn": {}, "Description": {}, "Actions": { - "shape": "Sx" + "shape": "S10" }, "Parameters": { - "shape": "S12" + "shape": "S14" } } }, - "S19": { + "S1b": { "type": "map", "key": {}, "value": {} }, - "S1a": { + "S1c": { "type": "structure", "members": { "Id": {}, @@ -1568,18 +1574,18 @@ "ResourceArn": {}, "Arn": {}, "Parameters": { - "shape": "S19" + "shape": "S1b" }, "ExtensionVersionNumber": { "type": "integer" } } }, - "S1c": { + "S1e": { "type": "blob", "sensitive": true }, - "S1f": { + "S1h": { "type": "structure", "members": { "ApplicationId": { @@ -1600,7 +1606,7 @@ "locationName": "Description" }, "Content": { - "shape": "S1c" + "shape": "S1e" }, "ContentType": { "location": "header", @@ -1609,11 +1615,15 @@ "VersionLabel": { "location": "header", "locationName": "VersionLabel" + }, + "KmsKeyArn": { + "location": "header", + "locationName": "KmsKeyArn" } }, "payload": "Content" }, - "S1w": { + "S1y": { "type": "structure", "members": { "ApplicationId": {}, @@ -1662,7 +1672,7 @@ } }, "OccurredAt": { - "shape": "S24" + "shape": "S26" } } } @@ -1671,10 +1681,10 @@ "type": "float" }, "StartedAt": { - "shape": "S24" + "shape": "S26" }, "CompletedAt": { - "shape": "S24" + "shape": "S26" }, "AppliedExtensions": { "type": "list", @@ -1687,16 +1697,17 @@ "type": "integer" }, "Parameters": { - "shape": "S19" + "shape": "S1b" } } } }, "KmsKeyArn": {}, - "KmsKeyIdentifier": {} + "KmsKeyIdentifier": {}, + "VersionLabel": {} } }, - "S24": { + "S26": { "type": "timestamp", "timestampFormat": "iso8601" } diff --git a/iamlivecore/service/appintegrations-2020-07-29.min.json b/iamlivecore/service/appintegrations-2020-07-29.min.json index 418c8db..15e7550 100644 --- a/iamlivecore/service/appintegrations-2020-07-29.min.json +++ b/iamlivecore/service/appintegrations-2020-07-29.min.json @@ -12,6 +12,46 @@ "uid": "appintegrations-2020-07-29" }, "operations": { + "CreateApplication": { + "http": { + "requestUri": "/applications" + }, + "input": { + "type": "structure", + "required": [ + "Name", + "Namespace", + "ApplicationSourceConfig" + ], + "members": { + "Name": {}, + "Namespace": {}, + "Description": {}, + "ApplicationSourceConfig": { + "shape": "S5" + }, + "Subscriptions": { + "shape": "Sa" + }, + "Publications": { + "shape": "Sd" + }, + "ClientToken": { + "idempotencyToken": true + }, + "Tags": { + "shape": "Sh" + } + } + }, + "output": { + "type": "structure", + "members": { + "Arn": {}, + "Id": {} + } + } + }, "CreateDataIntegration": { "http": { "requestUri": "/dataIntegrations" @@ -21,8 +61,7 @@ "required": [ "Name", "KmsKey", - "SourceURI", - "ScheduleConfig" + "SourceURI" ], "members": { "Name": {}, @@ -30,19 +69,19 @@ "KmsKey": {}, "SourceURI": {}, "ScheduleConfig": { - "shape": "S6" + "shape": "Sr" }, "Tags": { - "shape": "S8" + "shape": "Sh" }, "ClientToken": { "idempotencyToken": true }, "FileConfiguration": { - "shape": "Sc" + "shape": "St" }, "ObjectConfiguration": { - "shape": "Si" + "shape": "Sz" } } }, @@ -56,17 +95,17 @@ "KmsKey": {}, "SourceURI": {}, "ScheduleConfiguration": { - "shape": "S6" + "shape": "Sr" }, "Tags": { - "shape": "S8" + "shape": "Sh" }, "ClientToken": {}, "FileConfiguration": { - "shape": "Sc" + "shape": "St" }, "ObjectConfiguration": { - "shape": "Si" + "shape": "Sz" } } } @@ -86,14 +125,14 @@ "Name": {}, "Description": {}, "EventFilter": { - "shape": "Sn" + "shape": "S12" }, "EventBridgeBus": {}, "ClientToken": { "idempotencyToken": true }, "Tags": { - "shape": "S8" + "shape": "Sh" } } }, @@ -148,6 +187,52 @@ "members": {} } }, + "GetApplication": { + "http": { + "method": "GET", + "requestUri": "/applications/{Arn}" + }, + "input": { + "type": "structure", + "required": [ + "Arn" + ], + "members": { + "Arn": { + "location": "uri", + "locationName": "Arn" + } + } + }, + "output": { + "type": "structure", + "members": { + "Arn": {}, + "Id": {}, + "Name": {}, + "Namespace": {}, + "Description": {}, + "ApplicationSourceConfig": { + "shape": "S5" + }, + "Subscriptions": { + "shape": "Sa" + }, + "Publications": { + "shape": "Sd" + }, + "CreatedTime": { + "type": "timestamp" + }, + "LastModifiedTime": { + "type": "timestamp" + }, + "Tags": { + "shape": "Sh" + } + } + } + }, "GetDataIntegration": { "http": { "method": "GET", @@ -175,16 +260,16 @@ "KmsKey": {}, "SourceURI": {}, "ScheduleConfiguration": { - "shape": "S6" + "shape": "Sr" }, "Tags": { - "shape": "S8" + "shape": "Sh" }, "FileConfiguration": { - "shape": "Sc" + "shape": "St" }, "ObjectConfiguration": { - "shape": "Si" + "shape": "Sz" } } } @@ -214,12 +299,56 @@ "EventIntegrationArn": {}, "EventBridgeBus": {}, "EventFilter": { - "shape": "Sn" + "shape": "S12" }, "Tags": { - "shape": "S8" + "shape": "Sh" + } + } + } + }, + "ListApplications": { + "http": { + "method": "GET", + "requestUri": "/applications" + }, + "input": { + "type": "structure", + "members": { + "NextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "MaxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" } } + }, + "output": { + "type": "structure", + "members": { + "Applications": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Arn": {}, + "Id": {}, + "Name": {}, + "Namespace": {}, + "CreatedTime": { + "type": "timestamp" + }, + "LastModifiedTime": { + "type": "timestamp" + } + } + } + }, + "NextToken": {} + } } }, "ListDataIntegrationAssociations": { @@ -385,11 +514,11 @@ "Name": {}, "Description": {}, "EventFilter": { - "shape": "Sn" + "shape": "S12" }, "EventBridgeBus": {}, "Tags": { - "shape": "S8" + "shape": "Sh" } } } @@ -419,7 +548,7 @@ "type": "structure", "members": { "tags": { - "shape": "S8" + "shape": "Sh" } } } @@ -440,7 +569,7 @@ "locationName": "resourceArn" }, "tags": { - "shape": "S8" + "shape": "Sh" } } }, @@ -478,6 +607,39 @@ "members": {} } }, + "UpdateApplication": { + "http": { + "method": "PATCH", + "requestUri": "/applications/{Arn}" + }, + "input": { + "type": "structure", + "required": [ + "Arn" + ], + "members": { + "Arn": { + "location": "uri", + "locationName": "Arn" + }, + "Name": {}, + "Description": {}, + "ApplicationSourceConfig": { + "shape": "S5" + }, + "Subscriptions": { + "shape": "Sa" + }, + "Publications": { + "shape": "Sd" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "UpdateDataIntegration": { "http": { "method": "PATCH", @@ -527,7 +689,58 @@ } }, "shapes": { - "S6": { + "S5": { + "type": "structure", + "members": { + "ExternalUrlConfig": { + "type": "structure", + "required": [ + "AccessUrl" + ], + "members": { + "AccessUrl": {}, + "ApprovedOrigins": { + "type": "list", + "member": {} + } + } + } + } + }, + "Sa": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Event" + ], + "members": { + "Event": {}, + "Description": {} + } + } + }, + "Sd": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Event", + "Schema" + ], + "members": { + "Event": {}, + "Schema": {}, + "Description": {} + } + } + }, + "Sh": { + "type": "map", + "key": {}, + "value": {} + }, + "Sr": { "type": "structure", "required": [ "ScheduleExpression" @@ -538,12 +751,7 @@ "ScheduleExpression": {} } }, - "S8": { - "type": "map", - "key": {}, - "value": {} - }, - "Sc": { + "St": { "type": "structure", "required": [ "Folders" @@ -554,11 +762,11 @@ "member": {} }, "Filters": { - "shape": "Sf" + "shape": "Sw" } } }, - "Sf": { + "Sw": { "type": "map", "key": {}, "value": { @@ -566,14 +774,14 @@ "member": {} } }, - "Si": { + "Sz": { "type": "map", "key": {}, "value": { - "shape": "Sf" + "shape": "Sw" } }, - "Sn": { + "S12": { "type": "structure", "required": [ "Source" diff --git a/iamlivecore/service/application-insights-2018-11-25.min.json b/iamlivecore/service/application-insights-2018-11-25.min.json index 6cde0f9..5451378 100644 --- a/iamlivecore/service/application-insights-2018-11-25.min.json +++ b/iamlivecore/service/application-insights-2018-11-25.min.json @@ -61,14 +61,17 @@ "AutoCreate": { "type": "boolean" }, - "GroupingType": {} + "GroupingType": {}, + "AttachMissingPermission": { + "type": "boolean" + } } }, "output": { "type": "structure", "members": { "ApplicationInfo": { - "shape": "Sm" + "shape": "Sn" } } } @@ -85,7 +88,7 @@ "ResourceGroupName": {}, "ComponentName": {}, "ResourceList": { - "shape": "St" + "shape": "Su" } } }, @@ -118,7 +121,7 @@ "type": "structure", "members": { "LogPattern": { - "shape": "S12" + "shape": "S13" }, "ResourceGroupName": {} } @@ -190,7 +193,7 @@ "type": "structure", "members": { "ApplicationInfo": { - "shape": "Sm" + "shape": "Sn" } } } @@ -212,10 +215,10 @@ "type": "structure", "members": { "ApplicationComponent": { - "shape": "S1d" + "shape": "S1e" }, "ResourceList": { - "shape": "St" + "shape": "Su" } } } @@ -256,6 +259,7 @@ "ResourceGroupName": {}, "ComponentName": {}, "Tier": {}, + "WorkloadName": {}, "RecommendationType": {} } }, @@ -287,7 +291,7 @@ "ResourceGroupName": {}, "AccountId": {}, "LogPattern": { - "shape": "S12" + "shape": "S13" } } } @@ -307,7 +311,7 @@ "type": "structure", "members": { "Observation": { - "shape": "S1v" + "shape": "S1w" } } } @@ -327,7 +331,7 @@ "type": "structure", "members": { "Problem": { - "shape": "S37" + "shape": "S38" } } } @@ -352,7 +356,7 @@ "ObservationList": { "type": "list", "member": { - "shape": "S1v" + "shape": "S1w" } } } @@ -403,7 +407,7 @@ "ApplicationInfoList": { "type": "list", "member": { - "shape": "Sm" + "shape": "Sn" } }, "NextToken": {} @@ -431,7 +435,7 @@ "ApplicationComponentList": { "type": "list", "member": { - "shape": "S1d" + "shape": "S1e" } }, "NextToken": {} @@ -534,7 +538,7 @@ "LogPatterns": { "type": "list", "member": { - "shape": "S12" + "shape": "S13" } }, "NextToken": {} @@ -567,7 +571,7 @@ "ProblemList": { "type": "list", "member": { - "shape": "S37" + "shape": "S38" } }, "NextToken": {}, @@ -710,6 +714,9 @@ }, "AutoConfigEnabled": { "type": "boolean" + }, + "AttachMissingPermission": { + "type": "boolean" } } }, @@ -717,7 +724,7 @@ "type": "structure", "members": { "ApplicationInfo": { - "shape": "Sm" + "shape": "Sn" } } } @@ -734,7 +741,7 @@ "ComponentName": {}, "NewComponentName": {}, "ResourceList": { - "shape": "St" + "shape": "Su" } } }, @@ -791,7 +798,7 @@ "members": { "ResourceGroupName": {}, "LogPattern": { - "shape": "S12" + "shape": "S13" } } } @@ -864,7 +871,7 @@ } } }, - "Sm": { + "Sn": { "type": "structure", "members": { "AccountId": {}, @@ -881,14 +888,17 @@ "AutoConfigEnabled": { "type": "boolean" }, - "DiscoveryType": {} + "DiscoveryType": {}, + "AttachMissingPermission": { + "type": "boolean" + } } }, - "St": { + "Su": { "type": "list", "member": {} }, - "S12": { + "S13": { "type": "structure", "members": { "PatternSetName": {}, @@ -899,7 +909,7 @@ } } }, - "S1d": { + "S1e": { "type": "structure", "members": { "ComponentName": {}, @@ -921,7 +931,7 @@ } } }, - "S1v": { + "S1w": { "type": "structure", "members": { "Id": {}, @@ -989,7 +999,7 @@ "XRayNodeType": {} } }, - "S37": { + "S38": { "type": "structure", "members": { "Id": {}, diff --git a/iamlivecore/service/apprunner-2020-05-15.min.json b/iamlivecore/service/apprunner-2020-05-15.min.json index 26e133f..7211d84 100644 --- a/iamlivecore/service/apprunner-2020-05-15.min.json +++ b/iamlivecore/service/apprunner-2020-05-15.min.json @@ -104,7 +104,7 @@ ], "members": { "Connection": { - "shape": "Sx" + "shape": "S12" } } } @@ -118,7 +118,7 @@ "members": { "ObservabilityConfigurationName": {}, "TraceConfiguration": { - "shape": "S11" + "shape": "S16" }, "Tags": { "shape": "Sj" @@ -132,7 +132,7 @@ ], "members": { "ObservabilityConfiguration": { - "shape": "S14" + "shape": "S19" } } } @@ -147,26 +147,26 @@ "members": { "ServiceName": {}, "SourceConfiguration": { - "shape": "S18" + "shape": "S1f" }, "InstanceConfiguration": { - "shape": "S1u" + "shape": "S22" }, "Tags": { "shape": "Sj" }, "EncryptionConfiguration": { - "shape": "S1x" + "shape": "S25" }, "HealthCheckConfiguration": { - "shape": "S1z" + "shape": "S27" }, "AutoScalingConfigurationArn": {}, "NetworkConfiguration": { - "shape": "S26" + "shape": "S2e" }, "ObservabilityConfiguration": { - "shape": "S2a" + "shape": "S2j" } } }, @@ -178,7 +178,7 @@ ], "members": { "Service": { - "shape": "S2c" + "shape": "S2l" }, "OperationId": {} } @@ -194,10 +194,10 @@ "members": { "VpcConnectorName": {}, "Subnets": { - "shape": "S2j" + "shape": "S2s" }, "SecurityGroups": { - "shape": "S2j" + "shape": "S2s" }, "Tags": { "shape": "Sj" @@ -211,7 +211,7 @@ ], "members": { "VpcConnector": { - "shape": "S2l" + "shape": "S2u" } } } @@ -228,7 +228,7 @@ "ServiceArn": {}, "VpcIngressConnectionName": {}, "IngressVpcConfiguration": { - "shape": "S2p" + "shape": "S2y" }, "Tags": { "shape": "Sj" @@ -242,7 +242,7 @@ ], "members": { "VpcIngressConnection": { - "shape": "S2r" + "shape": "S30" } } } @@ -254,7 +254,10 @@ "AutoScalingConfigurationArn" ], "members": { - "AutoScalingConfigurationArn": {} + "AutoScalingConfigurationArn": {}, + "DeleteAllRevisions": { + "type": "boolean" + } } }, "output": { @@ -283,7 +286,7 @@ "type": "structure", "members": { "Connection": { - "shape": "Sx" + "shape": "S12" } } } @@ -305,7 +308,7 @@ ], "members": { "ObservabilityConfiguration": { - "shape": "S14" + "shape": "S19" } } } @@ -328,7 +331,7 @@ ], "members": { "Service": { - "shape": "S2c" + "shape": "S2l" }, "OperationId": {} } @@ -351,7 +354,7 @@ ], "members": { "VpcConnector": { - "shape": "S2l" + "shape": "S2u" } } } @@ -373,7 +376,7 @@ ], "members": { "VpcIngressConnection": { - "shape": "S2r" + "shape": "S30" } } } @@ -455,7 +458,7 @@ ], "members": { "ObservabilityConfiguration": { - "shape": "S14" + "shape": "S19" } } } @@ -477,7 +480,7 @@ ], "members": { "Service": { - "shape": "S2c" + "shape": "S2l" } } } @@ -499,7 +502,7 @@ ], "members": { "VpcConnector": { - "shape": "S2l" + "shape": "S2u" } } } @@ -521,7 +524,7 @@ ], "members": { "VpcIngressConnection": { - "shape": "S2r" + "shape": "S30" } } } @@ -581,7 +584,7 @@ "AutoScalingConfigurationSummaryList": { "type": "list", "member": { - "shape": "S2f" + "shape": "S2o" } }, "NextToken": {} @@ -742,6 +745,34 @@ } } }, + "ListServicesForAutoScalingConfiguration": { + "input": { + "type": "structure", + "required": [ + "AutoScalingConfigurationArn" + ], + "members": { + "AutoScalingConfigurationArn": {}, + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "ServiceArnList" + ], + "members": { + "ServiceArnList": { + "type": "list", + "member": {} + }, + "NextToken": {} + } + } + }, "ListTagsForResource": { "input": { "type": "structure", @@ -780,7 +811,7 @@ "VpcConnectors": { "type": "list", "member": { - "shape": "S2l" + "shape": "S2u" } }, "NextToken": {} @@ -841,7 +872,7 @@ ], "members": { "Service": { - "shape": "S2c" + "shape": "S2l" }, "OperationId": {} } @@ -864,7 +895,7 @@ ], "members": { "Service": { - "shape": "S2c" + "shape": "S2l" }, "OperationId": {} } @@ -929,6 +960,28 @@ "members": {} } }, + "UpdateDefaultAutoScalingConfiguration": { + "input": { + "type": "structure", + "required": [ + "AutoScalingConfigurationArn" + ], + "members": { + "AutoScalingConfigurationArn": {} + } + }, + "output": { + "type": "structure", + "required": [ + "AutoScalingConfiguration" + ], + "members": { + "AutoScalingConfiguration": { + "shape": "So" + } + } + } + }, "UpdateService": { "input": { "type": "structure", @@ -938,20 +991,20 @@ "members": { "ServiceArn": {}, "SourceConfiguration": { - "shape": "S18" + "shape": "S1f" }, "InstanceConfiguration": { - "shape": "S1u" + "shape": "S22" }, "AutoScalingConfigurationArn": {}, "HealthCheckConfiguration": { - "shape": "S1z" + "shape": "S27" }, "NetworkConfiguration": { - "shape": "S26" + "shape": "S2e" }, "ObservabilityConfiguration": { - "shape": "S2a" + "shape": "S2j" } } }, @@ -963,7 +1016,7 @@ ], "members": { "Service": { - "shape": "S2c" + "shape": "S2l" }, "OperationId": {} } @@ -979,7 +1032,7 @@ "members": { "VpcIngressConnectionArn": {}, "IngressVpcConfiguration": { - "shape": "S2p" + "shape": "S2y" } } }, @@ -990,7 +1043,7 @@ ], "members": { "VpcIngressConnection": { - "shape": "S2r" + "shape": "S30" } } } @@ -1071,10 +1124,16 @@ }, "DeletedAt": { "type": "timestamp" + }, + "HasAssociatedService": { + "type": "boolean" + }, + "IsDefault": { + "type": "boolean" } } }, - "Sx": { + "S12": { "type": "structure", "members": { "ConnectionName": {}, @@ -1086,7 +1145,7 @@ } } }, - "S11": { + "S16": { "type": "structure", "required": [ "Vendor" @@ -1095,13 +1154,13 @@ "Vendor": {} } }, - "S14": { + "S19": { "type": "structure", "members": { "ObservabilityConfigurationArn": {}, "ObservabilityConfigurationName": {}, "TraceConfiguration": { - "shape": "S11" + "shape": "S16" }, "ObservabilityConfigurationRevision": { "type": "integer" @@ -1118,7 +1177,7 @@ } } }, - "S18": { + "S1f": { "type": "structure", "members": { "CodeRepository": { @@ -1159,19 +1218,20 @@ "sensitive": true }, "StartCommand": { - "shape": "S1h" + "shape": "S1o" }, "Port": {}, "RuntimeEnvironmentVariables": { - "shape": "S1i" + "shape": "S1p" }, "RuntimeEnvironmentSecrets": { - "shape": "S1l" + "shape": "S1s" } } } } - } + }, + "SourceDirectory": {} } }, "ImageRepository": { @@ -1186,14 +1246,14 @@ "type": "structure", "members": { "RuntimeEnvironmentVariables": { - "shape": "S1i" + "shape": "S1p" }, "StartCommand": { - "shape": "S1h" + "shape": "S1o" }, "Port": {}, "RuntimeEnvironmentSecrets": { - "shape": "S1l" + "shape": "S1s" } } }, @@ -1212,11 +1272,11 @@ } } }, - "S1h": { + "S1o": { "type": "string", "sensitive": true }, - "S1i": { + "S1p": { "type": "map", "key": { "type": "string", @@ -1227,7 +1287,7 @@ "sensitive": true } }, - "S1l": { + "S1s": { "type": "map", "key": { "type": "string", @@ -1238,7 +1298,7 @@ "sensitive": true } }, - "S1u": { + "S22": { "type": "structure", "members": { "Cpu": {}, @@ -1246,7 +1306,7 @@ "InstanceRoleArn": {} } }, - "S1x": { + "S25": { "type": "structure", "required": [ "KmsKey" @@ -1255,7 +1315,7 @@ "KmsKey": {} } }, - "S1z": { + "S27": { "type": "structure", "members": { "Protocol": {}, @@ -1274,7 +1334,7 @@ } } }, - "S26": { + "S2e": { "type": "structure", "members": { "EgressConfiguration": { @@ -1291,10 +1351,11 @@ "type": "boolean" } } - } + }, + "IpAddressType": {} } }, - "S2a": { + "S2j": { "type": "structure", "required": [ "ObservabilityEnabled" @@ -1306,7 +1367,7 @@ "ObservabilityConfigurationArn": {} } }, - "S2c": { + "S2l": { "type": "structure", "required": [ "ServiceName", @@ -1336,43 +1397,53 @@ }, "Status": {}, "SourceConfiguration": { - "shape": "S18" + "shape": "S1f" }, "InstanceConfiguration": { - "shape": "S1u" + "shape": "S22" }, "EncryptionConfiguration": { - "shape": "S1x" + "shape": "S25" }, "HealthCheckConfiguration": { - "shape": "S1z" + "shape": "S27" }, "AutoScalingConfigurationSummary": { - "shape": "S2f" + "shape": "S2o" }, "NetworkConfiguration": { - "shape": "S26" + "shape": "S2e" }, "ObservabilityConfiguration": { - "shape": "S2a" + "shape": "S2j" } } }, - "S2f": { + "S2o": { "type": "structure", "members": { "AutoScalingConfigurationArn": {}, "AutoScalingConfigurationName": {}, "AutoScalingConfigurationRevision": { "type": "integer" + }, + "Status": {}, + "CreatedAt": { + "type": "timestamp" + }, + "HasAssociatedService": { + "type": "boolean" + }, + "IsDefault": { + "type": "boolean" } } }, - "S2j": { + "S2s": { "type": "list", "member": {} }, - "S2l": { + "S2u": { "type": "structure", "members": { "VpcConnectorName": {}, @@ -1381,10 +1452,10 @@ "type": "integer" }, "Subnets": { - "shape": "S2j" + "shape": "S2s" }, "SecurityGroups": { - "shape": "S2j" + "shape": "S2s" }, "Status": {}, "CreatedAt": { @@ -1395,14 +1466,14 @@ } } }, - "S2p": { + "S2y": { "type": "structure", "members": { "VpcId": {}, "VpcEndpointId": {} } }, - "S2r": { + "S30": { "type": "structure", "members": { "VpcIngressConnectionArn": {}, @@ -1412,7 +1483,7 @@ "AccountId": {}, "DomainName": {}, "IngressVpcConfiguration": { - "shape": "S2p" + "shape": "S2y" }, "CreatedAt": { "type": "timestamp" diff --git a/iamlivecore/service/appstream-2016-12-01.min.json b/iamlivecore/service/appstream-2016-12-01.min.json index 7740f95..25e0da7 100644 --- a/iamlivecore/service/appstream-2016-12-01.min.json +++ b/iamlivecore/service/appstream-2016-12-01.min.json @@ -401,6 +401,9 @@ }, "SessionScriptS3Location": { "shape": "Sw" + }, + "MaxSessionsPerInstance": { + "type": "integer" } } }, @@ -1129,7 +1132,8 @@ "Limit": { "type": "integer" }, - "AuthenticationType": {} + "AuthenticationType": {}, + "InstanceId": {} } }, "output": { @@ -1162,7 +1166,8 @@ "AuthenticationType": {}, "NetworkAccessConfiguration": { "shape": "S33" - } + }, + "InstanceId": {} } } }, @@ -1846,6 +1851,9 @@ }, "SessionScriptS3Location": { "shape": "Sw" + }, + "MaxSessionsPerInstance": { + "type": "integer" } } }, @@ -2276,12 +2284,12 @@ }, "S2l": { "type": "structure", - "required": [ - "DesiredInstances" - ], "members": { "DesiredInstances": { "type": "integer" + }, + "DesiredSessions": { + "type": "integer" } } }, @@ -2331,6 +2339,18 @@ }, "Available": { "type": "integer" + }, + "DesiredUserSessions": { + "type": "integer" + }, + "AvailableUserSessions": { + "type": "integer" + }, + "ActiveUserSessions": { + "type": "integer" + }, + "ActualUserSessions": { + "type": "integer" } } }, @@ -2377,6 +2397,9 @@ }, "SessionScriptS3Location": { "shape": "Sw" + }, + "MaxSessionsPerInstance": { + "type": "integer" } } }, diff --git a/iamlivecore/service/appsync-2017-07-25.min.json b/iamlivecore/service/appsync-2017-07-25.min.json index 028a434..9257e91 100644 --- a/iamlivecore/service/appsync-2017-07-25.min.json +++ b/iamlivecore/service/appsync-2017-07-25.min.json @@ -902,6 +902,86 @@ } } }, + "GetDataSourceIntrospection": { + "http": { + "method": "GET", + "requestUri": "/v1/datasources/introspections/{introspectionId}" + }, + "input": { + "type": "structure", + "required": [ + "introspectionId" + ], + "members": { + "introspectionId": { + "location": "uri", + "locationName": "introspectionId" + }, + "includeModelsSDL": { + "location": "querystring", + "locationName": "includeModelsSDL", + "type": "boolean" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "introspectionId": {}, + "introspectionStatus": {}, + "introspectionStatusDetail": {}, + "introspectionResult": { + "type": "structure", + "members": { + "models": { + "type": "list", + "member": { + "type": "structure", + "members": { + "name": {}, + "fields": { + "type": "list", + "member": { + "type": "structure", + "members": { + "name": {}, + "type": { + "shape": "S47" + }, + "length": { + "type": "long" + } + } + } + }, + "primaryKey": { + "shape": "S49" + }, + "indexes": { + "type": "list", + "member": { + "shape": "S49" + } + }, + "sdl": {} + } + } + }, + "nextToken": {} + } + } + } + } + }, "GetDomainName": { "http": { "method": "GET", @@ -1374,7 +1454,7 @@ "type": "structure", "members": { "resolvers": { - "shape": "S51" + "shape": "S5e" }, "nextToken": {} } @@ -1415,7 +1495,7 @@ "type": "structure", "members": { "resolvers": { - "shape": "S51" + "shape": "S5e" }, "nextToken": {} } @@ -1530,7 +1610,7 @@ "type": "structure", "members": { "types": { - "shape": "S5d" + "shape": "S5q" }, "nextToken": {} } @@ -1576,12 +1656,43 @@ "type": "structure", "members": { "types": { - "shape": "S5d" + "shape": "S5q" }, "nextToken": {} } } }, + "StartDataSourceIntrospection": { + "http": { + "requestUri": "/v1/datasources/introspections" + }, + "input": { + "type": "structure", + "members": { + "rdsDataApiConfig": { + "type": "structure", + "required": [ + "resourceArn", + "secretArn", + "databaseName" + ], + "members": { + "resourceArn": {}, + "secretArn": {}, + "databaseName": {} + } + } + } + }, + "output": { + "type": "structure", + "members": { + "introspectionId": {}, + "introspectionStatus": {}, + "introspectionStatusDetail": {} + } + } + }, "StartSchemaCreation": { "http": { "requestUri": "/v1/apis/{apiId}/schemacreation" @@ -2521,13 +2632,37 @@ "type": "list", "member": {} }, - "S51": { + "S47": { + "type": "structure", + "members": { + "kind": {}, + "name": {}, + "type": { + "shape": "S47" + }, + "values": { + "type": "list", + "member": {} + } + } + }, + "S49": { + "type": "structure", + "members": { + "name": {}, + "fields": { + "type": "list", + "member": {} + } + } + }, + "S5e": { "type": "list", "member": { "shape": "S2h" } }, - "S5d": { + "S5q": { "type": "list", "member": { "shape": "S2l" diff --git a/iamlivecore/service/arc-zonal-shift-2022-10-30.min.json b/iamlivecore/service/arc-zonal-shift-2022-10-30.min.json index 34b9e67..c639cd7 100644 --- a/iamlivecore/service/arc-zonal-shift-2022-10-30.min.json +++ b/iamlivecore/service/arc-zonal-shift-2022-10-30.min.json @@ -34,6 +34,84 @@ "shape": "S3" } }, + "CreatePracticeRunConfiguration": { + "http": { + "requestUri": "/configuration", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "outcomeAlarms", + "resourceIdentifier" + ], + "members": { + "blockedDates": { + "shape": "Sb" + }, + "blockedWindows": { + "shape": "Sd" + }, + "blockingAlarms": { + "shape": "Sf" + }, + "outcomeAlarms": { + "shape": "Sf" + }, + "resourceIdentifier": {} + } + }, + "output": { + "type": "structure", + "required": [ + "arn", + "name", + "practiceRunConfiguration", + "zonalAutoshiftStatus" + ], + "members": { + "arn": {}, + "name": {}, + "practiceRunConfiguration": { + "shape": "Sl" + }, + "zonalAutoshiftStatus": {} + } + } + }, + "DeletePracticeRunConfiguration": { + "http": { + "method": "DELETE", + "requestUri": "/configuration/{resourceIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceIdentifier" + ], + "members": { + "resourceIdentifier": { + "location": "uri", + "locationName": "resourceIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "arn", + "name", + "zonalAutoshiftStatus" + ], + "members": { + "arn": {}, + "name": {}, + "zonalAutoshiftStatus": {} + } + }, + "idempotent": true + }, "GetManagedResource": { "http": { "method": "GET", @@ -60,42 +138,73 @@ ], "members": { "appliedWeights": { - "type": "map", - "key": {}, - "value": { - "type": "float" - } + "shape": "Sr" }, "arn": {}, + "autoshifts": { + "shape": "St" + }, "name": {}, + "practiceRunConfiguration": { + "shape": "Sl" + }, + "zonalAutoshiftStatus": {}, "zonalShifts": { + "shape": "Sw" + } + } + } + }, + "ListAutoshifts": { + "http": { + "method": "GET", + "requestUri": "/autoshifts", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "status": { + "location": "querystring", + "locationName": "status" + } + } + }, + "output": { + "type": "structure", + "members": { + "items": { "type": "list", "member": { "type": "structure", "required": [ - "appliedStatus", "awayFrom", - "comment", - "expiryTime", - "resourceIdentifier", + "endTime", "startTime", - "zonalShiftId" + "status" ], "members": { - "appliedStatus": {}, "awayFrom": {}, - "comment": {}, - "expiryTime": { + "endTime": { "type": "timestamp" }, - "resourceIdentifier": {}, "startTime": { "type": "timestamp" }, - "zonalShiftId": {} + "status": {} } } - } + }, + "nextToken": {} } } }, @@ -133,12 +242,23 @@ "availabilityZones" ], "members": { + "appliedWeights": { + "shape": "Sr" + }, "arn": {}, + "autoshifts": { + "shape": "St" + }, "availabilityZones": { "type": "list", "member": {} }, - "name": {} + "name": {}, + "practiceRunStatus": {}, + "zonalAutoshiftStatus": {}, + "zonalShifts": { + "shape": "Sw" + } } } }, @@ -164,6 +284,10 @@ "location": "querystring", "locationName": "nextToken" }, + "resourceIdentifier": { + "location": "querystring", + "locationName": "resourceIdentifier" + }, "status": { "location": "querystring", "locationName": "status" @@ -192,6 +316,7 @@ "expiryTime": { "type": "timestamp" }, + "practiceRunOutcome": {}, "resourceIdentifier": {}, "startTime": { "type": "timestamp" @@ -229,6 +354,87 @@ "shape": "S3" } }, + "UpdatePracticeRunConfiguration": { + "http": { + "method": "PATCH", + "requestUri": "/configuration/{resourceIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceIdentifier" + ], + "members": { + "blockedDates": { + "shape": "Sb" + }, + "blockedWindows": { + "shape": "Sd" + }, + "blockingAlarms": { + "shape": "Sf" + }, + "outcomeAlarms": { + "shape": "Sf" + }, + "resourceIdentifier": { + "location": "uri", + "locationName": "resourceIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "arn", + "name", + "practiceRunConfiguration", + "zonalAutoshiftStatus" + ], + "members": { + "arn": {}, + "name": {}, + "practiceRunConfiguration": { + "shape": "Sl" + }, + "zonalAutoshiftStatus": {} + } + } + }, + "UpdateZonalAutoshiftConfiguration": { + "http": { + "method": "PUT", + "requestUri": "/managedresources/{resourceIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceIdentifier", + "zonalAutoshiftStatus" + ], + "members": { + "resourceIdentifier": { + "location": "uri", + "locationName": "resourceIdentifier" + }, + "zonalAutoshiftStatus": {} + } + }, + "output": { + "type": "structure", + "required": [ + "resourceIdentifier", + "zonalAutoshiftStatus" + ], + "members": { + "resourceIdentifier": {}, + "zonalAutoshiftStatus": {} + } + }, + "idempotent": true + }, "UpdateZonalShift": { "http": { "method": "PATCH", @@ -279,6 +485,102 @@ "status": {}, "zonalShiftId": {} } + }, + "Sb": { + "type": "list", + "member": {} + }, + "Sd": { + "type": "list", + "member": {} + }, + "Sf": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "alarmIdentifier", + "type" + ], + "members": { + "alarmIdentifier": {}, + "type": {} + } + } + }, + "Sl": { + "type": "structure", + "required": [ + "outcomeAlarms" + ], + "members": { + "blockedDates": { + "shape": "Sb" + }, + "blockedWindows": { + "shape": "Sd" + }, + "blockingAlarms": { + "shape": "Sf" + }, + "outcomeAlarms": { + "shape": "Sf" + } + } + }, + "Sr": { + "type": "map", + "key": {}, + "value": { + "type": "float" + } + }, + "St": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "appliedStatus", + "awayFrom", + "startTime" + ], + "members": { + "appliedStatus": {}, + "awayFrom": {}, + "startTime": { + "type": "timestamp" + } + } + } + }, + "Sw": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "appliedStatus", + "awayFrom", + "comment", + "expiryTime", + "resourceIdentifier", + "startTime", + "zonalShiftId" + ], + "members": { + "appliedStatus": {}, + "awayFrom": {}, + "comment": {}, + "expiryTime": { + "type": "timestamp" + }, + "practiceRunOutcome": {}, + "resourceIdentifier": {}, + "startTime": { + "type": "timestamp" + }, + "zonalShiftId": {} + } + } } } } \ No newline at end of file diff --git a/iamlivecore/service/athena-2017-05-18.min.json b/iamlivecore/service/athena-2017-05-18.min.json index 00df910..ea70eb8 100644 --- a/iamlivecore/service/athena-2017-05-18.min.json +++ b/iamlivecore/service/athena-2017-05-18.min.json @@ -149,7 +149,7 @@ }, "Name": {}, "Tags": { - "shape": "S1s" + "shape": "S1v" } } }, @@ -171,10 +171,10 @@ "Type": {}, "Description": {}, "Parameters": { - "shape": "S1z" + "shape": "S22" }, "Tags": { - "shape": "S1s" + "shape": "S1v" } } }, @@ -285,11 +285,11 @@ "members": { "Name": {}, "Configuration": { - "shape": "S2i" + "shape": "S2l" }, "Description": {}, "Tags": { - "shape": "S1s" + "shape": "S1v" } } }, @@ -412,7 +412,7 @@ "type": "structure", "members": { "NotebookMetadata": { - "shape": "S34" + "shape": "S38" }, "Payload": {} } @@ -436,10 +436,10 @@ "Description": {}, "WorkingDirectory": {}, "Status": { - "shape": "S3b" + "shape": "S3f" }, "Statistics": { - "shape": "S3d" + "shape": "S3h" }, "Result": { "type": "structure", @@ -484,10 +484,10 @@ "type": "structure", "members": { "Status": { - "shape": "S3b" + "shape": "S3f" }, "Statistics": { - "shape": "S3d" + "shape": "S3h" } } } @@ -513,7 +513,7 @@ "members": { "CapacityReservationName": {}, "CapacityAssignments": { - "shape": "S3o" + "shape": "S3s" } } } @@ -537,7 +537,7 @@ ], "members": { "CapacityReservation": { - "shape": "S3t" + "shape": "S3x" } } } @@ -549,7 +549,8 @@ "Name" ], "members": { - "Name": {} + "Name": {}, + "WorkGroup": {} } }, "output": { @@ -566,7 +567,7 @@ "Description": {}, "Type": {}, "Parameters": { - "shape": "S1z" + "shape": "S22" } } } @@ -582,14 +583,15 @@ ], "members": { "CatalogName": {}, - "DatabaseName": {} + "DatabaseName": {}, + "WorkGroup": {} } }, "output": { "type": "structure", "members": { "Database": { - "shape": "S44" + "shape": "S48" } } } @@ -627,7 +629,7 @@ "type": "structure", "members": { "NotebookMetadata": { - "shape": "S34" + "shape": "S38" } } } @@ -773,6 +775,9 @@ "QueryQueueTimeInMillis": { "type": "long" }, + "ServicePreProcessingTimeInMillis": { + "type": "long" + }, "QueryPlanningTimeInMillis": { "type": "long" }, @@ -805,7 +810,7 @@ } }, "OutputStage": { - "shape": "S4x" + "shape": "S51" } } } @@ -830,7 +835,7 @@ "WorkGroup": {}, "EngineVersion": {}, "EngineConfiguration": { - "shape": "S54" + "shape": "S58" }, "NotebookVersion": {}, "SessionConfiguration": { @@ -847,7 +852,7 @@ } }, "Status": { - "shape": "S59" + "shape": "S5d" }, "Statistics": { "type": "structure", @@ -875,7 +880,7 @@ "members": { "SessionId": {}, "Status": { - "shape": "S59" + "shape": "S5d" } } } @@ -891,14 +896,15 @@ "members": { "CatalogName": {}, "DatabaseName": {}, - "TableName": {} + "TableName": {}, + "WorkGroup": {} } }, "output": { "type": "structure", "members": { "TableMetadata": { - "shape": "S5g" + "shape": "S5k" } } } @@ -925,12 +931,13 @@ "Name": {}, "State": {}, "Configuration": { - "shape": "S2i" + "shape": "S2l" }, "Description": {}, "CreationTime": { "type": "timestamp" - } + }, + "IdentityCenterApplicationArn": {} } } } @@ -1019,7 +1026,7 @@ "CalculationExecutionId": {}, "Description": {}, "Status": { - "shape": "S3b" + "shape": "S3f" } } } @@ -1047,7 +1054,7 @@ "CapacityReservations": { "type": "list", "member": { - "shape": "S3t" + "shape": "S3x" } } } @@ -1060,7 +1067,8 @@ "NextToken": {}, "MaxResults": { "type": "integer" - } + }, + "WorkGroup": {} } }, "output": { @@ -1091,7 +1099,8 @@ "NextToken": {}, "MaxResults": { "type": "integer" - } + }, + "WorkGroup": {} } }, "output": { @@ -1100,7 +1109,7 @@ "DatabaseList": { "type": "list", "member": { - "shape": "S44" + "shape": "S48" } }, "NextToken": {} @@ -1227,7 +1236,7 @@ "NotebookMetadataList": { "type": "list", "member": { - "shape": "S34" + "shape": "S38" } } } @@ -1354,7 +1363,7 @@ }, "NotebookVersion": {}, "Status": { - "shape": "S59" + "shape": "S5d" } } } @@ -1376,7 +1385,8 @@ "NextToken": {}, "MaxResults": { "type": "integer" - } + }, + "WorkGroup": {} } }, "output": { @@ -1385,7 +1395,7 @@ "TableMetadataList": { "type": "list", "member": { - "shape": "S5g" + "shape": "S5k" } }, "NextToken": {} @@ -1410,7 +1420,7 @@ "type": "structure", "members": { "Tags": { - "shape": "S1s" + "shape": "S1v" }, "NextToken": {} } @@ -1442,7 +1452,8 @@ }, "EngineVersion": { "shape": "S1i" - } + }, + "IdentityCenterApplicationArn": {} } } }, @@ -1460,7 +1471,7 @@ "members": { "CapacityReservationName": {}, "CapacityAssignments": { - "shape": "S3o" + "shape": "S3s" } } }, @@ -1544,7 +1555,7 @@ "Description": {}, "WorkGroup": {}, "EngineConfiguration": { - "shape": "S54" + "shape": "S58" }, "NotebookVersion": {}, "SessionIdleTimeoutInMinutes": { @@ -1606,7 +1617,7 @@ "members": { "ResourceARN": {}, "Tags": { - "shape": "S1s" + "shape": "S1v" } } }, @@ -1683,7 +1694,7 @@ "Type": {}, "Description": {}, "Parameters": { - "shape": "S1z" + "shape": "S22" } } }, @@ -1833,10 +1844,13 @@ "AdditionalConfiguration": {}, "ExecutionRole": {}, "CustomerContentEncryptionConfiguration": { - "shape": "S2m" + "shape": "S2o" }, "EnableMinimumEncryptionConfiguration": { "type": "boolean" + }, + "QueryResultsS3AccessGrantsConfiguration": { + "shape": "S1l" } } }, @@ -1945,6 +1959,9 @@ "QueryQueueTimeInMillis": { "type": "long" }, + "ServicePreProcessingTimeInMillis": { + "type": "long" + }, "QueryPlanningTimeInMillis": { "type": "long" }, @@ -1971,7 +1988,10 @@ "ExecutionParameters": { "shape": "S1j" }, - "SubstatementType": {} + "SubstatementType": {}, + "QueryResultsS3AccessGrantsConfiguration": { + "shape": "S1l" + } } }, "Sw": { @@ -2043,7 +2063,23 @@ "type": "list", "member": {} }, - "S1s": { + "S1l": { + "type": "structure", + "required": [ + "EnableS3AccessGrants", + "AuthenticationType" + ], + "members": { + "EnableS3AccessGrants": { + "type": "boolean" + }, + "CreateUserLevelPrefix": { + "type": "boolean" + }, + "AuthenticationType": {} + } + }, + "S1v": { "type": "list", "member": { "type": "structure", @@ -2053,12 +2089,12 @@ } } }, - "S1z": { + "S22": { "type": "map", "key": {}, "value": {} }, - "S2i": { + "S2l": { "type": "structure", "members": { "ResultConfiguration": { @@ -2082,14 +2118,26 @@ "AdditionalConfiguration": {}, "ExecutionRole": {}, "CustomerContentEncryptionConfiguration": { - "shape": "S2m" + "shape": "S2o" }, "EnableMinimumEncryptionConfiguration": { "type": "boolean" + }, + "IdentityCenterConfiguration": { + "type": "structure", + "members": { + "EnableIdentityCenter": { + "type": "boolean" + }, + "IdentityCenterInstanceArn": {} + } + }, + "QueryResultsS3AccessGrantsConfiguration": { + "shape": "S1l" } } }, - "S2m": { + "S2o": { "type": "structure", "required": [ "KmsKey" @@ -2098,7 +2146,7 @@ "KmsKey": {} } }, - "S34": { + "S38": { "type": "structure", "members": { "NotebookId": {}, @@ -2113,7 +2161,7 @@ } } }, - "S3b": { + "S3f": { "type": "structure", "members": { "SubmissionDateTime": { @@ -2126,7 +2174,7 @@ "StateChangeReason": {} } }, - "S3d": { + "S3h": { "type": "structure", "members": { "DpuExecutionInMillis": { @@ -2135,7 +2183,7 @@ "Progress": {} } }, - "S3o": { + "S3s": { "type": "list", "member": { "type": "structure", @@ -2147,7 +2195,7 @@ } } }, - "S3t": { + "S3x": { "type": "structure", "required": [ "Name", @@ -2190,7 +2238,7 @@ } } }, - "S44": { + "S48": { "type": "structure", "required": [ "Name" @@ -2199,11 +2247,11 @@ "Name": {}, "Description": {}, "Parameters": { - "shape": "S1z" + "shape": "S22" } } }, - "S4x": { + "S51": { "type": "structure", "members": { "StageId": { @@ -2226,17 +2274,17 @@ "type": "long" }, "QueryStagePlan": { - "shape": "S4y" + "shape": "S52" }, "SubStages": { "type": "list", "member": { - "shape": "S4x" + "shape": "S51" } } } }, - "S4y": { + "S52": { "type": "structure", "members": { "Name": {}, @@ -2244,7 +2292,7 @@ "Children": { "type": "list", "member": { - "shape": "S4y" + "shape": "S52" } }, "RemoteSources": { @@ -2253,7 +2301,7 @@ } } }, - "S54": { + "S58": { "type": "structure", "required": [ "MaxConcurrentDpus" @@ -2269,14 +2317,14 @@ "type": "integer" }, "AdditionalConfigs": { - "shape": "S1z" + "shape": "S22" }, "SparkProperties": { - "shape": "S1z" + "shape": "S22" } } }, - "S59": { + "S5d": { "type": "structure", "members": { "StartDateTime": { @@ -2295,7 +2343,7 @@ "StateChangeReason": {} } }, - "S5g": { + "S5k": { "type": "structure", "required": [ "Name" @@ -2310,17 +2358,17 @@ }, "TableType": {}, "Columns": { - "shape": "S5i" + "shape": "S5m" }, "PartitionKeys": { - "shape": "S5i" + "shape": "S5m" }, "Parameters": { - "shape": "S1z" + "shape": "S22" } } }, - "S5i": { + "S5m": { "type": "list", "member": { "type": "structure", diff --git a/iamlivecore/service/autoscaling-2011-01-01.min.json b/iamlivecore/service/autoscaling-2011-01-01.min.json index c716c73..d8feb55 100644 --- a/iamlivecore/service/autoscaling-2011-01-01.min.json +++ b/iamlivecore/service/autoscaling-2011-01-01.min.json @@ -288,6 +288,9 @@ }, "TrafficSources": { "shape": "Sd" + }, + "InstanceMaintenancePolicy": { + "shape": "S2y" } } } @@ -303,11 +306,11 @@ "ImageId": {}, "KeyName": {}, "SecurityGroups": { - "shape": "S2z" + "shape": "S32" }, "ClassicLinkVPCId": {}, "ClassicLinkVPCSecurityGroups": { - "shape": "S30" + "shape": "S33" }, "UserData": {}, "InstanceId": {}, @@ -315,10 +318,10 @@ "KernelId": {}, "RamdiskId": {}, "BlockDeviceMappings": { - "shape": "S32" + "shape": "S35" }, "InstanceMonitoring": { - "shape": "S3c" + "shape": "S3f" }, "SpotPrice": {}, "IamInstanceProfile": {}, @@ -330,7 +333,7 @@ }, "PlacementTenancy": {}, "MetadataOptions": { - "shape": "S3h" + "shape": "S3k" } } } @@ -503,14 +506,14 @@ "type": "structure", "members": { "AutoScalingGroupNames": { - "shape": "S46" + "shape": "S49" }, "NextToken": {}, "MaxRecords": { "type": "integer" }, "Filters": { - "shape": "S48" + "shape": "S4b" } } }, @@ -574,7 +577,7 @@ "type": "integer" }, "Instances": { - "shape": "S4f" + "shape": "S4i" }, "CreatedTime": { "type": "timestamp" @@ -603,7 +606,7 @@ }, "Status": {}, "Tags": { - "shape": "S4m" + "shape": "S4p" }, "TerminationPolicies": { "shape": "S2g" @@ -619,7 +622,7 @@ "type": "boolean" }, "WarmPoolConfiguration": { - "shape": "S4o" + "shape": "S4r" }, "WarmPoolSize": { "type": "integer" @@ -631,6 +634,9 @@ }, "TrafficSources": { "shape": "Sd" + }, + "InstanceMaintenancePolicy": { + "shape": "S2y" } } } @@ -696,7 +702,7 @@ "type": "structure", "members": { "AutoScalingNotificationTypes": { - "shape": "S51" + "shape": "S54" } } } @@ -745,13 +751,13 @@ "type": "integer" }, "ProgressDetails": { - "shape": "S5a" + "shape": "S5e" }, "Preferences": { - "shape": "S5d" + "shape": "S5h" }, "DesiredConfiguration": { - "shape": "S5o" + "shape": "S5t" }, "RollbackDetails": { "type": "structure", @@ -767,7 +773,7 @@ "type": "integer" }, "ProgressDetailsOnRollback": { - "shape": "S5a" + "shape": "S5e" } } } @@ -815,21 +821,21 @@ "ImageId": {}, "KeyName": {}, "SecurityGroups": { - "shape": "S2z" + "shape": "S32" }, "ClassicLinkVPCId": {}, "ClassicLinkVPCSecurityGroups": { - "shape": "S30" + "shape": "S33" }, "UserData": {}, "InstanceType": {}, "KernelId": {}, "RamdiskId": {}, "BlockDeviceMappings": { - "shape": "S32" + "shape": "S35" }, "InstanceMonitoring": { - "shape": "S3c" + "shape": "S3f" }, "SpotPrice": {}, "IamInstanceProfile": {}, @@ -844,7 +850,7 @@ }, "PlacementTenancy": {}, "MetadataOptions": { - "shape": "S3h" + "shape": "S3k" } } } @@ -859,7 +865,7 @@ "type": "structure", "members": { "LifecycleHookTypes": { - "shape": "S51" + "shape": "S54" } } } @@ -1001,7 +1007,7 @@ "type": "structure", "members": { "AutoScalingGroupNames": { - "shape": "S46" + "shape": "S49" }, "NextToken": {}, "MaxRecords": { @@ -1065,7 +1071,7 @@ "PolicyType": {}, "AdjustmentType": {}, "MinAdjustmentStep": { - "shape": "S6p" + "shape": "S6u" }, "MinAdjustmentMagnitude": { "type": "integer" @@ -1077,23 +1083,23 @@ "type": "integer" }, "StepAdjustments": { - "shape": "S6s" + "shape": "S6x" }, "MetricAggregationType": {}, "EstimatedInstanceWarmup": { "type": "integer" }, "Alarms": { - "shape": "S6w" + "shape": "S71" }, "TargetTrackingConfiguration": { - "shape": "S6y" + "shape": "S73" }, "Enabled": { "type": "boolean" }, "PredictiveScalingConfiguration": { - "shape": "S7j" + "shape": "S7o" } } } @@ -1128,7 +1134,7 @@ ], "members": { "Activities": { - "shape": "S86" + "shape": "S8b" }, "NextToken": {} } @@ -1218,7 +1224,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S48" + "shape": "S4b" }, "NextToken": {}, "MaxRecords": { @@ -1231,7 +1237,7 @@ "type": "structure", "members": { "Tags": { - "shape": "S4m" + "shape": "S4p" }, "NextToken": {} } @@ -1305,10 +1311,10 @@ "type": "structure", "members": { "WarmPoolConfiguration": { - "shape": "S4o" + "shape": "S4r" }, "Instances": { - "shape": "S4f" + "shape": "S4i" }, "NextToken": {} } @@ -1336,7 +1342,7 @@ "type": "structure", "members": { "Activities": { - "shape": "S86" + "shape": "S8b" } } } @@ -1410,7 +1416,7 @@ "members": { "AutoScalingGroupName": {}, "Metrics": { - "shape": "S91" + "shape": "S96" } } } @@ -1425,7 +1431,7 @@ "members": { "AutoScalingGroupName": {}, "Metrics": { - "shape": "S91" + "shape": "S96" }, "Granularity": {} } @@ -1453,7 +1459,7 @@ "type": "structure", "members": { "Activities": { - "shape": "S86" + "shape": "S8b" } } } @@ -1497,7 +1503,7 @@ "type": "structure", "members": { "Activities": { - "shape": "S86" + "shape": "S8b" } } } @@ -1542,13 +1548,13 @@ ], "members": { "Timestamps": { - "shape": "S9d" + "shape": "S9i" }, "Values": { - "shape": "S9e" + "shape": "S9j" }, "MetricSpecification": { - "shape": "S7l" + "shape": "S7q" } } } @@ -1561,10 +1567,10 @@ ], "members": { "Timestamps": { - "shape": "S9d" + "shape": "S9i" }, "Values": { - "shape": "S9e" + "shape": "S9j" } } }, @@ -1612,7 +1618,7 @@ "AutoScalingGroupName": {}, "TopicARN": {}, "NotificationTypes": { - "shape": "S51" + "shape": "S54" } } } @@ -1630,7 +1636,7 @@ "PolicyType": {}, "AdjustmentType": {}, "MinAdjustmentStep": { - "shape": "S6p" + "shape": "S6u" }, "MinAdjustmentMagnitude": { "type": "integer" @@ -1643,19 +1649,19 @@ }, "MetricAggregationType": {}, "StepAdjustments": { - "shape": "S6s" + "shape": "S6x" }, "EstimatedInstanceWarmup": { "type": "integer" }, "TargetTrackingConfiguration": { - "shape": "S6y" + "shape": "S73" }, "Enabled": { "type": "boolean" }, "PredictiveScalingConfiguration": { - "shape": "S7j" + "shape": "S7o" } } }, @@ -1665,7 +1671,7 @@ "members": { "PolicyARN": {}, "Alarms": { - "shape": "S6w" + "shape": "S71" } } } @@ -1719,7 +1725,7 @@ }, "PoolState": {}, "InstanceReusePolicy": { - "shape": "S4t" + "shape": "S4w" } } }, @@ -1751,7 +1757,7 @@ }, "ResumeProcesses": { "input": { - "shape": "S9q" + "shape": "S9v" } }, "RollbackInstanceRefresh": { @@ -1840,10 +1846,10 @@ "AutoScalingGroupName": {}, "Strategy": {}, "DesiredConfiguration": { - "shape": "S5o" + "shape": "S5t" }, "Preferences": { - "shape": "S5d" + "shape": "S5h" } } }, @@ -1857,7 +1863,7 @@ }, "SuspendProcesses": { "input": { - "shape": "S9q" + "shape": "S9v" } }, "TerminateInstanceInAutoScalingGroup": { @@ -1879,7 +1885,7 @@ "type": "structure", "members": { "Activity": { - "shape": "S87" + "shape": "S8c" } } } @@ -1937,6 +1943,9 @@ "DesiredCapacityType": {}, "DefaultInstanceWarmup": { "type": "integer" + }, + "InstanceMaintenancePolicy": { + "shape": "S2y" } } } @@ -2221,15 +2230,26 @@ } } }, - "S2z": { + "S2y": { + "type": "structure", + "members": { + "MinHealthyPercentage": { + "type": "integer" + }, + "MaxHealthyPercentage": { + "type": "integer" + } + } + }, + "S32": { "type": "list", "member": {} }, - "S30": { + "S33": { "type": "list", "member": {} }, - "S32": { + "S35": { "type": "list", "member": { "type": "structure", @@ -2267,7 +2287,7 @@ } } }, - "S3c": { + "S3f": { "type": "structure", "members": { "Enabled": { @@ -2275,7 +2295,7 @@ } } }, - "S3h": { + "S3k": { "type": "structure", "members": { "HttpTokens": {}, @@ -2285,11 +2305,11 @@ "HttpEndpoint": {} } }, - "S46": { + "S49": { "type": "list", "member": {} }, - "S48": { + "S4b": { "type": "list", "member": { "type": "structure", @@ -2302,7 +2322,7 @@ } } }, - "S4f": { + "S4i": { "type": "list", "member": { "type": "structure", @@ -2330,7 +2350,7 @@ } } }, - "S4m": { + "S4p": { "type": "list", "member": { "type": "structure", @@ -2345,7 +2365,7 @@ } } }, - "S4o": { + "S4r": { "type": "structure", "members": { "MaxGroupPreparedCapacity": { @@ -2357,11 +2377,11 @@ "PoolState": {}, "Status": {}, "InstanceReusePolicy": { - "shape": "S4t" + "shape": "S4w" } } }, - "S4t": { + "S4w": { "type": "structure", "members": { "ReuseOnScaleIn": { @@ -2369,11 +2389,11 @@ } } }, - "S51": { + "S54": { "type": "list", "member": {} }, - "S5a": { + "S5e": { "type": "structure", "members": { "LivePoolProgress": { @@ -2400,7 +2420,7 @@ } } }, - "S5d": { + "S5h": { "type": "structure", "members": { "MinHealthyPercentage": { @@ -2434,10 +2454,13 @@ "member": {} } } + }, + "MaxHealthyPercentage": { + "type": "integer" } } }, - "S5o": { + "S5t": { "type": "structure", "members": { "LaunchTemplate": { @@ -2448,11 +2471,11 @@ } } }, - "S6p": { + "S6u": { "type": "integer", "deprecated": true }, - "S6s": { + "S6x": { "type": "list", "member": { "type": "structure", @@ -2472,7 +2495,7 @@ } } }, - "S6w": { + "S71": { "type": "list", "member": { "type": "structure", @@ -2482,7 +2505,7 @@ } } }, - "S6y": { + "S73": { "type": "structure", "required": [ "TargetValue" @@ -2504,7 +2527,7 @@ "MetricName": {}, "Namespace": {}, "Dimensions": { - "shape": "S74" + "shape": "S79" }, "Statistic": {}, "Unit": {}, @@ -2526,7 +2549,7 @@ ], "members": { "Metric": { - "shape": "S7d" + "shape": "S7i" }, "Stat": {}, "Unit": {} @@ -2549,7 +2572,7 @@ } } }, - "S74": { + "S79": { "type": "list", "member": { "type": "structure", @@ -2563,7 +2586,7 @@ } } }, - "S7d": { + "S7i": { "type": "structure", "required": [ "Namespace", @@ -2573,11 +2596,11 @@ "Namespace": {}, "MetricName": {}, "Dimensions": { - "shape": "S74" + "shape": "S79" } } }, - "S7j": { + "S7o": { "type": "structure", "required": [ "MetricSpecifications" @@ -2586,7 +2609,7 @@ "MetricSpecifications": { "type": "list", "member": { - "shape": "S7l" + "shape": "S7q" } }, "Mode": {}, @@ -2599,7 +2622,7 @@ } } }, - "S7l": { + "S7q": { "type": "structure", "required": [ "TargetValue" @@ -2645,7 +2668,7 @@ ], "members": { "MetricDataQueries": { - "shape": "S7t" + "shape": "S7y" } } }, @@ -2656,7 +2679,7 @@ ], "members": { "MetricDataQueries": { - "shape": "S7t" + "shape": "S7y" } } }, @@ -2667,13 +2690,13 @@ ], "members": { "MetricDataQueries": { - "shape": "S7t" + "shape": "S7y" } } } } }, - "S7t": { + "S7y": { "type": "list", "member": { "type": "structure", @@ -2691,7 +2714,7 @@ ], "members": { "Metric": { - "shape": "S7d" + "shape": "S7i" }, "Stat": {}, "Unit": {} @@ -2704,13 +2727,13 @@ } } }, - "S86": { + "S8b": { "type": "list", "member": { - "shape": "S87" + "shape": "S8c" } }, - "S87": { + "S8c": { "type": "structure", "required": [ "ActivityId", @@ -2740,23 +2763,23 @@ "AutoScalingGroupARN": {} } }, - "S91": { + "S96": { "type": "list", "member": {} }, - "S9d": { + "S9i": { "type": "list", "member": { "type": "timestamp" } }, - "S9e": { + "S9j": { "type": "list", "member": { "type": "double" } }, - "S9q": { + "S9v": { "type": "structure", "required": [ "AutoScalingGroupName" diff --git a/iamlivecore/service/b2bi-2022-06-23.min.json b/iamlivecore/service/b2bi-2022-06-23.min.json new file mode 100644 index 0000000..4de20e2 --- /dev/null +++ b/iamlivecore/service/b2bi-2022-06-23.min.json @@ -0,0 +1,1095 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2022-06-23", + "endpointPrefix": "b2bi", + "jsonVersion": "1.0", + "protocol": "json", + "serviceAbbreviation": "AWS B2BI", + "serviceFullName": "AWS B2B Data Interchange", + "serviceId": "b2bi", + "signatureVersion": "v4", + "signingName": "b2bi", + "targetPrefix": "B2BI", + "uid": "b2bi-2022-06-23" + }, + "operations": { + "CreateCapability": { + "input": { + "type": "structure", + "required": [ + "name", + "type", + "configuration" + ], + "members": { + "name": {}, + "type": {}, + "configuration": { + "shape": "S4" + }, + "instructionsDocuments": { + "shape": "Se" + }, + "clientToken": { + "idempotencyToken": true + }, + "tags": { + "shape": "Sg" + } + } + }, + "output": { + "type": "structure", + "required": [ + "capabilityId", + "capabilityArn", + "name", + "type", + "configuration", + "createdAt" + ], + "members": { + "capabilityId": {}, + "capabilityArn": {}, + "name": {}, + "type": {}, + "configuration": { + "shape": "S4" + }, + "instructionsDocuments": { + "shape": "Se" + }, + "createdAt": { + "shape": "Sn" + } + } + }, + "idempotent": true + }, + "CreatePartnership": { + "input": { + "type": "structure", + "required": [ + "profileId", + "name", + "email" + ], + "members": { + "profileId": {}, + "name": {}, + "email": { + "shape": "Sr" + }, + "phone": { + "shape": "Ss" + }, + "capabilities": { + "shape": "St" + }, + "clientToken": { + "idempotencyToken": true + }, + "tags": { + "shape": "Sg" + } + } + }, + "output": { + "type": "structure", + "required": [ + "profileId", + "partnershipId", + "partnershipArn", + "createdAt" + ], + "members": { + "profileId": {}, + "partnershipId": {}, + "partnershipArn": {}, + "name": {}, + "email": { + "shape": "Sr" + }, + "phone": { + "shape": "Ss" + }, + "capabilities": { + "shape": "St" + }, + "tradingPartnerId": {}, + "createdAt": { + "shape": "Sn" + } + } + }, + "idempotent": true + }, + "CreateProfile": { + "input": { + "type": "structure", + "required": [ + "name", + "phone", + "businessName", + "logging" + ], + "members": { + "name": {}, + "email": { + "shape": "Sr" + }, + "phone": { + "shape": "Ss" + }, + "businessName": {}, + "logging": {}, + "clientToken": { + "idempotencyToken": true + }, + "tags": { + "shape": "Sg" + } + } + }, + "output": { + "type": "structure", + "required": [ + "profileId", + "profileArn", + "name", + "businessName", + "phone", + "createdAt" + ], + "members": { + "profileId": {}, + "profileArn": {}, + "name": {}, + "businessName": {}, + "phone": { + "shape": "Ss" + }, + "email": { + "shape": "Sr" + }, + "logging": {}, + "logGroupName": {}, + "createdAt": { + "shape": "Sn" + } + } + }, + "idempotent": true + }, + "CreateTransformer": { + "input": { + "type": "structure", + "required": [ + "name", + "fileFormat", + "mappingTemplate", + "ediType" + ], + "members": { + "name": {}, + "fileFormat": {}, + "mappingTemplate": {}, + "ediType": { + "shape": "S6" + }, + "sampleDocument": {}, + "clientToken": { + "idempotencyToken": true + }, + "tags": { + "shape": "Sg" + } + } + }, + "output": { + "type": "structure", + "required": [ + "transformerId", + "transformerArn", + "name", + "fileFormat", + "mappingTemplate", + "status", + "ediType", + "createdAt" + ], + "members": { + "transformerId": {}, + "transformerArn": {}, + "name": {}, + "fileFormat": {}, + "mappingTemplate": {}, + "status": {}, + "ediType": { + "shape": "S6" + }, + "sampleDocument": {}, + "createdAt": { + "shape": "Sn" + } + } + }, + "idempotent": true + }, + "DeleteCapability": { + "input": { + "type": "structure", + "required": [ + "capabilityId" + ], + "members": { + "capabilityId": {} + } + }, + "idempotent": true + }, + "DeletePartnership": { + "input": { + "type": "structure", + "required": [ + "partnershipId" + ], + "members": { + "partnershipId": {} + } + }, + "idempotent": true + }, + "DeleteProfile": { + "input": { + "type": "structure", + "required": [ + "profileId" + ], + "members": { + "profileId": {} + } + }, + "idempotent": true + }, + "DeleteTransformer": { + "input": { + "type": "structure", + "required": [ + "transformerId" + ], + "members": { + "transformerId": {} + } + }, + "idempotent": true + }, + "GetCapability": { + "input": { + "type": "structure", + "required": [ + "capabilityId" + ], + "members": { + "capabilityId": {} + } + }, + "output": { + "type": "structure", + "required": [ + "capabilityId", + "capabilityArn", + "name", + "type", + "configuration", + "createdAt" + ], + "members": { + "capabilityId": {}, + "capabilityArn": {}, + "name": {}, + "type": {}, + "configuration": { + "shape": "S4" + }, + "instructionsDocuments": { + "shape": "Se" + }, + "createdAt": { + "shape": "Sn" + }, + "modifiedAt": { + "shape": "S1g" + } + } + } + }, + "GetPartnership": { + "input": { + "type": "structure", + "required": [ + "partnershipId" + ], + "members": { + "partnershipId": {} + } + }, + "output": { + "type": "structure", + "required": [ + "profileId", + "partnershipId", + "partnershipArn", + "createdAt" + ], + "members": { + "profileId": {}, + "partnershipId": {}, + "partnershipArn": {}, + "name": {}, + "email": { + "shape": "Sr" + }, + "phone": { + "shape": "Ss" + }, + "capabilities": { + "shape": "St" + }, + "tradingPartnerId": {}, + "createdAt": { + "shape": "Sn" + }, + "modifiedAt": { + "shape": "S1g" + } + } + } + }, + "GetProfile": { + "input": { + "type": "structure", + "required": [ + "profileId" + ], + "members": { + "profileId": {} + } + }, + "output": { + "type": "structure", + "required": [ + "profileId", + "profileArn", + "name", + "phone", + "businessName", + "createdAt" + ], + "members": { + "profileId": {}, + "profileArn": {}, + "name": {}, + "email": { + "shape": "Sr" + }, + "phone": { + "shape": "Ss" + }, + "businessName": {}, + "logging": {}, + "logGroupName": {}, + "createdAt": { + "shape": "Sn" + }, + "modifiedAt": { + "shape": "S1g" + } + } + } + }, + "GetTransformer": { + "input": { + "type": "structure", + "required": [ + "transformerId" + ], + "members": { + "transformerId": {} + } + }, + "output": { + "type": "structure", + "required": [ + "transformerId", + "transformerArn", + "name", + "fileFormat", + "mappingTemplate", + "status", + "ediType", + "createdAt" + ], + "members": { + "transformerId": {}, + "transformerArn": {}, + "name": {}, + "fileFormat": {}, + "mappingTemplate": {}, + "status": {}, + "ediType": { + "shape": "S6" + }, + "sampleDocument": {}, + "createdAt": { + "shape": "Sn" + }, + "modifiedAt": { + "shape": "S1g" + } + } + } + }, + "GetTransformerJob": { + "input": { + "type": "structure", + "required": [ + "transformerJobId", + "transformerId" + ], + "members": { + "transformerJobId": {}, + "transformerId": {} + } + }, + "output": { + "type": "structure", + "required": [ + "status" + ], + "members": { + "status": {}, + "outputFiles": { + "type": "list", + "member": { + "shape": "Sa" + } + }, + "message": {} + } + } + }, + "ListCapabilities": { + "input": { + "type": "structure", + "members": { + "nextToken": {}, + "maxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "capabilities" + ], + "members": { + "capabilities": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "capabilityId", + "name", + "type", + "createdAt" + ], + "members": { + "capabilityId": {}, + "name": {}, + "type": {}, + "createdAt": { + "shape": "Sn" + }, + "modifiedAt": { + "shape": "S1g" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListPartnerships": { + "input": { + "type": "structure", + "members": { + "profileId": {}, + "nextToken": {}, + "maxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "partnerships" + ], + "members": { + "partnerships": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "profileId", + "partnershipId", + "createdAt" + ], + "members": { + "profileId": {}, + "partnershipId": {}, + "name": {}, + "capabilities": { + "shape": "St" + }, + "tradingPartnerId": {}, + "createdAt": { + "shape": "Sn" + }, + "modifiedAt": { + "shape": "S1g" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListProfiles": { + "input": { + "type": "structure", + "members": { + "nextToken": {}, + "maxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "profiles" + ], + "members": { + "profiles": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "profileId", + "name", + "businessName", + "createdAt" + ], + "members": { + "profileId": {}, + "name": {}, + "businessName": {}, + "logging": {}, + "logGroupName": {}, + "createdAt": { + "shape": "Sn" + }, + "modifiedAt": { + "shape": "S1g" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListTagsForResource": { + "input": { + "type": "structure", + "required": [ + "ResourceARN" + ], + "members": { + "ResourceARN": {} + } + }, + "output": { + "type": "structure", + "members": { + "Tags": { + "shape": "Sg" + } + } + } + }, + "ListTransformers": { + "input": { + "type": "structure", + "members": { + "nextToken": {}, + "maxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "transformers" + ], + "members": { + "transformers": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "transformerId", + "name", + "fileFormat", + "mappingTemplate", + "status", + "ediType", + "createdAt" + ], + "members": { + "transformerId": {}, + "name": {}, + "fileFormat": {}, + "mappingTemplate": {}, + "status": {}, + "ediType": { + "shape": "S6" + }, + "sampleDocument": {}, + "createdAt": { + "shape": "Sn" + }, + "modifiedAt": { + "shape": "S1g" + } + } + } + }, + "nextToken": {} + } + } + }, + "StartTransformerJob": { + "input": { + "type": "structure", + "required": [ + "inputFile", + "outputLocation", + "transformerId" + ], + "members": { + "inputFile": { + "shape": "Sa" + }, + "outputLocation": { + "shape": "Sa" + }, + "transformerId": {}, + "clientToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "required": [ + "transformerJobId" + ], + "members": { + "transformerJobId": {} + } + }, + "idempotent": true + }, + "TagResource": { + "input": { + "type": "structure", + "required": [ + "ResourceARN", + "Tags" + ], + "members": { + "ResourceARN": {}, + "Tags": { + "shape": "Sg" + } + } + } + }, + "TestMapping": { + "input": { + "type": "structure", + "required": [ + "inputFileContent", + "mappingTemplate", + "fileFormat" + ], + "members": { + "inputFileContent": {}, + "mappingTemplate": {}, + "fileFormat": {} + } + }, + "output": { + "type": "structure", + "required": [ + "mappedFileContent" + ], + "members": { + "mappedFileContent": {} + } + }, + "idempotent": true + }, + "TestParsing": { + "input": { + "type": "structure", + "required": [ + "inputFile", + "fileFormat", + "ediType" + ], + "members": { + "inputFile": { + "shape": "Sa" + }, + "fileFormat": {}, + "ediType": { + "shape": "S6" + } + } + }, + "output": { + "type": "structure", + "required": [ + "parsedFileContent" + ], + "members": { + "parsedFileContent": {} + } + }, + "idempotent": true + }, + "UntagResource": { + "input": { + "type": "structure", + "required": [ + "ResourceARN", + "TagKeys" + ], + "members": { + "ResourceARN": {}, + "TagKeys": { + "type": "list", + "member": {} + } + } + }, + "idempotent": true + }, + "UpdateCapability": { + "input": { + "type": "structure", + "required": [ + "capabilityId" + ], + "members": { + "capabilityId": {}, + "name": {}, + "configuration": { + "shape": "S4" + }, + "instructionsDocuments": { + "shape": "Se" + } + } + }, + "output": { + "type": "structure", + "required": [ + "capabilityId", + "capabilityArn", + "name", + "type", + "configuration", + "createdAt" + ], + "members": { + "capabilityId": {}, + "capabilityArn": {}, + "name": {}, + "type": {}, + "configuration": { + "shape": "S4" + }, + "instructionsDocuments": { + "shape": "Se" + }, + "createdAt": { + "shape": "Sn" + }, + "modifiedAt": { + "shape": "S1g" + } + } + }, + "idempotent": true + }, + "UpdatePartnership": { + "input": { + "type": "structure", + "required": [ + "partnershipId" + ], + "members": { + "partnershipId": {}, + "name": {}, + "capabilities": { + "shape": "St" + } + } + }, + "output": { + "type": "structure", + "required": [ + "profileId", + "partnershipId", + "partnershipArn", + "createdAt" + ], + "members": { + "profileId": {}, + "partnershipId": {}, + "partnershipArn": {}, + "name": {}, + "email": { + "shape": "Sr" + }, + "phone": { + "shape": "Ss" + }, + "capabilities": { + "shape": "St" + }, + "tradingPartnerId": {}, + "createdAt": { + "shape": "Sn" + }, + "modifiedAt": { + "shape": "S1g" + } + } + }, + "idempotent": true + }, + "UpdateProfile": { + "input": { + "type": "structure", + "required": [ + "profileId" + ], + "members": { + "profileId": {}, + "name": {}, + "email": { + "shape": "Sr" + }, + "phone": { + "shape": "Ss" + }, + "businessName": {} + } + }, + "output": { + "type": "structure", + "required": [ + "profileId", + "profileArn", + "name", + "phone", + "businessName", + "createdAt" + ], + "members": { + "profileId": {}, + "profileArn": {}, + "name": {}, + "email": { + "shape": "Sr" + }, + "phone": { + "shape": "Ss" + }, + "businessName": {}, + "logging": {}, + "logGroupName": {}, + "createdAt": { + "shape": "Sn" + }, + "modifiedAt": { + "shape": "S1g" + } + } + }, + "idempotent": true + }, + "UpdateTransformer": { + "input": { + "type": "structure", + "required": [ + "transformerId" + ], + "members": { + "transformerId": {}, + "name": {}, + "fileFormat": {}, + "mappingTemplate": {}, + "status": {}, + "ediType": { + "shape": "S6" + }, + "sampleDocument": {} + } + }, + "output": { + "type": "structure", + "required": [ + "transformerId", + "transformerArn", + "name", + "fileFormat", + "mappingTemplate", + "status", + "ediType", + "createdAt", + "modifiedAt" + ], + "members": { + "transformerId": {}, + "transformerArn": {}, + "name": {}, + "fileFormat": {}, + "mappingTemplate": {}, + "status": {}, + "ediType": { + "shape": "S6" + }, + "sampleDocument": {}, + "createdAt": { + "shape": "Sn" + }, + "modifiedAt": { + "shape": "S1g" + } + } + }, + "idempotent": true + } + }, + "shapes": { + "S4": { + "type": "structure", + "members": { + "edi": { + "type": "structure", + "required": [ + "type", + "inputLocation", + "outputLocation", + "transformerId" + ], + "members": { + "type": { + "shape": "S6" + }, + "inputLocation": { + "shape": "Sa" + }, + "outputLocation": { + "shape": "Sa" + }, + "transformerId": {} + } + } + }, + "union": true + }, + "S6": { + "type": "structure", + "members": { + "x12Details": { + "type": "structure", + "members": { + "transactionSet": {}, + "version": {} + } + } + }, + "union": true + }, + "Sa": { + "type": "structure", + "members": { + "bucketName": {}, + "key": {} + } + }, + "Se": { + "type": "list", + "member": { + "shape": "Sa" + } + }, + "Sg": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Key", + "Value" + ], + "members": { + "Key": {}, + "Value": {} + } + } + }, + "Sn": { + "type": "timestamp", + "timestampFormat": "iso8601" + }, + "Sr": { + "type": "string", + "sensitive": true + }, + "Ss": { + "type": "string", + "sensitive": true + }, + "St": { + "type": "list", + "member": {} + }, + "S1g": { + "type": "timestamp", + "timestampFormat": "iso8601" + } + } +} \ No newline at end of file diff --git a/iamlivecore/service/backup-2018-11-15.min.json b/iamlivecore/service/backup-2018-11-15.min.json index 30b1273..1d90e73 100644 --- a/iamlivecore/service/backup-2018-11-15.min.json +++ b/iamlivecore/service/backup-2018-11-15.min.json @@ -60,7 +60,7 @@ "shape": "S6" }, "BackupPlanTags": { - "shape": "Sf" + "shape": "Sg" }, "CreatorRequestId": {} } @@ -131,7 +131,7 @@ "locationName": "backupVaultName" }, "BackupVaultTags": { - "shape": "Sf" + "shape": "Sg" }, "EncryptionKeyArn": {}, "CreatorRequestId": {} @@ -200,7 +200,7 @@ "shape": "S1r" }, "Tags": { - "shape": "Sf" + "shape": "Sg" } } }, @@ -240,7 +240,7 @@ "locationName": "backupVaultName" }, "BackupVaultTags": { - "shape": "Sf" + "shape": "Sg" }, "CreatorRequestId": {}, "MinRetentionDays": { @@ -304,6 +304,124 @@ }, "idempotent": true }, + "CreateRestoreTestingPlan": { + "http": { + "method": "PUT", + "requestUri": "/restore-testing/plans", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "RestoreTestingPlan" + ], + "members": { + "CreatorRequestId": {}, + "RestoreTestingPlan": { + "type": "structure", + "required": [ + "RecoveryPointSelection", + "RestoreTestingPlanName", + "ScheduleExpression" + ], + "members": { + "RecoveryPointSelection": { + "shape": "S2c" + }, + "RestoreTestingPlanName": {}, + "ScheduleExpression": {}, + "ScheduleExpressionTimezone": {}, + "StartWindowHours": { + "type": "integer" + } + } + }, + "Tags": { + "shape": "S2g" + } + } + }, + "output": { + "type": "structure", + "required": [ + "CreationTime", + "RestoreTestingPlanArn", + "RestoreTestingPlanName" + ], + "members": { + "CreationTime": { + "type": "timestamp" + }, + "RestoreTestingPlanArn": {}, + "RestoreTestingPlanName": {} + } + }, + "idempotent": true + }, + "CreateRestoreTestingSelection": { + "http": { + "method": "PUT", + "requestUri": "/restore-testing/plans/{RestoreTestingPlanName}/selections", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "RestoreTestingPlanName", + "RestoreTestingSelection" + ], + "members": { + "CreatorRequestId": {}, + "RestoreTestingPlanName": { + "location": "uri", + "locationName": "RestoreTestingPlanName" + }, + "RestoreTestingSelection": { + "type": "structure", + "required": [ + "IamRoleArn", + "ProtectedResourceType", + "RestoreTestingSelectionName" + ], + "members": { + "IamRoleArn": {}, + "ProtectedResourceArns": { + "shape": "S26" + }, + "ProtectedResourceConditions": { + "shape": "S2l" + }, + "ProtectedResourceType": {}, + "RestoreMetadataOverrides": { + "shape": "S2g" + }, + "RestoreTestingSelectionName": {}, + "ValidationWindowHours": { + "type": "integer" + } + } + } + } + }, + "output": { + "type": "structure", + "required": [ + "CreationTime", + "RestoreTestingPlanArn", + "RestoreTestingPlanName", + "RestoreTestingSelectionName" + ], + "members": { + "CreationTime": { + "type": "timestamp" + }, + "RestoreTestingPlanArn": {}, + "RestoreTestingPlanName": {}, + "RestoreTestingSelectionName": {} + } + }, + "idempotent": true + }, "DeleteBackupPlan": { "http": { "method": "DELETE", @@ -492,6 +610,51 @@ }, "idempotent": true }, + "DeleteRestoreTestingPlan": { + "http": { + "method": "DELETE", + "requestUri": "/restore-testing/plans/{RestoreTestingPlanName}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "RestoreTestingPlanName" + ], + "members": { + "RestoreTestingPlanName": { + "location": "uri", + "locationName": "RestoreTestingPlanName" + } + } + }, + "idempotent": true + }, + "DeleteRestoreTestingSelection": { + "http": { + "method": "DELETE", + "requestUri": "/restore-testing/plans/{RestoreTestingPlanName}/selections/{RestoreTestingSelectionName}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "RestoreTestingPlanName", + "RestoreTestingSelectionName" + ], + "members": { + "RestoreTestingPlanName": { + "location": "uri", + "locationName": "RestoreTestingPlanName" + }, + "RestoreTestingSelectionName": { + "location": "uri", + "locationName": "RestoreTestingSelectionName" + } + } + }, + "idempotent": true + }, "DescribeBackupJob": { "http": { "method": "GET", @@ -532,7 +695,7 @@ }, "IamRoleArn": {}, "CreatedBy": { - "shape": "S2n" + "shape": "S35" }, "ResourceType": {}, "BytesTransferred": { @@ -562,7 +725,11 @@ "type": "long" } }, - "ResourceName": {} + "ResourceName": {}, + "InitiationDate": { + "type": "timestamp" + }, + "MessageCategory": {} } }, "idempotent": true @@ -639,7 +806,7 @@ "type": "structure", "members": { "CopyJob": { - "shape": "S2w" + "shape": "S3e" } } }, @@ -693,7 +860,7 @@ "type": "structure", "members": { "GlobalSettings": { - "shape": "S33" + "shape": "S3l" }, "LastUpdateTime": { "type": "timestamp" @@ -726,7 +893,18 @@ "LastBackupTime": { "type": "timestamp" }, - "ResourceName": {} + "ResourceName": {}, + "LastBackupVaultArn": {}, + "LastRecoveryPointArn": {}, + "LatestRestoreExecutionTimeMinutes": { + "type": "long" + }, + "LatestRestoreJobCreationDate": { + "type": "timestamp" + }, + "LatestRestoreRecoveryPointCreationDate": { + "type": "timestamp" + } } }, "idempotent": true @@ -767,7 +945,7 @@ "ResourceArn": {}, "ResourceType": {}, "CreatedBy": { - "shape": "S2n" + "shape": "S35" }, "IamRoleArn": {}, "Status": {}, @@ -782,7 +960,7 @@ "type": "long" }, "CalculatedLifecycle": { - "shape": "S3b" + "shape": "S3t" }, "Lifecycle": { "shape": "Se" @@ -800,7 +978,8 @@ "IsParent": { "type": "boolean" }, - "ResourceName": {} + "ResourceName": {}, + "VaultType": {} } }, "idempotent": true @@ -818,10 +997,10 @@ "type": "structure", "members": { "ResourceTypeOptInPreference": { - "shape": "S3f" + "shape": "S3x" }, "ResourceTypeManagementPreference": { - "shape": "S3h" + "shape": "S3z" } } } @@ -847,7 +1026,7 @@ "type": "structure", "members": { "ReportJob": { - "shape": "S3l" + "shape": "S43" } } } @@ -873,7 +1052,7 @@ "type": "structure", "members": { "ReportPlan": { - "shape": "S3p" + "shape": "S47" } } } @@ -918,7 +1097,17 @@ "type": "long" }, "CreatedResourceArn": {}, - "ResourceType": {} + "ResourceType": {}, + "RecoveryPointCreationDate": { + "type": "timestamp" + }, + "CreatedBy": { + "shape": "S4c" + }, + "ValidationStatus": {}, + "ValidationStatusMessage": {}, + "DeletionStatus": {}, + "DeletionStatusMessage": {} } }, "idempotent": true @@ -1018,7 +1207,7 @@ "type": "structure", "members": { "BackupPlan": { - "shape": "S40" + "shape": "S4l" }, "BackupPlanId": {}, "BackupPlanArn": {}, @@ -1057,7 +1246,7 @@ "type": "structure", "members": { "BackupPlan": { - "shape": "S40" + "shape": "S4l" } } } @@ -1083,7 +1272,7 @@ "type": "structure", "members": { "BackupPlanDocument": { - "shape": "S40" + "shape": "S4l" } } } @@ -1177,7 +1366,7 @@ "BackupVaultArn": {}, "SNSTopicArn": {}, "BackupVaultEvents": { - "shape": "S4e" + "shape": "S4z" } } }, @@ -1257,155 +1446,422 @@ "BackupVaultArn": {}, "RecoveryPointArn": {}, "RestoreMetadata": { - "shape": "S4k" - } + "shape": "S55" + }, + "ResourceType": {} } }, "idempotent": true }, - "GetSupportedResourceTypes": { + "GetRestoreJobMetadata": { "http": { "method": "GET", - "requestUri": "/supported-resource-types" + "requestUri": "/restore-jobs/{restoreJobId}/metadata" + }, + "input": { + "type": "structure", + "required": [ + "RestoreJobId" + ], + "members": { + "RestoreJobId": { + "location": "uri", + "locationName": "restoreJobId" + } + } }, "output": { "type": "structure", "members": { - "ResourceTypes": { - "type": "list", - "member": {} + "RestoreJobId": {}, + "Metadata": { + "shape": "S55" } } } }, - "ListBackupJobs": { + "GetRestoreTestingInferredMetadata": { "http": { "method": "GET", - "requestUri": "/backup-jobs/" + "requestUri": "/restore-testing/inferred-metadata", + "responseCode": 200 }, "input": { "type": "structure", + "required": [ + "BackupVaultName", + "RecoveryPointArn" + ], "members": { - "NextToken": { - "location": "querystring", - "locationName": "nextToken" - }, - "MaxResults": { - "location": "querystring", - "locationName": "maxResults", - "type": "integer" - }, - "ByResourceArn": { - "location": "querystring", - "locationName": "resourceArn" - }, - "ByState": { - "location": "querystring", - "locationName": "state" - }, - "ByBackupVaultName": { - "location": "querystring", - "locationName": "backupVaultName" - }, - "ByCreatedBefore": { - "location": "querystring", - "locationName": "createdBefore", - "type": "timestamp" - }, - "ByCreatedAfter": { - "location": "querystring", - "locationName": "createdAfter", - "type": "timestamp" - }, - "ByResourceType": { - "location": "querystring", - "locationName": "resourceType" - }, - "ByAccountId": { - "location": "querystring", - "locationName": "accountId" - }, - "ByCompleteAfter": { + "BackupVaultAccountId": { "location": "querystring", - "locationName": "completeAfter", - "type": "timestamp" + "locationName": "BackupVaultAccountId" }, - "ByCompleteBefore": { + "BackupVaultName": { "location": "querystring", - "locationName": "completeBefore", - "type": "timestamp" + "locationName": "BackupVaultName" }, - "ByParentJobId": { + "RecoveryPointArn": { "location": "querystring", - "locationName": "parentJobId" + "locationName": "RecoveryPointArn" } } }, "output": { "type": "structure", + "required": [ + "InferredMetadata" + ], "members": { - "BackupJobs": { - "type": "list", - "member": { - "type": "structure", - "members": { - "AccountId": {}, - "BackupJobId": {}, - "BackupVaultName": {}, - "BackupVaultArn": {}, - "RecoveryPointArn": {}, - "ResourceArn": {}, - "CreationDate": { - "type": "timestamp" - }, - "CompletionDate": { - "type": "timestamp" - }, - "State": {}, - "StatusMessage": {}, - "PercentDone": {}, - "BackupSizeInBytes": { - "type": "long" - }, - "IamRoleArn": {}, - "CreatedBy": { - "shape": "S2n" - }, - "ExpectedCompletionDate": { - "type": "timestamp" - }, - "StartBy": { - "type": "timestamp" - }, - "ResourceType": {}, - "BytesTransferred": { - "type": "long" - }, - "BackupOptions": { - "shape": "Sq" - }, - "BackupType": {}, - "ParentJobId": {}, - "IsParent": { - "type": "boolean" - }, - "ResourceName": {} - } - } - }, - "NextToken": {} + "InferredMetadata": { + "shape": "S1o" + } } - }, - "idempotent": true + } }, - "ListBackupPlanTemplates": { + "GetRestoreTestingPlan": { "http": { "method": "GET", - "requestUri": "/backup/template/plans" + "requestUri": "/restore-testing/plans/{RestoreTestingPlanName}", + "responseCode": 200 }, "input": { "type": "structure", - "members": { + "required": [ + "RestoreTestingPlanName" + ], + "members": { + "RestoreTestingPlanName": { + "location": "uri", + "locationName": "RestoreTestingPlanName" + } + } + }, + "output": { + "type": "structure", + "required": [ + "RestoreTestingPlan" + ], + "members": { + "RestoreTestingPlan": { + "type": "structure", + "required": [ + "CreationTime", + "RecoveryPointSelection", + "RestoreTestingPlanArn", + "RestoreTestingPlanName", + "ScheduleExpression" + ], + "members": { + "CreationTime": { + "type": "timestamp" + }, + "CreatorRequestId": {}, + "LastExecutionTime": { + "type": "timestamp" + }, + "LastUpdateTime": { + "type": "timestamp" + }, + "RecoveryPointSelection": { + "shape": "S2c" + }, + "RestoreTestingPlanArn": {}, + "RestoreTestingPlanName": {}, + "ScheduleExpression": {}, + "ScheduleExpressionTimezone": {}, + "StartWindowHours": { + "type": "integer" + } + } + } + } + } + }, + "GetRestoreTestingSelection": { + "http": { + "method": "GET", + "requestUri": "/restore-testing/plans/{RestoreTestingPlanName}/selections/{RestoreTestingSelectionName}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "RestoreTestingPlanName", + "RestoreTestingSelectionName" + ], + "members": { + "RestoreTestingPlanName": { + "location": "uri", + "locationName": "RestoreTestingPlanName" + }, + "RestoreTestingSelectionName": { + "location": "uri", + "locationName": "RestoreTestingSelectionName" + } + } + }, + "output": { + "type": "structure", + "required": [ + "RestoreTestingSelection" + ], + "members": { + "RestoreTestingSelection": { + "type": "structure", + "required": [ + "CreationTime", + "IamRoleArn", + "ProtectedResourceType", + "RestoreTestingPlanName", + "RestoreTestingSelectionName" + ], + "members": { + "CreationTime": { + "type": "timestamp" + }, + "CreatorRequestId": {}, + "IamRoleArn": {}, + "ProtectedResourceArns": { + "shape": "S26" + }, + "ProtectedResourceConditions": { + "shape": "S2l" + }, + "ProtectedResourceType": {}, + "RestoreMetadataOverrides": { + "shape": "S2g" + }, + "RestoreTestingPlanName": {}, + "RestoreTestingSelectionName": {}, + "ValidationWindowHours": { + "type": "integer" + } + } + } + } + } + }, + "GetSupportedResourceTypes": { + "http": { + "method": "GET", + "requestUri": "/supported-resource-types" + }, + "output": { + "type": "structure", + "members": { + "ResourceTypes": { + "type": "list", + "member": {} + } + } + } + }, + "ListBackupJobSummaries": { + "http": { + "method": "GET", + "requestUri": "/audit/backup-job-summaries" + }, + "input": { + "type": "structure", + "members": { + "AccountId": { + "location": "querystring", + "locationName": "AccountId" + }, + "State": { + "location": "querystring", + "locationName": "State" + }, + "ResourceType": { + "location": "querystring", + "locationName": "ResourceType" + }, + "MessageCategory": { + "location": "querystring", + "locationName": "MessageCategory" + }, + "AggregationPeriod": { + "location": "querystring", + "locationName": "AggregationPeriod" + }, + "MaxResults": { + "location": "querystring", + "locationName": "MaxResults", + "type": "integer" + }, + "NextToken": { + "location": "querystring", + "locationName": "NextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "BackupJobSummaries": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Region": {}, + "AccountId": {}, + "State": {}, + "ResourceType": {}, + "MessageCategory": {}, + "Count": { + "type": "integer" + }, + "StartTime": { + "type": "timestamp" + }, + "EndTime": { + "type": "timestamp" + } + } + } + }, + "AggregationPeriod": {}, + "NextToken": {} + } + } + }, + "ListBackupJobs": { + "http": { + "method": "GET", + "requestUri": "/backup-jobs/" + }, + "input": { + "type": "structure", + "members": { + "NextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "MaxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "ByResourceArn": { + "location": "querystring", + "locationName": "resourceArn" + }, + "ByState": { + "location": "querystring", + "locationName": "state" + }, + "ByBackupVaultName": { + "location": "querystring", + "locationName": "backupVaultName" + }, + "ByCreatedBefore": { + "location": "querystring", + "locationName": "createdBefore", + "type": "timestamp" + }, + "ByCreatedAfter": { + "location": "querystring", + "locationName": "createdAfter", + "type": "timestamp" + }, + "ByResourceType": { + "location": "querystring", + "locationName": "resourceType" + }, + "ByAccountId": { + "location": "querystring", + "locationName": "accountId" + }, + "ByCompleteAfter": { + "location": "querystring", + "locationName": "completeAfter", + "type": "timestamp" + }, + "ByCompleteBefore": { + "location": "querystring", + "locationName": "completeBefore", + "type": "timestamp" + }, + "ByParentJobId": { + "location": "querystring", + "locationName": "parentJobId" + }, + "ByMessageCategory": { + "location": "querystring", + "locationName": "messageCategory" + } + } + }, + "output": { + "type": "structure", + "members": { + "BackupJobs": { + "type": "list", + "member": { + "type": "structure", + "members": { + "AccountId": {}, + "BackupJobId": {}, + "BackupVaultName": {}, + "BackupVaultArn": {}, + "RecoveryPointArn": {}, + "ResourceArn": {}, + "CreationDate": { + "type": "timestamp" + }, + "CompletionDate": { + "type": "timestamp" + }, + "State": {}, + "StatusMessage": {}, + "PercentDone": {}, + "BackupSizeInBytes": { + "type": "long" + }, + "IamRoleArn": {}, + "CreatedBy": { + "shape": "S35" + }, + "ExpectedCompletionDate": { + "type": "timestamp" + }, + "StartBy": { + "type": "timestamp" + }, + "ResourceType": {}, + "BytesTransferred": { + "type": "long" + }, + "BackupOptions": { + "shape": "Sq" + }, + "BackupType": {}, + "ParentJobId": {}, + "IsParent": { + "type": "boolean" + }, + "ResourceName": {}, + "InitiationDate": { + "type": "timestamp" + }, + "MessageCategory": {} + } + } + }, + "NextToken": {} + } + }, + "idempotent": true + }, + "ListBackupPlanTemplates": { + "http": { + "method": "GET", + "requestUri": "/backup/template/plans" + }, + "input": { + "type": "structure", + "members": { "NextToken": { "location": "querystring", "locationName": "nextToken" @@ -1467,7 +1923,7 @@ "BackupPlanVersionsList": { "type": "list", "member": { - "shape": "S51" + "shape": "S64" } } } @@ -1505,7 +1961,7 @@ "BackupPlansList": { "type": "list", "member": { - "shape": "S51" + "shape": "S64" } } } @@ -1628,6 +2084,75 @@ }, "idempotent": true }, + "ListCopyJobSummaries": { + "http": { + "method": "GET", + "requestUri": "/audit/copy-job-summaries" + }, + "input": { + "type": "structure", + "members": { + "AccountId": { + "location": "querystring", + "locationName": "AccountId" + }, + "State": { + "location": "querystring", + "locationName": "State" + }, + "ResourceType": { + "location": "querystring", + "locationName": "ResourceType" + }, + "MessageCategory": { + "location": "querystring", + "locationName": "MessageCategory" + }, + "AggregationPeriod": { + "location": "querystring", + "locationName": "AggregationPeriod" + }, + "MaxResults": { + "location": "querystring", + "locationName": "MaxResults", + "type": "integer" + }, + "NextToken": { + "location": "querystring", + "locationName": "NextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "CopyJobSummaries": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Region": {}, + "AccountId": {}, + "State": {}, + "ResourceType": {}, + "MessageCategory": {}, + "Count": { + "type": "integer" + }, + "StartTime": { + "type": "timestamp" + }, + "EndTime": { + "type": "timestamp" + } + } + } + }, + "AggregationPeriod": {}, + "NextToken": {} + } + } + }, "ListCopyJobs": { "http": { "method": "GET", @@ -1688,6 +2213,10 @@ "ByParentJobId": { "location": "querystring", "locationName": "parentJobId" + }, + "ByMessageCategory": { + "location": "querystring", + "locationName": "messageCategory" } } }, @@ -1697,7 +2226,7 @@ "CopyJobs": { "type": "list", "member": { - "shape": "S2w" + "shape": "S3e" } }, "NextToken": {} @@ -1817,7 +2346,7 @@ "type": "structure", "members": { "Results": { - "shape": "S5r" + "shape": "S6z" }, "NextToken": {} } @@ -1858,7 +2387,7 @@ "type": "structure", "members": { "Results": { - "shape": "S5r" + "shape": "S6z" }, "NextToken": {} } @@ -1936,7 +2465,7 @@ "ResourceArn": {}, "ResourceType": {}, "CreatedBy": { - "shape": "S2n" + "shape": "S35" }, "IamRoleArn": {}, "Status": {}, @@ -1951,7 +2480,7 @@ "type": "long" }, "CalculatedLifecycle": { - "shape": "S3b" + "shape": "S3t" }, "Lifecycle": { "shape": "Se" @@ -1968,7 +2497,8 @@ "IsParent": { "type": "boolean" }, - "ResourceName": {} + "ResourceName": {}, + "VaultType": {} } } } @@ -2111,29 +2641,242 @@ "locationName": "MaxResults", "type": "integer" }, - "NextToken": { + "NextToken": { + "location": "querystring", + "locationName": "NextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "ReportJobs": { + "type": "list", + "member": { + "shape": "S43" + } + }, + "NextToken": {} + } + } + }, + "ListReportPlans": { + "http": { + "method": "GET", + "requestUri": "/audit/report-plans" + }, + "input": { + "type": "structure", + "members": { + "MaxResults": { + "location": "querystring", + "locationName": "MaxResults", + "type": "integer" + }, + "NextToken": { + "location": "querystring", + "locationName": "NextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "ReportPlans": { + "type": "list", + "member": { + "shape": "S47" + } + }, + "NextToken": {} + } + } + }, + "ListRestoreJobSummaries": { + "http": { + "method": "GET", + "requestUri": "/audit/restore-job-summaries" + }, + "input": { + "type": "structure", + "members": { + "AccountId": { + "location": "querystring", + "locationName": "AccountId" + }, + "State": { + "location": "querystring", + "locationName": "State" + }, + "ResourceType": { + "location": "querystring", + "locationName": "ResourceType" + }, + "AggregationPeriod": { + "location": "querystring", + "locationName": "AggregationPeriod" + }, + "MaxResults": { + "location": "querystring", + "locationName": "MaxResults", + "type": "integer" + }, + "NextToken": { + "location": "querystring", + "locationName": "NextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "RestoreJobSummaries": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Region": {}, + "AccountId": {}, + "State": {}, + "ResourceType": {}, + "Count": { + "type": "integer" + }, + "StartTime": { + "type": "timestamp" + }, + "EndTime": { + "type": "timestamp" + } + } + } + }, + "AggregationPeriod": {}, + "NextToken": {} + } + } + }, + "ListRestoreJobs": { + "http": { + "method": "GET", + "requestUri": "/restore-jobs/" + }, + "input": { + "type": "structure", + "members": { + "NextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "MaxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "ByAccountId": { + "location": "querystring", + "locationName": "accountId" + }, + "ByResourceType": { + "location": "querystring", + "locationName": "resourceType" + }, + "ByCreatedBefore": { + "location": "querystring", + "locationName": "createdBefore", + "type": "timestamp" + }, + "ByCreatedAfter": { + "location": "querystring", + "locationName": "createdAfter", + "type": "timestamp" + }, + "ByStatus": { + "location": "querystring", + "locationName": "status" + }, + "ByCompleteBefore": { + "location": "querystring", + "locationName": "completeBefore", + "type": "timestamp" + }, + "ByCompleteAfter": { + "location": "querystring", + "locationName": "completeAfter", + "type": "timestamp" + }, + "ByRestoreTestingPlanArn": { + "location": "querystring", + "locationName": "restoreTestingPlanArn" + } + } + }, + "output": { + "type": "structure", + "members": { + "RestoreJobs": { + "shape": "S7s" + }, + "NextToken": {} + } + }, + "idempotent": true + }, + "ListRestoreJobsByProtectedResource": { + "http": { + "method": "GET", + "requestUri": "/resources/{resourceArn}/restore-jobs/" + }, + "input": { + "type": "structure", + "required": [ + "ResourceArn" + ], + "members": { + "ResourceArn": { + "location": "uri", + "locationName": "resourceArn" + }, + "ByStatus": { + "location": "querystring", + "locationName": "status" + }, + "ByRecoveryPointCreationDateAfter": { + "location": "querystring", + "locationName": "recoveryPointCreationDateAfter", + "type": "timestamp" + }, + "ByRecoveryPointCreationDateBefore": { + "location": "querystring", + "locationName": "recoveryPointCreationDateBefore", + "type": "timestamp" + }, + "NextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "MaxResults": { "location": "querystring", - "locationName": "NextToken" + "locationName": "maxResults", + "type": "integer" } } }, "output": { "type": "structure", "members": { - "ReportJobs": { - "type": "list", - "member": { - "shape": "S3l" - } + "RestoreJobs": { + "shape": "S7s" }, "NextToken": {} } } }, - "ListReportPlans": { + "ListRestoreTestingPlans": { "http": { "method": "GET", - "requestUri": "/audit/report-plans" + "requestUri": "/restore-testing/plans", + "responseCode": 200 }, "input": { "type": "structure", @@ -2151,100 +2894,105 @@ }, "output": { "type": "structure", + "required": [ + "RestoreTestingPlans" + ], "members": { - "ReportPlans": { + "NextToken": {}, + "RestoreTestingPlans": { "type": "list", "member": { - "shape": "S3p" + "type": "structure", + "required": [ + "CreationTime", + "RestoreTestingPlanArn", + "RestoreTestingPlanName", + "ScheduleExpression" + ], + "members": { + "CreationTime": { + "type": "timestamp" + }, + "LastExecutionTime": { + "type": "timestamp" + }, + "LastUpdateTime": { + "type": "timestamp" + }, + "RestoreTestingPlanArn": {}, + "RestoreTestingPlanName": {}, + "ScheduleExpression": {}, + "ScheduleExpressionTimezone": {}, + "StartWindowHours": { + "type": "integer" + } + } } - }, - "NextToken": {} + } } } }, - "ListRestoreJobs": { + "ListRestoreTestingSelections": { "http": { "method": "GET", - "requestUri": "/restore-jobs/" + "requestUri": "/restore-testing/plans/{RestoreTestingPlanName}/selections", + "responseCode": 200 }, "input": { "type": "structure", + "required": [ + "RestoreTestingPlanName" + ], "members": { - "NextToken": { - "location": "querystring", - "locationName": "nextToken" - }, "MaxResults": { "location": "querystring", - "locationName": "maxResults", + "locationName": "MaxResults", "type": "integer" }, - "ByAccountId": { - "location": "querystring", - "locationName": "accountId" - }, - "ByCreatedBefore": { - "location": "querystring", - "locationName": "createdBefore", - "type": "timestamp" - }, - "ByCreatedAfter": { - "location": "querystring", - "locationName": "createdAfter", - "type": "timestamp" - }, - "ByStatus": { - "location": "querystring", - "locationName": "status" - }, - "ByCompleteBefore": { + "NextToken": { "location": "querystring", - "locationName": "completeBefore", - "type": "timestamp" + "locationName": "NextToken" }, - "ByCompleteAfter": { - "location": "querystring", - "locationName": "completeAfter", - "type": "timestamp" + "RestoreTestingPlanName": { + "location": "uri", + "locationName": "RestoreTestingPlanName" } } }, "output": { "type": "structure", + "required": [ + "RestoreTestingSelections" + ], "members": { - "RestoreJobs": { + "NextToken": {}, + "RestoreTestingSelections": { "type": "list", "member": { "type": "structure", + "required": [ + "CreationTime", + "IamRoleArn", + "ProtectedResourceType", + "RestoreTestingPlanName", + "RestoreTestingSelectionName" + ], "members": { - "AccountId": {}, - "RestoreJobId": {}, - "RecoveryPointArn": {}, - "CreationDate": { - "type": "timestamp" - }, - "CompletionDate": { + "CreationTime": { "type": "timestamp" }, - "Status": {}, - "StatusMessage": {}, - "PercentDone": {}, - "BackupSizeInBytes": { - "type": "long" - }, "IamRoleArn": {}, - "ExpectedCompletionTimeMinutes": { - "type": "long" - }, - "CreatedResourceArn": {}, - "ResourceType": {} + "ProtectedResourceType": {}, + "RestoreTestingPlanName": {}, + "RestoreTestingSelectionName": {}, + "ValidationWindowHours": { + "type": "integer" + } } } - }, - "NextToken": {} + } } - }, - "idempotent": true + } }, "ListTags": { "http": { @@ -2277,7 +3025,7 @@ "members": { "NextToken": {}, "Tags": { - "shape": "Sf" + "shape": "Sg" } } }, @@ -2350,12 +3098,35 @@ }, "SNSTopicArn": {}, "BackupVaultEvents": { - "shape": "S4e" + "shape": "S4z" } } }, "idempotent": true }, + "PutRestoreValidationResult": { + "http": { + "method": "PUT", + "requestUri": "/restore-jobs/{restoreJobId}/validations", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "RestoreJobId", + "ValidationStatus" + ], + "members": { + "RestoreJobId": { + "location": "uri", + "locationName": "restoreJobId" + }, + "ValidationStatus": {}, + "ValidationStatusMessage": {} + } + }, + "idempotent": true + }, "StartBackupJob": { "http": { "method": "PUT", @@ -2383,7 +3154,7 @@ "shape": "Se" }, "RecoveryPointTags": { - "shape": "Sf" + "shape": "Sg" }, "BackupOptions": { "shape": "Sq" @@ -2484,7 +3255,7 @@ "members": { "RecoveryPointArn": {}, "Metadata": { - "shape": "S4k" + "shape": "S55" }, "IamRoleArn": {}, "IdempotencyToken": {}, @@ -2535,7 +3306,7 @@ "locationName": "resourceArn" }, "Tags": { - "shape": "Sf" + "shape": "Sg" } } }, @@ -2646,7 +3417,7 @@ "type": "structure", "members": { "GlobalSettings": { - "shape": "S33" + "shape": "S3l" } } } @@ -2684,7 +3455,7 @@ "shape": "Se" }, "CalculatedLifecycle": { - "shape": "S3b" + "shape": "S3t" } } }, @@ -2699,10 +3470,10 @@ "type": "structure", "members": { "ResourceTypeOptInPreference": { - "shape": "S3f" + "shape": "S3x" }, "ResourceTypeManagementPreference": { - "shape": "S3h" + "shape": "S3z" } } } @@ -2745,6 +3516,124 @@ } }, "idempotent": true + }, + "UpdateRestoreTestingPlan": { + "http": { + "method": "PUT", + "requestUri": "/restore-testing/plans/{RestoreTestingPlanName}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "RestoreTestingPlan", + "RestoreTestingPlanName" + ], + "members": { + "RestoreTestingPlan": { + "type": "structure", + "members": { + "RecoveryPointSelection": { + "shape": "S2c" + }, + "ScheduleExpression": {}, + "ScheduleExpressionTimezone": {}, + "StartWindowHours": { + "type": "integer" + } + } + }, + "RestoreTestingPlanName": { + "location": "uri", + "locationName": "RestoreTestingPlanName" + } + } + }, + "output": { + "type": "structure", + "required": [ + "CreationTime", + "RestoreTestingPlanArn", + "RestoreTestingPlanName", + "UpdateTime" + ], + "members": { + "CreationTime": { + "type": "timestamp" + }, + "RestoreTestingPlanArn": {}, + "RestoreTestingPlanName": {}, + "UpdateTime": { + "type": "timestamp" + } + } + }, + "idempotent": true + }, + "UpdateRestoreTestingSelection": { + "http": { + "method": "PUT", + "requestUri": "/restore-testing/plans/{RestoreTestingPlanName}/selections/{RestoreTestingSelectionName}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "RestoreTestingPlanName", + "RestoreTestingSelection", + "RestoreTestingSelectionName" + ], + "members": { + "RestoreTestingPlanName": { + "location": "uri", + "locationName": "RestoreTestingPlanName" + }, + "RestoreTestingSelection": { + "type": "structure", + "members": { + "IamRoleArn": {}, + "ProtectedResourceArns": { + "shape": "S26" + }, + "ProtectedResourceConditions": { + "shape": "S2l" + }, + "RestoreMetadataOverrides": { + "shape": "S2g" + }, + "ValidationWindowHours": { + "type": "integer" + } + } + }, + "RestoreTestingSelectionName": { + "location": "uri", + "locationName": "RestoreTestingSelectionName" + } + } + }, + "output": { + "type": "structure", + "required": [ + "CreationTime", + "RestoreTestingPlanArn", + "RestoreTestingPlanName", + "RestoreTestingSelectionName", + "UpdateTime" + ], + "members": { + "CreationTime": { + "type": "timestamp" + }, + "RestoreTestingPlanArn": {}, + "RestoreTestingPlanName": {}, + "RestoreTestingSelectionName": {}, + "UpdateTime": { + "type": "timestamp" + } + } + }, + "idempotent": true } }, "shapes": { @@ -2778,10 +3667,10 @@ "shape": "Se" }, "RecoveryPointTags": { - "shape": "Sf" + "shape": "Sg" }, "CopyActions": { - "shape": "Si" + "shape": "Sj" }, "EnableContinuousBackup": { "type": "boolean" @@ -2803,16 +3692,19 @@ }, "DeleteAfterDays": { "type": "long" + }, + "OptInToArchiveForSupportedResources": { + "type": "boolean" } } }, - "Sf": { + "Sg": { "type": "map", "key": {}, "value": {}, "sensitive": true }, - "Si": { + "Sj": { "type": "list", "member": { "type": "structure", @@ -3021,7 +3913,57 @@ "type": "list", "member": {} }, - "S2n": { + "S2c": { + "type": "structure", + "members": { + "Algorithm": {}, + "ExcludeVaults": { + "shape": "S26" + }, + "IncludeVaults": { + "shape": "S26" + }, + "RecoveryPointTypes": { + "type": "list", + "member": {} + }, + "SelectionWindowDays": { + "type": "integer" + } + } + }, + "S2g": { + "type": "map", + "key": {}, + "value": {}, + "sensitive": true + }, + "S2l": { + "type": "structure", + "members": { + "StringEquals": { + "shape": "S2m" + }, + "StringNotEquals": { + "shape": "S2m" + } + } + }, + "S2m": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Key", + "Value" + ], + "members": { + "Key": {}, + "Value": {} + } + } + }, + "S35": { "type": "structure", "members": { "BackupPlanId": {}, @@ -3030,7 +3972,7 @@ "BackupRuleId": {} } }, - "S2w": { + "S3e": { "type": "structure", "members": { "AccountId": {}, @@ -3053,7 +3995,7 @@ }, "IamRoleArn": {}, "CreatedBy": { - "shape": "S2n" + "shape": "S35" }, "ResourceType": {}, "ParentJobId": {}, @@ -3071,15 +4013,16 @@ "type": "long" } }, - "ResourceName": {} + "ResourceName": {}, + "MessageCategory": {} } }, - "S33": { + "S3l": { "type": "map", "key": {}, "value": {} }, - "S3b": { + "S3t": { "type": "structure", "members": { "MoveToColdStorageAt": { @@ -3090,21 +4033,21 @@ } } }, - "S3f": { + "S3x": { "type": "map", "key": {}, "value": { "type": "boolean" } }, - "S3h": { + "S3z": { "type": "map", "key": {}, "value": { "type": "boolean" } }, - "S3l": { + "S43": { "type": "structure", "members": { "ReportJobId": {}, @@ -3129,7 +4072,7 @@ } } }, - "S3p": { + "S47": { "type": "structure", "members": { "ReportPlanArn": {}, @@ -3153,7 +4096,13 @@ } } }, - "S40": { + "S4c": { + "type": "structure", + "members": { + "RestoreTestingPlanArn": {} + } + }, + "S4l": { "type": "structure", "required": [ "BackupPlanName", @@ -3183,11 +4132,11 @@ "shape": "Se" }, "RecoveryPointTags": { - "shape": "Sf" + "shape": "Sg" }, "RuleId": {}, "CopyActions": { - "shape": "Si" + "shape": "Sj" }, "EnableContinuousBackup": { "type": "boolean" @@ -3201,17 +4150,17 @@ } } }, - "S4e": { + "S4z": { "type": "list", "member": {} }, - "S4k": { + "S55": { "type": "map", "key": {}, "value": {}, "sensitive": true }, - "S51": { + "S64": { "type": "structure", "members": { "BackupPlanArn": {}, @@ -3233,7 +4182,7 @@ } } }, - "S5r": { + "S6z": { "type": "list", "member": { "type": "structure", @@ -3243,7 +4192,48 @@ "LastBackupTime": { "type": "timestamp" }, - "ResourceName": {} + "ResourceName": {}, + "LastBackupVaultArn": {}, + "LastRecoveryPointArn": {} + } + } + }, + "S7s": { + "type": "list", + "member": { + "type": "structure", + "members": { + "AccountId": {}, + "RestoreJobId": {}, + "RecoveryPointArn": {}, + "CreationDate": { + "type": "timestamp" + }, + "CompletionDate": { + "type": "timestamp" + }, + "Status": {}, + "StatusMessage": {}, + "PercentDone": {}, + "BackupSizeInBytes": { + "type": "long" + }, + "IamRoleArn": {}, + "ExpectedCompletionTimeMinutes": { + "type": "long" + }, + "CreatedResourceArn": {}, + "ResourceType": {}, + "RecoveryPointCreationDate": { + "type": "timestamp" + }, + "CreatedBy": { + "shape": "S4c" + }, + "ValidationStatus": {}, + "ValidationStatusMessage": {}, + "DeletionStatus": {}, + "DeletionStatusMessage": {} } } } diff --git a/iamlivecore/service/bcm-data-exports-2023-11-26.min.json b/iamlivecore/service/bcm-data-exports-2023-11-26.min.json new file mode 100644 index 0000000..273ec6b --- /dev/null +++ b/iamlivecore/service/bcm-data-exports-2023-11-26.min.json @@ -0,0 +1,470 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2023-11-26", + "endpointPrefix": "bcm-data-exports", + "jsonVersion": "1.1", + "protocol": "json", + "serviceFullName": "AWS Billing and Cost Management Data Exports", + "serviceId": "BCM Data Exports", + "signatureVersion": "v4", + "signingName": "bcm-data-exports", + "targetPrefix": "AWSBillingAndCostManagementDataExports", + "uid": "bcm-data-exports-2023-11-26" + }, + "operations": { + "CreateExport": { + "input": { + "type": "structure", + "required": [ + "Export" + ], + "members": { + "Export": { + "shape": "S2" + }, + "ResourceTags": { + "shape": "Sl" + } + } + }, + "output": { + "type": "structure", + "members": { + "ExportArn": {} + } + } + }, + "DeleteExport": { + "input": { + "type": "structure", + "required": [ + "ExportArn" + ], + "members": { + "ExportArn": {} + } + }, + "output": { + "type": "structure", + "members": { + "ExportArn": {} + } + }, + "idempotent": true + }, + "GetExecution": { + "input": { + "type": "structure", + "required": [ + "ExecutionId", + "ExportArn" + ], + "members": { + "ExecutionId": {}, + "ExportArn": {} + } + }, + "output": { + "type": "structure", + "members": { + "ExecutionId": {}, + "ExecutionStatus": { + "shape": "Su" + }, + "Export": { + "shape": "S2" + } + } + } + }, + "GetExport": { + "input": { + "type": "structure", + "required": [ + "ExportArn" + ], + "members": { + "ExportArn": {} + } + }, + "output": { + "type": "structure", + "members": { + "Export": { + "shape": "S2" + }, + "ExportStatus": { + "shape": "S10" + } + } + } + }, + "GetTable": { + "input": { + "type": "structure", + "required": [ + "TableName" + ], + "members": { + "TableName": {}, + "TableProperties": { + "shape": "S7" + } + } + }, + "output": { + "type": "structure", + "members": { + "Description": {}, + "Schema": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Description": {}, + "Name": {}, + "Type": {} + } + } + }, + "TableName": {}, + "TableProperties": { + "shape": "S7" + } + } + } + }, + "ListExecutions": { + "input": { + "type": "structure", + "required": [ + "ExportArn" + ], + "members": { + "ExportArn": {}, + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "Executions": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "ExecutionId", + "ExecutionStatus" + ], + "members": { + "ExecutionId": {}, + "ExecutionStatus": { + "shape": "Su" + } + } + } + }, + "NextToken": {} + } + } + }, + "ListExports": { + "input": { + "type": "structure", + "members": { + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "Exports": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "ExportArn", + "ExportName", + "ExportStatus" + ], + "members": { + "ExportArn": {}, + "ExportName": {}, + "ExportStatus": { + "shape": "S10" + } + } + } + }, + "NextToken": {} + } + } + }, + "ListTables": { + "input": { + "type": "structure", + "members": { + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "NextToken": {}, + "Tables": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Description": {}, + "TableName": {}, + "TableProperties": { + "type": "list", + "member": { + "type": "structure", + "members": { + "DefaultValue": {}, + "Description": {}, + "Name": {}, + "ValidValues": { + "type": "list", + "member": {} + } + } + } + } + } + } + } + } + } + }, + "ListTagsForResource": { + "input": { + "type": "structure", + "required": [ + "ResourceArn" + ], + "members": { + "MaxResults": { + "type": "integer" + }, + "NextToken": {}, + "ResourceArn": {} + } + }, + "output": { + "type": "structure", + "members": { + "NextToken": {}, + "ResourceTags": { + "shape": "Sl" + } + } + } + }, + "TagResource": { + "input": { + "type": "structure", + "required": [ + "ResourceArn", + "ResourceTags" + ], + "members": { + "ResourceArn": {}, + "ResourceTags": { + "shape": "Sl" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "UntagResource": { + "input": { + "type": "structure", + "required": [ + "ResourceArn", + "ResourceTagKeys" + ], + "members": { + "ResourceArn": {}, + "ResourceTagKeys": { + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "UpdateExport": { + "input": { + "type": "structure", + "required": [ + "Export", + "ExportArn" + ], + "members": { + "Export": { + "shape": "S2" + }, + "ExportArn": {} + } + }, + "output": { + "type": "structure", + "members": { + "ExportArn": {} + } + } + } + }, + "shapes": { + "S2": { + "type": "structure", + "required": [ + "DataQuery", + "DestinationConfigurations", + "Name", + "RefreshCadence" + ], + "members": { + "DataQuery": { + "type": "structure", + "required": [ + "QueryStatement" + ], + "members": { + "QueryStatement": {}, + "TableConfigurations": { + "type": "map", + "key": {}, + "value": { + "shape": "S7" + } + } + } + }, + "Description": {}, + "DestinationConfigurations": { + "type": "structure", + "required": [ + "S3Destination" + ], + "members": { + "S3Destination": { + "type": "structure", + "required": [ + "S3Bucket", + "S3OutputConfigurations", + "S3Prefix", + "S3Region" + ], + "members": { + "S3Bucket": {}, + "S3OutputConfigurations": { + "type": "structure", + "required": [ + "Compression", + "Format", + "OutputType", + "Overwrite" + ], + "members": { + "Compression": {}, + "Format": {}, + "OutputType": {}, + "Overwrite": {} + } + }, + "S3Prefix": {}, + "S3Region": {} + } + } + } + }, + "ExportArn": {}, + "Name": {}, + "RefreshCadence": { + "type": "structure", + "required": [ + "Frequency" + ], + "members": { + "Frequency": {} + } + } + } + }, + "S7": { + "type": "map", + "key": {}, + "value": {} + }, + "Sl": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Key", + "Value" + ], + "members": { + "Key": {}, + "Value": {} + } + } + }, + "Su": { + "type": "structure", + "members": { + "CompletedAt": { + "shape": "Sv" + }, + "CreatedAt": { + "shape": "Sv" + }, + "LastUpdatedAt": { + "shape": "Sv" + }, + "StatusCode": {}, + "StatusReason": {} + } + }, + "Sv": { + "type": "timestamp", + "timestampFormat": "iso8601" + }, + "S10": { + "type": "structure", + "members": { + "CreatedAt": { + "shape": "Sv" + }, + "LastRefreshedAt": { + "shape": "Sv" + }, + "LastUpdatedAt": { + "shape": "Sv" + }, + "StatusCode": {}, + "StatusReason": {} + } + } + } +} \ No newline at end of file diff --git a/iamlivecore/service/bedrock-2023-04-20.min.json b/iamlivecore/service/bedrock-2023-04-20.min.json new file mode 100644 index 0000000..471a8d2 --- /dev/null +++ b/iamlivecore/service/bedrock-2023-04-20.min.json @@ -0,0 +1,1082 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2023-04-20", + "endpointPrefix": "bedrock", + "jsonVersion": "1.1", + "protocol": "rest-json", + "serviceFullName": "Amazon Bedrock", + "serviceId": "Bedrock", + "signatureVersion": "v4", + "signingName": "bedrock", + "uid": "bedrock-2023-04-20" + }, + "operations": { + "CreateModelCustomizationJob": { + "http": { + "requestUri": "/model-customization-jobs", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "jobName", + "customModelName", + "roleArn", + "baseModelIdentifier", + "trainingDataConfig", + "outputDataConfig", + "hyperParameters" + ], + "members": { + "jobName": {}, + "customModelName": {}, + "roleArn": {}, + "clientRequestToken": { + "idempotencyToken": true + }, + "baseModelIdentifier": {}, + "customizationType": {}, + "customModelKmsKeyId": {}, + "jobTags": { + "shape": "S9" + }, + "customModelTags": { + "shape": "S9" + }, + "trainingDataConfig": { + "shape": "Sd" + }, + "validationDataConfig": { + "shape": "Sf" + }, + "outputDataConfig": { + "shape": "Si" + }, + "hyperParameters": { + "shape": "Sj" + }, + "vpcConfig": { + "shape": "Sl" + } + } + }, + "output": { + "type": "structure", + "required": [ + "jobArn" + ], + "members": { + "jobArn": {} + } + }, + "idempotent": true + }, + "CreateProvisionedModelThroughput": { + "http": { + "requestUri": "/provisioned-model-throughput", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "modelUnits", + "provisionedModelName", + "modelId" + ], + "members": { + "clientRequestToken": { + "idempotencyToken": true + }, + "modelUnits": { + "type": "integer" + }, + "provisionedModelName": {}, + "modelId": {}, + "commitmentDuration": {}, + "tags": { + "shape": "S9" + } + } + }, + "output": { + "type": "structure", + "required": [ + "provisionedModelArn" + ], + "members": { + "provisionedModelArn": {} + } + }, + "idempotent": true + }, + "DeleteCustomModel": { + "http": { + "method": "DELETE", + "requestUri": "/custom-models/{modelIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "modelIdentifier" + ], + "members": { + "modelIdentifier": { + "location": "uri", + "locationName": "modelIdentifier" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteModelInvocationLoggingConfiguration": { + "http": { + "method": "DELETE", + "requestUri": "/logging/modelinvocations", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": {} + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteProvisionedModelThroughput": { + "http": { + "method": "DELETE", + "requestUri": "/provisioned-model-throughput/{provisionedModelId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "provisionedModelId" + ], + "members": { + "provisionedModelId": { + "location": "uri", + "locationName": "provisionedModelId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "GetCustomModel": { + "http": { + "method": "GET", + "requestUri": "/custom-models/{modelIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "modelIdentifier" + ], + "members": { + "modelIdentifier": { + "location": "uri", + "locationName": "modelIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "modelArn", + "modelName", + "jobArn", + "baseModelArn", + "trainingDataConfig", + "outputDataConfig", + "creationTime" + ], + "members": { + "modelArn": {}, + "modelName": {}, + "jobName": {}, + "jobArn": {}, + "baseModelArn": {}, + "customizationType": {}, + "modelKmsKeyArn": {}, + "hyperParameters": { + "shape": "Sj" + }, + "trainingDataConfig": { + "shape": "Sd" + }, + "validationDataConfig": { + "shape": "Sf" + }, + "outputDataConfig": { + "shape": "Si" + }, + "trainingMetrics": { + "shape": "S1a" + }, + "validationMetrics": { + "shape": "S1c" + }, + "creationTime": { + "shape": "S1e" + } + } + } + }, + "GetFoundationModel": { + "http": { + "method": "GET", + "requestUri": "/foundation-models/{modelIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "modelIdentifier" + ], + "members": { + "modelIdentifier": { + "location": "uri", + "locationName": "modelIdentifier" + } + } + }, + "output": { + "type": "structure", + "members": { + "modelDetails": { + "type": "structure", + "required": [ + "modelArn", + "modelId" + ], + "members": { + "modelArn": {}, + "modelId": {}, + "modelName": {}, + "providerName": {}, + "inputModalities": { + "shape": "S1l" + }, + "outputModalities": { + "shape": "S1l" + }, + "responseStreamingSupported": { + "type": "boolean" + }, + "customizationsSupported": { + "shape": "S1o" + }, + "inferenceTypesSupported": { + "shape": "S1q" + }, + "modelLifecycle": { + "shape": "S1s" + } + } + } + } + } + }, + "GetModelCustomizationJob": { + "http": { + "method": "GET", + "requestUri": "/model-customization-jobs/{jobIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "jobIdentifier" + ], + "members": { + "jobIdentifier": { + "location": "uri", + "locationName": "jobIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "jobArn", + "jobName", + "outputModelName", + "roleArn", + "creationTime", + "baseModelArn", + "hyperParameters", + "trainingDataConfig", + "validationDataConfig", + "outputDataConfig" + ], + "members": { + "jobArn": {}, + "jobName": {}, + "outputModelName": {}, + "outputModelArn": {}, + "clientRequestToken": {}, + "roleArn": {}, + "status": {}, + "failureMessage": {}, + "creationTime": { + "shape": "S1e" + }, + "lastModifiedTime": { + "shape": "S1e" + }, + "endTime": { + "shape": "S1e" + }, + "baseModelArn": {}, + "hyperParameters": { + "shape": "Sj" + }, + "trainingDataConfig": { + "shape": "Sd" + }, + "validationDataConfig": { + "shape": "Sf" + }, + "outputDataConfig": { + "shape": "Si" + }, + "customizationType": {}, + "outputModelKmsKeyArn": {}, + "trainingMetrics": { + "shape": "S1a" + }, + "validationMetrics": { + "shape": "S1c" + }, + "vpcConfig": { + "shape": "Sl" + } + } + } + }, + "GetModelInvocationLoggingConfiguration": { + "http": { + "method": "GET", + "requestUri": "/logging/modelinvocations", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": {} + }, + "output": { + "type": "structure", + "members": { + "loggingConfig": { + "shape": "S22" + } + } + } + }, + "GetProvisionedModelThroughput": { + "http": { + "method": "GET", + "requestUri": "/provisioned-model-throughput/{provisionedModelId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "provisionedModelId" + ], + "members": { + "provisionedModelId": { + "location": "uri", + "locationName": "provisionedModelId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "modelUnits", + "desiredModelUnits", + "provisionedModelName", + "provisionedModelArn", + "modelArn", + "desiredModelArn", + "foundationModelArn", + "status", + "creationTime", + "lastModifiedTime" + ], + "members": { + "modelUnits": { + "type": "integer" + }, + "desiredModelUnits": { + "type": "integer" + }, + "provisionedModelName": {}, + "provisionedModelArn": {}, + "modelArn": {}, + "desiredModelArn": {}, + "foundationModelArn": {}, + "status": {}, + "creationTime": { + "shape": "S1e" + }, + "lastModifiedTime": { + "shape": "S1e" + }, + "failureMessage": {}, + "commitmentDuration": {}, + "commitmentExpirationTime": { + "shape": "S1e" + } + } + } + }, + "ListCustomModels": { + "http": { + "method": "GET", + "requestUri": "/custom-models", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "creationTimeBefore": { + "shape": "S1e", + "location": "querystring", + "locationName": "creationTimeBefore" + }, + "creationTimeAfter": { + "shape": "S1e", + "location": "querystring", + "locationName": "creationTimeAfter" + }, + "nameContains": { + "location": "querystring", + "locationName": "nameContains" + }, + "baseModelArnEquals": { + "location": "querystring", + "locationName": "baseModelArnEquals" + }, + "foundationModelArnEquals": { + "location": "querystring", + "locationName": "foundationModelArnEquals" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "sortBy": { + "location": "querystring", + "locationName": "sortBy" + }, + "sortOrder": { + "location": "querystring", + "locationName": "sortOrder" + } + } + }, + "output": { + "type": "structure", + "members": { + "nextToken": {}, + "modelSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "modelArn", + "modelName", + "creationTime", + "baseModelArn", + "baseModelName" + ], + "members": { + "modelArn": {}, + "modelName": {}, + "creationTime": { + "shape": "S1e" + }, + "baseModelArn": {}, + "baseModelName": {}, + "customizationType": {} + } + } + } + } + } + }, + "ListFoundationModels": { + "http": { + "method": "GET", + "requestUri": "/foundation-models", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "byProvider": { + "location": "querystring", + "locationName": "byProvider" + }, + "byCustomizationType": { + "location": "querystring", + "locationName": "byCustomizationType" + }, + "byOutputModality": { + "location": "querystring", + "locationName": "byOutputModality" + }, + "byInferenceType": { + "location": "querystring", + "locationName": "byInferenceType" + } + } + }, + "output": { + "type": "structure", + "members": { + "modelSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "modelArn", + "modelId" + ], + "members": { + "modelArn": {}, + "modelId": {}, + "modelName": {}, + "providerName": {}, + "inputModalities": { + "shape": "S1l" + }, + "outputModalities": { + "shape": "S1l" + }, + "responseStreamingSupported": { + "type": "boolean" + }, + "customizationsSupported": { + "shape": "S1o" + }, + "inferenceTypesSupported": { + "shape": "S1q" + }, + "modelLifecycle": { + "shape": "S1s" + } + } + } + } + } + } + }, + "ListModelCustomizationJobs": { + "http": { + "method": "GET", + "requestUri": "/model-customization-jobs", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "creationTimeAfter": { + "shape": "S1e", + "location": "querystring", + "locationName": "creationTimeAfter" + }, + "creationTimeBefore": { + "shape": "S1e", + "location": "querystring", + "locationName": "creationTimeBefore" + }, + "statusEquals": { + "location": "querystring", + "locationName": "statusEquals" + }, + "nameContains": { + "location": "querystring", + "locationName": "nameContains" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "sortBy": { + "location": "querystring", + "locationName": "sortBy" + }, + "sortOrder": { + "location": "querystring", + "locationName": "sortOrder" + } + } + }, + "output": { + "type": "structure", + "members": { + "nextToken": {}, + "modelCustomizationJobSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "jobArn", + "baseModelArn", + "jobName", + "status", + "creationTime" + ], + "members": { + "jobArn": {}, + "baseModelArn": {}, + "jobName": {}, + "status": {}, + "lastModifiedTime": { + "shape": "S1e" + }, + "creationTime": { + "shape": "S1e" + }, + "endTime": { + "shape": "S1e" + }, + "customModelArn": {}, + "customModelName": {}, + "customizationType": {} + } + } + } + } + } + }, + "ListProvisionedModelThroughputs": { + "http": { + "method": "GET", + "requestUri": "/provisioned-model-throughputs", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "creationTimeAfter": { + "shape": "S1e", + "location": "querystring", + "locationName": "creationTimeAfter" + }, + "creationTimeBefore": { + "shape": "S1e", + "location": "querystring", + "locationName": "creationTimeBefore" + }, + "statusEquals": { + "location": "querystring", + "locationName": "statusEquals" + }, + "modelArnEquals": { + "location": "querystring", + "locationName": "modelArnEquals" + }, + "nameContains": { + "location": "querystring", + "locationName": "nameContains" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "sortBy": { + "location": "querystring", + "locationName": "sortBy" + }, + "sortOrder": { + "location": "querystring", + "locationName": "sortOrder" + } + } + }, + "output": { + "type": "structure", + "members": { + "nextToken": {}, + "provisionedModelSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "provisionedModelName", + "provisionedModelArn", + "modelArn", + "desiredModelArn", + "foundationModelArn", + "modelUnits", + "desiredModelUnits", + "status", + "creationTime", + "lastModifiedTime" + ], + "members": { + "provisionedModelName": {}, + "provisionedModelArn": {}, + "modelArn": {}, + "desiredModelArn": {}, + "foundationModelArn": {}, + "modelUnits": { + "type": "integer" + }, + "desiredModelUnits": { + "type": "integer" + }, + "status": {}, + "commitmentDuration": {}, + "commitmentExpirationTime": { + "shape": "S1e" + }, + "creationTime": { + "shape": "S1e" + }, + "lastModifiedTime": { + "shape": "S1e" + } + } + } + } + } + } + }, + "ListTagsForResource": { + "http": { + "requestUri": "/listTagsForResource", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceARN" + ], + "members": { + "resourceARN": {} + } + }, + "output": { + "type": "structure", + "members": { + "tags": { + "shape": "S9" + } + } + } + }, + "PutModelInvocationLoggingConfiguration": { + "http": { + "method": "PUT", + "requestUri": "/logging/modelinvocations", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "loggingConfig" + ], + "members": { + "loggingConfig": { + "shape": "S22" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "StopModelCustomizationJob": { + "http": { + "requestUri": "/model-customization-jobs/{jobIdentifier}/stop", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "jobIdentifier" + ], + "members": { + "jobIdentifier": { + "location": "uri", + "locationName": "jobIdentifier" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "TagResource": { + "http": { + "requestUri": "/tagResource", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceARN", + "tags" + ], + "members": { + "resourceARN": {}, + "tags": { + "shape": "S9" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "UntagResource": { + "http": { + "requestUri": "/untagResource", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceARN", + "tagKeys" + ], + "members": { + "resourceARN": {}, + "tagKeys": { + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "UpdateProvisionedModelThroughput": { + "http": { + "method": "PATCH", + "requestUri": "/provisioned-model-throughput/{provisionedModelId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "provisionedModelId" + ], + "members": { + "provisionedModelId": { + "location": "uri", + "locationName": "provisionedModelId" + }, + "desiredProvisionedModelName": {}, + "desiredModelId": {} + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + } + }, + "shapes": { + "S9": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "key", + "value" + ], + "members": { + "key": {}, + "value": {} + } + } + }, + "Sd": { + "type": "structure", + "required": [ + "s3Uri" + ], + "members": { + "s3Uri": {} + } + }, + "Sf": { + "type": "structure", + "required": [ + "validators" + ], + "members": { + "validators": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "s3Uri" + ], + "members": { + "s3Uri": {} + } + } + } + } + }, + "Si": { + "type": "structure", + "required": [ + "s3Uri" + ], + "members": { + "s3Uri": {} + } + }, + "Sj": { + "type": "map", + "key": {}, + "value": {} + }, + "Sl": { + "type": "structure", + "required": [ + "subnetIds", + "securityGroupIds" + ], + "members": { + "subnetIds": { + "type": "list", + "member": {} + }, + "securityGroupIds": { + "type": "list", + "member": {} + } + } + }, + "S1a": { + "type": "structure", + "members": { + "trainingLoss": { + "type": "float" + } + } + }, + "S1c": { + "type": "list", + "member": { + "type": "structure", + "members": { + "validationLoss": { + "type": "float" + } + } + } + }, + "S1e": { + "type": "timestamp", + "timestampFormat": "iso8601" + }, + "S1l": { + "type": "list", + "member": {} + }, + "S1o": { + "type": "list", + "member": {} + }, + "S1q": { + "type": "list", + "member": {} + }, + "S1s": { + "type": "structure", + "required": [ + "status" + ], + "members": { + "status": {} + } + }, + "S22": { + "type": "structure", + "members": { + "cloudWatchConfig": { + "type": "structure", + "required": [ + "logGroupName", + "roleArn" + ], + "members": { + "logGroupName": {}, + "roleArn": {}, + "largeDataDeliveryS3Config": { + "shape": "S25" + } + } + }, + "s3Config": { + "shape": "S25" + }, + "textDataDeliveryEnabled": { + "type": "boolean" + }, + "imageDataDeliveryEnabled": { + "type": "boolean" + }, + "embeddingDataDeliveryEnabled": { + "type": "boolean" + } + } + }, + "S25": { + "type": "structure", + "required": [ + "bucketName" + ], + "members": { + "bucketName": {}, + "keyPrefix": {} + } + } + } +} \ No newline at end of file diff --git a/iamlivecore/service/bedrock-agent-2023-06-05.min.json b/iamlivecore/service/bedrock-agent-2023-06-05.min.json new file mode 100644 index 0000000..b089af5 --- /dev/null +++ b/iamlivecore/service/bedrock-agent-2023-06-05.min.json @@ -0,0 +1,2322 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2023-06-05", + "endpointPrefix": "bedrock-agent", + "jsonVersion": "1.1", + "protocol": "rest-json", + "serviceFullName": "Agents for Amazon Bedrock", + "serviceId": "Bedrock Agent", + "signatureVersion": "v4", + "signingName": "bedrock", + "uid": "bedrock-agent-2023-06-05" + }, + "operations": { + "AssociateAgentKnowledgeBase": { + "http": { + "method": "PUT", + "requestUri": "/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "agentId", + "agentVersion", + "knowledgeBaseId", + "description" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + }, + "agentVersion": { + "location": "uri", + "locationName": "agentVersion" + }, + "knowledgeBaseId": {}, + "description": {}, + "knowledgeBaseState": {} + } + }, + "output": { + "type": "structure", + "required": [ + "agentKnowledgeBase" + ], + "members": { + "agentKnowledgeBase": { + "shape": "S7" + } + } + }, + "idempotent": true + }, + "CreateAgent": { + "http": { + "method": "PUT", + "requestUri": "/agents/", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "agentName", + "agentResourceRoleArn" + ], + "members": { + "agentName": {}, + "clientToken": { + "idempotencyToken": true + }, + "instruction": { + "shape": "Sd" + }, + "foundationModel": {}, + "description": {}, + "idleSessionTTLInSeconds": { + "type": "integer" + }, + "agentResourceRoleArn": {}, + "customerEncryptionKeyArn": {}, + "tags": { + "shape": "Si" + }, + "promptOverrideConfiguration": { + "shape": "Sl" + } + } + }, + "output": { + "type": "structure", + "required": [ + "agent" + ], + "members": { + "agent": { + "shape": "S11" + } + } + }, + "idempotent": true + }, + "CreateAgentActionGroup": { + "http": { + "method": "PUT", + "requestUri": "/agents/{agentId}/agentversions/{agentVersion}/actiongroups/", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "agentId", + "agentVersion", + "actionGroupName" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + }, + "agentVersion": { + "location": "uri", + "locationName": "agentVersion" + }, + "actionGroupName": {}, + "clientToken": { + "idempotencyToken": true + }, + "description": {}, + "parentActionGroupSignature": {}, + "actionGroupExecutor": { + "shape": "S1a" + }, + "apiSchema": { + "shape": "S1b" + }, + "actionGroupState": {} + } + }, + "output": { + "type": "structure", + "required": [ + "agentActionGroup" + ], + "members": { + "agentActionGroup": { + "shape": "S1i" + } + } + }, + "idempotent": true + }, + "CreateAgentAlias": { + "http": { + "method": "PUT", + "requestUri": "/agents/{agentId}/agentaliases/", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "agentId", + "agentAliasName" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + }, + "agentAliasName": {}, + "clientToken": { + "idempotencyToken": true + }, + "description": {}, + "routingConfiguration": { + "shape": "S1k" + }, + "tags": { + "shape": "Si" + } + } + }, + "output": { + "type": "structure", + "required": [ + "agentAlias" + ], + "members": { + "agentAlias": { + "shape": "S1n" + } + } + }, + "idempotent": true + }, + "CreateDataSource": { + "http": { + "method": "PUT", + "requestUri": "/knowledgebases/{knowledgeBaseId}/datasources/", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "name", + "dataSourceConfiguration" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "clientToken": { + "idempotencyToken": true + }, + "name": {}, + "description": {}, + "dataSourceConfiguration": { + "shape": "S1u" + }, + "serverSideEncryptionConfiguration": { + "shape": "S20" + }, + "vectorIngestionConfiguration": { + "shape": "S21" + } + } + }, + "output": { + "type": "structure", + "required": [ + "dataSource" + ], + "members": { + "dataSource": { + "shape": "S28" + } + } + }, + "idempotent": true + }, + "CreateKnowledgeBase": { + "http": { + "method": "PUT", + "requestUri": "/knowledgebases/", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "name", + "roleArn", + "knowledgeBaseConfiguration", + "storageConfiguration" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "name": {}, + "description": {}, + "roleArn": {}, + "knowledgeBaseConfiguration": { + "shape": "S2c" + }, + "storageConfiguration": { + "shape": "S2g" + }, + "tags": { + "shape": "Si" + } + } + }, + "output": { + "type": "structure", + "required": [ + "knowledgeBase" + ], + "members": { + "knowledgeBase": { + "shape": "S2x" + } + } + }, + "idempotent": true + }, + "DeleteAgent": { + "http": { + "method": "DELETE", + "requestUri": "/agents/{agentId}/", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "agentId" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + }, + "skipResourceInUseCheck": { + "location": "querystring", + "locationName": "skipResourceInUseCheck", + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "required": [ + "agentId", + "agentStatus" + ], + "members": { + "agentId": {}, + "agentStatus": {} + } + }, + "idempotent": true + }, + "DeleteAgentActionGroup": { + "http": { + "method": "DELETE", + "requestUri": "/agents/{agentId}/agentversions/{agentVersion}/actiongroups/{actionGroupId}/", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "agentId", + "agentVersion", + "actionGroupId" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + }, + "agentVersion": { + "location": "uri", + "locationName": "agentVersion" + }, + "actionGroupId": { + "location": "uri", + "locationName": "actionGroupId" + }, + "skipResourceInUseCheck": { + "location": "querystring", + "locationName": "skipResourceInUseCheck", + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteAgentAlias": { + "http": { + "method": "DELETE", + "requestUri": "/agents/{agentId}/agentaliases/{agentAliasId}/", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "agentId", + "agentAliasId" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + }, + "agentAliasId": { + "location": "uri", + "locationName": "agentAliasId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "agentId", + "agentAliasId", + "agentAliasStatus" + ], + "members": { + "agentId": {}, + "agentAliasId": {}, + "agentAliasStatus": {} + } + }, + "idempotent": true + }, + "DeleteAgentVersion": { + "http": { + "method": "DELETE", + "requestUri": "/agents/{agentId}/agentversions/{agentVersion}/", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "agentId", + "agentVersion" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + }, + "agentVersion": { + "location": "uri", + "locationName": "agentVersion" + }, + "skipResourceInUseCheck": { + "location": "querystring", + "locationName": "skipResourceInUseCheck", + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "required": [ + "agentId", + "agentVersion", + "agentStatus" + ], + "members": { + "agentId": {}, + "agentVersion": {}, + "agentStatus": {} + } + }, + "idempotent": true + }, + "DeleteDataSource": { + "http": { + "method": "DELETE", + "requestUri": "/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "dataSourceId" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "dataSourceId": { + "location": "uri", + "locationName": "dataSourceId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "dataSourceId", + "status" + ], + "members": { + "knowledgeBaseId": {}, + "dataSourceId": {}, + "status": {} + } + }, + "idempotent": true + }, + "DeleteKnowledgeBase": { + "http": { + "method": "DELETE", + "requestUri": "/knowledgebases/{knowledgeBaseId}", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "status" + ], + "members": { + "knowledgeBaseId": {}, + "status": {} + } + }, + "idempotent": true + }, + "DisassociateAgentKnowledgeBase": { + "http": { + "method": "DELETE", + "requestUri": "/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/{knowledgeBaseId}/", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "agentId", + "agentVersion", + "knowledgeBaseId" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + }, + "agentVersion": { + "location": "uri", + "locationName": "agentVersion" + }, + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "GetAgent": { + "http": { + "method": "GET", + "requestUri": "/agents/{agentId}/", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "agentId" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "agent" + ], + "members": { + "agent": { + "shape": "S11" + } + } + } + }, + "GetAgentActionGroup": { + "http": { + "method": "GET", + "requestUri": "/agents/{agentId}/agentversions/{agentVersion}/actiongroups/{actionGroupId}/", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "agentId", + "agentVersion", + "actionGroupId" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + }, + "agentVersion": { + "location": "uri", + "locationName": "agentVersion" + }, + "actionGroupId": { + "location": "uri", + "locationName": "actionGroupId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "agentActionGroup" + ], + "members": { + "agentActionGroup": { + "shape": "S1i" + } + } + } + }, + "GetAgentAlias": { + "http": { + "method": "GET", + "requestUri": "/agents/{agentId}/agentaliases/{agentAliasId}/", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "agentId", + "agentAliasId" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + }, + "agentAliasId": { + "location": "uri", + "locationName": "agentAliasId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "agentAlias" + ], + "members": { + "agentAlias": { + "shape": "S1n" + } + } + } + }, + "GetAgentKnowledgeBase": { + "http": { + "method": "GET", + "requestUri": "/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/{knowledgeBaseId}/", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "agentId", + "agentVersion", + "knowledgeBaseId" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + }, + "agentVersion": { + "location": "uri", + "locationName": "agentVersion" + }, + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "agentKnowledgeBase" + ], + "members": { + "agentKnowledgeBase": { + "shape": "S7" + } + } + } + }, + "GetAgentVersion": { + "http": { + "method": "GET", + "requestUri": "/agents/{agentId}/agentversions/{agentVersion}/", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "agentId", + "agentVersion" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + }, + "agentVersion": { + "location": "uri", + "locationName": "agentVersion" + } + } + }, + "output": { + "type": "structure", + "required": [ + "agentVersion" + ], + "members": { + "agentVersion": { + "type": "structure", + "required": [ + "agentId", + "agentName", + "agentArn", + "version", + "agentStatus", + "idleSessionTTLInSeconds", + "agentResourceRoleArn", + "createdAt", + "updatedAt" + ], + "members": { + "agentId": {}, + "agentName": {}, + "agentArn": {}, + "version": {}, + "instruction": { + "shape": "Sd" + }, + "agentStatus": {}, + "foundationModel": {}, + "description": {}, + "idleSessionTTLInSeconds": { + "type": "integer" + }, + "agentResourceRoleArn": {}, + "customerEncryptionKeyArn": {}, + "createdAt": { + "shape": "S9" + }, + "updatedAt": { + "shape": "S9" + }, + "failureReasons": { + "shape": "S14" + }, + "recommendedActions": { + "shape": "S16" + }, + "promptOverrideConfiguration": { + "shape": "Sl" + } + } + } + } + } + }, + "GetDataSource": { + "http": { + "method": "GET", + "requestUri": "/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "dataSourceId" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "dataSourceId": { + "location": "uri", + "locationName": "dataSourceId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "dataSource" + ], + "members": { + "dataSource": { + "shape": "S28" + } + } + } + }, + "GetIngestionJob": { + "http": { + "method": "GET", + "requestUri": "/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}/ingestionjobs/{ingestionJobId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "dataSourceId", + "ingestionJobId" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "dataSourceId": { + "location": "uri", + "locationName": "dataSourceId" + }, + "ingestionJobId": { + "location": "uri", + "locationName": "ingestionJobId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "ingestionJob" + ], + "members": { + "ingestionJob": { + "shape": "S3v" + } + } + } + }, + "GetKnowledgeBase": { + "http": { + "method": "GET", + "requestUri": "/knowledgebases/{knowledgeBaseId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "knowledgeBase" + ], + "members": { + "knowledgeBase": { + "shape": "S2x" + } + } + } + }, + "ListAgentActionGroups": { + "http": { + "requestUri": "/agents/{agentId}/agentversions/{agentVersion}/actiongroups/", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "agentId", + "agentVersion" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + }, + "agentVersion": { + "location": "uri", + "locationName": "agentVersion" + }, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "actionGroupSummaries" + ], + "members": { + "actionGroupSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "actionGroupId", + "actionGroupName", + "actionGroupState", + "updatedAt" + ], + "members": { + "actionGroupId": {}, + "actionGroupName": {}, + "actionGroupState": {}, + "description": {}, + "updatedAt": { + "shape": "S9" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListAgentAliases": { + "http": { + "requestUri": "/agents/{agentId}/agentaliases/", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "agentId" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + }, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "agentAliasSummaries" + ], + "members": { + "agentAliasSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "agentAliasId", + "agentAliasName", + "agentAliasStatus", + "createdAt", + "updatedAt" + ], + "members": { + "agentAliasId": {}, + "agentAliasName": {}, + "description": {}, + "routingConfiguration": { + "shape": "S1k" + }, + "agentAliasStatus": {}, + "createdAt": { + "shape": "S9" + }, + "updatedAt": { + "shape": "S9" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListAgentKnowledgeBases": { + "http": { + "requestUri": "/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "agentId", + "agentVersion" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + }, + "agentVersion": { + "location": "uri", + "locationName": "agentVersion" + }, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "agentKnowledgeBaseSummaries" + ], + "members": { + "agentKnowledgeBaseSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "knowledgeBaseState", + "updatedAt" + ], + "members": { + "knowledgeBaseId": {}, + "description": {}, + "knowledgeBaseState": {}, + "updatedAt": { + "shape": "S9" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListAgentVersions": { + "http": { + "requestUri": "/agents/{agentId}/agentversions/", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "agentId" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + }, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "agentVersionSummaries" + ], + "members": { + "agentVersionSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "agentName", + "agentStatus", + "agentVersion", + "createdAt", + "updatedAt" + ], + "members": { + "agentName": {}, + "agentStatus": {}, + "agentVersion": {}, + "createdAt": { + "shape": "S9" + }, + "updatedAt": { + "shape": "S9" + }, + "description": {} + } + } + }, + "nextToken": {} + } + } + }, + "ListAgents": { + "http": { + "requestUri": "/agents/", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "agentSummaries" + ], + "members": { + "agentSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "agentId", + "agentName", + "agentStatus", + "updatedAt" + ], + "members": { + "agentId": {}, + "agentName": {}, + "agentStatus": {}, + "description": {}, + "updatedAt": { + "shape": "S9" + }, + "latestAgentVersion": {} + } + } + }, + "nextToken": {} + } + } + }, + "ListDataSources": { + "http": { + "requestUri": "/knowledgebases/{knowledgeBaseId}/datasources/", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "dataSourceSummaries" + ], + "members": { + "dataSourceSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "dataSourceId", + "name", + "status", + "updatedAt" + ], + "members": { + "knowledgeBaseId": {}, + "dataSourceId": {}, + "name": {}, + "status": {}, + "description": {}, + "updatedAt": { + "shape": "S9" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListIngestionJobs": { + "http": { + "requestUri": "/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}/ingestionjobs/", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "dataSourceId" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "dataSourceId": { + "location": "uri", + "locationName": "dataSourceId" + }, + "filters": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "attribute", + "operator", + "values" + ], + "members": { + "attribute": {}, + "operator": {}, + "values": { + "type": "list", + "member": {} + } + } + } + }, + "sortBy": { + "type": "structure", + "required": [ + "attribute", + "order" + ], + "members": { + "attribute": {}, + "order": {} + } + }, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "ingestionJobSummaries" + ], + "members": { + "ingestionJobSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "dataSourceId", + "ingestionJobId", + "status", + "startedAt", + "updatedAt" + ], + "members": { + "knowledgeBaseId": {}, + "dataSourceId": {}, + "ingestionJobId": {}, + "description": {}, + "status": {}, + "startedAt": { + "shape": "S9" + }, + "updatedAt": { + "shape": "S9" + }, + "statistics": { + "shape": "S3x" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListKnowledgeBases": { + "http": { + "requestUri": "/knowledgebases/", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "knowledgeBaseSummaries" + ], + "members": { + "knowledgeBaseSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "name", + "status", + "updatedAt" + ], + "members": { + "knowledgeBaseId": {}, + "name": {}, + "description": {}, + "status": {}, + "updatedAt": { + "shape": "S9" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListTagsForResource": { + "http": { + "method": "GET", + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + } + } + }, + "output": { + "type": "structure", + "members": { + "tags": { + "shape": "Si" + } + } + } + }, + "PrepareAgent": { + "http": { + "requestUri": "/agents/{agentId}/", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "agentId" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "agentId", + "agentStatus", + "agentVersion", + "preparedAt" + ], + "members": { + "agentId": {}, + "agentStatus": {}, + "agentVersion": {}, + "preparedAt": { + "shape": "S9" + } + } + } + }, + "StartIngestionJob": { + "http": { + "method": "PUT", + "requestUri": "/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}/ingestionjobs/", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "dataSourceId" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "dataSourceId": { + "location": "uri", + "locationName": "dataSourceId" + }, + "clientToken": { + "idempotencyToken": true + }, + "description": {} + } + }, + "output": { + "type": "structure", + "required": [ + "ingestionJob" + ], + "members": { + "ingestionJob": { + "shape": "S3v" + } + } + }, + "idempotent": true + }, + "TagResource": { + "http": { + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn", + "tags" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + }, + "tags": { + "shape": "Si" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "UntagResource": { + "http": { + "method": "DELETE", + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn", + "tagKeys" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + }, + "tagKeys": { + "location": "querystring", + "locationName": "tagKeys", + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "UpdateAgent": { + "http": { + "method": "PUT", + "requestUri": "/agents/{agentId}/", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "agentId", + "agentName", + "agentResourceRoleArn" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + }, + "agentName": {}, + "instruction": { + "shape": "Sd" + }, + "foundationModel": {}, + "description": {}, + "idleSessionTTLInSeconds": { + "type": "integer" + }, + "agentResourceRoleArn": {}, + "customerEncryptionKeyArn": {}, + "promptOverrideConfiguration": { + "shape": "Sl" + } + } + }, + "output": { + "type": "structure", + "required": [ + "agent" + ], + "members": { + "agent": { + "shape": "S11" + } + } + }, + "idempotent": true + }, + "UpdateAgentActionGroup": { + "http": { + "method": "PUT", + "requestUri": "/agents/{agentId}/agentversions/{agentVersion}/actiongroups/{actionGroupId}/", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "agentId", + "agentVersion", + "actionGroupId", + "actionGroupName" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + }, + "agentVersion": { + "location": "uri", + "locationName": "agentVersion" + }, + "actionGroupId": { + "location": "uri", + "locationName": "actionGroupId" + }, + "actionGroupName": {}, + "description": {}, + "parentActionGroupSignature": {}, + "actionGroupExecutor": { + "shape": "S1a" + }, + "actionGroupState": {}, + "apiSchema": { + "shape": "S1b" + } + } + }, + "output": { + "type": "structure", + "required": [ + "agentActionGroup" + ], + "members": { + "agentActionGroup": { + "shape": "S1i" + } + } + }, + "idempotent": true + }, + "UpdateAgentAlias": { + "http": { + "method": "PUT", + "requestUri": "/agents/{agentId}/agentaliases/{agentAliasId}/", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "agentId", + "agentAliasId", + "agentAliasName" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + }, + "agentAliasId": { + "location": "uri", + "locationName": "agentAliasId" + }, + "agentAliasName": {}, + "description": {}, + "routingConfiguration": { + "shape": "S1k" + } + } + }, + "output": { + "type": "structure", + "required": [ + "agentAlias" + ], + "members": { + "agentAlias": { + "shape": "S1n" + } + } + }, + "idempotent": true + }, + "UpdateAgentKnowledgeBase": { + "http": { + "method": "PUT", + "requestUri": "/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/{knowledgeBaseId}/", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "agentId", + "agentVersion", + "knowledgeBaseId" + ], + "members": { + "agentId": { + "location": "uri", + "locationName": "agentId" + }, + "agentVersion": { + "location": "uri", + "locationName": "agentVersion" + }, + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "description": {}, + "knowledgeBaseState": {} + } + }, + "output": { + "type": "structure", + "required": [ + "agentKnowledgeBase" + ], + "members": { + "agentKnowledgeBase": { + "shape": "S7" + } + } + }, + "idempotent": true + }, + "UpdateDataSource": { + "http": { + "method": "PUT", + "requestUri": "/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "dataSourceId", + "name", + "dataSourceConfiguration" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "dataSourceId": { + "location": "uri", + "locationName": "dataSourceId" + }, + "name": {}, + "description": {}, + "dataSourceConfiguration": { + "shape": "S1u" + }, + "serverSideEncryptionConfiguration": { + "shape": "S20" + }, + "vectorIngestionConfiguration": { + "shape": "S21" + } + } + }, + "output": { + "type": "structure", + "required": [ + "dataSource" + ], + "members": { + "dataSource": { + "shape": "S28" + } + } + }, + "idempotent": true + }, + "UpdateKnowledgeBase": { + "http": { + "method": "PUT", + "requestUri": "/knowledgebases/{knowledgeBaseId}", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "name", + "roleArn", + "knowledgeBaseConfiguration", + "storageConfiguration" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "name": {}, + "description": {}, + "roleArn": {}, + "knowledgeBaseConfiguration": { + "shape": "S2c" + }, + "storageConfiguration": { + "shape": "S2g" + } + } + }, + "output": { + "type": "structure", + "required": [ + "knowledgeBase" + ], + "members": { + "knowledgeBase": { + "shape": "S2x" + } + } + }, + "idempotent": true + } + }, + "shapes": { + "S7": { + "type": "structure", + "required": [ + "agentId", + "agentVersion", + "knowledgeBaseId", + "description", + "createdAt", + "updatedAt", + "knowledgeBaseState" + ], + "members": { + "agentId": {}, + "agentVersion": {}, + "knowledgeBaseId": {}, + "description": {}, + "createdAt": { + "shape": "S9" + }, + "updatedAt": { + "shape": "S9" + }, + "knowledgeBaseState": {} + } + }, + "S9": { + "type": "timestamp", + "timestampFormat": "iso8601" + }, + "Sd": { + "type": "string", + "sensitive": true + }, + "Si": { + "type": "map", + "key": {}, + "value": {} + }, + "Sl": { + "type": "structure", + "required": [ + "promptConfigurations" + ], + "members": { + "promptConfigurations": { + "type": "list", + "member": { + "type": "structure", + "members": { + "promptType": {}, + "promptCreationMode": {}, + "promptState": {}, + "basePromptTemplate": {}, + "inferenceConfiguration": { + "type": "structure", + "members": { + "temperature": { + "type": "float" + }, + "topP": { + "type": "float" + }, + "topK": { + "type": "integer" + }, + "maximumLength": { + "type": "integer" + }, + "stopSequences": { + "type": "list", + "member": {} + } + } + }, + "parserMode": {} + } + } + }, + "overrideLambda": {} + }, + "sensitive": true + }, + "S11": { + "type": "structure", + "required": [ + "agentId", + "agentName", + "agentArn", + "agentVersion", + "agentStatus", + "idleSessionTTLInSeconds", + "agentResourceRoleArn", + "createdAt", + "updatedAt" + ], + "members": { + "agentId": {}, + "agentName": {}, + "agentArn": {}, + "agentVersion": {}, + "clientToken": {}, + "instruction": { + "shape": "Sd" + }, + "agentStatus": {}, + "foundationModel": {}, + "description": {}, + "idleSessionTTLInSeconds": { + "type": "integer" + }, + "agentResourceRoleArn": {}, + "customerEncryptionKeyArn": {}, + "createdAt": { + "shape": "S9" + }, + "updatedAt": { + "shape": "S9" + }, + "preparedAt": { + "shape": "S9" + }, + "failureReasons": { + "shape": "S14" + }, + "recommendedActions": { + "shape": "S16" + }, + "promptOverrideConfiguration": { + "shape": "Sl" + } + } + }, + "S14": { + "type": "list", + "member": {} + }, + "S16": { + "type": "list", + "member": {} + }, + "S1a": { + "type": "structure", + "members": { + "lambda": {} + }, + "union": true + }, + "S1b": { + "type": "structure", + "members": { + "s3": { + "type": "structure", + "members": { + "s3BucketName": {}, + "s3ObjectKey": {} + } + }, + "payload": { + "type": "string", + "sensitive": true + } + }, + "union": true + }, + "S1i": { + "type": "structure", + "required": [ + "agentId", + "agentVersion", + "actionGroupId", + "actionGroupName", + "createdAt", + "updatedAt", + "actionGroupState" + ], + "members": { + "agentId": {}, + "agentVersion": {}, + "actionGroupId": {}, + "actionGroupName": {}, + "clientToken": {}, + "description": {}, + "createdAt": { + "shape": "S9" + }, + "updatedAt": { + "shape": "S9" + }, + "parentActionSignature": {}, + "actionGroupExecutor": { + "shape": "S1a" + }, + "apiSchema": { + "shape": "S1b" + }, + "actionGroupState": {} + } + }, + "S1k": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "agentVersion" + ], + "members": { + "agentVersion": {} + } + } + }, + "S1n": { + "type": "structure", + "required": [ + "agentId", + "agentAliasId", + "agentAliasName", + "agentAliasArn", + "routingConfiguration", + "createdAt", + "updatedAt", + "agentAliasStatus" + ], + "members": { + "agentId": {}, + "agentAliasId": {}, + "agentAliasName": {}, + "agentAliasArn": {}, + "clientToken": {}, + "description": {}, + "routingConfiguration": { + "shape": "S1k" + }, + "createdAt": { + "shape": "S9" + }, + "updatedAt": { + "shape": "S9" + }, + "agentAliasHistoryEvents": { + "type": "list", + "member": { + "type": "structure", + "members": { + "routingConfiguration": { + "shape": "S1k" + }, + "endDate": { + "shape": "S9" + }, + "startDate": { + "shape": "S9" + } + } + } + }, + "agentAliasStatus": {} + } + }, + "S1u": { + "type": "structure", + "required": [ + "type" + ], + "members": { + "type": {}, + "s3Configuration": { + "type": "structure", + "required": [ + "bucketArn" + ], + "members": { + "bucketArn": {}, + "inclusionPrefixes": { + "type": "list", + "member": {} + } + } + } + } + }, + "S20": { + "type": "structure", + "members": { + "kmsKeyArn": {} + } + }, + "S21": { + "type": "structure", + "members": { + "chunkingConfiguration": { + "type": "structure", + "required": [ + "chunkingStrategy" + ], + "members": { + "chunkingStrategy": {}, + "fixedSizeChunkingConfiguration": { + "type": "structure", + "required": [ + "maxTokens", + "overlapPercentage" + ], + "members": { + "maxTokens": { + "type": "integer" + }, + "overlapPercentage": { + "type": "integer" + } + } + } + } + } + } + }, + "S28": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "dataSourceId", + "name", + "status", + "dataSourceConfiguration", + "createdAt", + "updatedAt" + ], + "members": { + "knowledgeBaseId": {}, + "dataSourceId": {}, + "name": {}, + "status": {}, + "description": {}, + "dataSourceConfiguration": { + "shape": "S1u" + }, + "serverSideEncryptionConfiguration": { + "shape": "S20" + }, + "vectorIngestionConfiguration": { + "shape": "S21" + }, + "createdAt": { + "shape": "S9" + }, + "updatedAt": { + "shape": "S9" + } + } + }, + "S2c": { + "type": "structure", + "required": [ + "type" + ], + "members": { + "type": {}, + "vectorKnowledgeBaseConfiguration": { + "type": "structure", + "required": [ + "embeddingModelArn" + ], + "members": { + "embeddingModelArn": {} + } + } + } + }, + "S2g": { + "type": "structure", + "required": [ + "type" + ], + "members": { + "type": {}, + "opensearchServerlessConfiguration": { + "type": "structure", + "required": [ + "collectionArn", + "vectorIndexName", + "fieldMapping" + ], + "members": { + "collectionArn": {}, + "vectorIndexName": {}, + "fieldMapping": { + "type": "structure", + "required": [ + "vectorField", + "textField", + "metadataField" + ], + "members": { + "vectorField": {}, + "textField": {}, + "metadataField": {} + } + } + } + }, + "pineconeConfiguration": { + "type": "structure", + "required": [ + "connectionString", + "credentialsSecretArn", + "fieldMapping" + ], + "members": { + "connectionString": {}, + "credentialsSecretArn": {}, + "namespace": {}, + "fieldMapping": { + "type": "structure", + "required": [ + "textField", + "metadataField" + ], + "members": { + "textField": {}, + "metadataField": {} + } + } + } + }, + "redisEnterpriseCloudConfiguration": { + "type": "structure", + "required": [ + "endpoint", + "vectorIndexName", + "credentialsSecretArn", + "fieldMapping" + ], + "members": { + "endpoint": {}, + "vectorIndexName": {}, + "credentialsSecretArn": {}, + "fieldMapping": { + "type": "structure", + "required": [ + "vectorField", + "textField", + "metadataField" + ], + "members": { + "vectorField": {}, + "textField": {}, + "metadataField": {} + } + } + } + } + } + }, + "S2x": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "name", + "knowledgeBaseArn", + "roleArn", + "knowledgeBaseConfiguration", + "storageConfiguration", + "status", + "createdAt", + "updatedAt" + ], + "members": { + "knowledgeBaseId": {}, + "name": {}, + "knowledgeBaseArn": {}, + "description": {}, + "roleArn": {}, + "knowledgeBaseConfiguration": { + "shape": "S2c" + }, + "storageConfiguration": { + "shape": "S2g" + }, + "status": {}, + "createdAt": { + "shape": "S9" + }, + "updatedAt": { + "shape": "S9" + }, + "failureReasons": { + "shape": "S14" + } + } + }, + "S3v": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "dataSourceId", + "ingestionJobId", + "status", + "startedAt", + "updatedAt" + ], + "members": { + "knowledgeBaseId": {}, + "dataSourceId": {}, + "ingestionJobId": {}, + "description": {}, + "status": {}, + "statistics": { + "shape": "S3x" + }, + "failureReasons": { + "shape": "S14" + }, + "startedAt": { + "shape": "S9" + }, + "updatedAt": { + "shape": "S9" + } + } + }, + "S3x": { + "type": "structure", + "members": { + "numberOfDocumentsScanned": { + "type": "long" + }, + "numberOfNewDocumentsIndexed": { + "type": "long" + }, + "numberOfModifiedDocumentsIndexed": { + "type": "long" + }, + "numberOfDocumentsDeleted": { + "type": "long" + }, + "numberOfDocumentsFailed": { + "type": "long" + } + } + } + } +} \ No newline at end of file diff --git a/iamlivecore/service/bedrock-agent-runtime-2023-07-26.min.json b/iamlivecore/service/bedrock-agent-runtime-2023-07-26.min.json new file mode 100644 index 0000000..c3b7951 --- /dev/null +++ b/iamlivecore/service/bedrock-agent-runtime-2023-07-26.min.json @@ -0,0 +1,697 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2023-07-26", + "endpointPrefix": "bedrock-agent-runtime", + "jsonVersion": "1.1", + "protocol": "rest-json", + "serviceFullName": "Agents for Amazon Bedrock Runtime", + "serviceId": "Bedrock Agent Runtime", + "signatureVersion": "v4", + "signingName": "bedrock", + "uid": "bedrock-agent-runtime-2023-07-26" + }, + "operations": { + "InvokeAgent": { + "http": { + "requestUri": "/agents/{agentId}/agentAliases/{agentAliasId}/sessions/{sessionId}/text", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "agentId", + "agentAliasId", + "sessionId", + "inputText" + ], + "members": { + "sessionState": { + "type": "structure", + "members": { + "sessionAttributes": { + "type": "map", + "key": {}, + "value": {} + }, + "promptSessionAttributes": { + "type": "map", + "key": {}, + "value": {} + } + } + }, + "agentId": { + "location": "uri", + "locationName": "agentId" + }, + "agentAliasId": { + "location": "uri", + "locationName": "agentAliasId" + }, + "sessionId": { + "location": "uri", + "locationName": "sessionId" + }, + "endSession": { + "type": "boolean" + }, + "enableTrace": { + "type": "boolean" + }, + "inputText": { + "type": "string", + "sensitive": true + } + } + }, + "output": { + "type": "structure", + "required": [ + "completion", + "contentType", + "sessionId" + ], + "members": { + "completion": { + "type": "structure", + "members": { + "chunk": { + "type": "structure", + "members": { + "bytes": { + "type": "blob", + "sensitive": true + }, + "attribution": { + "type": "structure", + "members": { + "citations": { + "shape": "Sg" + } + } + } + }, + "event": true, + "sensitive": true + }, + "trace": { + "type": "structure", + "members": { + "agentId": {}, + "agentAliasId": {}, + "sessionId": {}, + "trace": { + "type": "structure", + "members": { + "preProcessingTrace": { + "type": "structure", + "members": { + "modelInvocationInput": { + "shape": "Sw" + }, + "modelInvocationOutput": { + "type": "structure", + "members": { + "traceId": {}, + "parsedResponse": { + "type": "structure", + "members": { + "rationale": { + "shape": "S1a" + }, + "isValid": { + "type": "boolean" + } + }, + "sensitive": true + } + }, + "sensitive": true + } + }, + "sensitive": true, + "union": true + }, + "orchestrationTrace": { + "type": "structure", + "members": { + "rationale": { + "type": "structure", + "members": { + "traceId": {}, + "text": { + "shape": "S1a" + } + }, + "sensitive": true + }, + "invocationInput": { + "type": "structure", + "members": { + "traceId": {}, + "invocationType": {}, + "actionGroupInvocationInput": { + "type": "structure", + "members": { + "actionGroupName": { + "type": "string", + "sensitive": true + }, + "verb": { + "type": "string", + "sensitive": true + }, + "apiPath": { + "type": "string", + "sensitive": true + }, + "parameters": { + "shape": "S1j" + }, + "requestBody": { + "type": "structure", + "members": { + "content": { + "type": "map", + "key": {}, + "value": { + "shape": "S1j" + } + } + } + } + } + }, + "knowledgeBaseLookupInput": { + "type": "structure", + "members": { + "text": { + "type": "string", + "sensitive": true + }, + "knowledgeBaseId": { + "type": "string", + "sensitive": true + } + } + } + }, + "sensitive": true + }, + "observation": { + "type": "structure", + "members": { + "traceId": {}, + "type": {}, + "actionGroupInvocationOutput": { + "type": "structure", + "members": { + "text": { + "type": "string", + "sensitive": true + } + } + }, + "knowledgeBaseLookupOutput": { + "type": "structure", + "members": { + "retrievedReferences": { + "shape": "Sn" + } + } + }, + "finalResponse": { + "type": "structure", + "members": { + "text": { + "type": "string", + "sensitive": true + } + } + }, + "repromptResponse": { + "type": "structure", + "members": { + "text": {}, + "source": { + "type": "string", + "sensitive": true + } + }, + "sensitive": true + } + }, + "sensitive": true + }, + "modelInvocationInput": { + "shape": "Sw" + } + }, + "sensitive": true, + "union": true + }, + "postProcessingTrace": { + "type": "structure", + "members": { + "modelInvocationInput": { + "shape": "Sw" + }, + "modelInvocationOutput": { + "type": "structure", + "members": { + "traceId": {}, + "parsedResponse": { + "type": "structure", + "members": { + "text": { + "type": "string", + "sensitive": true + } + }, + "sensitive": true + } + }, + "sensitive": true + } + }, + "sensitive": true, + "union": true + }, + "failureTrace": { + "type": "structure", + "members": { + "traceId": {}, + "failureReason": { + "type": "string", + "sensitive": true + } + }, + "sensitive": true + } + }, + "sensitive": true, + "union": true + } + }, + "event": true, + "sensitive": true + }, + "internalServerException": { + "type": "structure", + "members": { + "message": {} + }, + "error": { + "httpStatusCode": 500 + }, + "exception": true, + "fault": true + }, + "validationException": { + "type": "structure", + "members": { + "message": {} + }, + "error": { + "httpStatusCode": 400, + "senderFault": true + }, + "exception": true + }, + "resourceNotFoundException": { + "type": "structure", + "members": { + "message": {} + }, + "error": { + "httpStatusCode": 404, + "senderFault": true + }, + "exception": true + }, + "serviceQuotaExceededException": { + "type": "structure", + "members": { + "message": {} + }, + "error": { + "httpStatusCode": 400, + "senderFault": true + }, + "exception": true + }, + "throttlingException": { + "type": "structure", + "members": { + "message": {} + }, + "error": { + "httpStatusCode": 429, + "senderFault": true + }, + "exception": true + }, + "accessDeniedException": { + "type": "structure", + "members": { + "message": {} + }, + "error": { + "httpStatusCode": 403, + "senderFault": true + }, + "exception": true + }, + "conflictException": { + "type": "structure", + "members": { + "message": {} + }, + "error": { + "httpStatusCode": 409, + "senderFault": true + }, + "exception": true + }, + "dependencyFailedException": { + "type": "structure", + "members": { + "message": {}, + "resourceName": {} + }, + "error": { + "httpStatusCode": 424, + "senderFault": true + }, + "exception": true + }, + "badGatewayException": { + "type": "structure", + "members": { + "message": {}, + "resourceName": {} + }, + "error": { + "httpStatusCode": 502 + }, + "exception": true, + "fault": true + } + }, + "eventstream": true + }, + "contentType": { + "location": "header", + "locationName": "x-amzn-bedrock-agent-content-type" + }, + "sessionId": { + "location": "header", + "locationName": "x-amz-bedrock-agent-session-id" + } + }, + "payload": "completion" + } + }, + "Retrieve": { + "http": { + "requestUri": "/knowledgebases/{knowledgeBaseId}/retrieve", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "retrievalQuery" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "retrievalQuery": { + "type": "structure", + "required": [ + "text" + ], + "members": { + "text": {} + }, + "sensitive": true + }, + "retrievalConfiguration": { + "type": "structure", + "required": [ + "vectorSearchConfiguration" + ], + "members": { + "vectorSearchConfiguration": { + "type": "structure", + "required": [ + "numberOfResults" + ], + "members": { + "numberOfResults": { + "type": "integer" + } + } + } + } + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "retrievalResults" + ], + "members": { + "retrievalResults": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "content" + ], + "members": { + "content": { + "shape": "Sp" + }, + "location": { + "shape": "Sq" + }, + "score": { + "type": "double" + } + } + }, + "sensitive": true + }, + "nextToken": {} + } + } + }, + "RetrieveAndGenerate": { + "http": { + "requestUri": "/retrieveAndGenerate", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "input" + ], + "members": { + "sessionId": {}, + "input": { + "type": "structure", + "required": [ + "text" + ], + "members": { + "text": {} + }, + "sensitive": true + }, + "retrieveAndGenerateConfiguration": { + "type": "structure", + "required": [ + "type" + ], + "members": { + "type": {}, + "knowledgeBaseConfiguration": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "modelArn" + ], + "members": { + "knowledgeBaseId": {}, + "modelArn": {} + } + } + } + }, + "sessionConfiguration": { + "type": "structure", + "required": [ + "kmsKeyArn" + ], + "members": { + "kmsKeyArn": {} + } + } + } + }, + "output": { + "type": "structure", + "required": [ + "sessionId", + "output" + ], + "members": { + "sessionId": {}, + "output": { + "type": "structure", + "required": [ + "text" + ], + "members": { + "text": {} + }, + "sensitive": true + }, + "citations": { + "shape": "Sg" + } + } + } + } + }, + "shapes": { + "Sg": { + "type": "list", + "member": { + "type": "structure", + "members": { + "generatedResponsePart": { + "type": "structure", + "members": { + "textResponsePart": { + "type": "structure", + "members": { + "text": {}, + "span": { + "type": "structure", + "members": { + "start": { + "type": "integer" + }, + "end": { + "type": "integer" + } + } + } + } + } + } + }, + "retrievedReferences": { + "shape": "Sn" + } + } + } + }, + "Sn": { + "type": "list", + "member": { + "type": "structure", + "members": { + "content": { + "shape": "Sp" + }, + "location": { + "shape": "Sq" + } + } + } + }, + "Sp": { + "type": "structure", + "required": [ + "text" + ], + "members": { + "text": {} + } + }, + "Sq": { + "type": "structure", + "required": [ + "type" + ], + "members": { + "type": {}, + "s3Location": { + "type": "structure", + "members": { + "uri": {} + } + } + } + }, + "Sw": { + "type": "structure", + "members": { + "traceId": {}, + "text": { + "type": "string", + "sensitive": true + }, + "type": {}, + "inferenceConfiguration": { + "type": "structure", + "members": { + "temperature": { + "type": "float" + }, + "topP": { + "type": "float" + }, + "topK": { + "type": "integer" + }, + "maximumLength": { + "type": "integer" + }, + "stopSequences": { + "type": "list", + "member": {} + } + } + }, + "overrideLambda": {}, + "promptCreationMode": {}, + "parserMode": {} + }, + "sensitive": true + }, + "S1a": { + "type": "string", + "sensitive": true + }, + "S1j": { + "type": "list", + "member": { + "type": "structure", + "members": { + "name": {}, + "type": {}, + "value": {} + } + } + } + } +} \ No newline at end of file diff --git a/iamlivecore/service/bedrock-runtime-2023-09-30.min.json b/iamlivecore/service/bedrock-runtime-2023-09-30.min.json new file mode 100644 index 0000000..0323054 --- /dev/null +++ b/iamlivecore/service/bedrock-runtime-2023-09-30.min.json @@ -0,0 +1,191 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2023-09-30", + "endpointPrefix": "bedrock-runtime", + "jsonVersion": "1.1", + "protocol": "rest-json", + "serviceFullName": "Amazon Bedrock Runtime", + "serviceId": "Bedrock Runtime", + "signatureVersion": "v4", + "signingName": "bedrock", + "uid": "bedrock-runtime-2023-09-30" + }, + "operations": { + "InvokeModel": { + "http": { + "requestUri": "/model/{modelId}/invoke", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "body", + "modelId" + ], + "members": { + "body": { + "shape": "S2" + }, + "contentType": { + "location": "header", + "locationName": "Content-Type" + }, + "accept": { + "location": "header", + "locationName": "Accept" + }, + "modelId": { + "location": "uri", + "locationName": "modelId" + } + }, + "payload": "body" + }, + "output": { + "type": "structure", + "required": [ + "body", + "contentType" + ], + "members": { + "body": { + "shape": "S2" + }, + "contentType": { + "location": "header", + "locationName": "Content-Type" + } + }, + "payload": "body" + } + }, + "InvokeModelWithResponseStream": { + "http": { + "requestUri": "/model/{modelId}/invoke-with-response-stream", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "body", + "modelId" + ], + "members": { + "body": { + "shape": "S2" + }, + "contentType": { + "location": "header", + "locationName": "Content-Type" + }, + "accept": { + "location": "header", + "locationName": "X-Amzn-Bedrock-Accept" + }, + "modelId": { + "location": "uri", + "locationName": "modelId" + } + }, + "payload": "body" + }, + "output": { + "type": "structure", + "required": [ + "body", + "contentType" + ], + "members": { + "body": { + "type": "structure", + "members": { + "chunk": { + "type": "structure", + "members": { + "bytes": { + "type": "blob", + "sensitive": true + } + }, + "event": true, + "sensitive": true + }, + "internalServerException": { + "type": "structure", + "members": { + "message": {} + }, + "error": { + "httpStatusCode": 500 + }, + "exception": true, + "fault": true + }, + "modelStreamErrorException": { + "type": "structure", + "members": { + "message": {}, + "originalStatusCode": { + "type": "integer" + }, + "originalMessage": {} + }, + "error": { + "httpStatusCode": 424, + "senderFault": true + }, + "exception": true + }, + "validationException": { + "type": "structure", + "members": { + "message": {} + }, + "error": { + "httpStatusCode": 400, + "senderFault": true + }, + "exception": true + }, + "throttlingException": { + "type": "structure", + "members": { + "message": {} + }, + "error": { + "httpStatusCode": 429, + "senderFault": true + }, + "exception": true + }, + "modelTimeoutException": { + "type": "structure", + "members": { + "message": {} + }, + "error": { + "httpStatusCode": 408, + "senderFault": true + }, + "exception": true + } + }, + "eventstream": true + }, + "contentType": { + "location": "header", + "locationName": "X-Amzn-Bedrock-Content-Type" + } + }, + "payload": "body" + } + } + }, + "shapes": { + "S2": { + "type": "blob", + "sensitive": true + } + } +} \ No newline at end of file diff --git a/iamlivecore/service/billingconductor-2021-07-30.min.json b/iamlivecore/service/billingconductor-2021-07-30.min.json index 1ee2c07..08c5f5c 100644 --- a/iamlivecore/service/billingconductor-2021-07-30.min.json +++ b/iamlivecore/service/billingconductor-2021-07-30.min.json @@ -261,7 +261,8 @@ "shape": "S1e" } } - } + }, + "AccountId": {} } }, "output": { @@ -519,6 +520,70 @@ }, "idempotent": true }, + "GetBillingGroupCostReport": { + "http": { + "requestUri": "/get-billing-group-cost-report", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "Arn" + ], + "members": { + "Arn": {}, + "BillingPeriodRange": { + "type": "structure", + "required": [ + "InclusiveStartBillingPeriod", + "ExclusiveEndBillingPeriod" + ], + "members": { + "InclusiveStartBillingPeriod": {}, + "ExclusiveEndBillingPeriod": {} + } + }, + "GroupBy": { + "type": "list", + "member": {} + }, + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "BillingGroupCostReportResults": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Arn": {}, + "AWSCost": {}, + "ProformaCost": {}, + "Margin": {}, + "MarginPercentage": {}, + "Currency": {}, + "Attributes": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Key": {}, + "Value": {} + } + } + } + } + } + }, + "NextToken": {} + } + } + }, "ListAccountAssociations": { "http": { "requestUri": "/list-account-associations", @@ -584,7 +649,7 @@ "type": "structure", "members": { "BillingGroupArns": { - "shape": "S2t" + "shape": "S38" } } } @@ -628,7 +693,7 @@ "type": "structure", "members": { "Arns": { - "shape": "S2t" + "shape": "S38" }, "PricingPlan": {}, "Statuses": { @@ -729,7 +794,7 @@ "shape": "S15" }, "ChargeDetails": { - "shape": "S3k" + "shape": "S3u" }, "CurrencyCode": {}, "Description": { @@ -751,7 +816,8 @@ "Arn": {}, "StartTime": { "type": "long" - } + }, + "AccountId": {} } } }, @@ -782,11 +848,14 @@ } }, "BillingGroups": { - "shape": "S2t" + "shape": "S38" }, "Arns": { "type": "list", "member": {} + }, + "AccountIds": { + "shape": "S3" } } } @@ -805,7 +874,7 @@ "shape": "S15" }, "ChargeDetails": { - "shape": "S3k" + "shape": "S3u" }, "CurrencyCode": {}, "Description": { @@ -821,7 +890,8 @@ }, "AssociationSize": { "type": "long" - } + }, + "AccountId": {} } } }, @@ -842,7 +912,7 @@ "type": "structure", "members": { "Arns": { - "shape": "S3z" + "shape": "S49" } } }, @@ -909,7 +979,7 @@ "BillingPeriod": {}, "PricingRuleArn": {}, "PricingPlanArns": { - "shape": "S3z" + "shape": "S49" }, "NextToken": {} } @@ -928,7 +998,7 @@ "type": "structure", "members": { "Arns": { - "shape": "S4a" + "shape": "S4k" } } }, @@ -1023,7 +1093,7 @@ "BillingPeriod": {}, "PricingPlanArn": {}, "PricingRuleArns": { - "shape": "S4a" + "shape": "S4k" }, "NextToken": {} } @@ -1179,7 +1249,7 @@ "shape": "Sz" }, "AccountGrouping": { - "shape": "S4y" + "shape": "S58" } } }, @@ -1204,7 +1274,7 @@ "Status": {}, "StatusReason": {}, "AccountGrouping": { - "shape": "S4y" + "shape": "S58" } } }, @@ -1275,7 +1345,7 @@ "shape": "S16" }, "ChargeDetails": { - "shape": "S3k" + "shape": "S3u" }, "LastModifiedTime": { "type": "long" @@ -1352,7 +1422,7 @@ "type": "double" }, "Tiering": { - "shape": "S59" + "shape": "S5j" } } }, @@ -1380,7 +1450,7 @@ }, "BillingEntity": {}, "Tiering": { - "shape": "S59" + "shape": "S5j" }, "UsageType": {}, "Operation": {} @@ -1504,11 +1574,11 @@ "type": "string", "sensitive": true }, - "S2t": { + "S38": { "type": "list", "member": {} }, - "S3k": { + "S3u": { "type": "structure", "required": [ "Type" @@ -1542,15 +1612,15 @@ } } }, - "S3z": { + "S49": { "type": "list", "member": {} }, - "S4a": { + "S4k": { "type": "list", "member": {} }, - "S4y": { + "S58": { "type": "structure", "members": { "AutoAssociate": { @@ -1558,7 +1628,7 @@ } } }, - "S59": { + "S5j": { "type": "structure", "required": [ "FreeTier" diff --git a/iamlivecore/service/braket-2019-09-01.min.json b/iamlivecore/service/braket-2019-09-01.min.json index 1fa0e5d..93af823 100644 --- a/iamlivecore/service/braket-2019-09-01.min.json +++ b/iamlivecore/service/braket-2019-09-01.min.json @@ -98,37 +98,43 @@ "algorithmSpecification": { "shape": "Sa" }, + "associations": { + "type": "list", + "member": { + "shape": "Si" + } + }, "checkpointConfig": { - "shape": "Sh" + "shape": "Sl" }, "clientToken": { "idempotencyToken": true }, "deviceConfig": { - "shape": "Sj" + "shape": "Sn" }, "hyperParameters": { - "shape": "Sl" + "shape": "Sp" }, "inputDataConfig": { "type": "list", "member": { - "shape": "So" + "shape": "Ss" } }, "instanceConfig": { - "shape": "Ss" + "shape": "Sw" }, "jobName": {}, "outputDataConfig": { - "shape": "Sx" + "shape": "S11" }, "roleArn": {}, "stoppingCondition": { - "shape": "S10" + "shape": "S14" }, "tags": { - "shape": "S12" + "shape": "S16" } } }, @@ -161,6 +167,12 @@ "action": { "jsonvalue": true }, + "associations": { + "type": "list", + "member": { + "shape": "Si" + } + }, "clientToken": { "idempotencyToken": true }, @@ -175,7 +187,7 @@ "type": "long" }, "tags": { - "shape": "S12" + "shape": "S16" } } }, @@ -223,6 +235,21 @@ "jsonvalue": true }, "deviceName": {}, + "deviceQueueInfo": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "queue", + "queueSize" + ], + "members": { + "queue": {}, + "queuePriority": {}, + "queueSize": {} + } + } + }, "deviceStatus": {}, "deviceType": {}, "providerName": {} @@ -241,6 +268,12 @@ "jobArn" ], "members": { + "additionalAttributeNames": { + "location": "querystring", + "locationName": "additionalAttributeNames", + "type": "list", + "member": {} + }, "jobArn": { "location": "uri", "locationName": "jobArn" @@ -263,20 +296,23 @@ "algorithmSpecification": { "shape": "Sa" }, + "associations": { + "shape": "S1u" + }, "billableDuration": { "type": "integer" }, "checkpointConfig": { - "shape": "Sh" + "shape": "Sl" }, "createdAt": { - "shape": "S1k" + "shape": "S1w" }, "deviceConfig": { - "shape": "Sj" + "shape": "Sn" }, "endedAt": { - "shape": "S1k" + "shape": "S1w" }, "events": { "type": "list", @@ -286,39 +322,51 @@ "eventType": {}, "message": {}, "timeOfEvent": { - "shape": "S1k" + "shape": "S1w" } } } }, "failureReason": {}, "hyperParameters": { - "shape": "Sl" + "shape": "Sp" }, "inputDataConfig": { "type": "list", "member": { - "shape": "So" + "shape": "Ss" } }, "instanceConfig": { - "shape": "Ss" + "shape": "Sw" }, "jobArn": {}, "jobName": {}, "outputDataConfig": { - "shape": "Sx" + "shape": "S11" + }, + "queueInfo": { + "type": "structure", + "required": [ + "position", + "queue" + ], + "members": { + "message": {}, + "position": {}, + "queue": {} + } }, "roleArn": {}, "startedAt": { - "shape": "S1k" + "shape": "S1w" }, "status": {}, "stoppingCondition": { - "shape": "S10" + "shape": "S14" }, "tags": { - "shape": "S12" + "shape": "S16" } } } @@ -335,6 +383,12 @@ "quantumTaskArn" ], "members": { + "additionalAttributeNames": { + "location": "querystring", + "locationName": "additionalAttributeNames", + "type": "list", + "member": {} + }, "quantumTaskArn": { "location": "uri", "locationName": "quantumTaskArn" @@ -354,27 +408,43 @@ "status" ], "members": { + "associations": { + "shape": "S1u" + }, "createdAt": { - "shape": "S1k" + "shape": "S1w" }, "deviceArn": {}, "deviceParameters": { "jsonvalue": true }, "endedAt": { - "shape": "S1k" + "shape": "S1w" }, "failureReason": {}, "jobArn": {}, "outputS3Bucket": {}, "outputS3Directory": {}, "quantumTaskArn": {}, + "queueInfo": { + "type": "structure", + "required": [ + "position", + "queue" + ], + "members": { + "message": {}, + "position": {}, + "queue": {}, + "queuePriority": {} + } + }, "shots": { "type": "long" }, "status": {}, "tags": { - "shape": "S12" + "shape": "S16" } } } @@ -401,7 +471,7 @@ "type": "structure", "members": { "tags": { - "shape": "S12" + "shape": "S16" } } } @@ -525,20 +595,20 @@ ], "members": { "createdAt": { - "shape": "S1k" + "shape": "S1w" }, "device": {}, "endedAt": { - "shape": "S1k" + "shape": "S1w" }, "jobArn": {}, "jobName": {}, "startedAt": { - "shape": "S1k" + "shape": "S1w" }, "status": {}, "tags": { - "shape": "S12" + "shape": "S16" } } } @@ -605,11 +675,11 @@ ], "members": { "createdAt": { - "shape": "S1k" + "shape": "S1w" }, "deviceArn": {}, "endedAt": { - "shape": "S1k" + "shape": "S1w" }, "outputS3Bucket": {}, "outputS3Directory": {}, @@ -619,7 +689,7 @@ }, "status": {}, "tags": { - "shape": "S12" + "shape": "S16" } } } @@ -644,7 +714,7 @@ "locationName": "resourceArn" }, "tags": { - "shape": "S12" + "shape": "S16" } } }, @@ -712,7 +782,18 @@ } } }, - "Sh": { + "Si": { + "type": "structure", + "required": [ + "arn", + "type" + ], + "members": { + "arn": {}, + "type": {} + } + }, + "Sl": { "type": "structure", "required": [ "s3Uri" @@ -722,7 +803,7 @@ "s3Uri": {} } }, - "Sj": { + "Sn": { "type": "structure", "required": [ "device" @@ -731,12 +812,12 @@ "device": {} } }, - "Sl": { + "Sp": { "type": "map", "key": {}, "value": {} }, - "So": { + "Ss": { "type": "structure", "required": [ "channelName", @@ -764,7 +845,7 @@ } } }, - "Ss": { + "Sw": { "type": "structure", "required": [ "instanceType", @@ -780,7 +861,7 @@ } } }, - "Sx": { + "S11": { "type": "structure", "required": [ "s3Path" @@ -790,7 +871,7 @@ "s3Path": {} } }, - "S10": { + "S14": { "type": "structure", "members": { "maxRuntimeInSeconds": { @@ -798,12 +879,18 @@ } } }, - "S12": { + "S16": { "type": "map", "key": {}, "value": {} }, - "S1k": { + "S1u": { + "type": "list", + "member": { + "shape": "Si" + } + }, + "S1w": { "type": "timestamp", "timestampFormat": "iso8601" } diff --git a/iamlivecore/service/ce-2017-10-25.min.json b/iamlivecore/service/ce-2017-10-25.min.json index d52a8d2..a1019e4 100644 --- a/iamlivecore/service/ce-2017-10-25.min.json +++ b/iamlivecore/service/ce-2017-10-25.min.json @@ -783,6 +783,20 @@ "type": "boolean" } } + }, + "MemoryDBInstanceDetails": { + "type": "structure", + "members": { + "Family": {}, + "NodeType": {}, + "Region": {}, + "CurrentGeneration": { + "type": "boolean" + }, + "SizeFlexEligible": { + "type": "boolean" + } + } } } }, @@ -872,19 +886,19 @@ "shape": "S34" }, "Utilization": { - "shape": "S55" + "shape": "S56" } } } }, "Total": { - "shape": "S55" + "shape": "S56" } } } }, "Total": { - "shape": "S55" + "shape": "S56" }, "NextPageToken": {} } @@ -901,7 +915,7 @@ "shape": "S7" }, "Configuration": { - "shape": "S5o" + "shape": "S5p" }, "Service": {}, "PageSize": { @@ -949,10 +963,10 @@ } }, "ResourceDetails": { - "shape": "S5x" + "shape": "S5y" }, "ResourceUtilization": { - "shape": "S5z" + "shape": "S60" }, "ReservationCoveredHoursInLookbackPeriod": {}, "SavingsPlansCoveredHoursInLookbackPeriod": {}, @@ -978,10 +992,10 @@ "type": "boolean" }, "ResourceDetails": { - "shape": "S5x" + "shape": "S5y" }, "ExpectedResourceUtilization": { - "shape": "S5z" + "shape": "S60" }, "PlatformDifferences": { "type": "list", @@ -1008,7 +1022,7 @@ }, "NextPageToken": {}, "Configuration": { - "shape": "S5o" + "shape": "S5p" } } } @@ -1273,19 +1287,19 @@ "shape": "S2i" }, "Utilization": { - "shape": "S71" + "shape": "S72" }, "Savings": { - "shape": "S72" + "shape": "S73" }, "AmortizedCommitment": { - "shape": "S73" + "shape": "S74" } } } }, "Total": { - "shape": "S74" + "shape": "S75" } } } @@ -1333,19 +1347,19 @@ "shape": "S34" }, "Utilization": { - "shape": "S71" + "shape": "S72" }, "Savings": { - "shape": "S72" + "shape": "S73" }, "AmortizedCommitment": { - "shape": "S73" + "shape": "S74" } } } }, "Total": { - "shape": "S74" + "shape": "S75" }, "TimePeriod": { "shape": "S2i" @@ -2147,7 +2161,7 @@ } } }, - "S55": { + "S56": { "type": "structure", "members": { "UtilizationPercentage": {}, @@ -2169,7 +2183,7 @@ "UnrealizedSavings": {} } }, - "S5o": { + "S5p": { "type": "structure", "required": [ "RecommendationTarget", @@ -2182,7 +2196,7 @@ } } }, - "S5x": { + "S5y": { "type": "structure", "members": { "EC2ResourceDetails": { @@ -2201,7 +2215,7 @@ } } }, - "S5z": { + "S60": { "type": "structure", "members": { "EC2ResourceUtilization": { @@ -2241,7 +2255,7 @@ } } }, - "S71": { + "S72": { "type": "structure", "members": { "TotalCommitment": {}, @@ -2250,14 +2264,14 @@ "UtilizationPercentage": {} } }, - "S72": { + "S73": { "type": "structure", "members": { "NetSavings": {}, "OnDemandCostEquivalent": {} } }, - "S73": { + "S74": { "type": "structure", "members": { "AmortizedRecurringCommitment": {}, @@ -2265,20 +2279,20 @@ "TotalAmortizedCommitment": {} } }, - "S74": { + "S75": { "type": "structure", "required": [ "Utilization" ], "members": { "Utilization": { - "shape": "S71" + "shape": "S72" }, "Savings": { - "shape": "S72" + "shape": "S73" }, "AmortizedCommitment": { - "shape": "S73" + "shape": "S74" } } } diff --git a/iamlivecore/service/chime-sdk-media-pipelines-2021-07-15.min.json b/iamlivecore/service/chime-sdk-media-pipelines-2021-07-15.min.json index 3161246..56370c4 100644 --- a/iamlivecore/service/chime-sdk-media-pipelines-2021-07-15.min.json +++ b/iamlivecore/service/chime-sdk-media-pipelines-2021-07-15.min.json @@ -214,6 +214,76 @@ } } }, + "CreateMediaPipelineKinesisVideoStreamPool": { + "http": { + "requestUri": "/media-pipeline-kinesis-video-stream-pools", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "StreamConfiguration", + "PoolName" + ], + "members": { + "StreamConfiguration": { + "shape": "S4m" + }, + "PoolName": {}, + "ClientRequestToken": { + "shape": "S5", + "idempotencyToken": true + }, + "Tags": { + "shape": "S17" + } + } + }, + "output": { + "type": "structure", + "members": { + "KinesisVideoStreamPoolConfiguration": { + "shape": "S4r" + } + } + } + }, + "CreateMediaStreamPipeline": { + "http": { + "requestUri": "/sdk-media-stream-pipelines", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "Sources", + "Sinks" + ], + "members": { + "Sources": { + "shape": "S4w" + }, + "Sinks": { + "shape": "S4y" + }, + "ClientRequestToken": { + "shape": "S5", + "idempotencyToken": true + }, + "Tags": { + "shape": "S17" + } + } + }, + "output": { + "type": "structure", + "members": { + "MediaStreamPipeline": { + "shape": "S54" + } + } + } + }, "DeleteMediaCapturePipeline": { "http": { "method": "DELETE", @@ -271,6 +341,25 @@ } } }, + "DeleteMediaPipelineKinesisVideoStreamPool": { + "http": { + "method": "DELETE", + "requestUri": "/media-pipeline-kinesis-video-stream-pools/{identifier}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "Identifier" + ], + "members": { + "Identifier": { + "location": "uri", + "locationName": "identifier" + } + } + } + }, "GetMediaCapturePipeline": { "http": { "method": "GET", @@ -360,12 +449,42 @@ }, "MediaInsightsPipeline": { "shape": "S2t" + }, + "MediaStreamPipeline": { + "shape": "S54" } } } } } }, + "GetMediaPipelineKinesisVideoStreamPool": { + "http": { + "method": "GET", + "requestUri": "/media-pipeline-kinesis-video-stream-pools/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "Identifier" + ], + "members": { + "Identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "members": { + "KinesisVideoStreamPoolConfiguration": { + "shape": "S4r" + } + } + } + }, "GetSpeakerSearchTask": { "http": { "method": "GET", @@ -393,7 +512,7 @@ "type": "structure", "members": { "SpeakerSearchTask": { - "shape": "S4x" + "shape": "S5k" } } } @@ -425,7 +544,7 @@ "type": "structure", "members": { "VoiceToneAnalysisTask": { - "shape": "S51" + "shape": "S5o" } } } @@ -507,6 +626,46 @@ } } }, + "ListMediaPipelineKinesisVideoStreamPools": { + "http": { + "method": "GET", + "requestUri": "/media-pipeline-kinesis-video-stream-pools", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "NextToken": { + "location": "querystring", + "locationName": "next-token" + }, + "MaxResults": { + "location": "querystring", + "locationName": "max-results", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "KinesisVideoStreamPools": { + "type": "list", + "member": { + "type": "structure", + "members": { + "PoolName": {}, + "PoolId": {}, + "PoolArn": { + "shape": "S3" + } + } + } + }, + "NextToken": {} + } + } + }, "ListMediaPipelines": { "http": { "method": "GET", @@ -591,7 +750,7 @@ "shape": "S3" }, "KinesisVideoStreamSourceTaskConfiguration": { - "shape": "S5i" + "shape": "S69" }, "ClientRequestToken": { "shape": "S5", @@ -603,7 +762,7 @@ "type": "structure", "members": { "SpeakerSearchTask": { - "shape": "S4x" + "shape": "S5k" } } } @@ -626,7 +785,7 @@ }, "LanguageCode": {}, "KinesisVideoStreamSourceTaskConfiguration": { - "shape": "S5i" + "shape": "S69" }, "ClientRequestToken": { "shape": "S5", @@ -638,7 +797,7 @@ "type": "structure", "members": { "VoiceToneAnalysisTask": { - "shape": "S51" + "shape": "S5o" } } } @@ -794,6 +953,41 @@ "UpdateStatus": {} } } + }, + "UpdateMediaPipelineKinesisVideoStreamPool": { + "http": { + "method": "PUT", + "requestUri": "/media-pipeline-kinesis-video-stream-pools/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "Identifier" + ], + "members": { + "Identifier": { + "location": "uri", + "locationName": "identifier" + }, + "StreamConfiguration": { + "type": "structure", + "members": { + "DataRetentionInHours": { + "type": "integer" + } + } + } + } + }, + "output": { + "type": "structure", + "members": { + "KinesisVideoStreamPoolConfiguration": { + "shape": "S4r" + } + } + } } }, "shapes": { @@ -1597,7 +1791,100 @@ } } }, - "S4x": { + "S4m": { + "type": "structure", + "required": [ + "Region" + ], + "members": { + "Region": {}, + "DataRetentionInHours": { + "type": "integer" + } + } + }, + "S4r": { + "type": "structure", + "members": { + "PoolArn": { + "shape": "S3" + }, + "PoolName": {}, + "PoolId": {}, + "PoolStatus": {}, + "PoolSize": { + "type": "integer" + }, + "StreamConfiguration": { + "shape": "S4m" + }, + "CreatedTimestamp": { + "shape": "S1f" + }, + "UpdatedTimestamp": { + "shape": "S1f" + } + } + }, + "S4w": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "SourceType", + "SourceArn" + ], + "members": { + "SourceType": {}, + "SourceArn": { + "shape": "S3" + } + } + } + }, + "S4y": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "SinkArn", + "SinkType", + "ReservedStreamCapacity", + "MediaStreamType" + ], + "members": { + "SinkArn": { + "shape": "S3" + }, + "SinkType": {}, + "ReservedStreamCapacity": { + "type": "integer" + }, + "MediaStreamType": {} + } + } + }, + "S54": { + "type": "structure", + "members": { + "MediaPipelineId": {}, + "MediaPipelineArn": {}, + "CreatedTimestamp": { + "shape": "S1f" + }, + "UpdatedTimestamp": { + "shape": "S1f" + }, + "Status": {}, + "Sources": { + "shape": "S4w" + }, + "Sinks": { + "shape": "S4y" + } + } + }, + "S5k": { "type": "structure", "members": { "SpeakerSearchTaskId": {}, @@ -1610,7 +1897,7 @@ } } }, - "S51": { + "S5o": { "type": "structure", "members": { "VoiceToneAnalysisTaskId": {}, @@ -1623,7 +1910,7 @@ } } }, - "S5i": { + "S69": { "type": "structure", "required": [ "StreamArn", diff --git a/iamlivecore/service/cleanrooms-2022-02-17.min.json b/iamlivecore/service/cleanrooms-2022-02-17.min.json index d3c88d1..e0e876a 100644 --- a/iamlivecore/service/cleanrooms-2022-02-17.min.json +++ b/iamlivecore/service/cleanrooms-2022-02-17.min.json @@ -194,7 +194,10 @@ "memberAbilities": { "shape": "S1k" }, - "displayName": {} + "displayName": {}, + "paymentConfiguration": { + "shape": "S1n" + } } } }, @@ -205,11 +208,14 @@ }, "creatorDisplayName": {}, "dataEncryptionMetadata": { - "shape": "S1p" + "shape": "S1s" }, "queryLogStatus": {}, "tags": { "shape": "S1b" + }, + "creatorPaymentConfiguration": { + "shape": "S1n" } } }, @@ -220,7 +226,48 @@ ], "members": { "collaboration": { - "shape": "S1t" + "shape": "S1v" + } + } + } + }, + "CreateConfiguredAudienceModelAssociation": { + "http": { + "requestUri": "/memberships/{membershipIdentifier}/configuredaudiencemodelassociations", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "membershipIdentifier", + "configuredAudienceModelArn", + "configuredAudienceModelAssociationName", + "manageResourcePolicies" + ], + "members": { + "membershipIdentifier": { + "location": "uri", + "locationName": "membershipIdentifier" + }, + "configuredAudienceModelArn": {}, + "configuredAudienceModelAssociationName": {}, + "manageResourcePolicies": { + "type": "boolean" + }, + "tags": { + "shape": "S1b" + }, + "description": {} + } + }, + "output": { + "type": "structure", + "required": [ + "configuredAudienceModelAssociation" + ], + "members": { + "configuredAudienceModelAssociation": { + "shape": "S21" } } } @@ -242,10 +289,10 @@ "name": {}, "description": {}, "tableReference": { - "shape": "S1w" + "shape": "S25" }, "allowedColumns": { - "shape": "S20" + "shape": "S29" }, "analysisMethod": {}, "tags": { @@ -260,7 +307,7 @@ ], "members": { "configuredTable": { - "shape": "S22" + "shape": "S2b" } } }, @@ -285,7 +332,7 @@ }, "analysisRuleType": {}, "analysisRulePolicy": { - "shape": "S28" + "shape": "S2h" } } }, @@ -296,7 +343,7 @@ ], "members": { "analysisRule": { - "shape": "S2x" + "shape": "S39" } } }, @@ -336,7 +383,7 @@ ], "members": { "configuredTableAssociation": { - "shape": "S31" + "shape": "S3d" } } } @@ -359,7 +406,10 @@ "shape": "S1b" }, "defaultResultConfiguration": { - "shape": "S35" + "shape": "S3h" + }, + "paymentConfiguration": { + "shape": "S3n" } } }, @@ -370,7 +420,65 @@ ], "members": { "membership": { - "shape": "S3c" + "shape": "S3q" + } + } + } + }, + "CreatePrivacyBudgetTemplate": { + "http": { + "requestUri": "/memberships/{membershipIdentifier}/privacybudgettemplates", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "membershipIdentifier", + "autoRefresh", + "privacyBudgetType", + "parameters" + ], + "members": { + "membershipIdentifier": { + "location": "uri", + "locationName": "membershipIdentifier" + }, + "autoRefresh": {}, + "privacyBudgetType": {}, + "parameters": { + "type": "structure", + "members": { + "differentialPrivacy": { + "type": "structure", + "required": [ + "epsilon", + "usersNoisePerQuery" + ], + "members": { + "epsilon": { + "type": "integer" + }, + "usersNoisePerQuery": { + "type": "integer" + } + } + } + }, + "union": true + }, + "tags": { + "shape": "S1b" + } + } + }, + "output": { + "type": "structure", + "required": [ + "privacyBudgetTemplate" + ], + "members": { + "privacyBudgetTemplate": { + "shape": "S40" } } } @@ -428,6 +536,35 @@ }, "idempotent": true }, + "DeleteConfiguredAudienceModelAssociation": { + "http": { + "method": "DELETE", + "requestUri": "/memberships/{membershipIdentifier}/configuredaudiencemodelassociations/{configuredAudienceModelAssociationIdentifier}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "configuredAudienceModelAssociationIdentifier", + "membershipIdentifier" + ], + "members": { + "configuredAudienceModelAssociationIdentifier": { + "location": "uri", + "locationName": "configuredAudienceModelAssociationIdentifier" + }, + "membershipIdentifier": { + "location": "uri", + "locationName": "membershipIdentifier" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, "DeleteConfiguredTable": { "http": { "method": "DELETE", @@ -563,6 +700,35 @@ }, "idempotent": true }, + "DeletePrivacyBudgetTemplate": { + "http": { + "method": "DELETE", + "requestUri": "/memberships/{membershipIdentifier}/privacybudgettemplates/{privacyBudgetTemplateIdentifier}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "membershipIdentifier", + "privacyBudgetTemplateIdentifier" + ], + "members": { + "membershipIdentifier": { + "location": "uri", + "locationName": "membershipIdentifier" + }, + "privacyBudgetTemplateIdentifier": { + "location": "uri", + "locationName": "privacyBudgetTemplateIdentifier" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, "GetAnalysisTemplate": { "http": { "method": "GET", @@ -623,7 +789,7 @@ ], "members": { "collaboration": { - "shape": "S1t" + "shape": "S1v" } } } @@ -663,6 +829,168 @@ } } }, + "GetCollaborationConfiguredAudienceModelAssociation": { + "http": { + "method": "GET", + "requestUri": "/collaborations/{collaborationIdentifier}/configuredaudiencemodelassociations/{configuredAudienceModelAssociationIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "collaborationIdentifier", + "configuredAudienceModelAssociationIdentifier" + ], + "members": { + "collaborationIdentifier": { + "location": "uri", + "locationName": "collaborationIdentifier" + }, + "configuredAudienceModelAssociationIdentifier": { + "location": "uri", + "locationName": "configuredAudienceModelAssociationIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "collaborationConfiguredAudienceModelAssociation" + ], + "members": { + "collaborationConfiguredAudienceModelAssociation": { + "type": "structure", + "required": [ + "id", + "arn", + "collaborationId", + "collaborationArn", + "configuredAudienceModelArn", + "name", + "creatorAccountId", + "createTime", + "updateTime" + ], + "members": { + "id": {}, + "arn": {}, + "collaborationId": {}, + "collaborationArn": {}, + "configuredAudienceModelArn": {}, + "name": {}, + "description": {}, + "creatorAccountId": {}, + "createTime": { + "type": "timestamp" + }, + "updateTime": { + "type": "timestamp" + } + } + } + } + } + }, + "GetCollaborationPrivacyBudgetTemplate": { + "http": { + "method": "GET", + "requestUri": "/collaborations/{collaborationIdentifier}/privacybudgettemplates/{privacyBudgetTemplateIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "collaborationIdentifier", + "privacyBudgetTemplateIdentifier" + ], + "members": { + "collaborationIdentifier": { + "location": "uri", + "locationName": "collaborationIdentifier" + }, + "privacyBudgetTemplateIdentifier": { + "location": "uri", + "locationName": "privacyBudgetTemplateIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "collaborationPrivacyBudgetTemplate" + ], + "members": { + "collaborationPrivacyBudgetTemplate": { + "type": "structure", + "required": [ + "id", + "arn", + "collaborationId", + "collaborationArn", + "creatorAccountId", + "createTime", + "updateTime", + "privacyBudgetType", + "autoRefresh", + "parameters" + ], + "members": { + "id": {}, + "arn": {}, + "collaborationId": {}, + "collaborationArn": {}, + "creatorAccountId": {}, + "createTime": { + "type": "timestamp" + }, + "updateTime": { + "type": "timestamp" + }, + "privacyBudgetType": {}, + "autoRefresh": {}, + "parameters": { + "shape": "S43" + } + } + } + } + } + }, + "GetConfiguredAudienceModelAssociation": { + "http": { + "method": "GET", + "requestUri": "/memberships/{membershipIdentifier}/configuredaudiencemodelassociations/{configuredAudienceModelAssociationIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "configuredAudienceModelAssociationIdentifier", + "membershipIdentifier" + ], + "members": { + "configuredAudienceModelAssociationIdentifier": { + "location": "uri", + "locationName": "configuredAudienceModelAssociationIdentifier" + }, + "membershipIdentifier": { + "location": "uri", + "locationName": "membershipIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "configuredAudienceModelAssociation" + ], + "members": { + "configuredAudienceModelAssociation": { + "shape": "S21" + } + } + } + }, "GetConfiguredTable": { "http": { "method": "GET", @@ -688,7 +1016,7 @@ ], "members": { "configuredTable": { - "shape": "S22" + "shape": "S2b" } } } @@ -723,7 +1051,7 @@ ], "members": { "analysisRule": { - "shape": "S2x" + "shape": "S39" } } } @@ -758,7 +1086,7 @@ ], "members": { "configuredTableAssociation": { - "shape": "S31" + "shape": "S3d" } } } @@ -788,76 +1116,111 @@ ], "members": { "membership": { - "shape": "S3c" + "shape": "S3q" } } } }, - "GetProtectedQuery": { + "GetPrivacyBudgetTemplate": { "http": { "method": "GET", - "requestUri": "/memberships/{membershipIdentifier}/protectedQueries/{protectedQueryIdentifier}", + "requestUri": "/memberships/{membershipIdentifier}/privacybudgettemplates/{privacyBudgetTemplateIdentifier}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "membershipIdentifier", - "protectedQueryIdentifier" + "privacyBudgetTemplateIdentifier" ], "members": { "membershipIdentifier": { "location": "uri", "locationName": "membershipIdentifier" }, - "protectedQueryIdentifier": { + "privacyBudgetTemplateIdentifier": { "location": "uri", - "locationName": "protectedQueryIdentifier" + "locationName": "privacyBudgetTemplateIdentifier" } } }, "output": { "type": "structure", "required": [ - "protectedQuery" + "privacyBudgetTemplate" ], "members": { - "protectedQuery": { - "shape": "S4a" + "privacyBudgetTemplate": { + "shape": "S40" } } } }, - "GetSchema": { + "GetProtectedQuery": { "http": { "method": "GET", - "requestUri": "/collaborations/{collaborationIdentifier}/schemas/{name}", + "requestUri": "/memberships/{membershipIdentifier}/protectedQueries/{protectedQueryIdentifier}", "responseCode": 200 }, "input": { "type": "structure", "required": [ - "collaborationIdentifier", - "name" + "membershipIdentifier", + "protectedQueryIdentifier" ], "members": { - "collaborationIdentifier": { + "membershipIdentifier": { "location": "uri", - "locationName": "collaborationIdentifier" + "locationName": "membershipIdentifier" }, - "name": { + "protectedQueryIdentifier": { "location": "uri", - "locationName": "name" + "locationName": "protectedQueryIdentifier" } } }, "output": { "type": "structure", "required": [ - "schema" + "protectedQuery" ], "members": { - "schema": { + "protectedQuery": { + "shape": "S5f" + } + } + } + }, + "GetSchema": { + "http": { + "method": "GET", + "requestUri": "/collaborations/{collaborationIdentifier}/schemas/{name}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "collaborationIdentifier", + "name" + ], + "members": { + "collaborationIdentifier": { + "location": "uri", + "locationName": "collaborationIdentifier" + }, + "name": { + "location": "uri", + "locationName": "name" + } + } + }, + "output": { + "type": "structure", + "required": [ + "schema" + ], + "members": { + "schema": { "shape": "Sx" } } @@ -924,13 +1287,13 @@ "type": "structure", "members": { "list": { - "shape": "S2a" + "shape": "S2j" }, "aggregation": { - "shape": "S2g" + "shape": "S2p" }, "custom": { - "shape": "S2s" + "shape": "S31" } }, "union": true @@ -1081,6 +1444,219 @@ } } }, + "ListCollaborationConfiguredAudienceModelAssociations": { + "http": { + "method": "GET", + "requestUri": "/collaborations/{collaborationIdentifier}/configuredaudiencemodelassociations", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "collaborationIdentifier" + ], + "members": { + "collaborationIdentifier": { + "location": "uri", + "locationName": "collaborationIdentifier" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "collaborationConfiguredAudienceModelAssociationSummaries" + ], + "members": { + "collaborationConfiguredAudienceModelAssociationSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "arn", + "createTime", + "id", + "name", + "updateTime", + "collaborationArn", + "collaborationId", + "creatorAccountId" + ], + "members": { + "arn": {}, + "createTime": { + "type": "timestamp" + }, + "id": {}, + "name": {}, + "updateTime": { + "type": "timestamp" + }, + "collaborationArn": {}, + "collaborationId": {}, + "creatorAccountId": {}, + "description": {} + } + } + }, + "nextToken": {} + } + } + }, + "ListCollaborationPrivacyBudgetTemplates": { + "http": { + "method": "GET", + "requestUri": "/collaborations/{collaborationIdentifier}/privacybudgettemplates", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "collaborationIdentifier" + ], + "members": { + "collaborationIdentifier": { + "location": "uri", + "locationName": "collaborationIdentifier" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "collaborationPrivacyBudgetTemplateSummaries" + ], + "members": { + "nextToken": {}, + "collaborationPrivacyBudgetTemplateSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "id", + "arn", + "collaborationId", + "collaborationArn", + "creatorAccountId", + "privacyBudgetType", + "createTime", + "updateTime" + ], + "members": { + "id": {}, + "arn": {}, + "collaborationId": {}, + "collaborationArn": {}, + "creatorAccountId": {}, + "privacyBudgetType": {}, + "createTime": { + "type": "timestamp" + }, + "updateTime": { + "type": "timestamp" + } + } + } + } + } + } + }, + "ListCollaborationPrivacyBudgets": { + "http": { + "method": "GET", + "requestUri": "/collaborations/{collaborationIdentifier}/privacybudgets", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "collaborationIdentifier", + "privacyBudgetType" + ], + "members": { + "collaborationIdentifier": { + "location": "uri", + "locationName": "collaborationIdentifier" + }, + "privacyBudgetType": { + "location": "querystring", + "locationName": "privacyBudgetType" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "required": [ + "collaborationPrivacyBudgetSummaries" + ], + "members": { + "collaborationPrivacyBudgetSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "id", + "privacyBudgetTemplateId", + "privacyBudgetTemplateArn", + "collaborationId", + "collaborationArn", + "creatorAccountId", + "type", + "createTime", + "updateTime", + "budget" + ], + "members": { + "id": {}, + "privacyBudgetTemplateId": {}, + "privacyBudgetTemplateArn": {}, + "collaborationId": {}, + "collaborationArn": {}, + "creatorAccountId": {}, + "type": {}, + "createTime": { + "type": "timestamp" + }, + "updateTime": { + "type": "timestamp" + }, + "budget": { + "shape": "S6u" + } + } + } + }, + "nextToken": {} + } + } + }, "ListCollaborations": { "http": { "method": "GET", @@ -1147,6 +1723,78 @@ } } }, + "ListConfiguredAudienceModelAssociations": { + "http": { + "method": "GET", + "requestUri": "/memberships/{membershipIdentifier}/configuredaudiencemodelassociations", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "membershipIdentifier" + ], + "members": { + "membershipIdentifier": { + "location": "uri", + "locationName": "membershipIdentifier" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "configuredAudienceModelAssociationSummaries" + ], + "members": { + "configuredAudienceModelAssociationSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "membershipId", + "membershipArn", + "collaborationArn", + "collaborationId", + "createTime", + "updateTime", + "id", + "arn", + "name", + "configuredAudienceModelArn" + ], + "members": { + "membershipId": {}, + "membershipArn": {}, + "collaborationArn": {}, + "collaborationId": {}, + "createTime": { + "type": "timestamp" + }, + "updateTime": { + "type": "timestamp" + }, + "id": {}, + "arn": {}, + "name": {}, + "configuredAudienceModelArn": {}, + "description": {} + } + } + }, + "nextToken": {} + } + } + }, "ListConfiguredTableAssociations": { "http": { "method": "GET", @@ -1264,7 +1912,7 @@ "type": "timestamp" }, "analysisRuleTypes": { - "shape": "S24" + "shape": "S2d" }, "analysisMethod": {} } @@ -1318,7 +1966,8 @@ "displayName", "abilities", "createTime", - "updateTime" + "updateTime", + "paymentConfiguration" ], "members": { "accountId": {}, @@ -1334,7 +1983,10 @@ "type": "timestamp" }, "membershipId": {}, - "membershipArn": {} + "membershipArn": {}, + "paymentConfiguration": { + "shape": "S1n" + } } } } @@ -1387,7 +2039,8 @@ "createTime", "updateTime", "status", - "memberAbilities" + "memberAbilities", + "paymentConfiguration" ], "members": { "id": {}, @@ -1406,6 +2059,78 @@ "status": {}, "memberAbilities": { "shape": "S1k" + }, + "paymentConfiguration": { + "shape": "S3n" + } + } + } + } + } + } + }, + "ListPrivacyBudgetTemplates": { + "http": { + "method": "GET", + "requestUri": "/memberships/{membershipIdentifier}/privacybudgettemplates", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "membershipIdentifier" + ], + "members": { + "membershipIdentifier": { + "location": "uri", + "locationName": "membershipIdentifier" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "privacyBudgetTemplateSummaries" + ], + "members": { + "nextToken": {}, + "privacyBudgetTemplateSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "id", + "arn", + "membershipId", + "membershipArn", + "collaborationId", + "collaborationArn", + "privacyBudgetType", + "createTime", + "updateTime" + ], + "members": { + "id": {}, + "arn": {}, + "membershipId": {}, + "membershipArn": {}, + "collaborationId": {}, + "collaborationArn": {}, + "privacyBudgetType": {}, + "createTime": { + "type": "timestamp" + }, + "updateTime": { + "type": "timestamp" } } } @@ -1413,6 +2138,86 @@ } } }, + "ListPrivacyBudgets": { + "http": { + "method": "GET", + "requestUri": "/memberships/{membershipIdentifier}/privacybudgets", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "membershipIdentifier", + "privacyBudgetType" + ], + "members": { + "membershipIdentifier": { + "location": "uri", + "locationName": "membershipIdentifier" + }, + "privacyBudgetType": { + "location": "querystring", + "locationName": "privacyBudgetType" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "privacyBudgetSummaries" + ], + "members": { + "privacyBudgetSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "id", + "privacyBudgetTemplateId", + "privacyBudgetTemplateArn", + "membershipId", + "membershipArn", + "collaborationId", + "collaborationArn", + "type", + "createTime", + "updateTime", + "budget" + ], + "members": { + "id": {}, + "privacyBudgetTemplateId": {}, + "privacyBudgetTemplateArn": {}, + "membershipId": {}, + "membershipArn": {}, + "collaborationId": {}, + "collaborationArn": {}, + "type": {}, + "createTime": { + "type": "timestamp" + }, + "updateTime": { + "type": "timestamp" + }, + "budget": { + "shape": "S6u" + } + } + } + }, + "nextToken": {} + } + } + }, "ListProtectedQueries": { "http": { "method": "GET", @@ -1580,6 +2385,84 @@ } } }, + "PreviewPrivacyImpact": { + "http": { + "requestUri": "/memberships/{membershipIdentifier}/previewprivacyimpact", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "membershipIdentifier", + "parameters" + ], + "members": { + "membershipIdentifier": { + "location": "uri", + "locationName": "membershipIdentifier" + }, + "parameters": { + "type": "structure", + "members": { + "differentialPrivacy": { + "type": "structure", + "required": [ + "epsilon", + "usersNoisePerQuery" + ], + "members": { + "epsilon": { + "type": "integer" + }, + "usersNoisePerQuery": { + "type": "integer" + } + } + } + }, + "union": true + } + } + }, + "output": { + "type": "structure", + "required": [ + "privacyImpact" + ], + "members": { + "privacyImpact": { + "type": "structure", + "members": { + "differentialPrivacy": { + "type": "structure", + "required": [ + "aggregations" + ], + "members": { + "aggregations": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "type", + "maxCount" + ], + "members": { + "type": {}, + "maxCount": { + "type": "integer" + } + } + } + } + } + } + }, + "union": true + } + } + } + }, "StartProtectedQuery": { "http": { "requestUri": "/memberships/{membershipIdentifier}/protectedQueries", @@ -1599,10 +2482,10 @@ "locationName": "membershipIdentifier" }, "sqlParameters": { - "shape": "S4b" + "shape": "S5g" }, "resultConfiguration": { - "shape": "S4f" + "shape": "S5k" } } }, @@ -1613,7 +2496,7 @@ ], "members": { "protectedQuery": { - "shape": "S4a" + "shape": "S5f" } } } @@ -1737,7 +2620,44 @@ ], "members": { "collaboration": { - "shape": "S1t" + "shape": "S1v" + } + } + } + }, + "UpdateConfiguredAudienceModelAssociation": { + "http": { + "method": "PATCH", + "requestUri": "/memberships/{membershipIdentifier}/configuredaudiencemodelassociations/{configuredAudienceModelAssociationIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "configuredAudienceModelAssociationIdentifier", + "membershipIdentifier" + ], + "members": { + "configuredAudienceModelAssociationIdentifier": { + "location": "uri", + "locationName": "configuredAudienceModelAssociationIdentifier" + }, + "membershipIdentifier": { + "location": "uri", + "locationName": "membershipIdentifier" + }, + "description": {}, + "name": {} + } + }, + "output": { + "type": "structure", + "required": [ + "configuredAudienceModelAssociation" + ], + "members": { + "configuredAudienceModelAssociation": { + "shape": "S21" } } } @@ -1769,7 +2689,7 @@ ], "members": { "configuredTable": { - "shape": "S22" + "shape": "S2b" } } } @@ -1797,7 +2717,7 @@ "locationName": "analysisRuleType" }, "analysisRulePolicy": { - "shape": "S28" + "shape": "S2h" } } }, @@ -1808,7 +2728,7 @@ ], "members": { "analysisRule": { - "shape": "S2x" + "shape": "S39" } } } @@ -1845,7 +2765,7 @@ ], "members": { "configuredTableAssociation": { - "shape": "S31" + "shape": "S3d" } } } @@ -1868,7 +2788,7 @@ }, "queryLogStatus": {}, "defaultResultConfiguration": { - "shape": "S35" + "shape": "S3h" } } }, @@ -1879,7 +2799,61 @@ ], "members": { "membership": { - "shape": "S3c" + "shape": "S3q" + } + } + } + }, + "UpdatePrivacyBudgetTemplate": { + "http": { + "method": "PATCH", + "requestUri": "/memberships/{membershipIdentifier}/privacybudgettemplates/{privacyBudgetTemplateIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "membershipIdentifier", + "privacyBudgetTemplateIdentifier", + "privacyBudgetType" + ], + "members": { + "membershipIdentifier": { + "location": "uri", + "locationName": "membershipIdentifier" + }, + "privacyBudgetTemplateIdentifier": { + "location": "uri", + "locationName": "privacyBudgetTemplateIdentifier" + }, + "privacyBudgetType": {}, + "parameters": { + "type": "structure", + "members": { + "differentialPrivacy": { + "type": "structure", + "members": { + "epsilon": { + "type": "integer" + }, + "usersNoisePerQuery": { + "type": "integer" + } + } + } + }, + "union": true + } + } + }, + "output": { + "type": "structure", + "required": [ + "privacyBudgetTemplate" + ], + "members": { + "privacyBudgetTemplate": { + "shape": "S40" } } } @@ -1916,7 +2890,7 @@ ], "members": { "protectedQuery": { - "shape": "S4a" + "shape": "S5f" } } }, @@ -2108,7 +3082,26 @@ "type": "list", "member": {} }, - "S1p": { + "S1n": { + "type": "structure", + "required": [ + "queryCompute" + ], + "members": { + "queryCompute": { + "type": "structure", + "required": [ + "isResponsible" + ], + "members": { + "isResponsible": { + "type": "boolean" + } + } + } + } + }, + "S1s": { "type": "structure", "required": [ "allowCleartext", @@ -2131,7 +3124,7 @@ } } }, - "S1t": { + "S1v": { "type": "structure", "required": [ "id", @@ -2161,12 +3154,48 @@ "membershipId": {}, "membershipArn": {}, "dataEncryptionMetadata": { - "shape": "S1p" + "shape": "S1s" }, "queryLogStatus": {} } }, - "S1w": { + "S21": { + "type": "structure", + "required": [ + "id", + "arn", + "configuredAudienceModelArn", + "membershipId", + "membershipArn", + "collaborationId", + "collaborationArn", + "name", + "manageResourcePolicies", + "createTime", + "updateTime" + ], + "members": { + "id": {}, + "arn": {}, + "configuredAudienceModelArn": {}, + "membershipId": {}, + "membershipArn": {}, + "collaborationId": {}, + "collaborationArn": {}, + "name": {}, + "manageResourcePolicies": { + "type": "boolean" + }, + "description": {}, + "createTime": { + "type": "timestamp" + }, + "updateTime": { + "type": "timestamp" + } + } + }, + "S25": { "type": "structure", "members": { "glue": { @@ -2183,11 +3212,11 @@ }, "union": true }, - "S20": { + "S29": { "type": "list", "member": {} }, - "S22": { + "S2b": { "type": "structure", "required": [ "id", @@ -2206,7 +3235,7 @@ "name": {}, "description": {}, "tableReference": { - "shape": "S1w" + "shape": "S25" }, "createTime": { "type": "timestamp" @@ -2215,32 +3244,32 @@ "type": "timestamp" }, "analysisRuleTypes": { - "shape": "S24" + "shape": "S2d" }, "analysisMethod": {}, "allowedColumns": { - "shape": "S20" + "shape": "S29" } } }, - "S24": { + "S2d": { "type": "list", "member": {} }, - "S28": { + "S2h": { "type": "structure", "members": { "v1": { "type": "structure", "members": { "list": { - "shape": "S2a" + "shape": "S2j" }, "aggregation": { - "shape": "S2g" + "shape": "S2p" }, "custom": { - "shape": "S2s" + "shape": "S31" } }, "union": true @@ -2248,7 +3277,7 @@ }, "union": true }, - "S2a": { + "S2j": { "type": "structure", "required": [ "joinColumns", @@ -2260,22 +3289,22 @@ "member": {} }, "allowedJoinOperators": { - "shape": "S2d" + "shape": "S2m" }, "listColumns": { - "shape": "S2f" + "shape": "S2o" } } }, - "S2d": { + "S2m": { "type": "list", "member": {} }, - "S2f": { + "S2o": { "type": "list", "member": {} }, - "S2g": { + "S2p": { "type": "structure", "required": [ "aggregateColumns", @@ -2303,14 +3332,14 @@ } }, "joinColumns": { - "shape": "S2f" + "shape": "S2o" }, "joinRequired": {}, "allowedJoinOperators": { - "shape": "S2d" + "shape": "S2m" }, "dimensionColumns": { - "shape": "S2f" + "shape": "S2o" }, "scalarFunctions": { "type": "list", @@ -2336,7 +3365,7 @@ } } }, - "S2s": { + "S31": { "type": "structure", "required": [ "allowedAnalyses" @@ -2349,10 +3378,30 @@ "allowedAnalysisProviders": { "type": "list", "member": {} + }, + "differentialPrivacy": { + "type": "structure", + "required": [ + "columns" + ], + "members": { + "columns": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "name" + ], + "members": { + "name": {} + } + } + } + } } } }, - "S2x": { + "S39": { "type": "structure", "required": [ "configuredTableId", @@ -2366,7 +3415,7 @@ "configuredTableId": {}, "configuredTableArn": {}, "policy": { - "shape": "S28" + "shape": "S2h" }, "type": {}, "createTime": { @@ -2377,7 +3426,7 @@ } } }, - "S31": { + "S3d": { "type": "structure", "required": [ "arn", @@ -2409,7 +3458,7 @@ } } }, - "S35": { + "S3h": { "type": "structure", "required": [ "outputConfiguration" @@ -2419,7 +3468,7 @@ "type": "structure", "members": { "s3": { - "shape": "S37" + "shape": "S3j" } }, "union": true @@ -2427,7 +3476,7 @@ "roleArn": {} } }, - "S37": { + "S3j": { "type": "structure", "required": [ "resultFormat", @@ -2439,7 +3488,26 @@ "keyPrefix": {} } }, - "S3c": { + "S3n": { + "type": "structure", + "required": [ + "queryCompute" + ], + "members": { + "queryCompute": { + "type": "structure", + "required": [ + "isResponsible" + ], + "members": { + "isResponsible": { + "type": "boolean" + } + } + } + } + }, + "S3q": { "type": "structure", "required": [ "id", @@ -2453,7 +3521,8 @@ "updateTime", "status", "memberAbilities", - "queryLogStatus" + "queryLogStatus", + "paymentConfiguration" ], "members": { "id": {}, @@ -2475,11 +3544,70 @@ }, "queryLogStatus": {}, "defaultResultConfiguration": { - "shape": "S35" + "shape": "S3h" + }, + "paymentConfiguration": { + "shape": "S3n" + } + } + }, + "S40": { + "type": "structure", + "required": [ + "id", + "arn", + "membershipId", + "membershipArn", + "collaborationId", + "collaborationArn", + "createTime", + "updateTime", + "privacyBudgetType", + "autoRefresh", + "parameters" + ], + "members": { + "id": {}, + "arn": {}, + "membershipId": {}, + "membershipArn": {}, + "collaborationId": {}, + "collaborationArn": {}, + "createTime": { + "type": "timestamp" + }, + "updateTime": { + "type": "timestamp" + }, + "privacyBudgetType": {}, + "autoRefresh": {}, + "parameters": { + "shape": "S43" } } }, - "S4a": { + "S43": { + "type": "structure", + "members": { + "differentialPrivacy": { + "type": "structure", + "required": [ + "epsilon", + "usersNoisePerQuery" + ], + "members": { + "epsilon": { + "type": "integer" + }, + "usersNoisePerQuery": { + "type": "integer" + } + } + } + }, + "union": true + }, + "S5f": { "type": "structure", "required": [ "id", @@ -2496,11 +3624,11 @@ "type": "timestamp" }, "sqlParameters": { - "shape": "S4b" + "shape": "S5g" }, "status": {}, "resultConfiguration": { - "shape": "S4f" + "shape": "S5k" }, "statistics": { "type": "structure", @@ -2555,10 +3683,42 @@ "message": {}, "code": {} } + }, + "differentialPrivacy": { + "type": "structure", + "required": [ + "sensitivityParameters" + ], + "members": { + "sensitivityParameters": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "aggregationType", + "aggregationExpression", + "userContributionLimit" + ], + "members": { + "aggregationType": {}, + "aggregationExpression": {}, + "userContributionLimit": { + "type": "integer" + }, + "minColumnValue": { + "type": "float" + }, + "maxColumnValue": { + "type": "float" + } + } + } + } + } } } }, - "S4b": { + "S5g": { "type": "structure", "members": { "queryString": {}, @@ -2571,7 +3731,7 @@ }, "sensitive": true }, - "S4f": { + "S5k": { "type": "structure", "required": [ "outputConfiguration" @@ -2581,12 +3741,50 @@ "type": "structure", "members": { "s3": { - "shape": "S37" + "shape": "S3j" } }, "union": true } } + }, + "S6u": { + "type": "structure", + "members": { + "differentialPrivacy": { + "type": "structure", + "required": [ + "aggregations", + "epsilon" + ], + "members": { + "aggregations": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "type", + "maxCount", + "remainingCount" + ], + "members": { + "type": {}, + "maxCount": { + "type": "integer" + }, + "remainingCount": { + "type": "integer" + } + } + } + }, + "epsilon": { + "type": "integer" + } + } + } + }, + "union": true } } } \ No newline at end of file diff --git a/iamlivecore/service/cleanroomsml-2023-09-06.min.json b/iamlivecore/service/cleanroomsml-2023-09-06.min.json new file mode 100644 index 0000000..e40c9ec --- /dev/null +++ b/iamlivecore/service/cleanroomsml-2023-09-06.min.json @@ -0,0 +1,1226 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2023-09-06", + "endpointPrefix": "cleanrooms-ml", + "jsonVersion": "1.1", + "protocol": "rest-json", + "serviceFullName": "AWS Clean Rooms ML", + "serviceId": "CleanRoomsML", + "signatureVersion": "v4", + "signingName": "cleanrooms-ml", + "uid": "cleanroomsml-2023-09-06" + }, + "operations": { + "CreateAudienceModel": { + "http": { + "requestUri": "/audience-model", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "name", + "trainingDatasetArn" + ], + "members": { + "description": {}, + "kmsKeyArn": {}, + "name": {}, + "tags": { + "shape": "S5" + }, + "trainingDataEndTime": { + "shape": "S8" + }, + "trainingDataStartTime": { + "shape": "S8" + }, + "trainingDatasetArn": {} + } + }, + "output": { + "type": "structure", + "required": [ + "audienceModelArn" + ], + "members": { + "audienceModelArn": {} + } + }, + "idempotent": true + }, + "CreateConfiguredAudienceModel": { + "http": { + "requestUri": "/configured-audience-model", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "audienceModelArn", + "name", + "outputConfig", + "sharedAudienceMetrics" + ], + "members": { + "audienceModelArn": {}, + "audienceSizeConfig": { + "shape": "Sd" + }, + "childResourceTagOnCreatePolicy": {}, + "description": {}, + "minMatchingSeedSize": { + "type": "integer" + }, + "name": {}, + "outputConfig": { + "shape": "Sj" + }, + "sharedAudienceMetrics": { + "shape": "So" + }, + "tags": { + "shape": "S5" + } + } + }, + "output": { + "type": "structure", + "required": [ + "configuredAudienceModelArn" + ], + "members": { + "configuredAudienceModelArn": {} + } + }, + "idempotent": true + }, + "CreateTrainingDataset": { + "http": { + "requestUri": "/training-dataset", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "name", + "roleArn", + "trainingData" + ], + "members": { + "description": {}, + "name": {}, + "roleArn": {}, + "tags": { + "shape": "S5" + }, + "trainingData": { + "type": "list", + "member": { + "shape": "Su" + } + } + } + }, + "output": { + "type": "structure", + "required": [ + "trainingDatasetArn" + ], + "members": { + "trainingDatasetArn": {} + } + }, + "idempotent": true + }, + "DeleteAudienceGenerationJob": { + "http": { + "method": "DELETE", + "requestUri": "/audience-generation-job/{audienceGenerationJobArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "audienceGenerationJobArn" + ], + "members": { + "audienceGenerationJobArn": { + "location": "uri", + "locationName": "audienceGenerationJobArn" + } + } + }, + "idempotent": true + }, + "DeleteAudienceModel": { + "http": { + "method": "DELETE", + "requestUri": "/audience-model/{audienceModelArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "audienceModelArn" + ], + "members": { + "audienceModelArn": { + "location": "uri", + "locationName": "audienceModelArn" + } + } + }, + "idempotent": true + }, + "DeleteConfiguredAudienceModel": { + "http": { + "method": "DELETE", + "requestUri": "/configured-audience-model/{configuredAudienceModelArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "configuredAudienceModelArn" + ], + "members": { + "configuredAudienceModelArn": { + "location": "uri", + "locationName": "configuredAudienceModelArn" + } + } + }, + "idempotent": true + }, + "DeleteConfiguredAudienceModelPolicy": { + "http": { + "method": "DELETE", + "requestUri": "/configured-audience-model/{configuredAudienceModelArn}/policy", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "configuredAudienceModelArn" + ], + "members": { + "configuredAudienceModelArn": { + "location": "uri", + "locationName": "configuredAudienceModelArn" + } + } + }, + "idempotent": true + }, + "DeleteTrainingDataset": { + "http": { + "method": "DELETE", + "requestUri": "/training-dataset/{trainingDatasetArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "trainingDatasetArn" + ], + "members": { + "trainingDatasetArn": { + "location": "uri", + "locationName": "trainingDatasetArn" + } + } + }, + "idempotent": true + }, + "GetAudienceGenerationJob": { + "http": { + "method": "GET", + "requestUri": "/audience-generation-job/{audienceGenerationJobArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "audienceGenerationJobArn" + ], + "members": { + "audienceGenerationJobArn": { + "location": "uri", + "locationName": "audienceGenerationJobArn" + } + } + }, + "output": { + "type": "structure", + "required": [ + "audienceGenerationJobArn", + "configuredAudienceModelArn", + "createTime", + "name", + "status", + "updateTime" + ], + "members": { + "audienceGenerationJobArn": {}, + "collaborationId": {}, + "configuredAudienceModelArn": {}, + "createTime": { + "shape": "S8" + }, + "description": {}, + "includeSeedInOutput": { + "type": "boolean" + }, + "metrics": { + "type": "structure", + "required": [ + "relevanceMetrics" + ], + "members": { + "relevanceMetrics": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "audienceSize" + ], + "members": { + "audienceSize": { + "shape": "S1l" + }, + "score": { + "type": "double" + } + } + } + } + } + }, + "name": {}, + "seedAudience": { + "shape": "S1n" + }, + "startedBy": {}, + "status": {}, + "statusDetails": { + "shape": "S1p" + }, + "tags": { + "shape": "S5" + }, + "updateTime": { + "shape": "S8" + } + } + } + }, + "GetAudienceModel": { + "http": { + "method": "GET", + "requestUri": "/audience-model/{audienceModelArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "audienceModelArn" + ], + "members": { + "audienceModelArn": { + "location": "uri", + "locationName": "audienceModelArn" + } + } + }, + "output": { + "type": "structure", + "required": [ + "audienceModelArn", + "createTime", + "name", + "status", + "trainingDatasetArn", + "updateTime" + ], + "members": { + "audienceModelArn": {}, + "createTime": { + "shape": "S8" + }, + "description": {}, + "kmsKeyArn": {}, + "metrics": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "forTopKItemPredictions", + "type", + "value" + ], + "members": { + "forTopKItemPredictions": { + "type": "integer" + }, + "type": {}, + "value": { + "type": "double" + } + } + } + }, + "name": {}, + "status": {}, + "statusDetails": { + "shape": "S1p" + }, + "tags": { + "shape": "S5" + }, + "trainingDataEndTime": { + "shape": "S8" + }, + "trainingDataStartTime": { + "shape": "S8" + }, + "trainingDatasetArn": {}, + "updateTime": { + "shape": "S8" + } + } + } + }, + "GetConfiguredAudienceModel": { + "http": { + "method": "GET", + "requestUri": "/configured-audience-model/{configuredAudienceModelArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "configuredAudienceModelArn" + ], + "members": { + "configuredAudienceModelArn": { + "location": "uri", + "locationName": "configuredAudienceModelArn" + } + } + }, + "output": { + "type": "structure", + "required": [ + "audienceModelArn", + "configuredAudienceModelArn", + "createTime", + "name", + "outputConfig", + "sharedAudienceMetrics", + "status", + "updateTime" + ], + "members": { + "audienceModelArn": {}, + "audienceSizeConfig": { + "shape": "Sd" + }, + "childResourceTagOnCreatePolicy": {}, + "configuredAudienceModelArn": {}, + "createTime": { + "shape": "S8" + }, + "description": {}, + "minMatchingSeedSize": { + "type": "integer" + }, + "name": {}, + "outputConfig": { + "shape": "Sj" + }, + "sharedAudienceMetrics": { + "shape": "So" + }, + "status": {}, + "tags": { + "shape": "S5" + }, + "updateTime": { + "shape": "S8" + } + } + } + }, + "GetConfiguredAudienceModelPolicy": { + "http": { + "method": "GET", + "requestUri": "/configured-audience-model/{configuredAudienceModelArn}/policy", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "configuredAudienceModelArn" + ], + "members": { + "configuredAudienceModelArn": { + "location": "uri", + "locationName": "configuredAudienceModelArn" + } + } + }, + "output": { + "type": "structure", + "required": [ + "configuredAudienceModelArn", + "configuredAudienceModelPolicy", + "policyHash" + ], + "members": { + "configuredAudienceModelArn": {}, + "configuredAudienceModelPolicy": {}, + "policyHash": {} + } + } + }, + "GetTrainingDataset": { + "http": { + "method": "GET", + "requestUri": "/training-dataset/{trainingDatasetArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "trainingDatasetArn" + ], + "members": { + "trainingDatasetArn": { + "location": "uri", + "locationName": "trainingDatasetArn" + } + } + }, + "output": { + "type": "structure", + "required": [ + "createTime", + "name", + "roleArn", + "status", + "trainingData", + "trainingDatasetArn", + "updateTime" + ], + "members": { + "createTime": { + "shape": "S8" + }, + "description": {}, + "name": {}, + "roleArn": {}, + "status": {}, + "tags": { + "shape": "S5" + }, + "trainingData": { + "type": "list", + "member": { + "shape": "Su" + } + }, + "trainingDatasetArn": {}, + "updateTime": { + "shape": "S8" + } + } + } + }, + "ListAudienceExportJobs": { + "http": { + "method": "GET", + "requestUri": "/audience-export-job", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "audienceGenerationJobArn": { + "location": "querystring", + "locationName": "audienceGenerationJobArn" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "required": [ + "audienceExportJobs" + ], + "members": { + "audienceExportJobs": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "audienceGenerationJobArn", + "audienceSize", + "createTime", + "name", + "status", + "updateTime" + ], + "members": { + "audienceGenerationJobArn": {}, + "audienceSize": { + "shape": "S1l" + }, + "createTime": { + "shape": "S8" + }, + "description": {}, + "name": {}, + "outputLocation": {}, + "status": {}, + "statusDetails": { + "shape": "S1p" + }, + "updateTime": { + "shape": "S8" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListAudienceGenerationJobs": { + "http": { + "method": "GET", + "requestUri": "/audience-generation-job", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "collaborationId": { + "location": "querystring", + "locationName": "collaborationId" + }, + "configuredAudienceModelArn": { + "location": "querystring", + "locationName": "configuredAudienceModelArn" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "required": [ + "audienceGenerationJobs" + ], + "members": { + "audienceGenerationJobs": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "audienceGenerationJobArn", + "configuredAudienceModelArn", + "createTime", + "name", + "status", + "updateTime" + ], + "members": { + "audienceGenerationJobArn": {}, + "collaborationId": {}, + "configuredAudienceModelArn": {}, + "createTime": { + "shape": "S8" + }, + "description": {}, + "name": {}, + "startedBy": {}, + "status": {}, + "updateTime": { + "shape": "S8" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListAudienceModels": { + "http": { + "method": "GET", + "requestUri": "/audience-model", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "required": [ + "audienceModels" + ], + "members": { + "audienceModels": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "audienceModelArn", + "createTime", + "name", + "status", + "trainingDatasetArn", + "updateTime" + ], + "members": { + "audienceModelArn": {}, + "createTime": { + "shape": "S8" + }, + "description": {}, + "name": {}, + "status": {}, + "trainingDatasetArn": {}, + "updateTime": { + "shape": "S8" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListConfiguredAudienceModels": { + "http": { + "method": "GET", + "requestUri": "/configured-audience-model", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "required": [ + "configuredAudienceModels" + ], + "members": { + "configuredAudienceModels": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "audienceModelArn", + "configuredAudienceModelArn", + "createTime", + "name", + "outputConfig", + "status", + "updateTime" + ], + "members": { + "audienceModelArn": {}, + "configuredAudienceModelArn": {}, + "createTime": { + "shape": "S8" + }, + "description": {}, + "name": {}, + "outputConfig": { + "shape": "Sj" + }, + "status": {}, + "updateTime": { + "shape": "S8" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListTagsForResource": { + "http": { + "method": "GET", + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + } + } + }, + "output": { + "type": "structure", + "required": [ + "tags" + ], + "members": { + "tags": { + "shape": "S5" + } + } + } + }, + "ListTrainingDatasets": { + "http": { + "method": "GET", + "requestUri": "/training-dataset", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "required": [ + "trainingDatasets" + ], + "members": { + "nextToken": {}, + "trainingDatasets": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "createTime", + "name", + "status", + "trainingDatasetArn", + "updateTime" + ], + "members": { + "createTime": { + "shape": "S8" + }, + "description": {}, + "name": {}, + "status": {}, + "trainingDatasetArn": {}, + "updateTime": { + "shape": "S8" + } + } + } + } + } + } + }, + "PutConfiguredAudienceModelPolicy": { + "http": { + "method": "PUT", + "requestUri": "/configured-audience-model/{configuredAudienceModelArn}/policy", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "configuredAudienceModelArn", + "configuredAudienceModelPolicy" + ], + "members": { + "configuredAudienceModelArn": { + "location": "uri", + "locationName": "configuredAudienceModelArn" + }, + "configuredAudienceModelPolicy": {}, + "policyExistenceCondition": {}, + "previousPolicyHash": {} + } + }, + "output": { + "type": "structure", + "required": [ + "configuredAudienceModelPolicy", + "policyHash" + ], + "members": { + "configuredAudienceModelPolicy": {}, + "policyHash": {} + } + }, + "idempotent": true + }, + "StartAudienceExportJob": { + "http": { + "requestUri": "/audience-export-job", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "audienceGenerationJobArn", + "audienceSize", + "name" + ], + "members": { + "audienceGenerationJobArn": {}, + "audienceSize": { + "shape": "S1l" + }, + "description": {}, + "name": {} + } + }, + "idempotent": true + }, + "StartAudienceGenerationJob": { + "http": { + "requestUri": "/audience-generation-job", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "configuredAudienceModelArn", + "name", + "seedAudience" + ], + "members": { + "collaborationId": {}, + "configuredAudienceModelArn": {}, + "description": {}, + "includeSeedInOutput": { + "type": "boolean" + }, + "name": {}, + "seedAudience": { + "shape": "S1n" + }, + "tags": { + "shape": "S5" + } + } + }, + "output": { + "type": "structure", + "required": [ + "audienceGenerationJobArn" + ], + "members": { + "audienceGenerationJobArn": {} + } + }, + "idempotent": true + }, + "TagResource": { + "http": { + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn", + "tags" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + }, + "tags": { + "shape": "S5" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "UntagResource": { + "http": { + "method": "DELETE", + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn", + "tagKeys" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + }, + "tagKeys": { + "location": "querystring", + "locationName": "tagKeys", + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "UpdateConfiguredAudienceModel": { + "http": { + "method": "PATCH", + "requestUri": "/configured-audience-model/{configuredAudienceModelArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "configuredAudienceModelArn" + ], + "members": { + "audienceModelArn": {}, + "audienceSizeConfig": { + "shape": "Sd" + }, + "configuredAudienceModelArn": { + "location": "uri", + "locationName": "configuredAudienceModelArn" + }, + "description": {}, + "minMatchingSeedSize": { + "type": "integer" + }, + "outputConfig": { + "shape": "Sj" + }, + "sharedAudienceMetrics": { + "shape": "So" + } + } + }, + "output": { + "type": "structure", + "required": [ + "configuredAudienceModelArn" + ], + "members": { + "configuredAudienceModelArn": {} + } + }, + "idempotent": true + } + }, + "shapes": { + "S5": { + "type": "map", + "key": {}, + "value": {} + }, + "S8": { + "type": "timestamp", + "timestampFormat": "iso8601" + }, + "Sd": { + "type": "structure", + "required": [ + "audienceSizeBins", + "audienceSizeType" + ], + "members": { + "audienceSizeBins": { + "type": "list", + "member": { + "type": "integer" + } + }, + "audienceSizeType": {} + } + }, + "Sj": { + "type": "structure", + "required": [ + "destination", + "roleArn" + ], + "members": { + "destination": { + "type": "structure", + "required": [ + "s3Destination" + ], + "members": { + "s3Destination": { + "shape": "Sl" + } + } + }, + "roleArn": {} + } + }, + "Sl": { + "type": "structure", + "required": [ + "s3Uri" + ], + "members": { + "s3Uri": {} + } + }, + "So": { + "type": "list", + "member": {} + }, + "Su": { + "type": "structure", + "required": [ + "inputConfig", + "type" + ], + "members": { + "inputConfig": { + "type": "structure", + "required": [ + "dataSource", + "schema" + ], + "members": { + "dataSource": { + "type": "structure", + "required": [ + "glueDataSource" + ], + "members": { + "glueDataSource": { + "type": "structure", + "required": [ + "databaseName", + "tableName" + ], + "members": { + "catalogId": {}, + "databaseName": {}, + "tableName": {} + } + } + } + }, + "schema": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "columnName", + "columnTypes" + ], + "members": { + "columnName": {}, + "columnTypes": { + "type": "list", + "member": {} + } + } + } + } + } + }, + "type": {} + } + }, + "S1l": { + "type": "structure", + "required": [ + "type", + "value" + ], + "members": { + "type": {}, + "value": { + "type": "integer" + } + } + }, + "S1n": { + "type": "structure", + "required": [ + "dataSource", + "roleArn" + ], + "members": { + "dataSource": { + "shape": "Sl" + }, + "roleArn": {} + } + }, + "S1p": { + "type": "structure", + "members": { + "message": {}, + "statusCode": {} + } + } + } +} \ No newline at end of file diff --git a/iamlivecore/service/cloud9-2017-09-23.min.json b/iamlivecore/service/cloud9-2017-09-23.min.json index d435973..fd1bae7 100644 --- a/iamlivecore/service/cloud9-2017-09-23.min.json +++ b/iamlivecore/service/cloud9-2017-09-23.min.json @@ -17,7 +17,8 @@ "type": "structure", "required": [ "name", - "instanceType" + "instanceType", + "imageId" ], "members": { "name": {}, diff --git a/iamlivecore/service/cloudformation-2010-05-15.min.json b/iamlivecore/service/cloudformation-2010-05-15.min.json index bbc3a9a..d508049 100644 --- a/iamlivecore/service/cloudformation-2010-05-15.min.json +++ b/iamlivecore/service/cloudformation-2010-05-15.min.json @@ -207,7 +207,10 @@ "IncludeNestedStacks": { "type": "boolean" }, - "OnStackFailure": {} + "OnStackFailure": {}, + "ImportExistingResources": { + "type": "boolean" + } } }, "output": { @@ -284,19 +287,19 @@ "members": { "StackSetName": {}, "Accounts": { - "shape": "S2l" + "shape": "S2m" }, "DeploymentTargets": { - "shape": "S2n" + "shape": "S2o" }, "Regions": { - "shape": "S2s" + "shape": "S2t" }, "ParameterOverrides": { "shape": "S1a" }, "OperationPreferences": { - "shape": "S2u" + "shape": "S2v" }, "OperationId": { "idempotencyToken": true @@ -337,14 +340,14 @@ "ExecutionRoleName": {}, "PermissionModel": {}, "AutoDeployment": { - "shape": "S35" + "shape": "S37" }, "CallAs": {}, "ClientRequestToken": { "idempotencyToken": true }, "ManagedExecution": { - "shape": "S38" + "shape": "S3a" } } }, @@ -428,16 +431,16 @@ "members": { "StackSetName": {}, "Accounts": { - "shape": "S2l" + "shape": "S2m" }, "DeploymentTargets": { - "shape": "S2n" + "shape": "S2o" }, "Regions": { - "shape": "S2s" + "shape": "S2t" }, "OperationPreferences": { - "shape": "S2u" + "shape": "S2v" }, "RetainStacks": { "type": "boolean" @@ -601,7 +604,7 @@ }, "ChangeSetId": {}, "ModuleInfo": { - "shape": "S4p" + "shape": "S4r" } } } @@ -614,7 +617,10 @@ }, "ParentChangeSetId": {}, "RootChangeSetId": {}, - "OnStackFailure": {} + "OnStackFailure": {}, + "ImportExistingResources": { + "type": "boolean" + } } } }, @@ -818,7 +824,7 @@ }, "Status": {}, "StackInstanceStatus": { - "shape": "S60" + "shape": "S62" }, "StatusReason": {}, "OrganizationalUnitId": {}, @@ -870,10 +876,10 @@ "Description": {}, "Metadata": {}, "DriftInformation": { - "shape": "S67" + "shape": "S69" }, "ModuleInfo": { - "shape": "S4p" + "shape": "S4r" } } } @@ -889,7 +895,7 @@ "members": { "StackName": {}, "StackResourceDriftStatusFilters": { - "shape": "S6a" + "shape": "S6c" }, "NextToken": {}, "MaxResults": { @@ -907,7 +913,7 @@ "StackResourceDrifts": { "type": "list", "member": { - "shape": "S6e" + "shape": "S6g" } }, "NextToken": {} @@ -950,10 +956,10 @@ "ResourceStatusReason": {}, "Description": {}, "DriftInformation": { - "shape": "S67" + "shape": "S69" }, "ModuleInfo": { - "shape": "S4p" + "shape": "S4r" } } } @@ -997,20 +1003,20 @@ "AdministrationRoleARN": {}, "ExecutionRoleName": {}, "StackSetDriftDetectionDetails": { - "shape": "S6y" + "shape": "S70" }, "AutoDeployment": { - "shape": "S35" + "shape": "S37" }, "PermissionModel": {}, "OrganizationalUnitIds": { - "shape": "S2p" + "shape": "S2q" }, "ManagedExecution": { - "shape": "S38" + "shape": "S3a" }, "Regions": { - "shape": "S2s" + "shape": "S2t" } } } @@ -1042,7 +1048,7 @@ "Action": {}, "Status": {}, "OperationPreferences": { - "shape": "S2u" + "shape": "S2v" }, "RetainStacks": { "type": "boolean" @@ -1056,14 +1062,14 @@ "type": "timestamp" }, "DeploymentTargets": { - "shape": "S2n" + "shape": "S2o" }, "StackSetDriftDetectionDetails": { - "shape": "S6y" + "shape": "S70" }, "StatusReason": {}, "StatusDetails": { - "shape": "S7d" + "shape": "S7f" } } } @@ -1274,7 +1280,7 @@ "members": { "StackName": {}, "LogicalResourceIds": { - "shape": "S8e" + "shape": "S8g" } } }, @@ -1309,7 +1315,7 @@ ], "members": { "StackResourceDrift": { - "shape": "S6e" + "shape": "S6g" } } } @@ -1323,7 +1329,7 @@ "members": { "StackSetName": {}, "OperationPreferences": { - "shape": "S2u" + "shape": "S2v" }, "OperationId": { "idempotencyToken": true @@ -1479,7 +1485,7 @@ "Version": {}, "Metadata": {}, "DeclaredTransforms": { - "shape": "S99" + "shape": "S9b" }, "ResourceIdentifierSummaries": { "type": "list", @@ -1488,7 +1494,7 @@ "members": { "ResourceType": {}, "LogicalResourceIds": { - "shape": "S8e" + "shape": "S8g" }, "ResourceIdentifiers": { "type": "list", @@ -1522,10 +1528,10 @@ }, "StackIdsUrl": {}, "OrganizationalUnitIds": { - "shape": "S2p" + "shape": "S2q" }, "OperationPreferences": { - "shape": "S2u" + "shape": "S2v" }, "OperationId": { "idempotencyToken": true @@ -1576,7 +1582,10 @@ "type": "boolean" }, "ParentChangeSetId": {}, - "RootChangeSetId": {} + "RootChangeSetId": {}, + "ImportExistingResources": { + "type": "boolean" + } } } }, @@ -1649,7 +1658,7 @@ "type": "integer" }, "StackInstanceResourceDriftStatuses": { - "shape": "S6a" + "shape": "S6c" }, "StackInstanceAccount": {}, "StackInstanceRegion": {}, @@ -1677,11 +1686,11 @@ "LogicalResourceId": {}, "PhysicalResourceId": {}, "PhysicalResourceIdContext": { - "shape": "S6f" + "shape": "S6h" }, "ResourceType": {}, "PropertyDifferences": { - "shape": "S6k" + "shape": "S6m" }, "StackResourceDriftStatus": {}, "Timestamp": { @@ -1737,7 +1746,7 @@ "Status": {}, "StatusReason": {}, "StackInstanceStatus": { - "shape": "S60" + "shape": "S62" }, "OrganizationalUnitId": {}, "DriftStatus": {}, @@ -1799,7 +1808,7 @@ } }, "ModuleInfo": { - "shape": "S4p" + "shape": "S4r" } } } @@ -1898,10 +1907,10 @@ }, "StatusReason": {}, "StatusDetails": { - "shape": "S7d" + "shape": "S7f" }, "OperationPreferences": { - "shape": "S2u" + "shape": "S2v" } } } @@ -1936,7 +1945,7 @@ "Description": {}, "Status": {}, "AutoDeployment": { - "shape": "S35" + "shape": "S37" }, "PermissionModel": {}, "DriftStatus": {}, @@ -1944,7 +1953,7 @@ "type": "timestamp" }, "ManagedExecution": { - "shape": "S38" + "shape": "S3a" } } } @@ -2423,19 +2432,19 @@ "members": { "StackSetName": {}, "Accounts": { - "shape": "S2l" + "shape": "S2m" }, "DeploymentTargets": { - "shape": "S2n" + "shape": "S2o" }, "Regions": { - "shape": "S2s" + "shape": "S2t" }, "ParameterOverrides": { "shape": "S1a" }, "OperationPreferences": { - "shape": "S2u" + "shape": "S2v" }, "OperationId": { "idempotencyToken": true @@ -2475,29 +2484,29 @@ "shape": "S1r" }, "OperationPreferences": { - "shape": "S2u" + "shape": "S2v" }, "AdministrationRoleARN": {}, "ExecutionRoleName": {}, "DeploymentTargets": { - "shape": "S2n" + "shape": "S2o" }, "PermissionModel": {}, "AutoDeployment": { - "shape": "S35" + "shape": "S37" }, "OperationId": { "idempotencyToken": true }, "Accounts": { - "shape": "S2l" + "shape": "S2m" }, "Regions": { - "shape": "S2s" + "shape": "S2t" }, "CallAs": {}, "ManagedExecution": { - "shape": "S38" + "shape": "S3a" } } }, @@ -2563,7 +2572,7 @@ }, "CapabilitiesReason": {}, "DeclaredTransforms": { - "shape": "S99" + "shape": "S9b" } } } @@ -2653,37 +2662,37 @@ } } }, - "S2l": { + "S2m": { "type": "list", "member": {} }, - "S2n": { + "S2o": { "type": "structure", "members": { "Accounts": { - "shape": "S2l" + "shape": "S2m" }, "AccountsUrl": {}, "OrganizationalUnitIds": { - "shape": "S2p" + "shape": "S2q" }, "AccountFilterType": {} } }, - "S2p": { + "S2q": { "type": "list", "member": {} }, - "S2s": { + "S2t": { "type": "list", "member": {} }, - "S2u": { + "S2v": { "type": "structure", "members": { "RegionConcurrencyType": {}, "RegionOrder": { - "shape": "S2s" + "shape": "S2t" }, "FailureToleranceCount": { "type": "integer" @@ -2696,10 +2705,11 @@ }, "MaxConcurrentPercentage": { "type": "integer" - } + }, + "ConcurrencyMode": {} } }, - "S35": { + "S37": { "type": "structure", "members": { "Enabled": { @@ -2710,7 +2720,7 @@ } } }, - "S38": { + "S3a": { "type": "structure", "members": { "Active": { @@ -2718,20 +2728,20 @@ } } }, - "S4p": { + "S4r": { "type": "structure", "members": { "TypeHierarchy": {}, "LogicalIdHierarchy": {} } }, - "S60": { + "S62": { "type": "structure", "members": { "DetailedStatus": {} } }, - "S67": { + "S69": { "type": "structure", "required": [ "StackResourceDriftStatus" @@ -2743,11 +2753,11 @@ } } }, - "S6a": { + "S6c": { "type": "list", "member": {} }, - "S6e": { + "S6g": { "type": "structure", "required": [ "StackId", @@ -2761,24 +2771,24 @@ "LogicalResourceId": {}, "PhysicalResourceId": {}, "PhysicalResourceIdContext": { - "shape": "S6f" + "shape": "S6h" }, "ResourceType": {}, "ExpectedProperties": {}, "ActualProperties": {}, "PropertyDifferences": { - "shape": "S6k" + "shape": "S6m" }, "StackResourceDriftStatus": {}, "Timestamp": { "type": "timestamp" }, "ModuleInfo": { - "shape": "S4p" + "shape": "S4r" } } }, - "S6f": { + "S6h": { "type": "list", "member": { "type": "structure", @@ -2792,7 +2802,7 @@ } } }, - "S6k": { + "S6m": { "type": "list", "member": { "type": "structure", @@ -2810,7 +2820,7 @@ } } }, - "S6y": { + "S70": { "type": "structure", "members": { "DriftStatus": {}, @@ -2835,7 +2845,7 @@ } } }, - "S7d": { + "S7f": { "type": "structure", "members": { "FailedStackInstancesCount": { @@ -2843,11 +2853,11 @@ } } }, - "S8e": { + "S8g": { "type": "list", "member": {} }, - "S99": { + "S9b": { "type": "list", "member": {} } diff --git a/iamlivecore/service/cloudfront-2020-05-31.min.json b/iamlivecore/service/cloudfront-2020-05-31.min.json index 08f5c47..0b4094f 100644 --- a/iamlivecore/service/cloudfront-2020-05-31.min.json +++ b/iamlivecore/service/cloudfront-2020-05-31.min.json @@ -396,7 +396,7 @@ "shape": "S4d" }, "FunctionCode": { - "shape": "S4f" + "shape": "S4j" } } }, @@ -404,7 +404,7 @@ "type": "structure", "members": { "FunctionSummary": { - "shape": "S4h" + "shape": "S4l" }, "Location": { "location": "header", @@ -435,7 +435,7 @@ "locationName": "DistributionId" }, "InvalidationBatch": { - "shape": "S4l", + "shape": "S4p", "locationName": "InvalidationBatch", "xmlNamespace": { "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/" @@ -452,7 +452,7 @@ "locationName": "Location" }, "Invalidation": { - "shape": "S4p" + "shape": "S4t" } }, "payload": "Invalidation" @@ -470,7 +470,7 @@ ], "members": { "KeyGroupConfig": { - "shape": "S4r", + "shape": "S4v", "locationName": "KeyGroupConfig", "xmlNamespace": { "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/" @@ -483,7 +483,7 @@ "type": "structure", "members": { "KeyGroup": { - "shape": "S4u" + "shape": "S4y" }, "Location": { "location": "header", @@ -497,6 +497,54 @@ "payload": "KeyGroup" } }, + "CreateKeyValueStore": { + "http": { + "requestUri": "/2020-05-31/key-value-store/", + "responseCode": 201 + }, + "input": { + "locationName": "CreateKeyValueStoreRequest", + "xmlNamespace": { + "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/" + }, + "type": "structure", + "required": [ + "Name" + ], + "members": { + "Name": {}, + "Comment": {}, + "ImportSource": { + "type": "structure", + "required": [ + "SourceType", + "SourceARN" + ], + "members": { + "SourceType": {}, + "SourceARN": {} + } + } + } + }, + "output": { + "type": "structure", + "members": { + "KeyValueStore": { + "shape": "S55" + }, + "ETag": { + "location": "header", + "locationName": "ETag" + }, + "Location": { + "location": "header", + "locationName": "Location" + } + }, + "payload": "KeyValueStore" + } + }, "CreateMonitoringSubscription": { "http": { "requestUri": "/2020-05-31/distributions/{DistributionId}/monitoring-subscription/" @@ -513,7 +561,7 @@ "locationName": "DistributionId" }, "MonitoringSubscription": { - "shape": "S4w", + "shape": "S57", "locationName": "MonitoringSubscription", "xmlNamespace": { "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/" @@ -526,7 +574,7 @@ "type": "structure", "members": { "MonitoringSubscription": { - "shape": "S4w" + "shape": "S57" } }, "payload": "MonitoringSubscription" @@ -544,7 +592,7 @@ ], "members": { "OriginAccessControlConfig": { - "shape": "S51", + "shape": "S5c", "locationName": "OriginAccessControlConfig", "xmlNamespace": { "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/" @@ -557,7 +605,7 @@ "type": "structure", "members": { "OriginAccessControl": { - "shape": "S56" + "shape": "S5h" }, "Location": { "location": "header", @@ -583,7 +631,7 @@ ], "members": { "OriginRequestPolicyConfig": { - "shape": "S58", + "shape": "S5j", "locationName": "OriginRequestPolicyConfig", "xmlNamespace": { "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/" @@ -596,7 +644,7 @@ "type": "structure", "members": { "OriginRequestPolicy": { - "shape": "S5g" + "shape": "S5r" }, "Location": { "location": "header", @@ -622,7 +670,7 @@ ], "members": { "PublicKeyConfig": { - "shape": "S5i", + "shape": "S5t", "locationName": "PublicKeyConfig", "xmlNamespace": { "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/" @@ -635,7 +683,7 @@ "type": "structure", "members": { "PublicKey": { - "shape": "S5k" + "shape": "S5v" }, "Location": { "location": "header", @@ -668,10 +716,10 @@ ], "members": { "EndPoints": { - "shape": "S5m" + "shape": "S5x" }, "Fields": { - "shape": "S5p" + "shape": "S60" }, "Name": {}, "SamplingRate": { @@ -683,7 +731,7 @@ "type": "structure", "members": { "RealtimeLogConfig": { - "shape": "S5r" + "shape": "S62" } } } @@ -700,7 +748,7 @@ ], "members": { "ResponseHeadersPolicyConfig": { - "shape": "S5t", + "shape": "S64", "locationName": "ResponseHeadersPolicyConfig", "xmlNamespace": { "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/" @@ -713,7 +761,7 @@ "type": "structure", "members": { "ResponseHeadersPolicy": { - "shape": "S6m" + "shape": "S6x" }, "Location": { "location": "header", @@ -739,7 +787,7 @@ ], "members": { "StreamingDistributionConfig": { - "shape": "S6o", + "shape": "S6z", "locationName": "StreamingDistributionConfig", "xmlNamespace": { "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/" @@ -752,7 +800,7 @@ "type": "structure", "members": { "StreamingDistribution": { - "shape": "S6s" + "shape": "S73" }, "Location": { "location": "header", @@ -789,7 +837,7 @@ ], "members": { "StreamingDistributionConfig": { - "shape": "S6o" + "shape": "S6z" }, "Tags": { "shape": "S3j" @@ -803,7 +851,7 @@ "type": "structure", "members": { "StreamingDistribution": { - "shape": "S6s" + "shape": "S73" }, "Location": { "location": "header", @@ -1002,6 +1050,31 @@ } } }, + "DeleteKeyValueStore": { + "http": { + "method": "DELETE", + "requestUri": "/2020-05-31/key-value-store/{Name}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "IfMatch", + "Name" + ], + "members": { + "Name": { + "location": "uri", + "locationName": "Name" + }, + "IfMatch": { + "location": "header", + "locationName": "If-Match" + } + } + }, + "idempotent": true + }, "DeleteMonitoringSubscription": { "http": { "method": "DELETE", @@ -1181,7 +1254,7 @@ "type": "structure", "members": { "FunctionSummary": { - "shape": "S4h" + "shape": "S4l" }, "ETag": { "location": "header", @@ -1191,6 +1264,37 @@ "payload": "FunctionSummary" } }, + "DescribeKeyValueStore": { + "http": { + "method": "GET", + "requestUri": "/2020-05-31/key-value-store/{Name}" + }, + "input": { + "type": "structure", + "required": [ + "Name" + ], + "members": { + "Name": { + "location": "uri", + "locationName": "Name" + } + } + }, + "output": { + "type": "structure", + "members": { + "KeyValueStore": { + "shape": "S55" + }, + "ETag": { + "location": "header", + "locationName": "ETag" + } + }, + "payload": "KeyValueStore" + } + }, "GetCachePolicy": { "http": { "method": "GET", @@ -1588,7 +1692,7 @@ "type": "structure", "members": { "FunctionCode": { - "shape": "S4f" + "shape": "S4j" }, "ETag": { "location": "header", @@ -1628,7 +1732,7 @@ "type": "structure", "members": { "Invalidation": { - "shape": "S4p" + "shape": "S4t" } }, "payload": "Invalidation" @@ -1655,7 +1759,7 @@ "type": "structure", "members": { "KeyGroup": { - "shape": "S4u" + "shape": "S4y" }, "ETag": { "location": "header", @@ -1686,7 +1790,7 @@ "type": "structure", "members": { "KeyGroupConfig": { - "shape": "S4r" + "shape": "S4v" }, "ETag": { "location": "header", @@ -1717,7 +1821,7 @@ "type": "structure", "members": { "MonitoringSubscription": { - "shape": "S4w" + "shape": "S57" } }, "payload": "MonitoringSubscription" @@ -1744,7 +1848,7 @@ "type": "structure", "members": { "OriginAccessControl": { - "shape": "S56" + "shape": "S5h" }, "ETag": { "location": "header", @@ -1775,7 +1879,7 @@ "type": "structure", "members": { "OriginAccessControlConfig": { - "shape": "S51" + "shape": "S5c" }, "ETag": { "location": "header", @@ -1806,7 +1910,7 @@ "type": "structure", "members": { "OriginRequestPolicy": { - "shape": "S5g" + "shape": "S5r" }, "ETag": { "location": "header", @@ -1837,7 +1941,7 @@ "type": "structure", "members": { "OriginRequestPolicyConfig": { - "shape": "S58" + "shape": "S5j" }, "ETag": { "location": "header", @@ -1868,7 +1972,7 @@ "type": "structure", "members": { "PublicKey": { - "shape": "S5k" + "shape": "S5v" }, "ETag": { "location": "header", @@ -1899,7 +2003,7 @@ "type": "structure", "members": { "PublicKeyConfig": { - "shape": "S5i" + "shape": "S5t" }, "ETag": { "location": "header", @@ -1928,7 +2032,7 @@ "type": "structure", "members": { "RealtimeLogConfig": { - "shape": "S5r" + "shape": "S62" } } } @@ -1954,7 +2058,7 @@ "type": "structure", "members": { "ResponseHeadersPolicy": { - "shape": "S6m" + "shape": "S6x" }, "ETag": { "location": "header", @@ -1985,7 +2089,7 @@ "type": "structure", "members": { "ResponseHeadersPolicyConfig": { - "shape": "S5t" + "shape": "S64" }, "ETag": { "location": "header", @@ -2016,7 +2120,7 @@ "type": "structure", "members": { "StreamingDistribution": { - "shape": "S6s" + "shape": "S73" }, "ETag": { "location": "header", @@ -2047,7 +2151,7 @@ "type": "structure", "members": { "StreamingDistributionConfig": { - "shape": "S6o" + "shape": "S6z" }, "ETag": { "location": "header", @@ -2324,7 +2428,7 @@ "type": "structure", "members": { "DistributionList": { - "shape": "S9o" + "shape": "Sa2" } }, "payload": "DistributionList" @@ -2359,7 +2463,7 @@ "type": "structure", "members": { "DistributionIdList": { - "shape": "S9t" + "shape": "Sa7" } }, "payload": "DistributionIdList" @@ -2394,7 +2498,7 @@ "type": "structure", "members": { "DistributionIdList": { - "shape": "S9t" + "shape": "Sa7" } }, "payload": "DistributionIdList" @@ -2429,7 +2533,7 @@ "type": "structure", "members": { "DistributionIdList": { - "shape": "S9t" + "shape": "Sa7" } }, "payload": "DistributionIdList" @@ -2456,7 +2560,7 @@ "type": "structure", "members": { "DistributionList": { - "shape": "S9o" + "shape": "Sa2" } }, "payload": "DistributionList" @@ -2491,7 +2595,7 @@ "type": "structure", "members": { "DistributionIdList": { - "shape": "S9t" + "shape": "Sa7" } }, "payload": "DistributionIdList" @@ -2526,7 +2630,7 @@ "type": "structure", "members": { "DistributionList": { - "shape": "S9o" + "shape": "Sa2" } }, "payload": "DistributionList" @@ -2704,7 +2808,7 @@ "Items": { "type": "list", "member": { - "shape": "S4h", + "shape": "S4l", "locationName": "FunctionSummary" } } @@ -2832,7 +2936,7 @@ ], "members": { "KeyGroup": { - "shape": "S4u" + "shape": "S4y" } } } @@ -2843,6 +2947,58 @@ "payload": "KeyGroupList" } }, + "ListKeyValueStores": { + "http": { + "method": "GET", + "requestUri": "/2020-05-31/key-value-store" + }, + "input": { + "type": "structure", + "members": { + "Marker": { + "location": "querystring", + "locationName": "Marker" + }, + "MaxItems": { + "location": "querystring", + "locationName": "MaxItems" + }, + "Status": { + "location": "querystring", + "locationName": "Status" + } + } + }, + "output": { + "type": "structure", + "members": { + "KeyValueStoreList": { + "type": "structure", + "required": [ + "MaxItems", + "Quantity" + ], + "members": { + "NextMarker": {}, + "MaxItems": { + "type": "integer" + }, + "Quantity": { + "type": "integer" + }, + "Items": { + "type": "list", + "member": { + "shape": "S55", + "locationName": "KeyValueStore" + } + } + } + } + }, + "payload": "KeyValueStoreList" + } + }, "ListOriginAccessControls": { "http": { "method": "GET", @@ -2964,7 +3120,7 @@ "members": { "Type": {}, "OriginRequestPolicy": { - "shape": "S5g" + "shape": "S5r" } } } @@ -3073,7 +3229,7 @@ "Items": { "type": "list", "member": { - "shape": "S5r" + "shape": "S62" } }, "IsTruncated": { @@ -3138,7 +3294,7 @@ "members": { "Type": {}, "ResponseHeadersPolicy": { - "shape": "S6m" + "shape": "S6x" } } } @@ -3217,7 +3373,7 @@ }, "DomainName": {}, "S3Origin": { - "shape": "S6p" + "shape": "S70" }, "Aliases": { "shape": "Si" @@ -3294,7 +3450,7 @@ "type": "structure", "members": { "FunctionSummary": { - "shape": "S4h" + "shape": "S4l" } }, "payload": "FunctionSummary" @@ -3365,7 +3521,7 @@ "type": "structure", "members": { "FunctionSummary": { - "shape": "S4h" + "shape": "S4l" }, "ComputeUtilization": {}, "FunctionExecutionLogs": { @@ -3753,7 +3909,7 @@ "shape": "S4d" }, "FunctionCode": { - "shape": "S4f" + "shape": "S4j" } } }, @@ -3761,7 +3917,7 @@ "type": "structure", "members": { "FunctionSummary": { - "shape": "S4h" + "shape": "S4l" }, "ETag": { "location": "header", @@ -3784,7 +3940,7 @@ ], "members": { "KeyGroupConfig": { - "shape": "S4r", + "shape": "S4v", "locationName": "KeyGroupConfig", "xmlNamespace": { "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/" @@ -3805,7 +3961,7 @@ "type": "structure", "members": { "KeyGroup": { - "shape": "S4u" + "shape": "S4y" }, "ETag": { "location": "header", @@ -3815,6 +3971,49 @@ "payload": "KeyGroup" } }, + "UpdateKeyValueStore": { + "http": { + "method": "PUT", + "requestUri": "/2020-05-31/key-value-store/{Name}" + }, + "input": { + "locationName": "UpdateKeyValueStoreRequest", + "xmlNamespace": { + "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/" + }, + "type": "structure", + "required": [ + "Name", + "Comment", + "IfMatch" + ], + "members": { + "Name": { + "location": "uri", + "locationName": "Name" + }, + "Comment": {}, + "IfMatch": { + "location": "header", + "locationName": "If-Match" + } + } + }, + "output": { + "type": "structure", + "members": { + "KeyValueStore": { + "shape": "S55" + }, + "ETag": { + "location": "header", + "locationName": "ETag" + } + }, + "payload": "KeyValueStore" + }, + "idempotent": true + }, "UpdateOriginAccessControl": { "http": { "method": "PUT", @@ -3828,7 +4027,7 @@ ], "members": { "OriginAccessControlConfig": { - "shape": "S51", + "shape": "S5c", "locationName": "OriginAccessControlConfig", "xmlNamespace": { "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/" @@ -3849,7 +4048,7 @@ "type": "structure", "members": { "OriginAccessControl": { - "shape": "S56" + "shape": "S5h" }, "ETag": { "location": "header", @@ -3872,7 +4071,7 @@ ], "members": { "OriginRequestPolicyConfig": { - "shape": "S58", + "shape": "S5j", "locationName": "OriginRequestPolicyConfig", "xmlNamespace": { "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/" @@ -3893,7 +4092,7 @@ "type": "structure", "members": { "OriginRequestPolicy": { - "shape": "S5g" + "shape": "S5r" }, "ETag": { "location": "header", @@ -3916,7 +4115,7 @@ ], "members": { "PublicKeyConfig": { - "shape": "S5i", + "shape": "S5t", "locationName": "PublicKeyConfig", "xmlNamespace": { "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/" @@ -3937,7 +4136,7 @@ "type": "structure", "members": { "PublicKey": { - "shape": "S5k" + "shape": "S5v" }, "ETag": { "location": "header", @@ -3960,10 +4159,10 @@ "type": "structure", "members": { "EndPoints": { - "shape": "S5m" + "shape": "S5x" }, "Fields": { - "shape": "S5p" + "shape": "S60" }, "Name": {}, "ARN": {}, @@ -3976,7 +4175,7 @@ "type": "structure", "members": { "RealtimeLogConfig": { - "shape": "S5r" + "shape": "S62" } } } @@ -3994,7 +4193,7 @@ ], "members": { "ResponseHeadersPolicyConfig": { - "shape": "S5t", + "shape": "S64", "locationName": "ResponseHeadersPolicyConfig", "xmlNamespace": { "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/" @@ -4015,7 +4214,7 @@ "type": "structure", "members": { "ResponseHeadersPolicy": { - "shape": "S6m" + "shape": "S6x" }, "ETag": { "location": "header", @@ -4038,7 +4237,7 @@ ], "members": { "StreamingDistributionConfig": { - "shape": "S6o", + "shape": "S6z", "locationName": "StreamingDistributionConfig", "xmlNamespace": { "uri": "http://cloudfront.amazonaws.com/doc/2020-05-31/" @@ -4059,7 +4258,7 @@ "type": "structure", "members": { "StreamingDistribution": { - "shape": "S6s" + "shape": "S73" }, "ETag": { "location": "header", @@ -5332,14 +5531,38 @@ ], "members": { "Comment": {}, - "Runtime": {} + "Runtime": {}, + "KeyValueStoreAssociations": { + "type": "structure", + "required": [ + "Quantity" + ], + "members": { + "Quantity": { + "type": "integer" + }, + "Items": { + "type": "list", + "member": { + "locationName": "KeyValueStoreAssociation", + "type": "structure", + "required": [ + "KeyValueStoreARN" + ], + "members": { + "KeyValueStoreARN": {} + } + } + } + } + } } }, - "S4f": { + "S4j": { "type": "blob", "sensitive": true }, - "S4h": { + "S4l": { "type": "structure", "required": [ "Name", @@ -5371,7 +5594,7 @@ } } }, - "S4l": { + "S4p": { "type": "structure", "required": [ "Paths", @@ -5398,7 +5621,7 @@ "CallerReference": {} } }, - "S4p": { + "S4t": { "type": "structure", "required": [ "Id", @@ -5413,11 +5636,11 @@ "type": "timestamp" }, "InvalidationBatch": { - "shape": "S4l" + "shape": "S4p" } } }, - "S4r": { + "S4v": { "type": "structure", "required": [ "Name", @@ -5434,7 +5657,7 @@ "Comment": {} } }, - "S4u": { + "S4y": { "type": "structure", "required": [ "Id", @@ -5447,11 +5670,31 @@ "type": "timestamp" }, "KeyGroupConfig": { - "shape": "S4r" + "shape": "S4v" } } }, - "S4w": { + "S55": { + "type": "structure", + "required": [ + "Name", + "Id", + "Comment", + "ARN", + "LastModifiedTime" + ], + "members": { + "Name": {}, + "Id": {}, + "Comment": {}, + "ARN": {}, + "Status": {}, + "LastModifiedTime": { + "type": "timestamp" + } + } + }, + "S57": { "type": "structure", "members": { "RealtimeMetricsSubscriptionConfig": { @@ -5465,7 +5708,7 @@ } } }, - "S51": { + "S5c": { "type": "structure", "required": [ "Name", @@ -5481,7 +5724,7 @@ "OriginAccessControlOriginType": {} } }, - "S56": { + "S5h": { "type": "structure", "required": [ "Id" @@ -5489,11 +5732,11 @@ "members": { "Id": {}, "OriginAccessControlConfig": { - "shape": "S51" + "shape": "S5c" } } }, - "S58": { + "S5j": { "type": "structure", "required": [ "Name", @@ -5542,7 +5785,7 @@ } } }, - "S5g": { + "S5r": { "type": "structure", "required": [ "Id", @@ -5555,11 +5798,11 @@ "type": "timestamp" }, "OriginRequestPolicyConfig": { - "shape": "S58" + "shape": "S5j" } } }, - "S5i": { + "S5t": { "type": "structure", "required": [ "CallerReference", @@ -5573,7 +5816,7 @@ "Comment": {} } }, - "S5k": { + "S5v": { "type": "structure", "required": [ "Id", @@ -5586,11 +5829,11 @@ "type": "timestamp" }, "PublicKeyConfig": { - "shape": "S5i" + "shape": "S5t" } } }, - "S5m": { + "S5x": { "type": "list", "member": { "type": "structure", @@ -5613,13 +5856,13 @@ } } }, - "S5p": { + "S60": { "type": "list", "member": { "locationName": "Field" } }, - "S5r": { + "S62": { "type": "structure", "required": [ "ARN", @@ -5635,14 +5878,14 @@ "type": "long" }, "EndPoints": { - "shape": "S5m" + "shape": "S5x" }, "Fields": { - "shape": "S5p" + "shape": "S60" } } }, - "S5t": { + "S64": { "type": "structure", "required": [ "Name" @@ -5907,7 +6150,7 @@ } } }, - "S6m": { + "S6x": { "type": "structure", "required": [ "Id", @@ -5920,11 +6163,11 @@ "type": "timestamp" }, "ResponseHeadersPolicyConfig": { - "shape": "S5t" + "shape": "S64" } } }, - "S6o": { + "S6z": { "type": "structure", "required": [ "CallerReference", @@ -5936,7 +6179,7 @@ "members": { "CallerReference": {}, "S3Origin": { - "shape": "S6p" + "shape": "S70" }, "Aliases": { "shape": "Si" @@ -5966,7 +6209,7 @@ } } }, - "S6p": { + "S70": { "type": "structure", "required": [ "DomainName", @@ -5977,7 +6220,7 @@ "OriginAccessIdentity": {} } }, - "S6s": { + "S73": { "type": "structure", "required": [ "Id", @@ -5999,11 +6242,11 @@ "shape": "S9" }, "StreamingDistributionConfig": { - "shape": "S6o" + "shape": "S6z" } } }, - "S9o": { + "Sa2": { "type": "structure", "required": [ "Marker", @@ -6102,7 +6345,7 @@ } } }, - "S9t": { + "Sa7": { "type": "structure", "required": [ "Marker", diff --git a/iamlivecore/service/cloudfront-keyvaluestore-2022-07-26.min.json b/iamlivecore/service/cloudfront-keyvaluestore-2022-07-26.min.json new file mode 100644 index 0000000..7b50ea4 --- /dev/null +++ b/iamlivecore/service/cloudfront-keyvaluestore-2022-07-26.min.json @@ -0,0 +1,359 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2022-07-26", + "endpointPrefix": "cloudfront-keyvaluestore", + "jsonVersion": "1.1", + "protocol": "rest-json", + "serviceFullName": "Amazon CloudFront KeyValueStore", + "serviceId": "CloudFront KeyValueStore", + "signatureVersion": "v4", + "signingName": "cloudfront-keyvaluestore", + "uid": "cloudfront-keyvaluestore-2022-07-26" + }, + "operations": { + "DeleteKey": { + "http": { + "method": "DELETE", + "requestUri": "/key-value-stores/{KvsARN}/keys/{Key}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "KvsARN", + "Key", + "IfMatch" + ], + "members": { + "KvsARN": { + "contextParam": { + "name": "KvsARN" + }, + "location": "uri", + "locationName": "KvsARN" + }, + "Key": { + "location": "uri", + "locationName": "Key" + }, + "IfMatch": { + "location": "header", + "locationName": "If-Match" + } + } + }, + "output": { + "type": "structure", + "required": [ + "ItemCount", + "TotalSizeInBytes", + "ETag" + ], + "members": { + "ItemCount": { + "type": "integer" + }, + "TotalSizeInBytes": { + "type": "long" + }, + "ETag": { + "location": "header", + "locationName": "ETag" + } + } + }, + "idempotent": true + }, + "DescribeKeyValueStore": { + "http": { + "method": "GET", + "requestUri": "/key-value-stores/{KvsARN}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "KvsARN" + ], + "members": { + "KvsARN": { + "contextParam": { + "name": "KvsARN" + }, + "location": "uri", + "locationName": "KvsARN" + } + } + }, + "output": { + "type": "structure", + "required": [ + "ItemCount", + "TotalSizeInBytes", + "KvsARN", + "Created", + "ETag" + ], + "members": { + "ItemCount": { + "type": "integer" + }, + "TotalSizeInBytes": { + "type": "long" + }, + "KvsARN": {}, + "Created": { + "type": "timestamp" + }, + "ETag": { + "location": "header", + "locationName": "ETag" + }, + "LastModified": { + "type": "timestamp" + } + } + } + }, + "GetKey": { + "http": { + "method": "GET", + "requestUri": "/key-value-stores/{KvsARN}/keys/{Key}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "KvsARN", + "Key" + ], + "members": { + "KvsARN": { + "contextParam": { + "name": "KvsARN" + }, + "location": "uri", + "locationName": "KvsARN" + }, + "Key": { + "location": "uri", + "locationName": "Key" + } + } + }, + "output": { + "type": "structure", + "required": [ + "Key", + "Value", + "ItemCount", + "TotalSizeInBytes" + ], + "members": { + "Key": {}, + "Value": { + "shape": "Sd" + }, + "ItemCount": { + "type": "integer" + }, + "TotalSizeInBytes": { + "type": "long" + } + } + } + }, + "ListKeys": { + "http": { + "method": "GET", + "requestUri": "/key-value-stores/{KvsARN}/keys", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "KvsARN" + ], + "members": { + "KvsARN": { + "contextParam": { + "name": "KvsARN" + }, + "location": "uri", + "locationName": "KvsARN" + }, + "NextToken": { + "location": "querystring", + "locationName": "NextToken" + }, + "MaxResults": { + "location": "querystring", + "locationName": "MaxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "NextToken": {}, + "Items": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Key", + "Value" + ], + "members": { + "Key": {}, + "Value": { + "shape": "Sd" + } + } + } + } + } + } + }, + "PutKey": { + "http": { + "method": "PUT", + "requestUri": "/key-value-stores/{KvsARN}/keys/{Key}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "Key", + "Value", + "KvsARN", + "IfMatch" + ], + "members": { + "Key": { + "location": "uri", + "locationName": "Key" + }, + "Value": { + "shape": "Sd" + }, + "KvsARN": { + "contextParam": { + "name": "KvsARN" + }, + "location": "uri", + "locationName": "KvsARN" + }, + "IfMatch": { + "location": "header", + "locationName": "If-Match" + } + } + }, + "output": { + "type": "structure", + "required": [ + "ItemCount", + "TotalSizeInBytes", + "ETag" + ], + "members": { + "ItemCount": { + "type": "integer" + }, + "TotalSizeInBytes": { + "type": "long" + }, + "ETag": { + "location": "header", + "locationName": "ETag" + } + } + }, + "idempotent": true + }, + "UpdateKeys": { + "http": { + "requestUri": "/key-value-stores/{KvsARN}/keys", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "KvsARN", + "IfMatch" + ], + "members": { + "KvsARN": { + "contextParam": { + "name": "KvsARN" + }, + "location": "uri", + "locationName": "KvsARN" + }, + "IfMatch": { + "location": "header", + "locationName": "If-Match" + }, + "Puts": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Key", + "Value" + ], + "members": { + "Key": {}, + "Value": { + "shape": "Sd" + } + } + } + }, + "Deletes": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Key" + ], + "members": { + "Key": {} + } + } + } + } + }, + "output": { + "type": "structure", + "required": [ + "ItemCount", + "TotalSizeInBytes", + "ETag" + ], + "members": { + "ItemCount": { + "type": "integer" + }, + "TotalSizeInBytes": { + "type": "long" + }, + "ETag": { + "location": "header", + "locationName": "ETag" + } + } + }, + "idempotent": true + } + }, + "shapes": { + "Sd": { + "type": "string", + "sensitive": true + } + } +} \ No newline at end of file diff --git a/iamlivecore/service/cloudtrail-2013-11-01.min.json b/iamlivecore/service/cloudtrail-2013-11-01.min.json index 3f9103e..961365c 100644 --- a/iamlivecore/service/cloudtrail-2013-11-01.min.json +++ b/iamlivecore/service/cloudtrail-2013-11-01.min.json @@ -123,7 +123,8 @@ "KmsKeyId": {}, "StartIngestion": { "type": "boolean" - } + }, + "BillingMode": {} } }, "output": { @@ -156,7 +157,8 @@ "UpdatedTimestamp": { "type": "timestamp" }, - "KmsKeyId": {} + "KmsKeyId": {}, + "BillingMode": {} } } }, @@ -364,13 +366,52 @@ "trailList": { "type": "list", "member": { - "shape": "S1v" + "shape": "S1w" } } } }, "idempotent": true }, + "DisableFederation": { + "input": { + "type": "structure", + "required": [ + "EventDataStore" + ], + "members": { + "EventDataStore": {} + } + }, + "output": { + "type": "structure", + "members": { + "EventDataStoreArn": {}, + "FederationStatus": {} + } + } + }, + "EnableFederation": { + "input": { + "type": "structure", + "required": [ + "EventDataStore", + "FederationRoleArn" + ], + "members": { + "EventDataStore": {}, + "FederationRoleArn": {} + } + }, + "output": { + "type": "structure", + "members": { + "EventDataStoreArn": {}, + "FederationStatus": {}, + "FederationRoleArn": {} + } + } + }, "GetChannel": { "input": { "type": "structure", @@ -456,7 +497,10 @@ "UpdatedTimestamp": { "type": "timestamp" }, - "KmsKeyId": {} + "KmsKeyId": {}, + "BillingMode": {}, + "FederationStatus": {}, + "FederationRoleArn": {} } }, "idempotent": true @@ -476,7 +520,7 @@ "members": { "TrailARN": {}, "EventSelectors": { - "shape": "S24" + "shape": "S2b" }, "AdvancedEventSelectors": { "shape": "So" @@ -500,10 +544,10 @@ "members": { "ImportId": {}, "Destinations": { - "shape": "S2d" + "shape": "S2k" }, "ImportSource": { - "shape": "S2e" + "shape": "S2l" }, "StartEventTime": { "type": "timestamp" @@ -519,7 +563,7 @@ "type": "timestamp" }, "ImportStatistics": { - "shape": "S2h" + "shape": "S2o" } } } @@ -527,11 +571,9 @@ "GetInsightSelectors": { "input": { "type": "structure", - "required": [ - "TrailName" - ], "members": { - "TrailName": {} + "TrailName": {}, + "EventDataStore": {} } }, "output": { @@ -539,8 +581,10 @@ "members": { "TrailARN": {}, "InsightSelectors": { - "shape": "S2k" - } + "shape": "S2r" + }, + "EventDataStoreArn": {}, + "InsightsDestination": {} } }, "idempotent": true @@ -630,7 +674,7 @@ "type": "structure", "members": { "Trail": { - "shape": "S1v" + "shape": "S1w" } } }, @@ -839,7 +883,7 @@ "ImportId": {}, "ImportStatus": {}, "Destinations": { - "shape": "S2d" + "shape": "S2k" }, "CreatedTimestamp": { "type": "timestamp" @@ -1072,7 +1116,7 @@ "members": { "TrailName": {}, "EventSelectors": { - "shape": "S24" + "shape": "S2b" }, "AdvancedEventSelectors": { "shape": "So" @@ -1084,7 +1128,7 @@ "members": { "TrailARN": {}, "EventSelectors": { - "shape": "S24" + "shape": "S2b" }, "AdvancedEventSelectors": { "shape": "So" @@ -1097,14 +1141,15 @@ "input": { "type": "structure", "required": [ - "TrailName", "InsightSelectors" ], "members": { "TrailName": {}, "InsightSelectors": { - "shape": "S2k" - } + "shape": "S2r" + }, + "EventDataStore": {}, + "InsightsDestination": {} } }, "output": { @@ -1112,8 +1157,10 @@ "members": { "TrailARN": {}, "InsightSelectors": { - "shape": "S2k" - } + "shape": "S2r" + }, + "EventDataStoreArn": {}, + "InsightsDestination": {} } }, "idempotent": true @@ -1212,7 +1259,8 @@ "UpdatedTimestamp": { "type": "timestamp" }, - "KmsKeyId": {} + "KmsKeyId": {}, + "BillingMode": {} } } }, @@ -1236,10 +1284,10 @@ "type": "structure", "members": { "Destinations": { - "shape": "S2d" + "shape": "S2k" }, "ImportSource": { - "shape": "S2e" + "shape": "S2l" }, "StartEventTime": { "type": "timestamp" @@ -1255,10 +1303,10 @@ "members": { "ImportId": {}, "Destinations": { - "shape": "S2d" + "shape": "S2k" }, "ImportSource": { - "shape": "S2e" + "shape": "S2l" }, "StartEventTime": { "type": "timestamp" @@ -1343,10 +1391,10 @@ "members": { "ImportId": {}, "ImportSource": { - "shape": "S2e" + "shape": "S2l" }, "Destinations": { - "shape": "S2d" + "shape": "S2k" }, "ImportStatus": {}, "CreatedTimestamp": { @@ -1362,7 +1410,7 @@ "type": "timestamp" }, "ImportStatistics": { - "shape": "S2h" + "shape": "S2o" } } } @@ -1434,7 +1482,8 @@ "TerminationProtectionEnabled": { "type": "boolean" }, - "KmsKeyId": {} + "KmsKeyId": {}, + "BillingMode": {} } }, "output": { @@ -1464,7 +1513,10 @@ "UpdatedTimestamp": { "type": "timestamp" }, - "KmsKeyId": {} + "KmsKeyId": {}, + "BillingMode": {}, + "FederationStatus": {}, + "FederationRoleArn": {} } }, "idempotent": true @@ -1602,7 +1654,7 @@ "type": "list", "member": {} }, - "S1v": { + "S1w": { "type": "structure", "members": { "Name": {}, @@ -1637,7 +1689,7 @@ } } }, - "S24": { + "S2b": { "type": "list", "member": { "type": "structure", @@ -1666,11 +1718,11 @@ } } }, - "S2d": { + "S2k": { "type": "list", "member": {} }, - "S2e": { + "S2l": { "type": "structure", "required": [ "S3" @@ -1691,7 +1743,7 @@ } } }, - "S2h": { + "S2o": { "type": "structure", "members": { "PrefixesFound": { @@ -1711,7 +1763,7 @@ } } }, - "S2k": { + "S2r": { "type": "list", "member": { "type": "structure", diff --git a/iamlivecore/service/codecatalyst-2022-09-28.min.json b/iamlivecore/service/codecatalyst-2022-09-28.min.json index 1b886a6..0617056 100644 --- a/iamlivecore/service/codecatalyst-2022-09-28.min.json +++ b/iamlivecore/service/codecatalyst-2022-09-28.min.json @@ -106,7 +106,8 @@ "type": "integer" } } - } + }, + "vpcConnectionName": {} } }, "output": { @@ -119,7 +120,8 @@ "members": { "spaceName": {}, "projectName": {}, - "id": {} + "id": {}, + "vpcConnectionName": {} } }, "idempotent": true @@ -493,7 +495,8 @@ }, "persistentStorage": { "shape": "S1m" - } + }, + "vpcConnectionName": {} } } }, @@ -718,6 +721,134 @@ } } }, + "GetWorkflow": { + "http": { + "method": "GET", + "requestUri": "/v1/spaces/{spaceName}/projects/{projectName}/workflows/{id}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "spaceName", + "id", + "projectName" + ], + "members": { + "spaceName": { + "location": "uri", + "locationName": "spaceName" + }, + "id": { + "location": "uri", + "locationName": "id" + }, + "projectName": { + "location": "uri", + "locationName": "projectName" + } + } + }, + "output": { + "type": "structure", + "required": [ + "spaceName", + "projectName", + "id", + "name", + "definition", + "createdTime", + "lastUpdatedTime", + "runMode", + "status" + ], + "members": { + "spaceName": {}, + "projectName": {}, + "id": {}, + "name": {}, + "sourceRepositoryName": {}, + "sourceBranchName": {}, + "definition": { + "type": "structure", + "required": [ + "path" + ], + "members": { + "path": {} + } + }, + "createdTime": { + "shape": "S3" + }, + "lastUpdatedTime": { + "shape": "S3" + }, + "runMode": {}, + "status": {} + } + } + }, + "GetWorkflowRun": { + "http": { + "method": "GET", + "requestUri": "/v1/spaces/{spaceName}/projects/{projectName}/workflowRuns/{id}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "spaceName", + "id", + "projectName" + ], + "members": { + "spaceName": { + "location": "uri", + "locationName": "spaceName" + }, + "id": { + "location": "uri", + "locationName": "id" + }, + "projectName": { + "location": "uri", + "locationName": "projectName" + } + } + }, + "output": { + "type": "structure", + "required": [ + "spaceName", + "projectName", + "id", + "workflowId", + "status", + "startTime", + "lastUpdatedTime" + ], + "members": { + "spaceName": {}, + "projectName": {}, + "id": {}, + "workflowId": {}, + "status": {}, + "statusReasons": { + "shape": "S2g" + }, + "startTime": { + "shape": "S3" + }, + "endTime": { + "shape": "S3" + }, + "lastUpdatedTime": { + "shape": "S3" + } + } + } + }, "ListAccessTokens": { "http": { "requestUri": "/v1/accessTokens", @@ -824,24 +955,20 @@ }, "ListDevEnvironments": { "http": { - "requestUri": "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments", + "requestUri": "/v1/spaces/{spaceName}/devEnvironments", "responseCode": 200 }, "input": { "type": "structure", "required": [ - "spaceName", - "projectName" + "spaceName" ], "members": { "spaceName": { "location": "uri", "locationName": "spaceName" }, - "projectName": { - "location": "uri", - "locationName": "projectName" - }, + "projectName": {}, "filters": { "type": "list", "member": { @@ -853,7 +980,7 @@ "members": { "key": {}, "values": { - "shape": "S2m" + "shape": "S2y" }, "comparisonOperator": {} } @@ -908,7 +1035,8 @@ }, "persistentStorage": { "shape": "S1m" - } + }, + "vpcConnectionName": {} } } }, @@ -999,10 +1127,10 @@ }, "requestId": {}, "requestPayload": { - "shape": "S34" + "shape": "S3g" }, "responsePayload": { - "shape": "S34" + "shape": "S3g" }, "errorCode": {}, "sourceIpAddress": {}, @@ -1043,7 +1171,7 @@ "members": { "key": {}, "values": { - "shape": "S2m" + "shape": "S2y" }, "comparisonOperator": {} } @@ -1217,6 +1345,172 @@ } } }, + "ListWorkflowRuns": { + "http": { + "requestUri": "/v1/spaces/{spaceName}/projects/{projectName}/workflowRuns", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "spaceName", + "projectName" + ], + "members": { + "spaceName": { + "location": "uri", + "locationName": "spaceName" + }, + "workflowId": { + "location": "querystring", + "locationName": "workflowId" + }, + "projectName": { + "location": "uri", + "locationName": "projectName" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "sortBy": { + "type": "list", + "member": { + "type": "structure", + "members": {} + } + } + } + }, + "output": { + "type": "structure", + "members": { + "nextToken": {}, + "items": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "id", + "workflowId", + "workflowName", + "status", + "startTime", + "lastUpdatedTime" + ], + "members": { + "id": {}, + "workflowId": {}, + "workflowName": {}, + "status": {}, + "statusReasons": { + "shape": "S2g" + }, + "startTime": { + "shape": "S3" + }, + "endTime": { + "shape": "S3" + }, + "lastUpdatedTime": { + "shape": "S3" + } + } + } + } + } + } + }, + "ListWorkflows": { + "http": { + "requestUri": "/v1/spaces/{spaceName}/projects/{projectName}/workflows", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "spaceName", + "projectName" + ], + "members": { + "spaceName": { + "location": "uri", + "locationName": "spaceName" + }, + "projectName": { + "location": "uri", + "locationName": "projectName" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "sortBy": { + "type": "list", + "member": { + "type": "structure", + "members": {} + } + } + } + }, + "output": { + "type": "structure", + "members": { + "nextToken": {}, + "items": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "id", + "name", + "sourceRepositoryName", + "sourceBranchName", + "definition", + "createdTime", + "lastUpdatedTime", + "runMode", + "status" + ], + "members": { + "id": {}, + "name": {}, + "sourceRepositoryName": {}, + "sourceBranchName": {}, + "definition": { + "type": "structure", + "required": [ + "path" + ], + "members": { + "path": {} + } + }, + "createdTime": { + "shape": "S3" + }, + "lastUpdatedTime": { + "shape": "S3" + }, + "runMode": {}, + "status": {} + } + } + } + } + } + }, "StartDevEnvironment": { "http": { "method": "PUT", @@ -1337,10 +1631,10 @@ ], "members": { "streamUrl": { - "shape": "S48" + "shape": "S53" }, "tokenValue": { - "shape": "S48" + "shape": "S53" } }, "sensitive": true @@ -1352,6 +1646,54 @@ } } }, + "StartWorkflowRun": { + "http": { + "method": "PUT", + "requestUri": "/v1/spaces/{spaceName}/projects/{projectName}/workflowRuns", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "spaceName", + "projectName", + "workflowId" + ], + "members": { + "spaceName": { + "location": "uri", + "locationName": "spaceName" + }, + "projectName": { + "location": "uri", + "locationName": "projectName" + }, + "workflowId": { + "location": "querystring", + "locationName": "workflowId" + }, + "clientToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "required": [ + "spaceName", + "projectName", + "id", + "workflowId" + ], + "members": { + "spaceName": {}, + "projectName": {}, + "id": {}, + "workflowId": {} + } + }, + "idempotent": true + }, "StopDevEnvironment": { "http": { "method": "PUT", @@ -1639,18 +1981,25 @@ "type": "timestamp", "timestampFormat": "iso8601" }, - "S2m": { + "S2g": { + "type": "list", + "member": { + "type": "structure", + "members": {} + } + }, + "S2y": { "type": "list", "member": {} }, - "S34": { + "S3g": { "type": "structure", "members": { "contentType": {}, "data": {} } }, - "S48": { + "S53": { "type": "string", "sensitive": true } diff --git a/iamlivecore/service/codedeploy-2014-10-06.min.json b/iamlivecore/service/codedeploy-2014-10-06.min.json index 91e8919..562ba37 100644 --- a/iamlivecore/service/codedeploy-2014-10-06.min.json +++ b/iamlivecore/service/codedeploy-2014-10-06.min.json @@ -149,6 +149,10 @@ "BatchGetDeploymentTargets": { "input": { "type": "structure", + "required": [ + "deploymentId", + "targetIds" + ], "members": { "deploymentId": {}, "targetIds": { @@ -299,7 +303,10 @@ "trafficRoutingConfig": { "shape": "S57" }, - "computePlatform": {} + "computePlatform": {}, + "zonalConfig": { + "shape": "S5d" + } } }, "output": { @@ -361,6 +368,9 @@ }, "tags": { "shape": "S2" + }, + "terminationHookEnabled": { + "type": "boolean" } } }, @@ -543,6 +553,9 @@ "computePlatform": {}, "trafficRoutingConfig": { "shape": "S57" + }, + "zonalConfig": { + "shape": "S5d" } } } @@ -596,6 +609,10 @@ "GetDeploymentTarget": { "input": { "type": "structure", + "required": [ + "deploymentId", + "targetId" + ], "members": { "deploymentId": {}, "targetId": {} @@ -748,6 +765,9 @@ "ListDeploymentTargets": { "input": { "type": "structure", + "required": [ + "deploymentId" + ], "members": { "deploymentId": {}, "nextToken": {}, @@ -1056,6 +1076,9 @@ }, "onPremisesTagSet": { "shape": "S2v" + }, + "terminationHookEnabled": { + "type": "boolean" } } }, @@ -1224,6 +1247,9 @@ "computePlatform": {}, "ecsServices": { "shape": "S2x" + }, + "terminationHookEnabled": { + "type": "boolean" } } }, @@ -1255,7 +1281,8 @@ "type": "structure", "members": { "name": {}, - "hook": {} + "hook": {}, + "terminationHook": {} } } }, @@ -1795,6 +1822,26 @@ } } } + }, + "S5d": { + "type": "structure", + "members": { + "firstZoneMonitorDurationInSeconds": { + "type": "long" + }, + "monitorDurationInSeconds": { + "type": "long" + }, + "minimumHealthyHostsPerZone": { + "type": "structure", + "members": { + "type": {}, + "value": { + "type": "integer" + } + } + } + } } } } \ No newline at end of file diff --git a/iamlivecore/service/codepipeline-2015-07-09.min.json b/iamlivecore/service/codepipeline-2015-07-09.min.json index 7231ef3..38d1fa0 100644 --- a/iamlivecore/service/codepipeline-2015-07-09.min.json +++ b/iamlivecore/service/codepipeline-2015-07-09.min.json @@ -231,7 +231,7 @@ "type": "structure", "members": { "actionType": { - "shape": "S29" + "shape": "S2o" } } } @@ -254,7 +254,7 @@ "members": { "id": {}, "data": { - "shape": "S31" + "shape": "S3g" }, "accountId": {} } @@ -339,6 +339,19 @@ "revisionUrl": {} } } + }, + "trigger": { + "shape": "S4e" + }, + "variables": { + "type": "list", + "member": { + "type": "structure", + "members": { + "name": {}, + "resolvedValue": {} + } + } } } } @@ -369,7 +382,7 @@ "members": { "stageName": {}, "inboundExecution": { - "shape": "S43" + "shape": "S4o" }, "inboundTransitionState": { "type": "structure", @@ -391,7 +404,7 @@ "members": { "actionName": {}, "currentRevision": { - "shape": "S4b" + "shape": "S4w" }, "latestExecution": { "type": "structure", @@ -424,7 +437,7 @@ } }, "latestExecution": { - "shape": "S43" + "shape": "S4o" } } } @@ -464,19 +477,19 @@ "shape": "Sw" }, "actionConfiguration": { - "shape": "S32" + "shape": "S3h" }, "pipelineContext": { - "shape": "S33" + "shape": "S3i" }, "inputArtifacts": { - "shape": "S39" + "shape": "S3o" }, "outputArtifacts": { - "shape": "S39" + "shape": "S3o" }, "artifactCredentials": { - "shape": "S3h" + "shape": "S3w" }, "continuationToken": {}, "encryptionKey": { @@ -549,7 +562,7 @@ "roleArn": {}, "region": {}, "inputArtifacts": { - "shape": "S50" + "shape": "S5k" }, "namespace": {} } @@ -558,7 +571,7 @@ "type": "structure", "members": { "outputArtifacts": { - "shape": "S50" + "shape": "S5k" }, "executionResult": { "type": "structure", @@ -569,7 +582,7 @@ } }, "outputVariables": { - "shape": "S59" + "shape": "S5t" } } } @@ -651,11 +664,7 @@ } }, "trigger": { - "type": "structure", - "members": { - "triggerType": {}, - "triggerDetail": {} - } + "shape": "S4e" }, "stopTrigger": { "type": "structure", @@ -692,6 +701,7 @@ "version": { "type": "integer" }, + "pipelineType": {}, "created": { "type": "timestamp" }, @@ -745,7 +755,7 @@ "webhooks": { "type": "list", "member": { - "shape": "S61" + "shape": "S6i" } }, "NextToken": {} @@ -782,7 +792,7 @@ "members": { "id": {}, "data": { - "shape": "S31" + "shape": "S3g" }, "nonce": {}, "accountId": {} @@ -837,7 +847,7 @@ "stageName": {}, "actionName": {}, "actionRevision": { - "shape": "S4b" + "shape": "S4w" } } }, @@ -898,7 +908,7 @@ "members": { "jobId": {}, "failureDetails": { - "shape": "S71" + "shape": "S7i" } } } @@ -912,14 +922,14 @@ "members": { "jobId": {}, "currentRevision": { - "shape": "S74" + "shape": "S7l" }, "continuationToken": {}, "executionDetails": { - "shape": "S76" + "shape": "S7n" }, "outputVariables": { - "shape": "S59" + "shape": "S5t" } } } @@ -936,7 +946,7 @@ "jobId": {}, "clientToken": {}, "failureDetails": { - "shape": "S71" + "shape": "S7i" } } } @@ -952,11 +962,11 @@ "jobId": {}, "clientToken": {}, "currentRevision": { - "shape": "S74" + "shape": "S7l" }, "continuationToken": {}, "executionDetails": { - "shape": "S76" + "shape": "S7n" } } } @@ -969,7 +979,7 @@ ], "members": { "webhook": { - "shape": "S62" + "shape": "S6j" }, "tags": { "shape": "Sq" @@ -980,7 +990,7 @@ "type": "structure", "members": { "webhook": { - "shape": "S61" + "shape": "S6i" } } } @@ -1028,8 +1038,38 @@ ], "members": { "name": {}, + "variables": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "name", + "value" + ], + "members": { + "name": {}, + "value": {} + } + } + }, "clientRequestToken": { "idempotencyToken": true + }, + "sourceRevisions": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "actionName", + "revisionType", + "revisionValue" + ], + "members": { + "actionName": {}, + "revisionType": {}, + "revisionValue": {} + } + } } } }, @@ -1110,7 +1150,7 @@ ], "members": { "actionType": { - "shape": "S29" + "shape": "S2o" } } } @@ -1343,6 +1383,62 @@ }, "version": { "type": "integer" + }, + "pipelineType": {}, + "triggers": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "providerType", + "gitConfiguration" + ], + "members": { + "providerType": {}, + "gitConfiguration": { + "type": "structure", + "required": [ + "sourceActionName" + ], + "members": { + "sourceActionName": {}, + "push": { + "type": "list", + "member": { + "type": "structure", + "members": { + "tags": { + "type": "structure", + "members": { + "includes": { + "shape": "S22" + }, + "excludes": { + "shape": "S22" + } + } + } + } + } + } + } + } + } + } + }, + "variables": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "name" + ], + "members": { + "name": {}, + "defaultValue": {}, + "description": {} + } + } } } }, @@ -1376,7 +1472,11 @@ "key": {}, "value": {} }, - "S29": { + "S22": { + "type": "list", + "member": {} + }, + "S2o": { "type": "structure", "required": [ "executor", @@ -1443,10 +1543,10 @@ } }, "inputArtifactDetails": { - "shape": "S2o" + "shape": "S33" }, "outputArtifactDetails": { - "shape": "S2o" + "shape": "S33" }, "permissions": { "type": "structure", @@ -1499,7 +1599,7 @@ } } }, - "S2o": { + "S33": { "type": "structure", "required": [ "minimumCount", @@ -1514,26 +1614,26 @@ } } }, - "S31": { + "S3g": { "type": "structure", "members": { "actionTypeId": { "shape": "Sw" }, "actionConfiguration": { - "shape": "S32" + "shape": "S3h" }, "pipelineContext": { - "shape": "S33" + "shape": "S3i" }, "inputArtifacts": { - "shape": "S39" + "shape": "S3o" }, "outputArtifacts": { - "shape": "S39" + "shape": "S3o" }, "artifactCredentials": { - "shape": "S3h" + "shape": "S3w" }, "continuationToken": {}, "encryptionKey": { @@ -1541,7 +1641,7 @@ } } }, - "S32": { + "S3h": { "type": "structure", "members": { "configuration": { @@ -1549,7 +1649,7 @@ } } }, - "S33": { + "S3i": { "type": "structure", "members": { "pipelineName": {}, @@ -1570,7 +1670,7 @@ "pipelineExecutionId": {} } }, - "S39": { + "S3o": { "type": "list", "member": { "type": "structure", @@ -1597,7 +1697,7 @@ } } }, - "S3h": { + "S3w": { "type": "structure", "required": [ "accessKeyId", @@ -1620,7 +1720,14 @@ }, "sensitive": true }, - "S43": { + "S4e": { + "type": "structure", + "members": { + "triggerType": {}, + "triggerDetail": {} + } + }, + "S4o": { "type": "structure", "required": [ "pipelineExecutionId", @@ -1631,7 +1738,7 @@ "status": {} } }, - "S4b": { + "S4w": { "type": "structure", "required": [ "revisionId", @@ -1646,7 +1753,7 @@ } } }, - "S50": { + "S5k": { "type": "list", "member": { "type": "structure", @@ -1662,12 +1769,12 @@ } } }, - "S59": { + "S5t": { "type": "map", "key": {}, "value": {} }, - "S61": { + "S6i": { "type": "structure", "required": [ "definition", @@ -1675,7 +1782,7 @@ ], "members": { "definition": { - "shape": "S62" + "shape": "S6j" }, "url": {}, "errorMessage": {}, @@ -1689,7 +1796,7 @@ } } }, - "S62": { + "S6j": { "type": "structure", "required": [ "name", @@ -1726,7 +1833,7 @@ } } }, - "S71": { + "S7i": { "type": "structure", "required": [ "type", @@ -1738,7 +1845,7 @@ "externalExecutionId": {} } }, - "S74": { + "S7l": { "type": "structure", "required": [ "revision", @@ -1753,7 +1860,7 @@ "revisionSummary": {} } }, - "S76": { + "S7n": { "type": "structure", "members": { "summary": {}, diff --git a/iamlivecore/service/codestar-connections-2019-12-01.min.json b/iamlivecore/service/codestar-connections-2019-12-01.min.json index 831cacc..0d62a80 100644 --- a/iamlivecore/service/codestar-connections-2019-12-01.min.json +++ b/iamlivecore/service/codestar-connections-2019-12-01.min.json @@ -71,6 +71,68 @@ } } }, + "CreateRepositoryLink": { + "input": { + "type": "structure", + "required": [ + "ConnectionArn", + "OwnerId", + "RepositoryName" + ], + "members": { + "ConnectionArn": {}, + "OwnerId": {}, + "RepositoryName": {}, + "EncryptionKeyArn": {}, + "Tags": { + "shape": "S4" + } + } + }, + "output": { + "type": "structure", + "required": [ + "RepositoryLinkInfo" + ], + "members": { + "RepositoryLinkInfo": { + "shape": "Sr" + } + } + } + }, + "CreateSyncConfiguration": { + "input": { + "type": "structure", + "required": [ + "Branch", + "ConfigFile", + "RepositoryLinkId", + "ResourceName", + "RoleArn", + "SyncType" + ], + "members": { + "Branch": {}, + "ConfigFile": {}, + "RepositoryLinkId": {}, + "ResourceName": {}, + "RoleArn": {}, + "SyncType": {} + } + }, + "output": { + "type": "structure", + "required": [ + "SyncConfiguration" + ], + "members": { + "SyncConfiguration": { + "shape": "S11" + } + } + } + }, "DeleteConnection": { "input": { "type": "structure", @@ -101,6 +163,38 @@ "members": {} } }, + "DeleteRepositoryLink": { + "input": { + "type": "structure", + "required": [ + "RepositoryLinkId" + ], + "members": { + "RepositoryLinkId": {} + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "DeleteSyncConfiguration": { + "input": { + "type": "structure", + "required": [ + "SyncType", + "ResourceName" + ], + "members": { + "SyncType": {}, + "ResourceName": {} + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "GetConnection": { "input": { "type": "structure", @@ -115,7 +209,7 @@ "type": "structure", "members": { "Connection": { - "shape": "Ss" + "shape": "S1c" } } } @@ -143,6 +237,175 @@ } } }, + "GetRepositoryLink": { + "input": { + "type": "structure", + "required": [ + "RepositoryLinkId" + ], + "members": { + "RepositoryLinkId": {} + } + }, + "output": { + "type": "structure", + "required": [ + "RepositoryLinkInfo" + ], + "members": { + "RepositoryLinkInfo": { + "shape": "Sr" + } + } + } + }, + "GetRepositorySyncStatus": { + "input": { + "type": "structure", + "required": [ + "Branch", + "RepositoryLinkId", + "SyncType" + ], + "members": { + "Branch": {}, + "RepositoryLinkId": {}, + "SyncType": {} + } + }, + "output": { + "type": "structure", + "required": [ + "LatestSync" + ], + "members": { + "LatestSync": { + "type": "structure", + "required": [ + "StartedAt", + "Status", + "Events" + ], + "members": { + "StartedAt": { + "type": "timestamp" + }, + "Status": {}, + "Events": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Event", + "Time", + "Type" + ], + "members": { + "Event": {}, + "ExternalId": {}, + "Time": { + "type": "timestamp" + }, + "Type": {} + } + } + } + } + } + } + } + }, + "GetResourceSyncStatus": { + "input": { + "type": "structure", + "required": [ + "ResourceName", + "SyncType" + ], + "members": { + "ResourceName": {}, + "SyncType": {} + } + }, + "output": { + "type": "structure", + "required": [ + "LatestSync" + ], + "members": { + "DesiredState": { + "shape": "S1w" + }, + "LatestSuccessfulSync": { + "shape": "S1z" + }, + "LatestSync": { + "shape": "S1z" + } + } + } + }, + "GetSyncBlockerSummary": { + "input": { + "type": "structure", + "required": [ + "SyncType", + "ResourceName" + ], + "members": { + "SyncType": {}, + "ResourceName": {} + } + }, + "output": { + "type": "structure", + "required": [ + "SyncBlockerSummary" + ], + "members": { + "SyncBlockerSummary": { + "type": "structure", + "required": [ + "ResourceName" + ], + "members": { + "ResourceName": {}, + "ParentResourceName": {}, + "LatestBlockers": { + "type": "list", + "member": { + "shape": "S28" + } + } + } + } + } + } + }, + "GetSyncConfiguration": { + "input": { + "type": "structure", + "required": [ + "SyncType", + "ResourceName" + ], + "members": { + "SyncType": {}, + "ResourceName": {} + } + }, + "output": { + "type": "structure", + "required": [ + "SyncConfiguration" + ], + "members": { + "SyncConfiguration": { + "shape": "S11" + } + } + } + }, "ListConnections": { "input": { "type": "structure", @@ -161,7 +424,7 @@ "Connections": { "type": "list", "member": { - "shape": "Ss" + "shape": "S1c" } }, "NextToken": {} @@ -202,6 +465,104 @@ } } }, + "ListRepositoryLinks": { + "input": { + "type": "structure", + "members": { + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "RepositoryLinks" + ], + "members": { + "RepositoryLinks": { + "type": "list", + "member": { + "shape": "Sr" + } + }, + "NextToken": {} + } + } + }, + "ListRepositorySyncDefinitions": { + "input": { + "type": "structure", + "required": [ + "RepositoryLinkId", + "SyncType" + ], + "members": { + "RepositoryLinkId": {}, + "SyncType": {} + } + }, + "output": { + "type": "structure", + "required": [ + "RepositorySyncDefinitions" + ], + "members": { + "RepositorySyncDefinitions": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Branch", + "Directory", + "Parent", + "Target" + ], + "members": { + "Branch": {}, + "Directory": {}, + "Parent": {}, + "Target": {} + } + } + }, + "NextToken": {} + } + } + }, + "ListSyncConfigurations": { + "input": { + "type": "structure", + "required": [ + "RepositoryLinkId", + "SyncType" + ], + "members": { + "MaxResults": { + "type": "integer" + }, + "NextToken": {}, + "RepositoryLinkId": {}, + "SyncType": {} + } + }, + "output": { + "type": "structure", + "required": [ + "SyncConfigurations" + ], + "members": { + "SyncConfigurations": { + "type": "list", + "member": { + "shape": "S11" + } + }, + "NextToken": {} + } + } + }, "ListTagsForResource": { "input": { "type": "structure", @@ -278,6 +639,89 @@ "type": "structure", "members": {} } + }, + "UpdateRepositoryLink": { + "input": { + "type": "structure", + "required": [ + "RepositoryLinkId" + ], + "members": { + "ConnectionArn": {}, + "EncryptionKeyArn": {}, + "RepositoryLinkId": {} + } + }, + "output": { + "type": "structure", + "required": [ + "RepositoryLinkInfo" + ], + "members": { + "RepositoryLinkInfo": { + "shape": "Sr" + } + } + } + }, + "UpdateSyncBlocker": { + "input": { + "type": "structure", + "required": [ + "Id", + "SyncType", + "ResourceName", + "ResolvedReason" + ], + "members": { + "Id": {}, + "SyncType": {}, + "ResourceName": {}, + "ResolvedReason": {} + } + }, + "output": { + "type": "structure", + "required": [ + "ResourceName", + "SyncBlocker" + ], + "members": { + "ResourceName": {}, + "ParentResourceName": {}, + "SyncBlocker": { + "shape": "S28" + } + } + } + }, + "UpdateSyncConfiguration": { + "input": { + "type": "structure", + "required": [ + "ResourceName", + "SyncType" + ], + "members": { + "Branch": {}, + "ConfigFile": {}, + "RepositoryLinkId": {}, + "ResourceName": {}, + "RoleArn": {}, + "SyncType": {} + } + }, + "output": { + "type": "structure", + "required": [ + "SyncConfiguration" + ], + "members": { + "SyncConfiguration": { + "shape": "S11" + } + } + } } }, "shapes": { @@ -315,7 +759,51 @@ "TlsCertificate": {} } }, - "Ss": { + "Sr": { + "type": "structure", + "required": [ + "ConnectionArn", + "OwnerId", + "ProviderType", + "RepositoryLinkArn", + "RepositoryLinkId", + "RepositoryName" + ], + "members": { + "ConnectionArn": {}, + "EncryptionKeyArn": {}, + "OwnerId": {}, + "ProviderType": {}, + "RepositoryLinkArn": {}, + "RepositoryLinkId": {}, + "RepositoryName": {} + } + }, + "S11": { + "type": "structure", + "required": [ + "Branch", + "OwnerId", + "ProviderType", + "RepositoryLinkId", + "RepositoryName", + "ResourceName", + "RoleArn", + "SyncType" + ], + "members": { + "Branch": {}, + "ConfigFile": {}, + "OwnerId": {}, + "ProviderType": {}, + "RepositoryLinkId": {}, + "RepositoryName": {}, + "ResourceName": {}, + "RoleArn": {}, + "SyncType": {} + } + }, + "S1c": { "type": "structure", "members": { "ConnectionName": {}, @@ -325,6 +813,105 @@ "ConnectionStatus": {}, "HostArn": {} } + }, + "S1w": { + "type": "structure", + "required": [ + "Branch", + "Directory", + "OwnerId", + "RepositoryName", + "ProviderType", + "Sha" + ], + "members": { + "Branch": {}, + "Directory": {}, + "OwnerId": {}, + "RepositoryName": {}, + "ProviderType": {}, + "Sha": {} + } + }, + "S1z": { + "type": "structure", + "required": [ + "Events", + "InitialRevision", + "StartedAt", + "Status", + "TargetRevision", + "Target" + ], + "members": { + "Events": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Event", + "Time", + "Type" + ], + "members": { + "Event": {}, + "ExternalId": {}, + "Time": { + "type": "timestamp" + }, + "Type": {} + } + } + }, + "InitialRevision": { + "shape": "S1w" + }, + "StartedAt": { + "type": "timestamp" + }, + "Status": {}, + "TargetRevision": { + "shape": "S1w" + }, + "Target": {} + } + }, + "S28": { + "type": "structure", + "required": [ + "Id", + "Type", + "Status", + "CreatedReason", + "CreatedAt" + ], + "members": { + "Id": {}, + "Type": {}, + "Status": {}, + "CreatedReason": {}, + "CreatedAt": { + "type": "timestamp" + }, + "Contexts": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Key", + "Value" + ], + "members": { + "Key": {}, + "Value": {} + } + } + }, + "ResolvedReason": {}, + "ResolvedAt": { + "type": "timestamp" + } + } } } } \ No newline at end of file diff --git a/iamlivecore/service/cognito-idp-2016-04-18.min.json b/iamlivecore/service/cognito-idp-2016-04-18.min.json index 9e42a95..6e4c58a 100644 --- a/iamlivecore/service/cognito-idp-2016-04-18.min.json +++ b/iamlivecore/service/cognito-idp-2016-04-18.min.json @@ -2073,7 +2073,10 @@ "LambdaConfig": { "shape": "S4z" }, - "Status": {}, + "Status": { + "deprecated": true, + "deprecatedMessage": "This property is no longer available." + }, "LastModifiedDate": { "type": "timestamp" }, @@ -3512,7 +3515,10 @@ "LambdaConfig": { "shape": "S4z" }, - "Status": {}, + "Status": { + "deprecated": true, + "deprecatedMessage": "This property is no longer available." + }, "LastModifiedDate": { "type": "timestamp" }, diff --git a/iamlivecore/service/comprehend-2017-11-27.min.json b/iamlivecore/service/comprehend-2017-11-27.min.json index 7611381..e2396f0 100644 --- a/iamlivecore/service/comprehend-2017-11-27.min.json +++ b/iamlivecore/service/comprehend-2017-11-27.min.json @@ -1259,6 +1259,61 @@ "sensitive": true } }, + "DetectToxicContent": { + "input": { + "type": "structure", + "required": [ + "TextSegments", + "LanguageCode" + ], + "members": { + "TextSegments": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Text" + ], + "members": { + "Text": { + "shape": "S3" + } + } + }, + "sensitive": true + }, + "LanguageCode": {} + } + }, + "output": { + "type": "structure", + "members": { + "ResultList": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Labels": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Name": {}, + "Score": { + "type": "float" + } + } + } + }, + "Toxicity": { + "type": "float" + } + } + } + } + } + } + }, "ImportModel": { "input": { "type": "structure", diff --git a/iamlivecore/service/compute-optimizer-2019-11-01.min.json b/iamlivecore/service/compute-optimizer-2019-11-01.min.json index 2819a3e..ce4c391 100644 --- a/iamlivecore/service/compute-optimizer-2019-11-01.min.json +++ b/iamlivecore/service/compute-optimizer-2019-11-01.min.json @@ -385,6 +385,23 @@ "migrationEffort": {}, "instanceGpuInfo": { "shape": "S31" + }, + "savingsOpportunityAfterDiscounts": { + "type": "structure", + "members": { + "savingsOpportunityPercentage": { + "type": "double" + }, + "estimatedMonthlySavings": { + "type": "structure", + "members": { + "currency": {}, + "value": { + "type": "double" + } + } + } + } } } } @@ -394,10 +411,10 @@ }, "currentPerformanceRisk": {}, "effectiveRecommendationPreferences": { - "shape": "S38" + "shape": "S3a" }, "inferredWorkloadTypes": { - "shape": "S3d" + "shape": "S3t" }, "currentInstanceGpuInfo": { "shape": "S31" @@ -406,7 +423,7 @@ } }, "errors": { - "shape": "S3f" + "shape": "S3v" } } } @@ -443,7 +460,7 @@ "volumeArn": {}, "accountId": {}, "currentConfiguration": { - "shape": "S3q" + "shape": "S46" }, "finding": {}, "utilizationMetrics": { @@ -468,7 +485,7 @@ "type": "structure", "members": { "configuration": { - "shape": "S3q" + "shape": "S46" }, "performanceRisk": { "type": "double" @@ -478,6 +495,23 @@ }, "savingsOpportunity": { "shape": "S2v" + }, + "savingsOpportunityAfterDiscounts": { + "type": "structure", + "members": { + "savingsOpportunityPercentage": { + "type": "double" + }, + "estimatedMonthlySavings": { + "type": "structure", + "members": { + "currency": {}, + "value": { + "type": "double" + } + } + } + } } } } @@ -487,13 +521,24 @@ }, "currentPerformanceRisk": {}, "tags": { - "shape": "S44" + "shape": "S4m" + }, + "effectiveRecommendationPreferences": { + "type": "structure", + "members": { + "savingsEstimationMode": { + "type": "structure", + "members": { + "source": {} + } + } + } } } } }, "errors": { - "shape": "S3f" + "shape": "S3v" } } } @@ -570,6 +615,23 @@ "migrationEffort": {}, "instanceGpuInfo": { "shape": "S31" + }, + "savingsOpportunityAfterDiscounts": { + "type": "structure", + "members": { + "savingsOpportunityPercentage": { + "type": "double" + }, + "estimatedMonthlySavings": { + "type": "structure", + "members": { + "currency": {}, + "value": { + "type": "double" + } + } + } + } } } } @@ -589,14 +651,14 @@ }, "currentPerformanceRisk": {}, "effectiveRecommendationPreferences": { - "shape": "S38" + "shape": "S3a" }, "inferredWorkloadTypes": { - "shape": "S3d" + "shape": "S3t" }, "instanceState": {}, "tags": { - "shape": "S44" + "shape": "S4m" }, "externalMetricStatus": { "type": "structure", @@ -613,7 +675,7 @@ } }, "errors": { - "shape": "S3f" + "shape": "S3v" } } } @@ -664,10 +726,10 @@ "members": { "name": {}, "timestamps": { - "shape": "S54" + "shape": "S5r" }, "values": { - "shape": "S55" + "shape": "S5s" } } } @@ -723,13 +785,13 @@ "members": { "name": {}, "timestamps": { - "shape": "S54" + "shape": "S5r" }, "upperBoundValues": { - "shape": "S55" + "shape": "S5s" }, "lowerBoundValues": { - "shape": "S55" + "shape": "S5s" } } } @@ -787,7 +849,7 @@ "members": { "containerName": {}, "memorySizeConfiguration": { - "shape": "S5r" + "shape": "S6e" }, "cpu": { "type": "integer" @@ -861,26 +923,54 @@ "members": { "containerName": {}, "memorySizeConfiguration": { - "shape": "S5r" + "shape": "S6e" }, "cpu": { "type": "integer" } } } + }, + "savingsOpportunityAfterDiscounts": { + "type": "structure", + "members": { + "savingsOpportunityPercentage": { + "type": "double" + }, + "estimatedMonthlySavings": { + "type": "structure", + "members": { + "currency": {}, + "value": { + "type": "double" + } + } + } + } } } } }, "currentPerformanceRisk": {}, "tags": { - "shape": "S44" + "shape": "S4m" + }, + "effectiveRecommendationPreferences": { + "type": "structure", + "members": { + "savingsEstimationMode": { + "type": "structure", + "members": { + "source": {} + } + } + } } } } }, "errors": { - "shape": "S3f" + "shape": "S3v" } } } @@ -900,7 +990,14 @@ "members": { "enhancedInfrastructureMetrics": {}, "externalMetricsPreference": { - "shape": "S3b" + "shape": "S3d" + }, + "lookBackPeriod": {}, + "utilizationPreferences": { + "shape": "S3g" + }, + "preferredResources": { + "shape": "S3m" } } } @@ -1058,13 +1155,41 @@ }, "savingsOpportunity": { "shape": "S2v" + }, + "savingsOpportunityAfterDiscounts": { + "type": "structure", + "members": { + "savingsOpportunityPercentage": { + "type": "double" + }, + "estimatedMonthlySavings": { + "type": "structure", + "members": { + "currency": {}, + "value": { + "type": "double" + } + } + } + } } } } }, "currentPerformanceRisk": {}, "tags": { - "shape": "S44" + "shape": "S4m" + }, + "effectiveRecommendationPreferences": { + "type": "structure", + "members": { + "savingsEstimationMode": { + "type": "structure", + "members": { + "source": {} + } + } + } } } } @@ -1156,13 +1281,13 @@ } }, "tags": { - "shape": "S44" + "shape": "S4m" } } } }, "errors": { - "shape": "S3f" + "shape": "S3v" } } } @@ -1200,8 +1325,16 @@ "enhancedInfrastructureMetrics": {}, "inferredWorkloadTypes": {}, "externalMetricsPreference": { - "shape": "S3b" - } + "shape": "S3d" + }, + "lookBackPeriod": {}, + "utilizationPreferences": { + "shape": "S3g" + }, + "preferredResources": { + "shape": "S3m" + }, + "savingsEstimationMode": {} } } } @@ -1282,7 +1415,7 @@ "type": "structure", "members": { "inferredWorkloadTypes": { - "shape": "S3d" + "shape": "S3t" }, "estimatedMonthlySavings": { "shape": "S2x" @@ -1310,8 +1443,28 @@ "enhancedInfrastructureMetrics": {}, "inferredWorkloadTypes": {}, "externalMetricsPreference": { - "shape": "S3b" - } + "shape": "S3d" + }, + "lookBackPeriod": {}, + "utilizationPreferences": { + "shape": "S3g" + }, + "preferredResources": { + "type": "list", + "member": { + "type": "structure", + "members": { + "name": {}, + "includeList": { + "shape": "S3p" + }, + "excludeList": { + "shape": "S3p" + } + } + } + }, + "savingsEstimationMode": {} } }, "output": { @@ -1520,7 +1673,7 @@ } } }, - "S38": { + "S3a": { "type": "structure", "members": { "cpuVendorArchitectures": { @@ -1529,21 +1682,72 @@ "enhancedInfrastructureMetrics": {}, "inferredWorkloadTypes": {}, "externalMetricsPreference": { - "shape": "S3b" + "shape": "S3d" + }, + "lookBackPeriod": {}, + "utilizationPreferences": { + "shape": "S3g" + }, + "preferredResources": { + "shape": "S3m" + }, + "savingsEstimationMode": { + "type": "structure", + "members": { + "source": {} + } } } }, - "S3b": { + "S3d": { "type": "structure", "members": { "source": {} } }, - "S3d": { + "S3g": { + "type": "list", + "member": { + "type": "structure", + "members": { + "metricName": {}, + "metricParameters": { + "type": "structure", + "members": { + "threshold": {}, + "headroom": {} + } + } + } + } + }, + "S3m": { + "type": "list", + "member": { + "type": "structure", + "members": { + "name": {}, + "includeList": { + "shape": "S3p" + }, + "effectiveIncludeList": { + "shape": "S3p" + }, + "excludeList": { + "shape": "S3p" + } + } + } + }, + "S3p": { + "type": "list", + "member": {} + }, + "S3t": { "type": "list", "member": {} }, - "S3f": { + "S3v": { "type": "list", "member": { "type": "structure", @@ -1554,7 +1758,7 @@ } } }, - "S3q": { + "S46": { "type": "structure", "members": { "volumeType": {}, @@ -1578,7 +1782,7 @@ } } }, - "S44": { + "S4m": { "type": "list", "member": { "type": "structure", @@ -1588,19 +1792,19 @@ } } }, - "S54": { + "S5r": { "type": "list", "member": { "type": "timestamp" } }, - "S55": { + "S5s": { "type": "list", "member": { "type": "double" } }, - "S5r": { + "S6e": { "type": "structure", "members": { "memory": { diff --git a/iamlivecore/service/config-2014-11-12.min.json b/iamlivecore/service/config-2014-11-12.min.json index 3d36502..1bb4690 100644 --- a/iamlivecore/service/config-2014-11-12.min.json +++ b/iamlivecore/service/config-2014-11-12.min.json @@ -53,7 +53,7 @@ ], "members": { "resourceKeys": { - "shape": "Sq" + "shape": "Ss" } } }, @@ -64,7 +64,7 @@ "shape": "Sb" }, "unprocessedResourceKeys": { - "shape": "Sq" + "shape": "Ss" } } } @@ -213,7 +213,7 @@ "members": { "ConfigRuleName": {}, "ResourceKeys": { - "shape": "S1f" + "shape": "S1h" } } }, @@ -227,7 +227,7 @@ "members": { "FailureMessage": {}, "FailedItems": { - "shape": "S1f" + "shape": "S1h" } } } @@ -324,7 +324,7 @@ "members": { "ConfigRuleName": {}, "Compliance": { - "shape": "S23" + "shape": "S25" }, "AccountId": {}, "AwsRegion": {} @@ -407,7 +407,7 @@ "AggregationAuthorizations": { "type": "list", "member": { - "shape": "S2i" + "shape": "S2k" } }, "NextToken": {} @@ -419,10 +419,10 @@ "type": "structure", "members": { "ConfigRuleNames": { - "shape": "S2l" + "shape": "S2n" }, "ComplianceTypes": { - "shape": "S2m" + "shape": "S2o" }, "NextToken": {} } @@ -437,7 +437,7 @@ "members": { "ConfigRuleName": {}, "Compliance": { - "shape": "S23" + "shape": "S25" } } } @@ -453,7 +453,7 @@ "ResourceType": {}, "ResourceId": {}, "ComplianceTypes": { - "shape": "S2m" + "shape": "S2o" }, "Limit": { "type": "integer" @@ -472,7 +472,7 @@ "ResourceType": {}, "ResourceId": {}, "Compliance": { - "shape": "S23" + "shape": "S25" } } } @@ -486,7 +486,7 @@ "type": "structure", "members": { "ConfigRuleNames": { - "shape": "S2l" + "shape": "S2n" }, "NextToken": {}, "Limit": { @@ -545,7 +545,7 @@ "type": "structure", "members": { "ConfigRuleNames": { - "shape": "S2l" + "shape": "S2n" }, "NextToken": {}, "Filters": { @@ -562,7 +562,7 @@ "ConfigRules": { "type": "list", "member": { - "shape": "S35" + "shape": "S37" } }, "NextToken": {} @@ -631,7 +631,7 @@ "ConfigurationAggregators": { "type": "list", "member": { - "shape": "S3y" + "shape": "S40" } }, "NextToken": {} @@ -643,7 +643,7 @@ "type": "structure", "members": { "ConfigurationRecorderNames": { - "shape": "S46" + "shape": "S48" } } }, @@ -682,7 +682,7 @@ "type": "structure", "members": { "ConfigurationRecorderNames": { - "shape": "S46" + "shape": "S48" } } }, @@ -692,7 +692,7 @@ "ConfigurationRecorders": { "type": "list", "member": { - "shape": "S4e" + "shape": "S4g" } } } @@ -710,7 +710,7 @@ "type": "structure", "members": { "ConfigRuleNames": { - "shape": "S4o" + "shape": "S4v" }, "ComplianceType": {} } @@ -752,7 +752,7 @@ "type": "structure", "members": { "ConformancePackNames": { - "shape": "S4v" + "shape": "S52" }, "Limit": { "type": "integer" @@ -800,7 +800,7 @@ "type": "structure", "members": { "ConformancePackNames": { - "shape": "S4v" + "shape": "S52" }, "Limit": { "type": "integer" @@ -827,14 +827,14 @@ "DeliveryS3Bucket": {}, "DeliveryS3KeyPrefix": {}, "ConformancePackInputParameters": { - "shape": "S5b" + "shape": "S5i" }, "LastUpdateRequestedTime": { "type": "timestamp" }, "CreatedBy": {}, "TemplateSSMDocumentDetails": { - "shape": "S5f" + "shape": "S5m" } } } @@ -848,7 +848,7 @@ "type": "structure", "members": { "DeliveryChannelNames": { - "shape": "S5j" + "shape": "S5q" } } }, @@ -862,10 +862,10 @@ "members": { "name": {}, "configSnapshotDeliveryInfo": { - "shape": "S5n" + "shape": "S5u" }, "configHistoryDeliveryInfo": { - "shape": "S5n" + "shape": "S5u" }, "configStreamDeliveryInfo": { "type": "structure", @@ -889,7 +889,7 @@ "type": "structure", "members": { "DeliveryChannelNames": { - "shape": "S5j" + "shape": "S5q" } } }, @@ -899,7 +899,7 @@ "DeliveryChannels": { "type": "list", "member": { - "shape": "S5t" + "shape": "S60" } } } @@ -910,7 +910,7 @@ "type": "structure", "members": { "OrganizationConfigRuleNames": { - "shape": "S5w" + "shape": "S63" }, "Limit": { "type": "integer" @@ -949,7 +949,7 @@ "type": "structure", "members": { "OrganizationConfigRuleNames": { - "shape": "S5w" + "shape": "S63" }, "Limit": { "type": "integer" @@ -972,13 +972,13 @@ "OrganizationConfigRuleName": {}, "OrganizationConfigRuleArn": {}, "OrganizationManagedRuleMetadata": { - "shape": "S66" + "shape": "S6d" }, "OrganizationCustomRuleMetadata": { - "shape": "S6b" + "shape": "S6i" }, "ExcludedAccounts": { - "shape": "S6e" + "shape": "S6l" }, "LastUpdateTime": { "type": "timestamp" @@ -988,19 +988,19 @@ "members": { "Description": {}, "OrganizationConfigRuleTriggerTypes": { - "shape": "S6g" + "shape": "S6n" }, "InputParameters": {}, "MaximumExecutionFrequency": {}, "ResourceTypesScope": { - "shape": "S69" + "shape": "S6g" }, "ResourceIdScope": {}, "TagKeyScope": {}, "TagValueScope": {}, "PolicyRuntime": {}, "DebugLogDeliveryAccounts": { - "shape": "S6i" + "shape": "S6p" } } } @@ -1016,7 +1016,7 @@ "type": "structure", "members": { "OrganizationConformancePackNames": { - "shape": "S6k" + "shape": "S6r" }, "Limit": { "type": "integer" @@ -1055,7 +1055,7 @@ "type": "structure", "members": { "OrganizationConformancePackNames": { - "shape": "S6k" + "shape": "S6r" }, "Limit": { "type": "integer" @@ -1081,10 +1081,10 @@ "DeliveryS3Bucket": {}, "DeliveryS3KeyPrefix": {}, "ConformancePackInputParameters": { - "shape": "S5b" + "shape": "S5i" }, "ExcludedAccounts": { - "shape": "S6e" + "shape": "S6l" }, "LastUpdateTime": { "type": "timestamp" @@ -1131,7 +1131,7 @@ ], "members": { "ConfigRuleNames": { - "shape": "S2l" + "shape": "S2n" } } }, @@ -1139,7 +1139,7 @@ "type": "structure", "members": { "RemediationConfigurations": { - "shape": "S70" + "shape": "S77" } } } @@ -1153,7 +1153,7 @@ "members": { "ConfigRuleName": {}, "ResourceKeys": { - "shape": "S1f" + "shape": "S1h" }, "Limit": { "type": "integer" @@ -1165,7 +1165,7 @@ "type": "structure", "members": { "RemediationExceptions": { - "shape": "S7g" + "shape": "S7n" }, "NextToken": {} } @@ -1180,7 +1180,7 @@ "members": { "ConfigRuleName": {}, "ResourceKeys": { - "shape": "Sq" + "shape": "Ss" }, "Limit": { "type": "integer" @@ -1197,7 +1197,7 @@ "type": "structure", "members": { "ResourceKey": { - "shape": "Sr" + "shape": "St" }, "State": {}, "StepDetails": { @@ -1247,7 +1247,7 @@ "RetentionConfigurations": { "type": "list", "member": { - "shape": "S7u" + "shape": "S81" } }, "NextToken": {} @@ -1284,7 +1284,7 @@ "type": "structure", "members": { "EvaluationResultIdentifier": { - "shape": "S80" + "shape": "S87" }, "ComplianceType": {}, "ResultRecordedTime": { @@ -1336,7 +1336,7 @@ "members": { "GroupName": {}, "ComplianceSummary": { - "shape": "S89" + "shape": "S8g" } } } @@ -1466,7 +1466,7 @@ "type": "structure", "members": { "ConfigurationItem": { - "shape": "S8q" + "shape": "S8x" } } } @@ -1480,7 +1480,7 @@ "members": { "ConfigRuleName": {}, "ComplianceTypes": { - "shape": "S2m" + "shape": "S2o" }, "Limit": { "type": "integer" @@ -1492,7 +1492,7 @@ "type": "structure", "members": { "EvaluationResults": { - "shape": "S92" + "shape": "S99" }, "NextToken": {} } @@ -1505,7 +1505,7 @@ "ResourceType": {}, "ResourceId": {}, "ComplianceTypes": { - "shape": "S2m" + "shape": "S2o" }, "NextToken": {}, "ResourceEvaluationId": {} @@ -1515,7 +1515,7 @@ "type": "structure", "members": { "EvaluationResults": { - "shape": "S92" + "shape": "S99" }, "NextToken": {} } @@ -1526,7 +1526,7 @@ "type": "structure", "members": { "ComplianceSummary": { - "shape": "S89" + "shape": "S8g" } } } @@ -1536,7 +1536,7 @@ "type": "structure", "members": { "ResourceTypes": { - "shape": "S98" + "shape": "S9f" } } }, @@ -1550,7 +1550,7 @@ "members": { "ResourceType": {}, "ComplianceSummary": { - "shape": "S89" + "shape": "S8g" } } } @@ -1570,7 +1570,7 @@ "type": "structure", "members": { "ConfigRuleNames": { - "shape": "S4o" + "shape": "S4v" }, "ComplianceType": {}, "ResourceType": {}, @@ -1606,7 +1606,7 @@ "members": { "ComplianceType": {}, "EvaluationResultIdentifier": { - "shape": "S80" + "shape": "S87" }, "ConfigRuleInvokedTime": { "type": "timestamp" @@ -1679,7 +1679,7 @@ "type": "structure", "members": { "resourceTypes": { - "shape": "S98" + "shape": "S9f" }, "limit": { "type": "integer" @@ -1853,7 +1853,7 @@ "configurationItems": { "type": "list", "member": { - "shape": "S8q" + "shape": "S8x" } }, "nextToken": {} @@ -1890,10 +1890,10 @@ }, "Compliance": {}, "EvaluationContext": { - "shape": "Saj" + "shape": "Saq" }, "ResourceDetails": { - "shape": "Sal" + "shape": "Sas" } } } @@ -1912,7 +1912,7 @@ "type": "structure", "members": { "StoredQuery": { - "shape": "Saq" + "shape": "Sax" } } } @@ -2145,7 +2145,7 @@ "type": "structure", "members": { "Tags": { - "shape": "Sbt" + "shape": "Sc0" }, "NextToken": {} } @@ -2162,7 +2162,7 @@ "AuthorizedAccountId": {}, "AuthorizedAwsRegion": {}, "Tags": { - "shape": "Sby" + "shape": "Sc5" } } }, @@ -2170,7 +2170,7 @@ "type": "structure", "members": { "AggregationAuthorization": { - "shape": "S2i" + "shape": "S2k" } } } @@ -2183,10 +2183,10 @@ ], "members": { "ConfigRule": { - "shape": "S35" + "shape": "S37" }, "Tags": { - "shape": "Sby" + "shape": "Sc5" } } } @@ -2200,13 +2200,13 @@ "members": { "ConfigurationAggregatorName": {}, "AccountAggregationSources": { - "shape": "S40" + "shape": "S42" }, "OrganizationAggregationSource": { - "shape": "S44" + "shape": "S46" }, "Tags": { - "shape": "Sby" + "shape": "Sc5" } } }, @@ -2214,7 +2214,7 @@ "type": "structure", "members": { "ConfigurationAggregator": { - "shape": "S3y" + "shape": "S40" } } } @@ -2227,7 +2227,7 @@ ], "members": { "ConfigurationRecorder": { - "shape": "S4e" + "shape": "S4g" } } } @@ -2245,10 +2245,10 @@ "DeliveryS3Bucket": {}, "DeliveryS3KeyPrefix": {}, "ConformancePackInputParameters": { - "shape": "S5b" + "shape": "S5i" }, "TemplateSSMDocumentDetails": { - "shape": "S5f" + "shape": "S5m" } } }, @@ -2267,7 +2267,7 @@ ], "members": { "DeliveryChannel": { - "shape": "S5t" + "shape": "S60" } } } @@ -2280,7 +2280,7 @@ ], "members": { "Evaluations": { - "shape": "Sca" + "shape": "Sch" }, "ResultToken": {}, "TestMode": { @@ -2292,7 +2292,7 @@ "type": "structure", "members": { "FailedEvaluations": { - "shape": "Sca" + "shape": "Sch" } } } @@ -2340,13 +2340,13 @@ "members": { "OrganizationConfigRuleName": {}, "OrganizationManagedRuleMetadata": { - "shape": "S66" + "shape": "S6d" }, "OrganizationCustomRuleMetadata": { - "shape": "S6b" + "shape": "S6i" }, "ExcludedAccounts": { - "shape": "S6e" + "shape": "S6l" }, "OrganizationCustomPolicyRuleMetadata": { "type": "structure", @@ -2357,12 +2357,12 @@ "members": { "Description": {}, "OrganizationConfigRuleTriggerTypes": { - "shape": "S6g" + "shape": "S6n" }, "InputParameters": {}, "MaximumExecutionFrequency": {}, "ResourceTypesScope": { - "shape": "S69" + "shape": "S6g" }, "ResourceIdScope": {}, "TagKeyScope": {}, @@ -2370,7 +2370,7 @@ "PolicyRuntime": {}, "PolicyText": {}, "DebugLogDeliveryAccounts": { - "shape": "S6i" + "shape": "S6p" } } } @@ -2396,10 +2396,10 @@ "DeliveryS3Bucket": {}, "DeliveryS3KeyPrefix": {}, "ConformancePackInputParameters": { - "shape": "S5b" + "shape": "S5i" }, "ExcludedAccounts": { - "shape": "S6e" + "shape": "S6l" } } }, @@ -2418,7 +2418,7 @@ ], "members": { "RemediationConfigurations": { - "shape": "S70" + "shape": "S77" } } }, @@ -2432,7 +2432,7 @@ "members": { "FailureMessage": {}, "FailedItems": { - "shape": "S70" + "shape": "S77" } } } @@ -2450,7 +2450,7 @@ "members": { "ConfigRuleName": {}, "ResourceKeys": { - "shape": "S1f" + "shape": "S1h" }, "Message": {}, "ExpirationTime": { @@ -2468,7 +2468,7 @@ "members": { "FailureMessage": {}, "FailedItems": { - "shape": "S7g" + "shape": "S7n" } } } @@ -2492,7 +2492,7 @@ "ResourceName": {}, "Configuration": {}, "Tags": { - "shape": "S8s" + "shape": "S8z" } } } @@ -2513,7 +2513,7 @@ "type": "structure", "members": { "RetentionConfiguration": { - "shape": "S7u" + "shape": "S81" } } } @@ -2526,10 +2526,10 @@ ], "members": { "StoredQuery": { - "shape": "Saq" + "shape": "Sax" }, "Tags": { - "shape": "Sby" + "shape": "Sc5" } } }, @@ -2563,10 +2563,10 @@ "type": "structure", "members": { "Results": { - "shape": "Sd3" + "shape": "Sda" }, "QueryInfo": { - "shape": "Sd4" + "shape": "Sdb" }, "NextToken": {} } @@ -2590,10 +2590,10 @@ "type": "structure", "members": { "Results": { - "shape": "Sd3" + "shape": "Sda" }, "QueryInfo": { - "shape": "Sd4" + "shape": "Sdb" }, "NextToken": {} } @@ -2635,7 +2635,7 @@ "members": { "ConfigRuleName": {}, "ResourceKeys": { - "shape": "Sq" + "shape": "Ss" } } }, @@ -2644,7 +2644,7 @@ "members": { "FailureMessage": {}, "FailedItems": { - "shape": "Sq" + "shape": "Ss" } } } @@ -2658,10 +2658,10 @@ ], "members": { "ResourceDetails": { - "shape": "Sal" + "shape": "Sas" }, "EvaluationContext": { - "shape": "Saj" + "shape": "Saq" }, "EvaluationMode": {}, "EvaluationTimeout": { @@ -2698,7 +2698,7 @@ "members": { "ResourceArn": {}, "Tags": { - "shape": "Sbt" + "shape": "Sc0" } } } @@ -2761,6 +2761,10 @@ "configuration": {}, "supplementaryConfiguration": { "shape": "Sl" + }, + "recordingFrequency": {}, + "configurationItemDeliveryTime": { + "type": "timestamp" } } } @@ -2770,13 +2774,13 @@ "key": {}, "value": {} }, - "Sq": { + "Ss": { "type": "list", "member": { - "shape": "Sr" + "shape": "St" } }, - "Sr": { + "St": { "type": "structure", "required": [ "resourceType", @@ -2787,7 +2791,7 @@ "resourceId": {} } }, - "S1f": { + "S1h": { "type": "list", "member": { "type": "structure", @@ -2797,16 +2801,16 @@ } } }, - "S23": { + "S25": { "type": "structure", "members": { "ComplianceType": {}, "ComplianceContributorCount": { - "shape": "S24" + "shape": "S26" } } }, - "S24": { + "S26": { "type": "structure", "members": { "CappedCount": { @@ -2817,7 +2821,7 @@ } } }, - "S2i": { + "S2k": { "type": "structure", "members": { "AggregationAuthorizationArn": {}, @@ -2828,15 +2832,15 @@ } } }, - "S2l": { + "S2n": { "type": "list", "member": {} }, - "S2m": { + "S2o": { "type": "list", "member": {} }, - "S35": { + "S37": { "type": "structure", "required": [ "Source" @@ -2908,16 +2912,16 @@ } } }, - "S3y": { + "S40": { "type": "structure", "members": { "ConfigurationAggregatorName": {}, "ConfigurationAggregatorArn": {}, "AccountAggregationSources": { - "shape": "S40" + "shape": "S42" }, "OrganizationAggregationSource": { - "shape": "S44" + "shape": "S46" }, "CreationTime": { "type": "timestamp" @@ -2928,7 +2932,7 @@ "CreatedBy": {} } }, - "S40": { + "S42": { "type": "list", "member": { "type": "structure", @@ -2944,16 +2948,16 @@ "type": "boolean" }, "AwsRegions": { - "shape": "S43" + "shape": "S45" } } } }, - "S43": { + "S45": { "type": "list", "member": {} }, - "S44": { + "S46": { "type": "structure", "required": [ "RoleArn" @@ -2961,18 +2965,18 @@ "members": { "RoleArn": {}, "AwsRegions": { - "shape": "S43" + "shape": "S45" }, "AllAwsRegions": { "type": "boolean" } } }, - "S46": { + "S48": { "type": "list", "member": {} }, - "S4e": { + "S4g": { "type": "structure", "members": { "name": {}, @@ -2987,13 +2991,13 @@ "type": "boolean" }, "resourceTypes": { - "shape": "S4i" + "shape": "S4k" }, "exclusionByResourceTypes": { "type": "structure", "members": { "resourceTypes": { - "shape": "S4i" + "shape": "S4k" } } }, @@ -3004,22 +3008,49 @@ } } } + }, + "recordingMode": { + "type": "structure", + "required": [ + "recordingFrequency" + ], + "members": { + "recordingFrequency": {}, + "recordingModeOverrides": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "resourceTypes", + "recordingFrequency" + ], + "members": { + "description": {}, + "resourceTypes": { + "type": "list", + "member": {} + }, + "recordingFrequency": {} + } + } + } + } } } }, - "S4i": { + "S4k": { "type": "list", "member": {} }, - "S4o": { + "S4v": { "type": "list", "member": {} }, - "S4v": { + "S52": { "type": "list", "member": {} }, - "S5b": { + "S5i": { "type": "list", "member": { "type": "structure", @@ -3033,7 +3064,7 @@ } } }, - "S5f": { + "S5m": { "type": "structure", "required": [ "DocumentName" @@ -3043,11 +3074,11 @@ "DocumentVersion": {} } }, - "S5j": { + "S5q": { "type": "list", "member": {} }, - "S5n": { + "S5u": { "type": "structure", "members": { "lastStatus": {}, @@ -3064,7 +3095,7 @@ } } }, - "S5t": { + "S60": { "type": "structure", "members": { "name": {}, @@ -3080,11 +3111,11 @@ } } }, - "S5w": { + "S63": { "type": "list", "member": {} }, - "S66": { + "S6d": { "type": "structure", "required": [ "RuleIdentifier" @@ -3095,18 +3126,18 @@ "InputParameters": {}, "MaximumExecutionFrequency": {}, "ResourceTypesScope": { - "shape": "S69" + "shape": "S6g" }, "ResourceIdScope": {}, "TagKeyScope": {}, "TagValueScope": {} } }, - "S69": { + "S6g": { "type": "list", "member": {} }, - "S6b": { + "S6i": { "type": "structure", "required": [ "LambdaFunctionArn", @@ -3122,30 +3153,30 @@ "InputParameters": {}, "MaximumExecutionFrequency": {}, "ResourceTypesScope": { - "shape": "S69" + "shape": "S6g" }, "ResourceIdScope": {}, "TagKeyScope": {}, "TagValueScope": {} } }, - "S6e": { + "S6l": { "type": "list", "member": {} }, - "S6g": { + "S6n": { "type": "list", "member": {} }, - "S6i": { + "S6p": { "type": "list", "member": {} }, - "S6k": { + "S6r": { "type": "list", "member": {} }, - "S70": { + "S77": { "type": "list", "member": { "type": "structure", @@ -3220,7 +3251,7 @@ } } }, - "S7g": { + "S7n": { "type": "list", "member": { "type": "structure", @@ -3240,7 +3271,7 @@ } } }, - "S7u": { + "S81": { "type": "structure", "required": [ "Name", @@ -3253,7 +3284,7 @@ } } }, - "S80": { + "S87": { "type": "structure", "members": { "EvaluationResultQualifier": { @@ -3271,21 +3302,21 @@ "ResourceEvaluationId": {} } }, - "S89": { + "S8g": { "type": "structure", "members": { "CompliantResourceCount": { - "shape": "S24" + "shape": "S26" }, "NonCompliantResourceCount": { - "shape": "S24" + "shape": "S26" }, "ComplianceSummaryTimestamp": { "type": "timestamp" } } }, - "S8q": { + "S8x": { "type": "structure", "members": { "version": {}, @@ -3306,7 +3337,7 @@ "type": "timestamp" }, "tags": { - "shape": "S8s" + "shape": "S8z" }, "relatedEvents": { "type": "list", @@ -3327,21 +3358,25 @@ "configuration": {}, "supplementaryConfiguration": { "shape": "Sl" + }, + "recordingFrequency": {}, + "configurationItemDeliveryTime": { + "type": "timestamp" } } }, - "S8s": { + "S8z": { "type": "map", "key": {}, "value": {} }, - "S92": { + "S99": { "type": "list", "member": { "type": "structure", "members": { "EvaluationResultIdentifier": { - "shape": "S80" + "shape": "S87" }, "ComplianceType": {}, "ResultRecordedTime": { @@ -3355,17 +3390,17 @@ } } }, - "S98": { + "S9f": { "type": "list", "member": {} }, - "Saj": { + "Saq": { "type": "structure", "members": { "EvaluationContextIdentifier": {} } }, - "Sal": { + "Sas": { "type": "structure", "required": [ "ResourceId", @@ -3379,7 +3414,7 @@ "ResourceConfigurationSchemaType": {} } }, - "Saq": { + "Sax": { "type": "structure", "required": [ "QueryName" @@ -3392,26 +3427,26 @@ "Expression": {} } }, - "Sbt": { + "Sc0": { "type": "list", "member": { - "shape": "Sbu" + "shape": "Sc1" } }, - "Sbu": { + "Sc1": { "type": "structure", "members": { "Key": {}, "Value": {} } }, - "Sby": { + "Sc5": { "type": "list", "member": { - "shape": "Sbu" + "shape": "Sc1" } }, - "Sca": { + "Sch": { "type": "list", "member": { "type": "structure", @@ -3432,11 +3467,11 @@ } } }, - "Sd3": { + "Sda": { "type": "list", "member": {} }, - "Sd4": { + "Sdb": { "type": "structure", "members": { "SelectFields": { diff --git a/iamlivecore/service/connect-2017-08-08.min.json b/iamlivecore/service/connect-2017-08-08.min.json index 9d6d2b0..4168728 100644 --- a/iamlivecore/service/connect-2017-08-08.min.json +++ b/iamlivecore/service/connect-2017-08-08.min.json @@ -54,6 +54,36 @@ } } }, + "AssociateAnalyticsDataSet": { + "http": { + "method": "PUT", + "requestUri": "/analytics-data/instance/{InstanceId}/association" + }, + "input": { + "type": "structure", + "required": [ + "InstanceId", + "DataSetId" + ], + "members": { + "InstanceId": { + "location": "uri", + "locationName": "InstanceId" + }, + "DataSetId": {}, + "TargetAccountId": {} + } + }, + "output": { + "type": "structure", + "members": { + "DataSetId": {}, + "TargetAccountId": {}, + "ResourceShareId": {}, + "ResourceShareArn": {} + } + } + }, "AssociateApprovedOrigin": { "http": { "method": "PUT", @@ -90,10 +120,10 @@ "locationName": "InstanceId" }, "LexBot": { - "shape": "Sa" + "shape": "Sf" }, "LexV2Bot": { - "shape": "Sd" + "shape": "Si" } } } @@ -126,6 +156,34 @@ "members": {} } }, + "AssociateFlow": { + "http": { + "method": "PUT", + "requestUri": "/flow-associations/{InstanceId}" + }, + "input": { + "type": "structure", + "required": [ + "InstanceId", + "ResourceId", + "FlowId", + "ResourceType" + ], + "members": { + "InstanceId": { + "location": "uri", + "locationName": "InstanceId" + }, + "ResourceId": {}, + "FlowId": {}, + "ResourceType": {} + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "AssociateInstanceStorageConfig": { "http": { "method": "PUT", @@ -145,7 +203,7 @@ }, "ResourceType": {}, "StorageConfig": { - "shape": "Sl" + "shape": "St" } } }, @@ -193,7 +251,7 @@ "locationName": "InstanceId" }, "LexBot": { - "shape": "Sa" + "shape": "Sf" } } } @@ -241,7 +299,7 @@ "locationName": "QueueId" }, "QuickConnectIds": { - "shape": "S17" + "shape": "S1f" } } } @@ -267,7 +325,7 @@ "locationName": "RoutingProfileId" }, "QueueConfigs": { - "shape": "S1b" + "shape": "S1j" } } } @@ -325,6 +383,178 @@ }, "idempotent": true }, + "BatchAssociateAnalyticsDataSet": { + "http": { + "method": "PUT", + "requestUri": "/analytics-data/instance/{InstanceId}/associations" + }, + "input": { + "type": "structure", + "required": [ + "InstanceId", + "DataSetIds" + ], + "members": { + "InstanceId": { + "location": "uri", + "locationName": "InstanceId" + }, + "DataSetIds": { + "shape": "S1x" + }, + "TargetAccountId": {} + } + }, + "output": { + "type": "structure", + "members": { + "Created": { + "shape": "S1z" + }, + "Errors": { + "shape": "S21" + } + } + } + }, + "BatchDisassociateAnalyticsDataSet": { + "http": { + "requestUri": "/analytics-data/instance/{InstanceId}/associations" + }, + "input": { + "type": "structure", + "required": [ + "InstanceId", + "DataSetIds" + ], + "members": { + "InstanceId": { + "location": "uri", + "locationName": "InstanceId" + }, + "DataSetIds": { + "shape": "S1x" + }, + "TargetAccountId": {} + } + }, + "output": { + "type": "structure", + "members": { + "Deleted": { + "shape": "S1x" + }, + "Errors": { + "shape": "S21" + } + } + } + }, + "BatchGetFlowAssociation": { + "http": { + "requestUri": "/flow-associations-batch/{InstanceId}" + }, + "input": { + "type": "structure", + "required": [ + "InstanceId", + "ResourceIds" + ], + "members": { + "InstanceId": { + "location": "uri", + "locationName": "InstanceId" + }, + "ResourceIds": { + "type": "list", + "member": {} + }, + "ResourceType": {} + } + }, + "output": { + "type": "structure", + "members": { + "FlowAssociationSummaryList": { + "shape": "S29" + } + } + } + }, + "BatchPutContact": { + "http": { + "method": "PUT", + "requestUri": "/contact/batch/{InstanceId}" + }, + "input": { + "type": "structure", + "required": [ + "InstanceId", + "ContactDataRequestList" + ], + "members": { + "ClientToken": { + "idempotencyToken": true + }, + "InstanceId": { + "location": "uri", + "locationName": "InstanceId" + }, + "ContactDataRequestList": { + "type": "list", + "member": { + "type": "structure", + "members": { + "SystemEndpoint": { + "shape": "S2f" + }, + "CustomerEndpoint": { + "shape": "S2f" + }, + "RequestIdentifier": {}, + "QueueId": {}, + "Attributes": { + "shape": "S2j" + }, + "Campaign": { + "type": "structure", + "members": { + "CampaignId": {} + } + } + } + } + } + } + }, + "output": { + "type": "structure", + "members": { + "SuccessfulRequestList": { + "type": "list", + "member": { + "type": "structure", + "members": { + "RequestIdentifier": {}, + "ContactId": {} + } + } + }, + "FailedRequestList": { + "type": "list", + "member": { + "type": "structure", + "members": { + "RequestIdentifier": {}, + "FailureReasonCode": {}, + "FailureReasonMessage": {} + } + } + } + } + }, + "idempotent": true + }, "ClaimPhoneNumber": { "http": { "requestUri": "/phone-number/claim" @@ -332,15 +562,15 @@ "input": { "type": "structure", "required": [ - "TargetArn", "PhoneNumber" ], "members": { "TargetArn": {}, + "InstanceId": {}, "PhoneNumber": {}, "PhoneNumberDescription": {}, "Tags": { - "shape": "S1r" + "shape": "S2y" }, "ClientToken": { "idempotencyToken": true @@ -379,7 +609,7 @@ "type": "integer" }, "Tags": { - "shape": "S1r" + "shape": "S2y" } } }, @@ -414,7 +644,7 @@ "Description": {}, "Content": {}, "Tags": { - "shape": "S1r" + "shape": "S2y" } } }, @@ -447,7 +677,7 @@ "Description": {}, "Content": {}, "Tags": { - "shape": "S1r" + "shape": "S2y" }, "ClientToken": { "idempotencyToken": true @@ -482,10 +712,10 @@ "Title": {}, "Description": {}, "Items": { - "shape": "S2i" + "shape": "S3o" }, "ScoringStrategy": { - "shape": "S3d" + "shape": "S4j" }, "ClientToken": { "idempotencyToken": true @@ -527,10 +757,10 @@ "Description": {}, "TimeZone": {}, "Config": { - "shape": "S3l" + "shape": "S4r" }, "Tags": { - "shape": "S1r" + "shape": "S2y" } } }, @@ -558,7 +788,7 @@ "ClientToken": {}, "IdentityManagementType": {}, "InstanceAlias": { - "shape": "S3v" + "shape": "S51" }, "DirectoryId": {}, "InboundCallsEnabled": { @@ -566,6 +796,9 @@ }, "OutboundCallsEnabled": { "type": "boolean" + }, + "Tags": { + "shape": "S2y" } } }, @@ -600,7 +833,7 @@ "SourceApplicationName": {}, "SourceType": {}, "Tags": { - "shape": "S1r" + "shape": "S2y" } } }, @@ -652,6 +885,39 @@ } } }, + "CreatePersistentContactAssociation": { + "http": { + "requestUri": "/contact/persistent-contact-association/{InstanceId}/{InitialContactId}" + }, + "input": { + "type": "structure", + "required": [ + "InstanceId", + "InitialContactId", + "RehydrationType", + "SourceContactId" + ], + "members": { + "InstanceId": { + "location": "uri", + "locationName": "InstanceId" + }, + "InitialContactId": { + "location": "uri", + "locationName": "InitialContactId" + }, + "RehydrationType": {}, + "SourceContactId": {}, + "ClientToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "ContinuedFromContactId": {} + } + } + }, "CreatePrompt": { "http": { "method": "PUT", @@ -673,7 +939,7 @@ "Description": {}, "S3Uri": {}, "Tags": { - "shape": "S1r" + "shape": "S2y" } } }, @@ -705,17 +971,17 @@ "Name": {}, "Description": {}, "OutboundCallerConfig": { - "shape": "S4o" + "shape": "S5w" }, "HoursOfOperationId": {}, "MaxContacts": { "type": "integer" }, "QuickConnectIds": { - "shape": "S17" + "shape": "S1f" }, "Tags": { - "shape": "S1r" + "shape": "S2y" } } }, @@ -747,10 +1013,10 @@ "Name": {}, "Description": {}, "QuickConnectConfig": { - "shape": "S4v" + "shape": "S63" }, "Tags": { - "shape": "S1r" + "shape": "S2y" } } }, @@ -785,13 +1051,13 @@ "Description": {}, "DefaultOutboundQueueId": {}, "QueueConfigs": { - "shape": "S1b" + "shape": "S1j" }, "MediaConcurrencies": { - "shape": "S54" + "shape": "S6c" }, "Tags": { - "shape": "S1r" + "shape": "S2y" }, "AgentAvailabilityTimer": {} } @@ -825,11 +1091,11 @@ }, "Name": {}, "TriggerEventSource": { - "shape": "S5d" + "shape": "S6l" }, "Function": {}, "Actions": { - "shape": "S5g" + "shape": "S6o" }, "PublishStatus": {}, "ClientToken": { @@ -864,20 +1130,23 @@ "SecurityProfileName": {}, "Description": {}, "Permissions": { - "shape": "S69" + "shape": "S7g" }, "InstanceId": { "location": "uri", "locationName": "InstanceId" }, "Tags": { - "shape": "S1r" + "shape": "S2y" }, "AllowedAccessControlTags": { - "shape": "S6b" + "shape": "S7i" }, "TagRestrictedResources": { - "shape": "S6e" + "shape": "S7l" + }, + "Applications": { + "shape": "S7n" } } }, @@ -910,14 +1179,14 @@ "Description": {}, "ContactFlowId": {}, "Constraints": { - "shape": "S6l" + "shape": "S7x" }, "Defaults": { - "shape": "S6u" + "shape": "S86" }, "Status": {}, "Fields": { - "shape": "S6z" + "shape": "S8b" }, "ClientToken": { "idempotencyToken": true @@ -955,7 +1224,7 @@ "idempotencyToken": true }, "Tags": { - "shape": "S1r" + "shape": "S2y" } } }, @@ -990,7 +1259,7 @@ }, "UseCaseType": {}, "Tags": { - "shape": "S1r" + "shape": "S2y" } } }, @@ -1020,14 +1289,14 @@ "Username": {}, "Password": {}, "IdentityInfo": { - "shape": "S7m" + "shape": "S8y" }, "PhoneConfig": { - "shape": "S7q" + "shape": "S92" }, "DirectoryUserId": {}, "SecurityProfileIds": { - "shape": "S7v" + "shape": "S97" }, "RoutingProfileId": {}, "HierarchyGroupId": {}, @@ -1036,7 +1305,7 @@ "locationName": "InstanceId" }, "Tags": { - "shape": "S1r" + "shape": "S2y" } } }, @@ -1067,7 +1336,7 @@ "locationName": "InstanceId" }, "Tags": { - "shape": "S1r" + "shape": "S2y" } } }, @@ -1100,14 +1369,14 @@ "ClientToken": {}, "Status": {}, "Content": { - "shape": "S85" + "shape": "S9h" }, "Description": {}, "Name": { - "shape": "S8a" + "shape": "S9m" }, "Tags": { - "shape": "S1r" + "shape": "S2y" } } }, @@ -1115,7 +1384,7 @@ "type": "structure", "members": { "View": { - "shape": "S8c" + "shape": "S9o" } } }, @@ -1149,7 +1418,7 @@ "type": "structure", "members": { "View": { - "shape": "S8c" + "shape": "S9o" } } }, @@ -1179,7 +1448,7 @@ "LanguageCode": {}, "Content": {}, "Tags": { - "shape": "S1r" + "shape": "S2y" } } }, @@ -1803,8 +2072,12 @@ }, "State": {}, "Tags": { - "shape": "S1r" - } + "shape": "S2y" + }, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} } } } @@ -1882,6 +2155,9 @@ "members": { "SessionArn": {} } + }, + "Tags": { + "shape": "Sbd" } } } @@ -1943,7 +2219,7 @@ "EvaluatorArn": {}, "ContactAgentId": {}, "Score": { - "shape": "Sa4" + "shape": "Sbk" } } }, @@ -1954,23 +2230,23 @@ "type": "structure", "members": { "Value": { - "shape": "Sa8" + "shape": "Sbo" }, "SystemSuggestedValue": { - "shape": "Sa8" + "shape": "Sbo" } } } }, "Notes": { - "shape": "Sab" + "shape": "Sbr" }, "Status": {}, "Scores": { "type": "map", "key": {}, "value": { - "shape": "Sa4" + "shape": "Sbk" } }, "CreatedTime": { @@ -1980,7 +2256,7 @@ "type": "timestamp" }, "Tags": { - "shape": "S1r" + "shape": "S2y" } } }, @@ -2002,10 +2278,10 @@ "Title": {}, "Description": {}, "Items": { - "shape": "S2i" + "shape": "S3o" }, "ScoringStrategy": { - "shape": "S3d" + "shape": "S4j" } } } @@ -2048,7 +2324,7 @@ "Description": {}, "Content": {}, "Tags": { - "shape": "S1r" + "shape": "S2y" } } } @@ -2091,7 +2367,7 @@ "State": {}, "Status": {}, "Tags": { - "shape": "S1r" + "shape": "S2y" } } } @@ -2159,10 +2435,10 @@ "Description": {}, "Status": {}, "Items": { - "shape": "S2i" + "shape": "S3o" }, "ScoringStrategy": { - "shape": "S3d" + "shape": "S4j" }, "CreatedTime": { "type": "timestamp" @@ -2173,7 +2449,7 @@ }, "LastModifiedBy": {}, "Tags": { - "shape": "S1r" + "shape": "S2y" } } } @@ -2206,7 +2482,7 @@ "type": "structure", "members": { "HoursOfOperation": { - "shape": "Sax" + "shape": "Scd" } } } @@ -2238,7 +2514,7 @@ "Arn": {}, "IdentityManagementType": {}, "InstanceAlias": { - "shape": "S3v" + "shape": "S51" }, "CreatedTime": { "type": "timestamp" @@ -2257,7 +2533,10 @@ "OutboundCallsEnabled": { "type": "boolean" }, - "InstanceAccessUrl": {} + "InstanceAccessUrl": {}, + "Tags": { + "shape": "S2y" + } } } } @@ -2289,7 +2568,7 @@ "type": "structure", "members": { "Attribute": { - "shape": "Sb7" + "shape": "Scn" } } } @@ -2325,7 +2604,7 @@ "type": "structure", "members": { "StorageConfig": { - "shape": "Sl" + "shape": "St" } } } @@ -2360,8 +2639,9 @@ "PhoneNumberType": {}, "PhoneNumberDescription": {}, "TargetArn": {}, + "InstanceId": {}, "Tags": { - "shape": "S1r" + "shape": "S2y" }, "PhoneNumberStatus": { "type": "structure", @@ -2369,7 +2649,8 @@ "Status": {}, "Message": {} } - } + }, + "SourcePhoneNumberArn": {} } } } @@ -2401,7 +2682,7 @@ "type": "structure", "members": { "Prompt": { - "shape": "Sbl" + "shape": "Sd1" } } } @@ -2432,7 +2713,7 @@ "type": "structure", "members": { "Queue": { - "shape": "Sbo" + "shape": "Sd4" } } } @@ -2463,7 +2744,7 @@ "type": "structure", "members": { "QuickConnect": { - "shape": "Sbs" + "shape": "Sd8" } } } @@ -2494,7 +2775,7 @@ "type": "structure", "members": { "RoutingProfile": { - "shape": "Sbv" + "shape": "Sdb" } } } @@ -2546,11 +2827,11 @@ "RuleId": {}, "RuleArn": {}, "TriggerEventSource": { - "shape": "S5d" + "shape": "S6l" }, "Function": {}, "Actions": { - "shape": "S5g" + "shape": "S6o" }, "PublishStatus": {}, "CreatedTime": { @@ -2561,7 +2842,7 @@ }, "LastUpdatedBy": {}, "Tags": { - "shape": "S1r" + "shape": "S2y" } } } @@ -2602,14 +2883,18 @@ "SecurityProfileName": {}, "Description": {}, "Tags": { - "shape": "S1r" + "shape": "S2y" }, "AllowedAccessControlTags": { - "shape": "S6b" + "shape": "S7i" }, "TagRestrictedResources": { - "shape": "S6e" - } + "shape": "S7l" + }, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} } } } @@ -2645,7 +2930,7 @@ "InstanceArn": {}, "Status": {}, "Tags": { - "shape": "S1r" + "shape": "S2y" }, "IsDefault": { "type": "boolean" @@ -2687,20 +2972,24 @@ "Arn": {}, "Username": {}, "IdentityInfo": { - "shape": "S7m" + "shape": "S8y" }, "PhoneConfig": { - "shape": "S7q" + "shape": "S92" }, "DirectoryUserId": {}, "SecurityProfileIds": { - "shape": "S7v" + "shape": "S97" }, "RoutingProfileId": {}, "HierarchyGroupId": {}, "Tags": { - "shape": "S1r" - } + "shape": "S2y" + }, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} } } } @@ -2742,25 +3031,29 @@ "type": "structure", "members": { "LevelOne": { - "shape": "Sch" + "shape": "Sdx" }, "LevelTwo": { - "shape": "Sch" + "shape": "Sdx" }, "LevelThree": { - "shape": "Sch" + "shape": "Sdx" }, "LevelFour": { - "shape": "Sch" + "shape": "Sdx" }, "LevelFive": { - "shape": "Sch" + "shape": "Sdx" } } }, "Tags": { - "shape": "S1r" - } + "shape": "S2y" + }, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} } } } @@ -2790,19 +3083,19 @@ "type": "structure", "members": { "LevelOne": { - "shape": "Scl" + "shape": "Se1" }, "LevelTwo": { - "shape": "Scl" + "shape": "Se1" }, "LevelThree": { - "shape": "Scl" + "shape": "Se1" }, "LevelFour": { - "shape": "Scl" + "shape": "Se1" }, "LevelFive": { - "shape": "Scl" + "shape": "Se1" } } } @@ -2835,7 +3128,7 @@ "type": "structure", "members": { "View": { - "shape": "S8c" + "shape": "S9o" } } } @@ -2890,13 +3183,33 @@ "FailureReason": {}, "Content": {}, "Tags": { - "shape": "S1r" + "shape": "S2y" } } } } } }, + "DisassociateAnalyticsDataSet": { + "http": { + "requestUri": "/analytics-data/instance/{InstanceId}/association" + }, + "input": { + "type": "structure", + "required": [ + "InstanceId", + "DataSetId" + ], + "members": { + "InstanceId": { + "location": "uri", + "locationName": "InstanceId" + }, + "DataSetId": {}, + "TargetAccountId": {} + } + } + }, "DisassociateApprovedOrigin": { "http": { "method": "DELETE", @@ -2935,24 +3248,24 @@ "locationName": "InstanceId" }, "LexBot": { - "shape": "Sa" + "shape": "Sf" }, "LexV2Bot": { - "shape": "Sd" + "shape": "Si" } } } }, - "DisassociateInstanceStorageConfig": { + "DisassociateFlow": { "http": { "method": "DELETE", - "requestUri": "/instance/{InstanceId}/storage-config/{AssociationId}" + "requestUri": "/flow-associations/{InstanceId}/{ResourceId}/{ResourceType}" }, "input": { "type": "structure", "required": [ "InstanceId", - "AssociationId", + "ResourceId", "ResourceType" ], "members": { @@ -2960,18 +3273,50 @@ "location": "uri", "locationName": "InstanceId" }, - "AssociationId": { + "ResourceId": { "location": "uri", - "locationName": "AssociationId" + "locationName": "ResourceId" }, "ResourceType": { - "location": "querystring", - "locationName": "resourceType" + "location": "uri", + "locationName": "ResourceType" } } - } - }, - "DisassociateLambdaFunction": { + }, + "output": { + "type": "structure", + "members": {} + } + }, + "DisassociateInstanceStorageConfig": { + "http": { + "method": "DELETE", + "requestUri": "/instance/{InstanceId}/storage-config/{AssociationId}" + }, + "input": { + "type": "structure", + "required": [ + "InstanceId", + "AssociationId", + "ResourceType" + ], + "members": { + "InstanceId": { + "location": "uri", + "locationName": "InstanceId" + }, + "AssociationId": { + "location": "uri", + "locationName": "AssociationId" + }, + "ResourceType": { + "location": "querystring", + "locationName": "resourceType" + } + } + } + }, + "DisassociateLambdaFunction": { "http": { "method": "DELETE", "requestUri": "/instance/{InstanceId}/lambda-function" @@ -3066,7 +3411,7 @@ "locationName": "QueueId" }, "QuickConnectIds": { - "shape": "S17" + "shape": "S1f" } } } @@ -3094,7 +3439,7 @@ "QueueReferences": { "type": "list", "member": { - "shape": "S1d" + "shape": "S1l" } } } @@ -3210,7 +3555,7 @@ "type": "structure", "members": { "Attributes": { - "shape": "Sda" + "shape": "S2j" } } } @@ -3232,15 +3577,15 @@ "locationName": "InstanceId" }, "Filters": { - "shape": "Sde" + "shape": "Seu" }, "Groupings": { - "shape": "Sdi" + "shape": "Sey" }, "CurrentMetrics": { "type": "list", "member": { - "shape": "Sdl" + "shape": "Sf1" } }, "NextToken": {}, @@ -3269,7 +3614,7 @@ "type": "structure", "members": { "Dimensions": { - "shape": "Sdw" + "shape": "Sfc" }, "Collections": { "type": "list", @@ -3277,7 +3622,7 @@ "type": "structure", "members": { "Metric": { - "shape": "Sdl" + "shape": "Sf1" }, "Value": { "type": "double" @@ -3316,7 +3661,7 @@ "type": "structure", "members": { "Queues": { - "shape": "Sdf" + "shape": "Sev" }, "ContactFilter": { "type": "structure", @@ -3328,7 +3673,7 @@ } }, "RoutingProfiles": { - "shape": "Sdh" + "shape": "Sex" }, "Agents": { "type": "list", @@ -3363,25 +3708,25 @@ } }, "RoutingProfile": { - "shape": "Sdy" + "shape": "Sfe" }, "HierarchyPath": { "type": "structure", "members": { "LevelOne": { - "shape": "Sef" + "shape": "Sfv" }, "LevelTwo": { - "shape": "Sef" + "shape": "Sfv" }, "LevelThree": { - "shape": "Sef" + "shape": "Sfv" }, "LevelFour": { - "shape": "Sef" + "shape": "Sfv" }, "LevelFive": { - "shape": "Sef" + "shape": "Sfv" } } }, @@ -3396,13 +3741,13 @@ } }, "AvailableSlotsByChannel": { - "shape": "Seh" + "shape": "Sfx" }, "MaxSlotsByChannel": { - "shape": "Seh" + "shape": "Sfx" }, "ActiveSlotsByChannel": { - "shape": "Seh" + "shape": "Sfx" }, "Contacts": { "type": "list", @@ -3420,7 +3765,7 @@ "type": "timestamp" }, "Queue": { - "shape": "Sdx" + "shape": "Sfd" } } } @@ -3459,13 +3804,13 @@ "type": "structure", "members": { "AccessToken": { - "shape": "Seo" + "shape": "Sg4" }, "AccessTokenExpiration": { "type": "timestamp" }, "RefreshToken": { - "shape": "Seo" + "shape": "Sg4" }, "RefreshTokenExpiration": { "type": "timestamp" @@ -3478,6 +3823,42 @@ } } }, + "GetFlowAssociation": { + "http": { + "method": "GET", + "requestUri": "/flow-associations/{InstanceId}/{ResourceId}/{ResourceType}" + }, + "input": { + "type": "structure", + "required": [ + "InstanceId", + "ResourceId", + "ResourceType" + ], + "members": { + "InstanceId": { + "location": "uri", + "locationName": "InstanceId" + }, + "ResourceId": { + "location": "uri", + "locationName": "ResourceId" + }, + "ResourceType": { + "location": "uri", + "locationName": "ResourceType" + } + } + }, + "output": { + "type": "structure", + "members": { + "ResourceId": {}, + "FlowId": {}, + "ResourceType": {} + } + } + }, "GetMetricData": { "http": { "requestUri": "/metrics/historical/{InstanceId}" @@ -3503,15 +3884,15 @@ "type": "timestamp" }, "Filters": { - "shape": "Sde" + "shape": "Seu" }, "Groupings": { - "shape": "Sdi" + "shape": "Sey" }, "HistoricalMetrics": { "type": "list", "member": { - "shape": "Ser" + "shape": "Sg9" } }, "NextToken": {}, @@ -3530,7 +3911,7 @@ "type": "structure", "members": { "Dimensions": { - "shape": "Sdw" + "shape": "Sfc" }, "Collections": { "type": "list", @@ -3538,7 +3919,7 @@ "type": "structure", "members": { "Metric": { - "shape": "Ser" + "shape": "Sg9" }, "Value": { "type": "double" @@ -3573,6 +3954,13 @@ "EndTime": { "type": "timestamp" }, + "Interval": { + "type": "structure", + "members": { + "TimeZone": {}, + "IntervalPeriod": {} + } + }, "Filters": { "type": "list", "member": { @@ -3593,7 +3981,7 @@ "Metrics": { "type": "list", "member": { - "shape": "Sfa" + "shape": "Sgu" } }, "NextToken": {}, @@ -3616,13 +4004,25 @@ "key": {}, "value": {} }, + "MetricInterval": { + "type": "structure", + "members": { + "Interval": {}, + "StartTime": { + "type": "timestamp" + }, + "EndTime": { + "type": "timestamp" + } + } + }, "Collections": { "type": "list", "member": { "type": "structure", "members": { "Metric": { - "shape": "Sfa" + "shape": "Sgu" }, "Value": { "type": "double" @@ -3661,7 +4061,11 @@ "output": { "type": "structure", "members": { - "PromptPresignedUrl": {} + "PromptPresignedUrl": {}, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} } } }, @@ -3706,13 +4110,13 @@ "Description": {}, "ContactFlowId": {}, "Constraints": { - "shape": "S6l" + "shape": "S7x" }, "Defaults": { - "shape": "S6u" + "shape": "S86" }, "Fields": { - "shape": "S6z" + "shape": "S8b" }, "Status": {}, "LastModifiedTime": { @@ -3722,7 +4126,7 @@ "type": "timestamp" }, "Tags": { - "shape": "S1r" + "shape": "S2y" } } } @@ -3748,17 +4152,47 @@ "type": "structure", "members": { "TelephonyConfig": { - "shape": "Sfy" + "shape": "Shj" }, "Id": {}, "Arn": {}, "SignInConfig": { - "shape": "Sg3" + "shape": "Sho" }, "AgentConfig": { - "shape": "Sg6" + "shape": "Shr" + } + } + } + }, + "ImportPhoneNumber": { + "http": { + "requestUri": "/phone-number/import" + }, + "input": { + "type": "structure", + "required": [ + "InstanceId", + "SourcePhoneNumberArn" + ], + "members": { + "InstanceId": {}, + "SourcePhoneNumberArn": {}, + "PhoneNumberDescription": {}, + "Tags": { + "shape": "S2y" + }, + "ClientToken": { + "idempotencyToken": true } } + }, + "output": { + "type": "structure", + "members": { + "PhoneNumberId": {}, + "PhoneNumberArn": {} + } } }, "ListAgentStatuses": { @@ -3805,13 +4239,57 @@ "Id": {}, "Arn": {}, "Name": {}, - "Type": {} + "Type": {}, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} } } } } } }, + "ListAnalyticsDataAssociations": { + "http": { + "method": "GET", + "requestUri": "/analytics-data/instance/{InstanceId}/association" + }, + "input": { + "type": "structure", + "required": [ + "InstanceId" + ], + "members": { + "InstanceId": { + "location": "uri", + "locationName": "InstanceId" + }, + "DataSetId": { + "location": "querystring", + "locationName": "DataSetId" + }, + "NextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "MaxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "Results": { + "shape": "S1z" + }, + "NextToken": {} + } + } + }, "ListApprovedOrigins": { "http": { "method": "GET", @@ -3889,10 +4367,10 @@ "type": "structure", "members": { "LexBot": { - "shape": "Sa" + "shape": "Sf" }, "LexV2Bot": { - "shape": "Sd" + "shape": "Si" } } } @@ -3955,7 +4433,7 @@ "Status": {}, "EvaluatorArn": {}, "Score": { - "shape": "Sa4" + "shape": "Sbk" }, "CreatedTime": { "type": "timestamp" @@ -4364,6 +4842,46 @@ } } }, + "ListFlowAssociations": { + "http": { + "method": "GET", + "requestUri": "/flow-associations-summary/{InstanceId}" + }, + "input": { + "type": "structure", + "required": [ + "InstanceId" + ], + "members": { + "InstanceId": { + "location": "uri", + "locationName": "InstanceId" + }, + "ResourceType": { + "location": "querystring", + "locationName": "ResourceType" + }, + "NextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "MaxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "FlowAssociationSummaryList": { + "shape": "S29" + }, + "NextToken": {} + } + } + }, "ListHoursOfOperations": { "http": { "method": "GET", @@ -4400,7 +4918,11 @@ "members": { "Id": {}, "Arn": {}, - "Name": {} + "Name": {}, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} } } }, @@ -4440,7 +4962,7 @@ "Attributes": { "type": "list", "member": { - "shape": "Sb7" + "shape": "Scn" } }, "NextToken": {} @@ -4484,7 +5006,7 @@ "StorageConfigs": { "type": "list", "member": { - "shape": "Sl" + "shape": "St" } }, "NextToken": {} @@ -4522,7 +5044,7 @@ "Arn": {}, "IdentityManagementType": {}, "InstanceAlias": { - "shape": "S3v" + "shape": "S51" }, "CreatedTime": { "type": "timestamp" @@ -4570,6 +5092,10 @@ "location": "querystring", "locationName": "maxResults", "type": "integer" + }, + "IntegrationArn": { + "location": "querystring", + "locationName": "integrationArn" } } }, @@ -4665,7 +5191,7 @@ "LexBots": { "type": "list", "member": { - "shape": "Sa" + "shape": "Sf" } }, "NextToken": {} @@ -4688,12 +5214,12 @@ "locationName": "InstanceId" }, "PhoneNumberTypes": { - "shape": "Sig", + "shape": "Sk7", "location": "querystring", "locationName": "phoneNumberTypes" }, "PhoneNumberCountryCodes": { - "shape": "Sih", + "shape": "Sk8", "location": "querystring", "locationName": "phoneNumberCountryCodes" }, @@ -4736,15 +5262,16 @@ "type": "structure", "members": { "TargetArn": {}, + "InstanceId": {}, "MaxResults": { "type": "integer" }, "NextToken": {}, "PhoneNumberCountryCodes": { - "shape": "Sih" + "shape": "Sk8" }, "PhoneNumberTypes": { - "shape": "Sig" + "shape": "Sk7" }, "PhoneNumberPrefix": {} } @@ -4763,7 +5290,10 @@ "PhoneNumber": {}, "PhoneNumberCountryCode": {}, "PhoneNumberType": {}, - "TargetArn": {} + "TargetArn": {}, + "InstanceId": {}, + "PhoneNumberDescription": {}, + "SourcePhoneNumberArn": {} } } } @@ -4806,7 +5336,11 @@ "members": { "Id": {}, "Arn": {}, - "Name": {} + "Name": {}, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} } } }, @@ -4850,8 +5384,12 @@ "members": { "NextToken": {}, "QuickConnectSummaryList": { - "shape": "Siy" - } + "shape": "Skp" + }, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} } } }, @@ -4898,7 +5436,11 @@ "Id": {}, "Arn": {}, "Name": {}, - "QueueType": {} + "QueueType": {}, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} } } }, @@ -4942,7 +5484,226 @@ "type": "structure", "members": { "QuickConnectSummaryList": { - "shape": "Siy" + "shape": "Skp" + }, + "NextToken": {} + } + } + }, + "ListRealtimeContactAnalysisSegmentsV2": { + "http": { + "requestUri": "/contact/list-real-time-analysis-segments-v2/{InstanceId}/{ContactId}" + }, + "input": { + "type": "structure", + "required": [ + "InstanceId", + "ContactId", + "OutputType", + "SegmentTypes" + ], + "members": { + "InstanceId": { + "location": "uri", + "locationName": "InstanceId" + }, + "ContactId": { + "location": "uri", + "locationName": "ContactId" + }, + "MaxResults": { + "type": "integer" + }, + "NextToken": {}, + "OutputType": {}, + "SegmentTypes": { + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "required": [ + "Channel", + "Status", + "Segments" + ], + "members": { + "Channel": {}, + "Status": {}, + "Segments": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Transcript": { + "type": "structure", + "required": [ + "Id", + "ParticipantId", + "ParticipantRole", + "Content", + "Time" + ], + "members": { + "Id": {}, + "ParticipantId": {}, + "ParticipantRole": {}, + "DisplayName": {}, + "Content": {}, + "ContentType": {}, + "Time": { + "shape": "Sle" + }, + "Redaction": { + "type": "structure", + "members": { + "CharacterOffsets": { + "type": "list", + "member": { + "shape": "Sli" + } + } + } + }, + "Sentiment": {} + } + }, + "Categories": { + "type": "structure", + "required": [ + "MatchedDetails" + ], + "members": { + "MatchedDetails": { + "type": "map", + "key": {}, + "value": { + "type": "structure", + "required": [ + "PointsOfInterest" + ], + "members": { + "PointsOfInterest": { + "type": "list", + "member": { + "type": "structure", + "members": { + "TranscriptItems": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Id" + ], + "members": { + "Id": {}, + "CharacterOffsets": { + "shape": "Sli" + } + } + } + } + } + } + } + } + } + } + } + }, + "Issues": { + "type": "structure", + "required": [ + "IssuesDetected" + ], + "members": { + "IssuesDetected": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "TranscriptItems" + ], + "members": { + "TranscriptItems": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Id" + ], + "members": { + "Content": {}, + "Id": {}, + "CharacterOffsets": { + "shape": "Sli" + } + } + } + } + } + } + } + } + }, + "Event": { + "type": "structure", + "required": [ + "Id", + "EventType", + "Time" + ], + "members": { + "Id": {}, + "ParticipantId": {}, + "ParticipantRole": {}, + "DisplayName": {}, + "EventType": {}, + "Time": { + "shape": "Sle" + } + } + }, + "Attachments": { + "type": "structure", + "required": [ + "Id", + "ParticipantId", + "ParticipantRole", + "Attachments", + "Time" + ], + "members": { + "Id": {}, + "ParticipantId": {}, + "ParticipantRole": {}, + "DisplayName": {}, + "Attachments": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "AttachmentName", + "AttachmentId" + ], + "members": { + "AttachmentName": {}, + "ContentType": {}, + "AttachmentId": {}, + "Status": {} + } + } + }, + "Time": { + "shape": "Sle" + } + } + } + }, + "union": true + } }, "NextToken": {} } @@ -5008,7 +5769,11 @@ "Channel": {} } } - } + }, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} } } }, @@ -5048,7 +5813,11 @@ "members": { "Id": {}, "Arn": {}, - "Name": {} + "Name": {}, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} } } }, @@ -5187,6 +5956,51 @@ } } }, + "ListSecurityProfileApplications": { + "http": { + "method": "GET", + "requestUri": "/security-profiles-applications/{InstanceId}/{SecurityProfileId}" + }, + "input": { + "type": "structure", + "required": [ + "SecurityProfileId", + "InstanceId" + ], + "members": { + "SecurityProfileId": { + "location": "uri", + "locationName": "SecurityProfileId" + }, + "InstanceId": { + "location": "uri", + "locationName": "InstanceId" + }, + "NextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "MaxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "Applications": { + "shape": "S7n" + }, + "NextToken": {}, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} + } + } + }, "ListSecurityProfilePermissions": { "http": { "method": "GET", @@ -5222,9 +6036,13 @@ "type": "structure", "members": { "Permissions": { - "shape": "S69" + "shape": "S7g" }, - "NextToken": {} + "NextToken": {}, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} } } }, @@ -5264,7 +6082,11 @@ "members": { "Id": {}, "Arn": {}, - "Name": {} + "Name": {}, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} } } }, @@ -5293,7 +6115,7 @@ "type": "structure", "members": { "tags": { - "shape": "S1r" + "shape": "S2y" } } } @@ -5527,7 +6349,7 @@ "UserHierarchyGroupSummaryList": { "type": "list", "member": { - "shape": "Sch" + "shape": "Sdx" } }, "NextToken": {} @@ -5570,7 +6392,11 @@ "members": { "Id": {}, "Arn": {}, - "Username": {} + "Username": {}, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} } } }, @@ -5621,7 +6447,7 @@ "Arn": {}, "Description": {}, "Name": { - "shape": "S8a" + "shape": "S9m" }, "Type": {}, "Version": { @@ -5676,7 +6502,7 @@ "Id": {}, "Arn": {}, "Name": { - "shape": "S8a" + "shape": "S9m" }, "Type": {}, "Status": {}, @@ -5793,7 +6619,7 @@ "idempotencyToken": true }, "ReplicaAlias": { - "shape": "S3v" + "shape": "S51" } } }, @@ -5834,12 +6660,12 @@ "input": { "type": "structure", "required": [ - "TargetArn", "PhoneNumberCountryCode", "PhoneNumberType" ], "members": { "TargetArn": {}, + "InstanceId": {}, "PhoneNumberCountryCode": {}, "PhoneNumberType": {}, "PhoneNumberPrefix": {}, @@ -5886,12 +6712,12 @@ "type": "structure", "members": { "TagFilter": { - "shape": "Slg" + "shape": "Sof" } } }, "SearchCriteria": { - "shape": "Slk" + "shape": "Soj" } } }, @@ -5901,7 +6727,7 @@ "HoursOfOperations": { "type": "list", "member": { - "shape": "Sax" + "shape": "Scd" } }, "NextToken": {}, @@ -5930,12 +6756,12 @@ "type": "structure", "members": { "TagFilter": { - "shape": "Slg" + "shape": "Sof" } } }, "SearchCriteria": { - "shape": "Sls" + "shape": "Sor" } } }, @@ -5945,7 +6771,7 @@ "Prompts": { "type": "list", "member": { - "shape": "Sbl" + "shape": "Sd1" } }, "NextToken": {}, @@ -5974,12 +6800,12 @@ "type": "structure", "members": { "TagFilter": { - "shape": "Slg" + "shape": "Sof" } } }, "SearchCriteria": { - "shape": "Sly" + "shape": "Sox" } } }, @@ -5989,7 +6815,7 @@ "Queues": { "type": "list", "member": { - "shape": "Sbo" + "shape": "Sd4" } }, "NextToken": {}, @@ -6018,12 +6844,12 @@ "type": "structure", "members": { "TagFilter": { - "shape": "Slg" + "shape": "Sof" } } }, "SearchCriteria": { - "shape": "Sm5" + "shape": "Sp4" } } }, @@ -6033,7 +6859,7 @@ "QuickConnects": { "type": "list", "member": { - "shape": "Sbs" + "shape": "Sd8" } }, "NextToken": {}, @@ -6114,12 +6940,12 @@ "type": "structure", "members": { "TagFilter": { - "shape": "Slg" + "shape": "Sof" } } }, "SearchCriteria": { - "shape": "Smk" + "shape": "Spj" } } }, @@ -6129,7 +6955,7 @@ "RoutingProfiles": { "type": "list", "member": { - "shape": "Sbv" + "shape": "Sdb" } }, "NextToken": {}, @@ -6155,13 +6981,13 @@ "type": "integer" }, "SearchCriteria": { - "shape": "Smp" + "shape": "Spo" }, "SearchFilter": { "type": "structure", "members": { "TagFilter": { - "shape": "Slg" + "shape": "Sof" } } } @@ -6181,7 +7007,7 @@ "SecurityProfileName": {}, "Description": {}, "Tags": { - "shape": "S1r" + "shape": "S2y" } } } @@ -6199,6 +7025,9 @@ }, "input": { "type": "structure", + "required": [ + "InstanceId" + ], "members": { "InstanceId": {}, "NextToken": {}, @@ -6209,12 +7038,12 @@ "type": "structure", "members": { "TagFilter": { - "shape": "Slg" + "shape": "Sof" } } }, "SearchCriteria": { - "shape": "Smx" + "shape": "Spw" } } }, @@ -6238,14 +7067,14 @@ } }, "PhoneConfig": { - "shape": "S7q" + "shape": "S92" }, "RoutingProfileId": {}, "SecurityProfileIds": { - "shape": "S7v" + "shape": "S97" }, "Tags": { - "shape": "S1r" + "shape": "S2y" }, "Username": {} } @@ -6313,6 +7142,61 @@ } } }, + "SendChatIntegrationEvent": { + "http": { + "requestUri": "/chat-integration-event" + }, + "input": { + "type": "structure", + "required": [ + "SourceId", + "DestinationId", + "Event" + ], + "members": { + "SourceId": {}, + "DestinationId": {}, + "Subtype": {}, + "Event": { + "type": "structure", + "required": [ + "Type" + ], + "members": { + "Type": {}, + "ContentType": {}, + "Content": {} + } + }, + "NewSessionDetails": { + "type": "structure", + "members": { + "SupportedMessagingContentTypes": { + "shape": "Sqh" + }, + "ParticipantDetails": { + "shape": "Sqj" + }, + "Attributes": { + "shape": "S2j" + }, + "StreamingConfiguration": { + "shape": "Sqk" + } + } + } + } + }, + "output": { + "type": "structure", + "members": { + "InitialContactId": {}, + "NewChatCreated": { + "type": "boolean" + } + } + } + }, "StartChatContact": { "http": { "method": "PUT", @@ -6329,16 +7213,10 @@ "InstanceId": {}, "ContactFlowId": {}, "Attributes": { - "shape": "Sda" + "shape": "S2j" }, "ParticipantDetails": { - "type": "structure", - "required": [ - "DisplayName" - ], - "members": { - "DisplayName": {} - } + "shape": "Sqj" }, "InitialMessage": { "type": "structure", @@ -6358,8 +7236,7 @@ "type": "integer" }, "SupportedMessagingContentTypes": { - "type": "list", - "member": {} + "shape": "Sqh" }, "PersistentChat": { "type": "structure", @@ -6368,7 +7245,17 @@ "SourceContactId": {} } }, - "RelatedContactId": {} + "RelatedContactId": {}, + "SegmentAttributes": { + "type": "map", + "key": {}, + "value": { + "type": "structure", + "members": { + "ValueString": {} + } + } + } } }, "output": { @@ -6463,13 +7350,7 @@ "InstanceId": {}, "ContactId": {}, "ChatStreamingConfiguration": { - "type": "structure", - "required": [ - "StreamingEndpointArn" - ], - "members": { - "StreamingEndpointArn": {} - } + "shape": "Sqk" }, "ClientToken": { "idempotencyToken": true @@ -6508,7 +7389,7 @@ "SourcePhoneNumber": {}, "QueueId": {}, "Attributes": { - "shape": "Sda" + "shape": "S2j" }, "AnswerMachineDetectionConfig": { "type": "structure", @@ -6548,11 +7429,11 @@ "PreviousContactId": {}, "ContactFlowId": {}, "Attributes": { - "shape": "Sda" + "shape": "S2j" }, "Name": {}, "References": { - "shape": "S5m" + "shape": "S6u" }, "Description": {}, "ClientToken": { @@ -6561,15 +7442,109 @@ "ScheduledTime": { "type": "timestamp" }, - "TaskTemplateId": {}, - "QuickConnectId": {}, - "RelatedContactId": {} - } - }, - "output": { - "type": "structure", - "members": { - "ContactId": {} + "TaskTemplateId": {}, + "QuickConnectId": {}, + "RelatedContactId": {} + } + }, + "output": { + "type": "structure", + "members": { + "ContactId": {} + } + } + }, + "StartWebRTCContact": { + "http": { + "method": "PUT", + "requestUri": "/contact/webrtc" + }, + "input": { + "type": "structure", + "required": [ + "ContactFlowId", + "InstanceId", + "ParticipantDetails" + ], + "members": { + "Attributes": { + "shape": "S2j" + }, + "ClientToken": { + "idempotencyToken": true + }, + "ContactFlowId": {}, + "InstanceId": {}, + "AllowedCapabilities": { + "type": "structure", + "members": { + "Customer": { + "shape": "Sre" + }, + "Agent": { + "shape": "Sre" + } + } + }, + "ParticipantDetails": { + "shape": "Sqj" + }, + "RelatedContactId": {}, + "References": { + "shape": "S6u" + }, + "Description": {} + } + }, + "output": { + "type": "structure", + "members": { + "ConnectionData": { + "type": "structure", + "members": { + "Attendee": { + "type": "structure", + "members": { + "AttendeeId": {}, + "JoinToken": { + "type": "string", + "sensitive": true + } + } + }, + "Meeting": { + "type": "structure", + "members": { + "MediaRegion": {}, + "MediaPlacement": { + "type": "structure", + "members": { + "AudioHostUrl": {}, + "AudioFallbackUrl": {}, + "SignalingUrl": {}, + "TurnControlUrl": {}, + "EventIngestionUrl": {} + } + }, + "MeetingFeatures": { + "type": "structure", + "members": { + "Audio": { + "type": "structure", + "members": { + "EchoReduction": {} + } + } + } + }, + "MeetingId": {} + } + } + } + }, + "ContactId": {}, + "ParticipantId": {}, + "ParticipantToken": {} } } }, @@ -6585,7 +7560,13 @@ ], "members": { "ContactId": {}, - "InstanceId": {} + "InstanceId": {}, + "DisconnectReason": { + "type": "structure", + "members": { + "Code": {} + } + } } }, "output": { @@ -6657,10 +7638,10 @@ "locationName": "EvaluationId" }, "Answers": { - "shape": "So9" + "shape": "Ss1" }, "Notes": { - "shape": "Sab" + "shape": "Sbr" } } }, @@ -6698,6 +7679,31 @@ "members": {} } }, + "TagContact": { + "http": { + "requestUri": "/contact/tags" + }, + "input": { + "type": "structure", + "required": [ + "ContactId", + "InstanceId", + "Tags" + ], + "members": { + "ContactId": {}, + "InstanceId": {}, + "Tags": { + "shape": "Sbd" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, "TagResource": { "http": { "requestUri": "/tags/{resourceArn}" @@ -6714,7 +7720,7 @@ "locationName": "resourceArn" }, "tags": { - "shape": "S1r" + "shape": "S2y" } } } @@ -6749,6 +7755,41 @@ } } }, + "UntagContact": { + "http": { + "method": "DELETE", + "requestUri": "/contact/tags/{InstanceId}/{ContactId}" + }, + "input": { + "type": "structure", + "required": [ + "ContactId", + "InstanceId", + "TagKeys" + ], + "members": { + "ContactId": { + "location": "uri", + "locationName": "ContactId" + }, + "InstanceId": { + "location": "uri", + "locationName": "InstanceId" + }, + "TagKeys": { + "location": "querystring", + "locationName": "TagKeys", + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, "UntagResource": { "http": { "method": "DELETE", @@ -6827,7 +7868,7 @@ "Name": {}, "Description": {}, "References": { - "shape": "S5m" + "shape": "S6u" } } }, @@ -6851,7 +7892,7 @@ "InitialContactId": {}, "InstanceId": {}, "Attributes": { - "shape": "Sda" + "shape": "S2j" } } }, @@ -6880,10 +7921,10 @@ "locationName": "EvaluationId" }, "Answers": { - "shape": "So9" + "shape": "Ss1" }, "Notes": { - "shape": "Sab" + "shape": "Sbr" } } }, @@ -7097,10 +8138,10 @@ "Title": {}, "Description": {}, "Items": { - "shape": "S2i" + "shape": "S3o" }, "ScoringStrategy": { - "shape": "S3d" + "shape": "S4j" }, "ClientToken": { "idempotencyToken": true @@ -7147,7 +8188,7 @@ "Description": {}, "TimeZone": {}, "Config": { - "shape": "S3l" + "shape": "S4r" } } } @@ -7202,7 +8243,7 @@ "locationName": "resourceType" }, "StorageConfig": { - "shape": "Sl" + "shape": "St" } } } @@ -7282,8 +8323,7 @@ "input": { "type": "structure", "required": [ - "PhoneNumberId", - "TargetArn" + "PhoneNumberId" ], "members": { "PhoneNumberId": { @@ -7291,6 +8331,7 @@ "locationName": "PhoneNumberId" }, "TargetArn": {}, + "InstanceId": {}, "ClientToken": { "idempotencyToken": true } @@ -7304,6 +8345,28 @@ } } }, + "UpdatePhoneNumberMetadata": { + "http": { + "method": "PUT", + "requestUri": "/phone-number/{PhoneNumberId}/metadata" + }, + "input": { + "type": "structure", + "required": [ + "PhoneNumberId" + ], + "members": { + "PhoneNumberId": { + "location": "uri", + "locationName": "PhoneNumberId" + }, + "PhoneNumberDescription": {}, + "ClientToken": { + "idempotencyToken": true + } + } + } + }, "UpdatePrompt": { "http": { "requestUri": "/prompts/{InstanceId}/{PromptId}" @@ -7430,7 +8493,7 @@ "locationName": "QueueId" }, "OutboundCallerConfig": { - "shape": "S4o" + "shape": "S5w" } } } @@ -7480,7 +8543,7 @@ "locationName": "QuickConnectId" }, "QuickConnectConfig": { - "shape": "S4v" + "shape": "S63" } } } @@ -7554,7 +8617,7 @@ "locationName": "RoutingProfileId" }, "MediaConcurrencies": { - "shape": "S54" + "shape": "S6c" } } } @@ -7628,7 +8691,7 @@ "locationName": "RoutingProfileId" }, "QueueConfigs": { - "shape": "S1b" + "shape": "S1j" } } } @@ -7660,7 +8723,7 @@ "Name": {}, "Function": {}, "Actions": { - "shape": "S5g" + "shape": "S6o" }, "PublishStatus": {} } @@ -7679,7 +8742,7 @@ "members": { "Description": {}, "Permissions": { - "shape": "S69" + "shape": "S7g" }, "SecurityProfileId": { "location": "uri", @@ -7690,10 +8753,13 @@ "locationName": "InstanceId" }, "AllowedAccessControlTags": { - "shape": "S6b" + "shape": "S7i" }, "TagRestrictedResources": { - "shape": "S6e" + "shape": "S7l" + }, + "Applications": { + "shape": "S7n" } } } @@ -7721,14 +8787,14 @@ "Description": {}, "ContactFlowId": {}, "Constraints": { - "shape": "S6l" + "shape": "S7x" }, "Defaults": { - "shape": "S6u" + "shape": "S86" }, "Status": {}, "Fields": { - "shape": "S6z" + "shape": "S8b" } } }, @@ -7742,13 +8808,13 @@ "Description": {}, "ContactFlowId": {}, "Constraints": { - "shape": "S6l" + "shape": "S7x" }, "Defaults": { - "shape": "S6u" + "shape": "S86" }, "Fields": { - "shape": "S6z" + "shape": "S8b" }, "Status": {}, "LastModifiedTime": { @@ -7776,13 +8842,13 @@ "locationName": "Id" }, "TelephonyConfig": { - "shape": "Sfy" + "shape": "Shj" }, "SignInConfig": { - "shape": "Sg3" + "shape": "Sho" }, "AgentConfig": { - "shape": "Sg6" + "shape": "Shr" } } }, @@ -7853,19 +8919,19 @@ "type": "structure", "members": { "LevelOne": { - "shape": "Sqc" + "shape": "Sua" }, "LevelTwo": { - "shape": "Sqc" + "shape": "Sua" }, "LevelThree": { - "shape": "Sqc" + "shape": "Sua" }, "LevelFour": { - "shape": "Sqc" + "shape": "Sua" }, "LevelFive": { - "shape": "Sqc" + "shape": "Sua" } } }, @@ -7889,7 +8955,7 @@ ], "members": { "IdentityInfo": { - "shape": "S7m" + "shape": "S8y" }, "UserId": { "location": "uri", @@ -7915,7 +8981,7 @@ ], "members": { "PhoneConfig": { - "shape": "S7q" + "shape": "S92" }, "UserId": { "location": "uri", @@ -7965,7 +9031,7 @@ ], "members": { "SecurityProfileIds": { - "shape": "S7v" + "shape": "S97" }, "UserId": { "location": "uri", @@ -8001,7 +9067,7 @@ }, "Status": {}, "Content": { - "shape": "S85" + "shape": "S9h" } } }, @@ -8009,7 +9075,7 @@ "type": "structure", "members": { "View": { - "shape": "S8c" + "shape": "S9o" } } } @@ -8034,7 +9100,7 @@ "locationName": "ViewId" }, "Name": { - "shape": "S8a" + "shape": "S9m" }, "Description": {} } @@ -8046,7 +9112,7 @@ } }, "shapes": { - "Sa": { + "Sf": { "type": "structure", "required": [ "Name", @@ -8057,13 +9123,13 @@ "LexRegion": {} } }, - "Sd": { + "Si": { "type": "structure", "members": { "AliasArn": {} } }, - "Sl": { + "St": { "type": "structure", "required": [ "StorageType" @@ -8081,7 +9147,7 @@ "BucketName": {}, "BucketPrefix": {}, "EncryptionConfig": { - "shape": "Sr" + "shape": "Sz" } } }, @@ -8098,7 +9164,7 @@ "type": "integer" }, "EncryptionConfig": { - "shape": "Sr" + "shape": "Sz" } } }, @@ -8122,7 +9188,7 @@ } } }, - "Sr": { + "Sz": { "type": "structure", "required": [ "EncryptionType", @@ -8133,11 +9199,11 @@ "KeyId": {} } }, - "S17": { + "S1f": { "type": "list", "member": {} }, - "S1b": { + "S1j": { "type": "list", "member": { "type": "structure", @@ -8148,7 +9214,7 @@ ], "members": { "QueueReference": { - "shape": "S1d" + "shape": "S1l" }, "Priority": { "type": "integer" @@ -8159,7 +9225,7 @@ } } }, - "S1d": { + "S1l": { "type": "structure", "required": [ "QueueId", @@ -8170,12 +9236,61 @@ "Channel": {} } }, - "S1r": { + "S1x": { + "type": "list", + "member": {} + }, + "S1z": { + "type": "list", + "member": { + "type": "structure", + "members": { + "DataSetId": {}, + "TargetAccountId": {}, + "ResourceShareId": {}, + "ResourceShareArn": {} + } + } + }, + "S21": { + "type": "list", + "member": { + "type": "structure", + "members": { + "ErrorCode": {}, + "ErrorMessage": {} + } + } + }, + "S29": { + "type": "list", + "member": { + "type": "structure", + "members": { + "ResourceId": {}, + "FlowId": {}, + "ResourceType": {} + } + } + }, + "S2f": { + "type": "structure", + "members": { + "Type": {}, + "Address": {} + } + }, + "S2j": { + "type": "map", + "key": {}, + "value": {} + }, + "S2y": { "type": "map", "key": {}, "value": {} }, - "S2i": { + "S3o": { "type": "list", "member": { "type": "structure", @@ -8192,7 +9307,7 @@ "RefId": {}, "Instructions": {}, "Items": { - "shape": "S2i" + "shape": "S3o" }, "Weight": { "type": "double" @@ -8343,7 +9458,7 @@ "union": true } }, - "S3d": { + "S4j": { "type": "structure", "required": [ "Mode", @@ -8354,7 +9469,7 @@ "Status": {} } }, - "S3l": { + "S4r": { "type": "list", "member": { "type": "structure", @@ -8366,15 +9481,15 @@ "members": { "Day": {}, "StartTime": { - "shape": "S3o" + "shape": "S4u" }, "EndTime": { - "shape": "S3o" + "shape": "S4u" } } } }, - "S3o": { + "S4u": { "type": "structure", "required": [ "Hours", @@ -8389,11 +9504,11 @@ } } }, - "S3v": { + "S51": { "type": "string", "sensitive": true }, - "S4o": { + "S5w": { "type": "structure", "members": { "OutboundCallerIdName": {}, @@ -8401,7 +9516,7 @@ "OutboundFlowId": {} } }, - "S4v": { + "S63": { "type": "structure", "required": [ "QuickConnectType" @@ -8441,7 +9556,7 @@ } } }, - "S54": { + "S6c": { "type": "list", "member": { "type": "structure", @@ -8466,7 +9581,7 @@ } } }, - "S5d": { + "S6l": { "type": "structure", "required": [ "EventSourceName" @@ -8476,7 +9591,7 @@ "IntegrationAssociationId": {} } }, - "S5g": { + "S6o": { "type": "list", "member": { "type": "structure", @@ -8496,7 +9611,7 @@ "Description": {}, "ContactFlowId": {}, "References": { - "shape": "S5m" + "shape": "S6u" } } }, @@ -8545,7 +9660,7 @@ } } }, - "S5m": { + "S6u": { "type": "map", "key": {}, "value": { @@ -8560,20 +9675,33 @@ } } }, - "S69": { + "S7g": { "type": "list", "member": {} }, - "S6b": { + "S7i": { "type": "map", "key": {}, "value": {} }, - "S6e": { + "S7l": { "type": "list", "member": {} }, - "S6l": { + "S7n": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Namespace": {}, + "ApplicationPermissions": { + "type": "list", + "member": {} + } + } + } + }, + "S7x": { "type": "structure", "members": { "RequiredFields": { @@ -8582,7 +9710,7 @@ "type": "structure", "members": { "Id": { - "shape": "S6o" + "shape": "S80" } } } @@ -8593,7 +9721,7 @@ "type": "structure", "members": { "Id": { - "shape": "S6o" + "shape": "S80" } } } @@ -8604,20 +9732,20 @@ "type": "structure", "members": { "Id": { - "shape": "S6o" + "shape": "S80" } } } } } }, - "S6o": { + "S80": { "type": "structure", "members": { "Name": {} } }, - "S6u": { + "S86": { "type": "structure", "members": { "DefaultFieldValues": { @@ -8626,7 +9754,7 @@ "type": "structure", "members": { "Id": { - "shape": "S6o" + "shape": "S80" }, "DefaultValue": {} } @@ -8634,7 +9762,7 @@ } } }, - "S6z": { + "S8b": { "type": "list", "member": { "type": "structure", @@ -8643,7 +9771,7 @@ ], "members": { "Id": { - "shape": "S6o" + "shape": "S80" }, "Description": {}, "Type": {}, @@ -8654,7 +9782,7 @@ } } }, - "S7m": { + "S8y": { "type": "structure", "members": { "FirstName": {}, @@ -8664,7 +9792,7 @@ "Mobile": {} } }, - "S7q": { + "S92": { "type": "structure", "required": [ "PhoneType" @@ -8680,37 +9808,37 @@ "DeskPhoneNumber": {} } }, - "S7v": { + "S97": { "type": "list", "member": {} }, - "S85": { + "S9h": { "type": "structure", "members": { "Template": {}, "Actions": { - "shape": "S87" + "shape": "S9j" } } }, - "S87": { + "S9j": { "type": "list", "member": { "type": "string", "sensitive": true } }, - "S8a": { + "S9m": { "type": "string", "sensitive": true }, - "S8c": { + "S9o": { "type": "structure", "members": { "Id": {}, "Arn": {}, "Name": { - "shape": "S8a" + "shape": "S9m" }, "Status": {}, "Type": {}, @@ -8728,12 +9856,12 @@ }, "Template": {}, "Actions": { - "shape": "S87" + "shape": "S9j" } } }, "Tags": { - "shape": "S1r" + "shape": "S2y" }, "CreatedTime": { "type": "timestamp" @@ -8744,7 +9872,12 @@ "ViewContentSha256": {} } }, - "Sa4": { + "Sbd": { + "type": "map", + "key": {}, + "value": {} + }, + "Sbk": { "type": "structure", "members": { "Percentage": { @@ -8758,7 +9891,7 @@ } } }, - "Sa8": { + "Sbo": { "type": "structure", "members": { "StringValue": {}, @@ -8771,7 +9904,7 @@ }, "union": true }, - "Sab": { + "Sbr": { "type": "map", "key": {}, "value": { @@ -8781,7 +9914,7 @@ } } }, - "Sax": { + "Scd": { "type": "structure", "members": { "HoursOfOperationId": {}, @@ -8790,21 +9923,25 @@ "Description": {}, "TimeZone": {}, "Config": { - "shape": "S3l" + "shape": "S4r" }, "Tags": { - "shape": "S1r" - } + "shape": "S2y" + }, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} } }, - "Sb7": { + "Scn": { "type": "structure", "members": { "AttributeType": {}, "Value": {} } }, - "Sbl": { + "Sd1": { "type": "structure", "members": { "PromptARN": {}, @@ -8812,11 +9949,15 @@ "Name": {}, "Description": {}, "Tags": { - "shape": "S1r" - } + "shape": "S2y" + }, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} } }, - "Sbo": { + "Sd4": { "type": "structure", "members": { "Name": {}, @@ -8824,7 +9965,7 @@ "QueueId": {}, "Description": {}, "OutboundCallerConfig": { - "shape": "S4o" + "shape": "S5w" }, "HoursOfOperationId": {}, "MaxContacts": { @@ -8832,11 +9973,15 @@ }, "Status": {}, "Tags": { - "shape": "S1r" - } + "shape": "S2y" + }, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} } }, - "Sbs": { + "Sd8": { "type": "structure", "members": { "QuickConnectARN": {}, @@ -8844,14 +9989,18 @@ "Name": {}, "Description": {}, "QuickConnectConfig": { - "shape": "S4v" + "shape": "S63" }, "Tags": { - "shape": "S1r" - } + "shape": "S2y" + }, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} } }, - "Sbv": { + "Sdb": { "type": "structure", "members": { "InstanceId": {}, @@ -8860,11 +10009,11 @@ "RoutingProfileId": {}, "Description": {}, "MediaConcurrencies": { - "shape": "S54" + "shape": "S6c" }, "DefaultOutboundQueueId": {}, "Tags": { - "shape": "S1r" + "shape": "S2y" }, "NumberOfAssociatedQueues": { "type": "long" @@ -8872,109 +10021,119 @@ "NumberOfAssociatedUsers": { "type": "long" }, - "AgentAvailabilityTimer": {} + "AgentAvailabilityTimer": {}, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {}, + "IsDefault": { + "type": "boolean" + } } }, - "Sch": { + "Sdx": { "type": "structure", "members": { "Id": {}, "Arn": {}, - "Name": {} + "Name": {}, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} } }, - "Scl": { + "Se1": { "type": "structure", "members": { "Id": {}, "Arn": {}, - "Name": {} + "Name": {}, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} } }, - "Sda": { - "type": "map", - "key": {}, - "value": {} - }, - "Sde": { + "Seu": { "type": "structure", "members": { "Queues": { - "shape": "Sdf" + "shape": "Sev" }, "Channels": { "type": "list", "member": {} }, "RoutingProfiles": { - "shape": "Sdh" + "shape": "Sex" } } }, - "Sdf": { + "Sev": { "type": "list", "member": {} }, - "Sdh": { + "Sex": { "type": "list", "member": {} }, - "Sdi": { + "Sey": { "type": "list", "member": {} }, - "Sdl": { + "Sf1": { "type": "structure", "members": { "Name": {}, "Unit": {} } }, - "Sdw": { + "Sfc": { "type": "structure", "members": { "Queue": { - "shape": "Sdx" + "shape": "Sfd" }, "Channel": {}, "RoutingProfile": { - "shape": "Sdy" + "shape": "Sfe" } } }, - "Sdx": { + "Sfd": { "type": "structure", "members": { "Id": {}, "Arn": {} } }, - "Sdy": { + "Sfe": { "type": "structure", "members": { "Id": {}, "Arn": {} } }, - "Sef": { + "Sfv": { "type": "structure", "members": { "Id": {}, "Arn": {} } }, - "Seh": { + "Sfx": { "type": "map", "key": {}, "value": { "type": "integer" } }, - "Seo": { + "Sg4": { "type": "string", "sensitive": true }, - "Ser": { + "Sg9": { "type": "structure", "members": { "Name": {}, @@ -8991,7 +10150,7 @@ "Unit": {} } }, - "Sfa": { + "Sgu": { "type": "structure", "members": { "Name": {}, @@ -9016,24 +10175,27 @@ "MetricFilterValues": { "type": "list", "member": {} + }, + "Negate": { + "type": "boolean" } } } } } }, - "Sfy": { + "Shj": { "type": "structure", "required": [ "Distributions" ], "members": { "Distributions": { - "shape": "Sfz" + "shape": "Shk" } } }, - "Sfz": { + "Shk": { "type": "list", "member": { "type": "structure", @@ -9049,7 +10211,7 @@ } } }, - "Sg3": { + "Sho": { "type": "structure", "required": [ "Distributions" @@ -9073,26 +10235,26 @@ } } }, - "Sg6": { + "Shr": { "type": "structure", "required": [ "Distributions" ], "members": { "Distributions": { - "shape": "Sfz" + "shape": "Shk" } } }, - "Sig": { + "Sk7": { "type": "list", "member": {} }, - "Sih": { + "Sk8": { "type": "list", "member": {} }, - "Siy": { + "Skp": { "type": "list", "member": { "type": "structure", @@ -9100,61 +10262,90 @@ "Id": {}, "Arn": {}, "Name": {}, - "QuickConnectType": {} + "QuickConnectType": {}, + "LastModifiedTime": { + "type": "timestamp" + }, + "LastModifiedRegion": {} + } + } + }, + "Sle": { + "type": "structure", + "members": { + "AbsoluteTime": { + "type": "timestamp", + "timestampFormat": "iso8601" + } + }, + "union": true + }, + "Sli": { + "type": "structure", + "required": [ + "BeginOffsetChar", + "EndOffsetChar" + ], + "members": { + "BeginOffsetChar": { + "type": "integer" + }, + "EndOffsetChar": { + "type": "integer" } } }, - "Slg": { + "Sof": { "type": "structure", "members": { "OrConditions": { "type": "list", "member": { - "shape": "Sli" + "shape": "Soh" } }, "AndConditions": { - "shape": "Sli" + "shape": "Soh" }, "TagCondition": { - "shape": "Slj" + "shape": "Soi" } } }, - "Sli": { + "Soh": { "type": "list", "member": { - "shape": "Slj" + "shape": "Soi" } }, - "Slj": { + "Soi": { "type": "structure", "members": { "TagKey": {}, "TagValue": {} } }, - "Slk": { + "Soj": { "type": "structure", "members": { "OrConditions": { - "shape": "Sll" + "shape": "Sok" }, "AndConditions": { - "shape": "Sll" + "shape": "Sok" }, "StringCondition": { - "shape": "Slm" + "shape": "Sol" } } }, - "Sll": { + "Sok": { "type": "list", "member": { - "shape": "Slk" + "shape": "Soj" } }, - "Slm": { + "Sol": { "type": "structure", "members": { "FieldName": {}, @@ -9162,118 +10353,118 @@ "ComparisonType": {} } }, - "Sls": { + "Sor": { "type": "structure", "members": { "OrConditions": { - "shape": "Slt" + "shape": "Sos" }, "AndConditions": { - "shape": "Slt" + "shape": "Sos" }, "StringCondition": { - "shape": "Slm" + "shape": "Sol" } } }, - "Slt": { + "Sos": { "type": "list", "member": { - "shape": "Sls" + "shape": "Sor" } }, - "Sly": { + "Sox": { "type": "structure", "members": { "OrConditions": { - "shape": "Slz" + "shape": "Soy" }, "AndConditions": { - "shape": "Slz" + "shape": "Soy" }, "StringCondition": { - "shape": "Slm" + "shape": "Sol" }, "QueueTypeCondition": {} } }, - "Slz": { + "Soy": { "type": "list", "member": { - "shape": "Sly" + "shape": "Sox" } }, - "Sm5": { + "Sp4": { "type": "structure", "members": { "OrConditions": { - "shape": "Sm6" + "shape": "Sp5" }, "AndConditions": { - "shape": "Sm6" + "shape": "Sp5" }, "StringCondition": { - "shape": "Slm" + "shape": "Sol" } } }, - "Sm6": { + "Sp5": { "type": "list", "member": { - "shape": "Sm5" + "shape": "Sp4" } }, - "Smk": { + "Spj": { "type": "structure", "members": { "OrConditions": { - "shape": "Sml" + "shape": "Spk" }, "AndConditions": { - "shape": "Sml" + "shape": "Spk" }, "StringCondition": { - "shape": "Slm" + "shape": "Sol" } } }, - "Sml": { + "Spk": { "type": "list", "member": { - "shape": "Smk" + "shape": "Spj" } }, - "Smp": { + "Spo": { "type": "structure", "members": { "OrConditions": { - "shape": "Smq" + "shape": "Spp" }, "AndConditions": { - "shape": "Smq" + "shape": "Spp" }, "StringCondition": { - "shape": "Slm" + "shape": "Sol" } } }, - "Smq": { + "Spp": { "type": "list", "member": { - "shape": "Smp" + "shape": "Spo" } }, - "Smx": { + "Spw": { "type": "structure", "members": { "OrConditions": { - "shape": "Smy" + "shape": "Spx" }, "AndConditions": { - "shape": "Smy" + "shape": "Spx" }, "StringCondition": { - "shape": "Slm" + "shape": "Sol" }, "HierarchyGroupCondition": { "type": "structure", @@ -9284,25 +10475,53 @@ } } }, - "Smy": { + "Spx": { "type": "list", "member": { - "shape": "Smx" + "shape": "Spw" + } + }, + "Sqh": { + "type": "list", + "member": {} + }, + "Sqj": { + "type": "structure", + "required": [ + "DisplayName" + ], + "members": { + "DisplayName": {} + } + }, + "Sqk": { + "type": "structure", + "required": [ + "StreamingEndpointArn" + ], + "members": { + "StreamingEndpointArn": {} + } + }, + "Sre": { + "type": "structure", + "members": { + "Video": {} } }, - "So9": { + "Ss1": { "type": "map", "key": {}, "value": { "type": "structure", "members": { "Value": { - "shape": "Sa8" + "shape": "Sbo" } } } }, - "Sqc": { + "Sua": { "type": "structure", "required": [ "Name" diff --git a/iamlivecore/service/connectcases-2022-10-03.min.json b/iamlivecore/service/connectcases-2022-10-03.min.json index 9230665..5bb1128 100644 --- a/iamlivecore/service/connectcases-2022-10-03.min.json +++ b/iamlivecore/service/connectcases-2022-10-03.min.json @@ -320,6 +320,9 @@ "location": "uri", "locationName": "domainId" }, + "performedBy": { + "shape": "S1v" + }, "type": {} } }, @@ -354,11 +357,11 @@ "locationName": "domainId" }, "layoutConfiguration": { - "shape": "S21" + "shape": "S23" }, "name": {}, "requiredFields": { - "shape": "S23" + "shape": "S25" }, "status": {} } @@ -475,7 +478,7 @@ ], "members": { "eventBridge": { - "shape": "S2h" + "shape": "S2j" } } } @@ -597,11 +600,11 @@ "members": { "description": {}, "layoutConfiguration": { - "shape": "S21" + "shape": "S23" }, "name": {}, "requiredFields": { - "shape": "S23" + "shape": "S25" }, "status": {}, "tags": { @@ -971,7 +974,7 @@ "locationName": "domainId" }, "eventBridge": { - "shape": "S2h" + "shape": "S2j" } } }, @@ -1002,7 +1005,7 @@ } }, "filter": { - "shape": "S3t" + "shape": "S3v" }, "maxResults": { "type": "integer" @@ -1155,6 +1158,9 @@ }, "union": true }, + "performedBy": { + "shape": "S1v" + }, "relatedItemId": {}, "tags": { "shape": "Sg" @@ -1334,11 +1340,11 @@ "locationName": "domainId" }, "layoutConfiguration": { - "shape": "S21" + "shape": "S23" }, "name": {}, "requiredFields": { - "shape": "S23" + "shape": "S25" }, "status": {}, "templateId": { @@ -1474,13 +1480,20 @@ "contentType": {} } }, - "S21": { + "S1v": { + "type": "structure", + "members": { + "userArn": {} + }, + "union": true + }, + "S23": { "type": "structure", "members": { "defaultLayout": {} } }, - "S23": { + "S25": { "type": "list", "member": { "type": "structure", @@ -1492,7 +1505,7 @@ } } }, - "S2h": { + "S2j": { "type": "structure", "required": [ "enabled" @@ -1533,13 +1546,13 @@ } } }, - "S3t": { + "S3v": { "type": "structure", "members": { "andAll": { "type": "list", "member": { - "shape": "S3t" + "shape": "S3v" } }, "field": { @@ -1567,12 +1580,12 @@ "union": true }, "not": { - "shape": "S3t" + "shape": "S3v" }, "orAll": { "type": "list", "member": { - "shape": "S3t" + "shape": "S3v" } } }, diff --git a/iamlivecore/service/controltower-2018-05-10.min.json b/iamlivecore/service/controltower-2018-05-10.min.json index 0e16647..5a89665 100644 --- a/iamlivecore/service/controltower-2018-05-10.min.json +++ b/iamlivecore/service/controltower-2018-05-10.min.json @@ -12,6 +12,64 @@ "uid": "controltower-2018-05-10" }, "operations": { + "CreateLandingZone": { + "http": { + "requestUri": "/create-landingzone", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "manifest", + "version" + ], + "members": { + "manifest": { + "shape": "S2" + }, + "tags": { + "shape": "S3" + }, + "version": {} + } + }, + "output": { + "type": "structure", + "required": [ + "arn", + "operationIdentifier" + ], + "members": { + "arn": {}, + "operationIdentifier": {} + } + } + }, + "DeleteLandingZone": { + "http": { + "requestUri": "/delete-landingzone", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "landingZoneIdentifier" + ], + "members": { + "landingZoneIdentifier": {} + } + }, + "output": { + "type": "structure", + "required": [ + "operationIdentifier" + ], + "members": { + "operationIdentifier": {} + } + }, + "idempotent": true + }, "DisableControl": { "http": { "requestUri": "/disable-control", @@ -51,6 +109,12 @@ ], "members": { "controlIdentifier": {}, + "parameters": { + "shape": "Si" + }, + "tags": { + "shape": "S3" + }, "targetIdentifier": {} } }, @@ -60,6 +124,7 @@ "operationIdentifier" ], "members": { + "arn": {}, "operationIdentifier": {} } } @@ -88,11 +153,155 @@ "type": "structure", "members": { "endTime": { - "shape": "Sb" + "shape": "Sp" }, "operationType": {}, "startTime": { - "shape": "Sb" + "shape": "Sp" + }, + "status": {}, + "statusMessage": {} + } + } + } + } + }, + "GetEnabledControl": { + "http": { + "requestUri": "/get-enabled-control", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "enabledControlIdentifier" + ], + "members": { + "enabledControlIdentifier": {} + } + }, + "output": { + "type": "structure", + "required": [ + "enabledControlDetails" + ], + "members": { + "enabledControlDetails": { + "type": "structure", + "members": { + "arn": {}, + "controlIdentifier": {}, + "driftStatusSummary": { + "shape": "Sv" + }, + "parameters": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "key", + "value" + ], + "members": { + "key": {}, + "value": { + "shape": "Sk" + } + } + } + }, + "statusSummary": { + "shape": "Sz" + }, + "targetIdentifier": {}, + "targetRegions": { + "type": "list", + "member": { + "type": "structure", + "members": { + "name": {} + } + } + } + } + } + } + } + }, + "GetLandingZone": { + "http": { + "requestUri": "/get-landingzone", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "landingZoneIdentifier" + ], + "members": { + "landingZoneIdentifier": {} + } + }, + "output": { + "type": "structure", + "required": [ + "landingZone" + ], + "members": { + "landingZone": { + "type": "structure", + "required": [ + "manifest", + "version" + ], + "members": { + "arn": {}, + "driftStatus": { + "type": "structure", + "members": { + "status": {} + } + }, + "latestAvailableVersion": {}, + "manifest": { + "shape": "S2" + }, + "status": {}, + "version": {} + } + } + } + } + }, + "GetLandingZoneOperation": { + "http": { + "requestUri": "/get-landingzone-operation", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "operationIdentifier" + ], + "members": { + "operationIdentifier": {} + } + }, + "output": { + "type": "structure", + "required": [ + "operationDetails" + ], + "members": { + "operationDetails": { + "type": "structure", + "members": { + "endTime": { + "shape": "S1d" + }, + "operationType": {}, + "startTime": { + "shape": "S1d" }, "status": {}, "statusMessage": {} @@ -130,17 +339,274 @@ "member": { "type": "structure", "members": { - "controlIdentifier": {} + "arn": {}, + "controlIdentifier": {}, + "driftStatusSummary": { + "shape": "Sv" + }, + "statusSummary": { + "shape": "Sz" + }, + "targetIdentifier": {} } } }, "nextToken": {} } } + }, + "ListLandingZones": { + "http": { + "requestUri": "/list-landingzones", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "landingZones" + ], + "members": { + "landingZones": { + "type": "list", + "member": { + "type": "structure", + "members": { + "arn": {} + } + } + }, + "nextToken": {} + } + } + }, + "ListTagsForResource": { + "http": { + "method": "GET", + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + } + } + }, + "output": { + "type": "structure", + "required": [ + "tags" + ], + "members": { + "tags": { + "shape": "S3" + } + } + } + }, + "ResetLandingZone": { + "http": { + "requestUri": "/reset-landingzone", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "landingZoneIdentifier" + ], + "members": { + "landingZoneIdentifier": {} + } + }, + "output": { + "type": "structure", + "required": [ + "operationIdentifier" + ], + "members": { + "operationIdentifier": {} + } + } + }, + "TagResource": { + "http": { + "requestUri": "/tags/{resourceArn}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn", + "tags" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + }, + "tags": { + "shape": "S3" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "UntagResource": { + "http": { + "method": "DELETE", + "requestUri": "/tags/{resourceArn}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn", + "tagKeys" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + }, + "tagKeys": { + "location": "querystring", + "locationName": "tagKeys", + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "UpdateEnabledControl": { + "http": { + "requestUri": "/update-enabled-control", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "enabledControlIdentifier", + "parameters" + ], + "members": { + "enabledControlIdentifier": {}, + "parameters": { + "shape": "Si" + } + } + }, + "output": { + "type": "structure", + "required": [ + "operationIdentifier" + ], + "members": { + "operationIdentifier": {} + } + } + }, + "UpdateLandingZone": { + "http": { + "requestUri": "/update-landingzone", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "landingZoneIdentifier", + "manifest", + "version" + ], + "members": { + "landingZoneIdentifier": {}, + "manifest": { + "shape": "S2" + }, + "version": {} + } + }, + "output": { + "type": "structure", + "required": [ + "operationIdentifier" + ], + "members": { + "operationIdentifier": {} + } + } } }, "shapes": { - "Sb": { + "S2": { + "type": "structure", + "members": {}, + "document": true + }, + "S3": { + "type": "map", + "key": {}, + "value": {} + }, + "Si": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "key", + "value" + ], + "members": { + "key": {}, + "value": { + "shape": "Sk" + } + } + } + }, + "Sk": { + "type": "structure", + "members": {}, + "document": true + }, + "Sp": { + "type": "timestamp", + "timestampFormat": "iso8601" + }, + "Sv": { + "type": "structure", + "members": { + "driftStatus": {} + } + }, + "Sz": { + "type": "structure", + "members": { + "lastOperationIdentifier": {}, + "status": {} + } + }, + "S1d": { "type": "timestamp", "timestampFormat": "iso8601" } diff --git a/iamlivecore/service/cost-optimization-hub-2022-07-26.min.json b/iamlivecore/service/cost-optimization-hub-2022-07-26.min.json new file mode 100644 index 0000000..2db7097 --- /dev/null +++ b/iamlivecore/service/cost-optimization-hub-2022-07-26.min.json @@ -0,0 +1,757 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2022-07-26", + "endpointPrefix": "cost-optimization-hub", + "jsonVersion": "1.0", + "protocol": "json", + "serviceFullName": "Cost Optimization Hub", + "serviceId": "Cost Optimization Hub", + "signatureVersion": "v4", + "signingName": "cost-optimization-hub", + "targetPrefix": "CostOptimizationHubService", + "uid": "cost-optimization-hub-2022-07-26" + }, + "operations": { + "GetPreferences": { + "input": { + "type": "structure", + "members": {} + }, + "output": { + "type": "structure", + "members": { + "memberAccountDiscountVisibility": {}, + "savingsEstimationMode": {} + } + } + }, + "GetRecommendation": { + "input": { + "type": "structure", + "required": [ + "recommendationId" + ], + "members": { + "recommendationId": {} + } + }, + "output": { + "type": "structure", + "members": { + "accountId": {}, + "actionType": {}, + "costCalculationLookbackPeriodInDays": { + "type": "integer" + }, + "currencyCode": {}, + "currentResourceDetails": { + "shape": "Sa" + }, + "currentResourceType": {}, + "estimatedMonthlyCost": { + "type": "double" + }, + "estimatedMonthlySavings": { + "type": "double" + }, + "estimatedSavingsOverCostCalculationLookbackPeriod": { + "type": "double" + }, + "estimatedSavingsPercentage": { + "type": "double" + }, + "implementationEffort": {}, + "lastRefreshTimestamp": { + "type": "timestamp" + }, + "recommendationId": {}, + "recommendationLookbackPeriodInDays": { + "type": "integer" + }, + "recommendedResourceDetails": { + "shape": "Sa" + }, + "recommendedResourceType": {}, + "region": {}, + "resourceArn": {}, + "resourceId": {}, + "restartNeeded": { + "type": "boolean" + }, + "rollbackPossible": { + "type": "boolean" + }, + "source": {}, + "tags": { + "shape": "S1k" + } + } + } + }, + "ListEnrollmentStatuses": { + "input": { + "type": "structure", + "members": { + "accountId": {}, + "includeOrganizationInfo": { + "type": "boolean" + }, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "members": { + "accountId": {}, + "createdTimestamp": { + "type": "timestamp" + }, + "lastUpdatedTimestamp": { + "type": "timestamp" + }, + "status": {} + } + } + }, + "nextToken": {} + } + } + }, + "ListRecommendationSummaries": { + "input": { + "type": "structure", + "required": [ + "groupBy" + ], + "members": { + "filter": { + "shape": "S1w" + }, + "groupBy": {}, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "currencyCode": {}, + "estimatedTotalDedupedSavings": { + "type": "double" + }, + "groupBy": {}, + "items": { + "type": "list", + "member": { + "type": "structure", + "members": { + "estimatedMonthlySavings": { + "type": "double" + }, + "group": {}, + "recommendationCount": { + "type": "integer" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListRecommendations": { + "input": { + "type": "structure", + "members": { + "filter": { + "shape": "S1w" + }, + "includeAllRecommendations": { + "type": "boolean" + }, + "maxResults": { + "type": "integer" + }, + "nextToken": {}, + "orderBy": { + "type": "structure", + "members": { + "dimension": {}, + "order": {} + } + } + } + }, + "output": { + "type": "structure", + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "members": { + "accountId": {}, + "actionType": {}, + "currencyCode": {}, + "currentResourceSummary": {}, + "currentResourceType": {}, + "estimatedMonthlyCost": { + "type": "double" + }, + "estimatedMonthlySavings": { + "type": "double" + }, + "estimatedSavingsPercentage": { + "type": "double" + }, + "implementationEffort": {}, + "lastRefreshTimestamp": { + "type": "timestamp" + }, + "recommendationId": {}, + "recommendationLookbackPeriodInDays": { + "type": "integer" + }, + "recommendedResourceSummary": {}, + "recommendedResourceType": {}, + "region": {}, + "resourceArn": {}, + "resourceId": {}, + "restartNeeded": { + "type": "boolean" + }, + "rollbackPossible": { + "type": "boolean" + }, + "source": {}, + "tags": { + "shape": "S1k" + } + } + } + }, + "nextToken": {} + } + } + }, + "UpdateEnrollmentStatus": { + "input": { + "type": "structure", + "required": [ + "status" + ], + "members": { + "includeMemberAccounts": { + "type": "boolean" + }, + "status": {} + } + }, + "output": { + "type": "structure", + "members": { + "status": {} + } + } + }, + "UpdatePreferences": { + "input": { + "type": "structure", + "members": { + "memberAccountDiscountVisibility": {}, + "savingsEstimationMode": {} + } + }, + "output": { + "type": "structure", + "members": { + "memberAccountDiscountVisibility": {}, + "savingsEstimationMode": {} + } + } + } + }, + "shapes": { + "Sa": { + "type": "structure", + "members": { + "computeSavingsPlans": { + "type": "structure", + "members": { + "configuration": { + "type": "structure", + "members": { + "accountScope": {}, + "hourlyCommitment": {}, + "paymentOption": {}, + "term": {} + } + }, + "costCalculation": { + "shape": "Sd" + } + } + }, + "ebsVolume": { + "type": "structure", + "members": { + "configuration": { + "type": "structure", + "members": { + "attachmentState": {}, + "performance": { + "type": "structure", + "members": { + "iops": { + "type": "double" + }, + "throughput": { + "type": "double" + } + } + }, + "storage": { + "type": "structure", + "members": { + "sizeInGb": { + "type": "double" + }, + "type": {} + } + } + } + }, + "costCalculation": { + "shape": "Sk" + } + } + }, + "ec2AutoScalingGroup": { + "type": "structure", + "members": { + "configuration": { + "type": "structure", + "members": { + "instance": { + "shape": "Sr" + } + } + }, + "costCalculation": { + "shape": "Sk" + } + } + }, + "ec2Instance": { + "type": "structure", + "members": { + "configuration": { + "type": "structure", + "members": { + "instance": { + "shape": "Sr" + } + } + }, + "costCalculation": { + "shape": "Sk" + } + } + }, + "ec2InstanceSavingsPlans": { + "type": "structure", + "members": { + "configuration": { + "type": "structure", + "members": { + "accountScope": {}, + "hourlyCommitment": {}, + "instanceFamily": {}, + "paymentOption": {}, + "savingsPlansRegion": {}, + "term": {} + } + }, + "costCalculation": { + "shape": "Sd" + } + } + }, + "ec2ReservedInstances": { + "type": "structure", + "members": { + "configuration": { + "type": "structure", + "members": { + "accountScope": {}, + "currentGeneration": {}, + "instanceFamily": {}, + "instanceType": {}, + "monthlyRecurringCost": {}, + "normalizedUnitsToPurchase": {}, + "numberOfInstancesToPurchase": {}, + "offeringClass": {}, + "paymentOption": {}, + "platform": {}, + "reservedInstancesRegion": {}, + "service": {}, + "sizeFlexEligible": { + "type": "boolean" + }, + "tenancy": {}, + "term": {}, + "upfrontCost": {} + } + }, + "costCalculation": { + "shape": "Sz" + } + } + }, + "ecsService": { + "type": "structure", + "members": { + "configuration": { + "type": "structure", + "members": { + "compute": { + "shape": "S13" + } + } + }, + "costCalculation": { + "shape": "Sk" + } + } + }, + "elastiCacheReservedInstances": { + "type": "structure", + "members": { + "configuration": { + "type": "structure", + "members": { + "accountScope": {}, + "currentGeneration": {}, + "instanceFamily": {}, + "instanceType": {}, + "monthlyRecurringCost": {}, + "normalizedUnitsToPurchase": {}, + "numberOfInstancesToPurchase": {}, + "paymentOption": {}, + "reservedInstancesRegion": {}, + "service": {}, + "sizeFlexEligible": { + "type": "boolean" + }, + "term": {}, + "upfrontCost": {} + } + }, + "costCalculation": { + "shape": "Sz" + } + } + }, + "lambdaFunction": { + "type": "structure", + "members": { + "configuration": { + "type": "structure", + "members": { + "compute": { + "shape": "S13" + } + } + }, + "costCalculation": { + "shape": "Sk" + } + } + }, + "openSearchReservedInstances": { + "type": "structure", + "members": { + "configuration": { + "type": "structure", + "members": { + "accountScope": {}, + "currentGeneration": {}, + "instanceType": {}, + "monthlyRecurringCost": {}, + "normalizedUnitsToPurchase": {}, + "numberOfInstancesToPurchase": {}, + "paymentOption": {}, + "reservedInstancesRegion": {}, + "service": {}, + "sizeFlexEligible": { + "type": "boolean" + }, + "term": {}, + "upfrontCost": {} + } + }, + "costCalculation": { + "shape": "Sz" + } + } + }, + "rdsReservedInstances": { + "type": "structure", + "members": { + "configuration": { + "type": "structure", + "members": { + "accountScope": {}, + "currentGeneration": {}, + "databaseEdition": {}, + "databaseEngine": {}, + "deploymentOption": {}, + "instanceFamily": {}, + "instanceType": {}, + "licenseModel": {}, + "monthlyRecurringCost": {}, + "normalizedUnitsToPurchase": {}, + "numberOfInstancesToPurchase": {}, + "paymentOption": {}, + "reservedInstancesRegion": {}, + "service": {}, + "sizeFlexEligible": { + "type": "boolean" + }, + "term": {}, + "upfrontCost": {} + } + }, + "costCalculation": { + "shape": "Sz" + } + } + }, + "redshiftReservedInstances": { + "type": "structure", + "members": { + "configuration": { + "type": "structure", + "members": { + "accountScope": {}, + "currentGeneration": {}, + "instanceFamily": {}, + "instanceType": {}, + "monthlyRecurringCost": {}, + "normalizedUnitsToPurchase": {}, + "numberOfInstancesToPurchase": {}, + "paymentOption": {}, + "reservedInstancesRegion": {}, + "service": {}, + "sizeFlexEligible": { + "type": "boolean" + }, + "term": {}, + "upfrontCost": {} + } + }, + "costCalculation": { + "shape": "Sz" + } + } + }, + "sageMakerSavingsPlans": { + "type": "structure", + "members": { + "configuration": { + "type": "structure", + "members": { + "accountScope": {}, + "hourlyCommitment": {}, + "paymentOption": {}, + "term": {} + } + }, + "costCalculation": { + "shape": "Sd" + } + } + } + }, + "union": true + }, + "Sd": { + "type": "structure", + "members": { + "pricing": { + "type": "structure", + "members": { + "estimatedMonthlyCommitment": { + "type": "double" + }, + "estimatedOnDemandCost": { + "type": "double" + }, + "monthlySavingsPlansEligibleCost": { + "type": "double" + }, + "savingsPercentage": { + "type": "double" + } + } + } + } + }, + "Sk": { + "type": "structure", + "members": { + "pricing": { + "type": "structure", + "members": { + "estimatedCostAfterDiscounts": { + "type": "double" + }, + "estimatedCostBeforeDiscounts": { + "type": "double" + }, + "estimatedDiscounts": { + "type": "structure", + "members": { + "otherDiscount": { + "type": "double" + }, + "reservedInstancesDiscount": { + "type": "double" + }, + "savingsPlansDiscount": { + "type": "double" + } + } + }, + "estimatedNetUnusedAmortizedCommitments": { + "type": "double" + } + } + }, + "usages": { + "type": "list", + "member": { + "type": "structure", + "members": { + "operation": {}, + "productCode": {}, + "unit": {}, + "usageAmount": { + "type": "double" + }, + "usageType": {} + } + } + } + } + }, + "Sr": { + "type": "structure", + "members": { + "type": {} + } + }, + "Sz": { + "type": "structure", + "members": { + "pricing": { + "type": "structure", + "members": { + "estimatedMonthlyAmortizedReservationCost": { + "type": "double" + }, + "estimatedOnDemandCost": { + "type": "double" + }, + "monthlyReservationEligibleCost": { + "type": "double" + }, + "savingsPercentage": { + "type": "double" + } + } + } + } + }, + "S13": { + "type": "structure", + "members": { + "architecture": {}, + "memorySizeInMB": { + "type": "integer" + }, + "platform": {}, + "vCpu": { + "type": "double" + } + } + }, + "S1k": { + "type": "list", + "member": { + "type": "structure", + "members": { + "key": {}, + "value": {} + } + } + }, + "S1w": { + "type": "structure", + "members": { + "accountIds": { + "type": "list", + "member": {} + }, + "actionTypes": { + "type": "list", + "member": {} + }, + "implementationEfforts": { + "type": "list", + "member": {} + }, + "recommendationIds": { + "type": "list", + "member": {} + }, + "regions": { + "type": "list", + "member": {} + }, + "resourceArns": { + "type": "list", + "member": {} + }, + "resourceIds": { + "type": "list", + "member": {} + }, + "resourceTypes": { + "type": "list", + "member": {} + }, + "restartNeeded": { + "type": "boolean" + }, + "rollbackPossible": { + "type": "boolean" + }, + "tags": { + "shape": "S1k" + } + } + } + } +} \ No newline at end of file diff --git a/iamlivecore/service/cur-2017-01-06.min.json b/iamlivecore/service/cur-2017-01-06.min.json index 0d1b442..6827ba7 100644 --- a/iamlivecore/service/cur-2017-01-06.min.json +++ b/iamlivecore/service/cur-2017-01-06.min.json @@ -16,6 +16,9 @@ "DeleteReportDefinition": { "input": { "type": "structure", + "required": [ + "ReportName" + ], "members": { "ReportName": {} } @@ -50,6 +53,25 @@ } } }, + "ListTagsForResource": { + "input": { + "type": "structure", + "required": [ + "ReportName" + ], + "members": { + "ReportName": {} + } + }, + "output": { + "type": "structure", + "members": { + "Tags": { + "shape": "St" + } + } + } + }, "ModifyReportDefinition": { "input": { "type": "structure", @@ -78,6 +100,48 @@ "members": { "ReportDefinition": { "shape": "Sa" + }, + "Tags": { + "shape": "St" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "TagResource": { + "input": { + "type": "structure", + "required": [ + "ReportName", + "Tags" + ], + "members": { + "ReportName": {}, + "Tags": { + "shape": "St" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "UntagResource": { + "input": { + "type": "structure", + "required": [ + "ReportName", + "TagKeys" + ], + "members": { + "ReportName": {}, + "TagKeys": { + "type": "list", + "member": {} } } }, @@ -120,7 +184,28 @@ "type": "boolean" }, "ReportVersioning": {}, - "BillingViewArn": {} + "BillingViewArn": {}, + "ReportStatus": { + "type": "structure", + "members": { + "lastDelivery": {}, + "lastStatus": {} + } + } + } + }, + "St": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Key", + "Value" + ], + "members": { + "Key": {}, + "Value": {} + } } } } diff --git a/iamlivecore/service/customer-profiles-2020-08-15.min.json b/iamlivecore/service/customer-profiles-2020-08-15.min.json index 05521d4..b61c4e4 100644 --- a/iamlivecore/service/customer-profiles-2020-08-15.min.json +++ b/iamlivecore/service/customer-profiles-2020-08-15.min.json @@ -69,7 +69,9 @@ "locationName": "CalculatedAttributeName" }, "DisplayName": {}, - "Description": {}, + "Description": { + "shape": "Sa" + }, "AttributeDetails": { "shape": "Sb" }, @@ -89,7 +91,9 @@ "members": { "CalculatedAttributeName": {}, "DisplayName": {}, - "Description": {}, + "Description": { + "shape": "Sa" + }, "AttributeDetails": { "shape": "Sb" }, @@ -635,6 +639,51 @@ "members": {} } }, + "DetectProfileObjectType": { + "http": { + "requestUri": "/domains/{DomainName}/detect/object-types" + }, + "input": { + "type": "structure", + "required": [ + "Objects", + "DomainName" + ], + "members": { + "Objects": { + "type": "list", + "member": { + "shape": "S41" + }, + "sensitive": true + }, + "DomainName": { + "location": "uri", + "locationName": "DomainName" + } + } + }, + "output": { + "type": "structure", + "members": { + "DetectedProfileObjectTypes": { + "type": "list", + "member": { + "type": "structure", + "members": { + "SourceLastUpdatedTimestampFormat": {}, + "Fields": { + "shape": "S45" + }, + "Keys": { + "shape": "S49" + } + } + } + } + } + } + }, "GetAutoMergingPreview": { "http": { "requestUri": "/domains/{DomainName}/identity-resolution-jobs/auto-merging-preview" @@ -708,7 +757,9 @@ "members": { "CalculatedAttributeName": {}, "DisplayName": {}, - "Description": {}, + "Description": { + "shape": "Sa" + }, "CreatedAt": { "type": "timestamp" }, @@ -940,10 +991,10 @@ "shape": "S11" }, "ExportingLocation": { - "shape": "S4i" + "shape": "S4y" }, "JobStats": { - "shape": "S4l" + "shape": "S51" } } } @@ -988,7 +1039,7 @@ "shape": "Sn" }, "ObjectTypeNames": { - "shape": "S4o" + "shape": "S54" }, "WorkflowId": {}, "IsUnstructured": { @@ -1040,7 +1091,7 @@ "members": { "MatchId": {}, "ProfileIds": { - "shape": "S4w" + "shape": "S5c" }, "ConfidenceScore": { "type": "double" @@ -1082,7 +1133,7 @@ "members": { "ObjectTypeName": {}, "Description": { - "shape": "S50" + "shape": "Sa" }, "TemplateId": {}, "ExpirationDays": { @@ -1094,10 +1145,10 @@ }, "SourceLastUpdatedTimestampFormat": {}, "Fields": { - "shape": "S51" + "shape": "S45" }, "Keys": { - "shape": "S54" + "shape": "S49" }, "CreatedAt": { "type": "timestamp" @@ -1139,10 +1190,10 @@ }, "SourceLastUpdatedTimestampFormat": {}, "Fields": { - "shape": "S51" + "shape": "S45" }, "Keys": { - "shape": "S54" + "shape": "S49" } } } @@ -1182,7 +1233,7 @@ "type": "structure", "members": { "ProfileIds": { - "shape": "S4w" + "shape": "S5c" }, "MatchId": {}, "MatchType": {}, @@ -1383,7 +1434,7 @@ "type": "structure", "members": { "Items": { - "shape": "S5u" + "shape": "S60" }, "NextToken": {} } @@ -1425,7 +1476,9 @@ "members": { "CalculatedAttributeName": {}, "DisplayName": {}, - "Description": {}, + "Description": { + "shape": "Sa" + }, "CreatedAt": { "type": "timestamp" }, @@ -1436,7 +1489,8 @@ "shape": "Sn" } } - } + }, + "sensitive": true }, "NextToken": {} } @@ -1656,10 +1710,10 @@ "type": "timestamp" }, "JobStats": { - "shape": "S4l" + "shape": "S51" }, "ExportingLocation": { - "shape": "S4i" + "shape": "S4y" }, "Message": {} } @@ -1704,7 +1758,7 @@ "type": "structure", "members": { "Items": { - "shape": "S5u" + "shape": "S60" }, "NextToken": {} } @@ -1857,7 +1911,7 @@ "ObjectTypeName": {}, "ProfileObjectUniqueKey": {}, "Object": { - "shape": "S6w" + "shape": "S41" } } } @@ -2079,7 +2133,7 @@ "shape": "S1x" }, "ObjectTypeNames": { - "shape": "S4o" + "shape": "S54" } } }, @@ -2105,7 +2159,7 @@ "shape": "Sn" }, "ObjectTypeNames": { - "shape": "S4o" + "shape": "S54" }, "WorkflowId": {}, "IsUnstructured": { @@ -2129,7 +2183,7 @@ "members": { "ObjectTypeName": {}, "Object": { - "shape": "S6w" + "shape": "S41" }, "DomainName": { "location": "uri", @@ -2166,7 +2220,7 @@ "locationName": "ObjectTypeName" }, "Description": { - "shape": "S50" + "shape": "Sa" }, "TemplateId": {}, "ExpirationDays": { @@ -2178,10 +2232,10 @@ }, "SourceLastUpdatedTimestampFormat": {}, "Fields": { - "shape": "S51" + "shape": "S45" }, "Keys": { - "shape": "S54" + "shape": "S49" }, "Tags": { "shape": "Sn" @@ -2197,7 +2251,7 @@ "members": { "ObjectTypeName": {}, "Description": { - "shape": "S50" + "shape": "Sa" }, "TemplateId": {}, "ExpirationDays": { @@ -2209,10 +2263,10 @@ }, "SourceLastUpdatedTimestampFormat": {}, "Fields": { - "shape": "S51" + "shape": "S45" }, "Keys": { - "shape": "S54" + "shape": "S49" }, "CreatedAt": { "type": "timestamp" @@ -2446,7 +2500,9 @@ "locationName": "CalculatedAttributeName" }, "DisplayName": {}, - "Description": {}, + "Description": { + "shape": "Sa" + }, "Conditions": { "shape": "Sf" } @@ -2457,7 +2513,9 @@ "members": { "CalculatedAttributeName": {}, "DisplayName": {}, - "Description": {}, + "Description": { + "shape": "Sa" + }, "CreatedAt": { "type": "timestamp" }, @@ -2564,61 +2622,61 @@ "sensitive": true }, "AccountNumber": { - "shape": "S82" + "shape": "S87" }, "PartyType": { "shape": "S3b" }, "BusinessName": { - "shape": "S82" + "shape": "S87" }, "FirstName": { - "shape": "S82" + "shape": "S87" }, "MiddleName": { - "shape": "S82" + "shape": "S87" }, "LastName": { - "shape": "S82" + "shape": "S87" }, "BirthDate": { - "shape": "S82" + "shape": "S87" }, "Gender": { "shape": "S3c" }, "PhoneNumber": { - "shape": "S82" + "shape": "S87" }, "MobilePhoneNumber": { - "shape": "S82" + "shape": "S87" }, "HomePhoneNumber": { - "shape": "S82" + "shape": "S87" }, "BusinessPhoneNumber": { - "shape": "S82" + "shape": "S87" }, "EmailAddress": { - "shape": "S82" + "shape": "S87" }, "PersonalEmailAddress": { - "shape": "S82" + "shape": "S87" }, "BusinessEmailAddress": { - "shape": "S82" + "shape": "S87" }, "Address": { - "shape": "S83" + "shape": "S88" }, "ShippingAddress": { - "shape": "S83" + "shape": "S88" }, "MailingAddress": { - "shape": "S83" + "shape": "S88" }, "BillingAddress": { - "shape": "S83" + "shape": "S88" }, "Attributes": { "type": "map", @@ -2627,10 +2685,10 @@ "sensitive": true }, "PartyTypeString": { - "shape": "S82" + "shape": "S87" }, "GenderString": { - "shape": "S82" + "shape": "S87" } } }, @@ -2650,6 +2708,10 @@ "type": "list", "member": {} }, + "Sa": { + "type": "string", + "sensitive": true + }, "Sb": { "type": "structure", "required": [ @@ -3115,46 +3177,11 @@ "value": {}, "sensitive": true }, - "S4i": { - "type": "structure", - "members": { - "S3Exporting": { - "type": "structure", - "members": { - "S3BucketName": {}, - "S3KeyName": {} - } - } - } - }, - "S4l": { - "type": "structure", - "members": { - "NumberOfProfilesReviewed": { - "type": "long" - }, - "NumberOfMatchesFound": { - "type": "long" - }, - "NumberOfMergesDone": { - "type": "long" - } - } - }, - "S4o": { - "type": "map", - "key": {}, - "value": {} - }, - "S4w": { - "type": "list", - "member": {} - }, - "S50": { + "S41": { "type": "string", "sensitive": true }, - "S51": { + "S45": { "type": "map", "key": {}, "value": { @@ -3167,7 +3194,7 @@ }, "sensitive": true }, - "S54": { + "S49": { "type": "map", "key": {}, "value": { @@ -3188,7 +3215,42 @@ }, "sensitive": true }, - "S5u": { + "S4y": { + "type": "structure", + "members": { + "S3Exporting": { + "type": "structure", + "members": { + "S3BucketName": {}, + "S3KeyName": {} + } + } + } + }, + "S51": { + "type": "structure", + "members": { + "NumberOfProfilesReviewed": { + "type": "long" + }, + "NumberOfMatchesFound": { + "type": "long" + }, + "NumberOfMergesDone": { + "type": "long" + } + } + }, + "S54": { + "type": "map", + "key": {}, + "value": {} + }, + "S5c": { + "type": "list", + "member": {} + }, + "S60": { "type": "list", "member": { "type": "structure", @@ -3212,7 +3274,7 @@ "shape": "Sn" }, "ObjectTypeNames": { - "shape": "S4o" + "shape": "S54" }, "WorkflowId": {}, "IsUnstructured": { @@ -3221,15 +3283,11 @@ } } }, - "S6w": { - "type": "string", - "sensitive": true - }, - "S82": { + "S87": { "type": "string", "sensitive": true }, - "S83": { + "S88": { "type": "structure", "members": { "Address1": {}, diff --git a/iamlivecore/service/dataexchange-2017-07-25.min.json b/iamlivecore/service/dataexchange-2017-07-25.min.json index 38fbd78..51af2d3 100644 --- a/iamlivecore/service/dataexchange-2017-07-25.min.json +++ b/iamlivecore/service/dataexchange-2017-07-25.min.json @@ -1155,6 +1155,131 @@ "hostPrefix": "api-fulfill." } }, + "SendDataSetNotification": { + "http": { + "requestUri": "/v1/data-sets/{DataSetId}/notification", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "DataSetId", + "Type" + ], + "members": { + "Scope": { + "type": "structure", + "members": { + "LakeFormationTagPolicies": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Database": {}, + "Table": {} + } + } + }, + "RedshiftDataShares": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Arn", + "Database" + ], + "members": { + "Arn": {}, + "Database": {}, + "Function": {}, + "Table": {}, + "Schema": {}, + "View": {} + } + } + }, + "S3DataAccesses": { + "type": "list", + "member": { + "type": "structure", + "members": { + "KeyPrefixes": { + "shape": "S1a" + }, + "Keys": { + "shape": "S1a" + } + } + } + } + } + }, + "ClientToken": { + "idempotencyToken": true + }, + "Comment": {}, + "DataSetId": { + "location": "uri", + "locationName": "DataSetId" + }, + "Details": { + "type": "structure", + "members": { + "DataUpdate": { + "type": "structure", + "members": { + "DataUpdatedAt": { + "shape": "Sa" + } + } + }, + "Deprecation": { + "type": "structure", + "required": [ + "DeprecationAt" + ], + "members": { + "DeprecationAt": { + "shape": "Sa" + } + } + }, + "SchemaChange": { + "type": "structure", + "required": [ + "SchemaChangeAt" + ], + "members": { + "Changes": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Name", + "Type" + ], + "members": { + "Name": {}, + "Type": {}, + "Description": {} + } + } + }, + "SchemaChangeAt": { + "shape": "Sa" + } + } + } + } + }, + "Type": {} + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "StartJob": { "http": { "method": "PATCH", @@ -1429,9 +1554,6 @@ }, "Sd": { "type": "structure", - "required": [ - "ProductId" - ], "members": { "ProductId": {} } diff --git a/iamlivecore/service/datasync-2018-11-09.min.json b/iamlivecore/service/datasync-2018-11-09.min.json index 1b77218..207cbfb 100644 --- a/iamlivecore/service/datasync-2018-11-09.min.json +++ b/iamlivecore/service/datasync-2018-11-09.min.json @@ -574,6 +574,9 @@ "shape": "Ss" } } + }, + "Platform": { + "shape": "S4h" } } } @@ -1088,7 +1091,7 @@ "DiscoveryJobArn": {}, "ResourceType": {}, "ResourceIds": { - "shape": "S5w" + "shape": "S5y" }, "Filter": { "type": "map", @@ -1135,10 +1138,10 @@ "type": "long" }, "MaxP95Performance": { - "shape": "S66" + "shape": "S68" }, "Recommendations": { - "shape": "S67" + "shape": "S69" }, "NfsExportedVolumes": { "type": "long" @@ -1182,10 +1185,10 @@ "type": "long" }, "MaxP95Performance": { - "shape": "S66" + "shape": "S68" }, "Recommendations": { - "shape": "S67" + "shape": "S69" }, "RecommendationStatus": {}, "LunCount": { @@ -1208,7 +1211,7 @@ "ResourceId": {}, "ClusterName": {}, "MaxP95Performance": { - "shape": "S66" + "shape": "S68" }, "ClusterBlockStorageSize": { "type": "long" @@ -1220,7 +1223,7 @@ "type": "long" }, "Recommendations": { - "shape": "S67" + "shape": "S69" }, "RecommendationStatus": {}, "LunCount": { @@ -1396,7 +1399,7 @@ "members": { "DiscoveryJobArn": {}, "ResourceIds": { - "shape": "S5w" + "shape": "S5y" }, "ResourceType": {} } @@ -1429,7 +1432,10 @@ "members": { "AgentArn": {}, "Name": {}, - "Status": {} + "Status": {}, + "Platform": { + "shape": "S4h" + } } } }, @@ -1488,7 +1494,7 @@ "members": { "Name": {}, "Values": { - "shape": "S7b" + "shape": "S7d" }, "Operator": {} } @@ -1618,7 +1624,7 @@ "members": { "Name": {}, "Values": { - "shape": "S7b" + "shape": "S7d" }, "Operator": {} } @@ -2319,11 +2325,17 @@ "ReportLevel": {} } }, - "S5w": { + "S4h": { + "type": "structure", + "members": { + "Version": {} + } + }, + "S5y": { "type": "list", "member": {} }, - "S66": { + "S68": { "type": "structure", "members": { "IopsRead": { @@ -2361,7 +2373,7 @@ } } }, - "S67": { + "S69": { "type": "list", "member": { "type": "structure", @@ -2376,7 +2388,7 @@ } } }, - "S7b": { + "S7d": { "type": "list", "member": {} } diff --git a/iamlivecore/service/datazone-2018-05-10.min.json b/iamlivecore/service/datazone-2018-05-10.min.json new file mode 100644 index 0000000..e5fa695 --- /dev/null +++ b/iamlivecore/service/datazone-2018-05-10.min.json @@ -0,0 +1,7186 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2018-05-10", + "endpointPrefix": "datazone", + "jsonVersion": "1.1", + "protocol": "rest-json", + "serviceFullName": "Amazon DataZone", + "serviceId": "DataZone", + "signatureVersion": "v4", + "signingName": "datazone", + "uid": "datazone-2018-05-10" + }, + "operations": { + "AcceptPredictions": { + "http": { + "method": "PUT", + "requestUri": "/v2/domains/{domainIdentifier}/assets/{identifier}/accept-predictions", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "acceptChoices": { + "type": "list", + "member": { + "type": "structure", + "members": { + "predictionChoice": { + "type": "integer" + }, + "predictionTarget": {} + } + } + }, + "acceptRule": { + "type": "structure", + "members": { + "rule": {}, + "threshold": { + "type": "float" + } + } + }, + "clientToken": { + "idempotencyToken": true + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + }, + "revision": { + "location": "querystring", + "locationName": "revision" + } + } + }, + "output": { + "type": "structure", + "required": [ + "assetId", + "domainId", + "revision" + ], + "members": { + "assetId": {}, + "domainId": {}, + "revision": {} + } + }, + "idempotent": true + }, + "AcceptSubscriptionRequest": { + "http": { + "method": "PUT", + "requestUri": "/v2/domains/{domainIdentifier}/subscription-requests/{identifier}/accept", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "decisionComment": { + "shape": "Sg" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "createdAt", + "createdBy", + "domainId", + "id", + "requestReason", + "status", + "subscribedListings", + "subscribedPrincipals", + "updatedAt" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "decisionComment": { + "shape": "Sg" + }, + "domainId": {}, + "id": {}, + "requestReason": { + "shape": "Sl" + }, + "reviewerId": {}, + "status": {}, + "subscribedListings": { + "type": "list", + "member": { + "shape": "So" + } + }, + "subscribedPrincipals": { + "type": "list", + "member": { + "shape": "S12" + } + }, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + }, + "idempotent": true + }, + "CancelSubscription": { + "http": { + "method": "PUT", + "requestUri": "/v2/domains/{domainIdentifier}/subscriptions/{identifier}/cancel", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "createdAt", + "createdBy", + "domainId", + "id", + "status", + "subscribedListing", + "subscribedPrincipal", + "updatedAt" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "domainId": {}, + "id": {}, + "retainPermissions": { + "type": "boolean" + }, + "status": {}, + "subscribedListing": { + "shape": "So" + }, + "subscribedPrincipal": { + "shape": "S12" + }, + "subscriptionRequestId": {}, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + }, + "idempotent": true + }, + "CreateAsset": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/assets", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "name", + "owningProjectIdentifier", + "typeIdentifier" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "description": { + "shape": "Sp" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "externalIdentifier": { + "shape": "S1d" + }, + "formsInput": { + "shape": "S1e" + }, + "glossaryTerms": { + "shape": "S1j" + }, + "name": { + "shape": "S1l" + }, + "owningProjectIdentifier": {}, + "predictionConfiguration": { + "shape": "S1m" + }, + "typeIdentifier": {}, + "typeRevision": {} + } + }, + "output": { + "type": "structure", + "required": [ + "domainId", + "formsOutput", + "id", + "name", + "owningProjectId", + "revision", + "typeIdentifier", + "typeRevision" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "externalIdentifier": { + "shape": "S1d" + }, + "firstRevisionCreatedAt": { + "type": "timestamp" + }, + "firstRevisionCreatedBy": {}, + "formsOutput": { + "shape": "S1q" + }, + "glossaryTerms": { + "shape": "S1j" + }, + "id": {}, + "listing": { + "shape": "S1t" + }, + "name": { + "shape": "S1l" + }, + "owningProjectId": {}, + "predictionConfiguration": { + "shape": "S1m" + }, + "readOnlyFormsOutput": { + "shape": "S1q" + }, + "revision": {}, + "typeIdentifier": {}, + "typeRevision": {} + } + }, + "idempotent": true + }, + "CreateAssetRevision": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/assets/{identifier}/revisions", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier", + "name" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "description": { + "shape": "Sp" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "formsInput": { + "shape": "S1e" + }, + "glossaryTerms": { + "shape": "S1j" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + }, + "name": { + "shape": "S1l" + }, + "predictionConfiguration": { + "shape": "S1m" + }, + "typeRevision": {} + } + }, + "output": { + "type": "structure", + "required": [ + "domainId", + "formsOutput", + "id", + "name", + "owningProjectId", + "revision", + "typeIdentifier", + "typeRevision" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "externalIdentifier": { + "shape": "S1d" + }, + "firstRevisionCreatedAt": { + "type": "timestamp" + }, + "firstRevisionCreatedBy": {}, + "formsOutput": { + "shape": "S1q" + }, + "glossaryTerms": { + "shape": "S1j" + }, + "id": {}, + "listing": { + "shape": "S1t" + }, + "name": { + "shape": "S1l" + }, + "owningProjectId": {}, + "predictionConfiguration": { + "shape": "S1m" + }, + "readOnlyFormsOutput": { + "shape": "S1q" + }, + "revision": {}, + "typeIdentifier": {}, + "typeRevision": {} + } + }, + "idempotent": true + }, + "CreateAssetType": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/asset-types", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "formsInput", + "name", + "owningProjectIdentifier" + ], + "members": { + "description": { + "shape": "Sp" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "formsInput": { + "type": "map", + "key": {}, + "value": { + "type": "structure", + "required": [ + "typeIdentifier", + "typeRevision" + ], + "members": { + "required": { + "type": "boolean" + }, + "typeIdentifier": {}, + "typeRevision": {} + } + } + }, + "name": {}, + "owningProjectIdentifier": {} + } + }, + "output": { + "type": "structure", + "required": [ + "domainId", + "formsOutput", + "name", + "revision" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "formsOutput": { + "shape": "S21" + }, + "name": {}, + "originDomainId": {}, + "originProjectId": {}, + "owningProjectId": {}, + "revision": {}, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + } + }, + "CreateDataSource": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/data-sources", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "environmentIdentifier", + "name", + "projectIdentifier", + "type" + ], + "members": { + "assetFormsInput": { + "shape": "S1e" + }, + "clientToken": { + "idempotencyToken": true + }, + "configuration": { + "shape": "S24" + }, + "description": { + "shape": "Sp" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "enableSetting": {}, + "environmentIdentifier": {}, + "name": { + "shape": "S2p" + }, + "projectIdentifier": {}, + "publishOnImport": { + "type": "boolean" + }, + "recommendation": { + "shape": "S2q" + }, + "schedule": { + "shape": "S2r" + }, + "type": {} + } + }, + "output": { + "type": "structure", + "required": [ + "domainId", + "environmentId", + "id", + "name", + "projectId" + ], + "members": { + "assetFormsOutput": { + "shape": "S1q" + }, + "configuration": { + "shape": "S2w" + }, + "createdAt": { + "shape": "S35" + }, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "enableSetting": {}, + "environmentId": {}, + "errorMessage": { + "shape": "S37" + }, + "id": {}, + "lastRunAt": { + "shape": "S35" + }, + "lastRunErrorMessage": { + "shape": "S37" + }, + "lastRunStatus": {}, + "name": { + "shape": "S2p" + }, + "projectId": {}, + "publishOnImport": { + "type": "boolean" + }, + "recommendation": { + "shape": "S2q" + }, + "schedule": { + "shape": "S2r" + }, + "status": {}, + "type": {}, + "updatedAt": { + "shape": "S35" + } + } + }, + "idempotent": true + }, + "CreateDomain": { + "http": { + "requestUri": "/v2/domains", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "domainExecutionRole", + "name" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "description": {}, + "domainExecutionRole": {}, + "kmsKeyIdentifier": {}, + "name": {}, + "singleSignOn": { + "shape": "S3f" + }, + "tags": { + "shape": "S3i" + } + } + }, + "output": { + "type": "structure", + "required": [ + "id" + ], + "members": { + "arn": {}, + "description": {}, + "domainExecutionRole": {}, + "id": {}, + "kmsKeyIdentifier": {}, + "name": {}, + "portalUrl": {}, + "singleSignOn": { + "shape": "S3f" + }, + "status": {}, + "tags": { + "shape": "S3i" + } + } + }, + "idempotent": true + }, + "CreateEnvironment": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/environments", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "environmentProfileIdentifier", + "name", + "projectIdentifier" + ], + "members": { + "description": {}, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "environmentProfileIdentifier": {}, + "glossaryTerms": { + "shape": "S1j" + }, + "name": {}, + "projectIdentifier": {}, + "userParameters": { + "shape": "S3p" + } + } + }, + "output": { + "type": "structure", + "required": [ + "createdBy", + "domainId", + "environmentProfileId", + "name", + "projectId", + "provider" + ], + "members": { + "awsAccountId": {}, + "awsAccountRegion": {}, + "createdAt": { + "shape": "S3u" + }, + "createdBy": {}, + "deploymentProperties": { + "shape": "S3v" + }, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "environmentActions": { + "shape": "S3y" + }, + "environmentBlueprintId": {}, + "environmentProfileId": {}, + "glossaryTerms": { + "shape": "S1j" + }, + "id": {}, + "lastDeployment": { + "shape": "S44" + }, + "name": { + "shape": "S4a" + }, + "projectId": {}, + "provider": {}, + "provisionedResources": { + "shape": "S4b" + }, + "provisioningProperties": { + "shape": "S4d" + }, + "status": {}, + "updatedAt": { + "shape": "S3u" + }, + "userParameters": { + "shape": "S4g" + } + } + } + }, + "CreateEnvironmentProfile": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/environment-profiles", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "environmentBlueprintIdentifier", + "name", + "projectIdentifier" + ], + "members": { + "awsAccountId": {}, + "awsAccountRegion": {}, + "description": { + "shape": "Sp" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "environmentBlueprintIdentifier": {}, + "name": { + "shape": "S4k" + }, + "projectIdentifier": {}, + "userParameters": { + "shape": "S3p" + } + } + }, + "output": { + "type": "structure", + "required": [ + "createdBy", + "domainId", + "environmentBlueprintId", + "id", + "name" + ], + "members": { + "awsAccountId": {}, + "awsAccountRegion": {}, + "createdAt": { + "shape": "S3u" + }, + "createdBy": {}, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "environmentBlueprintId": {}, + "id": {}, + "name": { + "shape": "S4k" + }, + "projectId": {}, + "updatedAt": { + "shape": "S3u" + }, + "userParameters": { + "shape": "S4g" + } + } + } + }, + "CreateFormType": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/form-types", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "model", + "name", + "owningProjectIdentifier" + ], + "members": { + "description": { + "shape": "Sp" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "model": { + "shape": "S4n" + }, + "name": { + "shape": "S1s" + }, + "owningProjectIdentifier": {}, + "status": {} + } + }, + "output": { + "type": "structure", + "required": [ + "domainId", + "name", + "revision" + ], + "members": { + "description": { + "shape": "Sp" + }, + "domainId": {}, + "name": { + "shape": "S1s" + }, + "originDomainId": {}, + "originProjectId": {}, + "owningProjectId": {}, + "revision": {} + } + } + }, + "CreateGlossary": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/glossaries", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "name", + "owningProjectIdentifier" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "description": { + "shape": "S4s" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "name": { + "shape": "S4t" + }, + "owningProjectIdentifier": {}, + "status": {} + } + }, + "output": { + "type": "structure", + "required": [ + "domainId", + "id", + "name", + "owningProjectId" + ], + "members": { + "description": { + "shape": "S4s" + }, + "domainId": {}, + "id": {}, + "name": { + "shape": "S4t" + }, + "owningProjectId": {}, + "status": {} + } + }, + "idempotent": true + }, + "CreateGlossaryTerm": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/glossary-terms", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "glossaryIdentifier", + "name" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "glossaryIdentifier": {}, + "longDescription": { + "shape": "S4y" + }, + "name": { + "shape": "Sx" + }, + "shortDescription": { + "shape": "Sy" + }, + "status": {}, + "termRelations": { + "shape": "S50" + } + } + }, + "output": { + "type": "structure", + "required": [ + "domainId", + "glossaryId", + "id", + "name", + "status" + ], + "members": { + "domainId": {}, + "glossaryId": {}, + "id": {}, + "longDescription": { + "shape": "S4y" + }, + "name": { + "shape": "Sx" + }, + "shortDescription": { + "shape": "Sy" + }, + "status": {}, + "termRelations": { + "shape": "S50" + } + } + }, + "idempotent": true + }, + "CreateGroupProfile": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/group-profiles", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "groupIdentifier" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "groupIdentifier": {} + } + }, + "output": { + "type": "structure", + "members": { + "domainId": {}, + "groupName": { + "shape": "S57" + }, + "id": {}, + "status": {} + } + }, + "idempotent": true + }, + "CreateListingChangeSet": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/listings/change-set", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "action", + "domainIdentifier", + "entityIdentifier", + "entityType" + ], + "members": { + "action": {}, + "clientToken": { + "idempotencyToken": true + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "entityIdentifier": {}, + "entityRevision": {}, + "entityType": {} + } + }, + "output": { + "type": "structure", + "required": [ + "listingId", + "listingRevision", + "status" + ], + "members": { + "listingId": {}, + "listingRevision": {}, + "status": {} + } + } + }, + "CreateProject": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/projects", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "name" + ], + "members": { + "description": { + "shape": "Sp" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "glossaryTerms": { + "shape": "S1j" + }, + "name": { + "shape": "S14" + } + } + }, + "output": { + "type": "structure", + "required": [ + "createdBy", + "domainId", + "id", + "name" + ], + "members": { + "createdAt": { + "shape": "S3u" + }, + "createdBy": {}, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "glossaryTerms": { + "shape": "S1j" + }, + "id": {}, + "lastUpdatedAt": { + "shape": "S3u" + }, + "name": { + "shape": "S14" + } + } + } + }, + "CreateProjectMembership": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/projects/{projectIdentifier}/createMembership", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "designation", + "domainIdentifier", + "member", + "projectIdentifier" + ], + "members": { + "designation": {}, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "member": { + "shape": "S5j" + }, + "projectIdentifier": { + "location": "uri", + "locationName": "projectIdentifier" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "CreateSubscriptionGrant": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/subscription-grants", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "environmentIdentifier", + "grantedEntity", + "subscriptionTargetIdentifier" + ], + "members": { + "assetTargetNames": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "assetId", + "targetName" + ], + "members": { + "assetId": {}, + "targetName": {} + } + } + }, + "clientToken": { + "idempotencyToken": true + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "environmentIdentifier": {}, + "grantedEntity": { + "type": "structure", + "members": { + "listing": { + "type": "structure", + "required": [ + "identifier", + "revision" + ], + "members": { + "identifier": {}, + "revision": {} + } + } + }, + "union": true + }, + "subscriptionTargetIdentifier": {} + } + }, + "output": { + "type": "structure", + "required": [ + "createdAt", + "createdBy", + "domainId", + "grantedEntity", + "id", + "status", + "subscriptionTargetId", + "updatedAt" + ], + "members": { + "assets": { + "shape": "S5s" + }, + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "domainId": {}, + "grantedEntity": { + "shape": "S5x" + }, + "id": {}, + "status": {}, + "subscriptionId": {}, + "subscriptionTargetId": {}, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + } + }, + "CreateSubscriptionRequest": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/subscription-requests", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "requestReason", + "subscribedListings", + "subscribedPrincipals" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "requestReason": { + "shape": "Sl" + }, + "subscribedListings": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "identifier" + ], + "members": { + "identifier": {} + } + } + }, + "subscribedPrincipals": { + "type": "list", + "member": { + "type": "structure", + "members": { + "project": { + "type": "structure", + "members": { + "identifier": {} + } + } + }, + "union": true + } + } + } + }, + "output": { + "type": "structure", + "required": [ + "createdAt", + "createdBy", + "domainId", + "id", + "requestReason", + "status", + "subscribedListings", + "subscribedPrincipals", + "updatedAt" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "decisionComment": { + "shape": "Sg" + }, + "domainId": {}, + "id": {}, + "requestReason": { + "shape": "Sl" + }, + "reviewerId": {}, + "status": {}, + "subscribedListings": { + "type": "list", + "member": { + "shape": "So" + } + }, + "subscribedPrincipals": { + "type": "list", + "member": { + "shape": "S12" + } + }, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + } + }, + "CreateSubscriptionTarget": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicableAssetTypes", + "authorizedPrincipals", + "domainIdentifier", + "environmentIdentifier", + "manageAccessRole", + "name", + "subscriptionTargetConfig", + "type" + ], + "members": { + "applicableAssetTypes": { + "shape": "S6b" + }, + "authorizedPrincipals": { + "shape": "S6c" + }, + "clientToken": { + "idempotencyToken": true + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "environmentIdentifier": { + "location": "uri", + "locationName": "environmentIdentifier" + }, + "manageAccessRole": {}, + "name": { + "shape": "S6e" + }, + "provider": {}, + "subscriptionTargetConfig": { + "shape": "S6f" + }, + "type": {} + } + }, + "output": { + "type": "structure", + "required": [ + "applicableAssetTypes", + "authorizedPrincipals", + "createdAt", + "createdBy", + "domainId", + "environmentId", + "id", + "manageAccessRole", + "name", + "projectId", + "provider", + "subscriptionTargetConfig", + "type" + ], + "members": { + "applicableAssetTypes": { + "shape": "S6b" + }, + "authorizedPrincipals": { + "shape": "S6c" + }, + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "domainId": {}, + "environmentId": {}, + "id": {}, + "manageAccessRole": {}, + "name": { + "shape": "S6e" + }, + "projectId": {}, + "provider": {}, + "subscriptionTargetConfig": { + "shape": "S6f" + }, + "type": {}, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + } + }, + "CreateUserProfile": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/user-profiles", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "userIdentifier" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "userIdentifier": {}, + "userType": {} + } + }, + "output": { + "type": "structure", + "members": { + "details": { + "shape": "S6m" + }, + "domainId": {}, + "id": {}, + "status": {}, + "type": {} + } + }, + "idempotent": true + }, + "DeleteAsset": { + "http": { + "method": "DELETE", + "requestUri": "/v2/domains/{domainIdentifier}/assets/{identifier}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteAssetType": { + "http": { + "method": "DELETE", + "requestUri": "/v2/domains/{domainIdentifier}/asset-types/{identifier}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "DeleteDataSource": { + "http": { + "method": "DELETE", + "requestUri": "/v2/domains/{domainIdentifier}/data-sources/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "clientToken": { + "idempotencyToken": true, + "location": "querystring", + "locationName": "clientToken" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "domainId", + "environmentId", + "id", + "name", + "projectId" + ], + "members": { + "assetFormsOutput": { + "shape": "S1q" + }, + "configuration": { + "shape": "S2w" + }, + "createdAt": { + "shape": "S35" + }, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "enableSetting": {}, + "environmentId": {}, + "errorMessage": { + "shape": "S37" + }, + "id": {}, + "lastRunAt": { + "shape": "S35" + }, + "lastRunErrorMessage": { + "shape": "S37" + }, + "lastRunStatus": {}, + "name": { + "shape": "S2p" + }, + "projectId": {}, + "publishOnImport": { + "type": "boolean" + }, + "schedule": { + "shape": "S2r" + }, + "status": {}, + "type": {}, + "updatedAt": { + "shape": "S35" + } + } + }, + "idempotent": true + }, + "DeleteDomain": { + "http": { + "method": "DELETE", + "requestUri": "/v2/domains/{identifier}", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "identifier" + ], + "members": { + "clientToken": { + "idempotencyToken": true, + "location": "querystring", + "locationName": "clientToken" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "status" + ], + "members": { + "status": {} + } + }, + "idempotent": true + }, + "DeleteEnvironment": { + "http": { + "method": "DELETE", + "requestUri": "/v2/domains/{domainIdentifier}/environments/{identifier}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "idempotent": true + }, + "DeleteEnvironmentBlueprintConfiguration": { + "http": { + "method": "DELETE", + "requestUri": "/v2/domains/{domainIdentifier}/environment-blueprint-configurations/{environmentBlueprintIdentifier}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "environmentBlueprintIdentifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "environmentBlueprintIdentifier": { + "location": "uri", + "locationName": "environmentBlueprintIdentifier" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteEnvironmentProfile": { + "http": { + "method": "DELETE", + "requestUri": "/v2/domains/{domainIdentifier}/environment-profiles/{identifier}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "idempotent": true + }, + "DeleteFormType": { + "http": { + "method": "DELETE", + "requestUri": "/v2/domains/{domainIdentifier}/form-types/{formTypeIdentifier}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "formTypeIdentifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "formTypeIdentifier": { + "location": "uri", + "locationName": "formTypeIdentifier" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "DeleteGlossary": { + "http": { + "method": "DELETE", + "requestUri": "/v2/domains/{domainIdentifier}/glossaries/{identifier}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteGlossaryTerm": { + "http": { + "method": "DELETE", + "requestUri": "/v2/domains/{domainIdentifier}/glossary-terms/{identifier}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteListing": { + "http": { + "method": "DELETE", + "requestUri": "/v2/domains/{domainIdentifier}/listings/{identifier}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteProject": { + "http": { + "method": "DELETE", + "requestUri": "/v2/domains/{domainIdentifier}/projects/{identifier}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteProjectMembership": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/projects/{projectIdentifier}/deleteMembership", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "member", + "projectIdentifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "member": { + "shape": "S5j" + }, + "projectIdentifier": { + "location": "uri", + "locationName": "projectIdentifier" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteSubscriptionGrant": { + "http": { + "method": "DELETE", + "requestUri": "/v2/domains/{domainIdentifier}/subscription-grants/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "createdAt", + "createdBy", + "domainId", + "grantedEntity", + "id", + "status", + "subscriptionTargetId", + "updatedAt" + ], + "members": { + "assets": { + "shape": "S5s" + }, + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "domainId": {}, + "grantedEntity": { + "shape": "S5x" + }, + "id": {}, + "status": {}, + "subscriptionId": {}, + "subscriptionTargetId": {}, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + } + }, + "DeleteSubscriptionRequest": { + "http": { + "method": "DELETE", + "requestUri": "/v2/domains/{domainIdentifier}/subscription-requests/{identifier}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + } + }, + "DeleteSubscriptionTarget": { + "http": { + "method": "DELETE", + "requestUri": "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets/{identifier}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "environmentIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "environmentIdentifier": { + "location": "uri", + "locationName": "environmentIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + } + }, + "GetAsset": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/assets/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + }, + "revision": { + "location": "querystring", + "locationName": "revision" + } + } + }, + "output": { + "type": "structure", + "required": [ + "domainId", + "formsOutput", + "id", + "name", + "owningProjectId", + "revision", + "typeIdentifier", + "typeRevision" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "externalIdentifier": { + "shape": "S1d" + }, + "firstRevisionCreatedAt": { + "type": "timestamp" + }, + "firstRevisionCreatedBy": {}, + "formsOutput": { + "shape": "S1q" + }, + "glossaryTerms": { + "shape": "S1j" + }, + "id": {}, + "listing": { + "shape": "S1t" + }, + "name": { + "shape": "S1l" + }, + "owningProjectId": {}, + "readOnlyFormsOutput": { + "shape": "S1q" + }, + "revision": {}, + "typeIdentifier": {}, + "typeRevision": {} + } + } + }, + "GetAssetType": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/asset-types/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + }, + "revision": { + "location": "querystring", + "locationName": "revision" + } + } + }, + "output": { + "type": "structure", + "required": [ + "domainId", + "formsOutput", + "name", + "owningProjectId", + "revision" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "formsOutput": { + "shape": "S21" + }, + "name": {}, + "originDomainId": {}, + "originProjectId": {}, + "owningProjectId": {}, + "revision": {}, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + } + }, + "GetDataSource": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/data-sources/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "domainId", + "environmentId", + "id", + "name", + "projectId" + ], + "members": { + "assetFormsOutput": { + "shape": "S1q" + }, + "configuration": { + "shape": "S2w" + }, + "createdAt": { + "shape": "S35" + }, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "enableSetting": {}, + "environmentId": {}, + "errorMessage": { + "shape": "S37" + }, + "id": {}, + "lastRunAssetCount": { + "type": "integer" + }, + "lastRunAt": { + "shape": "S35" + }, + "lastRunErrorMessage": { + "shape": "S37" + }, + "lastRunStatus": {}, + "name": { + "shape": "S2p" + }, + "projectId": {}, + "publishOnImport": { + "type": "boolean" + }, + "recommendation": { + "shape": "S2q" + }, + "schedule": { + "shape": "S2r" + }, + "status": {}, + "type": {}, + "updatedAt": { + "shape": "S35" + } + } + } + }, + "GetDataSourceRun": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/data-source-runs/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "createdAt", + "dataSourceId", + "domainId", + "id", + "projectId", + "status", + "type", + "updatedAt" + ], + "members": { + "createdAt": { + "shape": "S35" + }, + "dataSourceConfigurationSnapshot": {}, + "dataSourceId": {}, + "domainId": {}, + "errorMessage": { + "shape": "S37" + }, + "id": {}, + "projectId": {}, + "runStatisticsForAssets": { + "shape": "S7w" + }, + "startedAt": { + "shape": "S35" + }, + "status": {}, + "stoppedAt": { + "shape": "S35" + }, + "type": {}, + "updatedAt": { + "shape": "S35" + } + } + } + }, + "GetDomain": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "identifier" + ], + "members": { + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "domainExecutionRole", + "id", + "status" + ], + "members": { + "arn": {}, + "createdAt": { + "type": "timestamp" + }, + "description": {}, + "domainExecutionRole": {}, + "id": {}, + "kmsKeyIdentifier": {}, + "lastUpdatedAt": { + "type": "timestamp" + }, + "name": {}, + "portalUrl": {}, + "singleSignOn": { + "shape": "S3f" + }, + "status": {}, + "tags": { + "shape": "S3i" + } + } + } + }, + "GetEnvironment": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/environments/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "createdBy", + "domainId", + "environmentProfileId", + "name", + "projectId", + "provider" + ], + "members": { + "awsAccountId": {}, + "awsAccountRegion": {}, + "createdAt": { + "shape": "S3u" + }, + "createdBy": {}, + "deploymentProperties": { + "shape": "S3v" + }, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "environmentActions": { + "shape": "S3y" + }, + "environmentBlueprintId": {}, + "environmentProfileId": {}, + "glossaryTerms": { + "shape": "S1j" + }, + "id": {}, + "lastDeployment": { + "shape": "S44" + }, + "name": { + "shape": "S4a" + }, + "projectId": {}, + "provider": {}, + "provisionedResources": { + "shape": "S4b" + }, + "provisioningProperties": { + "shape": "S4d" + }, + "status": {}, + "updatedAt": { + "shape": "S3u" + }, + "userParameters": { + "shape": "S4g" + } + } + } + }, + "GetEnvironmentBlueprint": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/environment-blueprints/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "id", + "name", + "provider", + "provisioningProperties" + ], + "members": { + "createdAt": { + "shape": "S3u" + }, + "deploymentProperties": { + "shape": "S3v" + }, + "description": { + "shape": "Sp" + }, + "glossaryTerms": { + "shape": "S1j" + }, + "id": {}, + "name": {}, + "provider": {}, + "provisioningProperties": { + "shape": "S4d" + }, + "updatedAt": { + "shape": "S3u" + }, + "userParameters": { + "shape": "S4g" + } + } + } + }, + "GetEnvironmentBlueprintConfiguration": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/environment-blueprint-configurations/{environmentBlueprintIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "environmentBlueprintIdentifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "environmentBlueprintIdentifier": { + "location": "uri", + "locationName": "environmentBlueprintIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "domainId", + "environmentBlueprintId" + ], + "members": { + "createdAt": { + "shape": "S3u" + }, + "domainId": {}, + "enabledRegions": { + "shape": "S87" + }, + "environmentBlueprintId": {}, + "manageAccessRoleArn": {}, + "provisioningRoleArn": {}, + "regionalParameters": { + "shape": "S89" + }, + "updatedAt": { + "shape": "S3u" + } + } + } + }, + "GetEnvironmentProfile": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/environment-profiles/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "createdBy", + "domainId", + "environmentBlueprintId", + "id", + "name" + ], + "members": { + "awsAccountId": {}, + "awsAccountRegion": {}, + "createdAt": { + "shape": "S3u" + }, + "createdBy": {}, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "environmentBlueprintId": {}, + "id": {}, + "name": { + "shape": "S4k" + }, + "projectId": {}, + "updatedAt": { + "shape": "S3u" + }, + "userParameters": { + "shape": "S4g" + } + } + } + }, + "GetFormType": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/form-types/{formTypeIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "formTypeIdentifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "formTypeIdentifier": { + "location": "uri", + "locationName": "formTypeIdentifier" + }, + "revision": { + "location": "querystring", + "locationName": "revision" + } + } + }, + "output": { + "type": "structure", + "required": [ + "domainId", + "model", + "name", + "revision" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "imports": { + "shape": "S8f" + }, + "model": { + "shape": "S4n" + }, + "name": { + "shape": "S1s" + }, + "originDomainId": {}, + "originProjectId": {}, + "owningProjectId": {}, + "revision": {}, + "status": {} + } + } + }, + "GetGlossary": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/glossaries/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "domainId", + "id", + "name", + "owningProjectId", + "status" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "description": { + "shape": "S4s" + }, + "domainId": {}, + "id": {}, + "name": { + "shape": "S4t" + }, + "owningProjectId": {}, + "status": {}, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + } + }, + "GetGlossaryTerm": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/glossary-terms/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "domainId", + "glossaryId", + "id", + "name", + "status" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "domainId": {}, + "glossaryId": {}, + "id": {}, + "longDescription": { + "shape": "S4y" + }, + "name": { + "shape": "Sx" + }, + "shortDescription": { + "shape": "Sy" + }, + "status": {}, + "termRelations": { + "shape": "S50" + }, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + } + }, + "GetGroupProfile": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/group-profiles/{groupIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "groupIdentifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "groupIdentifier": { + "location": "uri", + "locationName": "groupIdentifier" + } + } + }, + "output": { + "type": "structure", + "members": { + "domainId": {}, + "groupName": { + "shape": "S57" + }, + "id": {}, + "status": {} + } + } + }, + "GetIamPortalLoginUrl": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/get-portal-login-url", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "userProfileId" + ], + "members": { + "authCodeUrl": {}, + "userProfileId": {} + } + } + }, + "GetListing": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/listings/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + }, + "listingRevision": { + "location": "querystring", + "locationName": "listingRevision" + } + } + }, + "output": { + "type": "structure", + "required": [ + "domainId", + "id", + "listingRevision" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "id": {}, + "item": { + "type": "structure", + "members": { + "assetListing": { + "type": "structure", + "members": { + "assetId": {}, + "assetRevision": {}, + "assetType": {}, + "createdAt": { + "type": "timestamp" + }, + "forms": {}, + "glossaryTerms": { + "shape": "Sv" + }, + "owningProjectId": {} + } + } + }, + "union": true + }, + "listingRevision": {}, + "name": {}, + "status": {}, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + } + }, + "GetProject": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/projects/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "createdBy", + "domainId", + "id", + "name" + ], + "members": { + "createdAt": { + "shape": "S3u" + }, + "createdBy": {}, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "glossaryTerms": { + "shape": "S1j" + }, + "id": {}, + "lastUpdatedAt": { + "shape": "S3u" + }, + "name": { + "shape": "S14" + } + } + } + }, + "GetSubscription": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/subscriptions/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "createdAt", + "createdBy", + "domainId", + "id", + "status", + "subscribedListing", + "subscribedPrincipal", + "updatedAt" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "domainId": {}, + "id": {}, + "retainPermissions": { + "type": "boolean" + }, + "status": {}, + "subscribedListing": { + "shape": "So" + }, + "subscribedPrincipal": { + "shape": "S12" + }, + "subscriptionRequestId": {}, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + } + }, + "GetSubscriptionGrant": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/subscription-grants/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "createdAt", + "createdBy", + "domainId", + "grantedEntity", + "id", + "status", + "subscriptionTargetId", + "updatedAt" + ], + "members": { + "assets": { + "shape": "S5s" + }, + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "domainId": {}, + "grantedEntity": { + "shape": "S5x" + }, + "id": {}, + "status": {}, + "subscriptionId": {}, + "subscriptionTargetId": {}, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + } + }, + "GetSubscriptionRequestDetails": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/subscription-requests/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "createdAt", + "createdBy", + "domainId", + "id", + "requestReason", + "status", + "subscribedListings", + "subscribedPrincipals", + "updatedAt" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "decisionComment": { + "shape": "Sg" + }, + "domainId": {}, + "id": {}, + "requestReason": { + "shape": "Sl" + }, + "reviewerId": {}, + "status": {}, + "subscribedListings": { + "type": "list", + "member": { + "shape": "So" + } + }, + "subscribedPrincipals": { + "type": "list", + "member": { + "shape": "S12" + } + }, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + } + }, + "GetSubscriptionTarget": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "environmentIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "environmentIdentifier": { + "location": "uri", + "locationName": "environmentIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "applicableAssetTypes", + "authorizedPrincipals", + "createdAt", + "createdBy", + "domainId", + "environmentId", + "id", + "manageAccessRole", + "name", + "projectId", + "provider", + "subscriptionTargetConfig", + "type" + ], + "members": { + "applicableAssetTypes": { + "shape": "S6b" + }, + "authorizedPrincipals": { + "shape": "S6c" + }, + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "domainId": {}, + "environmentId": {}, + "id": {}, + "manageAccessRole": {}, + "name": { + "shape": "S6e" + }, + "projectId": {}, + "provider": {}, + "subscriptionTargetConfig": { + "shape": "S6f" + }, + "type": {}, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + } + }, + "GetUserProfile": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/user-profiles/{userIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "userIdentifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "type": { + "location": "querystring", + "locationName": "type" + }, + "userIdentifier": { + "location": "uri", + "locationName": "userIdentifier" + } + } + }, + "output": { + "type": "structure", + "members": { + "details": { + "shape": "S6m" + }, + "domainId": {}, + "id": {}, + "status": {}, + "type": {} + } + } + }, + "ListAssetRevisions": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/assets/{identifier}/revisions", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "domainId": {}, + "id": {}, + "revision": {} + } + } + }, + "nextToken": {} + } + } + }, + "ListDataSourceRunActivities": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/data-source-runs/{identifier}/activities", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "status": { + "location": "querystring", + "locationName": "status" + } + } + }, + "output": { + "type": "structure", + "required": [ + "items" + ], + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "createdAt", + "dataAssetStatus", + "dataSourceRunId", + "database", + "projectId", + "technicalName", + "updatedAt" + ], + "members": { + "createdAt": { + "shape": "S35" + }, + "dataAssetId": {}, + "dataAssetStatus": {}, + "dataSourceRunId": {}, + "database": { + "shape": "S2p" + }, + "errorMessage": { + "shape": "S37" + }, + "projectId": {}, + "technicalDescription": { + "shape": "Sp" + }, + "technicalName": { + "shape": "S2p" + }, + "updatedAt": { + "shape": "S35" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListDataSourceRuns": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/data-sources/{dataSourceIdentifier}/runs", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "dataSourceIdentifier", + "domainIdentifier" + ], + "members": { + "dataSourceIdentifier": { + "location": "uri", + "locationName": "dataSourceIdentifier" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "status": { + "location": "querystring", + "locationName": "status" + } + } + }, + "output": { + "type": "structure", + "required": [ + "items" + ], + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "createdAt", + "dataSourceId", + "id", + "projectId", + "status", + "type", + "updatedAt" + ], + "members": { + "createdAt": { + "shape": "S35" + }, + "dataSourceId": {}, + "errorMessage": { + "shape": "S37" + }, + "id": {}, + "projectId": {}, + "runStatisticsForAssets": { + "shape": "S7w" + }, + "startedAt": { + "shape": "S35" + }, + "status": {}, + "stoppedAt": { + "shape": "S35" + }, + "type": {}, + "updatedAt": { + "shape": "S35" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListDataSources": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/data-sources", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "projectIdentifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "environmentIdentifier": { + "location": "querystring", + "locationName": "environmentIdentifier" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "name": { + "shape": "S2p", + "location": "querystring", + "locationName": "name" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "projectIdentifier": { + "location": "querystring", + "locationName": "projectIdentifier" + }, + "status": { + "location": "querystring", + "locationName": "status" + }, + "type": { + "location": "querystring", + "locationName": "type" + } + } + }, + "output": { + "type": "structure", + "required": [ + "items" + ], + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "dataSourceId", + "domainId", + "environmentId", + "name", + "status", + "type" + ], + "members": { + "createdAt": { + "shape": "S35" + }, + "dataSourceId": {}, + "domainId": {}, + "enableSetting": {}, + "environmentId": {}, + "lastRunAssetCount": { + "type": "integer" + }, + "lastRunAt": { + "shape": "S35" + }, + "lastRunErrorMessage": { + "shape": "S37" + }, + "lastRunStatus": {}, + "name": { + "shape": "S2p" + }, + "schedule": { + "shape": "S2r" + }, + "status": {}, + "type": {}, + "updatedAt": { + "shape": "S35" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListDomains": { + "http": { + "method": "GET", + "requestUri": "/v2/domains", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "status": { + "location": "querystring", + "locationName": "status" + } + } + }, + "output": { + "type": "structure", + "required": [ + "items" + ], + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "arn", + "createdAt", + "id", + "managedAccountId", + "name", + "status" + ], + "members": { + "arn": {}, + "createdAt": { + "type": "timestamp" + }, + "description": { + "type": "string", + "sensitive": true + }, + "id": {}, + "lastUpdatedAt": { + "type": "timestamp" + }, + "managedAccountId": {}, + "name": { + "type": "string", + "sensitive": true + }, + "portalUrl": {}, + "status": {} + } + } + }, + "nextToken": {} + } + } + }, + "ListEnvironmentBlueprintConfigurations": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/environment-blueprint-configurations", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "domainId", + "environmentBlueprintId" + ], + "members": { + "createdAt": { + "shape": "S3u" + }, + "domainId": {}, + "enabledRegions": { + "shape": "S87" + }, + "environmentBlueprintId": {}, + "manageAccessRoleArn": {}, + "provisioningRoleArn": {}, + "regionalParameters": { + "shape": "S89" + }, + "updatedAt": { + "shape": "S3u" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListEnvironmentBlueprints": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/environment-blueprints", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "managed": { + "location": "querystring", + "locationName": "managed", + "type": "boolean" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "name": { + "location": "querystring", + "locationName": "name" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "required": [ + "items" + ], + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "id", + "name", + "provider", + "provisioningProperties" + ], + "members": { + "createdAt": { + "shape": "S3u" + }, + "description": { + "shape": "Sp" + }, + "id": {}, + "name": {}, + "provider": {}, + "provisioningProperties": { + "shape": "S4d" + }, + "updatedAt": { + "shape": "S3u" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListEnvironmentProfiles": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/environment-profiles", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier" + ], + "members": { + "awsAccountId": { + "location": "querystring", + "locationName": "awsAccountId" + }, + "awsAccountRegion": { + "location": "querystring", + "locationName": "awsAccountRegion" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "environmentBlueprintIdentifier": { + "location": "querystring", + "locationName": "environmentBlueprintIdentifier" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "name": { + "shape": "S4k", + "location": "querystring", + "locationName": "name" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "projectIdentifier": { + "location": "querystring", + "locationName": "projectIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "items" + ], + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "createdBy", + "domainId", + "environmentBlueprintId", + "id", + "name" + ], + "members": { + "awsAccountId": {}, + "awsAccountRegion": {}, + "createdAt": { + "shape": "S3u" + }, + "createdBy": {}, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "environmentBlueprintId": {}, + "id": {}, + "name": { + "shape": "S4k" + }, + "projectId": {}, + "updatedAt": { + "shape": "S3u" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListEnvironments": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/environments", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "projectIdentifier" + ], + "members": { + "awsAccountId": { + "location": "querystring", + "locationName": "awsAccountId" + }, + "awsAccountRegion": { + "location": "querystring", + "locationName": "awsAccountRegion" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "environmentBlueprintIdentifier": { + "location": "querystring", + "locationName": "environmentBlueprintIdentifier" + }, + "environmentProfileIdentifier": { + "location": "querystring", + "locationName": "environmentProfileIdentifier" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "name": { + "location": "querystring", + "locationName": "name" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "projectIdentifier": { + "location": "querystring", + "locationName": "projectIdentifier" + }, + "provider": { + "location": "querystring", + "locationName": "provider" + }, + "status": { + "location": "querystring", + "locationName": "status" + } + } + }, + "output": { + "type": "structure", + "required": [ + "items" + ], + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "createdBy", + "domainId", + "environmentProfileId", + "name", + "projectId", + "provider" + ], + "members": { + "awsAccountId": {}, + "awsAccountRegion": {}, + "createdAt": { + "shape": "S3u" + }, + "createdBy": {}, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "environmentProfileId": {}, + "id": {}, + "name": { + "shape": "S4a" + }, + "projectId": {}, + "provider": {}, + "status": {}, + "updatedAt": { + "shape": "S3u" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListNotifications": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/notifications", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "type" + ], + "members": { + "afterTimestamp": { + "location": "querystring", + "locationName": "afterTimestamp", + "type": "timestamp" + }, + "beforeTimestamp": { + "location": "querystring", + "locationName": "beforeTimestamp", + "type": "timestamp" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "subjects": { + "location": "querystring", + "locationName": "subjects", + "type": "list", + "member": {} + }, + "taskStatus": { + "location": "querystring", + "locationName": "taskStatus" + }, + "type": { + "location": "querystring", + "locationName": "type" + } + } + }, + "output": { + "type": "structure", + "members": { + "nextToken": {}, + "notifications": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "actionLink", + "creationTimestamp", + "domainIdentifier", + "identifier", + "lastUpdatedTimestamp", + "message", + "title", + "topic", + "type" + ], + "members": { + "actionLink": { + "type": "string", + "sensitive": true + }, + "creationTimestamp": { + "type": "timestamp" + }, + "domainIdentifier": {}, + "identifier": {}, + "lastUpdatedTimestamp": { + "type": "timestamp" + }, + "message": { + "type": "string", + "sensitive": true + }, + "metadata": { + "type": "map", + "key": {}, + "value": {} + }, + "status": {}, + "title": { + "type": "string", + "sensitive": true + }, + "topic": { + "type": "structure", + "required": [ + "resource", + "role", + "subject" + ], + "members": { + "resource": { + "type": "structure", + "required": [ + "id", + "type" + ], + "members": { + "id": {}, + "name": {}, + "type": {} + } + }, + "role": {}, + "subject": {} + } + }, + "type": {} + } + } + } + } + } + }, + "ListProjectMemberships": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/projects/{projectIdentifier}/memberships", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "projectIdentifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "projectIdentifier": { + "location": "uri", + "locationName": "projectIdentifier" + }, + "sortBy": { + "location": "querystring", + "locationName": "sortBy" + }, + "sortOrder": { + "location": "querystring", + "locationName": "sortOrder" + } + } + }, + "output": { + "type": "structure", + "required": [ + "members" + ], + "members": { + "members": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "designation", + "memberDetails" + ], + "members": { + "designation": {}, + "memberDetails": { + "type": "structure", + "members": { + "group": { + "type": "structure", + "required": [ + "groupId" + ], + "members": { + "groupId": {} + } + }, + "user": { + "type": "structure", + "required": [ + "userId" + ], + "members": { + "userId": {} + } + } + }, + "union": true + } + } + } + }, + "nextToken": {} + } + } + }, + "ListProjects": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/projects", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "groupIdentifier": { + "location": "querystring", + "locationName": "groupIdentifier" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "name": { + "shape": "S14", + "location": "querystring", + "locationName": "name" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "userIdentifier": { + "location": "querystring", + "locationName": "userIdentifier" + } + } + }, + "output": { + "type": "structure", + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "createdBy", + "domainId", + "id", + "name" + ], + "members": { + "createdAt": { + "shape": "S3u" + }, + "createdBy": {}, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "id": {}, + "name": { + "shape": "S14" + }, + "updatedAt": { + "shape": "S3u" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListSubscriptionGrants": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/subscription-grants", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "environmentId": { + "location": "querystring", + "locationName": "environmentId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "sortBy": { + "location": "querystring", + "locationName": "sortBy" + }, + "sortOrder": { + "location": "querystring", + "locationName": "sortOrder" + }, + "subscribedListingId": { + "location": "querystring", + "locationName": "subscribedListingId" + }, + "subscriptionId": { + "location": "querystring", + "locationName": "subscriptionId" + }, + "subscriptionTargetId": { + "location": "querystring", + "locationName": "subscriptionTargetId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "items" + ], + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "createdAt", + "createdBy", + "domainId", + "grantedEntity", + "id", + "status", + "subscriptionTargetId", + "updatedAt" + ], + "members": { + "assets": { + "shape": "S5s" + }, + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "domainId": {}, + "grantedEntity": { + "shape": "S5x" + }, + "id": {}, + "status": {}, + "subscriptionId": {}, + "subscriptionTargetId": {}, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + } + }, + "nextToken": {} + } + } + }, + "ListSubscriptionRequests": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/subscription-requests", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier" + ], + "members": { + "approverProjectId": { + "location": "querystring", + "locationName": "approverProjectId" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "owningProjectId": { + "location": "querystring", + "locationName": "owningProjectId" + }, + "sortBy": { + "location": "querystring", + "locationName": "sortBy" + }, + "sortOrder": { + "location": "querystring", + "locationName": "sortOrder" + }, + "status": { + "location": "querystring", + "locationName": "status" + }, + "subscribedListingId": { + "location": "querystring", + "locationName": "subscribedListingId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "items" + ], + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "createdAt", + "createdBy", + "domainId", + "id", + "requestReason", + "status", + "subscribedListings", + "subscribedPrincipals", + "updatedAt" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "decisionComment": { + "shape": "Sg" + }, + "domainId": {}, + "id": {}, + "requestReason": { + "shape": "Sl" + }, + "reviewerId": {}, + "status": {}, + "subscribedListings": { + "type": "list", + "member": { + "shape": "So" + } + }, + "subscribedPrincipals": { + "type": "list", + "member": { + "shape": "S12" + } + }, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + } + }, + "nextToken": {} + } + } + }, + "ListSubscriptionTargets": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "environmentIdentifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "environmentIdentifier": { + "location": "uri", + "locationName": "environmentIdentifier" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "sortBy": { + "location": "querystring", + "locationName": "sortBy" + }, + "sortOrder": { + "location": "querystring", + "locationName": "sortOrder" + } + } + }, + "output": { + "type": "structure", + "required": [ + "items" + ], + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "applicableAssetTypes", + "authorizedPrincipals", + "createdAt", + "createdBy", + "domainId", + "environmentId", + "id", + "manageAccessRole", + "name", + "projectId", + "provider", + "subscriptionTargetConfig", + "type" + ], + "members": { + "applicableAssetTypes": { + "shape": "S6b" + }, + "authorizedPrincipals": { + "shape": "S6c" + }, + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "domainId": {}, + "environmentId": {}, + "id": {}, + "manageAccessRole": {}, + "name": { + "shape": "S6e" + }, + "projectId": {}, + "provider": {}, + "subscriptionTargetConfig": { + "shape": "S6f" + }, + "type": {}, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + } + }, + "nextToken": {} + } + } + }, + "ListSubscriptions": { + "http": { + "method": "GET", + "requestUri": "/v2/domains/{domainIdentifier}/subscriptions", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier" + ], + "members": { + "approverProjectId": { + "location": "querystring", + "locationName": "approverProjectId" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "owningProjectId": { + "location": "querystring", + "locationName": "owningProjectId" + }, + "sortBy": { + "location": "querystring", + "locationName": "sortBy" + }, + "sortOrder": { + "location": "querystring", + "locationName": "sortOrder" + }, + "status": { + "location": "querystring", + "locationName": "status" + }, + "subscribedListingId": { + "location": "querystring", + "locationName": "subscribedListingId" + }, + "subscriptionRequestIdentifier": { + "location": "querystring", + "locationName": "subscriptionRequestIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "items" + ], + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "createdAt", + "createdBy", + "domainId", + "id", + "status", + "subscribedListing", + "subscribedPrincipal", + "updatedAt" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "domainId": {}, + "id": {}, + "retainPermissions": { + "type": "boolean" + }, + "status": {}, + "subscribedListing": { + "shape": "So" + }, + "subscribedPrincipal": { + "shape": "S12" + }, + "subscriptionRequestId": {}, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + } + }, + "nextToken": {} + } + } + }, + "ListTagsForResource": { + "http": { + "method": "GET", + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + } + } + }, + "output": { + "type": "structure", + "members": { + "tags": { + "shape": "S3i" + } + } + } + }, + "PutEnvironmentBlueprintConfiguration": { + "http": { + "method": "PUT", + "requestUri": "/v2/domains/{domainIdentifier}/environment-blueprint-configurations/{environmentBlueprintIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "enabledRegions", + "environmentBlueprintIdentifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "enabledRegions": { + "shape": "S87" + }, + "environmentBlueprintIdentifier": { + "location": "uri", + "locationName": "environmentBlueprintIdentifier" + }, + "manageAccessRoleArn": {}, + "provisioningRoleArn": {}, + "regionalParameters": { + "shape": "S89" + } + } + }, + "output": { + "type": "structure", + "required": [ + "domainId", + "environmentBlueprintId" + ], + "members": { + "createdAt": { + "shape": "S3u" + }, + "domainId": {}, + "enabledRegions": { + "shape": "S87" + }, + "environmentBlueprintId": {}, + "manageAccessRoleArn": {}, + "provisioningRoleArn": {}, + "regionalParameters": { + "shape": "S89" + }, + "updatedAt": { + "shape": "S3u" + } + } + }, + "idempotent": true + }, + "RejectPredictions": { + "http": { + "method": "PUT", + "requestUri": "/v2/domains/{domainIdentifier}/assets/{identifier}/reject-predictions", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + }, + "rejectChoices": { + "type": "list", + "member": { + "type": "structure", + "members": { + "predictionChoices": { + "type": "list", + "member": { + "type": "integer" + } + }, + "predictionTarget": {} + } + } + }, + "rejectRule": { + "type": "structure", + "members": { + "rule": {}, + "threshold": { + "type": "float" + } + } + }, + "revision": { + "location": "querystring", + "locationName": "revision" + } + } + }, + "output": { + "type": "structure", + "required": [ + "assetId", + "assetRevision", + "domainId" + ], + "members": { + "assetId": {}, + "assetRevision": {}, + "domainId": {} + } + }, + "idempotent": true + }, + "RejectSubscriptionRequest": { + "http": { + "method": "PUT", + "requestUri": "/v2/domains/{domainIdentifier}/subscription-requests/{identifier}/reject", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "decisionComment": { + "shape": "Sg" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "createdAt", + "createdBy", + "domainId", + "id", + "requestReason", + "status", + "subscribedListings", + "subscribedPrincipals", + "updatedAt" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "decisionComment": { + "shape": "Sg" + }, + "domainId": {}, + "id": {}, + "requestReason": { + "shape": "Sl" + }, + "reviewerId": {}, + "status": {}, + "subscribedListings": { + "type": "list", + "member": { + "shape": "So" + } + }, + "subscribedPrincipals": { + "type": "list", + "member": { + "shape": "S12" + } + }, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + }, + "idempotent": true + }, + "RevokeSubscription": { + "http": { + "method": "PUT", + "requestUri": "/v2/domains/{domainIdentifier}/subscriptions/{identifier}/revoke", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + }, + "retainPermissions": { + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "required": [ + "createdAt", + "createdBy", + "domainId", + "id", + "status", + "subscribedListing", + "subscribedPrincipal", + "updatedAt" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "domainId": {}, + "id": {}, + "retainPermissions": { + "type": "boolean" + }, + "status": {}, + "subscribedListing": { + "shape": "So" + }, + "subscribedPrincipal": { + "shape": "S12" + }, + "subscriptionRequestId": {}, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + }, + "idempotent": true + }, + "Search": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/search", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "searchScope" + ], + "members": { + "additionalAttributes": { + "shape": "Sc7" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "filters": { + "shape": "Sc9" + }, + "maxResults": { + "type": "integer" + }, + "nextToken": {}, + "owningProjectIdentifier": {}, + "searchIn": { + "shape": "Sce" + }, + "searchScope": {}, + "searchText": {}, + "sort": { + "shape": "Sci" + } + } + }, + "output": { + "type": "structure", + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "members": { + "assetItem": { + "type": "structure", + "required": [ + "domainId", + "identifier", + "name", + "owningProjectId", + "typeIdentifier", + "typeRevision" + ], + "members": { + "additionalAttributes": { + "type": "structure", + "members": { + "formsOutput": { + "shape": "S1q" + }, + "readOnlyFormsOutput": { + "shape": "S1q" + } + } + }, + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "externalIdentifier": { + "shape": "S1d" + }, + "firstRevisionCreatedAt": { + "type": "timestamp" + }, + "firstRevisionCreatedBy": {}, + "glossaryTerms": { + "shape": "S1j" + }, + "identifier": {}, + "name": { + "shape": "S1l" + }, + "owningProjectId": {}, + "typeIdentifier": {}, + "typeRevision": {} + } + }, + "dataProductItem": { + "type": "structure", + "required": [ + "domainId", + "id", + "name", + "owningProjectId" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "dataProductItems": { + "type": "list", + "member": { + "type": "structure", + "members": { + "domainId": {}, + "itemId": {} + } + } + }, + "description": { + "type": "string", + "sensitive": true + }, + "domainId": {}, + "glossaryTerms": { + "shape": "S1j" + }, + "id": {}, + "name": { + "type": "string", + "sensitive": true + }, + "owningProjectId": {}, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + }, + "glossaryItem": { + "type": "structure", + "required": [ + "domainId", + "id", + "name", + "owningProjectId", + "status" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "description": { + "shape": "S4s" + }, + "domainId": {}, + "id": {}, + "name": { + "shape": "S4t" + }, + "owningProjectId": {}, + "status": {}, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + }, + "glossaryTermItem": { + "type": "structure", + "required": [ + "domainId", + "glossaryId", + "id", + "name", + "status" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "domainId": {}, + "glossaryId": {}, + "id": {}, + "longDescription": { + "shape": "S4y" + }, + "name": { + "shape": "Sx" + }, + "shortDescription": { + "shape": "Sy" + }, + "status": {}, + "termRelations": { + "shape": "S50" + }, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + } + }, + "union": true + } + }, + "nextToken": {}, + "totalMatchCount": { + "type": "integer" + } + } + } + }, + "SearchGroupProfiles": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/search-group-profiles", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "groupType" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "groupType": {}, + "maxResults": { + "type": "integer" + }, + "nextToken": {}, + "searchText": { + "type": "string", + "sensitive": true + } + } + }, + "output": { + "type": "structure", + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "members": { + "domainId": {}, + "groupName": { + "shape": "S57" + }, + "id": {}, + "status": {} + } + } + }, + "nextToken": {} + } + } + }, + "SearchListings": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/listings/search", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier" + ], + "members": { + "additionalAttributes": { + "shape": "Sc7" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "filters": { + "shape": "Sc9" + }, + "maxResults": { + "type": "integer" + }, + "nextToken": {}, + "searchIn": { + "shape": "Sce" + }, + "searchText": {}, + "sort": { + "shape": "Sci" + } + } + }, + "output": { + "type": "structure", + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "members": { + "assetListing": { + "type": "structure", + "members": { + "additionalAttributes": { + "type": "structure", + "members": { + "forms": {} + } + }, + "createdAt": { + "type": "timestamp" + }, + "description": { + "shape": "Sp" + }, + "entityId": {}, + "entityRevision": {}, + "entityType": {}, + "glossaryTerms": { + "shape": "Sv" + }, + "listingCreatedBy": {}, + "listingId": {}, + "listingRevision": {}, + "listingUpdatedBy": {}, + "name": { + "shape": "S1l" + }, + "owningProjectId": {} + } + } + }, + "union": true + } + }, + "nextToken": {}, + "totalMatchCount": { + "type": "integer" + } + } + } + }, + "SearchTypes": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/types-search", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "managed", + "searchScope" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "filters": { + "shape": "Sc9" + }, + "managed": { + "type": "boolean" + }, + "maxResults": { + "type": "integer" + }, + "nextToken": {}, + "searchIn": { + "shape": "Sce" + }, + "searchScope": {}, + "searchText": {}, + "sort": { + "shape": "Sci" + } + } + }, + "output": { + "type": "structure", + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "members": { + "assetTypeItem": { + "type": "structure", + "required": [ + "domainId", + "formsOutput", + "name", + "owningProjectId", + "revision" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "formsOutput": { + "shape": "S21" + }, + "name": {}, + "originDomainId": {}, + "originProjectId": {}, + "owningProjectId": {}, + "revision": {}, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + }, + "formTypeItem": { + "type": "structure", + "required": [ + "domainId", + "name", + "revision" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "imports": { + "shape": "S8f" + }, + "model": { + "shape": "S4n" + }, + "name": { + "shape": "S1s" + }, + "originDomainId": {}, + "originProjectId": {}, + "owningProjectId": {}, + "revision": {}, + "status": {} + } + } + }, + "union": true + } + }, + "nextToken": {}, + "totalMatchCount": { + "type": "integer" + } + } + } + }, + "SearchUserProfiles": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/search-user-profiles", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "userType" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "maxResults": { + "type": "integer" + }, + "nextToken": {}, + "searchText": { + "type": "string", + "sensitive": true + }, + "userType": {} + } + }, + "output": { + "type": "structure", + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "members": { + "details": { + "shape": "S6m" + }, + "domainId": {}, + "id": {}, + "status": {}, + "type": {} + } + } + }, + "nextToken": {} + } + } + }, + "StartDataSourceRun": { + "http": { + "requestUri": "/v2/domains/{domainIdentifier}/data-sources/{dataSourceIdentifier}/runs", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "dataSourceIdentifier", + "domainIdentifier" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "dataSourceIdentifier": { + "location": "uri", + "locationName": "dataSourceIdentifier" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "createdAt", + "dataSourceId", + "domainId", + "id", + "projectId", + "status", + "type", + "updatedAt" + ], + "members": { + "createdAt": { + "shape": "S35" + }, + "dataSourceConfigurationSnapshot": {}, + "dataSourceId": {}, + "domainId": {}, + "errorMessage": { + "shape": "S37" + }, + "id": {}, + "projectId": {}, + "runStatisticsForAssets": { + "shape": "S7w" + }, + "startedAt": { + "shape": "S35" + }, + "status": {}, + "stoppedAt": { + "shape": "S35" + }, + "type": {}, + "updatedAt": { + "shape": "S35" + } + } + }, + "idempotent": true + }, + "TagResource": { + "http": { + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn", + "tags" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + }, + "tags": { + "shape": "S3i" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "UntagResource": { + "http": { + "method": "DELETE", + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn", + "tagKeys" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + }, + "tagKeys": { + "location": "querystring", + "locationName": "tagKeys", + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "UpdateDataSource": { + "http": { + "method": "PATCH", + "requestUri": "/v2/domains/{domainIdentifier}/data-sources/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "assetFormsInput": { + "shape": "S1e" + }, + "configuration": { + "shape": "S24" + }, + "description": { + "shape": "Sp" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "enableSetting": {}, + "identifier": { + "location": "uri", + "locationName": "identifier" + }, + "name": { + "shape": "S2p" + }, + "publishOnImport": { + "type": "boolean" + }, + "recommendation": { + "shape": "S2q" + }, + "schedule": { + "shape": "S2r" + } + } + }, + "output": { + "type": "structure", + "required": [ + "domainId", + "environmentId", + "id", + "name", + "projectId" + ], + "members": { + "assetFormsOutput": { + "shape": "S1q" + }, + "configuration": { + "shape": "S2w" + }, + "createdAt": { + "shape": "S35" + }, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "enableSetting": {}, + "environmentId": {}, + "errorMessage": { + "shape": "S37" + }, + "id": {}, + "lastRunAt": { + "shape": "S35" + }, + "lastRunErrorMessage": { + "shape": "S37" + }, + "lastRunStatus": {}, + "name": { + "shape": "S2p" + }, + "projectId": {}, + "publishOnImport": { + "type": "boolean" + }, + "recommendation": { + "shape": "S2q" + }, + "schedule": { + "shape": "S2r" + }, + "status": {}, + "type": {}, + "updatedAt": { + "shape": "S35" + } + } + }, + "idempotent": true + }, + "UpdateDomain": { + "http": { + "method": "PUT", + "requestUri": "/v2/domains/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "identifier" + ], + "members": { + "clientToken": { + "idempotencyToken": true, + "location": "querystring", + "locationName": "clientToken" + }, + "description": {}, + "domainExecutionRole": {}, + "identifier": { + "location": "uri", + "locationName": "identifier" + }, + "name": {}, + "singleSignOn": { + "shape": "S3f" + } + } + }, + "output": { + "type": "structure", + "required": [ + "id" + ], + "members": { + "description": {}, + "domainExecutionRole": {}, + "id": {}, + "lastUpdatedAt": { + "type": "timestamp" + }, + "name": {}, + "singleSignOn": { + "shape": "S3f" + } + } + }, + "idempotent": true + }, + "UpdateEnvironment": { + "http": { + "method": "PATCH", + "requestUri": "/v2/domains/{domainIdentifier}/environments/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "description": {}, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "glossaryTerms": { + "shape": "S1j" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + }, + "name": {} + } + }, + "output": { + "type": "structure", + "required": [ + "createdBy", + "domainId", + "environmentProfileId", + "name", + "projectId", + "provider" + ], + "members": { + "awsAccountId": {}, + "awsAccountRegion": {}, + "createdAt": { + "shape": "S3u" + }, + "createdBy": {}, + "deploymentProperties": { + "shape": "S3v" + }, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "environmentActions": { + "shape": "S3y" + }, + "environmentBlueprintId": {}, + "environmentProfileId": {}, + "glossaryTerms": { + "shape": "S1j" + }, + "id": {}, + "lastDeployment": { + "shape": "S44" + }, + "name": { + "shape": "S4a" + }, + "projectId": {}, + "provider": {}, + "provisionedResources": { + "shape": "S4b" + }, + "provisioningProperties": { + "shape": "S4d" + }, + "status": {}, + "updatedAt": { + "shape": "S3u" + }, + "userParameters": { + "shape": "S4g" + } + } + } + }, + "UpdateEnvironmentProfile": { + "http": { + "method": "PATCH", + "requestUri": "/v2/domains/{domainIdentifier}/environment-profiles/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "awsAccountId": {}, + "awsAccountRegion": {}, + "description": {}, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + }, + "name": { + "shape": "S4k" + }, + "userParameters": { + "shape": "S3p" + } + } + }, + "output": { + "type": "structure", + "required": [ + "createdBy", + "domainId", + "environmentBlueprintId", + "id", + "name" + ], + "members": { + "awsAccountId": {}, + "awsAccountRegion": {}, + "createdAt": { + "shape": "S3u" + }, + "createdBy": {}, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "environmentBlueprintId": {}, + "id": {}, + "name": { + "shape": "S4k" + }, + "projectId": {}, + "updatedAt": { + "shape": "S3u" + }, + "userParameters": { + "shape": "S4g" + } + } + } + }, + "UpdateGlossary": { + "http": { + "method": "PATCH", + "requestUri": "/v2/domains/{domainIdentifier}/glossaries/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "description": { + "shape": "S4s" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + }, + "name": { + "shape": "S4t" + }, + "status": {} + } + }, + "output": { + "type": "structure", + "required": [ + "domainId", + "id", + "name", + "owningProjectId" + ], + "members": { + "description": { + "shape": "S4s" + }, + "domainId": {}, + "id": {}, + "name": { + "shape": "S4t" + }, + "owningProjectId": {}, + "status": {} + } + }, + "idempotent": true + }, + "UpdateGlossaryTerm": { + "http": { + "method": "PATCH", + "requestUri": "/v2/domains/{domainIdentifier}/glossary-terms/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "glossaryIdentifier": {}, + "identifier": { + "location": "uri", + "locationName": "identifier" + }, + "longDescription": { + "shape": "S4y" + }, + "name": { + "shape": "Sx" + }, + "shortDescription": { + "shape": "Sy" + }, + "status": {}, + "termRelations": { + "shape": "S50" + } + } + }, + "output": { + "type": "structure", + "required": [ + "domainId", + "glossaryId", + "id", + "name", + "status" + ], + "members": { + "domainId": {}, + "glossaryId": {}, + "id": {}, + "longDescription": { + "shape": "S4y" + }, + "name": { + "shape": "Sx" + }, + "shortDescription": { + "shape": "Sy" + }, + "status": {}, + "termRelations": { + "shape": "S50" + } + } + }, + "idempotent": true + }, + "UpdateGroupProfile": { + "http": { + "method": "PUT", + "requestUri": "/v2/domains/{domainIdentifier}/group-profiles/{groupIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "groupIdentifier", + "status" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "groupIdentifier": { + "location": "uri", + "locationName": "groupIdentifier" + }, + "status": {} + } + }, + "output": { + "type": "structure", + "members": { + "domainId": {}, + "groupName": { + "shape": "S57" + }, + "id": {}, + "status": {} + } + } + }, + "UpdateProject": { + "http": { + "method": "PATCH", + "requestUri": "/v2/domains/{domainIdentifier}/projects/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier" + ], + "members": { + "description": { + "shape": "Sp" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "glossaryTerms": { + "shape": "S1j" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + }, + "name": { + "shape": "S14" + } + } + }, + "output": { + "type": "structure", + "required": [ + "createdBy", + "domainId", + "id", + "name" + ], + "members": { + "createdAt": { + "shape": "S3u" + }, + "createdBy": {}, + "description": { + "shape": "Sp" + }, + "domainId": {}, + "glossaryTerms": { + "shape": "S1j" + }, + "id": {}, + "lastUpdatedAt": { + "shape": "S3u" + }, + "name": { + "shape": "S14" + } + } + }, + "idempotent": true + }, + "UpdateSubscriptionGrantStatus": { + "http": { + "method": "PATCH", + "requestUri": "/v2/domains/{domainIdentifier}/subscription-grants/{identifier}/status/{assetIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "assetIdentifier", + "domainIdentifier", + "identifier", + "status" + ], + "members": { + "assetIdentifier": { + "location": "uri", + "locationName": "assetIdentifier" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "failureCause": { + "shape": "S5u" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + }, + "status": {}, + "targetName": {} + } + }, + "output": { + "type": "structure", + "required": [ + "createdAt", + "createdBy", + "domainId", + "grantedEntity", + "id", + "status", + "subscriptionTargetId", + "updatedAt" + ], + "members": { + "assets": { + "shape": "S5s" + }, + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "domainId": {}, + "grantedEntity": { + "shape": "S5x" + }, + "id": {}, + "status": {}, + "subscriptionId": {}, + "subscriptionTargetId": {}, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + }, + "idempotent": true + }, + "UpdateSubscriptionRequest": { + "http": { + "method": "PATCH", + "requestUri": "/v2/domains/{domainIdentifier}/subscription-requests/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "identifier", + "requestReason" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + }, + "requestReason": { + "shape": "Sl" + } + } + }, + "output": { + "type": "structure", + "required": [ + "createdAt", + "createdBy", + "domainId", + "id", + "requestReason", + "status", + "subscribedListings", + "subscribedPrincipals", + "updatedAt" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "decisionComment": { + "shape": "Sg" + }, + "domainId": {}, + "id": {}, + "requestReason": { + "shape": "Sl" + }, + "reviewerId": {}, + "status": {}, + "subscribedListings": { + "type": "list", + "member": { + "shape": "So" + } + }, + "subscribedPrincipals": { + "type": "list", + "member": { + "shape": "S12" + } + }, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + }, + "idempotent": true + }, + "UpdateSubscriptionTarget": { + "http": { + "method": "PATCH", + "requestUri": "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/subscription-targets/{identifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "environmentIdentifier", + "identifier" + ], + "members": { + "applicableAssetTypes": { + "shape": "S6b" + }, + "authorizedPrincipals": { + "shape": "S6c" + }, + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "environmentIdentifier": { + "location": "uri", + "locationName": "environmentIdentifier" + }, + "identifier": { + "location": "uri", + "locationName": "identifier" + }, + "manageAccessRole": {}, + "name": { + "shape": "S6e" + }, + "provider": {}, + "subscriptionTargetConfig": { + "shape": "S6f" + } + } + }, + "output": { + "type": "structure", + "required": [ + "applicableAssetTypes", + "authorizedPrincipals", + "createdAt", + "createdBy", + "domainId", + "environmentId", + "id", + "manageAccessRole", + "name", + "projectId", + "provider", + "subscriptionTargetConfig", + "type" + ], + "members": { + "applicableAssetTypes": { + "shape": "S6b" + }, + "authorizedPrincipals": { + "shape": "S6c" + }, + "createdAt": { + "type": "timestamp" + }, + "createdBy": {}, + "domainId": {}, + "environmentId": {}, + "id": {}, + "manageAccessRole": {}, + "name": { + "shape": "S6e" + }, + "projectId": {}, + "provider": {}, + "subscriptionTargetConfig": { + "shape": "S6f" + }, + "type": {}, + "updatedAt": { + "type": "timestamp" + }, + "updatedBy": {} + } + }, + "idempotent": true + }, + "UpdateUserProfile": { + "http": { + "method": "PUT", + "requestUri": "/v2/domains/{domainIdentifier}/user-profiles/{userIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "domainIdentifier", + "status", + "userIdentifier" + ], + "members": { + "domainIdentifier": { + "location": "uri", + "locationName": "domainIdentifier" + }, + "status": {}, + "type": {}, + "userIdentifier": { + "location": "uri", + "locationName": "userIdentifier" + } + } + }, + "output": { + "type": "structure", + "members": { + "details": { + "shape": "S6m" + }, + "domainId": {}, + "id": {}, + "status": {}, + "type": {} + } + } + } + }, + "shapes": { + "Sg": { + "type": "string", + "sensitive": true + }, + "Sl": { + "type": "string", + "sensitive": true + }, + "So": { + "type": "structure", + "required": [ + "description", + "id", + "item", + "name", + "ownerProjectId" + ], + "members": { + "description": { + "shape": "Sp" + }, + "id": {}, + "item": { + "type": "structure", + "members": { + "assetListing": { + "type": "structure", + "members": { + "entityId": {}, + "entityRevision": {}, + "entityType": {}, + "forms": {}, + "glossaryTerms": { + "shape": "Sv" + } + } + } + }, + "union": true + }, + "name": {}, + "ownerProjectId": {}, + "ownerProjectName": {}, + "revision": {} + } + }, + "Sp": { + "type": "string", + "sensitive": true + }, + "Sv": { + "type": "list", + "member": { + "type": "structure", + "members": { + "name": { + "shape": "Sx" + }, + "shortDescription": { + "shape": "Sy" + } + } + } + }, + "Sx": { + "type": "string", + "sensitive": true + }, + "Sy": { + "type": "string", + "sensitive": true + }, + "S12": { + "type": "structure", + "members": { + "project": { + "type": "structure", + "members": { + "id": {}, + "name": { + "shape": "S14" + } + } + } + }, + "union": true + }, + "S14": { + "type": "string", + "sensitive": true + }, + "S1d": { + "type": "string", + "sensitive": true + }, + "S1e": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "formName" + ], + "members": { + "content": {}, + "formName": {}, + "typeIdentifier": {}, + "typeRevision": {} + }, + "sensitive": true + }, + "sensitive": true + }, + "S1j": { + "type": "list", + "member": {} + }, + "S1l": { + "type": "string", + "sensitive": true + }, + "S1m": { + "type": "structure", + "members": { + "businessNameGeneration": { + "type": "structure", + "members": { + "enabled": { + "type": "boolean" + } + } + } + } + }, + "S1q": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "formName" + ], + "members": { + "content": {}, + "formName": {}, + "typeName": { + "shape": "S1s" + }, + "typeRevision": {} + } + } + }, + "S1s": { + "type": "string", + "sensitive": true + }, + "S1t": { + "type": "structure", + "required": [ + "listingId", + "listingStatus" + ], + "members": { + "listingId": {}, + "listingStatus": {} + } + }, + "S21": { + "type": "map", + "key": {}, + "value": { + "type": "structure", + "required": [ + "typeName", + "typeRevision" + ], + "members": { + "required": { + "type": "boolean" + }, + "typeName": { + "shape": "S1s" + }, + "typeRevision": {} + } + } + }, + "S24": { + "type": "structure", + "members": { + "glueRunConfiguration": { + "type": "structure", + "required": [ + "relationalFilterConfigurations" + ], + "members": { + "dataAccessRole": {}, + "relationalFilterConfigurations": { + "shape": "S27" + } + } + }, + "redshiftRunConfiguration": { + "type": "structure", + "required": [ + "redshiftCredentialConfiguration", + "redshiftStorage", + "relationalFilterConfigurations" + ], + "members": { + "dataAccessRole": {}, + "redshiftCredentialConfiguration": { + "shape": "S2h" + }, + "redshiftStorage": { + "shape": "S2j" + }, + "relationalFilterConfigurations": { + "shape": "S27" + } + } + } + }, + "union": true + }, + "S27": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "databaseName" + ], + "members": { + "databaseName": {}, + "filterExpressions": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "expression", + "type" + ], + "members": { + "expression": {}, + "type": {} + } + } + }, + "schemaName": {} + } + } + }, + "S2h": { + "type": "structure", + "required": [ + "secretManagerArn" + ], + "members": { + "secretManagerArn": {} + } + }, + "S2j": { + "type": "structure", + "members": { + "redshiftClusterSource": { + "type": "structure", + "required": [ + "clusterName" + ], + "members": { + "clusterName": {} + } + }, + "redshiftServerlessSource": { + "type": "structure", + "required": [ + "workgroupName" + ], + "members": { + "workgroupName": {} + } + } + }, + "union": true + }, + "S2p": { + "type": "string", + "sensitive": true + }, + "S2q": { + "type": "structure", + "members": { + "enableBusinessNameGeneration": { + "type": "boolean" + } + } + }, + "S2r": { + "type": "structure", + "members": { + "schedule": {}, + "timezone": {} + }, + "sensitive": true + }, + "S2w": { + "type": "structure", + "members": { + "glueRunConfiguration": { + "type": "structure", + "required": [ + "relationalFilterConfigurations" + ], + "members": { + "accountId": {}, + "dataAccessRole": {}, + "region": {}, + "relationalFilterConfigurations": { + "shape": "S27" + } + } + }, + "redshiftRunConfiguration": { + "type": "structure", + "required": [ + "redshiftCredentialConfiguration", + "redshiftStorage", + "relationalFilterConfigurations" + ], + "members": { + "accountId": {}, + "dataAccessRole": {}, + "redshiftCredentialConfiguration": { + "shape": "S2h" + }, + "redshiftStorage": { + "shape": "S2j" + }, + "region": {}, + "relationalFilterConfigurations": { + "shape": "S27" + } + } + } + }, + "union": true + }, + "S35": { + "type": "timestamp", + "timestampFormat": "iso8601" + }, + "S37": { + "type": "structure", + "required": [ + "errorType" + ], + "members": { + "errorDetail": {}, + "errorType": {} + } + }, + "S3f": { + "type": "structure", + "members": { + "type": {}, + "userAssignment": {} + } + }, + "S3i": { + "type": "map", + "key": {}, + "value": {} + }, + "S3p": { + "type": "list", + "member": { + "type": "structure", + "members": { + "name": {}, + "value": {} + } + } + }, + "S3u": { + "type": "timestamp", + "timestampFormat": "iso8601" + }, + "S3v": { + "type": "structure", + "members": { + "endTimeoutMinutes": { + "type": "integer" + }, + "startTimeoutMinutes": { + "type": "integer" + } + } + }, + "S3y": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "parameters", + "type" + ], + "members": { + "auth": {}, + "parameters": { + "type": "list", + "member": { + "type": "structure", + "members": { + "key": {}, + "value": {} + } + } + }, + "type": {} + } + } + }, + "S44": { + "type": "structure", + "members": { + "deploymentId": {}, + "deploymentStatus": {}, + "deploymentType": {}, + "failureReason": { + "type": "structure", + "required": [ + "message" + ], + "members": { + "code": {}, + "message": {} + } + }, + "isDeploymentComplete": { + "type": "boolean" + }, + "messages": { + "type": "list", + "member": {} + } + } + }, + "S4a": { + "type": "string", + "sensitive": true + }, + "S4b": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "type", + "value" + ], + "members": { + "name": {}, + "provider": {}, + "type": {}, + "value": {} + } + } + }, + "S4d": { + "type": "structure", + "members": { + "cloudFormation": { + "type": "structure", + "required": [ + "templateUrl" + ], + "members": { + "templateUrl": {} + } + } + }, + "union": true + }, + "S4g": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "fieldType", + "keyName" + ], + "members": { + "defaultValue": {}, + "description": { + "shape": "Sp" + }, + "fieldType": {}, + "isEditable": { + "type": "boolean" + }, + "isOptional": { + "type": "boolean" + }, + "keyName": {} + } + } + }, + "S4k": { + "type": "string", + "sensitive": true + }, + "S4n": { + "type": "structure", + "members": { + "smithy": {} + }, + "sensitive": true, + "union": true + }, + "S4s": { + "type": "string", + "sensitive": true + }, + "S4t": { + "type": "string", + "sensitive": true + }, + "S4y": { + "type": "string", + "sensitive": true + }, + "S50": { + "type": "structure", + "members": { + "classifies": { + "type": "list", + "member": {} + }, + "isA": { + "type": "list", + "member": {} + } + } + }, + "S57": { + "type": "string", + "sensitive": true + }, + "S5j": { + "type": "structure", + "members": { + "groupIdentifier": {}, + "userIdentifier": {} + }, + "union": true + }, + "S5s": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "assetId", + "assetRevision", + "status" + ], + "members": { + "assetId": {}, + "assetRevision": {}, + "failureCause": { + "shape": "S5u" + }, + "failureTimestamp": { + "type": "timestamp" + }, + "grantedTimestamp": { + "type": "timestamp" + }, + "status": {}, + "targetName": {} + } + } + }, + "S5u": { + "type": "structure", + "members": { + "message": {} + } + }, + "S5x": { + "type": "structure", + "members": { + "listing": { + "type": "structure", + "required": [ + "id", + "revision" + ], + "members": { + "id": {}, + "revision": {} + } + } + }, + "union": true + }, + "S6b": { + "type": "list", + "member": {} + }, + "S6c": { + "type": "list", + "member": {} + }, + "S6e": { + "type": "string", + "sensitive": true + }, + "S6f": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "content", + "formName" + ], + "members": { + "content": {}, + "formName": {} + } + } + }, + "S6m": { + "type": "structure", + "members": { + "iam": { + "type": "structure", + "members": { + "arn": {} + } + }, + "sso": { + "type": "structure", + "members": { + "firstName": { + "type": "string", + "sensitive": true + }, + "lastName": { + "type": "string", + "sensitive": true + }, + "username": { + "type": "string", + "sensitive": true + } + } + } + }, + "union": true + }, + "S7w": { + "type": "structure", + "members": { + "added": { + "type": "integer" + }, + "failed": { + "type": "integer" + }, + "skipped": { + "type": "integer" + }, + "unchanged": { + "type": "integer" + }, + "updated": { + "type": "integer" + } + } + }, + "S87": { + "type": "list", + "member": {} + }, + "S89": { + "type": "map", + "key": {}, + "value": { + "type": "map", + "key": {}, + "value": {} + } + }, + "S8f": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "name", + "revision" + ], + "members": { + "name": { + "shape": "S1s" + }, + "revision": {} + } + } + }, + "Sc7": { + "type": "list", + "member": {} + }, + "Sc9": { + "type": "structure", + "members": { + "and": { + "shape": "Sca" + }, + "filter": { + "type": "structure", + "required": [ + "attribute", + "value" + ], + "members": { + "attribute": {}, + "value": {} + } + }, + "or": { + "shape": "Sca" + } + }, + "union": true + }, + "Sca": { + "type": "list", + "member": { + "shape": "Sc9" + } + }, + "Sce": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "attribute" + ], + "members": { + "attribute": {} + } + } + }, + "Sci": { + "type": "structure", + "required": [ + "attribute" + ], + "members": { + "attribute": {}, + "order": {} + } + } + } +} \ No newline at end of file diff --git a/iamlivecore/service/detective-2018-10-26.min.json b/iamlivecore/service/detective-2018-10-26.min.json index 6aa0c49..fed8b1b 100644 --- a/iamlivecore/service/detective-2018-10-26.min.json +++ b/iamlivecore/service/detective-2018-10-26.min.json @@ -258,6 +258,43 @@ } } }, + "GetInvestigation": { + "http": { + "requestUri": "/investigations/getInvestigation" + }, + "input": { + "type": "structure", + "required": [ + "GraphArn", + "InvestigationId" + ], + "members": { + "GraphArn": {}, + "InvestigationId": {} + } + }, + "output": { + "type": "structure", + "members": { + "GraphArn": {}, + "InvestigationId": {}, + "EntityArn": {}, + "EntityType": {}, + "CreatedTime": { + "shape": "Se" + }, + "ScopeStartTime": { + "shape": "Se" + }, + "ScopeEndTime": { + "shape": "Se" + }, + "Status": {}, + "Severity": {}, + "State": {} + } + } + }, "GetMembers": { "http": { "requestUri": "/graph/members/get" @@ -356,6 +393,206 @@ } } }, + "ListIndicators": { + "http": { + "requestUri": "/investigations/listIndicators" + }, + "input": { + "type": "structure", + "required": [ + "GraphArn", + "InvestigationId" + ], + "members": { + "GraphArn": {}, + "InvestigationId": {}, + "IndicatorType": {}, + "NextToken": {}, + "MaxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "GraphArn": {}, + "InvestigationId": {}, + "NextToken": {}, + "Indicators": { + "type": "list", + "member": { + "type": "structure", + "members": { + "IndicatorType": {}, + "IndicatorDetail": { + "type": "structure", + "members": { + "TTPsObservedDetail": { + "type": "structure", + "members": { + "Tactic": {}, + "Technique": {}, + "Procedure": {}, + "IpAddress": {}, + "APIName": {}, + "APISuccessCount": { + "type": "long" + }, + "APIFailureCount": { + "type": "long" + } + } + }, + "ImpossibleTravelDetail": { + "type": "structure", + "members": { + "StartingIpAddress": {}, + "EndingIpAddress": {}, + "StartingLocation": {}, + "EndingLocation": {}, + "HourlyTimeDelta": { + "type": "integer" + } + } + }, + "FlaggedIpAddressDetail": { + "type": "structure", + "members": { + "IpAddress": {}, + "Reason": {} + } + }, + "NewGeolocationDetail": { + "type": "structure", + "members": { + "Location": {}, + "IpAddress": {}, + "IsNewForEntireAccount": { + "type": "boolean" + } + } + }, + "NewAsoDetail": { + "type": "structure", + "members": { + "Aso": {}, + "IsNewForEntireAccount": { + "type": "boolean" + } + } + }, + "NewUserAgentDetail": { + "type": "structure", + "members": { + "UserAgent": {}, + "IsNewForEntireAccount": { + "type": "boolean" + } + } + }, + "RelatedFindingDetail": { + "type": "structure", + "members": { + "Arn": {}, + "Type": {}, + "IpAddress": {} + } + }, + "RelatedFindingGroupDetail": { + "type": "structure", + "members": { + "Id": {} + } + } + } + } + } + } + } + } + } + }, + "ListInvestigations": { + "http": { + "requestUri": "/investigations/listInvestigations" + }, + "input": { + "type": "structure", + "required": [ + "GraphArn" + ], + "members": { + "GraphArn": {}, + "NextToken": {}, + "MaxResults": { + "type": "integer" + }, + "FilterCriteria": { + "type": "structure", + "members": { + "Severity": { + "shape": "S2y" + }, + "Status": { + "shape": "S2y" + }, + "State": { + "shape": "S2y" + }, + "EntityArn": { + "shape": "S2y" + }, + "CreatedTime": { + "type": "structure", + "required": [ + "StartInclusive", + "EndInclusive" + ], + "members": { + "StartInclusive": { + "shape": "Se" + }, + "EndInclusive": { + "shape": "Se" + } + } + } + } + }, + "SortCriteria": { + "type": "structure", + "members": { + "Field": {}, + "SortOrder": {} + } + } + } + }, + "output": { + "type": "structure", + "members": { + "InvestigationDetails": { + "type": "list", + "member": { + "type": "structure", + "members": { + "InvestigationId": {}, + "Severity": {}, + "Status": {}, + "State": {}, + "CreatedTime": { + "shape": "Se" + }, + "EntityArn": {}, + "EntityType": {} + } + } + }, + "NextToken": {} + } + } + }, "ListInvitations": { "http": { "requestUri": "/invitations/list" @@ -480,6 +717,36 @@ } } }, + "StartInvestigation": { + "http": { + "requestUri": "/investigations/startInvestigation" + }, + "input": { + "type": "structure", + "required": [ + "GraphArn", + "EntityArn", + "ScopeStartTime", + "ScopeEndTime" + ], + "members": { + "GraphArn": {}, + "EntityArn": {}, + "ScopeStartTime": { + "shape": "Se" + }, + "ScopeEndTime": { + "shape": "Se" + } + } + }, + "output": { + "type": "structure", + "members": { + "InvestigationId": {} + } + } + }, "StartMonitoringMember": { "http": { "requestUri": "/graph/member/monitoringstate" @@ -571,6 +838,24 @@ } } }, + "UpdateInvestigationState": { + "http": { + "requestUri": "/investigations/updateInvestigationState" + }, + "input": { + "type": "structure", + "required": [ + "GraphArn", + "InvestigationId", + "State" + ], + "members": { + "GraphArn": {}, + "InvestigationId": {}, + "State": {} + } + } + }, "UpdateOrganizationConfiguration": { "http": { "requestUri": "/orgs/updateOrganizationConfiguration" @@ -712,6 +997,15 @@ "S1b": { "type": "list", "member": {} + }, + "S2y": { + "type": "structure", + "required": [ + "Value" + ], + "members": { + "Value": {} + } } } } \ No newline at end of file diff --git a/iamlivecore/service/discovery-2015-11-01.min.json b/iamlivecore/service/discovery-2015-11-01.min.json index 29fdf7e..21d313d 100644 --- a/iamlivecore/service/discovery-2015-11-01.min.json +++ b/iamlivecore/service/discovery-2015-11-01.min.json @@ -31,6 +31,52 @@ "members": {} } }, + "BatchDeleteAgents": { + "input": { + "type": "structure", + "required": [ + "deleteAgents" + ], + "members": { + "deleteAgents": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "agentId" + ], + "members": { + "agentId": {}, + "force": { + "type": "boolean" + } + } + } + } + } + }, + "output": { + "type": "structure", + "members": { + "errors": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "agentId", + "errorMessage", + "errorCode" + ], + "members": { + "agentId": {}, + "errorMessage": {}, + "errorCode": {} + } + } + } + } + } + }, "BatchDeleteImportData": { "input": { "type": "structure", @@ -41,6 +87,9 @@ "importTaskIds": { "type": "list", "member": {} + }, + "deleteHistory": { + "type": "boolean" } } }, @@ -91,7 +140,7 @@ "shape": "S3" }, "tags": { - "shape": "Sk" + "shape": "St" } } }, @@ -129,7 +178,7 @@ "shape": "S3" }, "tags": { - "shape": "Sk" + "shape": "St" } } }, @@ -143,10 +192,10 @@ "type": "structure", "members": { "agentIds": { - "shape": "Sv" + "shape": "S14" }, "filters": { - "shape": "Sx" + "shape": "S15" }, "maxResults": { "type": "integer" @@ -171,7 +220,8 @@ "members": { "ipAddress": {}, "macAddress": {} - } + }, + "sensitive": true } }, "connectorId": {}, @@ -188,6 +238,68 @@ } } }, + "DescribeBatchDeleteConfigurationTask": { + "input": { + "type": "structure", + "required": [ + "taskId" + ], + "members": { + "taskId": {} + } + }, + "output": { + "type": "structure", + "members": { + "task": { + "type": "structure", + "members": { + "taskId": {}, + "status": {}, + "startTime": { + "type": "timestamp" + }, + "endTime": { + "type": "timestamp" + }, + "configurationType": {}, + "requestedConfigurations": { + "shape": "S3" + }, + "deletedConfigurations": { + "shape": "S3" + }, + "failedConfigurations": { + "type": "list", + "member": { + "type": "structure", + "members": { + "configurationId": {}, + "errorStatusCode": { + "type": "integer" + }, + "errorMessage": {} + } + } + }, + "deletionWarnings": { + "type": "list", + "member": { + "type": "structure", + "members": { + "configurationId": {}, + "warningCode": { + "type": "integer" + }, + "warningText": {} + } + } + } + } + } + } + } + }, "DescribeConfigurations": { "input": { "type": "structure", @@ -248,7 +360,7 @@ }, "dataSource": {}, "schemaStorageConfig": { - "shape": "S1q" + "shape": "S2c" } } } @@ -262,7 +374,7 @@ "type": "structure", "members": { "exportIds": { - "shape": "S1t" + "shape": "S2f" }, "maxResults": { "type": "integer" @@ -274,7 +386,7 @@ "type": "structure", "members": { "exportsInfo": { - "shape": "S1v" + "shape": "S2h" }, "nextToken": {} } @@ -286,10 +398,10 @@ "type": "structure", "members": { "exportIds": { - "shape": "S1t" + "shape": "S2f" }, "filters": { - "shape": "S23" + "shape": "S2o" }, "maxResults": { "type": "integer" @@ -301,7 +413,7 @@ "type": "structure", "members": { "exportsInfo": { - "shape": "S1v" + "shape": "S2h" }, "nextToken": {} } @@ -337,7 +449,7 @@ "tasks": { "type": "list", "member": { - "shape": "S2g" + "shape": "S31" } } } @@ -358,7 +470,7 @@ "members": { "name": {}, "values": { - "shape": "Sz" + "shape": "S17" } } } @@ -591,7 +703,7 @@ "members": { "configurationType": {}, "filters": { - "shape": "Sx" + "shape": "S15" }, "maxResults": { "type": "integer" @@ -682,6 +794,27 @@ } } }, + "StartBatchDeleteConfigurationTask": { + "input": { + "type": "structure", + "required": [ + "configurationType", + "configurationIds" + ], + "members": { + "configurationType": {}, + "configurationIds": { + "shape": "S3" + } + } + }, + "output": { + "type": "structure", + "members": { + "taskId": {} + } + } + }, "StartContinuousExport": { "input": { "type": "structure", @@ -697,7 +830,7 @@ }, "dataSource": {}, "schemaStorageConfig": { - "shape": "S1q" + "shape": "S2c" } } } @@ -710,7 +843,7 @@ ], "members": { "agentIds": { - "shape": "Sv" + "shape": "S14" } } }, @@ -718,7 +851,7 @@ "type": "structure", "members": { "agentsConfigurationStatus": { - "shape": "S3k" + "shape": "S47" } } } @@ -732,7 +865,7 @@ "member": {} }, "filters": { - "shape": "S23" + "shape": "S2o" }, "startTime": { "type": "timestamp" @@ -750,10 +883,10 @@ "type": "boolean" }, "cpuPerformanceMetricBasis": { - "shape": "S3s" + "shape": "S4f" }, "ramPerformanceMetricBasis": { - "shape": "S3s" + "shape": "S4f" }, "tenancy": {}, "excludedInstanceTypes": { @@ -807,7 +940,7 @@ "type": "structure", "members": { "task": { - "shape": "S2g" + "shape": "S31" } } } @@ -842,7 +975,7 @@ ], "members": { "agentIds": { - "shape": "Sv" + "shape": "S14" } } }, @@ -850,7 +983,7 @@ "type": "structure", "members": { "agentsConfigurationStatus": { - "shape": "S3k" + "shape": "S47" } } } @@ -878,7 +1011,7 @@ "type": "list", "member": {} }, - "Sk": { + "St": { "type": "list", "member": { "type": "structure", @@ -892,11 +1025,11 @@ } } }, - "Sv": { + "S14": { "type": "list", "member": {} }, - "Sx": { + "S15": { "type": "list", "member": { "type": "structure", @@ -908,26 +1041,26 @@ "members": { "name": {}, "values": { - "shape": "Sz" + "shape": "S17" }, "condition": {} } } }, - "Sz": { + "S17": { "type": "list", "member": {} }, - "S1q": { + "S2c": { "type": "map", "key": {}, "value": {} }, - "S1t": { + "S2f": { "type": "list", "member": {} }, - "S1v": { + "S2h": { "type": "list", "member": { "type": "structure", @@ -957,7 +1090,7 @@ } } }, - "S23": { + "S2o": { "type": "list", "member": { "type": "structure", @@ -969,13 +1102,13 @@ "members": { "name": {}, "values": { - "shape": "Sz" + "shape": "S17" }, "condition": {} } } }, - "S2g": { + "S31": { "type": "structure", "members": { "importTaskId": {}, @@ -1007,7 +1140,7 @@ "errorsAndFailedEntriesZip": {} } }, - "S3k": { + "S47": { "type": "list", "member": { "type": "structure", @@ -1020,7 +1153,7 @@ } } }, - "S3s": { + "S4f": { "type": "structure", "members": { "name": {}, diff --git a/iamlivecore/service/dlm-2018-01-12.min.json b/iamlivecore/service/dlm-2018-01-12.min.json index c495869..3e29288 100644 --- a/iamlivecore/service/dlm-2018-01-12.min.json +++ b/iamlivecore/service/dlm-2018-01-12.min.json @@ -22,8 +22,7 @@ "required": [ "ExecutionRoleArn", "Description", - "State", - "PolicyDetails" + "State" ], "members": { "ExecutionRoleArn": {}, @@ -33,7 +32,26 @@ "shape": "S5" }, "Tags": { - "shape": "S1w" + "shape": "S2g" + }, + "DefaultPolicy": {}, + "CreateInterval": { + "type": "integer" + }, + "RetainInterval": { + "type": "integer" + }, + "CopyTags": { + "type": "boolean" + }, + "ExtendDeletion": { + "type": "boolean" + }, + "CrossRegionCopyTargets": { + "shape": "S28" + }, + "Exclusions": { + "shape": "S2b" } } }, @@ -47,7 +65,7 @@ "DeleteLifecyclePolicy": { "http": { "method": "DELETE", - "requestUri": "/policies/{policyId}/" + "requestUri": "/policies/{policyId}" }, "input": { "type": "structure", @@ -100,6 +118,10 @@ "locationName": "tagsToAdd", "type": "list", "member": {} + }, + "DefaultPolicyType": { + "location": "querystring", + "locationName": "defaultPolicyType" } } }, @@ -115,9 +137,12 @@ "Description": {}, "State": {}, "Tags": { - "shape": "S1w" + "shape": "S2g" }, - "PolicyType": {} + "PolicyType": {}, + "DefaultPolicy": { + "type": "boolean" + } } } } @@ -127,7 +152,7 @@ "GetLifecyclePolicy": { "http": { "method": "GET", - "requestUri": "/policies/{policyId}/" + "requestUri": "/policies/{policyId}" }, "input": { "type": "structure", @@ -153,18 +178,21 @@ "StatusMessage": {}, "ExecutionRoleArn": {}, "DateCreated": { - "shape": "S2g" + "shape": "S33" }, "DateModified": { - "shape": "S2g" + "shape": "S33" }, "PolicyDetails": { "shape": "S5" }, "Tags": { - "shape": "S1w" + "shape": "S2g" }, - "PolicyArn": {} + "PolicyArn": {}, + "DefaultPolicy": { + "type": "boolean" + } } } } @@ -191,7 +219,7 @@ "type": "structure", "members": { "Tags": { - "shape": "S1w" + "shape": "S2g" } } } @@ -212,7 +240,7 @@ "locationName": "resourceArn" }, "Tags": { - "shape": "S1w" + "shape": "S2g" } } }, @@ -270,6 +298,24 @@ "Description": {}, "PolicyDetails": { "shape": "S5" + }, + "CreateInterval": { + "type": "integer" + }, + "RetainInterval": { + "type": "integer" + }, + "CopyTags": { + "type": "boolean" + }, + "ExtendDeletion": { + "type": "boolean" + }, + "CrossRegionCopyTargets": { + "shape": "S28" + }, + "Exclusions": { + "shape": "S2b" } } }, @@ -330,7 +376,33 @@ "type": "list", "member": {} }, - "CronExpression": {} + "CronExpression": {}, + "Scripts": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "ExecutionHandler" + ], + "members": { + "Stages": { + "type": "list", + "member": {} + }, + "ExecutionHandlerService": {}, + "ExecutionHandler": {}, + "ExecuteOperationOnScriptFailure": { + "type": "boolean" + }, + "ExecutionTimeout": { + "type": "integer" + }, + "MaximumRetryCount": { + "type": "integer" + } + } + } + } } }, "RetainRule": { @@ -382,7 +454,7 @@ "type": "boolean" }, "RetainRule": { - "shape": "S16" + "shape": "S1f" }, "DeprecateRule": { "type": "structure", @@ -533,13 +605,33 @@ } }, "RetainRule": { - "shape": "S16" + "shape": "S1f" } } } } } } + }, + "PolicyLanguage": {}, + "ResourceType": {}, + "CreateInterval": { + "type": "integer" + }, + "RetainInterval": { + "type": "integer" + }, + "CopyTags": { + "type": "boolean" + }, + "CrossRegionCopyTargets": { + "shape": "S28" + }, + "ExtendDeletion": { + "type": "boolean" + }, + "Exclusions": { + "shape": "S2b" } } }, @@ -558,7 +650,7 @@ "Value": {} } }, - "S16": { + "S1f": { "type": "structure", "members": { "Interval": { @@ -567,12 +659,39 @@ "IntervalUnit": {} } }, - "S1w": { + "S28": { + "type": "list", + "member": { + "type": "structure", + "members": { + "TargetRegion": {} + } + } + }, + "S2b": { + "type": "structure", + "members": { + "ExcludeBootVolumes": { + "type": "boolean" + }, + "ExcludeVolumeTypes": { + "type": "list", + "member": {} + }, + "ExcludeTags": { + "type": "list", + "member": { + "shape": "Sc" + } + } + } + }, + "S2g": { "type": "map", "key": {}, "value": {} }, - "S2g": { + "S33": { "type": "timestamp", "timestampFormat": "iso8601" } diff --git a/iamlivecore/service/dms-2016-01-01.min.json b/iamlivecore/service/dms-2016-01-01.min.json index 9fbe843..08fbfbd 100644 --- a/iamlivecore/service/dms-2016-01-01.min.json +++ b/iamlivecore/service/dms-2016-01-01.min.json @@ -135,7 +135,7 @@ "type": "structure", "members": { "DataProvider": { - "shape": "Sx" + "shape": "S13" } } } @@ -154,7 +154,7 @@ "EngineName": {}, "Username": {}, "Password": { - "shape": "S11" + "shape": "S17" }, "ServerName": {}, "Port": { @@ -171,62 +171,62 @@ "ServiceAccessRoleArn": {}, "ExternalTableDefinition": {}, "DynamoDbSettings": { - "shape": "S12" + "shape": "S18" }, "S3Settings": { - "shape": "S13" + "shape": "S19" }, "DmsTransferSettings": { - "shape": "S1d" + "shape": "S1j" }, "MongoDbSettings": { - "shape": "S1e" + "shape": "S1k" }, "KinesisSettings": { - "shape": "S1i" + "shape": "S1m" }, "KafkaSettings": { - "shape": "S1k" + "shape": "S1o" }, "ElasticsearchSettings": { - "shape": "S1o" + "shape": "S1s" }, "NeptuneSettings": { - "shape": "S1p" + "shape": "S1t" }, "RedshiftSettings": { - "shape": "S1q" + "shape": "S1u" }, "PostgreSQLSettings": { - "shape": "S1r" + "shape": "S1v" }, "MySQLSettings": { - "shape": "S1v" + "shape": "S1z" }, "OracleSettings": { - "shape": "S1x" + "shape": "S21" }, "SybaseSettings": { - "shape": "S20" + "shape": "S24" }, "MicrosoftSQLServerSettings": { - "shape": "S21" + "shape": "S25" }, "IBMDb2Settings": { - "shape": "S24" + "shape": "S28" }, "ResourceIdentifier": {}, "DocDbSettings": { - "shape": "S25" + "shape": "S29" }, "RedisSettings": { - "shape": "S26" + "shape": "S2a" }, "GcpMySQLSettings": { - "shape": "S29" + "shape": "S2d" }, "TimestreamSettings": { - "shape": "S2a" + "shape": "S2e" } } }, @@ -234,7 +234,7 @@ "type": "structure", "members": { "Endpoint": { - "shape": "S2c" + "shape": "S2g" } } } @@ -251,10 +251,10 @@ "SnsTopicArn": {}, "SourceType": {}, "EventCategories": { - "shape": "S2e" + "shape": "S2i" }, "SourceIds": { - "shape": "S2f" + "shape": "S2j" }, "Enabled": { "type": "boolean" @@ -268,7 +268,7 @@ "type": "structure", "members": { "EventSubscription": { - "shape": "S2h" + "shape": "S2l" } } } @@ -316,7 +316,7 @@ "Description": {}, "SubnetGroupIdentifier": {}, "VpcSecurityGroups": { - "shape": "S2m" + "shape": "S2q" } } }, @@ -324,7 +324,7 @@ "type": "structure", "members": { "InstanceProfile": { - "shape": "S2o" + "shape": "S2s" } } } @@ -340,10 +340,10 @@ "members": { "MigrationProjectName": {}, "SourceDataProviderDescriptors": { - "shape": "S2q" + "shape": "S2u" }, "TargetDataProviderDescriptors": { - "shape": "S2q" + "shape": "S2u" }, "InstanceProfileIdentifier": {}, "TransformationRules": {}, @@ -352,7 +352,7 @@ "shape": "S3" }, "SchemaConversionApplicationAttributes": { - "shape": "S2s" + "shape": "S2w" } } }, @@ -360,7 +360,7 @@ "type": "structure", "members": { "MigrationProject": { - "shape": "S2u" + "shape": "S2y" } } } @@ -381,7 +381,7 @@ "SourceEndpointArn": {}, "TargetEndpointArn": {}, "ComputeConfig": { - "shape": "S2y" + "shape": "S32" }, "ReplicationType": {}, "TableMappings": {}, @@ -397,7 +397,7 @@ "type": "structure", "members": { "ReplicationConfig": { - "shape": "S31" + "shape": "S35" } } } @@ -416,7 +416,7 @@ }, "ReplicationInstanceClass": {}, "VpcSecurityGroupIds": { - "shape": "S33" + "shape": "S37" }, "AvailabilityZone": {}, "ReplicationSubnetGroupIdentifier": {}, @@ -444,7 +444,7 @@ "type": "structure", "members": { "ReplicationInstance": { - "shape": "S35" + "shape": "S39" } } } @@ -461,7 +461,7 @@ "ReplicationSubnetGroupIdentifier": {}, "ReplicationSubnetGroupDescription": {}, "SubnetIds": { - "shape": "S3h" + "shape": "S3l" }, "Tags": { "shape": "S3" @@ -472,7 +472,7 @@ "type": "structure", "members": { "ReplicationSubnetGroup": { - "shape": "S38" + "shape": "S3c" } } } @@ -512,7 +512,7 @@ "type": "structure", "members": { "ReplicationTask": { - "shape": "S3l" + "shape": "S3p" } } } @@ -531,7 +531,7 @@ "type": "structure", "members": { "Certificate": { - "shape": "S3q" + "shape": "S3u" } } } @@ -552,7 +552,7 @@ "type": "structure", "members": { "Connection": { - "shape": "S3u" + "shape": "S3y" } } } @@ -571,7 +571,7 @@ "type": "structure", "members": { "DataProvider": { - "shape": "Sx" + "shape": "S13" } } } @@ -590,7 +590,7 @@ "type": "structure", "members": { "Endpoint": { - "shape": "S2c" + "shape": "S2g" } } } @@ -609,7 +609,7 @@ "type": "structure", "members": { "EventSubscription": { - "shape": "S2h" + "shape": "S2l" } } } @@ -633,7 +633,7 @@ ], "members": { "DatabaseIds": { - "shape": "S2m" + "shape": "S2q" } } }, @@ -641,7 +641,7 @@ "type": "structure", "members": { "DatabaseIds": { - "shape": "S2m" + "shape": "S2q" } } } @@ -660,7 +660,7 @@ "type": "structure", "members": { "InstanceProfile": { - "shape": "S2o" + "shape": "S2s" } } } @@ -679,7 +679,7 @@ "type": "structure", "members": { "MigrationProject": { - "shape": "S2u" + "shape": "S2y" } } } @@ -698,7 +698,7 @@ "type": "structure", "members": { "ReplicationConfig": { - "shape": "S31" + "shape": "S35" } } } @@ -717,7 +717,7 @@ "type": "structure", "members": { "ReplicationInstance": { - "shape": "S35" + "shape": "S39" } } } @@ -751,7 +751,7 @@ "type": "structure", "members": { "ReplicationTask": { - "shape": "S3l" + "shape": "S3p" } } } @@ -833,7 +833,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -848,7 +848,7 @@ "Certificates": { "type": "list", "member": { - "shape": "S3q" + "shape": "S3u" } } } @@ -859,7 +859,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -874,7 +874,7 @@ "Connections": { "type": "list", "member": { - "shape": "S3u" + "shape": "S3y" } } } @@ -903,7 +903,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -918,7 +918,7 @@ "DataProviders": { "type": "list", "member": { - "shape": "Sx" + "shape": "S13" } } } @@ -976,7 +976,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -1011,7 +1011,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -1026,7 +1026,7 @@ "Endpoints": { "type": "list", "member": { - "shape": "S2c" + "shape": "S2g" } } } @@ -1082,7 +1082,7 @@ "members": { "SourceType": {}, "Filters": { - "shape": "S4q" + "shape": "S4u" } } }, @@ -1096,7 +1096,7 @@ "members": { "SourceType": {}, "EventCategories": { - "shape": "S2e" + "shape": "S2i" } } } @@ -1110,7 +1110,7 @@ "members": { "SubscriptionName": {}, "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -1125,7 +1125,7 @@ "EventSubscriptionsList": { "type": "list", "member": { - "shape": "S2h" + "shape": "S2l" } } } @@ -1147,10 +1147,10 @@ "type": "integer" }, "EventCategories": { - "shape": "S2e" + "shape": "S2i" }, "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -1171,7 +1171,7 @@ "SourceType": {}, "Message": {}, "EventCategories": { - "shape": "S2e" + "shape": "S2i" }, "Date": { "type": "timestamp" @@ -1191,7 +1191,7 @@ "members": { "MigrationProjectIdentifier": {}, "Filters": { - "shape": "S4q" + "shape": "S4u" }, "Marker": {}, "MaxRecords": { @@ -1204,7 +1204,7 @@ "members": { "Marker": {}, "Requests": { - "shape": "S60" + "shape": "S64" } } } @@ -1214,7 +1214,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -1279,7 +1279,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -1302,7 +1302,7 @@ "type": "long" }, "Server": { - "shape": "S6i" + "shape": "S6m" }, "SoftwareDetails": { "type": "structure", @@ -1367,7 +1367,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -1406,7 +1406,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -1430,7 +1430,7 @@ }, "Complexity": {}, "Server": { - "shape": "S6i" + "shape": "S6m" }, "DatabaseInstance": { "type": "structure", @@ -1468,7 +1468,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -1483,7 +1483,7 @@ "InstanceProfiles": { "type": "list", "member": { - "shape": "S2o" + "shape": "S2s" } } } @@ -1498,7 +1498,7 @@ "members": { "MigrationProjectIdentifier": {}, "Filters": { - "shape": "S4q" + "shape": "S4u" }, "Marker": {}, "MaxRecords": { @@ -1511,7 +1511,7 @@ "members": { "Marker": {}, "Requests": { - "shape": "S60" + "shape": "S64" } } } @@ -1525,7 +1525,7 @@ "members": { "MigrationProjectIdentifier": {}, "Filters": { - "shape": "S4q" + "shape": "S4u" }, "Marker": {}, "MaxRecords": { @@ -1538,7 +1538,7 @@ "members": { "Marker": {}, "Requests": { - "shape": "S60" + "shape": "S64" } } } @@ -1552,7 +1552,7 @@ "members": { "MigrationProjectIdentifier": {}, "Filters": { - "shape": "S4q" + "shape": "S4u" }, "Marker": {}, "MaxRecords": { @@ -1565,7 +1565,7 @@ "members": { "Marker": {}, "Requests": { - "shape": "S60" + "shape": "S64" } } } @@ -1579,7 +1579,7 @@ "members": { "MigrationProjectIdentifier": {}, "Filters": { - "shape": "S4q" + "shape": "S4u" }, "Marker": {}, "MaxRecords": { @@ -1592,7 +1592,7 @@ "members": { "Marker": {}, "Requests": { - "shape": "S60" + "shape": "S64" } } } @@ -1606,7 +1606,7 @@ "members": { "MigrationProjectIdentifier": {}, "Filters": { - "shape": "S4q" + "shape": "S4u" }, "Marker": {}, "MaxRecords": { @@ -1619,7 +1619,7 @@ "members": { "Marker": {}, "Requests": { - "shape": "S60" + "shape": "S64" } } } @@ -1629,7 +1629,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -1644,7 +1644,7 @@ "MigrationProjects": { "type": "list", "member": { - "shape": "S2u" + "shape": "S2y" } } } @@ -1701,7 +1701,7 @@ "members": { "ReplicationInstanceArn": {}, "Filters": { - "shape": "S4q" + "shape": "S4u" }, "Marker": {}, "MaxRecords": { @@ -1727,7 +1727,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -1761,7 +1761,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -1860,7 +1860,7 @@ "type": "structure", "members": { "RefreshSchemasStatus": { - "shape": "S83" + "shape": "S87" } } } @@ -1870,7 +1870,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -1885,7 +1885,7 @@ "ReplicationConfigs": { "type": "list", "member": { - "shape": "S31" + "shape": "S35" } } } @@ -1931,7 +1931,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -1946,7 +1946,7 @@ "ReplicationInstances": { "type": "list", "member": { - "shape": "S35" + "shape": "S39" } } } @@ -1957,7 +1957,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -1972,7 +1972,7 @@ "ReplicationSubnetGroups": { "type": "list", "member": { - "shape": "S38" + "shape": "S3c" } } } @@ -1991,7 +1991,7 @@ }, "Marker": {}, "Filters": { - "shape": "S4q" + "shape": "S4u" } } }, @@ -2003,7 +2003,7 @@ "ReplicationTableStatistics": { "type": "list", "member": { - "shape": "S8l" + "shape": "S8p" } } } @@ -2050,7 +2050,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -2076,7 +2076,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -2111,7 +2111,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -2129,7 +2129,7 @@ "ReplicationTasks": { "type": "list", "member": { - "shape": "S3l" + "shape": "S3p" } } } @@ -2140,7 +2140,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S4q" + "shape": "S4u" }, "MaxRecords": { "type": "integer" @@ -2155,7 +2155,7 @@ "Replications": { "type": "list", "member": { - "shape": "S93" + "shape": "S97" } } } @@ -2199,7 +2199,7 @@ }, "Marker": {}, "Filters": { - "shape": "S4q" + "shape": "S4u" } } }, @@ -2210,7 +2210,7 @@ "TableStatistics": { "type": "list", "member": { - "shape": "S8l" + "shape": "S8p" } }, "Marker": {} @@ -2238,10 +2238,10 @@ "type": "structure", "members": { "PdfReport": { - "shape": "S9g" + "shape": "S9k" }, "CsvReport": { - "shape": "S9g" + "shape": "S9k" } } } @@ -2255,7 +2255,7 @@ "members": { "CertificateIdentifier": {}, "CertificatePem": { - "shape": "S11" + "shape": "S17" }, "CertificateWallet": { "type": "blob" @@ -2269,7 +2269,7 @@ "type": "structure", "members": { "Certificate": { - "shape": "S3q" + "shape": "S3u" } } } @@ -2336,7 +2336,7 @@ "type": "structure", "members": { "DataProvider": { - "shape": "Sx" + "shape": "S13" } } } @@ -2354,7 +2354,7 @@ "EngineName": {}, "Username": {}, "Password": { - "shape": "S11" + "shape": "S17" }, "ServerName": {}, "Port": { @@ -2367,64 +2367,64 @@ "ServiceAccessRoleArn": {}, "ExternalTableDefinition": {}, "DynamoDbSettings": { - "shape": "S12" + "shape": "S18" }, "S3Settings": { - "shape": "S13" + "shape": "S19" }, "DmsTransferSettings": { - "shape": "S1d" + "shape": "S1j" }, "MongoDbSettings": { - "shape": "S1e" + "shape": "S1k" }, "KinesisSettings": { - "shape": "S1i" + "shape": "S1m" }, "KafkaSettings": { - "shape": "S1k" + "shape": "S1o" }, "ElasticsearchSettings": { - "shape": "S1o" + "shape": "S1s" }, "NeptuneSettings": { - "shape": "S1p" + "shape": "S1t" }, "RedshiftSettings": { - "shape": "S1q" + "shape": "S1u" }, "PostgreSQLSettings": { - "shape": "S1r" + "shape": "S1v" }, "MySQLSettings": { - "shape": "S1v" + "shape": "S1z" }, "OracleSettings": { - "shape": "S1x" + "shape": "S21" }, "SybaseSettings": { - "shape": "S20" + "shape": "S24" }, "MicrosoftSQLServerSettings": { - "shape": "S21" + "shape": "S25" }, "IBMDb2Settings": { - "shape": "S24" + "shape": "S28" }, "DocDbSettings": { - "shape": "S25" + "shape": "S29" }, "RedisSettings": { - "shape": "S26" + "shape": "S2a" }, "ExactSettings": { "type": "boolean" }, "GcpMySQLSettings": { - "shape": "S29" + "shape": "S2d" }, "TimestreamSettings": { - "shape": "S2a" + "shape": "S2e" } } }, @@ -2432,7 +2432,7 @@ "type": "structure", "members": { "Endpoint": { - "shape": "S2c" + "shape": "S2g" } } } @@ -2448,7 +2448,7 @@ "SnsTopicArn": {}, "SourceType": {}, "EventCategories": { - "shape": "S2e" + "shape": "S2i" }, "Enabled": { "type": "boolean" @@ -2459,7 +2459,7 @@ "type": "structure", "members": { "EventSubscription": { - "shape": "S2h" + "shape": "S2l" } } } @@ -2482,7 +2482,7 @@ "Description": {}, "SubnetGroupIdentifier": {}, "VpcSecurityGroups": { - "shape": "S2m" + "shape": "S2q" } } }, @@ -2490,7 +2490,7 @@ "type": "structure", "members": { "InstanceProfile": { - "shape": "S2o" + "shape": "S2s" } } } @@ -2505,16 +2505,16 @@ "MigrationProjectIdentifier": {}, "MigrationProjectName": {}, "SourceDataProviderDescriptors": { - "shape": "S2q" + "shape": "S2u" }, "TargetDataProviderDescriptors": { - "shape": "S2q" + "shape": "S2u" }, "InstanceProfileIdentifier": {}, "TransformationRules": {}, "Description": {}, "SchemaConversionApplicationAttributes": { - "shape": "S2s" + "shape": "S2w" } } }, @@ -2522,7 +2522,7 @@ "type": "structure", "members": { "MigrationProject": { - "shape": "S2u" + "shape": "S2y" } } } @@ -2541,7 +2541,7 @@ "ReplicationSettings": {}, "SupplementalSettings": {}, "ComputeConfig": { - "shape": "S2y" + "shape": "S32" }, "SourceEndpointArn": {}, "TargetEndpointArn": {} @@ -2551,7 +2551,7 @@ "type": "structure", "members": { "ReplicationConfig": { - "shape": "S31" + "shape": "S35" } } } @@ -2572,7 +2572,7 @@ }, "ReplicationInstanceClass": {}, "VpcSecurityGroupIds": { - "shape": "S33" + "shape": "S37" }, "PreferredMaintenanceWindow": {}, "MultiAZ": { @@ -2593,7 +2593,7 @@ "type": "structure", "members": { "ReplicationInstance": { - "shape": "S35" + "shape": "S39" } } } @@ -2609,7 +2609,7 @@ "ReplicationSubnetGroupIdentifier": {}, "ReplicationSubnetGroupDescription": {}, "SubnetIds": { - "shape": "S3h" + "shape": "S3l" } } }, @@ -2617,7 +2617,7 @@ "type": "structure", "members": { "ReplicationSubnetGroup": { - "shape": "S38" + "shape": "S3c" } } } @@ -2646,7 +2646,7 @@ "type": "structure", "members": { "ReplicationTask": { - "shape": "S3l" + "shape": "S3p" } } } @@ -2667,7 +2667,7 @@ "type": "structure", "members": { "ReplicationTask": { - "shape": "S3l" + "shape": "S3p" } } } @@ -2692,7 +2692,7 @@ "type": "structure", "members": { "ReplicationInstance": { - "shape": "S35" + "shape": "S39" } } } @@ -2713,7 +2713,7 @@ "type": "structure", "members": { "RefreshSchemasStatus": { - "shape": "S83" + "shape": "S87" } } } @@ -2728,7 +2728,7 @@ "members": { "ReplicationConfigArn": {}, "TablesToReload": { - "shape": "Sad" + "shape": "Sah" }, "ReloadOption": {} } @@ -2750,7 +2750,7 @@ "members": { "ReplicationTaskArn": {}, "TablesToReload": { - "shape": "Sad" + "shape": "Sah" }, "ReloadOption": {} } @@ -2950,7 +2950,7 @@ "type": "structure", "members": { "Replication": { - "shape": "S93" + "shape": "S97" } } } @@ -2976,7 +2976,7 @@ "type": "structure", "members": { "ReplicationTask": { - "shape": "S3l" + "shape": "S3p" } } } @@ -2995,7 +2995,7 @@ "type": "structure", "members": { "ReplicationTask": { - "shape": "S3l" + "shape": "S3p" } } } @@ -3050,7 +3050,7 @@ "type": "structure", "members": { "Replication": { - "shape": "S93" + "shape": "S97" } } } @@ -3069,7 +3069,7 @@ "type": "structure", "members": { "ReplicationTask": { - "shape": "S3l" + "shape": "S3p" } } } @@ -3090,7 +3090,7 @@ "type": "structure", "members": { "Connection": { - "shape": "S3u" + "shape": "S3y" } } } @@ -3193,6 +3193,16 @@ "Sp": { "type": "structure", "members": { + "RedshiftSettings": { + "type": "structure", + "members": { + "ServerName": {}, + "Port": { + "type": "integer" + }, + "DatabaseName": {} + } + }, "PostgreSqlSettings": { "type": "structure", "members": { @@ -3244,17 +3254,55 @@ "SslMode": {}, "CertificateArn": {} } + }, + "DocDbSettings": { + "type": "structure", + "members": { + "ServerName": {}, + "Port": { + "type": "integer" + }, + "DatabaseName": {}, + "SslMode": {}, + "CertificateArn": {} + } + }, + "MariaDbSettings": { + "type": "structure", + "members": { + "ServerName": {}, + "Port": { + "type": "integer" + }, + "SslMode": {}, + "CertificateArn": {} + } + }, + "MongoDbSettings": { + "type": "structure", + "members": { + "ServerName": {}, + "Port": { + "type": "integer" + }, + "DatabaseName": {}, + "SslMode": {}, + "CertificateArn": {}, + "AuthType": {}, + "AuthSource": {}, + "AuthMechanism": {} + } } }, "union": true }, - "Sx": { + "S13": { "type": "structure", "members": { "DataProviderName": {}, "DataProviderArn": {}, "DataProviderCreationTime": { - "shape": "Sy" + "shape": "S14" }, "Description": {}, "Engine": {}, @@ -3263,15 +3311,15 @@ } } }, - "Sy": { + "S14": { "type": "timestamp", "timestampFormat": "iso8601" }, - "S11": { + "S17": { "type": "string", "sensitive": true }, - "S12": { + "S18": { "type": "structure", "required": [ "ServiceAccessRoleArn" @@ -3280,7 +3328,7 @@ "ServiceAccessRoleArn": {} } }, - "S13": { + "S19": { "type": "structure", "members": { "ServiceAccessRoleArn": {}, @@ -3366,19 +3414,19 @@ } } }, - "S1d": { + "S1j": { "type": "structure", "members": { "ServiceAccessRoleArn": {}, "BucketName": {} } }, - "S1e": { + "S1k": { "type": "structure", "members": { "Username": {}, "Password": { - "shape": "S11" + "shape": "S17" }, "ServerName": {}, "Port": { @@ -3402,7 +3450,7 @@ } } }, - "S1i": { + "S1m": { "type": "structure", "members": { "StreamArn": {}, @@ -3431,7 +3479,7 @@ } } }, - "S1k": { + "S1o": { "type": "structure", "members": { "Broker": {}, @@ -3462,12 +3510,12 @@ "SslClientCertificateArn": {}, "SslClientKeyArn": {}, "SslClientKeyPassword": { - "shape": "S11" + "shape": "S17" }, "SslCaCertificateArn": {}, "SaslUsername": {}, "SaslPassword": { - "shape": "S11" + "shape": "S17" }, "NoHexPrefix": { "type": "boolean" @@ -3476,7 +3524,7 @@ "SslEndpointIdentificationAlgorithm": {} } }, - "S1o": { + "S1s": { "type": "structure", "required": [ "ServiceAccessRoleArn", @@ -3496,7 +3544,7 @@ } } }, - "S1p": { + "S1t": { "type": "structure", "required": [ "S3BucketName", @@ -3520,7 +3568,7 @@ } } }, - "S1q": { + "S1u": { "type": "structure", "members": { "AcceptAnyDate": { @@ -3557,7 +3605,7 @@ "type": "integer" }, "Password": { - "shape": "S11" + "shape": "S17" }, "Port": { "type": "integer" @@ -3588,7 +3636,7 @@ } } }, - "S1r": { + "S1v": { "type": "structure", "members": { "AfterConnectScript": {}, @@ -3614,7 +3662,7 @@ "type": "integer" }, "Password": { - "shape": "S11" + "shape": "S17" }, "Port": { "type": "integer" @@ -3639,7 +3687,7 @@ "BabelfishDatabaseName": {} } }, - "S1v": { + "S1z": { "type": "structure", "members": { "AfterConnectScript": {}, @@ -3658,7 +3706,7 @@ "type": "integer" }, "Password": { - "shape": "S11" + "shape": "S17" }, "Port": { "type": "integer" @@ -3667,10 +3715,13 @@ "ServerTimezone": {}, "Username": {}, "SecretsManagerAccessRoleArn": {}, - "SecretsManagerSecretId": {} + "SecretsManagerSecretId": {}, + "ExecuteTimeout": { + "type": "integer" + } } }, - "S1x": { + "S21": { "type": "structure", "members": { "AddSupplementalLogging": { @@ -3718,7 +3769,7 @@ "type": "boolean" }, "AsmPassword": { - "shape": "S11" + "shape": "S17" }, "AsmServer": {}, "AsmUser": {}, @@ -3734,7 +3785,7 @@ "type": "integer" }, "Password": { - "shape": "S11" + "shape": "S17" }, "Port": { "type": "integer" @@ -3746,7 +3797,7 @@ "type": "integer" }, "SecurityDbEncryption": { - "shape": "S11" + "shape": "S17" }, "SecurityDbEncryptionName": {}, "ServerName": {}, @@ -3779,12 +3830,12 @@ } } }, - "S20": { + "S24": { "type": "structure", "members": { "DatabaseName": {}, "Password": { - "shape": "S11" + "shape": "S17" }, "Port": { "type": "integer" @@ -3795,7 +3846,7 @@ "SecretsManagerSecretId": {} } }, - "S21": { + "S25": { "type": "structure", "members": { "Port": { @@ -3807,7 +3858,7 @@ "DatabaseName": {}, "ControlTablesFileGroup": {}, "Password": { - "shape": "S11" + "shape": "S17" }, "QuerySingleAlwaysOnNode": { "type": "boolean" @@ -3835,12 +3886,12 @@ } } }, - "S24": { + "S28": { "type": "structure", "members": { "DatabaseName": {}, "Password": { - "shape": "S11" + "shape": "S17" }, "Port": { "type": "integer" @@ -3855,15 +3906,27 @@ }, "Username": {}, "SecretsManagerAccessRoleArn": {}, - "SecretsManagerSecretId": {} + "SecretsManagerSecretId": {}, + "LoadTimeout": { + "type": "integer" + }, + "WriteBufferSize": { + "type": "integer" + }, + "MaxFileSize": { + "type": "integer" + }, + "KeepCsvFiles": { + "type": "boolean" + } } }, - "S25": { + "S29": { "type": "structure", "members": { "Username": {}, "Password": { - "shape": "S11" + "shape": "S17" }, "ServerName": {}, "Port": { @@ -3888,7 +3951,7 @@ } } }, - "S26": { + "S2a": { "type": "structure", "required": [ "ServerName", @@ -3903,12 +3966,12 @@ "AuthType": {}, "AuthUserName": {}, "AuthPassword": { - "shape": "S11" + "shape": "S17" }, "SslCaCertificateArn": {} } }, - "S29": { + "S2d": { "type": "structure", "members": { "AfterConnectScript": {}, @@ -3927,7 +3990,7 @@ "type": "integer" }, "Password": { - "shape": "S11" + "shape": "S17" }, "Port": { "type": "integer" @@ -3939,7 +4002,7 @@ "SecretsManagerSecretId": {} } }, - "S2a": { + "S2e": { "type": "structure", "required": [ "DatabaseName", @@ -3962,7 +4025,7 @@ } } }, - "S2c": { + "S2g": { "type": "structure", "members": { "EndpointIdentifier": {}, @@ -3985,73 +4048,73 @@ "ExternalTableDefinition": {}, "ExternalId": {}, "DynamoDbSettings": { - "shape": "S12" + "shape": "S18" }, "S3Settings": { - "shape": "S13" + "shape": "S19" }, "DmsTransferSettings": { - "shape": "S1d" + "shape": "S1j" }, "MongoDbSettings": { - "shape": "S1e" + "shape": "S1k" }, "KinesisSettings": { - "shape": "S1i" + "shape": "S1m" }, "KafkaSettings": { - "shape": "S1k" + "shape": "S1o" }, "ElasticsearchSettings": { - "shape": "S1o" + "shape": "S1s" }, "NeptuneSettings": { - "shape": "S1p" + "shape": "S1t" }, "RedshiftSettings": { - "shape": "S1q" + "shape": "S1u" }, "PostgreSQLSettings": { - "shape": "S1r" + "shape": "S1v" }, "MySQLSettings": { - "shape": "S1v" + "shape": "S1z" }, "OracleSettings": { - "shape": "S1x" + "shape": "S21" }, "SybaseSettings": { - "shape": "S20" + "shape": "S24" }, "MicrosoftSQLServerSettings": { - "shape": "S21" + "shape": "S25" }, "IBMDb2Settings": { - "shape": "S24" + "shape": "S28" }, "DocDbSettings": { - "shape": "S25" + "shape": "S29" }, "RedisSettings": { - "shape": "S26" + "shape": "S2a" }, "GcpMySQLSettings": { - "shape": "S29" + "shape": "S2d" }, "TimestreamSettings": { - "shape": "S2a" + "shape": "S2e" } } }, - "S2e": { + "S2i": { "type": "list", "member": {} }, - "S2f": { + "S2j": { "type": "list", "member": {} }, - "S2h": { + "S2l": { "type": "structure", "members": { "CustomerAwsId": {}, @@ -4061,21 +4124,21 @@ "SubscriptionCreationTime": {}, "SourceType": {}, "SourceIdsList": { - "shape": "S2f" + "shape": "S2j" }, "EventCategoriesList": { - "shape": "S2e" + "shape": "S2i" }, "Enabled": { "type": "boolean" } } }, - "S2m": { + "S2q": { "type": "list", "member": {} }, - "S2o": { + "S2s": { "type": "structure", "members": { "InstanceProfileArn": {}, @@ -4088,15 +4151,15 @@ "InstanceProfileName": {}, "Description": {}, "InstanceProfileCreationTime": { - "shape": "Sy" + "shape": "S14" }, "SubnetGroupIdentifier": {}, "VpcSecurityGroups": { - "shape": "S2m" + "shape": "S2q" } } }, - "S2q": { + "S2u": { "type": "list", "member": { "type": "structure", @@ -4110,37 +4173,37 @@ } } }, - "S2s": { + "S2w": { "type": "structure", "members": { "S3BucketPath": {}, "S3BucketRoleArn": {} } }, - "S2u": { + "S2y": { "type": "structure", "members": { "MigrationProjectName": {}, "MigrationProjectArn": {}, "MigrationProjectCreationTime": { - "shape": "Sy" + "shape": "S14" }, "SourceDataProviderDescriptors": { - "shape": "S2v" + "shape": "S2z" }, "TargetDataProviderDescriptors": { - "shape": "S2v" + "shape": "S2z" }, "InstanceProfileArn": {}, "InstanceProfileName": {}, "TransformationRules": {}, "Description": {}, "SchemaConversionApplicationAttributes": { - "shape": "S2s" + "shape": "S2w" } } }, - "S2v": { + "S2z": { "type": "list", "member": { "type": "structure", @@ -4152,7 +4215,7 @@ } } }, - "S2y": { + "S32": { "type": "structure", "members": { "AvailabilityZone": {}, @@ -4170,11 +4233,11 @@ "PreferredMaintenanceWindow": {}, "ReplicationSubnetGroupId": {}, "VpcSecurityGroupIds": { - "shape": "S2m" + "shape": "S2q" } } }, - "S31": { + "S35": { "type": "structure", "members": { "ReplicationConfigIdentifier": {}, @@ -4183,7 +4246,7 @@ "TargetEndpointArn": {}, "ReplicationType": {}, "ComputeConfig": { - "shape": "S2y" + "shape": "S32" }, "ReplicationSettings": {}, "SupplementalSettings": {}, @@ -4196,11 +4259,11 @@ } } }, - "S33": { + "S37": { "type": "list", "member": {} }, - "S35": { + "S39": { "type": "structure", "members": { "ReplicationInstanceIdentifier": {}, @@ -4224,7 +4287,7 @@ }, "AvailabilityZone": {}, "ReplicationSubnetGroup": { - "shape": "S38" + "shape": "S3c" }, "PreferredMaintenanceWindow": {}, "PendingModifiedValues": { @@ -4279,7 +4342,7 @@ "NetworkType": {} } }, - "S38": { + "S3c": { "type": "structure", "members": { "ReplicationSubnetGroupIdentifier": {}, @@ -4303,15 +4366,15 @@ } }, "SupportedNetworkTypes": { - "shape": "S2m" + "shape": "S2q" } } }, - "S3h": { + "S3l": { "type": "list", "member": {} }, - "S3l": { + "S3p": { "type": "structure", "members": { "ReplicationTaskIdentifier": {}, @@ -4376,7 +4439,7 @@ "TargetReplicationInstanceArn": {} } }, - "S3q": { + "S3u": { "type": "structure", "members": { "CertificateIdentifier": {}, @@ -4401,7 +4464,7 @@ } } }, - "S3u": { + "S3y": { "type": "structure", "members": { "ReplicationInstanceArn": {}, @@ -4412,7 +4475,7 @@ "ReplicationInstanceIdentifier": {} } }, - "S4q": { + "S4u": { "type": "list", "member": { "type": "structure", @@ -4429,7 +4492,7 @@ } } }, - "S60": { + "S64": { "type": "list", "member": { "type": "structure", @@ -4459,7 +4522,7 @@ } } }, - "S6i": { + "S6m": { "type": "structure", "members": { "ServerId": {}, @@ -4467,7 +4530,7 @@ "ServerName": {} } }, - "S83": { + "S87": { "type": "structure", "members": { "EndpointArn": {}, @@ -4479,7 +4542,7 @@ "LastFailureMessage": {} } }, - "S8l": { + "S8p": { "type": "structure", "members": { "SchemaName": {}, @@ -4543,7 +4606,7 @@ "ValidationStateDetails": {} } }, - "S93": { + "S97": { "type": "structure", "members": { "ReplicationConfigIdentifier": {}, @@ -4573,7 +4636,7 @@ }, "StopReason": {}, "FailureMessages": { - "shape": "S2m" + "shape": "S2q" }, "ReplicationStats": { "type": "structure", @@ -4628,17 +4691,20 @@ }, "ReplicationLastStopTime": { "type": "timestamp" + }, + "ReplicationDeprovisionTime": { + "type": "timestamp" } } }, - "S9g": { + "S9k": { "type": "structure", "members": { "S3ObjectKey": {}, "ObjectURL": {} } }, - "Sad": { + "Sah": { "type": "list", "member": { "type": "structure", diff --git a/iamlivecore/service/docdb-2014-10-31.min.json b/iamlivecore/service/docdb-2014-10-31.min.json index 19f2011..3dae95e 100644 --- a/iamlivecore/service/docdb-2014-10-31.min.json +++ b/iamlivecore/service/docdb-2014-10-31.min.json @@ -174,7 +174,8 @@ "DeletionProtection": { "type": "boolean" }, - "GlobalClusterIdentifier": {} + "GlobalClusterIdentifier": {}, + "StorageType": {} } }, "output": { @@ -270,7 +271,8 @@ "EnablePerformanceInsights": { "type": "boolean" }, - "PerformanceInsightsKMSKeyId": {} + "PerformanceInsightsKMSKeyId": {}, + "CACertificateIdentifier": {} } }, "output": { @@ -295,7 +297,7 @@ "DBSubnetGroupName": {}, "DBSubnetGroupDescription": {}, "SubnetIds": { - "shape": "S1l" + "shape": "S1m" }, "Tags": { "shape": "S9" @@ -372,7 +374,7 @@ "type": "structure", "members": { "GlobalCluster": { - "shape": "S1r" + "shape": "S1s" } } } @@ -498,7 +500,7 @@ "type": "structure", "members": { "GlobalCluster": { - "shape": "S1r" + "shape": "S1s" } } } @@ -509,7 +511,7 @@ "members": { "CertificateIdentifier": {}, "Filters": { - "shape": "S28" + "shape": "S29" }, "MaxRecords": { "type": "integer" @@ -551,7 +553,7 @@ "members": { "DBClusterParameterGroupName": {}, "Filters": { - "shape": "S28" + "shape": "S29" }, "MaxRecords": { "type": "integer" @@ -584,7 +586,7 @@ "DBClusterParameterGroupName": {}, "Source": {}, "Filters": { - "shape": "S28" + "shape": "S29" }, "MaxRecords": { "type": "integer" @@ -597,7 +599,7 @@ "type": "structure", "members": { "Parameters": { - "shape": "S2j" + "shape": "S2k" }, "Marker": {} } @@ -618,7 +620,7 @@ "type": "structure", "members": { "DBClusterSnapshotAttributesResult": { - "shape": "S2o" + "shape": "S2p" } } } @@ -631,7 +633,7 @@ "DBClusterSnapshotIdentifier": {}, "SnapshotType": {}, "Filters": { - "shape": "S28" + "shape": "S29" }, "MaxRecords": { "type": "integer" @@ -666,7 +668,7 @@ "members": { "DBClusterIdentifier": {}, "Filters": { - "shape": "S28" + "shape": "S29" }, "MaxRecords": { "type": "integer" @@ -697,7 +699,7 @@ "EngineVersion": {}, "DBParameterGroupFamily": {}, "Filters": { - "shape": "S28" + "shape": "S29" }, "MaxRecords": { "type": "integer" @@ -753,6 +755,13 @@ }, "SupportsLogExportsToCloudwatchLogs": { "type": "boolean" + }, + "SupportedCACertificateIdentifiers": { + "type": "list", + "member": {} + }, + "SupportsCertificateRotationWithoutRestart": { + "type": "boolean" } } } @@ -766,7 +775,7 @@ "members": { "DBInstanceIdentifier": {}, "Filters": { - "shape": "S28" + "shape": "S29" }, "MaxRecords": { "type": "integer" @@ -795,7 +804,7 @@ "members": { "DBSubnetGroupName": {}, "Filters": { - "shape": "S28" + "shape": "S29" }, "MaxRecords": { "type": "integer" @@ -827,7 +836,7 @@ "members": { "DBParameterGroupFamily": {}, "Filters": { - "shape": "S28" + "shape": "S29" }, "MaxRecords": { "type": "integer" @@ -845,7 +854,7 @@ "DBParameterGroupFamily": {}, "Marker": {}, "Parameters": { - "shape": "S2j" + "shape": "S2k" } }, "wrapper": true @@ -859,7 +868,7 @@ "members": { "SourceType": {}, "Filters": { - "shape": "S28" + "shape": "S29" } } }, @@ -890,7 +899,7 @@ "members": { "SubscriptionName": {}, "Filters": { - "shape": "S28" + "shape": "S29" }, "MaxRecords": { "type": "integer" @@ -932,7 +941,7 @@ "shape": "S6" }, "Filters": { - "shape": "S28" + "shape": "S29" }, "MaxRecords": { "type": "integer" @@ -973,7 +982,7 @@ "members": { "GlobalClusterIdentifier": {}, "Filters": { - "shape": "S28" + "shape": "S29" }, "MaxRecords": { "type": "integer" @@ -989,7 +998,7 @@ "GlobalClusters": { "type": "list", "member": { - "shape": "S1r", + "shape": "S1s", "locationName": "GlobalClusterMember" } } @@ -1011,7 +1020,7 @@ "type": "boolean" }, "Filters": { - "shape": "S28" + "shape": "S29" }, "MaxRecords": { "type": "integer" @@ -1042,7 +1051,8 @@ }, "Vpc": { "type": "boolean" - } + }, + "StorageType": {} }, "wrapper": true } @@ -1057,7 +1067,7 @@ "members": { "ResourceIdentifier": {}, "Filters": { - "shape": "S28" + "shape": "S29" }, "Marker": {}, "MaxRecords": { @@ -1107,7 +1117,7 @@ "members": { "ResourceName": {}, "Filters": { - "shape": "S28" + "shape": "S29" } } }, @@ -1163,7 +1173,8 @@ }, "DeletionProtection": { "type": "boolean" - } + }, + "StorageType": {} } }, "output": { @@ -1186,12 +1197,12 @@ "members": { "DBClusterParameterGroupName": {}, "Parameters": { - "shape": "S2j" + "shape": "S2k" } } }, "output": { - "shape": "S48", + "shape": "S4a", "resultWrapper": "ModifyDBClusterParameterGroupResult" } }, @@ -1206,10 +1217,10 @@ "DBClusterSnapshotIdentifier": {}, "AttributeName": {}, "ValuesToAdd": { - "shape": "S2r" + "shape": "S2s" }, "ValuesToRemove": { - "shape": "S2r" + "shape": "S2s" } } }, @@ -1218,7 +1229,7 @@ "type": "structure", "members": { "DBClusterSnapshotAttributesResult": { - "shape": "S2o" + "shape": "S2p" } } } @@ -1250,7 +1261,10 @@ "EnablePerformanceInsights": { "type": "boolean" }, - "PerformanceInsightsKMSKeyId": {} + "PerformanceInsightsKMSKeyId": {}, + "CertificateRotationRestart": { + "type": "boolean" + } } }, "output": { @@ -1274,7 +1288,7 @@ "DBSubnetGroupName": {}, "DBSubnetGroupDescription": {}, "SubnetIds": { - "shape": "S1l" + "shape": "S1m" } } }, @@ -1335,7 +1349,7 @@ "type": "structure", "members": { "GlobalCluster": { - "shape": "S1r" + "shape": "S1s" } } } @@ -1380,7 +1394,7 @@ "type": "structure", "members": { "GlobalCluster": { - "shape": "S1r" + "shape": "S1s" } } } @@ -1435,12 +1449,12 @@ "type": "boolean" }, "Parameters": { - "shape": "S2j" + "shape": "S2k" } } }, "output": { - "shape": "S48", + "shape": "S4a", "resultWrapper": "ResetDBClusterParameterGroupResult" } }, @@ -1477,7 +1491,8 @@ "DeletionProtection": { "type": "boolean" }, - "DBClusterParameterGroupName": {} + "DBClusterParameterGroupName": {}, + "StorageType": {} } }, "output": { @@ -1523,7 +1538,8 @@ }, "DeletionProtection": { "type": "boolean" - } + }, + "StorageType": {} } }, "output": { @@ -1692,7 +1708,8 @@ }, "KmsKeyId": {}, "DBClusterSnapshotArn": {}, - "SourceDBClusterSnapshotArn": {} + "SourceDBClusterSnapshotArn": {}, + "StorageType": {} }, "wrapper": true }, @@ -1800,7 +1817,8 @@ }, "DeletionProtection": { "type": "boolean" - } + }, + "StorageType": {} }, "wrapper": true }, @@ -1927,6 +1945,15 @@ "DBInstanceArn": {}, "EnabledCloudwatchLogsExports": { "shape": "St" + }, + "CertificateDetails": { + "type": "structure", + "members": { + "CAIdentifier": {}, + "ValidTill": { + "type": "timestamp" + } + } } }, "wrapper": true @@ -1963,13 +1990,13 @@ }, "wrapper": true }, - "S1l": { + "S1m": { "type": "list", "member": { "locationName": "SubnetIdentifier" } }, - "S1r": { + "S1s": { "type": "structure", "members": { "GlobalClusterIdentifier": {}, @@ -2006,7 +2033,7 @@ }, "wrapper": true }, - "S28": { + "S29": { "type": "list", "member": { "locationName": "Filter", @@ -2026,7 +2053,7 @@ } } }, - "S2j": { + "S2k": { "type": "list", "member": { "locationName": "Parameter", @@ -2047,7 +2074,7 @@ } } }, - "S2o": { + "S2p": { "type": "structure", "members": { "DBClusterSnapshotIdentifier": {}, @@ -2059,7 +2086,7 @@ "members": { "AttributeName": {}, "AttributeValues": { - "shape": "S2r" + "shape": "S2s" } } } @@ -2067,13 +2094,13 @@ }, "wrapper": true }, - "S2r": { + "S2s": { "type": "list", "member": { "locationName": "AttributeValue" } }, - "S48": { + "S4a": { "type": "structure", "members": { "DBClusterParameterGroupName": {} diff --git a/iamlivecore/service/drs-2020-02-26.min.json b/iamlivecore/service/drs-2020-02-26.min.json index 4654ad3..a2946cd 100644 --- a/iamlivecore/service/drs-2020-02-26.min.json +++ b/iamlivecore/service/drs-2020-02-26.min.json @@ -82,8 +82,11 @@ }, "exportBucketArn": {}, "launchDisposition": {}, + "launchIntoSourceInstance": { + "type": "boolean" + }, "licensing": { - "shape": "S2h" + "shape": "S2i" }, "postLaunchEnabled": { "type": "boolean" @@ -98,7 +101,7 @@ "type": "structure", "members": { "launchConfigurationTemplate": { - "shape": "S2k" + "shape": "S2l" } } } @@ -142,11 +145,11 @@ "ebsEncryption": {}, "ebsEncryptionKeyArn": {}, "pitPolicy": { - "shape": "S2q" + "shape": "S2r" }, "replicationServerInstanceType": {}, "replicationServersSecurityGroupsIDs": { - "shape": "S2u" + "shape": "S2v" }, "stagingAreaSubnetId": {}, "stagingAreaTags": { @@ -161,7 +164,7 @@ } }, "output": { - "shape": "S2x" + "shape": "S2y" } }, "CreateSourceNetwork": { @@ -475,7 +478,7 @@ "items": { "type": "list", "member": { - "shape": "S2k" + "shape": "S2l" } }, "nextToken": {} @@ -517,6 +520,7 @@ "member": { "type": "structure", "members": { + "agentVersion": {}, "arn": {}, "dataReplicationInfo": { "type": "structure", @@ -602,7 +606,7 @@ "type": "structure", "members": { "cpus": { - "shape": "S22" + "shape": "S23" }, "disks": { "type": "list", @@ -618,14 +622,14 @@ } }, "identificationHints": { - "shape": "S26" + "shape": "S27" }, "lastUpdatedDateTime": {}, "networkInterfaces": { - "shape": "S28" + "shape": "S29" }, "os": { - "shape": "S2b" + "shape": "S2c" }, "ramBytes": { "type": "long" @@ -721,7 +725,7 @@ "items": { "type": "list", "member": { - "shape": "S2x" + "shape": "S2y" } }, "nextToken": {} @@ -759,7 +763,7 @@ "items": { "type": "list", "member": { - "shape": "S5c" + "shape": "S5d" } }, "nextToken": {} @@ -907,7 +911,7 @@ } }, "output": { - "shape": "S5v" + "shape": "S5w" } }, "GetReplicationConfiguration": { @@ -925,7 +929,7 @@ } }, "output": { - "shape": "S5y" + "shape": "S60" } }, "InitializeService": { @@ -1096,6 +1100,7 @@ "actionVersion", "active", "category", + "description", "name", "optional", "order", @@ -1346,7 +1351,7 @@ "type": "structure", "members": { "sourceNetwork": { - "shape": "S5c" + "shape": "S5d" } } } @@ -1407,7 +1412,7 @@ "type": "structure", "members": { "sourceNetwork": { - "shape": "S5c" + "shape": "S5d" } } } @@ -1529,8 +1534,11 @@ "type": "boolean" }, "launchDisposition": {}, + "launchIntoInstanceProperties": { + "shape": "S5x" + }, "licensing": { - "shape": "S2h" + "shape": "S2i" }, "name": {}, "postLaunchEnabled": { @@ -1541,7 +1549,7 @@ } }, "output": { - "shape": "S5v" + "shape": "S5w" }, "idempotent": true }, @@ -1565,8 +1573,11 @@ "exportBucketArn": {}, "launchConfigurationTemplateID": {}, "launchDisposition": {}, + "launchIntoSourceInstance": { + "type": "boolean" + }, "licensing": { - "shape": "S2h" + "shape": "S2i" }, "postLaunchEnabled": { "type": "boolean" @@ -1578,7 +1589,7 @@ "type": "structure", "members": { "launchConfigurationTemplate": { - "shape": "S2k" + "shape": "S2l" } } } @@ -1612,14 +1623,14 @@ "ebsEncryptionKeyArn": {}, "name": {}, "pitPolicy": { - "shape": "S2q" + "shape": "S2r" }, "replicatedDisks": { - "shape": "S5z" + "shape": "S61" }, "replicationServerInstanceType": {}, "replicationServersSecurityGroupsIDs": { - "shape": "S2u" + "shape": "S2v" }, "sourceServerID": {}, "stagingAreaSubnetId": {}, @@ -1632,7 +1643,7 @@ } }, "output": { - "shape": "S5y" + "shape": "S60" }, "idempotent": true }, @@ -1665,12 +1676,12 @@ "ebsEncryption": {}, "ebsEncryptionKeyArn": {}, "pitPolicy": { - "shape": "S2q" + "shape": "S2r" }, "replicationConfigurationTemplateID": {}, "replicationServerInstanceType": {}, "replicationServersSecurityGroupsIDs": { - "shape": "S2u" + "shape": "S2v" }, "stagingAreaSubnetId": {}, "stagingAreaTags": { @@ -1682,7 +1693,7 @@ } }, "output": { - "shape": "S2x" + "shape": "S2y" } } }, @@ -1800,6 +1811,7 @@ "S1b": { "type": "structure", "members": { + "agentVersion": {}, "arn": {}, "dataReplicationInfo": { "type": "structure", @@ -1895,7 +1907,7 @@ "type": "structure", "members": { "cpus": { - "shape": "S22" + "shape": "S23" }, "disks": { "type": "list", @@ -1910,14 +1922,14 @@ } }, "identificationHints": { - "shape": "S26" + "shape": "S27" }, "lastUpdatedDateTime": {}, "networkInterfaces": { - "shape": "S28" + "shape": "S29" }, "os": { - "shape": "S2b" + "shape": "S2c" }, "ramBytes": { "type": "long" @@ -1943,7 +1955,7 @@ } } }, - "S22": { + "S23": { "type": "list", "member": { "type": "structure", @@ -1955,7 +1967,7 @@ } } }, - "S26": { + "S27": { "type": "structure", "members": { "awsInstanceID": {}, @@ -1964,7 +1976,7 @@ "vmWareUuid": {} } }, - "S28": { + "S29": { "type": "list", "member": { "type": "structure", @@ -1980,13 +1992,13 @@ } } }, - "S2b": { + "S2c": { "type": "structure", "members": { "fullString": {} } }, - "S2h": { + "S2i": { "type": "structure", "members": { "osByol": { @@ -1994,7 +2006,7 @@ } } }, - "S2k": { + "S2l": { "type": "structure", "members": { "arn": {}, @@ -2007,8 +2019,11 @@ "exportBucketArn": {}, "launchConfigurationTemplateID": {}, "launchDisposition": {}, + "launchIntoSourceInstance": { + "type": "boolean" + }, "licensing": { - "shape": "S2h" + "shape": "S2i" }, "postLaunchEnabled": { "type": "boolean" @@ -2019,7 +2034,7 @@ "targetInstanceTypeRightSizingMethod": {} } }, - "S2q": { + "S2r": { "type": "list", "member": { "type": "structure", @@ -2045,11 +2060,11 @@ } } }, - "S2u": { + "S2v": { "type": "list", "member": {} }, - "S2x": { + "S2y": { "type": "structure", "required": [ "replicationConfigurationTemplateID" @@ -2073,12 +2088,12 @@ "ebsEncryption": {}, "ebsEncryptionKeyArn": {}, "pitPolicy": { - "shape": "S2q" + "shape": "S2r" }, "replicationConfigurationTemplateID": {}, "replicationServerInstanceType": {}, "replicationServersSecurityGroupsIDs": { - "shape": "S2u" + "shape": "S2v" }, "stagingAreaSubnetId": {}, "stagingAreaTags": { @@ -2092,7 +2107,7 @@ } } }, - "S5c": { + "S5d": { "type": "structure", "members": { "arn": {}, @@ -2125,7 +2140,7 @@ } } }, - "S5v": { + "S5w": { "type": "structure", "members": { "copyPrivateIp": { @@ -2136,8 +2151,11 @@ }, "ec2LaunchTemplateID": {}, "launchDisposition": {}, + "launchIntoInstanceProperties": { + "shape": "S5x" + }, "licensing": { - "shape": "S2h" + "shape": "S2i" }, "name": {}, "postLaunchEnabled": { @@ -2147,7 +2165,13 @@ "targetInstanceTypeRightSizingMethod": {} } }, - "S5y": { + "S5x": { + "type": "structure", + "members": { + "launchIntoEC2InstanceID": {} + } + }, + "S60": { "type": "structure", "members": { "associateDefaultSecurityGroup": { @@ -2168,14 +2192,14 @@ "ebsEncryptionKeyArn": {}, "name": {}, "pitPolicy": { - "shape": "S2q" + "shape": "S2r" }, "replicatedDisks": { - "shape": "S5z" + "shape": "S61" }, "replicationServerInstanceType": {}, "replicationServersSecurityGroupsIDs": { - "shape": "S2u" + "shape": "S2v" }, "sourceServerID": {}, "stagingAreaSubnetId": {}, @@ -2187,7 +2211,7 @@ } } }, - "S5z": { + "S61": { "type": "list", "member": { "type": "structure", diff --git a/iamlivecore/service/dynamodb-2012-08-10.min.json b/iamlivecore/service/dynamodb-2012-08-10.min.json index af5d39e..98428e8 100644 --- a/iamlivecore/service/dynamodb-2012-08-10.min.json +++ b/iamlivecore/service/dynamodb-2012-08-10.min.json @@ -477,7 +477,7 @@ "members": { "GlobalTableName": {}, "ReplicaSettings": { - "shape": "S61" + "shape": "S66" } } }, @@ -500,7 +500,7 @@ ], "members": { "ImportTableDescription": { - "shape": "S6f" + "shape": "S6k" } } } @@ -592,7 +592,7 @@ "type": "structure", "members": { "TableAutoScalingDescription": { - "shape": "S77" + "shape": "S7c" } } } @@ -619,19 +619,19 @@ }, "DisableKinesisStreamingDestination": { "input": { - "shape": "S7e" + "shape": "S7j" }, "output": { - "shape": "S7f" + "shape": "S7k" }, "endpointdiscovery": {} }, "EnableKinesisStreamingDestination": { "input": { - "shape": "S7e" + "shape": "S7j" }, "output": { - "shape": "S7f" + "shape": "S7k" }, "endpointdiscovery": {} }, @@ -706,7 +706,7 @@ "type": "structure", "members": { "Responses": { - "shape": "S7p" + "shape": "S7u" }, "ConsumedCapacity": { "shape": "St" @@ -734,7 +734,11 @@ "S3Prefix": {}, "S3SseAlgorithm": {}, "S3SseKmsKeyId": {}, - "ExportFormat": {} + "ExportFormat": {}, + "ExportType": {}, + "IncrementalExportSpecification": { + "shape": "S5y" + } } }, "output": { @@ -797,15 +801,15 @@ "idempotencyToken": true }, "S3BucketSource": { - "shape": "S6h" + "shape": "S6m" }, "InputFormat": {}, "InputFormatOptions": { - "shape": "S6l" + "shape": "S6q" }, "InputCompressionType": {}, "TableCreationParameters": { - "shape": "S6r" + "shape": "S6w" } } }, @@ -816,7 +820,7 @@ ], "members": { "ImportTableDescription": { - "shape": "S6f" + "shape": "S6k" } } } @@ -920,7 +924,8 @@ "type": "structure", "members": { "ExportArn": {}, - "ExportStatus": {} + "ExportStatus": {}, + "ExportType": {} } } }, @@ -982,7 +987,7 @@ "ImportStatus": {}, "TableArn": {}, "S3BucketSource": { - "shape": "S6h" + "shape": "S6m" }, "CloudWatchLogGroupArn": {}, "InputFormat": {}, @@ -1111,11 +1116,11 @@ "type": "map", "key": {}, "value": { - "shape": "S93" + "shape": "S98" } }, "QueryFilter": { - "shape": "S94" + "shape": "S99" }, "ConditionalOperator": {}, "ScanIndexForward": { @@ -1251,7 +1256,7 @@ }, "Select": {}, "ScanFilter": { - "shape": "S94" + "shape": "S99" }, "ConditionalOperator": {}, "ExclusiveStartKey": { @@ -1360,7 +1365,7 @@ "shape": "St" }, "Responses": { - "shape": "S7p" + "shape": "S7u" } } }, @@ -1619,7 +1624,7 @@ "type": "long" }, "GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate": { - "shape": "Saa" + "shape": "Saf" }, "GlobalTableGlobalSecondaryIndexSettingsUpdate": { "type": "list", @@ -1634,7 +1639,7 @@ "type": "long" }, "ProvisionedWriteCapacityAutoScalingSettingsUpdate": { - "shape": "Saa" + "shape": "Saf" } } } @@ -1652,7 +1657,7 @@ "type": "long" }, "ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate": { - "shape": "Saa" + "shape": "Saf" }, "ReplicaGlobalSecondaryIndexSettingsUpdate": { "type": "list", @@ -1667,7 +1672,7 @@ "type": "long" }, "ProvisionedReadCapacityAutoScalingSettingsUpdate": { - "shape": "Saa" + "shape": "Saf" } } } @@ -1683,7 +1688,7 @@ "members": { "GlobalTableName": {}, "ReplicaSettings": { - "shape": "S61" + "shape": "S66" } } }, @@ -1836,7 +1841,7 @@ "shape": "S2c" }, "GlobalSecondaryIndexes": { - "shape": "Saz" + "shape": "Sb4" }, "TableClassOverride": {} } @@ -1853,7 +1858,7 @@ "shape": "S2c" }, "GlobalSecondaryIndexes": { - "shape": "Saz" + "shape": "Sb4" }, "TableClassOverride": {} } @@ -1900,14 +1905,14 @@ "members": { "IndexName": {}, "ProvisionedWriteCapacityAutoScalingUpdate": { - "shape": "Saa" + "shape": "Saf" } } } }, "TableName": {}, "ProvisionedWriteCapacityAutoScalingUpdate": { - "shape": "Saa" + "shape": "Saf" }, "ReplicaUpdates": { "type": "list", @@ -1925,13 +1930,13 @@ "members": { "IndexName": {}, "ProvisionedReadCapacityAutoScalingUpdate": { - "shape": "Saa" + "shape": "Saf" } } } }, "ReplicaProvisionedReadCapacityAutoScalingUpdate": { - "shape": "Saa" + "shape": "Saf" } } } @@ -1942,7 +1947,7 @@ "type": "structure", "members": { "TableAutoScalingDescription": { - "shape": "S77" + "shape": "S7c" } } } @@ -1957,7 +1962,7 @@ "members": { "TableName": {}, "TimeToLiveSpecification": { - "shape": "Sbd" + "shape": "Sbi" } } }, @@ -1965,7 +1970,7 @@ "type": "structure", "members": { "TimeToLiveSpecification": { - "shape": "Sbd" + "shape": "Sbi" } } }, @@ -2773,10 +2778,26 @@ }, "ItemCount": { "type": "long" + }, + "ExportType": {}, + "IncrementalExportSpecification": { + "shape": "S5y" } } }, - "S61": { + "S5y": { + "type": "structure", + "members": { + "ExportFromTime": { + "type": "timestamp" + }, + "ExportToTime": { + "type": "timestamp" + }, + "ExportViewType": {} + } + }, + "S66": { "type": "list", "member": { "type": "structure", @@ -2793,13 +2814,13 @@ "type": "long" }, "ReplicaProvisionedReadCapacityAutoScalingSettings": { - "shape": "S63" + "shape": "S68" }, "ReplicaProvisionedWriteCapacityUnits": { "type": "long" }, "ReplicaProvisionedWriteCapacityAutoScalingSettings": { - "shape": "S63" + "shape": "S68" }, "ReplicaGlobalSecondaryIndexSettings": { "type": "list", @@ -2815,13 +2836,13 @@ "type": "long" }, "ProvisionedReadCapacityAutoScalingSettings": { - "shape": "S63" + "shape": "S68" }, "ProvisionedWriteCapacityUnits": { "type": "long" }, "ProvisionedWriteCapacityAutoScalingSettings": { - "shape": "S63" + "shape": "S68" } } } @@ -2832,7 +2853,7 @@ } } }, - "S63": { + "S68": { "type": "structure", "members": { "MinimumUnits": { @@ -2876,7 +2897,7 @@ } } }, - "S6f": { + "S6k": { "type": "structure", "members": { "ImportArn": {}, @@ -2885,7 +2906,7 @@ "TableId": {}, "ClientToken": {}, "S3BucketSource": { - "shape": "S6h" + "shape": "S6m" }, "ErrorCount": { "type": "long" @@ -2893,11 +2914,11 @@ "CloudWatchLogGroupArn": {}, "InputFormat": {}, "InputFormatOptions": { - "shape": "S6l" + "shape": "S6q" }, "InputCompressionType": {}, "TableCreationParameters": { - "shape": "S6r" + "shape": "S6w" }, "StartTime": { "type": "timestamp" @@ -2918,7 +2939,7 @@ "FailureMessage": {} } }, - "S6h": { + "S6m": { "type": "structure", "required": [ "S3Bucket" @@ -2929,7 +2950,7 @@ "S3KeyPrefix": {} } }, - "S6l": { + "S6q": { "type": "structure", "members": { "Csv": { @@ -2944,7 +2965,7 @@ } } }, - "S6r": { + "S6w": { "type": "structure", "required": [ "TableName", @@ -2971,7 +2992,7 @@ } } }, - "S77": { + "S7c": { "type": "structure", "members": { "TableName": {}, @@ -2990,19 +3011,19 @@ "IndexName": {}, "IndexStatus": {}, "ProvisionedReadCapacityAutoScalingSettings": { - "shape": "S63" + "shape": "S68" }, "ProvisionedWriteCapacityAutoScalingSettings": { - "shape": "S63" + "shape": "S68" } } } }, "ReplicaProvisionedReadCapacityAutoScalingSettings": { - "shape": "S63" + "shape": "S68" }, "ReplicaProvisionedWriteCapacityAutoScalingSettings": { - "shape": "S63" + "shape": "S68" }, "ReplicaStatus": {} } @@ -3010,7 +3031,7 @@ } } }, - "S7e": { + "S7j": { "type": "structure", "required": [ "TableName", @@ -3021,7 +3042,7 @@ "StreamArn": {} } }, - "S7f": { + "S7k": { "type": "structure", "members": { "TableName": {}, @@ -3029,7 +3050,7 @@ "DestinationStatus": {} } }, - "S7p": { + "S7u": { "type": "list", "member": { "type": "structure", @@ -3040,7 +3061,7 @@ } } }, - "S93": { + "S98": { "type": "structure", "required": [ "ComparisonOperator" @@ -3052,14 +3073,14 @@ "ComparisonOperator": {} } }, - "S94": { + "S99": { "type": "map", "key": {}, "value": { - "shape": "S93" + "shape": "S98" } }, - "Saa": { + "Saf": { "type": "structure", "members": { "MinimumUnits": { @@ -3103,7 +3124,7 @@ } } }, - "Saz": { + "Sb4": { "type": "list", "member": { "type": "structure", @@ -3118,7 +3139,7 @@ } } }, - "Sbd": { + "Sbi": { "type": "structure", "required": [ "Enabled", diff --git a/iamlivecore/service/ec2-2016-11-15.min.json b/iamlivecore/service/ec2-2016-11-15.min.json index 77b8c15..bb2bf6b 100644 --- a/iamlivecore/service/ec2-2016-11-15.min.json +++ b/iamlivecore/service/ec2-2016-11-15.min.json @@ -151,7 +151,7 @@ }, "ServiceId": {}, "VpcEndpointIds": { - "shape": "S1d", + "shape": "S1e", "locationName": "VpcEndpointId" } } @@ -160,7 +160,7 @@ "type": "structure", "members": { "Unsuccessful": { - "shape": "S1g", + "shape": "S1h", "locationName": "unsuccessful" } } @@ -186,7 +186,7 @@ "type": "structure", "members": { "VpcPeeringConnection": { - "shape": "S1m", + "shape": "S1n", "locationName": "vpcPeeringConnection" } } @@ -200,6 +200,7 @@ ], "members": { "Cidr": {}, + "Asn": {}, "DryRun": { "type": "boolean" } @@ -209,7 +210,7 @@ "type": "structure", "members": { "ByoipCidr": { - "shape": "S1x", + "shape": "S1y", "locationName": "byoipCidr" } } @@ -306,7 +307,7 @@ "type": "structure", "members": { "HostIds": { - "shape": "S2b", + "shape": "S2f", "locationName": "hostIdSet" } } @@ -334,6 +335,13 @@ "PreviewNextCidr": { "type": "boolean" }, + "AllowedCidrs": { + "locationName": "AllowedCidr", + "type": "list", + "member": { + "locationName": "item" + } + }, "DisallowedCidrs": { "locationName": "DisallowedCidr", "type": "list", @@ -347,7 +355,7 @@ "type": "structure", "members": { "IpamPoolAllocation": { - "shape": "S2g", + "shape": "S2l", "locationName": "ipamPoolAllocation" } } @@ -365,7 +373,7 @@ "ClientVpnEndpointId": {}, "VpcId": {}, "SecurityGroupIds": { - "shape": "S2m", + "shape": "S2r", "locationName": "SecurityGroupId" }, "DryRun": { @@ -377,7 +385,7 @@ "type": "structure", "members": { "SecurityGroupIds": { - "shape": "S2m", + "shape": "S2r", "locationName": "securityGroupIds" } } @@ -395,14 +403,14 @@ "type": "integer" }, "Ipv6Addresses": { - "shape": "S2q", + "shape": "S2v", "locationName": "ipv6Addresses" }, "Ipv6PrefixCount": { "type": "integer" }, "Ipv6Prefixes": { - "shape": "S2r", + "shape": "S2w", "locationName": "Ipv6Prefix" }, "NetworkInterfaceId": { @@ -414,11 +422,11 @@ "type": "structure", "members": { "AssignedIpv6Addresses": { - "shape": "S2q", + "shape": "S2v", "locationName": "assignedIpv6Addresses" }, "AssignedIpv6Prefixes": { - "shape": "S2r", + "shape": "S2w", "locationName": "assignedIpv6PrefixSet" }, "NetworkInterfaceId": { @@ -442,7 +450,7 @@ "locationName": "networkInterfaceId" }, "PrivateIpAddresses": { - "shape": "S2v", + "shape": "S30", "locationName": "privateIpAddress" }, "SecondaryPrivateIpAddressCount": { @@ -450,7 +458,7 @@ "type": "integer" }, "Ipv4Prefixes": { - "shape": "S2r", + "shape": "S2w", "locationName": "Ipv4Prefix" }, "Ipv4PrefixCount": { @@ -478,7 +486,7 @@ } }, "AssignedIpv4Prefixes": { - "shape": "S2z", + "shape": "S34", "locationName": "assignedIpv4PrefixSet" } } @@ -493,7 +501,7 @@ "members": { "NatGatewayId": {}, "PrivateIpAddresses": { - "shape": "S33", + "shape": "S38", "locationName": "PrivateIpAddress" }, "PrivateIpAddressCount": { @@ -511,7 +519,7 @@ "locationName": "natGatewayId" }, "NatGatewayAddresses": { - "shape": "S36", + "shape": "S3b", "locationName": "natGatewayAddressSet" } } @@ -574,7 +582,7 @@ "locationName": "associationId" }, "Status": { - "shape": "S3h", + "shape": "S3m", "locationName": "status" } } @@ -636,7 +644,7 @@ ], "members": { "IamInstanceProfile": { - "shape": "S3q" + "shape": "S3v" }, "InstanceId": {} } @@ -645,7 +653,7 @@ "type": "structure", "members": { "IamInstanceProfileAssociation": { - "shape": "S3s", + "shape": "S3x", "locationName": "iamInstanceProfileAssociation" } } @@ -667,7 +675,7 @@ "type": "structure", "members": { "InstanceIds": { - "shape": "S3y", + "shape": "S43", "locationName": "InstanceId" }, "InstanceTags": { @@ -675,7 +683,7 @@ "locationName": "InstanceTag" }, "DedicatedHostIds": { - "shape": "S3z", + "shape": "S44", "locationName": "DedicatedHostId" } } @@ -686,12 +694,37 @@ "type": "structure", "members": { "InstanceEventWindow": { - "shape": "S42", + "shape": "S47", "locationName": "instanceEventWindow" } } } }, + "AssociateIpamByoasn": { + "input": { + "type": "structure", + "required": [ + "Asn", + "Cidr" + ], + "members": { + "DryRun": { + "type": "boolean" + }, + "Asn": {}, + "Cidr": {} + } + }, + "output": { + "type": "structure", + "members": { + "AsnAssociation": { + "shape": "S20", + "locationName": "asnAssociation" + } + } + } + }, "AssociateIpamResourceDiscovery": { "input": { "type": "structure", @@ -718,7 +751,7 @@ "type": "structure", "members": { "IpamResourceDiscoveryAssociation": { - "shape": "S4e", + "shape": "S4l", "locationName": "ipamResourceDiscoveryAssociation" } } @@ -734,11 +767,11 @@ "members": { "NatGatewayId": {}, "AllocationIds": { - "shape": "S4k", + "shape": "S4r", "locationName": "AllocationId" }, "PrivateIpAddresses": { - "shape": "S33", + "shape": "S38", "locationName": "PrivateIpAddress" }, "DryRun": { @@ -753,7 +786,7 @@ "locationName": "natGatewayId" }, "NatGatewayAddresses": { - "shape": "S36", + "shape": "S3b", "locationName": "natGatewayAddressSet" } } @@ -786,7 +819,7 @@ "locationName": "associationId" }, "AssociationState": { - "shape": "S4q", + "shape": "S4x", "locationName": "associationState" } } @@ -796,7 +829,6 @@ "input": { "type": "structure", "required": [ - "Ipv6CidrBlock", "SubnetId" ], "members": { @@ -805,6 +837,10 @@ }, "SubnetId": { "locationName": "subnetId" + }, + "Ipv6IpamPoolId": {}, + "Ipv6NetmaskLength": { + "type": "integer" } } }, @@ -812,7 +848,7 @@ "type": "structure", "members": { "Ipv6CidrBlockAssociation": { - "shape": "S4u", + "shape": "S52", "locationName": "ipv6CidrBlockAssociation" }, "SubnetId": { @@ -833,7 +869,7 @@ "TransitGatewayMulticastDomainId": {}, "TransitGatewayAttachmentId": {}, "SubnetIds": { - "shape": "S4z" + "shape": "S57" }, "DryRun": { "type": "boolean" @@ -869,7 +905,7 @@ "type": "structure", "members": { "Association": { - "shape": "S54", + "shape": "S5c", "locationName": "association" } } @@ -894,7 +930,7 @@ "type": "structure", "members": { "Association": { - "shape": "S59", + "shape": "S5h", "locationName": "association" } } @@ -928,7 +964,7 @@ "type": "structure", "members": { "InterfaceAssociation": { - "shape": "S5c", + "shape": "S5k", "locationName": "interfaceAssociation" }, "ClientToken": { @@ -969,11 +1005,11 @@ "type": "structure", "members": { "Ipv6CidrBlockAssociation": { - "shape": "S5j", + "shape": "S5q", "locationName": "ipv6CidrBlockAssociation" }, "CidrBlockAssociation": { - "shape": "S5m", + "shape": "S5t", "locationName": "cidrBlockAssociation" }, "VpcId": { @@ -996,7 +1032,7 @@ "type": "boolean" }, "Groups": { - "shape": "S5o", + "shape": "S5v", "locationName": "SecurityGroupId" }, "InstanceId": { @@ -1065,7 +1101,7 @@ "type": "integer" }, "EnaSrdSpecification": { - "shape": "S5t" + "shape": "S60" } } }, @@ -1104,11 +1140,11 @@ "type": "structure", "members": { "VerifiedAccessTrustProvider": { - "shape": "S60", + "shape": "S67", "locationName": "verifiedAccessTrustProvider" }, "VerifiedAccessInstance": { - "shape": "S67", + "shape": "S6g", "locationName": "verifiedAccessInstance" } } @@ -1133,7 +1169,7 @@ } }, "output": { - "shape": "S6c" + "shape": "S6l" } }, "AttachVpnGateway": { @@ -1156,7 +1192,7 @@ "type": "structure", "members": { "VpcAttachment": { - "shape": "S6h", + "shape": "S6q", "locationName": "attachment" } } @@ -1189,7 +1225,7 @@ "type": "structure", "members": { "Status": { - "shape": "S6l", + "shape": "S6u", "locationName": "status" } } @@ -1210,7 +1246,7 @@ "locationName": "groupId" }, "IpPermissions": { - "shape": "S6o", + "shape": "S6x", "locationName": "ipPermissions" }, "TagSpecifications": { @@ -1247,7 +1283,7 @@ "type": "boolean" }, "SecurityGroupRules": { - "shape": "S6z", + "shape": "S78", "locationName": "securityGroupRuleSet" } } @@ -1264,7 +1300,7 @@ "GroupId": {}, "GroupName": {}, "IpPermissions": { - "shape": "S6o" + "shape": "S6x" }, "IpProtocol": {}, "SourceSecurityGroupName": {}, @@ -1290,7 +1326,7 @@ "type": "boolean" }, "SecurityGroupRules": { - "shape": "S6z", + "shape": "S78", "locationName": "securityGroupRuleSet" } } @@ -1306,7 +1342,7 @@ "members": { "InstanceId": {}, "Storage": { - "shape": "S78" + "shape": "S7h" }, "DryRun": { "locationName": "dryRun", @@ -1318,7 +1354,7 @@ "type": "structure", "members": { "BundleTask": { - "shape": "S7d", + "shape": "S7m", "locationName": "bundleInstanceTask" } } @@ -1342,7 +1378,7 @@ "type": "structure", "members": { "BundleTask": { - "shape": "S7d", + "shape": "S7m", "locationName": "bundleInstanceTask" } } @@ -1382,7 +1418,7 @@ "type": "boolean" }, "CapacityReservationFleetIds": { - "shape": "S7n", + "shape": "S7w", "locationName": "CapacityReservationFleetId" } } @@ -1535,7 +1571,7 @@ "type": "structure", "members": { "ReservedInstancesListings": { - "shape": "S8b", + "shape": "S8k", "locationName": "reservedInstancesListingsSet" } } @@ -1554,7 +1590,7 @@ "type": "boolean" }, "SpotFleetRequestIds": { - "shape": "S8n", + "shape": "S8w", "locationName": "spotFleetRequestId" }, "TerminateInstances": { @@ -1625,7 +1661,7 @@ "type": "boolean" }, "SpotInstanceRequestIds": { - "shape": "S8y", + "shape": "S97", "locationName": "SpotInstanceRequestId" } } @@ -1841,7 +1877,7 @@ "type": "structure", "members": { "CapacityReservation": { - "shape": "S9o", + "shape": "S9x", "locationName": "capacityReservation" } } @@ -1933,7 +1969,7 @@ "locationName": "tenancy" }, "FleetCapacityReservations": { - "shape": "Sa2", + "shape": "Sac", "locationName": "fleetCapacityReservationSet" }, "Tags": { @@ -1967,7 +2003,7 @@ "type": "structure", "members": { "CarrierGateway": { - "shape": "Sa6", + "shape": "Sag", "locationName": "carrierGateway" } } @@ -2015,7 +2051,7 @@ } }, "ConnectionLogOptions": { - "shape": "Sag" + "shape": "Saq" }, "DnsServers": { "shape": "So" @@ -2039,19 +2075,19 @@ "locationName": "TagSpecification" }, "SecurityGroupIds": { - "shape": "S2m", + "shape": "S2r", "locationName": "SecurityGroupId" }, "VpcId": {}, "SelfServicePortal": {}, "ClientConnectOptions": { - "shape": "Saj" + "shape": "Sat" }, "SessionTimeoutHours": { "type": "integer" }, "ClientLoginBannerOptions": { - "shape": "Sak" + "shape": "Sau" } } }, @@ -2062,7 +2098,7 @@ "locationName": "clientVpnEndpointId" }, "Status": { - "shape": "Sam", + "shape": "Saw", "locationName": "status" }, "DnsName": { @@ -2096,7 +2132,7 @@ "type": "structure", "members": { "Status": { - "shape": "Saq", + "shape": "Sb0", "locationName": "status" } } @@ -2121,7 +2157,7 @@ "type": "structure", "members": { "CoipCidr": { - "shape": "Sav", + "shape": "Sb5", "locationName": "coipCidr" } } @@ -2148,7 +2184,7 @@ "type": "structure", "members": { "CoipPool": { - "shape": "Saz", + "shape": "Sb9", "locationName": "coipPool" } } @@ -2183,7 +2219,7 @@ "type": "structure", "members": { "CustomerGateway": { - "shape": "Sb3", + "shape": "Sbd", "locationName": "customerGateway" } } @@ -2209,7 +2245,7 @@ "type": "structure", "members": { "Subnet": { - "shape": "Sb6", + "shape": "Sbg", "locationName": "subnet" } } @@ -2228,7 +2264,7 @@ "type": "structure", "members": { "Vpc": { - "shape": "Sbe", + "shape": "Sbo", "locationName": "vpc" } } @@ -2272,7 +2308,7 @@ "type": "structure", "members": { "DhcpOptions": { - "shape": "Sbn", + "shape": "Sbx", "locationName": "dhcpOptions" } } @@ -2303,7 +2339,7 @@ "locationName": "clientToken" }, "EgressOnlyInternetGateway": { - "shape": "Sbu", + "shape": "Sc4", "locationName": "egressOnlyInternetGateway" } } @@ -2379,10 +2415,10 @@ }, "ExcessCapacityTerminationPolicy": {}, "LaunchTemplateConfigs": { - "shape": "Sca" + "shape": "Sck" }, "TargetCapacitySpecification": { - "shape": "Sdd" + "shape": "Sdn" }, "TerminateInstancesWithExpiration": { "type": "boolean" @@ -2418,7 +2454,7 @@ "type": "structure", "members": { "LaunchTemplateAndOverrides": { - "shape": "Sdl", + "shape": "Sdv", "locationName": "launchTemplateAndOverrides" }, "Lifecycle": { @@ -2441,14 +2477,14 @@ "type": "structure", "members": { "LaunchTemplateAndOverrides": { - "shape": "Sdl", + "shape": "Sdv", "locationName": "launchTemplateAndOverrides" }, "Lifecycle": { "locationName": "lifecycle" }, "InstanceIds": { - "shape": "Se2", + "shape": "Sec", "locationName": "instanceIds" }, "InstanceType": { @@ -2522,7 +2558,7 @@ "locationName": "flowLogIdSet" }, "Unsuccessful": { - "shape": "S1g", + "shape": "S1h", "locationName": "unsuccessful" } } @@ -2539,10 +2575,10 @@ "type": "boolean" }, "InputStorageLocation": { - "shape": "See" + "shape": "Seo" }, "LogsStorageLocation": { - "shape": "See" + "shape": "Seo" }, "Description": {}, "Name": {}, @@ -2574,7 +2610,7 @@ ], "members": { "BlockDeviceMappings": { - "shape": "Seh", + "shape": "Ser", "locationName": "blockDeviceMapping" }, "Description": { @@ -2643,7 +2679,7 @@ "type": "structure", "members": { "InstanceConnectEndpoint": { - "shape": "Seq", + "shape": "Sf0", "locationName": "instanceConnectEndpoint" }, "ClientToken": { @@ -2661,7 +2697,7 @@ }, "Name": {}, "TimeRanges": { - "shape": "Sew", + "shape": "Sf6", "locationName": "TimeRange" }, "CronExpression": {}, @@ -2675,7 +2711,7 @@ "type": "structure", "members": { "InstanceEventWindow": { - "shape": "S42", + "shape": "S47", "locationName": "instanceEventWindow" } } @@ -2727,7 +2763,7 @@ "type": "structure", "members": { "ExportTask": { - "shape": "Sf5", + "shape": "Sff", "locationName": "exportTask" } } @@ -2751,7 +2787,7 @@ "type": "structure", "members": { "InternetGateway": { - "shape": "Sfb", + "shape": "Sfl", "locationName": "internetGateway" } } @@ -2766,7 +2802,7 @@ }, "Description": {}, "OperatingRegions": { - "shape": "Sfd", + "shape": "Sfn", "locationName": "OperatingRegion" }, "TagSpecifications": { @@ -2775,14 +2811,15 @@ }, "ClientToken": { "idempotencyToken": true - } + }, + "Tier": {} } }, "output": { "type": "structure", "members": { "Ipam": { - "shape": "Sfg", + "shape": "Sfr", "locationName": "ipam" } } @@ -2820,7 +2857,7 @@ "type": "integer" }, "AllocationResourceTags": { - "shape": "Sfo", + "shape": "Sfz", "locationName": "AllocationResourceTag" }, "TagSpecifications": { @@ -2831,14 +2868,23 @@ "idempotencyToken": true }, "AwsService": {}, - "PublicIpSource": {} + "PublicIpSource": {}, + "SourceResource": { + "type": "structure", + "members": { + "ResourceId": {}, + "ResourceType": {}, + "ResourceRegion": {}, + "ResourceOwner": {} + } + } } }, "output": { "type": "structure", "members": { "IpamPool": { - "shape": "Sft", + "shape": "Sg6", "locationName": "ipamPool" } } @@ -2853,7 +2899,7 @@ }, "Description": {}, "OperatingRegions": { - "shape": "Sfd", + "shape": "Sfn", "locationName": "OperatingRegion" }, "TagSpecifications": { @@ -2869,7 +2915,7 @@ "type": "structure", "members": { "IpamResourceDiscovery": { - "shape": "Sg0", + "shape": "Sge", "locationName": "ipamResourceDiscovery" } } @@ -2900,7 +2946,7 @@ "type": "structure", "members": { "IpamScope": { - "shape": "Sg4", + "shape": "Sgi", "locationName": "ipamScope" } } @@ -2933,7 +2979,7 @@ "locationName": "keyFingerprint" }, "KeyMaterial": { - "shape": "Sga", + "shape": "Sgo", "locationName": "keyMaterial" }, "KeyName": { @@ -2964,7 +3010,7 @@ "LaunchTemplateName": {}, "VersionDescription": {}, "LaunchTemplateData": { - "shape": "Sgd" + "shape": "Sgr" }, "TagSpecifications": { "shape": "S3", @@ -2976,11 +3022,11 @@ "type": "structure", "members": { "LaunchTemplate": { - "shape": "Shv", + "shape": "Sic", "locationName": "launchTemplate" }, "Warning": { - "shape": "Shw", + "shape": "Sid", "locationName": "warning" } } @@ -3002,7 +3048,7 @@ "SourceVersion": {}, "VersionDescription": {}, "LaunchTemplateData": { - "shape": "Sgd" + "shape": "Sgr" }, "ResolveAlias": { "type": "boolean" @@ -3013,11 +3059,11 @@ "type": "structure", "members": { "LaunchTemplateVersion": { - "shape": "Si1", + "shape": "Sii", "locationName": "launchTemplateVersion" }, "Warning": { - "shape": "Shw", + "shape": "Sid", "locationName": "warning" } } @@ -3044,7 +3090,7 @@ "type": "structure", "members": { "Route": { - "shape": "Sj4", + "shape": "Sjo", "locationName": "route" } } @@ -3072,7 +3118,7 @@ "type": "structure", "members": { "LocalGatewayRouteTable": { - "shape": "Sjb", + "shape": "Sjv", "locationName": "localGatewayRouteTable" } } @@ -3101,7 +3147,7 @@ "type": "structure", "members": { "LocalGatewayRouteTableVirtualInterfaceGroupAssociation": { - "shape": "Sjf", + "shape": "Sjz", "locationName": "localGatewayRouteTableVirtualInterfaceGroupAssociation" } } @@ -3130,7 +3176,7 @@ "type": "structure", "members": { "LocalGatewayRouteTableVpcAssociation": { - "shape": "Sjj", + "shape": "Sk3", "locationName": "localGatewayRouteTableVpcAssociation" } } @@ -3150,7 +3196,7 @@ }, "PrefixListName": {}, "Entries": { - "shape": "Sjm", + "shape": "Sk6", "locationName": "Entry" }, "MaxEntries": { @@ -3170,7 +3216,7 @@ "type": "structure", "members": { "PrefixList": { - "shape": "Sjp", + "shape": "Sk9", "locationName": "prefixList" } } @@ -3198,11 +3244,11 @@ "ConnectivityType": {}, "PrivateIpAddress": {}, "SecondaryAllocationIds": { - "shape": "S4k", + "shape": "S4r", "locationName": "SecondaryAllocationId" }, "SecondaryPrivateIpAddresses": { - "shape": "S33", + "shape": "S38", "locationName": "SecondaryPrivateIpAddress" }, "SecondaryPrivateIpAddressCount": { @@ -3217,7 +3263,7 @@ "locationName": "clientToken" }, "NatGateway": { - "shape": "Sju", + "shape": "Ske", "locationName": "natGateway" } } @@ -3247,7 +3293,7 @@ "type": "structure", "members": { "NetworkAcl": { - "shape": "Sjz", + "shape": "Skj", "locationName": "networkAcl" } } @@ -3276,7 +3322,7 @@ "type": "boolean" }, "IcmpTypeCode": { - "shape": "Sk4", + "shape": "Sko", "locationName": "Icmp" }, "Ipv6CidrBlock": { @@ -3286,7 +3332,7 @@ "locationName": "networkAclId" }, "PortRange": { - "shape": "Sk5", + "shape": "Skp", "locationName": "portRange" }, "Protocol": { @@ -3310,11 +3356,11 @@ ], "members": { "MatchPaths": { - "shape": "Ska", + "shape": "Sku", "locationName": "MatchPath" }, "ExcludePaths": { - "shape": "Ska", + "shape": "Sku", "locationName": "ExcludePath" }, "ClientToken": { @@ -3333,11 +3379,11 @@ "type": "structure", "members": { "NetworkInsightsAccessScope": { - "shape": "Skk", + "shape": "Sl4", "locationName": "networkInsightsAccessScope" }, "NetworkInsightsAccessScopeContent": { - "shape": "Skm", + "shape": "Sl6", "locationName": "networkInsightsAccessScopeContent" } } @@ -3371,10 +3417,10 @@ "idempotencyToken": true }, "FilterAtSource": { - "shape": "Sky" + "shape": "Sli" }, "FilterAtDestination": { - "shape": "Sky" + "shape": "Sli" } } }, @@ -3382,7 +3428,7 @@ "type": "structure", "members": { "NetworkInsightsPath": { - "shape": "Sl1", + "shape": "Sll", "locationName": "networkInsightsPath" } } @@ -3403,7 +3449,7 @@ "type": "boolean" }, "Groups": { - "shape": "Sgl", + "shape": "Sgz", "locationName": "SecurityGroupId" }, "Ipv6AddressCount": { @@ -3411,14 +3457,14 @@ "type": "integer" }, "Ipv6Addresses": { - "shape": "Si9", + "shape": "Siq", "locationName": "ipv6Addresses" }, "PrivateIpAddress": { "locationName": "privateIpAddress" }, "PrivateIpAddresses": { - "shape": "Sgo", + "shape": "Sh2", "locationName": "privateIpAddresses" }, "SecondaryPrivateIpAddressCount": { @@ -3426,14 +3472,14 @@ "type": "integer" }, "Ipv4Prefixes": { - "shape": "Sgq", + "shape": "Sh4", "locationName": "Ipv4Prefix" }, "Ipv4PrefixCount": { "type": "integer" }, "Ipv6Prefixes": { - "shape": "Sgs", + "shape": "Sh6", "locationName": "Ipv6Prefix" }, "Ipv6PrefixCount": { @@ -3452,6 +3498,9 @@ }, "EnablePrimaryIpv6": { "type": "boolean" + }, + "ConnectionTrackingSpecification": { + "shape": "Sha" } } }, @@ -3459,7 +3508,7 @@ "type": "structure", "members": { "NetworkInterface": { - "shape": "Sl8", + "shape": "Sls", "locationName": "networkInterface" }, "ClientToken": { @@ -3489,7 +3538,7 @@ "type": "structure", "members": { "InterfacePermission": { - "shape": "Slq", + "shape": "Smb", "locationName": "interfacePermission" } } @@ -3523,7 +3572,7 @@ "type": "structure", "members": { "PlacementGroup": { - "shape": "Slx", + "shape": "Smi", "locationName": "placementGroup" } } @@ -3580,7 +3629,7 @@ "type": "structure", "members": { "ReplaceRootVolumeTask": { - "shape": "Sm3", + "shape": "Smo", "locationName": "replaceRootVolumeTask" } } @@ -3633,7 +3682,7 @@ "type": "structure", "members": { "ReservedInstancesListings": { - "shape": "S8b", + "shape": "S8k", "locationName": "reservedInstancesListingsSet" } } @@ -3748,7 +3797,7 @@ "type": "structure", "members": { "RouteTable": { - "shape": "Smj", + "shape": "Sn4", "locationName": "routeTable" } } @@ -3811,7 +3860,7 @@ } }, "output": { - "shape": "Smv" + "shape": "Sng" } }, "CreateSnapshots": { @@ -3833,7 +3882,7 @@ "type": "boolean" }, "ExcludeDataVolumeIds": { - "shape": "Sn2", + "shape": "Snn", "locationName": "ExcludeDataVolumeId" } } @@ -3928,7 +3977,7 @@ "type": "structure", "members": { "SpotDatafeedSubscription": { - "shape": "Sn9", + "shape": "Snu", "locationName": "spotDatafeedSubscription" } } @@ -3993,6 +4042,14 @@ }, "Ipv6Native": { "type": "boolean" + }, + "Ipv4IpamPoolId": {}, + "Ipv4NetmaskLength": { + "type": "integer" + }, + "Ipv6IpamPoolId": {}, + "Ipv6NetmaskLength": { + "type": "integer" } } }, @@ -4000,7 +4057,7 @@ "type": "structure", "members": { "Subnet": { - "shape": "Sb6", + "shape": "Sbg", "locationName": "subnet" } } @@ -4032,7 +4089,7 @@ "type": "structure", "members": { "SubnetCidrReservation": { - "shape": "Snl", + "shape": "So6", "locationName": "subnetCidrReservation" } } @@ -4051,7 +4108,7 @@ "type": "boolean" }, "Resources": { - "shape": "Sno", + "shape": "So9", "locationName": "ResourceId" }, "Tags": { @@ -4082,7 +4139,7 @@ "type": "structure", "members": { "TrafficMirrorFilter": { - "shape": "Sns", + "shape": "Sod", "locationName": "trafficMirrorFilter" }, "ClientToken": { @@ -4110,10 +4167,10 @@ }, "RuleAction": {}, "DestinationPortRange": { - "shape": "So2" + "shape": "Son" }, "SourcePortRange": { - "shape": "So2" + "shape": "Son" }, "Protocol": { "type": "integer" @@ -4133,7 +4190,7 @@ "type": "structure", "members": { "TrafficMirrorFilterRule": { - "shape": "Snu", + "shape": "Sof", "locationName": "trafficMirrorFilterRule" }, "ClientToken": { @@ -4181,7 +4238,7 @@ "type": "structure", "members": { "TrafficMirrorSession": { - "shape": "So7", + "shape": "Sos", "locationName": "trafficMirrorSession" }, "ClientToken": { @@ -4214,7 +4271,7 @@ "type": "structure", "members": { "TrafficMirrorTarget": { - "shape": "Soa", + "shape": "Sov", "locationName": "trafficMirrorTarget" }, "ClientToken": { @@ -4239,9 +4296,10 @@ "DefaultRouteTablePropagation": {}, "VpnEcmpSupport": {}, "DnsSupport": {}, + "SecurityGroupReferencingSupport": {}, "MulticastSupport": {}, "TransitGatewayCidrBlocks": { - "shape": "Soj" + "shape": "Sp4" } } }, @@ -4258,7 +4316,7 @@ "type": "structure", "members": { "TransitGateway": { - "shape": "Sol", + "shape": "Sp6", "locationName": "transitGateway" } } @@ -4295,7 +4353,7 @@ "type": "structure", "members": { "TransitGatewayConnect": { - "shape": "Sos", + "shape": "Spd", "locationName": "transitGatewayConnect" } } @@ -4322,7 +4380,7 @@ } }, "InsideCidrBlocks": { - "shape": "Sow" + "shape": "Sph" }, "TagSpecifications": { "shape": "S3", @@ -4337,7 +4395,7 @@ "type": "structure", "members": { "TransitGatewayConnectPeer": { - "shape": "Soy", + "shape": "Spj", "locationName": "transitGatewayConnectPeer" } } @@ -4372,7 +4430,7 @@ "type": "structure", "members": { "TransitGatewayMulticastDomain": { - "shape": "Spb", + "shape": "Spw", "locationName": "transitGatewayMulticastDomain" } } @@ -4437,7 +4495,7 @@ "type": "structure", "members": { "TransitGatewayPolicyTable": { - "shape": "Spk", + "shape": "Sq5", "locationName": "transitGatewayPolicyTable" } } @@ -4466,7 +4524,7 @@ "type": "structure", "members": { "TransitGatewayPrefixListReference": { - "shape": "Spo", + "shape": "Sq9", "locationName": "transitGatewayPrefixListReference" } } @@ -4495,7 +4553,7 @@ "type": "structure", "members": { "Route": { - "shape": "Spt", + "shape": "Sqe", "locationName": "route" } } @@ -4521,7 +4579,7 @@ "type": "structure", "members": { "TransitGatewayRouteTable": { - "shape": "Sq1", + "shape": "Sqm", "locationName": "transitGatewayRouteTable" } } @@ -4550,7 +4608,7 @@ "type": "structure", "members": { "TransitGatewayRouteTableAnnouncement": { - "shape": "Sq5", + "shape": "Sqq", "locationName": "transitGatewayRouteTableAnnouncement" } } @@ -4568,12 +4626,13 @@ "TransitGatewayId": {}, "VpcId": {}, "SubnetIds": { - "shape": "S4z" + "shape": "S57" }, "Options": { "type": "structure", "members": { "DnsSupport": {}, + "SecurityGroupReferencingSupport": {}, "Ipv6Support": {}, "ApplianceModeSupport": {} } @@ -4615,7 +4674,7 @@ "ApplicationDomain": {}, "EndpointDomainPrefix": {}, "SecurityGroupIds": { - "shape": "Sqg", + "shape": "Sr1", "locationName": "SecurityGroupId" }, "LoadBalancerOptions": { @@ -4656,6 +4715,9 @@ }, "DryRun": { "type": "boolean" + }, + "SseSpecification": { + "shape": "Sr8" } } }, @@ -4663,7 +4725,7 @@ "type": "structure", "members": { "VerifiedAccessEndpoint": { - "shape": "Sqo", + "shape": "Sra", "locationName": "verifiedAccessEndpoint" } } @@ -4688,6 +4750,9 @@ }, "DryRun": { "type": "boolean" + }, + "SseSpecification": { + "shape": "Sr8" } } }, @@ -4695,7 +4760,7 @@ "type": "structure", "members": { "VerifiedAccessGroup": { - "shape": "Sqw", + "shape": "Sri", "locationName": "verifiedAccessGroup" } } @@ -4715,6 +4780,9 @@ }, "DryRun": { "type": "boolean" + }, + "FIPSEnabled": { + "type": "boolean" } } }, @@ -4722,7 +4790,7 @@ "type": "structure", "members": { "VerifiedAccessInstance": { - "shape": "S67", + "shape": "S6g", "locationName": "verifiedAccessInstance" } } @@ -4748,7 +4816,7 @@ "UserInfoEndpoint": {}, "ClientId": {}, "ClientSecret": { - "shape": "S65" + "shape": "S6c" }, "Scope": {} } @@ -4756,7 +4824,8 @@ "DeviceOptions": { "type": "structure", "members": { - "TenantId": {} + "TenantId": {}, + "PublicSigningKeyUrl": {} } }, "PolicyReferenceName": {}, @@ -4770,6 +4839,9 @@ }, "DryRun": { "type": "boolean" + }, + "SseSpecification": { + "shape": "Sr8" } } }, @@ -4777,7 +4849,7 @@ "type": "structure", "members": { "VerifiedAccessTrustProvider": { - "shape": "S60", + "shape": "S67", "locationName": "verifiedAccessTrustProvider" } } @@ -4825,7 +4897,7 @@ } }, "output": { - "shape": "Sr4" + "shape": "Srq" } }, "CreateVpc": { @@ -4865,7 +4937,7 @@ "type": "structure", "members": { "Vpc": { - "shape": "Sbe", + "shape": "Sbo", "locationName": "vpc" } } @@ -4887,20 +4959,20 @@ "ServiceName": {}, "PolicyDocument": {}, "RouteTableIds": { - "shape": "Srb", + "shape": "Srx", "locationName": "RouteTableId" }, "SubnetIds": { - "shape": "Src", + "shape": "Sry", "locationName": "SubnetId" }, "SecurityGroupIds": { - "shape": "Srd", + "shape": "Srz", "locationName": "SecurityGroupId" }, "IpAddressType": {}, "DnsOptions": { - "shape": "Srf" + "shape": "Ss1" }, "ClientToken": {}, "PrivateDnsEnabled": { @@ -4911,7 +4983,7 @@ "locationName": "TagSpecification" }, "SubnetConfigurations": { - "shape": "Srh", + "shape": "Ss3", "locationName": "SubnetConfiguration" } } @@ -4920,7 +4992,7 @@ "type": "structure", "members": { "VpcEndpoint": { - "shape": "Srk", + "shape": "Ss6", "locationName": "vpcEndpoint" }, "ClientToken": { @@ -4953,7 +5025,7 @@ "type": "structure", "members": { "ConnectionNotification": { - "shape": "Sru", + "shape": "Ssg", "locationName": "connectionNotification" }, "ClientToken": { @@ -4996,7 +5068,7 @@ "type": "structure", "members": { "ServiceConfiguration": { - "shape": "Srz", + "shape": "Ssl", "locationName": "serviceConfiguration" }, "ClientToken": { @@ -5036,7 +5108,7 @@ "type": "structure", "members": { "VpcPeeringConnection": { - "shape": "S1m", + "shape": "S1n", "locationName": "vpcPeeringConnection" } } @@ -5078,7 +5150,7 @@ "TunnelInsideCidr": {}, "TunnelInsideIpv6Cidr": {}, "PreSharedKey": { - "shape": "Ssh" + "shape": "St3" }, "Phase1LifetimeSeconds": { "type": "integer" @@ -5100,36 +5172,36 @@ }, "DPDTimeoutAction": {}, "Phase1EncryptionAlgorithms": { - "shape": "Ssi", + "shape": "St4", "locationName": "Phase1EncryptionAlgorithm" }, "Phase2EncryptionAlgorithms": { - "shape": "Ssk", + "shape": "St6", "locationName": "Phase2EncryptionAlgorithm" }, "Phase1IntegrityAlgorithms": { - "shape": "Ssm", + "shape": "St8", "locationName": "Phase1IntegrityAlgorithm" }, "Phase2IntegrityAlgorithms": { - "shape": "Sso", + "shape": "Sta", "locationName": "Phase2IntegrityAlgorithm" }, "Phase1DHGroupNumbers": { - "shape": "Ssq", + "shape": "Stc", "locationName": "Phase1DHGroupNumber" }, "Phase2DHGroupNumbers": { - "shape": "Sss", + "shape": "Ste", "locationName": "Phase2DHGroupNumber" }, "IKEVersions": { - "shape": "Ssu", + "shape": "Stg", "locationName": "IKEVersion" }, "StartupAction": {}, "LogOptions": { - "shape": "Ssw" + "shape": "Sti" }, "EnableTunnelLifecycleControl": { "type": "boolean" @@ -5155,7 +5227,7 @@ "type": "structure", "members": { "VpnConnection": { - "shape": "St0", + "shape": "Stm", "locationName": "vpnConnection" } } @@ -5200,7 +5272,7 @@ "type": "structure", "members": { "VpnGateway": { - "shape": "Stx", + "shape": "Suj", "locationName": "vpnGateway" } } @@ -5223,7 +5295,7 @@ "type": "structure", "members": { "CarrierGateway": { - "shape": "Sa6", + "shape": "Sag", "locationName": "carrierGateway" } } @@ -5246,7 +5318,7 @@ "type": "structure", "members": { "Status": { - "shape": "Sam", + "shape": "Saw", "locationName": "status" } } @@ -5272,7 +5344,7 @@ "type": "structure", "members": { "Status": { - "shape": "Saq", + "shape": "Sb0", "locationName": "status" } } @@ -5297,7 +5369,7 @@ "type": "structure", "members": { "CoipCidr": { - "shape": "Sav", + "shape": "Sb5", "locationName": "coipCidr" } } @@ -5320,7 +5392,7 @@ "type": "structure", "members": { "CoipPool": { - "shape": "Saz", + "shape": "Sb9", "locationName": "coipPool" } } @@ -5391,7 +5463,7 @@ "type": "boolean" }, "FleetIds": { - "shape": "Suf", + "shape": "Sv1", "locationName": "FleetId" }, "TerminateInstances": { @@ -5460,7 +5532,7 @@ "type": "boolean" }, "FlowLogIds": { - "shape": "Sup", + "shape": "Svb", "locationName": "FlowLogId" } } @@ -5469,7 +5541,7 @@ "type": "structure", "members": { "Unsuccessful": { - "shape": "S1g", + "shape": "S1h", "locationName": "unsuccessful" } } @@ -5515,7 +5587,7 @@ "type": "structure", "members": { "InstanceConnectEndpoint": { - "shape": "Seq", + "shape": "Sf0", "locationName": "instanceConnectEndpoint" } } @@ -5592,7 +5664,7 @@ "type": "structure", "members": { "Ipam": { - "shape": "Sfg", + "shape": "Sfr", "locationName": "ipam" } } @@ -5608,14 +5680,17 @@ "DryRun": { "type": "boolean" }, - "IpamPoolId": {} + "IpamPoolId": {}, + "Cascade": { + "type": "boolean" + } } }, "output": { "type": "structure", "members": { "IpamPool": { - "shape": "Sft", + "shape": "Sg6", "locationName": "ipamPool" } } @@ -5638,7 +5713,7 @@ "type": "structure", "members": { "IpamResourceDiscovery": { - "shape": "Sg0", + "shape": "Sge", "locationName": "ipamResourceDiscovery" } } @@ -5661,7 +5736,7 @@ "type": "structure", "members": { "IpamScope": { - "shape": "Sg4", + "shape": "Sgi", "locationName": "ipamScope" } } @@ -5707,7 +5782,7 @@ "type": "structure", "members": { "LaunchTemplate": { - "shape": "Shv", + "shape": "Sic", "locationName": "launchTemplate" } } @@ -5726,7 +5801,7 @@ "LaunchTemplateId": {}, "LaunchTemplateName": {}, "Versions": { - "shape": "Svf", + "shape": "Sw1", "locationName": "LaunchTemplateVersion" } } @@ -5808,7 +5883,7 @@ "type": "structure", "members": { "Route": { - "shape": "Sj4", + "shape": "Sjo", "locationName": "route" } } @@ -5831,7 +5906,7 @@ "type": "structure", "members": { "LocalGatewayRouteTable": { - "shape": "Sjb", + "shape": "Sjv", "locationName": "localGatewayRouteTable" } } @@ -5854,7 +5929,7 @@ "type": "structure", "members": { "LocalGatewayRouteTableVirtualInterfaceGroupAssociation": { - "shape": "Sjf", + "shape": "Sjz", "locationName": "localGatewayRouteTableVirtualInterfaceGroupAssociation" } } @@ -5877,7 +5952,7 @@ "type": "structure", "members": { "LocalGatewayRouteTableVpcAssociation": { - "shape": "Sjj", + "shape": "Sk3", "locationName": "localGatewayRouteTableVpcAssociation" } } @@ -5900,7 +5975,7 @@ "type": "structure", "members": { "PrefixList": { - "shape": "Sjp", + "shape": "Sk9", "locationName": "prefixList" } } @@ -6318,7 +6393,7 @@ "type": "structure", "members": { "DeletedSubnetCidrReservation": { - "shape": "Snl", + "shape": "So6", "locationName": "deletedSubnetCidrReservation" } } @@ -6336,7 +6411,7 @@ "type": "boolean" }, "Resources": { - "shape": "Sno", + "shape": "So9", "locationName": "resourceId" }, "Tags": { @@ -6451,7 +6526,7 @@ "type": "structure", "members": { "TransitGateway": { - "shape": "Sol", + "shape": "Sp6", "locationName": "transitGateway" } } @@ -6474,7 +6549,7 @@ "type": "structure", "members": { "TransitGatewayConnect": { - "shape": "Sos", + "shape": "Spd", "locationName": "transitGatewayConnect" } } @@ -6497,7 +6572,7 @@ "type": "structure", "members": { "TransitGatewayConnectPeer": { - "shape": "Soy", + "shape": "Spj", "locationName": "transitGatewayConnectPeer" } } @@ -6520,7 +6595,7 @@ "type": "structure", "members": { "TransitGatewayMulticastDomain": { - "shape": "Spb", + "shape": "Spw", "locationName": "transitGatewayMulticastDomain" } } @@ -6566,7 +6641,7 @@ "type": "structure", "members": { "TransitGatewayPolicyTable": { - "shape": "Spk", + "shape": "Sq5", "locationName": "transitGatewayPolicyTable" } } @@ -6591,7 +6666,7 @@ "type": "structure", "members": { "TransitGatewayPrefixListReference": { - "shape": "Spo", + "shape": "Sq9", "locationName": "transitGatewayPrefixListReference" } } @@ -6616,7 +6691,7 @@ "type": "structure", "members": { "Route": { - "shape": "Spt", + "shape": "Sqe", "locationName": "route" } } @@ -6639,7 +6714,7 @@ "type": "structure", "members": { "TransitGatewayRouteTable": { - "shape": "Sq1", + "shape": "Sqm", "locationName": "transitGatewayRouteTable" } } @@ -6662,7 +6737,7 @@ "type": "structure", "members": { "TransitGatewayRouteTableAnnouncement": { - "shape": "Sq5", + "shape": "Sqq", "locationName": "transitGatewayRouteTableAnnouncement" } } @@ -6711,7 +6786,7 @@ "type": "structure", "members": { "VerifiedAccessEndpoint": { - "shape": "Sqo", + "shape": "Sra", "locationName": "verifiedAccessEndpoint" } } @@ -6737,7 +6812,7 @@ "type": "structure", "members": { "VerifiedAccessGroup": { - "shape": "Sqw", + "shape": "Sri", "locationName": "verifiedAccessGroup" } } @@ -6763,7 +6838,7 @@ "type": "structure", "members": { "VerifiedAccessInstance": { - "shape": "S67", + "shape": "S6g", "locationName": "verifiedAccessInstance" } } @@ -6789,7 +6864,7 @@ "type": "structure", "members": { "VerifiedAccessTrustProvider": { - "shape": "S60", + "shape": "S67", "locationName": "verifiedAccessTrustProvider" } } @@ -6848,7 +6923,7 @@ "type": "structure", "members": { "Unsuccessful": { - "shape": "S1g", + "shape": "S1h", "locationName": "unsuccessful" } } @@ -6865,7 +6940,7 @@ "type": "boolean" }, "ServiceIds": { - "shape": "Syc", + "shape": "Syy", "locationName": "ServiceId" } } @@ -6874,7 +6949,7 @@ "type": "structure", "members": { "Unsuccessful": { - "shape": "S1g", + "shape": "S1h", "locationName": "unsuccessful" } } @@ -6891,7 +6966,7 @@ "type": "boolean" }, "VpcEndpointIds": { - "shape": "S1d", + "shape": "S1e", "locationName": "VpcEndpointId" } } @@ -6900,7 +6975,7 @@ "type": "structure", "members": { "Unsuccessful": { - "shape": "S1g", + "shape": "S1h", "locationName": "unsuccessful" } } @@ -6992,12 +7067,37 @@ "type": "structure", "members": { "ByoipCidr": { - "shape": "S1x", + "shape": "S1y", "locationName": "byoipCidr" } } } }, + "DeprovisionIpamByoasn": { + "input": { + "type": "structure", + "required": [ + "IpamId", + "Asn" + ], + "members": { + "DryRun": { + "type": "boolean" + }, + "IpamId": {}, + "Asn": {} + } + }, + "output": { + "type": "structure", + "members": { + "Byoasn": { + "shape": "Szb", + "locationName": "byoasn" + } + } + } + }, "DeprovisionIpamPoolCidr": { "input": { "type": "structure", @@ -7016,7 +7116,7 @@ "type": "structure", "members": { "IpamPoolCidr": { - "shape": "Syp", + "shape": "Szf", "locationName": "ipamPoolCidr" } } @@ -7085,7 +7185,7 @@ "type": "boolean" }, "InstanceTagKeys": { - "shape": "Sz0", + "shape": "Szq", "locationName": "InstanceTagKey" } } @@ -7096,7 +7196,7 @@ "type": "structure", "members": { "InstanceTagAttribute": { - "shape": "Sz2", + "shape": "Szs", "locationName": "instanceTagAttribute" } } @@ -7109,7 +7209,7 @@ "TransitGatewayMulticastDomainId": {}, "GroupIpAddress": {}, "NetworkInterfaceIds": { - "shape": "Sz4" + "shape": "Szu" }, "DryRun": { "type": "boolean" @@ -7145,7 +7245,7 @@ "TransitGatewayMulticastDomainId": {}, "GroupIpAddress": {}, "NetworkInterfaceIds": { - "shape": "Sz4" + "shape": "Szu" }, "DryRun": { "type": "boolean" @@ -7228,7 +7328,7 @@ "type": "structure", "members": { "AllocationIds": { - "shape": "S4k", + "shape": "S4r", "locationName": "AllocationId" }, "NextToken": {}, @@ -7262,7 +7362,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "PublicIps": { @@ -7273,7 +7373,7 @@ } }, "AllocationIds": { - "shape": "S4k", + "shape": "S4r", "locationName": "AllocationId" }, "DryRun": { @@ -7369,7 +7469,7 @@ "locationName": "addressSet", "type": "list", "member": { - "shape": "S100", + "shape": "S10q", "locationName": "item" } }, @@ -7396,7 +7496,7 @@ "type": "boolean" }, "Statuses": { - "shape": "S104", + "shape": "S10u", "locationName": "statusSet" } } @@ -7407,7 +7507,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "ZoneNames": { @@ -7501,7 +7601,7 @@ }, "NextToken": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -7555,7 +7655,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -7571,7 +7671,7 @@ "locationName": "bundleInstanceTasksSet", "type": "list", "member": { - "shape": "S7d", + "shape": "S7m", "locationName": "item" } } @@ -7601,7 +7701,7 @@ "locationName": "byoipCidrSet", "type": "list", "member": { - "shape": "S1x", + "shape": "S1y", "locationName": "item" } }, @@ -7611,12 +7711,96 @@ } } }, + "DescribeCapacityBlockOfferings": { + "input": { + "type": "structure", + "required": [ + "InstanceType", + "InstanceCount", + "CapacityDurationHours" + ], + "members": { + "DryRun": { + "type": "boolean" + }, + "InstanceType": {}, + "InstanceCount": { + "type": "integer" + }, + "StartDateRange": { + "type": "timestamp" + }, + "EndDateRange": { + "type": "timestamp" + }, + "CapacityDurationHours": { + "type": "integer" + }, + "NextToken": {}, + "MaxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "CapacityBlockOfferings": { + "locationName": "capacityBlockOfferingSet", + "type": "list", + "member": { + "locationName": "item", + "type": "structure", + "members": { + "CapacityBlockOfferingId": { + "locationName": "capacityBlockOfferingId" + }, + "InstanceType": { + "locationName": "instanceType" + }, + "AvailabilityZone": { + "locationName": "availabilityZone" + }, + "InstanceCount": { + "locationName": "instanceCount", + "type": "integer" + }, + "StartDate": { + "locationName": "startDate", + "type": "timestamp" + }, + "EndDate": { + "locationName": "endDate", + "type": "timestamp" + }, + "CapacityBlockDurationHours": { + "locationName": "capacityBlockDurationHours", + "type": "integer" + }, + "UpfrontFee": { + "locationName": "upfrontFee" + }, + "CurrencyCode": { + "locationName": "currencyCode" + }, + "Tenancy": { + "locationName": "tenancy" + } + } + } + }, + "NextToken": { + "locationName": "nextToken" + } + } + } + }, "DescribeCapacityReservationFleets": { "input": { "type": "structure", "members": { "CapacityReservationFleetIds": { - "shape": "S7n", + "shape": "S7w", "locationName": "CapacityReservationFleetId" }, "NextToken": {}, @@ -7624,7 +7808,7 @@ "type": "integer" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -7677,7 +7861,7 @@ "locationName": "allocationStrategy" }, "InstanceTypeSpecifications": { - "shape": "Sa2", + "shape": "Sac", "locationName": "instanceTypeSpecificationSet" }, "Tags": { @@ -7709,7 +7893,7 @@ "type": "integer" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -7727,7 +7911,7 @@ "locationName": "capacityReservationSet", "type": "list", "member": { - "shape": "S9o", + "shape": "S9x", "locationName": "item" } } @@ -7744,7 +7928,7 @@ "member": {} }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -7763,7 +7947,7 @@ "locationName": "carrierGatewaySet", "type": "list", "member": { - "shape": "Sa6", + "shape": "Sag", "locationName": "item" } }, @@ -7778,7 +7962,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -7786,7 +7970,7 @@ "type": "boolean" }, "InstanceIds": { - "shape": "S11c", + "shape": "S128", "locationName": "InstanceId" }, "MaxResults": { @@ -7809,7 +7993,7 @@ "type": "structure", "members": { "Groups": { - "shape": "Sld", + "shape": "Sly", "locationName": "groupSet" }, "InstanceId": { @@ -7844,7 +8028,7 @@ }, "NextToken": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -7879,7 +8063,7 @@ "locationName": "destinationCidr" }, "Status": { - "shape": "S6l", + "shape": "S6u", "locationName": "status" } } @@ -7900,7 +8084,7 @@ "members": { "ClientVpnEndpointId": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "NextToken": {}, @@ -7956,7 +8140,7 @@ "locationName": "commonName" }, "Status": { - "shape": "S11r", + "shape": "S12n", "locationName": "status" }, "ConnectionEndTime": { @@ -7991,7 +8175,7 @@ }, "NextToken": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -8016,7 +8200,7 @@ "locationName": "description" }, "Status": { - "shape": "Sam", + "shape": "Saw", "locationName": "status" }, "CreationTime": { @@ -8129,7 +8313,7 @@ "locationName": "tagSet" }, "SecurityGroupIds": { - "shape": "S2m", + "shape": "S2r", "locationName": "securityGroupIdSet" }, "VpcId": { @@ -8198,7 +8382,7 @@ "members": { "ClientVpnEndpointId": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -8236,7 +8420,7 @@ "locationName": "origin" }, "Status": { - "shape": "Saq", + "shape": "Sb0", "locationName": "status" }, "Description": { @@ -8267,7 +8451,7 @@ }, "NextToken": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -8298,7 +8482,7 @@ "locationName": "clientVpnEndpointId" }, "Status": { - "shape": "S3h", + "shape": "S3m", "locationName": "status" }, "SecurityGroups": { @@ -8326,7 +8510,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -8345,7 +8529,7 @@ "locationName": "coipPoolSet", "type": "list", "member": { - "shape": "Saz", + "shape": "Sb9", "locationName": "item" } }, @@ -8379,7 +8563,7 @@ "locationName": "conversionTasks", "type": "list", "member": { - "shape": "S12w", + "shape": "S13s", "locationName": "item" } } @@ -8398,7 +8582,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -8414,7 +8598,7 @@ "locationName": "customerGatewaySet", "type": "list", "member": { - "shape": "Sb3", + "shape": "Sbd", "locationName": "item" } } @@ -8433,7 +8617,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -8453,7 +8637,7 @@ "locationName": "dhcpOptionsSet", "type": "list", "member": { - "shape": "Sbn", + "shape": "Sbx", "locationName": "item" } }, @@ -8482,7 +8666,7 @@ }, "NextToken": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" } } @@ -8494,7 +8678,7 @@ "locationName": "egressOnlyInternetGatewaySet", "type": "list", "member": { - "shape": "Sbu", + "shape": "Sc4", "locationName": "item" } }, @@ -8519,7 +8703,7 @@ "type": "boolean" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -8587,7 +8771,7 @@ "type": "boolean" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "ExportImageTaskIds": { @@ -8626,7 +8810,7 @@ "locationName": "progress" }, "S3ExportLocation": { - "shape": "S140", + "shape": "S14w", "locationName": "s3ExportLocation" }, "Status": { @@ -8660,7 +8844,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" } } @@ -8672,7 +8856,7 @@ "locationName": "exportTaskSet", "type": "list", "member": { - "shape": "Sf5", + "shape": "Sff", "locationName": "item" } } @@ -8691,7 +8875,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -8720,11 +8904,11 @@ "locationName": "resourceType" }, "SnapshotConfiguration": { - "shape": "S14d", + "shape": "S159", "locationName": "snapshotConfiguration" }, "LaunchTemplate": { - "shape": "S14e", + "shape": "S15a", "locationName": "launchTemplate" }, "MaxParallelLaunches": { @@ -8758,7 +8942,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -8860,7 +9044,7 @@ "type": "structure", "members": { "EventInformation": { - "shape": "S14r", + "shape": "S15n", "locationName": "eventInformation" }, "EventType": { @@ -8906,7 +9090,7 @@ "NextToken": {}, "FleetId": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" } } @@ -8915,7 +9099,7 @@ "type": "structure", "members": { "ActiveInstances": { - "shape": "S14u", + "shape": "S15q", "locationName": "activeInstanceSet" }, "NextToken": { @@ -8939,11 +9123,11 @@ }, "NextToken": {}, "FleetIds": { - "shape": "Suf", + "shape": "Sv1", "locationName": "FleetId" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" } } @@ -8996,14 +9180,14 @@ "type": "structure", "members": { "LaunchTemplateSpecification": { - "shape": "Sdm", + "shape": "Sdw", "locationName": "launchTemplateSpecification" }, "Overrides": { "locationName": "overrides", "type": "list", "member": { - "shape": "Sdn", + "shape": "Sdx", "locationName": "item" } } @@ -9148,7 +9332,7 @@ "type": "structure", "members": { "LaunchTemplateAndOverrides": { - "shape": "Sdl", + "shape": "Sdv", "locationName": "launchTemplateAndOverrides" }, "Lifecycle": { @@ -9171,14 +9355,14 @@ "type": "structure", "members": { "LaunchTemplateAndOverrides": { - "shape": "Sdl", + "shape": "Sdv", "locationName": "launchTemplateAndOverrides" }, "Lifecycle": { "locationName": "lifecycle" }, "InstanceIds": { - "shape": "Se2", + "shape": "Sec", "locationName": "instanceIds" }, "InstanceType": { @@ -9207,10 +9391,10 @@ "type": "boolean" }, "Filter": { - "shape": "Szn" + "shape": "S10d" }, "FlowLogIds": { - "shape": "Sup", + "shape": "Svb", "locationName": "FlowLogId" }, "MaxResults": { @@ -9322,7 +9506,7 @@ "type": "structure", "members": { "FpgaImageAttribute": { - "shape": "S15n", + "shape": "S16j", "locationName": "fpgaImageAttribute" } } @@ -9343,11 +9527,11 @@ } }, "Owners": { - "shape": "S15w", + "shape": "S16s", "locationName": "Owner" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "NextToken": {}, @@ -9418,7 +9602,7 @@ "locationName": "ownerAlias" }, "ProductCodes": { - "shape": "S15r", + "shape": "S16n", "locationName": "productCodes" }, "Tags": { @@ -9454,7 +9638,7 @@ "type": "structure", "members": { "Filter": { - "shape": "Szn" + "shape": "S10d" }, "MaxDuration": { "type": "integer" @@ -9515,7 +9699,7 @@ "type": "structure", "members": { "Filter": { - "shape": "Szn" + "shape": "S10d" }, "HostReservationIdSet": { "type": "list", @@ -9555,7 +9739,7 @@ "type": "timestamp" }, "HostIdSet": { - "shape": "S16i", + "shape": "S17d", "locationName": "hostIdSet" }, "HostReservationId": { @@ -9601,11 +9785,11 @@ "type": "structure", "members": { "Filter": { - "shape": "Szn", + "shape": "S10d", "locationName": "filter" }, "HostIds": { - "shape": "S16l", + "shape": "S17g", "locationName": "hostId" }, "MaxResults": { @@ -9777,7 +9961,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -9793,7 +9977,7 @@ "locationName": "iamInstanceProfileAssociationSet", "type": "list", "member": { - "shape": "S3s", + "shape": "S3x", "locationName": "item" } }, @@ -9814,7 +9998,7 @@ "type": "structure", "members": { "Statuses": { - "shape": "S104", + "shape": "S10u", "locationName": "statusSet" } } @@ -9839,7 +10023,7 @@ "type": "structure", "members": { "Statuses": { - "shape": "S104", + "shape": "S10u", "locationName": "statusSet" } } @@ -9865,54 +10049,54 @@ "type": "structure", "members": { "BlockDeviceMappings": { - "shape": "S17a", + "shape": "S185", "locationName": "blockDeviceMapping" }, "ImageId": { "locationName": "imageId" }, "LaunchPermissions": { - "shape": "S17b", + "shape": "S186", "locationName": "launchPermission" }, "ProductCodes": { - "shape": "S15r", + "shape": "S16n", "locationName": "productCodes" }, "Description": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "description" }, "KernelId": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "kernel" }, "RamdiskId": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "ramdisk" }, "SriovNetSupport": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "sriovNetSupport" }, "BootMode": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "bootMode" }, "TpmSupport": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "tpmSupport" }, "UefiData": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "uefiData" }, "LastLaunchedTime": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "lastLaunchedTime" }, "ImdsSupport": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "imdsSupport" } } @@ -9930,20 +10114,23 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "ImageIds": { - "shape": "S17f", + "shape": "S18a", "locationName": "ImageId" }, "Owners": { - "shape": "S15w", + "shape": "S16s", "locationName": "Owner" }, "IncludeDeprecated": { "type": "boolean" }, + "IncludeDisabled": { + "type": "boolean" + }, "DryRun": { "locationName": "dryRun", "type": "boolean" @@ -9999,7 +10186,7 @@ "locationName": "usageOperation" }, "ProductCodes": { - "shape": "S15r", + "shape": "S16n", "locationName": "productCodes" }, "RamdiskId": { @@ -10009,7 +10196,7 @@ "locationName": "imageState" }, "BlockDeviceMappings": { - "shape": "S17a", + "shape": "S185", "locationName": "blockDeviceMapping" }, "Description": { @@ -10038,7 +10225,7 @@ "locationName": "sriovNetSupport" }, "StateReason": { - "shape": "Sjc", + "shape": "Sjw", "locationName": "stateReason" }, "Tags": { @@ -10059,6 +10246,9 @@ }, "ImdsSupport": { "locationName": "imdsSupport" + }, + "SourceInstanceId": { + "locationName": "sourceInstanceId" } } } @@ -10077,7 +10267,7 @@ "type": "boolean" }, "Filters": { - "shape": "Szn" + "shape": "S10d" }, "ImportTaskIds": { "locationName": "ImportTaskId", @@ -10134,7 +10324,7 @@ "locationName": "progress" }, "SnapshotDetails": { - "shape": "S17y", + "shape": "S18t", "locationName": "snapshotDetailSet" }, "Status": { @@ -10148,7 +10338,7 @@ "locationName": "tagSet" }, "LicenseSpecifications": { - "shape": "S182", + "shape": "S18x", "locationName": "licenseSpecifications" }, "UsageOperation": { @@ -10174,7 +10364,7 @@ "type": "boolean" }, "Filters": { - "shape": "Szn" + "shape": "S10d" }, "ImportTaskIds": { "locationName": "ImportTaskId", @@ -10206,7 +10396,7 @@ "locationName": "importTaskId" }, "SnapshotTaskDetail": { - "shape": "S18a", + "shape": "S195", "locationName": "snapshotTaskDetail" }, "Tags": { @@ -10246,70 +10436,70 @@ "type": "structure", "members": { "Groups": { - "shape": "Sld", + "shape": "Sly", "locationName": "groupSet" }, "BlockDeviceMappings": { - "shape": "S18e", + "shape": "S199", "locationName": "blockDeviceMapping" }, "DisableApiTermination": { - "shape": "S18h", + "shape": "S19c", "locationName": "disableApiTermination" }, "EnaSupport": { - "shape": "S18h", + "shape": "S19c", "locationName": "enaSupport" }, "EnclaveOptions": { - "shape": "S18i", + "shape": "S19d", "locationName": "enclaveOptions" }, "EbsOptimized": { - "shape": "S18h", + "shape": "S19c", "locationName": "ebsOptimized" }, "InstanceId": { "locationName": "instanceId" }, "InstanceInitiatedShutdownBehavior": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "instanceInitiatedShutdownBehavior" }, "InstanceType": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "instanceType" }, "KernelId": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "kernel" }, "ProductCodes": { - "shape": "S15r", + "shape": "S16n", "locationName": "productCodes" }, "RamdiskId": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "ramdisk" }, "RootDeviceName": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "rootDeviceName" }, "SourceDestCheck": { - "shape": "S18h", + "shape": "S19c", "locationName": "sourceDestCheck" }, "SriovNetSupport": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "sriovNetSupport" }, "UserData": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "userData" }, "DisableApiStop": { - "shape": "S18h", + "shape": "S19c", "locationName": "disableApiStop" } } @@ -10327,7 +10517,7 @@ }, "NextToken": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "InstanceConnectEndpointIds": { @@ -10343,7 +10533,7 @@ "locationName": "instanceConnectEndpointSet", "type": "list", "member": { - "shape": "Seq", + "shape": "Sf0", "locationName": "item" } }, @@ -10361,11 +10551,11 @@ "type": "boolean" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "InstanceIds": { - "shape": "S11c", + "shape": "S128", "locationName": "InstanceId" }, "MaxResults": { @@ -10412,7 +10602,7 @@ "type": "structure", "members": { "InstanceTagAttribute": { - "shape": "Sz2", + "shape": "Szs", "locationName": "instanceTagAttribute" } } @@ -10433,7 +10623,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -10449,7 +10639,7 @@ "locationName": "instanceEventWindowSet", "type": "list", "member": { - "shape": "S42", + "shape": "S47", "locationName": "item" } }, @@ -10464,11 +10654,11 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "InstanceIds": { - "shape": "S11c", + "shape": "S128", "locationName": "InstanceId" }, "MaxResults": { @@ -10505,7 +10695,7 @@ "locationName": "eventsSet", "type": "list", "member": { - "shape": "S194", + "shape": "S19z", "locationName": "item" } }, @@ -10513,15 +10703,15 @@ "locationName": "instanceId" }, "InstanceState": { - "shape": "S197", + "shape": "S1a2", "locationName": "instanceState" }, "InstanceStatus": { - "shape": "S199", + "shape": "S1a4", "locationName": "instanceStatus" }, "SystemStatus": { - "shape": "S199", + "shape": "S1a4", "locationName": "systemStatus" } } @@ -10533,6 +10723,74 @@ } } }, + "DescribeInstanceTopology": { + "input": { + "type": "structure", + "members": { + "DryRun": { + "type": "boolean" + }, + "NextToken": {}, + "MaxResults": { + "type": "integer" + }, + "InstanceIds": { + "locationName": "InstanceId", + "type": "list", + "member": {} + }, + "GroupNames": { + "locationName": "GroupName", + "type": "list", + "member": {} + }, + "Filters": { + "shape": "S10d", + "locationName": "Filter" + } + } + }, + "output": { + "type": "structure", + "members": { + "Instances": { + "locationName": "instanceSet", + "type": "list", + "member": { + "locationName": "item", + "type": "structure", + "members": { + "InstanceId": { + "locationName": "instanceId" + }, + "InstanceType": { + "locationName": "instanceType" + }, + "GroupName": { + "locationName": "groupName" + }, + "NetworkNodes": { + "locationName": "networkNodeSet", + "type": "list", + "member": { + "locationName": "item" + } + }, + "AvailabilityZone": { + "locationName": "availabilityZone" + }, + "ZoneId": { + "locationName": "zoneId" + } + } + } + }, + "NextToken": { + "locationName": "nextToken" + } + } + } + }, "DescribeInstanceTypeOfferings": { "input": { "type": "structure", @@ -10542,7 +10800,7 @@ }, "LocationType": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -10592,7 +10850,7 @@ "member": {} }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -10671,6 +10929,9 @@ "member": { "locationName": "item" } + }, + "Manufacturer": { + "locationName": "manufacturer" } } }, @@ -11079,11 +11340,11 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "InstanceIds": { - "shape": "S11c", + "shape": "S128", "locationName": "InstanceId" }, "DryRun": { @@ -11106,7 +11367,7 @@ "locationName": "reservationSet", "type": "list", "member": { - "shape": "S1cq", + "shape": "S1du", "locationName": "item" } }, @@ -11121,7 +11382,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -11148,7 +11409,37 @@ "locationName": "internetGatewaySet", "type": "list", "member": { - "shape": "Sfb", + "shape": "Sfl", + "locationName": "item" + } + }, + "NextToken": { + "locationName": "nextToken" + } + } + } + }, + "DescribeIpamByoasn": { + "input": { + "type": "structure", + "members": { + "DryRun": { + "type": "boolean" + }, + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "Byoasns": { + "locationName": "byoasnSet", + "type": "list", + "member": { + "shape": "Szb", "locationName": "item" } }, @@ -11166,7 +11457,7 @@ "type": "boolean" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -11189,7 +11480,7 @@ "locationName": "ipamPoolSet", "type": "list", "member": { - "shape": "Sft", + "shape": "Sg6", "locationName": "item" } } @@ -11212,7 +11503,7 @@ "type": "integer" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" } } @@ -11224,7 +11515,7 @@ "locationName": "ipamResourceDiscoverySet", "type": "list", "member": { - "shape": "Sg0", + "shape": "Sge", "locationName": "item" } }, @@ -11250,7 +11541,7 @@ "type": "integer" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" } } @@ -11262,7 +11553,7 @@ "locationName": "ipamResourceDiscoveryAssociationSet", "type": "list", "member": { - "shape": "S4e", + "shape": "S4l", "locationName": "item" } }, @@ -11280,7 +11571,7 @@ "type": "boolean" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -11303,7 +11594,7 @@ "locationName": "ipamScopeSet", "type": "list", "member": { - "shape": "Sg4", + "shape": "Sgi", "locationName": "item" } } @@ -11318,7 +11609,7 @@ "type": "boolean" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -11341,7 +11632,7 @@ "locationName": "ipamSet", "type": "list", "member": { - "shape": "Sfg", + "shape": "Sfr", "locationName": "item" } } @@ -11367,7 +11658,7 @@ "type": "boolean" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" } } @@ -11419,7 +11710,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "KeyNames": { @@ -11494,7 +11785,7 @@ "LaunchTemplateId": {}, "LaunchTemplateName": {}, "Versions": { - "shape": "Svf", + "shape": "Sw1", "locationName": "LaunchTemplateVersion" }, "MinVersion": {}, @@ -11504,7 +11795,7 @@ "type": "integer" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "ResolveAlias": { @@ -11519,7 +11810,7 @@ "locationName": "launchTemplateVersionSet", "type": "list", "member": { - "shape": "Si1", + "shape": "Sii", "locationName": "item" } }, @@ -11551,7 +11842,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "NextToken": {}, @@ -11567,7 +11858,7 @@ "locationName": "launchTemplates", "type": "list", "member": { - "shape": "Shv", + "shape": "Sic", "locationName": "item" } }, @@ -11589,7 +11880,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -11608,7 +11899,7 @@ "locationName": "localGatewayRouteTableVirtualInterfaceGroupAssociationSet", "type": "list", "member": { - "shape": "Sjf", + "shape": "Sjz", "locationName": "item" } }, @@ -11630,7 +11921,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -11649,7 +11940,7 @@ "locationName": "localGatewayRouteTableVpcAssociationSet", "type": "list", "member": { - "shape": "Sjj", + "shape": "Sk3", "locationName": "item" } }, @@ -11671,7 +11962,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -11690,7 +11981,7 @@ "locationName": "localGatewayRouteTableSet", "type": "list", "member": { - "shape": "Sjb", + "shape": "Sjv", "locationName": "item" } }, @@ -11712,7 +12003,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -11738,7 +12029,7 @@ "locationName": "localGatewayVirtualInterfaceGroupId" }, "LocalGatewayVirtualInterfaceIds": { - "shape": "S1ff", + "shape": "S1gq", "locationName": "localGatewayVirtualInterfaceIdSet" }, "LocalGatewayId": { @@ -11765,11 +12056,11 @@ "type": "structure", "members": { "LocalGatewayVirtualInterfaceIds": { - "shape": "S1ff", + "shape": "S1gq", "locationName": "LocalGatewayVirtualInterfaceId" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -11843,7 +12134,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -11890,6 +12181,79 @@ } } }, + "DescribeLockedSnapshots": { + "input": { + "type": "structure", + "members": { + "Filters": { + "shape": "S10d", + "locationName": "Filter" + }, + "MaxResults": { + "type": "integer" + }, + "NextToken": {}, + "SnapshotIds": { + "shape": "S1h3", + "locationName": "SnapshotId" + }, + "DryRun": { + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "members": { + "Snapshots": { + "locationName": "snapshotSet", + "type": "list", + "member": { + "locationName": "item", + "type": "structure", + "members": { + "OwnerId": { + "locationName": "ownerId" + }, + "SnapshotId": { + "locationName": "snapshotId" + }, + "LockState": { + "locationName": "lockState" + }, + "LockDuration": { + "locationName": "lockDuration", + "type": "integer" + }, + "CoolOffPeriod": { + "locationName": "coolOffPeriod", + "type": "integer" + }, + "CoolOffPeriodExpiresOn": { + "locationName": "coolOffPeriodExpiresOn", + "type": "timestamp" + }, + "LockCreatedOn": { + "locationName": "lockCreatedOn", + "type": "timestamp" + }, + "LockDurationStartTime": { + "locationName": "lockDurationStartTime", + "type": "timestamp" + }, + "LockExpiresOn": { + "locationName": "lockExpiresOn", + "type": "timestamp" + } + } + } + }, + "NextToken": { + "locationName": "nextToken" + } + } + } + }, "DescribeManagedPrefixLists": { "input": { "type": "structure", @@ -11898,7 +12262,7 @@ "type": "boolean" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -11921,7 +12285,7 @@ "locationName": "prefixListSet", "type": "list", "member": { - "shape": "Sjp", + "shape": "Sk9", "locationName": "item" } } @@ -11933,7 +12297,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "filter" }, "DryRun": { @@ -11986,7 +12350,7 @@ "type": "boolean" }, "Filter": { - "shape": "Szn" + "shape": "S10d" }, "MaxResults": { "type": "integer" @@ -12008,7 +12372,7 @@ "locationName": "natGatewaySet", "type": "list", "member": { - "shape": "Sju", + "shape": "Ske", "locationName": "item" } }, @@ -12023,7 +12387,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -12050,7 +12414,7 @@ "locationName": "networkAclSet", "type": "list", "member": { - "shape": "Sjz", + "shape": "Skj", "locationName": "item" } }, @@ -12079,7 +12443,7 @@ "type": "timestamp" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -12098,7 +12462,7 @@ "locationName": "networkInsightsAccessScopeAnalysisSet", "type": "list", "member": { - "shape": "S1gf", + "shape": "S1hz", "locationName": "item" } }, @@ -12120,7 +12484,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -12139,7 +12503,7 @@ "locationName": "networkInsightsAccessScopeSet", "type": "list", "member": { - "shape": "Skk", + "shape": "Sl4", "locationName": "item" } }, @@ -12168,7 +12532,7 @@ "type": "timestamp" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -12187,7 +12551,7 @@ "locationName": "networkInsightsAnalysisSet", "type": "list", "member": { - "shape": "S1gq", + "shape": "S1ia", "locationName": "item" } }, @@ -12209,7 +12573,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -12228,7 +12592,7 @@ "locationName": "networkInsightsPathSet", "type": "list", "member": { - "shape": "Sl1", + "shape": "Sll", "locationName": "item" } }, @@ -12261,22 +12625,22 @@ "type": "structure", "members": { "Attachment": { - "shape": "Sla", + "shape": "Slu", "locationName": "attachment" }, "Description": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "description" }, "Groups": { - "shape": "Sld", + "shape": "Sly", "locationName": "groupSet" }, "NetworkInterfaceId": { "locationName": "networkInterfaceId" }, "SourceDestCheck": { - "shape": "S18h", + "shape": "S19c", "locationName": "sourceDestCheck" } } @@ -12292,7 +12656,7 @@ "member": {} }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "NextToken": {}, @@ -12308,7 +12672,7 @@ "locationName": "networkInterfacePermissions", "type": "list", "member": { - "shape": "Slq", + "shape": "Smb", "locationName": "item" } }, @@ -12323,7 +12687,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "filter" }, "DryRun": { @@ -12350,7 +12714,7 @@ "locationName": "networkInterfaceSet", "type": "list", "member": { - "shape": "Sl8", + "shape": "Sls", "locationName": "item" } }, @@ -12365,7 +12729,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -12393,7 +12757,7 @@ "locationName": "placementGroupSet", "type": "list", "member": { - "shape": "Slx", + "shape": "Smi", "locationName": "item" } } @@ -12408,7 +12772,7 @@ "type": "boolean" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -12487,7 +12851,7 @@ "locationName": "arn" }, "Statuses": { - "shape": "S104", + "shape": "S10u", "locationName": "statusSet" } } @@ -12515,7 +12879,7 @@ "type": "integer" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" } } @@ -12540,7 +12904,7 @@ "locationName": "poolAddressRangeSet", "type": "list", "member": { - "shape": "S1it", + "shape": "S1kd", "locationName": "item" } }, @@ -12573,7 +12937,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "RegionNames": { @@ -12629,7 +12993,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -12648,7 +13012,7 @@ "locationName": "replaceRootVolumeTaskSet", "type": "list", "member": { - "shape": "Sm3", + "shape": "Smo", "locationName": "item" } }, @@ -12663,12 +13027,12 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "OfferingClass": {}, "ReservedInstancesIds": { - "shape": "S1j6", + "shape": "S1kq", "locationName": "ReservedInstancesId" }, "DryRun": { @@ -12742,7 +13106,7 @@ "locationName": "offeringType" }, "RecurringCharges": { - "shape": "S1je", + "shape": "S1ky", "locationName": "recurringCharges" }, "Scope": { @@ -12763,7 +13127,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "ReservedInstancesId": { @@ -12778,7 +13142,7 @@ "type": "structure", "members": { "ReservedInstancesListings": { - "shape": "S8b", + "shape": "S8k", "locationName": "reservedInstancesListingsSet" } } @@ -12789,7 +13153,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "ReservedInstancesModificationIds": { @@ -12839,7 +13203,7 @@ "locationName": "reservedInstancesId" }, "TargetConfiguration": { - "shape": "S1js", + "shape": "S1lc", "locationName": "targetConfiguration" } } @@ -12883,7 +13247,7 @@ "members": { "AvailabilityZone": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "IncludeMarketplace": { @@ -12994,7 +13358,7 @@ } }, "RecurringCharges": { - "shape": "S1je", + "shape": "S1ky", "locationName": "recurringCharges" }, "Scope": { @@ -13014,7 +13378,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -13041,7 +13405,7 @@ "locationName": "routeTableSet", "type": "list", "member": { - "shape": "Smj", + "shape": "Sn4", "locationName": "item" } }, @@ -13063,7 +13427,7 @@ "type": "boolean" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "FirstSlotStartTimeRange": { @@ -13162,7 +13526,7 @@ "locationName": "purchaseToken" }, "Recurrence": { - "shape": "S1kf", + "shape": "S1lz", "locationName": "recurrence" }, "SlotDurationInHours": { @@ -13187,7 +13551,7 @@ "type": "boolean" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -13224,7 +13588,7 @@ "locationName": "scheduledInstanceSet", "type": "list", "member": { - "shape": "S1kn", + "shape": "S1m7", "locationName": "item" } } @@ -13267,6 +13631,9 @@ }, "VpcPeeringConnectionId": { "locationName": "vpcPeeringConnectionId" + }, + "TransitGatewayId": { + "locationName": "transitGatewayId" } } } @@ -13279,11 +13646,11 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "SecurityGroupRuleIds": { - "shape": "S1ku", + "shape": "S1me", "locationName": "SecurityGroupRuleId" }, "DryRun": { @@ -13299,7 +13666,7 @@ "type": "structure", "members": { "SecurityGroupRules": { - "shape": "S6z", + "shape": "S78", "locationName": "securityGroupRuleSet" }, "NextToken": { @@ -13313,15 +13680,15 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "GroupIds": { - "shape": "S5o", + "shape": "S5v", "locationName": "GroupId" }, "GroupNames": { - "shape": "S1ky", + "shape": "S1mi", "locationName": "GroupName" }, "DryRun": { @@ -13351,7 +13718,7 @@ "locationName": "groupName" }, "IpPermissions": { - "shape": "S6o", + "shape": "S6x", "locationName": "ipPermissions" }, "OwnerId": { @@ -13361,7 +13728,7 @@ "locationName": "groupId" }, "IpPermissionsEgress": { - "shape": "S6o", + "shape": "S6x", "locationName": "ipPermissionsEgress" }, "Tags": { @@ -13400,11 +13767,11 @@ "type": "structure", "members": { "CreateVolumePermissions": { - "shape": "S1l6", + "shape": "S1mq", "locationName": "createVolumePermission" }, "ProductCodes": { - "shape": "S15r", + "shape": "S16n", "locationName": "productCodes" }, "SnapshotId": { @@ -13418,7 +13785,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -13495,7 +13862,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -13503,7 +13870,7 @@ }, "NextToken": {}, "OwnerIds": { - "shape": "S15w", + "shape": "S16s", "locationName": "Owner" }, "RestorableByUserIds": { @@ -13512,7 +13879,7 @@ "member": {} }, "SnapshotIds": { - "shape": "S1lg", + "shape": "S1h3", "locationName": "SnapshotId" }, "DryRun": { @@ -13528,7 +13895,7 @@ "locationName": "snapshotSet", "type": "list", "member": { - "shape": "Smv", + "shape": "Sng", "locationName": "item" } }, @@ -13552,7 +13919,7 @@ "type": "structure", "members": { "SpotDatafeedSubscription": { - "shape": "Sn9", + "shape": "Snu", "locationName": "spotDatafeedSubscription" } } @@ -13585,7 +13952,7 @@ "type": "structure", "members": { "ActiveInstances": { - "shape": "S14u", + "shape": "S15q", "locationName": "activeInstanceSet" }, "NextToken": { @@ -13639,7 +14006,7 @@ "type": "structure", "members": { "EventInformation": { - "shape": "S14r", + "shape": "S15n", "locationName": "eventInformation" }, "EventType": { @@ -13685,7 +14052,7 @@ "locationName": "nextToken" }, "SpotFleetRequestIds": { - "shape": "S8n", + "shape": "S8w", "locationName": "spotFleetRequestId" } } @@ -13711,7 +14078,7 @@ "type": "timestamp" }, "SpotFleetRequestConfig": { - "shape": "S1lz", + "shape": "S1ni", "locationName": "spotFleetRequestConfig" }, "SpotFleetRequestId": { @@ -13735,7 +14102,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -13743,7 +14110,7 @@ "type": "boolean" }, "SpotInstanceRequestIds": { - "shape": "S8y", + "shape": "S97", "locationName": "SpotInstanceRequestId" }, "NextToken": {}, @@ -13756,7 +14123,7 @@ "type": "structure", "members": { "SpotInstanceRequests": { - "shape": "S1mr", + "shape": "S1oa", "locationName": "spotInstanceRequestSet" }, "NextToken": { @@ -13770,7 +14137,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "AvailabilityZone": { @@ -13882,11 +14249,11 @@ "locationName": "groupName" }, "StaleIpPermissions": { - "shape": "S1n9", + "shape": "S1os", "locationName": "staleIpPermissions" }, "StaleIpPermissionsEgress": { - "shape": "S1n9", + "shape": "S1os", "locationName": "staleIpPermissionsEgress" }, "VpcId": { @@ -13913,7 +14280,7 @@ "type": "boolean" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "NextToken": {}, @@ -13969,7 +14336,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "SubnetIds": { @@ -13996,7 +14363,7 @@ "locationName": "subnetSet", "type": "list", "member": { - "shape": "Sb6", + "shape": "Sbg", "locationName": "item" } }, @@ -14015,7 +14382,7 @@ "type": "boolean" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -14073,7 +14440,7 @@ "type": "boolean" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -14089,7 +14456,7 @@ "locationName": "trafficMirrorFilterSet", "type": "list", "member": { - "shape": "Sns", + "shape": "Sod", "locationName": "item" } }, @@ -14114,7 +14481,7 @@ "type": "boolean" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -14130,7 +14497,7 @@ "locationName": "trafficMirrorSessionSet", "type": "list", "member": { - "shape": "So7", + "shape": "Sos", "locationName": "item" } }, @@ -14155,7 +14522,7 @@ "type": "boolean" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -14171,7 +14538,7 @@ "locationName": "trafficMirrorTargetSet", "type": "list", "member": { - "shape": "Soa", + "shape": "Sov", "locationName": "item" } }, @@ -14186,10 +14553,10 @@ "type": "structure", "members": { "TransitGatewayAttachmentIds": { - "shape": "S1o7" + "shape": "S1pq" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -14272,7 +14639,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -14291,7 +14658,7 @@ "locationName": "transitGatewayConnectPeerSet", "type": "list", "member": { - "shape": "Soy", + "shape": "Spj", "locationName": "item" } }, @@ -14306,10 +14673,10 @@ "type": "structure", "members": { "TransitGatewayAttachmentIds": { - "shape": "S1o7" + "shape": "S1pq" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -14328,7 +14695,7 @@ "locationName": "transitGatewayConnectSet", "type": "list", "member": { - "shape": "Sos", + "shape": "Spd", "locationName": "item" } }, @@ -14349,7 +14716,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -14368,7 +14735,7 @@ "locationName": "transitGatewayMulticastDomains", "type": "list", "member": { - "shape": "Spb", + "shape": "Spw", "locationName": "item" } }, @@ -14383,10 +14750,10 @@ "type": "structure", "members": { "TransitGatewayAttachmentIds": { - "shape": "S1o7" + "shape": "S1pq" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -14426,7 +14793,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -14445,7 +14812,7 @@ "locationName": "transitGatewayPolicyTables", "type": "list", "member": { - "shape": "Spk", + "shape": "Sq5", "locationName": "item" } }, @@ -14466,7 +14833,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -14485,7 +14852,7 @@ "locationName": "transitGatewayRouteTableAnnouncements", "type": "list", "member": { - "shape": "Sq5", + "shape": "Sqq", "locationName": "item" } }, @@ -14506,7 +14873,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -14525,7 +14892,7 @@ "locationName": "transitGatewayRouteTables", "type": "list", "member": { - "shape": "Sq1", + "shape": "Sqm", "locationName": "item" } }, @@ -14540,10 +14907,10 @@ "type": "structure", "members": { "TransitGatewayAttachmentIds": { - "shape": "S1o7" + "shape": "S1pq" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -14583,7 +14950,7 @@ } }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -14602,7 +14969,7 @@ "locationName": "transitGatewaySet", "type": "list", "member": { - "shape": "Sol", + "shape": "Sp6", "locationName": "item" } }, @@ -14627,7 +14994,7 @@ "type": "boolean" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "NextToken": {}, @@ -14643,7 +15010,7 @@ "locationName": "interfaceAssociationSet", "type": "list", "member": { - "shape": "S5c", + "shape": "S5k", "locationName": "item" } }, @@ -14671,7 +15038,7 @@ }, "NextToken": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -14686,7 +15053,7 @@ "locationName": "verifiedAccessEndpointSet", "type": "list", "member": { - "shape": "Sqo", + "shape": "Sra", "locationName": "item" } }, @@ -14713,7 +15080,7 @@ }, "NextToken": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -14728,7 +15095,7 @@ "locationName": "verifiedAccessGroupSet", "type": "list", "member": { - "shape": "Sqw", + "shape": "Sri", "locationName": "item" } }, @@ -14743,7 +15110,7 @@ "type": "structure", "members": { "VerifiedAccessInstanceIds": { - "shape": "S1pq", + "shape": "S1r9", "locationName": "VerifiedAccessInstanceId" }, "MaxResults": { @@ -14751,7 +15118,7 @@ }, "NextToken": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -14766,7 +15133,7 @@ "locationName": "loggingConfigurationSet", "type": "list", "member": { - "shape": "S1pu", + "shape": "S1rd", "locationName": "item" } }, @@ -14781,7 +15148,7 @@ "type": "structure", "members": { "VerifiedAccessInstanceIds": { - "shape": "S1pq", + "shape": "S1r9", "locationName": "VerifiedAccessInstanceId" }, "MaxResults": { @@ -14789,7 +15156,7 @@ }, "NextToken": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -14804,7 +15171,7 @@ "locationName": "verifiedAccessInstanceSet", "type": "list", "member": { - "shape": "S67", + "shape": "S6g", "locationName": "item" } }, @@ -14830,7 +15197,7 @@ }, "NextToken": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -14845,7 +15212,7 @@ "locationName": "verifiedAccessTrustProviderSet", "type": "list", "member": { - "shape": "S60", + "shape": "S67", "locationName": "item" } }, @@ -14875,11 +15242,11 @@ "type": "structure", "members": { "AutoEnableIO": { - "shape": "S18h", + "shape": "S19c", "locationName": "autoEnableIO" }, "ProductCodes": { - "shape": "S15r", + "shape": "S16n", "locationName": "productCodes" }, "VolumeId": { @@ -14893,7 +15260,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -14901,7 +15268,7 @@ }, "NextToken": {}, "VolumeIds": { - "shape": "Sn2", + "shape": "Snn", "locationName": "VolumeId" }, "DryRun": { @@ -15036,11 +15403,11 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "VolumeIds": { - "shape": "Sn2", + "shape": "Snn", "locationName": "VolumeId" }, "DryRun": { @@ -15063,7 +15430,7 @@ "locationName": "volumeSet", "type": "list", "member": { - "shape": "Sr4", + "shape": "Srq", "locationName": "item" } }, @@ -15081,11 +15448,11 @@ "type": "boolean" }, "VolumeIds": { - "shape": "Sn2", + "shape": "Snn", "locationName": "VolumeId" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "NextToken": {}, @@ -15101,7 +15468,7 @@ "locationName": "volumeModificationSet", "type": "list", "member": { - "shape": "S1qy", + "shape": "S1sh", "locationName": "item" } }, @@ -15134,15 +15501,15 @@ "locationName": "vpcId" }, "EnableDnsHostnames": { - "shape": "S18h", + "shape": "S19c", "locationName": "enableDnsHostnames" }, "EnableDnsSupport": { - "shape": "S18h", + "shape": "S19c", "locationName": "enableDnsSupport" }, "EnableNetworkAddressUsageMetrics": { - "shape": "S18h", + "shape": "S19c", "locationName": "enableNetworkAddressUsageMetrics" } } @@ -15153,7 +15520,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -15161,7 +15528,7 @@ "type": "boolean" }, "VpcIds": { - "shape": "S1r4", + "shape": "S1sn", "locationName": "VpcId" } } @@ -15205,7 +15572,7 @@ "locationName": "nextToken" }, "VpcIds": { - "shape": "S1r4" + "shape": "S1sn" } } }, @@ -15244,7 +15611,7 @@ }, "ConnectionNotificationId": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -15260,7 +15627,7 @@ "locationName": "connectionNotificationSet", "type": "list", "member": { - "shape": "Sru", + "shape": "Ssg", "locationName": "item" } }, @@ -15278,7 +15645,7 @@ "type": "boolean" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -15314,7 +15681,7 @@ "type": "timestamp" }, "DnsEntries": { - "shape": "Srp", + "shape": "Ssb", "locationName": "dnsEntrySet" }, "NetworkLoadBalancerArns": { @@ -15352,11 +15719,11 @@ "type": "boolean" }, "ServiceIds": { - "shape": "Syc", + "shape": "Syy", "locationName": "ServiceId" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -15372,7 +15739,7 @@ "locationName": "serviceConfigurationSet", "type": "list", "member": { - "shape": "Srz", + "shape": "Ssl", "locationName": "item" } }, @@ -15394,7 +15761,7 @@ }, "ServiceId": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -15450,7 +15817,7 @@ "locationName": "ServiceName" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -15480,7 +15847,7 @@ "locationName": "serviceId" }, "ServiceType": { - "shape": "Ss0", + "shape": "Ssm", "locationName": "serviceType" }, "AvailabilityZones": { @@ -15533,7 +15900,7 @@ "locationName": "privateDnsNameVerificationState" }, "SupportedIpAddressTypes": { - "shape": "Ss4", + "shape": "Ssq", "locationName": "supportedIpAddressTypeSet" } } @@ -15553,11 +15920,11 @@ "type": "boolean" }, "VpcEndpointIds": { - "shape": "S1d", + "shape": "S1e", "locationName": "VpcEndpointId" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -15573,7 +15940,7 @@ "locationName": "vpcEndpointSet", "type": "list", "member": { - "shape": "Srk", + "shape": "Ss6", "locationName": "item" } }, @@ -15588,7 +15955,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "DryRun": { @@ -15615,7 +15982,7 @@ "locationName": "vpcPeeringConnectionSet", "type": "list", "member": { - "shape": "S1m", + "shape": "S1n", "locationName": "item" } }, @@ -15630,7 +15997,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "VpcIds": { @@ -15657,7 +16024,7 @@ "locationName": "vpcSet", "type": "list", "member": { - "shape": "Sbe", + "shape": "Sbo", "locationName": "item" } }, @@ -15672,7 +16039,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "VpnConnectionIds": { @@ -15695,7 +16062,7 @@ "locationName": "vpnConnectionSet", "type": "list", "member": { - "shape": "St0", + "shape": "Stm", "locationName": "item" } } @@ -15707,7 +16074,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "VpnGatewayIds": { @@ -15730,7 +16097,7 @@ "locationName": "vpnGatewaySet", "type": "list", "member": { - "shape": "Stx", + "shape": "Suj", "locationName": "item" } } @@ -15831,11 +16198,11 @@ "type": "structure", "members": { "VerifiedAccessTrustProvider": { - "shape": "S60", + "shape": "S67", "locationName": "verifiedAccessTrustProvider" }, "VerifiedAccessInstance": { - "shape": "S67", + "shape": "S6g", "locationName": "verifiedAccessInstance" } } @@ -15861,7 +16228,7 @@ } }, "output": { - "shape": "S6c" + "shape": "S6l" } }, "DetachVpnGateway": { @@ -15972,11 +16339,11 @@ "locationName": "resourceType" }, "SnapshotConfiguration": { - "shape": "S14d", + "shape": "S159", "locationName": "snapshotConfiguration" }, "LaunchTemplate": { - "shape": "S14e", + "shape": "S15a", "locationName": "launchTemplate" }, "MaxParallelLaunches": { @@ -16008,11 +16375,11 @@ ], "members": { "AvailabilityZones": { - "shape": "S1t4", + "shape": "S1un", "locationName": "AvailabilityZone" }, "SourceSnapshotIds": { - "shape": "S1lg", + "shape": "S1h3", "locationName": "SourceSnapshotId" }, "DryRun": { @@ -16112,6 +16479,29 @@ } } }, + "DisableImage": { + "input": { + "type": "structure", + "required": [ + "ImageId" + ], + "members": { + "ImageId": {}, + "DryRun": { + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "members": { + "Return": { + "locationName": "return", + "type": "boolean" + } + } + } + }, "DisableImageBlockPublicAccess": { "input": { "type": "structure", @@ -16195,6 +16585,24 @@ } } }, + "DisableSnapshotBlockPublicAccess": { + "input": { + "type": "structure", + "members": { + "DryRun": { + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "members": { + "State": { + "locationName": "state" + } + } + } + }, "DisableTransitGatewayRouteTablePropagation": { "input": { "type": "structure", @@ -16214,7 +16622,7 @@ "type": "structure", "members": { "Propagation": { - "shape": "S1to", + "shape": "S1vc", "locationName": "propagation" } } @@ -16314,7 +16722,7 @@ "locationName": "associationId" }, "Status": { - "shape": "S3h", + "shape": "S3m", "locationName": "status" } } @@ -16359,7 +16767,7 @@ "type": "structure", "members": { "IamInstanceProfileAssociation": { - "shape": "S3s", + "shape": "S3x", "locationName": "iamInstanceProfileAssociation" } } @@ -16381,7 +16789,7 @@ "type": "structure", "members": { "InstanceIds": { - "shape": "S3y", + "shape": "S43", "locationName": "InstanceId" }, "InstanceTags": { @@ -16389,7 +16797,7 @@ "locationName": "InstanceTag" }, "DedicatedHostIds": { - "shape": "S3z", + "shape": "S44", "locationName": "DedicatedHostId" } } @@ -16400,12 +16808,37 @@ "type": "structure", "members": { "InstanceEventWindow": { - "shape": "S42", + "shape": "S47", "locationName": "instanceEventWindow" } } } }, + "DisassociateIpamByoasn": { + "input": { + "type": "structure", + "required": [ + "Asn", + "Cidr" + ], + "members": { + "DryRun": { + "type": "boolean" + }, + "Asn": {}, + "Cidr": {} + } + }, + "output": { + "type": "structure", + "members": { + "AsnAssociation": { + "shape": "S20", + "locationName": "asnAssociation" + } + } + } + }, "DisassociateIpamResourceDiscovery": { "input": { "type": "structure", @@ -16423,7 +16856,7 @@ "type": "structure", "members": { "IpamResourceDiscoveryAssociation": { - "shape": "S4e", + "shape": "S4l", "locationName": "ipamResourceDiscoveryAssociation" } } @@ -16460,7 +16893,7 @@ "locationName": "natGatewayId" }, "NatGatewayAddresses": { - "shape": "S36", + "shape": "S3b", "locationName": "natGatewayAddressSet" } } @@ -16499,7 +16932,7 @@ "type": "structure", "members": { "Ipv6CidrBlockAssociation": { - "shape": "S4u", + "shape": "S52", "locationName": "ipv6CidrBlockAssociation" }, "SubnetId": { @@ -16520,7 +16953,7 @@ "TransitGatewayMulticastDomainId": {}, "TransitGatewayAttachmentId": {}, "SubnetIds": { - "shape": "S4z" + "shape": "S57" }, "DryRun": { "type": "boolean" @@ -16556,7 +16989,7 @@ "type": "structure", "members": { "Association": { - "shape": "S54", + "shape": "S5c", "locationName": "association" } } @@ -16581,7 +17014,7 @@ "type": "structure", "members": { "Association": { - "shape": "S59", + "shape": "S5h", "locationName": "association" } } @@ -16632,11 +17065,11 @@ "type": "structure", "members": { "Ipv6CidrBlockAssociation": { - "shape": "S5j", + "shape": "S5q", "locationName": "ipv6CidrBlockAssociation" }, "CidrBlockAssociation": { - "shape": "S5m", + "shape": "S5t", "locationName": "cidrBlockAssociation" }, "VpcId": { @@ -16758,11 +17191,11 @@ "locationName": "resourceType" }, "SnapshotConfiguration": { - "shape": "S14d", + "shape": "S159", "locationName": "snapshotConfiguration" }, "LaunchTemplate": { - "shape": "S14e", + "shape": "S15a", "locationName": "launchTemplate" }, "MaxParallelLaunches": { @@ -16794,11 +17227,11 @@ ], "members": { "AvailabilityZones": { - "shape": "S1t4", + "shape": "S1un", "locationName": "AvailabilityZone" }, "SourceSnapshotIds": { - "shape": "S1lg", + "shape": "S1h3", "locationName": "SourceSnapshotId" }, "DryRun": { @@ -16898,6 +17331,29 @@ } } }, + "EnableImage": { + "input": { + "type": "structure", + "required": [ + "ImageId" + ], + "members": { + "ImageId": {}, + "DryRun": { + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "members": { + "Return": { + "locationName": "return", + "type": "boolean" + } + } + } + }, "EnableImageBlockPublicAccess": { "input": { "type": "structure", @@ -17008,6 +17464,28 @@ } } }, + "EnableSnapshotBlockPublicAccess": { + "input": { + "type": "structure", + "required": [ + "State" + ], + "members": { + "State": {}, + "DryRun": { + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "members": { + "State": { + "locationName": "state" + } + } + } + }, "EnableTransitGatewayRouteTablePropagation": { "input": { "type": "structure", @@ -17027,7 +17505,7 @@ "type": "structure", "members": { "Propagation": { - "shape": "S1to", + "shape": "S1vc", "locationName": "propagation" } } @@ -17222,7 +17700,7 @@ "locationName": "progress" }, "S3ExportLocation": { - "shape": "S140", + "shape": "S14w", "locationName": "s3ExportLocation" }, "Status": { @@ -17248,7 +17726,7 @@ "members": { "TransitGatewayRouteTableId": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "S3Bucket": {}, @@ -17514,7 +17992,7 @@ "members": { "PoolId": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -17556,6 +18034,9 @@ }, "LocalGatewayRouteTableId": { "locationName": "localGatewayRouteTableId" + }, + "NextToken": { + "locationName": "nextToken" } } } @@ -17638,7 +18119,7 @@ "type": "structure", "members": { "InstanceFamilyCreditSpecification": { - "shape": "S1x1", + "shape": "S1yu", "locationName": "instanceFamilyCreditSpecification" } } @@ -17788,7 +18269,7 @@ ], "members": { "HostIdSet": { - "shape": "S1xi" + "shape": "S1zb" }, "OfferingId": {} } @@ -17800,7 +18281,7 @@ "locationName": "currencyCode" }, "Purchase": { - "shape": "S1xk", + "shape": "S1zd", "locationName": "purchase" }, "TotalHourlyPrice": { @@ -17843,15 +18324,15 @@ "type": "boolean" }, "ArchitectureTypes": { - "shape": "S1xp", + "shape": "S1zi", "locationName": "ArchitectureType" }, "VirtualizationTypes": { - "shape": "S1xq", + "shape": "S1zj", "locationName": "VirtualizationType" }, "InstanceRequirements": { - "shape": "Sck" + "shape": "Scu" }, "MaxResults": { "type": "integer" @@ -18000,7 +18481,7 @@ "IpamResourceDiscoveryId": {}, "DiscoveryRegion": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "NextToken": {}, @@ -18054,6 +18535,142 @@ } } }, + "GetIpamDiscoveredPublicAddresses": { + "input": { + "type": "structure", + "required": [ + "IpamResourceDiscoveryId", + "AddressRegion" + ], + "members": { + "DryRun": { + "type": "boolean" + }, + "IpamResourceDiscoveryId": {}, + "AddressRegion": {}, + "Filters": { + "shape": "S10d", + "locationName": "Filter" + }, + "NextToken": {}, + "MaxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "IpamDiscoveredPublicAddresses": { + "locationName": "ipamDiscoveredPublicAddressSet", + "type": "list", + "member": { + "locationName": "item", + "type": "structure", + "members": { + "IpamResourceDiscoveryId": { + "locationName": "ipamResourceDiscoveryId" + }, + "AddressRegion": { + "locationName": "addressRegion" + }, + "Address": { + "locationName": "address" + }, + "AddressOwnerId": { + "locationName": "addressOwnerId" + }, + "AddressAllocationId": { + "locationName": "addressAllocationId" + }, + "AssociationStatus": { + "locationName": "associationStatus" + }, + "AddressType": { + "locationName": "addressType" + }, + "Service": { + "locationName": "service" + }, + "ServiceResource": { + "locationName": "serviceResource" + }, + "VpcId": { + "locationName": "vpcId" + }, + "SubnetId": { + "locationName": "subnetId" + }, + "PublicIpv4PoolId": { + "locationName": "publicIpv4PoolId" + }, + "NetworkInterfaceId": { + "locationName": "networkInterfaceId" + }, + "NetworkInterfaceDescription": { + "locationName": "networkInterfaceDescription" + }, + "InstanceId": { + "locationName": "instanceId" + }, + "Tags": { + "locationName": "tags", + "type": "structure", + "members": { + "EipTags": { + "locationName": "eipTagSet", + "type": "list", + "member": { + "locationName": "item", + "type": "structure", + "members": { + "Key": { + "locationName": "key" + }, + "Value": { + "locationName": "value" + } + } + } + } + } + }, + "NetworkBorderGroup": { + "locationName": "networkBorderGroup" + }, + "SecurityGroups": { + "locationName": "securityGroupSet", + "type": "list", + "member": { + "locationName": "item", + "type": "structure", + "members": { + "GroupName": { + "locationName": "groupName" + }, + "GroupId": { + "locationName": "groupId" + } + } + } + }, + "SampleTime": { + "locationName": "sampleTime", + "type": "timestamp" + } + } + } + }, + "OldestSampleTime": { + "locationName": "oldestSampleTime", + "type": "timestamp" + }, + "NextToken": { + "locationName": "nextToken" + } + } + } + }, "GetIpamDiscoveredResourceCidrs": { "input": { "type": "structure", @@ -18068,7 +18685,7 @@ "IpamResourceDiscoveryId": {}, "ResourceRegion": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "NextToken": {}, @@ -18106,7 +18723,7 @@ "locationName": "resourceType" }, "ResourceTags": { - "shape": "Sfw", + "shape": "Sg9", "locationName": "resourceTagSet" }, "IpUsage": { @@ -18142,7 +18759,7 @@ "IpamPoolId": {}, "IpamPoolAllocationId": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -18158,7 +18775,7 @@ "locationName": "ipamPoolAllocationSet", "type": "list", "member": { - "shape": "S2g", + "shape": "S2l", "locationName": "item" } }, @@ -18180,7 +18797,7 @@ }, "IpamPoolId": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -18196,7 +18813,7 @@ "locationName": "ipamPoolCidrSet", "type": "list", "member": { - "shape": "Syp", + "shape": "Szf", "locationName": "item" } }, @@ -18217,7 +18834,7 @@ "type": "boolean" }, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -18229,7 +18846,7 @@ "ResourceId": {}, "ResourceType": {}, "ResourceTag": { - "shape": "Sfp" + "shape": "Sg0" }, "ResourceOwner": {} } @@ -18244,7 +18861,7 @@ "locationName": "ipamResourceCidrSet", "type": "list", "member": { - "shape": "S1yq", + "shape": "S20v", "locationName": "item" } } @@ -18268,7 +18885,7 @@ "type": "structure", "members": { "LaunchTemplateData": { - "shape": "Si2", + "shape": "Sij", "locationName": "launchTemplateData" } } @@ -18404,7 +19021,7 @@ "locationName": "findingId" }, "FindingComponents": { - "shape": "S1gs", + "shape": "S1ic", "locationName": "findingComponentSet" } } @@ -18433,7 +19050,7 @@ "type": "structure", "members": { "NetworkInsightsAccessScopeContent": { - "shape": "Skm", + "shape": "Sl6", "locationName": "networkInsightsAccessScopeContent" } } @@ -18509,7 +19126,7 @@ "locationName": "paymentDue" }, "ReservedInstanceValueRollup": { - "shape": "S1ze", + "shape": "S21j", "locationName": "reservedInstanceValueRollup" }, "ReservedInstanceValueSet": { @@ -18520,7 +19137,7 @@ "type": "structure", "members": { "ReservationValue": { - "shape": "S1ze", + "shape": "S21j", "locationName": "reservationValue" }, "ReservedInstanceId": { @@ -18530,7 +19147,7 @@ } }, "TargetConfigurationValueRollup": { - "shape": "S1ze", + "shape": "S21j", "locationName": "targetConfigurationValueRollup" }, "TargetConfigurationValueSet": { @@ -18541,7 +19158,7 @@ "type": "structure", "members": { "ReservationValue": { - "shape": "S1ze", + "shape": "S21j", "locationName": "reservationValue" }, "TargetConfiguration": { @@ -18566,6 +19183,65 @@ } } }, + "GetSecurityGroupsForVpc": { + "input": { + "type": "structure", + "required": [ + "VpcId" + ], + "members": { + "VpcId": {}, + "NextToken": {}, + "MaxResults": { + "type": "integer" + }, + "Filters": { + "shape": "S10d", + "locationName": "Filter" + }, + "DryRun": { + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "members": { + "NextToken": { + "locationName": "nextToken" + }, + "SecurityGroupForVpcs": { + "locationName": "securityGroupForVpcSet", + "type": "list", + "member": { + "locationName": "item", + "type": "structure", + "members": { + "Description": { + "locationName": "description" + }, + "GroupName": { + "locationName": "groupName" + }, + "OwnerId": { + "locationName": "ownerId" + }, + "GroupId": { + "locationName": "groupId" + }, + "Tags": { + "shape": "S6", + "locationName": "tagSet" + }, + "PrimaryVpcId": { + "locationName": "primaryVpcId" + } + } + } + } + } + } + }, "GetSerialConsoleAccessStatus": { "input": { "type": "structure", @@ -18585,6 +19261,24 @@ } } }, + "GetSnapshotBlockPublicAccessState": { + "input": { + "type": "structure", + "members": { + "DryRun": { + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "members": { + "State": { + "locationName": "state" + } + } + } + }, "GetSpotPlacementScores": { "input": { "type": "structure", @@ -18613,15 +19307,15 @@ "type": "structure", "members": { "ArchitectureTypes": { - "shape": "S1xp", + "shape": "S1zi", "locationName": "ArchitectureType" }, "VirtualizationTypes": { - "shape": "S1xq", + "shape": "S1zj", "locationName": "VirtualizationType" }, "InstanceRequirements": { - "shape": "Sck" + "shape": "Scu" } } }, @@ -18671,7 +19365,7 @@ ], "members": { "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "SubnetId": {}, @@ -18688,11 +19382,11 @@ "type": "structure", "members": { "SubnetIpv4CidrReservations": { - "shape": "S1zy", + "shape": "S22a", "locationName": "subnetIpv4CidrReservationSet" }, "SubnetIpv6CidrReservations": { - "shape": "S1zy", + "shape": "S22a", "locationName": "subnetIpv6CidrReservationSet" }, "NextToken": { @@ -18710,7 +19404,7 @@ "members": { "TransitGatewayAttachmentId": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -18756,7 +19450,7 @@ "members": { "TransitGatewayMulticastDomainId": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -18812,7 +19506,7 @@ "members": { "TransitGatewayPolicyTableId": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -18831,7 +19525,7 @@ "locationName": "associations", "type": "list", "member": { - "shape": "S54", + "shape": "S5c", "locationName": "item" } }, @@ -18850,7 +19544,7 @@ "members": { "TransitGatewayPolicyTableId": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -18926,7 +19620,7 @@ "members": { "TransitGatewayRouteTableId": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -18945,7 +19639,7 @@ "locationName": "transitGatewayPrefixListReferenceSet", "type": "list", "member": { - "shape": "Spo", + "shape": "Sq9", "locationName": "item" } }, @@ -18964,7 +19658,7 @@ "members": { "TransitGatewayRouteTableId": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -19016,7 +19710,7 @@ "members": { "TransitGatewayRouteTableId": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -19269,7 +19963,7 @@ "members": { "Architecture": {}, "ClientData": { - "shape": "S21a" + "shape": "S23m" }, "ClientToken": {}, "Description": {}, @@ -19285,10 +19979,10 @@ "Format": {}, "SnapshotId": {}, "Url": { - "shape": "S180" + "shape": "S18v" }, "UserBucket": { - "shape": "S21d" + "shape": "S23p" } } } @@ -19357,7 +20051,7 @@ "locationName": "progress" }, "SnapshotDetails": { - "shape": "S17y", + "shape": "S18t", "locationName": "snapshotDetailSet" }, "Status": { @@ -19367,7 +20061,7 @@ "locationName": "statusMessage" }, "LicenseSpecifications": { - "shape": "S182", + "shape": "S18x", "locationName": "licenseSpecifications" }, "Tags": { @@ -19398,10 +20092,10 @@ "members": { "Description": {}, "Image": { - "shape": "S21k" + "shape": "S23w" }, "Volume": { - "shape": "S21l" + "shape": "S23x" } } } @@ -19421,11 +20115,11 @@ "locationName": "architecture" }, "GroupIds": { - "shape": "Sgl", + "shape": "Sgz", "locationName": "GroupId" }, "GroupNames": { - "shape": "Sh6", + "shape": "Shn", "locationName": "GroupName" }, "InstanceInitiatedShutdownBehavior": { @@ -19439,7 +20133,7 @@ "type": "boolean" }, "Placement": { - "shape": "Sch", + "shape": "Scr", "locationName": "placement" }, "PrivateIpAddress": { @@ -19469,7 +20163,7 @@ "type": "structure", "members": { "ConversionTask": { - "shape": "S12w", + "shape": "S13s", "locationName": "conversionTask" } } @@ -19524,7 +20218,7 @@ "type": "structure", "members": { "ClientData": { - "shape": "S21a" + "shape": "S23m" }, "ClientToken": {}, "Description": {}, @@ -19534,10 +20228,10 @@ "Description": {}, "Format": {}, "Url": { - "shape": "S180" + "shape": "S18v" }, "UserBucket": { - "shape": "S21d" + "shape": "S23p" } } }, @@ -19565,7 +20259,7 @@ "locationName": "importTaskId" }, "SnapshotTaskDetail": { - "shape": "S18a", + "shape": "S195", "locationName": "snapshotTaskDetail" }, "Tags": { @@ -19595,11 +20289,11 @@ "type": "boolean" }, "Image": { - "shape": "S21k", + "shape": "S23w", "locationName": "image" }, "Volume": { - "shape": "S21l", + "shape": "S23x", "locationName": "volume" } } @@ -19608,7 +20302,7 @@ "type": "structure", "members": { "ConversionTask": { - "shape": "S12w", + "shape": "S13s", "locationName": "conversionTask" } } @@ -19619,7 +20313,7 @@ "type": "structure", "members": { "ImageIds": { - "shape": "S17f", + "shape": "S18a", "locationName": "ImageId" }, "NextToken": {}, @@ -19676,7 +20370,7 @@ }, "NextToken": {}, "SnapshotIds": { - "shape": "S1lg", + "shape": "S1h3", "locationName": "SnapshotId" }, "DryRun": { @@ -19720,6 +20414,66 @@ } } }, + "LockSnapshot": { + "input": { + "type": "structure", + "required": [ + "SnapshotId", + "LockMode" + ], + "members": { + "SnapshotId": {}, + "DryRun": { + "type": "boolean" + }, + "LockMode": {}, + "CoolOffPeriod": { + "type": "integer" + }, + "LockDuration": { + "type": "integer" + }, + "ExpirationDate": { + "type": "timestamp" + } + } + }, + "output": { + "type": "structure", + "members": { + "SnapshotId": { + "locationName": "snapshotId" + }, + "LockState": { + "locationName": "lockState" + }, + "LockDuration": { + "locationName": "lockDuration", + "type": "integer" + }, + "CoolOffPeriod": { + "locationName": "coolOffPeriod", + "type": "integer" + }, + "CoolOffPeriodExpiresOn": { + "locationName": "coolOffPeriodExpiresOn", + "type": "timestamp" + }, + "LockCreatedOn": { + "locationName": "lockCreatedOn", + "type": "timestamp" + }, + "LockExpiresOn": { + "locationName": "lockExpiresOn", + "type": "timestamp" + }, + "LockDurationStartTime": { + "locationName": "lockDurationStartTime", + "type": "timestamp" + } + } + } + }, "ModifyAddressAttribute": { "input": { "type": "structure", @@ -19738,7 +20492,7 @@ "type": "structure", "members": { "Address": { - "shape": "S100", + "shape": "S10q", "locationName": "address" } } @@ -19845,7 +20599,7 @@ "ClientVpnEndpointId": {}, "ServerCertificateArn": {}, "ConnectionLogOptions": { - "shape": "Sag" + "shape": "Saq" }, "DnsServers": { "type": "structure", @@ -19869,19 +20623,19 @@ "type": "boolean" }, "SecurityGroupIds": { - "shape": "S2m", + "shape": "S2r", "locationName": "SecurityGroupId" }, "VpcId": {}, "SelfServicePortal": {}, "ClientConnectOptions": { - "shape": "Saj" + "shape": "Sat" }, "SessionTimeoutHours": { "type": "integer" }, "ClientLoginBannerOptions": { - "shape": "Sak" + "shape": "Sau" } } }, @@ -19914,7 +20668,7 @@ "type": "structure", "members": { "InstanceFamilyCreditSpecification": { - "shape": "S1x1", + "shape": "S1yu", "locationName": "instanceFamilyCreditSpecification" } } @@ -19954,12 +20708,12 @@ }, "ExcessCapacityTerminationPolicy": {}, "LaunchTemplateConfigs": { - "shape": "Sca", + "shape": "Sck", "locationName": "LaunchTemplateConfig" }, "FleetId": {}, "TargetCapacitySpecification": { - "shape": "Sdd" + "shape": "Sdn" }, "Context": {} } @@ -19988,25 +20742,25 @@ "Attribute": {}, "OperationType": {}, "UserIds": { - "shape": "S22q", + "shape": "S257", "locationName": "UserId" }, "UserGroups": { - "shape": "S22r", + "shape": "S258", "locationName": "UserGroup" }, "ProductCodes": { - "shape": "S22s", + "shape": "S259", "locationName": "ProductCode" }, "LoadPermission": { "type": "structure", "members": { "Add": { - "shape": "S22u" + "shape": "S25b" }, "Remove": { - "shape": "S22u" + "shape": "S25b" } } }, @@ -20018,7 +20772,7 @@ "type": "structure", "members": { "FpgaImageAttribute": { - "shape": "S15n", + "shape": "S16j", "locationName": "fpgaImageAttribute" } } @@ -20035,7 +20789,7 @@ "locationName": "autoPlacement" }, "HostIds": { - "shape": "S16l", + "shape": "S17g", "locationName": "hostId" }, "HostRecovery": {}, @@ -20048,11 +20802,11 @@ "type": "structure", "members": { "Successful": { - "shape": "S2b", + "shape": "S2f", "locationName": "successful" }, "Unsuccessful": { - "shape": "S22z", + "shape": "S25g", "locationName": "unsuccessful" } } @@ -20104,31 +20858,31 @@ "members": { "Attribute": {}, "Description": { - "shape": "Sbr" + "shape": "Sc1" }, "ImageId": {}, "LaunchPermission": { "type": "structure", "members": { "Add": { - "shape": "S17b" + "shape": "S186" }, "Remove": { - "shape": "S17b" + "shape": "S186" } } }, "OperationType": {}, "ProductCodes": { - "shape": "S22s", + "shape": "S259", "locationName": "ProductCode" }, "UserGroups": { - "shape": "S22r", + "shape": "S258", "locationName": "UserGroup" }, "UserIds": { - "shape": "S22q", + "shape": "S257", "locationName": "UserId" }, "Value": {}, @@ -20151,7 +20905,7 @@ } }, "ImdsSupport": { - "shape": "Sbr" + "shape": "Sc1" } } } @@ -20164,7 +20918,7 @@ ], "members": { "SourceDestCheck": { - "shape": "S18h" + "shape": "S19c" }, "Attribute": { "locationName": "attribute" @@ -20202,7 +20956,7 @@ } }, "DisableApiTermination": { - "shape": "S18h", + "shape": "S19c", "locationName": "disableApiTermination" }, "DryRun": { @@ -20210,38 +20964,38 @@ "type": "boolean" }, "EbsOptimized": { - "shape": "S18h", + "shape": "S19c", "locationName": "ebsOptimized" }, "EnaSupport": { - "shape": "S18h", + "shape": "S19c", "locationName": "enaSupport" }, "Groups": { - "shape": "S5o", + "shape": "S5v", "locationName": "GroupId" }, "InstanceId": { "locationName": "instanceId" }, "InstanceInitiatedShutdownBehavior": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "instanceInitiatedShutdownBehavior" }, "InstanceType": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "instanceType" }, "Kernel": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "kernel" }, "Ramdisk": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "ramdisk" }, "SriovNetSupport": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "sriovNetSupport" }, "UserData": { @@ -20258,7 +21012,7 @@ "locationName": "value" }, "DisableApiStop": { - "shape": "S18h" + "shape": "S19c" } } } @@ -20273,7 +21027,7 @@ "members": { "InstanceId": {}, "CapacityReservationSpecification": { - "shape": "S23c" + "shape": "S25t" }, "DryRun": { "type": "boolean" @@ -20385,7 +21139,7 @@ "type": "structure", "members": { "Event": { - "shape": "S194", + "shape": "S19z", "locationName": "event" } } @@ -20404,7 +21158,7 @@ "Name": {}, "InstanceEventWindowId": {}, "TimeRanges": { - "shape": "Sew", + "shape": "Sf6", "locationName": "TimeRange" }, "CronExpression": {} @@ -20414,7 +21168,7 @@ "type": "structure", "members": { "InstanceEventWindow": { - "shape": "S42", + "shape": "S47", "locationName": "instanceEventWindow" } } @@ -20473,7 +21227,7 @@ "locationName": "instanceId" }, "InstanceMetadataOptions": { - "shape": "S1df", + "shape": "S1em", "locationName": "instanceMetadataOptions" } } @@ -20529,20 +21283,21 @@ "IpamId": {}, "Description": {}, "AddOperatingRegions": { - "shape": "Sfd", + "shape": "Sfn", "locationName": "AddOperatingRegion" }, "RemoveOperatingRegions": { - "shape": "S241", + "shape": "S26i", "locationName": "RemoveOperatingRegion" - } + }, + "Tier": {} } }, "output": { "type": "structure", "members": { "Ipam": { - "shape": "Sfg", + "shape": "Sfr", "locationName": "ipam" } } @@ -20576,11 +21331,11 @@ "type": "boolean" }, "AddAllocationResourceTags": { - "shape": "Sfo", + "shape": "Sfz", "locationName": "AddAllocationResourceTag" }, "RemoveAllocationResourceTags": { - "shape": "Sfo", + "shape": "Sfz", "locationName": "RemoveAllocationResourceTag" } } @@ -20589,7 +21344,7 @@ "type": "structure", "members": { "IpamPool": { - "shape": "Sft", + "shape": "Sg6", "locationName": "ipamPool" } } @@ -20623,7 +21378,7 @@ "type": "structure", "members": { "IpamResourceCidr": { - "shape": "S1yq", + "shape": "S20v", "locationName": "ipamResourceCidr" } } @@ -20642,11 +21397,11 @@ "IpamResourceDiscoveryId": {}, "Description": {}, "AddOperatingRegions": { - "shape": "Sfd", + "shape": "Sfn", "locationName": "AddOperatingRegion" }, "RemoveOperatingRegions": { - "shape": "S241", + "shape": "S26i", "locationName": "RemoveOperatingRegion" } } @@ -20655,7 +21410,7 @@ "type": "structure", "members": { "IpamResourceDiscovery": { - "shape": "Sg0", + "shape": "Sge", "locationName": "ipamResourceDiscovery" } } @@ -20679,7 +21434,7 @@ "type": "structure", "members": { "IpamScope": { - "shape": "Sg4", + "shape": "Sgi", "locationName": "ipamScope" } } @@ -20704,7 +21459,7 @@ "type": "structure", "members": { "LaunchTemplate": { - "shape": "Shv", + "shape": "Sic", "locationName": "launchTemplate" } } @@ -20731,7 +21486,7 @@ "type": "structure", "members": { "Route": { - "shape": "Sj4", + "shape": "Sjo", "locationName": "route" } } @@ -20753,7 +21508,7 @@ }, "PrefixListName": {}, "AddEntries": { - "shape": "Sjm", + "shape": "Sk6", "locationName": "AddEntry" }, "RemoveEntries": { @@ -20778,7 +21533,7 @@ "type": "structure", "members": { "PrefixList": { - "shape": "Sjp", + "shape": "Sk9", "locationName": "prefixList" } } @@ -20805,7 +21560,7 @@ } }, "Description": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "description" }, "DryRun": { @@ -20813,21 +21568,24 @@ "type": "boolean" }, "Groups": { - "shape": "Sgl", + "shape": "Sgz", "locationName": "SecurityGroupId" }, "NetworkInterfaceId": { "locationName": "networkInterfaceId" }, "SourceDestCheck": { - "shape": "S18h", + "shape": "S19c", "locationName": "sourceDestCheck" }, "EnaSrdSpecification": { - "shape": "S5t" + "shape": "S60" }, "EnablePrimaryIpv6": { "type": "boolean" + }, + "ConnectionTrackingSpecification": { + "shape": "Sha" } } } @@ -20871,7 +21629,7 @@ ], "members": { "ReservedInstancesIds": { - "shape": "S1j6", + "shape": "S1kq", "locationName": "ReservedInstancesId" }, "ClientToken": { @@ -20881,7 +21639,7 @@ "locationName": "ReservedInstancesConfigurationSetItemType", "type": "list", "member": { - "shape": "S1js", + "shape": "S1lc", "locationName": "item" } } @@ -20963,21 +21721,21 @@ "type": "structure", "members": { "Add": { - "shape": "S1l6" + "shape": "S1mq" }, "Remove": { - "shape": "S1l6" + "shape": "S1mq" } } }, "GroupNames": { - "shape": "S1ky", + "shape": "S1mi", "locationName": "UserGroup" }, "OperationType": {}, "SnapshotId": {}, "UserIds": { - "shape": "S22q", + "shape": "S257", "locationName": "UserId" }, "DryRun": { @@ -21025,7 +21783,7 @@ "locationName": "excessCapacityTerminationPolicy" }, "LaunchTemplateConfigs": { - "shape": "S1me", + "shape": "S1nx", "locationName": "LaunchTemplateConfig" }, "SpotFleetRequestId": { @@ -21059,33 +21817,33 @@ ], "members": { "AssignIpv6AddressOnCreation": { - "shape": "S18h" + "shape": "S19c" }, "MapPublicIpOnLaunch": { - "shape": "S18h" + "shape": "S19c" }, "SubnetId": { "locationName": "subnetId" }, "MapCustomerOwnedIpOnLaunch": { - "shape": "S18h" + "shape": "S19c" }, "CustomerOwnedIpv4Pool": {}, "EnableDns64": { - "shape": "S18h" + "shape": "S19c" }, "PrivateDnsHostnameTypeOnLaunch": {}, "EnableResourceNameDnsARecordOnLaunch": { - "shape": "S18h" + "shape": "S19c" }, "EnableResourceNameDnsAAAARecordOnLaunch": { - "shape": "S18h" + "shape": "S19c" }, "EnableLniAtDeviceIndex": { "type": "integer" }, "DisableLniAtDeviceIndex": { - "shape": "S18h" + "shape": "S19c" } } } @@ -21099,11 +21857,11 @@ "members": { "TrafficMirrorFilterId": {}, "AddNetworkServices": { - "shape": "Sny", + "shape": "Soj", "locationName": "AddNetworkService" }, "RemoveNetworkServices": { - "shape": "Sny", + "shape": "Soj", "locationName": "RemoveNetworkService" }, "DryRun": { @@ -21115,7 +21873,7 @@ "type": "structure", "members": { "TrafficMirrorFilter": { - "shape": "Sns", + "shape": "Sod", "locationName": "trafficMirrorFilter" } } @@ -21135,10 +21893,10 @@ }, "RuleAction": {}, "DestinationPortRange": { - "shape": "So2" + "shape": "Son" }, "SourcePortRange": { - "shape": "So2" + "shape": "Son" }, "Protocol": { "type": "integer" @@ -21160,7 +21918,7 @@ "type": "structure", "members": { "TrafficMirrorFilterRule": { - "shape": "Snu", + "shape": "Sof", "locationName": "trafficMirrorFilterRule" } } @@ -21200,7 +21958,7 @@ "type": "structure", "members": { "TrafficMirrorSession": { - "shape": "So7", + "shape": "Sos", "locationName": "trafficMirrorSession" } } @@ -21219,13 +21977,14 @@ "type": "structure", "members": { "AddTransitGatewayCidrBlocks": { - "shape": "Soj" + "shape": "Sp4" }, "RemoveTransitGatewayCidrBlocks": { - "shape": "Soj" + "shape": "Sp4" }, "VpnEcmpSupport": {}, "DnsSupport": {}, + "SecurityGroupReferencingSupport": {}, "AutoAcceptSharedAttachments": {}, "DefaultRouteTableAssociation": {}, "AssociationDefaultRouteTableId": {}, @@ -21245,7 +22004,7 @@ "type": "structure", "members": { "TransitGateway": { - "shape": "Sol", + "shape": "Sp6", "locationName": "transitGateway" } } @@ -21274,7 +22033,7 @@ "type": "structure", "members": { "TransitGatewayPrefixListReference": { - "shape": "Spo", + "shape": "Sq9", "locationName": "transitGatewayPrefixListReference" } } @@ -21289,15 +22048,16 @@ "members": { "TransitGatewayAttachmentId": {}, "AddSubnetIds": { - "shape": "S4z" + "shape": "S57" }, "RemoveSubnetIds": { - "shape": "S4z" + "shape": "S57" }, "Options": { "type": "structure", "members": { "DnsSupport": {}, + "SecurityGroupReferencingSupport": {}, "Ipv6Support": {}, "ApplianceModeSupport": {} } @@ -21364,7 +22124,7 @@ "type": "structure", "members": { "VerifiedAccessEndpoint": { - "shape": "Sqo", + "shape": "Sra", "locationName": "verifiedAccessEndpoint" } } @@ -21374,8 +22134,7 @@ "input": { "type": "structure", "required": [ - "VerifiedAccessEndpointId", - "PolicyEnabled" + "VerifiedAccessEndpointId" ], "members": { "VerifiedAccessEndpointId": {}, @@ -21388,6 +22147,9 @@ }, "DryRun": { "type": "boolean" + }, + "SseSpecification": { + "shape": "Sr8" } } }, @@ -21400,6 +22162,10 @@ }, "PolicyDocument": { "locationName": "policyDocument" + }, + "SseSpecification": { + "shape": "S6e", + "locationName": "sseSpecification" } } } @@ -21426,7 +22192,7 @@ "type": "structure", "members": { "VerifiedAccessGroup": { - "shape": "Sqw", + "shape": "Sri", "locationName": "verifiedAccessGroup" } } @@ -21436,8 +22202,7 @@ "input": { "type": "structure", "required": [ - "VerifiedAccessGroupId", - "PolicyEnabled" + "VerifiedAccessGroupId" ], "members": { "VerifiedAccessGroupId": {}, @@ -21450,6 +22215,9 @@ }, "DryRun": { "type": "boolean" + }, + "SseSpecification": { + "shape": "Sr8" } } }, @@ -21462,6 +22230,10 @@ }, "PolicyDocument": { "locationName": "policyDocument" + }, + "SseSpecification": { + "shape": "S6e", + "locationName": "sseSpecification" } } } @@ -21487,7 +22259,7 @@ "type": "structure", "members": { "VerifiedAccessInstance": { - "shape": "S67", + "shape": "S6g", "locationName": "verifiedAccessInstance" } } @@ -21561,7 +22333,7 @@ "type": "structure", "members": { "LoggingConfiguration": { - "shape": "S1pu", + "shape": "S1rd", "locationName": "loggingConfiguration" } } @@ -21584,17 +22356,26 @@ "UserInfoEndpoint": {}, "ClientId": {}, "ClientSecret": { - "shape": "S65" + "shape": "S6c" }, "Scope": {} } }, + "DeviceOptions": { + "type": "structure", + "members": { + "PublicSigningKeyUrl": {} + } + }, "Description": {}, "DryRun": { "type": "boolean" }, "ClientToken": { "idempotencyToken": true + }, + "SseSpecification": { + "shape": "Sr8" } } }, @@ -21602,7 +22383,7 @@ "type": "structure", "members": { "VerifiedAccessTrustProvider": { - "shape": "S60", + "shape": "S67", "locationName": "verifiedAccessTrustProvider" } } @@ -21638,7 +22419,7 @@ "type": "structure", "members": { "VolumeModification": { - "shape": "S1qy", + "shape": "S1sh", "locationName": "volumeModification" } } @@ -21652,7 +22433,7 @@ ], "members": { "AutoEnableIO": { - "shape": "S18h" + "shape": "S19c" }, "VolumeId": {}, "DryRun": { @@ -21670,16 +22451,16 @@ ], "members": { "EnableDnsHostnames": { - "shape": "S18h" + "shape": "S19c" }, "EnableDnsSupport": { - "shape": "S18h" + "shape": "S19c" }, "VpcId": { "locationName": "vpcId" }, "EnableNetworkAddressUsageMetrics": { - "shape": "S18h" + "shape": "S19c" } } } @@ -21700,38 +22481,38 @@ }, "PolicyDocument": {}, "AddRouteTableIds": { - "shape": "Srb", + "shape": "Srx", "locationName": "AddRouteTableId" }, "RemoveRouteTableIds": { - "shape": "Srb", + "shape": "Srx", "locationName": "RemoveRouteTableId" }, "AddSubnetIds": { - "shape": "Src", + "shape": "Sry", "locationName": "AddSubnetId" }, "RemoveSubnetIds": { - "shape": "Src", + "shape": "Sry", "locationName": "RemoveSubnetId" }, "AddSecurityGroupIds": { - "shape": "Srd", + "shape": "Srz", "locationName": "AddSecurityGroupId" }, "RemoveSecurityGroupIds": { - "shape": "Srd", + "shape": "Srz", "locationName": "RemoveSecurityGroupId" }, "IpAddressType": {}, "DnsOptions": { - "shape": "Srf" + "shape": "Ss1" }, "PrivateDnsEnabled": { "type": "boolean" }, "SubnetConfigurations": { - "shape": "Srh", + "shape": "Ss3", "locationName": "SubnetConfiguration" } } @@ -21911,13 +22692,13 @@ ], "members": { "AccepterPeeringConnectionOptions": { - "shape": "S26p" + "shape": "S297" }, "DryRun": { "type": "boolean" }, "RequesterPeeringConnectionOptions": { - "shape": "S26p" + "shape": "S297" }, "VpcPeeringConnectionId": {} } @@ -21926,11 +22707,11 @@ "type": "structure", "members": { "AccepterPeeringConnectionOptions": { - "shape": "S26r", + "shape": "S299", "locationName": "accepterPeeringConnectionOptions" }, "RequesterPeeringConnectionOptions": { - "shape": "S26r", + "shape": "S299", "locationName": "requesterPeeringConnectionOptions" } } @@ -21981,7 +22762,7 @@ "type": "structure", "members": { "VpnConnection": { - "shape": "St0", + "shape": "Stm", "locationName": "vpnConnection" } } @@ -22008,7 +22789,7 @@ "type": "structure", "members": { "VpnConnection": { - "shape": "St0", + "shape": "Stm", "locationName": "vpnConnection" } } @@ -22033,7 +22814,7 @@ "type": "structure", "members": { "VpnConnection": { - "shape": "St0", + "shape": "Stm", "locationName": "vpnConnection" } } @@ -22056,7 +22837,7 @@ "TunnelInsideCidr": {}, "TunnelInsideIpv6Cidr": {}, "PreSharedKey": { - "shape": "Ssh" + "shape": "St3" }, "Phase1LifetimeSeconds": { "type": "integer" @@ -22078,36 +22859,36 @@ }, "DPDTimeoutAction": {}, "Phase1EncryptionAlgorithms": { - "shape": "Ssi", + "shape": "St4", "locationName": "Phase1EncryptionAlgorithm" }, "Phase2EncryptionAlgorithms": { - "shape": "Ssk", + "shape": "St6", "locationName": "Phase2EncryptionAlgorithm" }, "Phase1IntegrityAlgorithms": { - "shape": "Ssm", + "shape": "St8", "locationName": "Phase1IntegrityAlgorithm" }, "Phase2IntegrityAlgorithms": { - "shape": "Sso", + "shape": "Sta", "locationName": "Phase2IntegrityAlgorithm" }, "Phase1DHGroupNumbers": { - "shape": "Ssq", + "shape": "Stc", "locationName": "Phase1DHGroupNumber" }, "Phase2DHGroupNumbers": { - "shape": "Sss", + "shape": "Ste", "locationName": "Phase2DHGroupNumber" }, "IKEVersions": { - "shape": "Ssu", + "shape": "Stg", "locationName": "IKEVersion" }, "StartupAction": {}, "LogOptions": { - "shape": "Ssw" + "shape": "Sti" }, "EnableTunnelLifecycleControl": { "type": "boolean" @@ -22127,7 +22908,7 @@ "type": "structure", "members": { "VpnConnection": { - "shape": "St0", + "shape": "Stm", "locationName": "vpnConnection" } } @@ -22141,7 +22922,7 @@ ], "members": { "InstanceIds": { - "shape": "S11c", + "shape": "S128", "locationName": "InstanceId" }, "DryRun": { @@ -22154,7 +22935,7 @@ "type": "structure", "members": { "InstanceMonitorings": { - "shape": "S276", + "shape": "S29o", "locationName": "instancesSet" } } @@ -22209,7 +22990,7 @@ "type": "structure", "members": { "ByoipCidr": { - "shape": "S1x", + "shape": "S1y", "locationName": "byoipCidr" } } @@ -22254,12 +23035,49 @@ "type": "structure", "members": { "ByoipCidr": { - "shape": "S1x", + "shape": "S1y", "locationName": "byoipCidr" } } } }, + "ProvisionIpamByoasn": { + "input": { + "type": "structure", + "required": [ + "IpamId", + "Asn", + "AsnAuthorizationContext" + ], + "members": { + "DryRun": { + "type": "boolean" + }, + "IpamId": {}, + "Asn": {}, + "AsnAuthorizationContext": { + "type": "structure", + "required": [ + "Message", + "Signature" + ], + "members": { + "Message": {}, + "Signature": {} + } + } + } + }, + "output": { + "type": "structure", + "members": { + "Byoasn": { + "shape": "Szb", + "locationName": "byoasn" + } + } + } + }, "ProvisionIpamPoolCidr": { "input": { "type": "structure", @@ -22291,7 +23109,7 @@ "type": "structure", "members": { "IpamPoolCidr": { - "shape": "Syp", + "shape": "Szf", "locationName": "ipamPoolCidr" } } @@ -22323,12 +23141,41 @@ "locationName": "poolId" }, "PoolAddressRange": { - "shape": "S1it", + "shape": "S1kd", "locationName": "poolAddressRange" } } } }, + "PurchaseCapacityBlock": { + "input": { + "type": "structure", + "required": [ + "CapacityBlockOfferingId", + "InstancePlatform" + ], + "members": { + "DryRun": { + "type": "boolean" + }, + "TagSpecifications": { + "shape": "S3", + "locationName": "TagSpecification" + }, + "CapacityBlockOfferingId": {}, + "InstancePlatform": {} + } + }, + "output": { + "type": "structure", + "members": { + "CapacityReservation": { + "shape": "S9x", + "locationName": "capacityReservation" + } + } + } + }, "PurchaseHostReservation": { "input": { "type": "structure", @@ -22340,7 +23187,7 @@ "ClientToken": {}, "CurrencyCode": {}, "HostIdSet": { - "shape": "S1xi" + "shape": "S1zb" }, "LimitPrice": {}, "OfferingId": {}, @@ -22360,7 +23207,7 @@ "locationName": "currencyCode" }, "Purchase": { - "shape": "S1xk", + "shape": "S1zd", "locationName": "purchase" }, "TotalHourlyPrice": { @@ -22455,7 +23302,7 @@ "locationName": "scheduledInstanceSet", "type": "list", "member": { - "shape": "S1kn", + "shape": "S1m7", "locationName": "item" } } @@ -22470,7 +23317,7 @@ ], "members": { "InstanceIds": { - "shape": "S11c", + "shape": "S128", "locationName": "InstanceId" }, "DryRun": { @@ -22492,7 +23339,7 @@ "locationName": "architecture" }, "BlockDeviceMappings": { - "shape": "Seh", + "shape": "Ser", "locationName": "BlockDeviceMapping" }, "Description": { @@ -22563,7 +23410,7 @@ "type": "boolean" }, "InstanceTagKeys": { - "shape": "Sz0", + "shape": "Szq", "locationName": "InstanceTagKey" } } @@ -22574,7 +23421,7 @@ "type": "structure", "members": { "InstanceTagAttribute": { - "shape": "Sz2", + "shape": "Szs", "locationName": "instanceTagAttribute" } } @@ -22591,7 +23438,7 @@ "TransitGatewayMulticastDomainId": {}, "GroupIpAddress": {}, "NetworkInterfaceIds": { - "shape": "Sz4" + "shape": "Szu" }, "DryRun": { "type": "boolean" @@ -22631,7 +23478,7 @@ "TransitGatewayMulticastDomainId": {}, "GroupIpAddress": {}, "NetworkInterfaceIds": { - "shape": "Sz4" + "shape": "Szu" }, "DryRun": { "type": "boolean" @@ -22743,7 +23590,7 @@ }, "ServiceId": {}, "VpcEndpointIds": { - "shape": "S1d", + "shape": "S1e", "locationName": "VpcEndpointId" } } @@ -22752,7 +23599,7 @@ "type": "structure", "members": { "Unsuccessful": { - "shape": "S1g", + "shape": "S1h", "locationName": "unsuccessful" } } @@ -22806,7 +23653,7 @@ ], "members": { "HostIds": { - "shape": "S16l", + "shape": "S17g", "locationName": "hostId" } } @@ -22815,11 +23662,11 @@ "type": "structure", "members": { "Successful": { - "shape": "S2b", + "shape": "S2f", "locationName": "successful" }, "Unsuccessful": { - "shape": "S22z", + "shape": "S25g", "locationName": "unsuccessful" } } @@ -22861,7 +23708,7 @@ ], "members": { "IamInstanceProfile": { - "shape": "S3q" + "shape": "S3v" }, "AssociationId": {} } @@ -22870,7 +23717,7 @@ "type": "structure", "members": { "IamInstanceProfileAssociation": { - "shape": "S3s", + "shape": "S3x", "locationName": "iamInstanceProfileAssociation" } } @@ -22928,7 +23775,7 @@ "type": "boolean" }, "IcmpTypeCode": { - "shape": "Sk4", + "shape": "Sko", "locationName": "Icmp" }, "Ipv6CidrBlock": { @@ -22938,7 +23785,7 @@ "locationName": "networkAclId" }, "PortRange": { - "shape": "Sk5", + "shape": "Skp", "locationName": "portRange" }, "Protocol": { @@ -23031,7 +23878,7 @@ "locationName": "newAssociationId" }, "AssociationState": { - "shape": "S4q", + "shape": "S4x", "locationName": "associationState" } } @@ -23060,7 +23907,7 @@ "type": "structure", "members": { "Route": { - "shape": "Spt", + "shape": "Sqe", "locationName": "route" } } @@ -23115,7 +23962,7 @@ "type": "timestamp" }, "Instances": { - "shape": "S11c", + "shape": "S128", "locationName": "instanceId" }, "ReasonCodes": { @@ -23147,7 +23994,7 @@ "type": "boolean" }, "SpotFleetRequestConfig": { - "shape": "S1lz", + "shape": "S1ni", "locationName": "spotFleetRequestConfig" } } @@ -23207,7 +24054,7 @@ "locationName": "addressingType" }, "BlockDeviceMappings": { - "shape": "S17a", + "shape": "S185", "locationName": "blockDeviceMapping" }, "EbsOptimized": { @@ -23215,7 +24062,7 @@ "type": "boolean" }, "IamInstanceProfile": { - "shape": "S3q", + "shape": "S3v", "locationName": "iamInstanceProfile" }, "ImageId": { @@ -23231,15 +24078,15 @@ "locationName": "keyName" }, "Monitoring": { - "shape": "S1mu", + "shape": "S1od", "locationName": "monitoring" }, "NetworkInterfaces": { - "shape": "S1m9", + "shape": "S1ns", "locationName": "NetworkInterface" }, "Placement": { - "shape": "S1mb", + "shape": "S1nu", "locationName": "placement" }, "RamdiskId": { @@ -23249,7 +24096,7 @@ "locationName": "subnetId" }, "UserData": { - "shape": "Sga", + "shape": "Sgo", "locationName": "userData" } } @@ -23279,7 +24126,7 @@ "type": "structure", "members": { "SpotInstanceRequests": { - "shape": "S1mr", + "shape": "S1oa", "locationName": "spotInstanceRequestSet" } } @@ -23304,7 +24151,7 @@ "type": "structure", "members": { "Address": { - "shape": "S100", + "shape": "S10q", "locationName": "address" } } @@ -23503,7 +24350,7 @@ "type": "structure", "members": { "PrefixList": { - "shape": "Sjp", + "shape": "Sk9", "locationName": "prefixList" } } @@ -23627,7 +24474,7 @@ "type": "structure", "members": { "Status": { - "shape": "S6l", + "shape": "S6u", "locationName": "status" } } @@ -23648,11 +24495,11 @@ "locationName": "groupId" }, "IpPermissions": { - "shape": "S6o", + "shape": "S6x", "locationName": "ipPermissions" }, "SecurityGroupRuleIds": { - "shape": "S1ku", + "shape": "S1me", "locationName": "SecurityGroupRuleId" }, "CidrIp": { @@ -23685,7 +24532,7 @@ "type": "boolean" }, "UnknownIpPermissions": { - "shape": "S6o", + "shape": "S6x", "locationName": "unknownIpPermissionSet" } } @@ -23702,7 +24549,7 @@ "GroupId": {}, "GroupName": {}, "IpPermissions": { - "shape": "S6o" + "shape": "S6x" }, "IpProtocol": {}, "SourceSecurityGroupName": {}, @@ -23715,7 +24562,7 @@ "type": "boolean" }, "SecurityGroupRuleIds": { - "shape": "S1ku", + "shape": "S1me", "locationName": "SecurityGroupRuleId" } } @@ -23728,7 +24575,7 @@ "type": "boolean" }, "UnknownIpPermissions": { - "shape": "S6o", + "shape": "S6x", "locationName": "unknownIpPermissionSet" } } @@ -23743,7 +24590,7 @@ ], "members": { "BlockDeviceMappings": { - "shape": "Seh", + "shape": "Ser", "locationName": "BlockDeviceMapping" }, "ImageId": {}, @@ -23752,7 +24599,7 @@ "type": "integer" }, "Ipv6Addresses": { - "shape": "Si9", + "shape": "Siq", "locationName": "Ipv6Address" }, "KernelId": {}, @@ -23764,18 +24611,18 @@ "type": "integer" }, "Monitoring": { - "shape": "S1mu" + "shape": "S1od" }, "Placement": { - "shape": "Sch" + "shape": "Scr" }, "RamdiskId": {}, "SecurityGroupIds": { - "shape": "Sgl", + "shape": "Sgz", "locationName": "SecurityGroupId" }, "SecurityGroups": { - "shape": "Sh6", + "shape": "Shn", "locationName": "SecurityGroup" }, "SubnetId": {}, @@ -23803,14 +24650,14 @@ "type": "boolean" }, "IamInstanceProfile": { - "shape": "S3q", + "shape": "S3v", "locationName": "iamInstanceProfile" }, "InstanceInitiatedShutdownBehavior": { "locationName": "instanceInitiatedShutdownBehavior" }, "NetworkInterfaces": { - "shape": "S1m9", + "shape": "S1ns", "locationName": "networkInterface" }, "PrivateIpAddress": { @@ -23819,7 +24666,7 @@ "ElasticGpuSpecification": { "type": "list", "member": { - "shape": "Sh2", + "shape": "Shj", "locationName": "item" } }, @@ -23873,7 +24720,7 @@ } }, "CreditSpecification": { - "shape": "Shc" + "shape": "Sht" }, "CpuOptions": { "type": "structure", @@ -23888,7 +24735,7 @@ } }, "CapacityReservationSpecification": { - "shape": "S23c" + "shape": "S25t" }, "HibernationOptions": { "type": "structure", @@ -23956,7 +24803,7 @@ } }, "output": { - "shape": "S1cq" + "shape": "S1du" } }, "RunScheduledInstances": { @@ -24054,7 +24901,7 @@ "type": "integer" }, "Groups": { - "shape": "S2av", + "shape": "S2di", "locationName": "Group" }, "Ipv6AddressCount": { @@ -24103,7 +24950,7 @@ }, "RamdiskId": {}, "SecurityGroupIds": { - "shape": "S2av", + "shape": "S2di", "locationName": "SecurityGroupId" }, "SubnetId": {}, @@ -24136,7 +24983,7 @@ "members": { "LocalGatewayRouteTableId": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -24155,7 +25002,7 @@ "locationName": "routeSet", "type": "list", "member": { - "shape": "Sj4", + "shape": "Sjo", "locationName": "item" } }, @@ -24174,7 +25021,7 @@ "members": { "TransitGatewayMulticastDomainId": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -24250,7 +25097,7 @@ "members": { "TransitGatewayRouteTableId": {}, "Filters": { - "shape": "Szn", + "shape": "S10d", "locationName": "Filter" }, "MaxResults": { @@ -24268,7 +25115,7 @@ "locationName": "routeSet", "type": "list", "member": { - "shape": "Spt", + "shape": "Sqe", "locationName": "item" } }, @@ -24301,7 +25148,7 @@ ], "members": { "InstanceIds": { - "shape": "S11c", + "shape": "S128", "locationName": "InstanceId" }, "AdditionalInfo": { @@ -24317,7 +25164,7 @@ "type": "structure", "members": { "StartingInstances": { - "shape": "S2bj", + "shape": "S2e6", "locationName": "instancesSet" } } @@ -24348,7 +25195,7 @@ "type": "structure", "members": { "NetworkInsightsAccessScopeAnalysis": { - "shape": "S1gf", + "shape": "S1hz", "locationName": "networkInsightsAccessScopeAnalysis" } } @@ -24368,7 +25215,7 @@ "locationName": "AdditionalAccount" }, "FilterInArns": { - "shape": "S1gr", + "shape": "S1ib", "locationName": "FilterInArn" }, "DryRun": { @@ -24387,7 +25234,7 @@ "type": "structure", "members": { "NetworkInsightsAnalysis": { - "shape": "S1gq", + "shape": "S1ia", "locationName": "networkInsightsAnalysis" } } @@ -24424,7 +25271,7 @@ ], "members": { "InstanceIds": { - "shape": "S11c", + "shape": "S128", "locationName": "InstanceId" }, "Hibernate": { @@ -24444,7 +25291,7 @@ "type": "structure", "members": { "StoppingInstances": { - "shape": "S2bj", + "shape": "S2e6", "locationName": "instancesSet" } } @@ -24485,11 +25332,11 @@ "locationName": "connectionId" }, "PreviousStatus": { - "shape": "S11r", + "shape": "S12n", "locationName": "previousStatus" }, "CurrentStatus": { - "shape": "S11r", + "shape": "S12n", "locationName": "currentStatus" } } @@ -24506,7 +25353,7 @@ ], "members": { "InstanceIds": { - "shape": "S11c", + "shape": "S128", "locationName": "InstanceId" }, "DryRun": { @@ -24519,7 +25366,7 @@ "type": "structure", "members": { "TerminatingInstances": { - "shape": "S2bj", + "shape": "S2e6", "locationName": "instancesSet" } } @@ -24533,11 +25380,11 @@ ], "members": { "Ipv6Addresses": { - "shape": "S2q", + "shape": "S2v", "locationName": "ipv6Addresses" }, "Ipv6Prefixes": { - "shape": "S2r", + "shape": "S2w", "locationName": "Ipv6Prefix" }, "NetworkInterfaceId": { @@ -24552,11 +25399,11 @@ "locationName": "networkInterfaceId" }, "UnassignedIpv6Addresses": { - "shape": "S2q", + "shape": "S2v", "locationName": "unassignedIpv6Addresses" }, "UnassignedIpv6Prefixes": { - "shape": "S2r", + "shape": "S2w", "locationName": "unassignedIpv6PrefixSet" } } @@ -24573,11 +25420,11 @@ "locationName": "networkInterfaceId" }, "PrivateIpAddresses": { - "shape": "S2v", + "shape": "S30", "locationName": "privateIpAddress" }, "Ipv4Prefixes": { - "shape": "S2r", + "shape": "S2w", "locationName": "Ipv4Prefix" } } @@ -24593,7 +25440,7 @@ "members": { "NatGatewayId": {}, "PrivateIpAddresses": { - "shape": "S33", + "shape": "S38", "locationName": "PrivateIpAddress" }, "MaxDrainDurationSeconds": { @@ -24611,12 +25458,34 @@ "locationName": "natGatewayId" }, "NatGatewayAddresses": { - "shape": "S36", + "shape": "S3b", "locationName": "natGatewayAddressSet" } } } }, + "UnlockSnapshot": { + "input": { + "type": "structure", + "required": [ + "SnapshotId" + ], + "members": { + "SnapshotId": {}, + "DryRun": { + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "members": { + "SnapshotId": { + "locationName": "snapshotId" + } + } + } + }, "UnmonitorInstances": { "input": { "type": "structure", @@ -24625,7 +25494,7 @@ ], "members": { "InstanceIds": { - "shape": "S11c", + "shape": "S128", "locationName": "InstanceId" }, "DryRun": { @@ -24638,7 +25507,7 @@ "type": "structure", "members": { "InstanceMonitorings": { - "shape": "S276", + "shape": "S29o", "locationName": "instancesSet" } } @@ -24654,10 +25523,10 @@ "GroupId": {}, "GroupName": {}, "IpPermissions": { - "shape": "S6o" + "shape": "S6x" }, "SecurityGroupRuleDescriptions": { - "shape": "S2c7", + "shape": "S2ew", "locationName": "SecurityGroupRuleDescription" } } @@ -24682,10 +25551,10 @@ "GroupId": {}, "GroupName": {}, "IpPermissions": { - "shape": "S6o" + "shape": "S6x" }, "SecurityGroupRuleDescriptions": { - "shape": "S2c7", + "shape": "S2ew", "locationName": "SecurityGroupRuleDescription" } } @@ -24717,7 +25586,7 @@ "type": "structure", "members": { "ByoipCidr": { - "shape": "S1x", + "shape": "S1y", "locationName": "byoipCidr" } } @@ -24949,6 +25818,9 @@ "DnsSupport": { "locationName": "dnsSupport" }, + "SecurityGroupReferencingSupport": { + "locationName": "securityGroupReferencingSupport" + }, "Ipv6Support": { "locationName": "ipv6Support" }, @@ -24963,20 +25835,20 @@ } } }, - "S1d": { + "S1e": { "type": "list", "member": { "locationName": "item" } }, - "S1g": { + "S1h": { "type": "list", "member": { - "shape": "S1h", + "shape": "S1i", "locationName": "item" } }, - "S1h": { + "S1i": { "type": "structure", "members": { "Error": { @@ -24996,11 +25868,11 @@ } } }, - "S1m": { + "S1n": { "type": "structure", "members": { "AccepterVpcInfo": { - "shape": "S1n", + "shape": "S1o", "locationName": "accepterVpcInfo" }, "ExpirationTime": { @@ -25008,7 +25880,7 @@ "type": "timestamp" }, "RequesterVpcInfo": { - "shape": "S1n", + "shape": "S1o", "locationName": "requesterVpcInfo" }, "Status": { @@ -25032,7 +25904,7 @@ } } }, - "S1n": { + "S1o": { "type": "structure", "members": { "CidrBlock": { @@ -25093,7 +25965,7 @@ } } }, - "S1x": { + "S1y": { "type": "structure", "members": { "Cidr": { @@ -25102,6 +25974,14 @@ "Description": { "locationName": "description" }, + "AsnAssociations": { + "locationName": "asnAssociationSet", + "type": "list", + "member": { + "shape": "S20", + "locationName": "item" + } + }, "StatusMessage": { "locationName": "statusMessage" }, @@ -25110,13 +25990,30 @@ } } }, - "S2b": { + "S20": { + "type": "structure", + "members": { + "Asn": { + "locationName": "asn" + }, + "Cidr": { + "locationName": "cidr" + }, + "StatusMessage": { + "locationName": "statusMessage" + }, + "State": { + "locationName": "state" + } + } + }, + "S2f": { "type": "list", "member": { "locationName": "item" } }, - "S2g": { + "S2l": { "type": "structure", "members": { "Cidr": { @@ -25142,31 +26039,31 @@ } } }, - "S2m": { + "S2r": { "type": "list", "member": { "locationName": "item" } }, - "S2q": { + "S2v": { "type": "list", "member": { "locationName": "item" } }, - "S2r": { + "S2w": { "type": "list", "member": { "locationName": "item" } }, - "S2v": { + "S30": { "type": "list", "member": { "locationName": "PrivateIpAddress" } }, - "S2z": { + "S34": { "type": "list", "member": { "locationName": "item", @@ -25178,13 +26075,13 @@ } } }, - "S33": { + "S38": { "type": "list", "member": { "locationName": "item" } }, - "S36": { + "S3b": { "type": "list", "member": { "locationName": "item", @@ -25218,7 +26115,7 @@ } } }, - "S3h": { + "S3m": { "type": "structure", "members": { "Code": { @@ -25229,7 +26126,7 @@ } } }, - "S3q": { + "S3v": { "type": "structure", "members": { "Arn": { @@ -25240,7 +26137,7 @@ } } }, - "S3s": { + "S3x": { "type": "structure", "members": { "AssociationId": { @@ -25250,7 +26147,7 @@ "locationName": "instanceId" }, "IamInstanceProfile": { - "shape": "S3t", + "shape": "S3y", "locationName": "iamInstanceProfile" }, "State": { @@ -25262,7 +26159,7 @@ } } }, - "S3t": { + "S3y": { "type": "structure", "members": { "Arn": { @@ -25273,19 +26170,19 @@ } } }, - "S3y": { + "S43": { "type": "list", "member": { "locationName": "item" } }, - "S3z": { + "S44": { "type": "list", "member": { "locationName": "item" } }, - "S42": { + "S47": { "type": "structure", "members": { "InstanceEventWindowId": { @@ -25326,7 +26223,7 @@ "type": "structure", "members": { "InstanceIds": { - "shape": "S3y", + "shape": "S43", "locationName": "instanceIdSet" }, "Tags": { @@ -25334,7 +26231,7 @@ "locationName": "tagSet" }, "DedicatedHostIds": { - "shape": "S3z", + "shape": "S44", "locationName": "dedicatedHostIdSet" } } @@ -25348,7 +26245,7 @@ } } }, - "S4e": { + "S4l": { "type": "structure", "members": { "OwnerId": { @@ -25388,13 +26285,13 @@ } } }, - "S4k": { + "S4r": { "type": "list", "member": { "locationName": "AllocationId" } }, - "S4q": { + "S4x": { "type": "structure", "members": { "State": { @@ -25405,7 +26302,7 @@ } } }, - "S4u": { + "S52": { "type": "structure", "members": { "AssociationId": { @@ -25428,13 +26325,13 @@ } } }, - "S4z": { + "S57": { "type": "list", "member": { "locationName": "item" } }, - "S54": { + "S5c": { "type": "structure", "members": { "TransitGatewayPolicyTableId": { @@ -25454,7 +26351,7 @@ } } }, - "S59": { + "S5h": { "type": "structure", "members": { "TransitGatewayRouteTableId": { @@ -25474,7 +26371,7 @@ } } }, - "S5c": { + "S5k": { "type": "structure", "members": { "AssociationId": { @@ -25503,7 +26400,7 @@ } } }, - "S5j": { + "S5q": { "type": "structure", "members": { "AssociationId": { @@ -25513,7 +26410,7 @@ "locationName": "ipv6CidrBlock" }, "Ipv6CidrBlockState": { - "shape": "S5k", + "shape": "S5r", "locationName": "ipv6CidrBlockState" }, "NetworkBorderGroup": { @@ -25524,7 +26421,7 @@ } } }, - "S5k": { + "S5r": { "type": "structure", "members": { "State": { @@ -25535,7 +26432,7 @@ } } }, - "S5m": { + "S5t": { "type": "structure", "members": { "AssociationId": { @@ -25545,18 +26442,18 @@ "locationName": "cidrBlock" }, "CidrBlockState": { - "shape": "S5k", + "shape": "S5r", "locationName": "cidrBlockState" } } }, - "S5o": { + "S5v": { "type": "list", "member": { "locationName": "groupId" } }, - "S5t": { + "S60": { "type": "structure", "members": { "EnaSrdEnabled": { @@ -25572,7 +26469,7 @@ } } }, - "S60": { + "S67": { "type": "structure", "members": { "VerifiedAccessTrustProviderId": { @@ -25610,7 +26507,7 @@ "locationName": "clientId" }, "ClientSecret": { - "shape": "S65", + "shape": "S6c", "locationName": "clientSecret" }, "Scope": { @@ -25624,6 +26521,9 @@ "members": { "TenantId": { "locationName": "tenantId" + }, + "PublicSigningKeyUrl": { + "locationName": "publicSigningKeyUrl" } } }, @@ -25639,14 +26539,30 @@ "Tags": { "shape": "S6", "locationName": "tagSet" + }, + "SseSpecification": { + "shape": "S6e", + "locationName": "sseSpecification" } } }, - "S65": { + "S6c": { "type": "string", "sensitive": true }, - "S67": { + "S6e": { + "type": "structure", + "members": { + "CustomerManagedKeyEnabled": { + "locationName": "customerManagedKeyEnabled", + "type": "boolean" + }, + "KmsKeyArn": { + "locationName": "kmsKeyArn" + } + } + }, + "S6g": { "type": "structure", "members": { "VerifiedAccessInstanceId": { @@ -25689,10 +26605,14 @@ "Tags": { "shape": "S6", "locationName": "tagSet" + }, + "FipsEnabled": { + "locationName": "fipsEnabled", + "type": "boolean" } } }, - "S6c": { + "S6l": { "type": "structure", "members": { "AttachTime": { @@ -25717,7 +26637,7 @@ } } }, - "S6h": { + "S6q": { "type": "structure", "members": { "State": { @@ -25728,7 +26648,7 @@ } } }, - "S6l": { + "S6u": { "type": "structure", "members": { "Code": { @@ -25739,7 +26659,7 @@ } } }, - "S6o": { + "S6x": { "type": "list", "member": { "locationName": "item", @@ -25808,14 +26728,14 @@ "locationName": "groups", "type": "list", "member": { - "shape": "S6x", + "shape": "S76", "locationName": "item" } } } } }, - "S6x": { + "S76": { "type": "structure", "members": { "Description": { @@ -25841,7 +26761,7 @@ } } }, - "S6z": { + "S78": { "type": "list", "member": { "locationName": "item", @@ -25911,7 +26831,7 @@ } } }, - "S78": { + "S7h": { "type": "structure", "members": { "S3": { @@ -25937,7 +26857,7 @@ } } }, - "S7d": { + "S7m": { "type": "structure", "members": { "BundleId": { @@ -25969,7 +26889,7 @@ "locationName": "state" }, "Storage": { - "shape": "S78", + "shape": "S7h", "locationName": "storage" }, "UpdateTime": { @@ -25978,13 +26898,13 @@ } } }, - "S7n": { + "S7w": { "type": "list", "member": { "locationName": "item" } }, - "S8b": { + "S8k": { "type": "list", "member": { "locationName": "item", @@ -26062,19 +26982,19 @@ } } }, - "S8n": { + "S8w": { "type": "list", "member": { "locationName": "item" } }, - "S8y": { + "S97": { "type": "list", "member": { "locationName": "SpotInstanceRequestId" } }, - "S9o": { + "S9x": { "type": "structure", "members": { "CapacityReservationId": { @@ -26167,10 +27087,13 @@ } } } + }, + "ReservationType": { + "locationName": "reservationType" } } }, - "Sa2": { + "Sac": { "type": "list", "member": { "locationName": "item", @@ -26218,7 +27141,7 @@ } } }, - "Sa6": { + "Sag": { "type": "structure", "members": { "CarrierGatewayId": { @@ -26239,7 +27162,7 @@ } } }, - "Sag": { + "Saq": { "type": "structure", "members": { "Enabled": { @@ -26249,7 +27172,7 @@ "CloudwatchLogStream": {} } }, - "Saj": { + "Sat": { "type": "structure", "members": { "Enabled": { @@ -26258,7 +27181,7 @@ "LambdaFunctionArn": {} } }, - "Sak": { + "Sau": { "type": "structure", "members": { "Enabled": { @@ -26267,7 +27190,7 @@ "BannerText": {} } }, - "Sam": { + "Saw": { "type": "structure", "members": { "Code": { @@ -26278,7 +27201,7 @@ } } }, - "Saq": { + "Sb0": { "type": "structure", "members": { "Code": { @@ -26289,7 +27212,7 @@ } } }, - "Sav": { + "Sb5": { "type": "structure", "members": { "Cidr": { @@ -26303,7 +27226,7 @@ } } }, - "Saz": { + "Sb9": { "type": "structure", "members": { "PoolId": { @@ -26325,7 +27248,7 @@ } } }, - "Sb3": { + "Sbd": { "type": "structure", "members": { "BgpAsn": { @@ -26355,7 +27278,7 @@ } } }, - "Sb6": { + "Sbg": { "type": "structure", "members": { "AvailabilityZone": { @@ -26410,7 +27333,7 @@ "locationName": "ipv6CidrBlockAssociationSet", "type": "list", "member": { - "shape": "S4u", + "shape": "S52", "locationName": "item" } }, @@ -26451,7 +27374,7 @@ } } }, - "Sbe": { + "Sbo": { "type": "structure", "members": { "CidrBlock": { @@ -26476,7 +27399,7 @@ "locationName": "ipv6CidrBlockAssociationSet", "type": "list", "member": { - "shape": "S5j", + "shape": "S5q", "locationName": "item" } }, @@ -26484,7 +27407,7 @@ "locationName": "cidrBlockAssociationSet", "type": "list", "member": { - "shape": "S5m", + "shape": "S5t", "locationName": "item" } }, @@ -26498,7 +27421,7 @@ } } }, - "Sbn": { + "Sbx": { "type": "structure", "members": { "DhcpConfigurations": { @@ -26515,7 +27438,7 @@ "locationName": "valueSet", "type": "list", "member": { - "shape": "Sbr", + "shape": "Sc1", "locationName": "item" } } @@ -26534,7 +27457,7 @@ } } }, - "Sbr": { + "Sc1": { "type": "structure", "members": { "Value": { @@ -26542,11 +27465,11 @@ } } }, - "Sbu": { + "Sc4": { "type": "structure", "members": { "Attachments": { - "shape": "Sbv", + "shape": "Sc5", "locationName": "attachmentSet" }, "EgressOnlyInternetGatewayId": { @@ -26558,7 +27481,7 @@ } } }, - "Sbv": { + "Sc5": { "type": "list", "member": { "locationName": "item", @@ -26573,7 +27496,7 @@ } } }, - "Sca": { + "Sck": { "type": "list", "member": { "locationName": "item", @@ -26604,10 +27527,10 @@ "type": "double" }, "Placement": { - "shape": "Sch" + "shape": "Scr" }, "InstanceRequirements": { - "shape": "Sck" + "shape": "Scu" }, "ImageId": {} } @@ -26616,7 +27539,7 @@ } } }, - "Sch": { + "Scr": { "type": "structure", "members": { "AvailabilityZone": { @@ -26649,7 +27572,7 @@ } } }, - "Sck": { + "Scu": { "type": "structure", "required": [ "VCpuCount", @@ -26685,7 +27608,7 @@ } }, "CpuManufacturers": { - "shape": "Scn", + "shape": "Scx", "locationName": "CpuManufacturer" }, "MemoryGiBPerVCpu": { @@ -26700,11 +27623,11 @@ } }, "ExcludedInstanceTypes": { - "shape": "Scq", + "shape": "Sd0", "locationName": "ExcludedInstanceType" }, "InstanceGenerations": { - "shape": "Scs", + "shape": "Sd2", "locationName": "InstanceGeneration" }, "SpotMaxPricePercentageOverLowestPrice": { @@ -26731,7 +27654,7 @@ }, "LocalStorage": {}, "LocalStorageTypes": { - "shape": "Scy", + "shape": "Sd8", "locationName": "LocalStorageType" }, "TotalLocalStorageGB": { @@ -26757,7 +27680,7 @@ } }, "AcceleratorTypes": { - "shape": "Sd2", + "shape": "Sdc", "locationName": "AcceleratorType" }, "AcceleratorCount": { @@ -26772,11 +27695,11 @@ } }, "AcceleratorManufacturers": { - "shape": "Sd5", + "shape": "Sdf", "locationName": "AcceleratorManufacturer" }, "AcceleratorNames": { - "shape": "Sd7", + "shape": "Sdh", "locationName": "AcceleratorName" }, "AcceleratorTotalMemoryMiB": { @@ -26802,60 +27725,60 @@ } }, "AllowedInstanceTypes": { - "shape": "Sdb", + "shape": "Sdl", "locationName": "AllowedInstanceType" } } }, - "Scn": { + "Scx": { "type": "list", "member": { "locationName": "item" } }, - "Scq": { + "Sd0": { "type": "list", "member": { "locationName": "item" } }, - "Scs": { + "Sd2": { "type": "list", "member": { "locationName": "item" } }, - "Scy": { + "Sd8": { "type": "list", "member": { "locationName": "item" } }, - "Sd2": { + "Sdc": { "type": "list", "member": { "locationName": "item" } }, - "Sd5": { + "Sdf": { "type": "list", "member": { "locationName": "item" } }, - "Sd7": { + "Sdh": { "type": "list", "member": { "locationName": "item" } }, - "Sdb": { + "Sdl": { "type": "list", "member": { "locationName": "item" } }, - "Sdd": { + "Sdn": { "type": "structure", "required": [ "TotalTargetCapacity" @@ -26874,20 +27797,20 @@ "TargetCapacityUnitType": {} } }, - "Sdl": { + "Sdv": { "type": "structure", "members": { "LaunchTemplateSpecification": { - "shape": "Sdm", + "shape": "Sdw", "locationName": "launchTemplateSpecification" }, "Overrides": { - "shape": "Sdn", + "shape": "Sdx", "locationName": "overrides" } } }, - "Sdm": { + "Sdw": { "type": "structure", "members": { "LaunchTemplateId": { @@ -26901,7 +27824,7 @@ } } }, - "Sdn": { + "Sdx": { "type": "structure", "members": { "InstanceType": { @@ -26934,7 +27857,7 @@ } }, "InstanceRequirements": { - "shape": "Sdp", + "shape": "Sdz", "locationName": "instanceRequirements" }, "ImageId": { @@ -26942,7 +27865,7 @@ } } }, - "Sdp": { + "Sdz": { "type": "structure", "members": { "VCpuCount": { @@ -26974,7 +27897,7 @@ } }, "CpuManufacturers": { - "shape": "Scn", + "shape": "Scx", "locationName": "cpuManufacturerSet" }, "MemoryGiBPerVCpu": { @@ -26992,11 +27915,11 @@ } }, "ExcludedInstanceTypes": { - "shape": "Scq", + "shape": "Sd0", "locationName": "excludedInstanceTypeSet" }, "InstanceGenerations": { - "shape": "Scs", + "shape": "Sd2", "locationName": "instanceGenerationSet" }, "SpotMaxPricePercentageOverLowestPrice": { @@ -27035,7 +27958,7 @@ "locationName": "localStorage" }, "LocalStorageTypes": { - "shape": "Scy", + "shape": "Sd8", "locationName": "localStorageTypeSet" }, "TotalLocalStorageGB": { @@ -27067,7 +27990,7 @@ } }, "AcceleratorTypes": { - "shape": "Sd2", + "shape": "Sdc", "locationName": "acceleratorTypeSet" }, "AcceleratorCount": { @@ -27085,11 +28008,11 @@ } }, "AcceleratorManufacturers": { - "shape": "Sd5", + "shape": "Sdf", "locationName": "acceleratorManufacturerSet" }, "AcceleratorNames": { - "shape": "Sd7", + "shape": "Sdh", "locationName": "acceleratorNameSet" }, "AcceleratorTotalMemoryMiB": { @@ -27121,32 +28044,32 @@ } }, "AllowedInstanceTypes": { - "shape": "Sdb", + "shape": "Sdl", "locationName": "allowedInstanceTypeSet" } } }, - "Se2": { + "Sec": { "type": "list", "member": { "locationName": "item" } }, - "See": { + "Seo": { "type": "structure", "members": { "Bucket": {}, "Key": {} } }, - "Seh": { + "Ser": { "type": "list", "member": { - "shape": "Sei", + "shape": "Ses", "locationName": "BlockDeviceMapping" } }, - "Sei": { + "Ses": { "type": "structure", "members": { "DeviceName": { @@ -27198,7 +28121,7 @@ } } }, - "Seq": { + "Sf0": { "type": "structure", "members": { "OwnerId": { @@ -27259,7 +28182,7 @@ } } }, - "Sew": { + "Sf6": { "type": "list", "member": { "type": "structure", @@ -27275,7 +28198,7 @@ } } }, - "Sf5": { + "Sff": { "type": "structure", "members": { "Description": { @@ -27326,11 +28249,11 @@ } } }, - "Sfb": { + "Sfl": { "type": "structure", "members": { "Attachments": { - "shape": "Sbv", + "shape": "Sc5", "locationName": "attachmentSet" }, "InternetGatewayId": { @@ -27345,7 +28268,7 @@ } } }, - "Sfd": { + "Sfn": { "type": "list", "member": { "type": "structure", @@ -27354,7 +28277,7 @@ } } }, - "Sfg": { + "Sfr": { "type": "structure", "members": { "OwnerId": { @@ -27383,7 +28306,7 @@ "locationName": "description" }, "OperatingRegions": { - "shape": "Sfi", + "shape": "Sft", "locationName": "operatingRegionSet" }, "State": { @@ -27402,10 +28325,16 @@ "ResourceDiscoveryAssociationCount": { "locationName": "resourceDiscoveryAssociationCount", "type": "integer" + }, + "StateMessage": { + "locationName": "stateMessage" + }, + "Tier": { + "locationName": "tier" } } }, - "Sfi": { + "Sft": { "type": "list", "member": { "locationName": "item", @@ -27417,21 +28346,21 @@ } } }, - "Sfo": { + "Sfz": { "type": "list", "member": { - "shape": "Sfp", + "shape": "Sg0", "locationName": "item" } }, - "Sfp": { + "Sg0": { "type": "structure", "members": { "Key": {}, "Value": {} } }, - "Sft": { + "Sg6": { "type": "structure", "members": { "OwnerId": { @@ -27498,7 +28427,7 @@ "type": "integer" }, "AllocationResourceTags": { - "shape": "Sfw", + "shape": "Sg9", "locationName": "allocationResourceTagSet" }, "Tags": { @@ -27510,10 +28439,28 @@ }, "PublicIpSource": { "locationName": "publicIpSource" + }, + "SourceResource": { + "locationName": "sourceResource", + "type": "structure", + "members": { + "ResourceId": { + "locationName": "resourceId" + }, + "ResourceType": { + "locationName": "resourceType" + }, + "ResourceRegion": { + "locationName": "resourceRegion" + }, + "ResourceOwner": { + "locationName": "resourceOwner" + } + } } } }, - "Sfw": { + "Sg9": { "type": "list", "member": { "locationName": "item", @@ -27528,7 +28475,7 @@ } } }, - "Sg0": { + "Sge": { "type": "structure", "members": { "OwnerId": { @@ -27547,7 +28494,7 @@ "locationName": "description" }, "OperatingRegions": { - "shape": "Sfi", + "shape": "Sft", "locationName": "operatingRegionSet" }, "IsDefault": { @@ -27563,7 +28510,7 @@ } } }, - "Sg4": { + "Sgi": { "type": "structure", "members": { "OwnerId": { @@ -27604,11 +28551,11 @@ } } }, - "Sga": { + "Sgo": { "type": "string", "sensitive": true }, - "Sgd": { + "Sgr": { "type": "structure", "members": { "KernelId": {}, @@ -27679,7 +28626,7 @@ "type": "integer" }, "Groups": { - "shape": "Sgl", + "shape": "Sgz", "locationName": "SecurityGroupId" }, "InterfaceType": {}, @@ -27699,7 +28646,7 @@ "NetworkInterfaceId": {}, "PrivateIpAddress": {}, "PrivateIpAddresses": { - "shape": "Sgo" + "shape": "Sh2" }, "SecondaryPrivateIpAddressCount": { "type": "integer" @@ -27709,14 +28656,14 @@ "type": "integer" }, "Ipv4Prefixes": { - "shape": "Sgq", + "shape": "Sh4", "locationName": "Ipv4Prefix" }, "Ipv4PrefixCount": { "type": "integer" }, "Ipv6Prefixes": { - "shape": "Sgs", + "shape": "Sh6", "locationName": "Ipv6Prefix" }, "Ipv6PrefixCount": { @@ -27724,6 +28671,12 @@ }, "PrimaryIpv6": { "type": "boolean" + }, + "EnaSrdSpecification": { + "shape": "Sh8" + }, + "ConnectionTrackingSpecification": { + "shape": "Sha" } } } @@ -27761,7 +28714,7 @@ }, "InstanceInitiatedShutdownBehavior": {}, "UserData": { - "shape": "Sga" + "shape": "Sgo" }, "TagSpecifications": { "locationName": "TagSpecification", @@ -27782,7 +28735,7 @@ "locationName": "ElasticGpuSpecification", "type": "list", "member": { - "shape": "Sh2", + "shape": "Shj", "locationName": "ElasticGpuSpecification" } }, @@ -27804,11 +28757,11 @@ } }, "SecurityGroupIds": { - "shape": "Sgl", + "shape": "Sgz", "locationName": "SecurityGroupId" }, "SecurityGroups": { - "shape": "Sh6", + "shape": "Shn", "locationName": "SecurityGroup" }, "InstanceMarketOptions": { @@ -27832,7 +28785,7 @@ } }, "CreditSpecification": { - "shape": "Shc" + "shape": "Sht" }, "CpuOptions": { "type": "structure", @@ -27851,7 +28804,7 @@ "members": { "CapacityReservationPreference": {}, "CapacityReservationTarget": { - "shape": "Shh" + "shape": "Shy" } } }, @@ -27895,7 +28848,7 @@ } }, "InstanceRequirements": { - "shape": "Sck" + "shape": "Scu" }, "PrivateDnsNameOptions": { "type": "structure", @@ -27920,13 +28873,13 @@ } } }, - "Sgl": { + "Sgz": { "type": "list", "member": { "locationName": "SecurityGroupId" } }, - "Sgo": { + "Sh2": { "type": "list", "member": { "locationName": "item", @@ -27942,7 +28895,7 @@ } } }, - "Sgq": { + "Sh4": { "type": "list", "member": { "locationName": "item", @@ -27952,7 +28905,7 @@ } } }, - "Sgs": { + "Sh6": { "type": "list", "member": { "locationName": "item", @@ -27962,7 +28915,37 @@ } } }, - "Sh2": { + "Sh8": { + "type": "structure", + "members": { + "EnaSrdEnabled": { + "type": "boolean" + }, + "EnaSrdUdpSpecification": { + "type": "structure", + "members": { + "EnaSrdUdpEnabled": { + "type": "boolean" + } + } + } + } + }, + "Sha": { + "type": "structure", + "members": { + "TcpEstablishedTimeout": { + "type": "integer" + }, + "UdpStreamTimeout": { + "type": "integer" + }, + "UdpTimeout": { + "type": "integer" + } + } + }, + "Shj": { "type": "structure", "required": [ "Type" @@ -27971,13 +28954,13 @@ "Type": {} } }, - "Sh6": { + "Shn": { "type": "list", "member": { "locationName": "SecurityGroup" } }, - "Shc": { + "Sht": { "type": "structure", "required": [ "CpuCredits" @@ -27986,14 +28969,14 @@ "CpuCredits": {} } }, - "Shh": { + "Shy": { "type": "structure", "members": { "CapacityReservationId": {}, "CapacityReservationResourceGroupArn": {} } }, - "Shv": { + "Sic": { "type": "structure", "members": { "LaunchTemplateId": { @@ -28023,7 +29006,7 @@ } } }, - "Shw": { + "Sid": { "type": "structure", "members": { "Errors": { @@ -28044,7 +29027,7 @@ } } }, - "Si1": { + "Sii": { "type": "structure", "members": { "LaunchTemplateId": { @@ -28072,12 +29055,12 @@ "type": "boolean" }, "LaunchTemplateData": { - "shape": "Si2", + "shape": "Sij", "locationName": "launchTemplateData" } } }, - "Si2": { + "Sij": { "type": "structure", "members": { "KernelId": { @@ -28180,7 +29163,7 @@ "type": "integer" }, "Groups": { - "shape": "S5o", + "shape": "S5v", "locationName": "groupSet" }, "InterfaceType": { @@ -28191,7 +29174,7 @@ "type": "integer" }, "Ipv6Addresses": { - "shape": "Si9", + "shape": "Siq", "locationName": "ipv6AddressesSet" }, "NetworkInterfaceId": { @@ -28201,7 +29184,7 @@ "locationName": "privateIpAddress" }, "PrivateIpAddresses": { - "shape": "Sgo", + "shape": "Sh2", "locationName": "privateIpAddressesSet" }, "SecondaryPrivateIpAddressCount": { @@ -28252,6 +29235,44 @@ "PrimaryIpv6": { "locationName": "primaryIpv6", "type": "boolean" + }, + "EnaSrdSpecification": { + "locationName": "enaSrdSpecification", + "type": "structure", + "members": { + "EnaSrdEnabled": { + "locationName": "enaSrdEnabled", + "type": "boolean" + }, + "EnaSrdUdpSpecification": { + "locationName": "enaSrdUdpSpecification", + "type": "structure", + "members": { + "EnaSrdUdpEnabled": { + "locationName": "enaSrdUdpEnabled", + "type": "boolean" + } + } + } + } + }, + "ConnectionTrackingSpecification": { + "locationName": "connectionTrackingSpecification", + "type": "structure", + "members": { + "TcpEstablishedTimeout": { + "locationName": "tcpEstablishedTimeout", + "type": "integer" + }, + "UdpTimeout": { + "locationName": "udpTimeout", + "type": "integer" + }, + "UdpStreamTimeout": { + "locationName": "udpStreamTimeout", + "type": "integer" + } + } } } } @@ -28320,7 +29341,7 @@ "locationName": "instanceInitiatedShutdownBehavior" }, "UserData": { - "shape": "Sga", + "shape": "Sgo", "locationName": "userData" }, "TagSpecifications": { @@ -28444,7 +29465,7 @@ "locationName": "capacityReservationPreference" }, "CapacityReservationTarget": { - "shape": "Sis", + "shape": "Sjc", "locationName": "capacityReservationTarget" } } @@ -28508,7 +29529,7 @@ } }, "InstanceRequirements": { - "shape": "Sdp", + "shape": "Sdz", "locationName": "instanceRequirements" }, "PrivateDnsNameOptions": { @@ -28543,7 +29564,7 @@ } } }, - "Si9": { + "Siq": { "type": "list", "member": { "locationName": "item", @@ -28559,7 +29580,7 @@ } } }, - "Sis": { + "Sjc": { "type": "structure", "members": { "CapacityReservationId": { @@ -28570,7 +29591,7 @@ } } }, - "Sj4": { + "Sjo": { "type": "structure", "members": { "DestinationCidrBlock": { @@ -28608,7 +29629,7 @@ } } }, - "Sjb": { + "Sjv": { "type": "structure", "members": { "LocalGatewayRouteTableId": { @@ -28637,12 +29658,12 @@ "locationName": "mode" }, "StateReason": { - "shape": "Sjc", + "shape": "Sjw", "locationName": "stateReason" } } }, - "Sjc": { + "Sjw": { "type": "structure", "members": { "Code": { @@ -28653,7 +29674,7 @@ } } }, - "Sjf": { + "Sjz": { "type": "structure", "members": { "LocalGatewayRouteTableVirtualInterfaceGroupAssociationId": { @@ -28683,7 +29704,7 @@ } } }, - "Sjj": { + "Sk3": { "type": "structure", "members": { "LocalGatewayRouteTableVpcAssociationId": { @@ -28713,7 +29734,7 @@ } } }, - "Sjm": { + "Sk6": { "type": "list", "member": { "type": "structure", @@ -28726,7 +29747,7 @@ } } }, - "Sjp": { + "Sk9": { "type": "structure", "members": { "PrefixListId": { @@ -28764,7 +29785,7 @@ } } }, - "Sju": { + "Ske": { "type": "structure", "members": { "CreateTime": { @@ -28782,7 +29803,7 @@ "locationName": "failureMessage" }, "NatGatewayAddresses": { - "shape": "S36", + "shape": "S3b", "locationName": "natGatewayAddressSet" }, "NatGatewayId": { @@ -28829,7 +29850,7 @@ } } }, - "Sjz": { + "Skj": { "type": "structure", "members": { "Associations": { @@ -28866,14 +29887,14 @@ "type": "boolean" }, "IcmpTypeCode": { - "shape": "Sk4", + "shape": "Sko", "locationName": "icmpTypeCode" }, "Ipv6CidrBlock": { "locationName": "ipv6CidrBlock" }, "PortRange": { - "shape": "Sk5", + "shape": "Skp", "locationName": "portRange" }, "Protocol": { @@ -28908,7 +29929,7 @@ } } }, - "Sk4": { + "Sko": { "type": "structure", "members": { "Code": { @@ -28921,7 +29942,7 @@ } } }, - "Sk5": { + "Skp": { "type": "structure", "members": { "From": { @@ -28934,17 +29955,17 @@ } } }, - "Ska": { + "Sku": { "type": "list", "member": { "locationName": "item", "type": "structure", "members": { "Source": { - "shape": "Skc" + "shape": "Skw" }, "Destination": { - "shape": "Skc" + "shape": "Skw" }, "ThroughResources": { "locationName": "ThroughResource", @@ -28954,7 +29975,7 @@ "type": "structure", "members": { "ResourceStatement": { - "shape": "Skg" + "shape": "Sl0" } } } @@ -28962,7 +29983,7 @@ } } }, - "Skc": { + "Skw": { "type": "structure", "members": { "PacketHeaderStatement": { @@ -28993,23 +30014,23 @@ "locationName": "DestinationPrefixList" }, "Protocols": { - "shape": "Ske", + "shape": "Sky", "locationName": "Protocol" } } }, "ResourceStatement": { - "shape": "Skg" + "shape": "Sl0" } } }, - "Ske": { + "Sky": { "type": "list", "member": { "locationName": "item" } }, - "Skg": { + "Sl0": { "type": "structure", "members": { "Resources": { @@ -29022,7 +30043,7 @@ } } }, - "Skk": { + "Sl4": { "type": "structure", "members": { "NetworkInsightsAccessScopeId": { @@ -29045,34 +30066,34 @@ } } }, - "Skm": { + "Sl6": { "type": "structure", "members": { "NetworkInsightsAccessScopeId": { "locationName": "networkInsightsAccessScopeId" }, "MatchPaths": { - "shape": "Skn", + "shape": "Sl7", "locationName": "matchPathSet" }, "ExcludePaths": { - "shape": "Skn", + "shape": "Sl7", "locationName": "excludePathSet" } } }, - "Skn": { + "Sl7": { "type": "list", "member": { "locationName": "item", "type": "structure", "members": { "Source": { - "shape": "Skp", + "shape": "Sl9", "locationName": "source" }, "Destination": { - "shape": "Skp", + "shape": "Sl9", "locationName": "destination" }, "ThroughResources": { @@ -29083,7 +30104,7 @@ "type": "structure", "members": { "ResourceStatement": { - "shape": "Skr", + "shape": "Slb", "locationName": "resourceStatement" } } @@ -29092,7 +30113,7 @@ } } }, - "Skp": { + "Sl9": { "type": "structure", "members": { "PacketHeaderStatement": { @@ -29124,18 +30145,18 @@ "locationName": "destinationPrefixListSet" }, "Protocols": { - "shape": "Ske", + "shape": "Sky", "locationName": "protocolSet" } } }, "ResourceStatement": { - "shape": "Skr", + "shape": "Slb", "locationName": "resourceStatement" } } }, - "Skr": { + "Slb": { "type": "structure", "members": { "Resources": { @@ -29148,20 +30169,20 @@ } } }, - "Sky": { + "Sli": { "type": "structure", "members": { "SourceAddress": {}, "SourcePortRange": { - "shape": "Skz" + "shape": "Slj" }, "DestinationAddress": {}, "DestinationPortRange": { - "shape": "Skz" + "shape": "Slj" } } }, - "Skz": { + "Slj": { "type": "structure", "members": { "FromPort": { @@ -29172,7 +30193,7 @@ } } }, - "Sl1": { + "Sll": { "type": "structure", "members": { "NetworkInsightsPathId": { @@ -29215,35 +30236,35 @@ "locationName": "tagSet" }, "FilterAtSource": { - "shape": "Sl3", + "shape": "Sln", "locationName": "filterAtSource" }, "FilterAtDestination": { - "shape": "Sl3", + "shape": "Sln", "locationName": "filterAtDestination" } } }, - "Sl3": { + "Sln": { "type": "structure", "members": { "SourceAddress": { "locationName": "sourceAddress" }, "SourcePortRange": { - "shape": "Sl4", + "shape": "Slo", "locationName": "sourcePortRange" }, "DestinationAddress": { "locationName": "destinationAddress" }, "DestinationPortRange": { - "shape": "Sl4", + "shape": "Slo", "locationName": "destinationPortRange" } } }, - "Sl4": { + "Slo": { "type": "structure", "members": { "FromPort": { @@ -29256,25 +30277,43 @@ } } }, - "Sl8": { + "Sls": { "type": "structure", "members": { "Association": { - "shape": "Sl9", + "shape": "Slt", "locationName": "association" }, "Attachment": { - "shape": "Sla", + "shape": "Slu", "locationName": "attachment" }, "AvailabilityZone": { "locationName": "availabilityZone" }, + "ConnectionTrackingConfiguration": { + "locationName": "connectionTrackingConfiguration", + "type": "structure", + "members": { + "TcpEstablishedTimeout": { + "locationName": "tcpEstablishedTimeout", + "type": "integer" + }, + "UdpStreamTimeout": { + "locationName": "udpStreamTimeout", + "type": "integer" + }, + "UdpTimeout": { + "locationName": "udpTimeout", + "type": "integer" + } + } + }, "Description": { "locationName": "description" }, "Groups": { - "shape": "Sld", + "shape": "Sly", "locationName": "groupSet" }, "InterfaceType": { @@ -29323,7 +30362,7 @@ "type": "structure", "members": { "Association": { - "shape": "Sl9", + "shape": "Slt", "locationName": "association" }, "Primary": { @@ -29340,7 +30379,7 @@ } }, "Ipv4Prefixes": { - "shape": "S2z", + "shape": "S34", "locationName": "ipv4PrefixSet" }, "Ipv6Prefixes": { @@ -29393,7 +30432,7 @@ } } }, - "Sl9": { + "Slt": { "type": "structure", "members": { "AllocationId": { @@ -29419,7 +30458,7 @@ } } }, - "Sla": { + "Slu": { "type": "structure", "members": { "AttachTime": { @@ -29472,7 +30511,7 @@ } } }, - "Sld": { + "Sly": { "type": "list", "member": { "locationName": "item", @@ -29487,7 +30526,7 @@ } } }, - "Slq": { + "Smb": { "type": "structure", "members": { "NetworkInterfacePermissionId": { @@ -29519,7 +30558,7 @@ } } }, - "Slx": { + "Smi": { "type": "structure", "members": { "GroupName": { @@ -29550,7 +30589,7 @@ } } }, - "Sm3": { + "Smo": { "type": "structure", "members": { "ReplaceRootVolumeTaskId": { @@ -29584,7 +30623,7 @@ } } }, - "Smj": { + "Sn4": { "type": "structure", "members": { "Associations": { @@ -29611,7 +30650,7 @@ "locationName": "gatewayId" }, "AssociationState": { - "shape": "S4q", + "shape": "S4x", "locationName": "associationState" } } @@ -29703,7 +30742,7 @@ } } }, - "Smv": { + "Sng": { "type": "structure", "members": { "DataEncryptionKeyId": { @@ -29767,20 +30806,20 @@ } } }, - "Sn2": { + "Snn": { "type": "list", "member": { "locationName": "VolumeId" } }, - "Sn9": { + "Snu": { "type": "structure", "members": { "Bucket": { "locationName": "bucket" }, "Fault": { - "shape": "Sna", + "shape": "Snv", "locationName": "fault" }, "OwnerId": { @@ -29794,7 +30833,7 @@ } } }, - "Sna": { + "Snv": { "type": "structure", "members": { "Code": { @@ -29805,7 +30844,7 @@ } } }, - "Snl": { + "So6": { "type": "structure", "members": { "SubnetCidrReservationId": { @@ -29832,26 +30871,26 @@ } } }, - "Sno": { + "So9": { "type": "list", "member": {} }, - "Sns": { + "Sod": { "type": "structure", "members": { "TrafficMirrorFilterId": { "locationName": "trafficMirrorFilterId" }, "IngressFilterRules": { - "shape": "Snt", + "shape": "Soe", "locationName": "ingressFilterRuleSet" }, "EgressFilterRules": { - "shape": "Snt", + "shape": "Soe", "locationName": "egressFilterRuleSet" }, "NetworkServices": { - "shape": "Sny", + "shape": "Soj", "locationName": "networkServiceSet" }, "Description": { @@ -29863,14 +30902,14 @@ } } }, - "Snt": { + "Soe": { "type": "list", "member": { - "shape": "Snu", + "shape": "Sof", "locationName": "item" } }, - "Snu": { + "Sof": { "type": "structure", "members": { "TrafficMirrorFilterRuleId": { @@ -29894,11 +30933,11 @@ "type": "integer" }, "DestinationPortRange": { - "shape": "Snx", + "shape": "Soi", "locationName": "destinationPortRange" }, "SourcePortRange": { - "shape": "Snx", + "shape": "Soi", "locationName": "sourcePortRange" }, "DestinationCidrBlock": { @@ -29912,7 +30951,7 @@ } } }, - "Snx": { + "Soi": { "type": "structure", "members": { "FromPort": { @@ -29925,13 +30964,13 @@ } } }, - "Sny": { + "Soj": { "type": "list", "member": { "locationName": "item" } }, - "So2": { + "Son": { "type": "structure", "members": { "FromPort": { @@ -29942,7 +30981,7 @@ } } }, - "So7": { + "Sos": { "type": "structure", "members": { "TrafficMirrorSessionId": { @@ -29981,7 +31020,7 @@ } } }, - "Soa": { + "Sov": { "type": "structure", "members": { "TrafficMirrorTargetId": { @@ -30011,13 +31050,13 @@ } } }, - "Soj": { + "Sp4": { "type": "list", "member": { "locationName": "item" } }, - "Sol": { + "Sp6": { "type": "structure", "members": { "TransitGatewayId": { @@ -30072,6 +31111,9 @@ "DnsSupport": { "locationName": "dnsSupport" }, + "SecurityGroupReferencingSupport": { + "locationName": "securityGroupReferencingSupport" + }, "MulticastSupport": { "locationName": "multicastSupport" } @@ -30083,7 +31125,7 @@ } } }, - "Sos": { + "Spd": { "type": "structure", "members": { "TransitGatewayAttachmentId": { @@ -30117,13 +31159,13 @@ } } }, - "Sow": { + "Sph": { "type": "list", "member": { "locationName": "item" } }, - "Soy": { + "Spj": { "type": "structure", "members": { "TransitGatewayAttachmentId": { @@ -30150,7 +31192,7 @@ "locationName": "peerAddress" }, "InsideCidrBlocks": { - "shape": "Sow", + "shape": "Sph", "locationName": "insideCidrBlocks" }, "Protocol": { @@ -30191,7 +31233,7 @@ } } }, - "Spb": { + "Spw": { "type": "structure", "members": { "TransitGatewayMulticastDomainId": { @@ -30234,7 +31276,7 @@ } } }, - "Spk": { + "Sq5": { "type": "structure", "members": { "TransitGatewayPolicyTableId": { @@ -30256,7 +31298,7 @@ } } }, - "Spo": { + "Sq9": { "type": "structure", "members": { "TransitGatewayRouteTableId": { @@ -30292,7 +31334,7 @@ } } }, - "Spt": { + "Sqe": { "type": "structure", "members": { "DestinationCidrBlock": { @@ -30331,7 +31373,7 @@ } } }, - "Sq1": { + "Sqm": { "type": "structure", "members": { "TransitGatewayRouteTableId": { @@ -30361,7 +31403,7 @@ } } }, - "Sq5": { + "Sqq": { "type": "structure", "members": { "TransitGatewayRouteTableAnnouncementId": { @@ -30401,13 +31443,22 @@ } } }, - "Sqg": { + "Sr1": { "type": "list", "member": { "locationName": "item" } }, - "Sqo": { + "Sr8": { + "type": "structure", + "members": { + "CustomerManagedKeyEnabled": { + "type": "boolean" + }, + "KmsKeyArn": {} + } + }, + "Sra": { "type": "structure", "members": { "VerifiedAccessInstanceId": { @@ -30438,7 +31489,7 @@ "locationName": "deviceValidationDomain" }, "SecurityGroupIds": { - "shape": "Sqg", + "shape": "Sr1", "locationName": "securityGroupIdSet" }, "LoadBalancerOptions": { @@ -30507,10 +31558,14 @@ "Tags": { "shape": "S6", "locationName": "tagSet" + }, + "SseSpecification": { + "shape": "S6e", + "locationName": "sseSpecification" } } }, - "Sqw": { + "Sri": { "type": "structure", "members": { "VerifiedAccessGroupId": { @@ -30540,17 +31595,21 @@ "Tags": { "shape": "S6", "locationName": "tagSet" + }, + "SseSpecification": { + "shape": "S6e", + "locationName": "sseSpecification" } } }, - "Sr4": { + "Srq": { "type": "structure", "members": { "Attachments": { "locationName": "attachmentSet", "type": "list", "member": { - "shape": "S6c", + "shape": "S6l", "locationName": "item" } }, @@ -30612,25 +31671,25 @@ } } }, - "Srb": { + "Srx": { "type": "list", "member": { "locationName": "item" } }, - "Src": { + "Sry": { "type": "list", "member": { "locationName": "item" } }, - "Srd": { + "Srz": { "type": "list", "member": { "locationName": "item" } }, - "Srf": { + "Ss1": { "type": "structure", "members": { "DnsRecordIpType": {}, @@ -30639,7 +31698,7 @@ } } }, - "Srh": { + "Ss3": { "type": "list", "member": { "locationName": "item", @@ -30651,7 +31710,7 @@ } } }, - "Srk": { + "Ss6": { "type": "structure", "members": { "VpcEndpointId": { @@ -30725,7 +31784,7 @@ "locationName": "networkInterfaceIdSet" }, "DnsEntries": { - "shape": "Srp", + "shape": "Ssb", "locationName": "dnsEntrySet" }, "CreationTimestamp": { @@ -30753,7 +31812,7 @@ } } }, - "Srp": { + "Ssb": { "type": "list", "member": { "locationName": "item", @@ -30768,7 +31827,7 @@ } } }, - "Sru": { + "Ssg": { "type": "structure", "members": { "ConnectionNotificationId": { @@ -30795,11 +31854,11 @@ } } }, - "Srz": { + "Ssl": { "type": "structure", "members": { "ServiceType": { - "shape": "Ss0", + "shape": "Ssm", "locationName": "serviceType" }, "ServiceId": { @@ -30832,7 +31891,7 @@ "locationName": "gatewayLoadBalancerArnSet" }, "SupportedIpAddressTypes": { - "shape": "Ss4", + "shape": "Ssq", "locationName": "supportedIpAddressTypeSet" }, "BaseEndpointDnsNames": { @@ -30869,7 +31928,7 @@ } } }, - "Ss0": { + "Ssm": { "type": "list", "member": { "locationName": "item", @@ -30881,17 +31940,17 @@ } } }, - "Ss4": { + "Ssq": { "type": "list", "member": { "locationName": "item" } }, - "Ssh": { + "St3": { "type": "string", "sensitive": true }, - "Ssi": { + "St4": { "type": "list", "member": { "locationName": "item", @@ -30901,7 +31960,7 @@ } } }, - "Ssk": { + "St6": { "type": "list", "member": { "locationName": "item", @@ -30911,7 +31970,7 @@ } } }, - "Ssm": { + "St8": { "type": "list", "member": { "locationName": "item", @@ -30921,7 +31980,7 @@ } } }, - "Sso": { + "Sta": { "type": "list", "member": { "locationName": "item", @@ -30931,7 +31990,7 @@ } } }, - "Ssq": { + "Stc": { "type": "list", "member": { "locationName": "item", @@ -30943,7 +32002,7 @@ } } }, - "Sss": { + "Ste": { "type": "list", "member": { "locationName": "item", @@ -30955,7 +32014,7 @@ } } }, - "Ssu": { + "Stg": { "type": "list", "member": { "locationName": "item", @@ -30965,7 +32024,7 @@ } } }, - "Ssw": { + "Sti": { "type": "structure", "members": { "CloudWatchLogOptions": { @@ -30980,7 +32039,7 @@ } } }, - "St0": { + "Stm": { "type": "structure", "members": { "CustomerGatewayConfiguration": { @@ -31068,7 +32127,7 @@ "locationName": "tunnelInsideIpv6Cidr" }, "PreSharedKey": { - "shape": "Ssh", + "shape": "St3", "locationName": "preSharedKey" }, "Phase1LifetimeSeconds": { @@ -31280,7 +32339,7 @@ } } }, - "Stx": { + "Suj": { "type": "structure", "members": { "AvailabilityZone": { @@ -31296,7 +32355,7 @@ "locationName": "attachments", "type": "list", "member": { - "shape": "S6h", + "shape": "S6q", "locationName": "item" } }, @@ -31313,29 +32372,46 @@ } } }, - "Suf": { + "Sv1": { "type": "list", "member": {} }, - "Sup": { + "Svb": { "type": "list", "member": { "locationName": "item" } }, - "Svf": { + "Sw1": { "type": "list", "member": { "locationName": "item" } }, - "Syc": { + "Syy": { "type": "list", "member": { "locationName": "item" } }, - "Syp": { + "Szb": { + "type": "structure", + "members": { + "Asn": { + "locationName": "asn" + }, + "IpamId": { + "locationName": "ipamId" + }, + "StatusMessage": { + "locationName": "statusMessage" + }, + "State": { + "locationName": "state" + } + } + }, + "Szf": { "type": "structure", "members": { "Cidr": { @@ -31365,17 +32441,17 @@ } } }, - "Sz0": { + "Szq": { "type": "list", "member": { "locationName": "item" } }, - "Sz2": { + "Szs": { "type": "structure", "members": { "InstanceTagKeys": { - "shape": "Sz0", + "shape": "Szq", "locationName": "instanceTagKeySet" }, "IncludeAllTagsOfInstance": { @@ -31384,13 +32460,13 @@ } } }, - "Sz4": { + "Szu": { "type": "list", "member": { "locationName": "item" } }, - "Szn": { + "S10d": { "type": "list", "member": { "locationName": "Filter", @@ -31404,7 +32480,7 @@ } } }, - "S100": { + "S10q": { "type": "structure", "members": { "PublicIp": { @@ -31433,7 +32509,7 @@ } } }, - "S104": { + "S10u": { "type": "list", "member": { "locationName": "item", @@ -31453,13 +32529,13 @@ } } }, - "S11c": { + "S128": { "type": "list", "member": { "locationName": "InstanceId" } }, - "S11r": { + "S12n": { "type": "structure", "members": { "Code": { @@ -31470,7 +32546,7 @@ } } }, - "S12w": { + "S13s": { "type": "structure", "members": { "ConversionTaskId": { @@ -31510,7 +32586,7 @@ "locationName": "description" }, "Image": { - "shape": "S130", + "shape": "S13w", "locationName": "image" }, "Status": { @@ -31520,7 +32596,7 @@ "locationName": "statusMessage" }, "Volume": { - "shape": "S132", + "shape": "S13y", "locationName": "volume" } } @@ -31543,11 +32619,11 @@ "locationName": "description" }, "Image": { - "shape": "S130", + "shape": "S13w", "locationName": "image" }, "Volume": { - "shape": "S132", + "shape": "S13y", "locationName": "volume" } } @@ -31564,7 +32640,7 @@ } } }, - "S130": { + "S13w": { "type": "structure", "members": { "Checksum": { @@ -31574,7 +32650,7 @@ "locationName": "format" }, "ImportManifestUrl": { - "shape": "S131", + "shape": "S13x", "locationName": "importManifestUrl" }, "Size": { @@ -31583,11 +32659,11 @@ } } }, - "S131": { + "S13x": { "type": "string", "sensitive": true }, - "S132": { + "S13y": { "type": "structure", "members": { "Id": { @@ -31599,7 +32675,7 @@ } } }, - "S140": { + "S14w": { "type": "structure", "members": { "S3Bucket": { @@ -31610,7 +32686,7 @@ } } }, - "S14d": { + "S159": { "type": "structure", "members": { "TargetResourceCount": { @@ -31619,7 +32695,7 @@ } } }, - "S14e": { + "S15a": { "type": "structure", "members": { "LaunchTemplateId": { @@ -31633,7 +32709,7 @@ } } }, - "S14r": { + "S15n": { "type": "structure", "members": { "EventDescription": { @@ -31647,7 +32723,7 @@ } } }, - "S14u": { + "S15q": { "type": "list", "member": { "locationName": "item", @@ -31668,7 +32744,7 @@ } } }, - "S15n": { + "S16j": { "type": "structure", "members": { "FpgaImageId": { @@ -31697,12 +32773,12 @@ } }, "ProductCodes": { - "shape": "S15r", + "shape": "S16n", "locationName": "productCodes" } } }, - "S15r": { + "S16n": { "type": "list", "member": { "locationName": "item", @@ -31717,32 +32793,32 @@ } } }, - "S15w": { + "S16s": { "type": "list", "member": { "locationName": "Owner" } }, - "S16i": { + "S17d": { "type": "list", "member": { "locationName": "item" } }, - "S16l": { + "S17g": { "type": "list", "member": { "locationName": "item" } }, - "S17a": { + "S185": { "type": "list", "member": { - "shape": "Sei", + "shape": "Ses", "locationName": "item" } }, - "S17b": { + "S186": { "type": "list", "member": { "locationName": "item", @@ -31763,13 +32839,13 @@ } } }, - "S17f": { + "S18a": { "type": "list", "member": { "locationName": "ImageId" } }, - "S17y": { + "S18t": { "type": "list", "member": { "locationName": "item", @@ -31801,21 +32877,21 @@ "locationName": "statusMessage" }, "Url": { - "shape": "S180", + "shape": "S18v", "locationName": "url" }, "UserBucket": { - "shape": "S181", + "shape": "S18w", "locationName": "userBucket" } } } }, - "S180": { + "S18v": { "type": "string", "sensitive": true }, - "S181": { + "S18w": { "type": "structure", "members": { "S3Bucket": { @@ -31826,7 +32902,7 @@ } } }, - "S182": { + "S18x": { "type": "list", "member": { "locationName": "item", @@ -31838,7 +32914,7 @@ } } }, - "S18a": { + "S195": { "type": "structure", "members": { "Description": { @@ -31871,16 +32947,16 @@ "locationName": "statusMessage" }, "Url": { - "shape": "S180", + "shape": "S18v", "locationName": "url" }, "UserBucket": { - "shape": "S181", + "shape": "S18w", "locationName": "userBucket" } } }, - "S18e": { + "S199": { "type": "list", "member": { "locationName": "item", @@ -31912,7 +32988,7 @@ } } }, - "S18h": { + "S19c": { "type": "structure", "members": { "Value": { @@ -31921,7 +32997,7 @@ } } }, - "S18i": { + "S19d": { "type": "structure", "members": { "Enabled": { @@ -31930,7 +33006,7 @@ } } }, - "S194": { + "S19z": { "type": "structure", "members": { "InstanceEventId": { @@ -31956,7 +33032,7 @@ } } }, - "S197": { + "S1a2": { "type": "structure", "members": { "Code": { @@ -31968,7 +33044,7 @@ } } }, - "S199": { + "S1a4": { "type": "structure", "members": { "Details": { @@ -31996,11 +33072,11 @@ } } }, - "S1cq": { + "S1du": { "type": "structure", "members": { "Groups": { - "shape": "Sld", + "shape": "Sly", "locationName": "groupSet" }, "Instances": { @@ -32034,11 +33110,11 @@ "type": "timestamp" }, "Monitoring": { - "shape": "S1ct", + "shape": "S1dx", "locationName": "monitoring" }, "Placement": { - "shape": "Sch", + "shape": "Scr", "locationName": "placement" }, "Platform": { @@ -32051,7 +33127,7 @@ "locationName": "privateIpAddress" }, "ProductCodes": { - "shape": "S15r", + "shape": "S16n", "locationName": "productCodes" }, "PublicDnsName": { @@ -32064,7 +33140,7 @@ "locationName": "ramdiskId" }, "State": { - "shape": "S197", + "shape": "S1a2", "locationName": "instanceState" }, "StateTransitionReason": { @@ -32080,7 +33156,7 @@ "locationName": "architecture" }, "BlockDeviceMappings": { - "shape": "S18e", + "shape": "S199", "locationName": "blockDeviceMapping" }, "ClientToken": { @@ -32098,7 +33174,7 @@ "locationName": "hypervisor" }, "IamInstanceProfile": { - "shape": "S3t", + "shape": "S3y", "locationName": "iamInstanceProfile" }, "InstanceLifecycle": { @@ -32157,7 +33233,7 @@ "type": "structure", "members": { "Association": { - "shape": "S1d2", + "shape": "S1e6", "locationName": "association" }, "Attachment": { @@ -32185,6 +33261,26 @@ "NetworkCardIndex": { "locationName": "networkCardIndex", "type": "integer" + }, + "EnaSrdSpecification": { + "locationName": "enaSrdSpecification", + "type": "structure", + "members": { + "EnaSrdEnabled": { + "locationName": "enaSrdEnabled", + "type": "boolean" + }, + "EnaSrdUdpSpecification": { + "locationName": "enaSrdUdpSpecification", + "type": "structure", + "members": { + "EnaSrdUdpEnabled": { + "locationName": "enaSrdUdpEnabled", + "type": "boolean" + } + } + } + } } } }, @@ -32192,11 +33288,11 @@ "locationName": "description" }, "Groups": { - "shape": "Sld", + "shape": "Sly", "locationName": "groupSet" }, "Ipv6Addresses": { - "shape": "Si9", + "shape": "Siq", "locationName": "ipv6AddressesSet" }, "MacAddress": { @@ -32222,7 +33318,7 @@ "type": "structure", "members": { "Association": { - "shape": "S1d2", + "shape": "S1e6", "locationName": "association" }, "Primary": { @@ -32279,6 +33375,24 @@ } } } + }, + "ConnectionTrackingConfiguration": { + "locationName": "connectionTrackingConfiguration", + "type": "structure", + "members": { + "TcpEstablishedTimeout": { + "locationName": "tcpEstablishedTimeout", + "type": "integer" + }, + "UdpStreamTimeout": { + "locationName": "udpStreamTimeout", + "type": "integer" + }, + "UdpTimeout": { + "locationName": "udpTimeout", + "type": "integer" + } + } } } } @@ -32293,7 +33407,7 @@ "locationName": "rootDeviceType" }, "SecurityGroups": { - "shape": "Sld", + "shape": "Sly", "locationName": "groupSet" }, "SourceDestCheck": { @@ -32307,7 +33421,7 @@ "locationName": "sriovNetSupport" }, "StateReason": { - "shape": "Sjc", + "shape": "Sjw", "locationName": "stateReason" }, "Tags": { @@ -32345,7 +33459,7 @@ "locationName": "capacityReservationPreference" }, "CapacityReservationTarget": { - "shape": "Sis", + "shape": "Sjc", "locationName": "capacityReservationTarget" } } @@ -32374,11 +33488,11 @@ } }, "MetadataOptions": { - "shape": "S1df", + "shape": "S1em", "locationName": "metadataOptions" }, "EnclaveOptions": { - "shape": "S18i", + "shape": "S19d", "locationName": "enclaveOptions" }, "BootMode": { @@ -32443,7 +33557,7 @@ } } }, - "S1ct": { + "S1dx": { "type": "structure", "members": { "State": { @@ -32451,7 +33565,7 @@ } } }, - "S1d2": { + "S1e6": { "type": "structure", "members": { "CarrierIp": { @@ -32471,7 +33585,7 @@ } } }, - "S1df": { + "S1em": { "type": "structure", "members": { "State": { @@ -32495,13 +33609,19 @@ } } }, - "S1ff": { + "S1gq": { "type": "list", "member": { "locationName": "item" } }, - "S1gf": { + "S1h3": { + "type": "list", + "member": { + "locationName": "SnapshotId" + } + }, + "S1hz": { "type": "structure", "members": { "NetworkInsightsAccessScopeAnalysisId": { @@ -32543,7 +33663,7 @@ } } }, - "S1gq": { + "S1ia": { "type": "structure", "members": { "NetworkInsightsAnalysisId": { @@ -32560,7 +33680,7 @@ "locationName": "additionalAccountSet" }, "FilterInArns": { - "shape": "S1gr", + "shape": "S1ib", "locationName": "filterInArnSet" }, "StartDate": { @@ -32581,15 +33701,15 @@ "type": "boolean" }, "ForwardPathComponents": { - "shape": "S1gs", + "shape": "S1ic", "locationName": "forwardPathComponentSet" }, "ReturnPathComponents": { - "shape": "S1gs", + "shape": "S1ic", "locationName": "returnPathComponentSet" }, "Explanations": { - "shape": "S1hc", + "shape": "S1iw", "locationName": "explanationSet" }, "AlternatePathHints": { @@ -32618,13 +33738,13 @@ } } }, - "S1gr": { + "S1ib": { "type": "list", "member": { "locationName": "item" } }, - "S1gs": { + "S1ic": { "type": "list", "member": { "locationName": "item", @@ -32635,47 +33755,47 @@ "type": "integer" }, "AclRule": { - "shape": "S1gu", + "shape": "S1ie", "locationName": "aclRule" }, "AttachedTo": { - "shape": "S1gv", + "shape": "S1if", "locationName": "attachedTo" }, "Component": { - "shape": "S1gv", + "shape": "S1if", "locationName": "component" }, "DestinationVpc": { - "shape": "S1gv", + "shape": "S1if", "locationName": "destinationVpc" }, "OutboundHeader": { - "shape": "S1gw", + "shape": "S1ig", "locationName": "outboundHeader" }, "InboundHeader": { - "shape": "S1gw", + "shape": "S1ig", "locationName": "inboundHeader" }, "RouteTableRoute": { - "shape": "S1gz", + "shape": "S1ij", "locationName": "routeTableRoute" }, "SecurityGroupRule": { - "shape": "S1h0", + "shape": "S1ik", "locationName": "securityGroupRule" }, "SourceVpc": { - "shape": "S1gv", + "shape": "S1if", "locationName": "sourceVpc" }, "Subnet": { - "shape": "S1gv", + "shape": "S1if", "locationName": "subnet" }, "Vpc": { - "shape": "S1gv", + "shape": "S1if", "locationName": "vpc" }, "AdditionalDetails": { @@ -32689,15 +33809,15 @@ "locationName": "additionalDetailType" }, "Component": { - "shape": "S1gv", + "shape": "S1if", "locationName": "component" }, "VpcEndpointService": { - "shape": "S1gv", + "shape": "S1if", "locationName": "vpcEndpointService" }, "RuleOptions": { - "shape": "S1h3", + "shape": "S1in", "locationName": "ruleOptionSet" }, "RuleGroupTypePairs": { @@ -32727,7 +33847,7 @@ "locationName": "ruleGroupArn" }, "RuleOptions": { - "shape": "S1h3", + "shape": "S1in", "locationName": "ruleOptionSet" } } @@ -32737,34 +33857,34 @@ "locationName": "serviceName" }, "LoadBalancers": { - "shape": "S1ha", + "shape": "S1iu", "locationName": "loadBalancerSet" } } } }, "TransitGateway": { - "shape": "S1gv", + "shape": "S1if", "locationName": "transitGateway" }, "TransitGatewayRouteTableRoute": { - "shape": "S1hb", + "shape": "S1iv", "locationName": "transitGatewayRouteTableRoute" }, "Explanations": { - "shape": "S1hc", + "shape": "S1iw", "locationName": "explanationSet" }, "ElasticLoadBalancerListener": { - "shape": "S1gv", + "shape": "S1if", "locationName": "elasticLoadBalancerListener" }, "FirewallStatelessRule": { - "shape": "S1hi", + "shape": "S1j2", "locationName": "firewallStatelessRule" }, "FirewallStatefulRule": { - "shape": "S1hm", + "shape": "S1j6", "locationName": "firewallStatefulRule" }, "ServiceName": { @@ -32773,7 +33893,7 @@ } } }, - "S1gu": { + "S1ie": { "type": "structure", "members": { "Cidr": { @@ -32784,7 +33904,7 @@ "type": "boolean" }, "PortRange": { - "shape": "Sk5", + "shape": "Skp", "locationName": "portRange" }, "Protocol": { @@ -32799,7 +33919,7 @@ } } }, - "S1gv": { + "S1if": { "type": "structure", "members": { "Id": { @@ -32813,44 +33933,44 @@ } } }, - "S1gw": { + "S1ig": { "type": "structure", "members": { "DestinationAddresses": { - "shape": "S1gx", + "shape": "S1ih", "locationName": "destinationAddressSet" }, "DestinationPortRanges": { - "shape": "S1gy", + "shape": "S1ii", "locationName": "destinationPortRangeSet" }, "Protocol": { "locationName": "protocol" }, "SourceAddresses": { - "shape": "S1gx", + "shape": "S1ih", "locationName": "sourceAddressSet" }, "SourcePortRanges": { - "shape": "S1gy", + "shape": "S1ii", "locationName": "sourcePortRangeSet" } } }, - "S1gx": { + "S1ih": { "type": "list", "member": { "locationName": "item" } }, - "S1gy": { + "S1ii": { "type": "list", "member": { - "shape": "Sk5", + "shape": "Skp", "locationName": "item" } }, - "S1gz": { + "S1ij": { "type": "structure", "members": { "DestinationCidr": { @@ -32897,7 +34017,7 @@ } } }, - "S1h0": { + "S1ik": { "type": "structure", "members": { "Cidr": { @@ -32910,7 +34030,7 @@ "locationName": "securityGroupId" }, "PortRange": { - "shape": "Sk5", + "shape": "Skp", "locationName": "portRange" }, "PrefixListId": { @@ -32921,7 +34041,7 @@ } } }, - "S1h3": { + "S1in": { "type": "list", "member": { "locationName": "item", @@ -32931,26 +34051,26 @@ "locationName": "keyword" }, "Settings": { - "shape": "S1h5", + "shape": "S1ip", "locationName": "settingSet" } } } }, - "S1h5": { + "S1ip": { "type": "list", "member": { "locationName": "item" } }, - "S1ha": { + "S1iu": { "type": "list", "member": { - "shape": "S1gv", + "shape": "S1if", "locationName": "item" } }, - "S1hb": { + "S1iv": { "type": "structure", "members": { "DestinationCidr": { @@ -32976,29 +34096,29 @@ } } }, - "S1hc": { + "S1iw": { "type": "list", "member": { "locationName": "item", "type": "structure", "members": { "Acl": { - "shape": "S1gv", + "shape": "S1if", "locationName": "acl" }, "AclRule": { - "shape": "S1gu", + "shape": "S1ie", "locationName": "aclRule" }, "Address": { "locationName": "address" }, "Addresses": { - "shape": "S1gx", + "shape": "S1ih", "locationName": "addressSet" }, "AttachedTo": { - "shape": "S1gv", + "shape": "S1if", "locationName": "attachedTo" }, "AvailabilityZones": { @@ -33010,19 +34130,19 @@ "locationName": "cidrSet" }, "Component": { - "shape": "S1gv", + "shape": "S1if", "locationName": "component" }, "CustomerGateway": { - "shape": "S1gv", + "shape": "S1if", "locationName": "customerGateway" }, "Destination": { - "shape": "S1gv", + "shape": "S1if", "locationName": "destination" }, "DestinationVpc": { - "shape": "S1gv", + "shape": "S1if", "locationName": "destinationVpc" }, "Direction": { @@ -33032,11 +34152,11 @@ "locationName": "explanationCode" }, "IngressRouteTable": { - "shape": "S1gv", + "shape": "S1if", "locationName": "ingressRouteTable" }, "InternetGateway": { - "shape": "S1gv", + "shape": "S1if", "locationName": "internetGateway" }, "LoadBalancerArn": { @@ -33071,7 +34191,7 @@ "locationName": "availabilityZone" }, "Instance": { - "shape": "S1gv", + "shape": "S1if", "locationName": "instance" }, "Port": { @@ -33081,11 +34201,11 @@ } }, "LoadBalancerTargetGroup": { - "shape": "S1gv", + "shape": "S1if", "locationName": "loadBalancerTargetGroup" }, "LoadBalancerTargetGroups": { - "shape": "S1ha", + "shape": "S1iu", "locationName": "loadBalancerTargetGroupSet" }, "LoadBalancerTargetPort": { @@ -33093,25 +34213,25 @@ "type": "integer" }, "ElasticLoadBalancerListener": { - "shape": "S1gv", + "shape": "S1if", "locationName": "elasticLoadBalancerListener" }, "MissingComponent": { "locationName": "missingComponent" }, "NatGateway": { - "shape": "S1gv", + "shape": "S1if", "locationName": "natGateway" }, "NetworkInterface": { - "shape": "S1gv", + "shape": "S1if", "locationName": "networkInterface" }, "PacketField": { "locationName": "packetField" }, "VpcPeeringConnection": { - "shape": "S1gv", + "shape": "S1if", "locationName": "vpcPeeringConnection" }, "Port": { @@ -33119,82 +34239,82 @@ "type": "integer" }, "PortRanges": { - "shape": "S1gy", + "shape": "S1ii", "locationName": "portRangeSet" }, "PrefixList": { - "shape": "S1gv", + "shape": "S1if", "locationName": "prefixList" }, "Protocols": { - "shape": "S1h5", + "shape": "S1ip", "locationName": "protocolSet" }, "RouteTableRoute": { - "shape": "S1gz", + "shape": "S1ij", "locationName": "routeTableRoute" }, "RouteTable": { - "shape": "S1gv", + "shape": "S1if", "locationName": "routeTable" }, "SecurityGroup": { - "shape": "S1gv", + "shape": "S1if", "locationName": "securityGroup" }, "SecurityGroupRule": { - "shape": "S1h0", + "shape": "S1ik", "locationName": "securityGroupRule" }, "SecurityGroups": { - "shape": "S1ha", + "shape": "S1iu", "locationName": "securityGroupSet" }, "SourceVpc": { - "shape": "S1gv", + "shape": "S1if", "locationName": "sourceVpc" }, "State": { "locationName": "state" }, "Subnet": { - "shape": "S1gv", + "shape": "S1if", "locationName": "subnet" }, "SubnetRouteTable": { - "shape": "S1gv", + "shape": "S1if", "locationName": "subnetRouteTable" }, "Vpc": { - "shape": "S1gv", + "shape": "S1if", "locationName": "vpc" }, "VpcEndpoint": { - "shape": "S1gv", + "shape": "S1if", "locationName": "vpcEndpoint" }, "VpnConnection": { - "shape": "S1gv", + "shape": "S1if", "locationName": "vpnConnection" }, "VpnGateway": { - "shape": "S1gv", + "shape": "S1if", "locationName": "vpnGateway" }, "TransitGateway": { - "shape": "S1gv", + "shape": "S1if", "locationName": "transitGateway" }, "TransitGatewayRouteTable": { - "shape": "S1gv", + "shape": "S1if", "locationName": "transitGatewayRouteTable" }, "TransitGatewayRouteTableRoute": { - "shape": "S1hb", + "shape": "S1iv", "locationName": "transitGatewayRouteTableRoute" }, "TransitGatewayAttachment": { - "shape": "S1gv", + "shape": "S1if", "locationName": "transitGatewayAttachment" }, "ComponentAccount": { @@ -33204,17 +34324,17 @@ "locationName": "componentRegion" }, "FirewallStatelessRule": { - "shape": "S1hi", + "shape": "S1j2", "locationName": "firewallStatelessRule" }, "FirewallStatefulRule": { - "shape": "S1hm", + "shape": "S1j6", "locationName": "firewallStatefulRule" } } } }, - "S1hi": { + "S1j2": { "type": "structure", "members": { "RuleGroupArn": { @@ -33229,11 +34349,11 @@ "locationName": "destinationSet" }, "SourcePorts": { - "shape": "S1gy", + "shape": "S1ii", "locationName": "sourcePortSet" }, "DestinationPorts": { - "shape": "S1gy", + "shape": "S1ii", "locationName": "destinationPortSet" }, "Protocols": { @@ -33253,7 +34373,7 @@ } } }, - "S1hm": { + "S1j6": { "type": "structure", "members": { "RuleGroupArn": { @@ -33268,11 +34388,11 @@ "locationName": "destinationSet" }, "SourcePorts": { - "shape": "S1gy", + "shape": "S1ii", "locationName": "sourcePortSet" }, "DestinationPorts": { - "shape": "S1gy", + "shape": "S1ii", "locationName": "destinationPortSet" }, "Protocol": { @@ -33286,7 +34406,7 @@ } } }, - "S1it": { + "S1kd": { "type": "structure", "members": { "FirstAddress": { @@ -33305,13 +34425,13 @@ } } }, - "S1j6": { + "S1kq": { "type": "list", "member": { "locationName": "ReservedInstancesId" } }, - "S1je": { + "S1ky": { "type": "list", "member": { "locationName": "item", @@ -33327,7 +34447,7 @@ } } }, - "S1js": { + "S1lc": { "type": "structure", "members": { "AvailabilityZone": { @@ -33348,7 +34468,7 @@ } } }, - "S1kf": { + "S1lz": { "type": "structure", "members": { "Frequency": { @@ -33375,7 +34495,7 @@ } } }, - "S1kn": { + "S1m7": { "type": "structure", "members": { "AvailabilityZone": { @@ -33410,7 +34530,7 @@ "type": "timestamp" }, "Recurrence": { - "shape": "S1kf", + "shape": "S1lz", "locationName": "recurrence" }, "ScheduledInstanceId": { @@ -33434,19 +34554,19 @@ } } }, - "S1ku": { + "S1me": { "type": "list", "member": { "locationName": "item" } }, - "S1ky": { + "S1mi": { "type": "list", "member": { "locationName": "GroupName" } }, - "S1l6": { + "S1mq": { "type": "list", "member": { "locationName": "item", @@ -33461,13 +34581,7 @@ } } }, - "S1lg": { - "type": "list", - "member": { - "locationName": "SnapshotId" - } - }, - "S1lz": { + "S1ni": { "type": "structure", "required": [ "IamFleetRole", @@ -33524,14 +34638,14 @@ "type": "structure", "members": { "SecurityGroups": { - "shape": "Sld", + "shape": "Sly", "locationName": "groupSet" }, "AddressingType": { "locationName": "addressingType" }, "BlockDeviceMappings": { - "shape": "S17a", + "shape": "S185", "locationName": "blockDeviceMapping" }, "EbsOptimized": { @@ -33539,7 +34653,7 @@ "type": "boolean" }, "IamInstanceProfile": { - "shape": "S3q", + "shape": "S3v", "locationName": "iamInstanceProfile" }, "ImageId": { @@ -33565,11 +34679,11 @@ } }, "NetworkInterfaces": { - "shape": "S1m9", + "shape": "S1ns", "locationName": "networkInterfaceSet" }, "Placement": { - "shape": "S1mb", + "shape": "S1nu", "locationName": "placement" }, "RamdiskId": { @@ -33582,7 +34696,7 @@ "locationName": "subnetId" }, "UserData": { - "shape": "Sga", + "shape": "Sgo", "locationName": "userData" }, "WeightedCapacity": { @@ -33607,14 +34721,14 @@ } }, "InstanceRequirements": { - "shape": "Sdp", + "shape": "Sdz", "locationName": "instanceRequirements" } } } }, "LaunchTemplateConfigs": { - "shape": "S1me", + "shape": "S1nx", "locationName": "launchTemplateConfigs" }, "SpotPrice": { @@ -33716,7 +34830,7 @@ } } }, - "S1m9": { + "S1ns": { "type": "list", "member": { "locationName": "item", @@ -33738,7 +34852,7 @@ "type": "integer" }, "Groups": { - "shape": "Sgl", + "shape": "Sgz", "locationName": "SecurityGroupId" }, "Ipv6AddressCount": { @@ -33746,7 +34860,7 @@ "type": "integer" }, "Ipv6Addresses": { - "shape": "Si9", + "shape": "Siq", "locationName": "ipv6AddressesSet", "queryName": "Ipv6Addresses" }, @@ -33757,7 +34871,7 @@ "locationName": "privateIpAddress" }, "PrivateIpAddresses": { - "shape": "Sgo", + "shape": "Sh2", "locationName": "privateIpAddressesSet", "queryName": "PrivateIpAddresses" }, @@ -33776,14 +34890,14 @@ "type": "integer" }, "Ipv4Prefixes": { - "shape": "Sgq", + "shape": "Sh4", "locationName": "Ipv4Prefix" }, "Ipv4PrefixCount": { "type": "integer" }, "Ipv6Prefixes": { - "shape": "Sgs", + "shape": "Sh6", "locationName": "Ipv6Prefix" }, "Ipv6PrefixCount": { @@ -33791,11 +34905,17 @@ }, "PrimaryIpv6": { "type": "boolean" + }, + "EnaSrdSpecification": { + "shape": "Sh8" + }, + "ConnectionTrackingSpecification": { + "shape": "Sha" } } } }, - "S1mb": { + "S1nu": { "type": "structure", "members": { "AvailabilityZone": { @@ -33809,14 +34929,14 @@ } } }, - "S1me": { + "S1nx": { "type": "list", "member": { "locationName": "item", "type": "structure", "members": { "LaunchTemplateSpecification": { - "shape": "Sdm", + "shape": "Sdw", "locationName": "launchTemplateSpecification" }, "Overrides": { @@ -33847,7 +34967,7 @@ "type": "double" }, "InstanceRequirements": { - "shape": "Sdp", + "shape": "Sdz", "locationName": "instanceRequirements" } } @@ -33856,7 +34976,7 @@ } } }, - "S1mr": { + "S1oa": { "type": "list", "member": { "locationName": "item", @@ -33877,7 +34997,7 @@ "type": "timestamp" }, "Fault": { - "shape": "Sna", + "shape": "Snv", "locationName": "fault" }, "InstanceId": { @@ -33891,18 +35011,18 @@ "type": "structure", "members": { "UserData": { - "shape": "Sga", + "shape": "Sgo", "locationName": "userData" }, "SecurityGroups": { - "shape": "Sld", + "shape": "Sly", "locationName": "groupSet" }, "AddressingType": { "locationName": "addressingType" }, "BlockDeviceMappings": { - "shape": "S17a", + "shape": "S185", "locationName": "blockDeviceMapping" }, "EbsOptimized": { @@ -33910,7 +35030,7 @@ "type": "boolean" }, "IamInstanceProfile": { - "shape": "S3q", + "shape": "S3v", "locationName": "iamInstanceProfile" }, "ImageId": { @@ -33926,11 +35046,11 @@ "locationName": "keyName" }, "NetworkInterfaces": { - "shape": "S1m9", + "shape": "S1ns", "locationName": "networkInterfaceSet" }, "Placement": { - "shape": "S1mb", + "shape": "S1nu", "locationName": "placement" }, "RamdiskId": { @@ -33940,7 +35060,7 @@ "locationName": "subnetId" }, "Monitoring": { - "shape": "S1mu", + "shape": "S1od", "locationName": "monitoring" } } @@ -33997,7 +35117,7 @@ } } }, - "S1mu": { + "S1od": { "type": "structure", "required": [ "Enabled" @@ -34009,7 +35129,7 @@ } } }, - "S1n9": { + "S1os": { "type": "list", "member": { "locationName": "item", @@ -34044,24 +35164,24 @@ "locationName": "groups", "type": "list", "member": { - "shape": "S6x", + "shape": "S76", "locationName": "item" } } } } }, - "S1o7": { + "S1pq": { "type": "list", "member": {} }, - "S1pq": { + "S1r9": { "type": "list", "member": { "locationName": "item" } }, - "S1pu": { + "S1rd": { "type": "structure", "members": { "VerifiedAccessInstanceId": { @@ -34080,7 +35200,7 @@ "type": "boolean" }, "DeliveryStatus": { - "shape": "S1px", + "shape": "S1rg", "locationName": "deliveryStatus" }, "BucketName": { @@ -34103,7 +35223,7 @@ "type": "boolean" }, "DeliveryStatus": { - "shape": "S1px", + "shape": "S1rg", "locationName": "deliveryStatus" }, "LogGroup": { @@ -34120,7 +35240,7 @@ "type": "boolean" }, "DeliveryStatus": { - "shape": "S1px", + "shape": "S1rg", "locationName": "deliveryStatus" }, "DeliveryStream": { @@ -34139,7 +35259,7 @@ } } }, - "S1px": { + "S1rg": { "type": "structure", "members": { "Code": { @@ -34150,7 +35270,7 @@ } } }, - "S1qy": { + "S1sh": { "type": "structure", "members": { "VolumeId": { @@ -34214,19 +35334,19 @@ } } }, - "S1r4": { + "S1sn": { "type": "list", "member": { "locationName": "VpcId" } }, - "S1t4": { + "S1un": { "type": "list", "member": { "locationName": "AvailabilityZone" } }, - "S1to": { + "S1vc": { "type": "structure", "members": { "TransitGatewayAttachmentId": { @@ -34249,7 +35369,7 @@ } } }, - "S1x1": { + "S1yu": { "type": "structure", "members": { "InstanceFamily": { @@ -34260,13 +35380,13 @@ } } }, - "S1xi": { + "S1zb": { "type": "list", "member": { "locationName": "item" } }, - "S1xk": { + "S1zd": { "type": "list", "member": { "locationName": "item", @@ -34280,7 +35400,7 @@ "type": "integer" }, "HostIdSet": { - "shape": "S16i", + "shape": "S17d", "locationName": "hostIdSet" }, "HostReservationId": { @@ -34301,19 +35421,19 @@ } } }, - "S1xp": { + "S1zi": { "type": "list", "member": { "locationName": "item" } }, - "S1xq": { + "S1zj": { "type": "list", "member": { "locationName": "item" } }, - "S1yq": { + "S20v": { "type": "structure", "members": { "IpamId": { @@ -34344,7 +35464,7 @@ "locationName": "resourceType" }, "ResourceTags": { - "shape": "Sfw", + "shape": "Sg9", "locationName": "resourceTagSet" }, "IpUsage": { @@ -34365,7 +35485,7 @@ } } }, - "S1ze": { + "S21j": { "type": "structure", "members": { "HourlyPrice": { @@ -34379,14 +35499,14 @@ } } }, - "S1zy": { + "S22a": { "type": "list", "member": { - "shape": "Snl", + "shape": "So6", "locationName": "item" } }, - "S21a": { + "S23m": { "type": "structure", "members": { "Comment": {}, @@ -34401,14 +35521,14 @@ } } }, - "S21d": { + "S23p": { "type": "structure", "members": { "S3Bucket": {}, "S3Key": {} } }, - "S21k": { + "S23w": { "type": "structure", "required": [ "Bytes", @@ -34424,12 +35544,12 @@ "locationName": "format" }, "ImportManifestUrl": { - "shape": "S131", + "shape": "S13x", "locationName": "importManifestUrl" } } }, - "S21l": { + "S23x": { "type": "structure", "required": [ "Size" @@ -34441,25 +35561,25 @@ } } }, - "S22q": { + "S257": { "type": "list", "member": { "locationName": "UserId" } }, - "S22r": { + "S258": { "type": "list", "member": { "locationName": "UserGroup" } }, - "S22s": { + "S259": { "type": "list", "member": { "locationName": "ProductCode" } }, - "S22u": { + "S25b": { "type": "list", "member": { "locationName": "item", @@ -34470,23 +35590,23 @@ } } }, - "S22z": { + "S25g": { "type": "list", "member": { - "shape": "S1h", + "shape": "S1i", "locationName": "item" } }, - "S23c": { + "S25t": { "type": "structure", "members": { "CapacityReservationPreference": {}, "CapacityReservationTarget": { - "shape": "Shh" + "shape": "Shy" } } }, - "S241": { + "S26i": { "type": "list", "member": { "type": "structure", @@ -34495,7 +35615,7 @@ } } }, - "S26p": { + "S297": { "type": "structure", "members": { "AllowDnsResolutionFromRemoteVpc": { @@ -34509,7 +35629,7 @@ } } }, - "S26r": { + "S299": { "type": "structure", "members": { "AllowDnsResolutionFromRemoteVpc": { @@ -34526,7 +35646,7 @@ } } }, - "S276": { + "S29o": { "type": "list", "member": { "locationName": "item", @@ -34536,39 +35656,39 @@ "locationName": "instanceId" }, "Monitoring": { - "shape": "S1ct", + "shape": "S1dx", "locationName": "monitoring" } } } }, - "S2av": { + "S2di": { "type": "list", "member": { "locationName": "SecurityGroupId" } }, - "S2bj": { + "S2e6": { "type": "list", "member": { "locationName": "item", "type": "structure", "members": { "CurrentState": { - "shape": "S197", + "shape": "S1a2", "locationName": "currentState" }, "InstanceId": { "locationName": "instanceId" }, "PreviousState": { - "shape": "S197", + "shape": "S1a2", "locationName": "previousState" } } } }, - "S2c7": { + "S2ew": { "type": "list", "member": { "locationName": "item", diff --git a/iamlivecore/service/ecr-2015-09-21.min.json b/iamlivecore/service/ecr-2015-09-21.min.json index 8136937..9076d22 100644 --- a/iamlivecore/service/ecr-2015-09-21.min.json +++ b/iamlivecore/service/ecr-2015-09-21.min.json @@ -207,7 +207,9 @@ "members": { "ecrRepositoryPrefix": {}, "upstreamRegistryUrl": {}, - "registryId": {} + "registryId": {}, + "upstreamRegistry": {}, + "credentialArn": {} } }, "output": { @@ -218,7 +220,9 @@ "createdAt": { "type": "timestamp" }, - "registryId": {} + "registryId": {}, + "upstreamRegistry": {}, + "credentialArn": {} } } }, @@ -232,14 +236,14 @@ "registryId": {}, "repositoryName": {}, "tags": { - "shape": "S1n" + "shape": "S1p" }, "imageTagMutability": {}, "imageScanningConfiguration": { - "shape": "S1s" + "shape": "S1u" }, "encryptionConfiguration": { - "shape": "S1t" + "shape": "S1v" } } }, @@ -247,7 +251,7 @@ "type": "structure", "members": { "repository": { - "shape": "S1x" + "shape": "S1z" } } } @@ -294,7 +298,8 @@ "createdAt": { "type": "timestamp" }, - "registryId": {} + "registryId": {}, + "credentialArn": {} } } }, @@ -329,7 +334,7 @@ "type": "structure", "members": { "repository": { - "shape": "S1x" + "shape": "S1z" } } } @@ -419,7 +424,7 @@ "shape": "Sj" }, "imageScanStatus": { - "shape": "S2o" + "shape": "S2q" }, "imageScanFindings": { "type": "structure", @@ -431,7 +436,7 @@ "type": "timestamp" }, "findingSeverityCounts": { - "shape": "S2u" + "shape": "S2w" }, "findings": { "type": "list", @@ -658,7 +663,7 @@ "repositoryName": {}, "imageDigest": {}, "imageTags": { - "shape": "S4m" + "shape": "S4o" }, "imageSizeInBytes": { "type": "long" @@ -667,7 +672,7 @@ "type": "timestamp" }, "imageScanStatus": { - "shape": "S2o" + "shape": "S2q" }, "imageScanFindingsSummary": { "type": "structure", @@ -679,7 +684,7 @@ "type": "timestamp" }, "findingSeverityCounts": { - "shape": "S2u" + "shape": "S2w" } } }, @@ -723,7 +728,12 @@ "createdAt": { "type": "timestamp" }, - "registryId": {} + "registryId": {}, + "credentialArn": {}, + "upstreamRegistry": {}, + "updatedAt": { + "type": "timestamp" + } } } }, @@ -741,7 +751,7 @@ "members": { "registryId": {}, "replicationConfiguration": { - "shape": "S4y" + "shape": "S51" } } } @@ -767,7 +777,7 @@ "repositories": { "type": "list", "member": { - "shape": "S1x" + "shape": "S1z" } }, "nextToken": {} @@ -887,7 +897,7 @@ "type": "structure", "members": { "imageTags": { - "shape": "S4m" + "shape": "S4o" }, "imageDigest": {}, "imagePushedAt": { @@ -939,7 +949,7 @@ "members": { "registryId": {}, "scanningConfiguration": { - "shape": "S63" + "shape": "S66" } } } @@ -1030,7 +1040,7 @@ "type": "structure", "members": { "tags": { - "shape": "S1n" + "shape": "S1p" } } } @@ -1071,7 +1081,7 @@ "registryId": {}, "repositoryName": {}, "imageScanningConfiguration": { - "shape": "S1s" + "shape": "S1u" } } }, @@ -1081,7 +1091,7 @@ "registryId": {}, "repositoryName": {}, "imageScanningConfiguration": { - "shape": "S1s" + "shape": "S1u" } } } @@ -1154,7 +1164,7 @@ "members": { "scanType": {}, "rules": { - "shape": "S65" + "shape": "S68" } } }, @@ -1162,7 +1172,7 @@ "type": "structure", "members": { "registryScanningConfiguration": { - "shape": "S63" + "shape": "S66" } } } @@ -1175,7 +1185,7 @@ ], "members": { "replicationConfiguration": { - "shape": "S4y" + "shape": "S51" } } }, @@ -1183,7 +1193,7 @@ "type": "structure", "members": { "replicationConfiguration": { - "shape": "S4y" + "shape": "S51" } } } @@ -1237,7 +1247,7 @@ "shape": "Sj" }, "imageScanStatus": { - "shape": "S2o" + "shape": "S2q" } } } @@ -1274,7 +1284,7 @@ "members": { "resourceArn": {}, "tags": { - "shape": "S1n" + "shape": "S1p" } } }, @@ -1303,6 +1313,31 @@ "members": {} } }, + "UpdatePullThroughCacheRule": { + "input": { + "type": "structure", + "required": [ + "ecrRepositoryPrefix", + "credentialArn" + ], + "members": { + "registryId": {}, + "ecrRepositoryPrefix": {}, + "credentialArn": {} + } + }, + "output": { + "type": "structure", + "members": { + "ecrRepositoryPrefix": {}, + "registryId": {}, + "updatedAt": { + "type": "timestamp" + }, + "credentialArn": {} + } + } + }, "UploadLayerPart": { "input": { "type": "structure", @@ -1339,6 +1374,31 @@ } } } + }, + "ValidatePullThroughCacheRule": { + "input": { + "type": "structure", + "required": [ + "ecrRepositoryPrefix" + ], + "members": { + "ecrRepositoryPrefix": {}, + "registryId": {} + } + }, + "output": { + "type": "structure", + "members": { + "ecrRepositoryPrefix": {}, + "registryId": {}, + "upstreamRegistryUrl": {}, + "credentialArn": {}, + "isValid": { + "type": "boolean" + }, + "failure": {} + } + } } }, "shapes": { @@ -1394,7 +1454,7 @@ } } }, - "S1n": { + "S1p": { "type": "list", "member": { "type": "structure", @@ -1408,7 +1468,7 @@ } } }, - "S1s": { + "S1u": { "type": "structure", "members": { "scanOnPush": { @@ -1416,7 +1476,7 @@ } } }, - "S1t": { + "S1v": { "type": "structure", "required": [ "encryptionType" @@ -1426,7 +1486,7 @@ "kmsKey": {} } }, - "S1x": { + "S1z": { "type": "structure", "members": { "repositoryArn": {}, @@ -1438,32 +1498,32 @@ }, "imageTagMutability": {}, "imageScanningConfiguration": { - "shape": "S1s" + "shape": "S1u" }, "encryptionConfiguration": { - "shape": "S1t" + "shape": "S1v" } } }, - "S2o": { + "S2q": { "type": "structure", "members": { "status": {}, "description": {} } }, - "S2u": { + "S2w": { "type": "map", "key": {}, "value": { "type": "integer" } }, - "S4m": { + "S4o": { "type": "list", "member": {} }, - "S4y": { + "S51": { "type": "structure", "required": [ "rules" @@ -1510,16 +1570,16 @@ } } }, - "S63": { + "S66": { "type": "structure", "members": { "scanType": {}, "rules": { - "shape": "S65" + "shape": "S68" } } }, - "S65": { + "S68": { "type": "list", "member": { "type": "structure", diff --git a/iamlivecore/service/ecs-2014-11-13.min.json b/iamlivecore/service/ecs-2014-11-13.min.json index f77bcdb..6bc5f61 100644 --- a/iamlivecore/service/ecs-2014-11-13.min.json +++ b/iamlivecore/service/ecs-2014-11-13.min.json @@ -216,7 +216,7 @@ "members": { "cluster": {}, "attributes": { - "shape": "S2r" + "shape": "S2s" } } }, @@ -224,7 +224,7 @@ "type": "structure", "members": { "attributes": { - "shape": "S2r" + "shape": "S2s" } } } @@ -308,11 +308,11 @@ "taskDefinitions": { "type": "list", "member": { - "shape": "S35" + "shape": "S36" } }, "failures": { - "shape": "S56" + "shape": "S57" } } } @@ -361,7 +361,7 @@ "type": "structure", "members": { "containerInstance": { - "shape": "S5c" + "shape": "S5d" } } } @@ -380,7 +380,7 @@ "type": "structure", "members": { "taskDefinition": { - "shape": "S35" + "shape": "S36" } } } @@ -412,7 +412,7 @@ } }, "failures": { - "shape": "S56" + "shape": "S57" }, "nextToken": {} } @@ -441,7 +441,7 @@ } }, "failures": { - "shape": "S56" + "shape": "S57" } } } @@ -467,10 +467,10 @@ "type": "structure", "members": { "containerInstances": { - "shape": "S63" + "shape": "S64" }, "failures": { - "shape": "S56" + "shape": "S57" } } } @@ -502,7 +502,7 @@ } }, "failures": { - "shape": "S56" + "shape": "S57" } } } @@ -525,7 +525,7 @@ "type": "structure", "members": { "taskDefinition": { - "shape": "S35" + "shape": "S36" }, "tags": { "shape": "Sa" @@ -559,7 +559,7 @@ "shape": "S26" }, "failures": { - "shape": "S56" + "shape": "S57" } } } @@ -585,10 +585,10 @@ "type": "structure", "members": { "tasks": { - "shape": "S6l" + "shape": "S6m" }, "failures": { - "shape": "S56" + "shape": "S57" } } } @@ -669,10 +669,10 @@ "type": "structure", "members": { "protectedTasks": { - "shape": "S7d" + "shape": "S7e" }, "failures": { - "shape": "S56" + "shape": "S57" } } } @@ -727,7 +727,7 @@ "type": "structure", "members": { "attributes": { - "shape": "S2r" + "shape": "S2s" }, "nextToken": {} } @@ -966,7 +966,7 @@ "members": { "cluster": {}, "attributes": { - "shape": "S2r" + "shape": "S2s" } } }, @@ -974,7 +974,7 @@ "type": "structure", "members": { "attributes": { - "shape": "S2r" + "shape": "S2s" } } } @@ -1014,14 +1014,14 @@ "instanceIdentityDocument": {}, "instanceIdentityDocumentSignature": {}, "totalResources": { - "shape": "S5f" + "shape": "S5g" }, "versionInfo": { - "shape": "S5e" + "shape": "S5f" }, "containerInstanceArn": {}, "attributes": { - "shape": "S2r" + "shape": "S2s" }, "platformDevices": { "type": "list", @@ -1046,7 +1046,7 @@ "type": "structure", "members": { "containerInstance": { - "shape": "S5c" + "shape": "S5d" } } } @@ -1064,16 +1064,16 @@ "executionRoleArn": {}, "networkMode": {}, "containerDefinitions": { - "shape": "S36" + "shape": "S37" }, "volumes": { - "shape": "S4c" + "shape": "S4d" }, "placementConstraints": { - "shape": "S4q" + "shape": "S4r" }, "requiresCompatibilities": { - "shape": "S4t" + "shape": "S4u" }, "cpu": {}, "memory": {}, @@ -1083,16 +1083,16 @@ "pidMode": {}, "ipcMode": {}, "proxyConfiguration": { - "shape": "S52" + "shape": "S53" }, "inferenceAccelerators": { - "shape": "S4y" + "shape": "S4z" }, "ephemeralStorage": { - "shape": "S55" + "shape": "S56" }, "runtimePlatform": { - "shape": "S4v" + "shape": "S4w" } } }, @@ -1100,7 +1100,7 @@ "type": "structure", "members": { "taskDefinition": { - "shape": "S35" + "shape": "S36" }, "tags": { "shape": "Sa" @@ -1134,7 +1134,7 @@ "shape": "S1m" }, "overrides": { - "shape": "S6z" + "shape": "S70" }, "placementConstraints": { "shape": "S1g" @@ -1149,17 +1149,20 @@ "tags": { "shape": "Sa" }, - "taskDefinition": {} + "taskDefinition": {}, + "clientToken": { + "idempotencyToken": true + } } }, "output": { "type": "structure", "members": { "tasks": { - "shape": "S6l" + "shape": "S6m" }, "failures": { - "shape": "S56" + "shape": "S57" } } } @@ -1187,7 +1190,7 @@ "shape": "S1m" }, "overrides": { - "shape": "S6z" + "shape": "S70" }, "propagateTags": {}, "referenceId": {}, @@ -1202,10 +1205,10 @@ "type": "structure", "members": { "tasks": { - "shape": "S6l" + "shape": "S6m" }, "failures": { - "shape": "S56" + "shape": "S57" } } } @@ -1226,7 +1229,7 @@ "type": "structure", "members": { "task": { - "shape": "S6m" + "shape": "S6n" } } } @@ -1240,7 +1243,7 @@ "members": { "cluster": {}, "attachments": { - "shape": "S8q" + "shape": "S8r" } } }, @@ -1265,7 +1268,7 @@ }, "reason": {}, "networkBindings": { - "shape": "S6q" + "shape": "S6r" } } }, @@ -1296,7 +1299,7 @@ "type": "integer" }, "networkBindings": { - "shape": "S6q" + "shape": "S6r" }, "reason": {}, "status": {} @@ -1304,7 +1307,7 @@ } }, "attachments": { - "shape": "S8q" + "shape": "S8r" }, "managedAgents": { "type": "list", @@ -1475,7 +1478,7 @@ "type": "structure", "members": { "containerInstance": { - "shape": "S5c" + "shape": "S5d" } } } @@ -1499,10 +1502,10 @@ "type": "structure", "members": { "containerInstances": { - "shape": "S63" + "shape": "S64" }, "failures": { - "shape": "S56" + "shape": "S57" } } } @@ -1617,10 +1620,10 @@ "type": "structure", "members": { "protectedTasks": { - "shape": "S7d" + "shape": "S7e" }, "failures": { - "shape": "S56" + "shape": "S57" } } } @@ -2261,16 +2264,17 @@ "members": { "name": {}, "value": {}, - "principalArn": {} + "principalArn": {}, + "type": {} } }, - "S2r": { + "S2s": { "type": "list", "member": { - "shape": "S2s" + "shape": "S2t" } }, - "S2s": { + "S2t": { "type": "structure", "required": [ "name" @@ -2282,12 +2286,12 @@ "targetId": {} } }, - "S35": { + "S36": { "type": "structure", "members": { "taskDefinitionArn": {}, "containerDefinitions": { - "shape": "S36" + "shape": "S37" }, "family": {}, "taskRoleArn": {}, @@ -2297,36 +2301,36 @@ "type": "integer" }, "volumes": { - "shape": "S4c" + "shape": "S4d" }, "status": {}, "requiresAttributes": { "type": "list", "member": { - "shape": "S2s" + "shape": "S2t" } }, "placementConstraints": { - "shape": "S4q" + "shape": "S4r" }, "compatibilities": { - "shape": "S4t" + "shape": "S4u" }, "runtimePlatform": { - "shape": "S4v" + "shape": "S4w" }, "requiresCompatibilities": { - "shape": "S4t" + "shape": "S4u" }, "cpu": {}, "memory": {}, "inferenceAccelerators": { - "shape": "S4y" + "shape": "S4z" }, "pidMode": {}, "ipcMode": {}, "proxyConfiguration": { - "shape": "S52" + "shape": "S53" }, "registeredAt": { "type": "timestamp" @@ -2336,11 +2340,11 @@ }, "registeredBy": {}, "ephemeralStorage": { - "shape": "S55" + "shape": "S56" } } }, - "S36": { + "S37": { "type": "list", "member": { "type": "structure", @@ -2396,10 +2400,10 @@ "shape": "Sr" }, "environment": { - "shape": "S3d" + "shape": "S3e" }, "environmentFiles": { - "shape": "S3e" + "shape": "S3f" }, "mountPoints": { "type": "list", @@ -2616,7 +2620,7 @@ } }, "resourceRequirements": { - "shape": "S45" + "shape": "S46" }, "firelensConfiguration": { "type": "structure", @@ -2638,13 +2642,13 @@ } } }, - "S3d": { + "S3e": { "type": "list", "member": { "shape": "S11" } }, - "S3e": { + "S3f": { "type": "list", "member": { "type": "structure", @@ -2658,7 +2662,7 @@ } } }, - "S45": { + "S46": { "type": "list", "member": { "type": "structure", @@ -2672,7 +2676,7 @@ } } }, - "S4c": { + "S4d": { "type": "list", "member": { "type": "structure", @@ -2693,10 +2697,10 @@ }, "driver": {}, "driverOpts": { - "shape": "S4h" + "shape": "S4i" }, "labels": { - "shape": "S4h" + "shape": "S4i" } } }, @@ -2747,12 +2751,12 @@ } } }, - "S4h": { + "S4i": { "type": "map", "key": {}, "value": {} }, - "S4q": { + "S4r": { "type": "list", "member": { "type": "structure", @@ -2762,18 +2766,18 @@ } } }, - "S4t": { + "S4u": { "type": "list", "member": {} }, - "S4v": { + "S4w": { "type": "structure", "members": { "cpuArchitecture": {}, "operatingSystemFamily": {} } }, - "S4y": { + "S4z": { "type": "list", "member": { "type": "structure", @@ -2787,7 +2791,7 @@ } } }, - "S52": { + "S53": { "type": "structure", "required": [ "containerName" @@ -2803,7 +2807,7 @@ } } }, - "S55": { + "S56": { "type": "structure", "required": [ "sizeInGiB" @@ -2814,7 +2818,7 @@ } } }, - "S56": { + "S57": { "type": "list", "member": { "type": "structure", @@ -2825,7 +2829,7 @@ } } }, - "S5c": { + "S5d": { "type": "structure", "members": { "containerInstanceArn": {}, @@ -2835,13 +2839,13 @@ "type": "long" }, "versionInfo": { - "shape": "S5e" + "shape": "S5f" }, "remainingResources": { - "shape": "S5f" + "shape": "S5g" }, "registeredResources": { - "shape": "S5f" + "shape": "S5g" }, "status": {}, "statusReason": {}, @@ -2856,7 +2860,7 @@ }, "agentUpdateStatus": {}, "attributes": { - "shape": "S2r" + "shape": "S2s" }, "registeredAt": { "type": "timestamp" @@ -2891,7 +2895,7 @@ } } }, - "S5e": { + "S5f": { "type": "structure", "members": { "agentVersion": {}, @@ -2899,7 +2903,7 @@ "dockerVersion": {} } }, - "S5f": { + "S5g": { "type": "list", "member": { "type": "structure", @@ -2921,26 +2925,26 @@ } } }, - "S63": { + "S64": { "type": "list", "member": { - "shape": "S5c" + "shape": "S5d" } }, - "S6l": { + "S6m": { "type": "list", "member": { - "shape": "S6m" + "shape": "S6n" } }, - "S6m": { + "S6n": { "type": "structure", "members": { "attachments": { "shape": "S12" }, "attributes": { - "shape": "S2r" + "shape": "S2s" }, "availabilityZone": {}, "capacityProviderName": {}, @@ -2967,7 +2971,7 @@ }, "reason": {}, "networkBindings": { - "shape": "S6q" + "shape": "S6r" }, "networkInterfaces": { "type": "list", @@ -3019,13 +3023,13 @@ "group": {}, "healthStatus": {}, "inferenceAccelerators": { - "shape": "S4y" + "shape": "S4z" }, "lastStatus": {}, "launchType": {}, "memory": {}, "overrides": { - "shape": "S6z" + "shape": "S70" }, "platformVersion": {}, "platformFamily": {}, @@ -3056,11 +3060,11 @@ "type": "long" }, "ephemeralStorage": { - "shape": "S55" + "shape": "S56" } } }, - "S6q": { + "S6r": { "type": "list", "member": { "type": "structure", @@ -3078,7 +3082,7 @@ } } }, - "S6z": { + "S70": { "type": "structure", "members": { "containerOverrides": { @@ -3091,10 +3095,10 @@ "shape": "Sr" }, "environment": { - "shape": "S3d" + "shape": "S3e" }, "environmentFiles": { - "shape": "S3e" + "shape": "S3f" }, "cpu": { "type": "integer" @@ -3106,7 +3110,7 @@ "type": "integer" }, "resourceRequirements": { - "shape": "S45" + "shape": "S46" } } } @@ -3126,11 +3130,11 @@ "memory": {}, "taskRoleArn": {}, "ephemeralStorage": { - "shape": "S55" + "shape": "S56" } } }, - "S7d": { + "S7e": { "type": "list", "member": { "type": "structure", @@ -3145,7 +3149,7 @@ } } }, - "S8q": { + "S8r": { "type": "list", "member": { "type": "structure", diff --git a/iamlivecore/service/eks-2017-11-01.min.json b/iamlivecore/service/eks-2017-11-01.min.json index 41b77ce..14a44d8 100644 --- a/iamlivecore/service/eks-2017-11-01.min.json +++ b/iamlivecore/service/eks-2017-11-01.min.json @@ -204,6 +204,45 @@ } } }, + "CreateEksAnywhereSubscription": { + "http": { + "requestUri": "/eks-anywhere-subscriptions" + }, + "input": { + "type": "structure", + "required": [ + "name", + "term" + ], + "members": { + "name": {}, + "term": { + "shape": "S1x" + }, + "licenseQuantity": { + "type": "integer" + }, + "licenseType": {}, + "autoRenew": { + "type": "boolean" + }, + "clientRequestToken": { + "idempotencyToken": true + }, + "tags": { + "shape": "Sn" + } + } + }, + "output": { + "type": "structure", + "members": { + "subscription": { + "shape": "S22" + } + } + } + }, "CreateFargateProfile": { "http": { "requestUri": "/clusters/{name}/fargate-profiles" @@ -226,7 +265,7 @@ "shape": "S5" }, "selectors": { - "shape": "S1w" + "shape": "S24" }, "clientRequestToken": { "idempotencyToken": true @@ -240,7 +279,7 @@ "type": "structure", "members": { "fargateProfile": { - "shape": "S20" + "shape": "S28" } } } @@ -264,7 +303,7 @@ }, "nodegroupName": {}, "scalingConfig": { - "shape": "S23" + "shape": "S2b" }, "diskSize": { "type": "integer" @@ -277,14 +316,14 @@ }, "amiType": {}, "remoteAccess": { - "shape": "S28" + "shape": "S2g" }, "nodeRole": {}, "labels": { - "shape": "S29" + "shape": "S2h" }, "taints": { - "shape": "S2c" + "shape": "S2k" }, "tags": { "shape": "Sn" @@ -293,10 +332,10 @@ "idempotencyToken": true }, "launchTemplate": { - "shape": "S2h" + "shape": "S2p" }, "updateConfig": { - "shape": "S2i" + "shape": "S2q" }, "capacityType": {}, "version": {}, @@ -307,7 +346,44 @@ "type": "structure", "members": { "nodegroup": { - "shape": "S2n" + "shape": "S2v" + } + } + } + }, + "CreatePodIdentityAssociation": { + "http": { + "requestUri": "/clusters/{name}/pod-identity-associations" + }, + "input": { + "type": "structure", + "required": [ + "clusterName", + "namespace", + "serviceAccount", + "roleArn" + ], + "members": { + "clusterName": { + "location": "uri", + "locationName": "name" + }, + "namespace": {}, + "serviceAccount": {}, + "roleArn": {}, + "clientRequestToken": { + "idempotencyToken": true + }, + "tags": { + "shape": "Sn" + } + } + }, + "output": { + "type": "structure", + "members": { + "association": { + "shape": "S36" } } } @@ -374,6 +450,32 @@ } } }, + "DeleteEksAnywhereSubscription": { + "http": { + "method": "DELETE", + "requestUri": "/eks-anywhere-subscriptions/{id}" + }, + "input": { + "type": "structure", + "required": [ + "id" + ], + "members": { + "id": { + "location": "uri", + "locationName": "id" + } + } + }, + "output": { + "type": "structure", + "members": { + "subscription": { + "shape": "S22" + } + } + } + }, "DeleteFargateProfile": { "http": { "method": "DELETE", @@ -400,7 +502,7 @@ "type": "structure", "members": { "fargateProfile": { - "shape": "S20" + "shape": "S28" } } } @@ -431,7 +533,38 @@ "type": "structure", "members": { "nodegroup": { - "shape": "S2n" + "shape": "S2v" + } + } + } + }, + "DeletePodIdentityAssociation": { + "http": { + "method": "DELETE", + "requestUri": "/clusters/{name}/pod-identity-associations/{associationId}" + }, + "input": { + "type": "structure", + "required": [ + "clusterName", + "associationId" + ], + "members": { + "clusterName": { + "location": "uri", + "locationName": "name" + }, + "associationId": { + "location": "uri", + "locationName": "associationId" + } + } + }, + "output": { + "type": "structure", + "members": { + "association": { + "shape": "S36" } } } @@ -644,6 +777,32 @@ } } }, + "DescribeEksAnywhereSubscription": { + "http": { + "method": "GET", + "requestUri": "/eks-anywhere-subscriptions/{id}" + }, + "input": { + "type": "structure", + "required": [ + "id" + ], + "members": { + "id": { + "location": "uri", + "locationName": "id" + } + } + }, + "output": { + "type": "structure", + "members": { + "subscription": { + "shape": "S22" + } + } + } + }, "DescribeFargateProfile": { "http": { "method": "GET", @@ -670,7 +829,7 @@ "type": "structure", "members": { "fargateProfile": { - "shape": "S20" + "shape": "S28" } } } @@ -691,7 +850,7 @@ "locationName": "name" }, "identityProviderConfig": { - "shape": "S3o" + "shape": "S45" } } }, @@ -753,7 +912,38 @@ "type": "structure", "members": { "nodegroup": { - "shape": "S2n" + "shape": "S2v" + } + } + } + }, + "DescribePodIdentityAssociation": { + "http": { + "method": "GET", + "requestUri": "/clusters/{name}/pod-identity-associations/{associationId}" + }, + "input": { + "type": "structure", + "required": [ + "clusterName", + "associationId" + ], + "members": { + "clusterName": { + "location": "uri", + "locationName": "name" + }, + "associationId": { + "location": "uri", + "locationName": "associationId" + } + } + }, + "output": { + "type": "structure", + "members": { + "association": { + "shape": "S36" } } } @@ -813,7 +1003,7 @@ "locationName": "name" }, "identityProviderConfig": { - "shape": "S3o" + "shape": "S45" }, "clientRequestToken": { "idempotencyToken": true @@ -900,6 +1090,44 @@ } } }, + "ListEksAnywhereSubscriptions": { + "http": { + "method": "GET", + "requestUri": "/eks-anywhere-subscriptions" + }, + "input": { + "type": "structure", + "members": { + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "includeStatus": { + "location": "querystring", + "locationName": "includeStatus", + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "members": { + "subscriptions": { + "type": "list", + "member": { + "shape": "S22" + } + }, + "nextToken": {} + } + } + }, "ListFargateProfiles": { "http": { "method": "GET", @@ -968,7 +1196,7 @@ "identityProviderConfigs": { "type": "list", "member": { - "shape": "S3o" + "shape": "S45" } }, "nextToken": {} @@ -1011,6 +1239,60 @@ } } }, + "ListPodIdentityAssociations": { + "http": { + "method": "GET", + "requestUri": "/clusters/{name}/pod-identity-associations" + }, + "input": { + "type": "structure", + "required": [ + "clusterName" + ], + "members": { + "clusterName": { + "location": "uri", + "locationName": "name" + }, + "namespace": { + "location": "querystring", + "locationName": "namespace" + }, + "serviceAccount": { + "location": "querystring", + "locationName": "serviceAccount" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "associations": { + "type": "list", + "member": { + "type": "structure", + "members": { + "clusterName": {}, + "namespace": {}, + "serviceAccount": {}, + "associationArn": {}, + "associationId": {} + } + } + }, + "nextToken": {} + } + } + }, "ListTagsForResource": { "http": { "method": "GET", @@ -1276,6 +1558,38 @@ } } }, + "UpdateEksAnywhereSubscription": { + "http": { + "requestUri": "/eks-anywhere-subscriptions/{id}" + }, + "input": { + "type": "structure", + "required": [ + "id", + "autoRenew" + ], + "members": { + "id": { + "location": "uri", + "locationName": "id" + }, + "autoRenew": { + "type": "boolean" + }, + "clientRequestToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "members": { + "subscription": { + "shape": "S22" + } + } + } + }, "UpdateNodegroupConfig": { "http": { "requestUri": "/clusters/{name}/node-groups/{nodegroupName}/update-config" @@ -1299,7 +1613,7 @@ "type": "structure", "members": { "addOrUpdateLabels": { - "shape": "S29" + "shape": "S2h" }, "removeLabels": { "type": "list", @@ -1311,18 +1625,18 @@ "type": "structure", "members": { "addOrUpdateTaints": { - "shape": "S2c" + "shape": "S2k" }, "removeTaints": { - "shape": "S2c" + "shape": "S2k" } } }, "scalingConfig": { - "shape": "S23" + "shape": "S2b" }, "updateConfig": { - "shape": "S2i" + "shape": "S2q" }, "clientRequestToken": { "idempotencyToken": true @@ -1360,7 +1674,7 @@ "version": {}, "releaseVersion": {}, "launchTemplate": { - "shape": "S2h" + "shape": "S2p" }, "force": { "type": "boolean" @@ -1378,6 +1692,40 @@ } } } + }, + "UpdatePodIdentityAssociation": { + "http": { + "requestUri": "/clusters/{name}/pod-identity-associations/{associationId}" + }, + "input": { + "type": "structure", + "required": [ + "clusterName", + "associationId" + ], + "members": { + "clusterName": { + "location": "uri", + "locationName": "name" + }, + "associationId": { + "location": "uri", + "locationName": "associationId" + }, + "roleArn": {}, + "clientRequestToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "members": { + "association": { + "shape": "S36" + } + } + } } }, "shapes": { @@ -1659,7 +2007,49 @@ } } }, - "S1w": { + "S1x": { + "type": "structure", + "members": { + "duration": { + "type": "integer" + }, + "unit": {} + } + }, + "S22": { + "type": "structure", + "members": { + "id": {}, + "arn": {}, + "createdAt": { + "type": "timestamp" + }, + "effectiveDate": { + "type": "timestamp" + }, + "expirationDate": { + "type": "timestamp" + }, + "licenseQuantity": { + "type": "integer" + }, + "licenseType": {}, + "term": { + "shape": "S1x" + }, + "status": {}, + "autoRenew": { + "type": "boolean" + }, + "licenseArns": { + "shape": "S5" + }, + "tags": { + "shape": "Sn" + } + } + }, + "S24": { "type": "list", "member": { "type": "structure", @@ -1673,7 +2063,7 @@ } } }, - "S20": { + "S28": { "type": "structure", "members": { "fargateProfileName": {}, @@ -1687,7 +2077,7 @@ "shape": "S5" }, "selectors": { - "shape": "S1w" + "shape": "S24" }, "status": {}, "tags": { @@ -1695,7 +2085,7 @@ } } }, - "S23": { + "S2b": { "type": "structure", "members": { "minSize": { @@ -1709,7 +2099,7 @@ } } }, - "S28": { + "S2g": { "type": "structure", "members": { "ec2SshKey": {}, @@ -1718,12 +2108,12 @@ } } }, - "S29": { + "S2h": { "type": "map", "key": {}, "value": {} }, - "S2c": { + "S2k": { "type": "list", "member": { "type": "structure", @@ -1734,7 +2124,7 @@ } } }, - "S2h": { + "S2p": { "type": "structure", "members": { "name": {}, @@ -1742,7 +2132,7 @@ "id": {} } }, - "S2i": { + "S2q": { "type": "structure", "members": { "maxUnavailable": { @@ -1753,7 +2143,7 @@ } } }, - "S2n": { + "S2v": { "type": "structure", "members": { "nodegroupName": {}, @@ -1770,7 +2160,7 @@ "status": {}, "capacityType": {}, "scalingConfig": { - "shape": "S23" + "shape": "S2b" }, "instanceTypes": { "shape": "S5" @@ -1779,15 +2169,15 @@ "shape": "S5" }, "remoteAccess": { - "shape": "S28" + "shape": "S2g" }, "amiType": {}, "nodeRole": {}, "labels": { - "shape": "S29" + "shape": "S2h" }, "taints": { - "shape": "S2c" + "shape": "S2k" }, "resources": { "type": "structure", @@ -1826,17 +2216,37 @@ } }, "updateConfig": { - "shape": "S2i" + "shape": "S2q" }, "launchTemplate": { - "shape": "S2h" + "shape": "S2p" }, "tags": { "shape": "Sn" } } }, - "S3o": { + "S36": { + "type": "structure", + "members": { + "clusterName": {}, + "namespace": {}, + "serviceAccount": {}, + "roleArn": {}, + "associationArn": {}, + "associationId": {}, + "tags": { + "shape": "Sn" + }, + "createdAt": { + "type": "timestamp" + }, + "modifiedAt": { + "type": "timestamp" + } + } + }, + "S45": { "type": "structure", "required": [ "type", diff --git a/iamlivecore/service/eks-auth-2023-11-26.min.json b/iamlivecore/service/eks-auth-2023-11-26.min.json new file mode 100644 index 0000000..4bc73e9 --- /dev/null +++ b/iamlivecore/service/eks-auth-2023-11-26.min.json @@ -0,0 +1,104 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2023-11-26", + "endpointPrefix": "eks-auth", + "jsonVersion": "1.1", + "protocol": "rest-json", + "serviceFullName": "Amazon EKS Auth", + "serviceId": "EKS Auth", + "signatureVersion": "v4", + "signingName": "eks-auth", + "uid": "eks-auth-2023-11-26" + }, + "operations": { + "AssumeRoleForPodIdentity": { + "http": { + "requestUri": "/clusters/{clusterName}/assume-role-for-pod-identity", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "clusterName", + "token" + ], + "members": { + "clusterName": { + "location": "uri", + "locationName": "clusterName" + }, + "token": { + "type": "string", + "sensitive": true + } + } + }, + "output": { + "type": "structure", + "required": [ + "subject", + "audience", + "podIdentityAssociation", + "assumedRoleUser", + "credentials" + ], + "members": { + "subject": { + "type": "structure", + "required": [ + "namespace", + "serviceAccount" + ], + "members": { + "namespace": {}, + "serviceAccount": {} + } + }, + "audience": {}, + "podIdentityAssociation": { + "type": "structure", + "required": [ + "associationArn", + "associationId" + ], + "members": { + "associationArn": {}, + "associationId": {} + } + }, + "assumedRoleUser": { + "type": "structure", + "required": [ + "arn", + "assumeRoleId" + ], + "members": { + "arn": {}, + "assumeRoleId": {} + } + }, + "credentials": { + "type": "structure", + "required": [ + "sessionToken", + "secretAccessKey", + "accessKeyId", + "expiration" + ], + "members": { + "sessionToken": {}, + "secretAccessKey": {}, + "accessKeyId": {}, + "expiration": { + "type": "timestamp" + } + }, + "sensitive": true + } + } + } + } + }, + "shapes": {} +} \ No newline at end of file diff --git a/iamlivecore/service/elasticache-2015-02-02.min.json b/iamlivecore/service/elasticache-2015-02-02.min.json index 345eb81..206e4c2 100644 --- a/iamlivecore/service/elasticache-2015-02-02.min.json +++ b/iamlivecore/service/elasticache-2015-02-02.min.json @@ -119,6 +119,32 @@ } } }, + "CopyServerlessCacheSnapshot": { + "input": { + "type": "structure", + "required": [ + "SourceServerlessCacheSnapshotName", + "TargetServerlessCacheSnapshotName" + ], + "members": { + "SourceServerlessCacheSnapshotName": {}, + "TargetServerlessCacheSnapshotName": {}, + "KmsKeyId": {}, + "Tags": { + "shape": "S3" + } + } + }, + "output": { + "resultWrapper": "CopyServerlessCacheSnapshotResult", + "type": "structure", + "members": { + "ServerlessCacheSnapshot": { + "shape": "S1u" + } + } + } + }, "CopySnapshot": { "input": { "type": "structure", @@ -141,7 +167,7 @@ "type": "structure", "members": { "Snapshot": { - "shape": "S1u" + "shape": "S1y" } } } @@ -158,7 +184,7 @@ "AZMode": {}, "PreferredAvailabilityZone": {}, "PreferredAvailabilityZones": { - "shape": "S23" + "shape": "S27" }, "NumCacheNodes": { "type": "integer" @@ -169,16 +195,16 @@ "CacheParameterGroupName": {}, "CacheSubnetGroupName": {}, "CacheSecurityGroupNames": { - "shape": "S24" + "shape": "S28" }, "SecurityGroupIds": { - "shape": "S25" + "shape": "S29" }, "Tags": { "shape": "S3" }, "SnapshotArns": { - "shape": "S26" + "shape": "S2a" }, "SnapshotName": {}, "PreferredMaintenanceWindow": {}, @@ -197,10 +223,10 @@ "OutpostMode": {}, "PreferredOutpostArn": {}, "PreferredOutpostArns": { - "shape": "S28" + "shape": "S2c" }, "LogDeliveryConfigurations": { - "shape": "S29" + "shape": "S2d" }, "TransitEncryptionEnabled": { "type": "boolean" @@ -214,7 +240,7 @@ "type": "structure", "members": { "CacheCluster": { - "shape": "S2c" + "shape": "S2g" } } } @@ -241,7 +267,7 @@ "type": "structure", "members": { "CacheParameterGroup": { - "shape": "S2p" + "shape": "S2t" } } } @@ -283,7 +309,7 @@ "CacheSubnetGroupName": {}, "CacheSubnetGroupDescription": {}, "SubnetIds": { - "shape": "S2t" + "shape": "S2x" }, "Tags": { "shape": "S3" @@ -295,7 +321,7 @@ "type": "structure", "members": { "CacheSubnetGroup": { - "shape": "S2v" + "shape": "S2z" } } } @@ -318,7 +344,7 @@ "type": "structure", "members": { "GlobalReplicationGroup": { - "shape": "S33" + "shape": "S37" } } } @@ -345,7 +371,7 @@ "type": "integer" }, "PreferredCacheClusterAZs": { - "shape": "S1z" + "shape": "S23" }, "NumNodeGroups": { "type": "integer" @@ -356,7 +382,7 @@ "NodeGroupConfiguration": { "type": "list", "member": { - "shape": "S1x", + "shape": "S21", "locationName": "NodeGroupConfiguration" } }, @@ -366,16 +392,16 @@ "CacheParameterGroupName": {}, "CacheSubnetGroupName": {}, "CacheSecurityGroupNames": { - "shape": "S24" + "shape": "S28" }, "SecurityGroupIds": { - "shape": "S25" + "shape": "S29" }, "Tags": { "shape": "S3" }, "SnapshotArns": { - "shape": "S26" + "shape": "S2a" }, "SnapshotName": {}, "PreferredMaintenanceWindow": {}, @@ -403,7 +429,7 @@ "member": {} }, "LogDeliveryConfigurations": { - "shape": "S29" + "shape": "S2d" }, "DataTieringEnabled": { "type": "boolean" @@ -411,7 +437,8 @@ "NetworkType": {}, "IpDiscovery": {}, "TransitEncryptionMode": {}, - "ClusterMode": {} + "ClusterMode": {}, + "ServerlessCacheSnapshotName": {} } }, "output": { @@ -424,6 +451,77 @@ } } }, + "CreateServerlessCache": { + "input": { + "type": "structure", + "required": [ + "ServerlessCacheName", + "Engine" + ], + "members": { + "ServerlessCacheName": {}, + "Description": {}, + "Engine": {}, + "MajorEngineVersion": {}, + "CacheUsageLimits": { + "shape": "S3h" + }, + "KmsKeyId": {}, + "SecurityGroupIds": { + "shape": "S29" + }, + "SnapshotArnsToRestore": { + "shape": "S2a" + }, + "Tags": { + "shape": "S3" + }, + "UserGroupId": {}, + "SubnetIds": { + "shape": "S3l" + }, + "SnapshotRetentionLimit": { + "type": "integer" + }, + "DailySnapshotTime": {} + } + }, + "output": { + "resultWrapper": "CreateServerlessCacheResult", + "type": "structure", + "members": { + "ServerlessCache": { + "shape": "S3n" + } + } + } + }, + "CreateServerlessCacheSnapshot": { + "input": { + "type": "structure", + "required": [ + "ServerlessCacheSnapshotName", + "ServerlessCacheName" + ], + "members": { + "ServerlessCacheSnapshotName": {}, + "ServerlessCacheName": {}, + "KmsKeyId": {}, + "Tags": { + "shape": "S3" + } + } + }, + "output": { + "resultWrapper": "CreateServerlessCacheSnapshotResult", + "type": "structure", + "members": { + "ServerlessCacheSnapshot": { + "shape": "S1u" + } + } + } + }, "CreateSnapshot": { "input": { "type": "structure", @@ -445,7 +543,7 @@ "type": "structure", "members": { "Snapshot": { - "shape": "S1u" + "shape": "S1y" } } } @@ -464,7 +562,7 @@ "UserName": {}, "Engine": {}, "Passwords": { - "shape": "S3i" + "shape": "S3w" }, "AccessString": {}, "NoPasswordRequired": { @@ -474,12 +572,12 @@ "shape": "S3" }, "AuthenticationMode": { - "shape": "S3k" + "shape": "S3y" } } }, "output": { - "shape": "S3m", + "shape": "S40", "resultWrapper": "CreateUserResult" } }, @@ -494,7 +592,7 @@ "UserGroupId": {}, "Engine": {}, "UserIds": { - "shape": "S3q" + "shape": "S44" }, "Tags": { "shape": "S3" @@ -502,7 +600,7 @@ } }, "output": { - "shape": "S3r", + "shape": "S45", "resultWrapper": "CreateUserGroupResult" } }, @@ -520,10 +618,10 @@ "type": "integer" }, "GlobalNodeGroupsToRemove": { - "shape": "S3w" + "shape": "S4b" }, "GlobalNodeGroupsToRetain": { - "shape": "S3w" + "shape": "S4b" }, "ApplyImmediately": { "type": "boolean" @@ -535,7 +633,7 @@ "type": "structure", "members": { "GlobalReplicationGroup": { - "shape": "S33" + "shape": "S37" } } } @@ -553,7 +651,7 @@ "type": "integer" }, "ReplicaConfiguration": { - "shape": "S3z" + "shape": "S4e" }, "ReplicasToRemove": { "type": "list", @@ -590,7 +688,7 @@ "type": "structure", "members": { "CacheCluster": { - "shape": "S2c" + "shape": "S2g" } } } @@ -647,7 +745,7 @@ "type": "structure", "members": { "GlobalReplicationGroup": { - "shape": "S33" + "shape": "S37" } } } @@ -676,6 +774,47 @@ } } }, + "DeleteServerlessCache": { + "input": { + "type": "structure", + "required": [ + "ServerlessCacheName" + ], + "members": { + "ServerlessCacheName": {}, + "FinalSnapshotName": {} + } + }, + "output": { + "resultWrapper": "DeleteServerlessCacheResult", + "type": "structure", + "members": { + "ServerlessCache": { + "shape": "S3n" + } + } + } + }, + "DeleteServerlessCacheSnapshot": { + "input": { + "type": "structure", + "required": [ + "ServerlessCacheSnapshotName" + ], + "members": { + "ServerlessCacheSnapshotName": {} + } + }, + "output": { + "resultWrapper": "DeleteServerlessCacheSnapshotResult", + "type": "structure", + "members": { + "ServerlessCacheSnapshot": { + "shape": "S1u" + } + } + } + }, "DeleteSnapshot": { "input": { "type": "structure", @@ -691,7 +830,7 @@ "type": "structure", "members": { "Snapshot": { - "shape": "S1u" + "shape": "S1y" } } } @@ -707,7 +846,7 @@ } }, "output": { - "shape": "S3m", + "shape": "S40", "resultWrapper": "DeleteUserResult" } }, @@ -722,7 +861,7 @@ } }, "output": { - "shape": "S3r", + "shape": "S45", "resultWrapper": "DeleteUserGroupResult" } }, @@ -751,7 +890,7 @@ "CacheClusters": { "type": "list", "member": { - "shape": "S2c", + "shape": "S2g", "locationName": "CacheCluster" } } @@ -815,7 +954,7 @@ "CacheParameterGroups": { "type": "list", "member": { - "shape": "S2p", + "shape": "S2t", "locationName": "CacheParameterGroup" } } @@ -843,10 +982,10 @@ "members": { "Marker": {}, "Parameters": { - "shape": "S4s" + "shape": "S5b" }, "CacheNodeTypeSpecificParameters": { - "shape": "S4v" + "shape": "S5e" } } } @@ -896,7 +1035,7 @@ "CacheSubnetGroups": { "type": "list", "member": { - "shape": "S2v", + "shape": "S2z", "locationName": "CacheSubnetGroup" } } @@ -927,10 +1066,10 @@ "CacheParameterGroupFamily": {}, "Marker": {}, "Parameters": { - "shape": "S4s" + "shape": "S5b" }, "CacheNodeTypeSpecificParameters": { - "shape": "S4v" + "shape": "S5e" } }, "wrapper": true @@ -1004,7 +1143,7 @@ "GlobalReplicationGroups": { "type": "list", "member": { - "shape": "S33", + "shape": "S37", "locationName": "GlobalReplicationGroup" } } @@ -1061,7 +1200,7 @@ "ReservedCacheNodes": { "type": "list", "member": { - "shape": "S5m", + "shape": "S65", "locationName": "ReservedCacheNode" } } @@ -1108,7 +1247,7 @@ "ProductDescription": {}, "OfferingType": {}, "RecurringCharges": { - "shape": "S5n" + "shape": "S66" } }, "wrapper": true @@ -1117,13 +1256,66 @@ } } }, + "DescribeServerlessCacheSnapshots": { + "input": { + "type": "structure", + "members": { + "ServerlessCacheName": {}, + "ServerlessCacheSnapshotName": {}, + "SnapshotType": {}, + "NextToken": {}, + "MaxResults": { + "type": "integer" + } + } + }, + "output": { + "resultWrapper": "DescribeServerlessCacheSnapshotsResult", + "type": "structure", + "members": { + "NextToken": {}, + "ServerlessCacheSnapshots": { + "type": "list", + "member": { + "shape": "S1u", + "locationName": "ServerlessCacheSnapshot" + } + } + } + } + }, + "DescribeServerlessCaches": { + "input": { + "type": "structure", + "members": { + "ServerlessCacheName": {}, + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "resultWrapper": "DescribeServerlessCachesResult", + "type": "structure", + "members": { + "NextToken": {}, + "ServerlessCaches": { + "type": "list", + "member": { + "shape": "S3n" + } + } + } + } + }, "DescribeServiceUpdates": { "input": { "type": "structure", "members": { "ServiceUpdateName": {}, "ServiceUpdateStatus": { - "shape": "S5u" + "shape": "S6j" }, "MaxRecords": { "type": "integer" @@ -1193,7 +1385,7 @@ "Snapshots": { "type": "list", "member": { - "shape": "S1u", + "shape": "S1y", "locationName": "Snapshot" } } @@ -1213,7 +1405,7 @@ }, "Engine": {}, "ServiceUpdateStatus": { - "shape": "S5u" + "shape": "S6j" }, "ServiceUpdateTimeRange": { "type": "structure", @@ -1362,7 +1554,7 @@ "UserGroups": { "type": "list", "member": { - "shape": "S3r" + "shape": "S45" } }, "Marker": {} @@ -1405,7 +1597,7 @@ "Users": { "type": "list", "member": { - "shape": "S3m" + "shape": "S40" } }, "Marker": {} @@ -1431,7 +1623,29 @@ "type": "structure", "members": { "GlobalReplicationGroup": { - "shape": "S33" + "shape": "S37" + } + } + } + }, + "ExportServerlessCacheSnapshot": { + "input": { + "type": "structure", + "required": [ + "ServerlessCacheSnapshotName", + "S3BucketName" + ], + "members": { + "ServerlessCacheSnapshotName": {}, + "S3BucketName": {} + } + }, + "output": { + "resultWrapper": "ExportServerlessCacheSnapshotResult", + "type": "structure", + "members": { + "ServerlessCacheSnapshot": { + "shape": "S1u" } } } @@ -1455,7 +1669,7 @@ "type": "structure", "members": { "GlobalReplicationGroup": { - "shape": "S33" + "shape": "S37" } } } @@ -1487,7 +1701,7 @@ "ReplicationGroupId": {}, "ReplicationGroupRegion": {}, "ReshardingConfiguration": { - "shape": "S71" + "shape": "S7s" } } } @@ -1502,7 +1716,7 @@ "type": "structure", "members": { "GlobalReplicationGroup": { - "shape": "S33" + "shape": "S37" } } } @@ -1520,7 +1734,7 @@ "type": "integer" }, "ReplicaConfiguration": { - "shape": "S3z" + "shape": "S4e" }, "ApplyImmediately": { "type": "boolean" @@ -1550,10 +1764,10 @@ "type": "structure", "members": { "ScaleUpModifications": { - "shape": "S78" + "shape": "S7z" }, "ScaleDownModifications": { - "shape": "S78" + "shape": "S7z" } } } @@ -1585,17 +1799,17 @@ "type": "integer" }, "CacheNodeIdsToRemove": { - "shape": "S2e" + "shape": "S2i" }, "AZMode": {}, "NewAvailabilityZones": { - "shape": "S23" + "shape": "S27" }, "CacheSecurityGroupNames": { - "shape": "S24" + "shape": "S28" }, "SecurityGroupIds": { - "shape": "S25" + "shape": "S29" }, "PreferredMaintenanceWindow": {}, "NotificationTopicArn": {}, @@ -1616,7 +1830,7 @@ "AuthToken": {}, "AuthTokenUpdateStrategy": {}, "LogDeliveryConfigurations": { - "shape": "S29" + "shape": "S2d" }, "IpDiscovery": {} } @@ -1626,7 +1840,7 @@ "type": "structure", "members": { "CacheCluster": { - "shape": "S2c" + "shape": "S2g" } } } @@ -1641,12 +1855,12 @@ "members": { "CacheParameterGroupName": {}, "ParameterNameValues": { - "shape": "S7e" + "shape": "S85" } } }, "output": { - "shape": "S7g", + "shape": "S87", "resultWrapper": "ModifyCacheParameterGroupResult" } }, @@ -1660,7 +1874,7 @@ "CacheSubnetGroupName": {}, "CacheSubnetGroupDescription": {}, "SubnetIds": { - "shape": "S2t" + "shape": "S2x" } } }, @@ -1669,7 +1883,7 @@ "type": "structure", "members": { "CacheSubnetGroup": { - "shape": "S2v" + "shape": "S2z" } } } @@ -1700,7 +1914,7 @@ "type": "structure", "members": { "GlobalReplicationGroup": { - "shape": "S33" + "shape": "S37" } } } @@ -1726,10 +1940,10 @@ "deprecated": true }, "CacheSecurityGroupNames": { - "shape": "S24" + "shape": "S28" }, "SecurityGroupIds": { - "shape": "S25" + "shape": "S29" }, "PreferredMaintenanceWindow": {}, "NotificationTopicArn": {}, @@ -1759,7 +1973,7 @@ "type": "boolean" }, "LogDeliveryConfigurations": { - "shape": "S29" + "shape": "S2d" }, "IpDiscovery": {}, "TransitEncryptionEnabled": { @@ -1796,7 +2010,7 @@ "type": "boolean" }, "ReshardingConfiguration": { - "shape": "S71" + "shape": "S7s" }, "NodeGroupsToRemove": { "type": "list", @@ -1822,6 +2036,41 @@ } } }, + "ModifyServerlessCache": { + "input": { + "type": "structure", + "required": [ + "ServerlessCacheName" + ], + "members": { + "ServerlessCacheName": {}, + "Description": {}, + "CacheUsageLimits": { + "shape": "S3h" + }, + "RemoveUserGroup": { + "type": "boolean" + }, + "UserGroupId": {}, + "SecurityGroupIds": { + "shape": "S29" + }, + "SnapshotRetentionLimit": { + "type": "integer" + }, + "DailySnapshotTime": {} + } + }, + "output": { + "resultWrapper": "ModifyServerlessCacheResult", + "type": "structure", + "members": { + "ServerlessCache": { + "shape": "S3n" + } + } + } + }, "ModifyUser": { "input": { "type": "structure", @@ -1833,18 +2082,18 @@ "AccessString": {}, "AppendAccessString": {}, "Passwords": { - "shape": "S3i" + "shape": "S3w" }, "NoPasswordRequired": { "type": "boolean" }, "AuthenticationMode": { - "shape": "S3k" + "shape": "S3y" } } }, "output": { - "shape": "S3m", + "shape": "S40", "resultWrapper": "ModifyUserResult" } }, @@ -1857,15 +2106,15 @@ "members": { "UserGroupId": {}, "UserIdsToAdd": { - "shape": "S3q" + "shape": "S44" }, "UserIdsToRemove": { - "shape": "S3q" + "shape": "S44" } } }, "output": { - "shape": "S3r", + "shape": "S45", "resultWrapper": "ModifyUserGroupResult" } }, @@ -1891,7 +2140,7 @@ "type": "structure", "members": { "ReservedCacheNode": { - "shape": "S5m" + "shape": "S65" } } } @@ -1915,7 +2164,7 @@ "type": "structure", "members": { "GlobalReplicationGroup": { - "shape": "S33" + "shape": "S37" } } } @@ -1930,7 +2179,7 @@ "members": { "CacheClusterId": {}, "CacheNodeIdsToReboot": { - "shape": "S2e" + "shape": "S2i" } } }, @@ -1939,7 +2188,7 @@ "type": "structure", "members": { "CacheCluster": { - "shape": "S2c" + "shape": "S2g" } } } @@ -1976,12 +2225,12 @@ "type": "boolean" }, "ParameterNameValues": { - "shape": "S7e" + "shape": "S85" } } }, "output": { - "shape": "S7g", + "shape": "S87", "resultWrapper": "ResetCacheParameterGroupResult" } }, @@ -2019,7 +2268,7 @@ "members": { "ReplicationGroupId": {}, "CustomerNodeEndpointList": { - "shape": "S85" + "shape": "S8y" } } }, @@ -2065,7 +2314,7 @@ "members": { "ReplicationGroupId": {}, "CustomerNodeEndpointList": { - "shape": "S85" + "shape": "S8y" } } }, @@ -2373,6 +2622,31 @@ } }, "S1u": { + "type": "structure", + "members": { + "ServerlessCacheSnapshotName": {}, + "ARN": {}, + "KmsKeyId": {}, + "SnapshotType": {}, + "Status": {}, + "CreateTime": { + "type": "timestamp" + }, + "ExpiryTime": { + "type": "timestamp" + }, + "BytesUsedForCache": {}, + "ServerlessCacheConfiguration": { + "type": "structure", + "members": { + "ServerlessCacheName": {}, + "Engine": {}, + "MajorEngineVersion": {} + } + } + } + }, + "S1y": { "type": "structure", "members": { "SnapshotName": {}, @@ -2421,7 +2695,7 @@ "NodeGroupId": {}, "CacheNodeId": {}, "NodeGroupConfiguration": { - "shape": "S1x" + "shape": "S21" }, "CacheSize": {}, "CacheNodeCreateTime": { @@ -2440,7 +2714,7 @@ }, "wrapper": true }, - "S1x": { + "S21": { "type": "structure", "members": { "NodeGroupId": {}, @@ -2450,7 +2724,7 @@ }, "PrimaryAvailabilityZone": {}, "ReplicaAvailabilityZones": { - "shape": "S1z" + "shape": "S23" }, "PrimaryOutpostArn": {}, "ReplicaOutpostArns": { @@ -2461,43 +2735,43 @@ } } }, - "S1z": { + "S23": { "type": "list", "member": { "locationName": "AvailabilityZone" } }, - "S23": { + "S27": { "type": "list", "member": { "locationName": "PreferredAvailabilityZone" } }, - "S24": { + "S28": { "type": "list", "member": { "locationName": "CacheSecurityGroupName" } }, - "S25": { + "S29": { "type": "list", "member": { "locationName": "SecurityGroupId" } }, - "S26": { + "S2a": { "type": "list", "member": { "locationName": "SnapshotArn" } }, - "S28": { + "S2c": { "type": "list", "member": { "locationName": "PreferredOutpostArn" } }, - "S29": { + "S2d": { "type": "list", "member": { "locationName": "LogDeliveryConfigurationRequest", @@ -2515,7 +2789,7 @@ } } }, - "S2c": { + "S2g": { "type": "structure", "members": { "CacheClusterId": {}, @@ -2543,7 +2817,7 @@ "type": "integer" }, "CacheNodeIdsToRemove": { - "shape": "S2e" + "shape": "S2i" }, "EngineVersion": {}, "CacheNodeType": {}, @@ -2581,7 +2855,7 @@ "CacheParameterGroupName": {}, "ParameterApplyStatus": {}, "CacheNodeIdsToReboot": { - "shape": "S2e" + "shape": "S2i" } } }, @@ -2650,13 +2924,13 @@ }, "wrapper": true }, - "S2e": { + "S2i": { "type": "list", "member": { "locationName": "CacheNodeId" } }, - "S2p": { + "S2t": { "type": "structure", "members": { "CacheParameterGroupName": {}, @@ -2669,13 +2943,13 @@ }, "wrapper": true }, - "S2t": { + "S2x": { "type": "list", "member": { "locationName": "SubnetIdentifier" } }, - "S2v": { + "S2z": { "type": "structure", "members": { "CacheSubnetGroupName": {}, @@ -2702,23 +2976,23 @@ } }, "SupportedNetworkTypes": { - "shape": "S30" + "shape": "S34" } } } }, "ARN": {}, "SupportedNetworkTypes": { - "shape": "S30" + "shape": "S34" } }, "wrapper": true }, - "S30": { + "S34": { "type": "list", "member": {} }, - "S33": { + "S37": { "type": "structure", "members": { "GlobalReplicationGroupId": {}, @@ -2769,20 +3043,91 @@ }, "wrapper": true }, - "S3i": { + "S3h": { + "type": "structure", + "members": { + "DataStorage": { + "type": "structure", + "required": [ + "Maximum", + "Unit" + ], + "members": { + "Maximum": { + "type": "integer" + }, + "Unit": {} + } + }, + "ECPUPerSecond": { + "type": "structure", + "required": [ + "Maximum" + ], + "members": { + "Maximum": { + "type": "integer" + } + } + } + } + }, + "S3l": { + "type": "list", + "member": { + "locationName": "SubnetId" + } + }, + "S3n": { + "type": "structure", + "members": { + "ServerlessCacheName": {}, + "Description": {}, + "CreateTime": { + "type": "timestamp" + }, + "Status": {}, + "Engine": {}, + "MajorEngineVersion": {}, + "FullEngineVersion": {}, + "CacheUsageLimits": { + "shape": "S3h" + }, + "KmsKeyId": {}, + "SecurityGroupIds": { + "shape": "S29" + }, + "Endpoint": { + "shape": "S1d" + }, + "ReaderEndpoint": { + "shape": "S1d" + }, + "ARN": {}, + "UserGroupId": {}, + "SubnetIds": { + "shape": "S3l" + }, + "SnapshotRetentionLimit": { + "type": "integer" + }, + "DailySnapshotTime": {} + } + }, + "S3w": { "type": "list", "member": {} }, - "S3k": { + "S3y": { "type": "structure", "members": { "Type": {}, "Passwords": { - "shape": "S3i" + "shape": "S3w" } } }, - "S3m": { + "S40": { "type": "structure", "members": { "UserId": {}, @@ -2806,28 +3151,28 @@ "ARN": {} } }, - "S3q": { + "S44": { "type": "list", "member": {} }, - "S3r": { + "S45": { "type": "structure", "members": { "UserGroupId": {}, "Status": {}, "Engine": {}, "UserIds": { - "shape": "S3s" + "shape": "S46" }, "MinimumEngineVersion": {}, "PendingChanges": { "type": "structure", "members": { "UserIdsToRemove": { - "shape": "S3s" + "shape": "S46" }, "UserIdsToAdd": { - "shape": "S3s" + "shape": "S46" } } }, @@ -2835,20 +3180,24 @@ "type": "list", "member": {} }, + "ServerlessCaches": { + "type": "list", + "member": {} + }, "ARN": {} } }, - "S3s": { + "S46": { "type": "list", "member": {} }, - "S3w": { + "S4b": { "type": "list", "member": { "locationName": "GlobalNodeGroupId" } }, - "S3z": { + "S4e": { "type": "list", "member": { "locationName": "ConfigureShard", @@ -2863,15 +3212,15 @@ "type": "integer" }, "PreferredAvailabilityZones": { - "shape": "S23" + "shape": "S27" }, "PreferredOutpostArns": { - "shape": "S28" + "shape": "S2c" } } } }, - "S4s": { + "S5b": { "type": "list", "member": { "locationName": "Parameter", @@ -2891,7 +3240,7 @@ } } }, - "S4v": { + "S5e": { "type": "list", "member": { "locationName": "CacheNodeTypeSpecificParameter", @@ -2921,7 +3270,7 @@ } } }, - "S5m": { + "S65": { "type": "structure", "members": { "ReservedCacheNodeId": {}, @@ -2946,13 +3295,13 @@ "OfferingType": {}, "State": {}, "RecurringCharges": { - "shape": "S5n" + "shape": "S66" }, "ReservationARN": {} }, "wrapper": true }, - "S5n": { + "S66": { "type": "list", "member": { "locationName": "RecurringCharge", @@ -2966,11 +3315,11 @@ "wrapper": true } }, - "S5u": { + "S6j": { "type": "list", "member": {} }, - "S71": { + "S7s": { "type": "list", "member": { "locationName": "ReshardingConfiguration", @@ -2978,16 +3327,16 @@ "members": { "NodeGroupId": {}, "PreferredAvailabilityZones": { - "shape": "S1z" + "shape": "S23" } } } }, - "S78": { + "S7z": { "type": "list", "member": {} }, - "S7e": { + "S85": { "type": "list", "member": { "locationName": "ParameterNameValue", @@ -2998,13 +3347,13 @@ } } }, - "S7g": { + "S87": { "type": "structure", "members": { "CacheParameterGroupName": {} } }, - "S85": { + "S8y": { "type": "list", "member": { "type": "structure", diff --git a/iamlivecore/service/elasticfilesystem-2015-02-01.min.json b/iamlivecore/service/elasticfilesystem-2015-02-01.min.json index 3433f19..1313dbf 100644 --- a/iamlivecore/service/elasticfilesystem-2015-02-01.min.json +++ b/iamlivecore/service/elasticfilesystem-2015-02-01.min.json @@ -94,12 +94,12 @@ "SubnetId": {}, "IpAddress": {}, "SecurityGroups": { - "shape": "S18" + "shape": "S1a" } } }, "output": { - "shape": "S1a" + "shape": "S1c" } }, "CreateReplicationConfiguration": { @@ -125,14 +125,15 @@ "members": { "Region": {}, "AvailabilityZoneName": {}, - "KmsKeyId": {} + "KmsKeyId": {}, + "FileSystemId": {} } } } } }, "output": { - "shape": "S1i" + "shape": "S1k" } }, "CreateTags": { @@ -271,7 +272,7 @@ "locationName": "FileSystemId" }, "TagKeys": { - "shape": "S1t" + "shape": "S1v" } } }, @@ -338,7 +339,7 @@ "type": "structure", "members": { "ResourceIdPreference": { - "shape": "S21" + "shape": "S23" }, "NextToken": {} } @@ -363,7 +364,7 @@ } }, "output": { - "shape": "S26" + "shape": "S28" } }, "DescribeFileSystemPolicy": { @@ -385,7 +386,7 @@ } }, "output": { - "shape": "S2a" + "shape": "S2c" } }, "DescribeFileSystems": { @@ -449,7 +450,7 @@ } }, "output": { - "shape": "S2i" + "shape": "S2k" } }, "DescribeMountTargetSecurityGroups": { @@ -477,7 +478,7 @@ ], "members": { "SecurityGroups": { - "shape": "S18" + "shape": "S1a" } } } @@ -521,7 +522,7 @@ "MountTargets": { "type": "list", "member": { - "shape": "S1a" + "shape": "S1c" } }, "NextMarker": {} @@ -558,7 +559,7 @@ "Replications": { "type": "list", "member": { - "shape": "S1i" + "shape": "S1k" } }, "NextToken": {} @@ -662,7 +663,7 @@ "locationName": "MountTargetId" }, "SecurityGroups": { - "shape": "S18" + "shape": "S1a" } } } @@ -686,7 +687,7 @@ "type": "structure", "members": { "ResourceIdPreference": { - "shape": "S21" + "shape": "S23" } } } @@ -709,12 +710,12 @@ "locationName": "FileSystemId" }, "BackupPolicy": { - "shape": "S27" + "shape": "S29" } } }, "output": { - "shape": "S26" + "shape": "S28" } }, "PutFileSystemPolicy": { @@ -741,7 +742,7 @@ } }, "output": { - "shape": "S2a" + "shape": "S2c" } }, "PutLifecycleConfiguration": { @@ -762,12 +763,12 @@ "locationName": "FileSystemId" }, "LifecyclePolicies": { - "shape": "S2j" + "shape": "S2l" } } }, "output": { - "shape": "S2i" + "shape": "S2k" } }, "TagResource": { @@ -810,7 +811,7 @@ "locationName": "ResourceId" }, "TagKeys": { - "shape": "S1t", + "shape": "S1v", "location": "querystring", "locationName": "tagKeys" } @@ -842,6 +843,30 @@ "output": { "shape": "Sx" } + }, + "UpdateFileSystemProtection": { + "http": { + "method": "PUT", + "requestUri": "/2015-02-01/file-systems/{FileSystemId}/protection", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "FileSystemId" + ], + "members": { + "FileSystemId": { + "location": "uri", + "locationName": "FileSystemId" + }, + "ReplicationOverwriteProtection": {} + } + }, + "output": { + "shape": "S15" + }, + "idempotent": true } }, "shapes": { @@ -967,6 +992,9 @@ }, "ValueInStandard": { "type": "long" + }, + "ValueInArchive": { + "type": "long" } } }, @@ -983,14 +1011,23 @@ "AvailabilityZoneId": {}, "Tags": { "shape": "S3" + }, + "FileSystemProtection": { + "shape": "S15" } } }, - "S18": { + "S15": { + "type": "structure", + "members": { + "ReplicationOverwriteProtection": {} + } + }, + "S1a": { "type": "list", "member": {} }, - "S1a": { + "S1c": { "type": "structure", "required": [ "MountTargetId", @@ -1011,7 +1048,7 @@ "VpcId": {} } }, - "S1i": { + "S1k": { "type": "structure", "required": [ "SourceFileSystemId", @@ -1050,11 +1087,11 @@ } } }, - "S1t": { + "S1v": { "type": "list", "member": {} }, - "S21": { + "S23": { "type": "structure", "members": { "ResourceIdType": {}, @@ -1064,15 +1101,15 @@ } } }, - "S26": { + "S28": { "type": "structure", "members": { "BackupPolicy": { - "shape": "S27" + "shape": "S29" } } }, - "S27": { + "S29": { "type": "structure", "required": [ "Status" @@ -1081,28 +1118,29 @@ "Status": {} } }, - "S2a": { + "S2c": { "type": "structure", "members": { "FileSystemId": {}, "Policy": {} } }, - "S2i": { + "S2k": { "type": "structure", "members": { "LifecyclePolicies": { - "shape": "S2j" + "shape": "S2l" } } }, - "S2j": { + "S2l": { "type": "list", "member": { "type": "structure", "members": { "TransitionToIA": {}, - "TransitionToPrimaryStorageClass": {} + "TransitionToPrimaryStorageClass": {}, + "TransitionToArchive": {} } } } diff --git a/iamlivecore/service/elasticloadbalancingv2-2015-12-01.min.json b/iamlivecore/service/elasticloadbalancingv2-2015-12-01.min.json index 07fbbd1..39d110b 100644 --- a/iamlivecore/service/elasticloadbalancingv2-2015-12-01.min.json +++ b/iamlivecore/service/elasticloadbalancingv2-2015-12-01.min.json @@ -58,6 +58,51 @@ "members": {} } }, + "AddTrustStoreRevocations": { + "input": { + "type": "structure", + "required": [ + "TrustStoreArn" + ], + "members": { + "TrustStoreArn": {}, + "RevocationContents": { + "type": "list", + "member": { + "type": "structure", + "members": { + "S3Bucket": {}, + "S3Key": {}, + "S3ObjectVersion": {}, + "RevocationType": {} + } + } + } + } + }, + "output": { + "resultWrapper": "AddTrustStoreRevocationsResult", + "type": "structure", + "members": { + "TrustStoreRevocations": { + "type": "list", + "member": { + "type": "structure", + "members": { + "TrustStoreArn": {}, + "RevocationId": { + "type": "long" + }, + "RevocationType": {}, + "NumberOfRevokedEntries": { + "type": "long" + } + } + } + } + } + } + }, "CreateListener": { "input": { "type": "structure", @@ -76,13 +121,16 @@ "shape": "S3" }, "DefaultActions": { - "shape": "Sl" + "shape": "Sy" }, "AlpnPolicy": { - "shape": "S1y" + "shape": "S2b" }, "Tags": { "shape": "Sb" + }, + "MutualAuthentication": { + "shape": "S2d" } } }, @@ -91,7 +139,7 @@ "type": "structure", "members": { "Listeners": { - "shape": "S21" + "shape": "S2h" } } } @@ -105,13 +153,13 @@ "members": { "Name": {}, "Subnets": { - "shape": "S25" + "shape": "S2l" }, "SubnetMappings": { - "shape": "S27" + "shape": "S2n" }, "SecurityGroups": { - "shape": "S2c" + "shape": "S2s" }, "Scheme": {}, "Tags": { @@ -127,7 +175,7 @@ "type": "structure", "members": { "LoadBalancers": { - "shape": "S2j" + "shape": "S2z" } } } @@ -144,13 +192,13 @@ "members": { "ListenerArn": {}, "Conditions": { - "shape": "S31" + "shape": "S3h" }, "Priority": { "type": "integer" }, "Actions": { - "shape": "Sl" + "shape": "Sy" }, "Tags": { "shape": "Sb" @@ -162,7 +210,7 @@ "type": "structure", "members": { "Rules": { - "shape": "S3h" + "shape": "S3x" } } } @@ -200,7 +248,7 @@ "type": "integer" }, "Matcher": { - "shape": "S3v" + "shape": "S4b" }, "TargetType": {}, "Tags": { @@ -214,7 +262,35 @@ "type": "structure", "members": { "TargetGroups": { - "shape": "S41" + "shape": "S4h" + } + } + } + }, + "CreateTrustStore": { + "input": { + "type": "structure", + "required": [ + "Name", + "CaCertificatesBundleS3Bucket", + "CaCertificatesBundleS3Key" + ], + "members": { + "Name": {}, + "CaCertificatesBundleS3Bucket": {}, + "CaCertificatesBundleS3Key": {}, + "CaCertificatesBundleS3ObjectVersion": {}, + "Tags": { + "shape": "Sb" + } + } + }, + "output": { + "resultWrapper": "CreateTrustStoreResult", + "type": "structure", + "members": { + "TrustStores": { + "shape": "S4n" } } } @@ -283,6 +359,22 @@ "members": {} } }, + "DeleteTrustStore": { + "input": { + "type": "structure", + "required": [ + "TrustStoreArn" + ], + "members": { + "TrustStoreArn": {} + } + }, + "output": { + "resultWrapper": "DeleteTrustStoreResult", + "type": "structure", + "members": {} + } + }, "DeregisterTargets": { "input": { "type": "structure", @@ -293,7 +385,7 @@ "members": { "TargetGroupArn": {}, "Targets": { - "shape": "S4d" + "shape": "S53" } } }, @@ -376,7 +468,7 @@ "type": "structure", "members": { "Listeners": { - "shape": "S21" + "shape": "S2h" }, "NextMarker": {} } @@ -397,7 +489,7 @@ "type": "structure", "members": { "Attributes": { - "shape": "S4w" + "shape": "S5m" } } } @@ -407,7 +499,7 @@ "type": "structure", "members": { "LoadBalancerArns": { - "shape": "S43" + "shape": "S4j" }, "Names": { "type": "list", @@ -424,7 +516,7 @@ "type": "structure", "members": { "LoadBalancers": { - "shape": "S2j" + "shape": "S2z" }, "NextMarker": {} } @@ -450,7 +542,7 @@ "type": "structure", "members": { "Rules": { - "shape": "S3h" + "shape": "S3x" }, "NextMarker": {} } @@ -498,7 +590,7 @@ }, "Name": {}, "SupportedLoadBalancerTypes": { - "shape": "S34" + "shape": "S3k" } } } @@ -553,7 +645,7 @@ "type": "structure", "members": { "Attributes": { - "shape": "S5n" + "shape": "S6d" } } } @@ -582,7 +674,7 @@ "type": "structure", "members": { "TargetGroups": { - "shape": "S41" + "shape": "S4h" }, "NextMarker": {} } @@ -597,7 +689,11 @@ "members": { "TargetGroupArn": {}, "Targets": { - "shape": "S4d" + "shape": "S53" + }, + "Include": { + "type": "list", + "member": {} } } }, @@ -611,7 +707,7 @@ "type": "structure", "members": { "Target": { - "shape": "S4e" + "shape": "S54" }, "HealthCheckPort": {}, "TargetHealth": { @@ -621,6 +717,13 @@ "Reason": {}, "Description": {} } + }, + "AnomalyDetection": { + "type": "structure", + "members": { + "Result": {}, + "MitigationInEffect": {} + } } } } @@ -628,6 +731,147 @@ } } }, + "DescribeTrustStoreAssociations": { + "input": { + "type": "structure", + "required": [ + "TrustStoreArn" + ], + "members": { + "TrustStoreArn": {}, + "Marker": {}, + "PageSize": { + "type": "integer" + } + } + }, + "output": { + "resultWrapper": "DescribeTrustStoreAssociationsResult", + "type": "structure", + "members": { + "TrustStoreAssociations": { + "type": "list", + "member": { + "type": "structure", + "members": { + "ResourceArn": {} + } + } + }, + "NextMarker": {} + } + } + }, + "DescribeTrustStoreRevocations": { + "input": { + "type": "structure", + "required": [ + "TrustStoreArn" + ], + "members": { + "TrustStoreArn": {}, + "RevocationIds": { + "shape": "S74" + }, + "Marker": {}, + "PageSize": { + "type": "integer" + } + } + }, + "output": { + "resultWrapper": "DescribeTrustStoreRevocationsResult", + "type": "structure", + "members": { + "TrustStoreRevocations": { + "type": "list", + "member": { + "type": "structure", + "members": { + "TrustStoreArn": {}, + "RevocationId": { + "type": "long" + }, + "RevocationType": {}, + "NumberOfRevokedEntries": { + "type": "long" + } + } + } + }, + "NextMarker": {} + } + } + }, + "DescribeTrustStores": { + "input": { + "type": "structure", + "members": { + "TrustStoreArns": { + "type": "list", + "member": {} + }, + "Names": { + "type": "list", + "member": {} + }, + "Marker": {}, + "PageSize": { + "type": "integer" + } + } + }, + "output": { + "resultWrapper": "DescribeTrustStoresResult", + "type": "structure", + "members": { + "TrustStores": { + "shape": "S4n" + }, + "NextMarker": {} + } + } + }, + "GetTrustStoreCaCertificatesBundle": { + "input": { + "type": "structure", + "required": [ + "TrustStoreArn" + ], + "members": { + "TrustStoreArn": {} + } + }, + "output": { + "resultWrapper": "GetTrustStoreCaCertificatesBundleResult", + "type": "structure", + "members": { + "Location": {} + } + } + }, + "GetTrustStoreRevocationContent": { + "input": { + "type": "structure", + "required": [ + "TrustStoreArn", + "RevocationId" + ], + "members": { + "TrustStoreArn": {}, + "RevocationId": { + "type": "long" + } + } + }, + "output": { + "resultWrapper": "GetTrustStoreRevocationContentResult", + "type": "structure", + "members": { + "Location": {} + } + } + }, "ModifyListener": { "input": { "type": "structure", @@ -645,10 +889,13 @@ "shape": "S3" }, "DefaultActions": { - "shape": "Sl" + "shape": "Sy" }, "AlpnPolicy": { - "shape": "S1y" + "shape": "S2b" + }, + "MutualAuthentication": { + "shape": "S2d" } } }, @@ -657,7 +904,7 @@ "type": "structure", "members": { "Listeners": { - "shape": "S21" + "shape": "S2h" } } } @@ -672,7 +919,7 @@ "members": { "LoadBalancerArn": {}, "Attributes": { - "shape": "S4w" + "shape": "S5m" } } }, @@ -681,7 +928,7 @@ "type": "structure", "members": { "Attributes": { - "shape": "S4w" + "shape": "S5m" } } } @@ -695,10 +942,10 @@ "members": { "RuleArn": {}, "Conditions": { - "shape": "S31" + "shape": "S3h" }, "Actions": { - "shape": "Sl" + "shape": "Sy" } } }, @@ -707,7 +954,7 @@ "type": "structure", "members": { "Rules": { - "shape": "S3h" + "shape": "S3x" } } } @@ -739,7 +986,7 @@ "type": "integer" }, "Matcher": { - "shape": "S3v" + "shape": "S4b" } } }, @@ -748,7 +995,7 @@ "type": "structure", "members": { "TargetGroups": { - "shape": "S41" + "shape": "S4h" } } } @@ -763,7 +1010,7 @@ "members": { "TargetGroupArn": {}, "Attributes": { - "shape": "S5n" + "shape": "S6d" } } }, @@ -772,7 +1019,32 @@ "type": "structure", "members": { "Attributes": { - "shape": "S5n" + "shape": "S6d" + } + } + } + }, + "ModifyTrustStore": { + "input": { + "type": "structure", + "required": [ + "TrustStoreArn", + "CaCertificatesBundleS3Bucket", + "CaCertificatesBundleS3Key" + ], + "members": { + "TrustStoreArn": {}, + "CaCertificatesBundleS3Bucket": {}, + "CaCertificatesBundleS3Key": {}, + "CaCertificatesBundleS3ObjectVersion": {} + } + }, + "output": { + "resultWrapper": "ModifyTrustStoreResult", + "type": "structure", + "members": { + "TrustStores": { + "shape": "S4n" } } } @@ -787,7 +1059,7 @@ "members": { "TargetGroupArn": {}, "Targets": { - "shape": "S4d" + "shape": "S53" } } }, @@ -840,6 +1112,26 @@ "members": {} } }, + "RemoveTrustStoreRevocations": { + "input": { + "type": "structure", + "required": [ + "TrustStoreArn", + "RevocationIds" + ], + "members": { + "TrustStoreArn": {}, + "RevocationIds": { + "shape": "S74" + } + } + }, + "output": { + "resultWrapper": "RemoveTrustStoreRevocationsResult", + "type": "structure", + "members": {} + } + }, "SetIpAddressType": { "input": { "type": "structure", @@ -886,7 +1178,7 @@ "type": "structure", "members": { "Rules": { - "shape": "S3h" + "shape": "S3x" } } } @@ -901,7 +1193,7 @@ "members": { "LoadBalancerArn": {}, "SecurityGroups": { - "shape": "S2c" + "shape": "S2s" }, "EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic": {} } @@ -911,7 +1203,7 @@ "type": "structure", "members": { "SecurityGroupIds": { - "shape": "S2c" + "shape": "S2s" }, "EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic": {} } @@ -926,10 +1218,10 @@ "members": { "LoadBalancerArn": {}, "Subnets": { - "shape": "S25" + "shape": "S2l" }, "SubnetMappings": { - "shape": "S27" + "shape": "S2n" }, "IpAddressType": {} } @@ -939,7 +1231,7 @@ "type": "structure", "members": { "AvailabilityZones": { - "shape": "S2s" + "shape": "S38" }, "IpAddressType": {} } @@ -976,7 +1268,7 @@ } } }, - "Sl": { + "Sy": { "type": "list", "member": { "type": "structure", @@ -1101,11 +1393,21 @@ } } }, - "S1y": { + "S2b": { "type": "list", "member": {} }, - "S21": { + "S2d": { + "type": "structure", + "members": { + "Mode": {}, + "TrustStoreArn": {}, + "IgnoreClientCertificateExpiry": { + "type": "boolean" + } + } + }, + "S2h": { "type": "list", "member": { "type": "structure", @@ -1121,19 +1423,22 @@ }, "SslPolicy": {}, "DefaultActions": { - "shape": "Sl" + "shape": "Sy" }, "AlpnPolicy": { - "shape": "S1y" + "shape": "S2b" + }, + "MutualAuthentication": { + "shape": "S2d" } } } }, - "S25": { + "S2l": { "type": "list", "member": {} }, - "S27": { + "S2n": { "type": "list", "member": { "type": "structure", @@ -1145,11 +1450,11 @@ } } }, - "S2c": { + "S2s": { "type": "list", "member": {} }, - "S2j": { + "S2z": { "type": "list", "member": { "type": "structure", @@ -1172,10 +1477,10 @@ }, "Type": {}, "AvailabilityZones": { - "shape": "S2s" + "shape": "S38" }, "SecurityGroups": { - "shape": "S2c" + "shape": "S2s" }, "IpAddressType": {}, "CustomerOwnedIpv4Pool": {}, @@ -1183,7 +1488,7 @@ } } }, - "S2s": { + "S38": { "type": "list", "member": { "type": "structure", @@ -1206,20 +1511,20 @@ } } }, - "S31": { + "S3h": { "type": "list", "member": { "type": "structure", "members": { "Field": {}, "Values": { - "shape": "S34" + "shape": "S3k" }, "HostHeaderConfig": { "type": "structure", "members": { "Values": { - "shape": "S34" + "shape": "S3k" } } }, @@ -1227,7 +1532,7 @@ "type": "structure", "members": { "Values": { - "shape": "S34" + "shape": "S3k" } } }, @@ -1236,7 +1541,7 @@ "members": { "HttpHeaderName": {}, "Values": { - "shape": "S34" + "shape": "S3k" } } }, @@ -1259,7 +1564,7 @@ "type": "structure", "members": { "Values": { - "shape": "S34" + "shape": "S3k" } } }, @@ -1267,18 +1572,18 @@ "type": "structure", "members": { "Values": { - "shape": "S34" + "shape": "S3k" } } } } } }, - "S34": { + "S3k": { "type": "list", "member": {} }, - "S3h": { + "S3x": { "type": "list", "member": { "type": "structure", @@ -1286,10 +1591,10 @@ "RuleArn": {}, "Priority": {}, "Conditions": { - "shape": "S31" + "shape": "S3h" }, "Actions": { - "shape": "Sl" + "shape": "Sy" }, "IsDefault": { "type": "boolean" @@ -1297,14 +1602,14 @@ } } }, - "S3v": { + "S4b": { "type": "structure", "members": { "HttpCode": {}, "GrpcCode": {} } }, - "S41": { + "S4h": { "type": "list", "member": { "type": "structure", @@ -1335,10 +1640,10 @@ }, "HealthCheckPath": {}, "Matcher": { - "shape": "S3v" + "shape": "S4b" }, "LoadBalancerArns": { - "shape": "S43" + "shape": "S4j" }, "TargetType": {}, "ProtocolVersion": {}, @@ -1346,17 +1651,34 @@ } } }, - "S43": { + "S4j": { "type": "list", "member": {} }, - "S4d": { + "S4n": { "type": "list", "member": { - "shape": "S4e" + "type": "structure", + "members": { + "Name": {}, + "TrustStoreArn": {}, + "Status": {}, + "NumberOfCaCertificates": { + "type": "integer" + }, + "TotalRevokedEntries": { + "type": "long" + } + } + } + }, + "S53": { + "type": "list", + "member": { + "shape": "S54" } }, - "S4e": { + "S54": { "type": "structure", "required": [ "Id" @@ -1369,7 +1691,7 @@ "AvailabilityZone": {} } }, - "S4w": { + "S5m": { "type": "list", "member": { "type": "structure", @@ -1379,7 +1701,7 @@ } } }, - "S5n": { + "S6d": { "type": "list", "member": { "type": "structure", @@ -1388,6 +1710,12 @@ "Value": {} } } + }, + "S74": { + "type": "list", + "member": { + "type": "long" + } } } } \ No newline at end of file diff --git a/iamlivecore/service/elasticmapreduce-2009-03-31.min.json b/iamlivecore/service/elasticmapreduce-2009-03-31.min.json index d6e5fa3..3a13333 100644 --- a/iamlivecore/service/elasticmapreduce-2009-03-31.min.json +++ b/iamlivecore/service/elasticmapreduce-2009-03-31.min.json @@ -193,7 +193,13 @@ "IdpRelayStateParameterName": {}, "Tags": { "shape": "S1y" - } + }, + "TrustedIdentityPropagationEnabled": { + "type": "boolean" + }, + "IdcUserAssignment": {}, + "IdcInstanceArn": {}, + "EncryptionKeyArn": {} } }, "output": { @@ -281,7 +287,7 @@ "Id": {}, "Name": {}, "Status": { - "shape": "S2p" + "shape": "S2q" }, "Ec2InstanceAttributes": { "type": "structure", @@ -289,21 +295,21 @@ "Ec2KeyName": {}, "Ec2SubnetId": {}, "RequestedEc2SubnetIds": { - "shape": "S2y" + "shape": "S2z" }, "Ec2AvailabilityZone": {}, "RequestedEc2AvailabilityZones": { - "shape": "S2y" + "shape": "S2z" }, "IamInstanceProfile": {}, "EmrManagedMasterSecurityGroup": {}, "EmrManagedSlaveSecurityGroup": {}, "ServiceAccessSecurityGroup": {}, "AdditionalMasterSecurityGroups": { - "shape": "S2z" + "shape": "S30" }, "AdditionalSlaveSecurityGroups": { - "shape": "S2z" + "shape": "S30" } } }, @@ -323,7 +329,7 @@ "type": "boolean" }, "Applications": { - "shape": "S32" + "shape": "S33" }, "Tags": { "shape": "S1y" @@ -345,7 +351,7 @@ }, "RepoUpgradeOnBoot": {}, "KerberosAttributes": { - "shape": "S36" + "shape": "S37" }, "ClusterArn": {}, "OutpostArn": {}, @@ -353,9 +359,15 @@ "type": "integer" }, "PlacementGroups": { - "shape": "S38" + "shape": "S39" }, - "OSReleaseLabel": {} + "OSReleaseLabel": {}, + "EbsRootVolumeIops": { + "type": "integer" + }, + "EbsRootVolumeThroughput": { + "type": "integer" + } } } } @@ -487,7 +499,7 @@ "Ec2KeyName": {}, "Ec2SubnetId": {}, "Placement": { - "shape": "S3m" + "shape": "S3n" }, "KeepJobFlowAliveWhenNoSteps": { "type": "boolean" @@ -539,13 +551,13 @@ "type": "structure", "members": { "BootstrapActionConfig": { - "shape": "S3t" + "shape": "S3u" } } } }, "SupportedProducts": { - "shape": "S3v" + "shape": "S3w" }, "VisibleToAllUsers": { "type": "boolean" @@ -580,7 +592,7 @@ "NotebookExecutionId": {}, "EditorId": {}, "ExecutionEngine": { - "shape": "S3z" + "shape": "S40" }, "NotebookExecutionName": {}, "NotebookParams": {}, @@ -599,7 +611,7 @@ "shape": "S1y" }, "NotebookS3Location": { - "shape": "S43" + "shape": "S44" }, "OutputNotebookS3Location": { "type": "structure", @@ -610,7 +622,7 @@ }, "OutputNotebookFormat": {}, "EnvironmentVariables": { - "shape": "S47" + "shape": "S48" } } } @@ -697,11 +709,11 @@ "Id": {}, "Name": {}, "Config": { - "shape": "S4k" + "shape": "S4l" }, "ActionOnFailure": {}, "Status": { - "shape": "S4l" + "shape": "S4m" }, "ExecutionRoleArn": {} } @@ -747,7 +759,13 @@ "IdpRelayStateParameterName": {}, "Tags": { "shape": "S1y" - } + }, + "IdcInstanceArn": {}, + "TrustedIdentityPropagationEnabled": { + "type": "boolean" + }, + "IdcUserAssignment": {}, + "EncryptionKeyArn": {} } } } @@ -767,7 +785,7 @@ "type": "structure", "members": { "AutoTerminationPolicy": { - "shape": "S4w" + "shape": "S4x" } } } @@ -785,7 +803,7 @@ ], "members": { "BlockPublicAccessConfiguration": { - "shape": "S50" + "shape": "S51" }, "BlockPublicAccessConfigurationMetadata": { "type": "structure", @@ -807,8 +825,7 @@ "input": { "type": "structure", "required": [ - "ClusterId", - "ExecutionRoleArn" + "ClusterId" ], "members": { "ClusterId": {}, @@ -852,7 +869,7 @@ "type": "structure", "members": { "ManagedScalingPolicy": { - "shape": "S5b" + "shape": "S5c" } } } @@ -915,7 +932,7 @@ "Name": {}, "ScriptPath": {}, "Args": { - "shape": "S2z" + "shape": "S30" } } } @@ -952,7 +969,7 @@ "Id": {}, "Name": {}, "Status": { - "shape": "S2p" + "shape": "S2q" }, "NormalizedInstanceHours": { "type": "integer" @@ -1044,7 +1061,7 @@ "shape": "Si" }, "EbsBlockDevices": { - "shape": "S62" + "shape": "S63" }, "EbsOptimized": { "type": "boolean" @@ -1137,16 +1154,16 @@ "type": "long" }, "EbsBlockDevices": { - "shape": "S62" + "shape": "S63" }, "EbsOptimized": { "type": "boolean" }, "ShrinkPolicy": { - "shape": "S6e" + "shape": "S6f" }, "AutoScalingPolicy": { - "shape": "S6i" + "shape": "S6j" }, "CustomAmiId": {} } @@ -1275,7 +1292,7 @@ "type": "timestamp" }, "NotebookS3Location": { - "shape": "S43" + "shape": "S44" }, "ExecutionEngineId": {} } @@ -1306,7 +1323,7 @@ "type": "structure", "members": { "ReleaseLabels": { - "shape": "S2z" + "shape": "S30" }, "NextToken": {} } @@ -1367,11 +1384,11 @@ "Id": {}, "Name": {}, "Config": { - "shape": "S4k" + "shape": "S4l" }, "ActionOnFailure": {}, "Status": { - "shape": "S4l" + "shape": "S4m" } } } @@ -1570,7 +1587,7 @@ "member": {} }, "ShrinkPolicy": { - "shape": "S6e" + "shape": "S6f" }, "ReconfigurationType": {}, "Configurations": { @@ -1604,7 +1621,7 @@ "ClusterId": {}, "InstanceGroupId": {}, "AutoScalingPolicy": { - "shape": "S6i" + "shape": "S6j" }, "ClusterArn": {} } @@ -1619,7 +1636,7 @@ "members": { "ClusterId": {}, "AutoTerminationPolicy": { - "shape": "S4w" + "shape": "S4x" } } }, @@ -1636,7 +1653,7 @@ ], "members": { "BlockPublicAccessConfiguration": { - "shape": "S50" + "shape": "S51" } } }, @@ -1655,7 +1672,7 @@ "members": { "ClusterId": {}, "ManagedScalingPolicy": { - "shape": "S5b" + "shape": "S5c" } } }, @@ -1721,7 +1738,7 @@ "members": { "ResourceId": {}, "TagKeys": { - "shape": "S2z" + "shape": "S30" } } }, @@ -1763,7 +1780,7 @@ }, "Ec2KeyName": {}, "Placement": { - "shape": "S3m" + "shape": "S3n" }, "KeepJobFlowAliveWhenNoSteps": { "type": "boolean" @@ -1774,16 +1791,16 @@ "HadoopVersion": {}, "Ec2SubnetId": {}, "Ec2SubnetIds": { - "shape": "S2y" + "shape": "S2z" }, "EmrManagedMasterSecurityGroup": {}, "EmrManagedSlaveSecurityGroup": {}, "ServiceAccessSecurityGroup": {}, "AdditionalMasterSecurityGroups": { - "shape": "S8l" + "shape": "S8m" }, "AdditionalSlaveSecurityGroups": { - "shape": "S8l" + "shape": "S8m" } } }, @@ -1793,11 +1810,11 @@ "BootstrapActions": { "type": "list", "member": { - "shape": "S3t" + "shape": "S3u" } }, "SupportedProducts": { - "shape": "S3v" + "shape": "S3w" }, "NewSupportedProducts": { "type": "list", @@ -1812,7 +1829,7 @@ } }, "Applications": { - "shape": "S32" + "shape": "S33" }, "Configurations": { "shape": "Si" @@ -1834,21 +1851,27 @@ }, "RepoUpgradeOnBoot": {}, "KerberosAttributes": { - "shape": "S36" + "shape": "S37" }, "StepConcurrencyLevel": { "type": "integer" }, "ManagedScalingPolicy": { - "shape": "S5b" + "shape": "S5c" }, "PlacementGroupConfigs": { - "shape": "S38" + "shape": "S39" }, "AutoTerminationPolicy": { - "shape": "S4w" + "shape": "S4x" + }, + "OSReleaseLabel": {}, + "EbsRootVolumeIops": { + "type": "integer" }, - "OSReleaseLabel": {} + "EbsRootVolumeThroughput": { + "type": "integer" + } } }, "output": { @@ -1906,7 +1929,7 @@ "NotebookExecutionName": {}, "NotebookParams": {}, "ExecutionEngine": { - "shape": "S3z" + "shape": "S40" }, "ServiceRole": {}, "NotebookInstanceSecurityGroupId": {}, @@ -1929,7 +1952,7 @@ }, "OutputNotebookFormat": {}, "EnvironmentVariables": { - "shape": "S47" + "shape": "S48" } } }, @@ -1977,7 +2000,8 @@ "SubnetIds": { "shape": "S2d" }, - "DefaultS3Location": {} + "DefaultS3Location": {}, + "EncryptionKeyArn": {} } } }, @@ -2383,7 +2407,7 @@ "type": "list", "member": {} }, - "S2p": { + "S2q": { "type": "structure", "members": { "State": {}, @@ -2426,15 +2450,15 @@ } } }, - "S2y": { + "S2z": { "type": "list", "member": {} }, - "S2z": { + "S30": { "type": "list", "member": {} }, - "S32": { + "S33": { "type": "list", "member": { "type": "structure", @@ -2442,7 +2466,7 @@ "Name": {}, "Version": {}, "Args": { - "shape": "S2z" + "shape": "S30" }, "AdditionalInfo": { "shape": "Sk" @@ -2450,7 +2474,7 @@ } } }, - "S36": { + "S37": { "type": "structure", "required": [ "Realm", @@ -2464,7 +2488,7 @@ "ADDomainJoinPassword": {} } }, - "S38": { + "S39": { "type": "list", "member": { "type": "structure", @@ -2477,16 +2501,16 @@ } } }, - "S3m": { + "S3n": { "type": "structure", "members": { "AvailabilityZone": {}, "AvailabilityZones": { - "shape": "S2y" + "shape": "S2z" } } }, - "S3t": { + "S3u": { "type": "structure", "required": [ "Name", @@ -2508,11 +2532,11 @@ } } }, - "S3v": { + "S3w": { "type": "list", "member": {} }, - "S3z": { + "S40": { "type": "structure", "required": [ "Id" @@ -2524,19 +2548,19 @@ "ExecutionRoleArn": {} } }, - "S43": { + "S44": { "type": "structure", "members": { "Bucket": {}, "Key": {} } }, - "S47": { + "S48": { "type": "map", "key": {}, "value": {} }, - "S4k": { + "S4l": { "type": "structure", "members": { "Jar": {}, @@ -2545,11 +2569,11 @@ }, "MainClass": {}, "Args": { - "shape": "S2z" + "shape": "S30" } } }, - "S4l": { + "S4m": { "type": "structure", "members": { "State": {}, @@ -2584,7 +2608,7 @@ } } }, - "S4w": { + "S4x": { "type": "structure", "members": { "IdleTimeout": { @@ -2592,7 +2616,7 @@ } } }, - "S50": { + "S51": { "type": "structure", "required": [ "BlockPublicSecurityGroupRules" @@ -2620,7 +2644,7 @@ } } }, - "S5b": { + "S5c": { "type": "structure", "members": { "ComputeLimits": { @@ -2648,7 +2672,7 @@ } } }, - "S62": { + "S63": { "type": "list", "member": { "type": "structure", @@ -2660,7 +2684,7 @@ } } }, - "S6e": { + "S6f": { "type": "structure", "members": { "DecommissionTimeout": { @@ -2670,10 +2694,10 @@ "type": "structure", "members": { "InstancesToTerminate": { - "shape": "S6g" + "shape": "S6h" }, "InstancesToProtect": { - "shape": "S6g" + "shape": "S6h" }, "InstanceTerminationTimeout": { "type": "integer" @@ -2682,11 +2706,11 @@ } } }, - "S6g": { + "S6h": { "type": "list", "member": {} }, - "S6i": { + "S6j": { "type": "structure", "members": { "Status": { @@ -2710,7 +2734,7 @@ } } }, - "S8l": { + "S8m": { "type": "list", "member": {} } diff --git a/iamlivecore/service/emr-serverless-2021-07-13.min.json b/iamlivecore/service/emr-serverless-2021-07-13.min.json index 49a2e56..1feb334 100644 --- a/iamlivecore/service/emr-serverless-2021-07-13.min.json +++ b/iamlivecore/service/emr-serverless-2021-07-13.min.json @@ -91,6 +91,12 @@ }, "workerTypeSpecifications": { "shape": "Sy" + }, + "runtimeConfiguration": { + "shape": "S10" + }, + "monitoringConfiguration": { + "shape": "S14" } } }, @@ -157,7 +163,7 @@ ], "members": { "application": { - "shape": "S16" + "shape": "S1l" } } } @@ -253,7 +259,7 @@ "stateDetails": {}, "releaseLabel": {}, "configurationOverrides": { - "shape": "S1o" + "shape": "S23" }, "jobDriver": { "shape": "S24" @@ -534,7 +540,7 @@ "shape": "S24" }, "configurationOverrides": { - "shape": "S1o" + "shape": "S23" }, "tags": { "shape": "Sj" @@ -682,7 +688,13 @@ "workerTypeSpecifications": { "shape": "Sy" }, - "releaseLabel": {} + "releaseLabel": {}, + "runtimeConfiguration": { + "shape": "S10" + }, + "monitoringConfiguration": { + "shape": "S14" + } } }, "output": { @@ -692,7 +704,7 @@ ], "members": { "application": { - "shape": "S16" + "shape": "S1l" } } } @@ -793,7 +805,71 @@ } } }, - "S16": { + "S10": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "classification" + ], + "members": { + "classification": {}, + "properties": { + "type": "map", + "key": {}, + "value": {}, + "sensitive": true + }, + "configurations": { + "shape": "S10" + } + } + } + }, + "S14": { + "type": "structure", + "members": { + "s3MonitoringConfiguration": { + "type": "structure", + "members": { + "logUri": {}, + "encryptionKeyArn": {} + } + }, + "managedPersistenceMonitoringConfiguration": { + "type": "structure", + "members": { + "enabled": { + "type": "boolean" + }, + "encryptionKeyArn": {} + } + }, + "cloudWatchLoggingConfiguration": { + "type": "structure", + "required": [ + "enabled" + ], + "members": { + "enabled": { + "type": "boolean" + }, + "logGroupName": {}, + "logStreamNamePrefix": {}, + "encryptionKeyArn": {}, + "logTypes": { + "type": "map", + "key": {}, + "value": { + "type": "list", + "member": {} + } + } + } + } + } + }, + "S1l": { "type": "structure", "required": [ "applicationId", @@ -838,7 +914,7 @@ }, "architecture": {}, "imageConfiguration": { - "shape": "S1a" + "shape": "S1p" }, "workerTypeSpecifications": { "type": "map", @@ -847,14 +923,20 @@ "type": "structure", "members": { "imageConfiguration": { - "shape": "S1a" + "shape": "S1p" } } } + }, + "runtimeConfiguration": { + "shape": "S10" + }, + "monitoringConfiguration": { + "shape": "S14" } } }, - "S1a": { + "S1p": { "type": "structure", "required": [ "imageUri" @@ -864,75 +946,14 @@ "resolvedImageDigest": {} } }, - "S1o": { + "S23": { "type": "structure", "members": { "applicationConfiguration": { - "shape": "S1p" + "shape": "S10" }, "monitoringConfiguration": { - "type": "structure", - "members": { - "s3MonitoringConfiguration": { - "type": "structure", - "members": { - "logUri": {}, - "encryptionKeyArn": {} - } - }, - "managedPersistenceMonitoringConfiguration": { - "type": "structure", - "members": { - "enabled": { - "type": "boolean" - }, - "encryptionKeyArn": {} - } - }, - "cloudWatchLoggingConfiguration": { - "type": "structure", - "required": [ - "enabled" - ], - "members": { - "enabled": { - "type": "boolean" - }, - "logGroupName": {}, - "logStreamNamePrefix": {}, - "encryptionKeyArn": {}, - "logTypes": { - "type": "map", - "key": {}, - "value": { - "type": "list", - "member": {} - } - } - } - } - } - } - } - }, - "S1p": { - "type": "list", - "member": { - "type": "structure", - "required": [ - "classification" - ], - "members": { - "classification": {}, - "properties": { - "type": "map", - "key": {}, - "value": {}, - "sensitive": true - }, - "configurations": { - "shape": "S1p" - } + "shape": "S14" } } }, diff --git a/iamlivecore/service/entityresolution-2018-05-10.min.json b/iamlivecore/service/entityresolution-2018-05-10.min.json index 864d09c..cfa2601 100644 --- a/iamlivecore/service/entityresolution-2018-05-10.min.json +++ b/iamlivecore/service/entityresolution-2018-05-10.min.json @@ -13,6 +13,65 @@ "uid": "entityresolution-2018-05-10" }, "operations": { + "CreateIdMappingWorkflow": { + "http": { + "requestUri": "/idmappingworkflows", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "idMappingTechniques", + "inputSourceConfig", + "outputSourceConfig", + "roleArn", + "workflowName" + ], + "members": { + "description": {}, + "idMappingTechniques": { + "shape": "S3" + }, + "inputSourceConfig": { + "shape": "Sa" + }, + "outputSourceConfig": { + "shape": "Se" + }, + "roleArn": {}, + "tags": { + "shape": "Si" + }, + "workflowName": {} + } + }, + "output": { + "type": "structure", + "required": [ + "idMappingTechniques", + "inputSourceConfig", + "outputSourceConfig", + "roleArn", + "workflowArn", + "workflowName" + ], + "members": { + "description": {}, + "idMappingTechniques": { + "shape": "S3" + }, + "inputSourceConfig": { + "shape": "Sa" + }, + "outputSourceConfig": { + "shape": "Se" + }, + "roleArn": {}, + "workflowArn": {}, + "workflowName": {} + } + } + }, "CreateMatchingWorkflow": { "http": { "requestUri": "/matchingworkflows", @@ -30,20 +89,20 @@ "members": { "description": {}, "incrementalRunConfig": { - "shape": "S3" + "shape": "So" }, "inputSourceConfig": { - "shape": "S5" + "shape": "Sq" }, "outputSourceConfig": { - "shape": "Sa" + "shape": "Su" }, "resolutionTechniques": { - "shape": "Sh" + "shape": "Sz" }, "roleArn": {}, "tags": { - "shape": "Sq" + "shape": "Si" }, "workflowName": {} } @@ -61,16 +120,16 @@ "members": { "description": {}, "incrementalRunConfig": { - "shape": "S3" + "shape": "So" }, "inputSourceConfig": { - "shape": "S5" + "shape": "Sq" }, "outputSourceConfig": { - "shape": "Sa" + "shape": "Su" }, "resolutionTechniques": { - "shape": "Sh" + "shape": "Sz" }, "roleArn": {}, "workflowArn": {}, @@ -92,11 +151,11 @@ "members": { "description": {}, "mappedInputFields": { - "shape": "Sw" + "shape": "S1b" }, "schemaName": {}, "tags": { - "shape": "Sq" + "shape": "Si" } } }, @@ -111,13 +170,42 @@ "members": { "description": {}, "mappedInputFields": { - "shape": "Sw" + "shape": "S1b" }, "schemaArn": {}, "schemaName": {} } } }, + "DeleteIdMappingWorkflow": { + "http": { + "method": "DELETE", + "requestUri": "/idmappingworkflows/{workflowName}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "workflowName" + ], + "members": { + "workflowName": { + "location": "uri", + "locationName": "workflowName" + } + } + }, + "output": { + "type": "structure", + "required": [ + "message" + ], + "members": { + "message": {} + } + }, + "idempotent": true + }, "DeleteMatchingWorkflow": { "http": { "method": "DELETE", @@ -176,6 +264,121 @@ }, "idempotent": true }, + "GetIdMappingJob": { + "http": { + "method": "GET", + "requestUri": "/idmappingworkflows/{workflowName}/jobs/{jobId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "jobId", + "workflowName" + ], + "members": { + "jobId": { + "location": "uri", + "locationName": "jobId" + }, + "workflowName": { + "location": "uri", + "locationName": "workflowName" + } + } + }, + "output": { + "type": "structure", + "required": [ + "jobId", + "startTime", + "status" + ], + "members": { + "endTime": { + "type": "timestamp" + }, + "errorDetails": { + "shape": "S1q" + }, + "jobId": {}, + "metrics": { + "type": "structure", + "members": { + "inputRecords": { + "type": "integer" + }, + "recordsNotProcessed": { + "type": "integer" + }, + "totalRecordsProcessed": { + "type": "integer" + } + } + }, + "startTime": { + "type": "timestamp" + }, + "status": {} + } + } + }, + "GetIdMappingWorkflow": { + "http": { + "method": "GET", + "requestUri": "/idmappingworkflows/{workflowName}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "workflowName" + ], + "members": { + "workflowName": { + "location": "uri", + "locationName": "workflowName" + } + } + }, + "output": { + "type": "structure", + "required": [ + "createdAt", + "idMappingTechniques", + "inputSourceConfig", + "outputSourceConfig", + "roleArn", + "updatedAt", + "workflowArn", + "workflowName" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "description": {}, + "idMappingTechniques": { + "shape": "S3" + }, + "inputSourceConfig": { + "shape": "Sa" + }, + "outputSourceConfig": { + "shape": "Se" + }, + "roleArn": {}, + "tags": { + "shape": "Si" + }, + "updatedAt": { + "type": "timestamp" + }, + "workflowArn": {}, + "workflowName": {} + } + } + }, "GetMatchId": { "http": { "requestUri": "/matchingworkflows/{workflowName}/matches", @@ -242,10 +445,7 @@ "type": "timestamp" }, "errorDetails": { - "type": "structure", - "members": { - "errorMessage": {} - } + "shape": "S1q" }, "jobId": {}, "metrics": { @@ -308,20 +508,20 @@ }, "description": {}, "incrementalRunConfig": { - "shape": "S3" + "shape": "So" }, "inputSourceConfig": { - "shape": "S5" + "shape": "Sq" }, "outputSourceConfig": { - "shape": "Sa" + "shape": "Su" }, "resolutionTechniques": { - "shape": "Sh" + "shape": "Sz" }, "roleArn": {}, "tags": { - "shape": "Sq" + "shape": "Si" }, "updatedAt": { "type": "timestamp" @@ -331,6 +531,93 @@ } } }, + "GetProviderService": { + "http": { + "method": "GET", + "requestUri": "/providerservices/{providerName}/{providerServiceName}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "providerName", + "providerServiceName" + ], + "members": { + "providerName": { + "location": "uri", + "locationName": "providerName" + }, + "providerServiceName": { + "location": "uri", + "locationName": "providerServiceName" + } + } + }, + "output": { + "type": "structure", + "required": [ + "anonymizedOutput", + "providerEndpointConfiguration", + "providerEntityOutputDefinition", + "providerName", + "providerServiceArn", + "providerServiceDisplayName", + "providerServiceName", + "providerServiceType" + ], + "members": { + "anonymizedOutput": { + "type": "boolean" + }, + "providerConfigurationDefinition": { + "shape": "S8" + }, + "providerEndpointConfiguration": { + "type": "structure", + "members": { + "marketplaceConfiguration": { + "type": "structure", + "required": [ + "assetId", + "dataSetId", + "listingId", + "revisionId" + ], + "members": { + "assetId": {}, + "dataSetId": {}, + "listingId": {}, + "revisionId": {} + } + } + }, + "union": true + }, + "providerEntityOutputDefinition": { + "shape": "S8" + }, + "providerIntermediateDataAccessConfiguration": { + "type": "structure", + "members": { + "awsAccountIds": { + "type": "list", + "member": {} + }, + "requiredBucketActions": { + "type": "list", + "member": {} + } + } + }, + "providerName": {}, + "providerServiceArn": {}, + "providerServiceDisplayName": {}, + "providerServiceName": {}, + "providerServiceType": {} + } + } + }, "GetSchemaMapping": { "http": { "method": "GET", @@ -353,6 +640,7 @@ "type": "structure", "required": [ "createdAt", + "hasWorkflows", "mappedInputFields", "schemaArn", "schemaName", @@ -363,31 +651,154 @@ "type": "timestamp" }, "description": {}, + "hasWorkflows": { + "type": "boolean" + }, "mappedInputFields": { - "shape": "Sw" + "shape": "S1b" }, "schemaArn": {}, "schemaName": {}, "tags": { - "shape": "Sq" + "shape": "Si" + }, + "updatedAt": { + "type": "timestamp" + } + } + } + }, + "ListIdMappingJobs": { + "http": { + "method": "GET", + "requestUri": "/idmappingworkflows/{workflowName}/jobs", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "workflowName" + ], + "members": { + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "workflowName": { + "location": "uri", + "locationName": "workflowName" + } + } + }, + "output": { + "type": "structure", + "members": { + "jobs": { + "shape": "S2n" + }, + "nextToken": {} + } + } + }, + "ListIdMappingWorkflows": { + "http": { + "method": "GET", + "requestUri": "/idmappingworkflows", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "nextToken": {}, + "workflowSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "createdAt", + "updatedAt", + "workflowArn", + "workflowName" + ], + "members": { + "createdAt": { + "type": "timestamp" + }, + "updatedAt": { + "type": "timestamp" + }, + "workflowArn": {}, + "workflowName": {} + } + } + } + } + } + }, + "ListMatchingJobs": { + "http": { + "method": "GET", + "requestUri": "/matchingworkflows/{workflowName}/jobs", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "workflowName" + ], + "members": { + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "workflowName": { + "location": "uri", + "locationName": "workflowName" + } + } + }, + "output": { + "type": "structure", + "members": { + "jobs": { + "shape": "S2n" }, - "updatedAt": { - "type": "timestamp" - } + "nextToken": {} } } }, - "ListMatchingJobs": { + "ListMatchingWorkflows": { "http": { "method": "GET", - "requestUri": "/matchingworkflows/{workflowName}/jobs", + "requestUri": "/matchingworkflows", "responseCode": 200 }, "input": { "type": "structure", - "required": [ - "workflowName" - ], "members": { "maxResults": { "location": "querystring", @@ -397,45 +808,44 @@ "nextToken": { "location": "querystring", "locationName": "nextToken" - }, - "workflowName": { - "location": "uri", - "locationName": "workflowName" } } }, "output": { "type": "structure", "members": { - "jobs": { + "nextToken": {}, + "workflowSummaries": { "type": "list", "member": { "type": "structure", "required": [ - "jobId", - "startTime", - "status" + "createdAt", + "resolutionType", + "updatedAt", + "workflowArn", + "workflowName" ], "members": { - "endTime": { + "createdAt": { "type": "timestamp" }, - "jobId": {}, - "startTime": { + "resolutionType": {}, + "updatedAt": { "type": "timestamp" }, - "status": {} + "workflowArn": {}, + "workflowName": {} } } - }, - "nextToken": {} + } } } }, - "ListMatchingWorkflows": { + "ListProviderServices": { "http": { "method": "GET", - "requestUri": "/matchingworkflows", + "requestUri": "/providerservices", "responseCode": 200 }, "input": { @@ -449,6 +859,10 @@ "nextToken": { "location": "querystring", "locationName": "nextToken" + }, + "providerName": { + "location": "querystring", + "locationName": "providerName" } } }, @@ -456,25 +870,23 @@ "type": "structure", "members": { "nextToken": {}, - "workflowSummaries": { + "providerServiceSummaries": { "type": "list", "member": { "type": "structure", "required": [ - "createdAt", - "updatedAt", - "workflowArn", - "workflowName" + "providerName", + "providerServiceArn", + "providerServiceDisplayName", + "providerServiceName", + "providerServiceType" ], "members": { - "createdAt": { - "type": "timestamp" - }, - "updatedAt": { - "type": "timestamp" - }, - "workflowArn": {}, - "workflowName": {} + "providerName": {}, + "providerServiceArn": {}, + "providerServiceDisplayName": {}, + "providerServiceName": {}, + "providerServiceType": {} } } } @@ -511,6 +923,7 @@ "type": "structure", "required": [ "createdAt", + "hasWorkflows", "schemaArn", "schemaName", "updatedAt" @@ -519,6 +932,9 @@ "createdAt": { "type": "timestamp" }, + "hasWorkflows": { + "type": "boolean" + }, "schemaArn": {}, "schemaName": {}, "updatedAt": { @@ -555,9 +971,36 @@ ], "members": { "tags": { - "shape": "Sq" + "shape": "Si" + } + } + } + }, + "StartIdMappingJob": { + "http": { + "requestUri": "/idmappingworkflows/{workflowName}/jobs", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "workflowName" + ], + "members": { + "workflowName": { + "location": "uri", + "locationName": "workflowName" } } + }, + "output": { + "type": "structure", + "required": [ + "jobId" + ], + "members": { + "jobId": {} + } } }, "StartMatchingJob": { @@ -604,7 +1047,7 @@ "locationName": "resourceArn" }, "tags": { - "shape": "Sq" + "shape": "Si" } } }, @@ -644,6 +1087,67 @@ }, "idempotent": true }, + "UpdateIdMappingWorkflow": { + "http": { + "method": "PUT", + "requestUri": "/idmappingworkflows/{workflowName}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "idMappingTechniques", + "inputSourceConfig", + "outputSourceConfig", + "roleArn", + "workflowName" + ], + "members": { + "description": {}, + "idMappingTechniques": { + "shape": "S3" + }, + "inputSourceConfig": { + "shape": "Sa" + }, + "outputSourceConfig": { + "shape": "Se" + }, + "roleArn": {}, + "workflowName": { + "location": "uri", + "locationName": "workflowName" + } + } + }, + "output": { + "type": "structure", + "required": [ + "idMappingTechniques", + "inputSourceConfig", + "outputSourceConfig", + "roleArn", + "workflowArn", + "workflowName" + ], + "members": { + "description": {}, + "idMappingTechniques": { + "shape": "S3" + }, + "inputSourceConfig": { + "shape": "Sa" + }, + "outputSourceConfig": { + "shape": "Se" + }, + "roleArn": {}, + "workflowArn": {}, + "workflowName": {} + } + }, + "idempotent": true + }, "UpdateMatchingWorkflow": { "http": { "method": "PUT", @@ -662,16 +1166,16 @@ "members": { "description": {}, "incrementalRunConfig": { - "shape": "S3" + "shape": "So" }, "inputSourceConfig": { - "shape": "S5" + "shape": "Sq" }, "outputSourceConfig": { - "shape": "Sa" + "shape": "Su" }, "resolutionTechniques": { - "shape": "Sh" + "shape": "Sz" }, "roleArn": {}, "workflowName": { @@ -692,32 +1196,144 @@ "members": { "description": {}, "incrementalRunConfig": { - "shape": "S3" + "shape": "So" }, "inputSourceConfig": { - "shape": "S5" + "shape": "Sq" }, "outputSourceConfig": { - "shape": "Sa" + "shape": "Su" }, "resolutionTechniques": { - "shape": "Sh" + "shape": "Sz" }, "roleArn": {}, "workflowName": {} } }, "idempotent": true + }, + "UpdateSchemaMapping": { + "http": { + "method": "PUT", + "requestUri": "/schemas/{schemaName}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "mappedInputFields", + "schemaName" + ], + "members": { + "description": {}, + "mappedInputFields": { + "shape": "S1b" + }, + "schemaName": { + "location": "uri", + "locationName": "schemaName" + } + } + }, + "output": { + "type": "structure", + "required": [ + "mappedInputFields", + "schemaArn", + "schemaName" + ], + "members": { + "description": {}, + "mappedInputFields": { + "shape": "S1b" + }, + "schemaArn": {}, + "schemaName": {} + } + }, + "idempotent": true } }, "shapes": { "S3": { "type": "structure", + "required": [ + "idMappingType", + "providerProperties" + ], "members": { - "incrementalRunType": {} + "idMappingType": {}, + "providerProperties": { + "shape": "S5" + } } }, "S5": { + "type": "structure", + "required": [ + "providerServiceArn" + ], + "members": { + "intermediateSourceConfiguration": { + "type": "structure", + "required": [ + "intermediateS3Path" + ], + "members": { + "intermediateS3Path": {} + } + }, + "providerConfiguration": { + "shape": "S8" + }, + "providerServiceArn": {} + } + }, + "S8": { + "type": "structure", + "members": {}, + "document": true + }, + "Sa": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "inputSourceARN", + "schemaName" + ], + "members": { + "inputSourceARN": {}, + "schemaName": {} + } + } + }, + "Se": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "outputS3Path" + ], + "members": { + "KMSArn": {}, + "outputS3Path": {} + } + } + }, + "Si": { + "type": "map", + "key": {}, + "value": {} + }, + "So": { + "type": "structure", + "members": { + "incrementalRunType": {} + } + }, + "Sq": { "type": "list", "member": { "type": "structure", @@ -734,7 +1350,7 @@ } } }, - "Sa": { + "Su": { "type": "list", "member": { "type": "structure", @@ -766,12 +1382,15 @@ } } }, - "Sh": { + "Sz": { "type": "structure", "required": [ "resolutionType" ], "members": { + "providerProperties": { + "shape": "S5" + }, "resolutionType": {}, "ruleBasedProperties": { "type": "structure", @@ -802,12 +1421,7 @@ } } }, - "Sq": { - "type": "map", - "key": {}, - "value": {} - }, - "Sw": { + "S1b": { "type": "list", "member": { "type": "structure", @@ -819,9 +1433,37 @@ "fieldName": {}, "groupName": {}, "matchKey": {}, + "subType": {}, "type": {} } } + }, + "S1q": { + "type": "structure", + "members": { + "errorMessage": {} + } + }, + "S2n": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "jobId", + "startTime", + "status" + ], + "members": { + "endTime": { + "type": "timestamp" + }, + "jobId": {}, + "startTime": { + "type": "timestamp" + }, + "status": {} + } + } } } } \ No newline at end of file diff --git a/iamlivecore/service/events-2015-10-07.min.json b/iamlivecore/service/events-2015-10-07.min.json index 678248b..c7c86a4 100644 --- a/iamlivecore/service/events-2015-10-07.min.json +++ b/iamlivecore/service/events-2015-10-07.min.json @@ -128,7 +128,9 @@ ], "members": { "Username": {}, - "Password": {} + "Password": { + "shape": "S11" + } } }, "OAuthParameters": { @@ -147,13 +149,15 @@ ], "members": { "ClientID": {}, - "ClientSecret": {} + "ClientSecret": { + "shape": "S11" + } } }, "AuthorizationEndpoint": {}, "HttpMethod": {}, "OAuthHttpParameters": { - "shape": "S14" + "shape": "S15" } } }, @@ -165,11 +169,13 @@ ], "members": { "ApiKeyName": {}, - "ApiKeyValue": {} + "ApiKeyValue": { + "shape": "S11" + } } }, "InvocationHttpParameters": { - "shape": "S14" + "shape": "S15" } } } @@ -199,7 +205,7 @@ "Name": {}, "EventSourceName": {}, "Tags": { - "shape": "S1m" + "shape": "S1o" } } }, @@ -471,7 +477,7 @@ "AuthorizationEndpoint": {}, "HttpMethod": {}, "OAuthHttpParameters": { - "shape": "S14" + "shape": "S15" } } }, @@ -482,7 +488,7 @@ } }, "InvocationHttpParameters": { - "shape": "S14" + "shape": "S15" } } }, @@ -578,7 +584,7 @@ "StateReason": {}, "EventSourceArn": {}, "Destination": { - "shape": "S2w" + "shape": "S2y" }, "EventStartTime": { "type": "timestamp" @@ -1032,7 +1038,7 @@ "type": "structure", "members": { "Tags": { - "shape": "S1m" + "shape": "S1o" } } } @@ -1056,7 +1062,7 @@ "type": "structure", "members": { "Targets": { - "shape": "S4l" + "shape": "S4n" }, "NextToken": {} } @@ -1079,7 +1085,7 @@ }, "Source": {}, "Resources": { - "shape": "S6j" + "shape": "S6n" }, "DetailType": {}, "Detail": {}, @@ -1127,7 +1133,7 @@ }, "Source": {}, "Resources": { - "shape": "S6j" + "shape": "S6n" }, "DetailType": {}, "Detail": {} @@ -1195,7 +1201,7 @@ "Description": {}, "RoleArn": {}, "Tags": { - "shape": "S1m" + "shape": "S1o" }, "EventBusName": {} } @@ -1218,7 +1224,7 @@ "Rule": {}, "EventBusName": {}, "Targets": { - "shape": "S4l" + "shape": "S4n" } } }, @@ -1314,7 +1320,7 @@ "type": "timestamp" }, "Destination": { - "shape": "S2w" + "shape": "S2y" } } }, @@ -1340,7 +1346,7 @@ "members": { "ResourceARN": {}, "Tags": { - "shape": "S1m" + "shape": "S1o" } } }, @@ -1465,7 +1471,9 @@ "type": "structure", "members": { "Username": {}, - "Password": {} + "Password": { + "shape": "S11" + } } }, "OAuthParameters": { @@ -1475,13 +1483,15 @@ "type": "structure", "members": { "ClientID": {}, - "ClientSecret": {} + "ClientSecret": { + "shape": "S11" + } } }, "AuthorizationEndpoint": {}, "HttpMethod": {}, "OAuthHttpParameters": { - "shape": "S14" + "shape": "S15" } } }, @@ -1489,11 +1499,13 @@ "type": "structure", "members": { "ApiKeyName": {}, - "ApiKeyValue": {} + "ApiKeyValue": { + "shape": "S11" + } } }, "InvocationHttpParameters": { - "shape": "S14" + "shape": "S15" } } } @@ -1518,7 +1530,11 @@ } }, "shapes": { - "S14": { + "S11": { + "type": "string", + "sensitive": true + }, + "S15": { "type": "structure", "members": { "HeaderParameters": { @@ -1527,7 +1543,10 @@ "type": "structure", "members": { "Key": {}, - "Value": {}, + "Value": { + "type": "string", + "sensitive": true + }, "IsValueSecret": { "type": "boolean" } @@ -1540,7 +1559,10 @@ "type": "structure", "members": { "Key": {}, - "Value": {}, + "Value": { + "type": "string", + "sensitive": true + }, "IsValueSecret": { "type": "boolean" } @@ -1553,7 +1575,10 @@ "type": "structure", "members": { "Key": {}, - "Value": {}, + "Value": { + "type": "string", + "sensitive": true + }, "IsValueSecret": { "type": "boolean" } @@ -1562,7 +1587,7 @@ } } }, - "S1m": { + "S1o": { "type": "list", "member": { "type": "structure", @@ -1576,7 +1601,7 @@ } } }, - "S2w": { + "S2y": { "type": "structure", "required": [ "Arn" @@ -1589,7 +1614,7 @@ } } }, - "S4l": { + "S4n": { "type": "list", "member": { "type": "structure", @@ -1672,10 +1697,10 @@ ], "members": { "Subnets": { - "shape": "S57" + "shape": "S59" }, "SecurityGroups": { - "shape": "S57" + "shape": "S59" }, "AssignPublicIp": {} } @@ -1731,7 +1756,7 @@ "PropagateTags": {}, "ReferenceId": {}, "Tags": { - "shape": "S1m" + "shape": "S1o" } } }, @@ -1843,11 +1868,11 @@ } } }, - "S57": { + "S59": { "type": "list", "member": {} }, - "S6j": { + "S6n": { "type": "list", "member": {} } diff --git a/iamlivecore/service/finspace-2021-03-12.min.json b/iamlivecore/service/finspace-2021-03-12.min.json index 28dda6d..b5feb30 100644 --- a/iamlivecore/service/finspace-2021-03-12.min.json +++ b/iamlivecore/service/finspace-2021-03-12.min.json @@ -62,7 +62,9 @@ "environmentArn": {}, "environmentUrl": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "CreateKxChangeset": { "http": { @@ -125,8 +127,8 @@ "environmentId", "clusterName", "clusterType", - "capacityConfiguration", "releaseLabel", + "vpcConfiguration", "azMode" ], "members": { @@ -139,38 +141,44 @@ }, "clusterName": {}, "clusterType": {}, - "databases": { + "tickerplantLogConfiguration": { "shape": "S1a" }, + "databases": { + "shape": "S1d" + }, "cacheStorageConfigurations": { - "shape": "S1g" + "shape": "S1q" }, "autoScalingConfiguration": { - "shape": "S1j" + "shape": "S1t" }, "clusterDescription": {}, "capacityConfiguration": { - "shape": "S1p" + "shape": "S1z" }, "releaseLabel": {}, "vpcConfiguration": { - "shape": "S1s" + "shape": "S22" }, "initializationScript": {}, "commandLineArguments": { - "shape": "S20" + "shape": "S2a" }, "code": { - "shape": "S24" + "shape": "S2e" }, "executionRole": {}, "savedownStorageConfiguration": { - "shape": "S29" + "shape": "S2j" }, "azMode": {}, "availabilityZoneId": {}, "tags": { "shape": "S5" + }, + "scalingGroupConfiguration": { + "shape": "S2o" } } }, @@ -182,41 +190,50 @@ "statusReason": {}, "clusterName": {}, "clusterType": {}, - "databases": { + "tickerplantLogConfiguration": { "shape": "S1a" }, + "volumes": { + "shape": "S2w" + }, + "databases": { + "shape": "S1d" + }, "cacheStorageConfigurations": { - "shape": "S1g" + "shape": "S1q" }, "autoScalingConfiguration": { - "shape": "S1j" + "shape": "S1t" }, "clusterDescription": {}, "capacityConfiguration": { - "shape": "S1p" + "shape": "S1z" }, "releaseLabel": {}, "vpcConfiguration": { - "shape": "S1s" + "shape": "S22" }, "initializationScript": {}, "commandLineArguments": { - "shape": "S20" + "shape": "S2a" }, "code": { - "shape": "S24" + "shape": "S2e" }, "executionRole": {}, "lastModifiedTimestamp": { "type": "timestamp" }, "savedownStorageConfiguration": { - "shape": "S29" + "shape": "S2j" }, "azMode": {}, "availabilityZoneId": {}, "createdTimestamp": { "type": "timestamp" + }, + "scalingGroupConfiguration": { + "shape": "S2o" } } } @@ -263,6 +280,73 @@ } } }, + "CreateKxDataview": { + "http": { + "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}/dataviews" + }, + "input": { + "type": "structure", + "required": [ + "environmentId", + "databaseName", + "dataviewName", + "azMode", + "clientToken" + ], + "members": { + "environmentId": { + "location": "uri", + "locationName": "environmentId" + }, + "databaseName": { + "location": "uri", + "locationName": "databaseName" + }, + "dataviewName": {}, + "azMode": {}, + "availabilityZoneId": {}, + "changesetId": {}, + "segmentConfigurations": { + "shape": "S1m" + }, + "autoUpdate": { + "type": "boolean" + }, + "description": {}, + "tags": { + "shape": "S5" + }, + "clientToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "members": { + "dataviewName": {}, + "databaseName": {}, + "environmentId": {}, + "azMode": {}, + "availabilityZoneId": {}, + "changesetId": {}, + "segmentConfigurations": { + "shape": "S1m" + }, + "description": {}, + "autoUpdate": { + "type": "boolean" + }, + "createdTimestamp": { + "type": "timestamp" + }, + "lastModifiedTimestamp": { + "type": "timestamp" + }, + "status": {} + } + } + }, "CreateKxEnvironment": { "http": { "requestUri": "/kx/environments" @@ -280,7 +364,9 @@ "tags": { "shape": "S5" }, - "clientToken": {} + "clientToken": { + "idempotencyToken": true + } } }, "output": { @@ -298,6 +384,52 @@ } } }, + "CreateKxScalingGroup": { + "http": { + "requestUri": "/kx/environments/{environmentId}/scalingGroups" + }, + "input": { + "type": "structure", + "required": [ + "clientToken", + "environmentId", + "scalingGroupName", + "hostType", + "availabilityZoneId" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "environmentId": { + "location": "uri", + "locationName": "environmentId" + }, + "scalingGroupName": {}, + "hostType": {}, + "availabilityZoneId": {}, + "tags": { + "shape": "S5" + } + } + }, + "output": { + "type": "structure", + "members": { + "environmentId": {}, + "scalingGroupName": {}, + "hostType": {}, + "availabilityZoneId": {}, + "status": {}, + "lastModifiedTimestamp": { + "type": "timestamp" + }, + "createdTimestamp": { + "type": "timestamp" + } + } + } + }, "CreateKxUser": { "http": { "requestUri": "/kx/environments/{environmentId}/users" @@ -319,7 +451,9 @@ "tags": { "shape": "S5" }, - "clientToken": {} + "clientToken": { + "idempotencyToken": true + } } }, "output": { @@ -332,6 +466,65 @@ } } }, + "CreateKxVolume": { + "http": { + "requestUri": "/kx/environments/{environmentId}/kxvolumes" + }, + "input": { + "type": "structure", + "required": [ + "environmentId", + "volumeType", + "volumeName", + "azMode", + "availabilityZoneIds" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "environmentId": { + "location": "uri", + "locationName": "environmentId" + }, + "volumeType": {}, + "volumeName": {}, + "description": {}, + "nas1Configuration": { + "shape": "S3m" + }, + "azMode": {}, + "availabilityZoneIds": { + "shape": "S3p" + }, + "tags": { + "shape": "S5" + } + } + }, + "output": { + "type": "structure", + "members": { + "environmentId": {}, + "volumeName": {}, + "volumeType": {}, + "volumeArn": {}, + "nas1Configuration": { + "shape": "S3m" + }, + "status": {}, + "statusReason": {}, + "azMode": {}, + "description": {}, + "availabilityZoneIds": { + "shape": "S3p" + }, + "createdTimestamp": { + "type": "timestamp" + } + } + } + }, "DeleteEnvironment": { "http": { "method": "DELETE", @@ -352,7 +545,9 @@ "output": { "type": "structure", "members": {} - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "DeleteKxCluster": { "http": { @@ -419,6 +614,44 @@ "members": {} } }, + "DeleteKxDataview": { + "http": { + "method": "DELETE", + "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}/dataviews/{dataviewName}" + }, + "input": { + "type": "structure", + "required": [ + "environmentId", + "databaseName", + "dataviewName", + "clientToken" + ], + "members": { + "environmentId": { + "location": "uri", + "locationName": "environmentId" + }, + "databaseName": { + "location": "uri", + "locationName": "databaseName" + }, + "dataviewName": { + "location": "uri", + "locationName": "dataviewName" + }, + "clientToken": { + "idempotencyToken": true, + "location": "querystring", + "locationName": "clientToken" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "DeleteKxEnvironment": { "http": { "method": "DELETE", @@ -433,6 +666,43 @@ "environmentId": { "location": "uri", "locationName": "environmentId" + }, + "clientToken": { + "idempotencyToken": true, + "location": "querystring", + "locationName": "clientToken" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "DeleteKxScalingGroup": { + "http": { + "method": "DELETE", + "requestUri": "/kx/environments/{environmentId}/scalingGroups/{scalingGroupName}" + }, + "input": { + "type": "structure", + "required": [ + "environmentId", + "scalingGroupName" + ], + "members": { + "environmentId": { + "location": "uri", + "locationName": "environmentId" + }, + "scalingGroupName": { + "location": "uri", + "locationName": "scalingGroupName" + }, + "clientToken": { + "idempotencyToken": true, + "location": "querystring", + "locationName": "clientToken" } } }, @@ -460,6 +730,43 @@ "environmentId": { "location": "uri", "locationName": "environmentId" + }, + "clientToken": { + "idempotencyToken": true, + "location": "querystring", + "locationName": "clientToken" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "DeleteKxVolume": { + "http": { + "method": "DELETE", + "requestUri": "/kx/environments/{environmentId}/kxvolumes/{volumeName}" + }, + "input": { + "type": "structure", + "required": [ + "environmentId", + "volumeName" + ], + "members": { + "environmentId": { + "location": "uri", + "locationName": "environmentId" + }, + "volumeName": { + "location": "uri", + "locationName": "volumeName" + }, + "clientToken": { + "idempotencyToken": true, + "location": "querystring", + "locationName": "clientToken" } } }, @@ -489,10 +796,12 @@ "type": "structure", "members": { "environment": { - "shape": "S36" + "shape": "S4c" } } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "GetKxChangeset": { "http": { @@ -575,41 +884,50 @@ "statusReason": {}, "clusterName": {}, "clusterType": {}, - "databases": { + "tickerplantLogConfiguration": { "shape": "S1a" }, + "volumes": { + "shape": "S2w" + }, + "databases": { + "shape": "S1d" + }, "cacheStorageConfigurations": { - "shape": "S1g" + "shape": "S1q" }, "autoScalingConfiguration": { - "shape": "S1j" + "shape": "S1t" }, "clusterDescription": {}, "capacityConfiguration": { - "shape": "S1p" + "shape": "S1z" }, "releaseLabel": {}, "vpcConfiguration": { - "shape": "S1s" + "shape": "S22" }, "initializationScript": {}, "commandLineArguments": { - "shape": "S20" + "shape": "S2a" }, "code": { - "shape": "S24" + "shape": "S2e" }, "executionRole": {}, "lastModifiedTimestamp": { "type": "timestamp" }, "savedownStorageConfiguration": { - "shape": "S29" + "shape": "S2j" }, "azMode": {}, "availabilityZoneId": {}, "createdTimestamp": { "type": "timestamp" + }, + "scalingGroupConfiguration": { + "shape": "S2o" } } } @@ -699,7 +1017,64 @@ } } }, - "GetKxEnvironment": { + "GetKxDataview": { + "http": { + "method": "GET", + "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}/dataviews/{dataviewName}" + }, + "input": { + "type": "structure", + "required": [ + "environmentId", + "databaseName", + "dataviewName" + ], + "members": { + "environmentId": { + "location": "uri", + "locationName": "environmentId" + }, + "databaseName": { + "location": "uri", + "locationName": "databaseName" + }, + "dataviewName": { + "location": "uri", + "locationName": "dataviewName" + } + } + }, + "output": { + "type": "structure", + "members": { + "databaseName": {}, + "dataviewName": {}, + "azMode": {}, + "availabilityZoneId": {}, + "changesetId": {}, + "segmentConfigurations": { + "shape": "S1m" + }, + "activeVersions": { + "shape": "S4s" + }, + "description": {}, + "autoUpdate": { + "type": "boolean" + }, + "environmentId": {}, + "createdTimestamp": { + "type": "timestamp" + }, + "lastModifiedTimestamp": { + "type": "timestamp" + }, + "status": {}, + "statusReason": {} + } + } + }, + "GetKxEnvironment": { "http": { "method": "GET", "requestUri": "/kx/environments/{environmentId}" @@ -731,10 +1106,10 @@ "kmsKeyId": {}, "dedicatedServiceAccountId": {}, "transitGatewayConfiguration": { - "shape": "S3p" + "shape": "S51" }, "customDNSConfiguration": { - "shape": "S42" + "shape": "S5e" }, "creationTimestamp": { "type": "timestamp" @@ -743,12 +1118,55 @@ "type": "timestamp" }, "availabilityZoneIds": { - "shape": "S46" + "shape": "S3p" }, "certificateAuthorityArn": {} } } }, + "GetKxScalingGroup": { + "http": { + "method": "GET", + "requestUri": "/kx/environments/{environmentId}/scalingGroups/{scalingGroupName}" + }, + "input": { + "type": "structure", + "required": [ + "environmentId", + "scalingGroupName" + ], + "members": { + "environmentId": { + "location": "uri", + "locationName": "environmentId" + }, + "scalingGroupName": { + "location": "uri", + "locationName": "scalingGroupName" + } + } + }, + "output": { + "type": "structure", + "members": { + "scalingGroupName": {}, + "scalingGroupArn": {}, + "hostType": {}, + "clusters": { + "shape": "S5m" + }, + "availabilityZoneId": {}, + "status": {}, + "statusReason": {}, + "lastModifiedTimestamp": { + "type": "timestamp" + }, + "createdTimestamp": { + "type": "timestamp" + } + } + } + }, "GetKxUser": { "http": { "method": "GET", @@ -781,6 +1199,57 @@ } } }, + "GetKxVolume": { + "http": { + "method": "GET", + "requestUri": "/kx/environments/{environmentId}/kxvolumes/{volumeName}" + }, + "input": { + "type": "structure", + "required": [ + "environmentId", + "volumeName" + ], + "members": { + "environmentId": { + "location": "uri", + "locationName": "environmentId" + }, + "volumeName": { + "location": "uri", + "locationName": "volumeName" + } + } + }, + "output": { + "type": "structure", + "members": { + "environmentId": {}, + "volumeName": {}, + "volumeType": {}, + "volumeArn": {}, + "nas1Configuration": { + "shape": "S3m" + }, + "status": {}, + "statusReason": {}, + "createdTimestamp": { + "type": "timestamp" + }, + "description": {}, + "azMode": {}, + "availabilityZoneIds": { + "shape": "S3p" + }, + "lastModifiedTimestamp": { + "type": "timestamp" + }, + "attachedClusters": { + "shape": "S5r" + } + } + } + }, "ListEnvironments": { "http": { "method": "GET", @@ -806,12 +1275,14 @@ "environments": { "type": "list", "member": { - "shape": "S36" + "shape": "S4c" } }, "nextToken": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "ListKxChangesets": { "http": { @@ -965,6 +1436,9 @@ "clusterType": {}, "clusterDescription": {}, "releaseLabel": {}, + "volumes": { + "shape": "S2w" + }, "initializationScript": {}, "executionRole": {}, "azMode": {}, @@ -1030,6 +1504,76 @@ } } }, + "ListKxDataviews": { + "http": { + "method": "GET", + "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}/dataviews" + }, + "input": { + "type": "structure", + "required": [ + "environmentId", + "databaseName" + ], + "members": { + "environmentId": { + "location": "uri", + "locationName": "environmentId" + }, + "databaseName": { + "location": "uri", + "locationName": "databaseName" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "kxDataviews": { + "type": "list", + "member": { + "type": "structure", + "members": { + "environmentId": {}, + "databaseName": {}, + "dataviewName": {}, + "azMode": {}, + "availabilityZoneId": {}, + "changesetId": {}, + "segmentConfigurations": { + "shape": "S1m" + }, + "activeVersions": { + "shape": "S4s" + }, + "status": {}, + "description": {}, + "autoUpdate": { + "type": "boolean" + }, + "createdTimestamp": { + "type": "timestamp" + }, + "lastModifiedTimestamp": { + "type": "timestamp" + }, + "statusReason": {} + } + } + }, + "nextToken": {} + } + } + }, "ListKxEnvironments": { "http": { "method": "GET", @@ -1069,10 +1613,10 @@ "kmsKeyId": {}, "dedicatedServiceAccountId": {}, "transitGatewayConfiguration": { - "shape": "S3p" + "shape": "S51" }, "customDNSConfiguration": { - "shape": "S42" + "shape": "S5e" }, "creationTimestamp": { "type": "timestamp" @@ -1081,7 +1625,7 @@ "type": "timestamp" }, "availabilityZoneIds": { - "shape": "S46" + "shape": "S3p" }, "certificateAuthorityArn": {} } @@ -1091,6 +1635,61 @@ } } }, + "ListKxScalingGroups": { + "http": { + "method": "GET", + "requestUri": "/kx/environments/{environmentId}/scalingGroups" + }, + "input": { + "type": "structure", + "required": [ + "environmentId" + ], + "members": { + "environmentId": { + "location": "uri", + "locationName": "environmentId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "scalingGroups": { + "type": "list", + "member": { + "type": "structure", + "members": { + "scalingGroupName": {}, + "hostType": {}, + "clusters": { + "shape": "S5m" + }, + "availabilityZoneId": {}, + "status": {}, + "statusReason": {}, + "lastModifiedTimestamp": { + "type": "timestamp" + }, + "createdTimestamp": { + "type": "timestamp" + } + } + } + }, + "nextToken": {} + } + } + }, "ListKxUsers": { "http": { "method": "GET", @@ -1110,28 +1709,88 @@ "location": "querystring", "locationName": "nextToken" }, - "maxResults": { + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "users": { + "type": "list", + "member": { + "type": "structure", + "members": { + "userArn": {}, + "userName": {}, + "iamRole": {}, + "createTimestamp": { + "type": "timestamp" + }, + "updateTimestamp": { + "type": "timestamp" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListKxVolumes": { + "http": { + "method": "GET", + "requestUri": "/kx/environments/{environmentId}/kxvolumes" + }, + "input": { + "type": "structure", + "required": [ + "environmentId" + ], + "members": { + "environmentId": { + "location": "uri", + "locationName": "environmentId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "volumeType": { "location": "querystring", - "locationName": "maxResults", - "type": "integer" + "locationName": "volumeType" } } }, "output": { "type": "structure", "members": { - "users": { + "kxVolumeSummaries": { "type": "list", "member": { "type": "structure", "members": { - "userArn": {}, - "userName": {}, - "iamRole": {}, - "createTimestamp": { + "volumeName": {}, + "volumeType": {}, + "status": {}, + "description": {}, + "statusReason": {}, + "azMode": {}, + "availabilityZoneIds": { + "shape": "S3p" + }, + "createdTimestamp": { "type": "timestamp" }, - "updateTimestamp": { + "lastModifiedTimestamp": { "type": "timestamp" } } @@ -1248,9 +1907,58 @@ "type": "structure", "members": { "environment": { - "shape": "S36" + "shape": "S4c" + } + } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." + }, + "UpdateKxClusterCodeConfiguration": { + "http": { + "method": "PUT", + "requestUri": "/kx/environments/{environmentId}/clusters/{clusterName}/configuration/code" + }, + "input": { + "type": "structure", + "required": [ + "environmentId", + "clusterName", + "code" + ], + "members": { + "environmentId": { + "location": "uri", + "locationName": "environmentId" + }, + "clusterName": { + "location": "uri", + "locationName": "clusterName" + }, + "clientToken": { + "idempotencyToken": true + }, + "code": { + "shape": "S2e" + }, + "initializationScript": {}, + "commandLineArguments": { + "shape": "S2a" + }, + "deploymentConfiguration": { + "type": "structure", + "required": [ + "deploymentStrategy" + ], + "members": { + "deploymentStrategy": {} + } } } + }, + "output": { + "type": "structure", + "members": {} } }, "UpdateKxClusterDatabases": { @@ -1278,7 +1986,7 @@ "idempotencyToken": true }, "databases": { - "shape": "S1a" + "shape": "S1d" }, "deploymentConfiguration": { "type": "structure", @@ -1335,6 +2043,71 @@ } } }, + "UpdateKxDataview": { + "http": { + "method": "PUT", + "requestUri": "/kx/environments/{environmentId}/databases/{databaseName}/dataviews/{dataviewName}" + }, + "input": { + "type": "structure", + "required": [ + "environmentId", + "databaseName", + "dataviewName", + "clientToken" + ], + "members": { + "environmentId": { + "location": "uri", + "locationName": "environmentId" + }, + "databaseName": { + "location": "uri", + "locationName": "databaseName" + }, + "dataviewName": { + "location": "uri", + "locationName": "dataviewName" + }, + "description": {}, + "changesetId": {}, + "segmentConfigurations": { + "shape": "S1m" + }, + "clientToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "members": { + "environmentId": {}, + "databaseName": {}, + "dataviewName": {}, + "azMode": {}, + "availabilityZoneId": {}, + "changesetId": {}, + "segmentConfigurations": { + "shape": "S1m" + }, + "activeVersions": { + "shape": "S4s" + }, + "status": {}, + "autoUpdate": { + "type": "boolean" + }, + "description": {}, + "createdTimestamp": { + "type": "timestamp" + }, + "lastModifiedTimestamp": { + "type": "timestamp" + } + } + } + }, "UpdateKxEnvironment": { "http": { "method": "PUT", @@ -1352,7 +2125,9 @@ }, "name": {}, "description": {}, - "clientToken": {} + "clientToken": { + "idempotencyToken": true + } } }, "output": { @@ -1370,10 +2145,10 @@ "kmsKeyId": {}, "dedicatedServiceAccountId": {}, "transitGatewayConfiguration": { - "shape": "S3p" + "shape": "S51" }, "customDNSConfiguration": { - "shape": "S42" + "shape": "S5e" }, "creationTimestamp": { "type": "timestamp" @@ -1382,7 +2157,7 @@ "type": "timestamp" }, "availabilityZoneIds": { - "shape": "S46" + "shape": "S3p" } } } @@ -1403,12 +2178,14 @@ "locationName": "environmentId" }, "transitGatewayConfiguration": { - "shape": "S3p" + "shape": "S51" }, "customDNSConfiguration": { - "shape": "S42" + "shape": "S5e" }, - "clientToken": {} + "clientToken": { + "idempotencyToken": true + } } }, "output": { @@ -1426,10 +2203,10 @@ "kmsKeyId": {}, "dedicatedServiceAccountId": {}, "transitGatewayConfiguration": { - "shape": "S3p" + "shape": "S51" }, "customDNSConfiguration": { - "shape": "S42" + "shape": "S5e" }, "creationTimestamp": { "type": "timestamp" @@ -1438,7 +2215,7 @@ "type": "timestamp" }, "availabilityZoneIds": { - "shape": "S46" + "shape": "S3p" } } } @@ -1465,7 +2242,9 @@ "locationName": "userName" }, "iamRole": {}, - "clientToken": {} + "clientToken": { + "idempotencyToken": true + } } }, "output": { @@ -1477,6 +2256,64 @@ "iamRole": {} } } + }, + "UpdateKxVolume": { + "http": { + "method": "PATCH", + "requestUri": "/kx/environments/{environmentId}/kxvolumes/{volumeName}" + }, + "input": { + "type": "structure", + "required": [ + "environmentId", + "volumeName" + ], + "members": { + "environmentId": { + "location": "uri", + "locationName": "environmentId" + }, + "volumeName": { + "location": "uri", + "locationName": "volumeName" + }, + "description": {}, + "clientToken": { + "idempotencyToken": true + }, + "nas1Configuration": { + "shape": "S3m" + } + } + }, + "output": { + "type": "structure", + "members": { + "environmentId": {}, + "volumeName": {}, + "volumeType": {}, + "volumeArn": {}, + "nas1Configuration": { + "shape": "S3m" + }, + "status": {}, + "description": {}, + "statusReason": {}, + "createdTimestamp": { + "type": "timestamp" + }, + "azMode": {}, + "availabilityZoneIds": { + "shape": "S3p" + }, + "lastModifiedTimestamp": { + "type": "timestamp" + }, + "attachedClusters": { + "shape": "S5r" + } + } + } } }, "shapes": { @@ -1523,6 +2360,15 @@ } }, "S1a": { + "type": "structure", + "members": { + "tickerplantLogVolumes": { + "type": "list", + "member": {} + } + } + }, + "S1d": { "type": "list", "member": { "type": "structure", @@ -1544,15 +2390,45 @@ "dbPaths": { "type": "list", "member": {} - } + }, + "dataviewName": {} + } + } + }, + "changesetId": {}, + "dataviewName": {}, + "dataviewConfiguration": { + "type": "structure", + "members": { + "dataviewName": {}, + "dataviewVersionId": {}, + "changesetId": {}, + "segmentConfigurations": { + "shape": "S1m" } } + } + } + } + }, + "S1m": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "dbPaths", + "volumeName" + ], + "members": { + "dbPaths": { + "type": "list", + "member": {} }, - "changesetId": {} + "volumeName": {} } } }, - "S1g": { + "S1q": { "type": "list", "member": { "type": "structure", @@ -1568,7 +2444,7 @@ } } }, - "S1j": { + "S1t": { "type": "structure", "members": { "minNodeCount": { @@ -1589,7 +2465,7 @@ } } }, - "S1p": { + "S1z": { "type": "structure", "members": { "nodeType": {}, @@ -1598,7 +2474,7 @@ } } }, - "S1s": { + "S22": { "type": "structure", "members": { "vpcId": {}, @@ -1613,7 +2489,7 @@ "ipAddressType": {} } }, - "S20": { + "S2a": { "type": "list", "member": { "type": "structure", @@ -1623,7 +2499,7 @@ } } }, - "S24": { + "S2e": { "type": "structure", "members": { "s3Bucket": {}, @@ -1631,12 +2507,51 @@ "s3ObjectVersion": {} } }, - "S29": { + "S2j": { + "type": "structure", + "members": { + "type": {}, + "size": { + "type": "integer" + }, + "volumeName": {} + } + }, + "S2o": { "type": "structure", "required": [ - "type", - "size" + "scalingGroupName", + "memoryReservation", + "nodeCount" ], + "members": { + "scalingGroupName": {}, + "memoryLimit": { + "type": "integer" + }, + "memoryReservation": { + "type": "integer" + }, + "nodeCount": { + "type": "integer" + }, + "cpu": { + "type": "double" + } + } + }, + "S2w": { + "type": "list", + "member": { + "type": "structure", + "members": { + "volumeName": {}, + "volumeType": {} + } + } + }, + "S3m": { + "type": "structure", "members": { "type": {}, "size": { @@ -1644,7 +2559,11 @@ } } }, - "S36": { + "S3p": { + "type": "list", + "member": {} + }, + "S4c": { "type": "structure", "members": { "name": {}, @@ -1663,7 +2582,27 @@ } } }, - "S3p": { + "S4s": { + "type": "list", + "member": { + "type": "structure", + "members": { + "changesetId": {}, + "segmentConfigurations": { + "shape": "S1m" + }, + "attachedClusters": { + "type": "list", + "member": {} + }, + "createdTimestamp": { + "type": "timestamp" + }, + "versionId": {} + } + } + }, + "S51": { "type": "structure", "required": [ "transitGatewayID", @@ -1724,7 +2663,7 @@ } } }, - "S42": { + "S5e": { "type": "list", "member": { "type": "structure", @@ -1738,9 +2677,20 @@ } } }, - "S46": { + "S5m": { "type": "list", "member": {} + }, + "S5r": { + "type": "list", + "member": { + "type": "structure", + "members": { + "clusterName": {}, + "clusterType": {}, + "clusterStatus": {} + } + } } } } \ No newline at end of file diff --git a/iamlivecore/service/finspace-data-2020-07-13.min.json b/iamlivecore/service/finspace-data-2020-07-13.min.json index 48ea6e9..dc68605 100644 --- a/iamlivecore/service/finspace-data-2020-07-13.min.json +++ b/iamlivecore/service/finspace-data-2020-07-13.min.json @@ -45,7 +45,9 @@ "type": "integer" } } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "CreateChangeset": { "http": { @@ -82,7 +84,9 @@ "datasetId": {}, "changesetId": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "CreateDataView": { "http": { @@ -125,7 +129,9 @@ "datasetId": {}, "dataViewId": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "CreateDataset": { "http": { @@ -174,7 +180,9 @@ "members": { "datasetId": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "CreatePermissionGroup": { "http": { @@ -206,7 +214,9 @@ "members": { "permissionGroupId": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "CreateUser": { "http": { @@ -229,7 +239,7 @@ "lastName": { "shape": "S1n" }, - "ApiAccess": {}, + "apiAccess": {}, "apiAccessPrincipalArn": {}, "clientToken": { "idempotencyToken": true @@ -241,7 +251,9 @@ "members": { "userId": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "DeleteDataset": { "http": { @@ -270,7 +282,9 @@ "members": { "datasetId": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "DeletePermissionGroup": { "http": { @@ -299,7 +313,9 @@ "members": { "permissionGroupId": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "DisableUser": { "http": { @@ -325,7 +341,9 @@ "members": { "userId": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "DisassociateUserFromPermissionGroup": { "http": { @@ -362,7 +380,9 @@ "type": "integer" } } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "EnableUser": { "http": { @@ -388,7 +408,9 @@ "members": { "userId": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "GetChangeset": { "http": { @@ -441,7 +463,9 @@ "updatesChangesetId": {}, "updatedByChangesetId": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "GetDataView": { "http": { @@ -497,7 +521,9 @@ }, "status": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "GetDataset": { "http": { @@ -536,7 +562,9 @@ "alias": {}, "status": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "GetExternalDataViewAccessDetails": { "http": { @@ -577,7 +605,8 @@ "expiration": { "type": "long" } - } + }, + "sensitive": true }, "s3Location": { "type": "structure", @@ -591,7 +620,9 @@ } } } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "GetPermissionGroup": { "http": { @@ -617,7 +648,9 @@ "shape": "S2s" } } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "GetProgrammaticAccessCredentials": { "http": { @@ -650,13 +683,16 @@ "accessKeyId": {}, "secretAccessKey": {}, "sessionToken": {} - } + }, + "sensitive": true }, "durationInMinutes": { "type": "long" } } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "GetUser": { "http": { @@ -708,7 +744,9 @@ "type": "long" } } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "GetWorkingLocation": { "http": { @@ -727,7 +765,9 @@ "s3Path": {}, "s3Bucket": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "ListChangesets": { "http": { @@ -793,7 +833,9 @@ }, "nextToken": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "ListDataViews": { "http": { @@ -862,7 +904,9 @@ } } } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "ListDatasets": { "http": { @@ -914,7 +958,9 @@ }, "nextToken": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "ListPermissionGroups": { "http": { @@ -949,7 +995,9 @@ }, "nextToken": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "ListPermissionGroupsByUser": { "http": { @@ -996,7 +1044,9 @@ }, "nextToken": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "ListUsers": { "http": { @@ -1062,7 +1112,9 @@ }, "nextToken": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "ListUsersByPermissionGroup": { "http": { @@ -1119,7 +1171,9 @@ }, "nextToken": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "ResetUserPassword": { "http": { @@ -1149,7 +1203,9 @@ "sensitive": true } } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "UpdateChangeset": { "http": { @@ -1190,7 +1246,9 @@ "changesetId": {}, "datasetId": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "UpdateDataset": { "http": { @@ -1226,7 +1284,9 @@ "members": { "datasetId": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "UpdatePermissionGroup": { "http": { @@ -1262,7 +1322,9 @@ "members": { "permissionGroupId": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." }, "UpdateUser": { "http": { @@ -1298,7 +1360,9 @@ "members": { "userId": {} } - } + }, + "deprecated": true, + "deprecatedMessage": "This method will be discontinued." } }, "shapes": { diff --git a/iamlivecore/service/firehose-2015-08-04.min.json b/iamlivecore/service/firehose-2015-08-04.min.json index d366fa8..6ba74f9 100644 --- a/iamlivecore/service/firehose-2015-08-04.min.json +++ b/iamlivecore/service/firehose-2015-08-04.min.json @@ -219,6 +219,9 @@ }, "CloudWatchLoggingOptions": { "shape": "Sl" + }, + "BufferingHints": { + "shape": "S33" } } }, @@ -230,23 +233,23 @@ ], "members": { "EndpointConfiguration": { - "shape": "S34" + "shape": "S37" }, "BufferingHints": { - "shape": "S38" + "shape": "S3b" }, "CloudWatchLoggingOptions": { "shape": "Sl" }, "RequestConfiguration": { - "shape": "S3b" + "shape": "S3e" }, "ProcessingConfiguration": { "shape": "Sq" }, "RoleARN": {}, "RetryOptions": { - "shape": "S3h" + "shape": "S3k" }, "S3BackupMode": {}, "S3Configuration": { @@ -255,7 +258,7 @@ } }, "Tags": { - "shape": "S3k" + "shape": "S3n" }, "AmazonOpenSearchServerlessDestinationConfiguration": { "type": "structure", @@ -269,10 +272,10 @@ "CollectionEndpoint": {}, "IndexName": {}, "BufferingHints": { - "shape": "S3r" + "shape": "S3u" }, "RetryOptions": { - "shape": "S3u" + "shape": "S3x" }, "S3BackupMode": {}, "S3Configuration": { @@ -288,6 +291,21 @@ "shape": "S2e" } } + }, + "MSKSourceConfiguration": { + "type": "structure", + "required": [ + "MSKClusterARN", + "TopicName", + "AuthenticationConfiguration" + ], + "members": { + "MSKClusterARN": {}, + "TopicName": {}, + "AuthenticationConfiguration": { + "shape": "S43" + } + } } } }, @@ -352,7 +370,7 @@ "DeliveryStreamARN": {}, "DeliveryStreamStatus": {}, "FailureDescription": { - "shape": "S47" + "shape": "S4f" }, "DeliveryStreamEncryptionConfiguration": { "type": "structure", @@ -361,7 +379,7 @@ "KeyType": {}, "Status": {}, "FailureDescription": { - "shape": "S47" + "shape": "S4f" } } }, @@ -385,6 +403,19 @@ "type": "timestamp" } } + }, + "MSKSourceDescription": { + "type": "structure", + "members": { + "MSKClusterARN": {}, + "TopicName": {}, + "AuthenticationConfiguration": { + "shape": "S43" + }, + "DeliveryStartTimestamp": { + "type": "timestamp" + } + } } } }, @@ -398,7 +429,7 @@ "members": { "DestinationId": {}, "S3DestinationDescription": { - "shape": "S4i" + "shape": "S4r" }, "ExtendedS3DestinationDescription": { "type": "structure", @@ -429,7 +460,7 @@ }, "S3BackupMode": {}, "S3BackupDescription": { - "shape": "S4i" + "shape": "S4r" }, "DataFormatConversionConfiguration": { "shape": "Sz" @@ -461,14 +492,14 @@ "shape": "S1z" }, "S3DestinationDescription": { - "shape": "S4i" + "shape": "S4r" }, "ProcessingConfiguration": { "shape": "Sq" }, "S3BackupMode": {}, "S3BackupDescription": { - "shape": "S4i" + "shape": "S4r" }, "CloudWatchLoggingOptions": { "shape": "Sl" @@ -492,7 +523,7 @@ }, "S3BackupMode": {}, "S3DestinationDescription": { - "shape": "S4i" + "shape": "S4r" }, "ProcessingConfiguration": { "shape": "Sq" @@ -501,7 +532,7 @@ "shape": "Sl" }, "VpcConfigurationDescription": { - "shape": "S4m" + "shape": "S4v" }, "DocumentIdOptions": { "shape": "S2h" @@ -525,7 +556,7 @@ }, "S3BackupMode": {}, "S3DestinationDescription": { - "shape": "S4i" + "shape": "S4r" }, "ProcessingConfiguration": { "shape": "Sq" @@ -534,7 +565,7 @@ "shape": "Sl" }, "VpcConfigurationDescription": { - "shape": "S4m" + "shape": "S4v" }, "DocumentIdOptions": { "shape": "S2h" @@ -555,13 +586,16 @@ }, "S3BackupMode": {}, "S3DestinationDescription": { - "shape": "S4i" + "shape": "S4r" }, "ProcessingConfiguration": { "shape": "Sq" }, "CloudWatchLoggingOptions": { "shape": "Sl" + }, + "BufferingHints": { + "shape": "S33" } } }, @@ -572,30 +606,30 @@ "type": "structure", "members": { "Url": { - "shape": "S35" + "shape": "S38" }, "Name": {} } }, "BufferingHints": { - "shape": "S38" + "shape": "S3b" }, "CloudWatchLoggingOptions": { "shape": "Sl" }, "RequestConfiguration": { - "shape": "S3b" + "shape": "S3e" }, "ProcessingConfiguration": { "shape": "Sq" }, "RoleARN": {}, "RetryOptions": { - "shape": "S3h" + "shape": "S3k" }, "S3BackupMode": {}, "S3DestinationDescription": { - "shape": "S4i" + "shape": "S4r" } } }, @@ -606,14 +640,14 @@ "CollectionEndpoint": {}, "IndexName": {}, "BufferingHints": { - "shape": "S3r" + "shape": "S3u" }, "RetryOptions": { - "shape": "S3u" + "shape": "S3x" }, "S3BackupMode": {}, "S3DestinationDescription": { - "shape": "S4i" + "shape": "S4r" }, "ProcessingConfiguration": { "shape": "Sq" @@ -622,7 +656,7 @@ "shape": "Sl" }, "VpcConfigurationDescription": { - "shape": "S4m" + "shape": "S4v" } } } @@ -689,7 +723,7 @@ "Tags": { "type": "list", "member": { - "shape": "S3l" + "shape": "S3o" } }, "HasMoreTags": { @@ -708,7 +742,7 @@ "members": { "DeliveryStreamName": {}, "Record": { - "shape": "S51" + "shape": "S5a" } } }, @@ -737,7 +771,7 @@ "Records": { "type": "list", "member": { - "shape": "S51" + "shape": "S5a" } } } @@ -812,7 +846,7 @@ "members": { "DeliveryStreamName": {}, "Tags": { - "shape": "S3k" + "shape": "S3n" } } }, @@ -854,7 +888,7 @@ "CurrentDeliveryStreamVersionId": {}, "DestinationId": {}, "S3DestinationUpdate": { - "shape": "S5m", + "shape": "S5v", "deprecated": true }, "ExtendedS3DestinationUpdate": { @@ -879,7 +913,7 @@ }, "S3BackupMode": {}, "S3BackupUpdate": { - "shape": "S5m" + "shape": "S5v" }, "DataFormatConversionConfiguration": { "shape": "Sz" @@ -907,14 +941,14 @@ "shape": "S1z" }, "S3Update": { - "shape": "S5m" + "shape": "S5v" }, "ProcessingConfiguration": { "shape": "Sq" }, "S3BackupMode": {}, "S3BackupUpdate": { - "shape": "S5m" + "shape": "S5v" }, "CloudWatchLoggingOptions": { "shape": "Sl" @@ -937,7 +971,7 @@ "shape": "S2b" }, "S3Update": { - "shape": "S5m" + "shape": "S5v" }, "ProcessingConfiguration": { "shape": "Sq" @@ -966,7 +1000,7 @@ "shape": "S2s" }, "S3Update": { - "shape": "S5m" + "shape": "S5v" }, "ProcessingConfiguration": { "shape": "Sq" @@ -993,13 +1027,16 @@ }, "S3BackupMode": {}, "S3Update": { - "shape": "S5m" + "shape": "S5v" }, "ProcessingConfiguration": { "shape": "Sq" }, "CloudWatchLoggingOptions": { "shape": "Sl" + }, + "BufferingHints": { + "shape": "S33" } } }, @@ -1007,27 +1044,27 @@ "type": "structure", "members": { "EndpointConfiguration": { - "shape": "S34" + "shape": "S37" }, "BufferingHints": { - "shape": "S38" + "shape": "S3b" }, "CloudWatchLoggingOptions": { "shape": "Sl" }, "RequestConfiguration": { - "shape": "S3b" + "shape": "S3e" }, "ProcessingConfiguration": { "shape": "Sq" }, "RoleARN": {}, "RetryOptions": { - "shape": "S3h" + "shape": "S3k" }, "S3BackupMode": {}, "S3Update": { - "shape": "S5m" + "shape": "S5v" } } }, @@ -1038,13 +1075,13 @@ "CollectionEndpoint": {}, "IndexName": {}, "BufferingHints": { - "shape": "S3r" + "shape": "S3u" }, "RetryOptions": { - "shape": "S3u" + "shape": "S3x" }, "S3Update": { - "shape": "S5m" + "shape": "S5v" }, "ProcessingConfiguration": { "shape": "Sq" @@ -1404,14 +1441,25 @@ } } }, - "S34": { + "S33": { + "type": "structure", + "members": { + "IntervalInSeconds": { + "type": "integer" + }, + "SizeInMBs": { + "type": "integer" + } + } + }, + "S37": { "type": "structure", "required": [ "Url" ], "members": { "Url": { - "shape": "S35" + "shape": "S38" }, "Name": {}, "AccessKey": { @@ -1420,11 +1468,11 @@ } } }, - "S35": { + "S38": { "type": "string", "sensitive": true }, - "S38": { + "S3b": { "type": "structure", "members": { "SizeInMBs": { @@ -1435,7 +1483,7 @@ } } }, - "S3b": { + "S3e": { "type": "structure", "members": { "ContentEncoding": {}, @@ -1461,7 +1509,7 @@ } } }, - "S3h": { + "S3k": { "type": "structure", "members": { "DurationInSeconds": { @@ -1469,13 +1517,13 @@ } } }, - "S3k": { + "S3n": { "type": "list", "member": { - "shape": "S3l" + "shape": "S3o" } }, - "S3l": { + "S3o": { "type": "structure", "required": [ "Key" @@ -1485,7 +1533,7 @@ "Value": {} } }, - "S3r": { + "S3u": { "type": "structure", "members": { "IntervalInSeconds": { @@ -1496,7 +1544,7 @@ } } }, - "S3u": { + "S3x": { "type": "structure", "members": { "DurationInSeconds": { @@ -1504,7 +1552,18 @@ } } }, - "S47": { + "S43": { + "type": "structure", + "required": [ + "RoleARN", + "Connectivity" + ], + "members": { + "RoleARN": {}, + "Connectivity": {} + } + }, + "S4f": { "type": "structure", "required": [ "Type", @@ -1515,7 +1574,7 @@ "Details": {} } }, - "S4i": { + "S4r": { "type": "structure", "required": [ "RoleARN", @@ -1541,7 +1600,7 @@ } } }, - "S4m": { + "S4v": { "type": "structure", "required": [ "SubnetIds", @@ -1560,7 +1619,7 @@ "VpcId": {} } }, - "S51": { + "S5a": { "type": "structure", "required": [ "Data" @@ -1571,7 +1630,7 @@ } } }, - "S5m": { + "S5v": { "type": "structure", "members": { "RoleARN": {}, diff --git a/iamlivecore/service/fis-2020-12-01.min.json b/iamlivecore/service/fis-2020-12-01.min.json index e911603..2279457 100644 --- a/iamlivecore/service/fis-2020-12-01.min.json +++ b/iamlivecore/service/fis-2020-12-01.min.json @@ -115,6 +115,13 @@ "type": "integer" } } + }, + "experimentOptions": { + "type": "structure", + "members": { + "accountTargeting": {}, + "emptyTargetResolutionMode": {} + } } } }, @@ -122,7 +129,44 @@ "type": "structure", "members": { "experimentTemplate": { - "shape": "S1b" + "shape": "S1e" + } + } + } + }, + "CreateTargetAccountConfiguration": { + "http": { + "requestUri": "/experimentTemplates/{id}/targetAccountConfigurations/{accountId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "experimentTemplateId", + "accountId", + "roleArn" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "experimentTemplateId": { + "location": "uri", + "locationName": "id" + }, + "accountId": { + "location": "uri", + "locationName": "accountId" + }, + "roleArn": {}, + "description": {} + } + }, + "output": { + "type": "structure", + "members": { + "targetAccountConfiguration": { + "shape": "S1z" } } } @@ -149,7 +193,39 @@ "type": "structure", "members": { "experimentTemplate": { - "shape": "S1b" + "shape": "S1e" + } + } + } + }, + "DeleteTargetAccountConfiguration": { + "http": { + "method": "DELETE", + "requestUri": "/experimentTemplates/{id}/targetAccountConfigurations/{accountId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "experimentTemplateId", + "accountId" + ], + "members": { + "experimentTemplateId": { + "location": "uri", + "locationName": "id" + }, + "accountId": { + "location": "uri", + "locationName": "accountId" + } + } + }, + "output": { + "type": "structure", + "members": { + "targetAccountConfiguration": { + "shape": "S1z" } } } @@ -194,7 +270,7 @@ } }, "targets": { - "shape": "S21" + "shape": "S2d" }, "tags": { "shape": "Se" @@ -226,7 +302,44 @@ "type": "structure", "members": { "experiment": { - "shape": "S27" + "shape": "S2j" + } + } + } + }, + "GetExperimentTargetAccountConfiguration": { + "http": { + "method": "GET", + "requestUri": "/experiments/{id}/targetAccountConfigurations/{accountId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "experimentId", + "accountId" + ], + "members": { + "experimentId": { + "location": "uri", + "locationName": "id" + }, + "accountId": { + "location": "uri", + "locationName": "accountId" + } + } + }, + "output": { + "type": "structure", + "members": { + "targetAccountConfiguration": { + "type": "structure", + "members": { + "roleArn": {}, + "accountId": {}, + "description": {} + } } } } @@ -253,7 +366,39 @@ "type": "structure", "members": { "experimentTemplate": { - "shape": "S1b" + "shape": "S1e" + } + } + } + }, + "GetTargetAccountConfiguration": { + "http": { + "method": "GET", + "requestUri": "/experimentTemplates/{id}/targetAccountConfigurations/{accountId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "experimentTemplateId", + "accountId" + ], + "members": { + "experimentTemplateId": { + "location": "uri", + "locationName": "id" + }, + "accountId": { + "location": "uri", + "locationName": "accountId" + } + } + }, + "output": { + "type": "structure", + "members": { + "targetAccountConfiguration": { + "shape": "S1z" } } } @@ -333,7 +478,7 @@ "id": {}, "description": {}, "targets": { - "shape": "S21" + "shape": "S2d" }, "tags": { "shape": "Se" @@ -345,6 +490,99 @@ } } }, + "ListExperimentResolvedTargets": { + "http": { + "method": "GET", + "requestUri": "/experiments/{id}/resolvedTargets", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "experimentId" + ], + "members": { + "experimentId": { + "location": "uri", + "locationName": "id" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "targetName": { + "location": "querystring", + "locationName": "targetName" + } + } + }, + "output": { + "type": "structure", + "members": { + "resolvedTargets": { + "type": "list", + "member": { + "type": "structure", + "members": { + "resourceType": {}, + "targetName": {}, + "targetInformation": { + "type": "map", + "key": {}, + "value": {} + } + } + } + }, + "nextToken": {} + } + } + }, + "ListExperimentTargetAccountConfigurations": { + "http": { + "method": "GET", + "requestUri": "/experiments/{id}/targetAccountConfigurations", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "experimentId" + ], + "members": { + "experimentId": { + "location": "uri", + "locationName": "id" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "targetAccountConfigurations": { + "type": "list", + "member": { + "type": "structure", + "members": { + "roleArn": {}, + "accountId": {}, + "description": {} + } + } + }, + "nextToken": {} + } + } + }, "ListExperimentTemplates": { "http": { "method": "GET", @@ -422,7 +660,7 @@ "id": {}, "experimentTemplateId": {}, "state": { - "shape": "S28" + "shape": "S2k" }, "creationTime": { "type": "timestamp" @@ -464,6 +702,51 @@ } } }, + "ListTargetAccountConfigurations": { + "http": { + "method": "GET", + "requestUri": "/experimentTemplates/{id}/targetAccountConfigurations", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "experimentTemplateId" + ], + "members": { + "experimentTemplateId": { + "location": "uri", + "locationName": "id" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "targetAccountConfigurations": { + "type": "list", + "member": { + "type": "structure", + "members": { + "roleArn": {}, + "accountId": {}, + "description": {} + } + } + }, + "nextToken": {} + } + } + }, "ListTargetResourceTypes": { "http": { "method": "GET", @@ -526,7 +809,7 @@ "type": "structure", "members": { "experiment": { - "shape": "S27" + "shape": "S2j" } } } @@ -553,7 +836,7 @@ "type": "structure", "members": { "experiment": { - "shape": "S27" + "shape": "S2j" } } } @@ -704,6 +987,12 @@ "type": "integer" } } + }, + "experimentOptions": { + "type": "structure", + "members": { + "emptyTargetResolutionMode": {} + } } } }, @@ -711,7 +1000,41 @@ "type": "structure", "members": { "experimentTemplate": { - "shape": "S1b" + "shape": "S1e" + } + } + } + }, + "UpdateTargetAccountConfiguration": { + "http": { + "method": "PATCH", + "requestUri": "/experimentTemplates/{id}/targetAccountConfigurations/{accountId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "experimentTemplateId", + "accountId" + ], + "members": { + "experimentTemplateId": { + "location": "uri", + "locationName": "id" + }, + "accountId": { + "location": "uri", + "locationName": "accountId" + }, + "roleArn": {}, + "description": {} + } + }, + "output": { + "type": "structure", + "members": { + "targetAccountConfiguration": { + "shape": "S1z" } } } @@ -785,7 +1108,7 @@ "prefix": {} } }, - "S1b": { + "S1e": { "type": "structure", "members": { "id": {}, @@ -882,10 +1205,28 @@ "type": "integer" } } + }, + "experimentOptions": { + "type": "structure", + "members": { + "accountTargeting": {}, + "emptyTargetResolutionMode": {} + } + }, + "targetAccountConfigurationsCount": { + "type": "long" } } }, - "S21": { + "S1z": { + "type": "structure", + "members": { + "roleArn": {}, + "accountId": {}, + "description": {} + } + }, + "S2d": { "type": "map", "key": {}, "value": { @@ -895,14 +1236,14 @@ } } }, - "S27": { + "S2j": { "type": "structure", "members": { "id": {}, "experimentTemplateId": {}, "roleArn": {}, "state": { - "shape": "S28" + "shape": "S2k" }, "targets": { "type": "map", @@ -1019,10 +1360,20 @@ "type": "integer" } } + }, + "experimentOptions": { + "type": "structure", + "members": { + "accountTargeting": {}, + "emptyTargetResolutionMode": {} + } + }, + "targetAccountConfigurationsCount": { + "type": "long" } } }, - "S28": { + "S2k": { "type": "structure", "members": { "status": {}, diff --git a/iamlivecore/service/freetier-2023-09-07.min.json b/iamlivecore/service/freetier-2023-09-07.min.json new file mode 100644 index 0000000..2ec3dcc --- /dev/null +++ b/iamlivecore/service/freetier-2023-09-07.min.json @@ -0,0 +1,105 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2023-09-07", + "endpointPrefix": "freetier", + "jsonVersion": "1.0", + "protocol": "json", + "serviceFullName": "AWS Free Tier", + "serviceId": "FreeTier", + "signatureVersion": "v4", + "signingName": "freetier", + "targetPrefix": "AWSFreeTierService", + "uid": "freetier-2023-09-07" + }, + "operations": { + "GetFreeTierUsage": { + "input": { + "type": "structure", + "members": { + "filter": { + "shape": "S2" + }, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "freeTierUsages" + ], + "members": { + "freeTierUsages": { + "type": "list", + "member": { + "type": "structure", + "members": { + "actualUsageAmount": { + "type": "double" + }, + "description": {}, + "forecastedUsageAmount": { + "type": "double" + }, + "freeTierType": {}, + "limit": { + "type": "double" + }, + "operation": {}, + "region": {}, + "service": {}, + "unit": {}, + "usageType": {} + } + } + }, + "nextToken": {} + } + } + } + }, + "shapes": { + "S2": { + "type": "structure", + "members": { + "And": { + "shape": "S3" + }, + "Dimensions": { + "type": "structure", + "required": [ + "Key", + "MatchOptions", + "Values" + ], + "members": { + "Key": {}, + "MatchOptions": { + "type": "list", + "member": {} + }, + "Values": { + "type": "list", + "member": {} + } + } + }, + "Not": { + "shape": "S2" + }, + "Or": { + "shape": "S3" + } + } + }, + "S3": { + "type": "list", + "member": { + "shape": "S2" + } + } + } +} \ No newline at end of file diff --git a/iamlivecore/service/fsx-2018-03-01.min.json b/iamlivecore/service/fsx-2018-03-01.min.json index a441b27..4ffc9a4 100644 --- a/iamlivecore/service/fsx-2018-03-01.min.json +++ b/iamlivecore/service/fsx-2018-03-01.min.json @@ -89,6 +89,38 @@ }, "idempotent": true }, + "CopySnapshotAndUpdateVolume": { + "input": { + "type": "structure", + "required": [ + "VolumeId", + "SourceSnapshotARN" + ], + "members": { + "ClientRequestToken": { + "idempotencyToken": true + }, + "VolumeId": {}, + "SourceSnapshotARN": {}, + "CopyStrategy": {}, + "Options": { + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "members": { + "VolumeId": {}, + "Lifecycle": {}, + "AdministrativeActions": { + "shape": "S2e" + } + } + }, + "idempotent": true + }, "CreateBackup": { "input": { "type": "structure", @@ -131,7 +163,7 @@ "type": "integer" }, "S3": { - "shape": "S4h" + "shape": "S4v" }, "ClientRequestToken": { "idempotencyToken": true @@ -145,7 +177,7 @@ "type": "structure", "members": { "Association": { - "shape": "S4n" + "shape": "S51" } } }, @@ -162,11 +194,11 @@ "members": { "Type": {}, "Paths": { - "shape": "S4w" + "shape": "S5a" }, "FileSystemId": {}, "Report": { - "shape": "S4y" + "shape": "S5c" }, "ClientRequestToken": { "idempotencyToken": true @@ -178,7 +210,7 @@ "type": "long" }, "ReleaseConfiguration": { - "shape": "S52" + "shape": "S5g" } } }, @@ -186,7 +218,7 @@ "type": "structure", "members": { "DataRepositoryTask": { - "shape": "S57" + "shape": "S5l" } } }, @@ -214,7 +246,7 @@ "shape": "S15" }, "SecurityGroupIds": { - "shape": "S5j" + "shape": "S5x" }, "Tags": { "shape": "Sj" @@ -237,7 +269,7 @@ "DeploymentType": {}, "WeeklyMaintenanceStartTime": {}, "MetadataConfiguration": { - "shape": "S5o" + "shape": "S62" } } }, @@ -253,7 +285,7 @@ "FileCachePath": {}, "DataRepositoryPath": {}, "DataRepositorySubdirectories": { - "shape": "S4q" + "shape": "S54" }, "NFS": { "type": "structure", @@ -263,7 +295,7 @@ "members": { "Version": {}, "DnsIps": { - "shape": "S4t" + "shape": "S57" } } } @@ -287,7 +319,7 @@ "FileCacheTypeVersion": {}, "Lifecycle": {}, "FailureDetails": { - "shape": "S5w" + "shape": "S6a" }, "StorageCapacity": { "type": "integer" @@ -309,10 +341,10 @@ "type": "boolean" }, "LustreConfiguration": { - "shape": "S5x" + "shape": "S6b" }, "DataRepositoryAssociationIds": { - "shape": "S5y" + "shape": "S6c" } } } @@ -341,23 +373,22 @@ "shape": "S15" }, "SecurityGroupIds": { - "shape": "S5j" + "shape": "S5x" }, "Tags": { "shape": "Sj" }, "KmsKeyId": {}, "WindowsConfiguration": { - "shape": "S60" + "shape": "S6e" }, "LustreConfiguration": { - "shape": "S64" + "shape": "S6i" }, "OntapConfiguration": { "type": "structure", "required": [ - "DeploymentType", - "ThroughputCapacity" + "DeploymentType" ], "members": { "AutomaticBackupRetentionDays": { @@ -367,24 +398,30 @@ "DeploymentType": {}, "EndpointIpAddressRange": {}, "FsxAdminPassword": { - "shape": "S46" + "shape": "S4e" }, "DiskIopsConfiguration": { "shape": "S1t" }, "PreferredSubnetId": {}, "RouteTableIds": { - "shape": "S44" + "shape": "S4c" }, "ThroughputCapacity": { "type": "integer" }, - "WeeklyMaintenanceStartTime": {} + "WeeklyMaintenanceStartTime": {}, + "HAPairs": { + "type": "integer" + }, + "ThroughputCapacityPerHAPair": { + "type": "integer" + } } }, "FileSystemTypeVersion": {}, "OpenZFSConfiguration": { - "shape": "S67" + "shape": "S6l" } } }, @@ -413,22 +450,22 @@ "shape": "S15" }, "SecurityGroupIds": { - "shape": "S5j" + "shape": "S5x" }, "Tags": { "shape": "Sj" }, "WindowsConfiguration": { - "shape": "S60" + "shape": "S6e" }, "LustreConfiguration": { - "shape": "S64" + "shape": "S6i" }, "StorageType": {}, "KmsKeyId": {}, "FileSystemTypeVersion": {}, "OpenZFSConfiguration": { - "shape": "S67" + "shape": "S6l" }, "StorageCapacity": { "type": "integer" @@ -466,7 +503,7 @@ "type": "structure", "members": { "Snapshot": { - "shape": "S3v" + "shape": "S41" } } }, @@ -488,7 +525,7 @@ "members": { "NetBiosName": {}, "SelfManagedActiveDirectoryConfiguration": { - "shape": "S61" + "shape": "S6f" } } }, @@ -498,7 +535,7 @@ "FileSystemId": {}, "Name": {}, "SvmAdminPassword": { - "shape": "S46" + "shape": "S4e" }, "Tags": { "shape": "Sj" @@ -510,7 +547,7 @@ "type": "structure", "members": { "StorageVirtualMachine": { - "shape": "S6k" + "shape": "S6y" } } } @@ -529,7 +566,7 @@ "VolumeType": {}, "Name": {}, "OntapConfiguration": { - "shape": "S6r" + "shape": "S75" }, "Tags": { "shape": "Sj" @@ -569,10 +606,10 @@ "type": "boolean" }, "NfsExports": { - "shape": "S3k" + "shape": "S3q" }, "UserAndGroupQuotas": { - "shape": "S3r" + "shape": "S3x" } } } @@ -601,7 +638,7 @@ }, "Name": {}, "OntapConfiguration": { - "shape": "S6r" + "shape": "S75" }, "Tags": { "shape": "Sj" @@ -880,7 +917,7 @@ "member": {} }, "Filters": { - "shape": "S7u" + "shape": "S8a" }, "MaxResults": { "type": "integer" @@ -906,10 +943,10 @@ "type": "structure", "members": { "AssociationIds": { - "shape": "S5y" + "shape": "S6c" }, "Filters": { - "shape": "S7u" + "shape": "S8a" }, "MaxResults": { "type": "integer" @@ -923,7 +960,7 @@ "Associations": { "type": "list", "member": { - "shape": "S4n" + "shape": "S51" } }, "NextToken": {} @@ -964,7 +1001,7 @@ "DataRepositoryTasks": { "type": "list", "member": { - "shape": "S57" + "shape": "S5l" } }, "NextToken": {} @@ -991,7 +1028,7 @@ "FileCaches": { "type": "list", "member": { - "shape": "S8k" + "shape": "S90" } }, "NextToken": {} @@ -1053,6 +1090,18 @@ } } }, + "DescribeSharedVpcConfiguration": { + "input": { + "type": "structure", + "members": {} + }, + "output": { + "type": "structure", + "members": { + "EnableFsxRouteTableUpdatesFromParticipantAccounts": {} + } + } + }, "DescribeSnapshots": { "input": { "type": "structure", @@ -1086,7 +1135,7 @@ "Snapshots": { "type": "list", "member": { - "shape": "S3v" + "shape": "S41" } }, "NextToken": {} @@ -1126,7 +1175,7 @@ "StorageVirtualMachines": { "type": "list", "member": { - "shape": "S6k" + "shape": "S6y" } }, "NextToken": {} @@ -1277,6 +1326,28 @@ }, "idempotent": true }, + "StartMisconfiguredStateRecovery": { + "input": { + "type": "structure", + "required": [ + "FileSystemId" + ], + "members": { + "ClientRequestToken": { + "idempotencyToken": true + }, + "FileSystemId": {} + } + }, + "output": { + "type": "structure", + "members": { + "FileSystem": { + "shape": "Sx" + } + } + } + }, "TagResource": { "input": { "type": "structure", @@ -1333,7 +1404,7 @@ "type": "integer" }, "S3": { - "shape": "S4h" + "shape": "S4v" } } }, @@ -1341,7 +1412,7 @@ "type": "structure", "members": { "Association": { - "shape": "S4n" + "shape": "S51" } } }, @@ -1370,7 +1441,7 @@ "type": "structure", "members": { "FileCache": { - "shape": "S8k" + "shape": "S90" } } }, @@ -1402,10 +1473,10 @@ "type": "integer" }, "SelfManagedActiveDirectoryConfiguration": { - "shape": "Sa4" + "shape": "Sap" }, "AuditLogConfiguration": { - "shape": "S63" + "shape": "S6h" }, "DiskIopsConfiguration": { "shape": "S1t" @@ -1423,10 +1494,13 @@ "AutoImportPolicy": {}, "DataCompressionType": {}, "LogConfiguration": { - "shape": "S65" + "shape": "S6j" }, "RootSquashConfiguration": { "shape": "S2a" + }, + "PerUnitStorageThroughput": { + "type": "integer" } } }, @@ -1438,7 +1512,7 @@ }, "DailyAutomaticBackupStartTime": {}, "FsxAdminPassword": { - "shape": "S46" + "shape": "S4e" }, "WeeklyMaintenanceStartTime": {}, "DiskIopsConfiguration": { @@ -1448,10 +1522,13 @@ "type": "integer" }, "AddRouteTableIds": { - "shape": "S44" + "shape": "S4c" }, "RemoveRouteTableIds": { - "shape": "S44" + "shape": "S4c" + }, + "ThroughputCapacityPerHAPair": { + "type": "integer" } } }, @@ -1476,10 +1553,10 @@ "shape": "S1t" }, "AddRouteTableIds": { - "shape": "S44" + "shape": "S4c" }, "RemoveRouteTableIds": { - "shape": "S44" + "shape": "S4c" } } }, @@ -1495,6 +1572,23 @@ } } }, + "UpdateSharedVpcConfiguration": { + "input": { + "type": "structure", + "members": { + "EnableFsxRouteTableUpdatesFromParticipantAccounts": {}, + "ClientRequestToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "members": { + "EnableFsxRouteTableUpdatesFromParticipantAccounts": {} + } + } + }, "UpdateSnapshot": { "input": { "type": "structure", @@ -1514,7 +1608,7 @@ "type": "structure", "members": { "Snapshot": { - "shape": "S3v" + "shape": "S41" } } }, @@ -1531,7 +1625,7 @@ "type": "structure", "members": { "SelfManagedActiveDirectoryConfiguration": { - "shape": "Sa4" + "shape": "Sap" }, "NetBiosName": {} } @@ -1541,7 +1635,7 @@ }, "StorageVirtualMachineId": {}, "SvmAdminPassword": { - "shape": "S46" + "shape": "S4e" } } }, @@ -1549,7 +1643,7 @@ "type": "structure", "members": { "StorageVirtualMachine": { - "shape": "S6k" + "shape": "S6y" } } } @@ -1600,6 +1694,9 @@ "type": "boolean" } } + }, + "SizeInBytes": { + "type": "long" } } }, @@ -1618,10 +1715,10 @@ }, "DataCompressionType": {}, "NfsExports": { - "shape": "S3k" + "shape": "S3q" }, "UserAndGroupQuotas": { - "shape": "S3r" + "shape": "S3x" }, "ReadOnly": { "type": "boolean" @@ -1855,10 +1952,10 @@ "type": "structure", "members": { "Intercluster": { - "shape": "S42" + "shape": "S4a" }, "Management": { - "shape": "S42" + "shape": "S4a" } } }, @@ -1867,14 +1964,20 @@ }, "PreferredSubnetId": {}, "RouteTableIds": { - "shape": "S44" + "shape": "S4c" }, "ThroughputCapacity": { "type": "integer" }, "WeeklyMaintenanceStartTime": {}, "FsxAdminPassword": { - "shape": "S46" + "shape": "S4e" + }, + "HAPairs": { + "type": "integer" + }, + "ThroughputCapacityPerHAPair": { + "type": "integer" } } }, @@ -1904,7 +2007,7 @@ "PreferredSubnetId": {}, "EndpointIpAddressRange": {}, "RouteTableIds": { - "shape": "S44" + "shape": "S4c" }, "EndpointIpAddress": {} } @@ -1996,7 +2099,13 @@ "shape": "S2k" }, "TargetSnapshotValues": { - "shape": "S3v" + "shape": "S41" + }, + "TotalTransferBytes": { + "type": "long" + }, + "RemainingTransferBytes": { + "type": "long" } } } @@ -2053,6 +2162,21 @@ "type": "boolean" } } + }, + "VolumeStyle": {}, + "AggregateConfiguration": { + "type": "structure", + "members": { + "Aggregates": { + "shape": "S3b" + }, + "TotalConstituents": { + "type": "integer" + } + } + }, + "SizeInBytes": { + "type": "long" } } }, @@ -2063,7 +2187,7 @@ "VolumeId": {}, "VolumeType": {}, "LifecycleTransitionReason": { - "shape": "S3b" + "shape": "S3h" }, "AdministrativeActions": { "shape": "S2e" @@ -2097,10 +2221,10 @@ "type": "boolean" }, "NfsExports": { - "shape": "S3k" + "shape": "S3q" }, "UserAndGroupQuotas": { - "shape": "S3r" + "shape": "S3x" }, "RestoreToSnapshot": {}, "DeleteIntermediateSnaphots": { @@ -2108,7 +2232,12 @@ }, "DeleteClonedVolumes": { "type": "boolean" - } + }, + "DeleteIntermediateData": { + "type": "boolean" + }, + "SourceSnapshotARN": {}, + "DestinationSnapshot": {} } } } @@ -2166,12 +2295,16 @@ } }, "S3b": { + "type": "list", + "member": {} + }, + "S3h": { "type": "structure", "members": { "Message": {} } }, - "S3k": { + "S3q": { "type": "list", "member": { "type": "structure", @@ -2199,7 +2332,7 @@ } } }, - "S3r": { + "S3x": { "type": "list", "member": { "type": "structure", @@ -2219,7 +2352,7 @@ } } }, - "S3v": { + "S41": { "type": "structure", "members": { "ResourceARN": {}, @@ -2231,7 +2364,7 @@ }, "Lifecycle": {}, "LifecycleTransitionReason": { - "shape": "S3b" + "shape": "S3h" }, "Tags": { "shape": "Sj" @@ -2241,56 +2374,56 @@ } } }, - "S42": { + "S4a": { "type": "structure", "members": { "DNSName": {}, "IpAddresses": { - "shape": "S43" + "shape": "S4b" } } }, - "S43": { + "S4b": { "type": "list", "member": {} }, - "S44": { + "S4c": { "type": "list", "member": {} }, - "S46": { + "S4e": { "type": "string", "sensitive": true }, - "S4h": { + "S4v": { "type": "structure", "members": { "AutoImportPolicy": { "type": "structure", "members": { "Events": { - "shape": "S4j" + "shape": "S4x" } } }, "AutoExportPolicy": { - "shape": "S4l" + "shape": "S4z" } } }, - "S4j": { + "S4x": { "type": "list", "member": {} }, - "S4l": { + "S4z": { "type": "structure", "members": { "Events": { - "shape": "S4j" + "shape": "S4x" } } }, - "S4n": { + "S51": { "type": "structure", "members": { "AssociationId": {}, @@ -2309,7 +2442,7 @@ "type": "integer" }, "S3": { - "shape": "S4h" + "shape": "S4v" }, "Tags": { "shape": "Sj" @@ -2320,7 +2453,7 @@ "FileCacheId": {}, "FileCachePath": {}, "DataRepositorySubdirectories": { - "shape": "S4q" + "shape": "S54" }, "NFS": { "type": "structure", @@ -2330,28 +2463,28 @@ "members": { "Version": {}, "DnsIps": { - "shape": "S4t" + "shape": "S57" }, "AutoExportPolicy": { - "shape": "S4l" + "shape": "S4z" } } } } }, - "S4q": { + "S54": { "type": "list", "member": {} }, - "S4t": { + "S57": { "type": "list", "member": {} }, - "S4w": { + "S5a": { "type": "list", "member": {} }, - "S4y": { + "S5c": { "type": "structure", "required": [ "Enabled" @@ -2365,7 +2498,7 @@ "Scope": {} } }, - "S52": { + "S5g": { "type": "structure", "members": { "DurationSinceLastAccess": { @@ -2379,7 +2512,7 @@ } } }, - "S57": { + "S5l": { "type": "structure", "required": [ "TaskId", @@ -2406,7 +2539,7 @@ }, "FileSystemId": {}, "Paths": { - "shape": "S4w" + "shape": "S5a" }, "FailureDetails": { "type": "structure", @@ -2435,22 +2568,22 @@ } }, "Report": { - "shape": "S4y" + "shape": "S5c" }, "CapacityToRelease": { "type": "long" }, "FileCacheId": {}, "ReleaseConfiguration": { - "shape": "S52" + "shape": "S5g" } } }, - "S5j": { + "S5x": { "type": "list", "member": {} }, - "S5o": { + "S62": { "type": "structure", "required": [ "StorageCapacity" @@ -2461,13 +2594,13 @@ } } }, - "S5w": { + "S6a": { "type": "structure", "members": { "Message": {} } }, - "S5x": { + "S6b": { "type": "structure", "members": { "PerUnitStorageThroughput": { @@ -2477,18 +2610,18 @@ "MountName": {}, "WeeklyMaintenanceStartTime": {}, "MetadataConfiguration": { - "shape": "S5o" + "shape": "S62" }, "LogConfiguration": { "shape": "S28" } } }, - "S5y": { + "S6c": { "type": "list", "member": {} }, - "S60": { + "S6e": { "type": "structure", "required": [ "ThroughputCapacity" @@ -2496,7 +2629,7 @@ "members": { "ActiveDirectoryId": {}, "SelfManagedActiveDirectoryConfiguration": { - "shape": "S61" + "shape": "S6f" }, "DeploymentType": {}, "PreferredSubnetId": {}, @@ -2515,14 +2648,14 @@ "shape": "S4" }, "AuditLogConfiguration": { - "shape": "S63" + "shape": "S6h" }, "DiskIopsConfiguration": { "shape": "S1t" } } }, - "S61": { + "S6f": { "type": "structure", "required": [ "DomainName", @@ -2536,18 +2669,18 @@ "FileSystemAdministratorsGroup": {}, "UserName": {}, "Password": { - "shape": "S62" + "shape": "S6g" }, "DnsIps": { "shape": "S1h" } } }, - "S62": { + "S6g": { "type": "string", "sensitive": true }, - "S63": { + "S6h": { "type": "structure", "required": [ "FileAccessAuditLogLevel", @@ -2559,7 +2692,7 @@ "AuditLogDestination": {} } }, - "S64": { + "S6i": { "type": "structure", "members": { "WeeklyMaintenanceStartTime": {}, @@ -2583,14 +2716,14 @@ "DriveCacheType": {}, "DataCompressionType": {}, "LogConfiguration": { - "shape": "S65" + "shape": "S6j" }, "RootSquashConfiguration": { "shape": "S2a" } } }, - "S65": { + "S6j": { "type": "structure", "required": [ "Level" @@ -2600,7 +2733,7 @@ "Destination": {} } }, - "S67": { + "S6l": { "type": "structure", "required": [ "DeploymentType", @@ -2633,10 +2766,10 @@ }, "DataCompressionType": {}, "NfsExports": { - "shape": "S3k" + "shape": "S3q" }, "UserAndGroupQuotas": { - "shape": "S3r" + "shape": "S3x" }, "CopyTagsToSnapshots": { "type": "boolean" @@ -2649,11 +2782,11 @@ "PreferredSubnetId": {}, "EndpointIpAddressRange": {}, "RouteTableIds": { - "shape": "S44" + "shape": "S4c" } } }, - "S6k": { + "S6y": { "type": "structure", "members": { "ActiveDirectoryConfiguration": { @@ -2672,16 +2805,16 @@ "type": "structure", "members": { "Iscsi": { - "shape": "S6n" + "shape": "S71" }, "Management": { - "shape": "S6n" + "shape": "S71" }, "Nfs": { - "shape": "S6n" + "shape": "S71" }, "Smb": { - "shape": "S6n" + "shape": "S71" } } }, @@ -2696,30 +2829,31 @@ "shape": "Sj" }, "LifecycleTransitionReason": { - "shape": "S3b" + "shape": "S3h" }, "RootVolumeSecurityStyle": {} } }, - "S6n": { + "S71": { "type": "structure", "members": { "DNSName": {}, "IpAddresses": { - "shape": "S43" + "shape": "S4b" } } }, - "S6r": { + "S75": { "type": "structure", "required": [ - "SizeInMegabytes", "StorageVirtualMachineId" ], "members": { "JunctionPath": {}, "SecurityStyle": {}, "SizeInMegabytes": { + "deprecated": true, + "deprecatedMessage": "This property is deprecated, use SizeInBytes instead", "type": "integer" }, "StorageEfficiencyEnabled": { @@ -2755,10 +2889,25 @@ "type": "boolean" } } + }, + "VolumeStyle": {}, + "AggregateConfiguration": { + "type": "structure", + "members": { + "Aggregates": { + "shape": "S3b" + }, + "ConstituentsPerAggregate": { + "type": "integer" + } + } + }, + "SizeInBytes": { + "type": "long" } } }, - "S7u": { + "S8a": { "type": "list", "member": { "type": "structure", @@ -2771,7 +2920,7 @@ } } }, - "S8k": { + "S90": { "type": "structure", "members": { "OwnerId": {}, @@ -2783,7 +2932,7 @@ "FileCacheTypeVersion": {}, "Lifecycle": {}, "FailureDetails": { - "shape": "S5w" + "shape": "S6a" }, "StorageCapacity": { "type": "integer" @@ -2799,19 +2948,19 @@ "KmsKeyId": {}, "ResourceARN": {}, "LustreConfiguration": { - "shape": "S5x" + "shape": "S6b" }, "DataRepositoryAssociationIds": { - "shape": "S5y" + "shape": "S6c" } } }, - "Sa4": { + "Sap": { "type": "structure", "members": { "UserName": {}, "Password": { - "shape": "S62" + "shape": "S6g" }, "DnsIps": { "shape": "S1h" diff --git a/iamlivecore/service/gamelift-2015-10-01.min.json b/iamlivecore/service/gamelift-2015-10-01.min.json index f1fa6f1..1dc1dab 100644 --- a/iamlivecore/service/gamelift-2015-10-01.min.json +++ b/iamlivecore/service/gamelift-2015-10-01.min.json @@ -23,7 +23,11 @@ "members": { "TicketId": {}, "PlayerIds": { - "shape": "S3" + "type": "list", + "member": { + "shape": "S4" + }, + "sensitive": true }, "AcceptanceType": {} } @@ -74,10 +78,10 @@ "Name": {}, "Description": {}, "RoutingStrategy": { - "shape": "Sp" + "shape": "Sq" }, "Tags": { - "shape": "St" + "shape": "Su" } } }, @@ -85,7 +89,7 @@ "type": "structure", "members": { "Alias": { - "shape": "Sy" + "shape": "Sz" } } } @@ -97,11 +101,11 @@ "Name": {}, "Version": {}, "StorageLocation": { - "shape": "S12" + "shape": "S13" }, "OperatingSystem": {}, "Tags": { - "shape": "St" + "shape": "Su" }, "ServerSdkVersion": {} } @@ -110,13 +114,13 @@ "type": "structure", "members": { "Build": { - "shape": "S17" + "shape": "S18" }, "UploadCredentials": { - "shape": "S1c" + "shape": "S1d" }, "StorageLocation": { - "shape": "S12" + "shape": "S13" } } } @@ -135,49 +139,50 @@ "ServerLaunchPath": {}, "ServerLaunchParameters": {}, "LogPaths": { - "shape": "S3" + "shape": "S1j" }, "EC2InstanceType": {}, "EC2InboundPermissions": { - "shape": "S1j" + "shape": "S1l" }, "NewGameSessionProtectionPolicy": {}, "RuntimeConfiguration": { - "shape": "S1p" + "shape": "S1r" }, "ResourceCreationLimitPolicy": { - "shape": "S1v" + "shape": "S1x" }, "MetricGroups": { - "shape": "S1x" + "shape": "S1z" }, "PeerVpcAwsAccountId": {}, "PeerVpcId": {}, "FleetType": {}, "InstanceRoleArn": {}, "CertificateConfiguration": { - "shape": "S20" + "shape": "S22" }, "Locations": { - "shape": "S22" + "shape": "S24" }, "Tags": { - "shape": "St" + "shape": "Su" }, "ComputeType": {}, "AnywhereConfiguration": { - "shape": "S26" - } + "shape": "S28" + }, + "InstanceRoleCredentialsProvider": {} } }, "output": { "type": "structure", "members": { "FleetAttributes": { - "shape": "S29" + "shape": "S2c" }, "LocationStates": { - "shape": "S2g" + "shape": "S2j" } } } @@ -192,7 +197,7 @@ "members": { "FleetId": {}, "Locations": { - "shape": "S22" + "shape": "S24" } } }, @@ -202,7 +207,7 @@ "FleetId": {}, "FleetArn": {}, "LocationStates": { - "shape": "S2g" + "shape": "S2j" } } } @@ -236,7 +241,7 @@ } }, "InstanceDefinitions": { - "shape": "S2r" + "shape": "S2u" }, "AutoScalingPolicy": { "type": "structure", @@ -267,7 +272,7 @@ "member": {} }, "Tags": { - "shape": "St" + "shape": "Su" } } }, @@ -275,7 +280,7 @@ "type": "structure", "members": { "GameServerGroup": { - "shape": "S33" + "shape": "S36" } } } @@ -294,7 +299,7 @@ }, "Name": {}, "GameProperties": { - "shape": "S3a" + "shape": "S3d" }, "CreatorId": {}, "GameSessionId": {}, @@ -307,7 +312,7 @@ "type": "structure", "members": { "GameSession": { - "shape": "S3h" + "shape": "S3k" } } } @@ -324,21 +329,21 @@ "type": "integer" }, "PlayerLatencyPolicies": { - "shape": "S3q" + "shape": "S3t" }, "Destinations": { - "shape": "S3s" + "shape": "S3v" }, "FilterConfiguration": { - "shape": "S3v" + "shape": "S3y" }, "PriorityConfiguration": { - "shape": "S3x" + "shape": "S40" }, "CustomEventData": {}, "NotificationTarget": {}, "Tags": { - "shape": "St" + "shape": "Su" } } }, @@ -346,7 +351,7 @@ "type": "structure", "members": { "GameSessionQueue": { - "shape": "S43" + "shape": "S46" } } } @@ -360,7 +365,7 @@ "members": { "LocationName": {}, "Tags": { - "shape": "St" + "shape": "Su" } } }, @@ -368,7 +373,7 @@ "type": "structure", "members": { "Location": { - "shape": "S48" + "shape": "S4b" } } } @@ -386,7 +391,7 @@ "Name": {}, "Description": {}, "GameSessionQueueArns": { - "shape": "S4b" + "shape": "S4e" }, "RequestTimeoutSeconds": { "type": "integer" @@ -404,13 +409,13 @@ }, "CustomEventData": {}, "GameProperties": { - "shape": "S3a" + "shape": "S3d" }, "GameSessionData": {}, "BackfillMode": {}, "FlexMatchMode": {}, "Tags": { - "shape": "St" + "shape": "Su" } } }, @@ -418,7 +423,7 @@ "type": "structure", "members": { "Configuration": { - "shape": "S4m" + "shape": "S4p" } } } @@ -434,7 +439,7 @@ "Name": {}, "RuleSetBody": {}, "Tags": { - "shape": "St" + "shape": "Su" } } }, @@ -445,7 +450,7 @@ ], "members": { "RuleSet": { - "shape": "S4s" + "shape": "S4v" } } } @@ -459,7 +464,9 @@ ], "members": { "GameSessionId": {}, - "PlayerId": {}, + "PlayerId": { + "shape": "S4" + }, "PlayerData": {} } }, @@ -467,7 +474,7 @@ "type": "structure", "members": { "PlayerSession": { - "shape": "S4w" + "shape": "S4z" } } } @@ -483,7 +490,10 @@ "GameSessionId": {}, "PlayerIds": { "type": "list", - "member": {} + "member": { + "shape": "S4" + }, + "sensitive": true }, "PlayerDataMap": { "type": "map", @@ -496,7 +506,7 @@ "type": "structure", "members": { "PlayerSessions": { - "shape": "S53" + "shape": "S56" } } } @@ -508,13 +518,13 @@ "Name": {}, "Version": {}, "StorageLocation": { - "shape": "S12" + "shape": "S13" }, "ZipFile": { "type": "blob" }, "Tags": { - "shape": "St" + "shape": "Su" } } }, @@ -522,7 +532,7 @@ "type": "structure", "members": { "Script": { - "shape": "S57" + "shape": "S5a" } } } @@ -543,7 +553,7 @@ "type": "structure", "members": { "VpcPeeringAuthorization": { - "shape": "S5a" + "shape": "S5d" } } } @@ -610,7 +620,7 @@ "members": { "FleetId": {}, "Locations": { - "shape": "S3w" + "shape": "S3z" } } }, @@ -620,7 +630,7 @@ "FleetId": {}, "FleetArn": {}, "LocationStates": { - "shape": "S2g" + "shape": "S2j" } } } @@ -640,7 +650,7 @@ "type": "structure", "members": { "GameServerGroup": { - "shape": "S33" + "shape": "S36" } } } @@ -807,7 +817,7 @@ "type": "structure", "members": { "Alias": { - "shape": "Sy" + "shape": "Sz" } } } @@ -826,7 +836,7 @@ "type": "structure", "members": { "Build": { - "shape": "S17" + "shape": "S18" } } } @@ -847,7 +857,7 @@ "type": "structure", "members": { "Compute": { - "shape": "S6c" + "shape": "S6f" } } } @@ -887,7 +897,7 @@ "type": "structure", "members": { "FleetIds": { - "shape": "S6m" + "shape": "S6p" }, "Limit": { "type": "integer" @@ -901,7 +911,7 @@ "FleetAttributes": { "type": "list", "member": { - "shape": "S29" + "shape": "S2c" } }, "NextToken": {} @@ -913,7 +923,7 @@ "type": "structure", "members": { "FleetIds": { - "shape": "S6m" + "shape": "S6p" }, "Limit": { "type": "integer" @@ -927,7 +937,7 @@ "FleetCapacity": { "type": "list", "member": { - "shape": "S6s" + "shape": "S6v" } }, "NextToken": {} @@ -986,7 +996,7 @@ "members": { "FleetId": {}, "Locations": { - "shape": "S3w" + "shape": "S3z" }, "Limit": { "type": "integer" @@ -1005,10 +1015,10 @@ "type": "structure", "members": { "LocationState": { - "shape": "S2h" + "shape": "S2k" }, "StoppedActions": { - "shape": "S2e" + "shape": "S2h" }, "UpdateStatus": {} } @@ -1034,7 +1044,7 @@ "type": "structure", "members": { "FleetCapacity": { - "shape": "S6s" + "shape": "S6v" } } } @@ -1055,7 +1065,7 @@ "type": "structure", "members": { "FleetUtilization": { - "shape": "S78" + "shape": "S7b" } } } @@ -1077,7 +1087,7 @@ "FleetId": {}, "FleetArn": {}, "InboundPermissions": { - "shape": "S1j" + "shape": "S1l" }, "UpdateStatus": {}, "Location": {} @@ -1089,7 +1099,7 @@ "type": "structure", "members": { "FleetIds": { - "shape": "S6m" + "shape": "S6p" }, "Limit": { "type": "integer" @@ -1103,7 +1113,7 @@ "FleetUtilization": { "type": "list", "member": { - "shape": "S78" + "shape": "S7b" } }, "NextToken": {} @@ -1145,7 +1155,7 @@ "type": "structure", "members": { "GameServerGroup": { - "shape": "S33" + "shape": "S36" } } } @@ -1211,7 +1221,7 @@ "type": "structure", "members": { "GameSession": { - "shape": "S3h" + "shape": "S3k" }, "ProtectionPolicy": {} } @@ -1235,7 +1245,7 @@ "type": "structure", "members": { "GameSessionPlacement": { - "shape": "S7u" + "shape": "S7x" } } } @@ -1260,7 +1270,7 @@ "GameSessionQueues": { "type": "list", "member": { - "shape": "S43" + "shape": "S46" } }, "NextToken": {} @@ -1286,7 +1296,7 @@ "type": "structure", "members": { "GameSessions": { - "shape": "S87" + "shape": "S8a" }, "NextToken": {} } @@ -1319,7 +1329,9 @@ "FleetId": {}, "FleetArn": {}, "InstanceId": {}, - "IpAddress": {}, + "IpAddress": { + "shape": "S3n" + }, "DnsName": {}, "OperatingSystem": {}, "Type": {}, @@ -1354,7 +1366,7 @@ "TicketList": { "type": "list", "member": { - "shape": "S8i" + "shape": "S8l" } } } @@ -1381,7 +1393,7 @@ "Configurations": { "type": "list", "member": { - "shape": "S4m" + "shape": "S4p" } }, "NextToken": {} @@ -1411,7 +1423,7 @@ "RuleSets": { "type": "list", "member": { - "shape": "S4s" + "shape": "S4v" } }, "NextToken": {} @@ -1423,7 +1435,9 @@ "type": "structure", "members": { "GameSessionId": {}, - "PlayerId": {}, + "PlayerId": { + "shape": "S4" + }, "PlayerSessionId": {}, "PlayerSessionStatusFilter": {}, "Limit": { @@ -1436,7 +1450,7 @@ "type": "structure", "members": { "PlayerSessions": { - "shape": "S53" + "shape": "S56" }, "NextToken": {} } @@ -1456,7 +1470,7 @@ "type": "structure", "members": { "RuntimeConfiguration": { - "shape": "S1p" + "shape": "S1r" } } } @@ -1503,7 +1517,7 @@ "MetricName": {}, "PolicyType": {}, "TargetConfiguration": { - "shape": "S9l" + "shape": "S9o" }, "UpdateStatus": {}, "Location": {} @@ -1528,7 +1542,7 @@ "type": "structure", "members": { "Script": { - "shape": "S57" + "shape": "S5a" } } } @@ -1544,7 +1558,7 @@ "VpcPeeringAuthorizations": { "type": "list", "member": { - "shape": "S5a" + "shape": "S5d" } } } @@ -1604,7 +1618,7 @@ "ComputeName": {}, "ComputeArn": {}, "Credentials": { - "shape": "S1c" + "shape": "S1d" } } } @@ -1672,7 +1686,9 @@ "members": { "FleetId": {}, "InstanceId": {}, - "IpAddress": {}, + "IpAddress": { + "shape": "S3n" + }, "OperatingSystem": {}, "Credentials": { "type": "structure", @@ -1705,7 +1721,7 @@ "Aliases": { "type": "list", "member": { - "shape": "Sy" + "shape": "Sz" } }, "NextToken": {} @@ -1729,7 +1745,7 @@ "Builds": { "type": "list", "member": { - "shape": "S17" + "shape": "S18" } }, "NextToken": {} @@ -1757,7 +1773,7 @@ "ComputeList": { "type": "list", "member": { - "shape": "S6c" + "shape": "S6f" } }, "NextToken": {} @@ -1803,7 +1819,7 @@ "GameServerGroups": { "type": "list", "member": { - "shape": "S33" + "shape": "S36" } }, "NextToken": {} @@ -1858,7 +1874,7 @@ "Locations": { "type": "list", "member": { - "shape": "S48" + "shape": "S4b" } }, "NextToken": {} @@ -1881,7 +1897,7 @@ "Scripts": { "type": "list", "member": { - "shape": "S57" + "shape": "S5a" } }, "NextToken": {} @@ -1902,7 +1918,7 @@ "type": "structure", "members": { "Tags": { - "shape": "St" + "shape": "Su" } } } @@ -1932,7 +1948,7 @@ "MetricName": {}, "PolicyType": {}, "TargetConfiguration": { - "shape": "S9l" + "shape": "S9o" } } }, @@ -1955,7 +1971,9 @@ "ComputeName": {}, "CertificatePath": {}, "DnsName": {}, - "IpAddress": {}, + "IpAddress": { + "shape": "S3n" + }, "Location": {} } }, @@ -1963,7 +1981,7 @@ "type": "structure", "members": { "Compute": { - "shape": "S6c" + "shape": "S6f" } } } @@ -2007,10 +2025,10 @@ "type": "structure", "members": { "UploadCredentials": { - "shape": "S1c" + "shape": "S1d" }, "StorageLocation": { - "shape": "S12" + "shape": "S13" } } } @@ -2043,7 +2061,7 @@ "members": { "GameServerGroupName": {}, "ResumeActions": { - "shape": "S36" + "shape": "S39" } } }, @@ -2051,7 +2069,7 @@ "type": "structure", "members": { "GameServerGroup": { - "shape": "S33" + "shape": "S36" } } } @@ -2075,7 +2093,7 @@ "type": "structure", "members": { "GameSessions": { - "shape": "S87" + "shape": "S8a" }, "NextToken": {} } @@ -2091,7 +2109,7 @@ "members": { "FleetId": {}, "Actions": { - "shape": "S2e" + "shape": "S2h" }, "Location": {} } @@ -2116,21 +2134,23 @@ "PlacementId": {}, "GameSessionQueueName": {}, "GameProperties": { - "shape": "S3a" + "shape": "S3d" }, "MaximumPlayerSessionCount": { "type": "integer" }, "GameSessionName": {}, "PlayerLatencies": { - "shape": "S7w" + "shape": "S7z" }, "DesiredPlayerSessions": { "type": "list", "member": { "type": "structure", "members": { - "PlayerId": {}, + "PlayerId": { + "shape": "S4" + }, "PlayerData": {} } } @@ -2142,7 +2162,7 @@ "type": "structure", "members": { "GameSessionPlacement": { - "shape": "S7u" + "shape": "S7x" } } } @@ -2159,7 +2179,7 @@ "ConfigurationName": {}, "GameSessionArn": {}, "Players": { - "shape": "S8l" + "shape": "S8o" } } }, @@ -2167,7 +2187,7 @@ "type": "structure", "members": { "MatchmakingTicket": { - "shape": "S8i" + "shape": "S8l" } } } @@ -2183,7 +2203,7 @@ "TicketId": {}, "ConfigurationName": {}, "Players": { - "shape": "S8l" + "shape": "S8o" } } }, @@ -2191,7 +2211,7 @@ "type": "structure", "members": { "MatchmakingTicket": { - "shape": "S8i" + "shape": "S8l" } } } @@ -2206,7 +2226,7 @@ "members": { "FleetId": {}, "Actions": { - "shape": "S2e" + "shape": "S2h" }, "Location": {} } @@ -2233,7 +2253,7 @@ "type": "structure", "members": { "GameSessionPlacement": { - "shape": "S7u" + "shape": "S7x" } } } @@ -2263,7 +2283,7 @@ "members": { "GameServerGroupName": {}, "SuspendActions": { - "shape": "S36" + "shape": "S39" } } }, @@ -2271,7 +2291,7 @@ "type": "structure", "members": { "GameServerGroup": { - "shape": "S33" + "shape": "S36" } } } @@ -2286,7 +2306,7 @@ "members": { "ResourceARN": {}, "Tags": { - "shape": "St" + "shape": "Su" } } }, @@ -2326,7 +2346,7 @@ "Name": {}, "Description": {}, "RoutingStrategy": { - "shape": "Sp" + "shape": "Sq" } } }, @@ -2334,7 +2354,7 @@ "type": "structure", "members": { "Alias": { - "shape": "Sy" + "shape": "Sz" } } } @@ -2355,7 +2375,7 @@ "type": "structure", "members": { "Build": { - "shape": "S17" + "shape": "S18" } } } @@ -2372,13 +2392,13 @@ "Description": {}, "NewGameSessionProtectionPolicy": {}, "ResourceCreationLimitPolicy": { - "shape": "S1v" + "shape": "S1x" }, "MetricGroups": { - "shape": "S1x" + "shape": "S1z" }, "AnywhereConfiguration": { - "shape": "S26" + "shape": "S28" } } }, @@ -2428,10 +2448,10 @@ "members": { "FleetId": {}, "InboundPermissionAuthorizations": { - "shape": "S1j" + "shape": "S1l" }, "InboundPermissionRevocations": { - "shape": "S1j" + "shape": "S1l" } } }, @@ -2477,7 +2497,7 @@ "GameServerGroupName": {}, "RoleArn": {}, "InstanceDefinitions": { - "shape": "S2r" + "shape": "S2u" }, "GameServerProtectionPolicy": {}, "BalancingStrategy": {} @@ -2487,7 +2507,7 @@ "type": "structure", "members": { "GameServerGroup": { - "shape": "S33" + "shape": "S36" } } } @@ -2505,14 +2525,17 @@ }, "Name": {}, "PlayerSessionCreationPolicy": {}, - "ProtectionPolicy": {} + "ProtectionPolicy": {}, + "GameProperties": { + "shape": "S3d" + } } }, "output": { "type": "structure", "members": { "GameSession": { - "shape": "S3h" + "shape": "S3k" } } } @@ -2529,16 +2552,16 @@ "type": "integer" }, "PlayerLatencyPolicies": { - "shape": "S3q" + "shape": "S3t" }, "Destinations": { - "shape": "S3s" + "shape": "S3v" }, "FilterConfiguration": { - "shape": "S3v" + "shape": "S3y" }, "PriorityConfiguration": { - "shape": "S3x" + "shape": "S40" }, "CustomEventData": {}, "NotificationTarget": {} @@ -2548,7 +2571,7 @@ "type": "structure", "members": { "GameSessionQueue": { - "shape": "S43" + "shape": "S46" } } } @@ -2563,7 +2586,7 @@ "Name": {}, "Description": {}, "GameSessionQueueArns": { - "shape": "S4b" + "shape": "S4e" }, "RequestTimeoutSeconds": { "type": "integer" @@ -2581,7 +2604,7 @@ }, "CustomEventData": {}, "GameProperties": { - "shape": "S3a" + "shape": "S3d" }, "GameSessionData": {}, "BackfillMode": {}, @@ -2592,7 +2615,7 @@ "type": "structure", "members": { "Configuration": { - "shape": "S4m" + "shape": "S4p" } } } @@ -2607,7 +2630,7 @@ "members": { "FleetId": {}, "RuntimeConfiguration": { - "shape": "S1p" + "shape": "S1r" } } }, @@ -2615,7 +2638,7 @@ "type": "structure", "members": { "RuntimeConfiguration": { - "shape": "S1p" + "shape": "S1r" } } } @@ -2631,7 +2654,7 @@ "Name": {}, "Version": {}, "StorageLocation": { - "shape": "S12" + "shape": "S13" }, "ZipFile": { "type": "blob" @@ -2642,7 +2665,7 @@ "type": "structure", "members": { "Script": { - "shape": "S57" + "shape": "S5a" } } } @@ -2668,9 +2691,9 @@ } }, "shapes": { - "S3": { - "type": "list", - "member": {} + "S4": { + "type": "string", + "sensitive": true }, "Sf": { "type": "structure", @@ -2694,7 +2717,7 @@ } } }, - "Sp": { + "Sq": { "type": "structure", "members": { "Type": {}, @@ -2702,7 +2725,7 @@ "Message": {} } }, - "St": { + "Su": { "type": "list", "member": { "type": "structure", @@ -2716,7 +2739,7 @@ } } }, - "Sy": { + "Sz": { "type": "structure", "members": { "AliasId": {}, @@ -2724,7 +2747,7 @@ "AliasArn": {}, "Description": {}, "RoutingStrategy": { - "shape": "Sp" + "shape": "Sq" }, "CreationTime": { "type": "timestamp" @@ -2734,7 +2757,7 @@ } } }, - "S12": { + "S13": { "type": "structure", "members": { "Bucket": {}, @@ -2743,7 +2766,7 @@ "ObjectVersion": {} } }, - "S17": { + "S18": { "type": "structure", "members": { "BuildId": {}, @@ -2761,7 +2784,7 @@ "ServerSdkVersion": {} } }, - "S1c": { + "S1d": { "type": "structure", "members": { "AccessKeyId": {}, @@ -2771,6 +2794,10 @@ "sensitive": true }, "S1j": { + "type": "list", + "member": {} + }, + "S1l": { "type": "list", "member": { "type": "structure", @@ -2782,17 +2809,24 @@ ], "members": { "FromPort": { - "type": "integer" + "shape": "S1n" }, "ToPort": { - "type": "integer" + "shape": "S1n" + }, + "IpRange": { + "type": "string", + "sensitive": true }, - "IpRange": {}, "Protocol": {} } } }, - "S1p": { + "S1n": { + "type": "integer", + "sensitive": true + }, + "S1r": { "type": "structure", "members": { "ServerProcesses": { @@ -2820,7 +2854,7 @@ } } }, - "S1v": { + "S1x": { "type": "structure", "members": { "NewGameSessionsPerCreator": { @@ -2831,11 +2865,11 @@ } } }, - "S1x": { + "S1z": { "type": "list", "member": {} }, - "S20": { + "S22": { "type": "structure", "required": [ "CertificateType" @@ -2844,7 +2878,7 @@ "CertificateType": {} } }, - "S22": { + "S24": { "type": "list", "member": { "type": "structure", @@ -2856,7 +2890,7 @@ } } }, - "S26": { + "S28": { "type": "structure", "required": [ "Cost" @@ -2865,7 +2899,7 @@ "Cost": {} } }, - "S29": { + "S2c": { "type": "structure", "members": { "FleetId": {}, @@ -2888,47 +2922,48 @@ "ServerLaunchPath": {}, "ServerLaunchParameters": {}, "LogPaths": { - "shape": "S3" + "shape": "S1j" }, "NewGameSessionProtectionPolicy": {}, "OperatingSystem": {}, "ResourceCreationLimitPolicy": { - "shape": "S1v" + "shape": "S1x" }, "MetricGroups": { - "shape": "S1x" + "shape": "S1z" }, "StoppedActions": { - "shape": "S2e" + "shape": "S2h" }, "InstanceRoleArn": {}, "CertificateConfiguration": { - "shape": "S20" + "shape": "S22" }, "ComputeType": {}, "AnywhereConfiguration": { - "shape": "S26" - } + "shape": "S28" + }, + "InstanceRoleCredentialsProvider": {} } }, - "S2e": { + "S2h": { "type": "list", "member": {} }, - "S2g": { + "S2j": { "type": "list", "member": { - "shape": "S2h" + "shape": "S2k" } }, - "S2h": { + "S2k": { "type": "structure", "members": { "Location": {}, "Status": {} } }, - "S2r": { + "S2u": { "type": "list", "member": { "type": "structure", @@ -2941,14 +2976,14 @@ } } }, - "S33": { + "S36": { "type": "structure", "members": { "GameServerGroupName": {}, "GameServerGroupArn": {}, "RoleArn": {}, "InstanceDefinitions": { - "shape": "S2r" + "shape": "S2u" }, "BalancingStrategy": {}, "GameServerProtectionPolicy": {}, @@ -2956,7 +2991,7 @@ "Status": {}, "StatusReason": {}, "SuspendedActions": { - "shape": "S36" + "shape": "S39" }, "CreationTime": { "type": "timestamp" @@ -2966,11 +3001,11 @@ } } }, - "S36": { + "S39": { "type": "list", "member": {} }, - "S3a": { + "S3d": { "type": "list", "member": { "type": "structure", @@ -2984,7 +3019,7 @@ } } }, - "S3h": { + "S3k": { "type": "structure", "members": { "GameSessionId": {}, @@ -3006,12 +3041,14 @@ "Status": {}, "StatusReason": {}, "GameProperties": { - "shape": "S3a" + "shape": "S3d" + }, + "IpAddress": { + "shape": "S3n" }, - "IpAddress": {}, "DnsName": {}, "Port": { - "type": "integer" + "shape": "S1n" }, "PlayerSessionCreationPolicy": {}, "CreatorId": {}, @@ -3020,7 +3057,11 @@ "Location": {} } }, - "S3q": { + "S3n": { + "type": "string", + "sensitive": true + }, + "S3t": { "type": "list", "member": { "type": "structure", @@ -3034,7 +3075,7 @@ } } }, - "S3s": { + "S3v": { "type": "list", "member": { "type": "structure", @@ -3043,19 +3084,19 @@ } } }, - "S3v": { + "S3y": { "type": "structure", "members": { "AllowedLocations": { - "shape": "S3w" + "shape": "S3z" } } }, - "S3w": { + "S3z": { "type": "list", "member": {} }, - "S3x": { + "S40": { "type": "structure", "members": { "PriorityOrder": { @@ -3063,11 +3104,11 @@ "member": {} }, "LocationOrder": { - "shape": "S3w" + "shape": "S3z" } } }, - "S43": { + "S46": { "type": "structure", "members": { "Name": {}, @@ -3076,40 +3117,40 @@ "type": "integer" }, "PlayerLatencyPolicies": { - "shape": "S3q" + "shape": "S3t" }, "Destinations": { - "shape": "S3s" + "shape": "S3v" }, "FilterConfiguration": { - "shape": "S3v" + "shape": "S3y" }, "PriorityConfiguration": { - "shape": "S3x" + "shape": "S40" }, "CustomEventData": {}, "NotificationTarget": {} } }, - "S48": { + "S4b": { "type": "structure", "members": { "LocationName": {}, "LocationArn": {} } }, - "S4b": { + "S4e": { "type": "list", "member": {} }, - "S4m": { + "S4p": { "type": "structure", "members": { "Name": {}, "ConfigurationArn": {}, "Description": {}, "GameSessionQueueArns": { - "shape": "S4b" + "shape": "S4e" }, "RequestTimeoutSeconds": { "type": "integer" @@ -3131,14 +3172,14 @@ "type": "timestamp" }, "GameProperties": { - "shape": "S3a" + "shape": "S3d" }, "GameSessionData": {}, "BackfillMode": {}, "FlexMatchMode": {} } }, - "S4s": { + "S4v": { "type": "structure", "required": [ "RuleSetBody" @@ -3152,11 +3193,13 @@ } } }, - "S4w": { + "S4z": { "type": "structure", "members": { "PlayerSessionId": {}, - "PlayerId": {}, + "PlayerId": { + "shape": "S4" + }, "GameSessionId": {}, "FleetId": {}, "FleetArn": {}, @@ -3167,21 +3210,23 @@ "type": "timestamp" }, "Status": {}, - "IpAddress": {}, + "IpAddress": { + "shape": "S3n" + }, "DnsName": {}, "Port": { - "type": "integer" + "shape": "S1n" }, "PlayerData": {} } }, - "S53": { + "S56": { "type": "list", "member": { - "shape": "S4w" + "shape": "S4z" } }, - "S57": { + "S5a": { "type": "structure", "members": { "ScriptId": {}, @@ -3195,11 +3240,11 @@ "type": "timestamp" }, "StorageLocation": { - "shape": "S12" + "shape": "S13" } } }, - "S5a": { + "S5d": { "type": "structure", "members": { "GameLiftAwsAccountId": {}, @@ -3213,14 +3258,16 @@ } } }, - "S6c": { + "S6f": { "type": "structure", "members": { "FleetId": {}, "FleetArn": {}, "ComputeName": {}, "ComputeArn": {}, - "IpAddress": {}, + "IpAddress": { + "shape": "S3n" + }, "DnsName": {}, "ComputeStatus": {}, "Location": {}, @@ -3232,11 +3279,11 @@ "GameLiftServiceSdkEndpoint": {} } }, - "S6m": { + "S6p": { "type": "list", "member": {} }, - "S6s": { + "S6v": { "type": "structure", "members": { "FleetId": {}, @@ -3271,7 +3318,7 @@ "Location": {} } }, - "S78": { + "S7b": { "type": "structure", "members": { "FleetId": {}, @@ -3291,14 +3338,14 @@ "Location": {} } }, - "S7u": { + "S7x": { "type": "structure", "members": { "PlacementId": {}, "GameSessionQueueName": {}, "Status": {}, "GameProperties": { - "shape": "S3a" + "shape": "S3d" }, "MaximumPlayerSessionCount": { "type": "integer" @@ -3308,7 +3355,7 @@ "GameSessionArn": {}, "GameSessionRegion": {}, "PlayerLatencies": { - "shape": "S7w" + "shape": "S7z" }, "StartTime": { "type": "timestamp" @@ -3316,17 +3363,21 @@ "EndTime": { "type": "timestamp" }, - "IpAddress": {}, + "IpAddress": { + "shape": "S3n" + }, "DnsName": {}, "Port": { - "type": "integer" + "shape": "S1n" }, "PlacedPlayerSessions": { "type": "list", "member": { "type": "structure", "members": { - "PlayerId": {}, + "PlayerId": { + "shape": "S4" + }, "PlayerSessionId": {} } } @@ -3335,12 +3386,14 @@ "MatchmakerData": {} } }, - "S7w": { + "S7z": { "type": "list", "member": { "type": "structure", "members": { - "PlayerId": {}, + "PlayerId": { + "shape": "S4" + }, "RegionIdentifier": {}, "LatencyInMilliseconds": { "type": "float" @@ -3348,13 +3401,13 @@ } } }, - "S87": { + "S8a": { "type": "list", "member": { - "shape": "S3h" + "shape": "S3k" } }, - "S8i": { + "S8l": { "type": "structure", "members": { "TicketId": {}, @@ -3370,13 +3423,15 @@ "type": "timestamp" }, "Players": { - "shape": "S8l" + "shape": "S8o" }, "GameSessionConnectionInfo": { "type": "structure", "members": { "GameSessionArn": {}, - "IpAddress": {}, + "IpAddress": { + "shape": "S3n" + }, "DnsName": {}, "Port": { "type": "integer" @@ -3386,7 +3441,9 @@ "member": { "type": "structure", "members": { - "PlayerId": {}, + "PlayerId": { + "shape": "S4" + }, "PlayerSessionId": {} } } @@ -3398,12 +3455,14 @@ } } }, - "S8l": { + "S8o": { "type": "list", "member": { "type": "structure", "members": { - "PlayerId": {}, + "PlayerId": { + "shape": "S4" + }, "PlayerAttributes": { "type": "map", "key": {}, @@ -3439,7 +3498,7 @@ } } }, - "S9l": { + "S9o": { "type": "structure", "required": [ "TargetValue" diff --git a/iamlivecore/service/globalaccelerator-2018-08-08.min.json b/iamlivecore/service/globalaccelerator-2018-08-08.min.json index dc86bbd..de7b11b 100644 --- a/iamlivecore/service/globalaccelerator-2018-08-08.min.json +++ b/iamlivecore/service/globalaccelerator-2018-08-08.min.json @@ -26,7 +26,8 @@ "member": { "type": "structure", "members": { - "EndpointId": {} + "EndpointId": {}, + "AttachmentArn": {} } } }, @@ -141,6 +142,38 @@ } } }, + "CreateCrossAccountAttachment": { + "input": { + "type": "structure", + "required": [ + "Name", + "IdempotencyToken" + ], + "members": { + "Name": {}, + "Principals": { + "shape": "S1b" + }, + "Resources": { + "shape": "S1d" + }, + "IdempotencyToken": { + "idempotencyToken": true + }, + "Tags": { + "shape": "Sx" + } + } + }, + "output": { + "type": "structure", + "members": { + "CrossAccountAttachment": { + "shape": "S1g" + } + } + } + }, "CreateCustomRoutingAccelerator": { "input": { "type": "structure", @@ -169,7 +202,7 @@ "type": "structure", "members": { "Accelerator": { - "shape": "S1b" + "shape": "S1j" } } } @@ -203,7 +236,7 @@ "type": "integer" }, "Protocols": { - "shape": "S1g" + "shape": "S1o" } } } @@ -217,7 +250,7 @@ "type": "structure", "members": { "EndpointGroup": { - "shape": "S1j" + "shape": "S1r" } } } @@ -233,7 +266,7 @@ "members": { "AcceleratorArn": {}, "PortRanges": { - "shape": "S1p" + "shape": "S1x" }, "IdempotencyToken": { "idempotencyToken": true @@ -244,7 +277,7 @@ "type": "structure", "members": { "Listener": { - "shape": "S1s" + "shape": "S20" } } } @@ -281,7 +314,7 @@ "idempotencyToken": true }, "PortOverrides": { - "shape": "S20" + "shape": "S28" } } }, @@ -289,7 +322,7 @@ "type": "structure", "members": { "EndpointGroup": { - "shape": "S23" + "shape": "S2b" } } } @@ -306,7 +339,7 @@ "members": { "AcceleratorArn": {}, "PortRanges": { - "shape": "S1p" + "shape": "S1x" }, "Protocol": {}, "ClientAffinity": {}, @@ -319,7 +352,7 @@ "type": "structure", "members": { "Listener": { - "shape": "S27" + "shape": "S2f" } } } @@ -335,6 +368,17 @@ } } }, + "DeleteCrossAccountAttachment": { + "input": { + "type": "structure", + "required": [ + "AttachmentArn" + ], + "members": { + "AttachmentArn": {} + } + } + }, "DeleteCustomRoutingAccelerator": { "input": { "type": "structure", @@ -464,7 +508,26 @@ "type": "structure", "members": { "AcceleratorAttributes": { - "shape": "S2l" + "shape": "S2u" + } + } + } + }, + "DescribeCrossAccountAttachment": { + "input": { + "type": "structure", + "required": [ + "AttachmentArn" + ], + "members": { + "AttachmentArn": {} + } + }, + "output": { + "type": "structure", + "members": { + "CrossAccountAttachment": { + "shape": "S1g" } } } @@ -483,7 +546,7 @@ "type": "structure", "members": { "Accelerator": { - "shape": "S1b" + "shape": "S1j" } } } @@ -502,7 +565,7 @@ "type": "structure", "members": { "AcceleratorAttributes": { - "shape": "S2q" + "shape": "S31" } } } @@ -521,7 +584,7 @@ "type": "structure", "members": { "EndpointGroup": { - "shape": "S1j" + "shape": "S1r" } } } @@ -540,7 +603,7 @@ "type": "structure", "members": { "Listener": { - "shape": "S1s" + "shape": "S20" } } } @@ -559,7 +622,7 @@ "type": "structure", "members": { "EndpointGroup": { - "shape": "S23" + "shape": "S2b" } } } @@ -578,7 +641,7 @@ "type": "structure", "members": { "Listener": { - "shape": "S27" + "shape": "S2f" } } } @@ -629,6 +692,76 @@ } } }, + "ListCrossAccountAttachments": { + "input": { + "type": "structure", + "members": { + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "CrossAccountAttachments": { + "type": "list", + "member": { + "shape": "S1g" + } + }, + "NextToken": {} + } + } + }, + "ListCrossAccountResourceAccounts": { + "input": { + "type": "structure", + "members": {} + }, + "output": { + "type": "structure", + "members": { + "ResourceOwnerAwsAccountIds": { + "type": "list", + "member": {} + } + } + } + }, + "ListCrossAccountResources": { + "input": { + "type": "structure", + "required": [ + "ResourceOwnerAwsAccountId" + ], + "members": { + "AcceleratorArn": {}, + "ResourceOwnerAwsAccountId": {}, + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "CrossAccountResources": { + "type": "list", + "member": { + "type": "structure", + "members": { + "EndpointId": {}, + "AttachmentArn": {} + } + } + }, + "NextToken": {} + } + } + }, "ListCustomRoutingAccelerators": { "input": { "type": "structure", @@ -645,7 +778,7 @@ "Accelerators": { "type": "list", "member": { - "shape": "S1b" + "shape": "S1j" } }, "NextToken": {} @@ -672,7 +805,7 @@ "EndpointGroups": { "type": "list", "member": { - "shape": "S1j" + "shape": "S1r" } }, "NextToken": {} @@ -699,7 +832,7 @@ "Listeners": { "type": "list", "member": { - "shape": "S1s" + "shape": "S20" } }, "NextToken": {} @@ -735,10 +868,10 @@ "EndpointGroupArn": {}, "EndpointId": {}, "DestinationSocketAddress": { - "shape": "S3k" + "shape": "S46" }, "Protocols": { - "shape": "S1g" + "shape": "S1o" }, "DestinationTrafficState": {} } @@ -776,14 +909,14 @@ "AcceleratorSocketAddresses": { "type": "list", "member": { - "shape": "S3k" + "shape": "S46" } }, "EndpointGroupArn": {}, "EndpointId": {}, "EndpointGroupRegion": {}, "DestinationSocketAddress": { - "shape": "S3k" + "shape": "S46" }, "IpAddressType": {}, "DestinationTrafficState": {} @@ -814,7 +947,7 @@ "EndpointGroups": { "type": "list", "member": { - "shape": "S23" + "shape": "S2b" } }, "NextToken": {} @@ -841,7 +974,7 @@ "Listeners": { "type": "list", "member": { - "shape": "S27" + "shape": "S2f" } }, "NextToken": {} @@ -1023,7 +1156,39 @@ "type": "structure", "members": { "AcceleratorAttributes": { - "shape": "S2l" + "shape": "S2u" + } + } + } + }, + "UpdateCrossAccountAttachment": { + "input": { + "type": "structure", + "required": [ + "AttachmentArn" + ], + "members": { + "AttachmentArn": {}, + "Name": {}, + "AddPrincipals": { + "shape": "S1b" + }, + "RemovePrincipals": { + "shape": "S1b" + }, + "AddResources": { + "shape": "S1d" + }, + "RemoveResources": { + "shape": "S1d" + } + } + }, + "output": { + "type": "structure", + "members": { + "CrossAccountAttachment": { + "shape": "S1g" } } } @@ -1047,7 +1212,7 @@ "type": "structure", "members": { "Accelerator": { - "shape": "S1b" + "shape": "S1j" } } } @@ -1071,7 +1236,7 @@ "type": "structure", "members": { "AcceleratorAttributes": { - "shape": "S2q" + "shape": "S31" } } } @@ -1086,7 +1251,7 @@ "members": { "ListenerArn": {}, "PortRanges": { - "shape": "S1p" + "shape": "S1x" } } }, @@ -1094,7 +1259,7 @@ "type": "structure", "members": { "Listener": { - "shape": "S1s" + "shape": "S20" } } } @@ -1125,7 +1290,7 @@ "type": "integer" }, "PortOverrides": { - "shape": "S20" + "shape": "S28" } } }, @@ -1133,7 +1298,7 @@ "type": "structure", "members": { "EndpointGroup": { - "shape": "S23" + "shape": "S2b" } } } @@ -1147,7 +1312,7 @@ "members": { "ListenerArn": {}, "PortRanges": { - "shape": "S1p" + "shape": "S1x" }, "Protocol": {}, "ClientAffinity": {} @@ -1157,7 +1322,7 @@ "type": "structure", "members": { "Listener": { - "shape": "S27" + "shape": "S2f" } } } @@ -1203,7 +1368,8 @@ }, "ClientIPPreservationEnabled": { "type": "boolean" - } + }, + "AttachmentArn": {} } } }, @@ -1323,6 +1489,42 @@ } }, "S1b": { + "type": "list", + "member": {} + }, + "S1d": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "EndpointId" + ], + "members": { + "EndpointId": {}, + "Region": {} + } + } + }, + "S1g": { + "type": "structure", + "members": { + "AttachmentArn": {}, + "Name": {}, + "Principals": { + "shape": "S1b" + }, + "Resources": { + "shape": "S1d" + }, + "LastModifiedTime": { + "type": "timestamp" + }, + "CreatedTime": { + "type": "timestamp" + } + } + }, + "S1j": { "type": "structure", "members": { "AcceleratorArn": {}, @@ -1344,11 +1546,11 @@ } } }, - "S1g": { + "S1o": { "type": "list", "member": {} }, - "S1j": { + "S1r": { "type": "structure", "members": { "EndpointGroupArn": {}, @@ -1376,7 +1578,7 @@ } } }, - "S1p": { + "S1x": { "type": "list", "member": { "type": "structure", @@ -1390,16 +1592,16 @@ } } }, - "S1s": { + "S20": { "type": "structure", "members": { "ListenerArn": {}, "PortRanges": { - "shape": "S1p" + "shape": "S1x" } } }, - "S20": { + "S28": { "type": "list", "member": { "type": "structure", @@ -1413,7 +1615,7 @@ } } }, - "S23": { + "S2b": { "type": "structure", "members": { "EndpointGroupArn": {}, @@ -1436,22 +1638,22 @@ "type": "integer" }, "PortOverrides": { - "shape": "S20" + "shape": "S28" } } }, - "S27": { + "S2f": { "type": "structure", "members": { "ListenerArn": {}, "PortRanges": { - "shape": "S1p" + "shape": "S1x" }, "Protocol": {}, "ClientAffinity": {} } }, - "S2l": { + "S2u": { "type": "structure", "members": { "FlowLogsEnabled": { @@ -1461,7 +1663,7 @@ "FlowLogsS3Prefix": {} } }, - "S2q": { + "S31": { "type": "structure", "members": { "FlowLogsEnabled": { @@ -1471,7 +1673,7 @@ "FlowLogsS3Prefix": {} } }, - "S3k": { + "S46": { "type": "structure", "members": { "IpAddress": {}, diff --git a/iamlivecore/service/glue-2017-03-31.min.json b/iamlivecore/service/glue-2017-03-31.min.json index 27e38e3..1721589 100644 --- a/iamlivecore/service/glue-2017-03-31.min.json +++ b/iamlivecore/service/glue-2017-03-31.min.json @@ -297,6 +297,12 @@ "RulesetEvaluationRunId": {}, "RuleResults": { "shape": "S46" + }, + "AnalyzerResults": { + "shape": "S4b" + }, + "Observations": { + "shape": "S4d" } } } @@ -315,7 +321,7 @@ ], "members": { "DevEndpointNames": { - "shape": "S4b" + "shape": "S4k" } } }, @@ -323,10 +329,10 @@ "type": "structure", "members": { "DevEndpoints": { - "shape": "S4d" + "shape": "S4m" }, "DevEndpointsNotFound": { - "shape": "S4b" + "shape": "S4k" } } } @@ -339,7 +345,7 @@ ], "members": { "JobNames": { - "shape": "S4n" + "shape": "S4w" } } }, @@ -347,10 +353,10 @@ "type": "structure", "members": { "Jobs": { - "shape": "S4p" + "shape": "S4y" }, "JobsNotFound": { - "shape": "S4n" + "shape": "S4w" } } } @@ -368,7 +374,7 @@ "DatabaseName": {}, "TableName": {}, "PartitionsToGet": { - "shape": "Sa1" + "shape": "Sad" } } }, @@ -376,10 +382,66 @@ "type": "structure", "members": { "Partitions": { - "shape": "Sa3" + "shape": "Saf" }, "UnprocessedKeys": { - "shape": "Sa1" + "shape": "Sad" + } + } + } + }, + "BatchGetTableOptimizer": { + "input": { + "type": "structure", + "required": [ + "Entries" + ], + "members": { + "Entries": { + "type": "list", + "member": { + "type": "structure", + "members": { + "catalogId": {}, + "databaseName": {}, + "tableName": {}, + "type": {} + } + } + } + } + }, + "output": { + "type": "structure", + "members": { + "TableOptimizers": { + "type": "list", + "member": { + "type": "structure", + "members": { + "catalogId": {}, + "databaseName": {}, + "tableName": {}, + "tableOptimizer": { + "shape": "Saq" + } + } + } + }, + "Failures": { + "type": "list", + "member": { + "type": "structure", + "members": { + "error": { + "shape": "S14" + }, + "catalogId": {}, + "databaseName": {}, + "tableName": {}, + "type": {} + } + } } } } @@ -392,7 +454,7 @@ ], "members": { "TriggerNames": { - "shape": "Sa6" + "shape": "Sb1" } } }, @@ -400,10 +462,10 @@ "type": "structure", "members": { "Triggers": { - "shape": "Sa8" + "shape": "Sb3" }, "TriggersNotFound": { - "shape": "Sa6" + "shape": "Sb1" } } } @@ -416,7 +478,7 @@ ], "members": { "Names": { - "shape": "Saq" + "shape": "Sbl" }, "IncludeGraph": { "type": "boolean" @@ -429,11 +491,11 @@ "Workflows": { "type": "list", "member": { - "shape": "Sat" + "shape": "Sbo" } }, "MissingWorkflows": { - "shape": "Saq" + "shape": "Sbl" } } } @@ -504,7 +566,7 @@ ], "members": { "PartitionValueList": { - "shape": "Sbr" + "shape": "Scm" }, "PartitionInput": { "shape": "S5" @@ -523,7 +585,7 @@ "type": "structure", "members": { "PartitionValueList": { - "shape": "Sbr" + "shape": "Scm" }, "ErrorDetail": { "shape": "S14" @@ -639,7 +701,7 @@ "Description": {}, "BlueprintLocation": {}, "Tags": { - "shape": "Scc" + "shape": "Sd7" } } }, @@ -702,7 +764,7 @@ "QuoteSymbol": {}, "ContainsHeader": {}, "Header": { - "shape": "Sct" + "shape": "Sdo" }, "DisableValueTrimming": { "type": "boolean" @@ -714,7 +776,7 @@ "type": "boolean" }, "CustomDatatypes": { - "shape": "Scu" + "shape": "Sdp" }, "Serde": {} } @@ -735,10 +797,10 @@ "members": { "CatalogId": {}, "ConnectionInput": { - "shape": "Scy" + "shape": "Sdt" }, "Tags": { - "shape": "Scc" + "shape": "Sd7" } } }, @@ -783,7 +845,7 @@ "Configuration": {}, "CrawlerSecurityConfiguration": {}, "Tags": { - "shape": "Scc" + "shape": "Sd7" } } }, @@ -806,7 +868,7 @@ "shape": "S3v" }, "Tags": { - "shape": "Scc" + "shape": "Sd7" } } }, @@ -829,10 +891,10 @@ "Description": {}, "Ruleset": {}, "Tags": { - "shape": "Scc" + "shape": "Sd7" }, "TargetTable": { - "shape": "Sdc" + "shape": "Se7" }, "ClientToken": {} } @@ -854,10 +916,10 @@ "members": { "CatalogId": {}, "DatabaseInput": { - "shape": "Sdf" + "shape": "Sea" }, "Tags": { - "shape": "Scc" + "shape": "Sd7" } } }, @@ -877,12 +939,12 @@ "EndpointName": {}, "RoleArn": {}, "SecurityGroupIds": { - "shape": "S4g" + "shape": "S4p" }, "SubnetId": {}, "PublicKey": {}, "PublicKeys": { - "shape": "S4k" + "shape": "S4t" }, "NumberOfNodes": { "type": "integer" @@ -896,10 +958,10 @@ "ExtraJarsS3Path": {}, "SecurityConfiguration": {}, "Tags": { - "shape": "Scc" + "shape": "Sd7" }, "Arguments": { - "shape": "S4l" + "shape": "S4u" } } }, @@ -909,7 +971,7 @@ "EndpointName": {}, "Status": {}, "SecurityGroupIds": { - "shape": "S4g" + "shape": "S4p" }, "SubnetId": {}, "RoleArn": {}, @@ -935,7 +997,7 @@ "type": "timestamp" }, "Arguments": { - "shape": "S4l" + "shape": "S4u" } } } @@ -954,19 +1016,19 @@ "LogUri": {}, "Role": {}, "ExecutionProperty": { - "shape": "S4t" + "shape": "S52" }, "Command": { - "shape": "S4v" + "shape": "S54" }, "DefaultArguments": { - "shape": "S4z" + "shape": "S58" }, "NonOverridableArguments": { - "shape": "S4z" + "shape": "S58" }, "Connections": { - "shape": "S50" + "shape": "S59" }, "MaxRetries": { "type": "integer" @@ -984,10 +1046,10 @@ }, "SecurityConfiguration": {}, "Tags": { - "shape": "Scc" + "shape": "Sd7" }, "NotificationProperty": { - "shape": "S54" + "shape": "S5d" }, "GlueVersion": {}, "NumberOfWorkers": { @@ -995,11 +1057,11 @@ }, "WorkerType": {}, "CodeGenConfigurationNodes": { - "shape": "S56" + "shape": "S5f" }, "ExecutionClass": {}, "SourceControlDetails": { - "shape": "S9x" + "shape": "Sa9" } } }, @@ -1023,10 +1085,10 @@ "Name": {}, "Description": {}, "InputRecordTables": { - "shape": "Sdw" + "shape": "Ser" }, "Parameters": { - "shape": "Sdx" + "shape": "Ses" }, "Role": {}, "GlueVersion": {}, @@ -1044,10 +1106,10 @@ "type": "integer" }, "Tags": { - "shape": "Scc" + "shape": "Sd7" }, "TransformEncryption": { - "shape": "Se1" + "shape": "Sew" } } }, @@ -1093,7 +1155,7 @@ "DatabaseName": {}, "TableName": {}, "PartitionIndex": { - "shape": "Se8" + "shape": "Sf3" } } }, @@ -1112,7 +1174,7 @@ "RegistryName": {}, "Description": {}, "Tags": { - "shape": "Scc" + "shape": "Sd7" } } }, @@ -1123,7 +1185,7 @@ "RegistryName": {}, "Description": {}, "Tags": { - "shape": "Scc" + "shape": "Sd7" } } } @@ -1137,14 +1199,14 @@ ], "members": { "RegistryId": { - "shape": "See" + "shape": "Sf9" }, "SchemaName": {}, "DataFormat": {}, "Compatibility": {}, "Description": {}, "Tags": { - "shape": "Scc" + "shape": "Sd7" }, "SchemaDefinition": {} } @@ -1170,7 +1232,7 @@ }, "SchemaStatus": {}, "Tags": { - "shape": "Scc" + "shape": "Sd7" }, "SchemaVersionId": {}, "SchemaVersionStatus": {} @@ -1182,10 +1244,10 @@ "type": "structure", "members": { "DagNodes": { - "shape": "Sel" + "shape": "Sfg" }, "DagEdges": { - "shape": "Set" + "shape": "Sfo" }, "Language": {} } @@ -1208,7 +1270,7 @@ "members": { "Name": {}, "EncryptionConfiguration": { - "shape": "Sf0" + "shape": "Sfv" } } }, @@ -1235,7 +1297,7 @@ "Description": {}, "Role": {}, "Command": { - "shape": "Sfc" + "shape": "Sg7" }, "Timeout": { "type": "integer" @@ -1244,10 +1306,10 @@ "type": "integer" }, "DefaultArguments": { - "shape": "Sfd" + "shape": "Sg8" }, "Connections": { - "shape": "S50" + "shape": "S59" }, "MaxCapacity": { "type": "double" @@ -1259,7 +1321,7 @@ "SecurityConfiguration": {}, "GlueVersion": {}, "Tags": { - "shape": "Scc" + "shape": "Sd7" }, "RequestOrigin": {} } @@ -1268,7 +1330,7 @@ "type": "structure", "members": { "Session": { - "shape": "Sfg" + "shape": "Sgb" } } } @@ -1284,12 +1346,12 @@ "CatalogId": {}, "DatabaseName": {}, "TableInput": { - "shape": "Sfl" + "shape": "Sgg" }, "PartitionIndexes": { "type": "list", "member": { - "shape": "Se8" + "shape": "Sf3" } }, "TransactionId": {}, @@ -1315,6 +1377,31 @@ "members": {} } }, + "CreateTableOptimizer": { + "input": { + "type": "structure", + "required": [ + "CatalogId", + "DatabaseName", + "TableName", + "Type", + "TableOptimizerConfiguration" + ], + "members": { + "CatalogId": {}, + "DatabaseName": {}, + "TableName": {}, + "Type": {}, + "TableOptimizerConfiguration": { + "shape": "Sar" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "CreateTrigger": { "input": { "type": "structure", @@ -1329,20 +1416,20 @@ "Type": {}, "Schedule": {}, "Predicate": { - "shape": "Saf" + "shape": "Sba" }, "Actions": { - "shape": "Sad" + "shape": "Sb8" }, "Description": {}, "StartOnCreation": { "type": "boolean" }, "Tags": { - "shape": "Scc" + "shape": "Sd7" }, "EventBatchingCondition": { - "shape": "Sam" + "shape": "Sbh" } } }, @@ -1364,7 +1451,7 @@ "CatalogId": {}, "DatabaseName": {}, "FunctionInput": { - "shape": "Sfy" + "shape": "Sgv" } } }, @@ -1383,10 +1470,10 @@ "Name": {}, "Description": {}, "DefaultRunProperties": { - "shape": "Sau" + "shape": "Sbp" }, "Tags": { - "shape": "Scc" + "shape": "Sd7" }, "MaxConcurrentRuns": { "type": "integer" @@ -1654,7 +1741,7 @@ ], "members": { "RegistryId": { - "shape": "See" + "shape": "Sf9" } } }, @@ -1791,6 +1878,27 @@ "members": {} } }, + "DeleteTableOptimizer": { + "input": { + "type": "structure", + "required": [ + "CatalogId", + "DatabaseName", + "TableName", + "Type" + ], + "members": { + "CatalogId": {}, + "DatabaseName": {}, + "TableName": {}, + "Type": {} + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "DeleteTableVersion": { "input": { "type": "structure", @@ -1904,7 +2012,7 @@ "type": "structure", "members": { "BlueprintRun": { - "shape": "Shv" + "shape": "Siu" } } } @@ -1929,7 +2037,7 @@ "BlueprintRuns": { "type": "list", "member": { - "shape": "Shv" + "shape": "Siu" } }, "NextToken": {} @@ -1975,7 +2083,7 @@ "type": "structure", "members": { "Classifier": { - "shape": "Si9" + "shape": "Sj7" } } } @@ -1996,7 +2104,7 @@ "Classifiers": { "type": "list", "member": { - "shape": "Si9" + "shape": "Sj7" } }, "NextToken": {} @@ -2020,7 +2128,7 @@ "shape": "S6" }, "ColumnNames": { - "shape": "Sij" + "shape": "Sjh" } } }, @@ -2028,10 +2136,10 @@ "type": "structure", "members": { "ColumnStatisticsList": { - "shape": "Sil" + "shape": "Sjj" }, "Errors": { - "shape": "Sj3" + "shape": "Sk1" } } } @@ -2049,7 +2157,7 @@ "DatabaseName": {}, "TableName": {}, "ColumnNames": { - "shape": "Sij" + "shape": "Sjh" } } }, @@ -2057,14 +2165,62 @@ "type": "structure", "members": { "ColumnStatisticsList": { - "shape": "Sil" + "shape": "Sjj" }, "Errors": { - "shape": "Sj3" + "shape": "Sk1" } } } }, + "GetColumnStatisticsTaskRun": { + "input": { + "type": "structure", + "required": [ + "ColumnStatisticsTaskRunId" + ], + "members": { + "ColumnStatisticsTaskRunId": {} + } + }, + "output": { + "type": "structure", + "members": { + "ColumnStatisticsTaskRun": { + "shape": "Sk7" + } + } + } + }, + "GetColumnStatisticsTaskRuns": { + "input": { + "type": "structure", + "required": [ + "DatabaseName", + "TableName" + ], + "members": { + "DatabaseName": {}, + "TableName": {}, + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "ColumnStatisticsTaskRuns": { + "type": "list", + "member": { + "shape": "Sk7" + } + }, + "NextToken": {} + } + } + }, "GetConnection": { "input": { "type": "structure", @@ -2083,7 +2239,7 @@ "type": "structure", "members": { "Connection": { - "shape": "Sj9" + "shape": "Ski" } } } @@ -2097,7 +2253,7 @@ "type": "structure", "members": { "MatchCriteria": { - "shape": "Sd0" + "shape": "Sdv" }, "ConnectionType": {} } @@ -2117,7 +2273,7 @@ "ConnectionList": { "type": "list", "member": { - "shape": "Sj9" + "shape": "Ski" } }, "NextToken": {} @@ -2245,7 +2401,7 @@ "type": "structure", "members": { "DataCatalogEncryptionSettings": { - "shape": "Sjq" + "shape": "Skz" } } } @@ -2283,6 +2439,12 @@ "RulesetEvaluationRunId": {}, "RuleResults": { "shape": "S46" + }, + "AnalyzerResults": { + "shape": "S4b" + }, + "Observations": { + "shape": "S4d" } } } @@ -2347,7 +2509,7 @@ "Description": {}, "Ruleset": {}, "TargetTable": { - "shape": "Sdc" + "shape": "Se7" }, "CreatedOn": { "type": "timestamp" @@ -2384,7 +2546,7 @@ "type": "integer" }, "AdditionalRunOptions": { - "shape": "Sk2" + "shape": "Slb" }, "Status": {}, "ErrorString": {}, @@ -2401,14 +2563,14 @@ "type": "integer" }, "RulesetNames": { - "shape": "Sk3" + "shape": "Slc" }, "ResultIds": { "type": "list", "member": {} }, "AdditionalDataSources": { - "shape": "Sk5" + "shape": "Sle" } } } @@ -2428,7 +2590,7 @@ "type": "structure", "members": { "Database": { - "shape": "Sk8" + "shape": "Slh" } } } @@ -2454,7 +2616,7 @@ "DatabaseList": { "type": "list", "member": { - "shape": "Sk8" + "shape": "Slh" } }, "NextToken": {} @@ -2472,10 +2634,10 @@ "type": "structure", "members": { "DagNodes": { - "shape": "Sel" + "shape": "Sfg" }, "DagEdges": { - "shape": "Set" + "shape": "Sfo" } } } @@ -2494,7 +2656,7 @@ "type": "structure", "members": { "DevEndpoint": { - "shape": "S4e" + "shape": "S4n" } } } @@ -2513,7 +2675,7 @@ "type": "structure", "members": { "DevEndpoints": { - "shape": "S4d" + "shape": "S4m" }, "NextToken": {} } @@ -2533,7 +2695,7 @@ "type": "structure", "members": { "Job": { - "shape": "S4q" + "shape": "S4z" } } } @@ -2553,7 +2715,7 @@ "type": "structure", "members": { "JobBookmarkEntry": { - "shape": "Skq" + "shape": "Slz" } } } @@ -2577,7 +2739,7 @@ "type": "structure", "members": { "JobRun": { - "shape": "Sb5" + "shape": "Sc0" } } } @@ -2600,7 +2762,7 @@ "type": "structure", "members": { "JobRuns": { - "shape": "Sb4" + "shape": "Sbz" }, "NextToken": {} } @@ -2620,7 +2782,7 @@ "type": "structure", "members": { "Jobs": { - "shape": "S4p" + "shape": "S4y" }, "NextToken": {} } @@ -2646,7 +2808,7 @@ "Status": {}, "LogGroupName": {}, "Properties": { - "shape": "Sl0" + "shape": "Sm9" }, "ErrorString": {}, "StartedOn": { @@ -2715,7 +2877,7 @@ "Status": {}, "LogGroupName": {}, "Properties": { - "shape": "Sl0" + "shape": "Sm9" }, "ErrorString": {}, "StartedOn": { @@ -2761,19 +2923,19 @@ "type": "timestamp" }, "InputRecordTables": { - "shape": "Sdw" + "shape": "Ser" }, "Parameters": { - "shape": "Sdx" + "shape": "Ses" }, "EvaluationMetrics": { - "shape": "Slj" + "shape": "Sms" }, "LabelCount": { "type": "integer" }, "Schema": { - "shape": "Slq" + "shape": "Smz" }, "Role": {}, "GlueVersion": {}, @@ -2791,7 +2953,7 @@ "type": "integer" }, "TransformEncryption": { - "shape": "Se1" + "shape": "Sew" } } } @@ -2805,10 +2967,10 @@ "type": "integer" }, "Filter": { - "shape": "Slt" + "shape": "Sn2" }, "Sort": { - "shape": "Slu" + "shape": "Sn3" } } }, @@ -2834,19 +2996,19 @@ "type": "timestamp" }, "InputRecordTables": { - "shape": "Sdw" + "shape": "Ser" }, "Parameters": { - "shape": "Sdx" + "shape": "Ses" }, "EvaluationMetrics": { - "shape": "Slj" + "shape": "Sms" }, "LabelCount": { "type": "integer" }, "Schema": { - "shape": "Slq" + "shape": "Smz" }, "Role": {}, "GlueVersion": {}, @@ -2864,7 +3026,7 @@ "type": "integer" }, "TransformEncryption": { - "shape": "Se1" + "shape": "Sew" } } } @@ -2881,13 +3043,13 @@ ], "members": { "Source": { - "shape": "Sm0" + "shape": "Sn9" }, "Sinks": { - "shape": "Sm1" + "shape": "Sna" }, "Location": { - "shape": "Sm2" + "shape": "Snb" } } }, @@ -2898,7 +3060,7 @@ ], "members": { "Mapping": { - "shape": "Sm4" + "shape": "Snd" } } } @@ -2924,7 +3086,7 @@ "type": "structure", "members": { "Partition": { - "shape": "Sa4" + "shape": "Sag" } } } @@ -3008,7 +3170,7 @@ "Expression": {}, "NextToken": {}, "Segment": { - "shape": "Smo" + "shape": "Snw" }, "MaxResults": { "type": "integer" @@ -3026,7 +3188,7 @@ "type": "structure", "members": { "Partitions": { - "shape": "Sa3" + "shape": "Saf" }, "NextToken": {} } @@ -3041,16 +3203,16 @@ ], "members": { "Mapping": { - "shape": "Sm4" + "shape": "Snd" }, "Source": { - "shape": "Sm0" + "shape": "Sn9" }, "Sinks": { - "shape": "Sm1" + "shape": "Sna" }, "Location": { - "shape": "Sm2" + "shape": "Snb" }, "Language": {}, "AdditionalPlanOptionsMap": { @@ -3076,7 +3238,7 @@ ], "members": { "RegistryId": { - "shape": "See" + "shape": "Sf9" } } }, @@ -3217,7 +3379,7 @@ }, "SchemaVersionId": {}, "SchemaVersionNumber": { - "shape": "Snb" + "shape": "Soj" } } }, @@ -3250,10 +3412,10 @@ "shape": "Sw" }, "FirstSchemaVersionNumber": { - "shape": "Snb" + "shape": "Soj" }, "SecondSchemaVersionNumber": { - "shape": "Snb" + "shape": "Soj" }, "SchemaDiffType": {} } @@ -3279,7 +3441,7 @@ "type": "structure", "members": { "SecurityConfiguration": { - "shape": "Snk" + "shape": "Sos" } } } @@ -3300,7 +3462,7 @@ "SecurityConfigurations": { "type": "list", "member": { - "shape": "Snk" + "shape": "Sos" } }, "NextToken": {} @@ -3322,7 +3484,7 @@ "type": "structure", "members": { "Session": { - "shape": "Sfg" + "shape": "Sgb" } } } @@ -3346,7 +3508,7 @@ "type": "structure", "members": { "Statement": { - "shape": "Sns" + "shape": "Sp0" } } } @@ -3372,7 +3534,35 @@ "type": "structure", "members": { "Table": { - "shape": "Snz" + "shape": "Sp7" + } + } + } + }, + "GetTableOptimizer": { + "input": { + "type": "structure", + "required": [ + "CatalogId", + "DatabaseName", + "TableName", + "Type" + ], + "members": { + "CatalogId": {}, + "DatabaseName": {}, + "TableName": {}, + "Type": {} + } + }, + "output": { + "type": "structure", + "members": { + "CatalogId": {}, + "DatabaseName": {}, + "TableName": {}, + "TableOptimizer": { + "shape": "Saq" } } } @@ -3395,7 +3585,7 @@ "type": "structure", "members": { "TableVersion": { - "shape": "So3" + "shape": "Spd" } } } @@ -3423,7 +3613,7 @@ "TableVersions": { "type": "list", "member": { - "shape": "So3" + "shape": "Spd" } }, "NextToken": {} @@ -3454,7 +3644,7 @@ "type": "structure", "members": { "TableList": { - "shape": "Soa" + "shape": "Spk" }, "NextToken": {} } @@ -3474,7 +3664,7 @@ "type": "structure", "members": { "Tags": { - "shape": "Scc" + "shape": "Sd7" } } } @@ -3493,7 +3683,7 @@ "type": "structure", "members": { "Trigger": { - "shape": "Sa9" + "shape": "Sb4" } } } @@ -3513,7 +3703,7 @@ "type": "structure", "members": { "Triggers": { - "shape": "Sa8" + "shape": "Sb3" }, "NextToken": {} } @@ -3537,10 +3727,10 @@ "shape": "S6" }, "AuditContext": { - "shape": "Soi" + "shape": "Sps" }, "SupportedPermissionTypes": { - "shape": "Sol" + "shape": "Spv" } } }, @@ -3548,7 +3738,7 @@ "type": "structure", "members": { "Partition": { - "shape": "Sa4" + "shape": "Sag" }, "AuthorizedColumns": { "shape": "Sn" @@ -3574,14 +3764,14 @@ "TableName": {}, "Expression": {}, "AuditContext": { - "shape": "Soi" + "shape": "Sps" }, "SupportedPermissionTypes": { - "shape": "Sol" + "shape": "Spv" }, "NextToken": {}, "Segment": { - "shape": "Smo" + "shape": "Snw" }, "MaxResults": { "type": "integer" @@ -3597,7 +3787,7 @@ "type": "structure", "members": { "Partition": { - "shape": "Sa4" + "shape": "Sag" }, "AuthorizedColumns": { "shape": "Sn" @@ -3626,10 +3816,10 @@ "DatabaseName": {}, "Name": {}, "AuditContext": { - "shape": "Soi" + "shape": "Sps" }, "SupportedPermissionTypes": { - "shape": "Sol" + "shape": "Spv" } } }, @@ -3637,7 +3827,7 @@ "type": "structure", "members": { "Table": { - "shape": "Snz" + "shape": "Sp7" }, "AuthorizedColumns": { "shape": "Sn" @@ -3675,7 +3865,7 @@ "type": "structure", "members": { "UserDefinedFunction": { - "shape": "Soy" + "shape": "Sq8" } } } @@ -3702,7 +3892,7 @@ "UserDefinedFunctions": { "type": "list", "member": { - "shape": "Soy" + "shape": "Sq8" } }, "NextToken": {} @@ -3726,7 +3916,7 @@ "type": "structure", "members": { "Workflow": { - "shape": "Sat" + "shape": "Sbo" } } } @@ -3750,7 +3940,7 @@ "type": "structure", "members": { "Run": { - "shape": "Sav" + "shape": "Sbq" } } } @@ -3771,7 +3961,7 @@ "type": "structure", "members": { "RunProperties": { - "shape": "Sau" + "shape": "Sbp" } } } @@ -3799,7 +3989,7 @@ "Runs": { "type": "list", "member": { - "shape": "Sav" + "shape": "Sbq" } }, "NextToken": {} @@ -3827,7 +4017,7 @@ "type": "integer" }, "Tags": { - "shape": "Scc" + "shape": "Sd7" } } }, @@ -3841,6 +4031,27 @@ } } }, + "ListColumnStatisticsTaskRuns": { + "input": { + "type": "structure", + "members": { + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "ColumnStatisticsTaskRunIds": { + "type": "list", + "member": {} + }, + "NextToken": {} + } + } + }, "ListCrawlers": { "input": { "type": "structure", @@ -3850,7 +4061,7 @@ }, "NextToken": {}, "Tags": { - "shape": "Scc" + "shape": "Sd7" } } }, @@ -3929,7 +4140,7 @@ "type": "integer" }, "Tags": { - "shape": "Scc" + "shape": "Sd7" } } }, @@ -4122,12 +4333,12 @@ "type": "timestamp" }, "TargetTable": { - "shape": "Sdc" + "shape": "Se7" } } }, "Tags": { - "shape": "Scc" + "shape": "Sd7" } } }, @@ -4148,7 +4359,7 @@ "type": "timestamp" }, "TargetTable": { - "shape": "Sdc" + "shape": "Se7" }, "RecommendationRunId": {}, "RuleCount": { @@ -4170,7 +4381,7 @@ "type": "integer" }, "Tags": { - "shape": "Scc" + "shape": "Sd7" } } }, @@ -4194,7 +4405,7 @@ "type": "integer" }, "Tags": { - "shape": "Scc" + "shape": "Sd7" } } }, @@ -4202,7 +4413,7 @@ "type": "structure", "members": { "JobNames": { - "shape": "S4n" + "shape": "S4w" }, "NextToken": {} } @@ -4217,13 +4428,13 @@ "type": "integer" }, "Filter": { - "shape": "Slt" + "shape": "Sn2" }, "Sort": { - "shape": "Slu" + "shape": "Sn3" }, "Tags": { - "shape": "Scc" + "shape": "Sd7" } } }, @@ -4315,7 +4526,7 @@ "type": "structure", "members": { "RegistryId": { - "shape": "See" + "shape": "Sf9" }, "MaxResults": { "type": "integer" @@ -4354,7 +4565,7 @@ "type": "integer" }, "Tags": { - "shape": "Scc" + "shape": "Sd7" }, "RequestOrigin": {} } @@ -4369,7 +4580,7 @@ "Sessions": { "type": "list", "member": { - "shape": "Sfg" + "shape": "Sgb" } }, "NextToken": {} @@ -4394,13 +4605,49 @@ "Statements": { "type": "list", "member": { - "shape": "Sns" + "shape": "Sp0" } }, "NextToken": {} } } }, + "ListTableOptimizerRuns": { + "input": { + "type": "structure", + "required": [ + "CatalogId", + "DatabaseName", + "TableName", + "Type" + ], + "members": { + "CatalogId": {}, + "DatabaseName": {}, + "TableName": {}, + "Type": {}, + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "CatalogId": {}, + "DatabaseName": {}, + "TableName": {}, + "NextToken": {}, + "TableOptimizerRuns": { + "type": "list", + "member": { + "shape": "Sat" + } + } + } + } + }, "ListTriggers": { "input": { "type": "structure", @@ -4411,7 +4658,7 @@ "type": "integer" }, "Tags": { - "shape": "Scc" + "shape": "Sd7" } } }, @@ -4419,7 +4666,7 @@ "type": "structure", "members": { "TriggerNames": { - "shape": "Sa6" + "shape": "Sb1" }, "NextToken": {} } @@ -4439,7 +4686,7 @@ "type": "structure", "members": { "Workflows": { - "shape": "Saq" + "shape": "Sbl" }, "NextToken": {} } @@ -4454,7 +4701,7 @@ "members": { "CatalogId": {}, "DataCatalogEncryptionSettings": { - "shape": "Sjq" + "shape": "Skz" } } }, @@ -4495,11 +4742,11 @@ "shape": "Sw" }, "SchemaVersionNumber": { - "shape": "Snb" + "shape": "Soj" }, "SchemaVersionId": {}, "MetadataKeyValue": { - "shape": "Sri" + "shape": "St0" } } }, @@ -4533,7 +4780,7 @@ "Name": {}, "RunId": {}, "RunProperties": { - "shape": "Sau" + "shape": "Sbp" } } }, @@ -4550,13 +4797,13 @@ "shape": "Sw" }, "SchemaVersionNumber": { - "shape": "Snb" + "shape": "Soj" }, "SchemaVersionId": {}, "MetadataList": { "type": "list", "member": { - "shape": "Sri" + "shape": "St0" } }, "MaxResults": { @@ -4630,11 +4877,11 @@ "shape": "Sw" }, "SchemaVersionNumber": { - "shape": "Snb" + "shape": "Soj" }, "SchemaVersionId": {}, "MetadataKeyValue": { - "shape": "Sri" + "shape": "St0" } } }, @@ -4671,7 +4918,7 @@ "type": "structure", "members": { "JobBookmarkEntry": { - "shape": "Skq" + "shape": "Slz" } } } @@ -4688,7 +4935,7 @@ "Name": {}, "RunId": {}, "NodeIds": { - "shape": "Ss3" + "shape": "Stl" } } }, @@ -4697,7 +4944,7 @@ "members": { "RunId": {}, "NodeIds": { - "shape": "Ss3" + "shape": "Stl" } } } @@ -4763,7 +5010,7 @@ "members": { "NextToken": {}, "TableList": { - "shape": "Soa" + "shape": "Spk" } } } @@ -4788,6 +5035,35 @@ } } }, + "StartColumnStatisticsTaskRun": { + "input": { + "type": "structure", + "required": [ + "DatabaseName", + "TableName", + "Role" + ], + "members": { + "DatabaseName": {}, + "TableName": {}, + "ColumnNameList": { + "shape": "Sk9" + }, + "Role": {}, + "SampleSize": { + "type": "double" + }, + "CatalogID": {}, + "SecurityConfiguration": {} + } + }, + "output": { + "type": "structure", + "members": { + "ColumnStatisticsTaskRunId": {} + } + } + }, "StartCrawler": { "input": { "type": "structure", @@ -4869,13 +5145,13 @@ }, "ClientToken": {}, "AdditionalRunOptions": { - "shape": "Sk2" + "shape": "Slb" }, "RulesetNames": { - "shape": "Sk3" + "shape": "Slc" }, "AdditionalDataSources": { - "shape": "Sk5" + "shape": "Sle" } } }, @@ -4938,7 +5214,7 @@ "JobName": {}, "JobRunId": {}, "Arguments": { - "shape": "S4z" + "shape": "S58" }, "AllocatedCapacity": { "deprecated": true, @@ -4953,7 +5229,7 @@ }, "SecurityConfiguration": {}, "NotificationProperty": { - "shape": "S54" + "shape": "S5d" }, "WorkerType": {}, "NumberOfWorkers": { @@ -5031,15 +5307,32 @@ "members": { "Name": {}, "RunProperties": { - "shape": "Sau" + "shape": "Sbp" } } }, "output": { "type": "structure", - "members": { - "RunId": {} - } + "members": { + "RunId": {} + } + } + }, + "StopColumnStatisticsTaskRun": { + "input": { + "type": "structure", + "required": [ + "DatabaseName", + "TableName" + ], + "members": { + "DatabaseName": {}, + "TableName": {} + } + }, + "output": { + "type": "structure", + "members": {} } }, "StopCrawler": { @@ -5134,7 +5427,7 @@ "members": { "ResourceArn": {}, "TagsToAdd": { - "shape": "Scc" + "shape": "Sd7" } } }, @@ -5231,7 +5524,7 @@ "QuoteSymbol": {}, "ContainsHeader": {}, "Header": { - "shape": "Sct" + "shape": "Sdo" }, "DisableValueTrimming": { "type": "boolean" @@ -5243,7 +5536,7 @@ "type": "boolean" }, "CustomDatatypes": { - "shape": "Scu" + "shape": "Sdp" }, "Serde": {} } @@ -5272,7 +5565,7 @@ "shape": "S6" }, "ColumnStatisticsList": { - "shape": "Sts" + "shape": "Sve" } } }, @@ -5280,7 +5573,7 @@ "type": "structure", "members": { "Errors": { - "shape": "Stu" + "shape": "Svg" } } } @@ -5298,7 +5591,7 @@ "DatabaseName": {}, "TableName": {}, "ColumnStatisticsList": { - "shape": "Sts" + "shape": "Sve" } } }, @@ -5306,7 +5599,7 @@ "type": "structure", "members": { "Errors": { - "shape": "Stu" + "shape": "Svg" } } } @@ -5322,7 +5615,7 @@ "CatalogId": {}, "Name": {}, "ConnectionInput": { - "shape": "Scy" + "shape": "Sdt" } } }, @@ -5419,7 +5712,7 @@ "CatalogId": {}, "Name": {}, "DatabaseInput": { - "shape": "Sdf" + "shape": "Sea" } } }, @@ -5438,10 +5731,10 @@ "EndpointName": {}, "PublicKey": {}, "AddPublicKeys": { - "shape": "S4k" + "shape": "S4t" }, "DeletePublicKeys": { - "shape": "S4k" + "shape": "S4t" }, "CustomLibraries": { "type": "structure", @@ -5454,10 +5747,10 @@ "type": "boolean" }, "DeleteArguments": { - "shape": "S4g" + "shape": "S4p" }, "AddArguments": { - "shape": "S4l" + "shape": "S4u" } } }, @@ -5482,19 +5775,19 @@ "LogUri": {}, "Role": {}, "ExecutionProperty": { - "shape": "S4t" + "shape": "S52" }, "Command": { - "shape": "S4v" + "shape": "S54" }, "DefaultArguments": { - "shape": "S4z" + "shape": "S58" }, "NonOverridableArguments": { - "shape": "S4z" + "shape": "S58" }, "Connections": { - "shape": "S50" + "shape": "S59" }, "MaxRetries": { "type": "integer" @@ -5516,15 +5809,15 @@ }, "SecurityConfiguration": {}, "NotificationProperty": { - "shape": "S54" + "shape": "S5d" }, "GlueVersion": {}, "CodeGenConfigurationNodes": { - "shape": "S56" + "shape": "S5f" }, "ExecutionClass": {}, "SourceControlDetails": { - "shape": "S9x" + "shape": "Sa9" } } } @@ -5570,7 +5863,7 @@ "Name": {}, "Description": {}, "Parameters": { - "shape": "Sdx" + "shape": "Ses" }, "Role": {}, "GlueVersion": {}, @@ -5610,7 +5903,7 @@ "DatabaseName": {}, "TableName": {}, "PartitionValueList": { - "shape": "Sbr" + "shape": "Scm" }, "PartitionInput": { "shape": "S5" @@ -5631,7 +5924,7 @@ ], "members": { "RegistryId": { - "shape": "See" + "shape": "Sf9" }, "Description": {} } @@ -5655,7 +5948,7 @@ "shape": "Sw" }, "SchemaVersionNumber": { - "shape": "Snb" + "shape": "Soj" }, "Compatibility": {}, "Description": {} @@ -5703,7 +5996,7 @@ "CatalogId": {}, "DatabaseName": {}, "TableInput": { - "shape": "Sfl" + "shape": "Sgg" }, "SkipArchive": { "type": "boolean" @@ -5717,6 +6010,31 @@ "members": {} } }, + "UpdateTableOptimizer": { + "input": { + "type": "structure", + "required": [ + "CatalogId", + "DatabaseName", + "TableName", + "Type", + "TableOptimizerConfiguration" + ], + "members": { + "CatalogId": {}, + "DatabaseName": {}, + "TableName": {}, + "Type": {}, + "TableOptimizerConfiguration": { + "shape": "Sar" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "UpdateTrigger": { "input": { "type": "structure", @@ -5733,13 +6051,13 @@ "Description": {}, "Schedule": {}, "Actions": { - "shape": "Sad" + "shape": "Sb8" }, "Predicate": { - "shape": "Saf" + "shape": "Sba" }, "EventBatchingCondition": { - "shape": "Sam" + "shape": "Sbh" } } } @@ -5749,7 +6067,7 @@ "type": "structure", "members": { "Trigger": { - "shape": "Sa9" + "shape": "Sb4" } } } @@ -5767,7 +6085,7 @@ "DatabaseName": {}, "FunctionName": {}, "FunctionInput": { - "shape": "Sfy" + "shape": "Sgv" } } }, @@ -5786,7 +6104,7 @@ "Name": {}, "Description": {}, "DefaultRunProperties": { - "shape": "Sau" + "shape": "Sbp" }, "MaxConcurrentRuns": { "type": "integer" @@ -6330,32 +6648,85 @@ "EvaluationMessage": {}, "Result": {}, "EvaluatedMetrics": { - "type": "map", - "key": {}, - "value": { - "type": "double" - } + "shape": "S4a" } } } }, + "S4a": { + "type": "map", + "key": {}, + "value": { + "type": "double" + } + }, "S4b": { "type": "list", - "member": {} + "member": { + "type": "structure", + "members": { + "Name": {}, + "Description": {}, + "EvaluationMessage": {}, + "EvaluatedMetrics": { + "shape": "S4a" + } + } + } }, "S4d": { "type": "list", "member": { - "shape": "S4e" + "type": "structure", + "members": { + "Description": {}, + "MetricBasedObservation": { + "type": "structure", + "members": { + "MetricName": {}, + "MetricValues": { + "type": "structure", + "members": { + "ActualValue": { + "type": "double" + }, + "ExpectedValue": { + "type": "double" + }, + "LowerLimit": { + "type": "double" + }, + "UpperLimit": { + "type": "double" + } + } + }, + "NewRules": { + "type": "list", + "member": {} + } + } + } + } + } + }, + "S4k": { + "type": "list", + "member": {} + }, + "S4m": { + "type": "list", + "member": { + "shape": "S4n" } }, - "S4e": { + "S4n": { "type": "structure", "members": { "EndpointName": {}, "RoleArn": {}, "SecurityGroupIds": { - "shape": "S4g" + "shape": "S4p" }, "SubnetId": {}, "YarnEndpointAddress": {}, @@ -6387,38 +6758,38 @@ }, "PublicKey": {}, "PublicKeys": { - "shape": "S4k" + "shape": "S4t" }, "SecurityConfiguration": {}, "Arguments": { - "shape": "S4l" + "shape": "S4u" } } }, - "S4g": { + "S4p": { "type": "list", "member": {} }, - "S4k": { + "S4t": { "type": "list", "member": {} }, - "S4l": { + "S4u": { "type": "map", "key": {}, "value": {} }, - "S4n": { + "S4w": { "type": "list", "member": {} }, - "S4p": { + "S4y": { "type": "list", "member": { - "shape": "S4q" + "shape": "S4z" } }, - "S4q": { + "S4z": { "type": "structure", "members": { "Name": {}, @@ -6432,19 +6803,19 @@ "type": "timestamp" }, "ExecutionProperty": { - "shape": "S4t" + "shape": "S52" }, "Command": { - "shape": "S4v" + "shape": "S54" }, "DefaultArguments": { - "shape": "S4z" + "shape": "S58" }, "NonOverridableArguments": { - "shape": "S4z" + "shape": "S58" }, "Connections": { - "shape": "S50" + "shape": "S59" }, "MaxRetries": { "type": "integer" @@ -6466,19 +6837,19 @@ }, "SecurityConfiguration": {}, "NotificationProperty": { - "shape": "S54" + "shape": "S5d" }, "GlueVersion": {}, "CodeGenConfigurationNodes": { - "shape": "S56" + "shape": "S5f" }, "ExecutionClass": {}, "SourceControlDetails": { - "shape": "S9x" + "shape": "Sa9" } } }, - "S4t": { + "S52": { "type": "structure", "members": { "MaxConcurrentRuns": { @@ -6486,7 +6857,7 @@ } } }, - "S4v": { + "S54": { "type": "structure", "members": { "Name": {}, @@ -6495,24 +6866,24 @@ "Runtime": {} } }, - "S4z": { + "S58": { "type": "map", "key": {}, "value": {} }, - "S50": { + "S59": { "type": "structure", "members": { "Connections": { - "shape": "S51" + "shape": "S5a" } } }, - "S51": { + "S5a": { "type": "list", "member": {} }, - "S54": { + "S5d": { "type": "structure", "members": { "NotifyDelayAfter": { @@ -6520,7 +6891,7 @@ } } }, - "S56": { + "S5f": { "type": "map", "key": {}, "value": { @@ -6543,7 +6914,7 @@ "ConnectionTable": {}, "SchemaName": {}, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -6575,7 +6946,7 @@ "type": "long" }, "JobBookmarkKeys": { - "shape": "S5l" + "shape": "S5u" }, "JobBookmarkKeysSortOrder": {}, "DataTypeMapping": { @@ -6588,7 +6959,7 @@ "ConnectionTable": {}, "Query": {}, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -6606,10 +6977,10 @@ "ConnectorName": {}, "ConnectionType": {}, "AdditionalOptions": { - "shape": "S5r" + "shape": "S60" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -6654,7 +7025,7 @@ "Table": {}, "PartitionPredicate": {}, "AdditionalOptions": { - "shape": "S5v" + "shape": "S64" } } }, @@ -6669,11 +7040,11 @@ "members": { "Name": {}, "Paths": { - "shape": "S5l" + "shape": "S5u" }, "CompressionType": {}, "Exclusions": { - "shape": "S5l" + "shape": "S5u" }, "GroupSize": {}, "GroupFiles": {}, @@ -6687,7 +7058,7 @@ "type": "integer" }, "AdditionalOptions": { - "shape": "S61" + "shape": "S6a" }, "Separator": {}, "Escaper": {}, @@ -6708,7 +7079,7 @@ "type": "boolean" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -6721,11 +7092,11 @@ "members": { "Name": {}, "Paths": { - "shape": "S5l" + "shape": "S5u" }, "CompressionType": {}, "Exclusions": { - "shape": "S5l" + "shape": "S5u" }, "GroupSize": {}, "GroupFiles": {}, @@ -6739,14 +7110,14 @@ "type": "integer" }, "AdditionalOptions": { - "shape": "S61" + "shape": "S6a" }, "JsonPath": {}, "Multiline": { "type": "boolean" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -6759,11 +7130,11 @@ "members": { "Name": {}, "Paths": { - "shape": "S5l" + "shape": "S5u" }, "CompressionType": {}, "Exclusions": { - "shape": "S5l" + "shape": "S5u" }, "GroupSize": {}, "GroupFiles": {}, @@ -6777,10 +7148,10 @@ "type": "integer" }, "AdditionalOptions": { - "shape": "S61" + "shape": "S6a" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -6823,17 +7194,17 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "ConnectionName": {}, "ConnectionTable": {}, "ConnectorName": {}, "ConnectionType": {}, "AdditionalOptions": { - "shape": "S5r" + "shape": "S60" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -6849,16 +7220,16 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "ConnectionName": {}, "ConnectorName": {}, "ConnectionType": {}, "AdditionalOptions": { - "shape": "S5r" + "shape": "S60" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -6873,7 +7244,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Database": {}, "Table": {} @@ -6890,7 +7261,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Database": {}, "Table": {}, @@ -6920,15 +7291,15 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "PartitionKeys": { - "shape": "S6i" + "shape": "S6r" }, "Table": {}, "Database": {}, "SchemaChangePolicy": { - "shape": "S6j" + "shape": "S6s" } } }, @@ -6942,15 +7313,15 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "PartitionKeys": { - "shape": "S6i" + "shape": "S6r" }, "Path": {}, "Compression": {}, "SchemaChangePolicy": { - "shape": "S6m" + "shape": "S6v" } } }, @@ -6965,16 +7336,16 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "PartitionKeys": { - "shape": "S6i" + "shape": "S6r" }, "Path": {}, "Compression": {}, "Format": {}, "SchemaChangePolicy": { - "shape": "S6m" + "shape": "S6v" } } }, @@ -6988,10 +7359,10 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Mapping": { - "shape": "S6q" + "shape": "S6z" } } }, @@ -7005,10 +7376,10 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Paths": { - "shape": "S6i" + "shape": "S6r" } } }, @@ -7022,10 +7393,10 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Paths": { - "shape": "S6i" + "shape": "S6r" } } }, @@ -7040,13 +7411,13 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "SourcePath": { - "shape": "S5l" + "shape": "S5u" }, "TargetPath": { - "shape": "S5l" + "shape": "S5u" } } }, @@ -7060,7 +7431,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Path": {}, "Topk": { @@ -7082,7 +7453,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6z" + "shape": "S78" }, "JoinType": {}, "Columns": { @@ -7096,7 +7467,7 @@ "members": { "From": {}, "Keys": { - "shape": "S6i" + "shape": "S6r" } } } @@ -7113,10 +7484,10 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Paths": { - "shape": "S6i" + "shape": "S6r" } } }, @@ -7130,7 +7501,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Index": { "type": "integer" @@ -7147,7 +7518,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "ImputedPath": {}, "FilledPath": {} @@ -7164,7 +7535,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "LogicalOperator": {}, "Filters": { @@ -7191,7 +7562,7 @@ "members": { "Type": {}, "Value": { - "shape": "S5l" + "shape": "S5u" } } } @@ -7212,12 +7583,12 @@ "members": { "Name": {}, "Inputs": { - "shape": "S7g" + "shape": "S7p" }, "Code": {}, "ClassName": {}, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -7232,7 +7603,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S7g" + "shape": "S7p" }, "SqlQuery": {}, "SqlAliases": { @@ -7250,7 +7621,7 @@ } }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -7268,10 +7639,10 @@ "type": "boolean" }, "StreamingOptions": { - "shape": "S7n" + "shape": "S7w" }, "DataPreviewOptions": { - "shape": "S7q" + "shape": "S7z" } } }, @@ -7283,7 +7654,7 @@ "members": { "Name": {}, "StreamingOptions": { - "shape": "S7u" + "shape": "S83" }, "WindowSize": { "type": "integer" @@ -7292,7 +7663,7 @@ "type": "boolean" }, "DataPreviewOptions": { - "shape": "S7q" + "shape": "S7z" } } }, @@ -7314,10 +7685,10 @@ "Table": {}, "Database": {}, "StreamingOptions": { - "shape": "S7n" + "shape": "S7w" }, "DataPreviewOptions": { - "shape": "S7q" + "shape": "S7z" } } }, @@ -7339,10 +7710,10 @@ "Table": {}, "Database": {}, "StreamingOptions": { - "shape": "S7u" + "shape": "S83" }, "DataPreviewOptions": { - "shape": "S7q" + "shape": "S7z" } } }, @@ -7355,7 +7726,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "NullCheckBoxList": { "type": "structure", @@ -7408,11 +7779,11 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6z" + "shape": "S78" }, "Source": {}, "PrimaryKeys": { - "shape": "S6i" + "shape": "S6r" } } }, @@ -7426,7 +7797,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6z" + "shape": "S78" }, "UnionType": {} } @@ -7442,11 +7813,11 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "PiiType": {}, "EntityTypesToDetect": { - "shape": "S5l" + "shape": "S5u" }, "OutputColumnName": {}, "SampleFraction": { @@ -7469,10 +7840,10 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Groups": { - "shape": "S6i" + "shape": "S6r" }, "Aggs": { "type": "list", @@ -7484,7 +7855,7 @@ ], "members": { "Column": { - "shape": "S5l" + "shape": "S5u" }, "AggFunc": {} } @@ -7501,7 +7872,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Columns": { "type": "list", @@ -7523,15 +7894,15 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "PartitionKeys": { - "shape": "S6i" + "shape": "S6r" }, "Table": {}, "Database": {}, "SchemaChangePolicy": { - "shape": "S6j" + "shape": "S6s" } } }, @@ -7548,7 +7919,7 @@ "Table": {}, "PartitionPredicate": {}, "AdditionalOptions": { - "shape": "S5v" + "shape": "S64" } } }, @@ -7615,7 +7986,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Database": {}, "Table": {} @@ -7632,7 +8003,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Database": {}, "Table": {} @@ -7649,7 +8020,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Database": {}, "Table": {} @@ -7666,7 +8037,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Database": {}, "Table": {} @@ -7685,7 +8056,7 @@ "Name": {}, "TransformName": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Parameters": { "type": "list", @@ -7701,7 +8072,7 @@ "ValidationRule": {}, "ValidationMessage": {}, "Value": { - "shape": "S5l" + "shape": "S5u" }, "ListType": {}, "IsOptional": { @@ -7714,7 +8085,7 @@ "Path": {}, "Version": {}, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -7728,15 +8099,15 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Ruleset": {}, "Output": {}, "PublishingOptions": { - "shape": "S8y" + "shape": "S97" }, "StopJobOnFailureOptions": { - "shape": "S8z" + "shape": "S98" } } }, @@ -7752,10 +8123,10 @@ "Database": {}, "Table": {}, "AdditionalHudiOptions": { - "shape": "S5r" + "shape": "S60" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -7771,10 +8142,10 @@ "Database": {}, "Table": {}, "AdditionalHudiOptions": { - "shape": "S5r" + "shape": "S60" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -7787,16 +8158,16 @@ "members": { "Name": {}, "Paths": { - "shape": "S5l" + "shape": "S5u" }, "AdditionalHudiOptions": { - "shape": "S5r" + "shape": "S60" }, "AdditionalOptions": { - "shape": "S61" + "shape": "S6a" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -7812,18 +8183,18 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "PartitionKeys": { - "shape": "S6i" + "shape": "S6r" }, "Table": {}, "Database": {}, "AdditionalOptions": { - "shape": "S5r" + "shape": "S60" }, "SchemaChangePolicy": { - "shape": "S6j" + "shape": "S6s" } } }, @@ -7840,19 +8211,19 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "Path": {}, "Compression": {}, "PartitionKeys": { - "shape": "S6i" + "shape": "S6r" }, "Format": {}, "AdditionalOptions": { - "shape": "S5r" + "shape": "S60" }, "SchemaChangePolicy": { - "shape": "S6m" + "shape": "S6v" } } }, @@ -7886,10 +8257,10 @@ "Database": {}, "Table": {}, "AdditionalDeltaOptions": { - "shape": "S5r" + "shape": "S60" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -7905,10 +8276,10 @@ "Database": {}, "Table": {}, "AdditionalDeltaOptions": { - "shape": "S5r" + "shape": "S60" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -7921,16 +8292,16 @@ "members": { "Name": {}, "Paths": { - "shape": "S5l" + "shape": "S5u" }, "AdditionalDeltaOptions": { - "shape": "S5r" + "shape": "S60" }, "AdditionalOptions": { - "shape": "S61" + "shape": "S6a" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -7945,18 +8316,18 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "PartitionKeys": { - "shape": "S6i" + "shape": "S6r" }, "Table": {}, "Database": {}, "AdditionalOptions": { - "shape": "S5r" + "shape": "S60" }, "SchemaChangePolicy": { - "shape": "S6j" + "shape": "S6s" } } }, @@ -7972,19 +8343,19 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "PartitionKeys": { - "shape": "S6i" + "shape": "S6r" }, "Path": {}, "Compression": {}, "Format": {}, "AdditionalOptions": { - "shape": "S5r" + "shape": "S60" }, "SchemaChangePolicy": { - "shape": "S6m" + "shape": "S6v" } } }, @@ -7993,7 +8364,7 @@ "members": { "Name": {}, "Data": { - "shape": "S9g" + "shape": "S9p" } } }, @@ -8002,10 +8373,10 @@ "members": { "Name": {}, "Data": { - "shape": "S9g" + "shape": "S9p" }, "Inputs": { - "shape": "S6b" + "shape": "S6k" } } }, @@ -8019,7 +8390,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S7g" + "shape": "S7p" }, "AdditionalDataSources": { "type": "map", @@ -8028,7 +8399,7 @@ }, "Ruleset": {}, "PublishingOptions": { - "shape": "S8y" + "shape": "S97" }, "AdditionalOptions": { "type": "map", @@ -8036,7 +8407,7 @@ "value": {} }, "StopJobOnFailureOptions": { - "shape": "S8z" + "shape": "S98" } } }, @@ -8050,7 +8421,7 @@ "members": { "Name": {}, "Inputs": { - "shape": "S6b" + "shape": "S6k" }, "RecipeReference": { "type": "structure", @@ -8074,10 +8445,10 @@ "members": { "Name": {}, "Data": { - "shape": "S9u" + "shape": "Sa3" }, "OutputSchemas": { - "shape": "S5d" + "shape": "S5m" } } }, @@ -8090,10 +8461,46 @@ "members": { "Name": {}, "Data": { - "shape": "S9u" + "shape": "Sa3" + }, + "Inputs": { + "shape": "S6k" + } + } + }, + "ConnectorDataSource": { + "type": "structure", + "required": [ + "Name", + "ConnectionType", + "Data" + ], + "members": { + "Name": {}, + "ConnectionType": {}, + "Data": { + "shape": "Sa6" + }, + "OutputSchemas": { + "shape": "S5m" + } + } + }, + "ConnectorDataTarget": { + "type": "structure", + "required": [ + "Name", + "ConnectionType", + "Data" + ], + "members": { + "Name": {}, + "ConnectionType": {}, + "Data": { + "shape": "Sa6" }, "Inputs": { - "shape": "S6b" + "shape": "S6k" } } } @@ -8101,7 +8508,7 @@ }, "sensitive": true }, - "S5d": { + "S5m": { "type": "list", "member": { "type": "structure", @@ -8122,16 +8529,16 @@ } } }, - "S5l": { + "S5u": { "type": "list", "member": {} }, - "S5r": { + "S60": { "type": "map", "key": {}, "value": {} }, - "S5v": { + "S64": { "type": "structure", "members": { "BoundedSize": { @@ -8142,7 +8549,7 @@ } } }, - "S61": { + "S6a": { "type": "structure", "members": { "BoundedSize": { @@ -8157,17 +8564,17 @@ "SamplePath": {} } }, - "S6b": { + "S6k": { "type": "list", "member": {} }, - "S6i": { + "S6r": { "type": "list", "member": { - "shape": "S5l" + "shape": "S5u" } }, - "S6j": { + "S6s": { "type": "structure", "members": { "EnableUpdateCatalog": { @@ -8176,7 +8583,7 @@ "UpdateBehavior": {} } }, - "S6m": { + "S6v": { "type": "structure", "members": { "EnableUpdateCatalog": { @@ -8187,14 +8594,14 @@ "Database": {} } }, - "S6q": { + "S6z": { "type": "list", "member": { "type": "structure", "members": { "ToKey": {}, "FromPath": { - "shape": "S5l" + "shape": "S5u" }, "FromType": {}, "ToType": {}, @@ -8202,20 +8609,20 @@ "type": "boolean" }, "Children": { - "shape": "S6q" + "shape": "S6z" } } } }, - "S6z": { + "S78": { "type": "list", "member": {} }, - "S7g": { + "S7p": { "type": "list", "member": {} }, - "S7n": { + "S7w": { "type": "structure", "members": { "EndpointUrl": {}, @@ -8259,15 +8666,15 @@ "AddRecordTimestamp": {}, "EmitConsumerLagMetrics": {}, "StartingTimestamp": { - "shape": "S7p" + "shape": "S7y" } } }, - "S7p": { + "S7y": { "type": "timestamp", "timestampFormat": "iso8601" }, - "S7q": { + "S7z": { "type": "structure", "members": { "PollingTime": { @@ -8278,7 +8685,7 @@ } } }, - "S7u": { + "S83": { "type": "structure", "members": { "BootstrapServers": {}, @@ -8312,11 +8719,11 @@ "AddRecordTimestamp": {}, "EmitConsumerLagMetrics": {}, "StartingTimestamp": { - "shape": "S7p" + "shape": "S7y" } } }, - "S8y": { + "S97": { "type": "structure", "members": { "EvaluationContext": {}, @@ -8329,37 +8736,37 @@ } } }, - "S8z": { + "S98": { "type": "structure", "members": { "StopJobOnFailureTiming": {} } }, - "S9g": { + "S9p": { "type": "structure", "members": { "AccessType": {}, "SourceType": {}, "Connection": { - "shape": "S9h" + "shape": "S9q" }, "Schema": { - "shape": "S9h" + "shape": "S9q" }, "Table": { - "shape": "S9h" + "shape": "S9q" }, "CatalogDatabase": { - "shape": "S9h" + "shape": "S9q" }, "CatalogTable": { - "shape": "S9h" + "shape": "S9q" }, "CatalogRedshiftSchema": {}, "CatalogRedshiftTable": {}, "TempDir": {}, "IamRole": { - "shape": "S9h" + "shape": "S9q" }, "AdvancedOptions": { "type": "list", @@ -8385,15 +8792,15 @@ "MergeClause": {}, "CrawlerConnection": {}, "TableSchema": { - "shape": "S9k" + "shape": "S9t" }, "StagingTable": {}, "SelectedColumns": { - "shape": "S9k" + "shape": "S9t" } } }, - "S9h": { + "S9q": { "type": "structure", "members": { "Value": {}, @@ -8401,28 +8808,28 @@ "Description": {} } }, - "S9k": { + "S9t": { "type": "list", "member": { - "shape": "S9h" + "shape": "S9q" } }, - "S9u": { + "Sa3": { "type": "structure", "members": { "SourceType": {}, "Connection": { - "shape": "S9h" + "shape": "S9q" }, "Schema": {}, "Table": {}, "Database": {}, "TempDir": {}, "IamRole": { - "shape": "S9h" + "shape": "S9q" }, "AdditionalOptions": { - "shape": "S5r" + "shape": "S60" }, "SampleQuery": {}, "PreAction": {}, @@ -8437,17 +8844,22 @@ "MergeClause": {}, "StagingTable": {}, "SelectedColumns": { - "shape": "S9k" + "shape": "S9t" }, "AutoPushdown": { "type": "boolean" }, "TableSchema": { - "shape": "S9k" + "shape": "S9t" } } }, - "S9x": { + "Sa6": { + "type": "map", + "key": {}, + "value": {} + }, + "Sa9": { "type": "structure", "members": { "Provider": {}, @@ -8460,19 +8872,19 @@ "AuthToken": {} } }, - "Sa1": { + "Sad": { "type": "list", "member": { "shape": "S1c" } }, - "Sa3": { + "Saf": { "type": "list", "member": { - "shape": "Sa4" + "shape": "Sag" } }, - "Sa4": { + "Sag": { "type": "structure", "members": { "Values": { @@ -8498,17 +8910,60 @@ "CatalogId": {} } }, - "Sa6": { + "Saq": { + "type": "structure", + "members": { + "type": {}, + "configuration": { + "shape": "Sar" + }, + "lastRun": { + "shape": "Sat" + } + } + }, + "Sar": { + "type": "structure", + "members": { + "roleArn": {}, + "enabled": { + "type": "boolean" + } + } + }, + "Sat": { + "type": "structure", + "members": { + "eventType": {}, + "startTimestamp": { + "type": "timestamp" + }, + "endTimestamp": { + "type": "timestamp" + }, + "metrics": { + "type": "structure", + "members": { + "NumberOfBytesCompacted": {}, + "NumberOfFilesCompacted": {}, + "NumberOfDpus": {}, + "JobDurationInHour": {} + } + }, + "error": {} + } + }, + "Sb1": { "type": "list", "member": {} }, - "Sa8": { + "Sb3": { "type": "list", "member": { - "shape": "Sa9" + "shape": "Sb4" } }, - "Sa9": { + "Sb4": { "type": "structure", "members": { "Name": {}, @@ -8519,37 +8974,37 @@ "Description": {}, "Schedule": {}, "Actions": { - "shape": "Sad" + "shape": "Sb8" }, "Predicate": { - "shape": "Saf" + "shape": "Sba" }, "EventBatchingCondition": { - "shape": "Sam" + "shape": "Sbh" } } }, - "Sad": { + "Sb8": { "type": "list", "member": { "type": "structure", "members": { "JobName": {}, "Arguments": { - "shape": "S4z" + "shape": "S58" }, "Timeout": { "type": "integer" }, "SecurityConfiguration": {}, "NotificationProperty": { - "shape": "S54" + "shape": "S5d" }, "CrawlerName": {} } } }, - "Saf": { + "Sba": { "type": "structure", "members": { "Logical": {}, @@ -8568,7 +9023,7 @@ } } }, - "Sam": { + "Sbh": { "type": "structure", "required": [ "BatchSize" @@ -8582,17 +9037,17 @@ } } }, - "Saq": { + "Sbl": { "type": "list", "member": {} }, - "Sat": { + "Sbo": { "type": "structure", "members": { "Name": {}, "Description": {}, "DefaultRunProperties": { - "shape": "Sau" + "shape": "Sbp" }, "CreatedOn": { "type": "timestamp" @@ -8601,10 +9056,10 @@ "type": "timestamp" }, "LastRun": { - "shape": "Sav" + "shape": "Sbq" }, "Graph": { - "shape": "Say" + "shape": "Sbt" }, "MaxConcurrentRuns": { "type": "integer" @@ -8618,19 +9073,19 @@ } } }, - "Sau": { + "Sbp": { "type": "map", "key": {}, "value": {} }, - "Sav": { + "Sbq": { "type": "structure", "members": { "Name": {}, "WorkflowRunId": {}, "PreviousRunId": {}, "WorkflowRunProperties": { - "shape": "Sau" + "shape": "Sbp" }, "StartedOn": { "type": "timestamp" @@ -8670,7 +9125,7 @@ } }, "Graph": { - "shape": "Say" + "shape": "Sbt" }, "StartingEventBatchCondition": { "type": "structure", @@ -8685,7 +9140,7 @@ } } }, - "Say": { + "Sbt": { "type": "structure", "members": { "Nodes": { @@ -8700,7 +9155,7 @@ "type": "structure", "members": { "Trigger": { - "shape": "Sa9" + "shape": "Sb4" } } }, @@ -8708,7 +9163,7 @@ "type": "structure", "members": { "JobRuns": { - "shape": "Sb4" + "shape": "Sbz" } } }, @@ -8750,13 +9205,13 @@ } } }, - "Sb4": { + "Sbz": { "type": "list", "member": { - "shape": "Sb5" + "shape": "Sc0" } }, - "Sb5": { + "Sc0": { "type": "structure", "members": { "Id": {}, @@ -8777,7 +9232,7 @@ }, "JobRunState": {}, "Arguments": { - "shape": "S4z" + "shape": "S58" }, "ErrorMessage": {}, "PredecessorRuns": { @@ -8811,7 +9266,7 @@ "SecurityConfiguration": {}, "LogGroupName": {}, "NotificationProperty": { - "shape": "S54" + "shape": "S5d" }, "GlueVersion": {}, "DPUSeconds": { @@ -8820,24 +9275,24 @@ "ExecutionClass": {} } }, - "Sbr": { + "Scm": { "type": "list", "member": {} }, - "Scc": { + "Sd7": { "type": "map", "key": {}, "value": {} }, - "Sct": { + "Sdo": { "type": "list", "member": {} }, - "Scu": { + "Sdp": { "type": "list", "member": {} }, - "Scy": { + "Sdt": { "type": "structure", "required": [ "Name", @@ -8849,26 +9304,26 @@ "Description": {}, "ConnectionType": {}, "MatchCriteria": { - "shape": "Sd0" + "shape": "Sdv" }, "ConnectionProperties": { - "shape": "Sd1" + "shape": "Sdw" }, "PhysicalConnectionRequirements": { - "shape": "Sd3" + "shape": "Sdy" } } }, - "Sd0": { + "Sdv": { "type": "list", "member": {} }, - "Sd1": { + "Sdw": { "type": "map", "key": {}, "value": {} }, - "Sd3": { + "Sdy": { "type": "structure", "members": { "SubnetId": {}, @@ -8879,7 +9334,7 @@ "AvailabilityZone": {} } }, - "Sdc": { + "Se7": { "type": "structure", "required": [ "TableName", @@ -8891,7 +9346,7 @@ "CatalogId": {} } }, - "Sdf": { + "Sea": { "type": "structure", "required": [ "Name" @@ -8904,17 +9359,17 @@ "shape": "Se" }, "CreateTableDefaultPermissions": { - "shape": "Sdh" + "shape": "Sec" }, "TargetDatabase": { - "shape": "Sdn" + "shape": "Sei" }, "FederatedDatabase": { - "shape": "Sdo" + "shape": "Sej" } } }, - "Sdh": { + "Sec": { "type": "list", "member": { "type": "structure", @@ -8932,7 +9387,7 @@ } } }, - "Sdn": { + "Sei": { "type": "structure", "members": { "CatalogId": {}, @@ -8940,20 +9395,20 @@ "Region": {} } }, - "Sdo": { + "Sej": { "type": "structure", "members": { "Identifier": {}, "ConnectionName": {} } }, - "Sdw": { + "Ser": { "type": "list", "member": { "shape": "S44" } }, - "Sdx": { + "Ses": { "type": "structure", "required": [ "TransformType" @@ -8977,7 +9432,7 @@ } } }, - "Se1": { + "Sew": { "type": "structure", "members": { "MlUserDataEncryption": { @@ -8993,7 +9448,7 @@ "TaskRunSecurityConfigurationName": {} } }, - "Se8": { + "Sf3": { "type": "structure", "required": [ "Keys", @@ -9007,14 +9462,14 @@ "IndexName": {} } }, - "See": { + "Sf9": { "type": "structure", "members": { "RegistryName": {}, "RegistryArn": {} } }, - "Sel": { + "Sfg": { "type": "list", "member": { "type": "structure", @@ -9027,7 +9482,7 @@ "Id": {}, "NodeType": {}, "Args": { - "shape": "Sep" + "shape": "Sfk" }, "LineNumber": { "type": "integer" @@ -9035,7 +9490,7 @@ } } }, - "Sep": { + "Sfk": { "type": "list", "member": { "type": "structure", @@ -9052,7 +9507,7 @@ } } }, - "Set": { + "Sfo": { "type": "list", "member": { "type": "structure", @@ -9067,7 +9522,7 @@ } } }, - "Sf0": { + "Sfv": { "type": "structure", "members": { "S3Encryption": { @@ -9096,19 +9551,19 @@ } } }, - "Sfc": { + "Sg7": { "type": "structure", "members": { "Name": {}, "PythonVersion": {} } }, - "Sfd": { + "Sg8": { "type": "map", "key": {}, "value": {} }, - "Sfg": { + "Sgb": { "type": "structure", "members": { "Id": {}, @@ -9120,13 +9575,13 @@ "Description": {}, "Role": {}, "Command": { - "shape": "Sfc" + "shape": "Sg7" }, "DefaultArguments": { - "shape": "Sfd" + "shape": "Sg8" }, "Connections": { - "shape": "S50" + "shape": "S59" }, "Progress": { "type": "double" @@ -9154,7 +9609,7 @@ } } }, - "Sfl": { + "Sgg": { "type": "structure", "required": [ "Name" @@ -9185,11 +9640,11 @@ "shape": "Se" }, "TargetTable": { - "shape": "Sfp" + "shape": "Sgk" } } }, - "Sfp": { + "Sgk": { "type": "structure", "members": { "CatalogId": {}, @@ -9198,7 +9653,7 @@ "Region": {} } }, - "Sfy": { + "Sgv": { "type": "structure", "members": { "FunctionName": {}, @@ -9206,11 +9661,11 @@ "OwnerName": {}, "OwnerType": {}, "ResourceUris": { - "shape": "Sg0" + "shape": "Sgx" } } }, - "Sg0": { + "Sgx": { "type": "list", "member": { "type": "structure", @@ -9220,7 +9675,7 @@ } } }, - "Shv": { + "Siu": { "type": "structure", "members": { "BlueprintName": {}, @@ -9239,7 +9694,7 @@ "RoleArn": {} } }, - "Si9": { + "Sj7": { "type": "structure", "members": { "GrokClassifier": { @@ -9326,7 +9781,7 @@ "QuoteSymbol": {}, "ContainsHeader": {}, "Header": { - "shape": "Sct" + "shape": "Sdo" }, "DisableValueTrimming": { "type": "boolean" @@ -9338,24 +9793,24 @@ "type": "boolean" }, "CustomDatatypes": { - "shape": "Scu" + "shape": "Sdp" }, "Serde": {} } } } }, - "Sij": { + "Sjh": { "type": "list", "member": {} }, - "Sil": { + "Sjj": { "type": "list", "member": { - "shape": "Sim" + "shape": "Sjk" } }, - "Sim": { + "Sjk": { "type": "structure", "required": [ "ColumnName", @@ -9424,10 +9879,10 @@ ], "members": { "MinimumValue": { - "shape": "Siu" + "shape": "Sjs" }, "MaximumValue": { - "shape": "Siu" + "shape": "Sjs" }, "NumberOfNulls": { "type": "long" @@ -9525,7 +9980,7 @@ } } }, - "Siu": { + "Sjs": { "type": "structure", "required": [ "UnscaledValue", @@ -9540,7 +9995,7 @@ } } }, - "Sj3": { + "Sk1": { "type": "list", "member": { "type": "structure", @@ -9552,20 +10007,63 @@ } } }, - "Sj9": { + "Sk7": { + "type": "structure", + "members": { + "CustomerId": {}, + "ColumnStatisticsTaskRunId": {}, + "DatabaseName": {}, + "TableName": {}, + "ColumnNameList": { + "shape": "Sk9" + }, + "CatalogID": {}, + "Role": {}, + "SampleSize": { + "type": "double" + }, + "SecurityConfiguration": {}, + "NumberOfWorkers": { + "type": "integer" + }, + "WorkerType": {}, + "Status": {}, + "CreationTime": { + "type": "timestamp" + }, + "LastUpdated": { + "type": "timestamp" + }, + "StartTime": { + "type": "timestamp" + }, + "EndTime": { + "type": "timestamp" + }, + "ErrorMessage": {}, + "DPUSeconds": { + "type": "double" + } + } + }, + "Sk9": { + "type": "list", + "member": {} + }, + "Ski": { "type": "structure", "members": { "Name": {}, "Description": {}, "ConnectionType": {}, "MatchCriteria": { - "shape": "Sd0" + "shape": "Sdv" }, "ConnectionProperties": { - "shape": "Sd1" + "shape": "Sdw" }, "PhysicalConnectionRequirements": { - "shape": "Sd3" + "shape": "Sdy" }, "CreationTime": { "type": "timestamp" @@ -9576,7 +10074,7 @@ "LastUpdatedBy": {} } }, - "Sjq": { + "Skz": { "type": "structure", "members": { "EncryptionAtRest": { @@ -9603,7 +10101,7 @@ } } }, - "Sk2": { + "Slb": { "type": "structure", "members": { "CloudWatchMetricsEnabled": { @@ -9612,18 +10110,18 @@ "ResultsS3Prefix": {} } }, - "Sk3": { + "Slc": { "type": "list", "member": {} }, - "Sk5": { + "Sle": { "type": "map", "key": {}, "value": { "shape": "S43" } }, - "Sk8": { + "Slh": { "type": "structure", "required": [ "Name" @@ -9639,18 +10137,18 @@ "type": "timestamp" }, "CreateTableDefaultPermissions": { - "shape": "Sdh" + "shape": "Sec" }, "TargetDatabase": { - "shape": "Sdn" + "shape": "Sei" }, "CatalogId": {}, "FederatedDatabase": { - "shape": "Sdo" + "shape": "Sej" } } }, - "Skq": { + "Slz": { "type": "structure", "members": { "JobName": {}, @@ -9668,7 +10166,7 @@ "JobBookmark": {} } }, - "Sl0": { + "Sm9": { "type": "structure", "members": { "TaskType": {}, @@ -9703,7 +10201,7 @@ } } }, - "Slj": { + "Sms": { "type": "structure", "required": [ "TransformType" @@ -9758,7 +10256,7 @@ } } }, - "Slq": { + "Smz": { "type": "list", "member": { "type": "structure", @@ -9768,7 +10266,7 @@ } } }, - "Slt": { + "Sn2": { "type": "structure", "members": { "Name": {}, @@ -9788,11 +10286,11 @@ "type": "timestamp" }, "Schema": { - "shape": "Slq" + "shape": "Smz" } } }, - "Slu": { + "Sn3": { "type": "structure", "required": [ "Column", @@ -9803,7 +10301,7 @@ "SortDirection": {} } }, - "Sm0": { + "Sn9": { "type": "structure", "required": [ "DatabaseName", @@ -9814,27 +10312,27 @@ "TableName": {} } }, - "Sm1": { + "Sna": { "type": "list", "member": { - "shape": "Sm0" + "shape": "Sn9" } }, - "Sm2": { + "Snb": { "type": "structure", "members": { "Jdbc": { - "shape": "Sep" + "shape": "Sfk" }, "S3": { - "shape": "Sep" + "shape": "Sfk" }, "DynamoDB": { - "shape": "Sep" + "shape": "Sfk" } } }, - "Sm4": { + "Snd": { "type": "list", "member": { "type": "structure", @@ -9848,7 +10346,7 @@ } } }, - "Smo": { + "Snw": { "type": "structure", "required": [ "SegmentNumber", @@ -9863,7 +10361,7 @@ } } }, - "Snb": { + "Soj": { "type": "structure", "members": { "LatestVersion": { @@ -9874,7 +10372,7 @@ } } }, - "Snk": { + "Sos": { "type": "structure", "members": { "Name": {}, @@ -9882,11 +10380,11 @@ "type": "timestamp" }, "EncryptionConfiguration": { - "shape": "Sf0" + "shape": "Sfv" } } }, - "Sns": { + "Sp0": { "type": "structure", "members": { "Id": { @@ -9910,7 +10408,7 @@ "ErrorName": {}, "ErrorValue": {}, "Traceback": { - "shape": "S51" + "shape": "S5a" } } }, @@ -9925,7 +10423,7 @@ } } }, - "Snz": { + "Sp7": { "type": "structure", "required": [ "Name" @@ -9967,7 +10465,7 @@ "type": "boolean" }, "TargetTable": { - "shape": "Sfp" + "shape": "Sgk" }, "CatalogId": {}, "VersionId": {}, @@ -9981,22 +10479,22 @@ } } }, - "So3": { + "Spd": { "type": "structure", "members": { "Table": { - "shape": "Snz" + "shape": "Sp7" }, "VersionId": {} } }, - "Soa": { + "Spk": { "type": "list", "member": { - "shape": "Snz" + "shape": "Sp7" } }, - "Soi": { + "Sps": { "type": "structure", "members": { "AdditionalAuditContext": {}, @@ -10009,11 +10507,11 @@ } } }, - "Sol": { + "Spv": { "type": "list", "member": {} }, - "Soy": { + "Sq8": { "type": "structure", "members": { "FunctionName": {}, @@ -10025,35 +10523,35 @@ "type": "timestamp" }, "ResourceUris": { - "shape": "Sg0" + "shape": "Sgx" }, "CatalogId": {} } }, - "Sri": { + "St0": { "type": "structure", "members": { "MetadataKey": {}, "MetadataValue": {} } }, - "Ss3": { + "Stl": { "type": "list", "member": {} }, - "Sts": { + "Sve": { "type": "list", "member": { - "shape": "Sim" + "shape": "Sjk" } }, - "Stu": { + "Svg": { "type": "list", "member": { "type": "structure", "members": { "ColumnStatistics": { - "shape": "Sim" + "shape": "Sjk" }, "Error": { "shape": "S14" diff --git a/iamlivecore/service/groundstation-2019-05-23.min.json b/iamlivecore/service/groundstation-2019-05-23.min.json index ac95005..622e816 100644 --- a/iamlivecore/service/groundstation-2019-05-23.min.json +++ b/iamlivecore/service/groundstation-2019-05-23.min.json @@ -213,7 +213,7 @@ } }, "output": { - "shape": "S2f" + "shape": "S2g" } }, "DeleteConfig": { @@ -309,7 +309,7 @@ } }, "output": { - "shape": "S2f" + "shape": "S2g" }, "idempotent": true }, @@ -345,7 +345,7 @@ "type": "structure", "members": { "configDetails": { - "shape": "S2q" + "shape": "S2r" }, "configId": {}, "configType": {}, @@ -357,7 +357,7 @@ "type": "structure", "members": { "configDetails": { - "shape": "S2q" + "shape": "S2r" }, "configId": {}, "configType": {}, @@ -373,7 +373,7 @@ "errorMessage": {}, "groundStation": {}, "maximumElevation": { - "shape": "S2u" + "shape": "S2v" }, "missionProfileArn": {}, "postPassEndTime": { @@ -432,10 +432,10 @@ "type": "structure", "members": { "oem": { - "shape": "S34" + "shape": "S35" }, "tle": { - "shape": "S34" + "shape": "S35" } }, "union": true @@ -666,10 +666,10 @@ "type": "structure", "members": { "currentEphemeris": { - "shape": "S3l" + "shape": "S3m" }, "groundStations": { - "shape": "S3n" + "shape": "S3o" }, "noradSatelliteID": { "type": "integer" @@ -766,7 +766,7 @@ "errorMessage": {}, "groundStation": {}, "maximumElevation": { - "shape": "S2u" + "shape": "S2v" }, "missionProfileArn": {}, "postPassEndTime": { @@ -1003,10 +1003,10 @@ "type": "structure", "members": { "currentEphemeris": { - "shape": "S3l" + "shape": "S3m" }, "groundStations": { - "shape": "S3n" + "shape": "S3o" }, "noradSatelliteID": { "type": "integer" @@ -1068,7 +1068,7 @@ ], "members": { "agentCpuCores": { - "shape": "S4r" + "shape": "S4s" }, "agentVersion": {}, "componentVersions": { @@ -1091,7 +1091,7 @@ "instanceId": {}, "instanceType": {}, "reservedCpuCores": { - "shape": "S4r" + "shape": "S4s" } } }, @@ -1108,10 +1108,10 @@ "member": {} }, "privateIpAddresses": { - "shape": "S52" + "shape": "S53" }, "publicIpAddresses": { - "shape": "S52" + "shape": "S53" } } } @@ -1392,7 +1392,7 @@ } }, "output": { - "shape": "S2f" + "shape": "S2g" }, "idempotent": true } @@ -1740,17 +1740,18 @@ "type": "structure", "members": { "kmsAliasArn": {}, + "kmsAliasName": {}, "kmsKeyArn": {} }, "union": true }, - "S2f": { + "S2g": { "type": "structure", "members": { "missionProfileId": {} } }, - "S2q": { + "S2r": { "type": "structure", "members": { "antennaDemodDecodeDetails": { @@ -1772,7 +1773,7 @@ }, "union": true }, - "S2u": { + "S2v": { "type": "structure", "required": [ "unit", @@ -1785,7 +1786,7 @@ } } }, - "S34": { + "S35": { "type": "structure", "members": { "ephemerisData": {}, @@ -1794,7 +1795,7 @@ } } }, - "S3l": { + "S3m": { "type": "structure", "required": [ "source" @@ -1808,17 +1809,17 @@ "source": {} } }, - "S3n": { + "S3o": { "type": "list", "member": {} }, - "S4r": { + "S4s": { "type": "list", "member": { "type": "integer" } }, - "S52": { + "S53": { "type": "list", "member": {} } diff --git a/iamlivecore/service/guardduty-2017-11-28.min.json b/iamlivecore/service/guardduty-2017-11-28.min.json index cdce611..1fded29 100644 --- a/iamlivecore/service/guardduty-2017-11-28.min.json +++ b/iamlivecore/service/guardduty-2017-11-28.min.json @@ -1772,14 +1772,26 @@ "locationName": "uid" }, "Groups": { - "locationName": "groups", - "type": "list", - "member": {} + "shape": "S61", + "locationName": "groups" }, "SessionName": { "locationName": "sessionName", "type": "list", "member": {} + }, + "ImpersonatedUser": { + "locationName": "impersonatedUser", + "type": "structure", + "members": { + "Username": { + "locationName": "username" + }, + "Groups": { + "shape": "S61", + "locationName": "groups" + } + } } } }, @@ -1804,12 +1816,23 @@ "type": "boolean" }, "Containers": { - "shape": "S64", + "shape": "S65", "locationName": "containers" }, "Volumes": { - "shape": "S69", + "shape": "S6a", "locationName": "volumes" + }, + "ServiceAccountName": { + "locationName": "serviceAccountName" + }, + "HostIPC": { + "locationName": "hostIPC", + "type": "boolean" + }, + "HostPID": { + "locationName": "hostPID", + "type": "boolean" } } } @@ -1890,11 +1913,11 @@ "locationName": "tags" }, "Volumes": { - "shape": "S69", + "shape": "S6a", "locationName": "volumes" }, "Containers": { - "shape": "S64", + "shape": "S65", "locationName": "containers" }, "Group": { @@ -1905,7 +1928,7 @@ } }, "ContainerDetails": { - "shape": "S65", + "shape": "S66", "locationName": "containerDetails" }, "RdsDbInstanceDetails": { @@ -2046,7 +2069,7 @@ "locationName": "userAgent" }, "RemoteIpDetails": { - "shape": "S6o", + "shape": "S6p", "locationName": "remoteIpDetails" }, "ServiceName": { @@ -2086,6 +2109,9 @@ "Blocked": { "locationName": "blocked", "type": "boolean" + }, + "DomainWithSuffix": { + "locationName": "domainWithSuffix" } } }, @@ -2101,18 +2127,18 @@ "locationName": "connectionDirection" }, "LocalPortDetails": { - "shape": "S6x", + "shape": "S6y", "locationName": "localPortDetails" }, "Protocol": { "locationName": "protocol" }, "LocalIpDetails": { - "shape": "S6y", + "shape": "S6z", "locationName": "localIpDetails" }, "RemoteIpDetails": { - "shape": "S6o", + "shape": "S6p", "locationName": "remoteIpDetails" }, "RemotePortDetails": { @@ -2145,15 +2171,15 @@ "type": "structure", "members": { "LocalPortDetails": { - "shape": "S6x", + "shape": "S6y", "locationName": "localPortDetails" }, "LocalIpDetails": { - "shape": "S6y", + "shape": "S6z", "locationName": "localIpDetails" }, "RemoteIpDetails": { - "shape": "S6o", + "shape": "S6p", "locationName": "remoteIpDetails" } } @@ -2180,7 +2206,7 @@ "locationName": "userAgent" }, "RemoteIpDetails": { - "shape": "S6o", + "shape": "S6p", "locationName": "remoteIpDetails" }, "StatusCode": { @@ -2189,6 +2215,18 @@ }, "Parameters": { "locationName": "parameters" + }, + "Resource": { + "locationName": "resource" + }, + "Subresource": { + "locationName": "subresource" + }, + "Namespace": { + "locationName": "namespace" + }, + "ResourceName": { + "locationName": "resourceName" } } }, @@ -2197,7 +2235,7 @@ "type": "structure", "members": { "RemoteIpDetails": { - "shape": "S6o", + "shape": "S6p", "locationName": "remoteIpDetails" }, "LoginAttributes": { @@ -2223,6 +2261,61 @@ } } } + }, + "KubernetesPermissionCheckedDetails": { + "locationName": "kubernetesPermissionCheckedDetails", + "type": "structure", + "members": { + "Verb": { + "locationName": "verb" + }, + "Resource": { + "locationName": "resource" + }, + "Namespace": { + "locationName": "namespace" + }, + "Allowed": { + "locationName": "allowed", + "type": "boolean" + } + } + }, + "KubernetesRoleBindingDetails": { + "locationName": "kubernetesRoleBindingDetails", + "type": "structure", + "members": { + "Kind": { + "locationName": "kind" + }, + "Name": { + "locationName": "name" + }, + "Uid": { + "locationName": "uid" + }, + "RoleRefName": { + "locationName": "roleRefName" + }, + "RoleRefKind": { + "locationName": "roleRefKind" + } + } + }, + "KubernetesRoleDetails": { + "locationName": "kubernetesRoleDetails", + "type": "structure", + "members": { + "Kind": { + "locationName": "kind" + }, + "Name": { + "locationName": "name" + }, + "Uid": { + "locationName": "uid" + } + } } } }, @@ -2431,7 +2524,7 @@ "type": "structure", "members": { "Process": { - "shape": "S7p", + "shape": "S7t", "locationName": "process" }, "Context": { @@ -2439,7 +2532,7 @@ "type": "structure", "members": { "ModifyingProcess": { - "shape": "S7p", + "shape": "S7t", "locationName": "modifyingProcess" }, "ModifiedAt": { @@ -2491,7 +2584,7 @@ "locationName": "shellHistoryFilePath" }, "TargetProcess": { - "shape": "S7p", + "shape": "S7t", "locationName": "targetProcess" }, "AddressFamily": { @@ -2509,6 +2602,51 @@ } } } + }, + "Detection": { + "locationName": "detection", + "type": "structure", + "members": { + "Anomaly": { + "locationName": "anomaly", + "type": "structure", + "members": { + "Profiles": { + "locationName": "profiles", + "type": "map", + "key": {}, + "value": { + "type": "map", + "key": {}, + "value": { + "type": "list", + "member": { + "shape": "S84" + } + } + } + }, + "Unusual": { + "locationName": "unusual", + "type": "structure", + "members": { + "Behavior": { + "locationName": "behavior", + "type": "map", + "key": {}, + "value": { + "type": "map", + "key": {}, + "value": { + "shape": "S84" + } + } + } + } + } + } + } + } } } }, @@ -2674,7 +2812,7 @@ "type": "structure", "members": { "ScanResourceCriteria": { - "shape": "S88", + "shape": "S8p", "locationName": "scanResourceCriteria" }, "EbsSnapshotPreservation": { @@ -2859,7 +2997,7 @@ ], "members": { "Members": { - "shape": "S8s", + "shape": "S99", "locationName": "members" }, "UnprocessedAccounts": { @@ -2909,19 +3047,19 @@ "type": "structure", "members": { "CloudTrail": { - "shape": "S8z", + "shape": "S9g", "locationName": "cloudTrail" }, "DnsLogs": { - "shape": "S8z", + "shape": "S9g", "locationName": "dnsLogs" }, "FlowLogs": { - "shape": "S8z", + "shape": "S9g", "locationName": "flowLogs" }, "S3Logs": { - "shape": "S8z", + "shape": "S9g", "locationName": "s3Logs" }, "Kubernetes": { @@ -2929,7 +3067,7 @@ "type": "structure", "members": { "AuditLogs": { - "shape": "S8z", + "shape": "S9g", "locationName": "auditLogs" } } @@ -2939,7 +3077,7 @@ "type": "structure", "members": { "ScanEc2InstanceWithFindings": { - "shape": "S8z", + "shape": "S9g", "locationName": "scanEc2InstanceWithFindings" } } @@ -3099,7 +3237,7 @@ "locationName": "accountId" }, "Total": { - "shape": "S9k", + "shape": "Sa1", "locationName": "total" } } @@ -3115,18 +3253,18 @@ "locationName": "dataSource" }, "Total": { - "shape": "S9k", + "shape": "Sa1", "locationName": "total" } } } }, "SumByResource": { - "shape": "S9n", + "shape": "Sa4", "locationName": "sumByResource" }, "TopResources": { - "shape": "S9n", + "shape": "Sa4", "locationName": "topResources" }, "SumByFeature": { @@ -3139,7 +3277,7 @@ "locationName": "feature" }, "Total": { - "shape": "S9k", + "shape": "Sa1", "locationName": "total" } } @@ -3294,6 +3432,70 @@ }, "ResourceType": { "locationName": "resourceType" + }, + "EcsClusterDetails": { + "locationName": "ecsClusterDetails", + "type": "structure", + "members": { + "ClusterName": { + "locationName": "clusterName" + }, + "FargateDetails": { + "locationName": "fargateDetails", + "type": "structure", + "members": { + "Issues": { + "locationName": "issues", + "type": "list", + "member": {} + }, + "ManagementType": { + "locationName": "managementType" + } + } + }, + "ContainerInstanceDetails": { + "locationName": "containerInstanceDetails", + "type": "structure", + "members": { + "CoveredContainerInstances": { + "locationName": "coveredContainerInstances", + "type": "long" + }, + "CompatibleContainerInstances": { + "locationName": "compatibleContainerInstances", + "type": "long" + } + } + } + } + }, + "Ec2InstanceDetails": { + "locationName": "ec2InstanceDetails", + "type": "structure", + "members": { + "InstanceId": { + "locationName": "instanceId" + }, + "InstanceType": { + "locationName": "instanceType" + }, + "ClusterArn": { + "locationName": "clusterArn" + }, + "AgentDetails": { + "locationName": "agentDetails", + "type": "structure", + "members": { + "Version": { + "locationName": "version" + } + } + }, + "ManagementType": { + "locationName": "managementType" + } + } } } }, @@ -3574,7 +3776,7 @@ "type": "structure", "members": { "Members": { - "shape": "S8s", + "shape": "S99", "locationName": "members" }, "NextToken": { @@ -4114,7 +4316,7 @@ "locationName": "detectorId" }, "ScanResourceCriteria": { - "shape": "S88", + "shape": "S8p", "locationName": "scanResourceCriteria" }, "EbsSnapshotPreservation": { @@ -4831,13 +5033,17 @@ } } }, - "S64": { + "S61": { + "type": "list", + "member": {} + }, + "S65": { "type": "list", "member": { - "shape": "S65" + "shape": "S66" } }, - "S65": { + "S66": { "type": "structure", "members": { "ContainerRuntime": { @@ -4877,12 +5083,16 @@ "Privileged": { "locationName": "privileged", "type": "boolean" + }, + "AllowPrivilegeEscalation": { + "locationName": "allowPrivilegeEscalation", + "type": "boolean" } } } } }, - "S69": { + "S6a": { "type": "list", "member": { "type": "structure", @@ -4902,7 +5112,7 @@ } } }, - "S6o": { + "S6p": { "type": "structure", "members": { "City": { @@ -4963,7 +5173,7 @@ } } }, - "S6x": { + "S6y": { "type": "structure", "members": { "Port": { @@ -4975,7 +5185,7 @@ } } }, - "S6y": { + "S6z": { "type": "structure", "members": { "IpAddressV4": { @@ -4983,7 +5193,7 @@ } } }, - "S7p": { + "S7t": { "type": "structure", "members": { "Name": { @@ -5070,20 +5280,42 @@ } } }, - "S88": { + "S84": { + "type": "structure", + "members": { + "ProfileType": { + "locationName": "profileType" + }, + "ProfileSubtype": { + "locationName": "profileSubtype" + }, + "Observations": { + "locationName": "observations", + "type": "structure", + "members": { + "Text": { + "locationName": "text", + "type": "list", + "member": {} + } + } + } + } + }, + "S8p": { "type": "structure", "members": { "Include": { - "shape": "S89", + "shape": "S8q", "locationName": "include" }, "Exclude": { - "shape": "S89", + "shape": "S8q", "locationName": "exclude" } } }, - "S89": { + "S8q": { "type": "map", "key": {}, "value": { @@ -5113,7 +5345,7 @@ } } }, - "S8s": { + "S99": { "type": "list", "member": { "type": "structure", @@ -5152,7 +5384,7 @@ } } }, - "S8z": { + "S9g": { "type": "structure", "members": { "FreeTrialDaysRemaining": { @@ -5161,7 +5393,7 @@ } } }, - "S9k": { + "Sa1": { "type": "structure", "members": { "Amount": { @@ -5172,7 +5404,7 @@ } } }, - "S9n": { + "Sa4": { "type": "list", "member": { "type": "structure", @@ -5181,7 +5413,7 @@ "locationName": "resource" }, "Total": { - "shape": "S9k", + "shape": "Sa1", "locationName": "total" } } diff --git a/iamlivecore/service/imagebuilder-2019-12-02.min.json b/iamlivecore/service/imagebuilder-2019-12-02.min.json index 18100cc..e744010 100644 --- a/iamlivecore/service/imagebuilder-2019-12-02.min.json +++ b/iamlivecore/service/imagebuilder-2019-12-02.min.json @@ -40,6 +40,31 @@ } } }, + "CancelLifecycleExecution": { + "http": { + "method": "PUT", + "requestUri": "/CancelLifecycleExecution" + }, + "input": { + "type": "structure", + "required": [ + "lifecycleExecutionId", + "clientToken" + ], + "members": { + "lifecycleExecutionId": {}, + "clientToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "members": { + "lifecycleExecutionId": {} + } + } + }, "CreateComponent": { "http": { "method": "PUT", @@ -60,13 +85,13 @@ "changeDescription": {}, "platform": {}, "supportedOsVersions": { - "shape": "Sa" + "shape": "Sd" }, "data": {}, "uri": {}, "kmsKeyId": {}, "tags": { - "shape": "Se" + "shape": "Sh" }, "clientToken": { "idempotencyToken": true @@ -104,10 +129,10 @@ "description": {}, "semanticVersion": {}, "components": { - "shape": "Sl" + "shape": "So" }, "instanceConfiguration": { - "shape": "St" + "shape": "Sw" }, "dockerfileTemplateData": {}, "dockerfileTemplateUri": {}, @@ -115,11 +140,11 @@ "imageOsVersionOverride": {}, "parentImage": {}, "tags": { - "shape": "Se" + "shape": "Sh" }, "workingDirectory": {}, "targetRepository": { - "shape": "S14" + "shape": "S17" }, "kmsKeyId": {}, "clientToken": { @@ -152,10 +177,10 @@ "name": {}, "description": {}, "distributions": { - "shape": "S19" + "shape": "S1c" }, "tags": { - "shape": "Se" + "shape": "Sh" }, "clientToken": { "idempotencyToken": true @@ -188,20 +213,24 @@ "distributionConfigurationArn": {}, "infrastructureConfigurationArn": {}, "imageTestsConfiguration": { - "shape": "S25" + "shape": "S28" }, "enhancedImageMetadataEnabled": { "type": "boolean" }, "tags": { - "shape": "Se" + "shape": "Sh" }, "clientToken": { "idempotencyToken": true }, "imageScanningConfiguration": { - "shape": "S27" - } + "shape": "S2a" + }, + "workflows": { + "shape": "S2c" + }, + "executionRole": {} } }, "output": { @@ -233,24 +262,28 @@ "infrastructureConfigurationArn": {}, "distributionConfigurationArn": {}, "imageTestsConfiguration": { - "shape": "S25" + "shape": "S28" }, "enhancedImageMetadataEnabled": { "type": "boolean" }, "schedule": { - "shape": "S2b" + "shape": "S2p" }, "status": {}, "tags": { - "shape": "Se" + "shape": "Sh" }, "clientToken": { "idempotencyToken": true }, "imageScanningConfiguration": { - "shape": "S27" - } + "shape": "S2a" + }, + "workflows": { + "shape": "S2c" + }, + "executionRole": {} } }, "output": { @@ -281,18 +314,18 @@ "description": {}, "semanticVersion": {}, "components": { - "shape": "Sl" + "shape": "So" }, "parentImage": {}, "blockDeviceMappings": { - "shape": "Su" + "shape": "Sx" }, "tags": { - "shape": "Se" + "shape": "Sh" }, "workingDirectory": {}, "additionalInstanceConfiguration": { - "shape": "S2i" + "shape": "S2w" }, "clientToken": { "idempotencyToken": true @@ -324,15 +357,15 @@ "name": {}, "description": {}, "instanceTypes": { - "shape": "S2n" + "shape": "S31" }, "instanceProfileName": {}, "securityGroupIds": { - "shape": "S2q" + "shape": "S34" }, "subnetId": {}, "logging": { - "shape": "S2r" + "shape": "S35" }, "keyPair": {}, "terminateInstanceOnFailure": { @@ -340,13 +373,13 @@ }, "snsTopicArn": {}, "resourceTags": { - "shape": "S2u" + "shape": "S38" }, "instanceMetadataOptions": { - "shape": "S2v" + "shape": "S39" }, "tags": { - "shape": "Se" + "shape": "Sh" }, "clientToken": { "idempotencyToken": true @@ -362,6 +395,87 @@ } } }, + "CreateLifecyclePolicy": { + "http": { + "method": "PUT", + "requestUri": "/CreateLifecyclePolicy" + }, + "input": { + "type": "structure", + "required": [ + "name", + "executionRole", + "resourceType", + "policyDetails", + "resourceSelection", + "clientToken" + ], + "members": { + "name": {}, + "description": {}, + "status": {}, + "executionRole": {}, + "resourceType": {}, + "policyDetails": { + "shape": "S3g" + }, + "resourceSelection": { + "shape": "S3u" + }, + "tags": { + "shape": "Sh" + }, + "clientToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "members": { + "clientToken": {}, + "lifecyclePolicyArn": {} + } + } + }, + "CreateWorkflow": { + "http": { + "method": "PUT", + "requestUri": "/CreateWorkflow" + }, + "input": { + "type": "structure", + "required": [ + "name", + "semanticVersion", + "clientToken", + "type" + ], + "members": { + "name": {}, + "semanticVersion": {}, + "description": {}, + "changeDescription": {}, + "data": {}, + "uri": {}, + "kmsKeyId": {}, + "tags": { + "shape": "Sh" + }, + "clientToken": { + "idempotencyToken": true + }, + "type": {} + } + }, + "output": { + "type": "structure", + "members": { + "clientToken": {}, + "workflowBuildVersionArn": {} + } + } + }, "DeleteComponent": { "http": { "method": "DELETE", @@ -537,6 +651,54 @@ } } }, + "DeleteLifecyclePolicy": { + "http": { + "method": "DELETE", + "requestUri": "/DeleteLifecyclePolicy" + }, + "input": { + "type": "structure", + "required": [ + "lifecyclePolicyArn" + ], + "members": { + "lifecyclePolicyArn": { + "location": "querystring", + "locationName": "lifecyclePolicyArn" + } + } + }, + "output": { + "type": "structure", + "members": { + "lifecyclePolicyArn": {} + } + } + }, + "DeleteWorkflow": { + "http": { + "method": "DELETE", + "requestUri": "/DeleteWorkflow" + }, + "input": { + "type": "structure", + "required": [ + "workflowBuildVersionArn" + ], + "members": { + "workflowBuildVersionArn": { + "location": "querystring", + "locationName": "workflowBuildVersionArn" + } + } + }, + "output": { + "type": "structure", + "members": { + "workflowBuildVersionArn": {} + } + } + }, "GetComponent": { "http": { "method": "GET", @@ -569,10 +731,10 @@ "type": {}, "platform": {}, "supportedOsVersions": { - "shape": "Sa" + "shape": "Sd" }, "state": { - "shape": "S3i" + "shape": "S4r" }, "parameters": { "type": "list", @@ -586,7 +748,7 @@ "name": {}, "type": {}, "defaultValue": { - "shape": "Sr" + "shape": "Su" }, "description": {} } @@ -600,7 +762,7 @@ }, "dateCreated": {}, "tags": { - "shape": "Se" + "shape": "Sh" }, "publisher": {}, "obfuscate": { @@ -658,7 +820,7 @@ "members": { "requestId": {}, "containerRecipe": { - "shape": "S3v" + "shape": "S54" } } } @@ -710,7 +872,7 @@ "members": { "requestId": {}, "distributionConfiguration": { - "shape": "S41" + "shape": "S5a" } } } @@ -749,31 +911,31 @@ }, "osVersion": {}, "state": { - "shape": "S48" + "shape": "S5h" }, "imageRecipe": { - "shape": "S4a" + "shape": "S5j" }, "containerRecipe": { - "shape": "S3v" + "shape": "S54" }, "sourcePipelineName": {}, "sourcePipelineArn": {}, "infrastructureConfiguration": { - "shape": "S4c" + "shape": "S5l" }, "distributionConfiguration": { - "shape": "S41" + "shape": "S5a" }, "imageTestsConfiguration": { - "shape": "S25" + "shape": "S28" }, "dateCreated": {}, "outputResources": { - "shape": "S4d" + "shape": "S5m" }, "tags": { - "shape": "Se" + "shape": "Sh" }, "buildType": {}, "imageSource": {}, @@ -785,7 +947,15 @@ } }, "imageScanningConfiguration": { - "shape": "S27" + "shape": "S2a" + }, + "deprecationTime": { + "type": "timestamp" + }, + "lifecycleExecutionId": {}, + "executionRole": {}, + "workflows": { + "shape": "S2c" } } } @@ -814,7 +984,7 @@ "members": { "requestId": {}, "imagePipeline": { - "shape": "S4o" + "shape": "S5y" } } } @@ -866,7 +1036,7 @@ "members": { "requestId": {}, "imageRecipe": { - "shape": "S4a" + "shape": "S5j" } } } @@ -918,7 +1088,147 @@ "members": { "requestId": {}, "infrastructureConfiguration": { - "shape": "S4c" + "shape": "S5l" + } + } + } + }, + "GetLifecycleExecution": { + "http": { + "method": "GET", + "requestUri": "/GetLifecycleExecution" + }, + "input": { + "type": "structure", + "required": [ + "lifecycleExecutionId" + ], + "members": { + "lifecycleExecutionId": { + "location": "querystring", + "locationName": "lifecycleExecutionId" + } + } + }, + "output": { + "type": "structure", + "members": { + "lifecycleExecution": { + "shape": "S69" + } + } + } + }, + "GetLifecyclePolicy": { + "http": { + "method": "GET", + "requestUri": "/GetLifecyclePolicy" + }, + "input": { + "type": "structure", + "required": [ + "lifecyclePolicyArn" + ], + "members": { + "lifecyclePolicyArn": { + "location": "querystring", + "locationName": "lifecyclePolicyArn" + } + } + }, + "output": { + "type": "structure", + "members": { + "lifecyclePolicy": { + "type": "structure", + "members": { + "arn": {}, + "name": {}, + "description": {}, + "status": {}, + "executionRole": {}, + "resourceType": {}, + "policyDetails": { + "shape": "S3g" + }, + "resourceSelection": { + "shape": "S3u" + }, + "dateCreated": { + "type": "timestamp" + }, + "dateUpdated": { + "type": "timestamp" + }, + "dateLastRun": { + "type": "timestamp" + }, + "tags": { + "shape": "Sh" + } + } + } + } + } + }, + "GetWorkflow": { + "http": { + "method": "GET", + "requestUri": "/GetWorkflow" + }, + "input": { + "type": "structure", + "required": [ + "workflowBuildVersionArn" + ], + "members": { + "workflowBuildVersionArn": { + "location": "querystring", + "locationName": "workflowBuildVersionArn" + } + } + }, + "output": { + "type": "structure", + "members": { + "workflow": { + "type": "structure", + "members": { + "arn": {}, + "name": {}, + "version": {}, + "description": {}, + "changeDescription": {}, + "type": {}, + "state": { + "shape": "S6j" + }, + "owner": {}, + "data": {}, + "kmsKeyId": {}, + "dateCreated": {}, + "tags": { + "shape": "Sh" + }, + "parameters": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "name", + "type" + ], + "members": { + "name": {}, + "type": {}, + "defaultValue": { + "shape": "S2i" + }, + "description": {} + } + } + } + } } } } @@ -963,7 +1273,8 @@ "type": "integer" }, "startTime": {}, - "endTime": {} + "endTime": {}, + "parallelGroup": {} } } }, @@ -1036,7 +1347,7 @@ "uri": {}, "kmsKeyId": {}, "tags": { - "shape": "Se" + "shape": "Sh" }, "clientToken": { "idempotencyToken": true @@ -1074,7 +1385,7 @@ "osVersion": {}, "vmImportTaskId": {}, "tags": { - "shape": "Se" + "shape": "Sh" }, "clientToken": { "idempotencyToken": true @@ -1121,10 +1432,10 @@ "version": {}, "platform": {}, "supportedOsVersions": { - "shape": "Sa" + "shape": "Sd" }, "state": { - "shape": "S3i" + "shape": "S4r" }, "type": {}, "owner": {}, @@ -1132,7 +1443,7 @@ "changeDescription": {}, "dateCreated": {}, "tags": { - "shape": "Se" + "shape": "Sh" }, "publisher": {}, "obfuscate": { @@ -1154,7 +1465,7 @@ "members": { "owner": {}, "filters": { - "shape": "S5v" + "shape": "S7m" }, "byName": { "type": "boolean" @@ -1180,7 +1491,7 @@ "description": {}, "platform": {}, "supportedOsVersions": { - "shape": "Sa" + "shape": "Sd" }, "type": {}, "owner": {}, @@ -1201,7 +1512,7 @@ "members": { "owner": {}, "filters": { - "shape": "S5v" + "shape": "S7m" }, "maxResults": { "type": "integer" @@ -1226,7 +1537,7 @@ "parentImage": {}, "dateCreated": {}, "tags": { - "shape": "Se" + "shape": "Sh" } } } @@ -1243,7 +1554,7 @@ "type": "structure", "members": { "filters": { - "shape": "S5v" + "shape": "S7m" }, "maxResults": { "type": "integer" @@ -1266,7 +1577,7 @@ "dateCreated": {}, "dateUpdated": {}, "tags": { - "shape": "Se" + "shape": "Sh" }, "regions": { "type": "list", @@ -1291,7 +1602,7 @@ "members": { "imageVersionArn": {}, "filters": { - "shape": "S5v" + "shape": "S7m" }, "maxResults": { "type": "integer" @@ -1304,7 +1615,7 @@ "members": { "requestId": {}, "imageSummaryList": { - "shape": "S6f" + "shape": "S86" }, "nextToken": {} } @@ -1357,7 +1668,7 @@ "members": { "imagePipelineArn": {}, "filters": { - "shape": "S5v" + "shape": "S7m" }, "maxResults": { "type": "integer" @@ -1370,7 +1681,7 @@ "members": { "requestId": {}, "imageSummaryList": { - "shape": "S6f" + "shape": "S86" }, "nextToken": {} } @@ -1384,7 +1695,7 @@ "type": "structure", "members": { "filters": { - "shape": "S5v" + "shape": "S7m" }, "maxResults": { "type": "integer" @@ -1399,7 +1710,7 @@ "imagePipelineList": { "type": "list", "member": { - "shape": "S4o" + "shape": "S5y" } }, "nextToken": {} @@ -1415,7 +1726,7 @@ "members": { "owner": {}, "filters": { - "shape": "S5v" + "shape": "S7m" }, "maxResults": { "type": "integer" @@ -1439,7 +1750,7 @@ "parentImage": {}, "dateCreated": {}, "tags": { - "shape": "Se" + "shape": "Sh" } } } @@ -1456,7 +1767,7 @@ "type": "structure", "members": { "filter": { - "shape": "S5w" + "shape": "S7n" }, "nextToken": {} } @@ -1476,7 +1787,7 @@ "members": { "accountId": {}, "severityCounts": { - "shape": "S6z" + "shape": "S8q" } } }, @@ -1485,7 +1796,7 @@ "members": { "imageBuildVersionArn": {}, "severityCounts": { - "shape": "S6z" + "shape": "S8q" } } }, @@ -1494,7 +1805,7 @@ "members": { "imagePipelineArn": {}, "severityCounts": { - "shape": "S6z" + "shape": "S8q" } } }, @@ -1503,7 +1814,7 @@ "members": { "vulnerabilityId": {}, "severityCounts": { - "shape": "S6z" + "shape": "S8q" } } } @@ -1681,7 +1992,7 @@ "members": { "owner": {}, "filters": { - "shape": "S5v" + "shape": "S7m" }, "byName": { "type": "boolean" @@ -1729,7 +2040,7 @@ "type": "structure", "members": { "filters": { - "shape": "S5v" + "shape": "S7m" }, "maxResults": { "type": "integer" @@ -1752,13 +2063,13 @@ "dateCreated": {}, "dateUpdated": {}, "resourceTags": { - "shape": "S2u" + "shape": "S38" }, "tags": { - "shape": "Se" + "shape": "Sh" }, "instanceTypes": { - "shape": "S2n" + "shape": "S31" }, "instanceProfileName": {} } @@ -1768,42 +2079,267 @@ } } }, - "ListTagsForResource": { + "ListLifecycleExecutionResources": { "http": { - "method": "GET", - "requestUri": "/tags/{resourceArn}" + "requestUri": "/ListLifecycleExecutionResources" }, "input": { "type": "structure", "required": [ - "resourceArn" + "lifecycleExecutionId" ], "members": { - "resourceArn": { - "location": "uri", - "locationName": "resourceArn" - } + "lifecycleExecutionId": {}, + "parentResourceId": {}, + "maxResults": { + "type": "integer" + }, + "nextToken": {} } }, "output": { "type": "structure", "members": { - "tags": { - "shape": "Se" - } - } - } - }, - "ListWorkflowExecutions": { - "http": { - "requestUri": "/ListWorkflowExecutions" - }, - "input": { - "type": "structure", - "required": [ - "imageBuildVersionArn" - ], - "members": { + "lifecycleExecutionId": {}, + "lifecycleExecutionState": { + "shape": "S6b" + }, + "resources": { + "type": "list", + "member": { + "type": "structure", + "members": { + "accountId": {}, + "resourceId": {}, + "state": { + "shape": "S9w" + }, + "action": { + "type": "structure", + "members": { + "name": {}, + "reason": {} + } + }, + "region": {}, + "snapshots": { + "type": "list", + "member": { + "type": "structure", + "members": { + "snapshotId": {}, + "state": { + "shape": "S9w" + } + } + } + }, + "imageUris": { + "shape": "S1j" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListLifecycleExecutions": { + "http": { + "requestUri": "/ListLifecycleExecutions" + }, + "input": { + "type": "structure", + "required": [ + "resourceArn" + ], + "members": { + "maxResults": { + "type": "integer" + }, + "nextToken": {}, + "resourceArn": {} + } + }, + "output": { + "type": "structure", + "members": { + "lifecycleExecutions": { + "type": "list", + "member": { + "shape": "S69" + } + }, + "nextToken": {} + } + } + }, + "ListLifecyclePolicies": { + "http": { + "requestUri": "/ListLifecyclePolicies" + }, + "input": { + "type": "structure", + "members": { + "filters": { + "shape": "S7m" + }, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "lifecyclePolicySummaryList": { + "type": "list", + "member": { + "type": "structure", + "members": { + "arn": {}, + "name": {}, + "description": {}, + "status": {}, + "executionRole": {}, + "resourceType": {}, + "dateCreated": { + "type": "timestamp" + }, + "dateUpdated": { + "type": "timestamp" + }, + "dateLastRun": { + "type": "timestamp" + }, + "tags": { + "shape": "Sh" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListTagsForResource": { + "http": { + "method": "GET", + "requestUri": "/tags/{resourceArn}" + }, + "input": { + "type": "structure", + "required": [ + "resourceArn" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + } + } + }, + "output": { + "type": "structure", + "members": { + "tags": { + "shape": "Sh" + } + } + } + }, + "ListWaitingWorkflowSteps": { + "http": { + "requestUri": "/ListWaitingWorkflowSteps" + }, + "input": { + "type": "structure", + "members": { + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "steps": { + "type": "list", + "member": { + "type": "structure", + "members": { + "stepExecutionId": {}, + "imageBuildVersionArn": {}, + "workflowExecutionId": {}, + "workflowBuildVersionArn": {}, + "name": {}, + "action": {}, + "startTime": {} + } + } + }, + "nextToken": {} + } + } + }, + "ListWorkflowBuildVersions": { + "http": { + "requestUri": "/ListWorkflowBuildVersions" + }, + "input": { + "type": "structure", + "required": [ + "workflowVersionArn" + ], + "members": { + "workflowVersionArn": {}, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "workflowSummaryList": { + "type": "list", + "member": { + "type": "structure", + "members": { + "arn": {}, + "name": {}, + "version": {}, + "description": {}, + "changeDescription": {}, + "type": {}, + "owner": {}, + "state": { + "shape": "S6j" + }, + "dateCreated": {}, + "tags": { + "shape": "Sh" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListWorkflowExecutions": { + "http": { + "requestUri": "/ListWorkflowExecutions" + }, + "input": { + "type": "structure", + "required": [ + "imageBuildVersionArn" + ], + "members": { "maxResults": { "type": "integer" }, @@ -1838,7 +2374,8 @@ "type": "integer" }, "startTime": {}, - "endTime": {} + "endTime": {}, + "parallelGroup": {} } } }, @@ -1896,6 +2433,48 @@ } } }, + "ListWorkflows": { + "http": { + "requestUri": "/ListWorkflows" + }, + "input": { + "type": "structure", + "members": { + "owner": {}, + "filters": { + "shape": "S7m" + }, + "byName": { + "type": "boolean" + }, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "workflowVersionList": { + "type": "list", + "member": { + "type": "structure", + "members": { + "arn": {}, + "name": {}, + "version": {}, + "description": {}, + "type": {}, + "owner": {}, + "dateCreated": {} + } + } + }, + "nextToken": {} + } + } + }, "PutComponentPolicy": { "http": { "method": "PUT", @@ -1992,6 +2571,38 @@ } } }, + "SendWorkflowStepAction": { + "http": { + "method": "PUT", + "requestUri": "/SendWorkflowStepAction" + }, + "input": { + "type": "structure", + "required": [ + "stepExecutionId", + "imageBuildVersionArn", + "action", + "clientToken" + ], + "members": { + "stepExecutionId": {}, + "imageBuildVersionArn": {}, + "action": {}, + "reason": {}, + "clientToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "members": { + "stepExecutionId": {}, + "imageBuildVersionArn": {}, + "clientToken": {} + } + } + }, "StartImagePipelineExecution": { "http": { "method": "PUT", @@ -2019,6 +2630,65 @@ } } }, + "StartResourceStateUpdate": { + "http": { + "method": "PUT", + "requestUri": "/StartResourceStateUpdate" + }, + "input": { + "type": "structure", + "required": [ + "resourceArn", + "state", + "clientToken" + ], + "members": { + "resourceArn": {}, + "state": { + "type": "structure", + "members": { + "status": {} + } + }, + "executionRole": {}, + "includeResources": { + "type": "structure", + "members": { + "amis": { + "type": "boolean" + }, + "snapshots": { + "type": "boolean" + }, + "containers": { + "type": "boolean" + } + } + }, + "exclusionRules": { + "type": "structure", + "members": { + "amis": { + "shape": "S3r" + } + } + }, + "updateAt": { + "type": "timestamp" + }, + "clientToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "members": { + "lifecycleExecutionId": {}, + "resourceArn": {} + } + } + }, "TagResource": { "http": { "requestUri": "/tags/{resourceArn}" @@ -2035,7 +2705,7 @@ "locationName": "resourceArn" }, "tags": { - "shape": "Se" + "shape": "Sh" } } }, @@ -2089,7 +2759,7 @@ "distributionConfigurationArn": {}, "description": {}, "distributions": { - "shape": "S19" + "shape": "S1c" }, "clientToken": { "idempotencyToken": true @@ -2125,21 +2795,25 @@ "infrastructureConfigurationArn": {}, "distributionConfigurationArn": {}, "imageTestsConfiguration": { - "shape": "S25" + "shape": "S28" }, "enhancedImageMetadataEnabled": { "type": "boolean" }, "schedule": { - "shape": "S2b" + "shape": "S2p" }, "status": {}, "clientToken": { "idempotencyToken": true }, "imageScanningConfiguration": { - "shape": "S27" - } + "shape": "S2a" + }, + "workflows": { + "shape": "S2c" + }, + "executionRole": {} } }, "output": { @@ -2167,15 +2841,15 @@ "infrastructureConfigurationArn": {}, "description": {}, "instanceTypes": { - "shape": "S2n" + "shape": "S31" }, "instanceProfileName": {}, "securityGroupIds": { - "shape": "S2q" + "shape": "S34" }, "subnetId": {}, "logging": { - "shape": "S2r" + "shape": "S35" }, "keyPair": {}, "terminateInstanceOnFailure": { @@ -2186,10 +2860,10 @@ "idempotencyToken": true }, "resourceTags": { - "shape": "S2u" + "shape": "S38" }, "instanceMetadataOptions": { - "shape": "S2v" + "shape": "S39" } } }, @@ -2201,19 +2875,58 @@ "infrastructureConfigurationArn": {} } } + }, + "UpdateLifecyclePolicy": { + "http": { + "method": "PUT", + "requestUri": "/UpdateLifecyclePolicy" + }, + "input": { + "type": "structure", + "required": [ + "lifecyclePolicyArn", + "executionRole", + "resourceType", + "policyDetails", + "resourceSelection", + "clientToken" + ], + "members": { + "lifecyclePolicyArn": {}, + "description": {}, + "status": {}, + "executionRole": {}, + "resourceType": {}, + "policyDetails": { + "shape": "S3g" + }, + "resourceSelection": { + "shape": "S3u" + }, + "clientToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "members": { + "lifecyclePolicyArn": {} + } + } } }, "shapes": { - "Sa": { + "Sd": { "type": "list", "member": {} }, - "Se": { + "Sh": { "type": "map", "key": {}, "value": {} }, - "Sl": { + "So": { "type": "list", "member": { "type": "structure", @@ -2233,7 +2946,7 @@ "members": { "name": {}, "value": { - "shape": "Sr" + "shape": "Su" } } } @@ -2241,20 +2954,20 @@ } } }, - "Sr": { + "Su": { "type": "list", "member": {} }, - "St": { + "Sw": { "type": "structure", "members": { "image": {}, "blockDeviceMappings": { - "shape": "Su" + "shape": "Sx" } } }, - "Su": { + "Sx": { "type": "list", "member": { "type": "structure", @@ -2288,7 +3001,7 @@ } } }, - "S14": { + "S17": { "type": "structure", "required": [ "service", @@ -2299,7 +3012,7 @@ "repositoryName": {} } }, - "S19": { + "S1c": { "type": "list", "member": { "type": "structure", @@ -2314,20 +3027,20 @@ "name": {}, "description": {}, "targetAccountIds": { - "shape": "S1d" + "shape": "S1g" }, "amiTags": { - "shape": "Se" + "shape": "Sh" }, "kmsKeyId": {}, "launchPermission": { "type": "structure", "members": { "userIds": { - "shape": "S1d" + "shape": "S1g" }, "userGroups": { - "shape": "S1g" + "shape": "S1j" }, "organizationArns": { "type": "list", @@ -2349,10 +3062,10 @@ "members": { "description": {}, "containerTags": { - "shape": "S1g" + "shape": "S1j" }, "targetRepository": { - "shape": "S14" + "shape": "S17" } } }, @@ -2427,15 +3140,15 @@ } } }, - "S1d": { + "S1g": { "type": "list", "member": {} }, - "S1g": { + "S1j": { "type": "list", "member": {} }, - "S25": { + "S28": { "type": "structure", "members": { "imageTestsEnabled": { @@ -2446,7 +3159,7 @@ } } }, - "S27": { + "S2a": { "type": "structure", "members": { "imageScanningEnabled": { @@ -2457,13 +3170,47 @@ "members": { "repositoryName": {}, "containerTags": { - "shape": "S1g" + "shape": "S1j" } } } } }, - "S2b": { + "S2c": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "workflowArn" + ], + "members": { + "workflowArn": {}, + "parameters": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "name", + "value" + ], + "members": { + "name": {}, + "value": { + "shape": "S2i" + } + } + } + }, + "parallelGroup": {}, + "onFailure": {} + } + } + }, + "S2i": { + "type": "list", + "member": {} + }, + "S2p": { "type": "structure", "members": { "scheduleExpression": {}, @@ -2471,7 +3218,7 @@ "pipelineExecutionStartCondition": {} } }, - "S2i": { + "S2w": { "type": "structure", "members": { "systemsManagerAgent": { @@ -2485,15 +3232,15 @@ "userDataOverride": {} } }, - "S2n": { + "S31": { "type": "list", "member": {} }, - "S2q": { + "S34": { "type": "list", "member": {} }, - "S2r": { + "S35": { "type": "structure", "members": { "s3Logs": { @@ -2505,12 +3252,12 @@ } } }, - "S2u": { + "S38": { "type": "map", "key": {}, "value": {} }, - "S2v": { + "S39": { "type": "structure", "members": { "httpTokens": {}, @@ -2519,14 +3266,129 @@ } } }, - "S3i": { + "S3g": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "action", + "filter" + ], + "members": { + "action": { + "type": "structure", + "required": [ + "type" + ], + "members": { + "type": {}, + "includeResources": { + "type": "structure", + "members": { + "amis": { + "type": "boolean" + }, + "snapshots": { + "type": "boolean" + }, + "containers": { + "type": "boolean" + } + } + } + } + }, + "filter": { + "type": "structure", + "required": [ + "type", + "value" + ], + "members": { + "type": {}, + "value": { + "type": "integer" + }, + "unit": {}, + "retainAtLeast": { + "type": "integer" + } + } + }, + "exclusionRules": { + "type": "structure", + "members": { + "tagMap": { + "shape": "Sh" + }, + "amis": { + "shape": "S3r" + } + } + } + } + } + }, + "S3r": { + "type": "structure", + "members": { + "isPublic": { + "type": "boolean" + }, + "regions": { + "shape": "S1j" + }, + "sharedAccounts": { + "shape": "S1g" + }, + "lastLaunched": { + "type": "structure", + "required": [ + "value", + "unit" + ], + "members": { + "value": { + "type": "integer" + }, + "unit": {} + } + }, + "tagMap": { + "shape": "Sh" + } + } + }, + "S3u": { + "type": "structure", + "members": { + "recipes": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "name", + "semanticVersion" + ], + "members": { + "name": {}, + "semanticVersion": {} + } + } + }, + "tagMap": { + "shape": "Sh" + } + } + }, + "S4r": { "type": "structure", "members": { "status": {}, "reason": {} } }, - "S3v": { + "S54": { "type": "structure", "members": { "arn": {}, @@ -2537,10 +3399,10 @@ "owner": {}, "version": {}, "components": { - "shape": "Sl" + "shape": "So" }, "instanceConfiguration": { - "shape": "St" + "shape": "Sw" }, "dockerfileTemplateData": {}, "kmsKeyId": {}, @@ -2550,15 +3412,15 @@ "parentImage": {}, "dateCreated": {}, "tags": { - "shape": "Se" + "shape": "Sh" }, "workingDirectory": {}, "targetRepository": { - "shape": "S14" + "shape": "S17" } } }, - "S41": { + "S5a": { "type": "structure", "required": [ "timeoutMinutes" @@ -2568,7 +3430,7 @@ "name": {}, "description": {}, "distributions": { - "shape": "S19" + "shape": "S1c" }, "timeoutMinutes": { "type": "integer" @@ -2576,18 +3438,18 @@ "dateCreated": {}, "dateUpdated": {}, "tags": { - "shape": "Se" + "shape": "Sh" } } }, - "S48": { + "S5h": { "type": "structure", "members": { "status": {}, "reason": {} } }, - "S4a": { + "S5j": { "type": "structure", "members": { "arn": {}, @@ -2598,38 +3460,38 @@ "owner": {}, "version": {}, "components": { - "shape": "Sl" + "shape": "So" }, "parentImage": {}, "blockDeviceMappings": { - "shape": "Su" + "shape": "Sx" }, "dateCreated": {}, "tags": { - "shape": "Se" + "shape": "Sh" }, "workingDirectory": {}, "additionalInstanceConfiguration": { - "shape": "S2i" + "shape": "S2w" } } }, - "S4c": { + "S5l": { "type": "structure", "members": { "arn": {}, "name": {}, "description": {}, "instanceTypes": { - "shape": "S2n" + "shape": "S31" }, "instanceProfileName": {}, "securityGroupIds": { - "shape": "S2q" + "shape": "S34" }, "subnetId": {}, "logging": { - "shape": "S2r" + "shape": "S35" }, "keyPair": {}, "terminateInstanceOnFailure": { @@ -2639,17 +3501,17 @@ "dateCreated": {}, "dateUpdated": {}, "resourceTags": { - "shape": "S2u" + "shape": "S38" }, "instanceMetadataOptions": { - "shape": "S2v" + "shape": "S39" }, "tags": { - "shape": "Se" + "shape": "Sh" } } }, - "S4d": { + "S5m": { "type": "structure", "members": { "amis": { @@ -2662,7 +3524,7 @@ "name": {}, "description": {}, "state": { - "shape": "S48" + "shape": "S5h" }, "accountId": {} } @@ -2675,14 +3537,14 @@ "members": { "region": {}, "imageUris": { - "shape": "S1g" + "shape": "S1j" } } } } } }, - "S4o": { + "S5y": { "type": "structure", "members": { "arn": {}, @@ -2697,10 +3559,10 @@ "infrastructureConfigurationArn": {}, "distributionConfigurationArn": {}, "imageTestsConfiguration": { - "shape": "S25" + "shape": "S28" }, "schedule": { - "shape": "S2b" + "shape": "S2p" }, "status": {}, "dateCreated": {}, @@ -2708,20 +3570,62 @@ "dateLastRun": {}, "dateNextRun": {}, "tags": { - "shape": "Se" + "shape": "Sh" }, "imageScanningConfiguration": { - "shape": "S27" + "shape": "S2a" + }, + "executionRole": {}, + "workflows": { + "shape": "S2c" + } + } + }, + "S69": { + "type": "structure", + "members": { + "lifecycleExecutionId": {}, + "lifecyclePolicyArn": {}, + "resourcesImpactedSummary": { + "type": "structure", + "members": { + "hasImpactedResources": { + "type": "boolean" + } + } + }, + "state": { + "shape": "S6b" + }, + "startTime": { + "type": "timestamp" + }, + "endTime": { + "type": "timestamp" } } }, - "S5v": { + "S6b": { + "type": "structure", + "members": { + "status": {}, + "reason": {} + } + }, + "S6j": { + "type": "structure", + "members": { + "status": {}, + "reason": {} + } + }, + "S7m": { "type": "list", "member": { - "shape": "S5w" + "shape": "S7n" } }, - "S5w": { + "S7n": { "type": "structure", "members": { "name": {}, @@ -2731,7 +3635,7 @@ } } }, - "S6f": { + "S86": { "type": "list", "member": { "type": "structure", @@ -2743,22 +3647,26 @@ "platform": {}, "osVersion": {}, "state": { - "shape": "S48" + "shape": "S5h" }, "owner": {}, "dateCreated": {}, "outputResources": { - "shape": "S4d" + "shape": "S5m" }, "tags": { - "shape": "Se" + "shape": "Sh" }, "buildType": {}, - "imageSource": {} + "imageSource": {}, + "deprecationTime": { + "type": "timestamp" + }, + "lifecycleExecutionId": {} } } }, - "S6z": { + "S8q": { "type": "structure", "members": { "all": { @@ -2774,6 +3682,13 @@ "type": "long" } } + }, + "S9w": { + "type": "structure", + "members": { + "status": {}, + "reason": {} + } } } } \ No newline at end of file diff --git a/iamlivecore/service/inspector-scan-2023-08-08.min.json b/iamlivecore/service/inspector-scan-2023-08-08.min.json new file mode 100644 index 0000000..c374a6e --- /dev/null +++ b/iamlivecore/service/inspector-scan-2023-08-08.min.json @@ -0,0 +1,51 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2023-08-08", + "endpointPrefix": "inspector-scan", + "jsonVersion": "1.1", + "protocol": "rest-json", + "serviceAbbreviation": "inspector-scan", + "serviceFullName": "Inspector Scan", + "serviceId": "Inspector Scan", + "signatureVersion": "v4", + "signingName": "inspector-scan", + "uid": "inspector-scan-2023-08-08" + }, + "operations": { + "ScanSbom": { + "http": { + "requestUri": "/scan/sbom", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "sbom" + ], + "members": { + "sbom": { + "shape": "S2" + }, + "outputFormat": {} + } + }, + "output": { + "type": "structure", + "members": { + "sbom": { + "shape": "S2" + } + } + }, + "idempotent": true + } + }, + "shapes": { + "S2": { + "type": "structure", + "members": {}, + "document": true + } + } +} \ No newline at end of file diff --git a/iamlivecore/service/internetmonitor-2021-06-03.min.json b/iamlivecore/service/internetmonitor-2021-06-03.min.json index a383763..f3c1a64 100644 --- a/iamlivecore/service/internetmonitor-2021-06-03.min.json +++ b/iamlivecore/service/internetmonitor-2021-06-03.min.json @@ -208,6 +208,99 @@ } } }, + "GetQueryResults": { + "http": { + "method": "GET", + "requestUri": "/v20210603/Monitors/{MonitorName}/Queries/{QueryId}/Results", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "MonitorName", + "QueryId" + ], + "members": { + "MonitorName": { + "location": "uri", + "locationName": "MonitorName" + }, + "QueryId": { + "location": "uri", + "locationName": "QueryId" + }, + "NextToken": { + "location": "querystring", + "locationName": "NextToken" + }, + "MaxResults": { + "location": "querystring", + "locationName": "MaxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "Fields", + "Data" + ], + "members": { + "Fields": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Name": {}, + "Type": {} + } + } + }, + "Data": { + "type": "list", + "member": { + "type": "list", + "member": {} + } + }, + "NextToken": {} + } + } + }, + "GetQueryStatus": { + "http": { + "method": "GET", + "requestUri": "/v20210603/Monitors/{MonitorName}/Queries/{QueryId}/Status", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "MonitorName", + "QueryId" + ], + "members": { + "MonitorName": { + "location": "uri", + "locationName": "MonitorName" + }, + "QueryId": { + "location": "uri", + "locationName": "QueryId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "Status" + ], + "members": { + "Status": {} + } + } + }, "ListHealthEvents": { "http": { "method": "GET", @@ -379,6 +472,85 @@ } } }, + "StartQuery": { + "http": { + "requestUri": "/v20210603/Monitors/{MonitorName}/Queries", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "MonitorName", + "StartTime", + "EndTime", + "QueryType" + ], + "members": { + "MonitorName": { + "location": "uri", + "locationName": "MonitorName" + }, + "StartTime": { + "shape": "Sr" + }, + "EndTime": { + "shape": "Sr" + }, + "QueryType": {}, + "FilterParameters": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Field": {}, + "Operator": {}, + "Values": { + "type": "list", + "member": {} + } + } + } + } + } + }, + "output": { + "type": "structure", + "required": [ + "QueryId" + ], + "members": { + "QueryId": {} + } + } + }, + "StopQuery": { + "http": { + "method": "DELETE", + "requestUri": "/v20210603/Monitors/{MonitorName}/Queries/{QueryId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "MonitorName", + "QueryId" + ], + "members": { + "MonitorName": { + "location": "uri", + "locationName": "MonitorName" + }, + "QueryId": { + "location": "uri", + "locationName": "QueryId" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "TagResource": { "http": { "requestUri": "/tags/{ResourceArn}", diff --git a/iamlivecore/service/iot-2015-05-28.min.json b/iamlivecore/service/iot-2015-05-28.min.json index e91bd23..966f99d 100644 --- a/iamlivecore/service/iot-2015-05-28.min.json +++ b/iamlivecore/service/iot-2015-05-28.min.json @@ -525,6 +525,42 @@ } } }, + "CreateCertificateProvider": { + "http": { + "requestUri": "/certificate-providers/{certificateProviderName}" + }, + "input": { + "type": "structure", + "required": [ + "certificateProviderName", + "lambdaFunctionArn", + "accountDefaultForOperations" + ], + "members": { + "certificateProviderName": { + "location": "uri", + "locationName": "certificateProviderName" + }, + "lambdaFunctionArn": {}, + "accountDefaultForOperations": { + "shape": "S2y" + }, + "clientToken": { + "idempotencyToken": true + }, + "tags": { + "shape": "S2e" + } + } + }, + "output": { + "type": "structure", + "members": { + "certificateProviderName": {}, + "certificateProviderArn": {} + } + } + }, "CreateCustomMetric": { "http": { "requestUri": "/custom-metric/{metricName}" @@ -578,7 +614,7 @@ }, "type": {}, "stringValues": { - "shape": "S34" + "shape": "S3c" }, "tags": { "shape": "S2e" @@ -617,14 +653,14 @@ }, "validationCertificateArn": {}, "authorizerConfig": { - "shape": "S3d" + "shape": "S3l" }, "serviceType": {}, "tags": { "shape": "S2e" }, "tlsConfig": { - "shape": "S3g" + "shape": "S3o" } } }, @@ -652,7 +688,7 @@ "locationName": "thingGroupName" }, "thingGroupProperties": { - "shape": "S3l" + "shape": "S3t" }, "indexName": {}, "queryString": {}, @@ -695,7 +731,7 @@ }, "queryString": {}, "aggregationType": { - "shape": "S3z" + "shape": "S47" }, "period": { "type": "integer" @@ -741,17 +777,17 @@ "document": {}, "description": {}, "presignedUrlConfig": { - "shape": "S4c" + "shape": "S4k" }, "targetSelection": {}, "jobExecutionsRolloutConfig": { - "shape": "S4f" + "shape": "S4n" }, "abortConfig": { - "shape": "S4m" + "shape": "S4u" }, "timeoutConfig": { - "shape": "S4t" + "shape": "S51" }, "tags": { "shape": "S2e" @@ -759,16 +795,16 @@ "namespaceId": {}, "jobTemplateArn": {}, "jobExecutionsRetryConfig": { - "shape": "S4w" + "shape": "S54" }, "documentParameters": { - "shape": "S51" + "shape": "S59" }, "schedulingConfig": { - "shape": "S54" + "shape": "S5c" }, "destinationPackageVersions": { - "shape": "S5b" + "shape": "S5j" } } }, @@ -802,28 +838,28 @@ "document": {}, "description": {}, "presignedUrlConfig": { - "shape": "S4c" + "shape": "S4k" }, "jobExecutionsRolloutConfig": { - "shape": "S4f" + "shape": "S4n" }, "abortConfig": { - "shape": "S4m" + "shape": "S4u" }, "timeoutConfig": { - "shape": "S4t" + "shape": "S51" }, "tags": { "shape": "S2e" }, "jobExecutionsRetryConfig": { - "shape": "S4w" + "shape": "S54" }, "maintenanceWindows": { - "shape": "S57" + "shape": "S5f" }, "destinationPackageVersions": { - "shape": "S5b" + "shape": "S5j" } } }, @@ -856,7 +892,7 @@ "certificateId": {}, "certificatePem": {}, "keyPair": { - "shape": "S5j" + "shape": "S5r" } } } @@ -879,7 +915,7 @@ }, "roleArn": {}, "actionParams": { - "shape": "S5o" + "shape": "S5w" }, "tags": { "shape": "S2e" @@ -913,17 +949,17 @@ }, "description": {}, "targets": { - "shape": "S68" + "shape": "S6g" }, "protocols": { - "shape": "S6a" + "shape": "S6i" }, "targetSelection": {}, "awsJobExecutionsRolloutConfig": { - "shape": "S6c" + "shape": "S6k" }, "awsJobPresignedUrlConfig": { - "shape": "S6j" + "shape": "S6r" }, "awsJobAbortConfig": { "type": "structure", @@ -964,11 +1000,11 @@ } }, "files": { - "shape": "S6u" + "shape": "S72" }, "roleArn": {}, "additionalParameters": { - "shape": "S7s" + "shape": "S80" }, "tags": { "shape": "S2e" @@ -1003,10 +1039,10 @@ "locationName": "packageName" }, "description": { - "shape": "S80" + "shape": "S88" }, "tags": { - "shape": "S81" + "shape": "S89" }, "clientToken": { "idempotencyToken": true, @@ -1021,7 +1057,7 @@ "packageName": {}, "packageArn": {}, "description": { - "shape": "S80" + "shape": "S88" } } }, @@ -1049,13 +1085,13 @@ "locationName": "versionName" }, "description": { - "shape": "S80" + "shape": "S88" }, "attributes": { - "shape": "S87" + "shape": "S8e" }, "tags": { - "shape": "S81" + "shape": "S89" }, "clientToken": { "idempotencyToken": true, @@ -1071,10 +1107,10 @@ "packageName": {}, "versionName": {}, "description": { - "shape": "S80" + "shape": "S88" }, "attributes": { - "shape": "S87" + "shape": "S8e" }, "status": {}, "errorReason": {} @@ -1170,7 +1206,7 @@ "certificateId": {}, "certificatePem": {}, "keyPair": { - "shape": "S5j" + "shape": "S5r" }, "expiration": { "type": "timestamp" @@ -1198,7 +1234,7 @@ }, "provisioningRoleArn": {}, "preProvisioningHook": { - "shape": "S8t" + "shape": "S90" }, "tags": { "shape": "S2e" @@ -1302,7 +1338,7 @@ "dayOfMonth": {}, "dayOfWeek": {}, "targetCheckNames": { - "shape": "S99" + "shape": "S9g" }, "scheduledAuditName": { "location": "uri", @@ -1336,21 +1372,24 @@ }, "securityProfileDescription": {}, "behaviors": { - "shape": "S9f" + "shape": "S9m" }, "alertTargets": { - "shape": "Sa5" + "shape": "Sad" }, "additionalMetricsToRetain": { - "shape": "Sa9", + "shape": "Sah", "deprecated": true, "deprecatedMessage": "Use additionalMetricsToRetainV2." }, "additionalMetricsToRetainV2": { - "shape": "Saa" + "shape": "Sai" }, "tags": { "shape": "S2e" + }, + "metricsExportConfig": { + "shape": "Sak" } } }, @@ -1380,7 +1419,7 @@ }, "description": {}, "files": { - "shape": "Sag" + "shape": "Saq" }, "roleArn": {}, "tags": { @@ -1416,7 +1455,7 @@ }, "thingTypeName": {}, "attributePayload": { - "shape": "S3n" + "shape": "S3v" }, "billingGroupName": {} } @@ -1446,7 +1485,7 @@ }, "parentGroupName": {}, "thingGroupProperties": { - "shape": "S3l" + "shape": "S3t" }, "tags": { "shape": "S2e" @@ -1477,7 +1516,7 @@ "locationName": "thingTypeName" }, "thingTypeProperties": { - "shape": "Sas" + "shape": "Sb2" }, "tags": { "shape": "S2e" @@ -1509,7 +1548,7 @@ "locationName": "ruleName" }, "topicRulePayload": { - "shape": "Sb0" + "shape": "Sba" }, "tags": { "location": "header", @@ -1550,10 +1589,10 @@ ], "members": { "subnetIds": { - "shape": "Sed" + "shape": "Ser" }, "securityGroups": { - "shape": "Sef" + "shape": "Set" }, "vpcId": {}, "roleArn": {} @@ -1567,7 +1606,7 @@ "type": "structure", "members": { "topicRuleDestination": { - "shape": "Sej" + "shape": "Sex" } } } @@ -1708,6 +1747,28 @@ } } }, + "DeleteCertificateProvider": { + "http": { + "method": "DELETE", + "requestUri": "/certificate-providers/{certificateProviderName}" + }, + "input": { + "type": "structure", + "required": [ + "certificateProviderName" + ], + "members": { + "certificateProviderName": { + "location": "uri", + "locationName": "certificateProviderName" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "DeleteCustomMetric": { "http": { "method": "DELETE", @@ -2399,10 +2460,10 @@ "members": { "roleArn": {}, "auditNotificationTargetConfigurations": { - "shape": "Sgn" + "shape": "Sh3" }, "auditCheckConfigurations": { - "shape": "Sgq" + "shape": "Sh6" } } } @@ -2428,7 +2489,7 @@ "type": "structure", "members": { "finding": { - "shape": "Sgv" + "shape": "Shb" } } } @@ -2485,13 +2546,13 @@ } }, "target": { - "shape": "Shf" + "shape": "Shv" }, "auditCheckToActionsMapping": { - "shape": "Shj" + "shape": "Shz" }, "actionsDefinition": { - "shape": "Shl" + "shape": "Si1" } } } @@ -2630,7 +2691,7 @@ "type": "structure", "members": { "authorizerDescription": { - "shape": "Sic" + "shape": "Sis" } } } @@ -2715,13 +2776,13 @@ }, "generationId": {}, "validity": { - "shape": "Sip" + "shape": "Sj5" }, "certificateMode": {} } }, "registrationConfig": { - "shape": "Sir" + "shape": "Sj7" } } } @@ -2783,7 +2844,7 @@ }, "generationId": {}, "validity": { - "shape": "Sip" + "shape": "Sj5" }, "certificateMode": {} } @@ -2791,6 +2852,41 @@ } } }, + "DescribeCertificateProvider": { + "http": { + "method": "GET", + "requestUri": "/certificate-providers/{certificateProviderName}" + }, + "input": { + "type": "structure", + "required": [ + "certificateProviderName" + ], + "members": { + "certificateProviderName": { + "location": "uri", + "locationName": "certificateProviderName" + } + } + }, + "output": { + "type": "structure", + "members": { + "certificateProviderName": {}, + "certificateProviderArn": {}, + "lambdaFunctionArn": {}, + "accountDefaultForOperations": { + "shape": "S2y" + }, + "creationDate": { + "type": "timestamp" + }, + "lastModifiedDate": { + "type": "timestamp" + } + } + } + }, "DescribeCustomMetric": { "http": { "method": "GET", @@ -2837,7 +2933,7 @@ "type": "structure", "members": { "authorizerDescription": { - "shape": "Sic" + "shape": "Sis" } } } @@ -2863,7 +2959,7 @@ "type": "structure", "members": { "taskSummary": { - "shape": "Sj4" + "shape": "Sjm" } } } @@ -2892,7 +2988,7 @@ "arn": {}, "type": {}, "stringValues": { - "shape": "S34" + "shape": "S3c" }, "creationDate": { "type": "timestamp" @@ -2938,7 +3034,7 @@ } }, "authorizerConfig": { - "shape": "S3d" + "shape": "S3l" }, "domainConfigurationStatus": {}, "serviceType": {}, @@ -2947,7 +3043,7 @@ "type": "timestamp" }, "tlsConfig": { - "shape": "S3g" + "shape": "S3o" } } } @@ -2986,7 +3082,7 @@ "type": "structure", "members": { "eventConfigurations": { - "shape": "Sju" + "shape": "Skc" }, "creationDate": { "type": "timestamp" @@ -3020,7 +3116,7 @@ "metricName": {}, "queryString": {}, "aggregationType": { - "shape": "S3z" + "shape": "S47" }, "period": { "type": "integer" @@ -3107,13 +3203,13 @@ }, "description": {}, "presignedUrlConfig": { - "shape": "S4c" + "shape": "S4k" }, "jobExecutionsRolloutConfig": { - "shape": "S4f" + "shape": "S4n" }, "abortConfig": { - "shape": "S4m" + "shape": "S4u" }, "createdAt": { "type": "timestamp" @@ -3158,21 +3254,21 @@ } }, "timeoutConfig": { - "shape": "S4t" + "shape": "S51" }, "namespaceId": {}, "jobTemplateArn": {}, "jobExecutionsRetryConfig": { - "shape": "S4w" + "shape": "S54" }, "documentParameters": { - "shape": "S51" + "shape": "S59" }, "isConcurrent": { "type": "boolean" }, "schedulingConfig": { - "shape": "S54" + "shape": "S5c" }, "scheduledJobRollouts": { "type": "list", @@ -3184,7 +3280,7 @@ } }, "destinationPackageVersions": { - "shape": "S5b" + "shape": "S5j" } } } @@ -3290,25 +3386,25 @@ "type": "timestamp" }, "presignedUrlConfig": { - "shape": "S4c" + "shape": "S4k" }, "jobExecutionsRolloutConfig": { - "shape": "S4f" + "shape": "S4n" }, "abortConfig": { - "shape": "S4m" + "shape": "S4u" }, "timeoutConfig": { - "shape": "S4t" + "shape": "S51" }, "jobExecutionsRetryConfig": { - "shape": "S4w" + "shape": "S54" }, "maintenanceWindows": { - "shape": "S57" + "shape": "S5f" }, "destinationPackageVersions": { - "shape": "S5b" + "shape": "S5j" } } } @@ -3342,7 +3438,7 @@ "description": {}, "templateVersion": {}, "environments": { - "shape": "Sl0" + "shape": "Sli" }, "documentParameters": { "type": "list", @@ -3389,7 +3485,7 @@ "actionId": {}, "roleArn": {}, "actionParams": { - "shape": "S5o" + "shape": "S5w" }, "creationDate": { "type": "timestamp" @@ -3438,7 +3534,7 @@ }, "provisioningRoleArn": {}, "preProvisioningHook": { - "shape": "S8t" + "shape": "S90" }, "type": {} } @@ -3548,7 +3644,7 @@ "dayOfMonth": {}, "dayOfWeek": {}, "targetCheckNames": { - "shape": "S99" + "shape": "S9g" }, "scheduledAuditName": {}, "scheduledAuditArn": {} @@ -3579,18 +3675,18 @@ "securityProfileArn": {}, "securityProfileDescription": {}, "behaviors": { - "shape": "S9f" + "shape": "S9m" }, "alertTargets": { - "shape": "Sa5" + "shape": "Sad" }, "additionalMetricsToRetain": { - "shape": "Sa9", + "shape": "Sah", "deprecated": true, "deprecatedMessage": "Use additionalMetricsToRetainV2." }, "additionalMetricsToRetainV2": { - "shape": "Saa" + "shape": "Sai" }, "version": { "type": "long" @@ -3600,6 +3696,9 @@ }, "lastModifiedDate": { "type": "timestamp" + }, + "metricsExportConfig": { + "shape": "Sak" } } } @@ -3634,7 +3733,7 @@ }, "description": {}, "files": { - "shape": "Sag" + "shape": "Saq" }, "createdAt": { "type": "timestamp" @@ -3674,7 +3773,7 @@ "thingArn": {}, "thingTypeName": {}, "attributes": { - "shape": "S3o" + "shape": "S3w" }, "version": { "type": "long" @@ -3710,14 +3809,14 @@ "type": "long" }, "thingGroupProperties": { - "shape": "S3l" + "shape": "S3t" }, "thingGroupMetadata": { "type": "structure", "members": { "parentGroupName": {}, "rootToParentThingGroups": { - "shape": "Slt" + "shape": "Smb" }, "creationDate": { "type": "timestamp" @@ -3800,10 +3899,10 @@ "thingTypeId": {}, "thingTypeArn": {}, "thingTypeProperties": { - "shape": "Sas" + "shape": "Sb2" }, "thingTypeMetadata": { - "shape": "Sm6" + "shape": "Smo" } } } @@ -4111,10 +4210,10 @@ "type": "structure", "members": { "thingIndexingConfiguration": { - "shape": "Sn5" + "shape": "Snn" }, "thingGroupIndexingConfiguration": { - "shape": "Snh" + "shape": "So3" } } } @@ -4193,20 +4292,20 @@ }, "description": {}, "targets": { - "shape": "S68" + "shape": "S6g" }, "protocols": { - "shape": "S6a" + "shape": "S6i" }, "awsJobExecutionsRolloutConfig": { - "shape": "S6c" + "shape": "S6k" }, "awsJobPresignedUrlConfig": { - "shape": "S6j" + "shape": "S6r" }, "targetSelection": {}, "otaUpdateFiles": { - "shape": "S6u" + "shape": "S72" }, "otaUpdateStatus": {}, "awsIotJobId": {}, @@ -4219,7 +4318,7 @@ } }, "additionalParameters": { - "shape": "S7s" + "shape": "S80" } } } @@ -4250,7 +4349,7 @@ "packageName": {}, "packageArn": {}, "description": { - "shape": "S80" + "shape": "S88" }, "defaultVersionName": {}, "creationDate": { @@ -4276,7 +4375,7 @@ "type": "structure", "members": { "versionUpdateByJobsConfig": { - "shape": "Snx" + "shape": "Soj" } } } @@ -4311,10 +4410,10 @@ "packageName": {}, "versionName": {}, "description": { - "shape": "S80" + "shape": "S88" }, "attributes": { - "shape": "S87" + "shape": "S8e" }, "status": {}, "errorReason": {}, @@ -4543,14 +4642,14 @@ "type": "timestamp" }, "actions": { - "shape": "Sb3" + "shape": "Sbd" }, "ruleDisabled": { "type": "boolean" }, "awsIotSqlVersion": {}, "errorAction": { - "shape": "Sb4" + "shape": "Sbe" } } } @@ -4578,7 +4677,7 @@ "type": "structure", "members": { "topicRuleDestination": { - "shape": "Sej" + "shape": "Sex" } } } @@ -4655,13 +4754,13 @@ "thingName": {}, "securityProfileName": {}, "behavior": { - "shape": "S9g" + "shape": "S9n" }, "lastViolationValue": { - "shape": "S9n" + "shape": "S9u" }, "violationEventAdditionalInfo": { - "shape": "Sp7" + "shape": "Spt" }, "verificationState": {}, "verificationStateDescription": {}, @@ -4712,7 +4811,7 @@ "type": "structure", "members": { "policies": { - "shape": "Spe" + "shape": "Sq0" }, "nextMarker": {} } @@ -4751,7 +4850,7 @@ "findings": { "type": "list", "member": { - "shape": "Sgv" + "shape": "Shb" } }, "nextToken": {} @@ -5069,7 +5168,7 @@ "billingGroups": { "type": "list", "member": { - "shape": "Slu" + "shape": "Smc" } }, "nextToken": {} @@ -5125,6 +5224,42 @@ } } }, + "ListCertificateProviders": { + "http": { + "method": "GET", + "requestUri": "/certificate-providers/" + }, + "input": { + "type": "structure", + "members": { + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "ascendingOrder": { + "location": "querystring", + "locationName": "isAscendingOrder", + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "members": { + "certificateProviders": { + "type": "list", + "member": { + "type": "structure", + "members": { + "certificateProviderName": {}, + "certificateProviderArn": {} + } + } + }, + "nextToken": {} + } + } + }, "ListCertificates": { "http": { "method": "GET", @@ -5153,7 +5288,7 @@ "type": "structure", "members": { "certificates": { - "shape": "Sqg" + "shape": "Sr6" }, "nextMarker": {} } @@ -5194,7 +5329,7 @@ "type": "structure", "members": { "certificates": { - "shape": "Sqg" + "shape": "Sr6" }, "nextMarker": {} } @@ -5338,7 +5473,7 @@ "tasks": { "type": "list", "member": { - "shape": "Sj4" + "shape": "Sjm" } }, "nextToken": {} @@ -5522,7 +5657,7 @@ "members": { "thingArn": {}, "jobExecutionSummary": { - "shape": "Srg" + "shape": "Ss6" } } } @@ -5579,7 +5714,7 @@ "members": { "jobId": {}, "jobExecutionSummary": { - "shape": "Srg" + "shape": "Ss6" } } } @@ -5734,7 +5869,7 @@ "templateName": {}, "description": {}, "environments": { - "shape": "Sl0" + "shape": "Sli" }, "templateVersion": {} } @@ -5807,7 +5942,7 @@ "type": "timestamp" }, "value": { - "shape": "S9n" + "shape": "S9u" } } } @@ -6077,7 +6212,7 @@ "type": "structure", "members": { "policies": { - "shape": "Spe" + "shape": "Sq0" }, "nextMarker": {} } @@ -6118,7 +6253,7 @@ "type": "structure", "members": { "principals": { - "shape": "Ssr" + "shape": "Sth" }, "nextMarker": {} } @@ -6198,7 +6333,7 @@ "type": "structure", "members": { "policies": { - "shape": "Spe" + "shape": "Sq0" }, "nextMarker": {} } @@ -6235,7 +6370,7 @@ "type": "structure", "members": { "things": { - "shape": "St1" + "shape": "Str" }, "nextToken": {} } @@ -6368,7 +6503,7 @@ "type": "structure", "members": { "relatedResources": { - "shape": "Sh0" + "shape": "Shg" }, "nextToken": {} } @@ -6481,7 +6616,7 @@ "securityProfileIdentifiers": { "type": "list", "member": { - "shape": "Stm" + "shape": "Suc" } }, "nextToken": {} @@ -6528,10 +6663,10 @@ "type": "structure", "members": { "securityProfileIdentifier": { - "shape": "Stm" + "shape": "Suc" }, "target": { - "shape": "Str" + "shape": "Suh" } } } @@ -6684,7 +6819,7 @@ "securityProfileTargets": { "type": "list", "member": { - "shape": "Str" + "shape": "Suh" } }, "nextToken": {} @@ -6727,7 +6862,7 @@ "type": "structure", "members": { "thingGroups": { - "shape": "Slt" + "shape": "Smb" }, "nextToken": {} } @@ -6763,7 +6898,7 @@ "type": "structure", "members": { "thingGroups": { - "shape": "Slt" + "shape": "Smb" }, "nextToken": {} } @@ -6799,7 +6934,7 @@ "type": "structure", "members": { "principals": { - "shape": "Ssr" + "shape": "Sth" }, "nextToken": {} } @@ -6916,10 +7051,10 @@ "thingTypeName": {}, "thingTypeArn": {}, "thingTypeProperties": { - "shape": "Sas" + "shape": "Sb2" }, "thingTypeMetadata": { - "shape": "Sm6" + "shape": "Smo" } } } @@ -6976,7 +7111,7 @@ "thingTypeName": {}, "thingArn": {}, "attributes": { - "shape": "S3o" + "shape": "S3w" }, "version": { "type": "long" @@ -7018,7 +7153,7 @@ "type": "structure", "members": { "things": { - "shape": "St1" + "shape": "Str" }, "nextToken": {} } @@ -7059,7 +7194,7 @@ "type": "structure", "members": { "things": { - "shape": "St1" + "shape": "Str" }, "nextToken": {} } @@ -7111,10 +7246,10 @@ "type": "structure", "members": { "subnetIds": { - "shape": "Sed" + "shape": "Ser" }, "securityGroups": { - "shape": "Sef" + "shape": "Set" }, "vpcId": {}, "roleArn": {} @@ -7211,7 +7346,7 @@ "type": "structure", "members": { "logTarget": { - "shape": "Svf" + "shape": "Sw5" }, "logLevel": {} } @@ -7287,13 +7422,13 @@ "thingName": {}, "securityProfileName": {}, "behavior": { - "shape": "S9g" + "shape": "S9n" }, "metricValue": { - "shape": "S9n" + "shape": "S9u" }, "violationEventAdditionalInfo": { - "shape": "Sp7" + "shape": "Spt" }, "violationEventType": {}, "verificationState": {}, @@ -7355,7 +7490,7 @@ "type": "boolean" }, "registrationConfig": { - "shape": "Sir" + "shape": "Sj7" }, "tags": { "shape": "S2e" @@ -7526,7 +7661,7 @@ "locationName": "ruleName" }, "topicRulePayload": { - "shape": "Sb0" + "shape": "Sba" } }, "payload": "topicRulePayload" @@ -7564,10 +7699,10 @@ "thingId": {}, "thingTypeName": {}, "thingGroupNames": { - "shape": "Swb" + "shape": "Sx1" }, "attributes": { - "shape": "S3o" + "shape": "S3w" }, "shadow": {}, "deviceDefender": {}, @@ -7595,10 +7730,10 @@ "thingGroupId": {}, "thingGroupDescription": {}, "attributes": { - "shape": "S3o" + "shape": "S3w" }, "parentGroupNames": { - "shape": "Swb" + "shape": "Sx1" } } } @@ -7686,7 +7821,7 @@ ], "members": { "logTarget": { - "shape": "Svf" + "shape": "Sw5" }, "logLevel": {} } @@ -7725,10 +7860,10 @@ "locationName": "taskId" }, "target": { - "shape": "Shf" + "shape": "Shv" }, "auditCheckToActionsMapping": { - "shape": "Shj" + "shape": "Shz" }, "clientRequestToken": { "idempotencyToken": true @@ -7761,14 +7896,14 @@ "locationName": "taskId" }, "target": { - "shape": "Sj6" + "shape": "Sjo" }, "actions": { "type": "list", "member": {} }, "violationEventOccurrenceRange": { - "shape": "Sj9" + "shape": "Sjr" }, "includeOnlyActiveViolations": { "type": "boolean" @@ -7799,7 +7934,7 @@ ], "members": { "targetCheckNames": { - "shape": "S99" + "shape": "S9g" } } }, @@ -7895,7 +8030,7 @@ "authInfos": { "type": "list", "member": { - "shape": "Sx4" + "shape": "Sxu" } }, "clientId": { @@ -7903,10 +8038,10 @@ "locationName": "clientId" }, "policyNamesToAdd": { - "shape": "Sx8" + "shape": "Sxy" }, "policyNamesToSkip": { - "shape": "Sx8" + "shape": "Sxy" } } }, @@ -7919,13 +8054,13 @@ "type": "structure", "members": { "authInfo": { - "shape": "Sx4" + "shape": "Sxu" }, "allowed": { "type": "structure", "members": { "policies": { - "shape": "Spe" + "shape": "Sq0" } } }, @@ -7936,7 +8071,7 @@ "type": "structure", "members": { "policies": { - "shape": "Spe" + "shape": "Sq0" } } }, @@ -7944,7 +8079,7 @@ "type": "structure", "members": { "policies": { - "shape": "Spe" + "shape": "Sq0" } } } @@ -8089,10 +8224,10 @@ "members": { "roleArn": {}, "auditNotificationTargetConfigurations": { - "shape": "Sgn" + "shape": "Sh3" }, "auditCheckConfigurations": { - "shape": "Sgq" + "shape": "Sh6" } } }, @@ -8222,7 +8357,7 @@ "locationName": "newAutoRegistrationStatus" }, "registrationConfig": { - "shape": "Sir" + "shape": "Sj7" }, "removeAutoRegistration": { "type": "boolean" @@ -8253,6 +8388,35 @@ } } }, + "UpdateCertificateProvider": { + "http": { + "method": "PUT", + "requestUri": "/certificate-providers/{certificateProviderName}" + }, + "input": { + "type": "structure", + "required": [ + "certificateProviderName" + ], + "members": { + "certificateProviderName": { + "location": "uri", + "locationName": "certificateProviderName" + }, + "lambdaFunctionArn": {}, + "accountDefaultForOperations": { + "shape": "S2y" + } + } + }, + "output": { + "type": "structure", + "members": { + "certificateProviderName": {}, + "certificateProviderArn": {} + } + } + }, "UpdateCustomMetric": { "http": { "method": "PATCH", @@ -8305,7 +8469,7 @@ "locationName": "name" }, "stringValues": { - "shape": "S34" + "shape": "S3c" } } }, @@ -8316,7 +8480,7 @@ "arn": {}, "type": {}, "stringValues": { - "shape": "S34" + "shape": "S3c" }, "creationDate": { "type": "timestamp" @@ -8343,14 +8507,14 @@ "locationName": "domainConfigurationName" }, "authorizerConfig": { - "shape": "S3d" + "shape": "S3l" }, "domainConfigurationStatus": {}, "removeAuthorizerConfig": { "type": "boolean" }, "tlsConfig": { - "shape": "S3g" + "shape": "S3o" } } }, @@ -8379,7 +8543,7 @@ "locationName": "thingGroupName" }, "thingGroupProperties": { - "shape": "S3l" + "shape": "S3t" }, "expectedVersion": { "type": "long" @@ -8407,7 +8571,7 @@ "type": "structure", "members": { "eventConfigurations": { - "shape": "Sju" + "shape": "Skc" } } }, @@ -8434,7 +8598,7 @@ }, "queryString": {}, "aggregationType": { - "shape": "S3z" + "shape": "S47" }, "period": { "type": "integer" @@ -8458,10 +8622,10 @@ "type": "structure", "members": { "thingIndexingConfiguration": { - "shape": "Sn5" + "shape": "Snn" }, "thingGroupIndexingConfiguration": { - "shape": "Snh" + "shape": "So3" } } }, @@ -8487,23 +8651,23 @@ }, "description": {}, "presignedUrlConfig": { - "shape": "S4c" + "shape": "S4k" }, "jobExecutionsRolloutConfig": { - "shape": "S4f" + "shape": "S4n" }, "abortConfig": { - "shape": "S4m" + "shape": "S4u" }, "timeoutConfig": { - "shape": "S4t" + "shape": "S51" }, "namespaceId": { "location": "querystring", "locationName": "namespaceId" }, "jobExecutionsRetryConfig": { - "shape": "S4w" + "shape": "S54" } } } @@ -8525,7 +8689,7 @@ }, "roleArn": {}, "actionParams": { - "shape": "S5o" + "shape": "S5w" } } }, @@ -8554,7 +8718,7 @@ "locationName": "packageName" }, "description": { - "shape": "S80" + "shape": "S88" }, "defaultVersionName": {}, "unsetDefaultVersion": { @@ -8583,7 +8747,7 @@ "type": "structure", "members": { "versionUpdateByJobsConfig": { - "shape": "Snx" + "shape": "Soj" }, "clientToken": { "idempotencyToken": true, @@ -8620,10 +8784,10 @@ "locationName": "versionName" }, "description": { - "shape": "S80" + "shape": "S88" }, "attributes": { - "shape": "S87" + "shape": "S8e" }, "action": {}, "clientToken": { @@ -8663,7 +8827,7 @@ }, "provisioningRoleArn": {}, "preProvisioningHook": { - "shape": "S8t" + "shape": "S90" }, "removePreProvisioningHook": { "type": "boolean" @@ -8719,7 +8883,7 @@ "dayOfMonth": {}, "dayOfWeek": {}, "targetCheckNames": { - "shape": "S99" + "shape": "S9g" }, "scheduledAuditName": { "location": "uri", @@ -8751,18 +8915,18 @@ }, "securityProfileDescription": {}, "behaviors": { - "shape": "S9f" + "shape": "S9m" }, "alertTargets": { - "shape": "Sa5" + "shape": "Sad" }, "additionalMetricsToRetain": { - "shape": "Sa9", + "shape": "Sah", "deprecated": true, "deprecatedMessage": "Use additionalMetricsToRetainV2." }, "additionalMetricsToRetainV2": { - "shape": "Saa" + "shape": "Sai" }, "deleteBehaviors": { "type": "boolean" @@ -8777,6 +8941,12 @@ "location": "querystring", "locationName": "expectedVersion", "type": "long" + }, + "metricsExportConfig": { + "shape": "Sak" + }, + "deleteMetricsExportConfig": { + "type": "boolean" } } }, @@ -8787,18 +8957,18 @@ "securityProfileArn": {}, "securityProfileDescription": {}, "behaviors": { - "shape": "S9f" + "shape": "S9m" }, "alertTargets": { - "shape": "Sa5" + "shape": "Sad" }, "additionalMetricsToRetain": { - "shape": "Sa9", + "shape": "Sah", "deprecated": true, "deprecatedMessage": "Use additionalMetricsToRetainV2." }, "additionalMetricsToRetainV2": { - "shape": "Saa" + "shape": "Sai" }, "version": { "type": "long" @@ -8808,6 +8978,9 @@ }, "lastModifiedDate": { "type": "timestamp" + }, + "metricsExportConfig": { + "shape": "Sak" } } } @@ -8829,7 +9002,7 @@ }, "description": {}, "files": { - "shape": "Sag" + "shape": "Saq" }, "roleArn": {} } @@ -8863,7 +9036,7 @@ }, "thingTypeName": {}, "attributePayload": { - "shape": "S3n" + "shape": "S3v" }, "expectedVersion": { "type": "long" @@ -8895,7 +9068,7 @@ "locationName": "thingGroupName" }, "thingGroupProperties": { - "shape": "S3l" + "shape": "S3t" }, "expectedVersion": { "type": "long" @@ -8921,10 +9094,10 @@ "members": { "thingName": {}, "thingGroupsToAdd": { - "shape": "Szr" + "shape": "S10k" }, "thingGroupsToRemove": { - "shape": "Szr" + "shape": "S10k" }, "overrideDynamicGroups": { "type": "boolean" @@ -8968,7 +9141,7 @@ ], "members": { "behaviors": { - "shape": "S9f" + "shape": "S9m" } } }, @@ -9053,11 +9226,15 @@ "billingGroupDescription": {} } }, - "S34": { + "S2y": { "type": "list", "member": {} }, - "S3d": { + "S3c": { + "type": "list", + "member": {} + }, + "S3l": { "type": "structure", "members": { "defaultAuthorizerName": {}, @@ -9066,38 +9243,38 @@ } } }, - "S3g": { + "S3o": { "type": "structure", "members": { "securityPolicy": {} } }, - "S3l": { + "S3t": { "type": "structure", "members": { "thingGroupDescription": {}, "attributePayload": { - "shape": "S3n" + "shape": "S3v" } } }, - "S3n": { + "S3v": { "type": "structure", "members": { "attributes": { - "shape": "S3o" + "shape": "S3w" }, "merge": { "type": "boolean" } } }, - "S3o": { + "S3w": { "type": "map", "key": {}, "value": {} }, - "S3z": { + "S47": { "type": "structure", "required": [ "name" @@ -9110,7 +9287,7 @@ } } }, - "S4c": { + "S4k": { "type": "structure", "members": { "roleArn": {}, @@ -9119,7 +9296,7 @@ } } }, - "S4f": { + "S4n": { "type": "structure", "members": { "maximumPerMinute": { @@ -9154,7 +9331,7 @@ } } }, - "S4m": { + "S4u": { "type": "structure", "required": [ "criteriaList" @@ -9184,7 +9361,7 @@ } } }, - "S4t": { + "S51": { "type": "structure", "members": { "inProgressTimeoutInMinutes": { @@ -9192,7 +9369,7 @@ } } }, - "S4w": { + "S54": { "type": "structure", "required": [ "criteriaList" @@ -9216,23 +9393,23 @@ } } }, - "S51": { + "S59": { "type": "map", "key": {}, "value": {} }, - "S54": { + "S5c": { "type": "structure", "members": { "startTime": {}, "endTime": {}, "endBehavior": {}, "maintenanceWindows": { - "shape": "S57" + "shape": "S5f" } } }, - "S57": { + "S5f": { "type": "list", "member": { "type": "structure", @@ -9248,11 +9425,11 @@ } } }, - "S5b": { + "S5j": { "type": "list", "member": {} }, - "S5j": { + "S5r": { "type": "structure", "members": { "PublicKey": {}, @@ -9262,7 +9439,7 @@ } } }, - "S5o": { + "S5w": { "type": "structure", "members": { "updateDeviceCertificateParams": { @@ -9329,15 +9506,15 @@ } } }, - "S68": { + "S6g": { "type": "list", "member": {} }, - "S6a": { + "S6i": { "type": "list", "member": {} }, - "S6c": { + "S6k": { "type": "structure", "members": { "maximumPerMinute": { @@ -9372,7 +9549,7 @@ } } }, - "S6j": { + "S6r": { "type": "structure", "members": { "expiresInSec": { @@ -9380,7 +9557,7 @@ } } }, - "S6u": { + "S72": { "type": "list", "member": { "type": "structure", @@ -9403,7 +9580,7 @@ } }, "s3Location": { - "shape": "S73" + "shape": "S7b" } } }, @@ -9469,7 +9646,7 @@ } } }, - "S73": { + "S7b": { "type": "structure", "members": { "bucket": {}, @@ -9477,27 +9654,27 @@ "version": {} } }, - "S7s": { + "S80": { "type": "map", "key": {}, "value": {} }, - "S80": { + "S88": { "type": "string", "sensitive": true }, - "S81": { + "S89": { "type": "map", "key": {}, "value": {} }, - "S87": { + "S8e": { "type": "map", "key": {}, "value": {}, "sensitive": true }, - "S8t": { + "S90": { "type": "structure", "required": [ "targetArn" @@ -9507,17 +9684,17 @@ "targetArn": {} } }, - "S99": { + "S9g": { "type": "list", "member": {} }, - "S9f": { + "S9m": { "type": "list", "member": { - "shape": "S9g" + "shape": "S9n" } }, - "S9g": { + "S9n": { "type": "structure", "required": [ "name" @@ -9526,14 +9703,14 @@ "name": {}, "metric": {}, "metricDimension": { - "shape": "S9j" + "shape": "S9q" }, "criteria": { "type": "structure", "members": { "comparisonOperator": {}, "value": { - "shape": "S9n" + "shape": "S9u" }, "durationSeconds": { "type": "integer" @@ -9563,10 +9740,13 @@ }, "suppressAlerts": { "type": "boolean" + }, + "exportMetric": { + "type": "boolean" } } }, - "S9j": { + "S9q": { "type": "structure", "required": [ "dimensionName" @@ -9576,7 +9756,7 @@ "operator": {} } }, - "S9n": { + "S9u": { "type": "structure", "members": { "count": { @@ -9607,7 +9787,7 @@ } } }, - "Sa5": { + "Sad": { "type": "map", "key": {}, "value": { @@ -9622,11 +9802,11 @@ } } }, - "Sa9": { + "Sah": { "type": "list", "member": {} }, - "Saa": { + "Sai": { "type": "list", "member": { "type": "structure", @@ -9636,12 +9816,26 @@ "members": { "metric": {}, "metricDimension": { - "shape": "S9j" + "shape": "S9q" + }, + "exportMetric": { + "type": "boolean" } } } }, - "Sag": { + "Sak": { + "type": "structure", + "required": [ + "mqttTopic", + "roleArn" + ], + "members": { + "mqttTopic": {}, + "roleArn": {} + } + }, + "Saq": { "type": "list", "member": { "type": "structure", @@ -9650,12 +9844,12 @@ "type": "integer" }, "s3Location": { - "shape": "S73" + "shape": "S7b" } } } }, - "Sas": { + "Sb2": { "type": "structure", "members": { "thingTypeDescription": {}, @@ -9665,7 +9859,7 @@ } } }, - "Sb0": { + "Sba": { "type": "structure", "required": [ "sql", @@ -9675,24 +9869,24 @@ "sql": {}, "description": {}, "actions": { - "shape": "Sb3" + "shape": "Sbd" }, "ruleDisabled": { "type": "boolean" }, "awsIotSqlVersion": {}, "errorAction": { - "shape": "Sb4" + "shape": "Sbe" } } }, - "Sb3": { + "Sbd": { "type": "list", "member": { - "shape": "Sb4" + "shape": "Sbe" } }, - "Sb4": { + "Sbe": { "type": "structure", "members": { "dynamoDB": { @@ -10116,6 +10310,20 @@ "type": "map", "key": {}, "value": {} + }, + "headers": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "key", + "value" + ], + "members": { + "key": {}, + "value": {} + } + } } } }, @@ -10165,15 +10373,15 @@ } } }, - "Sed": { + "Ser": { "type": "list", "member": {} }, - "Sef": { + "Set": { "type": "list", "member": {} }, - "Sej": { + "Sex": { "type": "structure", "members": { "arn": {}, @@ -10195,10 +10403,10 @@ "type": "structure", "members": { "subnetIds": { - "shape": "Sed" + "shape": "Ser" }, "securityGroups": { - "shape": "Sef" + "shape": "Set" }, "vpcId": {}, "roleArn": {} @@ -10206,7 +10414,7 @@ } } }, - "Sgn": { + "Sh3": { "type": "map", "key": {}, "value": { @@ -10220,7 +10428,7 @@ } } }, - "Sgq": { + "Sh6": { "type": "map", "key": {}, "value": { @@ -10232,7 +10440,7 @@ } } }, - "Sgv": { + "Shb": { "type": "structure", "members": { "findingId": {}, @@ -10253,12 +10461,12 @@ "shape": "S1o" }, "additionalInfo": { - "shape": "Sgz" + "shape": "Shf" } } }, "relatedResources": { - "shape": "Sh0" + "shape": "Shg" }, "reasonForNonCompliance": {}, "reasonForNonComplianceCode": {}, @@ -10267,12 +10475,12 @@ } } }, - "Sgz": { + "Shf": { "type": "map", "key": {}, "value": {} }, - "Sh0": { + "Shg": { "type": "list", "member": { "type": "structure", @@ -10282,12 +10490,12 @@ "shape": "S1o" }, "additionalInfo": { - "shape": "Sgz" + "shape": "Shf" } } } }, - "Shf": { + "Shv": { "type": "structure", "members": { "auditTaskId": {}, @@ -10305,7 +10513,7 @@ } } }, - "Shj": { + "Shz": { "type": "map", "key": {}, "value": { @@ -10313,7 +10521,7 @@ "member": {} } }, - "Shl": { + "Si1": { "type": "list", "member": { "type": "structure", @@ -10322,12 +10530,12 @@ "id": {}, "roleArn": {}, "actionParams": { - "shape": "S5o" + "shape": "S5w" } } } }, - "Sic": { + "Sis": { "type": "structure", "members": { "authorizerName": {}, @@ -10352,7 +10560,7 @@ } } }, - "Sip": { + "Sj5": { "type": "structure", "members": { "notBefore": { @@ -10363,7 +10571,7 @@ } } }, - "Sir": { + "Sj7": { "type": "structure", "members": { "templateBody": {}, @@ -10371,7 +10579,7 @@ "templateName": {} } }, - "Sj4": { + "Sjm": { "type": "structure", "members": { "taskId": {}, @@ -10383,10 +10591,10 @@ "type": "timestamp" }, "target": { - "shape": "Sj6" + "shape": "Sjo" }, "violationEventOccurrenceRange": { - "shape": "Sj9" + "shape": "Sjr" }, "onlyActiveViolationsIncluded": { "type": "boolean" @@ -10395,7 +10603,7 @@ "type": "boolean" }, "actionsDefinition": { - "shape": "Shl" + "shape": "Si1" }, "taskStatistics": { "type": "structure", @@ -10413,7 +10621,7 @@ } } }, - "Sj6": { + "Sjo": { "type": "structure", "members": { "violationIds": { @@ -10424,7 +10632,7 @@ "behaviorName": {} } }, - "Sj9": { + "Sjr": { "type": "structure", "required": [ "startTime", @@ -10439,7 +10647,7 @@ } } }, - "Sju": { + "Skc": { "type": "map", "key": {}, "value": { @@ -10451,24 +10659,24 @@ } } }, - "Sl0": { + "Sli": { "type": "list", "member": {} }, - "Slt": { + "Smb": { "type": "list", "member": { - "shape": "Slu" + "shape": "Smc" } }, - "Slu": { + "Smc": { "type": "structure", "members": { "groupName": {}, "groupArn": {} } }, - "Sm6": { + "Smo": { "type": "structure", "members": { "deprecated": { @@ -10482,7 +10690,7 @@ } } }, - "Sn5": { + "Snn": { "type": "structure", "required": [ "thingIndexingMode" @@ -10493,10 +10701,10 @@ "deviceDefenderIndexingMode": {}, "namedShadowIndexingMode": {}, "managedFields": { - "shape": "Sna" + "shape": "Sns" }, "customFields": { - "shape": "Sna" + "shape": "Sns" }, "filter": { "type": "structure", @@ -10504,12 +10712,22 @@ "namedShadowNames": { "type": "list", "member": {} + }, + "geoLocations": { + "type": "list", + "member": { + "type": "structure", + "members": { + "name": {}, + "order": {} + } + } } } } } }, - "Sna": { + "Sns": { "type": "list", "member": { "type": "structure", @@ -10519,7 +10737,7 @@ } } }, - "Snh": { + "So3": { "type": "structure", "required": [ "thingGroupIndexingMode" @@ -10527,14 +10745,14 @@ "members": { "thingGroupIndexingMode": {}, "managedFields": { - "shape": "Sna" + "shape": "Sns" }, "customFields": { - "shape": "Sna" + "shape": "Sns" } } }, - "Snx": { + "Soj": { "type": "structure", "members": { "enabled": { @@ -10543,13 +10761,13 @@ "roleArn": {} } }, - "Sp7": { + "Spt": { "type": "structure", "members": { "confidenceLevel": {} } }, - "Spe": { + "Sq0": { "type": "list", "member": { "type": "structure", @@ -10559,7 +10777,7 @@ } } }, - "Sqg": { + "Sr6": { "type": "list", "member": { "type": "structure", @@ -10574,7 +10792,7 @@ } } }, - "Srg": { + "Ss6": { "type": "structure", "members": { "status": {}, @@ -10595,15 +10813,15 @@ } } }, - "Ssr": { + "Sth": { "type": "list", "member": {} }, - "St1": { + "Str": { "type": "list", "member": {} }, - "Stm": { + "Suc": { "type": "structure", "required": [ "name", @@ -10614,7 +10832,7 @@ "arn": {} } }, - "Str": { + "Suh": { "type": "structure", "required": [ "arn" @@ -10623,7 +10841,7 @@ "arn": {} } }, - "Svf": { + "Sw5": { "type": "structure", "required": [ "targetType" @@ -10633,11 +10851,11 @@ "targetName": {} } }, - "Swb": { + "Sx1": { "type": "list", "member": {} }, - "Sx4": { + "Sxu": { "type": "structure", "required": [ "resources" @@ -10650,11 +10868,11 @@ } } }, - "Sx8": { + "Sxy": { "type": "list", "member": {} }, - "Szr": { + "S10k": { "type": "list", "member": {} } diff --git a/iamlivecore/service/iotfleetwise-2021-06-17.min.json b/iamlivecore/service/iotfleetwise-2021-06-17.min.json index a5e617d..d64a5df 100644 --- a/iamlivecore/service/iotfleetwise-2021-06-17.min.json +++ b/iamlivecore/service/iotfleetwise-2021-06-17.min.json @@ -216,7 +216,7 @@ "shape": "S1w" }, "networkInterfaces": { - "shape": "S2a" + "shape": "S2m" }, "tags": { "shape": "Sd" @@ -277,7 +277,7 @@ "name": {}, "description": {}, "nodes": { - "shape": "S2o" + "shape": "S33" }, "signalCatalogArn": {}, "tags": { @@ -308,7 +308,7 @@ "name": {}, "description": {}, "nodes": { - "shape": "S2r" + "shape": "S36" }, "tags": { "shape": "Sd" @@ -588,6 +588,32 @@ "creationTime": { "type": "timestamp" }, + "lastModificationTime": { + "type": "timestamp" + }, + "message": {} + } + } + }, + "GetEncryptionConfiguration": { + "input": { + "type": "structure", + "members": {} + }, + "output": { + "type": "structure", + "required": [ + "encryptionStatus", + "encryptionType" + ], + "members": { + "kmsKeyId": {}, + "encryptionStatus": {}, + "encryptionType": {}, + "errorMessage": {}, + "creationTime": { + "type": "timestamp" + }, "lastModificationTime": { "type": "timestamp" } @@ -639,7 +665,7 @@ ], "members": { "cloudWatchLogDelivery": { - "shape": "S3q" + "shape": "S4e" } } } @@ -770,6 +796,12 @@ }, "totalActuators": { "type": "integer" + }, + "totalStructs": { + "type": "integer" + }, + "totalProperties": { + "type": "integer" } } }, @@ -990,7 +1022,7 @@ "type": "structure", "members": { "networkInterfaces": { - "shape": "S2a" + "shape": "S2m" }, "nextToken": {} } @@ -1053,7 +1085,8 @@ }, "lastModificationTime": { "type": "timestamp" - } + }, + "message": {} } } }, @@ -1145,7 +1178,7 @@ "type": "structure", "members": { "nodes": { - "shape": "S2r" + "shape": "S36" }, "nextToken": {} } @@ -1210,7 +1243,7 @@ "type": "structure", "members": { "nodes": { - "shape": "S2r" + "shape": "S36" }, "nextToken": {} } @@ -1337,6 +1370,30 @@ } } }, + "PutEncryptionConfiguration": { + "input": { + "type": "structure", + "required": [ + "encryptionType" + ], + "members": { + "kmsKeyId": {}, + "encryptionType": {} + } + }, + "output": { + "type": "structure", + "required": [ + "encryptionStatus", + "encryptionType" + ], + "members": { + "kmsKeyId": {}, + "encryptionStatus": {}, + "encryptionType": {} + } + } + }, "PutLoggingOptions": { "input": { "type": "structure", @@ -1345,7 +1402,7 @@ ], "members": { "cloudWatchLogDelivery": { - "shape": "S3q" + "shape": "S4e" } } }, @@ -1360,12 +1417,12 @@ "type": "structure", "members": { "timestreamResources": { - "shape": "S62", + "shape": "S6r", "deprecated": true, "deprecatedMessage": "Amazon Timestream metadata is now passed in the CreateCampaign API." }, "iamResources": { - "shape": "S63", + "shape": "S6s", "deprecated": true, "deprecatedMessage": "iamResources is no longer used or needed as input" } @@ -1382,10 +1439,10 @@ "members": { "registerAccountStatus": {}, "timestreamResources": { - "shape": "S62" + "shape": "S6r" }, "iamResources": { - "shape": "S63" + "shape": "S6s" }, "creationTime": { "type": "timestamp" @@ -1482,10 +1539,10 @@ "member": {} }, "networkInterfacesToAdd": { - "shape": "S2a" + "shape": "S2m" }, "networkInterfacesToUpdate": { - "shape": "S2a" + "shape": "S2m" }, "networkInterfacesToRemove": { "type": "list", @@ -1536,10 +1593,10 @@ "name": {}, "description": {}, "nodesToAdd": { - "shape": "S6k" + "shape": "S79" }, "nodesToRemove": { - "shape": "S6k" + "shape": "S79" }, "status": {} } @@ -1567,13 +1624,13 @@ "name": {}, "description": {}, "nodesToAdd": { - "shape": "S2r" + "shape": "S36" }, "nodesToUpdate": { - "shape": "S2r" + "shape": "S36" }, "nodesToRemove": { - "shape": "S6k" + "shape": "S79" } } }, @@ -1811,11 +1868,88 @@ "type": "integer" } } + }, + "messageSignal": { + "type": "structure", + "required": [ + "topicName", + "structuredMessage" + ], + "members": { + "topicName": {}, + "structuredMessage": { + "shape": "S2c" + } + } } } } }, - "S2a": { + "S2c": { + "type": "structure", + "members": { + "primitiveMessageDefinition": { + "type": "structure", + "members": { + "ros2PrimitiveMessageDefinition": { + "type": "structure", + "required": [ + "primitiveType" + ], + "members": { + "primitiveType": {}, + "offset": { + "type": "double" + }, + "scaling": { + "type": "double" + }, + "upperBound": { + "type": "long" + } + } + } + }, + "union": true + }, + "structuredMessageListDefinition": { + "type": "structure", + "required": [ + "name", + "memberType", + "listType" + ], + "members": { + "name": {}, + "memberType": { + "shape": "S2c" + }, + "listType": {}, + "capacity": { + "type": "integer" + } + } + }, + "structuredMessageDefinition": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "fieldName", + "dataType" + ], + "members": { + "fieldName": {}, + "dataType": { + "shape": "S2c" + } + } + } + } + }, + "union": true + }, + "S2m": { "type": "list", "member": { "type": "structure", @@ -1862,15 +1996,26 @@ "type": "boolean" } } + }, + "vehicleMiddleware": { + "type": "structure", + "required": [ + "name", + "protocolName" + ], + "members": { + "name": {}, + "protocolName": {} + } } } } }, - "S2o": { + "S33": { "type": "list", "member": {} }, - "S2r": { + "S36": { "type": "list", "member": { "type": "structure", @@ -1899,7 +2044,7 @@ "description": {}, "unit": {}, "allowedValues": { - "shape": "S2o" + "shape": "S33" }, "min": { "type": "double" @@ -1908,7 +2053,8 @@ "type": "double" }, "deprecationMessage": {}, - "comment": {} + "comment": {}, + "structFullyQualifiedName": {} } }, "actuator": { @@ -1923,7 +2069,7 @@ "description": {}, "unit": {}, "allowedValues": { - "shape": "S2o" + "shape": "S33" }, "min": { "type": "double" @@ -1936,7 +2082,8 @@ "deprecatedMessage": "assignedValue is no longer in use" }, "deprecationMessage": {}, - "comment": {} + "comment": {}, + "structFullyQualifiedName": {} } }, "attribute": { @@ -1951,7 +2098,7 @@ "description": {}, "unit": {}, "allowedValues": { - "shape": "S2o" + "shape": "S33" }, "min": { "type": "double" @@ -1967,12 +2114,40 @@ "deprecationMessage": {}, "comment": {} } + }, + "struct": { + "type": "structure", + "required": [ + "fullyQualifiedName" + ], + "members": { + "fullyQualifiedName": {}, + "description": {}, + "deprecationMessage": {}, + "comment": {} + } + }, + "property": { + "type": "structure", + "required": [ + "fullyQualifiedName", + "dataType" + ], + "members": { + "fullyQualifiedName": {}, + "dataType": {}, + "dataEncoding": {}, + "description": {}, + "deprecationMessage": {}, + "comment": {}, + "structFullyQualifiedName": {} + } } }, "union": true } }, - "S3q": { + "S4e": { "type": "structure", "required": [ "logType" @@ -1982,7 +2157,7 @@ "logGroupName": {} } }, - "S62": { + "S6r": { "type": "structure", "required": [ "timestreamDatabaseName", @@ -1993,7 +2168,7 @@ "timestreamTableName": {} } }, - "S63": { + "S6s": { "type": "structure", "required": [ "roleArn" @@ -2002,7 +2177,7 @@ "roleArn": {} } }, - "S6k": { + "S79": { "type": "list", "member": {} } diff --git a/iamlivecore/service/iotsitewise-2019-12-02.min.json b/iamlivecore/service/iotsitewise-2019-12-02.min.json index 49e5a07..ee02646 100644 --- a/iamlivecore/service/iotsitewise-2019-12-02.min.json +++ b/iamlivecore/service/iotsitewise-2019-12-02.min.json @@ -89,7 +89,7 @@ "locationName": "projectId" }, "assetIds": { - "shape": "S7" + "shape": "S8" }, "clientToken": { "idempotencyToken": true @@ -102,7 +102,7 @@ "errors": { "type": "list", "member": { - "shape": "Sa" + "shape": "Sb" } } } @@ -128,7 +128,7 @@ "locationName": "projectId" }, "assetIds": { - "shape": "S7" + "shape": "S8" }, "clientToken": { "idempotencyToken": true @@ -141,7 +141,7 @@ "errors": { "type": "list", "member": { - "shape": "Sa" + "shape": "Sb" } } } @@ -177,7 +177,7 @@ "propertyId": {}, "propertyAlias": {}, "aggregateTypes": { - "shape": "Sl" + "shape": "Sm" }, "resolution": {}, "startDate": { @@ -187,7 +187,7 @@ "type": "timestamp" }, "qualities": { - "shape": "Sp" + "shape": "Sq" }, "timeOrdering": {} } @@ -234,7 +234,7 @@ "members": { "entryId": {}, "aggregatedValues": { - "shape": "S11" + "shape": "S12" } } } @@ -335,7 +335,7 @@ "members": { "entryId": {}, "assetPropertyValue": { - "shape": "S1i" + "shape": "S1j" } } } @@ -403,7 +403,7 @@ "type": "timestamp" }, "qualities": { - "shape": "Sp" + "shape": "Sq" }, "timeOrdering": {} } @@ -450,7 +450,7 @@ "members": { "entryId": {}, "assetPropertyValueHistory": { - "shape": "S24" + "shape": "S25" } } } @@ -515,7 +515,7 @@ "propertyValues": { "type": "list", "member": { - "shape": "S1i" + "shape": "S1j" } } } @@ -554,7 +554,7 @@ "timestamps": { "type": "list", "member": { - "shape": "S1o" + "shape": "S1p" } } } @@ -583,17 +583,17 @@ ], "members": { "accessPolicyIdentity": { - "shape": "S2k" + "shape": "S2l" }, "accessPolicyResource": { - "shape": "S2r" + "shape": "S2s" }, "accessPolicyPermission": {}, "clientToken": { "idempotencyToken": true }, "tags": { - "shape": "S2v" + "shape": "S2w" } } }, @@ -630,9 +630,11 @@ "idempotencyToken": true }, "tags": { - "shape": "S2v" + "shape": "S2w" }, - "assetDescription": {} + "assetDescription": {}, + "assetId": {}, + "assetExternalId": {} } }, "output": { @@ -646,7 +648,7 @@ "assetId": {}, "assetArn": {}, "assetStatus": { - "shape": "S33" + "shape": "S35" } } }, @@ -668,7 +670,7 @@ "assetModelName": {}, "assetModelDescription": {}, "assetModelProperties": { - "shape": "S3c" + "shape": "S3e" }, "assetModelHierarchies": { "type": "list", @@ -680,7 +682,9 @@ ], "members": { "name": {}, - "childAssetModelId": {} + "childAssetModelId": {}, + "id": {}, + "externalId": {} } } }, @@ -697,8 +701,10 @@ "description": {}, "type": {}, "properties": { - "shape": "S3c" - } + "shape": "S3e" + }, + "id": {}, + "externalId": {} } } }, @@ -706,8 +712,11 @@ "idempotencyToken": true }, "tags": { - "shape": "S2v" - } + "shape": "S2w" + }, + "assetModelId": {}, + "assetModelExternalId": {}, + "assetModelType": {} } }, "output": { @@ -721,7 +730,60 @@ "assetModelId": {}, "assetModelArn": {}, "assetModelStatus": { - "shape": "S47" + "shape": "S4c" + } + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, + "CreateAssetModelCompositeModel": { + "http": { + "requestUri": "/asset-models/{assetModelId}/composite-models", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "assetModelId", + "assetModelCompositeModelName", + "assetModelCompositeModelType" + ], + "members": { + "assetModelId": { + "location": "uri", + "locationName": "assetModelId" + }, + "parentAssetModelCompositeModelId": {}, + "assetModelCompositeModelExternalId": {}, + "assetModelCompositeModelId": {}, + "assetModelCompositeModelDescription": {}, + "assetModelCompositeModelName": {}, + "assetModelCompositeModelType": {}, + "clientToken": { + "idempotencyToken": true + }, + "composedAssetModelId": {}, + "assetModelCompositeModelProperties": { + "shape": "S3e" + } + } + }, + "output": { + "type": "structure", + "required": [ + "assetModelCompositeModelId", + "assetModelCompositeModelPath", + "assetModelStatus" + ], + "members": { + "assetModelCompositeModelId": {}, + "assetModelCompositeModelPath": { + "shape": "S4g" + }, + "assetModelStatus": { + "shape": "S4c" } } }, @@ -747,13 +809,19 @@ "jobName": {}, "jobRoleArn": {}, "files": { - "shape": "S4a" + "shape": "S4j" }, "errorReportLocation": { - "shape": "S4e" + "shape": "S4n" }, "jobConfiguration": { - "shape": "S4f" + "shape": "S4o" + }, + "adaptiveIngestion": { + "type": "boolean" + }, + "deleteFilesAfterImport": { + "type": "boolean" } } }, @@ -795,7 +863,7 @@ "idempotencyToken": true }, "tags": { - "shape": "S2v" + "shape": "S2w" } } }, @@ -828,10 +896,10 @@ "members": { "gatewayName": {}, "gatewayPlatform": { - "shape": "S4q" + "shape": "S52" }, "tags": { - "shape": "S2v" + "shape": "S2w" } } }, @@ -870,16 +938,16 @@ "idempotencyToken": true }, "portalLogoImageFile": { - "shape": "S4x" + "shape": "S59" }, "roleArn": {}, "tags": { - "shape": "S2v" + "shape": "S2w" }, "portalAuthMode": {}, "notificationSenderEmail": {}, "alarms": { - "shape": "S51" + "shape": "S5d" } } }, @@ -897,7 +965,7 @@ "portalArn": {}, "portalStartUrl": {}, "portalStatus": { - "shape": "S54" + "shape": "S5g" }, "ssoApplicationId": {} } @@ -925,7 +993,7 @@ "idempotencyToken": true }, "tags": { - "shape": "S2v" + "shape": "S2w" } } }, @@ -1005,7 +1073,7 @@ ], "members": { "assetStatus": { - "shape": "S33" + "shape": "S35" } } }, @@ -1043,7 +1111,50 @@ ], "members": { "assetModelStatus": { - "shape": "S47" + "shape": "S4c" + } + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, + "DeleteAssetModelCompositeModel": { + "http": { + "method": "DELETE", + "requestUri": "/asset-models/{assetModelId}/composite-models/{assetModelCompositeModelId}", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "assetModelId", + "assetModelCompositeModelId" + ], + "members": { + "assetModelId": { + "location": "uri", + "locationName": "assetModelId" + }, + "assetModelCompositeModelId": { + "location": "uri", + "locationName": "assetModelCompositeModelId" + }, + "clientToken": { + "idempotencyToken": true, + "location": "querystring", + "locationName": "clientToken" + } + } + }, + "output": { + "type": "structure", + "required": [ + "assetModelStatus" + ], + "members": { + "assetModelStatus": { + "shape": "S4c" } } }, @@ -1133,7 +1244,7 @@ ], "members": { "portalStatus": { - "shape": "S54" + "shape": "S5g" } } }, @@ -1233,10 +1344,10 @@ "accessPolicyId": {}, "accessPolicyArn": {}, "accessPolicyIdentity": { - "shape": "S2k" + "shape": "S2l" }, "accessPolicyResource": { - "shape": "S2r" + "shape": "S2s" }, "accessPolicyPermission": {}, "accessPolicyCreationDate": { @@ -1251,6 +1362,50 @@ "hostPrefix": "monitor." } }, + "DescribeAction": { + "http": { + "method": "GET", + "requestUri": "/actions/{actionId}" + }, + "input": { + "type": "structure", + "required": [ + "actionId" + ], + "members": { + "actionId": { + "location": "uri", + "locationName": "actionId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "actionId", + "targetResource", + "actionDefinitionId", + "actionPayload", + "executionTime" + ], + "members": { + "actionId": {}, + "targetResource": { + "shape": "S68" + }, + "actionDefinitionId": {}, + "actionPayload": { + "shape": "S69" + }, + "executionTime": { + "type": "timestamp" + } + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, "DescribeAsset": { "http": { "method": "GET", @@ -1292,10 +1447,10 @@ "assetName": {}, "assetModelId": {}, "assetProperties": { - "shape": "S5v" + "shape": "S6e" }, "assetHierarchies": { - "shape": "S60" + "shape": "S6l" }, "assetCompositeModels": { "type": "list", @@ -1311,9 +1466,10 @@ "description": {}, "type": {}, "properties": { - "shape": "S5v" + "shape": "S6e" }, - "id": {} + "id": {}, + "externalId": {} } } }, @@ -1324,9 +1480,72 @@ "type": "timestamp" }, "assetStatus": { - "shape": "S33" + "shape": "S35" + }, + "assetDescription": {}, + "assetCompositeModelSummaries": { + "shape": "S6p" + }, + "assetExternalId": {} + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, + "DescribeAssetCompositeModel": { + "http": { + "method": "GET", + "requestUri": "/assets/{assetId}/composite-models/{assetCompositeModelId}" + }, + "input": { + "type": "structure", + "required": [ + "assetId", + "assetCompositeModelId" + ], + "members": { + "assetId": { + "location": "uri", + "locationName": "assetId" + }, + "assetCompositeModelId": { + "location": "uri", + "locationName": "assetCompositeModelId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "assetId", + "assetCompositeModelId", + "assetCompositeModelPath", + "assetCompositeModelName", + "assetCompositeModelDescription", + "assetCompositeModelType", + "assetCompositeModelProperties", + "assetCompositeModelSummaries" + ], + "members": { + "assetId": {}, + "assetCompositeModelId": {}, + "assetCompositeModelExternalId": {}, + "assetCompositeModelPath": { + "shape": "S6r" + }, + "assetCompositeModelName": {}, + "assetCompositeModelDescription": {}, + "assetCompositeModelType": {}, + "assetCompositeModelProperties": { + "shape": "S6e" + }, + "assetCompositeModelSummaries": { + "shape": "S6p" }, - "assetDescription": {} + "actionDefinitions": { + "shape": "S6v" + } } }, "endpoint": { @@ -1374,13 +1593,13 @@ "assetModelName": {}, "assetModelDescription": {}, "assetModelProperties": { - "shape": "S66" + "shape": "S6z" }, "assetModelHierarchies": { - "shape": "S68" + "shape": "S71" }, "assetModelCompositeModels": { - "shape": "S6a" + "shape": "S73" }, "assetModelCreationDate": { "type": "timestamp" @@ -1389,7 +1608,85 @@ "type": "timestamp" }, "assetModelStatus": { - "shape": "S47" + "shape": "S4c" + }, + "assetModelType": {}, + "assetModelCompositeModelSummaries": { + "shape": "S75" + }, + "assetModelExternalId": {} + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, + "DescribeAssetModelCompositeModel": { + "http": { + "method": "GET", + "requestUri": "/asset-models/{assetModelId}/composite-models/{assetModelCompositeModelId}" + }, + "input": { + "type": "structure", + "required": [ + "assetModelId", + "assetModelCompositeModelId" + ], + "members": { + "assetModelId": { + "location": "uri", + "locationName": "assetModelId" + }, + "assetModelCompositeModelId": { + "location": "uri", + "locationName": "assetModelCompositeModelId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "assetModelId", + "assetModelCompositeModelId", + "assetModelCompositeModelPath", + "assetModelCompositeModelName", + "assetModelCompositeModelDescription", + "assetModelCompositeModelType", + "assetModelCompositeModelProperties", + "assetModelCompositeModelSummaries" + ], + "members": { + "assetModelId": {}, + "assetModelCompositeModelId": {}, + "assetModelCompositeModelExternalId": {}, + "assetModelCompositeModelPath": { + "shape": "S4g" + }, + "assetModelCompositeModelName": {}, + "assetModelCompositeModelDescription": {}, + "assetModelCompositeModelType": {}, + "assetModelCompositeModelProperties": { + "shape": "S6z" + }, + "compositionDetails": { + "type": "structure", + "members": { + "compositionRelationship": { + "type": "list", + "member": { + "type": "structure", + "members": { + "id": {} + } + } + } + } + }, + "assetModelCompositeModelSummaries": { + "shape": "S75" + }, + "actionDefinitions": { + "shape": "S6v" } } }, @@ -1431,7 +1728,7 @@ "assetName": {}, "assetModelId": {}, "assetProperty": { - "shape": "S6e" + "shape": "S7e" }, "compositeModel": { "type": "structure", @@ -1444,11 +1741,13 @@ "name": {}, "type": {}, "assetProperty": { - "shape": "S6e" + "shape": "S7e" }, - "id": {} + "id": {}, + "externalId": {} } - } + }, + "assetExternalId": {} } }, "endpoint": { @@ -1491,19 +1790,25 @@ "jobStatus": {}, "jobRoleArn": {}, "files": { - "shape": "S4a" + "shape": "S4j" }, "errorReportLocation": { - "shape": "S4e" + "shape": "S4n" }, "jobConfiguration": { - "shape": "S4f" + "shape": "S4o" }, "jobCreationDate": { "type": "timestamp" }, "jobLastUpdateDate": { "type": "timestamp" + }, + "adaptiveIngestion": { + "type": "boolean" + }, + "deleteFilesAfterImport": { + "type": "boolean" } } }, @@ -1578,7 +1883,7 @@ "encryptionType": {}, "kmsKeyArn": {}, "configurationStatus": { - "shape": "S6n" + "shape": "S7n" } } }, @@ -1618,10 +1923,10 @@ "gatewayName": {}, "gatewayArn": {}, "gatewayPlatform": { - "shape": "S4q" + "shape": "S52" }, "gatewayCapabilitySummaries": { - "shape": "S6s" + "shape": "S7s" }, "creationDate": { "type": "timestamp" @@ -1692,7 +1997,7 @@ ], "members": { "loggingOptions": { - "shape": "S71" + "shape": "S81" } } }, @@ -1740,7 +2045,7 @@ "portalStartUrl": {}, "portalContactEmail": {}, "portalStatus": { - "shape": "S54" + "shape": "S5g" }, "portalCreationDate": { "type": "timestamp" @@ -1763,7 +2068,7 @@ "portalAuthMode": {}, "notificationSenderEmail": {}, "alarms": { - "shape": "S51" + "shape": "S5d" } } }, @@ -1835,17 +2140,21 @@ "members": { "storageType": {}, "multiLayerStorage": { - "shape": "S7c" + "shape": "S8c" }, "disassociatedDataStorage": {}, "retentionPeriod": { - "shape": "S7f" + "shape": "S8f" }, "configurationStatus": { - "shape": "S6n" + "shape": "S7n" }, "lastUpdateDate": { "type": "timestamp" + }, + "warmTier": {}, + "warmTierRetentionPeriod": { + "shape": "S8j" } } }, @@ -1964,6 +2273,90 @@ "hostPrefix": "api." } }, + "ExecuteAction": { + "http": { + "requestUri": "/actions", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "targetResource", + "actionDefinitionId", + "actionPayload" + ], + "members": { + "targetResource": { + "shape": "S68" + }, + "actionDefinitionId": {}, + "actionPayload": { + "shape": "S69" + }, + "clientToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "actionId" + ], + "members": { + "actionId": {} + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, + "ExecuteQuery": { + "http": { + "requestUri": "/queries/execution" + }, + "input": { + "type": "structure", + "required": [ + "queryStatement" + ], + "members": { + "queryStatement": {}, + "nextToken": {}, + "maxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "columns": { + "type": "list", + "member": { + "type": "structure", + "members": { + "name": {}, + "type": { + "type": "structure", + "members": { + "scalarType": {} + } + } + } + } + }, + "rows": { + "type": "list", + "member": { + "shape": "S91" + } + }, + "nextToken": {} + } + }, + "endpoint": { + "hostPrefix": "data." + } + }, "GetAssetPropertyAggregates": { "http": { "method": "GET", @@ -1991,7 +2384,7 @@ "locationName": "propertyAlias" }, "aggregateTypes": { - "shape": "Sl", + "shape": "Sm", "location": "querystring", "locationName": "aggregateTypes" }, @@ -2000,7 +2393,7 @@ "locationName": "resolution" }, "qualities": { - "shape": "Sp", + "shape": "Sq", "location": "querystring", "locationName": "qualities" }, @@ -2036,7 +2429,7 @@ ], "members": { "aggregatedValues": { - "shape": "S11" + "shape": "S12" }, "nextToken": {} } @@ -2071,7 +2464,7 @@ "type": "structure", "members": { "propertyValue": { - "shape": "S1i" + "shape": "S1j" } } }, @@ -2110,7 +2503,7 @@ "type": "timestamp" }, "qualities": { - "shape": "Sp", + "shape": "Sq", "location": "querystring", "locationName": "qualities" }, @@ -2136,7 +2529,7 @@ ], "members": { "assetPropertyValueHistory": { - "shape": "S24" + "shape": "S25" }, "nextToken": {} } @@ -2237,10 +2630,10 @@ ], "members": { "timestamp": { - "shape": "S1o" + "shape": "S1p" }, "value": { - "shape": "S1j" + "shape": "S1k" } } } @@ -2311,10 +2704,10 @@ "members": { "id": {}, "identity": { - "shape": "S2k" + "shape": "S2l" }, "resource": { - "shape": "S2r" + "shape": "S2s" }, "permission": {}, "creationDate": { @@ -2330,7 +2723,107 @@ } }, "endpoint": { - "hostPrefix": "monitor." + "hostPrefix": "monitor." + } + }, + "ListActions": { + "http": { + "method": "GET", + "requestUri": "/actions" + }, + "input": { + "type": "structure", + "required": [ + "targetResourceType", + "targetResourceId" + ], + "members": { + "targetResourceType": { + "location": "querystring", + "locationName": "targetResourceType" + }, + "targetResourceId": { + "location": "querystring", + "locationName": "targetResourceId" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "actionSummaries", + "nextToken" + ], + "members": { + "actionSummaries": { + "type": "list", + "member": { + "type": "structure", + "members": { + "actionId": {}, + "actionDefinitionId": {}, + "targetResource": { + "shape": "S68" + } + } + } + }, + "nextToken": {} + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, + "ListAssetModelCompositeModels": { + "http": { + "method": "GET", + "requestUri": "/asset-models/{assetModelId}/composite-models" + }, + "input": { + "type": "structure", + "required": [ + "assetModelId" + ], + "members": { + "assetModelId": { + "location": "uri", + "locationName": "assetModelId" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "assetModelCompositeModelSummaries" + ], + "members": { + "assetModelCompositeModelSummaries": { + "shape": "S75" + }, + "nextToken": {} + } + }, + "endpoint": { + "hostPrefix": "api." } }, "ListAssetModelProperties": { @@ -2385,9 +2878,13 @@ "dataTypeSpec": {}, "unit": {}, "type": { - "shape": "S3g" + "shape": "S3i" + }, + "assetModelCompositeModelId": {}, + "path": { + "shape": "S3w" }, - "assetModelCompositeModelId": {} + "externalId": {} } } }, @@ -2414,6 +2911,12 @@ "location": "querystring", "locationName": "maxResults", "type": "integer" + }, + "assetModelTypes": { + "location": "querystring", + "locationName": "assetModelTypes", + "type": "list", + "member": {} } } }, @@ -2448,8 +2951,10 @@ "type": "timestamp" }, "status": { - "shape": "S47" - } + "shape": "S4c" + }, + "assetModelType": {}, + "externalId": {} } } }, @@ -2500,14 +3005,21 @@ "type": "list", "member": { "type": "structure", + "required": [ + "id" + ], "members": { "id": {}, "alias": {}, "unit": {}, "notification": { - "shape": "S5x" + "shape": "S6g" }, - "assetCompositeModelId": {} + "assetCompositeModelId": {}, + "path": { + "shape": "S6j" + }, + "externalId": {} } } }, @@ -2640,12 +3152,13 @@ "type": "timestamp" }, "status": { - "shape": "S33" + "shape": "S35" }, "hierarchies": { - "shape": "S60" + "shape": "S6l" }, - "description": {} + "description": {}, + "externalId": {} } } }, @@ -2722,12 +3235,13 @@ "type": "timestamp" }, "status": { - "shape": "S33" + "shape": "S35" }, "hierarchies": { - "shape": "S60" + "shape": "S6l" }, - "description": {} + "description": {}, + "externalId": {} } } }, @@ -2790,6 +3304,61 @@ "hostPrefix": "data." } }, + "ListCompositionRelationships": { + "http": { + "method": "GET", + "requestUri": "/asset-models/{assetModelId}/composition-relationships" + }, + "input": { + "type": "structure", + "required": [ + "assetModelId" + ], + "members": { + "assetModelId": { + "location": "uri", + "locationName": "assetModelId" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "compositionRelationshipSummaries" + ], + "members": { + "compositionRelationshipSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "assetModelId", + "assetModelCompositeModelId", + "assetModelCompositeModelType" + ], + "members": { + "assetModelId": {}, + "assetModelCompositeModelId": {}, + "assetModelCompositeModelType": {} + } + } + }, + "nextToken": {} + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, "ListDashboards": { "http": { "method": "GET", @@ -2890,10 +3459,10 @@ "gatewayId": {}, "gatewayName": {}, "gatewayPlatform": { - "shape": "S4q" + "shape": "S52" }, "gatewayCapabilitySummaries": { - "shape": "S6s" + "shape": "S7s" }, "creationDate": { "type": "timestamp" @@ -2957,7 +3526,7 @@ }, "roleArn": {}, "status": { - "shape": "S54" + "shape": "S5g" } } } @@ -3095,7 +3664,7 @@ "type": "structure", "members": { "tags": { - "shape": "S2v" + "shape": "S2w" } } }, @@ -3199,7 +3768,7 @@ "encryptionType": {}, "kmsKeyArn": {}, "configurationStatus": { - "shape": "S6n" + "shape": "S7n" } } }, @@ -3219,7 +3788,7 @@ ], "members": { "loggingOptions": { - "shape": "S71" + "shape": "S81" } } }, @@ -3243,11 +3812,15 @@ "members": { "storageType": {}, "multiLayerStorage": { - "shape": "S7c" + "shape": "S8c" }, "disassociatedDataStorage": {}, "retentionPeriod": { - "shape": "S7f" + "shape": "S8f" + }, + "warmTier": {}, + "warmTierRetentionPeriod": { + "shape": "S8j" } } }, @@ -3260,14 +3833,18 @@ "members": { "storageType": {}, "multiLayerStorage": { - "shape": "S7c" + "shape": "S8c" }, "disassociatedDataStorage": {}, "retentionPeriod": { - "shape": "S7f" + "shape": "S8f" }, "configurationStatus": { - "shape": "S6n" + "shape": "S7n" + }, + "warmTier": {}, + "warmTierRetentionPeriod": { + "shape": "S8j" } } }, @@ -3291,7 +3868,7 @@ "locationName": "resourceArn" }, "tags": { - "shape": "S2v" + "shape": "S2w" } } }, @@ -3355,10 +3932,10 @@ "locationName": "accessPolicyId" }, "accessPolicyIdentity": { - "shape": "S2k" + "shape": "S2l" }, "accessPolicyResource": { - "shape": "S2r" + "shape": "S2s" }, "accessPolicyPermission": {}, "clientToken": { @@ -3395,7 +3972,8 @@ "clientToken": { "idempotencyToken": true }, - "assetDescription": {} + "assetDescription": {}, + "assetExternalId": {} } }, "output": { @@ -3405,7 +3983,7 @@ ], "members": { "assetStatus": { - "shape": "S33" + "shape": "S35" } } }, @@ -3433,27 +4011,80 @@ "assetModelName": {}, "assetModelDescription": {}, "assetModelProperties": { - "shape": "S66" + "shape": "S6z" }, "assetModelHierarchies": { - "shape": "S68" + "shape": "S71" }, "assetModelCompositeModels": { - "shape": "S6a" + "shape": "S73" + }, + "clientToken": { + "idempotencyToken": true + }, + "assetModelExternalId": {} + } + }, + "output": { + "type": "structure", + "required": [ + "assetModelStatus" + ], + "members": { + "assetModelStatus": { + "shape": "S4c" + } + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, + "UpdateAssetModelCompositeModel": { + "http": { + "method": "PUT", + "requestUri": "/asset-models/{assetModelId}/composite-models/{assetModelCompositeModelId}", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "assetModelId", + "assetModelCompositeModelId", + "assetModelCompositeModelName" + ], + "members": { + "assetModelId": { + "location": "uri", + "locationName": "assetModelId" }, + "assetModelCompositeModelId": { + "location": "uri", + "locationName": "assetModelCompositeModelId" + }, + "assetModelCompositeModelExternalId": {}, + "assetModelCompositeModelDescription": {}, + "assetModelCompositeModelName": {}, "clientToken": { "idempotencyToken": true + }, + "assetModelCompositeModelProperties": { + "shape": "S6z" } } }, "output": { "type": "structure", "required": [ + "assetModelCompositeModelPath", "assetModelStatus" ], "members": { + "assetModelCompositeModelPath": { + "shape": "S4g" + }, "assetModelStatus": { - "shape": "S47" + "shape": "S4c" } } }, @@ -3613,7 +4244,7 @@ "members": { "id": {}, "file": { - "shape": "S4x" + "shape": "S59" } } }, @@ -3623,7 +4254,7 @@ }, "notificationSenderEmail": {}, "alarms": { - "shape": "S51" + "shape": "S5d" } } }, @@ -3634,7 +4265,7 @@ ], "members": { "portalStatus": { - "shape": "S54" + "shape": "S5g" } } }, @@ -3676,11 +4307,11 @@ } }, "shapes": { - "S7": { + "S8": { "type": "list", "member": {} }, - "Sa": { + "Sb": { "type": "structure", "required": [ "assetId", @@ -3693,15 +4324,15 @@ "message": {} } }, - "Sl": { + "Sm": { "type": "list", "member": {} }, - "Sp": { + "Sq": { "type": "list", "member": {} }, - "S11": { + "S12": { "type": "list", "member": { "type": "structure", @@ -3740,7 +4371,7 @@ } } }, - "S1i": { + "S1j": { "type": "structure", "required": [ "value", @@ -3748,15 +4379,15 @@ ], "members": { "value": { - "shape": "S1j" + "shape": "S1k" }, "timestamp": { - "shape": "S1o" + "shape": "S1p" }, "quality": {} } }, - "S1j": { + "S1k": { "type": "structure", "members": { "stringValue": {}, @@ -3771,7 +4402,7 @@ } } }, - "S1o": { + "S1p": { "type": "structure", "required": [ "timeInSeconds" @@ -3785,13 +4416,13 @@ } } }, - "S24": { + "S25": { "type": "list", "member": { - "shape": "S1i" + "shape": "S1j" } }, - "S2k": { + "S2l": { "type": "structure", "members": { "user": { @@ -3832,7 +4463,7 @@ } } }, - "S2r": { + "S2s": { "type": "structure", "members": { "portal": { @@ -3855,12 +4486,12 @@ } } }, - "S2v": { + "S2w": { "type": "map", "key": {}, "value": {} }, - "S33": { + "S35": { "type": "structure", "required": [ "state" @@ -3868,11 +4499,11 @@ "members": { "state": {}, "error": { - "shape": "S35" + "shape": "S37" } } }, - "S35": { + "S37": { "type": "structure", "required": [ "code", @@ -3897,7 +4528,7 @@ } } }, - "S3c": { + "S3e": { "type": "list", "member": { "type": "structure", @@ -3912,12 +4543,14 @@ "dataTypeSpec": {}, "unit": {}, "type": { - "shape": "S3g" - } + "shape": "S3i" + }, + "id": {}, + "externalId": {} } } }, - "S3g": { + "S3i": { "type": "structure", "members": { "attribute": { @@ -3936,7 +4569,7 @@ ], "members": { "forwardingConfig": { - "shape": "S3l" + "shape": "S3n" } } } @@ -3951,7 +4584,7 @@ "members": { "expression": {}, "variables": { - "shape": "S3p" + "shape": "S3r" }, "processingConfig": { "type": "structure", @@ -3961,7 +4594,7 @@ "members": { "computeLocation": {}, "forwardingConfig": { - "shape": "S3l" + "shape": "S3n" } } } @@ -3977,7 +4610,7 @@ "members": { "expression": {}, "variables": { - "shape": "S3p" + "shape": "S3r" }, "window": { "type": "structure", @@ -4007,7 +4640,7 @@ } } }, - "S3l": { + "S3n": { "type": "structure", "required": [ "state" @@ -4016,7 +4649,7 @@ "state": {} } }, - "S3p": { + "S3r": { "type": "list", "member": { "type": "structure", @@ -4028,18 +4661,28 @@ "name": {}, "value": { "type": "structure", - "required": [ - "propertyId" - ], "members": { "propertyId": {}, - "hierarchyId": {} + "hierarchyId": {}, + "propertyPath": { + "shape": "S3w" + } } } } } }, - "S47": { + "S3w": { + "type": "list", + "member": { + "type": "structure", + "members": { + "id": {}, + "name": {} + } + } + }, + "S4c": { "type": "structure", "required": [ "state" @@ -4047,11 +4690,21 @@ "members": { "state": {}, "error": { - "shape": "S35" + "shape": "S37" + } + } + }, + "S4g": { + "type": "list", + "member": { + "type": "structure", + "members": { + "id": {}, + "name": {} } } }, - "S4a": { + "S4j": { "type": "list", "member": { "type": "structure", @@ -4066,7 +4719,7 @@ } } }, - "S4e": { + "S4n": { "type": "structure", "required": [ "bucket", @@ -4077,7 +4730,7 @@ "prefix": {} } }, - "S4f": { + "S4o": { "type": "structure", "required": [ "fileFormat" @@ -4088,18 +4741,25 @@ "members": { "csv": { "type": "structure", + "required": [ + "columnNames" + ], "members": { "columnNames": { "type": "list", "member": {} } } + }, + "parquet": { + "type": "structure", + "members": {} } } } } }, - "S4q": { + "S52": { "type": "structure", "members": { "greengrass": { @@ -4122,7 +4782,7 @@ } } }, - "S4x": { + "S59": { "type": "structure", "required": [ "data", @@ -4135,7 +4795,7 @@ "type": {} } }, - "S51": { + "S5d": { "type": "structure", "required": [ "alarmRoleArn" @@ -4145,7 +4805,7 @@ "notificationLambdaArn": {} } }, - "S54": { + "S5g": { "type": "structure", "required": [ "state" @@ -4161,7 +4821,25 @@ } } }, - "S5v": { + "S68": { + "type": "structure", + "required": [ + "assetId" + ], + "members": { + "assetId": {} + } + }, + "S69": { + "type": "structure", + "required": [ + "stringValue" + ], + "members": { + "stringValue": {} + } + }, + "S6e": { "type": "list", "member": { "type": "structure", @@ -4175,15 +4853,19 @@ "name": {}, "alias": {}, "notification": { - "shape": "S5x" + "shape": "S6g" }, "dataType": {}, "dataTypeSpec": {}, - "unit": {} + "unit": {}, + "path": { + "shape": "S6j" + }, + "externalId": {} } } }, - "S5x": { + "S6g": { "type": "structure", "required": [ "topic", @@ -4194,20 +4876,80 @@ "state": {} } }, - "S60": { + "S6j": { + "type": "list", + "member": { + "type": "structure", + "members": { + "id": {}, + "name": {} + } + } + }, + "S6l": { "type": "list", "member": { "type": "structure", "required": [ "name" ], + "members": { + "id": {}, + "name": {}, + "externalId": {} + } + } + }, + "S6p": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "id", + "name", + "type", + "description", + "path" + ], + "members": { + "id": {}, + "externalId": {}, + "name": {}, + "type": {}, + "description": {}, + "path": { + "shape": "S6r" + } + } + } + }, + "S6r": { + "type": "list", + "member": { + "type": "structure", "members": { "id": {}, "name": {} } } }, - "S66": { + "S6v": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "actionDefinitionId", + "actionName", + "actionType" + ], + "members": { + "actionDefinitionId": {}, + "actionName": {}, + "actionType": {} + } + } + }, + "S6z": { "type": "list", "member": { "type": "structure", @@ -4223,12 +4965,16 @@ "dataTypeSpec": {}, "unit": {}, "type": { - "shape": "S3g" - } + "shape": "S3i" + }, + "path": { + "shape": "S3w" + }, + "externalId": {} } } }, - "S68": { + "S71": { "type": "list", "member": { "type": "structure", @@ -4239,11 +4985,12 @@ "members": { "id": {}, "name": {}, - "childAssetModelId": {} + "childAssetModelId": {}, + "externalId": {} } } }, - "S6a": { + "S73": { "type": "list", "member": { "type": "structure", @@ -4256,13 +5003,35 @@ "description": {}, "type": {}, "properties": { - "shape": "S66" + "shape": "S6z" }, - "id": {} + "id": {}, + "externalId": {} } } }, - "S6e": { + "S75": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "id", + "name", + "type" + ], + "members": { + "id": {}, + "externalId": {}, + "name": {}, + "type": {}, + "description": {}, + "path": { + "shape": "S4g" + } + } + } + }, + "S7e": { "type": "structure", "required": [ "id", @@ -4274,16 +5043,20 @@ "name": {}, "alias": {}, "notification": { - "shape": "S5x" + "shape": "S6g" }, "dataType": {}, "unit": {}, "type": { - "shape": "S3g" - } + "shape": "S3i" + }, + "path": { + "shape": "S6j" + }, + "externalId": {} } }, - "S6n": { + "S7n": { "type": "structure", "required": [ "state" @@ -4303,7 +5076,7 @@ } } }, - "S6s": { + "S7s": { "type": "list", "member": { "type": "structure", @@ -4317,7 +5090,7 @@ } } }, - "S71": { + "S81": { "type": "structure", "required": [ "level" @@ -4326,7 +5099,7 @@ "level": {} } }, - "S7c": { + "S8c": { "type": "structure", "required": [ "customerManagedS3Storage" @@ -4345,7 +5118,18 @@ } } }, - "S7f": { + "S8f": { + "type": "structure", + "members": { + "numberOfDays": { + "type": "integer" + }, + "unlimited": { + "type": "boolean" + } + } + }, + "S8j": { "type": "structure", "members": { "numberOfDays": { @@ -4355,6 +5139,35 @@ "type": "boolean" } } + }, + "S91": { + "type": "structure", + "required": [ + "data" + ], + "members": { + "data": { + "shape": "S92" + } + } + }, + "S92": { + "type": "list", + "member": { + "type": "structure", + "members": { + "scalarValue": {}, + "arrayValue": { + "shape": "S92" + }, + "rowValue": { + "shape": "S91" + }, + "nullValue": { + "type": "boolean" + } + } + } } } } \ No newline at end of file diff --git a/iamlivecore/service/iottwinmaker-2021-11-29.min.json b/iamlivecore/service/iottwinmaker-2021-11-29.min.json index b0114cc..a824397 100644 --- a/iamlivecore/service/iottwinmaker-2021-11-29.min.json +++ b/iamlivecore/service/iottwinmaker-2021-11-29.min.json @@ -77,6 +77,50 @@ "hostPrefix": "data." } }, + "CancelMetadataTransferJob": { + "http": { + "method": "PUT", + "requestUri": "/metadata-transfer-jobs/{metadataTransferJobId}/cancel", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "metadataTransferJobId" + ], + "members": { + "metadataTransferJobId": { + "location": "uri", + "locationName": "metadataTransferJobId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "metadataTransferJobId", + "arn", + "updateDateTime", + "status" + ], + "members": { + "metadataTransferJobId": {}, + "arn": {}, + "updateDateTime": { + "type": "timestamp" + }, + "status": { + "shape": "Sw" + }, + "progress": { + "shape": "S11" + } + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, "CreateComponentType": { "http": { "requestUri": "/workspaces/{workspaceId}/component-types/{componentTypeId}", @@ -102,21 +146,24 @@ }, "description": {}, "propertyDefinitions": { - "shape": "Sv" + "shape": "S15" }, "extendsFrom": { - "shape": "S13" + "shape": "S1d" }, "functions": { - "shape": "S14" + "shape": "S1e" }, "tags": { - "shape": "S1b" + "shape": "S1l" }, "propertyGroups": { - "shape": "S1e" + "shape": "S1o" }, - "componentTypeName": {} + "componentTypeName": {}, + "compositeComponentTypes": { + "shape": "S1t" + } } }, "output": { @@ -166,17 +213,33 @@ "description": {}, "componentTypeId": {}, "properties": { - "shape": "S1q" + "shape": "S21" }, "propertyGroups": { - "shape": "S1t" + "shape": "S24" + } + } + } + }, + "compositeComponents": { + "type": "map", + "key": {}, + "value": { + "type": "structure", + "members": { + "description": {}, + "properties": { + "shape": "S21" + }, + "propertyGroups": { + "shape": "S24" } } } }, "parentEntityId": {}, "tags": { - "shape": "S1b" + "shape": "S1l" } } }, @@ -201,6 +264,51 @@ "hostPrefix": "api." } }, + "CreateMetadataTransferJob": { + "http": { + "requestUri": "/metadata-transfer-jobs", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "sources", + "destination" + ], + "members": { + "metadataTransferJobId": {}, + "description": {}, + "sources": { + "shape": "S2c" + }, + "destination": { + "shape": "S2t" + } + } + }, + "output": { + "type": "structure", + "required": [ + "metadataTransferJobId", + "arn", + "creationDateTime", + "status" + ], + "members": { + "metadataTransferJobId": {}, + "arn": {}, + "creationDateTime": { + "type": "timestamp" + }, + "status": { + "shape": "Sw" + } + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, "CreateScene": { "http": { "requestUri": "/workspaces/{workspaceId}/scenes", @@ -222,13 +330,13 @@ "contentLocation": {}, "description": {}, "capabilities": { - "shape": "S20" + "shape": "S31" }, "tags": { - "shape": "S1b" + "shape": "S1l" }, "sceneMetadata": { - "shape": "S22" + "shape": "S33" } } }, @@ -272,7 +380,7 @@ }, "syncRole": {}, "tags": { - "shape": "S1b" + "shape": "S1l" } } }, @@ -303,9 +411,7 @@ "input": { "type": "structure", "required": [ - "workspaceId", - "s3Location", - "role" + "workspaceId" ], "members": { "workspaceId": { @@ -316,7 +422,7 @@ "s3Location": {}, "role": {}, "tags": { - "shape": "S1b" + "shape": "S1l" } } }, @@ -501,7 +607,9 @@ }, "output": { "type": "structure", - "members": {} + "members": { + "message": {} + } }, "endpoint": { "hostPrefix": "api." @@ -606,11 +714,11 @@ "type": "map", "key": {}, "value": { - "shape": "S33" + "shape": "S45" } }, "extendsFrom": { - "shape": "S13" + "shape": "S1d" }, "functions": { "type": "map", @@ -619,11 +727,11 @@ "type": "structure", "members": { "requiredProperties": { - "shape": "S16" + "shape": "S1g" }, "scope": {}, "implementedBy": { - "shape": "S18" + "shape": "S1i" }, "isInherited": { "type": "boolean" @@ -645,7 +753,7 @@ "type": "boolean" }, "status": { - "shape": "S36" + "shape": "S48" }, "propertyGroups": { "type": "map", @@ -660,7 +768,7 @@ "members": { "groupType": {}, "propertyNames": { - "shape": "S1h" + "shape": "S1r" }, "isInherited": { "type": "boolean" @@ -669,7 +777,20 @@ } }, "syncSource": {}, - "componentTypeName": {} + "componentTypeName": {}, + "compositeComponentTypes": { + "type": "map", + "key": {}, + "value": { + "type": "structure", + "members": { + "componentTypeId": {}, + "isInherited": { + "type": "boolean" + } + } + } + } } }, "endpoint": { @@ -717,7 +838,7 @@ "entityName": {}, "arn": {}, "status": { - "shape": "S36" + "shape": "S48" }, "workspaceId": {}, "description": {}, @@ -731,7 +852,7 @@ "description": {}, "componentTypeId": {}, "status": { - "shape": "S36" + "shape": "S48" }, "definedIn": {}, "properties": { @@ -741,36 +862,34 @@ "type": "structure", "members": { "definition": { - "shape": "S33" + "shape": "S45" }, "value": { - "shape": "Sd" + "shape": "Se" + }, + "areAllPropertyValuesReturned": { + "type": "boolean" } } } }, "propertyGroups": { + "shape": "S4j" + }, + "syncSource": {}, + "areAllPropertiesReturned": { + "type": "boolean" + }, + "compositeComponents": { "type": "map", "key": {}, "value": { - "type": "structure", - "required": [ - "groupType", - "propertyNames", - "isInherited" - ], - "members": { - "groupType": {}, - "propertyNames": { - "shape": "S1h" - }, - "isInherited": { - "type": "boolean" - } - } + "shape": "S4m" } }, - "syncSource": {} + "areAllCompositeComponentsReturned": { + "type": "boolean" + } } } }, @@ -784,7 +903,70 @@ "updateDateTime": { "type": "timestamp" }, - "syncSource": {} + "syncSource": {}, + "areAllComponentsReturned": { + "type": "boolean" + } + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, + "GetMetadataTransferJob": { + "http": { + "method": "GET", + "requestUri": "/metadata-transfer-jobs/{metadataTransferJobId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "metadataTransferJobId" + ], + "members": { + "metadataTransferJobId": { + "location": "uri", + "locationName": "metadataTransferJobId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "metadataTransferJobId", + "arn", + "sources", + "destination", + "metadataTransferJobRole", + "creationDateTime", + "updateDateTime", + "status" + ], + "members": { + "metadataTransferJobId": {}, + "arn": {}, + "description": {}, + "sources": { + "shape": "S2c" + }, + "destination": { + "shape": "S2t" + }, + "metadataTransferJobRole": {}, + "reportUrl": {}, + "creationDateTime": { + "type": "timestamp" + }, + "updateDateTime": { + "type": "timestamp" + }, + "status": { + "shape": "Sw" + }, + "progress": { + "shape": "S11" + } } }, "endpoint": { @@ -808,10 +990,10 @@ ], "members": { "currentPricingPlan": { - "shape": "S3m" + "shape": "S4r" }, "pendingPricingPlan": { - "shape": "S3m" + "shape": "S4r" } } }, @@ -832,10 +1014,11 @@ ], "members": { "componentName": {}, + "componentPath": {}, "componentTypeId": {}, "entityId": {}, "selectedProperties": { - "shape": "S3u" + "shape": "S4z" }, "workspaceId": { "location": "uri", @@ -863,7 +1046,7 @@ } }, "propertyFilters": { - "shape": "S40" + "shape": "S55" } } } @@ -885,7 +1068,7 @@ "shape": "S5" }, "propertyValue": { - "shape": "Sd" + "shape": "Se" } } } @@ -899,7 +1082,7 @@ "type": "map", "key": {}, "value": { - "shape": "Sd" + "shape": "Se" } } } @@ -928,12 +1111,13 @@ }, "entityId": {}, "componentName": {}, + "componentPath": {}, "componentTypeId": {}, "selectedProperties": { - "shape": "S3u" + "shape": "S4z" }, "propertyFilters": { - "shape": "S40" + "shape": "S55" }, "startDateTime": { "deprecated": true, @@ -983,7 +1167,7 @@ "values": { "type": "list", "member": { - "shape": "Sb" + "shape": "Sc" } } } @@ -1042,10 +1226,10 @@ }, "description": {}, "capabilities": { - "shape": "S20" + "shape": "S31" }, "sceneMetadata": { - "shape": "S22" + "shape": "S33" }, "generatedSceneMetadata": { "type": "map", @@ -1104,7 +1288,7 @@ "syncSource": {}, "syncRole": {}, "status": { - "shape": "S4o" + "shape": "S5t" }, "creationDateTime": { "type": "timestamp" @@ -1141,8 +1325,6 @@ "required": [ "workspaceId", "arn", - "s3Location", - "role", "creationDateTime", "updateDateTime" ], @@ -1150,6 +1332,9 @@ "workspaceId": {}, "arn": {}, "description": {}, + "linkedServices": { + "shape": "S5x" + }, "s3Location": {}, "role": {}, "creationDateTime": { @@ -1228,7 +1413,7 @@ }, "description": {}, "status": { - "shape": "S36" + "shape": "S48" }, "componentTypeName": {} } @@ -1244,6 +1429,52 @@ "hostPrefix": "api." } }, + "ListComponents": { + "http": { + "requestUri": "/workspaces/{workspaceId}/entities/{entityId}/components-list", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "workspaceId", + "entityId" + ], + "members": { + "workspaceId": { + "location": "uri", + "locationName": "workspaceId" + }, + "entityId": { + "location": "uri", + "locationName": "entityId" + }, + "componentPath": {}, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "componentSummaries" + ], + "members": { + "componentSummaries": { + "type": "list", + "member": { + "shape": "S4m" + } + }, + "nextToken": {} + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, "ListEntities": { "http": { "requestUri": "/workspaces/{workspaceId}/entities-list", @@ -1298,7 +1529,7 @@ "arn": {}, "parentEntityId": {}, "status": { - "shape": "S36" + "shape": "S48" }, "description": {}, "hasChildEntities": { @@ -1320,6 +1551,138 @@ "hostPrefix": "api." } }, + "ListMetadataTransferJobs": { + "http": { + "requestUri": "/metadata-transfer-jobs-list", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "sourceType", + "destinationType" + ], + "members": { + "sourceType": {}, + "destinationType": {}, + "filters": { + "type": "list", + "member": { + "type": "structure", + "members": { + "workspaceId": {}, + "state": {} + }, + "union": true + } + }, + "nextToken": {}, + "maxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "metadataTransferJobSummaries" + ], + "members": { + "metadataTransferJobSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "metadataTransferJobId", + "arn", + "creationDateTime", + "updateDateTime", + "status" + ], + "members": { + "metadataTransferJobId": {}, + "arn": {}, + "creationDateTime": { + "type": "timestamp" + }, + "updateDateTime": { + "type": "timestamp" + }, + "status": { + "shape": "Sw" + }, + "progress": { + "shape": "S11" + } + } + } + }, + "nextToken": {} + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, + "ListProperties": { + "http": { + "requestUri": "/workspaces/{workspaceId}/properties-list", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "workspaceId", + "entityId" + ], + "members": { + "workspaceId": { + "location": "uri", + "locationName": "workspaceId" + }, + "componentName": {}, + "componentPath": {}, + "entityId": {}, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "propertySummaries" + ], + "members": { + "propertySummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "propertyName" + ], + "members": { + "definition": { + "shape": "S45" + }, + "propertyName": {}, + "value": { + "shape": "Se" + }, + "areAllPropertyValuesReturned": { + "type": "boolean" + } + } + } + }, + "nextToken": {} + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, "ListScenes": { "http": { "requestUri": "/workspaces/{workspaceId}/scenes-list", @@ -1409,7 +1772,7 @@ "workspaceId": {}, "syncSource": {}, "status": { - "shape": "S4o" + "shape": "S5t" }, "creationDateTime": { "type": "timestamp" @@ -1482,7 +1845,7 @@ "members": { "state": {}, "error": { - "shape": "S37" + "shape": "Sy" } } }, @@ -1521,7 +1884,7 @@ "type": "structure", "members": { "tags": { - "shape": "S1b" + "shape": "S1l" }, "nextToken": {} } @@ -1561,6 +1924,9 @@ "workspaceId": {}, "arn": {}, "description": {}, + "linkedServices": { + "shape": "S5x" + }, "creationDateTime": { "type": "timestamp" }, @@ -1591,7 +1957,7 @@ "members": { "resourceARN": {}, "tags": { - "shape": "S1b" + "shape": "S1l" } } }, @@ -1662,18 +2028,21 @@ }, "description": {}, "propertyDefinitions": { - "shape": "Sv" + "shape": "S15" }, "extendsFrom": { - "shape": "S13" + "shape": "S1d" }, "functions": { - "shape": "S14" + "shape": "S1e" }, "propertyGroups": { - "shape": "S1e" + "shape": "S1o" }, - "componentTypeName": {} + "componentTypeName": {}, + "compositeComponentTypes": { + "shape": "S1t" + } } }, "output": { @@ -1728,10 +2097,27 @@ "description": {}, "componentTypeId": {}, "propertyUpdates": { - "shape": "S1q" + "shape": "S21" }, "propertyGroupUpdates": { - "shape": "S1t" + "shape": "S24" + } + } + } + }, + "compositeComponentUpdates": { + "type": "map", + "key": {}, + "value": { + "type": "structure", + "members": { + "updateType": {}, + "description": {}, + "propertyUpdates": { + "shape": "S21" + }, + "propertyGroupUpdates": { + "shape": "S24" } } } @@ -1778,7 +2164,7 @@ "members": { "pricingMode": {}, "bundleNames": { - "shape": "S3o" + "shape": "S4t" } } }, @@ -1789,10 +2175,10 @@ ], "members": { "currentPricingPlan": { - "shape": "S3m" + "shape": "S4r" }, "pendingPricingPlan": { - "shape": "S3m" + "shape": "S4r" } } }, @@ -1824,10 +2210,10 @@ "contentLocation": {}, "description": {}, "capabilities": { - "shape": "S20" + "shape": "S31" }, "sceneMetadata": { - "shape": "S22" + "shape": "S33" } } }, @@ -1863,7 +2249,8 @@ "locationName": "workspaceId" }, "description": {}, - "role": {} + "role": {}, + "s3Location": {} } }, "output": { @@ -1895,7 +2282,7 @@ "propertyValues": { "type": "list", "member": { - "shape": "Sb" + "shape": "Sc" } } } @@ -1907,6 +2294,7 @@ ], "members": { "componentName": {}, + "componentPath": {}, "externalIdProperty": { "type": "map", "key": {}, @@ -1916,7 +2304,7 @@ "propertyName": {} } }, - "Sb": { + "Sc": { "type": "structure", "required": [ "value" @@ -1928,12 +2316,12 @@ "type": "timestamp" }, "value": { - "shape": "Sd" + "shape": "Se" }, "time": {} } }, - "Sd": { + "Se": { "type": "structure", "members": { "booleanValue": { @@ -1950,13 +2338,13 @@ }, "stringValue": {}, "listValue": { - "shape": "Si" + "shape": "Sj" }, "mapValue": { "type": "map", "key": {}, "value": { - "shape": "Sd" + "shape": "Se" } }, "relationshipValue": { @@ -1969,24 +2357,60 @@ "expression": {} } }, - "Si": { + "Sj": { "type": "list", "member": { - "shape": "Sd" + "shape": "Se" + } + }, + "Sw": { + "type": "structure", + "members": { + "state": {}, + "error": { + "shape": "Sy" + }, + "queuedPosition": { + "type": "integer" + } + } + }, + "Sy": { + "type": "structure", + "members": { + "code": {}, + "message": {} + } + }, + "S11": { + "type": "structure", + "members": { + "totalCount": { + "type": "integer" + }, + "succeededCount": { + "type": "integer" + }, + "skippedCount": { + "type": "integer" + }, + "failedCount": { + "type": "integer" + } } }, - "Sv": { + "S15": { "type": "map", "key": {}, "value": { - "shape": "Sw" + "shape": "S16" } }, - "Sw": { + "S16": { "type": "structure", "members": { "dataType": { - "shape": "Sx" + "shape": "S17" }, "isRequiredInEntity": { "type": "boolean" @@ -2001,15 +2425,15 @@ "type": "boolean" }, "defaultValue": { - "shape": "Sd" + "shape": "Se" }, "configuration": { - "shape": "S10" + "shape": "S1a" }, "displayName": {} } }, - "Sx": { + "S17": { "type": "structure", "required": [ "type" @@ -2017,10 +2441,10 @@ "members": { "type": {}, "nestedType": { - "shape": "Sx" + "shape": "S17" }, "allowedValues": { - "shape": "Si" + "shape": "Sj" }, "unitOfMeasure": {}, "relationship": { @@ -2032,36 +2456,36 @@ } } }, - "S10": { + "S1a": { "type": "map", "key": {}, "value": {} }, - "S13": { + "S1d": { "type": "list", "member": {} }, - "S14": { + "S1e": { "type": "map", "key": {}, "value": { "type": "structure", "members": { "requiredProperties": { - "shape": "S16" + "shape": "S1g" }, "scope": {}, "implementedBy": { - "shape": "S18" + "shape": "S1i" } } } }, - "S16": { + "S1g": { "type": "list", "member": {} }, - "S18": { + "S1i": { "type": "structure", "members": { "lambda": { @@ -2078,12 +2502,12 @@ } } }, - "S1b": { + "S1l": { "type": "map", "key": {}, "value": {} }, - "S1e": { + "S1o": { "type": "map", "key": {}, "value": { @@ -2091,32 +2515,42 @@ "members": { "groupType": {}, "propertyNames": { - "shape": "S1h" + "shape": "S1r" } } } }, - "S1h": { + "S1r": { "type": "list", "member": {} }, - "S1q": { + "S1t": { + "type": "map", + "key": {}, + "value": { + "type": "structure", + "members": { + "componentTypeId": {} + } + } + }, + "S21": { "type": "map", "key": {}, "value": { "type": "structure", "members": { "definition": { - "shape": "Sw" + "shape": "S16" }, "value": { - "shape": "Sd" + "shape": "Se" }, "updateType": {} } } }, - "S1t": { + "S24": { "type": "map", "key": {}, "value": { @@ -2124,22 +2558,146 @@ "members": { "groupType": {}, "propertyNames": { - "shape": "S1h" + "shape": "S1r" }, "updateType": {} } } }, - "S20": { + "S2c": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "type" + ], + "members": { + "type": {}, + "s3Configuration": { + "type": "structure", + "required": [ + "location" + ], + "members": { + "location": {} + } + }, + "iotSiteWiseConfiguration": { + "type": "structure", + "members": { + "filters": { + "type": "list", + "member": { + "type": "structure", + "members": { + "filterByAssetModel": { + "type": "structure", + "members": { + "assetModelId": {}, + "assetModelExternalId": {}, + "includeOffspring": { + "type": "boolean" + }, + "includeAssets": { + "type": "boolean" + } + } + }, + "filterByAsset": { + "type": "structure", + "members": { + "assetId": {}, + "assetExternalId": {}, + "includeOffspring": { + "type": "boolean" + }, + "includeAssetModel": { + "type": "boolean" + } + } + } + }, + "union": true + } + } + } + }, + "iotTwinMakerConfiguration": { + "type": "structure", + "required": [ + "workspace" + ], + "members": { + "workspace": {}, + "filters": { + "type": "list", + "member": { + "type": "structure", + "members": { + "filterByComponentType": { + "type": "structure", + "required": [ + "componentTypeId" + ], + "members": { + "componentTypeId": {} + } + }, + "filterByEntity": { + "type": "structure", + "required": [ + "entityId" + ], + "members": { + "entityId": {} + } + } + }, + "union": true + } + } + } + } + } + } + }, + "S2t": { + "type": "structure", + "required": [ + "type" + ], + "members": { + "type": {}, + "s3Configuration": { + "type": "structure", + "required": [ + "location" + ], + "members": { + "location": {} + } + }, + "iotTwinMakerConfiguration": { + "type": "structure", + "required": [ + "workspace" + ], + "members": { + "workspace": {} + } + } + } + }, + "S31": { "type": "list", "member": {} }, - "S22": { + "S33": { "type": "map", "key": {}, "value": {} }, - "S33": { + "S45": { "type": "structure", "required": [ "dataType", @@ -2153,7 +2711,7 @@ ], "members": { "dataType": { - "shape": "Sx" + "shape": "S17" }, "isTimeSeries": { "type": "boolean" @@ -2177,31 +2735,67 @@ "type": "boolean" }, "defaultValue": { - "shape": "Sd" + "shape": "Se" }, "configuration": { - "shape": "S10" + "shape": "S1a" }, "displayName": {} } }, - "S36": { + "S48": { "type": "structure", "members": { "state": {}, "error": { - "shape": "S37" + "shape": "Sy" + } + } + }, + "S4j": { + "type": "map", + "key": {}, + "value": { + "type": "structure", + "required": [ + "groupType", + "propertyNames", + "isInherited" + ], + "members": { + "groupType": {}, + "propertyNames": { + "shape": "S1r" + }, + "isInherited": { + "type": "boolean" + } } } }, - "S37": { + "S4m": { "type": "structure", + "required": [ + "componentName", + "componentTypeId", + "status" + ], "members": { - "code": {}, - "message": {} + "componentName": {}, + "componentTypeId": {}, + "definedIn": {}, + "description": {}, + "propertyGroups": { + "shape": "S4j" + }, + "status": { + "shape": "S48" + }, + "syncSource": {}, + "componentPath": {} } }, - "S3m": { + "S4r": { "type": "structure", "required": [ "effectiveDateTime", @@ -2220,7 +2814,7 @@ ], "members": { "bundleNames": { - "shape": "S3o" + "shape": "S4t" }, "pricingTier": {} } @@ -2235,15 +2829,15 @@ "updateReason": {} } }, - "S3o": { + "S4t": { "type": "list", "member": {} }, - "S3u": { + "S4z": { "type": "list", "member": {} }, - "S40": { + "S55": { "type": "list", "member": { "type": "structure", @@ -2251,19 +2845,23 @@ "propertyName": {}, "operator": {}, "value": { - "shape": "Sd" + "shape": "Se" } } } }, - "S4o": { + "S5t": { "type": "structure", "members": { "state": {}, "error": { - "shape": "S37" + "shape": "Sy" } } + }, + "S5x": { + "type": "list", + "member": {} } } } \ No newline at end of file diff --git a/iamlivecore/service/iotwireless-2020-11-22.min.json b/iamlivecore/service/iotwireless-2020-11-22.min.json index 4c32289..4f46521 100644 --- a/iamlivecore/service/iotwireless-2020-11-22.min.json +++ b/iamlivecore/service/iotwireless-2020-11-22.min.json @@ -4412,6 +4412,7 @@ "members": { "AppKey": {}, "AppEui": {}, + "JoinEui": {}, "GenAppKey": {} } }, diff --git a/iamlivecore/service/ivs-realtime-2020-07-14.min.json b/iamlivecore/service/ivs-realtime-2020-07-14.min.json index 8e5d402..c8e694a 100644 --- a/iamlivecore/service/ivs-realtime-2020-07-14.min.json +++ b/iamlivecore/service/ivs-realtime-2020-07-14.min.json @@ -13,6 +13,32 @@ "uid": "ivs-realtime-2020-07-14" }, "operations": { + "CreateEncoderConfiguration": { + "http": { + "requestUri": "/CreateEncoderConfiguration", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "name": {}, + "tags": { + "shape": "S3" + }, + "video": { + "shape": "S6" + } + } + }, + "output": { + "type": "structure", + "members": { + "encoderConfiguration": { + "shape": "Sc" + } + } + } + }, "CreateParticipantToken": { "http": { "requestUri": "/CreateParticipantToken", @@ -25,10 +51,10 @@ ], "members": { "attributes": { - "shape": "S2" + "shape": "Sf" }, "capabilities": { - "shape": "S4" + "shape": "Sh" }, "duration": { "type": "integer" @@ -41,7 +67,7 @@ "type": "structure", "members": { "participantToken": { - "shape": "Sa" + "shape": "Sn" } } } @@ -61,10 +87,10 @@ "type": "structure", "members": { "attributes": { - "shape": "S2" + "shape": "Sf" }, "capabilities": { - "shape": "S4" + "shape": "Sh" }, "duration": { "type": "integer" @@ -74,7 +100,7 @@ } }, "tags": { - "shape": "Si" + "shape": "S3" } } }, @@ -84,13 +110,61 @@ "participantTokens": { "type": "list", "member": { - "shape": "Sa" + "shape": "Sn" } }, "stage": { - "shape": "Sn" + "shape": "Sx" + } + } + } + }, + "CreateStorageConfiguration": { + "http": { + "requestUri": "/CreateStorageConfiguration", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "s3" + ], + "members": { + "name": {}, + "s3": { + "shape": "S11" + }, + "tags": { + "shape": "S3" } } + }, + "output": { + "type": "structure", + "members": { + "storageConfiguration": { + "shape": "S14" + } + } + } + }, + "DeleteEncoderConfiguration": { + "http": { + "requestUri": "/DeleteEncoderConfiguration", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "arn" + ], + "members": { + "arn": {} + } + }, + "output": { + "type": "structure", + "members": {} } }, "DeleteStage": { @@ -112,6 +186,25 @@ "members": {} } }, + "DeleteStorageConfiguration": { + "http": { + "requestUri": "/DeleteStorageConfiguration", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "arn" + ], + "members": { + "arn": {} + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "DisconnectParticipant": { "http": { "requestUri": "/DisconnectParticipant", @@ -134,6 +227,52 @@ "members": {} } }, + "GetComposition": { + "http": { + "requestUri": "/GetComposition", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "arn" + ], + "members": { + "arn": {} + } + }, + "output": { + "type": "structure", + "members": { + "composition": { + "shape": "S1i" + } + } + } + }, + "GetEncoderConfiguration": { + "http": { + "requestUri": "/GetEncoderConfiguration", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "arn" + ], + "members": { + "arn": {} + } + }, + "output": { + "type": "structure", + "members": { + "encoderConfiguration": { + "shape": "Sc" + } + } + } + }, "GetParticipant": { "http": { "requestUri": "/GetParticipant", @@ -163,13 +302,19 @@ "key": {}, "value": {} }, + "browserName": {}, + "browserVersion": {}, "firstJoinTime": { - "shape": "Sz" + "shape": "S1v" }, + "ispName": {}, + "osName": {}, + "osVersion": {}, "participantId": {}, "published": { "type": "boolean" }, + "sdkVersion": {}, "state": {}, "userId": {} } @@ -195,7 +340,7 @@ "type": "structure", "members": { "stage": { - "shape": "Sn" + "shape": "Sx" } } } @@ -223,17 +368,152 @@ "type": "structure", "members": { "endTime": { - "shape": "Sz" + "shape": "S1v" }, "sessionId": {}, "startTime": { - "shape": "Sz" + "shape": "S1v" } } } } } }, + "GetStorageConfiguration": { + "http": { + "requestUri": "/GetStorageConfiguration", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "arn" + ], + "members": { + "arn": {} + } + }, + "output": { + "type": "structure", + "members": { + "storageConfiguration": { + "shape": "S14" + } + } + } + }, + "ListCompositions": { + "http": { + "requestUri": "/ListCompositions", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "filterByEncoderConfigurationArn": {}, + "filterByStageArn": {}, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "compositions" + ], + "members": { + "compositions": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "arn", + "destinations", + "stageArn", + "state" + ], + "members": { + "arn": {}, + "destinations": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "id", + "state" + ], + "members": { + "endTime": { + "shape": "S1v" + }, + "id": {}, + "startTime": { + "shape": "S1v" + }, + "state": {} + } + } + }, + "endTime": { + "shape": "S1v" + }, + "stageArn": {}, + "startTime": { + "shape": "S1v" + }, + "state": {}, + "tags": { + "shape": "S3" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListEncoderConfigurations": { + "http": { + "requestUri": "/ListEncoderConfigurations", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "encoderConfigurations" + ], + "members": { + "encoderConfigurations": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "arn" + ], + "members": { + "arn": {}, + "name": {}, + "tags": { + "shape": "S3" + } + } + } + }, + "nextToken": {} + } + } + }, "ListParticipantEvents": { "http": { "requestUri": "/ListParticipantEvents", @@ -269,7 +549,7 @@ "members": { "errorCode": {}, "eventTime": { - "shape": "Sz" + "shape": "S1v" }, "name": {}, "participantId": {}, @@ -319,7 +599,7 @@ "type": "structure", "members": { "firstJoinTime": { - "shape": "Sz" + "shape": "S1v" }, "participantId": {}, "published": { @@ -364,11 +644,11 @@ "type": "structure", "members": { "endTime": { - "shape": "Sz" + "shape": "S1v" }, "sessionId": {}, "startTime": { - "shape": "Sz" + "shape": "S1v" } } } @@ -409,7 +689,50 @@ "arn": {}, "name": {}, "tags": { - "shape": "Si" + "shape": "S3" + } + } + } + } + } + } + }, + "ListStorageConfigurations": { + "http": { + "requestUri": "/ListStorageConfigurations", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "storageConfigurations" + ], + "members": { + "nextToken": {}, + "storageConfigurations": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "arn" + ], + "members": { + "arn": {}, + "name": {}, + "s3": { + "shape": "S11" + }, + "tags": { + "shape": "S3" } } } @@ -442,11 +765,69 @@ ], "members": { "tags": { - "shape": "Si" + "shape": "S3" + } + } + } + }, + "StartComposition": { + "http": { + "requestUri": "/StartComposition", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "destinations", + "stageArn" + ], + "members": { + "destinations": { + "type": "list", + "member": { + "shape": "S1l" + } + }, + "idempotencyToken": { + "idempotencyToken": true + }, + "layout": { + "shape": "S1x" + }, + "stageArn": {}, + "tags": { + "shape": "S3" + } + } + }, + "output": { + "type": "structure", + "members": { + "composition": { + "shape": "S1i" } } } }, + "StopComposition": { + "http": { + "requestUri": "/StopComposition", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "arn" + ], + "members": { + "arn": {} + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "TagResource": { "http": { "requestUri": "/tags/{resourceArn}", @@ -464,7 +845,7 @@ "locationName": "resourceArn" }, "tags": { - "shape": "Si" + "shape": "S3" } } }, @@ -523,30 +904,68 @@ "type": "structure", "members": { "stage": { - "shape": "Sn" + "shape": "Sx" } } } } }, "shapes": { - "S2": { + "S3": { + "type": "map", + "key": {}, + "value": {} + }, + "S6": { + "type": "structure", + "members": { + "bitrate": { + "type": "integer" + }, + "framerate": { + "type": "float" + }, + "height": { + "type": "integer" + }, + "width": { + "type": "integer" + } + } + }, + "Sc": { + "type": "structure", + "required": [ + "arn" + ], + "members": { + "arn": {}, + "name": {}, + "tags": { + "shape": "S3" + }, + "video": { + "shape": "S6" + } + } + }, + "Sf": { "type": "map", "key": {}, "value": {} }, - "S4": { + "Sh": { "type": "list", "member": {} }, - "Sa": { + "Sn": { "type": "structure", "members": { "attributes": { - "shape": "S2" + "shape": "Sf" }, "capabilities": { - "shape": "S4" + "shape": "Sh" }, "duration": { "type": "integer" @@ -563,12 +982,7 @@ "userId": {} } }, - "Si": { - "type": "map", - "key": {}, - "value": {} - }, - "Sn": { + "Sx": { "type": "structure", "required": [ "arn" @@ -578,13 +992,150 @@ "arn": {}, "name": {}, "tags": { - "shape": "Si" + "shape": "S3" } } }, - "Sz": { + "S11": { + "type": "structure", + "required": [ + "bucketName" + ], + "members": { + "bucketName": {} + } + }, + "S14": { + "type": "structure", + "required": [ + "arn" + ], + "members": { + "arn": {}, + "name": {}, + "s3": { + "shape": "S11" + }, + "tags": { + "shape": "S3" + } + } + }, + "S1i": { + "type": "structure", + "required": [ + "arn", + "destinations", + "layout", + "stageArn", + "state" + ], + "members": { + "arn": {}, + "destinations": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "configuration", + "id", + "state" + ], + "members": { + "configuration": { + "shape": "S1l" + }, + "detail": { + "type": "structure", + "members": { + "s3": { + "type": "structure", + "required": [ + "recordingPrefix" + ], + "members": { + "recordingPrefix": {} + } + } + } + }, + "endTime": { + "shape": "S1v" + }, + "id": {}, + "startTime": { + "shape": "S1v" + }, + "state": {} + } + } + }, + "endTime": { + "shape": "S1v" + }, + "layout": { + "shape": "S1x" + }, + "stageArn": {}, + "startTime": { + "shape": "S1v" + }, + "state": {}, + "tags": { + "shape": "S3" + } + } + }, + "S1l": { + "type": "structure", + "members": { + "channel": { + "type": "structure", + "required": [ + "channelArn" + ], + "members": { + "channelArn": {}, + "encoderConfigurationArn": {} + } + }, + "name": {}, + "s3": { + "type": "structure", + "required": [ + "encoderConfigurationArns", + "storageConfigurationArn" + ], + "members": { + "encoderConfigurationArns": { + "type": "list", + "member": {} + }, + "recordingConfiguration": { + "type": "structure", + "members": { + "format": {} + } + }, + "storageConfigurationArn": {} + } + } + } + }, + "S1v": { "type": "timestamp", "timestampFormat": "iso8601" + }, + "S1x": { + "type": "structure", + "members": { + "grid": { + "type": "structure", + "members": { + "featuredParticipantAttribute": {} + } + } + } } } } \ No newline at end of file diff --git a/iamlivecore/service/ivschat-2020-07-14.min.json b/iamlivecore/service/ivschat-2020-07-14.min.json index d4688cd..23ebe0b 100644 --- a/iamlivecore/service/ivschat-2020-07-14.min.json +++ b/iamlivecore/service/ivschat-2020-07-14.min.json @@ -28,7 +28,8 @@ "attributes": { "type": "map", "key": {}, - "value": {} + "value": {}, + "sensitive": true }, "capabilities": { "type": "list", @@ -38,7 +39,9 @@ "sessionDurationInMinutes": { "type": "integer" }, - "userId": {} + "userId": { + "shape": "S8" + } } }, "output": { @@ -47,7 +50,10 @@ "sessionExpirationTime": { "shape": "Sa" }, - "token": {}, + "token": { + "type": "string", + "sensitive": true + }, "tokenExpirationTime": { "shape": "Sa" } @@ -220,7 +226,9 @@ "members": { "reason": {}, "roomIdentifier": {}, - "userId": {} + "userId": { + "shape": "S8" + } } }, "output": { @@ -623,6 +631,10 @@ } }, "shapes": { + "S8": { + "type": "string", + "sensitive": true + }, "Sa": { "type": "timestamp", "timestampFormat": "iso8601" diff --git a/iamlivecore/service/kafka-2018-11-14.min.json b/iamlivecore/service/kafka-2018-11-14.min.json index d69f2eb..f1ca109 100644 --- a/iamlivecore/service/kafka-2018-11-14.min.json +++ b/iamlivecore/service/kafka-2018-11-14.min.json @@ -276,6 +276,104 @@ } } }, + "CreateReplicator": { + "http": { + "requestUri": "/replication/v1/replicators", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "Description": { + "locationName": "description" + }, + "KafkaClusters": { + "locationName": "kafkaClusters", + "type": "list", + "member": { + "type": "structure", + "members": { + "AmazonMskCluster": { + "shape": "S21", + "locationName": "amazonMskCluster" + }, + "VpcConfig": { + "shape": "S22", + "locationName": "vpcConfig" + } + }, + "required": [ + "VpcConfig", + "AmazonMskCluster" + ] + } + }, + "ReplicationInfoList": { + "locationName": "replicationInfoList", + "type": "list", + "member": { + "type": "structure", + "members": { + "ConsumerGroupReplication": { + "shape": "S25", + "locationName": "consumerGroupReplication" + }, + "SourceKafkaClusterArn": { + "locationName": "sourceKafkaClusterArn" + }, + "TargetCompressionType": { + "locationName": "targetCompressionType" + }, + "TargetKafkaClusterArn": { + "locationName": "targetKafkaClusterArn" + }, + "TopicReplication": { + "shape": "S29", + "locationName": "topicReplication" + } + }, + "required": [ + "TargetCompressionType", + "TopicReplication", + "ConsumerGroupReplication", + "SourceKafkaClusterArn", + "TargetKafkaClusterArn" + ] + } + }, + "ReplicatorName": { + "locationName": "replicatorName" + }, + "ServiceExecutionRoleArn": { + "locationName": "serviceExecutionRoleArn" + }, + "Tags": { + "shape": "S1e", + "locationName": "tags" + } + }, + "required": [ + "ServiceExecutionRoleArn", + "ReplicatorName", + "ReplicationInfoList", + "KafkaClusters" + ] + }, + "output": { + "type": "structure", + "members": { + "ReplicatorArn": { + "locationName": "replicatorArn" + }, + "ReplicatorName": { + "locationName": "replicatorName" + }, + "ReplicatorState": { + "locationName": "replicatorState" + } + } + } + }, "CreateVpcConnection": { "http": { "requestUri": "/v1/vpc-connection", @@ -435,6 +533,40 @@ } } }, + "DeleteReplicator": { + "http": { + "method": "DELETE", + "requestUri": "/replication/v1/replicators/{replicatorArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "CurrentVersion": { + "location": "querystring", + "locationName": "currentVersion" + }, + "ReplicatorArn": { + "location": "uri", + "locationName": "replicatorArn" + } + }, + "required": [ + "ReplicatorArn" + ] + }, + "output": { + "type": "structure", + "members": { + "ReplicatorArn": { + "locationName": "replicatorArn" + }, + "ReplicatorState": { + "locationName": "replicatorState" + } + } + } + }, "DeleteVpcConnection": { "http": { "method": "DELETE", @@ -487,7 +619,7 @@ "type": "structure", "members": { "ClusterInfo": { - "shape": "S2a", + "shape": "S2u", "locationName": "clusterInfo" } } @@ -515,7 +647,7 @@ "type": "structure", "members": { "ClusterInfo": { - "shape": "S2j", + "shape": "S34", "locationName": "clusterInfo" } } @@ -543,7 +675,7 @@ "type": "structure", "members": { "ClusterOperationInfo": { - "shape": "S2o", + "shape": "S39", "locationName": "clusterOperationInfo" } } @@ -589,7 +721,7 @@ "locationName": "endTime" }, "ErrorInfo": { - "shape": "S2p", + "shape": "S3a", "locationName": "errorInfo" }, "OperationArn": { @@ -606,19 +738,19 @@ "type": "structure", "members": { "OperationSteps": { - "shape": "S2q", + "shape": "S3b", "locationName": "operationSteps" }, "SourceClusterInfo": { - "shape": "S2t", + "shape": "S3e", "locationName": "sourceClusterInfo" }, "TargetClusterInfo": { - "shape": "S2t", + "shape": "S3e", "locationName": "targetClusterInfo" }, "VpcConnectionInfo": { - "shape": "S2w", + "shape": "S3h", "locationName": "vpcConnectionInfo" } } @@ -639,7 +771,7 @@ "locationName": "owner" }, "UserIdentity": { - "shape": "S2x", + "shape": "S3i", "locationName": "userIdentity" }, "VpcConnectionArn": { @@ -750,6 +882,121 @@ } } }, + "DescribeReplicator": { + "http": { + "method": "GET", + "requestUri": "/replication/v1/replicators/{replicatorArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "ReplicatorArn": { + "location": "uri", + "locationName": "replicatorArn" + } + }, + "required": [ + "ReplicatorArn" + ] + }, + "output": { + "type": "structure", + "members": { + "CreationTime": { + "shape": "S1u", + "locationName": "creationTime" + }, + "CurrentVersion": { + "locationName": "currentVersion" + }, + "IsReplicatorReference": { + "locationName": "isReplicatorReference", + "type": "boolean" + }, + "KafkaClusters": { + "locationName": "kafkaClusters", + "type": "list", + "member": { + "type": "structure", + "members": { + "AmazonMskCluster": { + "shape": "S21", + "locationName": "amazonMskCluster" + }, + "KafkaClusterAlias": { + "locationName": "kafkaClusterAlias" + }, + "VpcConfig": { + "shape": "S22", + "locationName": "vpcConfig" + } + } + } + }, + "ReplicationInfoList": { + "locationName": "replicationInfoList", + "type": "list", + "member": { + "type": "structure", + "members": { + "ConsumerGroupReplication": { + "shape": "S25", + "locationName": "consumerGroupReplication" + }, + "SourceKafkaClusterAlias": { + "locationName": "sourceKafkaClusterAlias" + }, + "TargetCompressionType": { + "locationName": "targetCompressionType" + }, + "TargetKafkaClusterAlias": { + "locationName": "targetKafkaClusterAlias" + }, + "TopicReplication": { + "shape": "S29", + "locationName": "topicReplication" + } + } + } + }, + "ReplicatorArn": { + "locationName": "replicatorArn" + }, + "ReplicatorDescription": { + "locationName": "replicatorDescription" + }, + "ReplicatorName": { + "locationName": "replicatorName" + }, + "ReplicatorResourceArn": { + "locationName": "replicatorResourceArn" + }, + "ReplicatorState": { + "locationName": "replicatorState" + }, + "ServiceExecutionRoleArn": { + "locationName": "serviceExecutionRoleArn" + }, + "StateInfo": { + "locationName": "stateInfo", + "type": "structure", + "members": { + "Code": { + "locationName": "code" + }, + "Message": { + "locationName": "message" + } + } + }, + "Tags": { + "shape": "S1e", + "locationName": "tags" + } + } + } + }, "DescribeVpcConnection": { "http": { "method": "GET", @@ -996,7 +1243,7 @@ "locationName": "clusterOperationInfoList", "type": "list", "member": { - "shape": "S2o" + "shape": "S39" } }, "NextToken": { @@ -1104,7 +1351,7 @@ "locationName": "clusterInfoList", "type": "list", "member": { - "shape": "S2a" + "shape": "S2u" } }, "NextToken": { @@ -1148,7 +1395,7 @@ "locationName": "clusterInfoList", "type": "list", "member": { - "shape": "S2j" + "shape": "S34" } }, "NextToken": { @@ -1375,7 +1622,7 @@ "locationName": "clientVpcIpAddress" }, "CurrentBrokerSoftwareInfo": { - "shape": "S2b", + "shape": "S2v", "locationName": "currentBrokerSoftwareInfo" }, "Endpoints": { @@ -1422,6 +1669,102 @@ } } }, + "ListReplicators": { + "http": { + "method": "GET", + "requestUri": "/replication/v1/replicators", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "MaxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "NextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "ReplicatorNameFilter": { + "location": "querystring", + "locationName": "replicatorNameFilter" + } + } + }, + "output": { + "type": "structure", + "members": { + "NextToken": { + "locationName": "nextToken" + }, + "Replicators": { + "locationName": "replicators", + "type": "list", + "member": { + "type": "structure", + "members": { + "CreationTime": { + "shape": "S1u", + "locationName": "creationTime" + }, + "CurrentVersion": { + "locationName": "currentVersion" + }, + "IsReplicatorReference": { + "locationName": "isReplicatorReference", + "type": "boolean" + }, + "KafkaClustersSummary": { + "locationName": "kafkaClustersSummary", + "type": "list", + "member": { + "type": "structure", + "members": { + "AmazonMskCluster": { + "shape": "S21", + "locationName": "amazonMskCluster" + }, + "KafkaClusterAlias": { + "locationName": "kafkaClusterAlias" + } + } + } + }, + "ReplicationInfoSummaryList": { + "locationName": "replicationInfoSummaryList", + "type": "list", + "member": { + "type": "structure", + "members": { + "SourceKafkaClusterAlias": { + "locationName": "sourceKafkaClusterAlias" + }, + "TargetKafkaClusterAlias": { + "locationName": "targetKafkaClusterAlias" + } + } + } + }, + "ReplicatorArn": { + "locationName": "replicatorArn" + }, + "ReplicatorName": { + "locationName": "replicatorName" + }, + "ReplicatorResourceArn": { + "locationName": "replicatorResourceArn" + }, + "ReplicatorState": { + "locationName": "replicatorState" + } + } + } + } + } + } + }, "ListScramSecrets": { "http": { "method": "GET", @@ -1853,7 +2196,7 @@ "locationName": "currentVersion" }, "TargetBrokerEBSVolumeInfo": { - "shape": "S2u", + "shape": "S3f", "locationName": "targetBrokerEBSVolumeInfo" } }, @@ -2079,6 +2422,109 @@ } } }, + "UpdateReplicationInfo": { + "http": { + "method": "PUT", + "requestUri": "/replication/v1/replicators/{replicatorArn}/replication-info", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "ConsumerGroupReplication": { + "locationName": "consumerGroupReplication", + "type": "structure", + "members": { + "ConsumerGroupsToExclude": { + "shape": "S26", + "locationName": "consumerGroupsToExclude" + }, + "ConsumerGroupsToReplicate": { + "shape": "S26", + "locationName": "consumerGroupsToReplicate" + }, + "DetectAndCopyNewConsumerGroups": { + "locationName": "detectAndCopyNewConsumerGroups", + "type": "boolean" + }, + "SynchroniseConsumerGroupOffsets": { + "locationName": "synchroniseConsumerGroupOffsets", + "type": "boolean" + } + }, + "required": [ + "ConsumerGroupsToReplicate", + "ConsumerGroupsToExclude", + "SynchroniseConsumerGroupOffsets", + "DetectAndCopyNewConsumerGroups" + ] + }, + "CurrentVersion": { + "locationName": "currentVersion" + }, + "ReplicatorArn": { + "location": "uri", + "locationName": "replicatorArn" + }, + "SourceKafkaClusterArn": { + "locationName": "sourceKafkaClusterArn" + }, + "TargetKafkaClusterArn": { + "locationName": "targetKafkaClusterArn" + }, + "TopicReplication": { + "locationName": "topicReplication", + "type": "structure", + "members": { + "CopyAccessControlListsForTopics": { + "locationName": "copyAccessControlListsForTopics", + "type": "boolean" + }, + "CopyTopicConfigurations": { + "locationName": "copyTopicConfigurations", + "type": "boolean" + }, + "DetectAndCopyNewTopics": { + "locationName": "detectAndCopyNewTopics", + "type": "boolean" + }, + "TopicsToExclude": { + "shape": "S2a", + "locationName": "topicsToExclude" + }, + "TopicsToReplicate": { + "shape": "S2a", + "locationName": "topicsToReplicate" + } + }, + "required": [ + "TopicsToReplicate", + "TopicsToExclude", + "CopyTopicConfigurations", + "DetectAndCopyNewTopics", + "CopyAccessControlListsForTopics" + ] + } + }, + "required": [ + "ReplicatorArn", + "SourceKafkaClusterArn", + "CurrentVersion", + "TargetKafkaClusterArn" + ] + }, + "output": { + "type": "structure", + "members": { + "ReplicatorArn": { + "locationName": "replicatorArn" + }, + "ReplicatorState": { + "locationName": "replicatorState" + } + } + } + }, "UpdateSecurity": { "http": { "method": "PATCH", @@ -2587,7 +3033,94 @@ "CreationTime" ] }, + "S21": { + "type": "structure", + "members": { + "MskClusterArn": { + "locationName": "mskClusterArn" + } + }, + "required": [ + "MskClusterArn" + ] + }, + "S22": { + "type": "structure", + "members": { + "SecurityGroupIds": { + "shape": "S3", + "locationName": "securityGroupIds" + }, + "SubnetIds": { + "shape": "S3", + "locationName": "subnetIds" + } + }, + "required": [ + "SubnetIds" + ] + }, + "S25": { + "type": "structure", + "members": { + "ConsumerGroupsToExclude": { + "shape": "S26", + "locationName": "consumerGroupsToExclude" + }, + "ConsumerGroupsToReplicate": { + "shape": "S26", + "locationName": "consumerGroupsToReplicate" + }, + "DetectAndCopyNewConsumerGroups": { + "locationName": "detectAndCopyNewConsumerGroups", + "type": "boolean" + }, + "SynchroniseConsumerGroupOffsets": { + "locationName": "synchroniseConsumerGroupOffsets", + "type": "boolean" + } + }, + "required": [ + "ConsumerGroupsToReplicate" + ] + }, + "S26": { + "type": "list", + "member": {} + }, + "S29": { + "type": "structure", + "members": { + "CopyAccessControlListsForTopics": { + "locationName": "copyAccessControlListsForTopics", + "type": "boolean" + }, + "CopyTopicConfigurations": { + "locationName": "copyTopicConfigurations", + "type": "boolean" + }, + "DetectAndCopyNewTopics": { + "locationName": "detectAndCopyNewTopics", + "type": "boolean" + }, + "TopicsToExclude": { + "shape": "S2a", + "locationName": "topicsToExclude" + }, + "TopicsToReplicate": { + "shape": "S2a", + "locationName": "topicsToReplicate" + } + }, + "required": [ + "TopicsToReplicate" + ] + }, "S2a": { + "type": "list", + "member": {} + }, + "S2u": { "type": "structure", "members": { "ActiveOperationArn": { @@ -2612,7 +3145,7 @@ "locationName": "creationTime" }, "CurrentBrokerSoftwareInfo": { - "shape": "S2b", + "shape": "S2v", "locationName": "currentBrokerSoftwareInfo" }, "CurrentVersion": { @@ -2626,7 +3159,7 @@ "locationName": "enhancedMonitoring" }, "OpenMonitoring": { - "shape": "S2c", + "shape": "S2w", "locationName": "openMonitoring" }, "LoggingInfo": { @@ -2641,7 +3174,7 @@ "locationName": "state" }, "StateInfo": { - "shape": "S2g", + "shape": "S30", "locationName": "stateInfo" }, "Tags": { @@ -2656,10 +3189,13 @@ }, "StorageMode": { "locationName": "storageMode" + }, + "CustomerActionStatus": { + "locationName": "customerActionStatus" } } }, - "S2b": { + "S2v": { "type": "structure", "members": { "ConfigurationArn": { @@ -2674,7 +3210,7 @@ } } }, - "S2c": { + "S2w": { "type": "structure", "members": { "Prometheus": { @@ -2714,7 +3250,7 @@ "Prometheus" ] }, - "S2g": { + "S30": { "type": "structure", "members": { "Code": { @@ -2725,7 +3261,7 @@ } } }, - "S2j": { + "S34": { "type": "structure", "members": { "ActiveOperationArn": { @@ -2751,7 +3287,7 @@ "locationName": "state" }, "StateInfo": { - "shape": "S2g", + "shape": "S30", "locationName": "stateInfo" }, "Tags": { @@ -2767,7 +3303,7 @@ "locationName": "brokerNodeGroupInfo" }, "CurrentBrokerSoftwareInfo": { - "shape": "S2b", + "shape": "S2v", "locationName": "currentBrokerSoftwareInfo" }, "ClientAuthentication": { @@ -2801,6 +3337,9 @@ }, "StorageMode": { "locationName": "storageMode" + }, + "CustomerActionStatus": { + "locationName": "customerActionStatus" } }, "required": [ @@ -2827,7 +3366,7 @@ } } }, - "S2o": { + "S39": { "type": "structure", "members": { "ClientRequestId": { @@ -2845,7 +3384,7 @@ "locationName": "endTime" }, "ErrorInfo": { - "shape": "S2p", + "shape": "S3a", "locationName": "errorInfo" }, "OperationArn": { @@ -2855,27 +3394,27 @@ "locationName": "operationState" }, "OperationSteps": { - "shape": "S2q", + "shape": "S3b", "locationName": "operationSteps" }, "OperationType": { "locationName": "operationType" }, "SourceClusterInfo": { - "shape": "S2t", + "shape": "S3e", "locationName": "sourceClusterInfo" }, "TargetClusterInfo": { - "shape": "S2t", + "shape": "S3e", "locationName": "targetClusterInfo" }, "VpcConnectionInfo": { - "shape": "S2w", + "shape": "S3h", "locationName": "vpcConnectionInfo" } } }, - "S2p": { + "S3a": { "type": "structure", "members": { "ErrorCode": { @@ -2886,7 +3425,7 @@ } } }, - "S2q": { + "S3b": { "type": "list", "member": { "type": "structure", @@ -2906,11 +3445,11 @@ } } }, - "S2t": { + "S3e": { "type": "structure", "members": { "BrokerEBSVolumeInfo": { - "shape": "S2u", + "shape": "S3f", "locationName": "brokerEBSVolumeInfo" }, "ConfigurationInfo": { @@ -2925,7 +3464,7 @@ "locationName": "enhancedMonitoring" }, "OpenMonitoring": { - "shape": "S2c", + "shape": "S2w", "locationName": "openMonitoring" }, "KafkaVersion": { @@ -2955,7 +3494,7 @@ } } }, - "S2u": { + "S3f": { "type": "list", "member": { "type": "structure", @@ -2977,7 +3516,7 @@ ] } }, - "S2w": { + "S3h": { "type": "structure", "members": { "VpcConnectionArn": { @@ -2987,7 +3526,7 @@ "locationName": "owner" }, "UserIdentity": { - "shape": "S2x", + "shape": "S3i", "locationName": "userIdentity" }, "CreationTime": { @@ -2996,7 +3535,7 @@ } } }, - "S2x": { + "S3i": { "type": "structure", "members": { "Type": { diff --git a/iamlivecore/service/kendra-2019-02-03.min.json b/iamlivecore/service/kendra-2019-02-03.min.json index ac2d080..d63612b 100644 --- a/iamlivecore/service/kendra-2019-02-03.min.json +++ b/iamlivecore/service/kendra-2019-02-03.min.json @@ -1906,15 +1906,10 @@ "type": "integer" }, "SortingConfiguration": { - "type": "structure", - "required": [ - "DocumentAttributeKey", - "SortOrder" - ], - "members": { - "DocumentAttributeKey": {}, - "SortOrder": {} - } + "shape": "Sdw" + }, + "SortingConfigurations": { + "shape": "Sdy" }, "UserContext": { "shape": "Say" @@ -1930,6 +1925,33 @@ "type": "boolean" } } + }, + "CollapseConfiguration": { + "type": "structure", + "required": [ + "DocumentAttributeKey" + ], + "members": { + "DocumentAttributeKey": {}, + "SortingConfigurations": { + "shape": "Sdy" + }, + "MissingAttributeKeyStrategy": {}, + "Expand": { + "type": "boolean" + }, + "ExpandConfiguration": { + "type": "structure", + "members": { + "MaxResultItemsToExpand": { + "type": "integer" + }, + "MaxExpandedResultsPerItem": { + "type": "integer" + } + } + } + } } } }, @@ -1946,21 +1968,21 @@ "Type": {}, "Format": {}, "AdditionalAttributes": { - "shape": "Se5" + "shape": "Se9" }, "DocumentId": {}, "DocumentTitle": { - "shape": "Se9" + "shape": "Sed" }, "DocumentExcerpt": { - "shape": "Se9" + "shape": "Sed" }, "DocumentURI": {}, "DocumentAttributes": { "shape": "S11" }, "ScoreAttributes": { - "shape": "Sed" + "shape": "Seh" }, "FeedbackToken": {}, "TableExcerpt": { @@ -1996,12 +2018,43 @@ "type": "integer" } } + }, + "CollapsedResultDetail": { + "type": "structure", + "required": [ + "DocumentAttribute" + ], + "members": { + "DocumentAttribute": { + "shape": "S12" + }, + "ExpandedResults": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Id": {}, + "DocumentId": {}, + "DocumentTitle": { + "shape": "Sed" + }, + "DocumentExcerpt": { + "shape": "Sed" + }, + "DocumentURI": {}, + "DocumentAttributes": { + "shape": "S11" + } + } + } + } + } } } } }, "FacetResults": { - "shape": "Sel" + "shape": "Ses" }, "TotalNumberOfResults": { "type": "integer" @@ -2049,14 +2102,14 @@ "Id": {}, "Type": {}, "AdditionalAttributes": { - "shape": "Se5" + "shape": "Se9" }, "DocumentId": {}, "DocumentTitle": { - "shape": "Se9" + "shape": "Sed" }, "DocumentExcerpt": { - "shape": "Se9" + "shape": "Sed" }, "DocumentURI": {}, "DocumentAttributes": { @@ -2117,7 +2170,7 @@ "shape": "S11" }, "ScoreAttributes": { - "shape": "Sed" + "shape": "Seh" } } } @@ -3976,7 +4029,24 @@ } } }, - "Se5": { + "Sdw": { + "type": "structure", + "required": [ + "DocumentAttributeKey", + "SortOrder" + ], + "members": { + "DocumentAttributeKey": {}, + "SortOrder": {} + } + }, + "Sdy": { + "type": "list", + "member": { + "shape": "Sdw" + } + }, + "Se9": { "type": "list", "member": { "type": "structure", @@ -3992,14 +4062,14 @@ "type": "structure", "members": { "TextWithHighlightsValue": { - "shape": "Se9" + "shape": "Sed" } } } } } }, - "Se9": { + "Sed": { "type": "structure", "members": { "Text": {}, @@ -4027,13 +4097,13 @@ } } }, - "Sed": { + "Seh": { "type": "structure", "members": { "ScoreConfidence": {} } }, - "Sel": { + "Ses": { "type": "list", "member": { "type": "structure", @@ -4052,7 +4122,7 @@ "type": "integer" }, "FacetResults": { - "shape": "Sel" + "shape": "Ses" } } } diff --git a/iamlivecore/service/kinesis-2013-12-02.min.json b/iamlivecore/service/kinesis-2013-12-02.min.json index 4e58a0e..71900d4 100644 --- a/iamlivecore/service/kinesis-2013-12-02.min.json +++ b/iamlivecore/service/kinesis-2013-12-02.min.json @@ -83,6 +83,26 @@ } } }, + "DeleteResourcePolicy": { + "input": { + "type": "structure", + "required": [ + "ResourceARN" + ], + "members": { + "ResourceARN": { + "contextParam": { + "name": "ResourceARN" + } + } + } + }, + "staticContextParams": { + "OperationType": { + "value": "control" + } + } + }, "DeleteStream": { "input": { "type": "structure", @@ -198,7 +218,7 @@ "shape": "S9" }, "Shards": { - "shape": "St" + "shape": "Sv" }, "HasMoreShards": { "type": "boolean" @@ -210,7 +230,7 @@ "type": "timestamp" }, "EnhancedMonitoring": { - "shape": "S10" + "shape": "S12" }, "EncryptionType": {}, "KeyId": {} @@ -317,7 +337,7 @@ "type": "timestamp" }, "EnhancedMonitoring": { - "shape": "S10" + "shape": "S12" }, "EncryptionType": {}, "KeyId": {}, @@ -346,7 +366,7 @@ "members": { "StreamName": {}, "ShardLevelMetrics": { - "shape": "S12" + "shape": "S14" }, "StreamARN": { "contextParam": { @@ -356,7 +376,7 @@ } }, "output": { - "shape": "S1f" + "shape": "S1h" }, "staticContextParams": { "OperationType": { @@ -373,7 +393,7 @@ "members": { "StreamName": {}, "ShardLevelMetrics": { - "shape": "S12" + "shape": "S14" }, "StreamARN": { "contextParam": { @@ -383,7 +403,7 @@ } }, "output": { - "shape": "S1f" + "shape": "S1h" }, "staticContextParams": { "OperationType": { @@ -457,7 +477,7 @@ "member": {} }, "HashKeyRange": { - "shape": "Sv" + "shape": "Sx" } } } @@ -470,6 +490,35 @@ } } }, + "GetResourcePolicy": { + "input": { + "type": "structure", + "required": [ + "ResourceARN" + ], + "members": { + "ResourceARN": { + "contextParam": { + "name": "ResourceARN" + } + } + } + }, + "output": { + "type": "structure", + "required": [ + "Policy" + ], + "members": { + "Policy": {} + } + }, + "staticContextParams": { + "OperationType": { + "value": "control" + } + } + }, "GetShardIterator": { "input": { "type": "structure", @@ -565,7 +614,7 @@ "type": "structure", "members": { "Shards": { - "shape": "St" + "shape": "Sv" }, "NextToken": {} } @@ -603,7 +652,7 @@ "Consumers": { "type": "list", "member": { - "shape": "S27" + "shape": "S2c" } }, "NextToken": {} @@ -839,6 +888,28 @@ } } }, + "PutResourcePolicy": { + "input": { + "type": "structure", + "required": [ + "ResourceARN", + "Policy" + ], + "members": { + "ResourceARN": { + "contextParam": { + "name": "ResourceARN" + } + }, + "Policy": {} + } + }, + "staticContextParams": { + "OperationType": { + "value": "control" + } + } + }, "RegisterStreamConsumer": { "input": { "type": "structure", @@ -862,7 +933,7 @@ ], "members": { "Consumer": { - "shape": "S27" + "shape": "S2c" } } }, @@ -1043,7 +1114,7 @@ "StreamMode": {} } }, - "St": { + "Sv": { "type": "list", "member": { "type": "structure", @@ -1057,7 +1128,7 @@ "ParentShardId": {}, "AdjacentParentShardId": {}, "HashKeyRange": { - "shape": "Sv" + "shape": "Sx" }, "SequenceNumberRange": { "type": "structure", @@ -1072,7 +1143,7 @@ } } }, - "Sv": { + "Sx": { "type": "structure", "required": [ "StartingHashKey", @@ -1083,35 +1154,35 @@ "EndingHashKey": {} } }, - "S10": { + "S12": { "type": "list", "member": { "type": "structure", "members": { "ShardLevelMetrics": { - "shape": "S12" + "shape": "S14" } } } }, - "S12": { + "S14": { "type": "list", "member": {} }, - "S1f": { + "S1h": { "type": "structure", "members": { "StreamName": {}, "CurrentShardLevelMetrics": { - "shape": "S12" + "shape": "S14" }, "DesiredShardLevelMetrics": { - "shape": "S12" + "shape": "S14" }, "StreamARN": {} } }, - "S27": { + "S2c": { "type": "structure", "required": [ "ConsumerName", diff --git a/iamlivecore/service/lakeformation-2017-03-31.min.json b/iamlivecore/service/lakeformation-2017-03-31.min.json index 9deb1f3..5b995f9 100644 --- a/iamlivecore/service/lakeformation-2017-03-31.min.json +++ b/iamlivecore/service/lakeformation-2017-03-31.min.json @@ -204,6 +204,51 @@ "members": {} } }, + "CreateLakeFormationIdentityCenterConfiguration": { + "http": { + "requestUri": "/CreateLakeFormationIdentityCenterConfiguration" + }, + "input": { + "type": "structure", + "members": { + "CatalogId": {}, + "InstanceArn": {}, + "ExternalFiltering": { + "shape": "S1y" + } + } + }, + "output": { + "type": "structure", + "members": { + "ApplicationArn": {} + } + } + }, + "CreateLakeFormationOptIn": { + "http": { + "requestUri": "/CreateLakeFormationOptIn" + }, + "input": { + "type": "structure", + "required": [ + "Principal", + "Resource" + ], + "members": { + "Principal": { + "shape": "S18" + }, + "Resource": { + "shape": "S3" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "DeleteDataCellsFilter": { "http": { "requestUri": "/DeleteDataCellsFilter" @@ -241,6 +286,45 @@ "members": {} } }, + "DeleteLakeFormationIdentityCenterConfiguration": { + "http": { + "requestUri": "/DeleteLakeFormationIdentityCenterConfiguration" + }, + "input": { + "type": "structure", + "members": { + "CatalogId": {} + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "DeleteLakeFormationOptIn": { + "http": { + "requestUri": "/DeleteLakeFormationOptIn" + }, + "input": { + "type": "structure", + "required": [ + "Principal", + "Resource" + ], + "members": { + "Principal": { + "shape": "S18" + }, + "Resource": { + "shape": "S3" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "DeleteObjectsOnCancel": { "http": { "requestUri": "/DeleteObjectsOnCancel" @@ -296,6 +380,28 @@ "members": {} } }, + "DescribeLakeFormationIdentityCenterConfiguration": { + "http": { + "requestUri": "/DescribeLakeFormationIdentityCenterConfiguration" + }, + "input": { + "type": "structure", + "members": { + "CatalogId": {} + } + }, + "output": { + "type": "structure", + "members": { + "CatalogId": {}, + "InstanceArn": {}, + "ApplicationArn": {}, + "ExternalFiltering": { + "shape": "S1y" + } + } + } + }, "DescribeResource": { "http": { "requestUri": "/DescribeResource" @@ -313,7 +419,7 @@ "type": "structure", "members": { "ResourceInfo": { - "shape": "S2a" + "shape": "S2q" } } } @@ -335,7 +441,7 @@ "type": "structure", "members": { "TransactionDescription": { - "shape": "S2f" + "shape": "S2v" } } } @@ -397,7 +503,7 @@ "type": "structure", "members": { "DataLakeSettings": { - "shape": "S2n" + "shape": "S33" } } } @@ -424,7 +530,7 @@ "type": "structure", "members": { "Permissions": { - "shape": "S30" + "shape": "S3g" }, "NextToken": {} } @@ -570,7 +676,7 @@ "shape": "Sn" }, "LFTagsOnColumns": { - "shape": "S3o" + "shape": "S44" } } } @@ -609,7 +715,7 @@ "type": "structure", "members": { "PartitionValues": { - "shape": "S3v" + "shape": "S4b" }, "Objects": { "type": "list", @@ -662,10 +768,10 @@ "type": "integer" }, "AuditContext": { - "shape": "S44" + "shape": "S4k" }, "SupportedPermissionTypes": { - "shape": "S46" + "shape": "S4m" } } }, @@ -699,10 +805,10 @@ "type": "integer" }, "AuditContext": { - "shape": "S44" + "shape": "S4k" }, "SupportedPermissionTypes": { - "shape": "S46" + "shape": "S4m" } } }, @@ -894,6 +1000,50 @@ } } }, + "ListLakeFormationOptIns": { + "http": { + "requestUri": "/ListLakeFormationOptIns" + }, + "input": { + "type": "structure", + "members": { + "Principal": { + "shape": "S18" + }, + "Resource": { + "shape": "S3" + }, + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "LakeFormationOptInsInfoList": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Resource": { + "shape": "S3" + }, + "Principal": { + "shape": "S18" + }, + "LastModified": { + "type": "timestamp" + }, + "LastUpdatedBy": {} + } + } + }, + "NextToken": {} + } + } + }, "ListPermissions": { "http": { "requestUri": "/ListPermissions" @@ -920,7 +1070,7 @@ "type": "structure", "members": { "PrincipalResourcePermissions": { - "shape": "S30" + "shape": "S3g" }, "NextToken": {} } @@ -959,7 +1109,7 @@ "ResourceInfoList": { "type": "list", "member": { - "shape": "S2a" + "shape": "S2q" } }, "NextToken": {} @@ -997,7 +1147,7 @@ "members": { "StorageOptimizerType": {}, "Config": { - "shape": "S5g" + "shape": "S60" }, "ErrorMessage": {}, "Warnings": {}, @@ -1030,7 +1180,7 @@ "Transactions": { "type": "list", "member": { - "shape": "S2f" + "shape": "S2v" } }, "NextToken": {} @@ -1049,7 +1199,7 @@ "members": { "CatalogId": {}, "DataLakeSettings": { - "shape": "S2n" + "shape": "S33" } } }, @@ -1075,6 +1225,9 @@ "RoleArn": {}, "WithFederation": { "type": "boolean" + }, + "HybridAccessEnabled": { + "type": "boolean" } } }, @@ -1224,7 +1377,7 @@ "shape": "Sn" }, "LFTagsOnColumns": { - "shape": "S3o" + "shape": "S44" } } } @@ -1344,6 +1497,25 @@ "members": {} } }, + "UpdateLakeFormationIdentityCenterConfiguration": { + "http": { + "requestUri": "/UpdateLakeFormationIdentityCenterConfiguration" + }, + "input": { + "type": "structure", + "members": { + "CatalogId": {}, + "ApplicationStatus": {}, + "ExternalFiltering": { + "shape": "S1y" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "UpdateResource": { "http": { "requestUri": "/UpdateResource" @@ -1359,6 +1531,9 @@ "ResourceArn": {}, "WithFederation": { "type": "boolean" + }, + "HybridAccessEnabled": { + "type": "boolean" } } }, @@ -1402,7 +1577,7 @@ "type": "long" }, "PartitionValues": { - "shape": "S3v" + "shape": "S4b" } } }, @@ -1415,7 +1590,7 @@ "Uri": {}, "ETag": {}, "PartitionValues": { - "shape": "S3v" + "shape": "S4b" } } } @@ -1448,7 +1623,7 @@ "type": "map", "key": {}, "value": { - "shape": "S5g" + "shape": "S60" } } } @@ -1723,7 +1898,21 @@ "VersionId": {} } }, - "S2a": { + "S1y": { + "type": "structure", + "required": [ + "Status", + "AuthorizedTargets" + ], + "members": { + "Status": {}, + "AuthorizedTargets": { + "type": "list", + "member": {} + } + } + }, + "S2q": { "type": "structure", "members": { "ResourceArn": {}, @@ -1733,10 +1922,13 @@ }, "WithFederation": { "type": "boolean" + }, + "HybridAccessEnabled": { + "type": "boolean" } } }, - "S2f": { + "S2v": { "type": "structure", "members": { "TransactionId": {}, @@ -1749,20 +1941,20 @@ } } }, - "S2n": { + "S33": { "type": "structure", "members": { "DataLakeAdmins": { - "shape": "S2o" + "shape": "S34" }, "ReadOnlyAdmins": { - "shape": "S2o" + "shape": "S34" }, "CreateDatabaseDefaultPermissions": { - "shape": "S2p" + "shape": "S35" }, "CreateTableDefaultPermissions": { - "shape": "S2p" + "shape": "S35" }, "Parameters": { "type": "map", @@ -1780,7 +1972,7 @@ "type": "boolean" }, "ExternalDataFilteringAllowList": { - "shape": "S2o" + "shape": "S34" }, "AuthorizedSessionTagValueList": { "type": "list", @@ -1788,13 +1980,13 @@ } } }, - "S2o": { + "S34": { "type": "list", "member": { "shape": "S18" } }, - "S2p": { + "S35": { "type": "list", "member": { "type": "structure", @@ -1808,7 +2000,7 @@ } } }, - "S30": { + "S3g": { "type": "list", "member": { "type": "structure", @@ -1833,11 +2025,15 @@ "member": {} } } - } + }, + "LastUpdated": { + "type": "timestamp" + }, + "LastUpdatedBy": {} } } }, - "S3o": { + "S44": { "type": "list", "member": { "type": "structure", @@ -1849,21 +2045,21 @@ } } }, - "S3v": { + "S4b": { "type": "list", "member": {} }, - "S44": { + "S4k": { "type": "structure", "members": { "AdditionalAuditContext": {} } }, - "S46": { + "S4m": { "type": "list", "member": {} }, - "S5g": { + "S60": { "type": "map", "key": {}, "value": {} diff --git a/iamlivecore/service/lambda-2015-03-31.min.json b/iamlivecore/service/lambda-2015-03-31.min.json index 5923a8b..d841b88 100644 --- a/iamlivecore/service/lambda-2015-03-31.min.json +++ b/iamlivecore/service/lambda-2015-03-31.min.json @@ -277,41 +277,44 @@ }, "PackageType": {}, "DeadLetterConfig": { - "shape": "S2u" + "shape": "S2v" }, "Environment": { - "shape": "S2w" + "shape": "S2x" }, "KMSKeyArn": {}, "TracingConfig": { - "shape": "S31" + "shape": "S32" }, "Tags": { - "shape": "S33" + "shape": "S34" }, "Layers": { - "shape": "S36" + "shape": "S37" }, "FileSystemConfigs": { - "shape": "S38" + "shape": "S39" }, "ImageConfig": { - "shape": "S3c" + "shape": "S3d" }, "CodeSigningConfigArn": {}, "Architectures": { - "shape": "S3f" + "shape": "S3g" }, "EphemeralStorage": { - "shape": "S3h" + "shape": "S3i" }, "SnapStart": { - "shape": "S3j" + "shape": "S3k" + }, + "LoggingConfig": { + "shape": "S3m" } } }, "output": { - "shape": "S3l" + "shape": "S3r" } }, "CreateFunctionUrlConfig": { @@ -336,7 +339,7 @@ }, "AuthType": {}, "Cors": { - "shape": "S4c" + "shape": "S4i" }, "InvokeMode": {} } @@ -354,7 +357,7 @@ "FunctionArn": {}, "AuthType": {}, "Cors": { - "shape": "S4c" + "shape": "S4i" }, "CreationTime": {}, "InvokeMode": {} @@ -738,7 +741,7 @@ "type": "structure", "members": { "Configuration": { - "shape": "S3l" + "shape": "S3r" }, "Code": { "type": "structure", @@ -750,10 +753,10 @@ } }, "Tags": { - "shape": "S33" + "shape": "S34" }, "Concurrency": { - "shape": "S5c" + "shape": "S5i" } } } @@ -838,7 +841,7 @@ } }, "output": { - "shape": "S3l" + "shape": "S3r" } }, "GetFunctionEventInvokeConfig": { @@ -864,7 +867,7 @@ } }, "output": { - "shape": "S5k" + "shape": "S5q" } }, "GetFunctionUrlConfig": { @@ -903,7 +906,7 @@ "FunctionArn": {}, "AuthType": {}, "Cors": { - "shape": "S4c" + "shape": "S4i" }, "CreationTime": {}, "LastModifiedTime": {}, @@ -936,7 +939,7 @@ } }, "output": { - "shape": "S5q" + "shape": "S5w" } }, "GetLayerVersionByArn": { @@ -958,7 +961,7 @@ } }, "output": { - "shape": "S5q" + "shape": "S5w" } }, "GetLayerVersionPolicy": { @@ -1424,7 +1427,7 @@ "FunctionEventInvokeConfigs": { "type": "list", "member": { - "shape": "S5k" + "shape": "S5q" } }, "NextMarker": {} @@ -1481,7 +1484,7 @@ "CreationTime": {}, "LastModifiedTime": {}, "Cors": { - "shape": "S4c" + "shape": "S4i" }, "AuthType": {}, "InvokeMode": {} @@ -1525,7 +1528,7 @@ "members": { "NextMarker": {}, "Functions": { - "shape": "S7a" + "shape": "S7g" } } } @@ -1610,7 +1613,7 @@ "LayerVersions": { "type": "list", "member": { - "shape": "S7i" + "shape": "S7o" } } } @@ -1656,7 +1659,7 @@ "LayerName": {}, "LayerArn": {}, "LatestMatchingVersion": { - "shape": "S7i" + "shape": "S7o" } } } @@ -1740,7 +1743,7 @@ "type": "structure", "members": { "Tags": { - "shape": "S33" + "shape": "S34" } } } @@ -1777,7 +1780,7 @@ "members": { "NextMarker": {}, "Versions": { - "shape": "S7a" + "shape": "S7g" } } } @@ -1811,11 +1814,11 @@ } }, "CompatibleRuntimes": { - "shape": "S5t" + "shape": "S5z" }, "LicenseInfo": {}, "CompatibleArchitectures": { - "shape": "S5v" + "shape": "S61" } } }, @@ -1823,7 +1826,7 @@ "type": "structure", "members": { "Content": { - "shape": "S5r" + "shape": "S5x" }, "LayerArn": {}, "LayerVersionArn": {}, @@ -1833,11 +1836,11 @@ "type": "long" }, "CompatibleRuntimes": { - "shape": "S5t" + "shape": "S5z" }, "LicenseInfo": {}, "CompatibleArchitectures": { - "shape": "S5v" + "shape": "S61" } } } @@ -1863,7 +1866,7 @@ } }, "output": { - "shape": "S3l" + "shape": "S3r" } }, "PutFunctionCodeSigningConfig": { @@ -1921,7 +1924,7 @@ } }, "output": { - "shape": "S5c" + "shape": "S5i" } }, "PutFunctionEventInvokeConfig": { @@ -1956,7 +1959,7 @@ } }, "output": { - "shape": "S5k" + "shape": "S5q" } }, "PutProvisionedConcurrencyConfig": { @@ -2125,7 +2128,7 @@ "locationName": "ARN" }, "Tags": { - "shape": "S33" + "shape": "S34" } } } @@ -2322,12 +2325,12 @@ }, "RevisionId": {}, "Architectures": { - "shape": "S3f" + "shape": "S3g" } } }, "output": { - "shape": "S3l" + "shape": "S3r" } }, "UpdateFunctionConfiguration": { @@ -2359,36 +2362,39 @@ "shape": "S2o" }, "Environment": { - "shape": "S2w" + "shape": "S2x" }, "Runtime": {}, "DeadLetterConfig": { - "shape": "S2u" + "shape": "S2v" }, "KMSKeyArn": {}, "TracingConfig": { - "shape": "S31" + "shape": "S32" }, "RevisionId": {}, "Layers": { - "shape": "S36" + "shape": "S37" }, "FileSystemConfigs": { - "shape": "S38" + "shape": "S39" }, "ImageConfig": { - "shape": "S3c" + "shape": "S3d" }, "EphemeralStorage": { - "shape": "S3h" + "shape": "S3i" }, "SnapStart": { - "shape": "S3j" + "shape": "S3k" + }, + "LoggingConfig": { + "shape": "S3m" } } }, "output": { - "shape": "S3l" + "shape": "S3r" } }, "UpdateFunctionEventInvokeConfig": { @@ -2422,7 +2428,7 @@ } }, "output": { - "shape": "S5k" + "shape": "S5q" } }, "UpdateFunctionUrlConfig": { @@ -2447,7 +2453,7 @@ }, "AuthType": {}, "Cors": { - "shape": "S4c" + "shape": "S4i" }, "InvokeMode": {} } @@ -2466,7 +2472,7 @@ "FunctionArn": {}, "AuthType": {}, "Cors": { - "shape": "S4c" + "shape": "S4i" }, "CreationTime": {}, "LastModifiedTime": {}, @@ -2719,6 +2725,9 @@ }, "SecurityGroupIds": { "shape": "S2r" + }, + "Ipv6AllowedForDualStack": { + "type": "boolean" } } }, @@ -2730,21 +2739,21 @@ "type": "list", "member": {} }, - "S2u": { + "S2v": { "type": "structure", "members": { "TargetArn": {} } }, - "S2w": { + "S2x": { "type": "structure", "members": { "Variables": { - "shape": "S2x" + "shape": "S2y" } } }, - "S2x": { + "S2y": { "type": "map", "key": { "type": "string", @@ -2756,22 +2765,22 @@ }, "sensitive": true }, - "S31": { + "S32": { "type": "structure", "members": { "Mode": {} } }, - "S33": { + "S34": { "type": "map", "key": {}, "value": {} }, - "S36": { + "S37": { "type": "list", "member": {} }, - "S38": { + "S39": { "type": "list", "member": { "type": "structure", @@ -2785,27 +2794,27 @@ } } }, - "S3c": { + "S3d": { "type": "structure", "members": { "EntryPoint": { - "shape": "S3d" + "shape": "S3e" }, "Command": { - "shape": "S3d" + "shape": "S3e" }, "WorkingDirectory": {} } }, - "S3d": { + "S3e": { "type": "list", "member": {} }, - "S3f": { + "S3g": { "type": "list", "member": {} }, - "S3h": { + "S3i": { "type": "structure", "required": [ "Size" @@ -2816,13 +2825,22 @@ } } }, - "S3j": { + "S3k": { "type": "structure", "members": { "ApplyOn": {} } }, - "S3l": { + "S3m": { + "type": "structure", + "members": { + "LogFormat": {}, + "ApplicationLogLevel": {}, + "SystemLogLevel": {}, + "LogGroup": {} + } + }, + "S3r": { "type": "structure", "members": { "FunctionName": {}, @@ -2852,24 +2870,27 @@ "SecurityGroupIds": { "shape": "S2r" }, - "VpcId": {} + "VpcId": {}, + "Ipv6AllowedForDualStack": { + "type": "boolean" + } } }, "DeadLetterConfig": { - "shape": "S2u" + "shape": "S2v" }, "Environment": { "type": "structure", "members": { "Variables": { - "shape": "S2x" + "shape": "S2y" }, "Error": { "type": "structure", "members": { "ErrorCode": {}, "Message": { - "shape": "S3t" + "shape": "S3z" } } } @@ -2905,21 +2926,21 @@ "LastUpdateStatusReason": {}, "LastUpdateStatusReasonCode": {}, "FileSystemConfigs": { - "shape": "S38" + "shape": "S39" }, "PackageType": {}, "ImageConfigResponse": { "type": "structure", "members": { "ImageConfig": { - "shape": "S3c" + "shape": "S3d" }, "Error": { "type": "structure", "members": { "ErrorCode": {}, "Message": { - "shape": "S3t" + "shape": "S3z" } } } @@ -2928,10 +2949,10 @@ "SigningProfileVersionArn": {}, "SigningJobArn": {}, "Architectures": { - "shape": "S3f" + "shape": "S3g" }, "EphemeralStorage": { - "shape": "S3h" + "shape": "S3i" }, "SnapStart": { "type": "structure", @@ -2949,26 +2970,29 @@ "members": { "ErrorCode": {}, "Message": { - "shape": "S3t" + "shape": "S3z" } } } } + }, + "LoggingConfig": { + "shape": "S3m" } } }, - "S3t": { + "S3z": { "type": "string", "sensitive": true }, - "S4c": { + "S4i": { "type": "structure", "members": { "AllowCredentials": { "type": "boolean" }, "AllowHeaders": { - "shape": "S4e" + "shape": "S4k" }, "AllowMethods": { "type": "list", @@ -2979,18 +3003,18 @@ "member": {} }, "ExposeHeaders": { - "shape": "S4e" + "shape": "S4k" }, "MaxAge": { "type": "integer" } } }, - "S4e": { + "S4k": { "type": "list", "member": {} }, - "S5c": { + "S5i": { "type": "structure", "members": { "ReservedConcurrentExecutions": { @@ -2998,7 +3022,7 @@ } } }, - "S5k": { + "S5q": { "type": "structure", "members": { "LastModified": { @@ -3016,11 +3040,11 @@ } } }, - "S5q": { + "S5w": { "type": "structure", "members": { "Content": { - "shape": "S5r" + "shape": "S5x" }, "LayerArn": {}, "LayerVersionArn": {}, @@ -3030,15 +3054,15 @@ "type": "long" }, "CompatibleRuntimes": { - "shape": "S5t" + "shape": "S5z" }, "LicenseInfo": {}, "CompatibleArchitectures": { - "shape": "S5v" + "shape": "S61" } } }, - "S5r": { + "S5x": { "type": "structure", "members": { "Location": {}, @@ -3050,21 +3074,21 @@ "SigningJobArn": {} } }, - "S5t": { + "S5z": { "type": "list", "member": {} }, - "S5v": { + "S61": { "type": "list", "member": {} }, - "S7a": { + "S7g": { "type": "list", "member": { - "shape": "S3l" + "shape": "S3r" } }, - "S7i": { + "S7o": { "type": "structure", "members": { "LayerVersionArn": {}, @@ -3074,11 +3098,11 @@ "Description": {}, "CreatedDate": {}, "CompatibleRuntimes": { - "shape": "S5t" + "shape": "S5z" }, "LicenseInfo": {}, "CompatibleArchitectures": { - "shape": "S5v" + "shape": "S61" } } } diff --git a/iamlivecore/service/launch-wizard-2018-05-10.min.json b/iamlivecore/service/launch-wizard-2018-05-10.min.json new file mode 100644 index 0000000..66657fe --- /dev/null +++ b/iamlivecore/service/launch-wizard-2018-05-10.min.json @@ -0,0 +1,312 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2018-05-10", + "endpointPrefix": "launchwizard", + "jsonVersion": "1.1", + "protocol": "rest-json", + "serviceFullName": "AWS Launch Wizard", + "serviceId": "Launch Wizard", + "signatureVersion": "v4", + "signingName": "launchwizard", + "uid": "launch-wizard-2018-05-10" + }, + "operations": { + "CreateDeployment": { + "http": { + "requestUri": "/createDeployment", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "deploymentPatternName", + "name", + "specifications", + "workloadName" + ], + "members": { + "deploymentPatternName": {}, + "dryRun": { + "type": "boolean" + }, + "name": {}, + "specifications": { + "shape": "S5" + }, + "workloadName": {} + } + }, + "output": { + "type": "structure", + "members": { + "deploymentId": {} + } + } + }, + "DeleteDeployment": { + "http": { + "requestUri": "/deleteDeployment", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "deploymentId" + ], + "members": { + "deploymentId": {} + } + }, + "output": { + "type": "structure", + "members": { + "status": {}, + "statusReason": {} + } + }, + "idempotent": true + }, + "GetDeployment": { + "http": { + "requestUri": "/getDeployment", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "deploymentId" + ], + "members": { + "deploymentId": {} + } + }, + "output": { + "type": "structure", + "members": { + "deployment": { + "type": "structure", + "members": { + "createdAt": { + "type": "timestamp" + }, + "deletedAt": { + "type": "timestamp" + }, + "id": {}, + "name": {}, + "patternName": {}, + "resourceGroup": {}, + "specifications": { + "shape": "S5" + }, + "status": {}, + "workloadName": {} + } + } + } + } + }, + "GetWorkload": { + "http": { + "requestUri": "/getWorkload", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "workloadName" + ], + "members": { + "workloadName": {} + } + }, + "output": { + "type": "structure", + "members": { + "workload": { + "type": "structure", + "members": { + "description": {}, + "displayName": {}, + "documentationUrl": {}, + "iconUrl": {}, + "status": {}, + "statusMessage": {}, + "workloadName": {} + } + } + } + } + }, + "ListDeploymentEvents": { + "http": { + "requestUri": "/listDeploymentEvents", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "deploymentId" + ], + "members": { + "deploymentId": {}, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "deploymentEvents": { + "type": "list", + "member": { + "type": "structure", + "members": { + "description": {}, + "name": {}, + "status": {}, + "statusReason": {}, + "timestamp": { + "type": "timestamp" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListDeployments": { + "http": { + "requestUri": "/listDeployments", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "filters": { + "type": "list", + "member": { + "type": "structure", + "members": { + "name": {}, + "values": { + "type": "list", + "member": {} + } + } + } + }, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "deployments": { + "type": "list", + "member": { + "type": "structure", + "members": { + "createdAt": { + "type": "timestamp" + }, + "id": {}, + "name": {}, + "patternName": {}, + "status": {}, + "workloadName": {} + } + } + }, + "nextToken": {} + } + } + }, + "ListWorkloadDeploymentPatterns": { + "http": { + "requestUri": "/listWorkloadDeploymentPatterns", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "workloadName" + ], + "members": { + "maxResults": { + "type": "integer" + }, + "nextToken": {}, + "workloadName": {} + } + }, + "output": { + "type": "structure", + "members": { + "nextToken": {}, + "workloadDeploymentPatterns": { + "type": "list", + "member": { + "type": "structure", + "members": { + "deploymentPatternName": {}, + "description": {}, + "displayName": {}, + "status": {}, + "statusMessage": {}, + "workloadName": {}, + "workloadVersionName": {} + } + } + } + } + } + }, + "ListWorkloads": { + "http": { + "requestUri": "/listWorkloads", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "nextToken": {}, + "workloads": { + "type": "list", + "member": { + "type": "structure", + "members": { + "displayName": {}, + "workloadName": {} + } + } + } + } + } + } + }, + "shapes": { + "S5": { + "type": "map", + "key": {}, + "value": {}, + "sensitive": true + } + } +} \ No newline at end of file diff --git a/iamlivecore/service/location-2020-11-19.min.json b/iamlivecore/service/location-2020-11-19.min.json index a6ac256..ca8a26d 100644 --- a/iamlivecore/service/location-2020-11-19.min.json +++ b/iamlivecore/service/location-2020-11-19.min.json @@ -36,7 +36,7 @@ "members": {} }, "endpoint": { - "hostPrefix": "tracking." + "hostPrefix": "cp.tracking." } }, "BatchDeleteDevicePositionHistory": { @@ -404,6 +404,9 @@ "DestinationPosition" ], "members": { + "ArrivalTime": { + "shape": "St" + }, "CalculatorName": { "location": "uri", "locationName": "CalculatorName" @@ -432,9 +435,10 @@ "location": "querystring", "locationName": "key" }, + "OptimizeFor": {}, "TravelMode": {}, "TruckModeOptions": { - "shape": "S1s" + "shape": "S1t" }, "WaypointPositions": { "type": "list", @@ -537,7 +541,7 @@ "type": "double" }, "RouteBBox": { - "shape": "S2h" + "shape": "S2i" } } } @@ -593,7 +597,7 @@ }, "TravelMode": {}, "TruckModeOptions": { - "shape": "S1s" + "shape": "S1t" } } }, @@ -691,7 +695,7 @@ "deprecatedMessage": "Deprecated. No longer allowed." }, "Tags": { - "shape": "S32" + "shape": "S33" } } }, @@ -711,7 +715,7 @@ } }, "endpoint": { - "hostPrefix": "geofencing." + "hostPrefix": "cp.geofencing." }, "idempotent": true }, @@ -736,10 +740,10 @@ "type": "boolean" }, "Restrictions": { - "shape": "S37" + "shape": "S38" }, "Tags": { - "shape": "S32" + "shape": "S33" } } }, @@ -763,7 +767,7 @@ } }, "endpoint": { - "hostPrefix": "metadata." + "hostPrefix": "cp.metadata." }, "idempotent": true }, @@ -780,7 +784,7 @@ ], "members": { "Configuration": { - "shape": "S3g" + "shape": "S3h" }, "Description": {}, "MapName": {}, @@ -789,7 +793,7 @@ "deprecatedMessage": "Deprecated. If included, the only allowed value is RequestBasedUsage." }, "Tags": { - "shape": "S32" + "shape": "S33" } } }, @@ -809,7 +813,7 @@ } }, "endpoint": { - "hostPrefix": "maps." + "hostPrefix": "cp.maps." }, "idempotent": true }, @@ -827,7 +831,7 @@ "members": { "DataSource": {}, "DataSourceConfiguration": { - "shape": "S3l" + "shape": "S3m" }, "Description": {}, "IndexName": {}, @@ -836,7 +840,7 @@ "deprecatedMessage": "Deprecated. If included, the only allowed value is RequestBasedUsage." }, "Tags": { - "shape": "S32" + "shape": "S33" } } }, @@ -856,7 +860,7 @@ } }, "endpoint": { - "hostPrefix": "places." + "hostPrefix": "cp.places." }, "idempotent": true }, @@ -880,7 +884,7 @@ "deprecatedMessage": "Deprecated. If included, the only allowed value is RequestBasedUsage." }, "Tags": { - "shape": "S32" + "shape": "S33" } } }, @@ -900,7 +904,7 @@ } }, "endpoint": { - "hostPrefix": "routes." + "hostPrefix": "cp.routes." }, "idempotent": true }, @@ -919,6 +923,9 @@ "EventBridgeEnabled": { "type": "boolean" }, + "KmsKeyEnableGeospatialQueries": { + "type": "boolean" + }, "KmsKeyId": {}, "PositionFiltering": {}, "PricingPlan": { @@ -930,7 +937,7 @@ "deprecatedMessage": "Deprecated. No longer allowed." }, "Tags": { - "shape": "S32" + "shape": "S33" }, "TrackerName": {} } @@ -951,7 +958,7 @@ } }, "endpoint": { - "hostPrefix": "tracking." + "hostPrefix": "cp.tracking." }, "idempotent": true }, @@ -978,7 +985,7 @@ "members": {} }, "endpoint": { - "hostPrefix": "geofencing." + "hostPrefix": "cp.geofencing." }, "idempotent": true }, @@ -1005,7 +1012,7 @@ "members": {} }, "endpoint": { - "hostPrefix": "metadata." + "hostPrefix": "cp.metadata." }, "idempotent": true }, @@ -1032,7 +1039,7 @@ "members": {} }, "endpoint": { - "hostPrefix": "maps." + "hostPrefix": "cp.maps." }, "idempotent": true }, @@ -1059,7 +1066,7 @@ "members": {} }, "endpoint": { - "hostPrefix": "places." + "hostPrefix": "cp.places." }, "idempotent": true }, @@ -1086,7 +1093,7 @@ "members": {} }, "endpoint": { - "hostPrefix": "routes." + "hostPrefix": "cp.routes." }, "idempotent": true }, @@ -1113,7 +1120,7 @@ "members": {} }, "endpoint": { - "hostPrefix": "tracking." + "hostPrefix": "cp.tracking." }, "idempotent": true }, @@ -1151,6 +1158,9 @@ "shape": "St" }, "Description": {}, + "GeofenceCount": { + "type": "integer" + }, "KmsKeyId": {}, "PricingPlan": { "deprecated": true, @@ -1161,7 +1171,7 @@ "deprecatedMessage": "Deprecated. Unused." }, "Tags": { - "shape": "S32" + "shape": "S33" }, "UpdateTime": { "shape": "St" @@ -1169,7 +1179,7 @@ } }, "endpoint": { - "hostPrefix": "geofencing." + "hostPrefix": "cp.geofencing." } }, "DescribeKey": { @@ -1215,10 +1225,10 @@ "KeyArn": {}, "KeyName": {}, "Restrictions": { - "shape": "S37" + "shape": "S38" }, "Tags": { - "shape": "S32" + "shape": "S33" }, "UpdateTime": { "shape": "St" @@ -1226,7 +1236,7 @@ } }, "endpoint": { - "hostPrefix": "metadata." + "hostPrefix": "cp.metadata." } }, "DescribeMap": { @@ -1260,7 +1270,7 @@ ], "members": { "Configuration": { - "shape": "S3g" + "shape": "S3h" }, "CreateTime": { "shape": "St" @@ -1274,7 +1284,7 @@ "deprecatedMessage": "Deprecated. Always returns RequestBasedUsage." }, "Tags": { - "shape": "S32" + "shape": "S33" }, "UpdateTime": { "shape": "St" @@ -1282,7 +1292,7 @@ } }, "endpoint": { - "hostPrefix": "maps." + "hostPrefix": "cp.maps." } }, "DescribePlaceIndex": { @@ -1320,7 +1330,7 @@ }, "DataSource": {}, "DataSourceConfiguration": { - "shape": "S3l" + "shape": "S3m" }, "Description": {}, "IndexArn": {}, @@ -1330,7 +1340,7 @@ "deprecatedMessage": "Deprecated. Always returns RequestBasedUsage." }, "Tags": { - "shape": "S32" + "shape": "S33" }, "UpdateTime": { "shape": "St" @@ -1338,7 +1348,7 @@ } }, "endpoint": { - "hostPrefix": "places." + "hostPrefix": "cp.places." } }, "DescribeRouteCalculator": { @@ -1382,7 +1392,7 @@ "deprecatedMessage": "Deprecated. Always returns RequestBasedUsage." }, "Tags": { - "shape": "S32" + "shape": "S33" }, "UpdateTime": { "shape": "St" @@ -1390,7 +1400,7 @@ } }, "endpoint": { - "hostPrefix": "routes." + "hostPrefix": "cp.routes." } }, "DescribeTracker": { @@ -1428,6 +1438,9 @@ "EventBridgeEnabled": { "type": "boolean" }, + "KmsKeyEnableGeospatialQueries": { + "type": "boolean" + }, "KmsKeyId": {}, "PositionFiltering": {}, "PricingPlan": { @@ -1439,7 +1452,7 @@ "deprecatedMessage": "Deprecated. Unused." }, "Tags": { - "shape": "S32" + "shape": "S33" }, "TrackerArn": {}, "TrackerName": {}, @@ -1449,7 +1462,7 @@ } }, "endpoint": { - "hostPrefix": "tracking." + "hostPrefix": "cp.tracking." } }, "DisassociateTrackerConsumer": { @@ -1480,7 +1493,7 @@ "members": {} }, "endpoint": { - "hostPrefix": "tracking." + "hostPrefix": "cp.tracking." } }, "GetDevicePosition": { @@ -1882,7 +1895,7 @@ ], "members": { "Place": { - "shape": "S59" + "shape": "S5b" } } }, @@ -1901,6 +1914,14 @@ "TrackerName" ], "members": { + "FilterGeometry": { + "type": "structure", + "members": { + "Polygon": { + "shape": "S1a" + } + } + }, "MaxResults": { "type": "integer" }, @@ -2004,7 +2025,7 @@ } }, "endpoint": { - "hostPrefix": "geofencing." + "hostPrefix": "cp.geofencing." } }, "ListGeofences": { @@ -2117,7 +2138,7 @@ }, "KeyName": {}, "Restrictions": { - "shape": "S37" + "shape": "S38" }, "UpdateTime": { "shape": "St" @@ -2129,7 +2150,7 @@ } }, "endpoint": { - "hostPrefix": "metadata." + "hostPrefix": "cp.metadata." } }, "ListMaps": { @@ -2184,7 +2205,7 @@ } }, "endpoint": { - "hostPrefix": "maps." + "hostPrefix": "cp.maps." } }, "ListPlaceIndexes": { @@ -2239,7 +2260,7 @@ } }, "endpoint": { - "hostPrefix": "places." + "hostPrefix": "cp.places." } }, "ListRouteCalculators": { @@ -2294,7 +2315,7 @@ } }, "endpoint": { - "hostPrefix": "routes." + "hostPrefix": "cp.routes." } }, "ListTagsForResource": { @@ -2319,12 +2340,12 @@ "type": "structure", "members": { "Tags": { - "shape": "S32" + "shape": "S33" } } }, "endpoint": { - "hostPrefix": "metadata." + "hostPrefix": "cp.metadata." } }, "ListTrackerConsumers": { @@ -2362,7 +2383,7 @@ } }, "endpoint": { - "hostPrefix": "tracking." + "hostPrefix": "cp.tracking." } }, "ListTrackers": { @@ -2419,7 +2440,7 @@ } }, "endpoint": { - "hostPrefix": "tracking." + "hostPrefix": "cp.tracking." } }, "PutGeofence": { @@ -2523,7 +2544,7 @@ "type": "double" }, "Place": { - "shape": "S59" + "shape": "S5b" }, "PlaceId": {} } @@ -2568,13 +2589,13 @@ "shape": "So" }, "FilterBBox": { - "shape": "S2h" + "shape": "S2i" }, "FilterCategories": { - "shape": "S73" + "shape": "S76" }, "FilterCountries": { - "shape": "S74" + "shape": "S77" }, "IndexName": { "location": "uri", @@ -2611,11 +2632,11 @@ ], "members": { "Categories": { - "shape": "S5a" + "shape": "S5c" }, "PlaceId": {}, "SupplementalCategories": { - "shape": "S5d" + "shape": "S5f" }, "Text": {} } @@ -2633,20 +2654,20 @@ }, "DataSource": {}, "FilterBBox": { - "shape": "S2h" + "shape": "S2i" }, "FilterCategories": { - "shape": "S73" + "shape": "S76" }, "FilterCountries": { - "shape": "S74" + "shape": "S77" }, "Language": {}, "MaxResults": { "type": "integer" }, "Text": { - "shape": "S7c" + "shape": "S7f" } } } @@ -2672,13 +2693,13 @@ "shape": "So" }, "FilterBBox": { - "shape": "S2h" + "shape": "S2i" }, "FilterCategories": { - "shape": "S73" + "shape": "S76" }, "FilterCountries": { - "shape": "S74" + "shape": "S77" }, "IndexName": { "location": "uri", @@ -2718,7 +2739,7 @@ "type": "double" }, "Place": { - "shape": "S59" + "shape": "S5b" }, "PlaceId": {}, "Relevance": { @@ -2739,23 +2760,23 @@ }, "DataSource": {}, "FilterBBox": { - "shape": "S2h" + "shape": "S2i" }, "FilterCategories": { - "shape": "S73" + "shape": "S76" }, "FilterCountries": { - "shape": "S74" + "shape": "S77" }, "Language": {}, "MaxResults": { "type": "integer" }, "ResultBBox": { - "shape": "S2h" + "shape": "S2i" }, "Text": { - "shape": "S7c" + "shape": "S7f" } } } @@ -2782,7 +2803,7 @@ "locationName": "ResourceArn" }, "Tags": { - "shape": "S32" + "shape": "S33" } } }, @@ -2791,7 +2812,7 @@ "members": {} }, "endpoint": { - "hostPrefix": "metadata." + "hostPrefix": "cp.metadata." } }, "UntagResource": { @@ -2824,7 +2845,7 @@ "members": {} }, "endpoint": { - "hostPrefix": "metadata." + "hostPrefix": "cp.metadata." }, "idempotent": true }, @@ -2871,7 +2892,7 @@ } }, "endpoint": { - "hostPrefix": "geofencing." + "hostPrefix": "cp.geofencing." }, "idempotent": true }, @@ -2902,7 +2923,7 @@ "type": "boolean" }, "Restrictions": { - "shape": "S37" + "shape": "S38" } } }, @@ -2922,7 +2943,7 @@ } }, "endpoint": { - "hostPrefix": "metadata." + "hostPrefix": "cp.metadata." }, "idempotent": true }, @@ -2971,7 +2992,7 @@ } }, "endpoint": { - "hostPrefix": "maps." + "hostPrefix": "cp.maps." }, "idempotent": true }, @@ -2988,7 +3009,7 @@ ], "members": { "DataSourceConfiguration": { - "shape": "S3l" + "shape": "S3m" }, "Description": {}, "IndexName": { @@ -3017,7 +3038,7 @@ } }, "endpoint": { - "hostPrefix": "places." + "hostPrefix": "cp.places." }, "idempotent": true }, @@ -3060,7 +3081,7 @@ } }, "endpoint": { - "hostPrefix": "routes." + "hostPrefix": "cp.routes." }, "idempotent": true }, @@ -3080,6 +3101,9 @@ "EventBridgeEnabled": { "type": "boolean" }, + "KmsKeyEnableGeospatialQueries": { + "type": "boolean" + }, "PositionFiltering": {}, "PricingPlan": { "deprecated": true, @@ -3111,7 +3135,7 @@ } }, "endpoint": { - "hostPrefix": "tracking." + "hostPrefix": "cp.tracking." }, "idempotent": true } @@ -3224,13 +3248,16 @@ "sensitive": true }, "Polygon": { - "type": "list", - "member": { - "type": "list", - "member": { - "shape": "So" - } - } + "shape": "S1a" + } + } + }, + "S1a": { + "type": "list", + "member": { + "type": "list", + "member": { + "shape": "So" } } }, @@ -3249,7 +3276,7 @@ "type": "string", "sensitive": true }, - "S1s": { + "S1t": { "type": "structure", "members": { "AvoidFerries": { @@ -3284,19 +3311,19 @@ } } }, - "S2h": { + "S2i": { "type": "list", "member": { "type": "double" }, "sensitive": true }, - "S32": { + "S33": { "type": "map", "key": {}, "value": {} }, - "S37": { + "S38": { "type": "structure", "required": [ "AllowActions", @@ -3317,7 +3344,7 @@ } } }, - "S3g": { + "S3h": { "type": "structure", "required": [ "Style" @@ -3327,13 +3354,13 @@ "Style": {} } }, - "S3l": { + "S3m": { "type": "structure", "members": { "IntendedUse": {} } }, - "S59": { + "S5b": { "type": "structure", "required": [ "Geometry" @@ -3341,7 +3368,7 @@ "members": { "AddressNumber": {}, "Categories": { - "shape": "S5a" + "shape": "S5c" }, "Country": {}, "Geometry": { @@ -3361,9 +3388,10 @@ "PostalCode": {}, "Region": {}, "Street": {}, + "SubMunicipality": {}, "SubRegion": {}, "SupplementalCategories": { - "shape": "S5d" + "shape": "S5f" }, "TimeZone": { "type": "structure", @@ -3381,23 +3409,23 @@ "UnitType": {} } }, - "S5a": { + "S5c": { "type": "list", "member": {} }, - "S5d": { + "S5f": { "type": "list", "member": {} }, - "S73": { + "S76": { "type": "list", "member": {} }, - "S74": { + "S77": { "type": "list", "member": {} }, - "S7c": { + "S7f": { "type": "string", "sensitive": true } diff --git a/iamlivecore/service/logs-2014-03-28.min.json b/iamlivecore/service/logs-2014-03-28.min.json index 0686292..d3a53f9 100644 --- a/iamlivecore/service/logs-2014-03-28.min.json +++ b/iamlivecore/service/logs-2014-03-28.min.json @@ -36,6 +36,30 @@ } } }, + "CreateDelivery": { + "input": { + "type": "structure", + "required": [ + "deliverySourceName", + "deliveryDestinationArn" + ], + "members": { + "deliverySourceName": {}, + "deliveryDestinationArn": {}, + "tags": { + "shape": "Sa" + } + } + }, + "output": { + "type": "structure", + "members": { + "delivery": { + "shape": "Se" + } + } + } + }, "CreateExportTask": { "input": { "type": "structure", @@ -66,6 +90,35 @@ } } }, + "CreateLogAnomalyDetector": { + "input": { + "type": "structure", + "required": [ + "logGroupArnList" + ], + "members": { + "logGroupArnList": { + "shape": "Sp" + }, + "detectorName": {}, + "evaluationFrequency": {}, + "filterPattern": {}, + "kmsKeyId": {}, + "anomalyVisibilityTime": { + "type": "long" + }, + "tags": { + "shape": "Sa" + } + } + }, + "output": { + "type": "structure", + "members": { + "anomalyDetectorArn": {} + } + } + }, "CreateLogGroup": { "input": { "type": "structure", @@ -76,8 +129,9 @@ "logGroupName": {}, "kmsKeyId": {}, "tags": { - "shape": "Sf" - } + "shape": "Sa" + }, + "logGroupClass": {} } } }, @@ -118,6 +172,50 @@ } } }, + "DeleteDelivery": { + "input": { + "type": "structure", + "required": [ + "id" + ], + "members": { + "id": {} + } + } + }, + "DeleteDeliveryDestination": { + "input": { + "type": "structure", + "required": [ + "name" + ], + "members": { + "name": {} + } + } + }, + "DeleteDeliveryDestinationPolicy": { + "input": { + "type": "structure", + "required": [ + "deliveryDestinationName" + ], + "members": { + "deliveryDestinationName": {} + } + } + }, + "DeleteDeliverySource": { + "input": { + "type": "structure", + "required": [ + "name" + ], + "members": { + "name": {} + } + } + }, "DeleteDestination": { "input": { "type": "structure", @@ -129,6 +227,17 @@ } } }, + "DeleteLogAnomalyDetector": { + "input": { + "type": "structure", + "required": [ + "anomalyDetectorArn" + ], + "members": { + "anomalyDetectorArn": {} + } + } + }, "DeleteLogGroup": { "input": { "type": "structure", @@ -227,7 +336,7 @@ "policyType": {}, "policyName": {}, "accountIdentifiers": { - "shape": "S12" + "shape": "S1p" } } }, @@ -237,12 +346,81 @@ "accountPolicies": { "type": "list", "member": { - "shape": "S16" + "shape": "S1t" } } } } }, + "DescribeDeliveries": { + "input": { + "type": "structure", + "members": { + "nextToken": {}, + "limit": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "deliveries": { + "type": "list", + "member": { + "shape": "Se" + } + }, + "nextToken": {} + } + } + }, + "DescribeDeliveryDestinations": { + "input": { + "type": "structure", + "members": { + "nextToken": {}, + "limit": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "deliveryDestinations": { + "type": "list", + "member": { + "shape": "S24" + } + }, + "nextToken": {} + } + } + }, + "DescribeDeliverySources": { + "input": { + "type": "structure", + "members": { + "nextToken": {}, + "limit": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "deliverySources": { + "type": "list", + "member": { + "shape": "S2a" + } + }, + "nextToken": {} + } + } + }, "DescribeDestinations": { "input": { "type": "structure", @@ -260,7 +438,7 @@ "destinations": { "type": "list", "member": { - "shape": "S1e" + "shape": "S2h" } }, "nextToken": {} @@ -328,7 +506,7 @@ "type": "structure", "members": { "accountIdentifiers": { - "shape": "S12" + "shape": "S1p" }, "logGroupNamePrefix": {}, "logGroupNamePattern": {}, @@ -338,7 +516,8 @@ }, "includeLinkedAccounts": { "type": "boolean" - } + }, + "logGroupClass": {} } }, "output": { @@ -368,7 +547,8 @@ "inheritedProperties": { "type": "list", "member": {} - } + }, + "logGroupClass": {} } } }, @@ -453,7 +633,7 @@ "filterName": {}, "filterPattern": {}, "metricTransformations": { - "shape": "S2h" + "shape": "S3i" }, "creationTime": { "type": "long" @@ -526,7 +706,7 @@ "type": "long" }, "logGroupNames": { - "shape": "S33" + "shape": "S44" } } } @@ -551,7 +731,7 @@ "resourcePolicies": { "type": "list", "member": { - "shape": "S37" + "shape": "S48" } }, "nextToken": {} @@ -613,8 +793,7 @@ "logGroupName": {}, "logGroupIdentifier": {}, "logStreamNames": { - "type": "list", - "member": {} + "shape": "S4i" }, "logStreamNamePrefix": {}, "startTime": { @@ -695,6 +874,115 @@ } } }, + "GetDelivery": { + "input": { + "type": "structure", + "required": [ + "id" + ], + "members": { + "id": {} + } + }, + "output": { + "type": "structure", + "members": { + "delivery": { + "shape": "Se" + } + } + } + }, + "GetDeliveryDestination": { + "input": { + "type": "structure", + "required": [ + "name" + ], + "members": { + "name": {} + } + }, + "output": { + "type": "structure", + "members": { + "deliveryDestination": { + "shape": "S24" + } + } + } + }, + "GetDeliveryDestinationPolicy": { + "input": { + "type": "structure", + "required": [ + "deliveryDestinationName" + ], + "members": { + "deliveryDestinationName": {} + } + }, + "output": { + "type": "structure", + "members": { + "policy": { + "shape": "S53" + } + } + } + }, + "GetDeliverySource": { + "input": { + "type": "structure", + "required": [ + "name" + ], + "members": { + "name": {} + } + }, + "output": { + "type": "structure", + "members": { + "deliverySource": { + "shape": "S2a" + } + } + } + }, + "GetLogAnomalyDetector": { + "input": { + "type": "structure", + "required": [ + "anomalyDetectorArn" + ], + "members": { + "anomalyDetectorArn": {} + } + }, + "output": { + "type": "structure", + "members": { + "detectorName": {}, + "logGroupArnList": { + "shape": "Sp" + }, + "evaluationFrequency": {}, + "filterPattern": {}, + "anomalyDetectorStatus": {}, + "kmsKeyId": {}, + "creationTimeStamp": { + "type": "long" + }, + "lastModifiedTimeStamp": { + "type": "long" + }, + "anomalyVisibilityTime": { + "type": "long" + } + } + } + }, "GetLogEvents": { "input": { "type": "structure", @@ -844,6 +1132,157 @@ } } }, + "ListAnomalies": { + "input": { + "type": "structure", + "members": { + "anomalyDetectorArn": {}, + "suppressionState": {}, + "limit": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "anomalies": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "anomalyId", + "patternId", + "anomalyDetectorArn", + "patternString", + "firstSeen", + "lastSeen", + "description", + "active", + "state", + "histogram", + "logSamples", + "patternTokens", + "logGroupArnList" + ], + "members": { + "anomalyId": {}, + "patternId": {}, + "anomalyDetectorArn": {}, + "patternString": {}, + "patternRegex": {}, + "priority": {}, + "firstSeen": { + "type": "long" + }, + "lastSeen": { + "type": "long" + }, + "description": {}, + "active": { + "type": "boolean" + }, + "state": {}, + "histogram": { + "type": "map", + "key": {}, + "value": { + "type": "long" + } + }, + "logSamples": { + "type": "list", + "member": {} + }, + "patternTokens": { + "type": "list", + "member": { + "type": "structure", + "members": { + "dynamicTokenPosition": { + "type": "integer" + }, + "isDynamic": { + "type": "boolean" + }, + "tokenString": {}, + "enumerations": { + "type": "map", + "key": {}, + "value": { + "type": "long" + } + } + } + } + }, + "logGroupArnList": { + "shape": "Sp" + }, + "suppressed": { + "type": "boolean" + }, + "suppressedDate": { + "type": "long" + }, + "suppressedUntil": { + "type": "long" + }, + "isPatternLevelSuppression": { + "type": "boolean" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListLogAnomalyDetectors": { + "input": { + "type": "structure", + "members": { + "filterLogGroupArn": {}, + "limit": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "anomalyDetectors": { + "type": "list", + "member": { + "type": "structure", + "members": { + "anomalyDetectorArn": {}, + "detectorName": {}, + "logGroupArnList": { + "shape": "Sp" + }, + "evaluationFrequency": {}, + "filterPattern": {}, + "anomalyDetectorStatus": {}, + "kmsKeyId": {}, + "creationTimeStamp": { + "type": "long" + }, + "lastModifiedTimeStamp": { + "type": "long" + }, + "anomalyVisibilityTime": { + "type": "long" + } + } + } + }, + "nextToken": {} + } + } + }, "ListTagsForResource": { "input": { "type": "structure", @@ -858,7 +1297,7 @@ "type": "structure", "members": { "tags": { - "shape": "Sf" + "shape": "Sa" } } } @@ -879,7 +1318,7 @@ "type": "structure", "members": { "tags": { - "shape": "Sf" + "shape": "Sa" } }, "deprecated": true, @@ -907,7 +1346,7 @@ "type": "structure", "members": { "accountPolicy": { - "shape": "S16" + "shape": "S1t" } } } @@ -935,6 +1374,80 @@ } } }, + "PutDeliveryDestination": { + "input": { + "type": "structure", + "required": [ + "name", + "deliveryDestinationConfiguration" + ], + "members": { + "name": {}, + "outputFormat": {}, + "deliveryDestinationConfiguration": { + "shape": "S26" + }, + "tags": { + "shape": "Sa" + } + } + }, + "output": { + "type": "structure", + "members": { + "deliveryDestination": { + "shape": "S24" + } + } + } + }, + "PutDeliveryDestinationPolicy": { + "input": { + "type": "structure", + "required": [ + "deliveryDestinationName", + "deliveryDestinationPolicy" + ], + "members": { + "deliveryDestinationName": {}, + "deliveryDestinationPolicy": {} + } + }, + "output": { + "type": "structure", + "members": { + "policy": { + "shape": "S53" + } + } + } + }, + "PutDeliverySource": { + "input": { + "type": "structure", + "required": [ + "name", + "resourceArn", + "logType" + ], + "members": { + "name": {}, + "resourceArn": {}, + "logType": {}, + "tags": { + "shape": "Sa" + } + } + }, + "output": { + "type": "structure", + "members": { + "deliverySource": { + "shape": "S2a" + } + } + } + }, "PutDestination": { "input": { "type": "structure", @@ -948,7 +1461,7 @@ "targetArn": {}, "roleArn": {}, "tags": { - "shape": "Sf" + "shape": "Sa" } } }, @@ -956,7 +1469,7 @@ "type": "structure", "members": { "destination": { - "shape": "S1e" + "shape": "S2h" } } } @@ -1042,7 +1555,7 @@ "filterName": {}, "filterPattern": {}, "metricTransformations": { - "shape": "S2h" + "shape": "S3i" } } } @@ -1058,9 +1571,12 @@ "name": {}, "queryDefinitionId": {}, "logGroupNames": { - "shape": "S33" + "shape": "S44" }, - "queryString": {} + "queryString": {}, + "clientToken": { + "idempotencyToken": true + } } }, "output": { @@ -1082,7 +1598,7 @@ "type": "structure", "members": { "resourcePolicy": { - "shape": "S37" + "shape": "S48" } } } @@ -1121,6 +1637,103 @@ } } }, + "StartLiveTail": { + "input": { + "type": "structure", + "required": [ + "logGroupIdentifiers" + ], + "members": { + "logGroupIdentifiers": { + "shape": "S7r" + }, + "logStreamNames": { + "shape": "S4i" + }, + "logStreamNamePrefixes": { + "shape": "S4i" + }, + "logEventFilterPattern": {} + } + }, + "output": { + "type": "structure", + "members": { + "responseStream": { + "type": "structure", + "members": { + "sessionStart": { + "type": "structure", + "members": { + "requestId": {}, + "sessionId": {}, + "logGroupIdentifiers": { + "shape": "S7r" + }, + "logStreamNames": { + "shape": "S4i" + }, + "logStreamNamePrefixes": { + "shape": "S4i" + }, + "logEventFilterPattern": {} + }, + "event": true + }, + "sessionUpdate": { + "type": "structure", + "members": { + "sessionMetadata": { + "type": "structure", + "members": { + "sampled": { + "type": "boolean" + } + } + }, + "sessionResults": { + "type": "list", + "member": { + "type": "structure", + "members": { + "logStreamName": {}, + "logGroupIdentifier": {}, + "message": {}, + "timestamp": { + "type": "long" + }, + "ingestionTime": { + "type": "long" + } + } + } + } + }, + "event": true + }, + "SessionTimeoutException": { + "type": "structure", + "members": { + "message": {} + }, + "exception": true + }, + "SessionStreamingException": { + "type": "structure", + "members": { + "message": {} + }, + "exception": true + } + }, + "eventstream": true + } + } + }, + "endpoint": { + "hostPrefix": "streaming-" + } + }, "StartQuery": { "input": { "type": "structure", @@ -1132,7 +1745,7 @@ "members": { "logGroupName": {}, "logGroupNames": { - "shape": "S33" + "shape": "S44" }, "logGroupIdentifiers": { "type": "list", @@ -1186,7 +1799,7 @@ "members": { "logGroupName": {}, "tags": { - "shape": "Sf" + "shape": "Sa" } }, "deprecated": true, @@ -1205,7 +1818,7 @@ "members": { "resourceArn": {}, "tags": { - "shape": "Sf" + "shape": "Sa" } } } @@ -1283,19 +1896,79 @@ } } } + }, + "UpdateAnomaly": { + "input": { + "type": "structure", + "required": [ + "anomalyDetectorArn" + ], + "members": { + "anomalyId": {}, + "patternId": {}, + "anomalyDetectorArn": {}, + "suppressionType": {}, + "suppressionPeriod": { + "type": "structure", + "members": { + "value": { + "type": "integer" + }, + "suppressionUnit": {} + } + } + } + } + }, + "UpdateLogAnomalyDetector": { + "input": { + "type": "structure", + "required": [ + "anomalyDetectorArn", + "enabled" + ], + "members": { + "anomalyDetectorArn": {}, + "evaluationFrequency": {}, + "filterPattern": {}, + "anomalyVisibilityTime": { + "type": "long" + }, + "enabled": { + "type": "boolean" + } + } + } } }, "shapes": { - "Sf": { + "Sa": { "type": "map", "key": {}, "value": {} }, - "S12": { + "Se": { + "type": "structure", + "members": { + "id": {}, + "arn": {}, + "deliverySourceName": {}, + "deliveryDestinationArn": {}, + "deliveryDestinationType": {}, + "tags": { + "shape": "Sa" + } + } + }, + "Sp": { "type": "list", "member": {} }, - "S16": { + "S1p": { + "type": "list", + "member": {} + }, + "S1t": { "type": "structure", "members": { "policyName": {}, @@ -1308,7 +1981,47 @@ "accountId": {} } }, - "S1e": { + "S24": { + "type": "structure", + "members": { + "name": {}, + "arn": {}, + "deliveryDestinationType": {}, + "outputFormat": {}, + "deliveryDestinationConfiguration": { + "shape": "S26" + }, + "tags": { + "shape": "Sa" + } + } + }, + "S26": { + "type": "structure", + "required": [ + "destinationResourceArn" + ], + "members": { + "destinationResourceArn": {} + } + }, + "S2a": { + "type": "structure", + "members": { + "name": {}, + "arn": {}, + "resourceArns": { + "type": "list", + "member": {} + }, + "service": {}, + "logType": {}, + "tags": { + "shape": "Sa" + } + } + }, + "S2h": { "type": "structure", "members": { "destinationName": {}, @@ -1321,7 +2034,7 @@ } } }, - "S2h": { + "S3i": { "type": "list", "member": { "type": "structure", @@ -1346,11 +2059,11 @@ } } }, - "S33": { + "S44": { "type": "list", "member": {} }, - "S37": { + "S48": { "type": "structure", "members": { "policyName": {}, @@ -1359,6 +2072,20 @@ "type": "long" } } + }, + "S4i": { + "type": "list", + "member": {} + }, + "S53": { + "type": "structure", + "members": { + "deliveryDestinationPolicy": {} + } + }, + "S7r": { + "type": "list", + "member": {} } } } \ No newline at end of file diff --git a/iamlivecore/service/m2-2021-04-28.min.json b/iamlivecore/service/m2-2021-04-28.min.json index 93d14e7..d418a67 100644 --- a/iamlivecore/service/m2-2021-04-28.min.json +++ b/iamlivecore/service/m2-2021-04-28.min.json @@ -686,6 +686,9 @@ }, "union": true }, + "fileSize": { + "type": "long" + }, "lastReferencedTime": { "type": "timestamp" }, @@ -731,7 +734,7 @@ "members": { "status": {}, "summary": { - "shape": "S2j" + "shape": "S2m" }, "taskId": {} } @@ -954,7 +957,7 @@ "type": "integer" }, "names": { - "shape": "S2y", + "shape": "S31", "location": "querystring", "locationName": "names" }, @@ -1214,8 +1217,9 @@ ], "members": { "status": {}, + "statusReason": {}, "summary": { - "shape": "S2j" + "shape": "S2m" }, "taskId": {} } @@ -1246,6 +1250,10 @@ "locationName": "maxResults", "type": "integer" }, + "nameFilter": { + "location": "querystring", + "locationName": "nameFilter" + }, "nextToken": { "location": "querystring", "locationName": "nextToken" @@ -1420,7 +1428,7 @@ "type": "integer" }, "names": { - "shape": "S2y", + "shape": "S31", "location": "querystring", "locationName": "names" }, @@ -1698,6 +1706,9 @@ "location": "uri", "locationName": "environmentId" }, + "forceUpdate": { + "type": "boolean" + }, "instanceType": {}, "preferredMaintenanceWindow": {} } @@ -1854,6 +1865,25 @@ "folderPath": {} } }, + "s3BatchJobIdentifier": { + "type": "structure", + "required": [ + "bucket", + "identifier" + ], + "members": { + "bucket": {}, + "identifier": { + "type": "structure", + "members": { + "fileName": {}, + "scriptName": {} + }, + "union": true + }, + "keyPrefix": {} + } + }, "scriptBatchJobIdentifier": { "type": "structure", "required": [ @@ -1866,7 +1896,7 @@ }, "union": true }, - "S2j": { + "S2m": { "type": "structure", "required": [ "failed", @@ -1893,7 +1923,7 @@ } } }, - "S2y": { + "S31": { "type": "list", "member": {} } diff --git a/iamlivecore/service/machinelearning-2014-12-12.min.json b/iamlivecore/service/machinelearning-2014-12-12.min.json index 72c454b..9094432 100644 --- a/iamlivecore/service/machinelearning-2014-12-12.min.json +++ b/iamlivecore/service/machinelearning-2014-12-12.min.json @@ -96,7 +96,10 @@ ], "members": { "Username": {}, - "Password": {} + "Password": { + "type": "string", + "sensitive": true + } } }, "S3StagingLocation": {}, @@ -157,7 +160,10 @@ ], "members": { "Username": {}, - "Password": {} + "Password": { + "type": "string", + "sensitive": true + } } }, "S3StagingLocation": {}, diff --git a/iamlivecore/service/macie2-2020-01-01.min.json b/iamlivecore/service/macie2-2020-01-01.min.json index 6d27f33..04c15ce 100644 --- a/iamlivecore/service/macie2-2020-01-01.min.json +++ b/iamlivecore/service/macie2-2020-01-01.min.json @@ -2345,6 +2345,10 @@ "configuration": { "shape": "S7d", "locationName": "configuration" + }, + "retrievalConfiguration": { + "shape": "S7g", + "locationName": "retrievalConfiguration" } } } @@ -2455,11 +2459,11 @@ "locationName": "description" }, "excludes": { - "shape": "S7u", + "shape": "S7x", "locationName": "excludes" }, "includes": { - "shape": "S7v", + "shape": "S7y", "locationName": "includes" }, "name": { @@ -2702,11 +2706,11 @@ "type": "structure", "members": { "excludes": { - "shape": "S8o", + "shape": "S8r", "locationName": "excludes" }, "includes": { - "shape": "S8o", + "shape": "S8r", "locationName": "includes" } } @@ -3413,11 +3417,11 @@ "type": "structure", "members": { "excludes": { - "shape": "Sac", + "shape": "Saf", "locationName": "excludes" }, "includes": { - "shape": "Sac", + "shape": "Saf", "locationName": "includes" } } @@ -3961,6 +3965,21 @@ "configuration": { "shape": "S7d", "locationName": "configuration" + }, + "retrievalConfiguration": { + "locationName": "retrievalConfiguration", + "type": "structure", + "members": { + "retrievalMode": { + "locationName": "retrievalMode" + }, + "roleName": { + "locationName": "roleName" + } + }, + "required": [ + "retrievalMode" + ] } }, "required": [ @@ -3973,6 +3992,10 @@ "configuration": { "shape": "S7d", "locationName": "configuration" + }, + "retrievalConfiguration": { + "shape": "S7g", + "locationName": "retrievalConfiguration" } } } @@ -3990,7 +4013,7 @@ "locationName": "description" }, "excludes": { - "shape": "S7u", + "shape": "S7x", "locationName": "excludes" }, "id": { @@ -3998,7 +4021,7 @@ "locationName": "id" }, "includes": { - "shape": "S7v", + "shape": "S7y", "locationName": "includes" } }, @@ -4775,7 +4798,24 @@ "status" ] }, - "S7u": { + "S7g": { + "type": "structure", + "members": { + "externalId": { + "locationName": "externalId" + }, + "retrievalMode": { + "locationName": "retrievalMode" + }, + "roleName": { + "locationName": "roleName" + } + }, + "required": [ + "retrievalMode" + ] + }, + "S7x": { "type": "structure", "members": { "managedDataIdentifierIds": { @@ -4784,7 +4824,7 @@ } } }, - "S7v": { + "S7y": { "type": "structure", "members": { "allowListIds": { @@ -4801,7 +4841,7 @@ } } }, - "S8o": { + "S8r": { "type": "list", "member": { "type": "structure", @@ -4819,7 +4859,7 @@ } } }, - "Sac": { + "Saf": { "type": "structure", "members": { "and": { diff --git a/iamlivecore/service/managedblockchain-2018-09-24.min.json b/iamlivecore/service/managedblockchain-2018-09-24.min.json index ec6d85d..866f09f 100644 --- a/iamlivecore/service/managedblockchain-2018-09-24.min.json +++ b/iamlivecore/service/managedblockchain-2018-09-24.min.json @@ -30,14 +30,16 @@ "AccessorType": {}, "Tags": { "shape": "S4" - } + }, + "NetworkType": {} } }, "output": { "type": "structure", "members": { "AccessorId": {}, - "BillingToken": {} + "BillingToken": {}, + "NetworkType": {} } } }, @@ -63,7 +65,7 @@ "locationName": "networkId" }, "MemberConfiguration": { - "shape": "Sb" + "shape": "Sc" } } }, @@ -111,10 +113,10 @@ } }, "VotingPolicy": { - "shape": "Sw" + "shape": "Sx" }, "MemberConfiguration": { - "shape": "Sb" + "shape": "Sc" }, "Tags": { "shape": "S4" @@ -158,7 +160,7 @@ "InstanceType": {}, "AvailabilityZone": {}, "LogPublishingConfiguration": { - "shape": "S16" + "shape": "S17" }, "StateDB": {} } @@ -197,7 +199,7 @@ }, "MemberId": {}, "Actions": { - "shape": "S1b" + "shape": "S1c" }, "Description": {}, "Tags": { @@ -320,12 +322,13 @@ "BillingToken": {}, "Status": {}, "CreationDate": { - "shape": "S1s" + "shape": "S1t" }, "Arn": {}, "Tags": { - "shape": "S1t" - } + "shape": "S1u" + }, + "NetworkType": {} } } } @@ -376,14 +379,14 @@ } }, "LogPublishingConfiguration": { - "shape": "Si" + "shape": "Sj" }, "Status": {}, "CreationDate": { - "shape": "S1s" + "shape": "S1t" }, "Tags": { - "shape": "S1t" + "shape": "S1u" }, "Arn": {}, "KmsKeyArn": {} @@ -440,14 +443,14 @@ }, "VpcEndpointServiceName": {}, "VotingPolicy": { - "shape": "Sw" + "shape": "Sx" }, "Status": {}, "CreationDate": { - "shape": "S1s" + "shape": "S1t" }, "Tags": { - "shape": "S1t" + "shape": "S1u" }, "Arn": {} } @@ -512,15 +515,15 @@ } }, "LogPublishingConfiguration": { - "shape": "S16" + "shape": "S17" }, "StateDB": {}, "Status": {}, "CreationDate": { - "shape": "S1s" + "shape": "S1t" }, "Tags": { - "shape": "S1t" + "shape": "S1u" }, "Arn": {}, "KmsKeyArn": {} @@ -561,16 +564,16 @@ "NetworkId": {}, "Description": {}, "Actions": { - "shape": "S1b" + "shape": "S1c" }, "ProposedByMemberId": {}, "ProposedByMemberName": {}, "Status": {}, "CreationDate": { - "shape": "S1s" + "shape": "S1t" }, "ExpirationDate": { - "shape": "S1s" + "shape": "S1t" }, "YesVoteCount": { "type": "integer" @@ -582,7 +585,7 @@ "type": "integer" }, "Tags": { - "shape": "S1t" + "shape": "S1u" }, "Arn": {} } @@ -606,6 +609,10 @@ "NextToken": { "location": "querystring", "locationName": "nextToken" + }, + "NetworkType": { + "location": "querystring", + "locationName": "networkType" } } }, @@ -621,9 +628,10 @@ "Type": {}, "Status": {}, "CreationDate": { - "shape": "S1s" + "shape": "S1t" }, - "Arn": {} + "Arn": {}, + "NetworkType": {} } } }, @@ -660,14 +668,14 @@ "members": { "InvitationId": {}, "CreationDate": { - "shape": "S1s" + "shape": "S1t" }, "ExpirationDate": { - "shape": "S1s" + "shape": "S1t" }, "Status": {}, "NetworkSummary": { - "shape": "S2w" + "shape": "S2x" }, "Arn": {} } @@ -729,7 +737,7 @@ "Description": {}, "Status": {}, "CreationDate": { - "shape": "S1s" + "shape": "S1t" }, "IsOwned": { "type": "boolean" @@ -779,7 +787,7 @@ "Networks": { "type": "list", "member": { - "shape": "S2w" + "shape": "S2x" } }, "NextToken": {} @@ -831,7 +839,7 @@ "Id": {}, "Status": {}, "CreationDate": { - "shape": "S1s" + "shape": "S1t" }, "AvailabilityZone": {}, "InstanceType": {}, @@ -932,10 +940,10 @@ "ProposedByMemberName": {}, "Status": {}, "CreationDate": { - "shape": "S1s" + "shape": "S1t" }, "ExpirationDate": { - "shape": "S1s" + "shape": "S1t" }, "Arn": {} } @@ -966,7 +974,7 @@ "type": "structure", "members": { "Tags": { - "shape": "S1t" + "shape": "S1u" } } } @@ -1068,7 +1076,7 @@ "locationName": "memberId" }, "LogPublishingConfiguration": { - "shape": "Si" + "shape": "Sj" } } }, @@ -1099,7 +1107,7 @@ "locationName": "nodeId" }, "LogPublishingConfiguration": { - "shape": "S16" + "shape": "S17" } } }, @@ -1145,7 +1153,7 @@ "key": {}, "value": {} }, - "Sb": { + "Sc": { "type": "structure", "required": [ "Name", @@ -1174,7 +1182,7 @@ } }, "LogPublishingConfiguration": { - "shape": "Si" + "shape": "Sj" }, "Tags": { "shape": "S4" @@ -1182,20 +1190,20 @@ "KmsKeyArn": {} } }, - "Si": { + "Sj": { "type": "structure", "members": { "Fabric": { "type": "structure", "members": { "CaLogs": { - "shape": "Sk" + "shape": "Sl" } } } } }, - "Sk": { + "Sl": { "type": "structure", "members": { "Cloudwatch": { @@ -1208,7 +1216,7 @@ } } }, - "Sw": { + "Sx": { "type": "structure", "members": { "ApprovalThresholdPolicy": { @@ -1225,23 +1233,23 @@ } } }, - "S16": { + "S17": { "type": "structure", "members": { "Fabric": { "type": "structure", "members": { "ChaincodeLogs": { - "shape": "Sk" + "shape": "Sl" }, "PeerLogs": { - "shape": "Sk" + "shape": "Sl" } } } } }, - "S1b": { + "S1c": { "type": "structure", "members": { "Invitations": { @@ -1270,16 +1278,16 @@ } } }, - "S1s": { + "S1t": { "type": "timestamp", "timestampFormat": "iso8601" }, - "S1t": { + "S1u": { "type": "map", "key": {}, "value": {} }, - "S2w": { + "S2x": { "type": "structure", "members": { "Id": {}, @@ -1289,7 +1297,7 @@ "FrameworkVersion": {}, "Status": {}, "CreationDate": { - "shape": "S1s" + "shape": "S1t" }, "Arn": {} } diff --git a/iamlivecore/service/managedblockchain-query-2023-05-04.min.json b/iamlivecore/service/managedblockchain-query-2023-05-04.min.json index 534ec8b..e0d44d3 100644 --- a/iamlivecore/service/managedblockchain-query-2023-05-04.min.json +++ b/iamlivecore/service/managedblockchain-query-2023-05-04.min.json @@ -104,6 +104,48 @@ } } }, + "GetAssetContract": { + "http": { + "requestUri": "/get-asset-contract", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "contractIdentifier" + ], + "members": { + "contractIdentifier": { + "shape": "Sj" + } + } + }, + "output": { + "type": "structure", + "required": [ + "contractIdentifier", + "tokenStandard", + "deployerAddress" + ], + "members": { + "contractIdentifier": { + "shape": "Sj" + }, + "tokenStandard": {}, + "deployerAddress": {}, + "metadata": { + "type": "structure", + "members": { + "name": {}, + "symbol": {}, + "decimals": { + "type": "integer" + } + } + } + } + } + }, "GetTokenBalance": { "http": { "requestUri": "/get-token-balance", @@ -216,6 +258,64 @@ } } }, + "ListAssetContracts": { + "http": { + "requestUri": "/list-asset-contracts", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "contractFilter" + ], + "members": { + "contractFilter": { + "type": "structure", + "required": [ + "network", + "tokenStandard", + "deployerAddress" + ], + "members": { + "network": {}, + "tokenStandard": {}, + "deployerAddress": {} + } + }, + "nextToken": {}, + "maxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "contracts" + ], + "members": { + "contracts": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "contractIdentifier", + "tokenStandard", + "deployerAddress" + ], + "members": { + "contractIdentifier": { + "shape": "Sj" + }, + "tokenStandard": {}, + "deployerAddress": {} + } + } + }, + "nextToken": {} + } + } + }, "ListTokenBalances": { "http": { "requestUri": "/list-token-balances", @@ -433,6 +533,17 @@ "type": "timestamp" } } + }, + "Sj": { + "type": "structure", + "required": [ + "network", + "contractAddress" + ], + "members": { + "network": {}, + "contractAddress": {} + } } } } \ No newline at end of file diff --git a/iamlivecore/service/marketplace-agreement-2020-03-01.min.json b/iamlivecore/service/marketplace-agreement-2020-03-01.min.json new file mode 100644 index 0000000..bb0c5da --- /dev/null +++ b/iamlivecore/service/marketplace-agreement-2020-03-01.min.json @@ -0,0 +1,397 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2020-03-01", + "endpointPrefix": "agreement-marketplace", + "jsonVersion": "1.0", + "protocol": "json", + "serviceAbbreviation": "Agreement Service", + "serviceFullName": "AWS Marketplace Agreement Service", + "serviceId": "Marketplace Agreement", + "signatureVersion": "v4", + "signingName": "aws-marketplace", + "targetPrefix": "AWSMPCommerceService_v20200301", + "uid": "marketplace-agreement-2020-03-01" + }, + "operations": { + "DescribeAgreement": { + "input": { + "type": "structure", + "required": [ + "agreementId" + ], + "members": { + "agreementId": {} + } + }, + "output": { + "type": "structure", + "members": { + "acceptanceTime": { + "type": "timestamp" + }, + "acceptor": { + "shape": "S5" + }, + "agreementId": {}, + "agreementType": {}, + "endTime": { + "type": "timestamp" + }, + "estimatedCharges": { + "type": "structure", + "members": { + "agreementValue": {}, + "currencyCode": {} + } + }, + "proposalSummary": { + "shape": "Sb" + }, + "proposer": { + "shape": "Sg" + }, + "startTime": { + "type": "timestamp" + }, + "status": {} + } + } + }, + "GetAgreementTerms": { + "input": { + "type": "structure", + "required": [ + "agreementId" + ], + "members": { + "agreementId": {}, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "acceptedTerms": { + "type": "list", + "member": { + "type": "structure", + "members": { + "byolPricingTerm": { + "type": "structure", + "members": { + "type": {} + } + }, + "configurableUpfrontPricingTerm": { + "type": "structure", + "members": { + "configuration": { + "type": "structure", + "required": [ + "dimensions", + "selectorValue" + ], + "members": { + "dimensions": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "dimensionKey", + "dimensionValue" + ], + "members": { + "dimensionKey": {}, + "dimensionValue": { + "type": "integer" + } + } + } + }, + "selectorValue": {} + } + }, + "currencyCode": {}, + "rateCards": { + "type": "list", + "member": { + "type": "structure", + "members": { + "constraints": { + "type": "structure", + "members": { + "multipleDimensionSelection": {}, + "quantityConfiguration": {} + } + }, + "rateCard": { + "shape": "Sy" + }, + "selector": { + "type": "structure", + "members": { + "type": {}, + "value": {} + } + } + } + } + }, + "type": {} + } + }, + "fixedUpfrontPricingTerm": { + "type": "structure", + "members": { + "currencyCode": {}, + "duration": {}, + "grants": { + "shape": "S12" + }, + "price": {}, + "type": {} + } + }, + "freeTrialPricingTerm": { + "type": "structure", + "members": { + "duration": {}, + "grants": { + "shape": "S12" + }, + "type": {} + } + }, + "legalTerm": { + "type": "structure", + "members": { + "documents": { + "type": "list", + "member": { + "type": "structure", + "members": { + "type": {}, + "url": {}, + "version": {} + } + } + }, + "type": {} + } + }, + "paymentScheduleTerm": { + "type": "structure", + "members": { + "currencyCode": {}, + "schedule": { + "type": "list", + "member": { + "type": "structure", + "members": { + "chargeAmount": {}, + "chargeDate": { + "type": "timestamp" + } + } + } + }, + "type": {} + } + }, + "recurringPaymentTerm": { + "type": "structure", + "members": { + "billingPeriod": {}, + "currencyCode": {}, + "price": {}, + "type": {} + } + }, + "renewalTerm": { + "type": "structure", + "members": { + "configuration": { + "type": "structure", + "required": [ + "enableAutoRenew" + ], + "members": { + "enableAutoRenew": { + "type": "boolean" + } + } + }, + "type": {} + } + }, + "supportTerm": { + "type": "structure", + "members": { + "refundPolicy": {}, + "type": {} + } + }, + "usageBasedPricingTerm": { + "type": "structure", + "members": { + "currencyCode": {}, + "rateCards": { + "type": "list", + "member": { + "type": "structure", + "members": { + "rateCard": { + "shape": "Sy" + } + } + } + }, + "type": {} + } + }, + "validityTerm": { + "type": "structure", + "members": { + "agreementDuration": {}, + "agreementEndDate": { + "type": "timestamp" + }, + "agreementStartDate": { + "type": "timestamp" + }, + "type": {} + } + } + }, + "union": true + } + }, + "nextToken": {} + } + } + }, + "SearchAgreements": { + "input": { + "type": "structure", + "members": { + "catalog": {}, + "filters": { + "type": "list", + "member": { + "type": "structure", + "members": { + "name": {}, + "values": { + "type": "list", + "member": {} + } + } + } + }, + "maxResults": { + "type": "integer" + }, + "nextToken": {}, + "sort": { + "type": "structure", + "members": { + "sortBy": {}, + "sortOrder": {} + } + } + } + }, + "output": { + "type": "structure", + "members": { + "agreementViewSummaries": { + "type": "list", + "member": { + "type": "structure", + "members": { + "acceptanceTime": { + "type": "timestamp" + }, + "acceptor": { + "shape": "S5" + }, + "agreementId": {}, + "agreementType": {}, + "endTime": { + "type": "timestamp" + }, + "proposalSummary": { + "shape": "Sb" + }, + "proposer": { + "shape": "Sg" + }, + "startTime": { + "type": "timestamp" + }, + "status": {} + } + } + }, + "nextToken": {} + } + } + } + }, + "shapes": { + "S5": { + "type": "structure", + "members": { + "accountId": {} + } + }, + "Sb": { + "type": "structure", + "members": { + "offerId": {}, + "resources": { + "type": "list", + "member": { + "type": "structure", + "members": { + "id": {}, + "type": {} + } + } + } + } + }, + "Sg": { + "type": "structure", + "members": { + "accountId": {} + } + }, + "Sy": { + "type": "list", + "member": { + "type": "structure", + "members": { + "dimensionKey": {}, + "price": {} + } + } + }, + "S12": { + "type": "list", + "member": { + "type": "structure", + "members": { + "dimensionKey": {}, + "maxQuantity": { + "type": "integer" + } + } + } + } + } +} \ No newline at end of file diff --git a/iamlivecore/service/marketplace-catalog-2018-09-17.min.json b/iamlivecore/service/marketplace-catalog-2018-09-17.min.json index 0974af2..cdf0fb5 100644 --- a/iamlivecore/service/marketplace-catalog-2018-09-17.min.json +++ b/iamlivecore/service/marketplace-catalog-2018-09-17.min.json @@ -108,6 +108,9 @@ "shape": "Sj" }, "Details": {}, + "DetailsDocument": { + "shape": "Sn" + }, "ErrorDetailList": { "type": "list", "member": { @@ -154,7 +157,10 @@ "EntityIdentifier": {}, "EntityArn": {}, "LastModifiedDate": {}, - "Details": {} + "Details": {}, + "DetailsDocument": { + "shape": "Sn" + } } } }, @@ -194,10 +200,10 @@ "members": { "Catalog": {}, "FilterList": { - "shape": "Sx" + "shape": "Sy" }, "Sort": { - "shape": "S12" + "shape": "S13" }, "MaxResults": { "type": "integer" @@ -245,16 +251,489 @@ "Catalog": {}, "EntityType": {}, "FilterList": { - "shape": "Sx" + "shape": "Sy" }, "Sort": { - "shape": "S12" + "shape": "S13" }, "NextToken": {}, "MaxResults": { "type": "integer" }, - "OwnershipType": {} + "OwnershipType": {}, + "EntityTypeFilters": { + "type": "structure", + "members": { + "DataProductFilters": { + "type": "structure", + "members": { + "EntityId": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + } + } + }, + "ProductTitle": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + }, + "WildCardValue": {} + } + }, + "Visibility": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + } + } + }, + "LastModifiedDate": { + "type": "structure", + "members": { + "DateRange": { + "type": "structure", + "members": { + "AfterValue": {}, + "BeforeValue": {} + } + } + } + } + } + }, + "SaaSProductFilters": { + "type": "structure", + "members": { + "EntityId": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + } + } + }, + "ProductTitle": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + }, + "WildCardValue": {} + } + }, + "Visibility": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + } + } + }, + "LastModifiedDate": { + "type": "structure", + "members": { + "DateRange": { + "type": "structure", + "members": { + "AfterValue": {}, + "BeforeValue": {} + } + } + } + } + } + }, + "AmiProductFilters": { + "type": "structure", + "members": { + "EntityId": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + } + } + }, + "LastModifiedDate": { + "type": "structure", + "members": { + "DateRange": { + "type": "structure", + "members": { + "AfterValue": {}, + "BeforeValue": {} + } + } + } + }, + "ProductTitle": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + }, + "WildCardValue": {} + } + }, + "Visibility": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + } + } + } + } + }, + "OfferFilters": { + "type": "structure", + "members": { + "EntityId": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + } + } + }, + "Name": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + }, + "WildCardValue": {} + } + }, + "ProductId": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + } + } + }, + "ReleaseDate": { + "type": "structure", + "members": { + "DateRange": { + "type": "structure", + "members": { + "AfterValue": {}, + "BeforeValue": {} + } + } + } + }, + "AvailabilityEndDate": { + "type": "structure", + "members": { + "DateRange": { + "type": "structure", + "members": { + "AfterValue": {}, + "BeforeValue": {} + } + } + } + }, + "BuyerAccounts": { + "type": "structure", + "members": { + "WildCardValue": {} + } + }, + "State": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + } + } + }, + "Targeting": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + } + } + }, + "LastModifiedDate": { + "type": "structure", + "members": { + "DateRange": { + "type": "structure", + "members": { + "AfterValue": {}, + "BeforeValue": {} + } + } + } + } + } + }, + "ContainerProductFilters": { + "type": "structure", + "members": { + "EntityId": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + } + } + }, + "LastModifiedDate": { + "type": "structure", + "members": { + "DateRange": { + "type": "structure", + "members": { + "AfterValue": {}, + "BeforeValue": {} + } + } + } + }, + "ProductTitle": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + }, + "WildCardValue": {} + } + }, + "Visibility": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + } + } + } + } + }, + "ResaleAuthorizationFilters": { + "type": "structure", + "members": { + "EntityId": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + } + } + }, + "Name": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + }, + "WildCardValue": {} + } + }, + "ProductId": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + }, + "WildCardValue": {} + } + }, + "CreatedDate": { + "type": "structure", + "members": { + "DateRange": { + "type": "structure", + "members": { + "AfterValue": {}, + "BeforeValue": {} + } + }, + "ValueList": { + "type": "list", + "member": {} + } + } + }, + "AvailabilityEndDate": { + "type": "structure", + "members": { + "DateRange": { + "type": "structure", + "members": { + "AfterValue": {}, + "BeforeValue": {} + } + }, + "ValueList": { + "type": "list", + "member": {} + } + } + }, + "ManufacturerAccountId": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + }, + "WildCardValue": {} + } + }, + "ProductName": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + }, + "WildCardValue": {} + } + }, + "ManufacturerLegalName": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + }, + "WildCardValue": {} + } + }, + "ResellerAccountID": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + }, + "WildCardValue": {} + } + }, + "ResellerLegalName": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + }, + "WildCardValue": {} + } + }, + "Status": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + } + } + }, + "OfferExtendedStatus": { + "type": "structure", + "members": { + "ValueList": { + "type": "list", + "member": {} + } + } + }, + "LastModifiedDate": { + "type": "structure", + "members": { + "DateRange": { + "type": "structure", + "members": { + "AfterValue": {}, + "BeforeValue": {} + } + } + } + } + } + } + }, + "union": true + }, + "EntityTypeSort": { + "type": "structure", + "members": { + "DataProductSort": { + "type": "structure", + "members": { + "SortBy": {}, + "SortOrder": {} + } + }, + "SaaSProductSort": { + "type": "structure", + "members": { + "SortBy": {}, + "SortOrder": {} + } + }, + "AmiProductSort": { + "type": "structure", + "members": { + "SortBy": {}, + "SortOrder": {} + } + }, + "OfferSort": { + "type": "structure", + "members": { + "SortBy": {}, + "SortOrder": {} + } + }, + "ContainerProductSort": { + "type": "structure", + "members": { + "SortBy": {}, + "SortOrder": {} + } + }, + "ResaleAuthorizationSort": { + "type": "structure", + "members": { + "SortBy": {}, + "SortOrder": {} + } + } + }, + "union": true + } } }, "output": { @@ -270,7 +749,69 @@ "EntityId": {}, "EntityArn": {}, "LastModifiedDate": {}, - "Visibility": {} + "Visibility": {}, + "AmiProductSummary": { + "type": "structure", + "members": { + "ProductTitle": {}, + "Visibility": {} + } + }, + "ContainerProductSummary": { + "type": "structure", + "members": { + "ProductTitle": {}, + "Visibility": {} + } + }, + "DataProductSummary": { + "type": "structure", + "members": { + "ProductTitle": {}, + "Visibility": {} + } + }, + "SaaSProductSummary": { + "type": "structure", + "members": { + "ProductTitle": {}, + "Visibility": {} + } + }, + "OfferSummary": { + "type": "structure", + "members": { + "Name": {}, + "ProductId": {}, + "ReleaseDate": {}, + "AvailabilityEndDate": {}, + "BuyerAccounts": { + "type": "list", + "member": {} + }, + "State": {}, + "Targeting": { + "type": "list", + "member": {} + } + } + }, + "ResaleAuthorizationSummary": { + "type": "structure", + "members": { + "Name": {}, + "ProductId": {}, + "ProductName": {}, + "ManufacturerAccountId": {}, + "ManufacturerLegalName": {}, + "ResellerAccountID": {}, + "ResellerLegalName": {}, + "Status": {}, + "OfferExtendedStatus": {}, + "CreatedDate": {}, + "AvailabilityEndDate": {} + } + } } } }, @@ -296,7 +837,7 @@ "members": { "ResourceArn": {}, "Tags": { - "shape": "S1l" + "shape": "S5j" } } } @@ -339,8 +880,7 @@ "type": "structure", "required": [ "ChangeType", - "Entity", - "Details" + "Entity" ], "members": { "ChangeType": {}, @@ -348,9 +888,12 @@ "shape": "Sj" }, "EntityTags": { - "shape": "S1l" + "shape": "S5j" }, "Details": {}, + "DetailsDocument": { + "shape": "Sn" + }, "ChangeName": {} } } @@ -360,7 +903,7 @@ "idempotencyToken": true }, "ChangeSetTags": { - "shape": "S1l" + "shape": "S5j" } } }, @@ -385,7 +928,7 @@ "members": { "ResourceArn": {}, "Tags": { - "shape": "S1l" + "shape": "S5j" } } }, @@ -429,7 +972,12 @@ "Identifier": {} } }, - "Sx": { + "Sn": { + "type": "structure", + "members": {}, + "document": true + }, + "Sy": { "type": "list", "member": { "type": "structure", @@ -442,14 +990,14 @@ } } }, - "S12": { + "S13": { "type": "structure", "members": { "SortBy": {}, "SortOrder": {} } }, - "S1l": { + "S5j": { "type": "list", "member": { "type": "structure", diff --git a/iamlivecore/service/marketplace-deployment-2023-01-25.min.json b/iamlivecore/service/marketplace-deployment-2023-01-25.min.json new file mode 100644 index 0000000..ec809e2 --- /dev/null +++ b/iamlivecore/service/marketplace-deployment-2023-01-25.min.json @@ -0,0 +1,178 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2023-01-25", + "endpointPrefix": "deployment-marketplace", + "jsonVersion": "1.1", + "protocol": "rest-json", + "serviceFullName": "AWS Marketplace Deployment Service", + "serviceId": "Marketplace Deployment", + "signatureVersion": "v4", + "signingName": "aws-marketplace", + "uid": "marketplace-deployment-2023-01-25" + }, + "operations": { + "ListTagsForResource": { + "http": { + "method": "GET", + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + } + } + }, + "output": { + "type": "structure", + "members": { + "tags": { + "shape": "S4" + } + } + } + }, + "PutDeploymentParameter": { + "http": { + "requestUri": "/catalogs/{catalog}/products/{productId}/deployment-parameters", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "agreementId", + "catalog", + "deploymentParameter", + "productId" + ], + "members": { + "agreementId": {}, + "catalog": { + "location": "uri", + "locationName": "catalog" + }, + "clientToken": { + "idempotencyToken": true + }, + "deploymentParameter": { + "type": "structure", + "required": [ + "name", + "secretString" + ], + "members": { + "name": {}, + "secretString": { + "type": "string", + "sensitive": true + } + } + }, + "expirationDate": { + "type": "timestamp", + "timestampFormat": "iso8601" + }, + "productId": { + "location": "uri", + "locationName": "productId" + }, + "tags": { + "shape": "Sd" + } + } + }, + "output": { + "type": "structure", + "required": [ + "agreementId", + "deploymentParameterId", + "resourceArn" + ], + "members": { + "agreementId": {}, + "deploymentParameterId": {}, + "resourceArn": {}, + "tags": { + "shape": "Sd" + } + } + }, + "idempotent": true + }, + "TagResource": { + "http": { + "requestUri": "/tags/{resourceArn}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + }, + "tags": { + "shape": "S4" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "UntagResource": { + "http": { + "method": "DELETE", + "requestUri": "/tags/{resourceArn}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn", + "tagKeys" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + }, + "tagKeys": { + "location": "querystring", + "locationName": "tagKeys", + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + } + }, + "shapes": { + "S4": { + "type": "map", + "key": {}, + "value": {} + }, + "Sd": { + "type": "map", + "key": {}, + "value": {} + } + } +} \ No newline at end of file diff --git a/iamlivecore/service/marketplacecommerceanalytics-2015-07-01.min.json b/iamlivecore/service/marketplacecommerceanalytics-2015-07-01.min.json index 837684b..ec54a0e 100644 --- a/iamlivecore/service/marketplacecommerceanalytics-2015-07-01.min.json +++ b/iamlivecore/service/marketplacecommerceanalytics-2015-07-01.min.json @@ -66,14 +66,20 @@ "customerDefinedValues": { "shape": "S8" } - } + }, + "deprecated": true, + "deprecatedMessage": "This target has been deprecated. As of December 2022 Product Support Connection is no longer supported." }, "output": { "type": "structure", "members": { "dataSetRequestId": {} - } - } + }, + "deprecated": true, + "deprecatedMessage": "This target has been deprecated. As of December 2022 Product Support Connection is no longer supported." + }, + "deprecated": true, + "deprecatedMessage": "This target has been deprecated. As of December 2022 Product Support Connection is no longer supported." } }, "shapes": { diff --git a/iamlivecore/service/mediaconvert-2017-08-29.min.json b/iamlivecore/service/mediaconvert-2017-08-29.min.json index af73ecf..5a92a94 100644 --- a/iamlivecore/service/mediaconvert-2017-08-29.min.json +++ b/iamlivecore/service/mediaconvert-2017-08-29.min.json @@ -103,11 +103,11 @@ "locationName": "statusUpdateInterval" }, "Tags": { - "shape": "Skn", + "shape": "Skx", "locationName": "tags" }, "UserMetadata": { - "shape": "Skn", + "shape": "Skx", "locationName": "userMetadata" } }, @@ -120,7 +120,7 @@ "type": "structure", "members": { "Job": { - "shape": "Skp", + "shape": "Skz", "locationName": "job" } } @@ -159,14 +159,14 @@ "locationName": "queue" }, "Settings": { - "shape": "Sl7", + "shape": "Slh", "locationName": "settings" }, "StatusUpdateInterval": { "locationName": "statusUpdateInterval" }, "Tags": { - "shape": "Skn", + "shape": "Skx", "locationName": "tags" } }, @@ -179,7 +179,7 @@ "type": "structure", "members": { "JobTemplate": { - "shape": "Slb", + "shape": "Sll", "locationName": "jobTemplate" } } @@ -203,11 +203,11 @@ "locationName": "name" }, "Settings": { - "shape": "Sle", + "shape": "Slo", "locationName": "settings" }, "Tags": { - "shape": "Skn", + "shape": "Skx", "locationName": "tags" } }, @@ -220,7 +220,7 @@ "type": "structure", "members": { "Preset": { - "shape": "Sli", + "shape": "Sls", "locationName": "preset" } } @@ -244,14 +244,14 @@ "locationName": "pricingPlan" }, "ReservationPlanSettings": { - "shape": "Sll", + "shape": "Slv", "locationName": "reservationPlanSettings" }, "Status": { "locationName": "status" }, "Tags": { - "shape": "Skn", + "shape": "Skx", "locationName": "tags" } }, @@ -263,7 +263,7 @@ "type": "structure", "members": { "Queue": { - "shape": "Slq", + "shape": "Sm0", "locationName": "queue" } } @@ -439,7 +439,7 @@ "type": "structure", "members": { "Job": { - "shape": "Skp", + "shape": "Skz", "locationName": "job" } } @@ -467,7 +467,7 @@ "type": "structure", "members": { "JobTemplate": { - "shape": "Slb", + "shape": "Sll", "locationName": "jobTemplate" } } @@ -487,7 +487,7 @@ "type": "structure", "members": { "Policy": { - "shape": "Sme", + "shape": "Smo", "locationName": "policy" } } @@ -515,7 +515,7 @@ "type": "structure", "members": { "Preset": { - "shape": "Sli", + "shape": "Sls", "locationName": "preset" } } @@ -543,7 +543,7 @@ "type": "structure", "members": { "Queue": { - "shape": "Slq", + "shape": "Sm0", "locationName": "queue" } } @@ -588,7 +588,7 @@ "locationName": "jobTemplates", "type": "list", "member": { - "shape": "Slb" + "shape": "Sll" } }, "NextToken": { @@ -636,7 +636,7 @@ "locationName": "jobs", "type": "list", "member": { - "shape": "Skp" + "shape": "Skz" } }, "NextToken": { @@ -687,7 +687,7 @@ "locationName": "presets", "type": "list", "member": { - "shape": "Sli" + "shape": "Sls" } } } @@ -731,7 +731,7 @@ "locationName": "queues", "type": "list", "member": { - "shape": "Slq" + "shape": "Sm0" } } } @@ -766,7 +766,7 @@ "locationName": "arn" }, "Tags": { - "shape": "Skn", + "shape": "Skx", "locationName": "tags" } } @@ -784,7 +784,7 @@ "type": "structure", "members": { "Policy": { - "shape": "Sme", + "shape": "Smo", "locationName": "policy" } }, @@ -796,7 +796,7 @@ "type": "structure", "members": { "Policy": { - "shape": "Sme", + "shape": "Smo", "locationName": "policy" } } @@ -814,7 +814,7 @@ "locationName": "arn" }, "Tags": { - "shape": "Skn", + "shape": "Skx", "locationName": "tags" } }, @@ -842,7 +842,7 @@ "location": "uri" }, "TagKeys": { - "shape": "Sku", + "shape": "Sl4", "locationName": "tagKeys" } }, @@ -890,7 +890,7 @@ "locationName": "queue" }, "Settings": { - "shape": "Sl7", + "shape": "Slh", "locationName": "settings" }, "StatusUpdateInterval": { @@ -905,7 +905,7 @@ "type": "structure", "members": { "JobTemplate": { - "shape": "Slb", + "shape": "Sll", "locationName": "jobTemplate" } } @@ -931,7 +931,7 @@ "location": "uri" }, "Settings": { - "shape": "Sle", + "shape": "Slo", "locationName": "settings" } }, @@ -943,7 +943,7 @@ "type": "structure", "members": { "Preset": { - "shape": "Sli", + "shape": "Sls", "locationName": "preset" } } @@ -966,7 +966,7 @@ "location": "uri" }, "ReservationPlanSettings": { - "shape": "Sll", + "shape": "Slv", "locationName": "reservationPlanSettings" }, "Status": { @@ -981,7 +981,7 @@ "type": "structure", "members": { "Queue": { - "shape": "Slq", + "shape": "Sm0", "locationName": "queue" } } @@ -1038,6 +1038,10 @@ "shape": "So", "locationName": "extendedDataServices" }, + "FollowSource": { + "locationName": "followSource", + "type": "integer" + }, "Inputs": { "locationName": "inputs", "type": "list", @@ -1048,23 +1052,23 @@ "locationName": "advancedInputFilter" }, "AdvancedInputFilterSettings": { - "shape": "Su", + "shape": "Sv", "locationName": "advancedInputFilterSettings" }, "AudioSelectorGroups": { - "shape": "Sx", + "shape": "Sy", "locationName": "audioSelectorGroups" }, "AudioSelectors": { - "shape": "S11", + "shape": "S12", "locationName": "audioSelectors" }, "CaptionSelectors": { - "shape": "S1n", + "shape": "S1o", "locationName": "captionSelectors" }, "Crop": { - "shape": "S2c", + "shape": "S2d", "locationName": "crop" }, "DeblockFilter": { @@ -1105,18 +1109,18 @@ "type": "integer" }, "ImageInserter": { - "shape": "S2p", + "shape": "S2q", "locationName": "imageInserter" }, "InputClippings": { - "shape": "S2x", + "shape": "S2y", "locationName": "inputClippings" }, "InputScanType": { "locationName": "inputScanType" }, "Position": { - "shape": "S2c", + "shape": "S2d", "locationName": "position" }, "ProgramNumber": { @@ -1147,39 +1151,43 @@ } } }, + "VideoOverlays": { + "shape": "S39", + "locationName": "videoOverlays" + }, "VideoSelector": { - "shape": "S38", + "shape": "S3e", "locationName": "videoSelector" } } } }, "KantarWatermark": { - "shape": "S3j", + "shape": "S3p", "locationName": "kantarWatermark" }, "MotionImageInserter": { - "shape": "S3r", + "shape": "S3x", "locationName": "motionImageInserter" }, "NielsenConfiguration": { - "shape": "S3z", + "shape": "S45", "locationName": "nielsenConfiguration" }, "NielsenNonLinearWatermark": { - "shape": "S41", + "shape": "S47", "locationName": "nielsenNonLinearWatermark" }, "OutputGroups": { - "shape": "S48", + "shape": "S4e", "locationName": "outputGroups" }, "TimecodeConfig": { - "shape": "Skf", + "shape": "Skp", "locationName": "timecodeConfig" }, "TimedMetadataInsertion": { - "shape": "Ski", + "shape": "Sks", "locationName": "timedMetadataInsertion" } } @@ -1230,7 +1238,7 @@ } } }, - "Su": { + "Sv": { "type": "structure", "members": { "AddTexture": { @@ -1241,24 +1249,24 @@ } } }, - "Sx": { + "Sy": { "type": "map", "key": {}, "value": { "type": "structure", "members": { "AudioSelectorNames": { - "shape": "Sz", + "shape": "S10", "locationName": "audioSelectorNames" } } } }, - "Sz": { + "S10": { "type": "list", "member": {} }, - "S11": { + "S12": { "type": "map", "key": {}, "value": { @@ -1299,7 +1307,7 @@ "type": "integer" }, "Pids": { - "shape": "S1a", + "shape": "S1b", "locationName": "pids" }, "ProgramSelection": { @@ -1307,26 +1315,26 @@ "type": "integer" }, "RemixSettings": { - "shape": "S1d", + "shape": "S1e", "locationName": "remixSettings" }, "SelectorType": { "locationName": "selectorType" }, "Tracks": { - "shape": "S1a", + "shape": "S1b", "locationName": "tracks" } } } }, - "S1a": { + "S1b": { "type": "list", "member": { "type": "integer" } }, - "S1d": { + "S1e": { "type": "structure", "members": { "ChannelMapping": { @@ -1368,7 +1376,7 @@ } } }, - "S1n": { + "S1o": { "type": "map", "key": {}, "value": { @@ -1508,7 +1516,7 @@ } } }, - "S2c": { + "S2d": { "type": "structure", "members": { "Height": { @@ -1529,7 +1537,7 @@ } } }, - "S2p": { + "S2q": { "type": "structure", "members": { "InsertableImages": { @@ -1589,7 +1597,7 @@ } } }, - "S2x": { + "S2y": { "type": "list", "member": { "type": "structure", @@ -1603,7 +1611,51 @@ } } }, - "S38": { + "S39": { + "type": "list", + "member": { + "type": "structure", + "members": { + "EndTimecode": { + "locationName": "endTimecode" + }, + "Input": { + "locationName": "input", + "type": "structure", + "members": { + "FileInput": { + "locationName": "fileInput" + }, + "InputClippings": { + "locationName": "inputClippings", + "type": "list", + "member": { + "type": "structure", + "members": { + "EndTimecode": { + "locationName": "endTimecode" + }, + "StartTimecode": { + "locationName": "startTimecode" + } + } + } + }, + "TimecodeSource": { + "locationName": "timecodeSource" + }, + "TimecodeStart": { + "locationName": "timecodeStart" + } + } + }, + "StartTimecode": { + "locationName": "startTimecode" + } + } + } + }, + "S3e": { "type": "structure", "members": { "AlphaBehavior": { @@ -1619,7 +1671,7 @@ "locationName": "embeddedTimecodeOverride" }, "Hdr10Metadata": { - "shape": "S3d", + "shape": "S3j", "locationName": "hdr10Metadata" }, "PadVideo": { @@ -1641,7 +1693,7 @@ } } }, - "S3d": { + "S3j": { "type": "structure", "members": { "BluePrimaryX": { @@ -1694,7 +1746,7 @@ } } }, - "S3j": { + "S3p": { "type": "structure", "members": { "ChannelName": { @@ -1740,7 +1792,7 @@ } } }, - "S3r": { + "S3x": { "type": "structure", "members": { "Framerate": { @@ -1785,7 +1837,7 @@ } } }, - "S3z": { + "S45": { "type": "structure", "members": { "BreakoutCode": { @@ -1797,7 +1849,7 @@ } } }, - "S41": { + "S47": { "type": "structure", "members": { "ActiveWatermarkProcess": { @@ -1836,7 +1888,7 @@ } } }, - "S48": { + "S4e": { "type": "list", "member": { "type": "structure", @@ -1966,7 +2018,7 @@ "locationName": "manifestNameModifier" }, "SelectedOutputs": { - "shape": "Sz", + "shape": "S10", "locationName": "selectedOutputs" } } @@ -1988,7 +2040,7 @@ "locationName": "destination" }, "DestinationSettings": { - "shape": "S4w", + "shape": "S52", "locationName": "destinationSettings" }, "Encryption": { @@ -2012,11 +2064,11 @@ "locationName": "certificateArn" }, "DashSignaledSystemIds": { - "shape": "S5b", + "shape": "S5h", "locationName": "dashSignaledSystemIds" }, "HlsSignaledSystemIds": { - "shape": "S5b", + "shape": "S5h", "locationName": "hlsSignaledSystemIds" }, "ResourceId": { @@ -2028,7 +2080,7 @@ } }, "StaticKeyProvider": { - "shape": "S5e", + "shape": "S5l", "locationName": "staticKeyProvider" }, "Type": { @@ -2139,7 +2191,7 @@ "locationName": "manifestNameModifier" }, "SelectedOutputs": { - "shape": "Sz", + "shape": "S10", "locationName": "selectedOutputs" } } @@ -2158,7 +2210,7 @@ "locationName": "destination" }, "DestinationSettings": { - "shape": "S4w", + "shape": "S52", "locationName": "destinationSettings" }, "Encryption": { @@ -2169,7 +2221,7 @@ "locationName": "playbackDeviceCompatibility" }, "SpekeKeyProvider": { - "shape": "S6a", + "shape": "S6h", "locationName": "spekeKeyProvider" } } @@ -2256,7 +2308,7 @@ "locationName": "destination" }, "DestinationSettings": { - "shape": "S4w", + "shape": "S52", "locationName": "destinationSettings" } } @@ -2280,7 +2332,7 @@ "locationName": "manifestNameModifier" }, "SelectedOutputs": { - "shape": "Sz", + "shape": "S10", "locationName": "selectedOutputs" } } @@ -2330,7 +2382,7 @@ "locationName": "destination" }, "DestinationSettings": { - "shape": "S4w", + "shape": "S52", "locationName": "destinationSettings" }, "DirectoryStructure": { @@ -2353,11 +2405,11 @@ "locationName": "offlineEncrypted" }, "SpekeKeyProvider": { - "shape": "S6a", + "shape": "S6h", "locationName": "spekeKeyProvider" }, "StaticKeyProvider": { - "shape": "S5e", + "shape": "S5l", "locationName": "staticKeyProvider" }, "Type": { @@ -2471,7 +2523,7 @@ "locationName": "manifestNameModifier" }, "SelectedOutputs": { - "shape": "Sz", + "shape": "S10", "locationName": "selectedOutputs" } } @@ -2484,7 +2536,7 @@ "locationName": "destination" }, "DestinationSettings": { - "shape": "S4w", + "shape": "S52", "locationName": "destinationSettings" }, "Encryption": { @@ -2492,7 +2544,7 @@ "type": "structure", "members": { "SpekeKeyProvider": { - "shape": "S6a", + "shape": "S6h", "locationName": "spekeKeyProvider" } } @@ -2521,7 +2573,7 @@ "type": "structure", "members": { "AudioDescriptions": { - "shape": "S7w", + "shape": "S83", "locationName": "audioDescriptions" }, "CaptionDescriptions": { @@ -2537,7 +2589,7 @@ "locationName": "customLanguageCode" }, "DestinationSettings": { - "shape": "Sai", + "shape": "Saq", "locationName": "destinationSettings" }, "LanguageCode": { @@ -2550,7 +2602,7 @@ } }, "ContainerSettings": { - "shape": "Sbs", + "shape": "Sc0", "locationName": "containerSettings" }, "Extension": { @@ -2596,7 +2648,7 @@ "locationName": "preset" }, "VideoDescription": { - "shape": "Se7", + "shape": "Sef", "locationName": "videoDescription" } } @@ -2605,7 +2657,7 @@ } } }, - "S4w": { + "S52": { "type": "structure", "members": { "S3Settings": { @@ -2643,11 +2695,11 @@ } } }, - "S5b": { + "S5h": { "type": "list", "member": {} }, - "S5e": { + "S5l": { "type": "structure", "members": { "KeyFormat": { @@ -2664,7 +2716,7 @@ } } }, - "S6a": { + "S6h": { "type": "structure", "members": { "CertificateArn": { @@ -2683,7 +2735,7 @@ } } }, - "S7w": { + "S83": { "type": "list", "member": { "type": "structure", @@ -2694,6 +2746,11 @@ "members": { "ChannelTag": { "locationName": "channelTag" + }, + "ChannelTags": { + "locationName": "channelTags", + "type": "list", + "member": {} } } }, @@ -3106,7 +3163,7 @@ "locationName": "languageCodeControl" }, "RemixSettings": { - "shape": "S1d", + "shape": "S1e", "locationName": "remixSettings" }, "StreamName": { @@ -3115,7 +3172,7 @@ } } }, - "Sai": { + "Saq": { "type": "structure", "members": { "BurninDestinationSettings": { @@ -3382,7 +3439,7 @@ } } }, - "Sbs": { + "Sc0": { "type": "structure", "members": { "CmfcSettings": { @@ -3460,7 +3517,7 @@ "type": "integer" }, "AudioPids": { - "shape": "Scb", + "shape": "Scj", "locationName": "audioPids" }, "Bitrate": { @@ -3510,7 +3567,7 @@ } }, "DvbSubPids": { - "shape": "Scb", + "shape": "Scj", "locationName": "dvbSubPids" }, "DvbTdtSettings": { @@ -3651,7 +3708,7 @@ "type": "integer" }, "AudioPids": { - "shape": "Scb", + "shape": "Scj", "locationName": "audioPids" }, "DataPTSControl": { @@ -3834,13 +3891,13 @@ } } }, - "Scb": { + "Scj": { "type": "list", "member": { "type": "integer" } }, - "Se7": { + "Sef": { "type": "structure", "members": { "AfdSignaling": { @@ -3995,7 +4052,7 @@ "locationName": "adaptiveQuantization" }, "BandwidthReductionFilter": { - "shape": "Sf6", + "shape": "Sfe", "locationName": "bandwidthReductionFilter" }, "Bitrate": { @@ -4011,6 +4068,9 @@ "DynamicSubGop": { "locationName": "dynamicSubGop" }, + "EndOfStreamMarkers": { + "locationName": "endOfStreamMarkers" + }, "EntropyEncoding": { "locationName": "entropyEncoding" }, @@ -4162,7 +4222,7 @@ "locationName": "alternateTransferFunctionSei" }, "BandwidthReductionFilter": { - "shape": "Sf6", + "shape": "Sfe", "locationName": "bandwidthReductionFilter" }, "Bitrate": { @@ -4178,6 +4238,9 @@ "DynamicSubGop": { "locationName": "dynamicSubGop" }, + "EndOfStreamMarkers": { + "locationName": "endOfStreamMarkers" + }, "FlickerAdaptiveQuantization": { "locationName": "flickerAdaptiveQuantization" }, @@ -4767,7 +4830,7 @@ "locationName": "colorMetadata" }, "Crop": { - "shape": "S2c", + "shape": "S2d", "locationName": "crop" }, "DropFrameTimecode": { @@ -4782,7 +4845,7 @@ "type": "integer" }, "Position": { - "shape": "S2c", + "shape": "S2d", "locationName": "position" }, "RespondToAfd": { @@ -4840,7 +4903,7 @@ "type": "integer" }, "Hdr10Metadata": { - "shape": "S3d", + "shape": "S3j", "locationName": "hdr10Metadata" }, "HdrToSdrToneMapper": { @@ -4922,7 +4985,7 @@ } }, "ImageInserter": { - "shape": "S2p", + "shape": "S2q", "locationName": "imageInserter" }, "NoiseReducer": { @@ -5035,7 +5098,7 @@ } } }, - "Sf6": { + "Sfe": { "type": "structure", "members": { "Sharpening": { @@ -5046,7 +5109,7 @@ } } }, - "Skf": { + "Skp": { "type": "structure", "members": { "Anchor": { @@ -5063,7 +5126,7 @@ } } }, - "Ski": { + "Sks": { "type": "structure", "members": { "Id3Insertions": { @@ -5083,12 +5146,12 @@ } } }, - "Skn": { + "Skx": { "type": "map", "key": {}, "value": {} }, - "Skp": { + "Skz": { "type": "structure", "members": { "AccelerationSettings": { @@ -5108,7 +5171,7 @@ "locationName": "clientRequestToken" }, "CreatedAt": { - "shape": "Skr", + "shape": "Sl1", "locationName": "createdAt" }, "CurrentPhase": { @@ -5140,11 +5203,11 @@ "type": "structure", "members": { "Info": { - "shape": "Sku", + "shape": "Sl4", "locationName": "info" }, "Warning": { - "shape": "Sku", + "shape": "Sl4", "locationName": "warning" } } @@ -5205,7 +5268,7 @@ "locationName": "sourceQueue" }, "Timestamp": { - "shape": "Skr", + "shape": "Sl1", "locationName": "timestamp" } } @@ -5236,21 +5299,21 @@ "type": "structure", "members": { "FinishTime": { - "shape": "Skr", + "shape": "Sl1", "locationName": "finishTime" }, "StartTime": { - "shape": "Skr", + "shape": "Sl1", "locationName": "startTime" }, "SubmitTime": { - "shape": "Skr", + "shape": "Sl1", "locationName": "submitTime" } } }, "UserMetadata": { - "shape": "Skn", + "shape": "Skx", "locationName": "userMetadata" }, "Warnings": { @@ -5280,15 +5343,15 @@ "Role" ] }, - "Skr": { + "Sl1": { "type": "timestamp", "timestampFormat": "unixTimestamp" }, - "Sku": { + "Sl4": { "type": "list", "member": {} }, - "Sl7": { + "Slh": { "type": "structure", "members": { "AdAvailOffset": { @@ -5307,6 +5370,10 @@ "shape": "So", "locationName": "extendedDataServices" }, + "FollowSource": { + "locationName": "followSource", + "type": "integer" + }, "Inputs": { "locationName": "inputs", "type": "list", @@ -5317,23 +5384,23 @@ "locationName": "advancedInputFilter" }, "AdvancedInputFilterSettings": { - "shape": "Su", + "shape": "Sv", "locationName": "advancedInputFilterSettings" }, "AudioSelectorGroups": { - "shape": "Sx", + "shape": "Sy", "locationName": "audioSelectorGroups" }, "AudioSelectors": { - "shape": "S11", + "shape": "S12", "locationName": "audioSelectors" }, "CaptionSelectors": { - "shape": "S1n", + "shape": "S1o", "locationName": "captionSelectors" }, "Crop": { - "shape": "S2c", + "shape": "S2d", "locationName": "crop" }, "DeblockFilter": { @@ -5353,18 +5420,18 @@ "type": "integer" }, "ImageInserter": { - "shape": "S2p", + "shape": "S2q", "locationName": "imageInserter" }, "InputClippings": { - "shape": "S2x", + "shape": "S2y", "locationName": "inputClippings" }, "InputScanType": { "locationName": "inputScanType" }, "Position": { - "shape": "S2c", + "shape": "S2d", "locationName": "position" }, "ProgramNumber": { @@ -5380,44 +5447,48 @@ "TimecodeStart": { "locationName": "timecodeStart" }, + "VideoOverlays": { + "shape": "S39", + "locationName": "videoOverlays" + }, "VideoSelector": { - "shape": "S38", + "shape": "S3e", "locationName": "videoSelector" } } } }, "KantarWatermark": { - "shape": "S3j", + "shape": "S3p", "locationName": "kantarWatermark" }, "MotionImageInserter": { - "shape": "S3r", + "shape": "S3x", "locationName": "motionImageInserter" }, "NielsenConfiguration": { - "shape": "S3z", + "shape": "S45", "locationName": "nielsenConfiguration" }, "NielsenNonLinearWatermark": { - "shape": "S41", + "shape": "S47", "locationName": "nielsenNonLinearWatermark" }, "OutputGroups": { - "shape": "S48", + "shape": "S4e", "locationName": "outputGroups" }, "TimecodeConfig": { - "shape": "Skf", + "shape": "Skp", "locationName": "timecodeConfig" }, "TimedMetadataInsertion": { - "shape": "Ski", + "shape": "Sks", "locationName": "timedMetadataInsertion" } } }, - "Slb": { + "Sll": { "type": "structure", "members": { "AccelerationSettings": { @@ -5431,7 +5502,7 @@ "locationName": "category" }, "CreatedAt": { - "shape": "Skr", + "shape": "Sl1", "locationName": "createdAt" }, "Description": { @@ -5442,7 +5513,7 @@ "locationName": "hopDestinations" }, "LastUpdated": { - "shape": "Skr", + "shape": "Sl1", "locationName": "lastUpdated" }, "Name": { @@ -5456,7 +5527,7 @@ "locationName": "queue" }, "Settings": { - "shape": "Sl7", + "shape": "Slh", "locationName": "settings" }, "StatusUpdateInterval": { @@ -5471,11 +5542,11 @@ "Name" ] }, - "Sle": { + "Slo": { "type": "structure", "members": { "AudioDescriptions": { - "shape": "S7w", + "shape": "S83", "locationName": "audioDescriptions" }, "CaptionDescriptions": { @@ -5488,7 +5559,7 @@ "locationName": "customLanguageCode" }, "DestinationSettings": { - "shape": "Sai", + "shape": "Saq", "locationName": "destinationSettings" }, "LanguageCode": { @@ -5501,16 +5572,16 @@ } }, "ContainerSettings": { - "shape": "Sbs", + "shape": "Sc0", "locationName": "containerSettings" }, "VideoDescription": { - "shape": "Se7", + "shape": "Sef", "locationName": "videoDescription" } } }, - "Sli": { + "Sls": { "type": "structure", "members": { "Arn": { @@ -5520,21 +5591,21 @@ "locationName": "category" }, "CreatedAt": { - "shape": "Skr", + "shape": "Sl1", "locationName": "createdAt" }, "Description": { "locationName": "description" }, "LastUpdated": { - "shape": "Skr", + "shape": "Sl1", "locationName": "lastUpdated" }, "Name": { "locationName": "name" }, "Settings": { - "shape": "Sle", + "shape": "Slo", "locationName": "settings" }, "Type": { @@ -5546,7 +5617,7 @@ "Name" ] }, - "Sll": { + "Slv": { "type": "structure", "members": { "Commitment": { @@ -5566,21 +5637,21 @@ "RenewalType" ] }, - "Slq": { + "Sm0": { "type": "structure", "members": { "Arn": { "locationName": "arn" }, "CreatedAt": { - "shape": "Skr", + "shape": "Sl1", "locationName": "createdAt" }, "Description": { "locationName": "description" }, "LastUpdated": { - "shape": "Skr", + "shape": "Sl1", "locationName": "lastUpdated" }, "Name": { @@ -5601,11 +5672,11 @@ "locationName": "commitment" }, "ExpiresAt": { - "shape": "Skr", + "shape": "Sl1", "locationName": "expiresAt" }, "PurchasedAt": { - "shape": "Skr", + "shape": "Sl1", "locationName": "purchasedAt" }, "RenewalType": { @@ -5635,7 +5706,7 @@ "Name" ] }, - "Sme": { + "Smo": { "type": "structure", "members": { "HttpInputs": { diff --git a/iamlivecore/service/medialive-2017-10-14.min.json b/iamlivecore/service/medialive-2017-10-14.min.json index dea4d38..a443ed7 100644 --- a/iamlivecore/service/medialive-2017-10-14.min.json +++ b/iamlivecore/service/medialive-2017-10-14.min.json @@ -263,26 +263,26 @@ "type": "structure", "members": { "CdiInputSpecification": { - "shape": "S25", + "shape": "S27", "locationName": "cdiInputSpecification" }, "ChannelClass": { "locationName": "channelClass" }, "Destinations": { - "shape": "S28", + "shape": "S2a", "locationName": "destinations" }, "EncoderSettings": { - "shape": "S2g", + "shape": "S2i", "locationName": "encoderSettings" }, "InputAttachments": { - "shape": "Sd8", + "shape": "Sdf", "locationName": "inputAttachments" }, "InputSpecification": { - "shape": "Sex", + "shape": "Sf4", "locationName": "inputSpecification" }, "LogLevel": { @@ -315,7 +315,7 @@ "locationName": "roleArn" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" }, "Vpc": { @@ -345,7 +345,7 @@ "type": "structure", "members": { "Channel": { - "shape": "Sf8", + "shape": "Sff", "locationName": "channel" } } @@ -360,11 +360,11 @@ "type": "structure", "members": { "Destinations": { - "shape": "Sfh", + "shape": "Sfo", "locationName": "destinations" }, "InputDevices": { - "shape": "Sfj", + "shape": "Sfq", "locationName": "inputDevices" }, "InputSecurityGroups": { @@ -372,7 +372,7 @@ "locationName": "inputSecurityGroups" }, "MediaConnectFlows": { - "shape": "Sfl", + "shape": "Sfs", "locationName": "mediaConnectFlows" }, "Name": { @@ -386,11 +386,11 @@ "locationName": "roleArn" }, "Sources": { - "shape": "Sfn", + "shape": "Sfu", "locationName": "sources" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" }, "Type": { @@ -419,7 +419,7 @@ "type": "structure", "members": { "Input": { - "shape": "Sfs", + "shape": "Sfz", "locationName": "input" } } @@ -434,11 +434,11 @@ "type": "structure", "members": { "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" }, "WhitelistRules": { - "shape": "Sg4", + "shape": "Sgb", "locationName": "whitelistRules" } } @@ -447,7 +447,7 @@ "type": "structure", "members": { "SecurityGroup": { - "shape": "Sg7", + "shape": "Sge", "locationName": "securityGroup" } } @@ -466,7 +466,7 @@ "locationName": "availabilityZones" }, "MultiplexSettings": { - "shape": "Sgc", + "shape": "Sgj", "locationName": "multiplexSettings" }, "Name": { @@ -477,7 +477,7 @@ "idempotencyToken": true }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" } }, @@ -492,7 +492,7 @@ "type": "structure", "members": { "Multiplex": { - "shape": "Sgh", + "shape": "Sgo", "locationName": "multiplex" } } @@ -511,7 +511,7 @@ "locationName": "multiplexId" }, "MultiplexProgramSettings": { - "shape": "Sgn", + "shape": "Sgu", "locationName": "multiplexProgramSettings" }, "ProgramName": { @@ -533,7 +533,7 @@ "type": "structure", "members": { "MultiplexProgram": { - "shape": "Sgv", + "shape": "Sh2", "locationName": "multiplexProgram" } } @@ -556,7 +556,7 @@ "idempotencyToken": true }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" } }, @@ -568,7 +568,7 @@ "type": "structure", "members": { "Input": { - "shape": "Sfs", + "shape": "Sfz", "locationName": "input" } } @@ -587,7 +587,7 @@ "locationName": "resource-arn" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" } }, @@ -621,47 +621,47 @@ "locationName": "arn" }, "CdiInputSpecification": { - "shape": "S25", + "shape": "S27", "locationName": "cdiInputSpecification" }, "ChannelClass": { "locationName": "channelClass" }, "Destinations": { - "shape": "S28", + "shape": "S2a", "locationName": "destinations" }, "EgressEndpoints": { - "shape": "Sf9", + "shape": "Sfg", "locationName": "egressEndpoints" }, "EncoderSettings": { - "shape": "S2g", + "shape": "S2i", "locationName": "encoderSettings" }, "Id": { "locationName": "id" }, "InputAttachments": { - "shape": "Sd8", + "shape": "Sdf", "locationName": "inputAttachments" }, "InputSpecification": { - "shape": "Sex", + "shape": "Sf4", "locationName": "inputSpecification" }, "LogLevel": { "locationName": "logLevel" }, "Maintenance": { - "shape": "Sfb", + "shape": "Sfi", "locationName": "maintenance" }, "Name": { "locationName": "name" }, "PipelineDetails": { - "shape": "Sfc", + "shape": "Sfj", "locationName": "pipelineDetails" }, "PipelinesRunningCount": { @@ -675,11 +675,11 @@ "locationName": "state" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" }, "Vpc": { - "shape": "Sff", + "shape": "Sfm", "locationName": "vpc" } } @@ -760,14 +760,14 @@ "locationName": "availabilityZones" }, "Destinations": { - "shape": "Sgi", + "shape": "Sgp", "locationName": "destinations" }, "Id": { "locationName": "id" }, "MultiplexSettings": { - "shape": "Sgc", + "shape": "Sgj", "locationName": "multiplexSettings" }, "Name": { @@ -785,7 +785,7 @@ "locationName": "state" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" } } @@ -821,15 +821,15 @@ "locationName": "channelId" }, "MultiplexProgramSettings": { - "shape": "Sgn", + "shape": "Sgu", "locationName": "multiplexProgramSettings" }, "PacketIdentifiersMap": { - "shape": "Sgw", + "shape": "Sh3", "locationName": "packetIdentifiersMap" }, "PipelineDetails": { - "shape": "Sgy", + "shape": "Sh5", "locationName": "pipelineDetails" }, "ProgramName": { @@ -899,14 +899,14 @@ "locationName": "region" }, "RenewalSettings": { - "shape": "Shh", + "shape": "Sho", "locationName": "renewalSettings" }, "ReservationId": { "locationName": "reservationId" }, "ResourceSpecification": { - "shape": "Shj", + "shape": "Shq", "locationName": "resourceSpecification" }, "Start": { @@ -916,7 +916,7 @@ "locationName": "state" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" }, "UsagePrice": { @@ -974,6 +974,26 @@ ] } }, + "DescribeAccountConfiguration": { + "http": { + "method": "GET", + "requestUri": "/prod/accountConfiguration", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": {} + }, + "output": { + "type": "structure", + "members": { + "AccountConfiguration": { + "shape": "Si4", + "locationName": "accountConfiguration" + } + } + } + }, "DescribeChannel": { "http": { "method": "GET", @@ -999,47 +1019,47 @@ "locationName": "arn" }, "CdiInputSpecification": { - "shape": "S25", + "shape": "S27", "locationName": "cdiInputSpecification" }, "ChannelClass": { "locationName": "channelClass" }, "Destinations": { - "shape": "S28", + "shape": "S2a", "locationName": "destinations" }, "EgressEndpoints": { - "shape": "Sf9", + "shape": "Sfg", "locationName": "egressEndpoints" }, "EncoderSettings": { - "shape": "S2g", + "shape": "S2i", "locationName": "encoderSettings" }, "Id": { "locationName": "id" }, "InputAttachments": { - "shape": "Sd8", + "shape": "Sdf", "locationName": "inputAttachments" }, "InputSpecification": { - "shape": "Sex", + "shape": "Sf4", "locationName": "inputSpecification" }, "LogLevel": { "locationName": "logLevel" }, "Maintenance": { - "shape": "Sfb", + "shape": "Sfi", "locationName": "maintenance" }, "Name": { "locationName": "name" }, "PipelineDetails": { - "shape": "Sfc", + "shape": "Sfj", "locationName": "pipelineDetails" }, "PipelinesRunningCount": { @@ -1053,11 +1073,11 @@ "locationName": "state" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" }, "Vpc": { - "shape": "Sff", + "shape": "Sfm", "locationName": "vpc" } } @@ -1092,7 +1112,7 @@ "locationName": "attachedChannels" }, "Destinations": { - "shape": "Sft", + "shape": "Sg0", "locationName": "destinations" }, "Id": { @@ -1102,7 +1122,7 @@ "locationName": "inputClass" }, "InputDevices": { - "shape": "Sfj", + "shape": "Sfq", "locationName": "inputDevices" }, "InputPartnerIds": { @@ -1113,7 +1133,7 @@ "locationName": "inputSourceType" }, "MediaConnectFlows": { - "shape": "Sfy", + "shape": "Sg5", "locationName": "mediaConnectFlows" }, "Name": { @@ -1127,14 +1147,14 @@ "locationName": "securityGroups" }, "Sources": { - "shape": "Sg0", + "shape": "Sg7", "locationName": "sources" }, "State": { "locationName": "state" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" }, "Type": { @@ -1177,7 +1197,7 @@ "locationName": "deviceUpdateStatus" }, "HdDeviceSettings": { - "shape": "Si4", + "shape": "Sie", "locationName": "hdDeviceSettings" }, "Id": { @@ -1190,7 +1210,7 @@ "locationName": "name" }, "NetworkSettings": { - "shape": "Si9", + "shape": "Sij", "locationName": "networkSettings" }, "SerialNumber": { @@ -1200,11 +1220,11 @@ "locationName": "type" }, "UhdDeviceSettings": { - "shape": "Sic", + "shape": "Sim", "locationName": "uhdDeviceSettings" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" }, "AvailabilityZone": { @@ -1308,11 +1328,11 @@ "locationName": "state" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" }, "WhitelistRules": { - "shape": "Sg9", + "shape": "Sgg", "locationName": "whitelistRules" } } @@ -1347,14 +1367,14 @@ "locationName": "availabilityZones" }, "Destinations": { - "shape": "Sgi", + "shape": "Sgp", "locationName": "destinations" }, "Id": { "locationName": "id" }, "MultiplexSettings": { - "shape": "Sgc", + "shape": "Sgj", "locationName": "multiplexSettings" }, "Name": { @@ -1372,7 +1392,7 @@ "locationName": "state" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" } } @@ -1408,15 +1428,15 @@ "locationName": "channelId" }, "MultiplexProgramSettings": { - "shape": "Sgn", + "shape": "Sgu", "locationName": "multiplexProgramSettings" }, "PacketIdentifiersMap": { - "shape": "Sgw", + "shape": "Sh3", "locationName": "packetIdentifiersMap" }, "PipelineDetails": { - "shape": "Sgy", + "shape": "Sh5", "locationName": "pipelineDetails" }, "ProgramName": { @@ -1476,7 +1496,7 @@ "locationName": "region" }, "ResourceSpecification": { - "shape": "Shj", + "shape": "Shq", "locationName": "resourceSpecification" }, "UsagePrice": { @@ -1547,14 +1567,14 @@ "locationName": "region" }, "RenewalSettings": { - "shape": "Shh", + "shape": "Sho", "locationName": "renewalSettings" }, "ReservationId": { "locationName": "reservationId" }, "ResourceSpecification": { - "shape": "Shj", + "shape": "Shq", "locationName": "resourceSpecification" }, "Start": { @@ -1564,7 +1584,7 @@ "locationName": "state" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" }, "UsagePrice": { @@ -1614,26 +1634,6 @@ } } }, - "DescribeAccountConfiguration": { - "http": { - "method": "GET", - "requestUri": "/prod/accountConfiguration", - "responseCode": 200 - }, - "input": { - "type": "structure", - "members": {} - }, - "output": { - "type": "structure", - "members": { - "AccountConfiguration": { - "shape": "Sj2", - "locationName": "accountConfiguration" - } - } - } - }, "DescribeThumbnails": { "http": { "method": "GET", @@ -1736,36 +1736,36 @@ "locationName": "arn" }, "CdiInputSpecification": { - "shape": "S25", + "shape": "S27", "locationName": "cdiInputSpecification" }, "ChannelClass": { "locationName": "channelClass" }, "Destinations": { - "shape": "S28", + "shape": "S2a", "locationName": "destinations" }, "EgressEndpoints": { - "shape": "Sf9", + "shape": "Sfg", "locationName": "egressEndpoints" }, "Id": { "locationName": "id" }, "InputAttachments": { - "shape": "Sd8", + "shape": "Sdf", "locationName": "inputAttachments" }, "InputSpecification": { - "shape": "Sex", + "shape": "Sf4", "locationName": "inputSpecification" }, "LogLevel": { "locationName": "logLevel" }, "Maintenance": { - "shape": "Sfb", + "shape": "Sfi", "locationName": "maintenance" }, "Name": { @@ -1782,11 +1782,11 @@ "locationName": "state" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" }, "Vpc": { - "shape": "Sff", + "shape": "Sfm", "locationName": "vpc" } } @@ -1897,7 +1897,7 @@ "locationName": "deviceUpdateStatus" }, "HdDeviceSettings": { - "shape": "Si4", + "shape": "Sie", "locationName": "hdDeviceSettings" }, "Id": { @@ -1910,7 +1910,7 @@ "locationName": "name" }, "NetworkSettings": { - "shape": "Si9", + "shape": "Sij", "locationName": "networkSettings" }, "SerialNumber": { @@ -1920,11 +1920,11 @@ "locationName": "type" }, "UhdDeviceSettings": { - "shape": "Sic", + "shape": "Sim", "locationName": "uhdDeviceSettings" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" }, "AvailabilityZone": { @@ -1973,7 +1973,7 @@ "locationName": "inputSecurityGroups", "type": "list", "member": { - "shape": "Sg7" + "shape": "Sge" } }, "NextToken": { @@ -2009,7 +2009,7 @@ "locationName": "inputs", "type": "list", "member": { - "shape": "Sfs" + "shape": "Sfz" } }, "NextToken": { @@ -2133,7 +2133,7 @@ "locationName": "state" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" } } @@ -2247,7 +2247,7 @@ "locationName": "region" }, "ResourceSpecification": { - "shape": "Shj", + "shape": "Shq", "locationName": "resourceSpecification" }, "UsagePrice": { @@ -2322,7 +2322,7 @@ "locationName": "reservations", "type": "list", "member": { - "shape": "Ska" + "shape": "Skh" } } } @@ -2350,7 +2350,7 @@ "type": "structure", "members": { "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" } } @@ -2376,7 +2376,7 @@ "locationName": "offeringId" }, "RenewalSettings": { - "shape": "Shh", + "shape": "Sho", "locationName": "renewalSettings" }, "RequestId": { @@ -2387,7 +2387,7 @@ "locationName": "start" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" } }, @@ -2400,7 +2400,7 @@ "type": "structure", "members": { "Reservation": { - "shape": "Ska", + "shape": "Skh", "locationName": "reservation" } } @@ -2453,31 +2453,6 @@ "members": {} } }, - "UpdateAccountConfiguration": { - "http": { - "method": "PUT", - "requestUri": "/prod/accountConfiguration", - "responseCode": 200 - }, - "input": { - "type": "structure", - "members": { - "AccountConfiguration": { - "shape": "Sj2", - "locationName": "accountConfiguration" - } - } - }, - "output": { - "type": "structure", - "members": { - "AccountConfiguration": { - "shape": "Sj2", - "locationName": "accountConfiguration" - } - } - } - }, "StartChannel": { "http": { "requestUri": "/prod/channels/{channelId}/start", @@ -2502,47 +2477,47 @@ "locationName": "arn" }, "CdiInputSpecification": { - "shape": "S25", + "shape": "S27", "locationName": "cdiInputSpecification" }, "ChannelClass": { "locationName": "channelClass" }, "Destinations": { - "shape": "S28", + "shape": "S2a", "locationName": "destinations" }, "EgressEndpoints": { - "shape": "Sf9", + "shape": "Sfg", "locationName": "egressEndpoints" }, "EncoderSettings": { - "shape": "S2g", + "shape": "S2i", "locationName": "encoderSettings" }, "Id": { "locationName": "id" }, "InputAttachments": { - "shape": "Sd8", + "shape": "Sdf", "locationName": "inputAttachments" }, "InputSpecification": { - "shape": "Sex", + "shape": "Sf4", "locationName": "inputSpecification" }, "LogLevel": { "locationName": "logLevel" }, "Maintenance": { - "shape": "Sfb", + "shape": "Sfi", "locationName": "maintenance" }, "Name": { "locationName": "name" }, "PipelineDetails": { - "shape": "Sfc", + "shape": "Sfj", "locationName": "pipelineDetails" }, "PipelinesRunningCount": { @@ -2556,11 +2531,11 @@ "locationName": "state" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" }, "Vpc": { - "shape": "Sff", + "shape": "Sfm", "locationName": "vpc" } } @@ -2638,14 +2613,14 @@ "locationName": "availabilityZones" }, "Destinations": { - "shape": "Sgi", + "shape": "Sgp", "locationName": "destinations" }, "Id": { "locationName": "id" }, "MultiplexSettings": { - "shape": "Sgc", + "shape": "Sgj", "locationName": "multiplexSettings" }, "Name": { @@ -2663,7 +2638,7 @@ "locationName": "state" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" } } @@ -2693,47 +2668,47 @@ "locationName": "arn" }, "CdiInputSpecification": { - "shape": "S25", + "shape": "S27", "locationName": "cdiInputSpecification" }, "ChannelClass": { "locationName": "channelClass" }, "Destinations": { - "shape": "S28", + "shape": "S2a", "locationName": "destinations" }, "EgressEndpoints": { - "shape": "Sf9", + "shape": "Sfg", "locationName": "egressEndpoints" }, "EncoderSettings": { - "shape": "S2g", + "shape": "S2i", "locationName": "encoderSettings" }, "Id": { "locationName": "id" }, "InputAttachments": { - "shape": "Sd8", + "shape": "Sdf", "locationName": "inputAttachments" }, "InputSpecification": { - "shape": "Sex", + "shape": "Sf4", "locationName": "inputSpecification" }, "LogLevel": { "locationName": "logLevel" }, "Maintenance": { - "shape": "Sfb", + "shape": "Sfi", "locationName": "maintenance" }, "Name": { "locationName": "name" }, "PipelineDetails": { - "shape": "Sfc", + "shape": "Sfj", "locationName": "pipelineDetails" }, "PipelinesRunningCount": { @@ -2747,11 +2722,11 @@ "locationName": "state" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" }, "Vpc": { - "shape": "Sff", + "shape": "Sfm", "locationName": "vpc" } } @@ -2807,14 +2782,14 @@ "locationName": "availabilityZones" }, "Destinations": { - "shape": "Sgi", + "shape": "Sgp", "locationName": "destinations" }, "Id": { "locationName": "id" }, "MultiplexSettings": { - "shape": "Sgc", + "shape": "Sgj", "locationName": "multiplexSettings" }, "Name": { @@ -2832,7 +2807,7 @@ "locationName": "state" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" } } @@ -2869,6 +2844,31 @@ "members": {} } }, + "UpdateAccountConfiguration": { + "http": { + "method": "PUT", + "requestUri": "/prod/accountConfiguration", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "AccountConfiguration": { + "shape": "Si4", + "locationName": "accountConfiguration" + } + } + }, + "output": { + "type": "structure", + "members": { + "AccountConfiguration": { + "shape": "Si4", + "locationName": "accountConfiguration" + } + } + } + }, "UpdateChannel": { "http": { "method": "PUT", @@ -2879,7 +2879,7 @@ "type": "structure", "members": { "CdiInputSpecification": { - "shape": "S25", + "shape": "S27", "locationName": "cdiInputSpecification" }, "ChannelId": { @@ -2887,19 +2887,19 @@ "locationName": "channelId" }, "Destinations": { - "shape": "S28", + "shape": "S2a", "locationName": "destinations" }, "EncoderSettings": { - "shape": "S2g", + "shape": "S2i", "locationName": "encoderSettings" }, "InputAttachments": { - "shape": "Sd8", + "shape": "Sdf", "locationName": "inputAttachments" }, "InputSpecification": { - "shape": "Sex", + "shape": "Sf4", "locationName": "inputSpecification" }, "LogLevel": { @@ -2935,7 +2935,7 @@ "type": "structure", "members": { "Channel": { - "shape": "Sf8", + "shape": "Sff", "locationName": "channel" } } @@ -2958,7 +2958,7 @@ "locationName": "channelId" }, "Destinations": { - "shape": "S28", + "shape": "S2a", "locationName": "destinations" } }, @@ -2971,7 +2971,7 @@ "type": "structure", "members": { "Channel": { - "shape": "Sf8", + "shape": "Sff", "locationName": "channel" } } @@ -2987,7 +2987,7 @@ "type": "structure", "members": { "Destinations": { - "shape": "Sfh", + "shape": "Sfo", "locationName": "destinations" }, "InputDevices": { @@ -3011,7 +3011,7 @@ "locationName": "inputSecurityGroups" }, "MediaConnectFlows": { - "shape": "Sfl", + "shape": "Sfs", "locationName": "mediaConnectFlows" }, "Name": { @@ -3021,7 +3021,7 @@ "locationName": "roleArn" }, "Sources": { - "shape": "Sfn", + "shape": "Sfu", "locationName": "sources" } }, @@ -3033,7 +3033,7 @@ "type": "structure", "members": { "Input": { - "shape": "Sfs", + "shape": "Sfz", "locationName": "input" } } @@ -3049,7 +3049,7 @@ "type": "structure", "members": { "HdDeviceSettings": { - "shape": "Slc", + "shape": "Slj", "locationName": "hdDeviceSettings" }, "InputDeviceId": { @@ -3060,7 +3060,7 @@ "locationName": "name" }, "UhdDeviceSettings": { - "shape": "Slc", + "shape": "Slj", "locationName": "uhdDeviceSettings" }, "AvailabilityZone": { @@ -3087,7 +3087,7 @@ "locationName": "deviceUpdateStatus" }, "HdDeviceSettings": { - "shape": "Si4", + "shape": "Sie", "locationName": "hdDeviceSettings" }, "Id": { @@ -3100,7 +3100,7 @@ "locationName": "name" }, "NetworkSettings": { - "shape": "Si9", + "shape": "Sij", "locationName": "networkSettings" }, "SerialNumber": { @@ -3110,11 +3110,11 @@ "locationName": "type" }, "UhdDeviceSettings": { - "shape": "Sic", + "shape": "Sim", "locationName": "uhdDeviceSettings" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" }, "AvailabilityZone": { @@ -3144,11 +3144,11 @@ "locationName": "inputSecurityGroupId" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" }, "WhitelistRules": { - "shape": "Sg4", + "shape": "Sgb", "locationName": "whitelistRules" } }, @@ -3160,7 +3160,7 @@ "type": "structure", "members": { "SecurityGroup": { - "shape": "Sg7", + "shape": "Sge", "locationName": "securityGroup" } } @@ -3180,7 +3180,7 @@ "locationName": "multiplexId" }, "MultiplexSettings": { - "shape": "Sgc", + "shape": "Sgj", "locationName": "multiplexSettings" }, "Name": { @@ -3195,7 +3195,7 @@ "type": "structure", "members": { "Multiplex": { - "shape": "Sgh", + "shape": "Sgo", "locationName": "multiplex" } } @@ -3215,7 +3215,7 @@ "locationName": "multiplexId" }, "MultiplexProgramSettings": { - "shape": "Sgn", + "shape": "Sgu", "locationName": "multiplexProgramSettings" }, "ProgramName": { @@ -3232,7 +3232,7 @@ "type": "structure", "members": { "MultiplexProgram": { - "shape": "Sgv", + "shape": "Sh2", "locationName": "multiplexProgram" } } @@ -3251,7 +3251,7 @@ "locationName": "name" }, "RenewalSettings": { - "shape": "Shh", + "shape": "Sho", "locationName": "renewalSettings" }, "ReservationId": { @@ -3267,7 +3267,7 @@ "type": "structure", "members": { "Reservation": { - "shape": "Ska", + "shape": "Skh", "locationName": "reservation" } } @@ -3643,6 +3643,81 @@ "type": "integer" } } + }, + "StaticImageOutputActivateSettings": { + "locationName": "staticImageOutputActivateSettings", + "type": "structure", + "members": { + "Duration": { + "locationName": "duration", + "type": "integer" + }, + "FadeIn": { + "locationName": "fadeIn", + "type": "integer" + }, + "FadeOut": { + "locationName": "fadeOut", + "type": "integer" + }, + "Height": { + "locationName": "height", + "type": "integer" + }, + "Image": { + "shape": "S1m", + "locationName": "image" + }, + "ImageX": { + "locationName": "imageX", + "type": "integer" + }, + "ImageY": { + "locationName": "imageY", + "type": "integer" + }, + "Layer": { + "locationName": "layer", + "type": "integer" + }, + "Opacity": { + "locationName": "opacity", + "type": "integer" + }, + "OutputNames": { + "shape": "S5", + "locationName": "outputNames" + }, + "Width": { + "locationName": "width", + "type": "integer" + } + }, + "required": [ + "OutputNames", + "Image" + ] + }, + "StaticImageOutputDeactivateSettings": { + "locationName": "staticImageOutputDeactivateSettings", + "type": "structure", + "members": { + "FadeOut": { + "locationName": "fadeOut", + "type": "integer" + }, + "Layer": { + "locationName": "layer", + "type": "integer" + }, + "OutputNames": { + "shape": "S5", + "locationName": "outputNames" + } + }, + "required": [ + "OutputNames" + ] } } }, @@ -3742,7 +3817,7 @@ "Uri" ] }, - "S25": { + "S27": { "type": "structure", "members": { "Resolution": { @@ -3750,7 +3825,7 @@ } } }, - "S28": { + "S2a": { "type": "list", "member": { "type": "structure", @@ -3806,7 +3881,7 @@ } } }, - "S2g": { + "S2i": { "type": "structure", "members": { "AudioDescriptions": { @@ -4537,12 +4612,47 @@ ] } }, + "ColorCorrectionSettings": { + "locationName": "colorCorrectionSettings", + "type": "structure", + "members": { + "GlobalColorCorrections": { + "locationName": "globalColorCorrections", + "type": "list", + "member": { + "type": "structure", + "members": { + "InputColorSpace": { + "locationName": "inputColorSpace" + }, + "OutputColorSpace": { + "locationName": "outputColorSpace" + }, + "Uri": { + "locationName": "uri" + } + }, + "required": [ + "OutputColorSpace", + "InputColorSpace", + "Uri" + ] + } + } + }, + "required": [ + "GlobalColorCorrections" + ] + }, "FeatureActivations": { "locationName": "featureActivations", "type": "structure", "members": { "InputPrepareScheduleActions": { "locationName": "inputPrepareScheduleActions" + }, + "OutputStaticImageOverlayScheduleActions": { + "locationName": "outputStaticImageOverlayScheduleActions" } } }, @@ -4683,7 +4793,7 @@ } }, "Destination": { - "shape": "S6s", + "shape": "S6z", "locationName": "destination" }, "RolloverInterval": { @@ -4700,7 +4810,7 @@ "type": "structure", "members": { "Destination": { - "shape": "S6s", + "shape": "S6z", "locationName": "destination" }, "FrameCaptureCdnSettings": { @@ -4781,7 +4891,7 @@ "locationName": "constantIv" }, "Destination": { - "shape": "S6s", + "shape": "S6z", "locationName": "destination" }, "DirectoryStructure": { @@ -5032,7 +5142,7 @@ "type": "structure", "members": { "Destination": { - "shape": "S6s", + "shape": "S6z", "locationName": "destination" } }, @@ -5058,7 +5168,7 @@ "type": "integer" }, "Destination": { - "shape": "S6s", + "shape": "S6z", "locationName": "destination" }, "EventId": { @@ -5200,7 +5310,7 @@ "type": "structure", "members": { "M2tsSettings": { - "shape": "S90", + "shape": "S97", "locationName": "m2tsSettings" }, "RawSettings": { @@ -5396,7 +5506,7 @@ "type": "structure", "members": { "Destination": { - "shape": "S6s", + "shape": "S6z", "locationName": "destination" } }, @@ -5416,7 +5526,7 @@ "type": "integer" }, "Destination": { - "shape": "S6s", + "shape": "S6z", "locationName": "destination" }, "NumRetries": { @@ -5441,13 +5551,13 @@ "type": "structure", "members": { "M2tsSettings": { - "shape": "S90", + "shape": "S97", "locationName": "m2tsSettings" } } }, "Destination": { - "shape": "S6s", + "shape": "S6z", "locationName": "destination" }, "FecOutputSettings": { @@ -5529,7 +5639,7 @@ "locationName": "captureIntervalUnits" }, "TimecodeBurninSettings": { - "shape": "Sb3", + "shape": "Sba", "locationName": "timecodeBurninSettings" } } @@ -5564,15 +5674,15 @@ "type": "structure", "members": { "ColorSpacePassthroughSettings": { - "shape": "Sbc", + "shape": "Sbj", "locationName": "colorSpacePassthroughSettings" }, "Rec601Settings": { - "shape": "Sbd", + "shape": "Sbk", "locationName": "rec601Settings" }, "Rec709Settings": { - "shape": "Sbe", + "shape": "Sbl", "locationName": "rec709Settings" } } @@ -5585,7 +5695,7 @@ "type": "structure", "members": { "TemporalFilterSettings": { - "shape": "Sbh", + "shape": "Sbo", "locationName": "temporalFilterSettings" } } @@ -5700,7 +5810,7 @@ "locationName": "timecodeInsertion" }, "TimecodeBurninSettings": { - "shape": "Sb3", + "shape": "Sba", "locationName": "timecodeBurninSettings" } } @@ -5734,7 +5844,7 @@ "type": "structure", "members": { "ColorSpacePassthroughSettings": { - "shape": "Sbc", + "shape": "Sbj", "locationName": "colorSpacePassthroughSettings" }, "DolbyVision81Settings": { @@ -5743,15 +5853,15 @@ "members": {} }, "Hdr10Settings": { - "shape": "Scg", + "shape": "Scn", "locationName": "hdr10Settings" }, "Rec601Settings": { - "shape": "Sbd", + "shape": "Sbk", "locationName": "rec601Settings" }, "Rec709Settings": { - "shape": "Sbe", + "shape": "Sbl", "locationName": "rec709Settings" } } @@ -5761,7 +5871,7 @@ "type": "structure", "members": { "TemporalFilterSettings": { - "shape": "Sbh", + "shape": "Sbo", "locationName": "temporalFilterSettings" } } @@ -5840,7 +5950,7 @@ "locationName": "timecodeInsertion" }, "TimecodeBurninSettings": { - "shape": "Sb3", + "shape": "Sba", "locationName": "timecodeBurninSettings" } }, @@ -5873,7 +5983,7 @@ "type": "structure", "members": { "TemporalFilterSettings": { - "shape": "Sbh", + "shape": "Sbo", "locationName": "temporalFilterSettings" } } @@ -5914,7 +6024,7 @@ "locationName": "timecodeInsertion" }, "TimecodeBurninSettings": { - "shape": "Sb3", + "shape": "Sba", "locationName": "timecodeBurninSettings" } }, @@ -5972,7 +6082,7 @@ "TimecodeConfig" ] }, - "S6s": { + "S6z": { "type": "structure", "members": { "DestinationRefId": { @@ -5980,7 +6090,7 @@ } } }, - "S90": { + "S97": { "type": "structure", "members": { "AbsentInputAudioBehavior": { @@ -6182,7 +6292,7 @@ } } }, - "Sb3": { + "Sba": { "type": "structure", "members": { "FontSize": { @@ -6200,19 +6310,19 @@ "FontSize" ] }, - "Sbc": { + "Sbj": { "type": "structure", "members": {} }, - "Sbd": { + "Sbk": { "type": "structure", "members": {} }, - "Sbe": { + "Sbl": { "type": "structure", "members": {} }, - "Sbh": { + "Sbo": { "type": "structure", "members": { "PostFilterSharpening": { @@ -6223,7 +6333,7 @@ } } }, - "Scg": { + "Scn": { "type": "structure", "members": { "MaxCll": { @@ -6236,7 +6346,7 @@ } } }, - "Sd8": { + "Sdf": { "type": "list", "member": { "type": "structure", @@ -6631,7 +6741,7 @@ "type": "structure", "members": { "Hdr10Settings": { - "shape": "Scg", + "shape": "Scn", "locationName": "hdr10Settings" } } @@ -6672,7 +6782,7 @@ } } }, - "Sex": { + "Sf4": { "type": "structure", "members": { "Codec": { @@ -6686,59 +6796,59 @@ } } }, - "Sf5": { + "Sfc": { "type": "map", "key": {}, "value": {} }, - "Sf8": { + "Sff": { "type": "structure", "members": { "Arn": { "locationName": "arn" }, "CdiInputSpecification": { - "shape": "S25", + "shape": "S27", "locationName": "cdiInputSpecification" }, "ChannelClass": { "locationName": "channelClass" }, "Destinations": { - "shape": "S28", + "shape": "S2a", "locationName": "destinations" }, "EgressEndpoints": { - "shape": "Sf9", + "shape": "Sfg", "locationName": "egressEndpoints" }, "EncoderSettings": { - "shape": "S2g", + "shape": "S2i", "locationName": "encoderSettings" }, "Id": { "locationName": "id" }, "InputAttachments": { - "shape": "Sd8", + "shape": "Sdf", "locationName": "inputAttachments" }, "InputSpecification": { - "shape": "Sex", + "shape": "Sf4", "locationName": "inputSpecification" }, "LogLevel": { "locationName": "logLevel" }, "Maintenance": { - "shape": "Sfb", + "shape": "Sfi", "locationName": "maintenance" }, "Name": { "locationName": "name" }, "PipelineDetails": { - "shape": "Sfc", + "shape": "Sfj", "locationName": "pipelineDetails" }, "PipelinesRunningCount": { @@ -6752,16 +6862,16 @@ "locationName": "state" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" }, "Vpc": { - "shape": "Sff", + "shape": "Sfm", "locationName": "vpc" } } }, - "Sf9": { + "Sfg": { "type": "list", "member": { "type": "structure", @@ -6772,7 +6882,7 @@ } } }, - "Sfb": { + "Sfi": { "type": "structure", "members": { "MaintenanceDay": { @@ -6789,7 +6899,7 @@ } } }, - "Sfc": { + "Sfj": { "type": "list", "member": { "type": "structure", @@ -6812,7 +6922,7 @@ } } }, - "Sff": { + "Sfm": { "type": "structure", "members": { "AvailabilityZones": { @@ -6833,7 +6943,7 @@ } } }, - "Sfh": { + "Sfo": { "type": "list", "member": { "type": "structure", @@ -6844,7 +6954,7 @@ } } }, - "Sfj": { + "Sfq": { "type": "list", "member": { "type": "structure", @@ -6855,7 +6965,7 @@ } } }, - "Sfl": { + "Sfs": { "type": "list", "member": { "type": "structure", @@ -6866,7 +6976,7 @@ } } }, - "Sfn": { + "Sfu": { "type": "list", "member": { "type": "structure", @@ -6883,7 +6993,7 @@ } } }, - "Sfs": { + "Sfz": { "type": "structure", "members": { "Arn": { @@ -6894,7 +7004,7 @@ "locationName": "attachedChannels" }, "Destinations": { - "shape": "Sft", + "shape": "Sg0", "locationName": "destinations" }, "Id": { @@ -6904,7 +7014,7 @@ "locationName": "inputClass" }, "InputDevices": { - "shape": "Sfj", + "shape": "Sfq", "locationName": "inputDevices" }, "InputPartnerIds": { @@ -6915,7 +7025,7 @@ "locationName": "inputSourceType" }, "MediaConnectFlows": { - "shape": "Sfy", + "shape": "Sg5", "locationName": "mediaConnectFlows" }, "Name": { @@ -6929,14 +7039,14 @@ "locationName": "securityGroups" }, "Sources": { - "shape": "Sg0", + "shape": "Sg7", "locationName": "sources" }, "State": { "locationName": "state" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" }, "Type": { @@ -6944,7 +7054,7 @@ } } }, - "Sft": { + "Sg0": { "type": "list", "member": { "type": "structure", @@ -6973,7 +7083,7 @@ } } }, - "Sfy": { + "Sg5": { "type": "list", "member": { "type": "structure", @@ -6984,7 +7094,7 @@ } } }, - "Sg0": { + "Sg7": { "type": "list", "member": { "type": "structure", @@ -7001,7 +7111,7 @@ } } }, - "Sg4": { + "Sgb": { "type": "list", "member": { "type": "structure", @@ -7012,7 +7122,7 @@ } } }, - "Sg7": { + "Sge": { "type": "structure", "members": { "Arn": { @@ -7029,16 +7139,16 @@ "locationName": "state" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" }, "WhitelistRules": { - "shape": "Sg9", + "shape": "Sgg", "locationName": "whitelistRules" } } }, - "Sg9": { + "Sgg": { "type": "list", "member": { "type": "structure", @@ -7049,7 +7159,7 @@ } } }, - "Sgc": { + "Sgj": { "type": "structure", "members": { "MaximumVideoBufferDelayMilliseconds": { @@ -7074,7 +7184,7 @@ "TransportStreamId" ] }, - "Sgh": { + "Sgo": { "type": "structure", "members": { "Arn": { @@ -7085,14 +7195,14 @@ "locationName": "availabilityZones" }, "Destinations": { - "shape": "Sgi", + "shape": "Sgp", "locationName": "destinations" }, "Id": { "locationName": "id" }, "MultiplexSettings": { - "shape": "Sgc", + "shape": "Sgj", "locationName": "multiplexSettings" }, "Name": { @@ -7110,12 +7220,12 @@ "locationName": "state" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" } } }, - "Sgi": { + "Sgp": { "type": "list", "member": { "type": "structure", @@ -7132,7 +7242,7 @@ } } }, - "Sgn": { + "Sgu": { "type": "structure", "members": { "PreferredChannelPipeline": { @@ -7191,22 +7301,22 @@ "ProgramNumber" ] }, - "Sgv": { + "Sh2": { "type": "structure", "members": { "ChannelId": { "locationName": "channelId" }, "MultiplexProgramSettings": { - "shape": "Sgn", + "shape": "Sgu", "locationName": "multiplexProgramSettings" }, "PacketIdentifiersMap": { - "shape": "Sgw", + "shape": "Sh3", "locationName": "packetIdentifiersMap" }, "PipelineDetails": { - "shape": "Sgy", + "shape": "Sh5", "locationName": "pipelineDetails" }, "ProgramName": { @@ -7214,15 +7324,15 @@ } } }, - "Sgw": { + "Sh3": { "type": "structure", "members": { "AudioPids": { - "shape": "Sgx", + "shape": "Sh4", "locationName": "audioPids" }, "DvbSubPids": { - "shape": "Sgx", + "shape": "Sh4", "locationName": "dvbSubPids" }, "DvbTeletextPid": { @@ -7238,7 +7348,7 @@ "type": "integer" }, "KlvDataPids": { - "shape": "Sgx", + "shape": "Sh4", "locationName": "klvDataPids" }, "PcrPid": { @@ -7254,7 +7364,7 @@ "type": "integer" }, "Scte27Pids": { - "shape": "Sgx", + "shape": "Sh4", "locationName": "scte27Pids" }, "Scte35Pid": { @@ -7271,13 +7381,13 @@ } } }, - "Sgx": { + "Sh4": { "type": "list", "member": { "type": "integer" } }, - "Sgy": { + "Sh5": { "type": "list", "member": { "type": "structure", @@ -7291,7 +7401,7 @@ } } }, - "Shh": { + "Sho": { "type": "structure", "members": { "AutomaticRenewal": { @@ -7303,7 +7413,7 @@ } } }, - "Shj": { + "Shq": { "type": "structure", "members": { "ChannelClass": { @@ -7333,6 +7443,14 @@ } }, "Si4": { + "type": "structure", + "members": { + "KmsKeyId": { + "locationName": "kmsKeyId" + } + } + }, + "Sie": { "type": "structure", "members": { "ActiveInput": { @@ -7369,7 +7487,7 @@ } } }, - "Si9": { + "Sij": { "type": "structure", "members": { "DnsAddresses": { @@ -7390,7 +7508,7 @@ } } }, - "Sic": { + "Sim": { "type": "structure", "members": { "ActiveInput": { @@ -7448,15 +7566,7 @@ } } }, - "Sj2": { - "type": "structure", - "members": { - "KmsKeyId": { - "locationName": "kmsKeyId" - } - } - }, - "Ska": { + "Skh": { "type": "structure", "members": { "Arn": { @@ -7499,14 +7609,14 @@ "locationName": "region" }, "RenewalSettings": { - "shape": "Shh", + "shape": "Sho", "locationName": "renewalSettings" }, "ReservationId": { "locationName": "reservationId" }, "ResourceSpecification": { - "shape": "Shj", + "shape": "Shq", "locationName": "resourceSpecification" }, "Start": { @@ -7516,7 +7626,7 @@ "locationName": "state" }, "Tags": { - "shape": "Sf5", + "shape": "Sfc", "locationName": "tags" }, "UsagePrice": { @@ -7525,7 +7635,7 @@ } } }, - "Slc": { + "Slj": { "type": "structure", "members": { "ConfiguredInput": { diff --git a/iamlivecore/service/mediapackagev2-2022-12-25.min.json b/iamlivecore/service/mediapackagev2-2022-12-25.min.json index 0a29c87..45545a1 100644 --- a/iamlivecore/service/mediapackagev2-2022-12-25.min.json +++ b/iamlivecore/service/mediapackagev2-2022-12-25.min.json @@ -163,7 +163,7 @@ "shape": "S14" }, "LowLatencyHlsManifests": { - "shape": "S1b" + "shape": "S1e" }, "Tags": { "shape": "S5" @@ -202,10 +202,10 @@ "type": "integer" }, "HlsManifests": { - "shape": "S1h" + "shape": "S1k" }, "LowLatencyHlsManifests": { - "shape": "S1j" + "shape": "S1m" }, "Tags": { "shape": "S5" @@ -558,10 +558,10 @@ "type": "integer" }, "HlsManifests": { - "shape": "S1h" + "shape": "S1k" }, "LowLatencyHlsManifests": { - "shape": "S1j" + "shape": "S1m" }, "Tags": { "shape": "S5" @@ -1101,7 +1101,7 @@ "shape": "S14" }, "LowLatencyHlsManifests": { - "shape": "S1b" + "shape": "S1e" } } }, @@ -1137,10 +1137,10 @@ "type": "integer" }, "HlsManifests": { - "shape": "S1h" + "shape": "S1k" }, "LowLatencyHlsManifests": { - "shape": "S1j" + "shape": "S1m" }, "Tags": { "shape": "S5", @@ -1262,6 +1262,9 @@ }, "ProgramDateTimeIntervalSeconds": { "type": "integer" + }, + "FilterConfiguration": { + "shape": "S1b" } } } @@ -1273,6 +1276,21 @@ } }, "S1b": { + "type": "structure", + "members": { + "ManifestFilter": {}, + "Start": { + "type": "timestamp" + }, + "End": { + "type": "timestamp" + }, + "TimeDelaySeconds": { + "type": "integer" + } + } + }, + "S1e": { "type": "list", "member": { "type": "structure", @@ -1290,11 +1308,14 @@ }, "ProgramDateTimeIntervalSeconds": { "type": "integer" + }, + "FilterConfiguration": { + "shape": "S1b" } } } }, - "S1h": { + "S1k": { "type": "list", "member": { "type": "structure", @@ -1314,11 +1335,14 @@ }, "ScteHls": { "shape": "S17" + }, + "FilterConfiguration": { + "shape": "S1b" } } } }, - "S1j": { + "S1m": { "type": "list", "member": { "type": "structure", @@ -1338,6 +1362,9 @@ }, "ScteHls": { "shape": "S17" + }, + "FilterConfiguration": { + "shape": "S1b" } } } diff --git a/iamlivecore/service/mediatailor-2018-04-23.min.json b/iamlivecore/service/mediatailor-2018-04-23.min.json index 986e0a9..8175001 100644 --- a/iamlivecore/service/mediatailor-2018-04-23.min.json +++ b/iamlivecore/service/mediatailor-2018-04-23.min.json @@ -872,6 +872,20 @@ "output": { "type": "structure", "members": { + "AdBreakOpportunities": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "OffsetMillis" + ], + "members": { + "OffsetMillis": { + "type": "long" + } + } + } + }, "Arn": {}, "CreationTime": { "shape": "Sm" @@ -1020,31 +1034,31 @@ "members": { "AdDecisionServerUrl": {}, "AvailSuppression": { - "shape": "S2y" + "shape": "S30" }, "Bumper": { - "shape": "S31" + "shape": "S33" }, "CdnConfiguration": { - "shape": "S32" + "shape": "S34" }, "ConfigurationAliases": { - "shape": "S33" + "shape": "S35" }, "DashConfiguration": { - "shape": "S34" + "shape": "S36" }, "HlsConfiguration": { - "shape": "S36" + "shape": "S38" }, "LivePreRollConfiguration": { - "shape": "S37" + "shape": "S39" }, "LogConfiguration": { - "shape": "S38" + "shape": "S3a" }, "ManifestProcessingRules": { - "shape": "S39" + "shape": "S3b" }, "Name": {}, "PersonalizationThresholdSeconds": { @@ -1151,7 +1165,7 @@ "shape": "Sm" }, "RelatedResourceArns": { - "shape": "S3k" + "shape": "S3m" }, "ResourceArn": {} } @@ -1323,31 +1337,31 @@ "members": { "AdDecisionServerUrl": {}, "AvailSuppression": { - "shape": "S2y" + "shape": "S30" }, "Bumper": { - "shape": "S31" + "shape": "S33" }, "CdnConfiguration": { - "shape": "S32" + "shape": "S34" }, "ConfigurationAliases": { - "shape": "S33" + "shape": "S35" }, "DashConfiguration": { - "shape": "S34" + "shape": "S36" }, "HlsConfiguration": { - "shape": "S36" + "shape": "S38" }, "LivePreRollConfiguration": { - "shape": "S37" + "shape": "S39" }, "LogConfiguration": { - "shape": "S38" + "shape": "S3a" }, "ManifestProcessingRules": { - "shape": "S39" + "shape": "S3b" }, "Name": {}, "PersonalizationThresholdSeconds": { @@ -1620,13 +1634,13 @@ "members": { "AdDecisionServerUrl": {}, "AvailSuppression": { - "shape": "S2y" + "shape": "S30" }, "Bumper": { - "shape": "S31" + "shape": "S33" }, "CdnConfiguration": { - "shape": "S32" + "shape": "S34" }, "ConfigurationAliases": { "type": "map", @@ -1643,10 +1657,10 @@ } }, "LivePreRollConfiguration": { - "shape": "S37" + "shape": "S39" }, "ManifestProcessingRules": { - "shape": "S39" + "shape": "S3b" }, "Name": {}, "PersonalizationThresholdSeconds": { @@ -1666,31 +1680,31 @@ "members": { "AdDecisionServerUrl": {}, "AvailSuppression": { - "shape": "S2y" + "shape": "S30" }, "Bumper": { - "shape": "S31" + "shape": "S33" }, "CdnConfiguration": { - "shape": "S32" + "shape": "S34" }, "ConfigurationAliases": { - "shape": "S33" + "shape": "S35" }, "DashConfiguration": { - "shape": "S34" + "shape": "S36" }, "HlsConfiguration": { - "shape": "S36" + "shape": "S38" }, "LivePreRollConfiguration": { - "shape": "S37" + "shape": "S39" }, "LogConfiguration": { - "shape": "S38" + "shape": "S3a" }, "ManifestProcessingRules": { - "shape": "S39" + "shape": "S3b" }, "Name": {}, "PersonalizationThresholdSeconds": { @@ -1799,7 +1813,7 @@ "locationName": "ResourceArn" }, "TagKeys": { - "shape": "S3k", + "shape": "S3m", "location": "querystring", "locationName": "tagKeys" } @@ -2389,7 +2403,7 @@ } } }, - "S2y": { + "S30": { "type": "structure", "members": { "FillPolicy": {}, @@ -2397,28 +2411,28 @@ "Value": {} } }, - "S31": { + "S33": { "type": "structure", "members": { "EndUrl": {}, "StartUrl": {} } }, - "S32": { + "S34": { "type": "structure", "members": { "AdSegmentUrlPrefix": {}, "ContentSegmentUrlPrefix": {} } }, - "S33": { + "S35": { "type": "map", "key": {}, "value": { "shape": "Si" } }, - "S34": { + "S36": { "type": "structure", "members": { "ManifestEndpointPrefix": {}, @@ -2426,13 +2440,13 @@ "OriginManifestType": {} } }, - "S36": { + "S38": { "type": "structure", "members": { "ManifestEndpointPrefix": {} } }, - "S37": { + "S39": { "type": "structure", "members": { "AdDecisionServerUrl": {}, @@ -2441,7 +2455,7 @@ } } }, - "S38": { + "S3a": { "type": "structure", "required": [ "PercentEnabled" @@ -2452,7 +2466,7 @@ } } }, - "S39": { + "S3b": { "type": "structure", "members": { "AdMarkerPassthrough": { @@ -2465,7 +2479,7 @@ } } }, - "S3k": { + "S3m": { "type": "list", "member": {} } diff --git a/iamlivecore/service/mgn-2020-02-26.min.json b/iamlivecore/service/mgn-2020-02-26.min.json index 3c670c5..a76baf9 100644 --- a/iamlivecore/service/mgn-2020-02-26.min.json +++ b/iamlivecore/service/mgn-2020-02-26.min.json @@ -155,6 +155,33 @@ }, "idempotent": true }, + "CreateConnector": { + "http": { + "requestUri": "/CreateConnector", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "name", + "ssmInstanceID" + ], + "members": { + "name": {}, + "ssmCommandConfig": { + "shape": "S2b" + }, + "ssmInstanceID": {}, + "tags": { + "shape": "Se" + } + } + }, + "output": { + "shape": "S2f" + }, + "idempotent": true + }, "CreateLaunchConfigurationTemplate": { "http": { "requestUri": "/CreateLaunchConfigurationTemplate", @@ -177,18 +204,18 @@ "type": "boolean" }, "largeVolumeConf": { - "shape": "S28" + "shape": "S2j" }, "launchDisposition": {}, "licensing": { - "shape": "S2d" + "shape": "S2o" }, "mapAutoTaggingMpeID": {}, "postLaunchActions": { - "shape": "S2e" + "shape": "S2p" }, "smallVolumeConf": { - "shape": "S28" + "shape": "S2j" }, "smallVolumeMaxSize": { "type": "long" @@ -200,7 +227,7 @@ } }, "output": { - "shape": "S2w" + "shape": "S36" } }, "CreateReplicationConfigurationTemplate": { @@ -239,7 +266,7 @@ "ebsEncryptionKeyArn": {}, "replicationServerInstanceType": {}, "replicationServersSecurityGroupsIDs": { - "shape": "S34" + "shape": "S3e" }, "stagingAreaSubnetId": {}, "stagingAreaTags": { @@ -257,7 +284,7 @@ } }, "output": { - "shape": "S37" + "shape": "S3h" } }, "CreateWave": { @@ -305,6 +332,22 @@ }, "idempotent": true }, + "DeleteConnector": { + "http": { + "requestUri": "/DeleteConnector", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "connectorID" + ], + "members": { + "connectorID": {} + } + }, + "idempotent": true + }, "DeleteJob": { "http": { "requestUri": "/DeleteJob", @@ -501,7 +544,7 @@ "items": { "type": "list", "member": { - "shape": "S40" + "shape": "S4b" } }, "nextToken": {} @@ -532,7 +575,7 @@ "items": { "type": "list", "member": { - "shape": "S2w" + "shape": "S36" } }, "nextToken": {} @@ -563,7 +606,7 @@ "items": { "type": "list", "member": { - "shape": "S37" + "shape": "S3h" } }, "nextToken": {} @@ -774,7 +817,7 @@ } }, "output": { - "shape": "S54" + "shape": "S5f" } }, "GetReplicationConfiguration": { @@ -793,7 +836,7 @@ } }, "output": { - "shape": "S57" + "shape": "S5i" } }, "InitializeService": { @@ -830,7 +873,7 @@ "type": "boolean" }, "waveIDs": { - "shape": "S5g" + "shape": "S5r" } } }, @@ -853,6 +896,42 @@ } } }, + "ListConnectors": { + "http": { + "requestUri": "/ListConnectors", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "filters": { + "type": "structure", + "members": { + "connectorIDs": { + "type": "list", + "member": {} + } + } + }, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "items": { + "type": "list", + "member": { + "shape": "S2f" + } + }, + "nextToken": {} + } + } + }, "ListExportErrors": { "http": { "requestUri": "/ListExportErrors", @@ -922,7 +1001,7 @@ "items": { "type": "list", "member": { - "shape": "S5u" + "shape": "S6a" } }, "nextToken": {} @@ -1007,7 +1086,7 @@ "items": { "type": "list", "member": { - "shape": "S6c" + "shape": "S6r" } }, "nextToken": {} @@ -1063,7 +1142,7 @@ "type": "structure", "members": { "actionIDs": { - "shape": "S6p" + "shape": "S74" } } }, @@ -1080,7 +1159,7 @@ "items": { "type": "list", "member": { - "shape": "S6t" + "shape": "S78" } }, "nextToken": {} @@ -1129,7 +1208,7 @@ "type": "structure", "members": { "actionIDs": { - "shape": "S6p" + "shape": "S74" } } }, @@ -1146,7 +1225,7 @@ "items": { "type": "list", "member": { - "shape": "S75" + "shape": "S7k" } }, "nextToken": {} @@ -1169,7 +1248,7 @@ "type": "boolean" }, "waveIDs": { - "shape": "S5g" + "shape": "S5r" } } }, @@ -1256,7 +1335,7 @@ "documentIdentifier": {}, "documentVersion": {}, "externalParameters": { - "shape": "S2k" + "shape": "S2u" }, "mustSucceedForCutover": { "type": "boolean" @@ -1265,7 +1344,7 @@ "type": "integer" }, "parameters": { - "shape": "S2o" + "shape": "S2y" }, "sourceServerID": {}, "timeoutSeconds": { @@ -1274,7 +1353,7 @@ } }, "output": { - "shape": "S6t" + "shape": "S78" } }, "PutTemplateAction": { @@ -1302,7 +1381,7 @@ "documentIdentifier": {}, "documentVersion": {}, "externalParameters": { - "shape": "S2k" + "shape": "S2u" }, "launchConfigurationTemplateID": {}, "mustSucceedForCutover": { @@ -1313,7 +1392,7 @@ "type": "integer" }, "parameters": { - "shape": "S2o" + "shape": "S2y" }, "timeoutSeconds": { "type": "integer" @@ -1321,7 +1400,7 @@ } }, "output": { - "shape": "S75" + "shape": "S7k" } }, "RemoveSourceServerAction": { @@ -1430,7 +1509,7 @@ "type": "structure", "members": { "job": { - "shape": "S40" + "shape": "S4b" } } } @@ -1456,7 +1535,7 @@ "type": "structure", "members": { "exportTask": { - "shape": "S5u" + "shape": "S6a" } } } @@ -1476,7 +1555,7 @@ "idempotencyToken": true }, "s3BucketSource": { - "shape": "S6d" + "shape": "S6s" } } }, @@ -1484,7 +1563,7 @@ "type": "structure", "members": { "importTask": { - "shape": "S6c" + "shape": "S6r" } } } @@ -1533,7 +1612,7 @@ "type": "structure", "members": { "job": { - "shape": "S40" + "shape": "S4b" } } } @@ -1605,7 +1684,7 @@ "type": "structure", "members": { "job": { - "shape": "S40" + "shape": "S4b" } } } @@ -1698,6 +1777,29 @@ }, "idempotent": true }, + "UpdateConnector": { + "http": { + "requestUri": "/UpdateConnector", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "connectorID" + ], + "members": { + "connectorID": {}, + "name": {}, + "ssmCommandConfig": { + "shape": "S2b" + } + } + }, + "output": { + "shape": "S2f" + }, + "idempotent": true + }, "UpdateLaunchConfiguration": { "http": { "requestUri": "/UpdateLaunchConfiguration", @@ -1722,19 +1824,19 @@ }, "launchDisposition": {}, "licensing": { - "shape": "S2d" + "shape": "S2o" }, "mapAutoTaggingMpeID": {}, "name": {}, "postLaunchActions": { - "shape": "S2e" + "shape": "S2p" }, "sourceServerID": {}, "targetInstanceTypeRightSizingMethod": {} } }, "output": { - "shape": "S54" + "shape": "S5f" }, "idempotent": true }, @@ -1763,19 +1865,19 @@ "type": "boolean" }, "largeVolumeConf": { - "shape": "S28" + "shape": "S2j" }, "launchConfigurationTemplateID": {}, "launchDisposition": {}, "licensing": { - "shape": "S2d" + "shape": "S2o" }, "mapAutoTaggingMpeID": {}, "postLaunchActions": { - "shape": "S2e" + "shape": "S2p" }, "smallVolumeConf": { - "shape": "S28" + "shape": "S2j" }, "smallVolumeMaxSize": { "type": "long" @@ -1784,7 +1886,7 @@ } }, "output": { - "shape": "S2w" + "shape": "S36" } }, "UpdateReplicationConfiguration": { @@ -1814,11 +1916,11 @@ "ebsEncryptionKeyArn": {}, "name": {}, "replicatedDisks": { - "shape": "S58" + "shape": "S5j" }, "replicationServerInstanceType": {}, "replicationServersSecurityGroupsIDs": { - "shape": "S34" + "shape": "S3e" }, "sourceServerID": {}, "stagingAreaSubnetId": {}, @@ -1834,7 +1936,7 @@ } }, "output": { - "shape": "S57" + "shape": "S5i" }, "idempotent": true }, @@ -1866,7 +1968,7 @@ "replicationConfigurationTemplateID": {}, "replicationServerInstanceType": {}, "replicationServersSecurityGroupsIDs": { - "shape": "S34" + "shape": "S3e" }, "stagingAreaSubnetId": {}, "stagingAreaTags": { @@ -1881,9 +1983,32 @@ } }, "output": { - "shape": "S37" + "shape": "S3h" } }, + "UpdateSourceServer": { + "http": { + "requestUri": "/UpdateSourceServer", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "sourceServerID" + ], + "members": { + "accountID": {}, + "connectorAction": { + "shape": "S10" + }, + "sourceServerID": {} + } + }, + "output": { + "shape": "Sz" + }, + "idempotent": true + }, "UpdateSourceServerReplicationType": { "http": { "requestUri": "/UpdateSourceServerReplicationType", @@ -2002,6 +2127,9 @@ "members": { "applicationID": {}, "arn": {}, + "connectorAction": { + "shape": "S10" + }, "dataReplicationInfo": { "type": "structure", "members": { @@ -2201,7 +2329,46 @@ "vcenterClientID": {} } }, - "S28": { + "S10": { + "type": "structure", + "members": { + "connectorArn": {}, + "credentialsSecretArn": {} + } + }, + "S2b": { + "type": "structure", + "required": [ + "cloudWatchOutputEnabled", + "s3OutputEnabled" + ], + "members": { + "cloudWatchLogGroupName": {}, + "cloudWatchOutputEnabled": { + "type": "boolean" + }, + "outputS3BucketName": {}, + "s3OutputEnabled": { + "type": "boolean" + } + } + }, + "S2f": { + "type": "structure", + "members": { + "arn": {}, + "connectorID": {}, + "name": {}, + "ssmCommandConfig": { + "shape": "S2b" + }, + "ssmInstanceID": {}, + "tags": { + "shape": "Se" + } + } + }, + "S2j": { "type": "structure", "members": { "iops": { @@ -2213,7 +2380,7 @@ "volumeType": {} } }, - "S2d": { + "S2o": { "type": "structure", "members": { "osByol": { @@ -2221,7 +2388,7 @@ } } }, - "S2e": { + "S2p": { "type": "structure", "members": { "cloudWatchLogGroupName": {}, @@ -2231,12 +2398,12 @@ "ssmDocuments": { "type": "list", "member": { - "shape": "S2j" + "shape": "S2t" } } } }, - "S2j": { + "S2t": { "type": "structure", "required": [ "actionName", @@ -2245,13 +2412,13 @@ "members": { "actionName": {}, "externalParameters": { - "shape": "S2k" + "shape": "S2u" }, "mustSucceedForCutover": { "type": "boolean" }, "parameters": { - "shape": "S2o" + "shape": "S2y" }, "ssmDocumentName": {}, "timeoutSeconds": { @@ -2259,7 +2426,7 @@ } } }, - "S2k": { + "S2u": { "type": "map", "key": {}, "value": { @@ -2270,7 +2437,7 @@ "union": true } }, - "S2o": { + "S2y": { "type": "map", "key": {}, "value": { @@ -2288,7 +2455,7 @@ } } }, - "S2w": { + "S36": { "type": "structure", "required": [ "launchConfigurationTemplateID" @@ -2310,19 +2477,19 @@ "type": "boolean" }, "largeVolumeConf": { - "shape": "S28" + "shape": "S2j" }, "launchConfigurationTemplateID": {}, "launchDisposition": {}, "licensing": { - "shape": "S2d" + "shape": "S2o" }, "mapAutoTaggingMpeID": {}, "postLaunchActions": { - "shape": "S2e" + "shape": "S2p" }, "smallVolumeConf": { - "shape": "S28" + "shape": "S2j" }, "smallVolumeMaxSize": { "type": "long" @@ -2333,11 +2500,11 @@ "targetInstanceTypeRightSizingMethod": {} } }, - "S34": { + "S3e": { "type": "list", "member": {} }, - "S37": { + "S3h": { "type": "structure", "required": [ "replicationConfigurationTemplateID" @@ -2360,7 +2527,7 @@ "replicationConfigurationTemplateID": {}, "replicationServerInstanceType": {}, "replicationServersSecurityGroupsIDs": { - "shape": "S34" + "shape": "S3e" }, "stagingAreaSubnetId": {}, "stagingAreaTags": { @@ -2377,7 +2544,7 @@ } } }, - "S40": { + "S4b": { "type": "structure", "required": [ "jobID" @@ -2410,7 +2577,7 @@ "executionStatus": {}, "failureReason": {}, "ssmDocument": { - "shape": "S2j" + "shape": "S2t" }, "ssmDocumentType": {} } @@ -2430,7 +2597,7 @@ "type": {} } }, - "S54": { + "S5f": { "type": "structure", "members": { "bootMode": {}, @@ -2446,18 +2613,18 @@ }, "launchDisposition": {}, "licensing": { - "shape": "S2d" + "shape": "S2o" }, "mapAutoTaggingMpeID": {}, "name": {}, "postLaunchActions": { - "shape": "S2e" + "shape": "S2p" }, "sourceServerID": {}, "targetInstanceTypeRightSizingMethod": {} } }, - "S57": { + "S5i": { "type": "structure", "members": { "associateDefaultSecurityGroup": { @@ -2475,11 +2642,11 @@ "ebsEncryptionKeyArn": {}, "name": {}, "replicatedDisks": { - "shape": "S58" + "shape": "S5j" }, "replicationServerInstanceType": {}, "replicationServersSecurityGroupsIDs": { - "shape": "S34" + "shape": "S3e" }, "sourceServerID": {}, "stagingAreaSubnetId": {}, @@ -2494,7 +2661,7 @@ } } }, - "S58": { + "S5j": { "type": "list", "member": { "type": "structure", @@ -2513,11 +2680,11 @@ } } }, - "S5g": { + "S5r": { "type": "list", "member": {} }, - "S5u": { + "S6a": { "type": "structure", "members": { "creationDateTime": {}, @@ -2546,7 +2713,7 @@ } } }, - "S6c": { + "S6r": { "type": "structure", "members": { "creationDateTime": {}, @@ -2556,7 +2723,7 @@ "type": "float" }, "s3BucketSource": { - "shape": "S6d" + "shape": "S6s" }, "status": {}, "summary": { @@ -2599,7 +2766,7 @@ } } }, - "S6d": { + "S6s": { "type": "structure", "required": [ "s3Bucket", @@ -2611,11 +2778,11 @@ "s3Key": {} } }, - "S6p": { + "S74": { "type": "list", "member": {} }, - "S6t": { + "S78": { "type": "structure", "members": { "actionID": {}, @@ -2628,7 +2795,7 @@ "documentIdentifier": {}, "documentVersion": {}, "externalParameters": { - "shape": "S2k" + "shape": "S2u" }, "mustSucceedForCutover": { "type": "boolean" @@ -2637,14 +2804,14 @@ "type": "integer" }, "parameters": { - "shape": "S2o" + "shape": "S2y" }, "timeoutSeconds": { "type": "integer" } } }, - "S75": { + "S7k": { "type": "structure", "members": { "actionID": {}, @@ -2657,7 +2824,7 @@ "documentIdentifier": {}, "documentVersion": {}, "externalParameters": { - "shape": "S2k" + "shape": "S2u" }, "mustSucceedForCutover": { "type": "boolean" @@ -2667,7 +2834,7 @@ "type": "integer" }, "parameters": { - "shape": "S2o" + "shape": "S2y" }, "timeoutSeconds": { "type": "integer" diff --git a/iamlivecore/service/migrationhub-config-2019-06-30.min.json b/iamlivecore/service/migrationhub-config-2019-06-30.min.json index 0aacb14..8491f92 100644 --- a/iamlivecore/service/migrationhub-config-2019-06-30.min.json +++ b/iamlivecore/service/migrationhub-config-2019-06-30.min.json @@ -39,6 +39,21 @@ } } }, + "DeleteHomeRegionControl": { + "input": { + "type": "structure", + "required": [ + "ControlId" + ], + "members": { + "ControlId": {} + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "DescribeHomeRegionControls": { "input": { "type": "structure", diff --git a/iamlivecore/service/migrationhubstrategy-2020-02-19.min.json b/iamlivecore/service/migrationhubstrategy-2020-02-19.min.json index 72859df..9d106d1 100644 --- a/iamlivecore/service/migrationhubstrategy-2020-02-19.min.json +++ b/iamlivecore/service/migrationhubstrategy-2020-02-19.min.json @@ -438,6 +438,40 @@ } } }, + "ListAnalyzableServers": { + "http": { + "requestUri": "/list-analyzable-servers", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "maxResults": { + "type": "integer" + }, + "nextToken": {}, + "sort": {} + } + }, + "output": { + "type": "structure", + "members": { + "analyzableServers": { + "type": "list", + "member": { + "type": "structure", + "members": { + "hostname": {}, + "ipAddress": {}, + "source": {}, + "vmId": {} + } + } + }, + "nextToken": {} + } + } + }, "ListApplicationComponents": { "http": { "requestUri": "/list-applicationcomponents", @@ -449,7 +483,7 @@ "applicationComponentCriteria": {}, "filterValue": {}, "groupIdFilter": { - "shape": "S44" + "shape": "S49" }, "maxResults": { "type": "integer" @@ -629,7 +663,7 @@ "members": { "filterValue": {}, "groupIdFilter": { - "shape": "S44" + "shape": "S49" }, "maxResults": { "type": "integer" @@ -685,6 +719,7 @@ "input": { "type": "structure", "members": { + "assessmentDataSourceType": {}, "assessmentTargets": { "shape": "S1m" }, @@ -715,7 +750,7 @@ "S3Bucket": {}, "dataSourceType": {}, "groupId": { - "shape": "S44" + "shape": "S49" }, "name": {}, "s3bucketForReportData": {}, @@ -738,7 +773,7 @@ "type": "structure", "members": { "groupIdFilter": { - "shape": "S44" + "shape": "S49" }, "outputFormat": {} } @@ -803,7 +838,7 @@ } }, "strategyOption": { - "shape": "S5o" + "shape": "S5t" } } }, @@ -825,7 +860,7 @@ "members": { "serverId": {}, "strategyOption": { - "shape": "S5o" + "shape": "S5t" } } }, @@ -1188,7 +1223,7 @@ } } }, - "S44": { + "S49": { "type": "list", "member": { "type": "structure", @@ -1198,7 +1233,7 @@ } } }, - "S5o": { + "S5t": { "type": "structure", "members": { "isPreferred": { diff --git a/iamlivecore/service/models.lex.v2-2020-08-07.min.json b/iamlivecore/service/models.lex.v2-2020-08-07.min.json index 0a3ecea..acb1866 100644 --- a/iamlivecore/service/models.lex.v2-2020-08-07.min.json +++ b/iamlivecore/service/models.lex.v2-2020-08-07.min.json @@ -307,7 +307,7 @@ "shape": "S1j" }, "sentimentAnalysisSettings": { - "shape": "S1w" + "shape": "S1x" }, "botId": { "location": "uri", @@ -332,7 +332,7 @@ "shape": "S1j" }, "sentimentAnalysisSettings": { - "shape": "S1w" + "shape": "S1x" }, "botAliasStatus": {}, "botId": {}, @@ -374,7 +374,10 @@ "type": "double" }, "voiceSettings": { - "shape": "S21" + "shape": "S22" + }, + "generativeAISettings": { + "shape": "S25" } } }, @@ -390,11 +393,14 @@ "type": "double" }, "voiceSettings": { - "shape": "S21" + "shape": "S22" }, "botLocaleStatus": {}, "creationDateTime": { "type": "timestamp" + }, + "generativeAISettings": { + "shape": "S25" } } } @@ -418,7 +424,7 @@ }, "description": {}, "botVersionLocaleSpecification": { - "shape": "S27" + "shape": "S2h" } } }, @@ -429,7 +435,7 @@ "description": {}, "botVersion": {}, "botVersionLocaleSpecification": { - "shape": "S27" + "shape": "S2h" }, "botStatus": {}, "creationDateTime": { @@ -452,11 +458,11 @@ ], "members": { "resourceSpecification": { - "shape": "S2b" + "shape": "S2l" }, "fileFormat": {}, "filePassword": { - "shape": "S2h" + "shape": "S2r" } } }, @@ -465,7 +471,7 @@ "members": { "exportId": {}, "resourceSpecification": { - "shape": "S2b" + "shape": "S2l" }, "fileFormat": {}, "exportStatus": {}, @@ -494,28 +500,28 @@ "description": {}, "parentIntentSignature": {}, "sampleUtterances": { - "shape": "S2m" + "shape": "S2w" }, "dialogCodeHook": { - "shape": "S2p" + "shape": "S2z" }, "fulfillmentCodeHook": { - "shape": "S2q" + "shape": "S30" }, "intentConfirmationSetting": { - "shape": "S3z" + "shape": "S48" }, "intentClosingSetting": { - "shape": "S4h" + "shape": "S4q" }, "inputContexts": { - "shape": "S4i" + "shape": "S4r" }, "outputContexts": { - "shape": "S4k" + "shape": "S4t" }, "kendraConfiguration": { - "shape": "S4o" + "shape": "S4x" }, "botId": { "location": "uri", @@ -530,7 +536,7 @@ "locationName": "localeId" }, "initialResponseSetting": { - "shape": "S4r" + "shape": "S50" } } }, @@ -542,28 +548,28 @@ "description": {}, "parentIntentSignature": {}, "sampleUtterances": { - "shape": "S2m" + "shape": "S2w" }, "dialogCodeHook": { - "shape": "S2p" + "shape": "S2z" }, "fulfillmentCodeHook": { - "shape": "S2q" + "shape": "S30" }, "intentConfirmationSetting": { - "shape": "S3z" + "shape": "S48" }, "intentClosingSetting": { - "shape": "S4h" + "shape": "S4q" }, "inputContexts": { - "shape": "S4i" + "shape": "S4r" }, "outputContexts": { - "shape": "S4k" + "shape": "S4t" }, "kendraConfiguration": { - "shape": "S4o" + "shape": "S4x" }, "botId": {}, "botVersion": {}, @@ -572,7 +578,7 @@ "type": "timestamp" }, "initialResponseSetting": { - "shape": "S4r" + "shape": "S50" } } } @@ -683,10 +689,10 @@ "description": {}, "slotTypeId": {}, "valueElicitationSetting": { - "shape": "S5e" + "shape": "S5n" }, "obfuscationSetting": { - "shape": "S5p" + "shape": "S60" }, "botId": { "location": "uri", @@ -705,10 +711,10 @@ "locationName": "intentId" }, "multipleValuesSetting": { - "shape": "S5r" + "shape": "S62" }, "subSlotSetting": { - "shape": "S5s" + "shape": "S63" } } }, @@ -720,10 +726,10 @@ "description": {}, "slotTypeId": {}, "valueElicitationSetting": { - "shape": "S5e" + "shape": "S5n" }, "obfuscationSetting": { - "shape": "S5p" + "shape": "S60" }, "botId": {}, "botVersion": {}, @@ -733,10 +739,10 @@ "type": "timestamp" }, "multipleValuesSetting": { - "shape": "S5r" + "shape": "S62" }, "subSlotSetting": { - "shape": "S5s" + "shape": "S63" } } } @@ -759,10 +765,10 @@ "slotTypeName": {}, "description": {}, "slotTypeValues": { - "shape": "S5z" + "shape": "S6a" }, "valueSelectionSetting": { - "shape": "S64" + "shape": "S6f" }, "parentSlotTypeSignature": {}, "botId": { @@ -778,10 +784,10 @@ "locationName": "localeId" }, "externalSourceSetting": { - "shape": "S6b" + "shape": "S6m" }, "compositeSlotTypeSetting": { - "shape": "S6g" + "shape": "S6r" } } }, @@ -792,10 +798,10 @@ "slotTypeName": {}, "description": {}, "slotTypeValues": { - "shape": "S5z" + "shape": "S6a" }, "valueSelectionSetting": { - "shape": "S64" + "shape": "S6f" }, "parentSlotTypeSignature": {}, "botId": {}, @@ -805,10 +811,10 @@ "type": "timestamp" }, "externalSourceSetting": { - "shape": "S6b" + "shape": "S6m" }, "compositeSlotTypeSetting": { - "shape": "S6g" + "shape": "S6r" } } } @@ -830,7 +836,7 @@ "locationName": "testSetId" }, "target": { - "shape": "S6l" + "shape": "S6w" } } }, @@ -843,7 +849,7 @@ }, "testSetId": {}, "target": { - "shape": "S6l" + "shape": "S6w" } } } @@ -1369,7 +1375,7 @@ "shape": "S14" }, "failureReasons": { - "shape": "S7l" + "shape": "S7w" } } } @@ -1411,7 +1417,7 @@ "shape": "S1j" }, "sentimentAnalysisSettings": { - "shape": "S1w" + "shape": "S1x" }, "botAliasHistoryEvents": { "type": "list", @@ -1437,7 +1443,7 @@ "type": "timestamp" }, "parentBotNetworks": { - "shape": "S7r" + "shape": "S82" } } } @@ -1482,7 +1488,7 @@ "type": "double" }, "voiceSettings": { - "shape": "S21" + "shape": "S22" }, "intentsCount": { "type": "integer" @@ -1492,7 +1498,7 @@ }, "botLocaleStatus": {}, "failureReasons": { - "shape": "S7l" + "shape": "S7w" }, "creationDateTime": { "type": "timestamp" @@ -1520,7 +1526,10 @@ } }, "recommendedActions": { - "shape": "S7z" + "shape": "S8a" + }, + "generativeAISettings": { + "shape": "S25" } } } @@ -1567,7 +1576,7 @@ "botRecommendationStatus": {}, "botRecommendationId": {}, "failureReasons": { - "shape": "S7l" + "shape": "S7w" }, "creationDateTime": { "type": "timestamp" @@ -1576,10 +1585,10 @@ "type": "timestamp" }, "transcriptSourceSetting": { - "shape": "S84" + "shape": "S8f" }, "encryptionSetting": { - "shape": "S8d" + "shape": "S8o" }, "botRecommendationResults": { "type": "structure", @@ -1612,6 +1621,62 @@ } } }, + "DescribeBotResourceGeneration": { + "http": { + "method": "GET", + "requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/generations/{generationId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "botId", + "botVersion", + "localeId", + "generationId" + ], + "members": { + "botId": { + "location": "uri", + "locationName": "botId" + }, + "botVersion": { + "location": "uri", + "locationName": "botVersion" + }, + "localeId": { + "location": "uri", + "locationName": "localeId" + }, + "generationId": { + "location": "uri", + "locationName": "generationId" + } + } + }, + "output": { + "type": "structure", + "members": { + "botId": {}, + "botVersion": {}, + "localeId": {}, + "generationId": {}, + "failureReasons": { + "shape": "S7w" + }, + "generationStatus": {}, + "generationInputPrompt": {}, + "generatedBotLocaleUrl": {}, + "creationDateTime": { + "type": "timestamp" + }, + "modelArn": {}, + "lastUpdatedDateTime": { + "type": "timestamp" + } + } + } + }, "DescribeBotVersion": { "http": { "method": "GET", @@ -1651,13 +1716,13 @@ }, "botStatus": {}, "failureReasons": { - "shape": "S7l" + "shape": "S7w" }, "creationDateTime": { "type": "timestamp" }, "parentBotNetworks": { - "shape": "S7r" + "shape": "S82" }, "botType": {}, "botMembers": { @@ -1733,12 +1798,12 @@ "members": { "exportId": {}, "resourceSpecification": { - "shape": "S2b" + "shape": "S2l" }, "fileFormat": {}, "exportStatus": {}, "failureReasons": { - "shape": "S7l" + "shape": "S7w" }, "downloadUrl": {}, "creationDateTime": { @@ -1773,14 +1838,14 @@ "members": { "importId": {}, "resourceSpecification": { - "shape": "S8s" + "shape": "S97" }, "importedResourceId": {}, "importedResourceName": {}, "mergeStrategy": {}, "importStatus": {}, "failureReasons": { - "shape": "S7l" + "shape": "S7w" }, "creationDateTime": { "type": "timestamp" @@ -1832,31 +1897,31 @@ "description": {}, "parentIntentSignature": {}, "sampleUtterances": { - "shape": "S2m" + "shape": "S2w" }, "dialogCodeHook": { - "shape": "S2p" + "shape": "S2z" }, "fulfillmentCodeHook": { - "shape": "S2q" + "shape": "S30" }, "slotPriorities": { - "shape": "S94" + "shape": "S9j" }, "intentConfirmationSetting": { - "shape": "S3z" + "shape": "S48" }, "intentClosingSetting": { - "shape": "S4h" + "shape": "S4q" }, "inputContexts": { - "shape": "S4i" + "shape": "S4r" }, "outputContexts": { - "shape": "S4k" + "shape": "S4t" }, "kendraConfiguration": { - "shape": "S4o" + "shape": "S4x" }, "botId": {}, "botVersion": {}, @@ -1868,7 +1933,7 @@ "type": "timestamp" }, "initialResponseSetting": { - "shape": "S4r" + "shape": "S50" } } } @@ -1946,10 +2011,10 @@ "description": {}, "slotTypeId": {}, "valueElicitationSetting": { - "shape": "S5e" + "shape": "S5n" }, "obfuscationSetting": { - "shape": "S5p" + "shape": "S60" }, "botId": {}, "botVersion": {}, @@ -1962,10 +2027,10 @@ "type": "timestamp" }, "multipleValuesSetting": { - "shape": "S5r" + "shape": "S62" }, "subSlotSetting": { - "shape": "S5s" + "shape": "S63" } } } @@ -2010,10 +2075,10 @@ "slotTypeName": {}, "description": {}, "slotTypeValues": { - "shape": "S5z" + "shape": "S6a" }, "valueSelectionSetting": { - "shape": "S64" + "shape": "S6f" }, "parentSlotTypeSignature": {}, "botId": {}, @@ -2026,10 +2091,10 @@ "type": "timestamp" }, "externalSourceSetting": { - "shape": "S6b" + "shape": "S6m" }, "compositeSlotTypeSetting": { - "shape": "S6g" + "shape": "S6r" } } } @@ -2066,12 +2131,12 @@ "testSetId": {}, "testSetName": {}, "target": { - "shape": "S9g" + "shape": "S9v" }, "apiMode": {}, "testExecutionModality": {}, "failureReasons": { - "shape": "S7l" + "shape": "S7w" } } } @@ -2107,7 +2172,7 @@ "type": "integer" }, "storageLocation": { - "shape": "S8x" + "shape": "S9c" }, "creationDateTime": { "type": "timestamp" @@ -2145,7 +2210,7 @@ "type": "timestamp" }, "target": { - "shape": "S6l" + "shape": "S6w" }, "testSetDiscrepancyReportStatus": {}, "lastUpdatedDataTime": { @@ -2192,7 +2257,7 @@ }, "testSetDiscrepancyRawOutputUrl": {}, "failureReasons": { - "shape": "S7l" + "shape": "S7w" } } } @@ -2221,16 +2286,16 @@ "testSetGenerationId": {}, "testSetGenerationStatus": {}, "failureReasons": { - "shape": "S7l" + "shape": "S7w" }, "testSetId": {}, "testSetName": {}, "description": {}, "storageLocation": { - "shape": "S8x" + "shape": "S9c" }, "generationDataSource": { - "shape": "S9y" + "shape": "Sad" }, "roleArn": {}, "creationDateTime": { @@ -2242,6 +2307,48 @@ } } }, + "GenerateBotElement": { + "http": { + "requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/generate", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "intentId", + "botId", + "botVersion", + "localeId" + ], + "members": { + "intentId": {}, + "botId": { + "location": "uri", + "locationName": "botId" + }, + "botVersion": { + "location": "uri", + "locationName": "botVersion" + }, + "localeId": { + "location": "uri", + "locationName": "localeId" + } + } + }, + "output": { + "type": "structure", + "members": { + "botId": {}, + "botVersion": {}, + "localeId": {}, + "intentId": {}, + "sampleUtterances": { + "shape": "S2w" + } + } + } + }, "GetTestExecutionArtifactsUrl": { "http": { "method": "GET", @@ -2289,7 +2396,7 @@ "botVersion": {}, "localeId": {}, "aggregationDuration": { - "shape": "Sa5" + "shape": "Sam" }, "sortBy": { "type": "structure", @@ -2314,7 +2421,7 @@ "members": { "name": {}, "values": { - "shape": "Saf" + "shape": "Saw" }, "operator": {} } @@ -2334,7 +2441,7 @@ "botVersion": {}, "localeId": {}, "aggregationDuration": { - "shape": "Sa5" + "shape": "Sam" }, "aggregationWindowStartTime": { "type": "timestamp" @@ -2464,7 +2571,7 @@ "members": { "name": {}, "values": { - "shape": "Saf" + "shape": "Saw" }, "operator": {} } @@ -2564,6 +2671,74 @@ } } }, + "ListBotResourceGenerations": { + "http": { + "requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/generations", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "botId", + "botVersion", + "localeId" + ], + "members": { + "botId": { + "location": "uri", + "locationName": "botId" + }, + "botVersion": { + "location": "uri", + "locationName": "botVersion" + }, + "localeId": { + "location": "uri", + "locationName": "localeId" + }, + "sortBy": { + "type": "structure", + "required": [ + "attribute", + "order" + ], + "members": { + "attribute": {}, + "order": {} + } + }, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "botId": {}, + "botVersion": {}, + "localeId": {}, + "generationSummaries": { + "type": "list", + "member": { + "type": "structure", + "members": { + "generationId": {}, + "generationStatus": {}, + "creationDateTime": { + "type": "timestamp" + }, + "lastUpdatedDateTime": { + "type": "timestamp" + } + } + } + }, + "nextToken": {} + } + } + }, "ListBotVersions": { "http": { "requestUri": "/bots/{botId}/botversions/", @@ -2650,7 +2825,7 @@ "members": { "name": {}, "values": { - "shape": "Saf" + "shape": "Saw" }, "operator": {} } @@ -2863,7 +3038,7 @@ "members": { "name": {}, "values": { - "shape": "Saf" + "shape": "Saw" }, "operator": {} } @@ -2888,7 +3063,7 @@ "members": { "exportId": {}, "resourceSpecification": { - "shape": "S2b" + "shape": "S2l" }, "fileFormat": {}, "exportStatus": {}, @@ -2939,7 +3114,7 @@ "members": { "name": {}, "values": { - "shape": "Saf" + "shape": "Saw" }, "operator": {} } @@ -3022,7 +3197,7 @@ } }, "binBy": { - "shape": "Sct" + "shape": "Sdg" }, "groupBy": { "type": "list", @@ -3049,7 +3224,7 @@ "name": {}, "operator": {}, "values": { - "shape": "Sd4" + "shape": "Sdr" } } } @@ -3070,7 +3245,7 @@ "type": "structure", "members": { "binKeys": { - "shape": "Sd9" + "shape": "Sdw" }, "groupByKeys": { "type": "list", @@ -3140,7 +3315,7 @@ "name": {}, "operator": {}, "values": { - "shape": "Sd4" + "shape": "Sdr" } } } @@ -3210,7 +3385,7 @@ } }, "binBy": { - "shape": "Sct" + "shape": "Sdg" }, "groupBy": { "type": "list", @@ -3237,7 +3412,7 @@ "name": {}, "operator": {}, "values": { - "shape": "Sd4" + "shape": "Sdr" } } } @@ -3258,7 +3433,7 @@ "type": "structure", "members": { "binKeys": { - "shape": "Sd9" + "shape": "Sdw" }, "groupByKeys": { "type": "list", @@ -3338,7 +3513,7 @@ "members": { "name": {}, "values": { - "shape": "Saf" + "shape": "Saw" }, "operator": {} } @@ -3366,10 +3541,10 @@ "description": {}, "parentIntentSignature": {}, "inputContexts": { - "shape": "S4i" + "shape": "S4r" }, "outputContexts": { - "shape": "S4k" + "shape": "S4t" }, "lastUpdatedDateTime": { "type": "timestamp" @@ -3476,7 +3651,7 @@ } }, "filters": { - "shape": "Ses" + "shape": "Sff" }, "maxResults": { "type": "integer" @@ -3569,7 +3744,7 @@ } }, "binBy": { - "shape": "Sct" + "shape": "Sdg" }, "groupBy": { "type": "list", @@ -3584,7 +3759,7 @@ } }, "filters": { - "shape": "Ses" + "shape": "Sff" }, "maxResults": { "type": "integer" @@ -3602,7 +3777,7 @@ "type": "structure", "members": { "binKeys": { - "shape": "Sd9" + "shape": "Sdw" }, "groupByKeys": { "type": "list", @@ -3682,7 +3857,7 @@ "members": { "name": {}, "values": { - "shape": "Saf" + "shape": "Saw" }, "operator": {} } @@ -3773,7 +3948,7 @@ "members": { "name": {}, "values": { - "shape": "Saf" + "shape": "Saw" }, "operator": {} } @@ -3803,7 +3978,7 @@ "slotConstraint": {}, "slotTypeId": {}, "valueElicitationPromptSpecification": { - "shape": "S40" + "shape": "S49" }, "lastUpdatedDateTime": { "type": "timestamp" @@ -3908,10 +4083,10 @@ "type": "integer" }, "speechTranscriptionResultCounts": { - "shape": "Sgh" + "shape": "Sh4" }, "endToEndResultCounts": { - "shape": "Sgh" + "shape": "Sh4" } } } @@ -4004,10 +4179,10 @@ "type": "integer" }, "speechTranscriptionResultCounts": { - "shape": "Sgh" + "shape": "Sh4" }, "intentMatchResultCounts": { - "shape": "Sgh" + "shape": "Sh4" } } } @@ -4057,10 +4232,10 @@ "type": "integer" }, "speechTranscriptionResultCounts": { - "shape": "Sgh" + "shape": "Sh4" }, "slotMatchResultCounts": { - "shape": "Sgh" + "shape": "Sh4" } } } @@ -4103,7 +4278,7 @@ "expectedAgentPrompt": {}, "actualAgentPrompt": {}, "errorDetails": { - "shape": "Sh8" + "shape": "Shv" }, "actualElicitedSlot": {}, "actualIntent": {} @@ -4117,16 +4292,16 @@ ], "members": { "input": { - "shape": "Sha" + "shape": "Shx" }, "expectedOutput": { - "shape": "Shq" + "shape": "Sid" }, "actualOutput": { - "shape": "Shq" + "shape": "Sid" }, "errorDetails": { - "shape": "Sh8" + "shape": "Shv" }, "endToEndResult": {}, "intentMatchResult": {}, @@ -4201,7 +4376,7 @@ "testSetId": {}, "testSetName": {}, "target": { - "shape": "S9g" + "shape": "S9v" }, "apiMode": {}, "testExecutionModality": {} @@ -4272,10 +4447,10 @@ ], "members": { "input": { - "shape": "Sha" + "shape": "Shx" }, "expected": { - "shape": "Shq" + "shape": "Sid" } } } @@ -4331,7 +4506,7 @@ "type": "integer" }, "storageLocation": { - "shape": "S8x" + "shape": "S9c" }, "creationDateTime": { "type": "timestamp" @@ -4381,7 +4556,7 @@ } }, "filters": { - "shape": "Sij" + "shape": "Sj6" }, "maxResults": { "type": "integer" @@ -4438,7 +4613,7 @@ "content": {}, "contentType": {}, "imageResponseCard": { - "shape": "S32" + "shape": "S3c" } } } @@ -4489,7 +4664,7 @@ } }, "binBy": { - "shape": "Sct" + "shape": "Sdg" }, "groupBy": { "type": "list", @@ -4516,7 +4691,7 @@ } }, "filters": { - "shape": "Sij" + "shape": "Sj6" }, "maxResults": { "type": "integer" @@ -4534,7 +4709,7 @@ "type": "structure", "members": { "binKeys": { - "shape": "Sd9" + "shape": "Sdw" }, "groupByKeys": { "type": "list", @@ -4618,7 +4793,7 @@ "members": { "name": {}, "values": { - "shape": "Saf" + "shape": "Saw" } } } @@ -4684,10 +4859,10 @@ "locationName": "localeId" }, "transcriptSourceSetting": { - "shape": "S84" + "shape": "S8f" }, "encryptionSetting": { - "shape": "S8d" + "shape": "S8o" } } }, @@ -4703,14 +4878,60 @@ "type": "timestamp" }, "transcriptSourceSetting": { - "shape": "S84" + "shape": "S8f" }, "encryptionSetting": { - "shape": "S8d" + "shape": "S8o" } } } }, + "StartBotResourceGeneration": { + "http": { + "method": "PUT", + "requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/startgeneration", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "generationInputPrompt", + "botId", + "botVersion", + "localeId" + ], + "members": { + "generationInputPrompt": {}, + "botId": { + "location": "uri", + "locationName": "botId" + }, + "botVersion": { + "location": "uri", + "locationName": "botVersion" + }, + "localeId": { + "location": "uri", + "locationName": "localeId" + } + } + }, + "output": { + "type": "structure", + "members": { + "generationInputPrompt": {}, + "generationId": {}, + "botId": {}, + "botVersion": {}, + "localeId": {}, + "generationStatus": {}, + "creationDateTime": { + "type": "timestamp" + } + } + }, + "idempotent": true + }, "StartImport": { "http": { "method": "PUT", @@ -4727,11 +4948,11 @@ "members": { "importId": {}, "resourceSpecification": { - "shape": "S8s" + "shape": "S97" }, "mergeStrategy": {}, "filePassword": { - "shape": "S2h" + "shape": "S2r" } } }, @@ -4740,7 +4961,7 @@ "members": { "importId": {}, "resourceSpecification": { - "shape": "S8s" + "shape": "S97" }, "mergeStrategy": {}, "importStatus": {}, @@ -4768,7 +4989,7 @@ "locationName": "testSetId" }, "target": { - "shape": "S9g" + "shape": "S9v" }, "apiMode": {}, "testExecutionModality": {} @@ -4783,7 +5004,7 @@ }, "testSetId": {}, "target": { - "shape": "S9g" + "shape": "S9v" }, "apiMode": {}, "testExecutionModality": {} @@ -4808,10 +5029,10 @@ "testSetName": {}, "description": {}, "storageLocation": { - "shape": "S8x" + "shape": "S9c" }, "generationDataSource": { - "shape": "S9y" + "shape": "Sad" }, "roleArn": {}, "testSetTags": { @@ -4830,10 +5051,10 @@ "testSetName": {}, "description": {}, "storageLocation": { - "shape": "S8x" + "shape": "S9c" }, "generationDataSource": { - "shape": "S9y" + "shape": "Sad" }, "roleArn": {}, "testSetTags": { @@ -5033,7 +5254,7 @@ "shape": "S1j" }, "sentimentAnalysisSettings": { - "shape": "S1w" + "shape": "S1x" }, "botId": { "location": "uri", @@ -5055,7 +5276,7 @@ "shape": "S1j" }, "sentimentAnalysisSettings": { - "shape": "S1w" + "shape": "S1x" }, "botAliasStatus": {}, "botId": {}, @@ -5100,7 +5321,10 @@ "type": "double" }, "voiceSettings": { - "shape": "S21" + "shape": "S22" + }, + "generativeAISettings": { + "shape": "S25" } } }, @@ -5116,11 +5340,11 @@ "type": "double" }, "voiceSettings": { - "shape": "S21" + "shape": "S22" }, "botLocaleStatus": {}, "failureReasons": { - "shape": "S7l" + "shape": "S7w" }, "creationDateTime": { "type": "timestamp" @@ -5129,7 +5353,10 @@ "type": "timestamp" }, "recommendedActions": { - "shape": "S7z" + "shape": "S8a" + }, + "generativeAISettings": { + "shape": "S25" } } } @@ -5167,7 +5394,7 @@ "locationName": "botRecommendationId" }, "encryptionSetting": { - "shape": "S8d" + "shape": "S8o" } } }, @@ -5186,10 +5413,10 @@ "type": "timestamp" }, "transcriptSourceSetting": { - "shape": "S84" + "shape": "S8f" }, "encryptionSetting": { - "shape": "S8d" + "shape": "S8o" } } } @@ -5211,7 +5438,7 @@ "locationName": "exportId" }, "filePassword": { - "shape": "S2h" + "shape": "S2r" } } }, @@ -5220,7 +5447,7 @@ "members": { "exportId": {}, "resourceSpecification": { - "shape": "S2b" + "shape": "S2l" }, "fileFormat": {}, "exportStatus": {}, @@ -5257,31 +5484,31 @@ "description": {}, "parentIntentSignature": {}, "sampleUtterances": { - "shape": "S2m" + "shape": "S2w" }, "dialogCodeHook": { - "shape": "S2p" + "shape": "S2z" }, "fulfillmentCodeHook": { - "shape": "S2q" + "shape": "S30" }, "slotPriorities": { - "shape": "S94" + "shape": "S9j" }, "intentConfirmationSetting": { - "shape": "S3z" + "shape": "S48" }, "intentClosingSetting": { - "shape": "S4h" + "shape": "S4q" }, "inputContexts": { - "shape": "S4i" + "shape": "S4r" }, "outputContexts": { - "shape": "S4k" + "shape": "S4t" }, "kendraConfiguration": { - "shape": "S4o" + "shape": "S4x" }, "botId": { "location": "uri", @@ -5296,7 +5523,7 @@ "locationName": "localeId" }, "initialResponseSetting": { - "shape": "S4r" + "shape": "S50" } } }, @@ -5308,31 +5535,31 @@ "description": {}, "parentIntentSignature": {}, "sampleUtterances": { - "shape": "S2m" + "shape": "S2w" }, "dialogCodeHook": { - "shape": "S2p" + "shape": "S2z" }, "fulfillmentCodeHook": { - "shape": "S2q" + "shape": "S30" }, "slotPriorities": { - "shape": "S94" + "shape": "S9j" }, "intentConfirmationSetting": { - "shape": "S3z" + "shape": "S48" }, "intentClosingSetting": { - "shape": "S4h" + "shape": "S4q" }, "inputContexts": { - "shape": "S4i" + "shape": "S4r" }, "outputContexts": { - "shape": "S4k" + "shape": "S4t" }, "kendraConfiguration": { - "shape": "S4o" + "shape": "S4x" }, "botId": {}, "botVersion": {}, @@ -5344,7 +5571,7 @@ "type": "timestamp" }, "initialResponseSetting": { - "shape": "S4r" + "shape": "S50" } } } @@ -5407,10 +5634,10 @@ "description": {}, "slotTypeId": {}, "valueElicitationSetting": { - "shape": "S5e" + "shape": "S5n" }, "obfuscationSetting": { - "shape": "S5p" + "shape": "S60" }, "botId": { "location": "uri", @@ -5429,10 +5656,10 @@ "locationName": "intentId" }, "multipleValuesSetting": { - "shape": "S5r" + "shape": "S62" }, "subSlotSetting": { - "shape": "S5s" + "shape": "S63" } } }, @@ -5444,10 +5671,10 @@ "description": {}, "slotTypeId": {}, "valueElicitationSetting": { - "shape": "S5e" + "shape": "S5n" }, "obfuscationSetting": { - "shape": "S5p" + "shape": "S60" }, "botId": {}, "botVersion": {}, @@ -5460,10 +5687,10 @@ "type": "timestamp" }, "multipleValuesSetting": { - "shape": "S5r" + "shape": "S62" }, "subSlotSetting": { - "shape": "S5s" + "shape": "S63" } } } @@ -5491,10 +5718,10 @@ "slotTypeName": {}, "description": {}, "slotTypeValues": { - "shape": "S5z" + "shape": "S6a" }, "valueSelectionSetting": { - "shape": "S64" + "shape": "S6f" }, "parentSlotTypeSignature": {}, "botId": { @@ -5510,10 +5737,10 @@ "locationName": "localeId" }, "externalSourceSetting": { - "shape": "S6b" + "shape": "S6m" }, "compositeSlotTypeSetting": { - "shape": "S6g" + "shape": "S6r" } } }, @@ -5524,10 +5751,10 @@ "slotTypeName": {}, "description": {}, "slotTypeValues": { - "shape": "S5z" + "shape": "S6a" }, "valueSelectionSetting": { - "shape": "S64" + "shape": "S6f" }, "parentSlotTypeSignature": {}, "botId": {}, @@ -5540,10 +5767,10 @@ "type": "timestamp" }, "externalSourceSetting": { - "shape": "S6b" + "shape": "S6m" }, "compositeSlotTypeSetting": { - "shape": "S6g" + "shape": "S6r" } } } @@ -5582,7 +5809,7 @@ "type": "integer" }, "storageLocation": { - "shape": "S8x" + "shape": "S9c" }, "creationDateTime": { "type": "timestamp" @@ -5731,6 +5958,9 @@ } } } + }, + "selectiveLoggingEnabled": { + "type": "boolean" } } } @@ -5766,13 +5996,16 @@ } } } + }, + "selectiveLoggingEnabled": { + "type": "boolean" } } } } } }, - "S1w": { + "S1x": { "type": "structure", "required": [ "detectSentiment" @@ -5783,7 +6016,7 @@ } } }, - "S21": { + "S22": { "type": "structure", "required": [ "voiceId" @@ -5793,7 +6026,73 @@ "engine": {} } }, - "S27": { + "S25": { + "type": "structure", + "members": { + "runtimeSettings": { + "type": "structure", + "members": { + "slotResolutionImprovement": { + "type": "structure", + "required": [ + "enabled" + ], + "members": { + "enabled": { + "type": "boolean" + }, + "bedrockModelSpecification": { + "shape": "S29" + } + } + } + } + }, + "buildtimeSettings": { + "type": "structure", + "members": { + "descriptiveBotBuilder": { + "type": "structure", + "required": [ + "enabled" + ], + "members": { + "enabled": { + "type": "boolean" + }, + "bedrockModelSpecification": { + "shape": "S29" + } + } + }, + "sampleUtteranceGeneration": { + "type": "structure", + "required": [ + "enabled" + ], + "members": { + "enabled": { + "type": "boolean" + }, + "bedrockModelSpecification": { + "shape": "S29" + } + } + } + } + } + } + }, + "S29": { + "type": "structure", + "required": [ + "modelArn" + ], + "members": { + "modelArn": {} + } + }, + "S2h": { "type": "map", "key": {}, "value": { @@ -5806,7 +6105,7 @@ } } }, - "S2b": { + "S2l": { "type": "structure", "members": { "botExportSpecification": { @@ -5857,11 +6156,11 @@ } } }, - "S2h": { + "S2r": { "type": "string", "sensitive": true }, - "S2m": { + "S2w": { "type": "list", "member": { "type": "structure", @@ -5873,7 +6172,7 @@ } } }, - "S2p": { + "S2z": { "type": "structure", "required": [ "enabled" @@ -5884,7 +6183,7 @@ } } }, - "S2q": { + "S30": { "type": "structure", "required": [ "enabled" @@ -5897,31 +6196,31 @@ "type": "structure", "members": { "successResponse": { - "shape": "S2s" + "shape": "S32" }, "failureResponse": { - "shape": "S2s" + "shape": "S32" }, "timeoutResponse": { - "shape": "S2s" + "shape": "S32" }, "successNextStep": { - "shape": "S3b" + "shape": "S3k" }, "successConditional": { - "shape": "S3n" + "shape": "S3w" }, "failureNextStep": { - "shape": "S3b" + "shape": "S3k" }, "failureConditional": { - "shape": "S3n" + "shape": "S3w" }, "timeoutNextStep": { - "shape": "S3b" + "shape": "S3k" }, "timeoutConditional": { - "shape": "S3n" + "shape": "S3w" } } }, @@ -5945,7 +6244,7 @@ "type": "integer" }, "messageGroups": { - "shape": "S2t" + "shape": "S33" }, "allowInterrupt": { "type": "boolean" @@ -5963,7 +6262,7 @@ "type": "integer" }, "messageGroups": { - "shape": "S2t" + "shape": "S33" }, "allowInterrupt": { "type": "boolean" @@ -5980,21 +6279,21 @@ } } }, - "S2s": { + "S32": { "type": "structure", "required": [ "messageGroups" ], "members": { "messageGroups": { - "shape": "S2t" + "shape": "S33" }, "allowInterrupt": { "type": "boolean" } } }, - "S2t": { + "S33": { "type": "list", "member": { "type": "structure", @@ -6003,18 +6302,18 @@ ], "members": { "message": { - "shape": "S2v" + "shape": "S35" }, "variations": { "type": "list", "member": { - "shape": "S2v" + "shape": "S35" } } } } }, - "S2v": { + "S35": { "type": "structure", "members": { "plainTextMessage": { @@ -6045,11 +6344,11 @@ } }, "imageResponseCard": { - "shape": "S32" + "shape": "S3c" } } }, - "S32": { + "S3c": { "type": "structure", "required": [ "title" @@ -6074,7 +6373,7 @@ } } }, - "S3b": { + "S3k": { "type": "structure", "members": { "dialogAction": { @@ -6098,17 +6397,17 @@ "type": "map", "key": {}, "value": { - "shape": "S3g" + "shape": "S3p" } } } }, "sessionAttributes": { - "shape": "S3l" + "shape": "S3u" } } }, - "S3g": { + "S3p": { "type": "structure", "members": { "shape": {}, @@ -6121,17 +6420,17 @@ "values": { "type": "list", "member": { - "shape": "S3g" + "shape": "S3p" } } } }, - "S3l": { + "S3u": { "type": "map", "key": {}, "value": {} }, - "S3n": { + "S3w": { "type": "structure", "required": [ "active", @@ -6163,10 +6462,10 @@ } }, "nextStep": { - "shape": "S3b" + "shape": "S3k" }, "response": { - "shape": "S2s" + "shape": "S32" } } } @@ -6175,63 +6474,63 @@ "type": "structure", "members": { "nextStep": { - "shape": "S3b" + "shape": "S3k" }, "response": { - "shape": "S2s" + "shape": "S32" } } } } }, - "S3z": { + "S48": { "type": "structure", "required": [ "promptSpecification" ], "members": { "promptSpecification": { - "shape": "S40" + "shape": "S49" }, "declinationResponse": { - "shape": "S2s" + "shape": "S32" }, "active": { "type": "boolean" }, "confirmationResponse": { - "shape": "S2s" + "shape": "S32" }, "confirmationNextStep": { - "shape": "S3b" + "shape": "S3k" }, "confirmationConditional": { - "shape": "S3n" + "shape": "S3w" }, "declinationNextStep": { - "shape": "S3b" + "shape": "S3k" }, "declinationConditional": { - "shape": "S3n" + "shape": "S3w" }, "failureResponse": { - "shape": "S2s" + "shape": "S32" }, "failureNextStep": { - "shape": "S3b" + "shape": "S3k" }, "failureConditional": { - "shape": "S3n" + "shape": "S3w" }, "codeHook": { - "shape": "S4e" + "shape": "S4n" }, "elicitationCodeHook": { - "shape": "S4g" + "shape": "S4p" } } }, - "S40": { + "S49": { "type": "structure", "required": [ "messageGroups", @@ -6239,7 +6538,7 @@ ], "members": { "messageGroups": { - "shape": "S2t" + "shape": "S33" }, "maxRetries": { "type": "integer" @@ -6336,7 +6635,7 @@ } } }, - "S4e": { + "S4n": { "type": "structure", "required": [ "enableCodeHookInvocation", @@ -6355,37 +6654,37 @@ "type": "structure", "members": { "successResponse": { - "shape": "S2s" + "shape": "S32" }, "successNextStep": { - "shape": "S3b" + "shape": "S3k" }, "successConditional": { - "shape": "S3n" + "shape": "S3w" }, "failureResponse": { - "shape": "S2s" + "shape": "S32" }, "failureNextStep": { - "shape": "S3b" + "shape": "S3k" }, "failureConditional": { - "shape": "S3n" + "shape": "S3w" }, "timeoutResponse": { - "shape": "S2s" + "shape": "S32" }, "timeoutNextStep": { - "shape": "S3b" + "shape": "S3k" }, "timeoutConditional": { - "shape": "S3n" + "shape": "S3w" } } } } }, - "S4g": { + "S4p": { "type": "structure", "required": [ "enableCodeHookInvocation" @@ -6397,24 +6696,24 @@ "invocationLabel": {} } }, - "S4h": { + "S4q": { "type": "structure", "members": { "closingResponse": { - "shape": "S2s" + "shape": "S32" }, "active": { "type": "boolean" }, "nextStep": { - "shape": "S3b" + "shape": "S3k" }, "conditional": { - "shape": "S3n" + "shape": "S3w" } } }, - "S4i": { + "S4r": { "type": "list", "member": { "type": "structure", @@ -6426,7 +6725,7 @@ } } }, - "S4k": { + "S4t": { "type": "list", "member": { "type": "structure", @@ -6446,7 +6745,7 @@ } } }, - "S4o": { + "S4x": { "type": "structure", "required": [ "kendraIndex" @@ -6459,74 +6758,83 @@ "queryFilterString": {} } }, - "S4r": { + "S50": { "type": "structure", "members": { "initialResponse": { - "shape": "S2s" + "shape": "S32" }, "nextStep": { - "shape": "S3b" + "shape": "S3k" }, "conditional": { - "shape": "S3n" + "shape": "S3w" }, "codeHook": { - "shape": "S4e" + "shape": "S4n" } } }, - "S5e": { + "S5n": { "type": "structure", "required": [ "slotConstraint" ], "members": { "defaultValueSpecification": { - "shape": "S5f" + "shape": "S5o" }, "slotConstraint": {}, "promptSpecification": { - "shape": "S40" + "shape": "S49" }, "sampleUtterances": { - "shape": "S2m" + "shape": "S2w" }, "waitAndContinueSpecification": { - "shape": "S5k" + "shape": "S5t" }, "slotCaptureSetting": { "type": "structure", "members": { "captureResponse": { - "shape": "S2s" + "shape": "S32" }, "captureNextStep": { - "shape": "S3b" + "shape": "S3k" }, "captureConditional": { - "shape": "S3n" + "shape": "S3w" }, "failureResponse": { - "shape": "S2s" + "shape": "S32" }, "failureNextStep": { - "shape": "S3b" + "shape": "S3k" }, "failureConditional": { - "shape": "S3n" + "shape": "S3w" }, "codeHook": { - "shape": "S4e" + "shape": "S4n" }, "elicitationCodeHook": { - "shape": "S4g" + "shape": "S4p" } } + }, + "slotResolutionSetting": { + "type": "structure", + "required": [ + "slotResolutionStrategy" + ], + "members": { + "slotResolutionStrategy": {} + } } } }, - "S5f": { + "S5o": { "type": "structure", "required": [ "defaultValueList" @@ -6546,7 +6854,7 @@ } } }, - "S5k": { + "S5t": { "type": "structure", "required": [ "waitingResponse", @@ -6554,10 +6862,10 @@ ], "members": { "waitingResponse": { - "shape": "S2s" + "shape": "S32" }, "continueResponse": { - "shape": "S2s" + "shape": "S32" }, "stillWaitingResponse": { "type": "structure", @@ -6568,7 +6876,7 @@ ], "members": { "messageGroups": { - "shape": "S2t" + "shape": "S33" }, "frequencyInSeconds": { "type": "integer" @@ -6586,7 +6894,7 @@ } } }, - "S5p": { + "S60": { "type": "structure", "required": [ "obfuscationSettingType" @@ -6595,7 +6903,7 @@ "obfuscationSettingType": {} } }, - "S5r": { + "S62": { "type": "structure", "members": { "allowMultipleValues": { @@ -6603,7 +6911,7 @@ } } }, - "S5s": { + "S63": { "type": "structure", "members": { "expression": {}, @@ -6625,16 +6933,16 @@ ], "members": { "defaultValueSpecification": { - "shape": "S5f" + "shape": "S5o" }, "promptSpecification": { - "shape": "S40" + "shape": "S49" }, "sampleUtterances": { - "shape": "S2m" + "shape": "S2w" }, "waitAndContinueSpecification": { - "shape": "S5k" + "shape": "S5t" } } } @@ -6643,24 +6951,24 @@ } } }, - "S5z": { + "S6a": { "type": "list", "member": { "type": "structure", "members": { "sampleValue": { - "shape": "S61" + "shape": "S6c" }, "synonyms": { "type": "list", "member": { - "shape": "S61" + "shape": "S6c" } } } } }, - "S61": { + "S6c": { "type": "structure", "required": [ "value" @@ -6669,7 +6977,7 @@ "value": {} } }, - "S64": { + "S6f": { "type": "structure", "required": [ "resolutionStrategy" @@ -6693,7 +7001,7 @@ } } }, - "S6b": { + "S6m": { "type": "structure", "members": { "grammarSlotTypeSetting": { @@ -6715,7 +7023,7 @@ } } }, - "S6g": { + "S6r": { "type": "structure", "members": { "subSlots": { @@ -6734,7 +7042,7 @@ } } }, - "S6l": { + "S6w": { "type": "structure", "members": { "botAliasTarget": { @@ -6752,11 +7060,11 @@ } } }, - "S7l": { + "S7w": { "type": "list", "member": {} }, - "S7r": { + "S82": { "type": "list", "member": { "type": "structure", @@ -6770,11 +7078,11 @@ } } }, - "S7z": { + "S8a": { "type": "list", "member": {} }, - "S84": { + "S8f": { "type": "structure", "members": { "s3BucketTranscriptSource": { @@ -6825,23 +7133,23 @@ } } }, - "S8d": { + "S8o": { "type": "structure", "members": { "kmsKeyArn": {}, "botLocaleExportPassword": { - "shape": "S8e" + "shape": "S8p" }, "associatedTranscriptsPassword": { - "shape": "S8e" + "shape": "S8p" } } }, - "S8e": { + "S8p": { "type": "string", "sensitive": true }, - "S8s": { + "S97": { "type": "structure", "members": { "botImportSpecification": { @@ -6883,7 +7191,7 @@ "type": "double" }, "voiceSettings": { - "shape": "S21" + "shape": "S22" } } }, @@ -6914,7 +7222,7 @@ "description": {}, "roleArn": {}, "storageLocation": { - "shape": "S8x" + "shape": "S9c" }, "importInputLocation": { "type": "structure", @@ -6935,7 +7243,7 @@ } } }, - "S8x": { + "S9c": { "type": "structure", "required": [ "s3BucketName", @@ -6947,7 +7255,7 @@ "kmsKeyArn": {} } }, - "S94": { + "S9j": { "type": "list", "member": { "type": "structure", @@ -6963,7 +7271,7 @@ } } }, - "S9g": { + "S9v": { "type": "structure", "members": { "botAliasTarget": { @@ -6981,7 +7289,7 @@ } } }, - "S9y": { + "Sad": { "type": "structure", "members": { "conversationLogsDataSource": { @@ -7017,7 +7325,7 @@ } } }, - "Sa5": { + "Sam": { "type": "structure", "required": [ "relativeAggregationDuration" @@ -7038,11 +7346,11 @@ } } }, - "Saf": { + "Saw": { "type": "list", "member": {} }, - "Sct": { + "Sdg": { "type": "list", "member": { "type": "structure", @@ -7057,11 +7365,11 @@ } } }, - "Sd4": { + "Sdr": { "type": "list", "member": {} }, - "Sd9": { + "Sdw": { "type": "list", "member": { "type": "structure", @@ -7073,7 +7381,7 @@ } } }, - "Ses": { + "Sff": { "type": "list", "member": { "type": "structure", @@ -7086,19 +7394,19 @@ "name": {}, "operator": {}, "values": { - "shape": "Sd4" + "shape": "Sdr" } } } }, - "Sgh": { + "Sh4": { "type": "map", "key": {}, "value": { "type": "integer" } }, - "Sh8": { + "Shv": { "type": "structure", "required": [ "errorCode", @@ -7109,7 +7417,7 @@ "errorMessage": {} } }, - "Sha": { + "Shx": { "type": "structure", "required": [ "utteranceInput" @@ -7131,16 +7439,16 @@ } }, "requestAttributes": { - "shape": "S3l" + "shape": "S3u" }, "sessionState": { "type": "structure", "members": { "sessionAttributes": { - "shape": "S3l" + "shape": "S3u" }, "activeContexts": { - "shape": "Shg" + "shape": "Si3" }, "runtimeHints": { "type": "structure", @@ -7149,7 +7457,7 @@ "type": "map", "key": {}, "value": { - "shape": "Shl" + "shape": "Si8" } } } @@ -7158,7 +7466,7 @@ } } }, - "Shg": { + "Si3": { "type": "list", "member": { "type": "structure", @@ -7170,7 +7478,7 @@ } } }, - "Shl": { + "Si8": { "type": "map", "key": {}, "value": { @@ -7189,12 +7497,12 @@ } }, "subSlotHints": { - "shape": "Shl" + "shape": "Si8" } } } }, - "Shq": { + "Sid": { "type": "structure", "required": [ "intent" @@ -7208,39 +7516,39 @@ "members": { "name": {}, "slots": { - "shape": "Shs" + "shape": "Sif" } } }, "activeContexts": { - "shape": "Shg" + "shape": "Si3" }, "transcript": {} } }, - "Shs": { + "Sif": { "type": "map", "key": {}, "value": { - "shape": "Sht" + "shape": "Sig" } }, - "Sht": { + "Sig": { "type": "structure", "members": { "value": {}, "values": { "type": "list", "member": { - "shape": "Sht" + "shape": "Sig" } }, "subSlots": { - "shape": "Shs" + "shape": "Sif" } } }, - "Sij": { + "Sj6": { "type": "list", "member": { "type": "structure", @@ -7253,7 +7561,7 @@ "name": {}, "operator": {}, "values": { - "shape": "Sd4" + "shape": "Sdr" } } } diff --git a/iamlivecore/service/mwaa-2020-07-01.min.json b/iamlivecore/service/mwaa-2020-07-01.min.json index 5102754..63ecab4 100644 --- a/iamlivecore/service/mwaa-2020-07-01.min.json +++ b/iamlivecore/service/mwaa-2020-07-01.min.json @@ -63,11 +63,12 @@ }, "AirflowVersion": {}, "DagS3Path": {}, + "EndpointManagement": {}, "EnvironmentClass": {}, "ExecutionRoleArn": {}, "KmsKey": {}, "LoggingConfiguration": { - "shape": "Sf" + "shape": "Sg" }, "MaxWorkers": { "type": "integer" @@ -80,7 +81,7 @@ "locationName": "Name" }, "NetworkConfiguration": { - "shape": "Sl" + "shape": "Sm" }, "PluginsS3ObjectVersion": {}, "PluginsS3Path": {}, @@ -93,7 +94,7 @@ "StartupScriptS3ObjectVersion": {}, "StartupScriptS3Path": {}, "Tags": { - "shape": "St" + "shape": "Su" }, "WebserverAccessMode": {}, "WeeklyMaintenanceWindowStart": {} @@ -197,10 +198,13 @@ }, "AirflowVersion": {}, "Arn": {}, + "CeleryExecutorQueue": {}, "CreatedAt": { "type": "timestamp" }, "DagS3Path": {}, + "DatabaseVpcEndpointService": {}, + "EndpointManagement": {}, "EnvironmentClass": {}, "ExecutionRoleArn": {}, "KmsKey": {}, @@ -225,19 +229,19 @@ "type": "structure", "members": { "DagProcessingLogs": { - "shape": "S1g" + "shape": "S1j" }, "SchedulerLogs": { - "shape": "S1g" + "shape": "S1j" }, "TaskLogs": { - "shape": "S1g" + "shape": "S1j" }, "WebserverLogs": { - "shape": "S1g" + "shape": "S1j" }, "WorkerLogs": { - "shape": "S1g" + "shape": "S1j" } } }, @@ -249,7 +253,7 @@ }, "Name": {}, "NetworkConfiguration": { - "shape": "Sl" + "shape": "Sm" }, "PluginsS3ObjectVersion": {}, "PluginsS3Path": {}, @@ -264,10 +268,11 @@ "StartupScriptS3Path": {}, "Status": {}, "Tags": { - "shape": "St" + "shape": "Su" }, "WebserverAccessMode": {}, "WebserverUrl": {}, + "WebserverVpcEndpointService": {}, "WeeklyMaintenanceWindowStart": {} } } @@ -336,7 +341,7 @@ "type": "structure", "members": { "Tags": { - "shape": "St" + "shape": "Su" } } }, @@ -380,8 +385,12 @@ "members": { "Name": {}, "Value": {} - } - } + }, + "deprecated": true, + "deprecatedMessage": "This type is for internal use and not meant for public use. Data set for this type will be ignored." + }, + "deprecated": true, + "deprecatedMessage": "This type is for internal use and not meant for public use. Data set for this type will be ignored." }, "MetricName": {}, "StatisticValues": { @@ -399,7 +408,9 @@ "Sum": { "type": "double" } - } + }, + "deprecated": true, + "deprecatedMessage": "This type is for internal use and not meant for public use. Data set for this type will be ignored." }, "Timestamp": { "type": "timestamp" @@ -408,15 +419,25 @@ "Value": { "type": "double" } - } - } + }, + "deprecated": true, + "deprecatedMessage": "This type is for internal use and not meant for public use. Data set for this type will be ignored." + }, + "deprecated": true, + "deprecatedMessage": "This type is for internal use and not meant for public use. Data set for this type will be ignored." } - } + }, + "deprecated": true, + "deprecatedMessage": "This type is for internal use and not meant for public use. Data set for this type will be ignored." }, "output": { "type": "structure", - "members": {} + "members": {}, + "deprecated": true, + "deprecatedMessage": "This type is for internal use and not meant for public use. Data set for this type will be ignored." }, + "deprecated": true, + "deprecatedMessage": "This API is for internal use and not meant for public use, and is no longer available.", "endpoint": { "hostPrefix": "ops." } @@ -438,7 +459,7 @@ "locationName": "ResourceArn" }, "Tags": { - "shape": "St" + "shape": "Su" } } }, @@ -504,7 +525,7 @@ "EnvironmentClass": {}, "ExecutionRoleArn": {}, "LoggingConfiguration": { - "shape": "Sf" + "shape": "Sg" }, "MaxWorkers": { "type": "integer" @@ -523,7 +544,7 @@ ], "members": { "SecurityGroupIds": { - "shape": "Sm" + "shape": "Sn" } } }, @@ -566,27 +587,27 @@ }, "sensitive": true }, - "Sf": { + "Sg": { "type": "structure", "members": { "DagProcessingLogs": { - "shape": "Sg" + "shape": "Sh" }, "SchedulerLogs": { - "shape": "Sg" + "shape": "Sh" }, "TaskLogs": { - "shape": "Sg" + "shape": "Sh" }, "WebserverLogs": { - "shape": "Sg" + "shape": "Sh" }, "WorkerLogs": { - "shape": "Sg" + "shape": "Sh" } } }, - "Sg": { + "Sh": { "type": "structure", "required": [ "Enabled", @@ -599,11 +620,11 @@ "LogLevel": {} } }, - "Sl": { + "Sm": { "type": "structure", "members": { "SecurityGroupIds": { - "shape": "Sm" + "shape": "Sn" }, "SubnetIds": { "type": "list", @@ -611,16 +632,16 @@ } } }, - "Sm": { + "Sn": { "type": "list", "member": {} }, - "St": { + "Su": { "type": "map", "key": {}, "value": {} }, - "S1g": { + "S1j": { "type": "structure", "members": { "CloudWatchLogGroupArn": {}, diff --git a/iamlivecore/service/neptune-2014-10-31.min.json b/iamlivecore/service/neptune-2014-10-31.min.json index 4778aeb..04df077 100644 --- a/iamlivecore/service/neptune-2014-10-31.min.json +++ b/iamlivecore/service/neptune-2014-10-31.min.json @@ -228,7 +228,8 @@ "ServerlessV2ScalingConfiguration": { "shape": "Sy" }, - "GlobalClusterIdentifier": {} + "GlobalClusterIdentifier": {}, + "StorageType": {} } }, "output": { @@ -396,7 +397,9 @@ "DBClusterIdentifier": {}, "StorageType": {}, "TdeCredentialArn": {}, - "TdeCredentialPassword": {}, + "TdeCredentialPassword": { + "shape": "S1o" + }, "StorageEncrypted": { "type": "boolean" }, @@ -434,7 +437,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S1p" + "shape": "S1q" } } } @@ -478,7 +481,7 @@ "DBSubnetGroupName": {}, "DBSubnetGroupDescription": {}, "SubnetIds": { - "shape": "S2b" + "shape": "S2c" }, "Tags": { "shape": "Sa" @@ -490,7 +493,7 @@ "type": "structure", "members": { "DBSubnetGroup": { - "shape": "S1v" + "shape": "S1w" } } } @@ -554,7 +557,7 @@ "type": "structure", "members": { "GlobalCluster": { - "shape": "S2h" + "shape": "S2i" } } } @@ -664,7 +667,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S1p" + "shape": "S1q" } } } @@ -726,7 +729,7 @@ "type": "structure", "members": { "GlobalCluster": { - "shape": "S2h" + "shape": "S2i" } } } @@ -738,7 +741,7 @@ "DBClusterIdentifier": {}, "DBClusterEndpointIdentifier": {}, "Filters": { - "shape": "S31" + "shape": "S32" }, "MaxRecords": { "type": "integer" @@ -783,7 +786,7 @@ "members": { "DBClusterParameterGroupName": {}, "Filters": { - "shape": "S31" + "shape": "S32" }, "MaxRecords": { "type": "integer" @@ -816,7 +819,7 @@ "DBClusterParameterGroupName": {}, "Source": {}, "Filters": { - "shape": "S31" + "shape": "S32" }, "MaxRecords": { "type": "integer" @@ -829,7 +832,7 @@ "type": "structure", "members": { "Parameters": { - "shape": "S3c" + "shape": "S3d" }, "Marker": {} } @@ -850,7 +853,7 @@ "type": "structure", "members": { "DBClusterSnapshotAttributesResult": { - "shape": "S3h" + "shape": "S3i" } } } @@ -863,7 +866,7 @@ "DBClusterSnapshotIdentifier": {}, "SnapshotType": {}, "Filters": { - "shape": "S31" + "shape": "S32" }, "MaxRecords": { "type": "integer" @@ -898,7 +901,7 @@ "members": { "DBClusterIdentifier": {}, "Filters": { - "shape": "S31" + "shape": "S32" }, "MaxRecords": { "type": "integer" @@ -929,7 +932,7 @@ "EngineVersion": {}, "DBParameterGroupFamily": {}, "Filters": { - "shape": "S31" + "shape": "S32" }, "MaxRecords": { "type": "integer" @@ -963,12 +966,12 @@ "DBEngineDescription": {}, "DBEngineVersionDescription": {}, "DefaultCharacterSet": { - "shape": "S3v" + "shape": "S3w" }, "SupportedCharacterSets": { "type": "list", "member": { - "shape": "S3v", + "shape": "S3w", "locationName": "CharacterSet" } }, @@ -1027,7 +1030,7 @@ "members": { "DBInstanceIdentifier": {}, "Filters": { - "shape": "S31" + "shape": "S32" }, "MaxRecords": { "type": "integer" @@ -1043,7 +1046,7 @@ "DBInstances": { "type": "list", "member": { - "shape": "S1p", + "shape": "S1q", "locationName": "DBInstance" } } @@ -1056,7 +1059,7 @@ "members": { "DBParameterGroupName": {}, "Filters": { - "shape": "S31" + "shape": "S32" }, "MaxRecords": { "type": "integer" @@ -1089,7 +1092,7 @@ "DBParameterGroupName": {}, "Source": {}, "Filters": { - "shape": "S31" + "shape": "S32" }, "MaxRecords": { "type": "integer" @@ -1102,7 +1105,7 @@ "type": "structure", "members": { "Parameters": { - "shape": "S3c" + "shape": "S3d" }, "Marker": {} } @@ -1114,7 +1117,7 @@ "members": { "DBSubnetGroupName": {}, "Filters": { - "shape": "S31" + "shape": "S32" }, "MaxRecords": { "type": "integer" @@ -1130,7 +1133,7 @@ "DBSubnetGroups": { "type": "list", "member": { - "shape": "S1v", + "shape": "S1w", "locationName": "DBSubnetGroup" } } @@ -1146,7 +1149,7 @@ "members": { "DBParameterGroupFamily": {}, "Filters": { - "shape": "S31" + "shape": "S32" }, "MaxRecords": { "type": "integer" @@ -1159,7 +1162,7 @@ "type": "structure", "members": { "EngineDefaults": { - "shape": "S4e" + "shape": "S4f" } } } @@ -1173,7 +1176,7 @@ "members": { "DBParameterGroupFamily": {}, "Filters": { - "shape": "S31" + "shape": "S32" }, "MaxRecords": { "type": "integer" @@ -1186,7 +1189,7 @@ "type": "structure", "members": { "EngineDefaults": { - "shape": "S4e" + "shape": "S4f" } } } @@ -1197,7 +1200,7 @@ "members": { "SourceType": {}, "Filters": { - "shape": "S31" + "shape": "S32" } } }, @@ -1228,7 +1231,7 @@ "members": { "SubscriptionName": {}, "Filters": { - "shape": "S31" + "shape": "S32" }, "MaxRecords": { "type": "integer" @@ -1270,7 +1273,7 @@ "shape": "S7" }, "Filters": { - "shape": "S31" + "shape": "S32" }, "MaxRecords": { "type": "integer" @@ -1324,7 +1327,7 @@ "GlobalClusters": { "type": "list", "member": { - "shape": "S2h", + "shape": "S2i", "locationName": "GlobalClusterMember" } } @@ -1346,7 +1349,7 @@ "type": "boolean" }, "Filters": { - "shape": "S31" + "shape": "S32" }, "MaxRecords": { "type": "integer" @@ -1371,7 +1374,7 @@ "AvailabilityZones": { "type": "list", "member": { - "shape": "S1y", + "shape": "S1z", "locationName": "AvailabilityZone" } }, @@ -1435,7 +1438,7 @@ "members": { "ResourceIdentifier": {}, "Filters": { - "shape": "S31" + "shape": "S32" }, "Marker": {}, "MaxRecords": { @@ -1483,10 +1486,10 @@ "members": { "StorageType": {}, "StorageSize": { - "shape": "S59" + "shape": "S5a" }, "ProvisionedIops": { - "shape": "S59" + "shape": "S5a" }, "IopsToStorageRatio": { "type": "list", @@ -1547,7 +1550,7 @@ "type": "structure", "members": { "GlobalCluster": { - "shape": "S2h" + "shape": "S2i" } } } @@ -1561,7 +1564,7 @@ "members": { "ResourceName": {}, "Filters": { - "shape": "S31" + "shape": "S32" } } }, @@ -1605,7 +1608,7 @@ "type": "boolean" }, "CloudwatchLogsExportConfiguration": { - "shape": "S5l" + "shape": "S5m" }, "EngineVersion": {}, "AllowMajorVersionUpgrade": { @@ -1620,7 +1623,8 @@ }, "ServerlessV2ScalingConfiguration": { "shape": "Sy" - } + }, + "StorageType": {} } }, "output": { @@ -1681,12 +1685,12 @@ "members": { "DBClusterParameterGroupName": {}, "Parameters": { - "shape": "S3c" + "shape": "S3d" } } }, "output": { - "shape": "S5q", + "shape": "S5r", "resultWrapper": "ModifyDBClusterParameterGroupResult" } }, @@ -1701,10 +1705,10 @@ "DBClusterSnapshotIdentifier": {}, "AttributeName": {}, "ValuesToAdd": { - "shape": "S3k" + "shape": "S3l" }, "ValuesToRemove": { - "shape": "S3k" + "shape": "S3l" } } }, @@ -1713,7 +1717,7 @@ "type": "structure", "members": { "DBClusterSnapshotAttributesResult": { - "shape": "S3h" + "shape": "S3i" } } } @@ -1765,7 +1769,9 @@ "NewDBInstanceIdentifier": {}, "StorageType": {}, "TdeCredentialArn": {}, - "TdeCredentialPassword": {}, + "TdeCredentialPassword": { + "shape": "S1o" + }, "CACertificateIdentifier": {}, "Domain": {}, "CopyTagsToSnapshot": { @@ -1794,7 +1800,7 @@ }, "PerformanceInsightsKMSKeyId": {}, "CloudwatchLogsExportConfiguration": { - "shape": "S5l" + "shape": "S5m" }, "DeletionProtection": { "type": "boolean" @@ -1806,7 +1812,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S1p" + "shape": "S1q" } } } @@ -1821,12 +1827,12 @@ "members": { "DBParameterGroupName": {}, "Parameters": { - "shape": "S3c" + "shape": "S3d" } } }, "output": { - "shape": "S5w", + "shape": "S5x", "resultWrapper": "ModifyDBParameterGroupResult" } }, @@ -1841,7 +1847,7 @@ "DBSubnetGroupName": {}, "DBSubnetGroupDescription": {}, "SubnetIds": { - "shape": "S2b" + "shape": "S2c" } } }, @@ -1850,7 +1856,7 @@ "type": "structure", "members": { "DBSubnetGroup": { - "shape": "S1v" + "shape": "S1w" } } } @@ -1906,7 +1912,7 @@ "type": "structure", "members": { "GlobalCluster": { - "shape": "S2h" + "shape": "S2i" } } } @@ -1949,7 +1955,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S1p" + "shape": "S1q" } } } @@ -1971,7 +1977,7 @@ "type": "structure", "members": { "GlobalCluster": { - "shape": "S2h" + "shape": "S2i" } } } @@ -2040,12 +2046,12 @@ "type": "boolean" }, "Parameters": { - "shape": "S3c" + "shape": "S3d" } } }, "output": { - "shape": "S5q", + "shape": "S5r", "resultWrapper": "ResetDBClusterParameterGroupResult" } }, @@ -2061,12 +2067,12 @@ "type": "boolean" }, "Parameters": { - "shape": "S3c" + "shape": "S3d" } } }, "output": { - "shape": "S5w", + "shape": "S5x", "resultWrapper": "ResetDBParameterGroupResult" } }, @@ -2114,7 +2120,8 @@ }, "ServerlessV2ScalingConfiguration": { "shape": "Sy" - } + }, + "StorageType": {} } }, "output": { @@ -2168,7 +2175,8 @@ }, "ServerlessV2ScalingConfiguration": { "shape": "Sy" - } + }, + "StorageType": {} } }, "output": { @@ -2344,7 +2352,8 @@ "SourceDBClusterSnapshotArn": {}, "IAMDatabaseAuthenticationEnabled": { "type": "boolean" - } + }, + "StorageType": {} }, "wrapper": true }, @@ -2508,6 +2517,7 @@ "BackupRetentionPeriod": { "type": "integer" }, + "StorageType": {}, "AllocatedStorage": { "type": "integer" }, @@ -2536,7 +2546,11 @@ } } }, - "GlobalClusterIdentifier": {} + "GlobalClusterIdentifier": {}, + "IOOptimizedNextAllowedModificationTime": { + "type": "timestamp" + }, + "StorageType": {} }, "wrapper": true }, @@ -2572,7 +2586,11 @@ "locationName": "DBSecurityGroupName" } }, - "S1p": { + "S1o": { + "type": "string", + "sensitive": true + }, + "S1q": { "type": "structure", "members": { "DBInstanceIdentifier": {}, @@ -2628,7 +2646,7 @@ }, "AvailabilityZone": {}, "DBSubnetGroup": { - "shape": "S1v" + "shape": "S1w" }, "PreferredMaintenanceWindow": {}, "PendingModifiedValues": { @@ -2775,7 +2793,7 @@ }, "wrapper": true }, - "S1v": { + "S1w": { "type": "structure", "members": { "DBSubnetGroupName": {}, @@ -2790,7 +2808,7 @@ "members": { "SubnetIdentifier": {}, "SubnetAvailabilityZone": { - "shape": "S1y" + "shape": "S1z" }, "SubnetStatus": {} } @@ -2800,20 +2818,20 @@ }, "wrapper": true }, - "S1y": { + "S1z": { "type": "structure", "members": { "Name": {} }, "wrapper": true }, - "S2b": { + "S2c": { "type": "list", "member": { "locationName": "SubnetIdentifier" } }, - "S2h": { + "S2i": { "type": "structure", "members": { "GlobalClusterIdentifier": {}, @@ -2849,7 +2867,7 @@ }, "wrapper": true }, - "S31": { + "S32": { "type": "list", "member": { "locationName": "Filter", @@ -2869,7 +2887,7 @@ } } }, - "S3c": { + "S3d": { "type": "list", "member": { "locationName": "Parameter", @@ -2890,7 +2908,7 @@ } } }, - "S3h": { + "S3i": { "type": "structure", "members": { "DBClusterSnapshotIdentifier": {}, @@ -2902,7 +2920,7 @@ "members": { "AttributeName": {}, "AttributeValues": { - "shape": "S3k" + "shape": "S3l" } } } @@ -2910,31 +2928,31 @@ }, "wrapper": true }, - "S3k": { + "S3l": { "type": "list", "member": { "locationName": "AttributeValue" } }, - "S3v": { + "S3w": { "type": "structure", "members": { "CharacterSetName": {}, "CharacterSetDescription": {} } }, - "S4e": { + "S4f": { "type": "structure", "members": { "DBParameterGroupFamily": {}, "Marker": {}, "Parameters": { - "shape": "S3c" + "shape": "S3d" } }, "wrapper": true }, - "S59": { + "S5a": { "type": "list", "member": { "locationName": "Range", @@ -2952,7 +2970,7 @@ } } }, - "S5l": { + "S5m": { "type": "structure", "members": { "EnableLogTypes": { @@ -2963,13 +2981,13 @@ } } }, - "S5q": { + "S5r": { "type": "structure", "members": { "DBClusterParameterGroupName": {} } }, - "S5w": { + "S5x": { "type": "structure", "members": { "DBParameterGroupName": {} diff --git a/iamlivecore/service/neptune-graph-2023-11-29.min.json b/iamlivecore/service/neptune-graph-2023-11-29.min.json new file mode 100644 index 0000000..974ef4e --- /dev/null +++ b/iamlivecore/service/neptune-graph-2023-11-29.min.json @@ -0,0 +1,1286 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2023-11-29", + "endpointPrefix": "neptune-graph", + "jsonVersion": "1.1", + "protocol": "rest-json", + "ripServiceName": "neptune-graph", + "serviceAbbreviation": "Neptune Graph", + "serviceFullName": "Amazon Neptune Graph", + "serviceId": "Neptune Graph", + "signatureVersion": "v4", + "signingName": "neptune-graph", + "uid": "neptune-graph-2023-11-29" + }, + "operations": { + "CancelImportTask": { + "http": { + "method": "DELETE", + "requestUri": "/importtasks/{taskIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "taskIdentifier" + ], + "members": { + "taskIdentifier": { + "location": "uri", + "locationName": "taskIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "taskId", + "source", + "roleArn", + "status" + ], + "members": { + "graphId": {}, + "taskId": {}, + "source": {}, + "format": {}, + "roleArn": {}, + "status": {} + } + }, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + }, + "CreateGraph": { + "http": { + "requestUri": "/graphs", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "graphName", + "provisionedMemory" + ], + "members": { + "graphName": {}, + "tags": { + "shape": "Sb" + }, + "publicConnectivity": { + "type": "boolean" + }, + "kmsKeyIdentifier": {}, + "vectorSearchConfiguration": { + "shape": "Sg" + }, + "replicaCount": { + "type": "integer" + }, + "deletionProtection": { + "type": "boolean" + }, + "provisionedMemory": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "id", + "name", + "arn" + ], + "members": { + "id": {}, + "name": {}, + "arn": {}, + "status": {}, + "statusReason": {}, + "createTime": { + "type": "timestamp" + }, + "provisionedMemory": { + "type": "integer" + }, + "endpoint": {}, + "publicConnectivity": { + "type": "boolean" + }, + "vectorSearchConfiguration": { + "shape": "Sg" + }, + "replicaCount": { + "type": "integer" + }, + "kmsKeyIdentifier": {}, + "sourceSnapshotId": {}, + "deletionProtection": { + "type": "boolean" + }, + "buildNumber": {} + } + }, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + }, + "CreateGraphSnapshot": { + "http": { + "requestUri": "/snapshots", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "graphIdentifier", + "snapshotName" + ], + "members": { + "graphIdentifier": {}, + "snapshotName": {}, + "tags": { + "shape": "Sb" + } + } + }, + "output": { + "type": "structure", + "required": [ + "id", + "name", + "arn" + ], + "members": { + "id": {}, + "name": {}, + "arn": {}, + "sourceGraphId": {}, + "snapshotCreateTime": { + "type": "timestamp" + }, + "status": {}, + "kmsKeyIdentifier": {} + } + }, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + }, + "CreateGraphUsingImportTask": { + "http": { + "requestUri": "/importtasks", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "graphName", + "source", + "roleArn" + ], + "members": { + "graphName": {}, + "tags": { + "shape": "Sb" + }, + "publicConnectivity": { + "type": "boolean" + }, + "kmsKeyIdentifier": {}, + "vectorSearchConfiguration": { + "shape": "Sg" + }, + "replicaCount": { + "type": "integer" + }, + "deletionProtection": { + "type": "boolean" + }, + "importOptions": { + "shape": "Su" + }, + "maxProvisionedMemory": { + "type": "integer" + }, + "minProvisionedMemory": { + "type": "integer" + }, + "failOnError": { + "type": "boolean" + }, + "source": {}, + "format": {}, + "roleArn": {} + } + }, + "output": { + "type": "structure", + "required": [ + "taskId", + "source", + "roleArn", + "status" + ], + "members": { + "graphId": {}, + "taskId": {}, + "source": {}, + "format": {}, + "roleArn": {}, + "status": {}, + "importOptions": { + "shape": "Su" + } + } + }, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + }, + "CreatePrivateGraphEndpoint": { + "http": { + "requestUri": "/graphs/{graphIdentifier}/endpoints/", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "graphIdentifier" + ], + "members": { + "graphIdentifier": { + "location": "uri", + "locationName": "graphIdentifier" + }, + "vpcId": {}, + "subnetIds": { + "shape": "S11" + }, + "vpcSecurityGroupIds": { + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "required": [ + "vpcId", + "subnetIds", + "status" + ], + "members": { + "vpcId": {}, + "subnetIds": { + "shape": "S11" + }, + "status": {}, + "vpcEndpointId": {} + } + }, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + }, + "DeleteGraph": { + "http": { + "method": "DELETE", + "requestUri": "/graphs/{graphIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "graphIdentifier", + "skipSnapshot" + ], + "members": { + "graphIdentifier": { + "location": "uri", + "locationName": "graphIdentifier" + }, + "skipSnapshot": { + "location": "querystring", + "locationName": "skipSnapshot", + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "required": [ + "id", + "name", + "arn" + ], + "members": { + "id": {}, + "name": {}, + "arn": {}, + "status": {}, + "statusReason": {}, + "createTime": { + "type": "timestamp" + }, + "provisionedMemory": { + "type": "integer" + }, + "endpoint": {}, + "publicConnectivity": { + "type": "boolean" + }, + "vectorSearchConfiguration": { + "shape": "Sg" + }, + "replicaCount": { + "type": "integer" + }, + "kmsKeyIdentifier": {}, + "sourceSnapshotId": {}, + "deletionProtection": { + "type": "boolean" + }, + "buildNumber": {} + } + }, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + }, + "DeleteGraphSnapshot": { + "http": { + "method": "DELETE", + "requestUri": "/snapshots/{snapshotIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "snapshotIdentifier" + ], + "members": { + "snapshotIdentifier": { + "location": "uri", + "locationName": "snapshotIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "id", + "name", + "arn" + ], + "members": { + "id": {}, + "name": {}, + "arn": {}, + "sourceGraphId": {}, + "snapshotCreateTime": { + "type": "timestamp" + }, + "status": {}, + "kmsKeyIdentifier": {} + } + }, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + }, + "DeletePrivateGraphEndpoint": { + "http": { + "method": "DELETE", + "requestUri": "/graphs/{graphIdentifier}/endpoints/{vpcId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "graphIdentifier", + "vpcId" + ], + "members": { + "graphIdentifier": { + "location": "uri", + "locationName": "graphIdentifier" + }, + "vpcId": { + "location": "uri", + "locationName": "vpcId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "vpcId", + "subnetIds", + "status" + ], + "members": { + "vpcId": {}, + "subnetIds": { + "shape": "S11" + }, + "status": {}, + "vpcEndpointId": {} + } + }, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + }, + "GetGraph": { + "http": { + "method": "GET", + "requestUri": "/graphs/{graphIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "graphIdentifier" + ], + "members": { + "graphIdentifier": { + "location": "uri", + "locationName": "graphIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "id", + "name", + "arn" + ], + "members": { + "id": {}, + "name": {}, + "arn": {}, + "status": {}, + "statusReason": {}, + "createTime": { + "type": "timestamp" + }, + "provisionedMemory": { + "type": "integer" + }, + "endpoint": {}, + "publicConnectivity": { + "type": "boolean" + }, + "vectorSearchConfiguration": { + "shape": "Sg" + }, + "replicaCount": { + "type": "integer" + }, + "kmsKeyIdentifier": {}, + "sourceSnapshotId": {}, + "deletionProtection": { + "type": "boolean" + }, + "buildNumber": {} + } + }, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + }, + "GetGraphSnapshot": { + "http": { + "method": "GET", + "requestUri": "/snapshots/{snapshotIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "snapshotIdentifier" + ], + "members": { + "snapshotIdentifier": { + "location": "uri", + "locationName": "snapshotIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "id", + "name", + "arn" + ], + "members": { + "id": {}, + "name": {}, + "arn": {}, + "sourceGraphId": {}, + "snapshotCreateTime": { + "type": "timestamp" + }, + "status": {}, + "kmsKeyIdentifier": {} + } + }, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + }, + "GetImportTask": { + "http": { + "method": "GET", + "requestUri": "/importtasks/{taskIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "taskIdentifier" + ], + "members": { + "taskIdentifier": { + "location": "uri", + "locationName": "taskIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "taskId", + "source", + "roleArn", + "status" + ], + "members": { + "graphId": {}, + "taskId": {}, + "source": {}, + "format": {}, + "roleArn": {}, + "status": {}, + "importOptions": { + "shape": "Su" + }, + "importTaskDetails": { + "type": "structure", + "required": [ + "status", + "startTime", + "timeElapsedSeconds", + "progressPercentage", + "errorCount", + "statementCount", + "dictionaryEntryCount" + ], + "members": { + "status": {}, + "startTime": { + "type": "timestamp" + }, + "timeElapsedSeconds": { + "type": "long" + }, + "progressPercentage": { + "type": "integer" + }, + "errorCount": { + "type": "integer" + }, + "errorDetails": {}, + "statementCount": { + "type": "long" + }, + "dictionaryEntryCount": { + "type": "long" + } + } + }, + "attemptNumber": { + "type": "integer" + }, + "statusReason": {} + } + }, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + }, + "GetPrivateGraphEndpoint": { + "http": { + "method": "GET", + "requestUri": "/graphs/{graphIdentifier}/endpoints/{vpcId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "graphIdentifier", + "vpcId" + ], + "members": { + "graphIdentifier": { + "location": "uri", + "locationName": "graphIdentifier" + }, + "vpcId": { + "location": "uri", + "locationName": "vpcId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "vpcId", + "subnetIds", + "status" + ], + "members": { + "vpcId": {}, + "subnetIds": { + "shape": "S11" + }, + "status": {}, + "vpcEndpointId": {} + } + }, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + }, + "ListGraphSnapshots": { + "http": { + "method": "GET", + "requestUri": "/snapshots", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "graphIdentifier": { + "location": "querystring", + "locationName": "graphIdentifier" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "graphSnapshots" + ], + "members": { + "graphSnapshots": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "id", + "name", + "arn" + ], + "members": { + "id": {}, + "name": {}, + "arn": {}, + "sourceGraphId": {}, + "snapshotCreateTime": { + "type": "timestamp" + }, + "status": {}, + "kmsKeyIdentifier": {} + } + } + }, + "nextToken": {} + } + }, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + }, + "ListGraphs": { + "http": { + "method": "GET", + "requestUri": "/graphs", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "graphs" + ], + "members": { + "graphs": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "id", + "name", + "arn" + ], + "members": { + "id": {}, + "name": {}, + "arn": {}, + "status": {}, + "provisionedMemory": { + "type": "integer" + }, + "publicConnectivity": { + "type": "boolean" + }, + "endpoint": {}, + "replicaCount": { + "type": "integer" + }, + "kmsKeyIdentifier": {}, + "deletionProtection": { + "type": "boolean" + } + } + } + }, + "nextToken": {} + } + }, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + }, + "ListImportTasks": { + "http": { + "method": "GET", + "requestUri": "/importtasks", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "tasks" + ], + "members": { + "tasks": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "taskId", + "source", + "roleArn", + "status" + ], + "members": { + "graphId": {}, + "taskId": {}, + "source": {}, + "format": {}, + "roleArn": {}, + "status": {} + } + } + }, + "nextToken": {} + } + }, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + }, + "ListPrivateGraphEndpoints": { + "http": { + "method": "GET", + "requestUri": "/graphs/{graphIdentifier}/endpoints/", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "graphIdentifier" + ], + "members": { + "graphIdentifier": { + "location": "uri", + "locationName": "graphIdentifier" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "privateGraphEndpoints" + ], + "members": { + "privateGraphEndpoints": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "vpcId", + "subnetIds", + "status" + ], + "members": { + "vpcId": {}, + "subnetIds": { + "shape": "S11" + }, + "status": {}, + "vpcEndpointId": {} + } + } + }, + "nextToken": {} + } + }, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + }, + "ListTagsForResource": { + "http": { + "method": "GET", + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + } + } + }, + "output": { + "type": "structure", + "members": { + "tags": { + "shape": "Sb" + } + } + }, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + }, + "ResetGraph": { + "http": { + "method": "PUT", + "requestUri": "/graphs/{graphIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "graphIdentifier", + "skipSnapshot" + ], + "members": { + "graphIdentifier": { + "location": "uri", + "locationName": "graphIdentifier" + }, + "skipSnapshot": { + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "required": [ + "id", + "name", + "arn" + ], + "members": { + "id": {}, + "name": {}, + "arn": {}, + "status": {}, + "statusReason": {}, + "createTime": { + "type": "timestamp" + }, + "provisionedMemory": { + "type": "integer" + }, + "endpoint": {}, + "publicConnectivity": { + "type": "boolean" + }, + "vectorSearchConfiguration": { + "shape": "Sg" + }, + "replicaCount": { + "type": "integer" + }, + "kmsKeyIdentifier": {}, + "sourceSnapshotId": {}, + "deletionProtection": { + "type": "boolean" + }, + "buildNumber": {} + } + }, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + }, + "RestoreGraphFromSnapshot": { + "http": { + "requestUri": "/snapshots/{snapshotIdentifier}/restore", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "snapshotIdentifier", + "graphName" + ], + "members": { + "snapshotIdentifier": { + "location": "uri", + "locationName": "snapshotIdentifier" + }, + "graphName": {}, + "provisionedMemory": { + "type": "integer" + }, + "deletionProtection": { + "type": "boolean" + }, + "tags": { + "shape": "Sb" + }, + "replicaCount": { + "type": "integer" + }, + "publicConnectivity": { + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "required": [ + "id", + "name", + "arn" + ], + "members": { + "id": {}, + "name": {}, + "arn": {}, + "status": {}, + "statusReason": {}, + "createTime": { + "type": "timestamp" + }, + "provisionedMemory": { + "type": "integer" + }, + "endpoint": {}, + "publicConnectivity": { + "type": "boolean" + }, + "vectorSearchConfiguration": { + "shape": "Sg" + }, + "replicaCount": { + "type": "integer" + }, + "kmsKeyIdentifier": {}, + "sourceSnapshotId": {}, + "deletionProtection": { + "type": "boolean" + }, + "buildNumber": {} + } + }, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + }, + "TagResource": { + "http": { + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn", + "tags" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + }, + "tags": { + "shape": "Sb" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + }, + "UntagResource": { + "http": { + "method": "DELETE", + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn", + "tagKeys" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + }, + "tagKeys": { + "location": "querystring", + "locationName": "tagKeys", + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + }, + "UpdateGraph": { + "http": { + "method": "PATCH", + "requestUri": "/graphs/{graphIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "graphIdentifier" + ], + "members": { + "graphIdentifier": { + "location": "uri", + "locationName": "graphIdentifier" + }, + "publicConnectivity": { + "type": "boolean" + }, + "provisionedMemory": { + "type": "integer" + }, + "deletionProtection": { + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "required": [ + "id", + "name", + "arn" + ], + "members": { + "id": {}, + "name": {}, + "arn": {}, + "status": {}, + "statusReason": {}, + "createTime": { + "type": "timestamp" + }, + "provisionedMemory": { + "type": "integer" + }, + "endpoint": {}, + "publicConnectivity": { + "type": "boolean" + }, + "vectorSearchConfiguration": { + "shape": "Sg" + }, + "replicaCount": { + "type": "integer" + }, + "kmsKeyIdentifier": {}, + "sourceSnapshotId": {}, + "deletionProtection": { + "type": "boolean" + }, + "buildNumber": {} + } + }, + "staticContextParams": { + "ApiType": { + "value": "ControlPlane" + } + } + } + }, + "shapes": { + "Sb": { + "type": "map", + "key": {}, + "value": {} + }, + "Sg": { + "type": "structure", + "required": [ + "dimension" + ], + "members": { + "dimension": { + "type": "integer" + } + } + }, + "Su": { + "type": "structure", + "members": { + "neptune": { + "type": "structure", + "required": [ + "s3ExportPath", + "s3ExportKmsKeyId" + ], + "members": { + "s3ExportPath": {}, + "s3ExportKmsKeyId": {}, + "preserveDefaultVertexLabels": { + "type": "boolean" + }, + "preserveEdgeIds": { + "type": "boolean" + } + } + } + }, + "union": true + }, + "S11": { + "type": "list", + "member": {} + } + } +} \ No newline at end of file diff --git a/iamlivecore/service/network-firewall-2020-11-12.min.json b/iamlivecore/service/network-firewall-2020-11-12.min.json index 5046f7e..24ad9a3 100644 --- a/iamlivecore/service/network-firewall-2020-11-12.min.json +++ b/iamlivecore/service/network-firewall-2020-11-12.min.json @@ -178,6 +178,9 @@ }, "SourceMetadata": { "shape": "S3l" + }, + "AnalyzeRuleGroup": { + "type": "boolean" } } }, @@ -205,7 +208,7 @@ "members": { "TLSInspectionConfigurationName": {}, "TLSInspectionConfiguration": { - "shape": "S3p" + "shape": "S3t" }, "Description": {}, "Tags": { @@ -225,7 +228,7 @@ "members": { "UpdateToken": {}, "TLSInspectionConfigurationResponse": { - "shape": "S3x" + "shape": "S43" } } } @@ -321,7 +324,7 @@ ], "members": { "TLSInspectionConfigurationResponse": { - "shape": "S3x" + "shape": "S43" } } } @@ -385,7 +388,7 @@ "members": { "FirewallArn": {}, "LoggingConfiguration": { - "shape": "S4h" + "shape": "S4n" } } } @@ -413,7 +416,10 @@ "members": { "RuleGroupName": {}, "RuleGroupArn": {}, - "Type": {} + "Type": {}, + "AnalyzeRuleGroup": { + "type": "boolean" + } } }, "output": { @@ -482,10 +488,10 @@ "members": { "UpdateToken": {}, "TLSInspectionConfiguration": { - "shape": "S3p" + "shape": "S3t" }, "TLSInspectionConfigurationResponse": { - "shape": "S3x" + "shape": "S43" } } } @@ -855,7 +861,7 @@ "FirewallArn": {}, "FirewallName": {}, "LoggingConfiguration": { - "shape": "S4h" + "shape": "S4n" } } }, @@ -865,7 +871,7 @@ "FirewallArn": {}, "FirewallName": {}, "LoggingConfiguration": { - "shape": "S4h" + "shape": "S4n" } } } @@ -894,6 +900,9 @@ }, "SourceMetadata": { "shape": "S3l" + }, + "AnalyzeRuleGroup": { + "type": "boolean" } } }, @@ -949,7 +958,7 @@ "TLSInspectionConfigurationArn": {}, "TLSInspectionConfigurationName": {}, "TLSInspectionConfiguration": { - "shape": "S3p" + "shape": "S3t" }, "Description": {}, "EncryptionConfiguration": { @@ -967,7 +976,7 @@ "members": { "UpdateToken": {}, "TLSInspectionConfigurationResponse": { - "shape": "S3x" + "shape": "S43" } } } @@ -1566,10 +1575,24 @@ "SnsTopic": {}, "LastModifiedTime": { "type": "timestamp" + }, + "AnalysisResults": { + "type": "list", + "member": { + "type": "structure", + "members": { + "IdentifiedRuleIds": { + "type": "list", + "member": {} + }, + "IdentifiedType": {}, + "AnalysisDetail": {} + } + } } } }, - "S3p": { + "S3t": { "type": "structure", "members": { "ServerCertificateConfigurations": { @@ -1608,13 +1631,21 @@ } } } + }, + "CertificateAuthorityArn": {}, + "CheckCertificateRevocationStatus": { + "type": "structure", + "members": { + "RevokedStatusAction": {}, + "UnknownStatusAction": {} + } } } } } } }, - "S3x": { + "S43": { "type": "structure", "required": [ "TLSInspectionConfigurationArn", @@ -1642,18 +1673,24 @@ "Certificates": { "type": "list", "member": { - "type": "structure", - "members": { - "CertificateArn": {}, - "CertificateSerial": {}, - "Status": {}, - "StatusMessage": {} - } + "shape": "S45" } + }, + "CertificateAuthority": { + "shape": "S45" } } }, - "S4h": { + "S45": { + "type": "structure", + "members": { + "CertificateArn": {}, + "CertificateSerial": {}, + "Status": {}, + "StatusMessage": {} + } + }, + "S4n": { "type": "structure", "required": [ "LogDestinationConfigs" diff --git a/iamlivecore/service/networkmanager-2019-07-05.min.json b/iamlivecore/service/networkmanager-2019-07-05.min.json index 026aeb0..57e878f 100644 --- a/iamlivecore/service/networkmanager-2019-07-05.min.json +++ b/iamlivecore/service/networkmanager-2019-07-05.min.json @@ -201,8 +201,7 @@ "type": "structure", "required": [ "ConnectAttachmentId", - "PeerAddress", - "InsideCidrBlocks" + "PeerAddress" ], "members": { "ConnectAttachmentId": {}, @@ -224,14 +223,15 @@ }, "ClientToken": { "idempotencyToken": true - } + }, + "SubnetArn": {} } }, "output": { "type": "structure", "members": { "ConnectPeer": { - "shape": "S1i" + "shape": "S1j" } } } @@ -266,7 +266,7 @@ "type": "structure", "members": { "Connection": { - "shape": "S1p" + "shape": "S1q" } } } @@ -296,7 +296,7 @@ "type": "structure", "members": { "CoreNetwork": { - "shape": "S1w" + "shape": "S1x" } } } @@ -316,7 +316,7 @@ "locationName": "globalNetworkId" }, "AWSLocation": { - "shape": "S24" + "shape": "S25" }, "Description": {}, "Type": {}, @@ -606,7 +606,7 @@ "type": "structure", "members": { "ConnectPeer": { - "shape": "S1i" + "shape": "S1j" } } } @@ -637,7 +637,7 @@ "type": "structure", "members": { "Connection": { - "shape": "S1p" + "shape": "S1q" } } } @@ -663,7 +663,7 @@ "type": "structure", "members": { "CoreNetwork": { - "shape": "S1w" + "shape": "S1x" } } } @@ -1139,7 +1139,7 @@ "type": "structure", "members": { "ConnectPeer": { - "shape": "S1i" + "shape": "S1j" } } } @@ -1231,7 +1231,7 @@ "Connections": { "type": "list", "member": { - "shape": "S1p" + "shape": "S1q" } }, "NextToken": {} @@ -1259,7 +1259,7 @@ "type": "structure", "members": { "CoreNetwork": { - "shape": "S1w" + "shape": "S1x" } } } @@ -2384,7 +2384,8 @@ }, "Tags": { "shape": "Se" - } + }, + "SubnetArn": {} } } }, @@ -2877,7 +2878,7 @@ "type": "structure", "members": { "Connection": { - "shape": "S1p" + "shape": "S1q" } } } @@ -2904,7 +2905,7 @@ "type": "structure", "members": { "CoreNetwork": { - "shape": "S1w" + "shape": "S1x" } } } @@ -2930,7 +2931,7 @@ "locationName": "deviceId" }, "AWSLocation": { - "shape": "S24" + "shape": "S25" }, "Description": {}, "Type": {}, @@ -3233,7 +3234,7 @@ "type": "list", "member": {} }, - "S1i": { + "S1j": { "type": "structure", "members": { "CoreNetworkId": {}, @@ -3273,10 +3274,11 @@ }, "Tags": { "shape": "Se" - } + }, + "SubnetArn": {} } }, - "S1p": { + "S1q": { "type": "structure", "members": { "ConnectionId": {}, @@ -3296,7 +3298,7 @@ } } }, - "S1w": { + "S1x": { "type": "structure", "members": { "GlobalNetworkId": {}, @@ -3314,7 +3316,7 @@ "members": { "Name": {}, "EdgeLocations": { - "shape": "S20" + "shape": "S21" }, "SharedSegments": { "shape": "S1g" @@ -3342,11 +3344,11 @@ } } }, - "S20": { + "S21": { "type": "list", "member": {} }, - "S24": { + "S25": { "type": "structure", "members": { "Zone": {}, @@ -3369,7 +3371,7 @@ "DeviceArn": {}, "GlobalNetworkId": {}, "AWSLocation": { - "shape": "S24" + "shape": "S25" }, "Description": {}, "Type": {}, @@ -3585,7 +3587,7 @@ "members": { "SegmentName": {}, "EdgeLocations": { - "shape": "S20" + "shape": "S21" }, "Asn": { "type": "long" diff --git a/iamlivecore/service/omics-2022-11-28.min.json b/iamlivecore/service/omics-2022-11-28.min.json index da6051a..a161351 100644 --- a/iamlivecore/service/omics-2022-11-28.min.json +++ b/iamlivecore/service/omics-2022-11-28.min.json @@ -39,7 +39,6 @@ "type": "structure", "members": {} }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -67,7 +66,6 @@ "status": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -115,7 +113,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" }, @@ -143,7 +140,6 @@ "type": "structure", "members": {} }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" }, @@ -166,7 +162,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "workflows-" } @@ -193,7 +188,6 @@ "type": "structure", "members": {} }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" }, @@ -249,7 +243,6 @@ "readSetId": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "storage-" } @@ -309,7 +302,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -364,7 +356,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -381,7 +372,6 @@ "sourceFileType", "subjectId", "sampleId", - "referenceArn", "name" ], "members": { @@ -431,7 +421,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -478,7 +467,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -525,7 +513,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "workflows-" } @@ -574,7 +561,6 @@ "fallbackLocation": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -604,7 +590,6 @@ "shareName": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -653,7 +638,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -703,7 +687,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "workflows-" } @@ -740,7 +723,6 @@ "status": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" }, @@ -792,7 +774,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" }, @@ -825,7 +806,6 @@ "type": "structure", "members": {} }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" }, @@ -853,7 +833,6 @@ "type": "structure", "members": {} }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" }, @@ -877,7 +856,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "workflows-" }, @@ -901,7 +879,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "workflows-" }, @@ -929,7 +906,6 @@ "type": "structure", "members": {} }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" }, @@ -959,7 +935,6 @@ "status": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" }, @@ -997,7 +972,6 @@ "status": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" }, @@ -1021,7 +995,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "workflows-" }, @@ -1102,7 +1075,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -1176,7 +1148,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -1246,7 +1217,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -1294,7 +1264,6 @@ }, "payload": "payload" }, - "authtype": "v4", "endpoint": { "hostPrefix": "storage-" } @@ -1358,7 +1327,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -1424,7 +1392,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -1506,7 +1473,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -1576,10 +1542,12 @@ } }, "statusMessage": {}, - "creationType": {} + "creationType": {}, + "etag": { + "shape": "S5x" + } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -1631,7 +1599,6 @@ }, "payload": "payload" }, - "authtype": "v4", "endpoint": { "hostPrefix": "storage-" } @@ -1702,7 +1669,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -1767,7 +1733,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -1810,7 +1775,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -1857,7 +1821,7 @@ "definition": {}, "digest": {}, "parameters": { - "shape": "S6t" + "shape": "S6v" }, "storageCapacity": { "type": "integer" @@ -1871,23 +1835,32 @@ }, "startedBy": {}, "creationTime": { - "shape": "S71" + "shape": "S73" }, "startTime": { - "shape": "S71" + "shape": "S73" }, "stopTime": { - "shape": "S71" + "shape": "S73" }, "statusMessage": {}, "tags": { "shape": "Sx" }, "accelerators": {}, - "retentionMode": {} + "retentionMode": {}, + "failureReason": {}, + "logLocation": { + "type": "structure", + "members": { + "engineLogStream": {}, + "runLogStream": {} + } + }, + "uuid": {}, + "runOutputUri": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "workflows-" } @@ -1926,7 +1899,7 @@ "type": "integer" }, "creationTime": { - "shape": "S79" + "shape": "S7g" }, "tags": { "shape": "Sx" @@ -1936,7 +1909,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "workflows-" } @@ -1977,23 +1949,23 @@ "type": "integer" }, "creationTime": { - "shape": "S7i" + "shape": "S7p" }, "startTime": { - "shape": "S7i" + "shape": "S7p" }, "stopTime": { - "shape": "S7i" + "shape": "S7p" }, "statusMessage": {}, "logStream": {}, "gpus": { "type": "integer" }, - "instanceType": {} + "instanceType": {}, + "failureReason": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "workflows-" } @@ -2037,7 +2009,6 @@ "fallbackLocation": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -2064,11 +2035,10 @@ "type": "structure", "members": { "share": { - "shape": "S7r" + "shape": "S7z" } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -2142,7 +2112,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -2208,7 +2177,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -2261,19 +2229,18 @@ "type": "integer" }, "creationTime": { - "shape": "S83" + "shape": "S8b" }, "statusMessage": {}, "tags": { "shape": "Sx" }, "metadata": { - "shape": "S85" + "shape": "S8d" }, "accelerators": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "workflows-" } @@ -2351,7 +2318,6 @@ "nextToken": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -2432,7 +2398,6 @@ "nextToken": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -2516,7 +2481,6 @@ "nextToken": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -2586,7 +2550,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -2658,7 +2621,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -2732,7 +2694,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -2806,7 +2767,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -2889,7 +2849,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -2975,13 +2934,15 @@ "shape": "S1x" }, "statusMessage": {}, - "creationType": {} + "creationType": {}, + "etag": { + "shape": "S5x" + } } } } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -3055,7 +3016,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -3123,7 +3083,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -3205,7 +3164,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -3255,7 +3213,7 @@ "type": "integer" }, "creationTime": { - "shape": "S79" + "shape": "S7g" }, "maxGpus": { "type": "integer" @@ -3266,7 +3224,6 @@ "nextToken": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "workflows-" } @@ -3320,13 +3277,13 @@ "type": "integer" }, "creationTime": { - "shape": "S7i" + "shape": "S7p" }, "startTime": { - "shape": "S7i" + "shape": "S7p" }, "stopTime": { - "shape": "S7i" + "shape": "S7p" }, "gpus": { "type": "integer" @@ -3338,7 +3295,6 @@ "nextToken": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "workflows-" } @@ -3395,13 +3351,13 @@ "type": "integer" }, "creationTime": { - "shape": "S71" + "shape": "S73" }, "startTime": { - "shape": "S71" + "shape": "S73" }, "stopTime": { - "shape": "S71" + "shape": "S73" } } } @@ -3409,7 +3365,6 @@ "nextToken": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "workflows-" } @@ -3478,7 +3433,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -3528,13 +3482,12 @@ "shares": { "type": "list", "member": { - "shape": "S7r" + "shape": "S7z" } }, "nextToken": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -3568,7 +3521,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "tags-" } @@ -3644,7 +3596,6 @@ "nextToken": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -3726,7 +3677,6 @@ "nextToken": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -3774,10 +3724,10 @@ "type": {}, "digest": {}, "creationTime": { - "shape": "S83" + "shape": "S8b" }, "metadata": { - "shape": "S85" + "shape": "S8d" } } } @@ -3785,7 +3735,6 @@ "nextToken": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "workflows-" } @@ -3838,7 +3787,6 @@ "jobId": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -3891,7 +3839,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -3950,7 +3897,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -3982,8 +3928,7 @@ "sourceFiles", "sourceFileType", "subjectId", - "sampleId", - "referenceArn" + "sampleId" ], "members": { "sourceFiles": { @@ -4023,7 +3968,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -4086,7 +4030,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "control-storage-" } @@ -4113,7 +4056,7 @@ "type": "integer" }, "parameters": { - "shape": "S6t" + "shape": "S6v" }, "storageCapacity": { "type": "integer" @@ -4137,10 +4080,11 @@ "status": {}, "tags": { "shape": "Sx" - } + }, + "uuid": {}, + "runOutputUri": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "workflows-" } @@ -4189,7 +4133,6 @@ "jobId": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -4221,7 +4164,6 @@ "type": "structure", "members": {} }, - "authtype": "v4", "endpoint": { "hostPrefix": "tags-" } @@ -4255,7 +4197,6 @@ "type": "structure", "members": {} }, - "authtype": "v4", "endpoint": { "hostPrefix": "tags-" }, @@ -4310,7 +4251,6 @@ "storeFormat": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -4365,7 +4305,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -4400,7 +4339,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "workflows-" } @@ -4450,7 +4388,6 @@ } } }, - "authtype": "v4", "endpoint": { "hostPrefix": "analytics-" } @@ -4474,7 +4411,6 @@ "description": {} } }, - "authtype": "v4", "endpoint": { "hostPrefix": "workflows-" } @@ -4723,24 +4659,32 @@ } } }, - "S6t": { + "S5x": { + "type": "structure", + "members": { + "algorithm": {}, + "source1": {}, + "source2": {} + } + }, + "S6v": { "type": "structure", "members": {}, "document": true }, - "S71": { + "S73": { "type": "timestamp", "timestampFormat": "iso8601" }, - "S79": { + "S7g": { "type": "timestamp", "timestampFormat": "iso8601" }, - "S7i": { + "S7p": { "type": "timestamp", "timestampFormat": "iso8601" }, - "S7r": { + "S7z": { "type": "structure", "members": { "shareId": {}, @@ -4758,11 +4702,11 @@ } } }, - "S83": { + "S8b": { "type": "timestamp", "timestampFormat": "iso8601" }, - "S85": { + "S8d": { "type": "map", "key": {}, "value": {} diff --git a/iamlivecore/service/opensearch-2021-01-01.min.json b/iamlivecore/service/opensearch-2021-01-01.min.json index 50e98a6..40ebb29 100644 --- a/iamlivecore/service/opensearch-2021-01-01.min.json +++ b/iamlivecore/service/opensearch-2021-01-01.min.json @@ -36,6 +36,36 @@ } } }, + "AddDataSource": { + "http": { + "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/dataSource" + }, + "input": { + "type": "structure", + "required": [ + "DomainName", + "Name", + "DataSourceType" + ], + "members": { + "DomainName": { + "location": "uri", + "locationName": "DomainName" + }, + "Name": {}, + "DataSourceType": { + "shape": "Sg" + }, + "Description": {} + } + }, + "output": { + "type": "structure", + "members": { + "Message": {} + } + } + }, "AddTags": { "http": { "requestUri": "/2021-01-01/tags" @@ -49,7 +79,7 @@ "members": { "ARN": {}, "TagList": { - "shape": "Sg" + "shape": "So" } } } @@ -79,7 +109,7 @@ "type": "structure", "members": { "DomainPackageDetails": { - "shape": "Sn" + "shape": "Sv" } } } @@ -109,7 +139,7 @@ ], "members": { "AuthorizedPrincipal": { - "shape": "S10" + "shape": "S18" } } } @@ -131,7 +161,7 @@ "type": "structure", "members": { "ServiceSoftwareOptions": { - "shape": "S15" + "shape": "S1c" } } } @@ -149,48 +179,49 @@ "DomainName": {}, "EngineVersion": {}, "ClusterConfig": { - "shape": "S1b" + "shape": "S1i" }, "EBSOptions": { - "shape": "S1h" + "shape": "S1o" }, "AccessPolicies": {}, + "IPAddressType": {}, "SnapshotOptions": { - "shape": "S1k" + "shape": "S1s" }, "VPCOptions": { - "shape": "S1l" + "shape": "S1t" }, "CognitoOptions": { - "shape": "S1n" + "shape": "S1v" }, "EncryptionAtRestOptions": { - "shape": "S1r" + "shape": "S1y" }, "NodeToNodeEncryptionOptions": { - "shape": "S1t" + "shape": "S20" }, "AdvancedOptions": { - "shape": "S1u" + "shape": "S21" }, "LogPublishingOptions": { - "shape": "S1v" + "shape": "S22" }, "DomainEndpointOptions": { - "shape": "S1z" + "shape": "S26" }, "AdvancedSecurityOptions": { - "shape": "S22" + "shape": "S29" }, "TagList": { - "shape": "Sg" + "shape": "So" }, "AutoTuneOptions": { "type": "structure", "members": { "DesiredState": {}, "MaintenanceSchedules": { - "shape": "S2d" + "shape": "S2k" }, "UseOffPeakWindow": { "type": "boolean" @@ -198,10 +229,10 @@ } }, "OffPeakWindowOptions": { - "shape": "S2j" + "shape": "S2q" }, "SoftwareUpdateOptions": { - "shape": "S2o" + "shape": "S2v" } } }, @@ -209,7 +240,7 @@ "type": "structure", "members": { "DomainStatus": { - "shape": "S2q" + "shape": "S2x" } } } @@ -235,7 +266,7 @@ "ConnectionAlias": {}, "ConnectionMode": {}, "ConnectionProperties": { - "shape": "S35" + "shape": "S3c" } } }, @@ -250,12 +281,12 @@ }, "ConnectionAlias": {}, "ConnectionStatus": { - "shape": "S3a" + "shape": "S3h" }, "ConnectionId": {}, "ConnectionMode": {}, "ConnectionProperties": { - "shape": "S35" + "shape": "S3c" } } } @@ -276,7 +307,7 @@ "PackageType": {}, "PackageDescription": {}, "PackageSource": { - "shape": "S3e" + "shape": "S3l" } } }, @@ -284,7 +315,7 @@ "type": "structure", "members": { "PackageDetails": { - "shape": "S3i" + "shape": "S3p" } } } @@ -302,7 +333,7 @@ "members": { "DomainArn": {}, "VpcOptions": { - "shape": "S1l" + "shape": "S1t" }, "ClientToken": {} } @@ -314,9 +345,38 @@ ], "members": { "VpcEndpoint": { - "shape": "S3p" + "shape": "S43" + } + } + } + }, + "DeleteDataSource": { + "http": { + "method": "DELETE", + "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/dataSource/{DataSourceName}" + }, + "input": { + "type": "structure", + "required": [ + "DomainName", + "Name" + ], + "members": { + "DomainName": { + "location": "uri", + "locationName": "DomainName" + }, + "Name": { + "location": "uri", + "locationName": "DataSourceName" } } + }, + "output": { + "type": "structure", + "members": { + "Message": {} + } } }, "DeleteDomain": { @@ -340,7 +400,7 @@ "type": "structure", "members": { "DomainStatus": { - "shape": "S2q" + "shape": "S2x" } } } @@ -392,7 +452,7 @@ "type": "structure", "members": { "Connection": { - "shape": "S3y" + "shape": "S4e" } } } @@ -418,7 +478,7 @@ "type": "structure", "members": { "PackageDetails": { - "shape": "S3i" + "shape": "S3p" } } } @@ -447,7 +507,7 @@ ], "members": { "VpcEndpointSummary": { - "shape": "S43" + "shape": "S4j" } } } @@ -476,7 +536,7 @@ ], "members": { "DomainStatus": { - "shape": "S2q" + "shape": "S2x" } } } @@ -567,10 +627,10 @@ }, "Status": {}, "PendingProperties": { - "shape": "S1m" + "shape": "S1u" }, "CompletedProperties": { - "shape": "S1m" + "shape": "S1u" }, "TotalNumberOfStages": { "type": "integer" @@ -618,7 +678,7 @@ ], "members": { "DomainConfig": { - "shape": "S4w" + "shape": "S5c" } } } @@ -746,7 +806,7 @@ "DomainStatusList": { "type": "list", "member": { - "shape": "S2q" + "shape": "S2x" } } } @@ -782,13 +842,13 @@ "type": "structure", "members": { "DryRunProgressStatus": { - "shape": "S6c" + "shape": "S6t" }, "DryRunConfig": { - "shape": "S2q" + "shape": "S2x" }, "DryRunResults": { - "shape": "S6f" + "shape": "S6w" } } } @@ -801,7 +861,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S6i" + "shape": "S6z" }, "MaxResults": { "type": "integer" @@ -871,7 +931,7 @@ "members": { "LimitName": {}, "LimitValues": { - "shape": "S6z" + "shape": "S7g" } } } @@ -902,7 +962,7 @@ "members": { "LimitName": {}, "LimitValues": { - "shape": "S6z" + "shape": "S7g" } } } @@ -921,7 +981,7 @@ "type": "structure", "members": { "Filters": { - "shape": "S6i" + "shape": "S6z" }, "MaxResults": { "type": "integer" @@ -935,7 +995,7 @@ "Connections": { "type": "list", "member": { - "shape": "S3y" + "shape": "S4e" } }, "NextToken": {} @@ -974,7 +1034,7 @@ "PackageDetailsList": { "type": "list", "member": { - "shape": "S3i" + "shape": "S3p" } }, "NextToken": {} @@ -1027,7 +1087,7 @@ "CurrencyCode": {}, "PaymentOption": {}, "RecurringCharges": { - "shape": "S7p" + "shape": "S86" } } } @@ -1093,7 +1153,7 @@ "State": {}, "PaymentOption": {}, "RecurringCharges": { - "shape": "S7p" + "shape": "S86" } } } @@ -1127,7 +1187,7 @@ "VpcEndpoints": { "type": "list", "member": { - "shape": "S3p" + "shape": "S43" } }, "VpcEndpointErrors": { @@ -1169,7 +1229,7 @@ "type": "structure", "members": { "DomainPackageDetails": { - "shape": "Sn" + "shape": "Sv" } } } @@ -1198,7 +1258,7 @@ "members": { "SourceVersion": {}, "TargetVersions": { - "shape": "S8a" + "shape": "S8r" } } } @@ -1206,6 +1266,77 @@ } } }, + "GetDataSource": { + "http": { + "method": "GET", + "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/dataSource/{DataSourceName}" + }, + "input": { + "type": "structure", + "required": [ + "DomainName", + "Name" + ], + "members": { + "DomainName": { + "location": "uri", + "locationName": "DomainName" + }, + "Name": { + "location": "uri", + "locationName": "DataSourceName" + } + } + }, + "output": { + "type": "structure", + "members": { + "DataSourceType": { + "shape": "Sg" + }, + "Name": {}, + "Description": {} + } + } + }, + "GetDomainMaintenanceStatus": { + "http": { + "method": "GET", + "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/domainMaintenance" + }, + "input": { + "type": "structure", + "required": [ + "DomainName", + "MaintenanceId" + ], + "members": { + "DomainName": { + "location": "uri", + "locationName": "DomainName" + }, + "MaintenanceId": { + "location": "querystring", + "locationName": "maintenanceId" + } + } + }, + "output": { + "type": "structure", + "members": { + "Status": {}, + "StatusMessage": {}, + "NodeId": {}, + "Action": {}, + "CreatedAt": { + "type": "timestamp" + }, + "UpdatedAt": { + "type": "timestamp" + } + } + } + }, "GetPackageVersionHistory": { "http": { "method": "GET", @@ -1245,6 +1376,9 @@ "CommitMessage": {}, "CreatedAt": { "type": "timestamp" + }, + "PluginProperties": { + "shape": "S3t" } } } @@ -1342,6 +1476,103 @@ } } }, + "ListDataSources": { + "http": { + "method": "GET", + "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/dataSource" + }, + "input": { + "type": "structure", + "required": [ + "DomainName" + ], + "members": { + "DomainName": { + "location": "uri", + "locationName": "DomainName" + } + } + }, + "output": { + "type": "structure", + "members": { + "DataSources": { + "type": "list", + "member": { + "type": "structure", + "members": { + "DataSourceType": { + "shape": "Sg" + }, + "Name": {}, + "Description": {} + } + } + } + } + } + }, + "ListDomainMaintenances": { + "http": { + "method": "GET", + "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/domainMaintenances" + }, + "input": { + "type": "structure", + "required": [ + "DomainName" + ], + "members": { + "DomainName": { + "location": "uri", + "locationName": "DomainName" + }, + "Action": { + "location": "querystring", + "locationName": "action" + }, + "Status": { + "location": "querystring", + "locationName": "status" + }, + "MaxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "NextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "DomainMaintenances": { + "type": "list", + "member": { + "type": "structure", + "members": { + "MaintenanceId": {}, + "DomainName": {}, + "Action": {}, + "NodeId": {}, + "Status": {}, + "StatusMessage": {}, + "CreatedAt": { + "type": "timestamp" + }, + "UpdatedAt": { + "type": "timestamp" + } + } + } + }, + "NextToken": {} + } + } + }, "ListDomainNames": { "http": { "method": "GET", @@ -1402,7 +1633,7 @@ "type": "structure", "members": { "DomainPackageDetailsList": { - "shape": "S91" + "shape": "S9y" }, "NextToken": {} } @@ -1516,7 +1747,7 @@ "type": "structure", "members": { "DomainPackageDetailsList": { - "shape": "S91" + "shape": "S9y" }, "NextToken": {} } @@ -1554,7 +1785,7 @@ "ScheduledActions": { "type": "list", "member": { - "shape": "S9e" + "shape": "Sab" } }, "NextToken": {} @@ -1582,7 +1813,7 @@ "type": "structure", "members": { "TagList": { - "shape": "Sg" + "shape": "So" } } } @@ -1610,7 +1841,7 @@ "type": "structure", "members": { "Versions": { - "shape": "S8a" + "shape": "S8r" }, "NextToken": {} } @@ -1647,7 +1878,7 @@ "AuthorizedPrincipalList": { "type": "list", "member": { - "shape": "S10" + "shape": "S18" } }, "NextToken": {} @@ -1676,7 +1907,7 @@ ], "members": { "VpcEndpointSummaryList": { - "shape": "S9s" + "shape": "Sap" }, "NextToken": {} } @@ -1711,7 +1942,7 @@ ], "members": { "VpcEndpointSummaryList": { - "shape": "S9s" + "shape": "Sap" }, "NextToken": {} } @@ -1782,7 +2013,7 @@ "members": { "ARN": {}, "TagKeys": { - "shape": "S1m" + "shape": "S1u" } } } @@ -1810,6 +2041,32 @@ "members": {} } }, + "StartDomainMaintenance": { + "http": { + "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/domainMaintenance" + }, + "input": { + "type": "structure", + "required": [ + "DomainName", + "Action" + ], + "members": { + "DomainName": { + "location": "uri", + "locationName": "DomainName" + }, + "Action": {}, + "NodeId": {} + } + }, + "output": { + "type": "structure", + "members": { + "MaintenanceId": {} + } + } + }, "StartServiceSoftwareUpdate": { "http": { "requestUri": "/2021-01-01/opensearch/serviceSoftwareUpdate/start" @@ -1831,11 +2088,45 @@ "type": "structure", "members": { "ServiceSoftwareOptions": { - "shape": "S15" + "shape": "S1c" } } } }, + "UpdateDataSource": { + "http": { + "method": "PUT", + "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/dataSource/{DataSourceName}" + }, + "input": { + "type": "structure", + "required": [ + "DomainName", + "Name", + "DataSourceType" + ], + "members": { + "DomainName": { + "location": "uri", + "locationName": "DomainName" + }, + "Name": { + "location": "uri", + "locationName": "DataSourceName" + }, + "DataSourceType": { + "shape": "Sg" + }, + "Description": {} + } + }, + "output": { + "type": "structure", + "members": { + "Message": {} + } + } + }, "UpdateDomainConfig": { "http": { "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/config" @@ -1851,51 +2142,52 @@ "locationName": "DomainName" }, "ClusterConfig": { - "shape": "S1b" + "shape": "S1i" }, "EBSOptions": { - "shape": "S1h" + "shape": "S1o" }, "SnapshotOptions": { - "shape": "S1k" + "shape": "S1s" }, "VPCOptions": { - "shape": "S1l" + "shape": "S1t" }, "CognitoOptions": { - "shape": "S1n" + "shape": "S1v" }, "AdvancedOptions": { - "shape": "S1u" + "shape": "S21" }, "AccessPolicies": {}, + "IPAddressType": {}, "LogPublishingOptions": { - "shape": "S1v" + "shape": "S22" }, "EncryptionAtRestOptions": { - "shape": "S1r" + "shape": "S1y" }, "DomainEndpointOptions": { - "shape": "S1z" + "shape": "S26" }, "NodeToNodeEncryptionOptions": { - "shape": "S1t" + "shape": "S20" }, "AdvancedSecurityOptions": { - "shape": "S22" + "shape": "S29" }, "AutoTuneOptions": { - "shape": "S5e" + "shape": "S5v" }, "DryRun": { "type": "boolean" }, "DryRunMode": {}, "OffPeakWindowOptions": { - "shape": "S2j" + "shape": "S2q" }, "SoftwareUpdateOptions": { - "shape": "S2o" + "shape": "S2v" } } }, @@ -1906,13 +2198,13 @@ ], "members": { "DomainConfig": { - "shape": "S4w" + "shape": "S5c" }, "DryRunResults": { - "shape": "S6f" + "shape": "S6w" }, "DryRunProgressStatus": { - "shape": "S6c" + "shape": "S6t" } } } @@ -1930,7 +2222,7 @@ "members": { "PackageID": {}, "PackageSource": { - "shape": "S3e" + "shape": "S3l" }, "PackageDescription": {}, "CommitMessage": {} @@ -1940,7 +2232,7 @@ "type": "structure", "members": { "PackageDetails": { - "shape": "S3i" + "shape": "S3p" } } } @@ -1975,7 +2267,7 @@ "type": "structure", "members": { "ScheduledAction": { - "shape": "S9e" + "shape": "Sab" } } } @@ -1993,7 +2285,7 @@ "members": { "VpcEndpointId": {}, "VpcOptions": { - "shape": "S1l" + "shape": "S1t" } } }, @@ -2004,7 +2296,7 @@ ], "members": { "VpcEndpoint": { - "shape": "S3p" + "shape": "S43" } } } @@ -2026,7 +2318,7 @@ "type": "boolean" }, "AdvancedOptions": { - "shape": "S1u" + "shape": "S21" } } }, @@ -2040,10 +2332,10 @@ "type": "boolean" }, "AdvancedOptions": { - "shape": "S1u" + "shape": "S21" }, "ChangeProgressDetails": { - "shape": "S30" + "shape": "S37" } } } @@ -2087,6 +2379,18 @@ } }, "Sg": { + "type": "structure", + "members": { + "S3GlueDataCatalog": { + "type": "structure", + "members": { + "RoleArn": {} + } + } + }, + "union": true + }, + "So": { "type": "list", "member": { "type": "structure", @@ -2100,7 +2404,7 @@ } } }, - "Sn": { + "Sv": { "type": "structure", "members": { "PackageID": {}, @@ -2114,25 +2418,25 @@ "PackageVersion": {}, "ReferencePath": {}, "ErrorDetails": { - "shape": "Su" + "shape": "S12" } } }, - "Su": { + "S12": { "type": "structure", "members": { "ErrorType": {}, "ErrorMessage": {} } }, - "S10": { + "S18": { "type": "structure", "members": { "PrincipalType": {}, "Principal": {} } }, - "S15": { + "S1c": { "type": "structure", "members": { "CurrentVersion": {}, @@ -2153,7 +2457,7 @@ } } }, - "S1b": { + "S1i": { "type": "structure", "members": { "InstanceType": {}, @@ -2201,7 +2505,7 @@ } } }, - "S1h": { + "S1o": { "type": "structure", "members": { "EBSEnabled": { @@ -2219,7 +2523,7 @@ } } }, - "S1k": { + "S1s": { "type": "structure", "members": { "AutomatedSnapshotStartHour": { @@ -2227,22 +2531,22 @@ } } }, - "S1l": { + "S1t": { "type": "structure", "members": { "SubnetIds": { - "shape": "S1m" + "shape": "S1u" }, "SecurityGroupIds": { - "shape": "S1m" + "shape": "S1u" } } }, - "S1m": { + "S1u": { "type": "list", "member": {} }, - "S1n": { + "S1v": { "type": "structure", "members": { "Enabled": { @@ -2253,7 +2557,7 @@ "RoleArn": {} } }, - "S1r": { + "S1y": { "type": "structure", "members": { "Enabled": { @@ -2262,7 +2566,7 @@ "KmsKeyId": {} } }, - "S1t": { + "S20": { "type": "structure", "members": { "Enabled": { @@ -2270,12 +2574,12 @@ } } }, - "S1u": { + "S21": { "type": "map", "key": {}, "value": {} }, - "S1v": { + "S22": { "type": "map", "key": {}, "value": { @@ -2288,7 +2592,7 @@ } } }, - "S1z": { + "S26": { "type": "structure", "members": { "EnforceHTTPS": { @@ -2302,7 +2606,7 @@ "CustomEndpointCertificateArn": {} } }, - "S22": { + "S29": { "type": "structure", "members": { "Enabled": { @@ -2316,7 +2620,7 @@ "members": { "MasterUserARN": {}, "MasterUserName": { - "shape": "S24" + "shape": "S2b" }, "MasterUserPassword": { "type": "string", @@ -2331,10 +2635,10 @@ "type": "boolean" }, "Idp": { - "shape": "S27" + "shape": "S2e" }, "MasterUserName": { - "shape": "S24" + "shape": "S2b" }, "MasterBackendRole": {}, "SubjectKey": {}, @@ -2349,11 +2653,11 @@ } } }, - "S24": { + "S2b": { "type": "string", "sensitive": true }, - "S27": { + "S2e": { "type": "structure", "required": [ "MetadataContent", @@ -2364,7 +2668,7 @@ "EntityId": {} } }, - "S2d": { + "S2k": { "type": "list", "member": { "type": "structure", @@ -2385,7 +2689,7 @@ } } }, - "S2j": { + "S2q": { "type": "structure", "members": { "Enabled": { @@ -2413,7 +2717,7 @@ } } }, - "S2o": { + "S2v": { "type": "structure", "members": { "AutoSoftwareUpdateEnabled": { @@ -2421,7 +2725,7 @@ } } }, - "S2q": { + "S2x": { "type": "structure", "required": [ "DomainId", @@ -2440,6 +2744,7 @@ "type": "boolean" }, "Endpoint": {}, + "EndpointV2": {}, "Endpoints": { "type": "map", "key": {}, @@ -2453,41 +2758,42 @@ }, "EngineVersion": {}, "ClusterConfig": { - "shape": "S1b" + "shape": "S1i" }, "EBSOptions": { - "shape": "S1h" + "shape": "S1o" }, "AccessPolicies": {}, + "IPAddressType": {}, "SnapshotOptions": { - "shape": "S1k" + "shape": "S1s" }, "VPCOptions": { - "shape": "S2u" + "shape": "S31" }, "CognitoOptions": { - "shape": "S1n" + "shape": "S1v" }, "EncryptionAtRestOptions": { - "shape": "S1r" + "shape": "S1y" }, "NodeToNodeEncryptionOptions": { - "shape": "S1t" + "shape": "S20" }, "AdvancedOptions": { - "shape": "S1u" + "shape": "S21" }, "LogPublishingOptions": { - "shape": "S1v" + "shape": "S22" }, "ServiceSoftwareOptions": { - "shape": "S15" + "shape": "S1c" }, "DomainEndpointOptions": { - "shape": "S1z" + "shape": "S26" }, "AdvancedSecurityOptions": { - "shape": "S2v" + "shape": "S32" }, "AutoTuneOptions": { "type": "structure", @@ -2500,32 +2806,32 @@ } }, "ChangeProgressDetails": { - "shape": "S30" + "shape": "S37" }, "OffPeakWindowOptions": { - "shape": "S2j" + "shape": "S2q" }, "SoftwareUpdateOptions": { - "shape": "S2o" + "shape": "S2v" } } }, - "S2u": { + "S31": { "type": "structure", "members": { "VPCId": {}, "SubnetIds": { - "shape": "S1m" + "shape": "S1u" }, "AvailabilityZones": { - "shape": "S1m" + "shape": "S1u" }, "SecurityGroupIds": { - "shape": "S1m" + "shape": "S1u" } } }, - "S2v": { + "S32": { "type": "structure", "members": { "Enabled": { @@ -2541,7 +2847,7 @@ "type": "boolean" }, "Idp": { - "shape": "S27" + "shape": "S2e" }, "SubjectKey": {}, "RolesKey": {}, @@ -2558,14 +2864,14 @@ } } }, - "S30": { + "S37": { "type": "structure", "members": { "ChangeId": {}, "Message": {} } }, - "S35": { + "S3c": { "type": "structure", "members": { "Endpoint": {}, @@ -2577,21 +2883,21 @@ } } }, - "S3a": { + "S3h": { "type": "structure", "members": { "StatusCode": {}, "Message": {} } }, - "S3e": { + "S3l": { "type": "structure", "members": { "S3BucketName": {}, "S3Key": {} } }, - "S3i": { + "S3p": { "type": "structure", "members": { "PackageID": {}, @@ -2607,24 +2913,40 @@ }, "AvailablePackageVersion": {}, "ErrorDetails": { - "shape": "Su" + "shape": "S12" + }, + "EngineVersion": {}, + "AvailablePluginProperties": { + "shape": "S3t" } } }, - "S3p": { + "S3t": { + "type": "structure", + "members": { + "Name": {}, + "Description": {}, + "Version": {}, + "ClassName": {}, + "UncompressedSizeInBytes": { + "type": "long" + } + } + }, + "S43": { "type": "structure", "members": { "VpcEndpointId": {}, "VpcEndpointOwner": {}, "DomainArn": {}, "VpcOptions": { - "shape": "S2u" + "shape": "S31" }, "Status": {}, "Endpoint": {} } }, - "S3y": { + "S4e": { "type": "structure", "members": { "LocalDomainInfo": { @@ -2636,15 +2958,15 @@ "ConnectionId": {}, "ConnectionAlias": {}, "ConnectionStatus": { - "shape": "S3a" + "shape": "S3h" }, "ConnectionMode": {}, "ConnectionProperties": { - "shape": "S35" + "shape": "S3c" } } }, - "S43": { + "S4j": { "type": "structure", "members": { "VpcEndpointId": {}, @@ -2653,7 +2975,7 @@ "Status": {} } }, - "S4w": { + "S5c": { "type": "structure", "members": { "EngineVersion": { @@ -2665,7 +2987,7 @@ "members": { "Options": {}, "Status": { - "shape": "S4y" + "shape": "S5e" } } }, @@ -2677,10 +2999,10 @@ ], "members": { "Options": { - "shape": "S1b" + "shape": "S1i" }, "Status": { - "shape": "S4y" + "shape": "S5e" } } }, @@ -2692,10 +3014,10 @@ ], "members": { "Options": { - "shape": "S1h" + "shape": "S1o" }, "Status": { - "shape": "S4y" + "shape": "S5e" } } }, @@ -2708,7 +3030,20 @@ "members": { "Options": {}, "Status": { - "shape": "S4y" + "shape": "S5e" + } + } + }, + "IPAddressType": { + "type": "structure", + "required": [ + "Options", + "Status" + ], + "members": { + "Options": {}, + "Status": { + "shape": "S5e" } } }, @@ -2720,10 +3055,10 @@ ], "members": { "Options": { - "shape": "S1k" + "shape": "S1s" }, "Status": { - "shape": "S4y" + "shape": "S5e" } } }, @@ -2735,10 +3070,10 @@ ], "members": { "Options": { - "shape": "S2u" + "shape": "S31" }, "Status": { - "shape": "S4y" + "shape": "S5e" } } }, @@ -2750,10 +3085,10 @@ ], "members": { "Options": { - "shape": "S1n" + "shape": "S1v" }, "Status": { - "shape": "S4y" + "shape": "S5e" } } }, @@ -2765,10 +3100,10 @@ ], "members": { "Options": { - "shape": "S1r" + "shape": "S1y" }, "Status": { - "shape": "S4y" + "shape": "S5e" } } }, @@ -2780,10 +3115,10 @@ ], "members": { "Options": { - "shape": "S1t" + "shape": "S20" }, "Status": { - "shape": "S4y" + "shape": "S5e" } } }, @@ -2795,10 +3130,10 @@ ], "members": { "Options": { - "shape": "S1u" + "shape": "S21" }, "Status": { - "shape": "S4y" + "shape": "S5e" } } }, @@ -2806,10 +3141,10 @@ "type": "structure", "members": { "Options": { - "shape": "S1v" + "shape": "S22" }, "Status": { - "shape": "S4y" + "shape": "S5e" } } }, @@ -2821,10 +3156,10 @@ ], "members": { "Options": { - "shape": "S1z" + "shape": "S26" }, "Status": { - "shape": "S4y" + "shape": "S5e" } } }, @@ -2836,10 +3171,10 @@ ], "members": { "Options": { - "shape": "S2v" + "shape": "S32" }, "Status": { - "shape": "S4y" + "shape": "S5e" } } }, @@ -2847,7 +3182,7 @@ "type": "structure", "members": { "Options": { - "shape": "S5e" + "shape": "S5v" }, "Status": { "type": "structure", @@ -2876,16 +3211,16 @@ } }, "ChangeProgressDetails": { - "shape": "S30" + "shape": "S37" }, "OffPeakWindowOptions": { "type": "structure", "members": { "Options": { - "shape": "S2j" + "shape": "S2q" }, "Status": { - "shape": "S4y" + "shape": "S5e" } } }, @@ -2893,16 +3228,16 @@ "type": "structure", "members": { "Options": { - "shape": "S2o" + "shape": "S2v" }, "Status": { - "shape": "S4y" + "shape": "S5e" } } } } }, - "S4y": { + "S5e": { "type": "structure", "required": [ "CreationDate", @@ -2925,20 +3260,20 @@ } } }, - "S5e": { + "S5v": { "type": "structure", "members": { "DesiredState": {}, "RollbackOnDisable": {}, "MaintenanceSchedules": { - "shape": "S2d" + "shape": "S2k" }, "UseOffPeakWindow": { "type": "boolean" } } }, - "S6c": { + "S6t": { "type": "structure", "required": [ "DryRunId", @@ -2963,14 +3298,14 @@ } } }, - "S6f": { + "S6w": { "type": "structure", "members": { "DeploymentType": {}, "Message": {} } }, - "S6i": { + "S6z": { "type": "list", "member": { "type": "structure", @@ -2983,11 +3318,11 @@ } } }, - "S6z": { + "S7g": { "type": "list", "member": {} }, - "S7p": { + "S86": { "type": "list", "member": { "type": "structure", @@ -2999,17 +3334,17 @@ } } }, - "S8a": { + "S8r": { "type": "list", "member": {} }, - "S91": { + "S9y": { "type": "list", "member": { - "shape": "Sn" + "shape": "Sv" } }, - "S9e": { + "Sab": { "type": "structure", "required": [ "Id", @@ -3035,10 +3370,10 @@ } } }, - "S9s": { + "Sap": { "type": "list", "member": { - "shape": "S43" + "shape": "S4j" } } } diff --git a/iamlivecore/service/opensearchserverless-2021-11-01.min.json b/iamlivecore/service/opensearchserverless-2021-11-01.min.json index f740e28..f6a6887 100644 --- a/iamlivecore/service/opensearchserverless-2021-11-01.min.json +++ b/iamlivecore/service/opensearchserverless-2021-11-01.min.json @@ -48,6 +48,7 @@ "type": "long" }, "name": {}, + "standbyReplicas": {}, "status": {}, "type": {} } @@ -68,6 +69,110 @@ } } }, + "BatchGetEffectiveLifecyclePolicy": { + "input": { + "type": "structure", + "required": [ + "resourceIdentifiers" + ], + "members": { + "resourceIdentifiers": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "resource", + "type" + ], + "members": { + "resource": {}, + "type": {} + } + } + } + } + }, + "output": { + "type": "structure", + "members": { + "effectiveLifecyclePolicyDetails": { + "type": "list", + "member": { + "type": "structure", + "members": { + "noMinRetentionPeriod": { + "type": "boolean" + }, + "policyName": {}, + "resource": {}, + "resourceType": {}, + "retentionPeriod": {}, + "type": {} + } + } + }, + "effectiveLifecyclePolicyErrorDetails": { + "type": "list", + "member": { + "type": "structure", + "members": { + "errorCode": {}, + "errorMessage": {}, + "resource": {}, + "type": {} + } + } + } + } + } + }, + "BatchGetLifecyclePolicy": { + "input": { + "type": "structure", + "required": [ + "identifiers" + ], + "members": { + "identifiers": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "name", + "type" + ], + "members": { + "name": {}, + "type": {} + } + } + } + } + }, + "output": { + "type": "structure", + "members": { + "lifecyclePolicyDetails": { + "type": "list", + "member": { + "shape": "Sz" + } + }, + "lifecyclePolicyErrorDetails": { + "type": "list", + "member": { + "type": "structure", + "members": { + "errorCode": {}, + "errorMessage": {}, + "name": {}, + "type": {} + } + } + } + } + } + }, "BatchGetVpcEndpoint": { "input": { "type": "structure", @@ -95,11 +200,11 @@ "id": {}, "name": {}, "securityGroupIds": { - "shape": "Sm" + "shape": "S1c" }, "status": {}, "subnetIds": { - "shape": "Sp" + "shape": "S1f" }, "vpcId": {} } @@ -141,7 +246,7 @@ "type": "structure", "members": { "accessPolicyDetail": { - "shape": "S11" + "shape": "S1p" } } }, @@ -159,8 +264,9 @@ }, "description": {}, "name": {}, + "standbyReplicas": {}, "tags": { - "shape": "S16" + "shape": "S1s" }, "type": {} } @@ -182,6 +288,7 @@ "type": "long" }, "name": {}, + "standbyReplicas": {}, "status": {}, "type": {} } @@ -190,6 +297,34 @@ }, "idempotent": true }, + "CreateLifecyclePolicy": { + "input": { + "type": "structure", + "required": [ + "name", + "policy", + "type" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "description": {}, + "name": {}, + "policy": {}, + "type": {} + } + }, + "output": { + "type": "structure", + "members": { + "lifecyclePolicyDetail": { + "shape": "Sz" + } + } + }, + "idempotent": true + }, "CreateSecurityConfig": { "input": { "type": "structure", @@ -204,7 +339,7 @@ "description": {}, "name": {}, "samlOptions": { - "shape": "S1f" + "shape": "S23" }, "type": {} } @@ -213,7 +348,7 @@ "type": "structure", "members": { "securityConfigDetail": { - "shape": "S1m" + "shape": "S2a" } } }, @@ -241,7 +376,7 @@ "type": "structure", "members": { "securityPolicyDetail": { - "shape": "S1r" + "shape": "S2f" } } }, @@ -261,10 +396,10 @@ }, "name": {}, "securityGroupIds": { - "shape": "Sm" + "shape": "S1c" }, "subnetIds": { - "shape": "Sp" + "shape": "S1f" }, "vpcId": {} } @@ -333,6 +468,27 @@ }, "idempotent": true }, + "DeleteLifecyclePolicy": { + "input": { + "type": "structure", + "required": [ + "name", + "type" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "name": {}, + "type": {} + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, "DeleteSecurityConfig": { "input": { "type": "structure", @@ -417,7 +573,7 @@ "type": "structure", "members": { "accessPolicyDetail": { - "shape": "S11" + "shape": "S1p" } } } @@ -431,7 +587,7 @@ "type": "structure", "members": { "accountSettingsDetail": { - "shape": "S2b" + "shape": "S31" } } } @@ -452,6 +608,14 @@ } } }, + "LifecyclePolicyStats": { + "type": "structure", + "members": { + "RetentionPolicyCount": { + "type": "long" + } + } + }, "SecurityConfigStats": { "type": "structure", "members": { @@ -491,7 +655,7 @@ "type": "structure", "members": { "securityConfigDetail": { - "shape": "S1m" + "shape": "S2a" } } } @@ -512,7 +676,7 @@ "type": "structure", "members": { "securityPolicyDetail": { - "shape": "S1r" + "shape": "S2f" } } } @@ -596,6 +760,49 @@ } } }, + "ListLifecyclePolicies": { + "input": { + "type": "structure", + "required": [ + "type" + ], + "members": { + "maxResults": { + "type": "integer" + }, + "nextToken": {}, + "resources": { + "type": "list", + "member": {} + }, + "type": {} + } + }, + "output": { + "type": "structure", + "members": { + "lifecyclePolicySummaries": { + "type": "list", + "member": { + "type": "structure", + "members": { + "createdDate": { + "type": "long" + }, + "description": {}, + "lastModifiedDate": { + "type": "long" + }, + "name": {}, + "policyVersion": {}, + "type": {} + } + } + }, + "nextToken": {} + } + } + }, "ListSecurityConfigs": { "input": { "type": "structure", @@ -692,7 +899,7 @@ "type": "structure", "members": { "tags": { - "shape": "S16" + "shape": "S1s" } } } @@ -741,7 +948,7 @@ "members": { "resourceArn": {}, "tags": { - "shape": "S16" + "shape": "S1s" } } }, @@ -793,7 +1000,7 @@ "type": "structure", "members": { "accessPolicyDetail": { - "shape": "S11" + "shape": "S1p" } } }, @@ -804,7 +1011,7 @@ "type": "structure", "members": { "capacityLimits": { - "shape": "S2c" + "shape": "S32" } } }, @@ -812,7 +1019,7 @@ "type": "structure", "members": { "accountSettingsDetail": { - "shape": "S2b" + "shape": "S31" } } } @@ -855,6 +1062,35 @@ }, "idempotent": true }, + "UpdateLifecyclePolicy": { + "input": { + "type": "structure", + "required": [ + "name", + "policyVersion", + "type" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "description": {}, + "name": {}, + "policy": {}, + "policyVersion": {}, + "type": {} + } + }, + "output": { + "type": "structure", + "members": { + "lifecyclePolicyDetail": { + "shape": "Sz" + } + } + }, + "idempotent": true + }, "UpdateSecurityConfig": { "input": { "type": "structure", @@ -870,7 +1106,7 @@ "description": {}, "id": {}, "samlOptions": { - "shape": "S1f" + "shape": "S23" } } }, @@ -878,7 +1114,7 @@ "type": "structure", "members": { "securityConfigDetail": { - "shape": "S1m" + "shape": "S2a" } } }, @@ -907,7 +1143,7 @@ "type": "structure", "members": { "securityPolicyDetail": { - "shape": "S1r" + "shape": "S2f" } } }, @@ -921,20 +1157,20 @@ ], "members": { "addSecurityGroupIds": { - "shape": "Sm" + "shape": "S1c" }, "addSubnetIds": { - "shape": "Sp" + "shape": "S1f" }, "clientToken": { "idempotencyToken": true }, "id": {}, "removeSecurityGroupIds": { - "shape": "Sm" + "shape": "S1c" }, "removeSubnetIds": { - "shape": "Sp" + "shape": "S1f" } } }, @@ -950,11 +1186,11 @@ }, "name": {}, "securityGroupIds": { - "shape": "Sm" + "shape": "S1c" }, "status": {}, "subnetIds": { - "shape": "Sp" + "shape": "S1f" } } } @@ -964,15 +1200,38 @@ } }, "shapes": { - "Sm": { + "Sz": { + "type": "structure", + "members": { + "createdDate": { + "type": "long" + }, + "description": {}, + "lastModifiedDate": { + "type": "long" + }, + "name": {}, + "policy": { + "shape": "S11" + }, + "policyVersion": {}, + "type": {} + } + }, + "S11": { + "type": "structure", + "members": {}, + "document": true + }, + "S1c": { "type": "list", "member": {} }, - "Sp": { + "S1f": { "type": "list", "member": {} }, - "S11": { + "S1p": { "type": "structure", "members": { "createdDate": { @@ -984,18 +1243,13 @@ }, "name": {}, "policy": { - "shape": "S12" + "shape": "S11" }, "policyVersion": {}, "type": {} } }, - "S12": { - "type": "structure", - "members": {}, - "document": true - }, - "S16": { + "S1s": { "type": "list", "member": { "type": "structure", @@ -1009,7 +1263,7 @@ } } }, - "S1f": { + "S23": { "type": "structure", "required": [ "metadata" @@ -1023,7 +1277,7 @@ "userAttribute": {} } }, - "S1m": { + "S2a": { "type": "structure", "members": { "configVersion": {}, @@ -1036,12 +1290,12 @@ "type": "long" }, "samlOptions": { - "shape": "S1f" + "shape": "S23" }, "type": {} } }, - "S1r": { + "S2f": { "type": "structure", "members": { "createdDate": { @@ -1053,21 +1307,21 @@ }, "name": {}, "policy": { - "shape": "S12" + "shape": "S11" }, "policyVersion": {}, "type": {} } }, - "S2b": { + "S31": { "type": "structure", "members": { "capacityLimits": { - "shape": "S2c" + "shape": "S32" } } }, - "S2c": { + "S32": { "type": "structure", "members": { "maxIndexingCapacityInOCU": { diff --git a/iamlivecore/service/osis-2022-01-01.min.json b/iamlivecore/service/osis-2022-01-01.min.json index f5a4b3a..1bc7fbd 100644 --- a/iamlivecore/service/osis-2022-01-01.min.json +++ b/iamlivecore/service/osis-2022-01-01.min.json @@ -37,8 +37,14 @@ "VpcOptions": { "shape": "S9" }, - "Tags": { + "BufferOptions": { "shape": "Se" + }, + "EncryptionAtRestOptions": { + "shape": "Sf" + }, + "Tags": { + "shape": "Sh" } } }, @@ -46,7 +52,7 @@ "type": "structure", "members": { "Pipeline": { - "shape": "Sj" + "shape": "Sm" } } } @@ -94,7 +100,7 @@ "type": "structure", "members": { "Pipeline": { - "shape": "Sj" + "shape": "Sm" } } } @@ -234,7 +240,7 @@ "members": { "Status": {}, "StatusReason": { - "shape": "Sn" + "shape": "Sq" }, "PipelineName": {}, "PipelineArn": {}, @@ -249,6 +255,9 @@ }, "LastUpdatedAt": { "type": "timestamp" + }, + "Tags": { + "shape": "Sh" } } } @@ -277,7 +286,7 @@ "type": "structure", "members": { "Tags": { - "shape": "Se" + "shape": "Sh" } } } @@ -303,7 +312,7 @@ "type": "structure", "members": { "Pipeline": { - "shape": "Sj" + "shape": "Sm" } } } @@ -329,7 +338,7 @@ "type": "structure", "members": { "Pipeline": { - "shape": "Sj" + "shape": "Sm" } } } @@ -350,7 +359,7 @@ "locationName": "arn" }, "Tags": { - "shape": "Se" + "shape": "Sh" } } }, @@ -409,6 +418,12 @@ "PipelineConfigurationBody": {}, "LogPublishingOptions": { "shape": "S5" + }, + "BufferOptions": { + "shape": "Se" + }, + "EncryptionAtRestOptions": { + "shape": "Sf" } } }, @@ -416,7 +431,7 @@ "type": "structure", "members": { "Pipeline": { - "shape": "Sj" + "shape": "Sm" } } } @@ -488,6 +503,26 @@ } }, "Se": { + "type": "structure", + "required": [ + "PersistentBufferEnabled" + ], + "members": { + "PersistentBufferEnabled": { + "type": "boolean" + } + } + }, + "Sf": { + "type": "structure", + "required": [ + "KmsKeyArn" + ], + "members": { + "KmsKeyArn": {} + } + }, + "Sh": { "type": "list", "member": { "type": "structure", @@ -501,7 +536,7 @@ } } }, - "Sj": { + "Sm": { "type": "structure", "members": { "PipelineName": {}, @@ -514,7 +549,7 @@ }, "Status": {}, "StatusReason": { - "shape": "Sn" + "shape": "Sq" }, "PipelineConfigurationBody": {}, "CreatedAt": { @@ -542,10 +577,29 @@ } } } + }, + "BufferOptions": { + "shape": "Se" + }, + "EncryptionAtRestOptions": { + "shape": "Sf" + }, + "ServiceVpcEndpoints": { + "type": "list", + "member": { + "type": "structure", + "members": { + "ServiceName": {}, + "VpcEndpointId": {} + } + } + }, + "Tags": { + "shape": "Sh" } } }, - "Sn": { + "Sq": { "type": "structure", "members": { "Description": {} diff --git a/iamlivecore/service/outposts-2019-12-03.min.json b/iamlivecore/service/outposts-2019-12-03.min.json index c2aa37d..069992f 100644 --- a/iamlivecore/service/outposts-2019-12-03.min.json +++ b/iamlivecore/service/outposts-2019-12-03.min.json @@ -455,7 +455,11 @@ "type": "structure", "members": { "HostId": {}, - "State": {} + "State": {}, + "InstanceFamilies": { + "type": "list", + "member": {} + } } }, "AssetLocation": { diff --git a/iamlivecore/service/payment-cryptography-2021-09-14.min.json b/iamlivecore/service/payment-cryptography-2021-09-14.min.json index 01f1d27..e6de798 100644 --- a/iamlivecore/service/payment-cryptography-2021-09-14.min.json +++ b/iamlivecore/service/payment-cryptography-2021-09-14.min.json @@ -34,7 +34,8 @@ "shape": "S5" } } - } + }, + "idempotent": true }, "CreateKey": { "input": { @@ -84,7 +85,8 @@ "output": { "type": "structure", "members": {} - } + }, + "idempotent": true }, "DeleteKey": { "input": { @@ -109,7 +111,8 @@ "shape": "Sk" } } - } + }, + "idempotent": true }, "ExportKey": { "input": { @@ -119,6 +122,21 @@ "KeyMaterial" ], "members": { + "ExportAttributes": { + "type": "structure", + "members": { + "ExportDukptInitialKey": { + "type": "structure", + "required": [ + "KeySerialNumber" + ], + "members": { + "KeySerialNumber": {} + } + }, + "KeyCheckValueAlgorithm": {} + } + }, "ExportKeyIdentifier": {}, "KeyMaterial": { "type": "structure", @@ -146,7 +164,7 @@ "KeyBlockFormat": {}, "RandomNonce": {}, "WrappingKeyCertificate": { - "shape": "S12" + "shape": "S15" } } } @@ -166,6 +184,8 @@ "WrappingKeyArn" ], "members": { + "KeyCheckValue": {}, + "KeyCheckValueAlgorithm": {}, "KeyMaterial": { "type": "string", "sensitive": true @@ -249,10 +269,10 @@ }, "SigningKeyAlgorithm": {}, "SigningKeyCertificate": { - "shape": "S12" + "shape": "S15" }, "SigningKeyCertificateChain": { - "shape": "S12" + "shape": "S15" } } } @@ -285,10 +305,10 @@ }, "WrappingKeyAlgorithm": {}, "WrappingKeyCertificate": { - "shape": "S12" + "shape": "S15" }, "WrappingKeyCertificateChain": { - "shape": "S12" + "shape": "S15" } } } @@ -311,10 +331,10 @@ ], "members": { "KeyCertificate": { - "shape": "S12" + "shape": "S15" }, "KeyCertificateChain": { - "shape": "S12" + "shape": "S15" } } } @@ -344,7 +364,7 @@ "shape": "S8" }, "PublicKeyCertificate": { - "shape": "S12" + "shape": "S15" } } }, @@ -374,7 +394,7 @@ "KeyBlockFormat": {}, "RandomNonce": {}, "SigningKeyCertificate": { - "shape": "S12" + "shape": "S15" }, "WrappedKeyBlock": {} } @@ -392,7 +412,7 @@ "shape": "S8" }, "PublicKeyCertificate": { - "shape": "S12" + "shape": "S15" } } } @@ -762,7 +782,7 @@ } } }, - "S12": { + "S15": { "type": "string", "sensitive": true } diff --git a/iamlivecore/service/personalize-2018-05-22.min.json b/iamlivecore/service/personalize-2018-05-22.min.json index 11585a2..8fb2ceb 100644 --- a/iamlivecore/service/personalize-2018-05-22.min.json +++ b/iamlivecore/service/personalize-2018-05-22.min.json @@ -42,6 +42,10 @@ }, "tags": { "shape": "Sf" + }, + "batchInferenceJobMode": {}, + "themeGenerationConfig": { + "shape": "Sk" } } }, @@ -70,10 +74,10 @@ "type": "integer" }, "jobInput": { - "shape": "Sl" + "shape": "Sp" }, "jobOutput": { - "shape": "Sm" + "shape": "Sq" }, "roleArn": {}, "tags": { @@ -102,7 +106,7 @@ "type": "integer" }, "campaignConfig": { - "shape": "Sq" + "shape": "Su" }, "tags": { "shape": "Sf" @@ -159,7 +163,7 @@ "ingestionMode": {}, "roleArn": {}, "jobOutput": { - "shape": "Sx" + "shape": "S12" }, "tags": { "shape": "Sf" @@ -211,7 +215,7 @@ "jobName": {}, "datasetArn": {}, "dataSource": { - "shape": "S13" + "shape": "S18" }, "roleArn": {}, "tags": { @@ -266,7 +270,7 @@ "name": {}, "datasetGroupArn": {}, "filterExpression": { - "shape": "S1b" + "shape": "S1f" }, "tags": { "shape": "Sf" @@ -293,10 +297,10 @@ "name": {}, "datasetGroupArn": {}, "metrics": { - "shape": "S1e" + "shape": "S1i" }, "metricsOutputConfig": { - "shape": "S1j" + "shape": "S1n" } } }, @@ -320,7 +324,7 @@ "datasetGroupArn": {}, "recipeArn": {}, "recommenderConfig": { - "shape": "S1m" + "shape": "S1q" }, "tags": { "shape": "Sf" @@ -375,7 +379,7 @@ "datasetGroupArn": {}, "eventType": {}, "solutionConfig": { - "shape": "S1x" + "shape": "S20" }, "tags": { "shape": "Sf" @@ -595,7 +599,7 @@ "members": { "name": {}, "values": { - "shape": "S2g" + "shape": "S2j" }, "isTunable": { "type": "boolean" @@ -658,6 +662,10 @@ "shape": "Sb" }, "roleArn": {}, + "batchInferenceJobMode": {}, + "themeGenerationConfig": { + "shape": "Sk" + }, "status": {}, "creationDateTime": { "type": "timestamp" @@ -696,10 +704,10 @@ "type": "integer" }, "jobInput": { - "shape": "Sl" + "shape": "Sp" }, "jobOutput": { - "shape": "Sm" + "shape": "Sq" }, "roleArn": {}, "status": {}, @@ -738,7 +746,7 @@ "type": "integer" }, "campaignConfig": { - "shape": "Sq" + "shape": "Su" }, "status": {}, "failureReason": {}, @@ -756,7 +764,7 @@ "type": "integer" }, "campaignConfig": { - "shape": "Sq" + "shape": "Su" }, "status": {}, "failureReason": {}, @@ -815,7 +823,8 @@ "type": "timestamp" } } - } + }, + "trackingId": {} } } } @@ -845,7 +854,7 @@ "roleArn": {}, "status": {}, "jobOutput": { - "shape": "Sx" + "shape": "S12" }, "creationDateTime": { "type": "timestamp" @@ -915,7 +924,7 @@ "datasetImportJobArn": {}, "datasetArn": {}, "dataSource": { - "shape": "S13" + "shape": "S18" }, "roleArn": {}, "status": {}, @@ -1033,7 +1042,7 @@ "datasetGroupArn": {}, "failureReason": {}, "filterExpression": { - "shape": "S1b" + "shape": "S1f" }, "status": {} } @@ -1062,7 +1071,7 @@ "metricAttributionArn": {}, "datasetGroupArn": {}, "metricsOutputConfig": { - "shape": "S1j" + "shape": "S1n" }, "status": {}, "creationDateTime": { @@ -1133,7 +1142,7 @@ "name": {}, "recipeArn": {}, "recommenderConfig": { - "shape": "S1m" + "shape": "S1q" }, "creationDateTime": { "type": "timestamp" @@ -1147,7 +1156,7 @@ "type": "structure", "members": { "recommenderConfig": { - "shape": "S1m" + "shape": "S1q" }, "creationDateTime": { "type": "timestamp" @@ -1160,7 +1169,7 @@ } }, "modelMetrics": { - "shape": "S4t" + "shape": "S4w" } } } @@ -1228,7 +1237,7 @@ "datasetGroupArn": {}, "eventType": {}, "solutionConfig": { - "shape": "S1x" + "shape": "S20" }, "autoMLResult": { "type": "structure", @@ -1244,7 +1253,7 @@ "type": "timestamp" }, "latestSolutionVersion": { - "shape": "S53" + "shape": "S56" } } } @@ -1281,7 +1290,7 @@ "eventType": {}, "datasetGroupArn": {}, "solutionConfig": { - "shape": "S1x" + "shape": "S20" }, "trainingHours": { "type": "double" @@ -1324,7 +1333,7 @@ "members": { "solutionVersionArn": {}, "metrics": { - "shape": "S4t" + "shape": "S4w" } } } @@ -1358,7 +1367,8 @@ "type": "timestamp" }, "failureReason": {}, - "solutionVersionArn": {} + "solutionVersionArn": {}, + "batchInferenceJobMode": {} } } }, @@ -1680,7 +1690,7 @@ "type": "structure", "members": { "metrics": { - "shape": "S1e" + "shape": "S1i" }, "nextToken": {} } @@ -1786,7 +1796,7 @@ "datasetGroupArn": {}, "recipeArn": {}, "recommenderConfig": { - "shape": "S1m" + "shape": "S1q" }, "status": {}, "creationDateTime": { @@ -1855,7 +1865,7 @@ "solutionVersions": { "type": "list", "member": { - "shape": "S53" + "shape": "S56" } }, "nextToken": {} @@ -2019,7 +2029,7 @@ "type": "integer" }, "campaignConfig": { - "shape": "Sq" + "shape": "Su" } } }, @@ -2056,14 +2066,14 @@ "type": "structure", "members": { "addMetrics": { - "shape": "S1e" + "shape": "S1i" }, "removeMetrics": { "type": "list", "member": {} }, "metricsOutputConfig": { - "shape": "S1j" + "shape": "S1n" }, "metricAttributionArn": {} } @@ -2085,7 +2095,7 @@ "members": { "recommenderArn": {}, "recommenderConfig": { - "shape": "S1m" + "shape": "S1q" } } }, @@ -2158,7 +2168,24 @@ } } }, - "Sl": { + "Sk": { + "type": "structure", + "required": [ + "fieldsForThemeGeneration" + ], + "members": { + "fieldsForThemeGeneration": { + "type": "structure", + "required": [ + "itemName" + ], + "members": { + "itemName": {} + } + } + } + }, + "Sp": { "type": "structure", "required": [ "s3DataSource" @@ -2169,7 +2196,7 @@ } } }, - "Sm": { + "Sq": { "type": "structure", "required": [ "s3DataDestination" @@ -2180,15 +2207,18 @@ } } }, - "Sq": { + "Su": { "type": "structure", "members": { "itemExplorationConfig": { "shape": "Sc" + }, + "enableMetadataWithRecommendations": { + "type": "boolean" } } }, - "Sx": { + "S12": { "type": "structure", "required": [ "s3DataDestination" @@ -2199,17 +2229,17 @@ } } }, - "S13": { + "S18": { "type": "structure", "members": { "dataLocation": {} } }, - "S1b": { + "S1f": { "type": "string", "sensitive": true }, - "S1e": { + "S1i": { "type": "list", "member": { "type": "structure", @@ -2225,7 +2255,7 @@ } } }, - "S1j": { + "S1n": { "type": "structure", "required": [ "roleArn" @@ -2237,7 +2267,7 @@ "roleArn": {} } }, - "S1m": { + "S1q": { "type": "structure", "members": { "itemExplorationConfig": { @@ -2247,11 +2277,14 @@ "type": "integer" }, "trainingDataConfig": { - "shape": "S1n" + "shape": "S1r" + }, + "enableMetadataWithRecommendations": { + "type": "boolean" } } }, - "S1n": { + "S1r": { "type": "structure", "members": { "excludedDatasetColumns": { @@ -2264,7 +2297,7 @@ } } }, - "S1x": { + "S20": { "type": "structure", "members": { "eventValueThreshold": {}, @@ -2326,7 +2359,7 @@ "members": { "name": {}, "values": { - "shape": "S2g" + "shape": "S2j" } } } @@ -2361,22 +2394,22 @@ } }, "trainingDataConfig": { - "shape": "S1n" + "shape": "S1r" } } }, - "S2g": { + "S2j": { "type": "list", "member": {} }, - "S4t": { + "S4w": { "type": "map", "key": {}, "value": { "type": "double" } }, - "S53": { + "S56": { "type": "structure", "members": { "solutionVersionArn": {}, diff --git a/iamlivecore/service/personalize-events-2018-03-22.min.json b/iamlivecore/service/personalize-events-2018-03-22.min.json index 567d1f3..20eaadb 100644 --- a/iamlivecore/service/personalize-events-2018-03-22.min.json +++ b/iamlivecore/service/personalize-events-2018-03-22.min.json @@ -12,6 +12,91 @@ "uid": "personalize-events-2018-03-22" }, "operations": { + "PutActionInteractions": { + "http": { + "requestUri": "/action-interactions" + }, + "input": { + "type": "structure", + "required": [ + "trackingId", + "actionInteractions" + ], + "members": { + "trackingId": {}, + "actionInteractions": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "actionId", + "sessionId", + "timestamp", + "eventType" + ], + "members": { + "actionId": { + "shape": "S5" + }, + "userId": { + "shape": "S6" + }, + "sessionId": {}, + "timestamp": { + "type": "timestamp" + }, + "eventType": {}, + "eventId": {}, + "recommendationId": {}, + "impression": { + "type": "list", + "member": { + "shape": "S5" + } + }, + "properties": { + "jsonvalue": true, + "type": "string", + "sensitive": true + } + } + } + } + } + } + }, + "PutActions": { + "http": { + "requestUri": "/actions" + }, + "input": { + "type": "structure", + "required": [ + "datasetArn", + "actions" + ], + "members": { + "datasetArn": {}, + "actions": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "actionId" + ], + "members": { + "actionId": {}, + "properties": { + "jsonvalue": true, + "type": "string", + "sensitive": true + } + } + } + } + } + } + }, "PutEvents": { "http": { "requestUri": "/events" @@ -26,8 +111,7 @@ "members": { "trackingId": {}, "userId": { - "type": "string", - "sensitive": true + "shape": "S6" }, "sessionId": {}, "eventList": { @@ -45,7 +129,7 @@ "type": "float" }, "itemId": { - "shape": "S7" + "shape": "Sk" }, "properties": { "jsonvalue": true, @@ -59,7 +143,7 @@ "impression": { "type": "list", "member": { - "shape": "S7" + "shape": "Sk" } }, "metricAttribution": { @@ -144,7 +228,15 @@ } }, "shapes": { - "S7": { + "S5": { + "type": "string", + "sensitive": true + }, + "S6": { + "type": "string", + "sensitive": true + }, + "Sk": { "type": "string", "sensitive": true } diff --git a/iamlivecore/service/personalize-runtime-2018-05-22.min.json b/iamlivecore/service/personalize-runtime-2018-05-22.min.json index 1e83441..5b0b62f 100644 --- a/iamlivecore/service/personalize-runtime-2018-05-22.min.json +++ b/iamlivecore/service/personalize-runtime-2018-05-22.min.json @@ -12,6 +12,44 @@ "uid": "personalize-runtime-2018-05-22" }, "operations": { + "GetActionRecommendations": { + "http": { + "requestUri": "/action-recommendations" + }, + "input": { + "type": "structure", + "members": { + "campaignArn": {}, + "userId": {}, + "numResults": { + "type": "integer" + }, + "filterArn": {}, + "filterValues": { + "shape": "S5" + } + } + }, + "output": { + "type": "structure", + "members": { + "actionList": { + "type": "list", + "member": { + "type": "structure", + "members": { + "actionId": {}, + "score": { + "type": "double" + } + } + } + }, + "recommendationId": {} + } + }, + "idempotent": true + }, "GetPersonalizedRanking": { "http": { "requestUri": "/personalize-ranking" @@ -31,11 +69,14 @@ }, "userId": {}, "context": { - "shape": "S6" + "shape": "Sh" }, "filterArn": {}, "filterValues": { - "shape": "S9" + "shape": "S5" + }, + "metadataColumns": { + "shape": "Sk" } } }, @@ -43,7 +84,7 @@ "type": "structure", "members": { "personalizedRanking": { - "shape": "Sd" + "shape": "Sp" }, "recommendationId": {} } @@ -64,11 +105,11 @@ "type": "integer" }, "context": { - "shape": "S6" + "shape": "Sh" }, "filterArn": {}, "filterValues": { - "shape": "S9" + "shape": "S5" }, "recommenderArn": {}, "promotions": { @@ -82,10 +123,13 @@ }, "filterArn": {}, "filterValues": { - "shape": "S9" + "shape": "S5" } } } + }, + "metadataColumns": { + "shape": "Sk" } } }, @@ -93,7 +137,7 @@ "type": "structure", "members": { "itemList": { - "shape": "Sd" + "shape": "Sp" }, "recommendationId": {} } @@ -102,7 +146,7 @@ } }, "shapes": { - "S6": { + "S5": { "type": "map", "key": {}, "value": { @@ -110,7 +154,7 @@ "sensitive": true } }, - "S9": { + "Sh": { "type": "map", "key": {}, "value": { @@ -118,7 +162,15 @@ "sensitive": true } }, - "Sd": { + "Sk": { + "type": "map", + "key": {}, + "value": { + "type": "list", + "member": {} + } + }, + "Sp": { "type": "list", "member": { "type": "structure", @@ -127,7 +179,12 @@ "score": { "type": "double" }, - "promotionName": {} + "promotionName": {}, + "metadata": { + "type": "map", + "key": {}, + "value": {} + } } } } diff --git a/iamlivecore/service/pinpoint-sms-voice-v2-2022-03-31.min.json b/iamlivecore/service/pinpoint-sms-voice-v2-2022-03-31.min.json index c21cff1..5bf7cfb 100644 --- a/iamlivecore/service/pinpoint-sms-voice-v2-2022-03-31.min.json +++ b/iamlivecore/service/pinpoint-sms-voice-v2-2022-03-31.min.json @@ -174,6 +174,7 @@ "type": "boolean" }, "TwoWayChannelArn": {}, + "TwoWayChannelRole": {}, "SelfManagedOptOutsEnabled": { "type": "boolean" }, @@ -193,6 +194,194 @@ } } }, + "CreateRegistration": { + "input": { + "type": "structure", + "required": [ + "RegistrationType" + ], + "members": { + "RegistrationType": {}, + "Tags": { + "shape": "Sa" + }, + "ClientToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "required": [ + "RegistrationArn", + "RegistrationId", + "RegistrationType", + "RegistrationStatus", + "CurrentVersionNumber", + "CreatedTimestamp" + ], + "members": { + "RegistrationArn": {}, + "RegistrationId": {}, + "RegistrationType": {}, + "RegistrationStatus": {}, + "CurrentVersionNumber": { + "type": "long" + }, + "AdditionalAttributes": { + "shape": "S19" + }, + "Tags": { + "shape": "Sa" + }, + "CreatedTimestamp": { + "type": "timestamp" + } + } + } + }, + "CreateRegistrationAssociation": { + "input": { + "type": "structure", + "required": [ + "RegistrationId", + "ResourceId" + ], + "members": { + "RegistrationId": {}, + "ResourceId": {} + } + }, + "output": { + "type": "structure", + "required": [ + "RegistrationArn", + "RegistrationId", + "RegistrationType", + "ResourceArn", + "ResourceId", + "ResourceType" + ], + "members": { + "RegistrationArn": {}, + "RegistrationId": {}, + "RegistrationType": {}, + "ResourceArn": {}, + "ResourceId": {}, + "ResourceType": {}, + "IsoCountryCode": {}, + "PhoneNumber": {} + } + } + }, + "CreateRegistrationAttachment": { + "input": { + "type": "structure", + "members": { + "AttachmentBody": { + "type": "blob" + }, + "AttachmentUrl": {}, + "Tags": { + "shape": "Sa" + }, + "ClientToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "required": [ + "RegistrationAttachmentArn", + "RegistrationAttachmentId", + "AttachmentStatus", + "CreatedTimestamp" + ], + "members": { + "RegistrationAttachmentArn": {}, + "RegistrationAttachmentId": {}, + "AttachmentStatus": {}, + "Tags": { + "shape": "Sa" + }, + "CreatedTimestamp": { + "type": "timestamp" + } + } + } + }, + "CreateRegistrationVersion": { + "input": { + "type": "structure", + "required": [ + "RegistrationId" + ], + "members": { + "RegistrationId": {} + } + }, + "output": { + "type": "structure", + "required": [ + "RegistrationArn", + "RegistrationId", + "VersionNumber", + "RegistrationVersionStatus", + "RegistrationVersionStatusHistory" + ], + "members": { + "RegistrationArn": {}, + "RegistrationId": {}, + "VersionNumber": { + "type": "long" + }, + "RegistrationVersionStatus": {}, + "RegistrationVersionStatusHistory": { + "shape": "S1n" + } + } + } + }, + "CreateVerifiedDestinationNumber": { + "input": { + "type": "structure", + "required": [ + "DestinationPhoneNumber" + ], + "members": { + "DestinationPhoneNumber": {}, + "Tags": { + "shape": "Sa" + }, + "ClientToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "required": [ + "VerifiedDestinationNumberArn", + "VerifiedDestinationNumberId", + "DestinationPhoneNumber", + "Status", + "CreatedTimestamp" + ], + "members": { + "VerifiedDestinationNumberArn": {}, + "VerifiedDestinationNumberId": {}, + "DestinationPhoneNumber": {}, + "Status": {}, + "Tags": { + "shape": "Sa" + }, + "CreatedTimestamp": { + "type": "timestamp" + } + } + } + }, "DeleteConfigurationSet": { "input": { "type": "structure", @@ -209,7 +398,7 @@ "ConfigurationSetArn": {}, "ConfigurationSetName": {}, "EventDestinations": { - "shape": "S16" + "shape": "S1t" }, "DefaultMessageType": {}, "DefaultSenderId": {}, @@ -372,6 +561,7 @@ "type": "boolean" }, "TwoWayChannelArn": {}, + "TwoWayChannelRole": {}, "SelfManagedOptOutsEnabled": { "type": "boolean" }, @@ -385,6 +575,113 @@ } } }, + "DeleteRegistration": { + "input": { + "type": "structure", + "required": [ + "RegistrationId" + ], + "members": { + "RegistrationId": {} + } + }, + "output": { + "type": "structure", + "required": [ + "RegistrationArn", + "RegistrationId", + "RegistrationType", + "RegistrationStatus", + "CurrentVersionNumber", + "CreatedTimestamp" + ], + "members": { + "RegistrationArn": {}, + "RegistrationId": {}, + "RegistrationType": {}, + "RegistrationStatus": {}, + "CurrentVersionNumber": { + "type": "long" + }, + "ApprovedVersionNumber": { + "type": "long" + }, + "LatestDeniedVersionNumber": { + "type": "long" + }, + "AdditionalAttributes": { + "shape": "S19" + }, + "CreatedTimestamp": { + "type": "timestamp" + } + } + } + }, + "DeleteRegistrationAttachment": { + "input": { + "type": "structure", + "required": [ + "RegistrationAttachmentId" + ], + "members": { + "RegistrationAttachmentId": {} + } + }, + "output": { + "type": "structure", + "required": [ + "RegistrationAttachmentArn", + "RegistrationAttachmentId", + "AttachmentStatus", + "CreatedTimestamp" + ], + "members": { + "RegistrationAttachmentArn": {}, + "RegistrationAttachmentId": {}, + "AttachmentStatus": {}, + "AttachmentUploadErrorReason": {}, + "CreatedTimestamp": { + "type": "timestamp" + } + } + } + }, + "DeleteRegistrationFieldValue": { + "input": { + "type": "structure", + "required": [ + "RegistrationId", + "FieldPath" + ], + "members": { + "RegistrationId": {}, + "FieldPath": {} + } + }, + "output": { + "type": "structure", + "required": [ + "RegistrationArn", + "RegistrationId", + "VersionNumber", + "FieldPath" + ], + "members": { + "RegistrationArn": {}, + "RegistrationId": {}, + "VersionNumber": { + "type": "long" + }, + "FieldPath": {}, + "SelectChoices": { + "shape": "S2n" + }, + "TextValue": {}, + "RegistrationAttachmentId": {} + } + } + }, "DeleteTextMessageSpendLimitOverride": { "input": { "type": "structure", @@ -399,6 +696,34 @@ } } }, + "DeleteVerifiedDestinationNumber": { + "input": { + "type": "structure", + "required": [ + "VerifiedDestinationNumberId" + ], + "members": { + "VerifiedDestinationNumberId": {} + } + }, + "output": { + "type": "structure", + "required": [ + "VerifiedDestinationNumberArn", + "VerifiedDestinationNumberId", + "DestinationPhoneNumber", + "CreatedTimestamp" + ], + "members": { + "VerifiedDestinationNumberArn": {}, + "VerifiedDestinationNumberId": {}, + "DestinationPhoneNumber": {}, + "CreatedTimestamp": { + "type": "timestamp" + } + } + } + }, "DeleteVoiceMessageSpendLimitOverride": { "input": { "type": "structure", @@ -500,7 +825,7 @@ "members": { "Name": {}, "Values": { - "shape": "S2f" + "shape": "S3g" } } } @@ -528,7 +853,7 @@ "ConfigurationSetArn": {}, "ConfigurationSetName": {}, "EventDestinations": { - "shape": "S16" + "shape": "S1t" }, "DefaultMessageType": {}, "DefaultSenderId": {}, @@ -565,7 +890,7 @@ "members": { "Name": {}, "Values": { - "shape": "S2f" + "shape": "S3g" } } } @@ -663,7 +988,7 @@ "members": { "Name": {}, "Values": { - "shape": "S2f" + "shape": "S3g" } } } @@ -722,7 +1047,7 @@ "members": { "Name": {}, "Values": { - "shape": "S2f" + "shape": "S3g" } } } @@ -763,7 +1088,7 @@ "IsoCountryCode": {}, "MessageType": {}, "NumberCapabilities": { - "shape": "S3f" + "shape": "S4g" }, "NumberType": {}, "MonthlyLeasingPrice": {}, @@ -771,6 +1096,7 @@ "type": "boolean" }, "TwoWayChannelArn": {}, + "TwoWayChannelRole": {}, "SelfManagedOptOutsEnabled": { "type": "boolean" }, @@ -779,6 +1105,7 @@ "type": "boolean" }, "PoolId": {}, + "RegistrationId": {}, "CreatedTimestamp": { "type": "timestamp" } @@ -808,7 +1135,7 @@ "members": { "Name": {}, "Values": { - "shape": "S2f" + "shape": "S3g" } } } @@ -847,6 +1174,7 @@ "type": "boolean" }, "TwoWayChannelArn": {}, + "TwoWayChannelRole": {}, "SelfManagedOptOutsEnabled": { "type": "boolean" }, @@ -867,23 +1195,13 @@ } } }, - "DescribeSenderIds": { + "DescribeRegistrationAttachments": { "input": { "type": "structure", "members": { - "SenderIds": { + "RegistrationAttachmentIds": { "type": "list", - "member": { - "type": "structure", - "required": [ - "SenderId", - "IsoCountryCode" - ], - "members": { - "SenderId": {}, - "IsoCountryCode": {} - } - } + "member": {} }, "Filters": { "type": "list", @@ -896,7 +1214,7 @@ "members": { "Name": {}, "Values": { - "shape": "S2f" + "shape": "S3g" } } } @@ -909,27 +1227,28 @@ }, "output": { "type": "structure", + "required": [ + "RegistrationAttachments" + ], "members": { - "SenderIds": { + "RegistrationAttachments": { "type": "list", "member": { "type": "structure", "required": [ - "SenderIdArn", - "SenderId", - "IsoCountryCode", - "MessageTypes", - "MonthlyLeasingPrice" + "RegistrationAttachmentArn", + "RegistrationAttachmentId", + "AttachmentStatus", + "CreatedTimestamp" ], "members": { - "SenderIdArn": {}, - "SenderId": {}, - "IsoCountryCode": {}, - "MessageTypes": { - "type": "list", - "member": {} - }, - "MonthlyLeasingPrice": {} + "RegistrationAttachmentArn": {}, + "RegistrationAttachmentId": {}, + "AttachmentStatus": {}, + "AttachmentUploadErrorReason": {}, + "CreatedTimestamp": { + "type": "timestamp" + } } } }, @@ -937,10 +1256,18 @@ } } }, - "DescribeSpendLimits": { + "DescribeRegistrationFieldDefinitions": { "input": { "type": "structure", + "required": [ + "RegistrationType" + ], "members": { + "RegistrationType": {}, + "SectionPath": {}, + "FieldPaths": { + "shape": "S51" + }, "NextToken": {}, "MaxResults": { "type": "integer" @@ -949,20 +1276,565 @@ }, "output": { "type": "structure", + "required": [ + "RegistrationType", + "RegistrationFieldDefinitions" + ], "members": { - "SpendLimits": { + "RegistrationType": {}, + "RegistrationFieldDefinitions": { "type": "list", "member": { "type": "structure", "required": [ - "Name", - "EnforcedLimit", - "MaxLimit", - "Overridden" + "SectionPath", + "FieldPath", + "FieldType", + "FieldRequirement", + "DisplayHints" ], "members": { - "Name": {}, - "EnforcedLimit": { + "SectionPath": {}, + "FieldPath": {}, + "FieldType": {}, + "FieldRequirement": {}, + "SelectValidation": { + "type": "structure", + "required": [ + "MinChoices", + "MaxChoices", + "Options" + ], + "members": { + "MinChoices": { + "type": "integer" + }, + "MaxChoices": { + "type": "integer" + }, + "Options": { + "type": "list", + "member": {} + } + } + }, + "TextValidation": { + "type": "structure", + "required": [ + "MinLength", + "MaxLength", + "Pattern" + ], + "members": { + "MinLength": { + "type": "integer" + }, + "MaxLength": { + "type": "integer" + }, + "Pattern": {} + } + }, + "DisplayHints": { + "type": "structure", + "required": [ + "Title", + "ShortDescription" + ], + "members": { + "Title": {}, + "ShortDescription": {}, + "LongDescription": {}, + "DocumentationTitle": {}, + "DocumentationLink": {}, + "SelectOptionDescriptions": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Option" + ], + "members": { + "Option": {}, + "Title": {}, + "Description": {} + } + } + }, + "TextValidationDescription": {}, + "ExampleTextValue": {} + } + } + } + } + }, + "NextToken": {} + } + } + }, + "DescribeRegistrationFieldValues": { + "input": { + "type": "structure", + "required": [ + "RegistrationId" + ], + "members": { + "RegistrationId": {}, + "VersionNumber": { + "type": "long" + }, + "SectionPath": {}, + "FieldPaths": { + "shape": "S51" + }, + "NextToken": {}, + "MaxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "RegistrationArn", + "RegistrationId", + "VersionNumber", + "RegistrationFieldValues" + ], + "members": { + "RegistrationArn": {}, + "RegistrationId": {}, + "VersionNumber": { + "type": "long" + }, + "RegistrationFieldValues": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "FieldPath" + ], + "members": { + "FieldPath": {}, + "SelectChoices": { + "shape": "S2n" + }, + "TextValue": {}, + "RegistrationAttachmentId": {}, + "DeniedReason": {} + } + } + }, + "NextToken": {} + } + } + }, + "DescribeRegistrationSectionDefinitions": { + "input": { + "type": "structure", + "required": [ + "RegistrationType" + ], + "members": { + "RegistrationType": {}, + "SectionPaths": { + "type": "list", + "member": {} + }, + "NextToken": {}, + "MaxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "RegistrationType", + "RegistrationSectionDefinitions" + ], + "members": { + "RegistrationType": {}, + "RegistrationSectionDefinitions": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "SectionPath", + "DisplayHints" + ], + "members": { + "SectionPath": {}, + "DisplayHints": { + "type": "structure", + "required": [ + "Title", + "ShortDescription" + ], + "members": { + "Title": {}, + "ShortDescription": {}, + "LongDescription": {}, + "DocumentationTitle": {}, + "DocumentationLink": {} + } + } + } + } + }, + "NextToken": {} + } + } + }, + "DescribeRegistrationTypeDefinitions": { + "input": { + "type": "structure", + "members": { + "RegistrationTypes": { + "type": "list", + "member": {} + }, + "Filters": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Name", + "Values" + ], + "members": { + "Name": {}, + "Values": { + "shape": "S3g" + } + } + } + }, + "NextToken": {}, + "MaxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "RegistrationTypeDefinitions" + ], + "members": { + "RegistrationTypeDefinitions": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "RegistrationType", + "DisplayHints" + ], + "members": { + "RegistrationType": {}, + "SupportedAssociations": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "ResourceType", + "AssociationBehavior", + "DisassociationBehavior" + ], + "members": { + "ResourceType": {}, + "IsoCountryCode": {}, + "AssociationBehavior": {}, + "DisassociationBehavior": {} + } + } + }, + "DisplayHints": { + "type": "structure", + "required": [ + "Title" + ], + "members": { + "Title": {}, + "ShortDescription": {}, + "LongDescription": {}, + "DocumentationTitle": {}, + "DocumentationLink": {} + } + } + } + } + }, + "NextToken": {} + } + } + }, + "DescribeRegistrationVersions": { + "input": { + "type": "structure", + "required": [ + "RegistrationId" + ], + "members": { + "RegistrationId": {}, + "VersionNumbers": { + "type": "list", + "member": { + "type": "long" + } + }, + "Filters": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Name", + "Values" + ], + "members": { + "Name": {}, + "Values": { + "shape": "S3g" + } + } + } + }, + "NextToken": {}, + "MaxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "RegistrationArn", + "RegistrationId", + "RegistrationVersions" + ], + "members": { + "RegistrationArn": {}, + "RegistrationId": {}, + "RegistrationVersions": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "VersionNumber", + "RegistrationVersionStatus", + "RegistrationVersionStatusHistory" + ], + "members": { + "VersionNumber": { + "type": "long" + }, + "RegistrationVersionStatus": {}, + "RegistrationVersionStatusHistory": { + "shape": "S1n" + }, + "DeniedReasons": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Reason", + "ShortDescription" + ], + "members": { + "Reason": {}, + "ShortDescription": {}, + "LongDescription": {}, + "DocumentationTitle": {}, + "DocumentationLink": {} + } + } + } + } + } + }, + "NextToken": {} + } + } + }, + "DescribeRegistrations": { + "input": { + "type": "structure", + "members": { + "RegistrationIds": { + "type": "list", + "member": {} + }, + "Filters": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Name", + "Values" + ], + "members": { + "Name": {}, + "Values": { + "shape": "S3g" + } + } + } + }, + "NextToken": {}, + "MaxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "Registrations" + ], + "members": { + "Registrations": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "RegistrationArn", + "RegistrationId", + "RegistrationType", + "RegistrationStatus", + "CurrentVersionNumber", + "CreatedTimestamp" + ], + "members": { + "RegistrationArn": {}, + "RegistrationId": {}, + "RegistrationType": {}, + "RegistrationStatus": {}, + "CurrentVersionNumber": { + "type": "long" + }, + "ApprovedVersionNumber": { + "type": "long" + }, + "LatestDeniedVersionNumber": { + "type": "long" + }, + "AdditionalAttributes": { + "shape": "S19" + }, + "CreatedTimestamp": { + "type": "timestamp" + } + } + } + }, + "NextToken": {} + } + } + }, + "DescribeSenderIds": { + "input": { + "type": "structure", + "members": { + "SenderIds": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "SenderId", + "IsoCountryCode" + ], + "members": { + "SenderId": {}, + "IsoCountryCode": {} + } + } + }, + "Filters": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Name", + "Values" + ], + "members": { + "Name": {}, + "Values": { + "shape": "S3g" + } + } + } + }, + "NextToken": {}, + "MaxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "SenderIds": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "SenderIdArn", + "SenderId", + "IsoCountryCode", + "MessageTypes", + "MonthlyLeasingPrice", + "DeletionProtectionEnabled", + "Registered" + ], + "members": { + "SenderIdArn": {}, + "SenderId": {}, + "IsoCountryCode": {}, + "MessageTypes": { + "shape": "S6t" + }, + "MonthlyLeasingPrice": {}, + "DeletionProtectionEnabled": { + "type": "boolean" + }, + "Registered": { + "type": "boolean" + }, + "RegistrationId": {} + } + } + }, + "NextToken": {} + } + } + }, + "DescribeSpendLimits": { + "input": { + "type": "structure", + "members": { + "NextToken": {}, + "MaxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "SpendLimits": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Name", + "EnforcedLimit", + "MaxLimit", + "Overridden" + ], + "members": { + "Name": {}, + "EnforcedLimit": { "type": "long" }, "MaxLimit": { @@ -978,6 +1850,72 @@ } } }, + "DescribeVerifiedDestinationNumbers": { + "input": { + "type": "structure", + "members": { + "VerifiedDestinationNumberIds": { + "type": "list", + "member": {} + }, + "DestinationPhoneNumbers": { + "type": "list", + "member": {} + }, + "Filters": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Name", + "Values" + ], + "members": { + "Name": {}, + "Values": { + "shape": "S3g" + } + } + } + }, + "NextToken": {}, + "MaxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "VerifiedDestinationNumbers" + ], + "members": { + "VerifiedDestinationNumbers": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "VerifiedDestinationNumberArn", + "VerifiedDestinationNumberId", + "DestinationPhoneNumber", + "Status", + "CreatedTimestamp" + ], + "members": { + "VerifiedDestinationNumberArn": {}, + "VerifiedDestinationNumberId": {}, + "DestinationPhoneNumber": {}, + "Status": {}, + "CreatedTimestamp": { + "type": "timestamp" + } + } + } + }, + "NextToken": {} + } + } + }, "DisassociateOriginationIdentity": { "input": { "type": "structure", @@ -1006,6 +1944,38 @@ } } }, + "DiscardRegistrationVersion": { + "input": { + "type": "structure", + "required": [ + "RegistrationId" + ], + "members": { + "RegistrationId": {} + } + }, + "output": { + "type": "structure", + "required": [ + "RegistrationArn", + "RegistrationId", + "VersionNumber", + "RegistrationVersionStatus", + "RegistrationVersionStatusHistory" + ], + "members": { + "RegistrationArn": {}, + "RegistrationId": {}, + "VersionNumber": { + "type": "long" + }, + "RegistrationVersionStatus": {}, + "RegistrationVersionStatusHistory": { + "shape": "S1n" + } + } + } + }, "ListPoolOriginationIdentities": { "input": { "type": "structure", @@ -1025,7 +1995,7 @@ "members": { "Name": {}, "Values": { - "shape": "S2f" + "shape": "S3g" } } } @@ -1056,11 +2026,76 @@ "OriginationIdentity": {}, "IsoCountryCode": {}, "NumberCapabilities": { - "shape": "S3f" + "shape": "S4g" + }, + "PhoneNumber": {} + } + } + }, + "NextToken": {} + } + } + }, + "ListRegistrationAssociations": { + "input": { + "type": "structure", + "required": [ + "RegistrationId" + ], + "members": { + "RegistrationId": {}, + "Filters": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Name", + "Values" + ], + "members": { + "Name": {}, + "Values": { + "shape": "S3g" } } } }, + "NextToken": {}, + "MaxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "RegistrationArn", + "RegistrationId", + "RegistrationType", + "RegistrationAssociations" + ], + "members": { + "RegistrationArn": {}, + "RegistrationId": {}, + "RegistrationType": {}, + "RegistrationAssociations": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "ResourceArn", + "ResourceId", + "ResourceType" + ], + "members": { + "ResourceArn": {}, + "ResourceId": {}, + "ResourceType": {}, + "IsoCountryCode": {}, + "PhoneNumber": {} + } + } + }, "NextToken": {} } } @@ -1138,6 +2173,46 @@ } } }, + "PutRegistrationFieldValue": { + "input": { + "type": "structure", + "required": [ + "RegistrationId", + "FieldPath" + ], + "members": { + "RegistrationId": {}, + "FieldPath": {}, + "SelectChoices": { + "shape": "S2n" + }, + "TextValue": {}, + "RegistrationAttachmentId": {} + } + }, + "output": { + "type": "structure", + "required": [ + "RegistrationArn", + "RegistrationId", + "VersionNumber", + "FieldPath" + ], + "members": { + "RegistrationArn": {}, + "RegistrationId": {}, + "VersionNumber": { + "type": "long" + }, + "FieldPath": {}, + "SelectChoices": { + "shape": "S2n" + }, + "TextValue": {}, + "RegistrationAttachmentId": {} + } + } + }, "ReleasePhoneNumber": { "input": { "type": "structure", @@ -1158,7 +2233,7 @@ "IsoCountryCode": {}, "MessageType": {}, "NumberCapabilities": { - "shape": "S3f" + "shape": "S4g" }, "NumberType": {}, "MonthlyLeasingPrice": {}, @@ -1166,16 +2241,55 @@ "type": "boolean" }, "TwoWayChannelArn": {}, + "TwoWayChannelRole": {}, "SelfManagedOptOutsEnabled": { "type": "boolean" }, "OptOutListName": {}, + "RegistrationId": {}, "CreatedTimestamp": { "type": "timestamp" } } } }, + "ReleaseSenderId": { + "input": { + "type": "structure", + "required": [ + "SenderId", + "IsoCountryCode" + ], + "members": { + "SenderId": {}, + "IsoCountryCode": {} + } + }, + "output": { + "type": "structure", + "required": [ + "SenderIdArn", + "SenderId", + "IsoCountryCode", + "MessageTypes", + "MonthlyLeasingPrice", + "Registered" + ], + "members": { + "SenderIdArn": {}, + "SenderId": {}, + "IsoCountryCode": {}, + "MessageTypes": { + "shape": "S6t" + }, + "MonthlyLeasingPrice": {}, + "Registered": { + "type": "boolean" + }, + "RegistrationId": {} + } + } + }, "RequestPhoneNumber": { "input": { "type": "structure", @@ -1189,7 +2303,7 @@ "IsoCountryCode": {}, "MessageType": {}, "NumberCapabilities": { - "shape": "S3f" + "shape": "S4g" }, "NumberType": {}, "OptOutListName": {}, @@ -1216,7 +2330,7 @@ "IsoCountryCode": {}, "MessageType": {}, "NumberCapabilities": { - "shape": "S3f" + "shape": "S4g" }, "NumberType": {}, "MonthlyLeasingPrice": {}, @@ -1224,6 +2338,7 @@ "type": "boolean" }, "TwoWayChannelArn": {}, + "TwoWayChannelRole": {}, "SelfManagedOptOutsEnabled": { "type": "boolean" }, @@ -1232,6 +2347,7 @@ "type": "boolean" }, "PoolId": {}, + "RegistrationId": {}, "Tags": { "shape": "Sa" }, @@ -1241,6 +2357,92 @@ } } }, + "RequestSenderId": { + "input": { + "type": "structure", + "required": [ + "SenderId", + "IsoCountryCode" + ], + "members": { + "SenderId": {}, + "IsoCountryCode": {}, + "MessageTypes": { + "shape": "S6t" + }, + "DeletionProtectionEnabled": { + "type": "boolean" + }, + "Tags": { + "shape": "Sa" + }, + "ClientToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "required": [ + "SenderIdArn", + "SenderId", + "IsoCountryCode", + "MessageTypes", + "MonthlyLeasingPrice", + "DeletionProtectionEnabled", + "Registered" + ], + "members": { + "SenderIdArn": {}, + "SenderId": {}, + "IsoCountryCode": {}, + "MessageTypes": { + "shape": "S6t" + }, + "MonthlyLeasingPrice": {}, + "DeletionProtectionEnabled": { + "type": "boolean" + }, + "Registered": { + "type": "boolean" + }, + "Tags": { + "shape": "Sa" + } + } + } + }, + "SendDestinationNumberVerificationCode": { + "input": { + "type": "structure", + "required": [ + "VerifiedDestinationNumberId", + "VerificationChannel" + ], + "members": { + "VerifiedDestinationNumberId": {}, + "VerificationChannel": {}, + "LanguageCode": {}, + "OriginationIdentity": {}, + "ConfigurationSetName": {}, + "Context": { + "shape": "S8c" + }, + "DestinationCountryParameters": { + "shape": "S8f" + } + } + }, + "output": { + "type": "structure", + "required": [ + "MessageId" + ], + "members": { + "MessageId": {} + } + } + }, "SendTextMessage": { "input": { "type": "structure", @@ -1259,12 +2461,10 @@ "type": "integer" }, "Context": { - "shape": "S4x" + "shape": "S8c" }, "DestinationCountryParameters": { - "type": "map", - "key": {}, - "value": {} + "shape": "S8f" }, "DryRun": { "type": "boolean" @@ -1297,7 +2497,7 @@ "type": "integer" }, "Context": { - "shape": "S4x" + "shape": "S8c" }, "DryRun": { "type": "boolean" @@ -1395,6 +2595,38 @@ } } }, + "SubmitRegistrationVersion": { + "input": { + "type": "structure", + "required": [ + "RegistrationId" + ], + "members": { + "RegistrationId": {} + } + }, + "output": { + "type": "structure", + "required": [ + "RegistrationArn", + "RegistrationId", + "VersionNumber", + "RegistrationVersionStatus", + "RegistrationVersionStatusHistory" + ], + "members": { + "RegistrationArn": {}, + "RegistrationId": {}, + "VersionNumber": { + "type": "long" + }, + "RegistrationVersionStatus": {}, + "RegistrationVersionStatusHistory": { + "shape": "S1n" + } + } + } + }, "TagResource": { "input": { "type": "structure", @@ -1487,6 +2719,7 @@ "type": "boolean" }, "TwoWayChannelArn": {}, + "TwoWayChannelRole": {}, "SelfManagedOptOutsEnabled": { "type": "boolean" }, @@ -1506,7 +2739,7 @@ "IsoCountryCode": {}, "MessageType": {}, "NumberCapabilities": { - "shape": "S3f" + "shape": "S4g" }, "NumberType": {}, "MonthlyLeasingPrice": {}, @@ -1514,6 +2747,7 @@ "type": "boolean" }, "TwoWayChannelArn": {}, + "TwoWayChannelRole": {}, "SelfManagedOptOutsEnabled": { "type": "boolean" }, @@ -1521,6 +2755,7 @@ "DeletionProtectionEnabled": { "type": "boolean" }, + "RegistrationId": {}, "CreatedTimestamp": { "type": "timestamp" } @@ -1539,6 +2774,7 @@ "type": "boolean" }, "TwoWayChannelArn": {}, + "TwoWayChannelRole": {}, "SelfManagedOptOutsEnabled": { "type": "boolean" }, @@ -1562,6 +2798,7 @@ "type": "boolean" }, "TwoWayChannelArn": {}, + "TwoWayChannelRole": {}, "SelfManagedOptOutsEnabled": { "type": "boolean" }, @@ -1577,6 +2814,82 @@ } } } + }, + "UpdateSenderId": { + "input": { + "type": "structure", + "required": [ + "SenderId", + "IsoCountryCode" + ], + "members": { + "SenderId": {}, + "IsoCountryCode": {}, + "DeletionProtectionEnabled": { + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "required": [ + "SenderIdArn", + "SenderId", + "IsoCountryCode", + "MessageTypes", + "MonthlyLeasingPrice", + "DeletionProtectionEnabled", + "Registered" + ], + "members": { + "SenderIdArn": {}, + "SenderId": {}, + "IsoCountryCode": {}, + "MessageTypes": { + "shape": "S6t" + }, + "MonthlyLeasingPrice": {}, + "DeletionProtectionEnabled": { + "type": "boolean" + }, + "Registered": { + "type": "boolean" + }, + "RegistrationId": {} + } + } + }, + "VerifyDestinationNumber": { + "input": { + "type": "structure", + "required": [ + "VerifiedDestinationNumberId", + "VerificationCode" + ], + "members": { + "VerifiedDestinationNumberId": {}, + "VerificationCode": {} + } + }, + "output": { + "type": "structure", + "required": [ + "VerifiedDestinationNumberArn", + "VerifiedDestinationNumberId", + "DestinationPhoneNumber", + "Status", + "CreatedTimestamp" + ], + "members": { + "VerifiedDestinationNumberArn": {}, + "VerifiedDestinationNumberId": {}, + "DestinationPhoneNumber": {}, + "Status": {}, + "CreatedTimestamp": { + "type": "timestamp" + } + } + } } }, "shapes": { @@ -1658,21 +2971,75 @@ } } }, - "S16": { + "S19": { + "type": "map", + "key": {}, + "value": {} + }, + "S1n": { + "type": "structure", + "required": [ + "DraftTimestamp" + ], + "members": { + "DraftTimestamp": { + "type": "timestamp" + }, + "SubmittedTimestamp": { + "type": "timestamp" + }, + "ReviewingTimestamp": { + "type": "timestamp" + }, + "ApprovedTimestamp": { + "type": "timestamp" + }, + "DiscardedTimestamp": { + "type": "timestamp" + }, + "DeniedTimestamp": { + "type": "timestamp" + }, + "RevokedTimestamp": { + "type": "timestamp" + }, + "ArchivedTimestamp": { + "type": "timestamp" + } + } + }, + "S1t": { "type": "list", "member": { "shape": "St" } }, - "S2f": { + "S2n": { + "type": "list", + "member": {} + }, + "S3g": { + "type": "list", + "member": {} + }, + "S4g": { + "type": "list", + "member": {} + }, + "S51": { "type": "list", "member": {} }, - "S3f": { + "S6t": { "type": "list", "member": {} }, - "S4x": { + "S8c": { + "type": "map", + "key": {}, + "value": {} + }, + "S8f": { "type": "map", "key": {}, "value": {} diff --git a/iamlivecore/service/pipes-2015-10-07.min.json b/iamlivecore/service/pipes-2015-10-07.min.json index 896f3aa..3f3b84b 100644 --- a/iamlivecore/service/pipes-2015-10-07.min.json +++ b/iamlivecore/service/pipes-2015-10-07.min.json @@ -34,6 +34,9 @@ "EnrichmentParameters": { "shape": "S5" }, + "LogConfiguration": { + "shape": "Sg" + }, "Name": { "location": "uri", "locationName": "Name" @@ -41,14 +44,14 @@ "RoleArn": {}, "Source": {}, "SourceParameters": { - "shape": "Sj" + "shape": "Sw" }, "Tags": { - "shape": "S1m" + "shape": "S1z" }, "Target": {}, "TargetParameters": { - "shape": "S1p" + "shape": "S22" } } }, @@ -141,19 +144,49 @@ "LastModifiedTime": { "type": "timestamp" }, + "LogConfiguration": { + "type": "structure", + "members": { + "CloudwatchLogsLogDestination": { + "type": "structure", + "members": { + "LogGroupArn": {} + } + }, + "FirehoseLogDestination": { + "type": "structure", + "members": { + "DeliveryStreamArn": {} + } + }, + "IncludeExecutionData": { + "shape": "Sl" + }, + "Level": {}, + "S3LogDestination": { + "type": "structure", + "members": { + "BucketName": {}, + "BucketOwner": {}, + "OutputFormat": {}, + "Prefix": {} + } + } + } + }, "Name": {}, "RoleArn": {}, "Source": {}, "SourceParameters": { - "shape": "Sj" + "shape": "Sw" }, "StateReason": {}, "Tags": { - "shape": "S1m" + "shape": "S1z" }, "Target": {}, "TargetParameters": { - "shape": "S1p" + "shape": "S22" } } } @@ -185,7 +218,7 @@ "locationName": "NamePrefix" }, "NextToken": { - "shape": "S4k", + "shape": "S51", "location": "querystring", "locationName": "NextToken" }, @@ -203,7 +236,7 @@ "type": "structure", "members": { "NextToken": { - "shape": "S4k" + "shape": "S51" }, "Pipes": { "type": "list", @@ -252,7 +285,7 @@ "type": "structure", "members": { "tags": { - "shape": "S1m" + "shape": "S1z" } } } @@ -340,7 +373,7 @@ "locationName": "resourceArn" }, "tags": { - "shape": "S1m" + "shape": "S1z" } } }, @@ -402,6 +435,9 @@ "EnrichmentParameters": { "shape": "S5" }, + "LogConfiguration": { + "shape": "Sg" + }, "Name": { "location": "uri", "locationName": "Name" @@ -420,7 +456,7 @@ "type": "integer" }, "Credentials": { - "shape": "Sm" + "shape": "Sz" }, "MaximumBatchingWindowInSeconds": { "type": "integer" @@ -434,7 +470,7 @@ "type": "integer" }, "DeadLetterConfig": { - "shape": "Sr" + "shape": "S14" }, "MaximumBatchingWindowInSeconds": { "type": "integer" @@ -452,7 +488,7 @@ } }, "FilterCriteria": { - "shape": "Sy" + "shape": "S1b" }, "KinesisStreamParameters": { "type": "structure", @@ -461,7 +497,7 @@ "type": "integer" }, "DeadLetterConfig": { - "shape": "Sr" + "shape": "S14" }, "MaximumBatchingWindowInSeconds": { "type": "integer" @@ -485,7 +521,7 @@ "type": "integer" }, "Credentials": { - "shape": "S17" + "shape": "S1k" }, "MaximumBatchingWindowInSeconds": { "type": "integer" @@ -502,7 +538,7 @@ "type": "integer" }, "Credentials": { - "shape": "Sm" + "shape": "Sz" }, "MaximumBatchingWindowInSeconds": { "type": "integer" @@ -516,14 +552,14 @@ "type": "integer" }, "Credentials": { - "shape": "S1e" + "shape": "S1r" }, "MaximumBatchingWindowInSeconds": { "type": "integer" }, "ServerRootCaCertificate": {}, "Vpc": { - "shape": "S1g" + "shape": "S1t" } } }, @@ -542,7 +578,7 @@ }, "Target": {}, "TargetParameters": { - "shape": "S1p" + "shape": "S22" } } }, @@ -618,7 +654,54 @@ "type": "string", "sensitive": true }, - "Sj": { + "Sg": { + "type": "structure", + "required": [ + "Level" + ], + "members": { + "CloudwatchLogsLogDestination": { + "type": "structure", + "required": [ + "LogGroupArn" + ], + "members": { + "LogGroupArn": {} + } + }, + "FirehoseLogDestination": { + "type": "structure", + "required": [ + "DeliveryStreamArn" + ], + "members": { + "DeliveryStreamArn": {} + } + }, + "IncludeExecutionData": { + "shape": "Sl" + }, + "Level": {}, + "S3LogDestination": { + "type": "structure", + "required": [ + "BucketName", + "BucketOwner" + ], + "members": { + "BucketName": {}, + "BucketOwner": {}, + "OutputFormat": {}, + "Prefix": {} + } + } + } + }, + "Sl": { + "type": "list", + "member": {} + }, + "Sw": { "type": "structure", "members": { "ActiveMQBrokerParameters": { @@ -632,13 +715,13 @@ "type": "integer" }, "Credentials": { - "shape": "Sm" + "shape": "Sz" }, "MaximumBatchingWindowInSeconds": { "type": "integer" }, "QueueName": { - "shape": "Sp" + "shape": "S12" } } }, @@ -652,7 +735,7 @@ "type": "integer" }, "DeadLetterConfig": { - "shape": "Sr" + "shape": "S14" }, "MaximumBatchingWindowInSeconds": { "type": "integer" @@ -671,7 +754,7 @@ } }, "FilterCriteria": { - "shape": "Sy" + "shape": "S1b" }, "KinesisStreamParameters": { "type": "structure", @@ -683,7 +766,7 @@ "type": "integer" }, "DeadLetterConfig": { - "shape": "Sr" + "shape": "S14" }, "MaximumBatchingWindowInSeconds": { "type": "integer" @@ -714,17 +797,17 @@ "type": "integer" }, "ConsumerGroupID": { - "shape": "S16" + "shape": "S1j" }, "Credentials": { - "shape": "S17" + "shape": "S1k" }, "MaximumBatchingWindowInSeconds": { "type": "integer" }, "StartingPosition": {}, "TopicName": { - "shape": "S19" + "shape": "S1m" } } }, @@ -739,16 +822,16 @@ "type": "integer" }, "Credentials": { - "shape": "Sm" + "shape": "Sz" }, "MaximumBatchingWindowInSeconds": { "type": "integer" }, "QueueName": { - "shape": "Sp" + "shape": "S12" }, "VirtualHost": { - "shape": "S16" + "shape": "S1j" } } }, @@ -769,10 +852,10 @@ "type": "integer" }, "ConsumerGroupID": { - "shape": "S16" + "shape": "S1j" }, "Credentials": { - "shape": "S1e" + "shape": "S1r" }, "MaximumBatchingWindowInSeconds": { "type": "integer" @@ -780,10 +863,10 @@ "ServerRootCaCertificate": {}, "StartingPosition": {}, "TopicName": { - "shape": "S19" + "shape": "S1m" }, "Vpc": { - "shape": "S1g" + "shape": "S1t" } } }, @@ -800,24 +883,24 @@ } } }, - "Sm": { + "Sz": { "type": "structure", "members": { "BasicAuth": {} }, "union": true }, - "Sp": { + "S12": { "type": "string", "sensitive": true }, - "Sr": { + "S14": { "type": "structure", "members": { "Arn": {} } }, - "Sy": { + "S1b": { "type": "structure", "members": { "Filters": { @@ -834,11 +917,11 @@ } } }, - "S16": { + "S1j": { "type": "string", "sensitive": true }, - "S17": { + "S1k": { "type": "structure", "members": { "ClientCertificateTlsAuth": {}, @@ -846,11 +929,11 @@ }, "union": true }, - "S19": { + "S1m": { "type": "string", "sensitive": true }, - "S1e": { + "S1r": { "type": "structure", "members": { "BasicAuth": {}, @@ -860,7 +943,7 @@ }, "union": true }, - "S1g": { + "S1t": { "type": "structure", "members": { "SecurityGroup": { @@ -879,18 +962,18 @@ } } }, - "S1m": { + "S1z": { "type": "map", "key": {}, "value": { - "shape": "S1o" + "shape": "S21" } }, - "S1o": { + "S21": { "type": "string", "sensitive": true }, - "S1p": { + "S22": { "type": "structure", "members": { "BatchJobParameters": { @@ -912,7 +995,7 @@ "type": "structure", "members": { "Command": { - "shape": "S1u" + "shape": "S27" }, "Environment": { "type": "list", @@ -1047,7 +1130,7 @@ "type": "structure", "members": { "Command": { - "shape": "S1u" + "shape": "S27" }, "Cpu": { "type": "integer" @@ -1170,7 +1253,7 @@ "members": { "Key": {}, "Value": { - "shape": "S1o" + "shape": "S21" } } } @@ -1316,11 +1399,11 @@ } } }, - "S1u": { + "S27": { "type": "list", "member": {} }, - "S4k": { + "S51": { "type": "string", "sensitive": true } diff --git a/iamlivecore/service/qbusiness-2023-11-27.min.json b/iamlivecore/service/qbusiness-2023-11-27.min.json new file mode 100644 index 0000000..970727c --- /dev/null +++ b/iamlivecore/service/qbusiness-2023-11-27.min.json @@ -0,0 +1,3025 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2023-11-27", + "endpointPrefix": "qbusiness", + "jsonVersion": "1.1", + "protocol": "rest-json", + "serviceFullName": "QBusiness", + "serviceId": "QBusiness", + "signatureVersion": "v4", + "signingName": "qbusiness", + "uid": "qbusiness-2023-11-27" + }, + "operations": { + "BatchDeleteDocument": { + "http": { + "requestUri": "/applications/{applicationId}/indices/{indexId}/documents/delete", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "documents", + "indexId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "dataSourceSyncId": {}, + "documents": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "documentId" + ], + "members": { + "documentId": {} + } + } + }, + "indexId": { + "location": "uri", + "locationName": "indexId" + } + } + }, + "output": { + "type": "structure", + "members": { + "failedDocuments": { + "shape": "S9" + } + } + } + }, + "BatchPutDocument": { + "http": { + "requestUri": "/applications/{applicationId}/indices/{indexId}/documents", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "documents", + "indexId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "dataSourceSyncId": {}, + "documents": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "id" + ], + "members": { + "accessConfiguration": { + "type": "structure", + "required": [ + "accessControls" + ], + "members": { + "accessControls": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "principals" + ], + "members": { + "memberRelation": {}, + "principals": { + "type": "list", + "member": { + "type": "structure", + "members": { + "group": { + "type": "structure", + "required": [ + "access" + ], + "members": { + "access": {}, + "membershipType": {}, + "name": {} + } + }, + "user": { + "type": "structure", + "required": [ + "access" + ], + "members": { + "access": {}, + "id": {}, + "membershipType": {} + } + } + }, + "union": true + } + } + } + } + }, + "memberRelation": {} + } + }, + "attributes": { + "type": "list", + "member": { + "shape": "Sv" + } + }, + "content": { + "type": "structure", + "members": { + "blob": { + "type": "blob" + }, + "s3": { + "type": "structure", + "required": [ + "bucket", + "key" + ], + "members": { + "bucket": {}, + "key": {} + } + } + }, + "union": true + }, + "contentType": {}, + "documentEnrichmentConfiguration": { + "shape": "S19" + }, + "id": {}, + "title": {} + } + } + }, + "indexId": { + "location": "uri", + "locationName": "indexId" + }, + "roleArn": {} + } + }, + "output": { + "type": "structure", + "members": { + "failedDocuments": { + "shape": "S9" + } + } + } + }, + "ChatSync": { + "http": { + "requestUri": "/applications/{applicationId}/conversations?sync", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "userId" + ], + "members": { + "actionExecution": { + "shape": "S1n" + }, + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "attachments": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "data", + "name" + ], + "members": { + "data": { + "type": "blob" + }, + "name": {} + } + } + }, + "attributeFilter": { + "shape": "S1x" + }, + "clientToken": { + "idempotencyToken": true + }, + "conversationId": {}, + "parentMessageId": {}, + "userGroups": { + "shape": "S22", + "location": "querystring", + "locationName": "userGroups" + }, + "userId": { + "location": "querystring", + "locationName": "userId" + }, + "userMessage": {} + } + }, + "output": { + "type": "structure", + "members": { + "actionReview": { + "shape": "S25" + }, + "conversationId": {}, + "failedAttachments": { + "shape": "S2e" + }, + "sourceAttributions": { + "shape": "S2h" + }, + "systemMessage": {}, + "systemMessageId": {}, + "userMessageId": {} + } + } + }, + "CreateApplication": { + "http": { + "requestUri": "/applications", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "displayName", + "roleArn" + ], + "members": { + "attachmentsConfiguration": { + "shape": "S2m" + }, + "clientToken": { + "idempotencyToken": true + }, + "description": {}, + "displayName": {}, + "encryptionConfiguration": { + "shape": "S2q" + }, + "roleArn": {}, + "tags": { + "shape": "S2s" + } + } + }, + "output": { + "type": "structure", + "members": { + "applicationArn": {}, + "applicationId": {} + } + }, + "idempotent": true + }, + "CreateDataSource": { + "http": { + "requestUri": "/applications/{applicationId}/indices/{indexId}/datasources", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "configuration", + "displayName", + "indexId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "clientToken": { + "idempotencyToken": true + }, + "configuration": { + "shape": "S2z" + }, + "description": {}, + "displayName": {}, + "documentEnrichmentConfiguration": { + "shape": "S19" + }, + "indexId": { + "location": "uri", + "locationName": "indexId" + }, + "roleArn": {}, + "syncSchedule": {}, + "tags": { + "shape": "S2s" + }, + "vpcConfiguration": { + "shape": "S32" + } + } + }, + "output": { + "type": "structure", + "members": { + "dataSourceArn": {}, + "dataSourceId": {} + } + }, + "idempotent": true + }, + "CreateIndex": { + "http": { + "requestUri": "/applications/{applicationId}/indices", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "displayName" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "capacityConfiguration": { + "shape": "S3a" + }, + "clientToken": { + "idempotencyToken": true + }, + "description": {}, + "displayName": {}, + "tags": { + "shape": "S2s" + } + } + }, + "output": { + "type": "structure", + "members": { + "indexArn": {}, + "indexId": {} + } + } + }, + "CreatePlugin": { + "http": { + "requestUri": "/applications/{applicationId}/plugins", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "authConfiguration", + "displayName", + "serverUrl", + "type" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "authConfiguration": { + "shape": "S3g" + }, + "clientToken": { + "idempotencyToken": true + }, + "displayName": {}, + "serverUrl": {}, + "tags": { + "shape": "S2s" + }, + "type": {} + } + }, + "output": { + "type": "structure", + "members": { + "pluginArn": {}, + "pluginId": {} + } + }, + "idempotent": true + }, + "CreateRetriever": { + "http": { + "requestUri": "/applications/{applicationId}/retrievers", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "configuration", + "displayName", + "type" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "clientToken": { + "idempotencyToken": true + }, + "configuration": { + "shape": "S3p" + }, + "displayName": {}, + "roleArn": {}, + "tags": { + "shape": "S2s" + }, + "type": {} + } + }, + "output": { + "type": "structure", + "members": { + "retrieverArn": {}, + "retrieverId": {} + } + } + }, + "CreateUser": { + "http": { + "requestUri": "/applications/{applicationId}/users", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "userId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "clientToken": { + "idempotencyToken": true + }, + "userAliases": { + "type": "list", + "member": { + "shape": "S40" + } + }, + "userId": {} + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "CreateWebExperience": { + "http": { + "requestUri": "/applications/{applicationId}/experiences", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "clientToken": { + "idempotencyToken": true + }, + "samplePromptsControlMode": {}, + "subtitle": {}, + "tags": { + "shape": "S2s" + }, + "title": {}, + "welcomeMessage": {} + } + }, + "output": { + "type": "structure", + "members": { + "webExperienceArn": {}, + "webExperienceId": {} + } + } + }, + "DeleteApplication": { + "http": { + "method": "DELETE", + "requestUri": "/applications/{applicationId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteChatControlsConfiguration": { + "http": { + "method": "DELETE", + "requestUri": "/applications/{applicationId}/chatcontrols", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteConversation": { + "http": { + "method": "DELETE", + "requestUri": "/applications/{applicationId}/conversations/{conversationId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "conversationId", + "userId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "conversationId": { + "location": "uri", + "locationName": "conversationId" + }, + "userId": { + "location": "querystring", + "locationName": "userId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteDataSource": { + "http": { + "method": "DELETE", + "requestUri": "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "dataSourceId", + "indexId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "dataSourceId": { + "location": "uri", + "locationName": "dataSourceId" + }, + "indexId": { + "location": "uri", + "locationName": "indexId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteGroup": { + "http": { + "method": "DELETE", + "requestUri": "/applications/{applicationId}/indices/{indexId}/groups/{groupName}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "groupName", + "indexId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "dataSourceId": { + "location": "querystring", + "locationName": "dataSourceId" + }, + "groupName": { + "location": "uri", + "locationName": "groupName" + }, + "indexId": { + "location": "uri", + "locationName": "indexId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteIndex": { + "http": { + "method": "DELETE", + "requestUri": "/applications/{applicationId}/indices/{indexId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "indexId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "indexId": { + "location": "uri", + "locationName": "indexId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeletePlugin": { + "http": { + "method": "DELETE", + "requestUri": "/applications/{applicationId}/plugins/{pluginId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "pluginId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "pluginId": { + "location": "uri", + "locationName": "pluginId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteRetriever": { + "http": { + "method": "DELETE", + "requestUri": "/applications/{applicationId}/retrievers/{retrieverId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "retrieverId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "retrieverId": { + "location": "uri", + "locationName": "retrieverId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteUser": { + "http": { + "method": "DELETE", + "requestUri": "/applications/{applicationId}/users/{userId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "userId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "userId": { + "location": "uri", + "locationName": "userId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteWebExperience": { + "http": { + "method": "DELETE", + "requestUri": "/applications/{applicationId}/experiences/{webExperienceId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "webExperienceId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "webExperienceId": { + "location": "uri", + "locationName": "webExperienceId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "GetApplication": { + "http": { + "method": "GET", + "requestUri": "/applications/{applicationId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + } + } + }, + "output": { + "type": "structure", + "members": { + "applicationArn": {}, + "applicationId": {}, + "attachmentsConfiguration": { + "type": "structure", + "members": { + "attachmentsControlMode": {} + } + }, + "createdAt": { + "type": "timestamp" + }, + "description": {}, + "displayName": {}, + "encryptionConfiguration": { + "shape": "S2q" + }, + "error": { + "shape": "Sc" + }, + "roleArn": {}, + "status": {}, + "updatedAt": { + "type": "timestamp" + } + } + } + }, + "GetChatControlsConfiguration": { + "http": { + "method": "GET", + "requestUri": "/applications/{applicationId}/chatcontrols", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "blockedPhrases": { + "type": "structure", + "members": { + "blockedPhrases": { + "shape": "S53" + }, + "systemMessageOverride": {} + } + }, + "nextToken": {}, + "responseScope": {}, + "topicConfigurations": { + "shape": "S57" + } + } + } + }, + "GetDataSource": { + "http": { + "method": "GET", + "requestUri": "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "dataSourceId", + "indexId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "dataSourceId": { + "location": "uri", + "locationName": "dataSourceId" + }, + "indexId": { + "location": "uri", + "locationName": "indexId" + } + } + }, + "output": { + "type": "structure", + "members": { + "applicationId": {}, + "configuration": { + "shape": "S2z" + }, + "createdAt": { + "type": "timestamp" + }, + "dataSourceArn": {}, + "dataSourceId": {}, + "description": {}, + "displayName": {}, + "documentEnrichmentConfiguration": { + "shape": "S19" + }, + "error": { + "shape": "Sc" + }, + "indexId": {}, + "roleArn": {}, + "status": {}, + "syncSchedule": {}, + "type": {}, + "updatedAt": { + "type": "timestamp" + }, + "vpcConfiguration": { + "shape": "S32" + } + } + } + }, + "GetGroup": { + "http": { + "method": "GET", + "requestUri": "/applications/{applicationId}/indices/{indexId}/groups/{groupName}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "groupName", + "indexId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "dataSourceId": { + "location": "querystring", + "locationName": "dataSourceId" + }, + "groupName": { + "location": "uri", + "locationName": "groupName" + }, + "indexId": { + "location": "uri", + "locationName": "indexId" + } + } + }, + "output": { + "type": "structure", + "members": { + "status": { + "shape": "S5s" + }, + "statusHistory": { + "type": "list", + "member": { + "shape": "S5s" + } + } + } + } + }, + "GetIndex": { + "http": { + "method": "GET", + "requestUri": "/applications/{applicationId}/indices/{indexId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "indexId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "indexId": { + "location": "uri", + "locationName": "indexId" + } + } + }, + "output": { + "type": "structure", + "members": { + "applicationId": {}, + "capacityConfiguration": { + "shape": "S3a" + }, + "createdAt": { + "type": "timestamp" + }, + "description": {}, + "displayName": {}, + "documentAttributeConfigurations": { + "shape": "S5x" + }, + "error": { + "shape": "Sc" + }, + "indexArn": {}, + "indexId": {}, + "indexStatistics": { + "type": "structure", + "members": { + "textDocumentStatistics": { + "type": "structure", + "members": { + "indexedTextBytes": { + "type": "long" + }, + "indexedTextDocumentCount": { + "type": "integer" + } + } + } + } + }, + "status": {}, + "updatedAt": { + "type": "timestamp" + } + } + } + }, + "GetPlugin": { + "http": { + "method": "GET", + "requestUri": "/applications/{applicationId}/plugins/{pluginId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "pluginId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "pluginId": { + "location": "uri", + "locationName": "pluginId" + } + } + }, + "output": { + "type": "structure", + "members": { + "applicationId": {}, + "authConfiguration": { + "shape": "S3g" + }, + "createdAt": { + "type": "timestamp" + }, + "displayName": {}, + "pluginArn": {}, + "pluginId": {}, + "serverUrl": {}, + "state": {}, + "type": {}, + "updatedAt": { + "type": "timestamp" + } + } + } + }, + "GetRetriever": { + "http": { + "method": "GET", + "requestUri": "/applications/{applicationId}/retrievers/{retrieverId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "retrieverId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "retrieverId": { + "location": "uri", + "locationName": "retrieverId" + } + } + }, + "output": { + "type": "structure", + "members": { + "applicationId": {}, + "configuration": { + "shape": "S3p" + }, + "createdAt": { + "type": "timestamp" + }, + "displayName": {}, + "retrieverArn": {}, + "retrieverId": {}, + "roleArn": {}, + "status": {}, + "type": {}, + "updatedAt": { + "type": "timestamp" + } + } + } + }, + "GetUser": { + "http": { + "method": "GET", + "requestUri": "/applications/{applicationId}/users/{userId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "userId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "userId": { + "location": "uri", + "locationName": "userId" + } + } + }, + "output": { + "type": "structure", + "members": { + "userAliases": { + "shape": "S6e" + } + } + } + }, + "GetWebExperience": { + "http": { + "method": "GET", + "requestUri": "/applications/{applicationId}/experiences/{webExperienceId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "webExperienceId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "webExperienceId": { + "location": "uri", + "locationName": "webExperienceId" + } + } + }, + "output": { + "type": "structure", + "members": { + "applicationId": {}, + "authenticationConfiguration": { + "shape": "S6h" + }, + "createdAt": { + "type": "timestamp" + }, + "defaultEndpoint": {}, + "error": { + "shape": "Sc" + }, + "samplePromptsControlMode": {}, + "status": {}, + "subtitle": {}, + "title": {}, + "updatedAt": { + "type": "timestamp" + }, + "webExperienceArn": {}, + "webExperienceId": {}, + "welcomeMessage": {} + } + } + }, + "ListApplications": { + "http": { + "method": "GET", + "requestUri": "/applications", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "applications": { + "type": "list", + "member": { + "type": "structure", + "members": { + "applicationId": {}, + "createdAt": { + "type": "timestamp" + }, + "displayName": {}, + "status": {}, + "updatedAt": { + "type": "timestamp" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListConversations": { + "http": { + "method": "GET", + "requestUri": "/applications/{applicationId}/conversations", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "userId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "userId": { + "location": "querystring", + "locationName": "userId" + } + } + }, + "output": { + "type": "structure", + "members": { + "conversations": { + "type": "list", + "member": { + "type": "structure", + "members": { + "conversationId": {}, + "startTime": { + "type": "timestamp" + }, + "title": {} + } + } + }, + "nextToken": {} + } + } + }, + "ListDataSourceSyncJobs": { + "http": { + "method": "GET", + "requestUri": "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/syncjobs", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "dataSourceId", + "indexId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "dataSourceId": { + "location": "uri", + "locationName": "dataSourceId" + }, + "endTime": { + "location": "querystring", + "locationName": "endTime", + "type": "timestamp" + }, + "indexId": { + "location": "uri", + "locationName": "indexId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "startTime": { + "location": "querystring", + "locationName": "startTime", + "type": "timestamp" + }, + "statusFilter": { + "location": "querystring", + "locationName": "syncStatus" + } + } + }, + "output": { + "type": "structure", + "members": { + "history": { + "type": "list", + "member": { + "type": "structure", + "members": { + "dataSourceErrorCode": {}, + "endTime": { + "type": "timestamp" + }, + "error": { + "shape": "Sc" + }, + "executionId": {}, + "metrics": { + "type": "structure", + "members": { + "documentsAdded": {}, + "documentsDeleted": {}, + "documentsFailed": {}, + "documentsModified": {}, + "documentsScanned": {} + } + }, + "startTime": { + "type": "timestamp" + }, + "status": {} + } + } + }, + "nextToken": {} + } + } + }, + "ListDataSources": { + "http": { + "method": "GET", + "requestUri": "/applications/{applicationId}/indices/{indexId}/datasources", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "indexId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "indexId": { + "location": "uri", + "locationName": "indexId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "dataSources": { + "type": "list", + "member": { + "type": "structure", + "members": { + "createdAt": { + "type": "timestamp" + }, + "dataSourceId": {}, + "displayName": {}, + "status": {}, + "type": {}, + "updatedAt": { + "type": "timestamp" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListDocuments": { + "http": { + "method": "GET", + "requestUri": "/applications/{applicationId}/index/{indexId}/documents", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "indexId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "dataSourceIds": { + "location": "querystring", + "locationName": "dataSourceIds", + "type": "list", + "member": {} + }, + "indexId": { + "location": "uri", + "locationName": "indexId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "documentDetailList": { + "type": "list", + "member": { + "type": "structure", + "members": { + "createdAt": { + "type": "timestamp" + }, + "documentId": {}, + "error": { + "shape": "Sc" + }, + "status": {}, + "updatedAt": { + "type": "timestamp" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListGroups": { + "http": { + "method": "GET", + "requestUri": "/applications/{applicationId}/indices/{indexId}/groups", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "indexId", + "updatedEarlierThan" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "dataSourceId": { + "location": "querystring", + "locationName": "dataSourceId" + }, + "indexId": { + "location": "uri", + "locationName": "indexId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "updatedEarlierThan": { + "location": "querystring", + "locationName": "updatedEarlierThan", + "type": "timestamp" + } + } + }, + "output": { + "type": "structure", + "members": { + "items": { + "type": "list", + "member": { + "type": "structure", + "members": { + "groupName": {} + } + } + }, + "nextToken": {} + } + } + }, + "ListIndices": { + "http": { + "method": "GET", + "requestUri": "/applications/{applicationId}/indices", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "indices": { + "type": "list", + "member": { + "type": "structure", + "members": { + "createdAt": { + "type": "timestamp" + }, + "displayName": {}, + "indexId": {}, + "status": {}, + "updatedAt": { + "type": "timestamp" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListMessages": { + "http": { + "method": "GET", + "requestUri": "/applications/{applicationId}/conversations/{conversationId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "conversationId", + "userId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "conversationId": { + "location": "uri", + "locationName": "conversationId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "userId": { + "location": "querystring", + "locationName": "userId" + } + } + }, + "output": { + "type": "structure", + "members": { + "messages": { + "type": "list", + "member": { + "type": "structure", + "members": { + "actionExecution": { + "shape": "S1n" + }, + "actionReview": { + "shape": "S25" + }, + "attachments": { + "shape": "S2e" + }, + "body": {}, + "messageId": {}, + "sourceAttribution": { + "shape": "S2h" + }, + "time": { + "type": "timestamp" + }, + "type": {} + } + } + }, + "nextToken": {} + } + } + }, + "ListPlugins": { + "http": { + "method": "GET", + "requestUri": "/applications/{applicationId}/plugins", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "nextToken": {}, + "plugins": { + "type": "list", + "member": { + "type": "structure", + "members": { + "createdAt": { + "type": "timestamp" + }, + "displayName": {}, + "pluginId": {}, + "serverUrl": {}, + "state": {}, + "type": {}, + "updatedAt": { + "type": "timestamp" + } + } + } + } + } + } + }, + "ListRetrievers": { + "http": { + "method": "GET", + "requestUri": "/applications/{applicationId}/retrievers", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "nextToken": {}, + "retrievers": { + "type": "list", + "member": { + "type": "structure", + "members": { + "applicationId": {}, + "displayName": {}, + "retrieverId": {}, + "status": {}, + "type": {} + } + } + } + } + } + }, + "ListTagsForResource": { + "http": { + "method": "GET", + "requestUri": "/v1/tags/{resourceARN}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceARN" + ], + "members": { + "resourceARN": { + "location": "uri", + "locationName": "resourceARN" + } + } + }, + "output": { + "type": "structure", + "members": { + "tags": { + "shape": "S2s" + } + } + } + }, + "ListWebExperiences": { + "http": { + "method": "GET", + "requestUri": "/applications/{applicationId}/experiences", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "nextToken": {}, + "webExperiences": { + "type": "list", + "member": { + "type": "structure", + "members": { + "createdAt": { + "type": "timestamp" + }, + "defaultEndpoint": {}, + "status": {}, + "updatedAt": { + "type": "timestamp" + }, + "webExperienceId": {} + } + } + } + } + } + }, + "PutFeedback": { + "http": { + "requestUri": "/applications/{applicationId}/conversations/{conversationId}/messages/{messageId}/feedback", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "conversationId", + "messageId", + "userId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "conversationId": { + "location": "uri", + "locationName": "conversationId" + }, + "messageCopiedAt": { + "type": "timestamp" + }, + "messageId": { + "location": "uri", + "locationName": "messageId" + }, + "messageUsefulness": { + "type": "structure", + "required": [ + "submittedAt", + "usefulness" + ], + "members": { + "comment": {}, + "reason": {}, + "submittedAt": { + "type": "timestamp" + }, + "usefulness": {} + } + }, + "userId": { + "location": "querystring", + "locationName": "userId" + } + } + } + }, + "PutGroup": { + "http": { + "method": "PUT", + "requestUri": "/applications/{applicationId}/indices/{indexId}/groups", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "groupMembers", + "groupName", + "indexId", + "type" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "dataSourceId": {}, + "groupMembers": { + "type": "structure", + "members": { + "memberGroups": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "groupName" + ], + "members": { + "groupName": {}, + "type": {} + } + } + }, + "memberUsers": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "userId" + ], + "members": { + "type": {}, + "userId": {} + } + } + } + } + }, + "groupName": {}, + "indexId": { + "location": "uri", + "locationName": "indexId" + }, + "type": {} + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "StartDataSourceSyncJob": { + "http": { + "requestUri": "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/startsync", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "dataSourceId", + "indexId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "dataSourceId": { + "location": "uri", + "locationName": "dataSourceId" + }, + "indexId": { + "location": "uri", + "locationName": "indexId" + } + } + }, + "output": { + "type": "structure", + "members": { + "executionId": {} + } + } + }, + "StopDataSourceSyncJob": { + "http": { + "requestUri": "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/stopsync", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "dataSourceId", + "indexId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "dataSourceId": { + "location": "uri", + "locationName": "dataSourceId" + }, + "indexId": { + "location": "uri", + "locationName": "indexId" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "TagResource": { + "http": { + "requestUri": "/v1/tags/{resourceARN}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceARN", + "tags" + ], + "members": { + "resourceARN": { + "location": "uri", + "locationName": "resourceARN" + }, + "tags": { + "shape": "S2s" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "UntagResource": { + "http": { + "method": "DELETE", + "requestUri": "/v1/tags/{resourceARN}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceARN", + "tagKeys" + ], + "members": { + "resourceARN": { + "location": "uri", + "locationName": "resourceARN" + }, + "tagKeys": { + "location": "querystring", + "locationName": "tagKeys", + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "UpdateApplication": { + "http": { + "method": "PUT", + "requestUri": "/applications/{applicationId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "attachmentsConfiguration": { + "shape": "S2m" + }, + "description": {}, + "displayName": {}, + "roleArn": {} + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "UpdateChatControlsConfiguration": { + "http": { + "method": "PATCH", + "requestUri": "/applications/{applicationId}/chatcontrols", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "blockedPhrasesConfigurationUpdate": { + "type": "structure", + "members": { + "blockedPhrasesToCreateOrUpdate": { + "shape": "S53" + }, + "blockedPhrasesToDelete": { + "shape": "S53" + }, + "systemMessageOverride": {} + } + }, + "clientToken": { + "idempotencyToken": true + }, + "responseScope": {}, + "topicConfigurationsToCreateOrUpdate": { + "shape": "S57" + }, + "topicConfigurationsToDelete": { + "shape": "S57" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "UpdateDataSource": { + "http": { + "method": "PUT", + "requestUri": "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "dataSourceId", + "indexId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "configuration": { + "shape": "S2z" + }, + "dataSourceId": { + "location": "uri", + "locationName": "dataSourceId" + }, + "description": {}, + "displayName": {}, + "documentEnrichmentConfiguration": { + "shape": "S19" + }, + "indexId": { + "location": "uri", + "locationName": "indexId" + }, + "roleArn": {}, + "syncSchedule": {}, + "vpcConfiguration": { + "shape": "S32" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "UpdateIndex": { + "http": { + "method": "PUT", + "requestUri": "/applications/{applicationId}/indices/{indexId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "indexId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "capacityConfiguration": { + "shape": "S3a" + }, + "description": {}, + "displayName": {}, + "documentAttributeConfigurations": { + "shape": "S5x" + }, + "indexId": { + "location": "uri", + "locationName": "indexId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "UpdatePlugin": { + "http": { + "method": "PUT", + "requestUri": "/applications/{applicationId}/plugins/{pluginId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "pluginId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "authConfiguration": { + "shape": "S3g" + }, + "displayName": {}, + "pluginId": { + "location": "uri", + "locationName": "pluginId" + }, + "serverUrl": {}, + "state": {} + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "UpdateRetriever": { + "http": { + "method": "PUT", + "requestUri": "/applications/{applicationId}/retrievers/{retrieverId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "retrieverId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "configuration": { + "shape": "S3p" + }, + "displayName": {}, + "retrieverId": { + "location": "uri", + "locationName": "retrieverId" + }, + "roleArn": {} + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "UpdateUser": { + "http": { + "method": "PUT", + "requestUri": "/applications/{applicationId}/users/{userId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "userId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "userAliasesToDelete": { + "shape": "S6e" + }, + "userAliasesToUpdate": { + "shape": "S6e" + }, + "userId": { + "location": "uri", + "locationName": "userId" + } + } + }, + "output": { + "type": "structure", + "members": { + "userAliasesAdded": { + "shape": "S6e" + }, + "userAliasesDeleted": { + "shape": "S6e" + }, + "userAliasesUpdated": { + "shape": "S6e" + } + } + }, + "idempotent": true + }, + "UpdateWebExperience": { + "http": { + "method": "PUT", + "requestUri": "/applications/{applicationId}/experiences/{webExperienceId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "applicationId", + "webExperienceId" + ], + "members": { + "applicationId": { + "location": "uri", + "locationName": "applicationId" + }, + "authenticationConfiguration": { + "shape": "S6h" + }, + "samplePromptsControlMode": {}, + "subtitle": {}, + "title": {}, + "webExperienceId": { + "location": "uri", + "locationName": "webExperienceId" + }, + "welcomeMessage": {} + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + } + }, + "shapes": { + "S9": { + "type": "list", + "member": { + "type": "structure", + "members": { + "dataSourceId": {}, + "error": { + "shape": "Sc" + }, + "id": {} + } + } + }, + "Sc": { + "type": "structure", + "members": { + "errorCode": {}, + "errorMessage": {} + } + }, + "Sv": { + "type": "structure", + "required": [ + "name", + "value" + ], + "members": { + "name": {}, + "value": { + "shape": "Sx" + } + } + }, + "Sx": { + "type": "structure", + "members": { + "dateValue": { + "type": "timestamp" + }, + "longValue": { + "type": "long" + }, + "stringListValue": { + "type": "list", + "member": {} + }, + "stringValue": {} + }, + "union": true + }, + "S19": { + "type": "structure", + "members": { + "inlineConfigurations": { + "type": "list", + "member": { + "type": "structure", + "members": { + "condition": { + "shape": "S1c" + }, + "documentContentOperator": {}, + "target": { + "type": "structure", + "required": [ + "key" + ], + "members": { + "attributeValueOperator": {}, + "key": {}, + "value": { + "shape": "Sx" + } + } + } + } + } + }, + "postExtractionHookConfiguration": { + "shape": "S1h" + }, + "preExtractionHookConfiguration": { + "shape": "S1h" + } + } + }, + "S1c": { + "type": "structure", + "required": [ + "key", + "operator" + ], + "members": { + "key": {}, + "operator": {}, + "value": { + "shape": "Sx" + } + } + }, + "S1h": { + "type": "structure", + "members": { + "invocationCondition": { + "shape": "S1c" + }, + "lambdaArn": {}, + "roleArn": {}, + "s3BucketName": {} + } + }, + "S1n": { + "type": "structure", + "required": [ + "payload", + "payloadFieldNameSeparator", + "pluginId" + ], + "members": { + "payload": { + "type": "map", + "key": {}, + "value": { + "type": "structure", + "required": [ + "value" + ], + "members": { + "value": { + "shape": "S1r" + } + } + } + }, + "payloadFieldNameSeparator": {}, + "pluginId": {} + } + }, + "S1r": { + "type": "structure", + "members": {}, + "document": true + }, + "S1x": { + "type": "structure", + "members": { + "andAllFilters": { + "shape": "S1y" + }, + "containsAll": { + "shape": "Sv" + }, + "containsAny": { + "shape": "Sv" + }, + "equalsTo": { + "shape": "Sv" + }, + "greaterThan": { + "shape": "Sv" + }, + "greaterThanOrEquals": { + "shape": "Sv" + }, + "lessThan": { + "shape": "Sv" + }, + "lessThanOrEquals": { + "shape": "Sv" + }, + "notFilter": { + "shape": "S1x" + }, + "orAllFilters": { + "shape": "S1y" + } + } + }, + "S1y": { + "type": "list", + "member": { + "shape": "S1x" + } + }, + "S22": { + "type": "list", + "member": {} + }, + "S25": { + "type": "structure", + "members": { + "payload": { + "type": "map", + "key": {}, + "value": { + "type": "structure", + "members": { + "allowedValues": { + "type": "list", + "member": { + "type": "structure", + "members": { + "displayValue": { + "shape": "S1r" + }, + "value": { + "shape": "S1r" + } + } + } + }, + "displayName": {}, + "displayOrder": { + "type": "integer" + }, + "required": { + "type": "boolean" + }, + "type": {}, + "value": { + "shape": "S1r" + } + } + } + }, + "payloadFieldNameSeparator": {}, + "pluginId": {}, + "pluginType": {} + } + }, + "S2e": { + "type": "list", + "member": { + "type": "structure", + "members": { + "error": { + "shape": "Sc" + }, + "name": {}, + "status": {} + } + } + }, + "S2h": { + "type": "list", + "member": { + "type": "structure", + "members": { + "citationNumber": { + "type": "integer" + }, + "snippet": {}, + "textMessageSegments": { + "type": "list", + "member": { + "type": "structure", + "members": { + "beginOffset": { + "type": "integer" + }, + "endOffset": { + "type": "integer" + } + } + } + }, + "title": {}, + "updatedAt": { + "type": "timestamp" + }, + "url": {} + } + } + }, + "S2m": { + "type": "structure", + "required": [ + "attachmentsControlMode" + ], + "members": { + "attachmentsControlMode": {} + } + }, + "S2q": { + "type": "structure", + "members": { + "kmsKeyId": { + "type": "string", + "sensitive": true + } + } + }, + "S2s": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "key", + "value" + ], + "members": { + "key": {}, + "value": {} + } + } + }, + "S2z": { + "type": "structure", + "members": {}, + "document": true + }, + "S32": { + "type": "structure", + "required": [ + "securityGroupIds", + "subnetIds" + ], + "members": { + "securityGroupIds": { + "type": "list", + "member": {} + }, + "subnetIds": { + "type": "list", + "member": {} + } + } + }, + "S3a": { + "type": "structure", + "members": { + "units": { + "type": "integer" + } + } + }, + "S3g": { + "type": "structure", + "members": { + "basicAuthConfiguration": { + "type": "structure", + "required": [ + "roleArn", + "secretArn" + ], + "members": { + "roleArn": {}, + "secretArn": {} + } + }, + "oAuth2ClientCredentialConfiguration": { + "type": "structure", + "required": [ + "roleArn", + "secretArn" + ], + "members": { + "roleArn": {}, + "secretArn": {} + } + } + }, + "union": true + }, + "S3p": { + "type": "structure", + "members": { + "kendraIndexConfiguration": { + "type": "structure", + "required": [ + "indexId" + ], + "members": { + "indexId": {} + } + }, + "nativeIndexConfiguration": { + "type": "structure", + "required": [ + "indexId" + ], + "members": { + "indexId": {} + } + } + }, + "union": true + }, + "S40": { + "type": "structure", + "required": [ + "userId" + ], + "members": { + "dataSourceId": {}, + "indexId": {}, + "userId": {} + } + }, + "S53": { + "type": "list", + "member": {} + }, + "S57": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "name", + "rules" + ], + "members": { + "description": {}, + "exampleChatMessages": { + "type": "list", + "member": {} + }, + "name": {}, + "rules": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "ruleType" + ], + "members": { + "excludedUsersAndGroups": { + "shape": "S5f" + }, + "includedUsersAndGroups": { + "shape": "S5f" + }, + "ruleConfiguration": { + "type": "structure", + "members": { + "contentBlockerRule": { + "type": "structure", + "members": { + "systemMessageOverride": {} + } + }, + "contentRetrievalRule": { + "type": "structure", + "members": { + "eligibleDataSources": { + "type": "list", + "member": { + "type": "structure", + "members": { + "dataSourceId": {}, + "indexId": {} + } + } + } + } + } + }, + "union": true + }, + "ruleType": {} + } + } + } + } + } + }, + "S5f": { + "type": "structure", + "members": { + "userGroups": { + "shape": "S22" + }, + "userIds": { + "type": "list", + "member": {} + } + } + }, + "S5s": { + "type": "structure", + "members": { + "errorDetail": { + "shape": "Sc" + }, + "lastUpdatedAt": { + "type": "timestamp" + }, + "status": {} + } + }, + "S5x": { + "type": "list", + "member": { + "type": "structure", + "members": { + "name": {}, + "search": {}, + "type": {} + } + } + }, + "S6e": { + "type": "list", + "member": { + "shape": "S40" + } + }, + "S6h": { + "type": "structure", + "members": { + "samlConfiguration": { + "type": "structure", + "required": [ + "metadataXML", + "roleArn", + "userIdAttribute" + ], + "members": { + "metadataXML": {}, + "roleArn": {}, + "userGroupAttribute": {}, + "userIdAttribute": {} + } + } + }, + "union": true + } + } +} \ No newline at end of file diff --git a/iamlivecore/service/qconnect-2020-10-19.min.json b/iamlivecore/service/qconnect-2020-10-19.min.json new file mode 100644 index 0000000..9f450cd --- /dev/null +++ b/iamlivecore/service/qconnect-2020-10-19.min.json @@ -0,0 +1,2561 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2020-10-19", + "endpointPrefix": "wisdom", + "jsonVersion": "1.1", + "protocol": "rest-json", + "serviceFullName": "Amazon Q Connect", + "serviceId": "QConnect", + "signatureVersion": "v4", + "signingName": "wisdom", + "uid": "qconnect-2020-10-19" + }, + "operations": { + "CreateAssistant": { + "http": { + "requestUri": "/assistants", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "name", + "type" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "description": {}, + "name": {}, + "serverSideEncryptionConfiguration": { + "shape": "S5" + }, + "tags": { + "shape": "S7" + }, + "type": {} + } + }, + "output": { + "type": "structure", + "members": { + "assistant": { + "shape": "Sc" + } + } + }, + "idempotent": true + }, + "CreateAssistantAssociation": { + "http": { + "requestUri": "/assistants/{assistantId}/associations", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "assistantId", + "association", + "associationType" + ], + "members": { + "assistantId": { + "location": "uri", + "locationName": "assistantId" + }, + "association": { + "type": "structure", + "members": { + "knowledgeBaseId": {} + }, + "union": true + }, + "associationType": {}, + "clientToken": { + "idempotencyToken": true + }, + "tags": { + "shape": "S7" + } + } + }, + "output": { + "type": "structure", + "members": { + "assistantAssociation": { + "shape": "Sp" + } + } + }, + "idempotent": true + }, + "CreateContent": { + "http": { + "requestUri": "/knowledgeBases/{knowledgeBaseId}/contents", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "name", + "uploadId" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "metadata": { + "shape": "St" + }, + "name": {}, + "overrideLinkOutUri": {}, + "tags": { + "shape": "S7" + }, + "title": {}, + "uploadId": {} + } + }, + "output": { + "type": "structure", + "members": { + "content": { + "shape": "Sy" + } + } + }, + "idempotent": true + }, + "CreateKnowledgeBase": { + "http": { + "requestUri": "/knowledgeBases", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseType", + "name" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "description": {}, + "knowledgeBaseType": {}, + "name": {}, + "renderingConfiguration": { + "shape": "S15" + }, + "serverSideEncryptionConfiguration": { + "shape": "S5" + }, + "sourceConfiguration": { + "shape": "S16" + }, + "tags": { + "shape": "S7" + } + } + }, + "output": { + "type": "structure", + "members": { + "knowledgeBase": { + "shape": "S1a" + } + } + }, + "idempotent": true + }, + "CreateQuickResponse": { + "http": { + "requestUri": "/knowledgeBases/{knowledgeBaseId}/quickResponses", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "content", + "knowledgeBaseId", + "name" + ], + "members": { + "channels": { + "shape": "S1d" + }, + "clientToken": { + "idempotencyToken": true + }, + "content": { + "shape": "S1f" + }, + "contentType": {}, + "description": {}, + "groupingConfiguration": { + "shape": "S1j" + }, + "isActive": { + "type": "boolean" + }, + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "language": {}, + "name": {}, + "shortcutKey": {}, + "tags": { + "shape": "S7" + } + } + }, + "output": { + "type": "structure", + "members": { + "quickResponse": { + "shape": "S1s" + } + } + }, + "idempotent": true + }, + "CreateSession": { + "http": { + "requestUri": "/assistants/{assistantId}/sessions", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "assistantId", + "name" + ], + "members": { + "assistantId": { + "location": "uri", + "locationName": "assistantId" + }, + "clientToken": { + "idempotencyToken": true + }, + "description": {}, + "name": {}, + "tags": { + "shape": "S7" + } + } + }, + "output": { + "type": "structure", + "members": { + "session": { + "shape": "S1y" + } + } + }, + "idempotent": true + }, + "DeleteAssistant": { + "http": { + "method": "DELETE", + "requestUri": "/assistants/{assistantId}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "assistantId" + ], + "members": { + "assistantId": { + "location": "uri", + "locationName": "assistantId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteAssistantAssociation": { + "http": { + "method": "DELETE", + "requestUri": "/assistants/{assistantId}/associations/{assistantAssociationId}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "assistantAssociationId", + "assistantId" + ], + "members": { + "assistantAssociationId": { + "location": "uri", + "locationName": "assistantAssociationId" + }, + "assistantId": { + "location": "uri", + "locationName": "assistantId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteContent": { + "http": { + "method": "DELETE", + "requestUri": "/knowledgeBases/{knowledgeBaseId}/contents/{contentId}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "contentId", + "knowledgeBaseId" + ], + "members": { + "contentId": { + "location": "uri", + "locationName": "contentId" + }, + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteImportJob": { + "http": { + "method": "DELETE", + "requestUri": "/knowledgeBases/{knowledgeBaseId}/importJobs/{importJobId}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "importJobId", + "knowledgeBaseId" + ], + "members": { + "importJobId": { + "location": "uri", + "locationName": "importJobId" + }, + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteKnowledgeBase": { + "http": { + "method": "DELETE", + "requestUri": "/knowledgeBases/{knowledgeBaseId}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteQuickResponse": { + "http": { + "method": "DELETE", + "requestUri": "/knowledgeBases/{knowledgeBaseId}/quickResponses/{quickResponseId}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "quickResponseId" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "quickResponseId": { + "location": "uri", + "locationName": "quickResponseId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "GetAssistant": { + "http": { + "method": "GET", + "requestUri": "/assistants/{assistantId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "assistantId" + ], + "members": { + "assistantId": { + "location": "uri", + "locationName": "assistantId" + } + } + }, + "output": { + "type": "structure", + "members": { + "assistant": { + "shape": "Sc" + } + } + } + }, + "GetAssistantAssociation": { + "http": { + "method": "GET", + "requestUri": "/assistants/{assistantId}/associations/{assistantAssociationId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "assistantAssociationId", + "assistantId" + ], + "members": { + "assistantAssociationId": { + "location": "uri", + "locationName": "assistantAssociationId" + }, + "assistantId": { + "location": "uri", + "locationName": "assistantId" + } + } + }, + "output": { + "type": "structure", + "members": { + "assistantAssociation": { + "shape": "Sp" + } + } + } + }, + "GetContent": { + "http": { + "method": "GET", + "requestUri": "/knowledgeBases/{knowledgeBaseId}/contents/{contentId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "contentId", + "knowledgeBaseId" + ], + "members": { + "contentId": { + "location": "uri", + "locationName": "contentId" + }, + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + } + } + }, + "output": { + "type": "structure", + "members": { + "content": { + "shape": "Sy" + } + } + } + }, + "GetContentSummary": { + "http": { + "method": "GET", + "requestUri": "/knowledgeBases/{knowledgeBaseId}/contents/{contentId}/summary", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "contentId", + "knowledgeBaseId" + ], + "members": { + "contentId": { + "location": "uri", + "locationName": "contentId" + }, + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + } + } + }, + "output": { + "type": "structure", + "members": { + "contentSummary": { + "shape": "S2k" + } + } + } + }, + "GetImportJob": { + "http": { + "method": "GET", + "requestUri": "/knowledgeBases/{knowledgeBaseId}/importJobs/{importJobId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "importJobId", + "knowledgeBaseId" + ], + "members": { + "importJobId": { + "location": "uri", + "locationName": "importJobId" + }, + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + } + } + }, + "output": { + "type": "structure", + "members": { + "importJob": { + "shape": "S2n" + } + } + } + }, + "GetKnowledgeBase": { + "http": { + "method": "GET", + "requestUri": "/knowledgeBases/{knowledgeBaseId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + } + } + }, + "output": { + "type": "structure", + "members": { + "knowledgeBase": { + "shape": "S1a" + } + } + } + }, + "GetQuickResponse": { + "http": { + "method": "GET", + "requestUri": "/knowledgeBases/{knowledgeBaseId}/quickResponses/{quickResponseId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "quickResponseId" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "quickResponseId": { + "location": "uri", + "locationName": "quickResponseId" + } + } + }, + "output": { + "type": "structure", + "members": { + "quickResponse": { + "shape": "S1s" + } + } + } + }, + "GetRecommendations": { + "http": { + "method": "GET", + "requestUri": "/assistants/{assistantId}/sessions/{sessionId}/recommendations", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "assistantId", + "sessionId" + ], + "members": { + "assistantId": { + "location": "uri", + "locationName": "assistantId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "sessionId": { + "location": "uri", + "locationName": "sessionId" + }, + "waitTimeSeconds": { + "location": "querystring", + "locationName": "waitTimeSeconds", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "recommendations" + ], + "members": { + "recommendations": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "recommendationId" + ], + "members": { + "data": { + "shape": "S34" + }, + "document": { + "shape": "S3o" + }, + "recommendationId": {}, + "relevanceLevel": {}, + "relevanceScore": { + "type": "double" + }, + "type": {} + } + } + }, + "triggers": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "data", + "id", + "recommendationIds", + "source", + "type" + ], + "members": { + "data": { + "type": "structure", + "members": { + "query": { + "type": "structure", + "members": { + "text": { + "shape": "S3v" + } + } + } + }, + "union": true + }, + "id": {}, + "recommendationIds": { + "shape": "S3w" + }, + "source": {}, + "type": {} + } + } + } + } + } + }, + "GetSession": { + "http": { + "method": "GET", + "requestUri": "/assistants/{assistantId}/sessions/{sessionId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "assistantId", + "sessionId" + ], + "members": { + "assistantId": { + "location": "uri", + "locationName": "assistantId" + }, + "sessionId": { + "location": "uri", + "locationName": "sessionId" + } + } + }, + "output": { + "type": "structure", + "members": { + "session": { + "shape": "S1y" + } + } + } + }, + "ListAssistantAssociations": { + "http": { + "method": "GET", + "requestUri": "/assistants/{assistantId}/associations", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "assistantId" + ], + "members": { + "assistantId": { + "location": "uri", + "locationName": "assistantId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "required": [ + "assistantAssociationSummaries" + ], + "members": { + "assistantAssociationSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "assistantArn", + "assistantAssociationArn", + "assistantAssociationId", + "assistantId", + "associationData", + "associationType" + ], + "members": { + "assistantArn": {}, + "assistantAssociationArn": {}, + "assistantAssociationId": {}, + "assistantId": {}, + "associationData": { + "shape": "Sq" + }, + "associationType": {}, + "tags": { + "shape": "S7" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListAssistants": { + "http": { + "method": "GET", + "requestUri": "/assistants", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "required": [ + "assistantSummaries" + ], + "members": { + "assistantSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "assistantArn", + "assistantId", + "name", + "status", + "type" + ], + "members": { + "assistantArn": {}, + "assistantId": {}, + "capabilityConfiguration": { + "shape": "Sf" + }, + "description": {}, + "integrationConfiguration": { + "shape": "Sh" + }, + "name": {}, + "serverSideEncryptionConfiguration": { + "shape": "S5" + }, + "status": {}, + "tags": { + "shape": "S7" + }, + "type": {} + } + } + }, + "nextToken": {} + } + } + }, + "ListContents": { + "http": { + "method": "GET", + "requestUri": "/knowledgeBases/{knowledgeBaseId}/contents", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "required": [ + "contentSummaries" + ], + "members": { + "contentSummaries": { + "shape": "S4c" + }, + "nextToken": {} + } + } + }, + "ListImportJobs": { + "http": { + "method": "GET", + "requestUri": "/knowledgeBases/{knowledgeBaseId}/importJobs", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "required": [ + "importJobSummaries" + ], + "members": { + "importJobSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "createdTime", + "importJobId", + "importJobType", + "knowledgeBaseArn", + "knowledgeBaseId", + "lastModifiedTime", + "status", + "uploadId" + ], + "members": { + "createdTime": { + "shape": "S12" + }, + "externalSourceConfiguration": { + "shape": "S2o" + }, + "importJobId": {}, + "importJobType": {}, + "knowledgeBaseArn": {}, + "knowledgeBaseId": {}, + "lastModifiedTime": { + "shape": "S12" + }, + "metadata": { + "shape": "St" + }, + "status": {}, + "uploadId": {} + } + } + }, + "nextToken": {} + } + } + }, + "ListKnowledgeBases": { + "http": { + "method": "GET", + "requestUri": "/knowledgeBases", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "required": [ + "knowledgeBaseSummaries" + ], + "members": { + "knowledgeBaseSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "knowledgeBaseArn", + "knowledgeBaseId", + "knowledgeBaseType", + "name", + "status" + ], + "members": { + "description": {}, + "knowledgeBaseArn": {}, + "knowledgeBaseId": {}, + "knowledgeBaseType": {}, + "name": {}, + "renderingConfiguration": { + "shape": "S15" + }, + "serverSideEncryptionConfiguration": { + "shape": "S5" + }, + "sourceConfiguration": { + "shape": "S16" + }, + "status": {}, + "tags": { + "shape": "S7" + } + } + } + }, + "nextToken": {} + } + } + }, + "ListQuickResponses": { + "http": { + "method": "GET", + "requestUri": "/knowledgeBases/{knowledgeBaseId}/quickResponses", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "required": [ + "quickResponseSummaries" + ], + "members": { + "nextToken": {}, + "quickResponseSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "contentType", + "createdTime", + "knowledgeBaseArn", + "knowledgeBaseId", + "lastModifiedTime", + "name", + "quickResponseArn", + "quickResponseId", + "status" + ], + "members": { + "channels": { + "shape": "S1d" + }, + "contentType": {}, + "createdTime": { + "shape": "S12" + }, + "description": {}, + "isActive": { + "type": "boolean" + }, + "knowledgeBaseArn": {}, + "knowledgeBaseId": {}, + "lastModifiedBy": {}, + "lastModifiedTime": { + "shape": "S12" + }, + "name": {}, + "quickResponseArn": {}, + "quickResponseId": {}, + "status": {}, + "tags": { + "shape": "S7" + } + } + } + } + } + } + }, + "ListTagsForResource": { + "http": { + "method": "GET", + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + } + } + }, + "output": { + "type": "structure", + "members": { + "tags": { + "shape": "S7" + } + } + } + }, + "NotifyRecommendationsReceived": { + "http": { + "requestUri": "/assistants/{assistantId}/sessions/{sessionId}/recommendations/notify", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "assistantId", + "recommendationIds", + "sessionId" + ], + "members": { + "assistantId": { + "location": "uri", + "locationName": "assistantId" + }, + "recommendationIds": { + "shape": "S3w" + }, + "sessionId": { + "location": "uri", + "locationName": "sessionId" + } + } + }, + "output": { + "type": "structure", + "members": { + "errors": { + "type": "list", + "member": { + "type": "structure", + "members": { + "message": {}, + "recommendationId": {} + } + } + }, + "recommendationIds": { + "shape": "S3w" + } + } + }, + "idempotent": true + }, + "PutFeedback": { + "http": { + "method": "PUT", + "requestUri": "/assistants/{assistantId}/feedback", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "assistantId", + "contentFeedback", + "targetId", + "targetType" + ], + "members": { + "assistantId": { + "location": "uri", + "locationName": "assistantId" + }, + "contentFeedback": { + "shape": "S4x" + }, + "targetId": {}, + "targetType": {} + } + }, + "output": { + "type": "structure", + "required": [ + "assistantArn", + "assistantId", + "contentFeedback", + "targetId", + "targetType" + ], + "members": { + "assistantArn": {}, + "assistantId": {}, + "contentFeedback": { + "shape": "S4x" + }, + "targetId": {}, + "targetType": {} + } + }, + "idempotent": true + }, + "QueryAssistant": { + "http": { + "requestUri": "/assistants/{assistantId}/query", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "assistantId", + "queryText" + ], + "members": { + "assistantId": { + "location": "uri", + "locationName": "assistantId" + }, + "maxResults": { + "type": "integer" + }, + "nextToken": {}, + "queryCondition": { + "type": "list", + "member": { + "type": "structure", + "members": { + "single": { + "type": "structure", + "required": [ + "comparator", + "field", + "value" + ], + "members": { + "comparator": {}, + "field": {}, + "value": {} + } + } + }, + "union": true + } + }, + "queryText": { + "shape": "S3v" + }, + "sessionId": {} + } + }, + "output": { + "type": "structure", + "required": [ + "results" + ], + "members": { + "nextToken": {}, + "results": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "resultId" + ], + "members": { + "data": { + "shape": "S34" + }, + "document": { + "shape": "S3o" + }, + "relevanceScore": { + "type": "double" + }, + "resultId": {}, + "type": {} + } + } + } + } + } + }, + "RemoveKnowledgeBaseTemplateUri": { + "http": { + "method": "DELETE", + "requestUri": "/knowledgeBases/{knowledgeBaseId}/templateUri", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "SearchContent": { + "http": { + "requestUri": "/knowledgeBases/{knowledgeBaseId}/search", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "searchExpression" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "searchExpression": { + "shape": "S5f" + } + } + }, + "output": { + "type": "structure", + "required": [ + "contentSummaries" + ], + "members": { + "contentSummaries": { + "shape": "S4c" + }, + "nextToken": {} + } + } + }, + "SearchQuickResponses": { + "http": { + "requestUri": "/knowledgeBases/{knowledgeBaseId}/search/quickResponses", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "searchExpression" + ], + "members": { + "attributes": { + "type": "map", + "key": {}, + "value": {}, + "sensitive": true + }, + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "searchExpression": { + "type": "structure", + "members": { + "filters": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "name", + "operator" + ], + "members": { + "includeNoExistence": { + "type": "boolean" + }, + "name": {}, + "operator": {}, + "values": { + "type": "list", + "member": {} + } + } + } + }, + "orderOnField": { + "type": "structure", + "required": [ + "name" + ], + "members": { + "name": {}, + "order": {} + } + }, + "queries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "name", + "operator", + "values" + ], + "members": { + "allowFuzziness": { + "type": "boolean" + }, + "name": {}, + "operator": {}, + "priority": {}, + "values": { + "type": "list", + "member": {} + } + } + } + } + } + } + } + }, + "output": { + "type": "structure", + "required": [ + "results" + ], + "members": { + "nextToken": {}, + "results": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "contentType", + "contents", + "createdTime", + "isActive", + "knowledgeBaseArn", + "knowledgeBaseId", + "lastModifiedTime", + "name", + "quickResponseArn", + "quickResponseId", + "status" + ], + "members": { + "attributesInterpolated": { + "shape": "S66" + }, + "attributesNotInterpolated": { + "shape": "S66" + }, + "channels": { + "shape": "S1d" + }, + "contentType": {}, + "contents": { + "shape": "S1t" + }, + "createdTime": { + "shape": "S12" + }, + "description": {}, + "groupingConfiguration": { + "shape": "S1j" + }, + "isActive": { + "type": "boolean" + }, + "knowledgeBaseArn": {}, + "knowledgeBaseId": {}, + "language": {}, + "lastModifiedBy": {}, + "lastModifiedTime": { + "shape": "S12" + }, + "name": {}, + "quickResponseArn": {}, + "quickResponseId": {}, + "shortcutKey": {}, + "status": {}, + "tags": { + "shape": "S7" + } + } + } + } + } + } + }, + "SearchSessions": { + "http": { + "requestUri": "/assistants/{assistantId}/searchSessions", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "assistantId", + "searchExpression" + ], + "members": { + "assistantId": { + "location": "uri", + "locationName": "assistantId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "searchExpression": { + "shape": "S5f" + } + } + }, + "output": { + "type": "structure", + "required": [ + "sessionSummaries" + ], + "members": { + "nextToken": {}, + "sessionSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "assistantArn", + "assistantId", + "sessionArn", + "sessionId" + ], + "members": { + "assistantArn": {}, + "assistantId": {}, + "sessionArn": {}, + "sessionId": {} + } + } + } + } + } + }, + "StartContentUpload": { + "http": { + "requestUri": "/knowledgeBases/{knowledgeBaseId}/upload", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "contentType", + "knowledgeBaseId" + ], + "members": { + "contentType": {}, + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "presignedUrlTimeToLive": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "headersToInclude", + "uploadId", + "url", + "urlExpiry" + ], + "members": { + "headersToInclude": { + "type": "map", + "key": {}, + "value": {} + }, + "uploadId": {}, + "url": { + "shape": "S11" + }, + "urlExpiry": { + "shape": "S12" + } + } + } + }, + "StartImportJob": { + "http": { + "requestUri": "/knowledgeBases/{knowledgeBaseId}/importJobs", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "importJobType", + "knowledgeBaseId", + "uploadId" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "externalSourceConfiguration": { + "shape": "S2o" + }, + "importJobType": {}, + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "metadata": { + "shape": "St" + }, + "uploadId": {} + } + }, + "output": { + "type": "structure", + "members": { + "importJob": { + "shape": "S2n" + } + } + }, + "idempotent": true + }, + "TagResource": { + "http": { + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn", + "tags" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + }, + "tags": { + "shape": "S7" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "UntagResource": { + "http": { + "method": "DELETE", + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn", + "tagKeys" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + }, + "tagKeys": { + "location": "querystring", + "locationName": "tagKeys", + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "UpdateContent": { + "http": { + "requestUri": "/knowledgeBases/{knowledgeBaseId}/contents/{contentId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "contentId", + "knowledgeBaseId" + ], + "members": { + "contentId": { + "location": "uri", + "locationName": "contentId" + }, + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "metadata": { + "shape": "St" + }, + "overrideLinkOutUri": {}, + "removeOverrideLinkOutUri": { + "type": "boolean" + }, + "revisionId": {}, + "title": {}, + "uploadId": {} + } + }, + "output": { + "type": "structure", + "members": { + "content": { + "shape": "Sy" + } + } + } + }, + "UpdateKnowledgeBaseTemplateUri": { + "http": { + "requestUri": "/knowledgeBases/{knowledgeBaseId}/templateUri", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "templateUri" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "templateUri": {} + } + }, + "output": { + "type": "structure", + "members": { + "knowledgeBase": { + "shape": "S1a" + } + } + } + }, + "UpdateQuickResponse": { + "http": { + "requestUri": "/knowledgeBases/{knowledgeBaseId}/quickResponses/{quickResponseId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "quickResponseId" + ], + "members": { + "channels": { + "shape": "S1d" + }, + "content": { + "shape": "S1f" + }, + "contentType": {}, + "description": {}, + "groupingConfiguration": { + "shape": "S1j" + }, + "isActive": { + "type": "boolean" + }, + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "language": {}, + "name": {}, + "quickResponseId": { + "location": "uri", + "locationName": "quickResponseId" + }, + "removeDescription": { + "type": "boolean" + }, + "removeGroupingConfiguration": { + "type": "boolean" + }, + "removeShortcutKey": { + "type": "boolean" + }, + "shortcutKey": {} + } + }, + "output": { + "type": "structure", + "members": { + "quickResponse": { + "shape": "S1s" + } + } + } + } + }, + "shapes": { + "S5": { + "type": "structure", + "members": { + "kmsKeyId": {} + } + }, + "S7": { + "type": "map", + "key": {}, + "value": {} + }, + "Sc": { + "type": "structure", + "required": [ + "assistantArn", + "assistantId", + "name", + "status", + "type" + ], + "members": { + "assistantArn": {}, + "assistantId": {}, + "capabilityConfiguration": { + "shape": "Sf" + }, + "description": {}, + "integrationConfiguration": { + "shape": "Sh" + }, + "name": {}, + "serverSideEncryptionConfiguration": { + "shape": "S5" + }, + "status": {}, + "tags": { + "shape": "S7" + }, + "type": {} + } + }, + "Sf": { + "type": "structure", + "members": { + "type": {} + } + }, + "Sh": { + "type": "structure", + "members": { + "topicIntegrationArn": {} + } + }, + "Sp": { + "type": "structure", + "required": [ + "assistantArn", + "assistantAssociationArn", + "assistantAssociationId", + "assistantId", + "associationData", + "associationType" + ], + "members": { + "assistantArn": {}, + "assistantAssociationArn": {}, + "assistantAssociationId": {}, + "assistantId": {}, + "associationData": { + "shape": "Sq" + }, + "associationType": {}, + "tags": { + "shape": "S7" + } + } + }, + "Sq": { + "type": "structure", + "members": { + "knowledgeBaseAssociation": { + "type": "structure", + "members": { + "knowledgeBaseArn": {}, + "knowledgeBaseId": {} + } + } + }, + "union": true + }, + "St": { + "type": "map", + "key": {}, + "value": {} + }, + "Sy": { + "type": "structure", + "required": [ + "contentArn", + "contentId", + "contentType", + "knowledgeBaseArn", + "knowledgeBaseId", + "metadata", + "name", + "revisionId", + "status", + "title", + "url", + "urlExpiry" + ], + "members": { + "contentArn": {}, + "contentId": {}, + "contentType": {}, + "knowledgeBaseArn": {}, + "knowledgeBaseId": {}, + "linkOutUri": {}, + "metadata": { + "shape": "St" + }, + "name": {}, + "revisionId": {}, + "status": {}, + "tags": { + "shape": "S7" + }, + "title": {}, + "url": { + "shape": "S11" + }, + "urlExpiry": { + "shape": "S12" + } + } + }, + "S11": { + "type": "string", + "sensitive": true + }, + "S12": { + "type": "timestamp", + "timestampFormat": "unixTimestamp" + }, + "S15": { + "type": "structure", + "members": { + "templateUri": {} + } + }, + "S16": { + "type": "structure", + "members": { + "appIntegrations": { + "type": "structure", + "required": [ + "appIntegrationArn" + ], + "members": { + "appIntegrationArn": {}, + "objectFields": { + "type": "list", + "member": {} + } + } + } + }, + "union": true + }, + "S1a": { + "type": "structure", + "required": [ + "knowledgeBaseArn", + "knowledgeBaseId", + "knowledgeBaseType", + "name", + "status" + ], + "members": { + "description": {}, + "knowledgeBaseArn": {}, + "knowledgeBaseId": {}, + "knowledgeBaseType": {}, + "lastContentModificationTime": { + "shape": "S12" + }, + "name": {}, + "renderingConfiguration": { + "shape": "S15" + }, + "serverSideEncryptionConfiguration": { + "shape": "S5" + }, + "sourceConfiguration": { + "shape": "S16" + }, + "status": {}, + "tags": { + "shape": "S7" + } + } + }, + "S1d": { + "type": "list", + "member": { + "type": "string", + "sensitive": true + } + }, + "S1f": { + "type": "structure", + "members": { + "content": { + "shape": "S1g" + } + }, + "union": true + }, + "S1g": { + "type": "string", + "sensitive": true + }, + "S1j": { + "type": "structure", + "members": { + "criteria": { + "type": "string", + "sensitive": true + }, + "values": { + "type": "list", + "member": { + "type": "string", + "sensitive": true + } + } + } + }, + "S1s": { + "type": "structure", + "required": [ + "contentType", + "createdTime", + "knowledgeBaseArn", + "knowledgeBaseId", + "lastModifiedTime", + "name", + "quickResponseArn", + "quickResponseId", + "status" + ], + "members": { + "channels": { + "shape": "S1d" + }, + "contentType": {}, + "contents": { + "shape": "S1t" + }, + "createdTime": { + "shape": "S12" + }, + "description": {}, + "groupingConfiguration": { + "shape": "S1j" + }, + "isActive": { + "type": "boolean" + }, + "knowledgeBaseArn": {}, + "knowledgeBaseId": {}, + "language": {}, + "lastModifiedBy": {}, + "lastModifiedTime": { + "shape": "S12" + }, + "name": {}, + "quickResponseArn": {}, + "quickResponseId": {}, + "shortcutKey": {}, + "status": {}, + "tags": { + "shape": "S7" + } + } + }, + "S1t": { + "type": "structure", + "members": { + "markdown": { + "shape": "S1u" + }, + "plainText": { + "shape": "S1u" + } + } + }, + "S1u": { + "type": "structure", + "members": { + "content": { + "shape": "S1g" + } + }, + "union": true + }, + "S1y": { + "type": "structure", + "required": [ + "name", + "sessionArn", + "sessionId" + ], + "members": { + "description": {}, + "integrationConfiguration": { + "type": "structure", + "members": { + "topicIntegrationArn": {} + } + }, + "name": {}, + "sessionArn": {}, + "sessionId": {}, + "tags": { + "shape": "S7" + } + } + }, + "S2k": { + "type": "structure", + "required": [ + "contentArn", + "contentId", + "contentType", + "knowledgeBaseArn", + "knowledgeBaseId", + "metadata", + "name", + "revisionId", + "status", + "title" + ], + "members": { + "contentArn": {}, + "contentId": {}, + "contentType": {}, + "knowledgeBaseArn": {}, + "knowledgeBaseId": {}, + "metadata": { + "shape": "St" + }, + "name": {}, + "revisionId": {}, + "status": {}, + "tags": { + "shape": "S7" + }, + "title": {} + } + }, + "S2n": { + "type": "structure", + "required": [ + "createdTime", + "importJobId", + "importJobType", + "knowledgeBaseArn", + "knowledgeBaseId", + "lastModifiedTime", + "status", + "uploadId", + "url", + "urlExpiry" + ], + "members": { + "createdTime": { + "shape": "S12" + }, + "externalSourceConfiguration": { + "shape": "S2o" + }, + "failedRecordReport": { + "shape": "S11" + }, + "importJobId": {}, + "importJobType": {}, + "knowledgeBaseArn": {}, + "knowledgeBaseId": {}, + "lastModifiedTime": { + "shape": "S12" + }, + "metadata": { + "shape": "St" + }, + "status": {}, + "uploadId": {}, + "url": { + "shape": "S11" + }, + "urlExpiry": { + "shape": "S12" + } + } + }, + "S2o": { + "type": "structure", + "required": [ + "configuration", + "source" + ], + "members": { + "configuration": { + "type": "structure", + "members": { + "connectConfiguration": { + "type": "structure", + "members": { + "instanceId": {} + } + } + }, + "union": true + }, + "source": {} + } + }, + "S34": { + "type": "structure", + "required": [ + "details", + "reference" + ], + "members": { + "details": { + "type": "structure", + "members": { + "contentData": { + "type": "structure", + "required": [ + "rankingData", + "textData" + ], + "members": { + "rankingData": { + "shape": "S37" + }, + "textData": { + "shape": "S3a" + } + } + }, + "generativeData": { + "type": "structure", + "required": [ + "completion", + "rankingData", + "references" + ], + "members": { + "completion": { + "shape": "S3f" + }, + "rankingData": { + "shape": "S37" + }, + "references": { + "type": "list", + "member": { + "shape": "S34" + } + } + } + }, + "sourceContentData": { + "type": "structure", + "required": [ + "id", + "rankingData", + "textData", + "type" + ], + "members": { + "id": {}, + "rankingData": { + "shape": "S37" + }, + "textData": { + "shape": "S3a" + }, + "type": {} + } + } + }, + "union": true + }, + "reference": { + "type": "structure", + "members": { + "contentReference": { + "shape": "S3l" + }, + "generativeReference": { + "type": "structure", + "members": { + "generationId": {}, + "modelId": {} + } + } + }, + "union": true + } + } + }, + "S37": { + "type": "structure", + "members": { + "relevanceLevel": {}, + "relevanceScore": { + "type": "double" + } + } + }, + "S3a": { + "type": "structure", + "members": { + "excerpt": { + "shape": "S3b" + }, + "title": { + "shape": "S3b" + } + } + }, + "S3b": { + "type": "structure", + "members": { + "highlights": { + "type": "list", + "member": { + "type": "structure", + "members": { + "beginOffsetInclusive": { + "type": "integer" + }, + "endOffsetExclusive": { + "type": "integer" + } + } + } + }, + "text": { + "shape": "S3f" + } + } + }, + "S3f": { + "type": "string", + "sensitive": true + }, + "S3l": { + "type": "structure", + "members": { + "contentArn": {}, + "contentId": {}, + "knowledgeBaseArn": {}, + "knowledgeBaseId": {} + } + }, + "S3o": { + "type": "structure", + "required": [ + "contentReference" + ], + "members": { + "contentReference": { + "shape": "S3l" + }, + "excerpt": { + "shape": "S3b" + }, + "title": { + "shape": "S3b" + } + } + }, + "S3v": { + "type": "string", + "sensitive": true + }, + "S3w": { + "type": "list", + "member": {} + }, + "S4c": { + "type": "list", + "member": { + "shape": "S2k" + } + }, + "S4x": { + "type": "structure", + "members": { + "generativeContentFeedbackData": { + "type": "structure", + "required": [ + "relevance" + ], + "members": { + "relevance": {} + } + } + }, + "union": true + }, + "S5f": { + "type": "structure", + "required": [ + "filters" + ], + "members": { + "filters": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "field", + "operator", + "value" + ], + "members": { + "field": {}, + "operator": {}, + "value": {} + } + } + } + } + }, + "S66": { + "type": "list", + "member": {}, + "sensitive": true + } + } +} \ No newline at end of file diff --git a/iamlivecore/service/quicksight-2018-04-01.min.json b/iamlivecore/service/quicksight-2018-04-01.min.json index 050c623..13a889c 100644 --- a/iamlivecore/service/quicksight-2018-04-01.min.json +++ b/iamlivecore/service/quicksight-2018-04-01.min.json @@ -193,6 +193,12 @@ }, "Definition": { "shape": "S1h" + }, + "ValidationStrategy": { + "shape": "Sm5" + }, + "FolderArns": { + "shape": "Sm7" } } }, @@ -238,18 +244,30 @@ "shape": "S19" }, "SourceEntity": { - "shape": "Slw" + "shape": "Smc" }, "Tags": { "shape": "Sb" }, "VersionDescription": {}, "DashboardPublishOptions": { - "shape": "Slz" + "shape": "Smf" }, "ThemeArn": {}, "Definition": { - "shape": "Sme" + "shape": "Smu" + }, + "ValidationStrategy": { + "shape": "Sm5" + }, + "FolderArns": { + "shape": "Sm7" + }, + "LinkSharingConfiguration": { + "shape": "Smv" + }, + "LinkEntities": { + "shape": "Smw" } } }, @@ -289,38 +307,41 @@ "DataSetId": {}, "Name": {}, "PhysicalTableMap": { - "shape": "Smj" + "shape": "Sn2" }, "LogicalTableMap": { - "shape": "Sn2" + "shape": "Snm" }, "ImportMode": {}, "ColumnGroups": { - "shape": "So9" + "shape": "Sot" }, "FieldFolders": { - "shape": "Sof" + "shape": "Soz" }, "Permissions": { "shape": "S19" }, "RowLevelPermissionDataSet": { - "shape": "Sok" + "shape": "Sp4" }, "RowLevelPermissionTagConfiguration": { - "shape": "Soo" + "shape": "Sp8" }, "ColumnLevelPermissionRules": { - "shape": "Sow" + "shape": "Spg" }, "Tags": { "shape": "Sb" }, "DataSetUsageConfiguration": { - "shape": "Sp0" + "shape": "Spk" }, "DatasetParameters": { - "shape": "Sp1" + "shape": "Spl" + }, + "FolderArns": { + "shape": "Sm7" } } }, @@ -360,22 +381,25 @@ "Name": {}, "Type": {}, "DataSourceParameters": { - "shape": "Spg" + "shape": "Sq0" }, "Credentials": { - "shape": "Sqm" + "shape": "Srh" }, "Permissions": { "shape": "S19" }, "VpcConnectionProperties": { - "shape": "Sqt" + "shape": "Sro" }, "SslProperties": { - "shape": "Squ" + "shape": "Srp" }, "Tags": { "shape": "Sb" + }, + "FolderArns": { + "shape": "Sm7" } } }, @@ -514,7 +538,7 @@ "type": "structure", "members": { "Group": { - "shape": "Sra" + "shape": "Ss5" }, "RequestId": {}, "Status": { @@ -560,7 +584,7 @@ "type": "structure", "members": { "GroupMember": { - "shape": "Sre" + "shape": "Ss9" }, "RequestId": {}, "Status": { @@ -591,7 +615,7 @@ "AssignmentStatus": {}, "PolicyArn": {}, "Identities": { - "shape": "Sri" + "shape": "Ssd" }, "Namespace": { "location": "uri", @@ -607,7 +631,7 @@ "AssignmentStatus": {}, "PolicyArn": {}, "Identities": { - "shape": "Sri" + "shape": "Ssd" }, "RequestId": {}, "Status": { @@ -719,7 +743,7 @@ "locationName": "AwsAccountId" }, "Schedule": { - "shape": "Srv" + "shape": "Ssq" } } }, @@ -736,6 +760,48 @@ } } }, + "CreateRoleMembership": { + "http": { + "requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/members/{MemberName}" + }, + "input": { + "type": "structure", + "required": [ + "MemberName", + "AwsAccountId", + "Namespace", + "Role" + ], + "members": { + "MemberName": { + "location": "uri", + "locationName": "MemberName" + }, + "AwsAccountId": { + "location": "uri", + "locationName": "AwsAccountId" + }, + "Namespace": { + "location": "uri", + "locationName": "Namespace" + }, + "Role": { + "location": "uri", + "locationName": "Role" + } + } + }, + "output": { + "type": "structure", + "members": { + "RequestId": {}, + "Status": { + "location": "statusCode", + "type": "integer" + } + } + } + }, "CreateTemplate": { "http": { "requestUri": "/accounts/{AwsAccountId}/templates/{TemplateId}" @@ -760,14 +826,17 @@ "shape": "S19" }, "SourceEntity": { - "shape": "Ss4" + "shape": "St2" }, "Tags": { "shape": "Sb" }, "VersionDescription": {}, "Definition": { - "shape": "Ss7" + "shape": "St5" + }, + "ValidationStrategy": { + "shape": "Sm5" } } }, @@ -820,7 +889,7 @@ "type": "structure", "members": { "TemplateAlias": { - "shape": "Ssm" + "shape": "Stk" }, "Status": { "location": "statusCode", @@ -856,7 +925,7 @@ "BaseThemeId": {}, "VersionDescription": {}, "Configuration": { - "shape": "Ssp" + "shape": "Stn" }, "Permissions": { "shape": "S19" @@ -915,7 +984,7 @@ "type": "structure", "members": { "ThemeAlias": { - "shape": "St5" + "shape": "Su3" }, "Status": { "location": "statusCode", @@ -943,7 +1012,7 @@ }, "TopicId": {}, "Topic": { - "shape": "St8" + "shape": "Su6" }, "Tags": { "shape": "Sb" @@ -988,7 +1057,7 @@ "DatasetArn": {}, "DatasetName": {}, "RefreshSchedule": { - "shape": "Suw" + "shape": "Svu" } } }, @@ -1028,13 +1097,13 @@ "VPCConnectionId": {}, "Name": {}, "SubnetIds": { - "shape": "Sv1" + "shape": "Svz" }, "SecurityGroupIds": { - "shape": "Sv3" + "shape": "Sw1" }, "DnsResolvers": { - "shape": "Sv5" + "shape": "Sw3" }, "RoleArn": {}, "Tags": { @@ -1505,6 +1574,39 @@ } } }, + "DeleteIdentityPropagationConfig": { + "http": { + "method": "DELETE", + "requestUri": "/accounts/{AwsAccountId}/identity-propagation-config/{Service}" + }, + "input": { + "type": "structure", + "required": [ + "AwsAccountId", + "Service" + ], + "members": { + "AwsAccountId": { + "location": "uri", + "locationName": "AwsAccountId" + }, + "Service": { + "location": "uri", + "locationName": "Service" + } + } + }, + "output": { + "type": "structure", + "members": { + "RequestId": {}, + "Status": { + "location": "statusCode", + "type": "integer" + } + } + } + }, "DeleteNamespace": { "http": { "method": "DELETE", @@ -1578,6 +1680,86 @@ } } }, + "DeleteRoleCustomPermission": { + "http": { + "method": "DELETE", + "requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/custom-permission" + }, + "input": { + "type": "structure", + "required": [ + "Role", + "AwsAccountId", + "Namespace" + ], + "members": { + "Role": { + "location": "uri", + "locationName": "Role" + }, + "AwsAccountId": { + "location": "uri", + "locationName": "AwsAccountId" + }, + "Namespace": { + "location": "uri", + "locationName": "Namespace" + } + } + }, + "output": { + "type": "structure", + "members": { + "RequestId": {}, + "Status": { + "type": "integer" + } + } + } + }, + "DeleteRoleMembership": { + "http": { + "method": "DELETE", + "requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/members/{MemberName}" + }, + "input": { + "type": "structure", + "required": [ + "MemberName", + "Role", + "AwsAccountId", + "Namespace" + ], + "members": { + "MemberName": { + "location": "uri", + "locationName": "MemberName" + }, + "Role": { + "location": "uri", + "locationName": "Role" + }, + "AwsAccountId": { + "location": "uri", + "locationName": "AwsAccountId" + }, + "Namespace": { + "location": "uri", + "locationName": "Namespace" + } + } + }, + "output": { + "type": "structure", + "members": { + "RequestId": {}, + "Status": { + "location": "statusCode", + "type": "integer" + } + } + } + }, "DeleteTemplate": { "http": { "method": "DELETE", @@ -2087,10 +2269,10 @@ "Name": {}, "Status": {}, "Errors": { - "shape": "Swz" + "shape": "Sy4" }, "DataSetArns": { - "shape": "Sx4" + "shape": "Sy9" }, "ThemeArn": {}, "CreatedTime": { @@ -2100,7 +2282,7 @@ "type": "timestamp" }, "Sheets": { - "shape": "Sx5" + "shape": "Sya" } } }, @@ -2140,7 +2322,7 @@ "AnalysisId": {}, "Name": {}, "Errors": { - "shape": "Swz" + "shape": "Sy4" }, "ResourceStatus": {}, "ThemeArn": {}, @@ -2219,7 +2401,9 @@ "type": "structure", "members": { "JobStatus": {}, - "DownloadUrl": {}, + "DownloadUrl": { + "shape": "Syj" + }, "Errors": { "type": "list", "member": { @@ -2238,19 +2422,38 @@ "AssetBundleExportJobId": {}, "AwsAccountId": {}, "ResourceArns": { - "shape": "Sxg" + "shape": "Sym" }, "IncludeAllDependencies": { "type": "boolean" }, "ExportFormat": {}, "CloudFormationOverridePropertyConfiguration": { - "shape": "Sxi" + "shape": "Syo" }, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" + }, + "IncludePermissions": { + "type": "boolean" + }, + "IncludeTags": { + "type": "boolean" + }, + "ValidationStrategy": { + "shape": "Szi" + }, + "Warnings": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Arn": {}, + "Message": {} + } + } } } } @@ -2282,10 +2485,10 @@ "members": { "JobStatus": {}, "Errors": { - "shape": "Syf" + "shape": "Szo" }, "RollbackErrors": { - "shape": "Syf" + "shape": "Szo" }, "Arn": {}, "CreatedTime": { @@ -2296,18 +2499,29 @@ "AssetBundleImportSource": { "type": "structure", "members": { - "Body": {}, + "Body": { + "shape": "Syj" + }, "S3Uri": {} } }, "OverrideParameters": { - "shape": "Syj" + "shape": "Szs" }, "FailureAction": {}, "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" + }, + "OverridePermissions": { + "shape": "S10b" + }, + "OverrideTags": { + "shape": "S10r" + }, + "OverrideValidationStrategy": { + "shape": "S114" } } } @@ -2359,7 +2573,7 @@ "type": "timestamp" }, "Errors": { - "shape": "Sz6" + "shape": "S119" }, "VersionNumber": { "type": "long" @@ -2368,12 +2582,12 @@ "Arn": {}, "SourceEntityArn": {}, "DataSetArns": { - "shape": "Sx4" + "shape": "Sy9" }, "Description": {}, "ThemeArn": {}, "Sheets": { - "shape": "Sx5" + "shape": "Sya" } } }, @@ -2385,6 +2599,9 @@ }, "LastUpdatedTime": { "type": "timestamp" + }, + "LinkEntities": { + "shape": "Smw" } } }, @@ -2432,13 +2649,13 @@ "members": { "DashboardId": {}, "Errors": { - "shape": "Sz6" + "shape": "S119" }, "Name": {}, "ResourceStatus": {}, "ThemeArn": {}, "Definition": { - "shape": "Sme" + "shape": "Smu" }, "Status": { "location": "statusCode", @@ -2446,7 +2663,7 @@ }, "RequestId": {}, "DashboardPublishOptions": { - "shape": "Slz" + "shape": "Smf" } } } @@ -2487,7 +2704,7 @@ }, "RequestId": {}, "LinkSharingConfiguration": { - "shape": "Szd" + "shape": "Smv" } } } @@ -2543,7 +2760,7 @@ } }, "SnapshotConfiguration": { - "shape": "Szk" + "shape": "S11m" }, "Arn": {}, "JobStatus": {}, @@ -2612,7 +2829,7 @@ "type": "structure", "members": { "Files": { - "shape": "Szn" + "shape": "S11p" }, "S3Results": { "type": "list", @@ -2620,11 +2837,10 @@ "type": "structure", "members": { "S3DestinationConfiguration": { - "shape": "Szw" + "shape": "S11y" }, "S3Uri": { - "type": "string", - "sensitive": true + "shape": "Syj" }, "ErrorInfo": { "type": "list", @@ -2700,10 +2916,10 @@ "type": "timestamp" }, "PhysicalTableMap": { - "shape": "Smj" + "shape": "Sn2" }, "LogicalTableMap": { - "shape": "Sn2" + "shape": "Snm" }, "OutputColumns": { "type": "list", @@ -2712,7 +2928,8 @@ "members": { "Name": {}, "Description": {}, - "Type": {} + "Type": {}, + "SubType": {} } } }, @@ -2721,25 +2938,25 @@ "type": "long" }, "ColumnGroups": { - "shape": "So9" + "shape": "Sot" }, "FieldFolders": { - "shape": "Sof" + "shape": "Soz" }, "RowLevelPermissionDataSet": { - "shape": "Sok" + "shape": "Sp4" }, "RowLevelPermissionTagConfiguration": { - "shape": "Soo" + "shape": "Sp8" }, "ColumnLevelPermissionRules": { - "shape": "Sow" + "shape": "Spg" }, "DataSetUsageConfiguration": { - "shape": "Sp0" + "shape": "Spk" }, "DatasetParameters": { - "shape": "Sp1" + "shape": "Spl" } } }, @@ -2820,7 +3037,7 @@ "type": "integer" }, "DataSetRefreshProperties": { - "shape": "S10l" + "shape": "S12m" } } } @@ -2851,7 +3068,7 @@ "type": "structure", "members": { "DataSource": { - "shape": "S10t" + "shape": "S12u" }, "RequestId": {}, "Status": { @@ -3087,7 +3304,7 @@ "type": "structure", "members": { "Group": { - "shape": "Sra" + "shape": "Ss5" }, "RequestId": {}, "Status": { @@ -3133,7 +3350,7 @@ "type": "structure", "members": { "GroupMember": { - "shape": "Sre" + "shape": "Ss9" }, "RequestId": {}, "Status": { @@ -3181,7 +3398,7 @@ "AssignmentName": {}, "PolicyArn": {}, "Identities": { - "shape": "Sri" + "shape": "Ssd" }, "AssignmentStatus": {} } @@ -3225,7 +3442,7 @@ "type": "structure", "members": { "Ingestion": { - "shape": "S11g" + "shape": "S13h" }, "RequestId": {}, "Status": { @@ -3257,7 +3474,7 @@ "members": { "AwsAccountId": {}, "IpRestrictionRuleMap": { - "shape": "S11p" + "shape": "S13q" }, "Enabled": { "type": "boolean" @@ -3296,7 +3513,7 @@ "type": "structure", "members": { "Namespace": { - "shape": "S11u" + "shape": "S13v" }, "RequestId": {}, "Status": { @@ -3337,7 +3554,7 @@ "type": "structure", "members": { "RefreshSchedule": { - "shape": "Srv" + "shape": "Ssq" }, "Status": { "location": "statusCode", @@ -3348,6 +3565,44 @@ } } }, + "DescribeRoleCustomPermission": { + "http": { + "method": "GET", + "requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/custom-permission" + }, + "input": { + "type": "structure", + "required": [ + "Role", + "AwsAccountId", + "Namespace" + ], + "members": { + "Role": { + "location": "uri", + "locationName": "Role" + }, + "AwsAccountId": { + "location": "uri", + "locationName": "AwsAccountId" + }, + "Namespace": { + "location": "uri", + "locationName": "Namespace" + } + } + }, + "output": { + "type": "structure", + "members": { + "CustomPermissionsName": {}, + "RequestId": {}, + "Status": { + "type": "integer" + } + } + } + }, "DescribeTemplate": { "http": { "method": "GET", @@ -3394,20 +3649,20 @@ "type": "timestamp" }, "Errors": { - "shape": "S123" + "shape": "S147" }, "VersionNumber": { "type": "long" }, "Status": {}, "DataSetConfigurations": { - "shape": "Ss8" + "shape": "St6" }, "Description": {}, "SourceEntityArn": {}, "ThemeArn": {}, "Sheets": { - "shape": "Sx5" + "shape": "Sya" } } }, @@ -3459,7 +3714,7 @@ "type": "structure", "members": { "TemplateAlias": { - "shape": "Ssm" + "shape": "Stk" }, "Status": { "location": "statusCode", @@ -3506,12 +3761,12 @@ "Name": {}, "TemplateId": {}, "Errors": { - "shape": "S123" + "shape": "S147" }, "ResourceStatus": {}, "ThemeArn": {}, "Definition": { - "shape": "Ss7" + "shape": "St5" }, "Status": { "location": "statusCode", @@ -3612,7 +3867,7 @@ "type": "timestamp" }, "Configuration": { - "shape": "Ssp" + "shape": "Stn" }, "Errors": { "type": "list", @@ -3675,7 +3930,7 @@ "type": "structure", "members": { "ThemeAlias": { - "shape": "St5" + "shape": "Su3" }, "Status": { "location": "statusCode", @@ -3751,7 +4006,7 @@ "Arn": {}, "TopicId": {}, "Topic": { - "shape": "St8" + "shape": "Su6" }, "RequestId": {}, "Status": { @@ -3879,7 +4134,7 @@ "TopicArn": {}, "DatasetArn": {}, "RefreshSchedule": { - "shape": "Suw" + "shape": "Svu" }, "Status": { "location": "statusCode", @@ -3920,7 +4175,7 @@ "type": "structure", "members": { "User": { - "shape": "S131" + "shape": "S155" }, "RequestId": {}, "Status": { @@ -3963,15 +4218,15 @@ "Name": {}, "VPCId": {}, "SecurityGroupIds": { - "shape": "Sv3" + "shape": "Sw1" }, "DnsResolvers": { - "shape": "Stp" + "shape": "Sun" }, "Status": {}, "AvailabilityStatus": {}, "NetworkInterfaces": { - "shape": "S138" + "shape": "S15b" }, "RoleArn": {}, "CreatedTime": { @@ -4011,7 +4266,7 @@ }, "Namespace": {}, "SessionTags": { - "shape": "S13e" + "shape": "S15h" }, "AuthorizedResourceArns": { "type": "list", @@ -4036,7 +4291,7 @@ ], "members": { "InitialDashboardVisualId": { - "shape": "S13k" + "shape": "S15n" } } }, @@ -4052,7 +4307,7 @@ } }, "AllowedDomains": { - "shape": "Stp" + "shape": "Sun" } } }, @@ -4066,7 +4321,7 @@ ], "members": { "EmbedUrl": { - "shape": "S13n" + "shape": "S15q" }, "Status": { "location": "statusCode", @@ -4111,7 +4366,7 @@ "type": "structure", "members": { "StatePersistence": { - "shape": "S13s" + "shape": "S15v" }, "Bookmarks": { "type": "structure", @@ -4136,7 +4391,7 @@ "type": "structure", "members": { "StatePersistence": { - "shape": "S13s" + "shape": "S15v" } } } @@ -4155,14 +4410,14 @@ ], "members": { "InitialDashboardVisualId": { - "shape": "S13k" + "shape": "S15n" } } } } }, "AllowedDomains": { - "shape": "Stp" + "shape": "Sun" } } }, @@ -4175,7 +4430,7 @@ ], "members": { "EmbedUrl": { - "shape": "S13n" + "shape": "S15q" }, "Status": { "location": "statusCode", @@ -4250,7 +4505,7 @@ "type": "structure", "members": { "EmbedUrl": { - "shape": "S13n" + "shape": "S15q" }, "Status": { "location": "statusCode", @@ -4294,7 +4549,7 @@ "type": "structure", "members": { "EmbedUrl": { - "shape": "S13n" + "shape": "S15q" }, "Status": { "location": "statusCode", @@ -4334,7 +4589,7 @@ "type": "structure", "members": { "AnalysisSummaryList": { - "shape": "S149" + "shape": "S16c" }, "NextToken": {}, "Status": { @@ -4388,7 +4643,13 @@ "IncludeAllDependencies": { "type": "boolean" }, - "ExportFormat": {} + "ExportFormat": {}, + "IncludePermissions": { + "type": "boolean" + }, + "IncludeTags": { + "type": "boolean" + } } } }, @@ -4545,7 +4806,7 @@ "type": "structure", "members": { "DashboardSummaryList": { - "shape": "S14p" + "shape": "S16s" }, "NextToken": {}, "Status": { @@ -4586,7 +4847,7 @@ "type": "structure", "members": { "DataSetSummaries": { - "shape": "S14t" + "shape": "S16w" }, "NextToken": {}, "RequestId": {}, @@ -4629,7 +4890,7 @@ "DataSources": { "type": "list", "member": { - "shape": "S10t" + "shape": "S12u" } }, "NextToken": {}, @@ -4728,7 +4989,7 @@ "type": "integer" }, "FolderSummaryList": { - "shape": "S154" + "shape": "S177" }, "NextToken": {}, "RequestId": {} @@ -4777,7 +5038,7 @@ "GroupMemberList": { "type": "list", "member": { - "shape": "Sre" + "shape": "Ss9" } }, "NextToken": {}, @@ -4824,7 +5085,7 @@ "type": "structure", "members": { "GroupList": { - "shape": "S15b" + "shape": "S17e" }, "NextToken": {}, "RequestId": {}, @@ -4950,26 +5211,17 @@ } } }, - "ListIngestions": { + "ListIdentityPropagationConfigs": { "http": { "method": "GET", - "requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions" + "requestUri": "/accounts/{AwsAccountId}/identity-propagation-config" }, "input": { "type": "structure", "required": [ - "DataSetId", "AwsAccountId" ], "members": { - "DataSetId": { - "location": "uri", - "locationName": "DataSetId" - }, - "NextToken": { - "location": "querystring", - "locationName": "next-token" - }, "AwsAccountId": { "location": "uri", "locationName": "AwsAccountId" @@ -4978,48 +5230,107 @@ "location": "querystring", "locationName": "max-results", "type": "integer" + }, + "NextToken": { + "location": "querystring", + "locationName": "next-token" } } }, "output": { "type": "structure", "members": { - "Ingestions": { + "Services": { "type": "list", "member": { - "shape": "S11g" + "type": "structure", + "members": { + "Service": {}, + "AuthorizedTargets": { + "shape": "S17s" + } + } } }, "NextToken": {}, - "RequestId": {}, "Status": { "location": "statusCode", "type": "integer" - } + }, + "RequestId": {} } } }, - "ListNamespaces": { + "ListIngestions": { "http": { "method": "GET", - "requestUri": "/accounts/{AwsAccountId}/namespaces" + "requestUri": "/accounts/{AwsAccountId}/data-sets/{DataSetId}/ingestions" }, "input": { "type": "structure", "required": [ + "DataSetId", "AwsAccountId" ], "members": { - "AwsAccountId": { + "DataSetId": { "location": "uri", - "locationName": "AwsAccountId" + "locationName": "DataSetId" }, "NextToken": { "location": "querystring", "locationName": "next-token" }, - "MaxResults": { - "location": "querystring", + "AwsAccountId": { + "location": "uri", + "locationName": "AwsAccountId" + }, + "MaxResults": { + "location": "querystring", + "locationName": "max-results", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "Ingestions": { + "type": "list", + "member": { + "shape": "S13h" + } + }, + "NextToken": {}, + "RequestId": {}, + "Status": { + "location": "statusCode", + "type": "integer" + } + } + } + }, + "ListNamespaces": { + "http": { + "method": "GET", + "requestUri": "/accounts/{AwsAccountId}/namespaces" + }, + "input": { + "type": "structure", + "required": [ + "AwsAccountId" + ], + "members": { + "AwsAccountId": { + "location": "uri", + "locationName": "AwsAccountId" + }, + "NextToken": { + "location": "querystring", + "locationName": "next-token" + }, + "MaxResults": { + "location": "querystring", "locationName": "max-results", "type": "integer" } @@ -5031,7 +5342,7 @@ "Namespaces": { "type": "list", "member": { - "shape": "S11u" + "shape": "S13v" } }, "NextToken": {}, @@ -5071,7 +5382,7 @@ "RefreshSchedules": { "type": "list", "member": { - "shape": "Srv" + "shape": "Ssq" } }, "Status": { @@ -5082,6 +5393,57 @@ } } }, + "ListRoleMemberships": { + "http": { + "method": "GET", + "requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/members" + }, + "input": { + "type": "structure", + "required": [ + "Role", + "AwsAccountId", + "Namespace" + ], + "members": { + "Role": { + "location": "uri", + "locationName": "Role" + }, + "NextToken": { + "location": "querystring", + "locationName": "next-token" + }, + "MaxResults": { + "location": "querystring", + "locationName": "max-results", + "type": "integer" + }, + "AwsAccountId": { + "location": "uri", + "locationName": "AwsAccountId" + }, + "Namespace": { + "location": "uri", + "locationName": "Namespace" + } + } + }, + "output": { + "type": "structure", + "members": { + "MembersList": { + "shape": "Sk" + }, + "NextToken": {}, + "RequestId": {}, + "Status": { + "location": "statusCode", + "type": "integer" + } + } + } + }, "ListTagsForResource": { "http": { "method": "GET", @@ -5150,7 +5512,7 @@ "TemplateAliasList": { "type": "list", "member": { - "shape": "Ssm" + "shape": "Stk" } }, "Status": { @@ -5317,7 +5679,7 @@ "ThemeAliasList": { "type": "list", "member": { - "shape": "St5" + "shape": "Su3" } }, "Status": { @@ -5487,7 +5849,7 @@ "DatasetArn": {}, "DatasetName": {}, "RefreshSchedule": { - "shape": "Suw" + "shape": "Svu" } } } @@ -5589,7 +5951,7 @@ "type": "structure", "members": { "GroupList": { - "shape": "S15b" + "shape": "S17e" }, "NextToken": {}, "RequestId": {}, @@ -5637,7 +5999,7 @@ "UserList": { "type": "list", "member": { - "shape": "S131" + "shape": "S155" } }, "NextToken": {}, @@ -5688,15 +6050,15 @@ "Name": {}, "VPCId": {}, "SecurityGroupIds": { - "shape": "Sv3" + "shape": "Sw1" }, "DnsResolvers": { - "shape": "Stp" + "shape": "Sun" }, "Status": {}, "AvailabilityStatus": {}, "NetworkInterfaces": { - "shape": "S138" + "shape": "S15b" }, "RoleArn": {}, "CreatedTime": { @@ -5739,7 +6101,7 @@ "locationName": "DataSetId" }, "DataSetRefreshProperties": { - "shape": "S10l" + "shape": "S12m" } } }, @@ -5785,14 +6147,17 @@ "CustomPermissionsName": {}, "ExternalLoginFederationProviderType": {}, "CustomFederationProviderUrl": {}, - "ExternalLoginId": {} + "ExternalLoginId": {}, + "Tags": { + "shape": "Sb" + } } }, "output": { "type": "structure", "members": { "User": { - "shape": "S131" + "shape": "S155" }, "UserInvitationUrl": {}, "RequestId": {}, @@ -5873,7 +6238,7 @@ "type": "structure", "members": { "AnalysisSummaryList": { - "shape": "S149" + "shape": "S16c" }, "NextToken": {}, "Status": { @@ -5923,7 +6288,7 @@ "type": "structure", "members": { "DashboardSummaryList": { - "shape": "S14p" + "shape": "S16s" }, "NextToken": {}, "Status": { @@ -5975,7 +6340,7 @@ "type": "structure", "members": { "DataSetSummaries": { - "shape": "S14t" + "shape": "S16w" }, "NextToken": {}, "Status": { @@ -6093,7 +6458,7 @@ "type": "integer" }, "FolderSummaryList": { - "shape": "S154" + "shape": "S177" }, "NextToken": {}, "RequestId": {} @@ -6151,7 +6516,7 @@ "type": "structure", "members": { "GroupList": { - "shape": "S15b" + "shape": "S17e" }, "NextToken": {}, "RequestId": {}, @@ -6181,14 +6546,23 @@ }, "AssetBundleExportJobId": {}, "ResourceArns": { - "shape": "Sxg" + "shape": "Sym" }, "IncludeAllDependencies": { "type": "boolean" }, "ExportFormat": {}, "CloudFormationOverridePropertyConfiguration": { - "shape": "Sxi" + "shape": "Syo" + }, + "IncludePermissions": { + "type": "boolean" + }, + "IncludeTags": { + "type": "boolean" + }, + "ValidationStrategy": { + "shape": "Szi" } } }, @@ -6233,9 +6607,18 @@ } }, "OverrideParameters": { - "shape": "Syj" + "shape": "Szs" }, - "FailureAction": {} + "FailureAction": {}, + "OverridePermissions": { + "shape": "S10b" + }, + "OverrideTags": { + "shape": "S10r" + }, + "OverrideValidationStrategy": { + "shape": "S114" + } } }, "output": { @@ -6283,7 +6666,7 @@ "type": "structure", "members": { "RowLevelPermissionTags": { - "shape": "S13e" + "shape": "S15h" } } } @@ -6291,7 +6674,7 @@ } }, "SnapshotConfiguration": { - "shape": "Szk" + "shape": "S11m" } } }, @@ -6481,6 +6864,9 @@ "ThemeArn": {}, "Definition": { "shape": "S1h" + }, + "ValidationStrategy": { + "shape": "Sm5" } } }, @@ -6519,10 +6905,10 @@ "locationName": "AnalysisId" }, "GrantPermissions": { - "shape": "S18r" + "shape": "S1b2" }, "RevokePermissions": { - "shape": "S18r" + "shape": "S1b2" } } }, @@ -6565,18 +6951,21 @@ }, "Name": {}, "SourceEntity": { - "shape": "Slw" + "shape": "Smc" }, "Parameters": { "shape": "Sr" }, "VersionDescription": {}, "DashboardPublishOptions": { - "shape": "Slz" + "shape": "Smf" }, "ThemeArn": {}, "Definition": { - "shape": "Sme" + "shape": "Smu" + }, + "ValidationStrategy": { + "shape": "Sm5" } } }, @@ -6594,6 +6983,47 @@ } } }, + "UpdateDashboardLinks": { + "http": { + "method": "PUT", + "requestUri": "/accounts/{AwsAccountId}/dashboards/{DashboardId}/linked-entities" + }, + "input": { + "type": "structure", + "required": [ + "AwsAccountId", + "DashboardId", + "LinkEntities" + ], + "members": { + "AwsAccountId": { + "location": "uri", + "locationName": "AwsAccountId" + }, + "DashboardId": { + "location": "uri", + "locationName": "DashboardId" + }, + "LinkEntities": { + "shape": "Smw" + } + } + }, + "output": { + "type": "structure", + "members": { + "RequestId": {}, + "Status": { + "location": "statusCode", + "type": "integer" + }, + "DashboardArn": {}, + "LinkEntities": { + "shape": "Smw" + } + } + } + }, "UpdateDashboardPermissions": { "http": { "method": "PUT", @@ -6615,16 +7045,16 @@ "locationName": "DashboardId" }, "GrantPermissions": { - "shape": "S18r" + "shape": "S1b2" }, "RevokePermissions": { - "shape": "S18r" + "shape": "S1b2" }, "GrantLinkPermissions": { - "shape": "S18w" + "shape": "S1b9" }, "RevokeLinkPermissions": { - "shape": "S18w" + "shape": "S1b9" } } }, @@ -6642,7 +7072,7 @@ "type": "integer" }, "LinkSharingConfiguration": { - "shape": "Szd" + "shape": "Smv" } } } @@ -6713,32 +7143,32 @@ }, "Name": {}, "PhysicalTableMap": { - "shape": "Smj" + "shape": "Sn2" }, "LogicalTableMap": { - "shape": "Sn2" + "shape": "Snm" }, "ImportMode": {}, "ColumnGroups": { - "shape": "So9" + "shape": "Sot" }, "FieldFolders": { - "shape": "Sof" + "shape": "Soz" }, "RowLevelPermissionDataSet": { - "shape": "Sok" + "shape": "Sp4" }, "RowLevelPermissionTagConfiguration": { - "shape": "Soo" + "shape": "Sp8" }, "ColumnLevelPermissionRules": { - "shape": "Sow" + "shape": "Spg" }, "DataSetUsageConfiguration": { - "shape": "Sp0" + "shape": "Spk" }, "DatasetParameters": { - "shape": "Sp1" + "shape": "Spl" } } }, @@ -6820,16 +7250,16 @@ }, "Name": {}, "DataSourceParameters": { - "shape": "Spg" + "shape": "Sq0" }, "Credentials": { - "shape": "Sqm" + "shape": "Srh" }, "VpcConnectionProperties": { - "shape": "Sqt" + "shape": "Sro" }, "SslProperties": { - "shape": "Squ" + "shape": "Srp" } } }, @@ -6999,7 +7429,7 @@ "type": "structure", "members": { "Group": { - "shape": "Sra" + "shape": "Ss5" }, "RequestId": {}, "Status": { @@ -7037,7 +7467,7 @@ "AssignmentStatus": {}, "PolicyArn": {}, "Identities": { - "shape": "Sri" + "shape": "Ssd" } } }, @@ -7048,7 +7478,7 @@ "AssignmentId": {}, "PolicyArn": {}, "Identities": { - "shape": "Sri" + "shape": "Ssd" }, "AssignmentStatus": {}, "RequestId": {}, @@ -7059,6 +7489,41 @@ } } }, + "UpdateIdentityPropagationConfig": { + "http": { + "requestUri": "/accounts/{AwsAccountId}/identity-propagation-config/{Service}" + }, + "input": { + "type": "structure", + "required": [ + "AwsAccountId", + "Service" + ], + "members": { + "AwsAccountId": { + "location": "uri", + "locationName": "AwsAccountId" + }, + "Service": { + "location": "uri", + "locationName": "Service" + }, + "AuthorizedTargets": { + "shape": "S17s" + } + } + }, + "output": { + "type": "structure", + "members": { + "RequestId": {}, + "Status": { + "location": "statusCode", + "type": "integer" + } + } + } + }, "UpdateIpRestriction": { "http": { "requestUri": "/accounts/{AwsAccountId}/ip-restriction" @@ -7074,7 +7539,7 @@ "locationName": "AwsAccountId" }, "IpRestrictionRuleMap": { - "shape": "S11p" + "shape": "S13q" }, "Enabled": { "type": "boolean" @@ -7146,7 +7611,7 @@ "locationName": "AwsAccountId" }, "Schedule": { - "shape": "Srv" + "shape": "Ssq" } } }, @@ -7163,6 +7628,45 @@ } } }, + "UpdateRoleCustomPermission": { + "http": { + "method": "PUT", + "requestUri": "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/custom-permission" + }, + "input": { + "type": "structure", + "required": [ + "CustomPermissionsName", + "Role", + "AwsAccountId", + "Namespace" + ], + "members": { + "CustomPermissionsName": {}, + "Role": { + "location": "uri", + "locationName": "Role" + }, + "AwsAccountId": { + "location": "uri", + "locationName": "AwsAccountId" + }, + "Namespace": { + "location": "uri", + "locationName": "Namespace" + } + } + }, + "output": { + "type": "structure", + "members": { + "RequestId": {}, + "Status": { + "type": "integer" + } + } + } + }, "UpdateTemplate": { "http": { "method": "PUT", @@ -7184,12 +7688,15 @@ "locationName": "TemplateId" }, "SourceEntity": { - "shape": "Ss4" + "shape": "St2" }, "VersionDescription": {}, "Name": {}, "Definition": { - "shape": "Ss7" + "shape": "St5" + }, + "ValidationStrategy": { + "shape": "Sm5" } } }, @@ -7243,7 +7750,7 @@ "type": "structure", "members": { "TemplateAlias": { - "shape": "Ssm" + "shape": "Stk" }, "Status": { "location": "statusCode", @@ -7274,10 +7781,10 @@ "locationName": "TemplateId" }, "GrantPermissions": { - "shape": "S18r" + "shape": "S1b2" }, "RevokePermissions": { - "shape": "S18r" + "shape": "S1b2" } } }, @@ -7322,7 +7829,7 @@ "BaseThemeId": {}, "VersionDescription": {}, "Configuration": { - "shape": "Ssp" + "shape": "Stn" } } }, @@ -7376,7 +7883,7 @@ "type": "structure", "members": { "ThemeAlias": { - "shape": "St5" + "shape": "Su3" }, "Status": { "location": "statusCode", @@ -7407,10 +7914,10 @@ "locationName": "ThemeId" }, "GrantPermissions": { - "shape": "S18r" + "shape": "S1b2" }, "RevokePermissions": { - "shape": "S18r" + "shape": "S1b2" } } }, @@ -7452,7 +7959,7 @@ "locationName": "TopicId" }, "Topic": { - "shape": "St8" + "shape": "Su6" } } }, @@ -7491,10 +7998,10 @@ "locationName": "TopicId" }, "GrantPermissions": { - "shape": "S18r" + "shape": "S1b2" }, "RevokePermissions": { - "shape": "S18r" + "shape": "S1b2" } } }, @@ -7541,7 +8048,7 @@ "locationName": "DatasetId" }, "RefreshSchedule": { - "shape": "Suw" + "shape": "Svu" } } }, @@ -7601,7 +8108,7 @@ "type": "structure", "members": { "User": { - "shape": "S131" + "shape": "S155" }, "RequestId": {}, "Status": { @@ -7637,13 +8144,13 @@ }, "Name": {}, "SubnetIds": { - "shape": "Sv1" + "shape": "Svz" }, "SecurityGroupIds": { - "shape": "Sv3" + "shape": "Sw1" }, "DnsResolvers": { - "shape": "Sv5" + "shape": "Sw3" }, "RoleArn": {} } @@ -7805,11 +8312,14 @@ "members": { "Principal": {}, "Actions": { - "type": "list", - "member": {} + "shape": "S1c" } } }, + "S1c": { + "type": "list", + "member": {} + }, "S1d": { "type": "structure", "members": { @@ -7855,19 +8365,22 @@ "shape": "S1l" }, "CalculatedFields": { - "shape": "Sjr" + "shape": "Sk2" }, "ParameterDeclarations": { - "shape": "Sju" + "shape": "Sk5" }, "FilterGroups": { - "shape": "Ske" + "shape": "Skp" }, "ColumnConfigurations": { - "shape": "Sle" + "shape": "Slp" }, "AnalysisDefaults": { - "shape": "Sll" + "shape": "Slw" + }, + "Options": { + "shape": "Sm3" } } }, @@ -8285,6 +8798,9 @@ "CustomLabel": {}, "TotalCellStyle": { "shape": "S5a" + }, + "TotalAggregationOptions": { + "shape": "S5q" } } }, @@ -8414,7 +8930,7 @@ "members": { "FieldId": {}, "TextFormat": { - "shape": "S6g" + "shape": "S6k" } } }, @@ -8422,10 +8938,10 @@ "type": "structure", "members": { "BackgroundColor": { - "shape": "S6h" + "shape": "S6l" }, "TextColor": { - "shape": "S6h" + "shape": "S6l" } } } @@ -8435,7 +8951,7 @@ } }, "Actions": { - "shape": "S6x" + "shape": "S71" } } }, @@ -8462,10 +8978,10 @@ "type": "structure", "members": { "Rows": { - "shape": "S7z" + "shape": "S83" }, "Columns": { - "shape": "S7z" + "shape": "S83" }, "Values": { "type": "list", @@ -8508,7 +9024,7 @@ "members": { "Direction": {}, "SortPaths": { - "shape": "S86" + "shape": "S8a" } } } @@ -8557,16 +9073,16 @@ "type": "structure", "members": { "RowSubtotalOptions": { - "shape": "S8f" + "shape": "S8l" }, "ColumnSubtotalOptions": { - "shape": "S8f" + "shape": "S8l" }, "RowTotalOptions": { - "shape": "S8m" + "shape": "S8s" }, "ColumnTotalOptions": { - "shape": "S8m" + "shape": "S8s" } } }, @@ -8596,7 +9112,7 @@ ], "members": { "DataPathList": { - "shape": "S86" + "shape": "S8a" }, "Width": {} } @@ -8615,7 +9131,7 @@ "members": { "FieldId": {}, "FieldDataPathValues": { - "shape": "S86" + "shape": "S8a" } } }, @@ -8650,15 +9166,15 @@ "members": { "FieldId": {}, "TextFormat": { - "shape": "S6g" + "shape": "S6k" }, "Scope": { - "shape": "S91" + "shape": "S97" }, "Scopes": { "type": "list", "member": { - "shape": "S91" + "shape": "S97" } } } @@ -8669,7 +9185,7 @@ } }, "Actions": { - "shape": "S6x" + "shape": "S71" } } }, @@ -8705,7 +9221,7 @@ "shape": "S3n" }, "SmallMultiples": { - "shape": "S98" + "shape": "S9e" } } } @@ -8715,70 +9231,70 @@ "type": "structure", "members": { "CategorySort": { - "shape": "S9a" + "shape": "S9g" }, "CategoryItemsLimit": { - "shape": "S9b" + "shape": "S9h" }, "ColorSort": { - "shape": "S9a" + "shape": "S9g" }, "ColorItemsLimit": { - "shape": "S9b" + "shape": "S9h" }, "SmallMultiplesSort": { - "shape": "S9a" + "shape": "S9g" }, "SmallMultiplesLimitConfiguration": { - "shape": "S9b" + "shape": "S9h" } } }, "Orientation": {}, "BarsArrangement": {}, "VisualPalette": { - "shape": "S9f" + "shape": "S9l" }, "SmallMultiplesOptions": { - "shape": "S9i" + "shape": "S9o" }, "CategoryAxis": { - "shape": "S9s" + "shape": "S9y" }, "CategoryLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "ValueAxis": { - "shape": "S9s" + "shape": "S9y" }, "ValueLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "ColorLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "Legend": { - "shape": "Sac" + "shape": "Sai" }, "DataLabels": { - "shape": "Sae" + "shape": "Sak" }, "Tooltip": { - "shape": "Sap" + "shape": "Sav" }, "ReferenceLines": { - "shape": "Sax" + "shape": "Sb3" }, "ContributionAnalysisDefaults": { - "shape": "Sbb" + "shape": "Sbi" } } }, "Actions": { - "shape": "S6x" + "shape": "S71" }, "ColumnHierarchies": { - "shape": "Sbe" + "shape": "Sbl" } } }, @@ -8816,7 +9332,7 @@ "type": "structure", "members": { "TrendGroupSort": { - "shape": "S9a" + "shape": "S9g" } } }, @@ -8842,7 +9358,7 @@ } }, "Comparison": { - "shape": "Sc1" + "shape": "Sc8" }, "PrimaryValueDisplayType": {}, "PrimaryValueFontConfiguration": { @@ -8893,10 +9409,10 @@ "type": "structure", "members": { "TextColor": { - "shape": "S6h" + "shape": "S6l" }, "Icon": { - "shape": "S6n" + "shape": "S6r" } } }, @@ -8904,7 +9420,7 @@ "type": "structure", "members": { "ForegroundColor": { - "shape": "S6h" + "shape": "S6l" } } }, @@ -8912,10 +9428,10 @@ "type": "structure", "members": { "TextColor": { - "shape": "S6h" + "shape": "S6l" }, "Icon": { - "shape": "S6n" + "shape": "S6r" } } }, @@ -8923,10 +9439,10 @@ "type": "structure", "members": { "TextColor": { - "shape": "S6h" + "shape": "S6l" }, "Icon": { - "shape": "S6n" + "shape": "S6r" } } } @@ -8936,10 +9452,10 @@ } }, "Actions": { - "shape": "S6x" + "shape": "S71" }, "ColumnHierarchies": { - "shape": "Sbe" + "shape": "Sbl" } } }, @@ -8972,7 +9488,7 @@ "shape": "S4f" }, "SmallMultiples": { - "shape": "S98" + "shape": "S9e" } } } @@ -8982,16 +9498,16 @@ "type": "structure", "members": { "CategorySort": { - "shape": "S9a" + "shape": "S9g" }, "CategoryItemsLimit": { - "shape": "S9b" + "shape": "S9h" }, "SmallMultiplesSort": { - "shape": "S9a" + "shape": "S9g" }, "SmallMultiplesLimitConfiguration": { - "shape": "S9b" + "shape": "S9h" } } }, @@ -9013,36 +9529,36 @@ } }, "SmallMultiplesOptions": { - "shape": "S9i" + "shape": "S9o" }, "CategoryLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "ValueLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "Legend": { - "shape": "Sac" + "shape": "Sai" }, "DataLabels": { - "shape": "Sae" + "shape": "Sak" }, "Tooltip": { - "shape": "Sap" + "shape": "Sav" }, "VisualPalette": { - "shape": "S9f" + "shape": "S9l" }, "ContributionAnalysisDefaults": { - "shape": "Sbb" + "shape": "Sbi" } } }, "Actions": { - "shape": "S6x" + "shape": "S71" }, "ColumnHierarchies": { - "shape": "Sbe" + "shape": "Sbl" } } }, @@ -9078,7 +9594,7 @@ "members": { "PrimaryValueDisplayType": {}, "Comparison": { - "shape": "Sc1" + "shape": "Sc8" }, "ArcAxis": { "type": "structure", @@ -9114,13 +9630,13 @@ } }, "DataLabels": { - "shape": "Sae" + "shape": "Sak" }, "TooltipOptions": { - "shape": "Sap" + "shape": "Sav" }, "VisualPalette": { - "shape": "S9f" + "shape": "S9l" } } }, @@ -9136,10 +9652,10 @@ "type": "structure", "members": { "TextColor": { - "shape": "S6h" + "shape": "S6l" }, "Icon": { - "shape": "S6n" + "shape": "S6r" } } }, @@ -9147,7 +9663,7 @@ "type": "structure", "members": { "ForegroundColor": { - "shape": "S6h" + "shape": "S6l" } } } @@ -9157,7 +9673,7 @@ } }, "Actions": { - "shape": "S6x" + "shape": "S71" } } }, @@ -9193,7 +9709,7 @@ "shape": "S3n" }, "SmallMultiples": { - "shape": "S98" + "shape": "S9e" } } } @@ -9203,19 +9719,19 @@ "type": "structure", "members": { "CategorySort": { - "shape": "S9a" + "shape": "S9g" }, "CategoryItemsLimitConfiguration": { - "shape": "S9b" + "shape": "S9h" }, "ColorItemsLimitConfiguration": { - "shape": "S9b" + "shape": "S9h" }, "SmallMultiplesSort": { - "shape": "S9a" + "shape": "S9g" }, "SmallMultiplesLimitConfiguration": { - "shape": "S9b" + "shape": "S9h" } } }, @@ -9291,35 +9807,38 @@ }, "Type": {}, "SmallMultiplesOptions": { - "shape": "S9i" + "shape": "S9o" }, "XAxisDisplayOptions": { - "shape": "S9s" + "shape": "S9y" }, "XAxisLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "PrimaryYAxisDisplayOptions": { - "shape": "Sdj" + "shape": "Sdq" }, "PrimaryYAxisLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "SecondaryYAxisDisplayOptions": { - "shape": "Sdj" + "shape": "Sdq" }, "SecondaryYAxisLabelOptions": { - "shape": "Sa8" + "shape": "Sae" + }, + "SingleAxisOptions": { + "shape": "Sdu" }, "DefaultSeriesSettings": { "type": "structure", "members": { "AxisBinding": {}, "LineStyleSettings": { - "shape": "Sdo" + "shape": "Sdy" }, "MarkerStyleSettings": { - "shape": "Sdr" + "shape": "Se1" } } }, @@ -9338,7 +9857,7 @@ "FieldId": {}, "AxisBinding": {}, "Settings": { - "shape": "Sdw" + "shape": "Se6" } } }, @@ -9355,7 +9874,7 @@ }, "AxisBinding": {}, "Settings": { - "shape": "Sdw" + "shape": "Se6" } } } @@ -9363,30 +9882,30 @@ } }, "Legend": { - "shape": "Sac" + "shape": "Sai" }, "DataLabels": { - "shape": "Sae" + "shape": "Sak" }, "ReferenceLines": { - "shape": "Sax" + "shape": "Sb3" }, "Tooltip": { - "shape": "Sap" + "shape": "Sav" }, "ContributionAnalysisDefaults": { - "shape": "Sbb" + "shape": "Sbi" }, "VisualPalette": { - "shape": "S9f" + "shape": "S9l" } } }, "Actions": { - "shape": "S6x" + "shape": "S71" }, "ColumnHierarchies": { - "shape": "Sbe" + "shape": "Sbl" } } }, @@ -9413,10 +9932,10 @@ "type": "structure", "members": { "Rows": { - "shape": "Se2" + "shape": "Sec" }, "Columns": { - "shape": "Se2" + "shape": "Sec" }, "Values": { "type": "list", @@ -9432,44 +9951,44 @@ "type": "structure", "members": { "HeatMapRowSort": { - "shape": "S9a" + "shape": "S9g" }, "HeatMapColumnSort": { - "shape": "S9a" + "shape": "S9g" }, "HeatMapRowItemsLimitConfiguration": { - "shape": "S9b" + "shape": "S9h" }, "HeatMapColumnItemsLimitConfiguration": { - "shape": "S9b" + "shape": "S9h" } } }, "RowLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "ColumnLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "ColorScale": { - "shape": "Se5" + "shape": "Sef" }, "Legend": { - "shape": "Sac" + "shape": "Sai" }, "DataLabels": { - "shape": "Sae" + "shape": "Sak" }, "Tooltip": { - "shape": "Sap" + "shape": "Sav" } } }, "ColumnHierarchies": { - "shape": "Sbe" + "shape": "Sbl" }, "Actions": { - "shape": "S6x" + "shape": "S71" } } }, @@ -9502,10 +10021,10 @@ } }, "Sizes": { - "shape": "See" + "shape": "Seo" }, "Colors": { - "shape": "See" + "shape": "Seo" } } } @@ -9515,41 +10034,41 @@ "type": "structure", "members": { "TreeMapSort": { - "shape": "S9a" + "shape": "S9g" }, "TreeMapGroupItemsLimitConfiguration": { - "shape": "S9b" + "shape": "S9h" } } }, "GroupLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "SizeLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "ColorLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "ColorScale": { - "shape": "Se5" + "shape": "Sef" }, "Legend": { - "shape": "Sac" + "shape": "Sai" }, "DataLabels": { - "shape": "Sae" + "shape": "Sak" }, "Tooltip": { - "shape": "Sap" + "shape": "Sav" } } }, "Actions": { - "shape": "S6x" + "shape": "S71" }, "ColumnHierarchies": { - "shape": "Sbe" + "shape": "Sbl" } } }, @@ -9589,16 +10108,16 @@ } }, "Legend": { - "shape": "Sac" + "shape": "Sai" }, "Tooltip": { - "shape": "Sap" + "shape": "Sav" }, "WindowOptions": { - "shape": "Sek" + "shape": "Seu" }, "MapStyleOptions": { - "shape": "Sep" + "shape": "Sez" }, "PointStyleOptions": { "type": "structure", @@ -9645,15 +10164,15 @@ } }, "VisualPalette": { - "shape": "S9f" + "shape": "S9l" } } }, "ColumnHierarchies": { - "shape": "Sbe" + "shape": "Sbl" }, "Actions": { - "shape": "S6x" + "shape": "S71" } } }, @@ -9699,21 +10218,21 @@ "type": "structure", "members": { "CategorySort": { - "shape": "S9a" + "shape": "S9g" } } }, "Legend": { - "shape": "Sac" + "shape": "Sai" }, "Tooltip": { - "shape": "Sap" + "shape": "Sav" }, "WindowOptions": { - "shape": "Sek" + "shape": "Seu" }, "MapStyleOptions": { - "shape": "Sep" + "shape": "Sez" } } }, @@ -9745,7 +10264,7 @@ ], "members": { "BackgroundColor": { - "shape": "S6h" + "shape": "S6l" } } } @@ -9757,10 +10276,10 @@ } }, "ColumnHierarchies": { - "shape": "Sbe" + "shape": "Sbl" }, "Actions": { - "shape": "S6x" + "shape": "S71" } } }, @@ -9806,21 +10325,21 @@ "type": "structure", "members": { "CategorySort": { - "shape": "S9a" + "shape": "S9g" }, "CategoryItemsLimit": { - "shape": "S9b" + "shape": "S9h" } } }, "CategoryLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "ValueLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "Tooltip": { - "shape": "Sap" + "shape": "Sav" }, "DataLabelOptions": { "type": "structure", @@ -9837,15 +10356,15 @@ } }, "VisualPalette": { - "shape": "S9f" + "shape": "S9l" } } }, "Actions": { - "shape": "S6x" + "shape": "S71" }, "ColumnHierarchies": { - "shape": "Sbe" + "shape": "Sbl" } } }, @@ -9910,37 +10429,45 @@ } } }, + "SortConfiguration": { + "type": "structure", + "members": { + "ScatterPlotLimitConfiguration": { + "shape": "S9h" + } + } + }, "XAxisLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "XAxisDisplayOptions": { - "shape": "S9s" + "shape": "S9y" }, "YAxisLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "YAxisDisplayOptions": { - "shape": "S9s" + "shape": "S9y" }, "Legend": { - "shape": "Sac" + "shape": "Sai" }, "DataLabels": { - "shape": "Sae" + "shape": "Sak" }, "Tooltip": { - "shape": "Sap" + "shape": "Sav" }, "VisualPalette": { - "shape": "S9f" + "shape": "S9l" } } }, "Actions": { - "shape": "S6x" + "shape": "S71" }, "ColumnHierarchies": { - "shape": "Sbe" + "shape": "Sbl" } } }, @@ -9986,66 +10513,69 @@ "type": "structure", "members": { "CategorySort": { - "shape": "S9a" + "shape": "S9g" }, "CategoryItemsLimit": { - "shape": "S9b" + "shape": "S9h" }, "ColorSort": { - "shape": "S9a" + "shape": "S9g" }, "ColorItemsLimit": { - "shape": "S9b" + "shape": "S9h" } } }, "BarsArrangement": {}, "CategoryAxis": { - "shape": "S9s" + "shape": "S9y" }, "CategoryLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "PrimaryYAxisDisplayOptions": { - "shape": "S9s" + "shape": "S9y" }, "PrimaryYAxisLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "SecondaryYAxisDisplayOptions": { - "shape": "S9s" + "shape": "S9y" }, "SecondaryYAxisLabelOptions": { - "shape": "Sa8" + "shape": "Sae" + }, + "SingleAxisOptions": { + "shape": "Sdu" }, "ColorLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "Legend": { - "shape": "Sac" + "shape": "Sai" }, "BarDataLabels": { - "shape": "Sae" + "shape": "Sak" }, "LineDataLabels": { - "shape": "Sae" + "shape": "Sak" }, "Tooltip": { - "shape": "Sap" + "shape": "Sav" }, "ReferenceLines": { - "shape": "Sax" + "shape": "Sb3" }, "VisualPalette": { - "shape": "S9f" + "shape": "S9l" } } }, "Actions": { - "shape": "S6x" + "shape": "S71" }, "ColumnHierarchies": { - "shape": "Sbe" + "shape": "Sbl" } } }, @@ -10091,7 +10621,7 @@ "type": "structure", "members": { "CategorySort": { - "shape": "S9a" + "shape": "S9g" }, "PaginationConfiguration": { "shape": "S55" @@ -10112,36 +10642,36 @@ } }, "CategoryAxis": { - "shape": "S9s" + "shape": "S9y" }, "CategoryLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "PrimaryYAxisDisplayOptions": { - "shape": "S9s" + "shape": "S9y" }, "PrimaryYAxisLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "Legend": { - "shape": "Sac" + "shape": "Sai" }, "Tooltip": { - "shape": "Sap" + "shape": "Sav" }, "ReferenceLines": { - "shape": "Sax" + "shape": "Sb3" }, "VisualPalette": { - "shape": "S9f" + "shape": "S9l" } } }, "Actions": { - "shape": "S6x" + "shape": "S71" }, "ColumnHierarchies": { - "shape": "Sbe" + "shape": "Sbl" } } }, @@ -10184,10 +10714,10 @@ "type": "structure", "members": { "CategorySort": { - "shape": "S9a" + "shape": "S9g" }, "BreakdownItemsLimit": { - "shape": "S9b" + "shape": "S9h" } } }, @@ -10198,33 +10728,33 @@ } }, "CategoryAxisLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "CategoryAxisDisplayOptions": { - "shape": "S9s" + "shape": "S9y" }, "PrimaryYAxisLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "PrimaryYAxisDisplayOptions": { - "shape": "S9s" + "shape": "S9y" }, "Legend": { - "shape": "Sac" + "shape": "Sai" }, "DataLabels": { - "shape": "Sae" + "shape": "Sak" }, "VisualPalette": { - "shape": "S9f" + "shape": "S9l" } } }, "Actions": { - "shape": "S6x" + "shape": "S71" }, "ColumnHierarchies": { - "shape": "Sbe" + "shape": "Sbl" } } }, @@ -10261,13 +10791,13 @@ } }, "XAxisDisplayOptions": { - "shape": "S9s" + "shape": "S9y" }, "XAxisLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "YAxisDisplayOptions": { - "shape": "S9s" + "shape": "S9y" }, "BinOptions": { "type": "structure", @@ -10298,18 +10828,18 @@ } }, "DataLabels": { - "shape": "Sae" + "shape": "Sak" }, "Tooltip": { - "shape": "Sap" + "shape": "Sav" }, "VisualPalette": { - "shape": "S9f" + "shape": "S9l" } } }, "Actions": { - "shape": "S6x" + "shape": "S71" } } }, @@ -10355,15 +10885,15 @@ "type": "structure", "members": { "CategoryItemsLimit": { - "shape": "S9b" + "shape": "S9h" }, "CategorySort": { - "shape": "S9a" + "shape": "S9g" } } }, "CategoryLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "WordCloudOptions": { "type": "structure", @@ -10381,10 +10911,10 @@ } }, "Actions": { - "shape": "S6x" + "shape": "S71" }, "ColumnHierarchies": { - "shape": "Sbe" + "shape": "Sbl" } } }, @@ -10621,7 +11151,7 @@ } }, "Actions": { - "shape": "S6x" + "shape": "S71" }, "DataSetIdentifier": {} } @@ -10665,23 +11195,23 @@ "type": "structure", "members": { "WeightSort": { - "shape": "S9a" + "shape": "S9g" }, "SourceItemsLimit": { - "shape": "S9b" + "shape": "S9h" }, "DestinationItemsLimit": { - "shape": "S9b" + "shape": "S9h" } } }, "DataLabels": { - "shape": "Sae" + "shape": "Sak" } } }, "Actions": { - "shape": "S6x" + "shape": "S71" } } }, @@ -10708,7 +11238,7 @@ } }, "Actions": { - "shape": "S6x" + "shape": "S71" }, "DataSetIdentifier": {} } @@ -10723,7 +11253,7 @@ "VisualId": {}, "DataSetIdentifier": {}, "Actions": { - "shape": "S6x" + "shape": "S71" } } }, @@ -10775,16 +11305,16 @@ "type": "structure", "members": { "CategorySort": { - "shape": "S9a" + "shape": "S9g" }, "CategoryItemsLimit": { - "shape": "S9b" + "shape": "S9h" }, "ColorSort": { - "shape": "S9a" + "shape": "S9g" }, "ColorItemsLimit": { - "shape": "S9b" + "shape": "S9h" } } }, @@ -10804,34 +11334,34 @@ "type": "double" }, "VisualPalette": { - "shape": "S9f" + "shape": "S9l" }, "AlternateBandColorsVisibility": {}, "AlternateBandEvenColor": {}, "AlternateBandOddColor": {}, "CategoryAxis": { - "shape": "S9s" + "shape": "S9y" }, "CategoryLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "ColorAxis": { - "shape": "S9s" + "shape": "S9y" }, "ColorLabelOptions": { - "shape": "Sa8" + "shape": "Sae" }, "Legend": { - "shape": "Sac" + "shape": "Sai" }, "AxesRangeScale": {} } }, "Actions": { - "shape": "S6x" + "shape": "S71" }, "ColumnHierarchies": { - "shape": "Sbe" + "shape": "Sbl" } } } @@ -10863,7 +11393,7 @@ "type": "structure", "members": { "GridLayout": { - "shape": "Sii" + "shape": "Sit" }, "FreeFormLayout": { "type": "structure", @@ -10872,10 +11402,10 @@ ], "members": { "Elements": { - "shape": "Siu" + "shape": "Sj5" }, "CanvasSizeOptions": { - "shape": "Sj3" + "shape": "Sje" } } }, @@ -10889,7 +11419,7 @@ ], "members": { "HeaderSections": { - "shape": "Sj6" + "shape": "Sjh" }, "BodySections": { "type": "list", @@ -10905,12 +11435,12 @@ "type": "structure", "members": { "Layout": { - "shape": "Sj8" + "shape": "Sjj" } } }, "Style": { - "shape": "Sja" + "shape": "Sjl" }, "PageBreakConfiguration": { "type": "structure", @@ -10927,10 +11457,10 @@ } }, "FooterSections": { - "shape": "Sj6" + "shape": "Sjh" }, "CanvasSizeOptions": { - "shape": "Sjj" + "shape": "Sju" } } } @@ -10951,7 +11481,7 @@ "type": "structure", "members": { "GridLayout": { - "shape": "Sii" + "shape": "Sit" } } } @@ -11650,21 +12180,40 @@ "UsePrimaryBackgroundColor": {} } }, - "S6g": { + "S5q": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "FieldId", + "TotalAggregationFunction" + ], + "members": { + "FieldId": {}, + "TotalAggregationFunction": { + "type": "structure", + "members": { + "SimpleTotalAggregationFunction": {} + } + } + } + } + }, + "S6k": { "type": "structure", "members": { "BackgroundColor": { - "shape": "S6h" + "shape": "S6l" }, "TextColor": { - "shape": "S6h" + "shape": "S6l" }, "Icon": { - "shape": "S6n" + "shape": "S6r" } } }, - "S6h": { + "S6l": { "type": "structure", "members": { "Solid": { @@ -11716,7 +12265,7 @@ } } }, - "S6n": { + "S6r": { "type": "structure", "members": { "IconSet": { @@ -11759,7 +12308,7 @@ } } }, - "S6x": { + "S71": { "type": "list", "member": { "type": "structure", @@ -11876,16 +12425,16 @@ "type": "structure", "members": { "StringValues": { - "shape": "S7n" + "shape": "S7r" }, "IntegerValues": { - "shape": "S7p" + "shape": "S7t" }, "DecimalValues": { - "shape": "S7r" + "shape": "S7v" }, "DateTimeValues": { - "shape": "S7t" + "shape": "S7x" } } } @@ -11910,63 +12459,65 @@ } } }, - "S7n": { + "S7r": { "type": "list", "member": { "type": "string", "sensitive": true } }, - "S7p": { + "S7t": { "type": "list", "member": { "type": "long", "sensitive": true } }, - "S7r": { + "S7v": { "type": "list", "member": { "type": "double", "sensitive": true } }, - "S7t": { + "S7x": { "type": "list", "member": { "shape": "S18" } }, - "S7z": { + "S83": { "type": "list", "member": { "shape": "S3o" } }, - "S86": { + "S8a": { "type": "list", "member": { - "shape": "S87" + "shape": "S8b" } }, - "S87": { + "S8b": { "type": "structure", - "required": [ - "FieldId", - "FieldValue" - ], "members": { "FieldId": {}, "FieldValue": { - "shape": "S88" + "shape": "S8c" + }, + "DataPathType": { + "type": "structure", + "members": { + "PivotTableDataPathType": {} + } } } }, - "S88": { + "S8c": { "type": "string", "sensitive": true }, - "S8f": { + "S8l": { "type": "structure", "members": { "TotalsVisibility": {}, @@ -12004,7 +12555,7 @@ } } }, - "S8m": { + "S8s": { "type": "structure", "members": { "TotalsVisibility": {}, @@ -12019,28 +12570,31 @@ }, "MetricHeaderCellStyle": { "shape": "S5a" + }, + "TotalAggregationOptions": { + "shape": "S5q" } } }, - "S91": { + "S97": { "type": "structure", "members": { "Role": {} } }, - "S98": { + "S9e": { "type": "list", "member": { "shape": "S3o" } }, - "S9a": { + "S9g": { "type": "list", "member": { "shape": "S4y" } }, - "S9b": { + "S9h": { "type": "structure", "members": { "ItemsLimit": { @@ -12049,7 +12603,7 @@ "OtherCategories": {} } }, - "S9f": { + "S9l": { "type": "structure", "members": { "ChartColor": {}, @@ -12063,7 +12617,7 @@ ], "members": { "Element": { - "shape": "S87" + "shape": "S8b" }, "Color": {}, "TimeGranularity": {} @@ -12072,7 +12626,7 @@ } } }, - "S9i": { + "S9o": { "type": "structure", "members": { "MaxVisibleRows": { @@ -12105,21 +12659,21 @@ } }, "XAxis": { - "shape": "S9p" + "shape": "S9v" }, "YAxis": { - "shape": "S9p" + "shape": "S9v" } } }, - "S9p": { + "S9v": { "type": "structure", "members": { "Scale": {}, "Placement": {} } }, - "S9s": { + "S9y": { "type": "structure", "members": { "TickLabelOptions": { @@ -12220,7 +12774,7 @@ "AxisOffset": {} } }, - "Sa8": { + "Sae": { "type": "structure", "members": { "Visibility": {}, @@ -12252,7 +12806,7 @@ } } }, - "Sac": { + "Sai": { "type": "structure", "members": { "Visibility": {}, @@ -12264,7 +12818,7 @@ "Height": {} } }, - "Sae": { + "Sak": { "type": "structure", "members": { "Visibility": {}, @@ -12287,7 +12841,7 @@ "members": { "FieldId": {}, "FieldValue": { - "shape": "S88" + "shape": "S8c" }, "Visibility": {} } @@ -12323,7 +12877,7 @@ "TotalsVisibility": {} } }, - "Sap": { + "Sav": { "type": "structure", "members": { "TooltipVisibility": {}, @@ -12372,7 +12926,7 @@ } } }, - "Sax": { + "Sb3": { "type": "list", "member": { "type": "structure", @@ -12413,7 +12967,8 @@ } } }, - "AxisBinding": {} + "AxisBinding": {}, + "SeriesType": {} } }, "StyleConfiguration": { @@ -12455,7 +13010,7 @@ } } }, - "Sbb": { + "Sbi": { "type": "list", "member": { "type": "structure", @@ -12474,7 +13029,7 @@ } } }, - "Sbe": { + "Sbl": { "type": "list", "member": { "type": "structure", @@ -12494,7 +13049,7 @@ } }, "DrillDownFilters": { - "shape": "Sbi" + "shape": "Sbp" } } }, @@ -12506,7 +13061,7 @@ "members": { "HierarchyId": {}, "DrillDownFilters": { - "shape": "Sbi" + "shape": "Sbp" } } }, @@ -12525,14 +13080,14 @@ } }, "DrillDownFilters": { - "shape": "Sbi" + "shape": "Sbp" } } } } } }, - "Sbi": { + "Sbp": { "type": "list", "member": { "type": "structure", @@ -12563,7 +13118,7 @@ "shape": "S2g" }, "CategoryValues": { - "shape": "Sbm" + "shape": "Sbt" } } }, @@ -12591,11 +13146,11 @@ } } }, - "Sbm": { + "Sbt": { "type": "list", "member": {} }, - "Sc1": { + "Sc8": { "type": "structure", "members": { "ComparisonMethod": {}, @@ -12612,11 +13167,11 @@ } } }, - "Sdj": { + "Sdq": { "type": "structure", "members": { "AxisOptions": { - "shape": "S9s" + "shape": "S9y" }, "MissingDataConfigurations": { "type": "list", @@ -12629,7 +13184,21 @@ } } }, - "Sdo": { + "Sdu": { + "type": "structure", + "members": { + "YAxisOptions": { + "type": "structure", + "required": [ + "YAxis" + ], + "members": { + "YAxis": {} + } + } + } + }, + "Sdy": { "type": "structure", "members": { "LineVisibility": {}, @@ -12638,7 +13207,7 @@ "LineWidth": {} } }, - "Sdr": { + "Se1": { "type": "structure", "members": { "MarkerVisibility": {}, @@ -12647,24 +13216,24 @@ "MarkerColor": {} } }, - "Sdw": { + "Se6": { "type": "structure", "members": { "LineStyleSettings": { - "shape": "Sdo" + "shape": "Sdy" }, "MarkerStyleSettings": { - "shape": "Sdr" + "shape": "Se1" } } }, - "Se2": { + "Sec": { "type": "list", "member": { "shape": "S3o" } }, - "Se5": { + "Sef": { "type": "structure", "required": [ "Colors", @@ -12674,16 +13243,16 @@ "Colors": { "type": "list", "member": { - "shape": "Se7" + "shape": "Seh" } }, "ColorFillType": {}, "NullValueColor": { - "shape": "Se7" + "shape": "Seh" } } }, - "Se7": { + "Seh": { "type": "structure", "members": { "Color": {}, @@ -12692,13 +13261,13 @@ } } }, - "See": { + "Seo": { "type": "list", "member": { "shape": "S4g" } }, - "Sek": { + "Seu": { "type": "structure", "members": { "Bounds": { @@ -12727,13 +13296,13 @@ "MapZoomMode": {} } }, - "Sep": { + "Sez": { "type": "structure", "members": { "BaseMapStyle": {} } }, - "Sii": { + "Sit": { "type": "structure", "required": [ "Elements" @@ -12768,11 +13337,11 @@ } }, "CanvasSizeOptions": { - "shape": "Siq" + "shape": "Sj1" } } }, - "Siq": { + "Sj1": { "type": "structure", "members": { "ScreenCanvasSizeOptions": { @@ -12787,7 +13356,7 @@ } } }, - "Siu": { + "Sj5": { "type": "list", "member": { "type": "structure", @@ -12829,10 +13398,10 @@ } }, "BorderStyle": { - "shape": "Sj0" + "shape": "Sjb" }, "SelectedBorderStyle": { - "shape": "Sj0" + "shape": "Sjb" }, "BackgroundStyle": { "type": "structure", @@ -12850,14 +13419,14 @@ } } }, - "Sj0": { + "Sjb": { "type": "structure", "members": { "Visibility": {}, "Color": {} } }, - "Sj3": { + "Sje": { "type": "structure", "members": { "ScreenCanvasSizeOptions": { @@ -12871,7 +13440,7 @@ } } }, - "Sj6": { + "Sjh": { "type": "list", "member": { "type": "structure", @@ -12882,15 +13451,15 @@ "members": { "SectionId": {}, "Layout": { - "shape": "Sj8" + "shape": "Sjj" }, "Style": { - "shape": "Sja" + "shape": "Sjl" } } } }, - "Sj8": { + "Sjj": { "type": "structure", "required": [ "FreeFormLayout" @@ -12903,22 +13472,22 @@ ], "members": { "Elements": { - "shape": "Siu" + "shape": "Sj5" } } } } }, - "Sja": { + "Sjl": { "type": "structure", "members": { "Height": {}, "Padding": { - "shape": "Sjb" + "shape": "Sjm" } } }, - "Sjb": { + "Sjm": { "type": "structure", "members": { "Top": {}, @@ -12927,7 +13496,7 @@ "Right": {} } }, - "Sjj": { + "Sju": { "type": "structure", "members": { "PaperCanvasSizeOptions": { @@ -12936,13 +13505,13 @@ "PaperSize": {}, "PaperOrientation": {}, "PaperMargin": { - "shape": "Sjb" + "shape": "Sjm" } } } } }, - "Sjr": { + "Sk2": { "type": "list", "member": { "type": "structure", @@ -12961,7 +13530,7 @@ } } }, - "Sju": { + "Sk5": { "type": "list", "member": { "type": "structure", @@ -12979,10 +13548,10 @@ "type": "structure", "members": { "DynamicValue": { - "shape": "Sjz" + "shape": "Ska" }, "StaticValues": { - "shape": "S7n" + "shape": "S7r" } } }, @@ -12996,7 +13565,7 @@ } }, "MappedDataSetParameters": { - "shape": "Sk2" + "shape": "Skd" } } }, @@ -13013,10 +13582,10 @@ "type": "structure", "members": { "DynamicValue": { - "shape": "Sjz" + "shape": "Ska" }, "StaticValues": { - "shape": "S7r" + "shape": "S7v" } } }, @@ -13030,7 +13599,7 @@ } }, "MappedDataSetParameters": { - "shape": "Sk2" + "shape": "Skd" } } }, @@ -13047,10 +13616,10 @@ "type": "structure", "members": { "DynamicValue": { - "shape": "Sjz" + "shape": "Ska" }, "StaticValues": { - "shape": "S7p" + "shape": "S7t" } } }, @@ -13064,7 +13633,7 @@ } }, "MappedDataSetParameters": { - "shape": "Sk2" + "shape": "Skd" } } }, @@ -13079,13 +13648,13 @@ "type": "structure", "members": { "DynamicValue": { - "shape": "Sjz" + "shape": "Ska" }, "StaticValues": { - "shape": "S7t" + "shape": "S7x" }, "RollingDate": { - "shape": "Skc" + "shape": "Skn" } } }, @@ -13100,14 +13669,14 @@ } }, "MappedDataSetParameters": { - "shape": "Sk2" + "shape": "Skd" } } } } } }, - "Sjz": { + "Ska": { "type": "structure", "required": [ "DefaultValueColumn" @@ -13124,7 +13693,7 @@ } } }, - "Sk2": { + "Skd": { "type": "list", "member": { "type": "structure", @@ -13138,7 +13707,7 @@ } } }, - "Skc": { + "Skn": { "type": "structure", "required": [ "Expression" @@ -13150,7 +13719,7 @@ } } }, - "Ske": { + "Skp": { "type": "list", "member": { "type": "structure", @@ -13190,9 +13759,10 @@ "members": { "MatchOperator": {}, "CategoryValues": { - "shape": "Sbm" + "shape": "Sbt" }, - "SelectAllOptions": {} + "SelectAllOptions": {}, + "NullOption": {} } }, "CustomFilterListConfiguration": { @@ -13204,7 +13774,7 @@ "members": { "MatchOperator": {}, "CategoryValues": { - "shape": "Sbm" + "shape": "Sbt" }, "SelectAllOptions": {}, "NullOption": {} @@ -13247,10 +13817,10 @@ "type": "boolean" }, "RangeMinimum": { - "shape": "Skr" + "shape": "Sl2" }, "RangeMaximum": { - "shape": "Skr" + "shape": "Sl2" }, "SelectAllOptions": {}, "AggregationFunction": { @@ -13299,7 +13869,10 @@ "type": "timestamp" }, "ParameterName": {}, - "TimeGranularity": {} + "TimeGranularity": {}, + "RollingDate": { + "shape": "Skn" + } } }, "TimeRangeFilter": { @@ -13321,14 +13894,14 @@ "type": "boolean" }, "RangeMinimumValue": { - "shape": "Skx" + "shape": "Sl8" }, "RangeMaximumValue": { - "shape": "Skx" + "shape": "Sl8" }, "NullOption": {}, "ExcludePeriodConfiguration": { - "shape": "Sky" + "shape": "Sl9" }, "TimeGranularity": {} } @@ -13364,7 +13937,7 @@ "ParameterName": {}, "NullOption": {}, "ExcludePeriodConfiguration": { - "shape": "Sky" + "shape": "Sl9" } } }, @@ -13446,7 +14019,7 @@ } } }, - "Skr": { + "Sl2": { "type": "structure", "members": { "StaticValue": { @@ -13455,19 +14028,19 @@ "Parameter": {} } }, - "Skx": { + "Sl8": { "type": "structure", "members": { "StaticValue": { "type": "timestamp" }, "RollingDate": { - "shape": "Skc" + "shape": "Skn" }, "Parameter": {} } }, - "Sky": { + "Sl9": { "type": "structure", "required": [ "Amount", @@ -13481,7 +14054,7 @@ "Status": {} } }, - "Sle": { + "Slp": { "type": "list", "member": { "type": "structure", @@ -13508,7 +14081,7 @@ ], "members": { "FieldValue": { - "shape": "S88" + "shape": "S8c" }, "Color": {}, "SpecialValue": {} @@ -13520,7 +14093,7 @@ } } }, - "Sll": { + "Slw": { "type": "structure", "required": [ "DefaultNewSheetConfiguration" @@ -13539,7 +14112,7 @@ ], "members": { "CanvasSizeOptions": { - "shape": "Siq" + "shape": "Sj1" } } }, @@ -13550,7 +14123,7 @@ ], "members": { "CanvasSizeOptions": { - "shape": "Sj3" + "shape": "Sje" } } } @@ -13566,7 +14139,7 @@ ], "members": { "CanvasSizeOptions": { - "shape": "Sjj" + "shape": "Sju" } } } @@ -13577,7 +14150,27 @@ } } }, - "Slw": { + "Sm3": { + "type": "structure", + "members": { + "Timezone": {}, + "WeekStart": {} + } + }, + "Sm5": { + "type": "structure", + "required": [ + "Mode" + ], + "members": { + "Mode": {} + } + }, + "Sm7": { + "type": "list", + "member": {} + }, + "Smc": { "type": "structure", "members": { "SourceTemplate": { @@ -13595,7 +14188,7 @@ } } }, - "Slz": { + "Smf": { "type": "structure", "members": { "AdHocFilteringOption": { @@ -13673,7 +14266,7 @@ } } }, - "Sme": { + "Smu": { "type": "structure", "required": [ "DataSetIdentifierDeclarations" @@ -13686,23 +14279,38 @@ "shape": "S1l" }, "CalculatedFields": { - "shape": "Sjr" + "shape": "Sk2" }, "ParameterDeclarations": { - "shape": "Sju" + "shape": "Sk5" }, "FilterGroups": { - "shape": "Ske" + "shape": "Skp" }, "ColumnConfigurations": { - "shape": "Sle" + "shape": "Slp" }, "AnalysisDefaults": { - "shape": "Sll" + "shape": "Slw" + }, + "Options": { + "shape": "Sm3" + } + } + }, + "Smv": { + "type": "structure", + "members": { + "Permissions": { + "shape": "S19" } } }, - "Smj": { + "Smw": { + "type": "list", + "member": {} + }, + "Sn2": { "type": "map", "key": {}, "value": { @@ -13721,7 +14329,7 @@ "Schema": {}, "Name": {}, "InputColumns": { - "shape": "Smq" + "shape": "Sn9" } } }, @@ -13737,7 +14345,7 @@ "Name": {}, "SqlQuery": {}, "Columns": { - "shape": "Smq" + "shape": "Sn9" } } }, @@ -13764,14 +14372,14 @@ } }, "InputColumns": { - "shape": "Smq" + "shape": "Sn9" } } } } } }, - "Smq": { + "Sn9": { "type": "list", "member": { "type": "structure", @@ -13781,11 +14389,12 @@ ], "members": { "Name": {}, - "Type": {} + "Type": {}, + "SubType": {} } } }, - "Sn2": { + "Snm": { "type": "map", "key": {}, "value": { @@ -13870,6 +14479,7 @@ "members": { "ColumnName": {}, "NewColumnType": {}, + "SubType": {}, "Format": {} } }, @@ -13924,16 +14534,16 @@ "type": "structure", "members": { "StringStaticValues": { - "shape": "Snv" + "shape": "Sof" }, "DecimalStaticValues": { - "shape": "Snx" + "shape": "Soh" }, "DateTimeStaticValues": { - "shape": "Snz" + "shape": "Soj" }, "IntegerStaticValues": { - "shape": "So1" + "shape": "Sol" } } } @@ -13957,10 +14567,10 @@ "LeftOperand": {}, "RightOperand": {}, "LeftJoinKeyProperties": { - "shape": "So5" + "shape": "Sop" }, "RightJoinKeyProperties": { - "shape": "So5" + "shape": "Sop" }, "Type": {}, "OnClause": {} @@ -13973,29 +14583,29 @@ } } }, - "Snv": { + "Sof": { "type": "list", "member": {} }, - "Snx": { + "Soh": { "type": "list", "member": { "type": "double" } }, - "Snz": { + "Soj": { "type": "list", "member": { "type": "timestamp" } }, - "So1": { + "Sol": { "type": "list", "member": { "type": "long" } }, - "So5": { + "Sop": { "type": "structure", "members": { "UniqueKey": { @@ -14003,7 +14613,7 @@ } } }, - "So9": { + "Sot": { "type": "list", "member": { "type": "structure", @@ -14026,7 +14636,7 @@ } } }, - "Sof": { + "Soz": { "type": "map", "key": {}, "value": { @@ -14040,7 +14650,7 @@ } } }, - "Sok": { + "Sp4": { "type": "structure", "required": [ "Arn", @@ -14054,7 +14664,7 @@ "Status": {} } }, - "Soo": { + "Sp8": { "type": "structure", "required": [ "TagRules" @@ -14074,7 +14684,7 @@ "ColumnName": {}, "TagMultiValueDelimiter": {}, "MatchAllValue": { - "shape": "Sot" + "shape": "Spd" } } } @@ -14088,11 +14698,11 @@ } } }, - "Sot": { + "Spd": { "type": "string", "sensitive": true }, - "Sow": { + "Spg": { "type": "list", "member": { "type": "structure", @@ -14108,7 +14718,7 @@ } } }, - "Sp0": { + "Spk": { "type": "structure", "members": { "DisableUseAsDirectQuerySource": { @@ -14119,7 +14729,7 @@ } } }, - "Sp1": { + "Spl": { "type": "list", "member": { "type": "structure", @@ -14139,7 +14749,7 @@ "type": "structure", "members": { "StaticValues": { - "shape": "Snv" + "shape": "Sof" } } } @@ -14160,7 +14770,7 @@ "type": "structure", "members": { "StaticValues": { - "shape": "Snx" + "shape": "Soh" } } } @@ -14181,7 +14791,7 @@ "type": "structure", "members": { "StaticValues": { - "shape": "So1" + "shape": "Sol" } } } @@ -14203,7 +14813,7 @@ "type": "structure", "members": { "StaticValues": { - "shape": "Snz" + "shape": "Soj" } } } @@ -14212,7 +14822,7 @@ } } }, - "Spg": { + "Sq0": { "type": "structure", "members": { "AmazonElasticsearchParameters": { @@ -14376,7 +14986,33 @@ "type": "integer" }, "Database": {}, - "ClusterId": {} + "ClusterId": {}, + "IAMParameters": { + "type": "structure", + "required": [ + "RoleArn", + "DatabaseUser" + ], + "members": { + "RoleArn": {}, + "DatabaseUser": {}, + "DatabaseGroups": { + "type": "list", + "member": {} + }, + "AutoCreateDatabaseUser": { + "type": "boolean" + } + } + }, + "IdentityCenterConfiguration": { + "type": "structure", + "members": { + "EnableIdentityPropagation": { + "type": "boolean" + } + } + } } }, "S3Parameters": { @@ -14513,10 +15149,51 @@ }, "SqlEndpointPath": {} } + }, + "StarburstParameters": { + "type": "structure", + "required": [ + "Host", + "Port", + "Catalog" + ], + "members": { + "Host": {}, + "Port": { + "type": "integer" + }, + "Catalog": {}, + "ProductType": {} + } + }, + "TrinoParameters": { + "type": "structure", + "required": [ + "Host", + "Port", + "Catalog" + ], + "members": { + "Host": {}, + "Port": { + "type": "integer" + }, + "Catalog": {} + } + }, + "BigQueryParameters": { + "type": "structure", + "required": [ + "ProjectId" + ], + "members": { + "ProjectId": {}, + "DataSetRegion": {} + } } } }, - "Sqm": { + "Srh": { "type": "structure", "members": { "CredentialPair": { @@ -14529,7 +15206,7 @@ "Username": {}, "Password": {}, "AlternateDataSourceParameters": { - "shape": "Sqq" + "shape": "Srl" } } }, @@ -14538,13 +15215,13 @@ }, "sensitive": true }, - "Sqq": { + "Srl": { "type": "list", "member": { - "shape": "Spg" + "shape": "Sq0" } }, - "Sqt": { + "Sro": { "type": "structure", "required": [ "VpcConnectionArn" @@ -14553,7 +15230,7 @@ "VpcConnectionArn": {} } }, - "Squ": { + "Srp": { "type": "structure", "members": { "DisableSsl": { @@ -14561,7 +15238,7 @@ } } }, - "Sra": { + "Ss5": { "type": "structure", "members": { "Arn": {}, @@ -14570,14 +15247,14 @@ "PrincipalId": {} } }, - "Sre": { + "Ss9": { "type": "structure", "members": { "Arn": {}, "MemberName": {} } }, - "Sri": { + "Ssd": { "type": "map", "key": {}, "value": { @@ -14585,7 +15262,7 @@ "member": {} } }, - "Srv": { + "Ssq": { "type": "structure", "required": [ "ScheduleId", @@ -14619,7 +15296,7 @@ "Arn": {} } }, - "Ss4": { + "St2": { "type": "structure", "members": { "SourceAnalysis": { @@ -14646,36 +15323,39 @@ } } }, - "Ss7": { + "St5": { "type": "structure", "required": [ "DataSetConfigurations" ], "members": { "DataSetConfigurations": { - "shape": "Ss8" + "shape": "St6" }, "Sheets": { "shape": "S1l" }, "CalculatedFields": { - "shape": "Sjr" + "shape": "Sk2" }, "ParameterDeclarations": { - "shape": "Sju" + "shape": "Sk5" }, "FilterGroups": { - "shape": "Ske" + "shape": "Skp" }, "ColumnConfigurations": { - "shape": "Sle" + "shape": "Slp" }, "AnalysisDefaults": { - "shape": "Sll" + "shape": "Slw" + }, + "Options": { + "shape": "Sm3" } } }, - "Ss8": { + "St6": { "type": "list", "member": { "type": "structure", @@ -14718,7 +15398,7 @@ } } }, - "Ssm": { + "Stk": { "type": "structure", "members": { "AliasName": {}, @@ -14728,17 +15408,17 @@ } } }, - "Ssp": { + "Stn": { "type": "structure", "members": { "DataColorPalette": { "type": "structure", "members": { "Colors": { - "shape": "Ssr" + "shape": "Stp" }, "MinMaxGradient": { - "shape": "Ssr" + "shape": "Stp" }, "EmptyFillColor": {} } @@ -14819,11 +15499,11 @@ } } }, - "Ssr": { + "Stp": { "type": "list", "member": {} }, - "St5": { + "Su3": { "type": "structure", "members": { "Arn": {}, @@ -14833,7 +15513,7 @@ } } }, - "St8": { + "Su6": { "type": "structure", "members": { "Name": {}, @@ -14869,7 +15549,7 @@ "FilterClass": {}, "FilterName": {}, "FilterSynonyms": { - "shape": "Sth" + "shape": "Suf" }, "OperandFieldName": {}, "FilterType": {}, @@ -14887,7 +15567,7 @@ "type": "structure", "members": { "ValueList": { - "shape": "Stp" + "shape": "Sun" } } } @@ -14903,7 +15583,7 @@ "type": "structure", "members": { "Constant": { - "shape": "Str" + "shape": "Sup" }, "Aggregation": {} } @@ -14915,7 +15595,7 @@ "type": "boolean" }, "Constant": { - "shape": "Stu" + "shape": "Sus" }, "Aggregation": {} } @@ -14927,7 +15607,7 @@ "type": "boolean" }, "Constant": { - "shape": "Stu" + "shape": "Sus" } } }, @@ -14937,7 +15617,7 @@ "TimeGranularity": {}, "RelativeDateFilterFunction": {}, "Constant": { - "shape": "Str" + "shape": "Sup" } } } @@ -14956,7 +15636,7 @@ "ColumnFriendlyName": {}, "ColumnDescription": {}, "ColumnSynonyms": { - "shape": "Sth" + "shape": "Suf" }, "ColumnDataRole": {}, "Aggregation": {}, @@ -14967,26 +15647,26 @@ "type": "boolean" }, "ComparativeOrder": { - "shape": "Su4" + "shape": "Sv2" }, "SemanticType": { - "shape": "Su7" + "shape": "Sv5" }, "TimeGranularity": {}, "AllowedAggregations": { - "shape": "Su9" + "shape": "Sv7" }, "NotAllowedAggregations": { - "shape": "Su9" + "shape": "Sv7" }, "DefaultFormatting": { - "shape": "Sub" + "shape": "Sv9" }, "NeverAggregateInFilter": { "type": "boolean" }, "CellValueSynonyms": { - "shape": "Sug" + "shape": "Sve" }, "NonAdditive": { "type": "boolean" @@ -15009,7 +15689,7 @@ "shape": "S4r" }, "CalculatedFieldSynonyms": { - "shape": "Sth" + "shape": "Suf" }, "IsIncludedInTopic": { "type": "boolean" @@ -15020,26 +15700,26 @@ "ColumnDataRole": {}, "TimeGranularity": {}, "DefaultFormatting": { - "shape": "Sub" + "shape": "Sv9" }, "Aggregation": {}, "ComparativeOrder": { - "shape": "Su4" + "shape": "Sv2" }, "SemanticType": { - "shape": "Su7" + "shape": "Sv5" }, "AllowedAggregations": { - "shape": "Su9" + "shape": "Sv7" }, "NotAllowedAggregations": { - "shape": "Su9" + "shape": "Sv7" }, "NeverAggregateInFilter": { "type": "boolean" }, "CellValueSynonyms": { - "shape": "Sug" + "shape": "Sve" }, "NonAdditive": { "type": "boolean" @@ -15058,7 +15738,7 @@ "EntityName": {}, "EntityDescription": {}, "EntitySynonyms": { - "shape": "Sth" + "shape": "Suf" }, "SemanticEntityType": { "type": "structure", @@ -15066,7 +15746,7 @@ "TypeName": {}, "SubTypeName": {}, "TypeParameters": { - "shape": "Su8" + "shape": "Sv6" } } }, @@ -15101,15 +15781,15 @@ } } }, - "Sth": { + "Suf": { "type": "list", "member": {} }, - "Stp": { + "Sun": { "type": "list", "member": {} }, - "Str": { + "Sup": { "type": "structure", "members": { "ConstantType": {}, @@ -15117,7 +15797,7 @@ }, "sensitive": true }, - "Stu": { + "Sus": { "type": "structure", "members": { "ConstantType": {}, @@ -15131,23 +15811,23 @@ }, "sensitive": true }, - "Su4": { + "Sv2": { "type": "structure", "members": { "UseOrdering": {}, "SpecifedOrder": { - "shape": "Stp" + "shape": "Sun" }, "TreatUndefinedSpecifiedValues": {} } }, - "Su7": { + "Sv5": { "type": "structure", "members": { "TypeName": {}, "SubTypeName": {}, "TypeParameters": { - "shape": "Su8" + "shape": "Sv6" }, "TruthyCellValue": { "shape": "Sw" @@ -15163,16 +15843,16 @@ } } }, - "Su8": { + "Sv6": { "type": "map", "key": {}, "value": {} }, - "Su9": { + "Sv7": { "type": "list", "member": {} }, - "Sub": { + "Sv9": { "type": "structure", "members": { "DisplayFormat": {}, @@ -15207,19 +15887,19 @@ } } }, - "Sug": { + "Sve": { "type": "list", "member": { "type": "structure", "members": { "CellValue": {}, "Synonyms": { - "shape": "Stp" + "shape": "Sun" } } } }, - "Suw": { + "Svu": { "type": "structure", "required": [ "IsEnabled", @@ -15240,19 +15920,19 @@ "TopicScheduleType": {} } }, - "Sv1": { + "Svz": { "type": "list", "member": {} }, - "Sv3": { + "Sw1": { "type": "list", "member": {} }, - "Sv5": { + "Sw3": { "type": "list", "member": {} }, - "Swz": { + "Sy4": { "type": "list", "member": { "type": "structure", @@ -15260,12 +15940,12 @@ "Type": {}, "Message": {}, "ViolatedEntities": { - "shape": "Sx2" + "shape": "Sy7" } } } }, - "Sx2": { + "Sy7": { "type": "list", "member": { "type": "structure", @@ -15274,11 +15954,11 @@ } } }, - "Sx4": { + "Sy9": { "type": "list", "member": {} }, - "Sx5": { + "Sya": { "type": "list", "member": { "type": "structure", @@ -15288,11 +15968,15 @@ } } }, - "Sxg": { + "Syj": { + "type": "string", + "sensitive": true + }, + "Sym": { "type": "list", "member": {} }, - "Sxi": { + "Syo": { "type": "structure", "members": { "ResourceIdOverrideConfiguration": { @@ -15308,6 +15992,7 @@ "member": { "type": "structure", "required": [ + "Arn", "Properties" ], "members": { @@ -15324,6 +16009,7 @@ "member": { "type": "structure", "required": [ + "Arn", "Properties" ], "members": { @@ -15340,6 +16026,7 @@ "member": { "type": "structure", "required": [ + "Arn", "Properties" ], "members": { @@ -15356,6 +16043,7 @@ "member": { "type": "structure", "required": [ + "Arn", "Properties" ], "members": { @@ -15372,6 +16060,7 @@ "member": { "type": "structure", "required": [ + "Arn", "Properties" ], "members": { @@ -15388,6 +16077,7 @@ "member": { "type": "structure", "required": [ + "Arn", "Properties" ], "members": { @@ -15404,6 +16094,7 @@ "member": { "type": "structure", "required": [ + "Arn", "Properties" ], "members": { @@ -15417,7 +16108,15 @@ } } }, - "Syf": { + "Szi": { + "type": "structure", + "members": { + "StrictModeForAllResources": { + "type": "boolean" + } + } + }, + "Szo": { "type": "list", "member": { "type": "structure", @@ -15428,7 +16127,7 @@ } } }, - "Syj": { + "Szs": { "type": "structure", "members": { "ResourceIdOverrideConfiguration": { @@ -15448,13 +16147,13 @@ "VPCConnectionId": {}, "Name": {}, "SubnetIds": { - "shape": "Sv1" + "shape": "Svz" }, "SecurityGroupIds": { - "shape": "Sv3" + "shape": "Sw1" }, "DnsResolvers": { - "shape": "Sv5" + "shape": "Sw3" }, "RoleArn": {} } @@ -15488,13 +16187,13 @@ "DataSourceId": {}, "Name": {}, "DataSourceParameters": { - "shape": "Spg" + "shape": "Sq0" }, "VpcConnectionProperties": { - "shape": "Sqt" + "shape": "Sro" }, "SslProperties": { - "shape": "Squ" + "shape": "Srp" }, "Credentials": { "type": "structure", @@ -15571,7 +16270,250 @@ } } }, - "Sz6": { + "S10b": { + "type": "structure", + "members": { + "DataSources": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "DataSourceIds", + "Permissions" + ], + "members": { + "DataSourceIds": { + "shape": "S10e" + }, + "Permissions": { + "shape": "S10g" + } + } + } + }, + "DataSets": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "DataSetIds", + "Permissions" + ], + "members": { + "DataSetIds": { + "shape": "S10e" + }, + "Permissions": { + "shape": "S10g" + } + } + } + }, + "Themes": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "ThemeIds", + "Permissions" + ], + "members": { + "ThemeIds": { + "shape": "S10e" + }, + "Permissions": { + "shape": "S10g" + } + } + } + }, + "Analyses": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "AnalysisIds", + "Permissions" + ], + "members": { + "AnalysisIds": { + "shape": "S10e" + }, + "Permissions": { + "shape": "S10g" + } + } + } + }, + "Dashboards": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "DashboardIds" + ], + "members": { + "DashboardIds": { + "shape": "S10e" + }, + "Permissions": { + "shape": "S10g" + }, + "LinkSharingConfiguration": { + "type": "structure", + "members": { + "Permissions": { + "shape": "S10g" + } + } + } + } + } + } + } + }, + "S10e": { + "type": "list", + "member": {} + }, + "S10g": { + "type": "structure", + "required": [ + "Principals", + "Actions" + ], + "members": { + "Principals": { + "type": "list", + "member": {} + }, + "Actions": { + "shape": "S1c" + } + } + }, + "S10r": { + "type": "structure", + "members": { + "VPCConnections": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "VPCConnectionIds", + "Tags" + ], + "members": { + "VPCConnectionIds": { + "shape": "S10e" + }, + "Tags": { + "shape": "Sb" + } + } + } + }, + "DataSources": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "DataSourceIds", + "Tags" + ], + "members": { + "DataSourceIds": { + "shape": "S10e" + }, + "Tags": { + "shape": "Sb" + } + } + } + }, + "DataSets": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "DataSetIds", + "Tags" + ], + "members": { + "DataSetIds": { + "shape": "S10e" + }, + "Tags": { + "shape": "Sb" + } + } + } + }, + "Themes": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "ThemeIds", + "Tags" + ], + "members": { + "ThemeIds": { + "shape": "S10e" + }, + "Tags": { + "shape": "Sb" + } + } + } + }, + "Analyses": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "AnalysisIds", + "Tags" + ], + "members": { + "AnalysisIds": { + "shape": "S10e" + }, + "Tags": { + "shape": "Sb" + } + } + } + }, + "Dashboards": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "DashboardIds", + "Tags" + ], + "members": { + "DashboardIds": { + "shape": "S10e" + }, + "Tags": { + "shape": "Sb" + } + } + } + } + } + }, + "S114": { + "type": "structure", + "members": { + "StrictModeForAllResources": { + "type": "boolean" + } + } + }, + "S119": { "type": "list", "member": { "type": "structure", @@ -15579,20 +16521,12 @@ "Type": {}, "Message": {}, "ViolatedEntities": { - "shape": "Sx2" + "shape": "Sy7" } } } }, - "Szd": { - "type": "structure", - "members": { - "Permissions": { - "shape": "S19" - } - } - }, - "Szk": { + "S11m": { "type": "structure", "required": [ "FileGroups" @@ -15604,7 +16538,7 @@ "type": "structure", "members": { "Files": { - "shape": "Szn" + "shape": "S11p" } } } @@ -15615,7 +16549,7 @@ "S3Destinations": { "type": "list", "member": { - "shape": "Szw" + "shape": "S11y" } } } @@ -15625,7 +16559,7 @@ } } }, - "Szn": { + "S11p": { "type": "list", "member": { "type": "structure", @@ -15656,8 +16590,11 @@ } } }, - "Szw": { + "S11y": { "type": "structure", + "required": [ + "BucketConfiguration" + ], "members": { "BucketConfiguration": { "type": "structure", @@ -15674,7 +16611,7 @@ } } }, - "S10l": { + "S12m": { "type": "structure", "required": [ "RefreshConfiguration" @@ -15713,7 +16650,7 @@ } } }, - "S10t": { + "S12u": { "type": "structure", "members": { "Arn": {}, @@ -15728,16 +16665,16 @@ "type": "timestamp" }, "DataSourceParameters": { - "shape": "Spg" + "shape": "Sq0" }, "AlternateDataSourceParameters": { - "shape": "Sqq" + "shape": "Srl" }, "VpcConnectionProperties": { - "shape": "Sqt" + "shape": "Sro" }, "SslProperties": { - "shape": "Squ" + "shape": "Srp" }, "ErrorInfo": { "type": "structure", @@ -15749,7 +16686,7 @@ "SecretArn": {} } }, - "S11g": { + "S13h": { "type": "structure", "required": [ "Arn", @@ -15805,12 +16742,12 @@ "RequestType": {} } }, - "S11p": { + "S13q": { "type": "map", "key": {}, "value": {} }, - "S11u": { + "S13v": { "type": "structure", "members": { "Name": {}, @@ -15827,7 +16764,7 @@ } } }, - "S123": { + "S147": { "type": "list", "member": { "type": "structure", @@ -15835,12 +16772,12 @@ "Type": {}, "Message": {}, "ViolatedEntities": { - "shape": "Sx2" + "shape": "Sy7" } } } }, - "S131": { + "S155": { "type": "structure", "members": { "Arn": {}, @@ -15858,7 +16795,7 @@ "ExternalLoginId": {} } }, - "S138": { + "S15b": { "type": "list", "member": { "type": "structure", @@ -15871,7 +16808,7 @@ } } }, - "S13e": { + "S15h": { "type": "list", "member": { "type": "structure", @@ -15882,12 +16819,12 @@ "members": { "Key": {}, "Value": { - "shape": "Sot" + "shape": "Spd" } } } }, - "S13k": { + "S15n": { "type": "structure", "required": [ "DashboardId", @@ -15900,11 +16837,11 @@ "VisualId": {} } }, - "S13n": { + "S15q": { "type": "string", "sensitive": true }, - "S13s": { + "S15v": { "type": "structure", "required": [ "Enabled" @@ -15915,7 +16852,7 @@ } } }, - "S149": { + "S16c": { "type": "list", "member": { "type": "structure", @@ -15933,7 +16870,7 @@ } } }, - "S14p": { + "S16s": { "type": "list", "member": { "type": "structure", @@ -15956,7 +16893,7 @@ } } }, - "S14t": { + "S16w": { "type": "list", "member": { "type": "structure", @@ -15972,7 +16909,7 @@ }, "ImportMode": {}, "RowLevelPermissionDataSet": { - "shape": "Sok" + "shape": "Sp4" }, "RowLevelPermissionTagConfigurationApplied": { "type": "boolean" @@ -15983,7 +16920,7 @@ } } }, - "S154": { + "S177": { "type": "list", "member": { "type": "structure", @@ -16002,19 +16939,23 @@ } } }, - "S15b": { + "S17e": { "type": "list", "member": { - "shape": "Sra" + "shape": "Ss5" } }, - "S18r": { + "S17s": { + "type": "list", + "member": {} + }, + "S1b2": { "type": "list", "member": { "shape": "S1a" } }, - "S18w": { + "S1b9": { "type": "list", "member": { "shape": "S1a" diff --git a/iamlivecore/service/rbin-2021-06-15.min.json b/iamlivecore/service/rbin-2021-06-15.min.json index 5cec2ab..477c03d 100644 --- a/iamlivecore/service/rbin-2021-06-15.min.json +++ b/iamlivecore/service/rbin-2021-06-15.min.json @@ -59,7 +59,8 @@ "LockConfiguration": { "shape": "Sf" }, - "LockState": {} + "LockState": {}, + "RuleArn": {} } } }, @@ -123,7 +124,8 @@ "LockState": {}, "LockEndTime": { "type": "timestamp" - } + }, + "RuleArn": {} } } }, @@ -162,7 +164,8 @@ "RetentionPeriod": { "shape": "S2" }, - "LockState": {} + "LockState": {}, + "RuleArn": {} } } }, @@ -235,7 +238,8 @@ "LockConfiguration": { "shape": "Sf" }, - "LockState": {} + "LockState": {}, + "RuleArn": {} } } }, @@ -302,7 +306,8 @@ "LockState": {}, "LockEndTime": { "type": "timestamp" - } + }, + "RuleArn": {} } } }, @@ -378,7 +383,8 @@ "LockState": {}, "LockEndTime": { "type": "timestamp" - } + }, + "RuleArn": {} } } } diff --git a/iamlivecore/service/rds-2014-10-31.min.json b/iamlivecore/service/rds-2014-10-31.min.json index 2c07134..82cda0e 100644 --- a/iamlivecore/service/rds-2014-10-31.min.json +++ b/iamlivecore/service/rds-2014-10-31.min.json @@ -329,6 +329,10 @@ "TargetDBClusterParameterGroupName": {}, "Tags": { "shape": "Sb" + }, + "TargetDBInstanceClass": {}, + "UpgradeTargetStorageConfig": { + "type": "boolean" } } }, @@ -337,7 +341,7 @@ "type": "structure", "members": { "BlueGreenDeployment": { - "shape": "S1w" + "shape": "S1x" } } } @@ -368,7 +372,7 @@ } }, "output": { - "shape": "S2f", + "shape": "S2g", "resultWrapper": "CreateCustomDBEngineVersionResult" } }, @@ -391,7 +395,7 @@ "DBClusterIdentifier": {}, "DBClusterParameterGroupName": {}, "VpcSecurityGroupIds": { - "shape": "S2s" + "shape": "S2t" }, "DBSubnetGroupName": {}, "Engine": {}, @@ -420,11 +424,14 @@ "type": "long" }, "EnableCloudwatchLogsExports": { - "shape": "S2o" + "shape": "S2p" }, "EngineMode": {}, "ScalingConfiguration": { - "shape": "S2u" + "shape": "S2v" + }, + "RdsCustomClusterConfiguration": { + "shape": "S2w" }, "DeletionProtection": { "type": "boolean" @@ -467,7 +474,7 @@ "type": "integer" }, "ServerlessV2ScalingConfiguration": { - "shape": "S2v" + "shape": "S2y" }, "NetworkType": {}, "DBSystemId": {}, @@ -486,7 +493,7 @@ "type": "structure", "members": { "DBCluster": { - "shape": "S2y" + "shape": "S31" } } } @@ -515,7 +522,7 @@ } }, "output": { - "shape": "S3i", + "shape": "S3n", "resultWrapper": "CreateDBClusterEndpointResult" } }, @@ -590,10 +597,10 @@ "MasterUsername": {}, "MasterUserPassword": {}, "DBSecurityGroups": { - "shape": "S3o" + "shape": "S3t" }, "VpcSecurityGroupIds": { - "shape": "S2s" + "shape": "S2t" }, "AvailabilityZone": {}, "DBSubnetGroupName": {}, @@ -664,7 +671,7 @@ "type": "integer" }, "EnableCloudwatchLogsExports": { - "shape": "S2o" + "shape": "S2p" }, "ProcessorFeatures": { "shape": "S1c" @@ -689,7 +696,13 @@ }, "MasterUserSecretKmsKeyId": {}, "CACertificateIdentifier": {}, - "DBSystemId": {} + "DBSystemId": {}, + "DedicatedLogVolume": { + "type": "boolean" + }, + "MultiTenant": { + "type": "boolean" + } } }, "output": { @@ -697,7 +710,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3q" + "shape": "S3v" } } } @@ -735,7 +748,7 @@ }, "DBSubnetGroupName": {}, "VpcSecurityGroupIds": { - "shape": "S2s" + "shape": "S2t" }, "StorageType": {}, "CopyTagsToSnapshot": { @@ -758,7 +771,7 @@ "type": "integer" }, "EnableCloudwatchLogsExports": { - "shape": "S2o" + "shape": "S2p" }, "ProcessorFeatures": { "shape": "S1c" @@ -793,6 +806,12 @@ "type": "integer" }, "SourceDBClusterIdentifier": {}, + "DedicatedLogVolume": { + "type": "boolean" + }, + "UpgradeStorageConfig": { + "type": "boolean" + }, "SourceRegion": {} } }, @@ -801,7 +820,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3q" + "shape": "S3v" } } } @@ -847,7 +866,7 @@ "DBProxyName": {}, "EngineFamily": {}, "Auth": { - "shape": "S4k" + "shape": "S4o" }, "RoleArn": {}, "VpcSubnetIds": { @@ -875,7 +894,7 @@ "type": "structure", "members": { "DBProxy": { - "shape": "S4q" + "shape": "S4u" } } } @@ -908,7 +927,7 @@ "type": "structure", "members": { "DBProxyEndpoint": { - "shape": "S4z" + "shape": "S53" } } } @@ -975,7 +994,7 @@ "DBSubnetGroupName": {}, "DBSubnetGroupDescription": {}, "SubnetIds": { - "shape": "S56" + "shape": "S5a" }, "Tags": { "shape": "Sb" @@ -987,7 +1006,7 @@ "type": "structure", "members": { "DBSubnetGroup": { - "shape": "S3u" + "shape": "S3z" } } } @@ -1049,11 +1068,37 @@ "type": "structure", "members": { "GlobalCluster": { - "shape": "S5c" + "shape": "S5g" } } } }, + "CreateIntegration": { + "input": { + "type": "structure", + "required": [ + "SourceArn", + "TargetArn", + "IntegrationName" + ], + "members": { + "SourceArn": {}, + "TargetArn": {}, + "IntegrationName": {}, + "KMSKeyId": {}, + "AdditionalEncryptionContext": { + "shape": "S5r" + }, + "Tags": { + "shape": "Sb" + } + } + }, + "output": { + "shape": "S5s", + "resultWrapper": "CreateIntegrationResult" + } + }, "CreateOptionGroup": { "input": { "type": "structure", @@ -1083,6 +1128,39 @@ } } }, + "CreateTenantDatabase": { + "input": { + "type": "structure", + "required": [ + "DBInstanceIdentifier", + "TenantDBName", + "MasterUsername", + "MasterUserPassword" + ], + "members": { + "DBInstanceIdentifier": {}, + "TenantDBName": {}, + "MasterUsername": {}, + "MasterUserPassword": { + "shape": "S60" + }, + "CharacterSetName": {}, + "NcharCharacterSetName": {}, + "Tags": { + "shape": "Sb" + } + } + }, + "output": { + "resultWrapper": "CreateTenantDatabaseResult", + "type": "structure", + "members": { + "TenantDatabase": { + "shape": "S62" + } + } + } + }, "DeleteBlueGreenDeployment": { "input": { "type": "structure", @@ -1101,7 +1179,7 @@ "type": "structure", "members": { "BlueGreenDeployment": { - "shape": "S1w" + "shape": "S1x" } } } @@ -1119,7 +1197,7 @@ } }, "output": { - "shape": "S2f", + "shape": "S2g", "resultWrapper": "DeleteCustomDBEngineVersionResult" } }, @@ -1145,7 +1223,7 @@ "type": "structure", "members": { "DBCluster": { - "shape": "S2y" + "shape": "S31" } } } @@ -1165,7 +1243,7 @@ "type": "structure", "members": { "DBClusterAutomatedBackup": { - "shape": "S5s" + "shape": "S6b" } } } @@ -1181,7 +1259,7 @@ } }, "output": { - "shape": "S3i", + "shape": "S3n", "resultWrapper": "DeleteDBClusterEndpointResult" } }, @@ -1238,7 +1316,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3q" + "shape": "S3v" } } } @@ -1256,7 +1334,7 @@ "type": "structure", "members": { "DBInstanceAutomatedBackup": { - "shape": "S62" + "shape": "S6l" } } } @@ -1287,7 +1365,7 @@ "type": "structure", "members": { "DBProxy": { - "shape": "S4q" + "shape": "S4u" } } } @@ -1307,7 +1385,7 @@ "type": "structure", "members": { "DBProxyEndpoint": { - "shape": "S4z" + "shape": "S53" } } } @@ -1389,11 +1467,26 @@ "type": "structure", "members": { "GlobalCluster": { - "shape": "S5c" + "shape": "S5g" } } } }, + "DeleteIntegration": { + "input": { + "type": "structure", + "required": [ + "IntegrationIdentifier" + ], + "members": { + "IntegrationIdentifier": {} + } + }, + "output": { + "shape": "S5s", + "resultWrapper": "DeleteIntegrationResult" + } + }, "DeleteOptionGroup": { "input": { "type": "structure", @@ -1405,6 +1498,32 @@ } } }, + "DeleteTenantDatabase": { + "input": { + "type": "structure", + "required": [ + "DBInstanceIdentifier", + "TenantDBName" + ], + "members": { + "DBInstanceIdentifier": {}, + "TenantDBName": {}, + "SkipFinalSnapshot": { + "type": "boolean" + }, + "FinalDBSnapshotIdentifier": {} + } + }, + "output": { + "resultWrapper": "DeleteTenantDatabaseResult", + "type": "structure", + "members": { + "TenantDatabase": { + "shape": "S62" + } + } + } + }, "DeregisterDBProxyTargets": { "input": { "type": "structure", @@ -1463,7 +1582,7 @@ "members": { "BlueGreenDeploymentIdentifier": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "Marker": {}, "MaxRecords": { @@ -1478,7 +1597,7 @@ "BlueGreenDeployments": { "type": "list", "member": { - "shape": "S1w" + "shape": "S1x" } }, "Marker": {} @@ -1491,7 +1610,7 @@ "members": { "CertificateIdentifier": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -1503,10 +1622,11 @@ "resultWrapper": "DescribeCertificatesResult", "type": "structure", "members": { + "DefaultCertificateForNewLaunches": {}, "Certificates": { "type": "list", "member": { - "shape": "S6y", + "shape": "S7l", "locationName": "Certificate" } }, @@ -1521,7 +1641,7 @@ "DbClusterResourceId": {}, "DBClusterIdentifier": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -1537,7 +1657,7 @@ "DBClusterAutomatedBackups": { "type": "list", "member": { - "shape": "S5s", + "shape": "S6b", "locationName": "DBClusterAutomatedBackup" } } @@ -1554,7 +1674,7 @@ "DBClusterIdentifier": {}, "BacktrackIdentifier": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -1584,7 +1704,7 @@ "DBClusterIdentifier": {}, "DBClusterEndpointIdentifier": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -1600,7 +1720,7 @@ "DBClusterEndpoints": { "type": "list", "member": { - "shape": "S3i", + "shape": "S3n", "locationName": "DBClusterEndpointList" } } @@ -1613,7 +1733,7 @@ "members": { "DBClusterParameterGroupName": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -1646,7 +1766,7 @@ "DBClusterParameterGroupName": {}, "Source": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -1659,7 +1779,7 @@ "type": "structure", "members": { "Parameters": { - "shape": "S7d" + "shape": "S80" }, "Marker": {} } @@ -1680,7 +1800,7 @@ "type": "structure", "members": { "DBClusterSnapshotAttributesResult": { - "shape": "S7i" + "shape": "S85" } } } @@ -1693,7 +1813,7 @@ "DBClusterSnapshotIdentifier": {}, "SnapshotType": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -1729,7 +1849,7 @@ "members": { "DBClusterIdentifier": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -1748,7 +1868,7 @@ "DBClusters": { "type": "list", "member": { - "shape": "S2y", + "shape": "S31", "locationName": "DBCluster" } } @@ -1763,7 +1883,7 @@ "EngineVersion": {}, "DBParameterGroupFamily": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -1791,7 +1911,7 @@ "DBEngineVersions": { "type": "list", "member": { - "shape": "S2f", + "shape": "S2g", "locationName": "DBEngineVersion" } } @@ -1805,7 +1925,7 @@ "DbiResourceId": {}, "DBInstanceIdentifier": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -1822,7 +1942,7 @@ "DBInstanceAutomatedBackups": { "type": "list", "member": { - "shape": "S62", + "shape": "S6l", "locationName": "DBInstanceAutomatedBackup" } } @@ -1835,7 +1955,7 @@ "members": { "DBInstanceIdentifier": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -1851,7 +1971,7 @@ "DBInstances": { "type": "list", "member": { - "shape": "S3q", + "shape": "S3v", "locationName": "DBInstance" } } @@ -1874,7 +1994,7 @@ "type": "long" }, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -1912,7 +2032,7 @@ "members": { "DBParameterGroupName": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -1945,7 +2065,7 @@ "DBParameterGroupName": {}, "Source": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -1958,7 +2078,7 @@ "type": "structure", "members": { "Parameters": { - "shape": "S7d" + "shape": "S80" }, "Marker": {} } @@ -1970,7 +2090,7 @@ "members": { "DBProxyName": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "Marker": {}, "MaxRecords": { @@ -1985,7 +2105,7 @@ "DBProxies": { "type": "list", "member": { - "shape": "S4q" + "shape": "S4u" } }, "Marker": {} @@ -1999,7 +2119,7 @@ "DBProxyName": {}, "DBProxyEndpointName": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "Marker": {}, "MaxRecords": { @@ -2014,7 +2134,7 @@ "DBProxyEndpoints": { "type": "list", "member": { - "shape": "S4z" + "shape": "S53" } }, "Marker": {} @@ -2031,7 +2151,7 @@ "DBProxyName": {}, "TargetGroupName": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "Marker": {}, "MaxRecords": { @@ -2046,7 +2166,7 @@ "TargetGroups": { "type": "list", "member": { - "shape": "S8j" + "shape": "S96" } }, "Marker": {} @@ -2063,7 +2183,7 @@ "DBProxyName": {}, "TargetGroupName": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "Marker": {}, "MaxRecords": { @@ -2076,7 +2196,7 @@ "type": "structure", "members": { "Targets": { - "shape": "S8n" + "shape": "S9a" }, "Marker": {} } @@ -2088,7 +2208,7 @@ "members": { "DBSecurityGroupName": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -2126,7 +2246,59 @@ "type": "structure", "members": { "DBSnapshotAttributesResult": { - "shape": "S8z" + "shape": "S9m" + } + } + } + }, + "DescribeDBSnapshotTenantDatabases": { + "input": { + "type": "structure", + "members": { + "DBInstanceIdentifier": {}, + "DBSnapshotIdentifier": {}, + "SnapshotType": {}, + "Filters": { + "shape": "S7c" + }, + "MaxRecords": { + "type": "integer" + }, + "Marker": {}, + "DbiResourceId": {} + } + }, + "output": { + "resultWrapper": "DescribeDBSnapshotTenantDatabasesResult", + "type": "structure", + "members": { + "Marker": {}, + "DBSnapshotTenantDatabases": { + "type": "list", + "member": { + "locationName": "DBSnapshotTenantDatabase", + "type": "structure", + "members": { + "DBSnapshotIdentifier": {}, + "DBInstanceIdentifier": {}, + "DbiResourceId": {}, + "EngineName": {}, + "SnapshotType": {}, + "TenantDatabaseCreateTime": { + "type": "timestamp" + }, + "TenantDBName": {}, + "MasterUsername": {}, + "TenantDatabaseResourceId": {}, + "CharacterSetName": {}, + "DBSnapshotTenantDatabaseARN": {}, + "NcharCharacterSetName": {}, + "TagList": { + "shape": "Sb" + } + }, + "wrapper": true + } } } } @@ -2139,7 +2311,7 @@ "DBSnapshotIdentifier": {}, "SnapshotType": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -2175,7 +2347,7 @@ "members": { "DBSubnetGroupName": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -2191,7 +2363,7 @@ "DBSubnetGroups": { "type": "list", "member": { - "shape": "S3u", + "shape": "S3z", "locationName": "DBSubnetGroup" } } @@ -2207,7 +2379,7 @@ "members": { "DBParameterGroupFamily": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -2220,7 +2392,7 @@ "type": "structure", "members": { "EngineDefaults": { - "shape": "S9a" + "shape": "Sa1" } } } @@ -2234,7 +2406,7 @@ "members": { "DBParameterGroupFamily": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -2247,7 +2419,7 @@ "type": "structure", "members": { "EngineDefaults": { - "shape": "S9a" + "shape": "Sa1" } } } @@ -2258,7 +2430,7 @@ "members": { "SourceType": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" } } }, @@ -2289,7 +2461,7 @@ "members": { "SubscriptionName": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -2331,7 +2503,7 @@ "shape": "S8" }, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -2373,7 +2545,7 @@ "ExportTaskIdentifier": {}, "SourceArn": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "Marker": {}, "MaxRecords": { @@ -2403,7 +2575,7 @@ "members": { "GlobalClusterIdentifier": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -2419,13 +2591,42 @@ "GlobalClusters": { "type": "list", "member": { - "shape": "S5c", + "shape": "S5g", "locationName": "GlobalClusterMember" } } } } }, + "DescribeIntegrations": { + "input": { + "type": "structure", + "members": { + "IntegrationIdentifier": {}, + "Filters": { + "shape": "S7c" + }, + "MaxRecords": { + "type": "integer" + }, + "Marker": {} + } + }, + "output": { + "resultWrapper": "DescribeIntegrationsResult", + "type": "structure", + "members": { + "Marker": {}, + "Integrations": { + "type": "list", + "member": { + "shape": "S5s", + "locationName": "Integration" + } + } + } + } + }, "DescribeOptionGroupOptions": { "input": { "type": "structure", @@ -2436,7 +2637,7 @@ "EngineName": {}, "MajorEngineVersion": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -2552,7 +2753,7 @@ "members": { "OptionGroupName": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "Marker": {}, "MaxRecords": { @@ -2593,7 +2794,7 @@ "type": "boolean" }, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -2619,7 +2820,7 @@ "AvailabilityZones": { "type": "list", "member": { - "shape": "S3x", + "shape": "S42", "locationName": "AvailabilityZone" } }, @@ -2667,10 +2868,10 @@ "type": "double" }, "AvailableProcessorFeatures": { - "shape": "Saf" + "shape": "Sba" }, "SupportedEngineModes": { - "shape": "S2l" + "shape": "S2m" }, "SupportsStorageAutoscaling": { "type": "boolean" @@ -2708,6 +2909,9 @@ }, "MaxStorageThroughputPerIops": { "type": "double" + }, + "SupportsDedicatedLogVolume": { + "type": "boolean" } }, "wrapper": true @@ -2723,7 +2927,7 @@ "members": { "ResourceIdentifier": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "Marker": {}, "MaxRecords": { @@ -2761,7 +2965,7 @@ }, "LeaseId": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -2777,7 +2981,7 @@ "ReservedDBInstances": { "type": "list", "member": { - "shape": "Sao", + "shape": "Sbj", "locationName": "ReservedDBInstance" } } @@ -2797,7 +3001,7 @@ "type": "boolean" }, "Filters": { - "shape": "S6p" + "shape": "S7c" }, "MaxRecords": { "type": "integer" @@ -2834,7 +3038,7 @@ "type": "boolean" }, "RecurringCharges": { - "shape": "Saq" + "shape": "Sbl" } }, "wrapper": true @@ -2853,7 +3057,7 @@ }, "Marker": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" } } }, @@ -2880,6 +3084,36 @@ } } }, + "DescribeTenantDatabases": { + "input": { + "type": "structure", + "members": { + "DBInstanceIdentifier": {}, + "TenantDBName": {}, + "Filters": { + "shape": "S7c" + }, + "Marker": {}, + "MaxRecords": { + "type": "integer" + } + } + }, + "output": { + "resultWrapper": "DescribeTenantDatabasesResult", + "type": "structure", + "members": { + "Marker": {}, + "TenantDatabases": { + "type": "list", + "member": { + "shape": "S62", + "locationName": "TenantDatabase" + } + } + } + } + }, "DescribeValidDBInstanceModifications": { "input": { "type": "structure", @@ -2905,28 +3139,31 @@ "members": { "StorageType": {}, "StorageSize": { - "shape": "Sb5" + "shape": "Sc3" }, "ProvisionedIops": { - "shape": "Sb5" + "shape": "Sc3" }, "IopsToStorageRatio": { - "shape": "Sb7" + "shape": "Sc5" }, "SupportsStorageAutoscaling": { "type": "boolean" }, "ProvisionedStorageThroughput": { - "shape": "Sb5" + "shape": "Sc3" }, "StorageThroughputToIopsRatio": { - "shape": "Sb7" + "shape": "Sc5" } } } }, "ValidProcessorFeatures": { - "shape": "Saf" + "shape": "Sba" + }, + "SupportsDedicatedLogVolume": { + "type": "boolean" } }, "wrapper": true @@ -2978,7 +3215,7 @@ "type": "structure", "members": { "DBCluster": { - "shape": "S2y" + "shape": "S31" } } } @@ -3006,7 +3243,7 @@ "type": "structure", "members": { "GlobalCluster": { - "shape": "S5c" + "shape": "S5g" } } } @@ -3020,7 +3257,7 @@ "members": { "ResourceName": {}, "Filters": { - "shape": "S6p" + "shape": "S7c" } } }, @@ -3072,7 +3309,7 @@ "type": "structure", "members": { "Certificate": { - "shape": "S6y" + "shape": "S7l" } } } @@ -3127,7 +3364,7 @@ } }, "output": { - "shape": "S2f", + "shape": "S2g", "resultWrapper": "ModifyCustomDBEngineVersionResult" } }, @@ -3148,7 +3385,7 @@ }, "DBClusterParameterGroupName": {}, "VpcSecurityGroupIds": { - "shape": "S2s" + "shape": "S2t" }, "Port": { "type": "integer" @@ -3164,7 +3401,7 @@ "type": "long" }, "CloudwatchLogsExportConfiguration": { - "shape": "Sbt" + "shape": "Scr" }, "EngineVersion": {}, "AllowMajorVersionUpgrade": { @@ -3174,7 +3411,7 @@ "Domain": {}, "DomainIAMRoleName": {}, "ScalingConfiguration": { - "shape": "S2u" + "shape": "S2v" }, "DeletionProtection": { "type": "boolean" @@ -3211,7 +3448,7 @@ "type": "integer" }, "ServerlessV2ScalingConfiguration": { - "shape": "S2v" + "shape": "S2y" }, "NetworkType": {}, "ManageMasterUserPassword": { @@ -3236,7 +3473,7 @@ "type": "structure", "members": { "DBCluster": { - "shape": "S2y" + "shape": "S31" } } } @@ -3259,7 +3496,7 @@ } }, "output": { - "shape": "S3i", + "shape": "S3n", "resultWrapper": "ModifyDBClusterEndpointResult" } }, @@ -3273,12 +3510,12 @@ "members": { "DBClusterParameterGroupName": {}, "Parameters": { - "shape": "S7d" + "shape": "S80" } } }, "output": { - "shape": "Sby", + "shape": "Scw", "resultWrapper": "ModifyDBClusterParameterGroupResult" } }, @@ -3293,10 +3530,10 @@ "DBClusterSnapshotIdentifier": {}, "AttributeName": {}, "ValuesToAdd": { - "shape": "S7l" + "shape": "S88" }, "ValuesToRemove": { - "shape": "S7l" + "shape": "S88" } } }, @@ -3305,7 +3542,7 @@ "type": "structure", "members": { "DBClusterSnapshotAttributesResult": { - "shape": "S7i" + "shape": "S85" } } } @@ -3324,10 +3561,10 @@ "DBInstanceClass": {}, "DBSubnetGroupName": {}, "DBSecurityGroups": { - "shape": "S3o" + "shape": "S3t" }, "VpcSecurityGroupIds": { - "shape": "S2s" + "shape": "S2t" }, "ApplyImmediately": { "type": "boolean" @@ -3397,7 +3634,7 @@ "type": "integer" }, "CloudwatchLogsExportConfiguration": { - "shape": "Sbt" + "shape": "Scr" }, "ProcessorFeatures": { "shape": "S1c" @@ -3434,7 +3671,13 @@ "type": "boolean" }, "MasterUserSecretKmsKeyId": {}, - "Engine": {} + "Engine": {}, + "DedicatedLogVolume": { + "type": "boolean" + }, + "MultiTenant": { + "type": "boolean" + } } }, "output": { @@ -3442,7 +3685,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3q" + "shape": "S3v" } } } @@ -3457,12 +3700,12 @@ "members": { "DBParameterGroupName": {}, "Parameters": { - "shape": "S7d" + "shape": "S80" } } }, "output": { - "shape": "Sc4", + "shape": "Sd2", "resultWrapper": "ModifyDBParameterGroupResult" } }, @@ -3476,7 +3719,7 @@ "DBProxyName": {}, "NewDBProxyName": {}, "Auth": { - "shape": "S4k" + "shape": "S4o" }, "RequireTLS": { "type": "boolean" @@ -3498,7 +3741,7 @@ "type": "structure", "members": { "DBProxy": { - "shape": "S4q" + "shape": "S4u" } } } @@ -3522,7 +3765,7 @@ "type": "structure", "members": { "DBProxyEndpoint": { - "shape": "S4z" + "shape": "S53" } } } @@ -3563,7 +3806,7 @@ "type": "structure", "members": { "DBProxyTargetGroup": { - "shape": "S8j" + "shape": "S96" } } } @@ -3601,10 +3844,10 @@ "DBSnapshotIdentifier": {}, "AttributeName": {}, "ValuesToAdd": { - "shape": "S7l" + "shape": "S88" }, "ValuesToRemove": { - "shape": "S7l" + "shape": "S88" } } }, @@ -3613,7 +3856,7 @@ "type": "structure", "members": { "DBSnapshotAttributesResult": { - "shape": "S8z" + "shape": "S9m" } } } @@ -3629,7 +3872,7 @@ "DBSubnetGroupName": {}, "DBSubnetGroupDescription": {}, "SubnetIds": { - "shape": "S56" + "shape": "S5a" } } }, @@ -3638,7 +3881,7 @@ "type": "structure", "members": { "DBSubnetGroup": { - "shape": "S3u" + "shape": "S3z" } } } @@ -3691,7 +3934,7 @@ "type": "structure", "members": { "GlobalCluster": { - "shape": "S5c" + "shape": "S5g" } } } @@ -3719,10 +3962,10 @@ }, "OptionVersion": {}, "DBSecurityGroupMemberships": { - "shape": "S3o" + "shape": "S3t" }, "VpcSecurityGroupMemberships": { - "shape": "S2s" + "shape": "S2t" }, "OptionSettings": { "type": "list", @@ -3753,6 +3996,32 @@ } } }, + "ModifyTenantDatabase": { + "input": { + "type": "structure", + "required": [ + "DBInstanceIdentifier", + "TenantDBName" + ], + "members": { + "DBInstanceIdentifier": {}, + "TenantDBName": {}, + "MasterUserPassword": { + "shape": "S60" + }, + "NewTenantDBName": {} + } + }, + "output": { + "resultWrapper": "ModifyTenantDatabaseResult", + "type": "structure", + "members": { + "TenantDatabase": { + "shape": "S62" + } + } + } + }, "PromoteReadReplica": { "input": { "type": "structure", @@ -3772,7 +4041,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3q" + "shape": "S3v" } } } @@ -3792,7 +4061,7 @@ "type": "structure", "members": { "DBCluster": { - "shape": "S2y" + "shape": "S31" } } } @@ -3819,7 +4088,7 @@ "type": "structure", "members": { "ReservedDBInstance": { - "shape": "Sao" + "shape": "Sbj" } } } @@ -3839,7 +4108,7 @@ "type": "structure", "members": { "DBCluster": { - "shape": "S2y" + "shape": "S31" } } } @@ -3862,7 +4131,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3q" + "shape": "S3v" } } } @@ -3889,7 +4158,7 @@ "type": "structure", "members": { "DBProxyTargets": { - "shape": "S8n" + "shape": "S9a" } } } @@ -3907,7 +4176,7 @@ "type": "structure", "members": { "GlobalCluster": { - "shape": "S5c" + "shape": "S5g" } } } @@ -3991,12 +4260,12 @@ "type": "boolean" }, "Parameters": { - "shape": "S7d" + "shape": "S80" } } }, "output": { - "shape": "Sby", + "shape": "Scw", "resultWrapper": "ResetDBClusterParameterGroupResult" } }, @@ -4012,12 +4281,12 @@ "type": "boolean" }, "Parameters": { - "shape": "S7d" + "shape": "S80" } } }, "output": { - "shape": "Sc4", + "shape": "Sd2", "resultWrapper": "ResetDBParameterGroupResult" } }, @@ -4045,7 +4314,7 @@ "DBClusterIdentifier": {}, "DBClusterParameterGroupName": {}, "VpcSecurityGroupIds": { - "shape": "S2s" + "shape": "S2t" }, "DBSubnetGroupName": {}, "Engine": {}, @@ -4077,7 +4346,7 @@ "type": "long" }, "EnableCloudwatchLogsExports": { - "shape": "S2o" + "shape": "S2p" }, "DeletionProtection": { "type": "boolean" @@ -4088,7 +4357,7 @@ "Domain": {}, "DomainIAMRoleName": {}, "ServerlessV2ScalingConfiguration": { - "shape": "S2v" + "shape": "S2y" }, "NetworkType": {}, "ManageMasterUserPassword": { @@ -4103,7 +4372,7 @@ "type": "structure", "members": { "DBCluster": { - "shape": "S2y" + "shape": "S31" } } } @@ -4131,7 +4400,7 @@ "DatabaseName": {}, "OptionGroupName": {}, "VpcSecurityGroupIds": { - "shape": "S2s" + "shape": "S2t" }, "Tags": { "shape": "Sb" @@ -4144,11 +4413,11 @@ "type": "long" }, "EnableCloudwatchLogsExports": { - "shape": "S2o" + "shape": "S2p" }, "EngineMode": {}, "ScalingConfiguration": { - "shape": "S2u" + "shape": "S2v" }, "DBClusterParameterGroupName": {}, "DeletionProtection": { @@ -4168,9 +4437,12 @@ "type": "boolean" }, "ServerlessV2ScalingConfiguration": { - "shape": "S2v" + "shape": "S2y" }, - "NetworkType": {} + "NetworkType": {}, + "RdsCustomClusterConfiguration": { + "shape": "S2w" + } } }, "output": { @@ -4178,7 +4450,7 @@ "type": "structure", "members": { "DBCluster": { - "shape": "S2y" + "shape": "S31" } } } @@ -4205,7 +4477,7 @@ "DBSubnetGroupName": {}, "OptionGroupName": {}, "VpcSecurityGroupIds": { - "shape": "S2s" + "shape": "S2t" }, "Tags": { "shape": "Sb" @@ -4218,7 +4490,7 @@ "type": "long" }, "EnableCloudwatchLogsExports": { - "shape": "S2o" + "shape": "S2p" }, "DBClusterParameterGroupName": {}, "DeletionProtection": { @@ -4230,7 +4502,7 @@ "Domain": {}, "DomainIAMRoleName": {}, "ScalingConfiguration": { - "shape": "S2u" + "shape": "S2v" }, "EngineMode": {}, "DBClusterInstanceClass": {}, @@ -4242,10 +4514,13 @@ "type": "integer" }, "ServerlessV2ScalingConfiguration": { - "shape": "S2v" + "shape": "S2y" }, "NetworkType": {}, - "SourceDbClusterResourceId": {} + "SourceDbClusterResourceId": {}, + "RdsCustomClusterConfiguration": { + "shape": "S2w" + } } }, "output": { @@ -4253,7 +4528,7 @@ "type": "structure", "members": { "DBCluster": { - "shape": "S2y" + "shape": "S31" } } } @@ -4296,7 +4571,7 @@ "TdeCredentialArn": {}, "TdeCredentialPassword": {}, "VpcSecurityGroupIds": { - "shape": "S2s" + "shape": "S2t" }, "Domain": {}, "DomainFqdn": {}, @@ -4313,7 +4588,7 @@ "type": "boolean" }, "EnableCloudwatchLogsExports": { - "shape": "S2o" + "shape": "S2p" }, "ProcessorFeatures": { "shape": "S1c" @@ -4337,6 +4612,9 @@ "DBClusterSnapshotIdentifier": {}, "AllocatedStorage": { "type": "integer" + }, + "DedicatedLogVolume": { + "type": "boolean" } } }, @@ -4345,7 +4623,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3q" + "shape": "S3v" } } } @@ -4373,10 +4651,10 @@ "MasterUsername": {}, "MasterUserPassword": {}, "DBSecurityGroups": { - "shape": "S3o" + "shape": "S3t" }, "VpcSecurityGroupIds": { - "shape": "S2s" + "shape": "S2t" }, "AvailabilityZone": {}, "DBSubnetGroupName": {}, @@ -4435,7 +4713,7 @@ "type": "integer" }, "EnableCloudwatchLogsExports": { - "shape": "S2o" + "shape": "S2p" }, "ProcessorFeatures": { "shape": "S1c" @@ -4456,7 +4734,10 @@ "ManageMasterUserPassword": { "type": "boolean" }, - "MasterUserSecretKmsKeyId": {} + "MasterUserSecretKmsKeyId": {}, + "DedicatedLogVolume": { + "type": "boolean" + } } }, "output": { @@ -4464,7 +4745,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3q" + "shape": "S3v" } } } @@ -4516,7 +4797,7 @@ "TdeCredentialArn": {}, "TdeCredentialPassword": {}, "VpcSecurityGroupIds": { - "shape": "S2s" + "shape": "S2t" }, "Domain": {}, "DomainIAMRoleName": {}, @@ -4530,7 +4811,7 @@ "type": "boolean" }, "EnableCloudwatchLogsExports": { - "shape": "S2o" + "shape": "S2p" }, "ProcessorFeatures": { "shape": "S1c" @@ -4558,6 +4839,9 @@ }, "AllocatedStorage": { "type": "integer" + }, + "DedicatedLogVolume": { + "type": "boolean" } } }, @@ -4566,7 +4850,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3q" + "shape": "S3v" } } } @@ -4647,7 +4931,7 @@ "type": "structure", "members": { "DBCluster": { - "shape": "S2y" + "shape": "S31" } } } @@ -4667,7 +4951,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3q" + "shape": "S3v" } } } @@ -4692,7 +4976,7 @@ "type": "structure", "members": { "DBInstanceAutomatedBackup": { - "shape": "S62" + "shape": "S6l" } } } @@ -4762,7 +5046,7 @@ "type": "structure", "members": { "DBCluster": { - "shape": "S2y" + "shape": "S31" } } } @@ -4783,7 +5067,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3q" + "shape": "S3v" } } } @@ -4803,7 +5087,7 @@ "type": "structure", "members": { "DBInstanceAutomatedBackup": { - "shape": "S62" + "shape": "S6l" } } } @@ -4826,7 +5110,7 @@ "type": "structure", "members": { "BlueGreenDeployment": { - "shape": "S1w" + "shape": "S1x" } } } @@ -4848,7 +5132,7 @@ "type": "structure", "members": { "GlobalCluster": { - "shape": "S5c" + "shape": "S5g" } } } @@ -4868,7 +5152,7 @@ "type": "structure", "members": { "DBInstance": { - "shape": "S3q" + "shape": "S3v" } } } @@ -5174,7 +5458,13 @@ "StorageThroughput": { "type": "integer" }, - "DBSystemId": {} + "DBSystemId": {}, + "DedicatedLogVolume": { + "type": "boolean" + }, + "MultiTenant": { + "type": "boolean" + } }, "wrapper": true }, @@ -5283,7 +5573,7 @@ } } }, - "S1w": { + "S1x": { "type": "structure", "members": { "BlueGreenDeploymentIdentifier": {}, @@ -5324,7 +5614,7 @@ } } }, - "S2f": { + "S2g": { "type": "structure", "members": { "Engine": {}, @@ -5333,7 +5623,7 @@ "DBEngineDescription": {}, "DBEngineVersionDescription": {}, "DefaultCharacterSet": { - "shape": "S2g" + "shape": "S2h" }, "Image": { "type": "structure", @@ -5344,10 +5634,10 @@ }, "DBEngineMediaType": {}, "SupportedCharacterSets": { - "shape": "S2i" + "shape": "S2j" }, "SupportedNcharCharacterSets": { - "shape": "S2i" + "shape": "S2j" }, "ValidUpgradeTarget": { "type": "list", @@ -5365,7 +5655,7 @@ "type": "boolean" }, "SupportedEngineModes": { - "shape": "S2l" + "shape": "S2m" }, "SupportsParallelQuery": { "type": "boolean" @@ -5378,6 +5668,9 @@ }, "SupportsLocalWriteForwarding": { "type": "boolean" + }, + "SupportsIntegrations": { + "type": "boolean" } } } @@ -5393,7 +5686,7 @@ } }, "ExportableLogTypes": { - "shape": "S2o" + "shape": "S2p" }, "SupportsLogExportsToCloudwatchLogs": { "type": "boolean" @@ -5402,7 +5695,7 @@ "type": "boolean" }, "SupportedEngineModes": { - "shape": "S2l" + "shape": "S2m" }, "SupportedFeatureNames": { "type": "list", @@ -5439,38 +5732,41 @@ }, "SupportsLocalWriteForwarding": { "type": "boolean" + }, + "SupportsIntegrations": { + "type": "boolean" } } }, - "S2g": { + "S2h": { "type": "structure", "members": { "CharacterSetName": {}, "CharacterSetDescription": {} } }, - "S2i": { + "S2j": { "type": "list", "member": { - "shape": "S2g", + "shape": "S2h", "locationName": "CharacterSet" } }, - "S2l": { + "S2m": { "type": "list", "member": {} }, - "S2o": { + "S2p": { "type": "list", "member": {} }, - "S2s": { + "S2t": { "type": "list", "member": { "locationName": "VpcSecurityGroupId" } }, - "S2u": { + "S2v": { "type": "structure", "members": { "MinCapacity": { @@ -5491,7 +5787,15 @@ } } }, - "S2v": { + "S2w": { + "type": "structure", + "members": { + "InterconnectSubnetId": {}, + "TransitGatewayMulticastDomainId": {}, + "ReplicaMode": {} + } + }, + "S2y": { "type": "structure", "members": { "MinCapacity": { @@ -5502,7 +5806,7 @@ } } }, - "S2y": { + "S31": { "type": "structure", "members": { "AllocatedStorage": { @@ -5564,6 +5868,21 @@ "locationName": "ReadReplicaIdentifier" } }, + "StatusInfos": { + "type": "list", + "member": { + "locationName": "DBClusterStatusInfo", + "type": "structure", + "members": { + "StatusType": {}, + "Normal": { + "type": "boolean" + }, + "Status": {}, + "Message": {} + } + } + }, "DBClusterMembers": { "type": "list", "member": { @@ -5621,7 +5940,7 @@ "type": "long" }, "EnabledCloudwatchLogsExports": { - "shape": "S2o" + "shape": "S2p" }, "Capacity": { "type": "integer" @@ -5648,6 +5967,9 @@ } } }, + "RdsCustomClusterConfiguration": { + "shape": "S2w" + }, "DeletionProtection": { "type": "boolean" }, @@ -5665,7 +5987,7 @@ "type": "boolean" }, "DomainMemberships": { - "shape": "S39" + "shape": "S3e" }, "TagList": { "shape": "Sb" @@ -5678,7 +6000,7 @@ "type": "structure", "members": { "PendingCloudwatchLogsExports": { - "shape": "S3d" + "shape": "S3i" }, "DBClusterIdentifier": {}, "MasterUserPassword": {}, @@ -5692,6 +6014,9 @@ "AllocatedStorage": { "type": "integer" }, + "RdsCustomClusterConfiguration": { + "shape": "S2w" + }, "Iops": { "type": "integer" }, @@ -5734,7 +6059,7 @@ "NetworkType": {}, "DBSystemId": {}, "MasterUserSecret": { - "shape": "S3f" + "shape": "S3k" }, "IOOptimizedNextAllowedModificationTime": { "type": "timestamp" @@ -5744,7 +6069,7 @@ }, "wrapper": true }, - "S39": { + "S3e": { "type": "list", "member": { "locationName": "DomainMembership", @@ -5762,18 +6087,18 @@ } } }, - "S3d": { + "S3i": { "type": "structure", "members": { "LogTypesToEnable": { - "shape": "S2o" + "shape": "S2p" }, "LogTypesToDisable": { - "shape": "S2o" + "shape": "S2p" } } }, - "S3f": { + "S3k": { "type": "structure", "members": { "SecretArn": {}, @@ -5781,7 +6106,7 @@ "KmsKeyId": {} } }, - "S3i": { + "S3n": { "type": "structure", "members": { "DBClusterEndpointIdentifier": {}, @@ -5800,13 +6125,13 @@ "DBClusterEndpointArn": {} } }, - "S3o": { + "S3t": { "type": "list", "member": { "locationName": "DBSecurityGroupName" } }, - "S3q": { + "S3v": { "type": "structure", "members": { "DBInstanceIdentifier": {}, @@ -5819,7 +6144,7 @@ "MasterUsername": {}, "DBName": {}, "Endpoint": { - "shape": "S3r" + "shape": "S3w" }, "AllocatedStorage": { "type": "integer" @@ -5850,7 +6175,7 @@ }, "AvailabilityZone": {}, "DBSubnetGroup": { - "shape": "S3u" + "shape": "S3z" }, "PreferredMaintenanceWindow": {}, "PendingModifiedValues": { @@ -5880,7 +6205,7 @@ "CACertificateIdentifier": {}, "DBSubnetGroupName": {}, "PendingCloudwatchLogsExports": { - "shape": "S3d" + "shape": "S3i" }, "ProcessorFeatures": { "shape": "S1c" @@ -5895,7 +6220,13 @@ "StorageThroughput": { "type": "integer" }, - "Engine": {} + "Engine": {}, + "DedicatedLogVolume": { + "type": "boolean" + }, + "MultiTenant": { + "type": "boolean" + } } }, "LatestRestorableTime": { @@ -5971,7 +6302,7 @@ "DbiResourceId": {}, "CACertificateIdentifier": {}, "DomainMemberships": { - "shape": "S39" + "shape": "S3e" }, "CopyTagsToSnapshot": { "type": "boolean" @@ -5997,7 +6328,7 @@ "type": "integer" }, "EnabledCloudwatchLogsExports": { - "shape": "S2o" + "shape": "S2p" }, "ProcessorFeatures": { "shape": "S1c" @@ -6018,7 +6349,7 @@ } }, "ListenerEndpoint": { - "shape": "S3r" + "shape": "S3w" }, "MaxAllocatedStorage": { "type": "integer" @@ -6027,7 +6358,7 @@ "shape": "Sb" }, "DBInstanceAutomatedBackupsReplications": { - "shape": "S4a" + "shape": "S4e" }, "CustomerOwnedIpEnabled": { "type": "boolean" @@ -6053,7 +6384,7 @@ }, "DBSystemId": {}, "MasterUserSecret": { - "shape": "S3f" + "shape": "S3k" }, "CertificateDetails": { "type": "structure", @@ -6065,11 +6396,20 @@ } }, "ReadReplicaSourceDBClusterIdentifier": {}, - "PercentProgress": {} + "PercentProgress": {}, + "DedicatedLogVolume": { + "type": "boolean" + }, + "IsStorageConfigUpgradeAvailable": { + "type": "boolean" + }, + "MultiTenant": { + "type": "boolean" + } }, "wrapper": true }, - "S3r": { + "S3w": { "type": "structure", "members": { "Address": {}, @@ -6079,7 +6419,7 @@ "HostedZoneId": {} } }, - "S3u": { + "S3z": { "type": "structure", "members": { "DBSubnetGroupName": {}, @@ -6094,7 +6434,7 @@ "members": { "SubnetIdentifier": {}, "SubnetAvailabilityZone": { - "shape": "S3x" + "shape": "S42" }, "SubnetOutpost": { "type": "structure", @@ -6113,14 +6453,14 @@ }, "wrapper": true }, - "S3x": { + "S42": { "type": "structure", "members": { "Name": {} }, "wrapper": true }, - "S4a": { + "S4e": { "type": "list", "member": { "locationName": "DBInstanceAutomatedBackupsReplication", @@ -6130,7 +6470,7 @@ } } }, - "S4k": { + "S4o": { "type": "list", "member": { "type": "structure", @@ -6144,7 +6484,7 @@ } } }, - "S4q": { + "S4u": { "type": "structure", "members": { "DBProxyName": {}, @@ -6191,7 +6531,7 @@ } } }, - "S4z": { + "S53": { "type": "structure", "members": { "DBProxyEndpointName": {}, @@ -6215,13 +6555,13 @@ } } }, - "S56": { + "S5a": { "type": "list", "member": { "locationName": "SubnetIdentifier" } }, - "S5c": { + "S5g": { "type": "structure", "members": { "GlobalClusterIdentifier": {}, @@ -6272,7 +6612,83 @@ }, "wrapper": true }, + "S5r": { + "type": "map", + "key": {}, + "value": {} + }, "S5s": { + "type": "structure", + "members": { + "SourceArn": {}, + "TargetArn": {}, + "IntegrationName": {}, + "IntegrationArn": {}, + "KMSKeyId": {}, + "AdditionalEncryptionContext": { + "shape": "S5r" + }, + "Status": {}, + "Tags": { + "shape": "Sb" + }, + "CreateTime": { + "type": "timestamp" + }, + "Errors": { + "type": "list", + "member": { + "locationName": "IntegrationError", + "type": "structure", + "required": [ + "ErrorCode" + ], + "members": { + "ErrorCode": {}, + "ErrorMessage": {} + } + } + } + } + }, + "S60": { + "type": "string", + "sensitive": true + }, + "S62": { + "type": "structure", + "members": { + "TenantDatabaseCreateTime": { + "type": "timestamp" + }, + "DBInstanceIdentifier": {}, + "TenantDBName": {}, + "Status": {}, + "MasterUsername": {}, + "DbiResourceId": {}, + "TenantDatabaseResourceId": {}, + "TenantDatabaseARN": {}, + "CharacterSetName": {}, + "NcharCharacterSetName": {}, + "DeletionProtection": { + "type": "boolean" + }, + "PendingModifiedValues": { + "type": "structure", + "members": { + "MasterUserPassword": { + "shape": "S60" + }, + "TenantDBName": {} + } + }, + "TagList": { + "shape": "Sb" + } + }, + "wrapper": true + }, + "S6b": { "type": "structure", "members": { "Engine": {}, @@ -6280,7 +6696,7 @@ "DBClusterAutomatedBackupsArn": {}, "DBClusterIdentifier": {}, "RestoreWindow": { - "shape": "S5t" + "shape": "S6c" }, "MasterUsername": {}, "DbClusterResourceId": {}, @@ -6320,7 +6736,7 @@ }, "wrapper": true }, - "S5t": { + "S6c": { "type": "structure", "members": { "EarliestTime": { @@ -6331,7 +6747,7 @@ } } }, - "S62": { + "S6l": { "type": "structure", "members": { "DBInstanceArn": {}, @@ -6339,7 +6755,7 @@ "Region": {}, "DBInstanceIdentifier": {}, "RestoreWindow": { - "shape": "S5t" + "shape": "S6c" }, "AllocatedStorage": { "type": "integer" @@ -6376,17 +6792,23 @@ }, "DBInstanceAutomatedBackupsArn": {}, "DBInstanceAutomatedBackupsReplications": { - "shape": "S4a" + "shape": "S4e" }, "BackupTarget": {}, "StorageThroughput": { "type": "integer" }, - "AwsBackupRecoveryPointArn": {} + "AwsBackupRecoveryPointArn": {}, + "DedicatedLogVolume": { + "type": "boolean" + }, + "MultiTenant": { + "type": "boolean" + } }, "wrapper": true }, - "S6p": { + "S7c": { "type": "list", "member": { "locationName": "Filter", @@ -6406,7 +6828,7 @@ } } }, - "S6y": { + "S7l": { "type": "structure", "members": { "CertificateIdentifier": {}, @@ -6428,7 +6850,7 @@ }, "wrapper": true }, - "S7d": { + "S80": { "type": "list", "member": { "locationName": "Parameter", @@ -6447,12 +6869,12 @@ "MinimumEngineVersion": {}, "ApplyMethod": {}, "SupportedEngineModes": { - "shape": "S2l" + "shape": "S2m" } } } }, - "S7i": { + "S85": { "type": "structure", "members": { "DBClusterSnapshotIdentifier": {}, @@ -6464,7 +6886,7 @@ "members": { "AttributeName": {}, "AttributeValues": { - "shape": "S7l" + "shape": "S88" } } } @@ -6472,13 +6894,13 @@ }, "wrapper": true }, - "S7l": { + "S88": { "type": "list", "member": { "locationName": "AttributeValue" } }, - "S8j": { + "S96": { "type": "structure", "members": { "DBProxyName": {}, @@ -6514,7 +6936,7 @@ } } }, - "S8n": { + "S9a": { "type": "list", "member": { "type": "structure", @@ -6539,7 +6961,7 @@ } } }, - "S8z": { + "S9m": { "type": "structure", "members": { "DBSnapshotIdentifier": {}, @@ -6551,7 +6973,7 @@ "members": { "AttributeName": {}, "AttributeValues": { - "shape": "S7l" + "shape": "S88" } }, "wrapper": true @@ -6560,18 +6982,18 @@ }, "wrapper": true }, - "S9a": { + "Sa1": { "type": "structure", "members": { "DBParameterGroupFamily": {}, "Marker": {}, "Parameters": { - "shape": "S7d" + "shape": "S80" } }, "wrapper": true }, - "Saf": { + "Sba": { "type": "list", "member": { "locationName": "AvailableProcessorFeature", @@ -6583,7 +7005,7 @@ } } }, - "Sao": { + "Sbj": { "type": "structure", "members": { "ReservedDBInstanceId": {}, @@ -6612,14 +7034,14 @@ }, "State": {}, "RecurringCharges": { - "shape": "Saq" + "shape": "Sbl" }, "ReservedDBInstanceArn": {}, "LeaseId": {} }, "wrapper": true }, - "Saq": { + "Sbl": { "type": "list", "member": { "locationName": "RecurringCharge", @@ -6633,7 +7055,7 @@ "wrapper": true } }, - "Sb5": { + "Sc3": { "type": "list", "member": { "locationName": "Range", @@ -6651,7 +7073,7 @@ } } }, - "Sb7": { + "Sc5": { "type": "list", "member": { "locationName": "DoubleRange", @@ -6666,24 +7088,24 @@ } } }, - "Sbt": { + "Scr": { "type": "structure", "members": { "EnableLogTypes": { - "shape": "S2o" + "shape": "S2p" }, "DisableLogTypes": { - "shape": "S2o" + "shape": "S2p" } } }, - "Sby": { + "Scw": { "type": "structure", "members": { "DBClusterParameterGroupName": {} } }, - "Sc4": { + "Sd2": { "type": "structure", "members": { "DBParameterGroupName": {} diff --git a/iamlivecore/service/redshift-2012-12-01.min.json b/iamlivecore/service/redshift-2012-12-01.min.json index 033914d..f724af9 100644 --- a/iamlivecore/service/redshift-2012-12-01.min.json +++ b/iamlivecore/service/redshift-2012-12-01.min.json @@ -54,7 +54,10 @@ "type": "boolean" }, "ConsumerArn": {}, - "ConsumerRegion": {} + "ConsumerRegion": {}, + "AllowWrites": { + "type": "boolean" + } } }, "output": { @@ -94,7 +97,10 @@ ], "members": { "DataShareArn": {}, - "ConsumerIdentifier": {} + "ConsumerIdentifier": {}, + "AllowWrites": { + "type": "boolean" + } } }, "output": { @@ -280,8 +286,7 @@ "required": [ "ClusterIdentifier", "NodeType", - "MasterUsername", - "MasterUserPassword" + "MasterUsername" ], "members": { "DBName": {}, @@ -289,13 +294,15 @@ "ClusterType": {}, "NodeType": {}, "MasterUsername": {}, - "MasterUserPassword": {}, - "ClusterSecurityGroups": { + "MasterUserPassword": { "shape": "S1x" }, - "VpcSecurityGroupIds": { + "ClusterSecurityGroups": { "shape": "S1y" }, + "VpcSecurityGroupIds": { + "shape": "S1z" + }, "ClusterSubnetGroupName": {}, "AvailabilityZone": {}, "PreferredMaintenanceWindow": {}, @@ -334,7 +341,7 @@ }, "AdditionalInfo": {}, "IamRoles": { - "shape": "S1z" + "shape": "S20" }, "MaintenanceTrackName": {}, "SnapshotScheduleIdentifier": {}, @@ -343,7 +350,16 @@ }, "AquaConfigurationStatus": {}, "DefaultIamRoleArn": {}, - "LoadSampleData": {} + "LoadSampleData": {}, + "ManageMasterPassword": { + "type": "boolean" + }, + "MasterPasswordSecretKmsKeyId": {}, + "IpAddressType": {}, + "MultiAZ": { + "type": "boolean" + }, + "RedshiftIdcApplicationArn": {} } }, "output": { @@ -351,7 +367,7 @@ "type": "structure", "members": { "Cluster": { - "shape": "S22" + "shape": "S23" } } } @@ -378,7 +394,7 @@ "type": "structure", "members": { "ClusterParameterGroup": { - "shape": "S31" + "shape": "S33" } } } @@ -448,7 +464,7 @@ "ClusterSubnetGroupName": {}, "Description": {}, "SubnetIds": { - "shape": "S37" + "shape": "S39" }, "Tags": { "shape": "St" @@ -460,7 +476,7 @@ "type": "structure", "members": { "ClusterSubnetGroup": { - "shape": "S39" + "shape": "S3b" } } } @@ -503,12 +519,12 @@ "EndpointName": {}, "SubnetGroupName": {}, "VpcSecurityGroupIds": { - "shape": "S1y" + "shape": "S1z" } } }, "output": { - "shape": "S3k", + "shape": "S3n", "resultWrapper": "CreateEndpointAccessResult" } }, @@ -524,10 +540,10 @@ "SnsTopicArn": {}, "SourceType": {}, "SourceIds": { - "shape": "S3m" + "shape": "S3p" }, "EventCategories": { - "shape": "S3n" + "shape": "S3q" }, "Severity": {}, "Enabled": { @@ -543,7 +559,7 @@ "type": "structure", "members": { "EventSubscription": { - "shape": "S3p" + "shape": "S3s" } } } @@ -566,7 +582,7 @@ "type": "structure", "members": { "HsmClientCertificate": { - "shape": "S3s" + "shape": "S3v" } } } @@ -599,7 +615,40 @@ "type": "structure", "members": { "HsmConfiguration": { - "shape": "S3v" + "shape": "S3y" + } + } + } + }, + "CreateRedshiftIdcApplication": { + "input": { + "type": "structure", + "required": [ + "IdcInstanceArn", + "RedshiftIdcApplicationName", + "IdcDisplayName", + "IamRoleArn" + ], + "members": { + "IdcInstanceArn": {}, + "RedshiftIdcApplicationName": {}, + "IdentityNamespace": {}, + "IdcDisplayName": {}, + "IamRoleArn": {}, + "AuthorizedTokenIssuerList": { + "shape": "S43" + }, + "ServiceIntegrations": { + "shape": "S46" + } + } + }, + "output": { + "resultWrapper": "CreateRedshiftIdcApplicationResult", + "type": "structure", + "members": { + "RedshiftIdcApplication": { + "shape": "S4d" } } } @@ -616,7 +665,7 @@ "members": { "ScheduledActionName": {}, "TargetAction": { - "shape": "S3x" + "shape": "S4f" }, "Schedule": {}, "IamRole": {}, @@ -633,7 +682,7 @@ } }, "output": { - "shape": "S41", + "shape": "S4j", "resultWrapper": "CreateScheduledActionResult" } }, @@ -656,7 +705,7 @@ "type": "structure", "members": { "SnapshotCopyGrant": { - "shape": "S46" + "shape": "S4o" } } } @@ -666,7 +715,7 @@ "type": "structure", "members": { "ScheduleDefinitions": { - "shape": "S48" + "shape": "S4q" }, "ScheduleIdentifier": {}, "ScheduleDescription": {}, @@ -682,7 +731,7 @@ } }, "output": { - "shape": "S49", + "shape": "S4r", "resultWrapper": "CreateSnapshotScheduleResult" } }, @@ -725,7 +774,7 @@ } }, "output": { - "shape": "S4j", + "shape": "S51", "resultWrapper": "CreateUsageLimitResult" } }, @@ -786,7 +835,7 @@ "type": "structure", "members": { "Cluster": { - "shape": "S22" + "shape": "S23" } } } @@ -842,10 +891,12 @@ "input": { "type": "structure", "required": [ - "ClusterIdentifier" + "ClusterIdentifier", + "CustomDomainName" ], "members": { - "ClusterIdentifier": {} + "ClusterIdentifier": {}, + "CustomDomainName": {} } } }, @@ -860,7 +911,7 @@ } }, "output": { - "shape": "S3k", + "shape": "S3n", "resultWrapper": "DeleteEndpointAccessResult" } }, @@ -906,6 +957,28 @@ "resultWrapper": "DeletePartnerResult" } }, + "DeleteRedshiftIdcApplication": { + "input": { + "type": "structure", + "required": [ + "RedshiftIdcApplicationArn" + ], + "members": { + "RedshiftIdcApplicationArn": {} + } + } + }, + "DeleteResourcePolicy": { + "input": { + "type": "structure", + "required": [ + "ResourceArn" + ], + "members": { + "ResourceArn": {} + } + } + }, "DeleteScheduledAction": { "input": { "type": "structure", @@ -949,7 +1022,7 @@ "members": { "ResourceName": {}, "TagKeys": { - "shape": "S52" + "shape": "S5m" } } } @@ -1085,10 +1158,10 @@ }, "Marker": {}, "TagKeys": { - "shape": "S52" + "shape": "S5m" }, "TagValues": { - "shape": "S5m" + "shape": "S66" } } }, @@ -1100,7 +1173,7 @@ "ParameterGroups": { "type": "list", "member": { - "shape": "S31", + "shape": "S33", "locationName": "ClusterParameterGroup" } } @@ -1127,7 +1200,7 @@ "type": "structure", "members": { "Parameters": { - "shape": "S5r" + "shape": "S6b" }, "Marker": {} } @@ -1143,10 +1216,10 @@ }, "Marker": {}, "TagKeys": { - "shape": "S52" + "shape": "S5m" }, "TagValues": { - "shape": "S5m" + "shape": "S66" } } }, @@ -1185,10 +1258,10 @@ "Marker": {}, "OwnerAccount": {}, "TagKeys": { - "shape": "S52" + "shape": "S5m" }, "TagValues": { - "shape": "S5m" + "shape": "S66" }, "ClusterExists": { "type": "boolean" @@ -1234,10 +1307,10 @@ }, "Marker": {}, "TagKeys": { - "shape": "S52" + "shape": "S5m" }, "TagValues": { - "shape": "S5m" + "shape": "S66" } } }, @@ -1249,7 +1322,7 @@ "ClusterSubnetGroups": { "type": "list", "member": { - "shape": "S39", + "shape": "S3b", "locationName": "ClusterSubnetGroup" } } @@ -1349,10 +1422,10 @@ }, "Marker": {}, "TagKeys": { - "shape": "S52" + "shape": "S5m" }, "TagValues": { - "shape": "S5m" + "shape": "S66" } } }, @@ -1364,7 +1437,7 @@ "Clusters": { "type": "list", "member": { - "shape": "S22", + "shape": "S23", "locationName": "Cluster" } } @@ -1432,7 +1505,7 @@ "type": "structure", "members": { "DataShares": { - "shape": "S6u" + "shape": "S7e" }, "Marker": {} } @@ -1455,7 +1528,7 @@ "type": "structure", "members": { "DataShares": { - "shape": "S6u" + "shape": "S7e" }, "Marker": {} } @@ -1478,7 +1551,7 @@ "type": "structure", "members": { "DataShares": { - "shape": "S6u" + "shape": "S7e" }, "Marker": {} } @@ -1508,7 +1581,7 @@ "ParameterGroupFamily": {}, "Marker": {}, "Parameters": { - "shape": "S5r" + "shape": "S6b" } }, "wrapper": true @@ -1537,7 +1610,7 @@ "EndpointAccessList": { "type": "list", "member": { - "shape": "S3k" + "shape": "S3n" } }, "Marker": {} @@ -1599,7 +1672,7 @@ "members": { "EventId": {}, "EventCategories": { - "shape": "S3n" + "shape": "S3q" }, "EventDescription": {}, "Severity": {} @@ -1624,10 +1697,10 @@ }, "Marker": {}, "TagKeys": { - "shape": "S52" + "shape": "S5m" }, "TagValues": { - "shape": "S5m" + "shape": "S66" } } }, @@ -1639,7 +1712,7 @@ "EventSubscriptionsList": { "type": "list", "member": { - "shape": "S3p", + "shape": "S3s", "locationName": "EventSubscription" } } @@ -1682,7 +1755,7 @@ "SourceType": {}, "Message": {}, "EventCategories": { - "shape": "S3n" + "shape": "S3q" }, "Severity": {}, "Date": { @@ -1705,10 +1778,10 @@ }, "Marker": {}, "TagKeys": { - "shape": "S52" + "shape": "S5m" }, "TagValues": { - "shape": "S5m" + "shape": "S66" } } }, @@ -1720,7 +1793,7 @@ "HsmClientCertificates": { "type": "list", "member": { - "shape": "S3s", + "shape": "S3v", "locationName": "HsmClientCertificate" } } @@ -1737,10 +1810,10 @@ }, "Marker": {}, "TagKeys": { - "shape": "S52" + "shape": "S5m" }, "TagValues": { - "shape": "S5m" + "shape": "S66" } } }, @@ -1752,13 +1825,63 @@ "HsmConfigurations": { "type": "list", "member": { - "shape": "S3v", + "shape": "S3y", "locationName": "HsmConfiguration" } } } } }, + "DescribeInboundIntegrations": { + "input": { + "type": "structure", + "members": { + "IntegrationArn": {}, + "TargetArn": {}, + "MaxRecords": { + "type": "integer" + }, + "Marker": {} + } + }, + "output": { + "resultWrapper": "DescribeInboundIntegrationsResult", + "type": "structure", + "members": { + "Marker": {}, + "InboundIntegrations": { + "type": "list", + "member": { + "locationName": "InboundIntegration", + "type": "structure", + "members": { + "IntegrationArn": {}, + "SourceArn": {}, + "TargetArn": {}, + "Status": {}, + "Errors": { + "type": "list", + "member": { + "locationName": "IntegrationError", + "type": "structure", + "required": [ + "ErrorCode" + ], + "members": { + "ErrorCode": {}, + "ErrorMessage": {} + } + } + }, + "CreateTime": { + "type": "timestamp" + } + } + } + } + } + } + }, "DescribeLoggingStatus": { "input": { "type": "structure", @@ -1770,7 +1893,7 @@ } }, "output": { - "shape": "S7v", + "shape": "S8m", "resultWrapper": "DescribeLoggingStatusResult" } }, @@ -1796,7 +1919,7 @@ "Name": {}, "Operator": {}, "Values": { - "shape": "S84", + "shape": "S3h", "locationName": "Value" } } @@ -1861,7 +1984,7 @@ "AvailabilityZones": { "type": "list", "member": { - "shape": "S3c", + "shape": "S3e", "locationName": "AvailabilityZone" } } @@ -1913,6 +2036,31 @@ } } }, + "DescribeRedshiftIdcApplications": { + "input": { + "type": "structure", + "members": { + "RedshiftIdcApplicationArn": {}, + "MaxRecords": { + "type": "integer" + }, + "Marker": {} + } + }, + "output": { + "resultWrapper": "DescribeRedshiftIdcApplicationsResult", + "type": "structure", + "members": { + "RedshiftIdcApplications": { + "type": "list", + "member": { + "shape": "S4d" + } + }, + "Marker": {} + } + } + }, "DescribeReservedNodeExchangeStatus": { "input": { "type": "structure", @@ -1932,7 +2080,7 @@ "ReservedNodeExchangeStatusDetails": { "type": "list", "member": { - "shape": "S2x", + "shape": "S2y", "locationName": "ReservedNodeExchangeStatus" } }, @@ -1957,7 +2105,7 @@ "members": { "Marker": {}, "ReservedNodeOfferings": { - "shape": "S8p" + "shape": "S9i" } } } @@ -2030,7 +2178,7 @@ "members": { "Name": {}, "Values": { - "shape": "S84" + "shape": "S3h" } } } @@ -2049,7 +2197,7 @@ "ScheduledActions": { "type": "list", "member": { - "shape": "S41", + "shape": "S4j", "locationName": "ScheduledAction" } } @@ -2066,10 +2214,10 @@ }, "Marker": {}, "TagKeys": { - "shape": "S52" + "shape": "S5m" }, "TagValues": { - "shape": "S5m" + "shape": "S66" } } }, @@ -2081,7 +2229,7 @@ "SnapshotCopyGrants": { "type": "list", "member": { - "shape": "S46", + "shape": "S4o", "locationName": "SnapshotCopyGrant" } } @@ -2095,10 +2243,10 @@ "ClusterIdentifier": {}, "ScheduleIdentifier": {}, "TagKeys": { - "shape": "S52" + "shape": "S5m" }, "TagValues": { - "shape": "S5m" + "shape": "S66" }, "Marker": {}, "MaxRecords": { @@ -2113,7 +2261,7 @@ "SnapshotSchedules": { "type": "list", "member": { - "shape": "S49", + "shape": "S4r", "locationName": "SnapshotSchedule" } }, @@ -2154,7 +2302,7 @@ "TableRestoreStatusDetails": { "type": "list", "member": { - "shape": "S9c", + "shape": "Sa5", "locationName": "TableRestoreStatus" } }, @@ -2173,10 +2321,10 @@ }, "Marker": {}, "TagKeys": { - "shape": "S52" + "shape": "S5m" }, "TagValues": { - "shape": "S5m" + "shape": "S66" } } }, @@ -2214,10 +2362,10 @@ }, "Marker": {}, "TagKeys": { - "shape": "S52" + "shape": "S5m" }, "TagValues": { - "shape": "S5m" + "shape": "S66" } } }, @@ -2228,7 +2376,7 @@ "UsageLimits": { "type": "list", "member": { - "shape": "S4j" + "shape": "S51" } }, "Marker": {} @@ -2246,7 +2394,7 @@ } }, "output": { - "shape": "S7v", + "shape": "S8m", "resultWrapper": "DisableLoggingResult" } }, @@ -2265,7 +2413,7 @@ "type": "structure", "members": { "Cluster": { - "shape": "S22" + "shape": "S23" } } } @@ -2302,12 +2450,12 @@ "S3KeyPrefix": {}, "LogDestinationType": {}, "LogExports": { - "shape": "S7x" + "shape": "S8o" } } }, "output": { - "shape": "S7v", + "shape": "S8m", "resultWrapper": "EnableLoggingResult" } }, @@ -2335,7 +2483,27 @@ "type": "structure", "members": { "Cluster": { - "shape": "S22" + "shape": "S23" + } + } + } + }, + "FailoverPrimaryCompute": { + "input": { + "type": "structure", + "required": [ + "ClusterIdentifier" + ], + "members": { + "ClusterIdentifier": {} + } + }, + "output": { + "resultWrapper": "FailoverPrimaryComputeResult", + "type": "structure", + "members": { + "Cluster": { + "shape": "S23" } } } @@ -2371,7 +2539,7 @@ "members": { "DbUser": {}, "DbPassword": { - "shape": "S9v" + "shape": "S1x" }, "Expiration": { "type": "timestamp" @@ -2397,7 +2565,7 @@ "members": { "DbUser": {}, "DbPassword": { - "shape": "S9v" + "shape": "S1x" }, "Expiration": { "type": "timestamp" @@ -2442,7 +2610,7 @@ "type": "integer" }, "TargetReservedNodeOffering": { - "shape": "S8q" + "shape": "S9j" } }, "wrapper": true @@ -2471,7 +2639,27 @@ "members": { "Marker": {}, "ReservedNodeOfferings": { - "shape": "S8p" + "shape": "S9i" + } + } + } + }, + "GetResourcePolicy": { + "input": { + "type": "structure", + "required": [ + "ResourceArn" + ], + "members": { + "ResourceArn": {} + } + }, + "output": { + "resultWrapper": "GetResourcePolicyResult", + "type": "structure", + "members": { + "ResourcePolicy": { + "shape": "Sb1" } } } @@ -2492,7 +2680,7 @@ "type": "structure", "members": { "AquaConfiguration": { - "shape": "S2v" + "shape": "S2w" } } } @@ -2532,12 +2720,14 @@ "type": "integer" }, "ClusterSecurityGroups": { - "shape": "S1x" + "shape": "S1y" }, "VpcSecurityGroupIds": { - "shape": "S1y" + "shape": "S1z" + }, + "MasterUserPassword": { + "shape": "S1x" }, - "MasterUserPassword": {}, "ClusterParameterGroupName": {}, "AutomatedSnapshotRetentionPeriod": { "type": "integer" @@ -2571,6 +2761,14 @@ "AvailabilityZone": {}, "Port": { "type": "integer" + }, + "ManageMasterPassword": { + "type": "boolean" + }, + "MasterPasswordSecretKmsKeyId": {}, + "IpAddressType": {}, + "MultiAZ": { + "type": "boolean" } } }, @@ -2579,7 +2777,7 @@ "type": "structure", "members": { "Cluster": { - "shape": "S22" + "shape": "S23" } } } @@ -2601,7 +2799,7 @@ "type": "structure", "members": { "Cluster": { - "shape": "S22" + "shape": "S23" } } } @@ -2615,10 +2813,10 @@ "members": { "ClusterIdentifier": {}, "AddIamRoles": { - "shape": "S1z" + "shape": "S20" }, "RemoveIamRoles": { - "shape": "S1z" + "shape": "S20" }, "DefaultIamRoleArn": {} } @@ -2628,7 +2826,7 @@ "type": "structure", "members": { "Cluster": { - "shape": "S22" + "shape": "S23" } } } @@ -2661,7 +2859,7 @@ "type": "structure", "members": { "Cluster": { - "shape": "S22" + "shape": "S23" } } } @@ -2676,12 +2874,12 @@ "members": { "ParameterGroupName": {}, "Parameters": { - "shape": "S5r" + "shape": "S6b" } } }, "output": { - "shape": "Sai", + "shape": "Sbf", "resultWrapper": "ModifyClusterParameterGroupResult" } }, @@ -2737,7 +2935,7 @@ "ClusterSubnetGroupName": {}, "Description": {}, "SubnetIds": { - "shape": "S37" + "shape": "S39" } } }, @@ -2746,7 +2944,7 @@ "type": "structure", "members": { "ClusterSubnetGroup": { - "shape": "S39" + "shape": "S3b" } } } @@ -2755,6 +2953,8 @@ "input": { "type": "structure", "required": [ + "CustomDomainName", + "CustomDomainCertificateArn", "ClusterIdentifier" ], "members": { @@ -2783,12 +2983,12 @@ "members": { "EndpointName": {}, "VpcSecurityGroupIds": { - "shape": "S1y" + "shape": "S1z" } } }, "output": { - "shape": "S3k", + "shape": "S3n", "resultWrapper": "ModifyEndpointAccessResult" } }, @@ -2803,10 +3003,10 @@ "SnsTopicArn": {}, "SourceType": {}, "SourceIds": { - "shape": "S3m" + "shape": "S3p" }, "EventCategories": { - "shape": "S3n" + "shape": "S3q" }, "Severity": {}, "Enabled": { @@ -2819,7 +3019,36 @@ "type": "structure", "members": { "EventSubscription": { - "shape": "S3p" + "shape": "S3s" + } + } + } + }, + "ModifyRedshiftIdcApplication": { + "input": { + "type": "structure", + "required": [ + "RedshiftIdcApplicationArn" + ], + "members": { + "RedshiftIdcApplicationArn": {}, + "IdentityNamespace": {}, + "IamRoleArn": {}, + "IdcDisplayName": {}, + "AuthorizedTokenIssuerList": { + "shape": "S43" + }, + "ServiceIntegrations": { + "shape": "S46" + } + } + }, + "output": { + "resultWrapper": "ModifyRedshiftIdcApplicationResult", + "type": "structure", + "members": { + "RedshiftIdcApplication": { + "shape": "S4d" } } } @@ -2833,7 +3062,7 @@ "members": { "ScheduledActionName": {}, "TargetAction": { - "shape": "S3x" + "shape": "S4f" }, "Schedule": {}, "IamRole": {}, @@ -2850,7 +3079,7 @@ } }, "output": { - "shape": "S41", + "shape": "S4j", "resultWrapper": "ModifyScheduledActionResult" } }, @@ -2876,7 +3105,7 @@ "type": "structure", "members": { "Cluster": { - "shape": "S22" + "shape": "S23" } } } @@ -2891,12 +3120,12 @@ "members": { "ScheduleIdentifier": {}, "ScheduleDefinitions": { - "shape": "S48" + "shape": "S4q" } } }, "output": { - "shape": "S49", + "shape": "S4r", "resultWrapper": "ModifySnapshotScheduleResult" } }, @@ -2915,20 +3144,20 @@ } }, "output": { - "shape": "S4j", + "shape": "S51", "resultWrapper": "ModifyUsageLimitResult" } }, "PauseCluster": { "input": { - "shape": "S3z" + "shape": "S4h" }, "output": { "resultWrapper": "PauseClusterResult", "type": "structure", "members": { "Cluster": { - "shape": "S22" + "shape": "S23" } } } @@ -2956,6 +3185,28 @@ } } }, + "PutResourcePolicy": { + "input": { + "type": "structure", + "required": [ + "ResourceArn", + "Policy" + ], + "members": { + "ResourceArn": {}, + "Policy": {} + } + }, + "output": { + "resultWrapper": "PutResourcePolicyResult", + "type": "structure", + "members": { + "ResourcePolicy": { + "shape": "Sb1" + } + } + } + }, "RebootCluster": { "input": { "type": "structure", @@ -2971,7 +3222,7 @@ "type": "structure", "members": { "Cluster": { - "shape": "S22" + "shape": "S23" } } } @@ -3003,25 +3254,25 @@ "type": "boolean" }, "Parameters": { - "shape": "S5r" + "shape": "S6b" } } }, "output": { - "shape": "Sai", + "shape": "Sbf", "resultWrapper": "ResetClusterParameterGroupResult" } }, "ResizeCluster": { "input": { - "shape": "S3y" + "shape": "S4g" }, "output": { "resultWrapper": "ResizeClusterResult", "type": "structure", "members": { "Cluster": { - "shape": "S22" + "shape": "S23" } } } @@ -3054,10 +3305,10 @@ "ElasticIp": {}, "ClusterParameterGroupName": {}, "ClusterSecurityGroups": { - "shape": "S1x" + "shape": "S1y" }, "VpcSecurityGroupIds": { - "shape": "S1y" + "shape": "S1z" }, "PreferredMaintenanceWindow": {}, "AutomatedSnapshotRetentionPeriod": { @@ -3073,7 +3324,7 @@ }, "AdditionalInfo": {}, "IamRoles": { - "shape": "S1z" + "shape": "S20" }, "MaintenanceTrackName": {}, "SnapshotScheduleIdentifier": {}, @@ -3089,6 +3340,14 @@ "TargetReservedNodeOfferingId": {}, "Encrypted": { "type": "boolean" + }, + "ManageMasterPassword": { + "type": "boolean" + }, + "MasterPasswordSecretKmsKeyId": {}, + "IpAddressType": {}, + "MultiAZ": { + "type": "boolean" } } }, @@ -3097,7 +3356,7 @@ "type": "structure", "members": { "Cluster": { - "shape": "S22" + "shape": "S23" } } } @@ -3131,21 +3390,21 @@ "type": "structure", "members": { "TableRestoreStatus": { - "shape": "S9c" + "shape": "Sa5" } } } }, "ResumeCluster": { "input": { - "shape": "S40" + "shape": "S4i" }, "output": { "resultWrapper": "ResumeClusterResult", "type": "structure", "members": { "Cluster": { - "shape": "S22" + "shape": "S23" } } } @@ -3230,7 +3489,7 @@ "type": "structure", "members": { "Cluster": { - "shape": "S22" + "shape": "S23" } } } @@ -3349,6 +3608,12 @@ }, "StatusChangeDate": { "type": "timestamp" + }, + "ProducerAllowedWrites": { + "type": "boolean" + }, + "ConsumerAcceptedWrites": { + "type": "boolean" } } } @@ -3523,7 +3788,9 @@ }, "SnapshotRetentionStartTime": { "type": "timestamp" - } + }, + "MasterPasswordSecretArn": {}, + "MasterPasswordSecretKmsKeyId": {} }, "wrapper": true }, @@ -3597,24 +3864,28 @@ } }, "S1x": { + "type": "string", + "sensitive": true + }, + "S1y": { "type": "list", "member": { "locationName": "ClusterSecurityGroupName" } }, - "S1y": { + "S1z": { "type": "list", "member": { "locationName": "VpcSecurityGroupId" } }, - "S1z": { + "S20": { "type": "list", "member": { "locationName": "IamRoleArn" } }, - "S22": { + "S23": { "type": "structure", "members": { "ClusterIdentifier": {}, @@ -3634,7 +3905,7 @@ "VpcEndpoints": { "type": "list", "member": { - "shape": "S25", + "shape": "S26", "locationName": "VpcEndpoint" } } @@ -3661,7 +3932,7 @@ } }, "VpcSecurityGroups": { - "shape": "S2a" + "shape": "S2b" }, "ClusterParameterGroups": { "type": "list", @@ -3692,7 +3963,9 @@ "PendingModifiedValues": { "type": "structure", "members": { - "MasterUserPassword": {}, + "MasterUserPassword": { + "shape": "S1x" + }, "NodeType": {}, "NumberOfNodes": { "type": "integer" @@ -3791,15 +4064,7 @@ }, "ClusterPublicKey": {}, "ClusterNodes": { - "type": "list", - "member": { - "type": "structure", - "members": { - "NodeRole": {}, - "PrivateIPAddress": {}, - "PublicIPAddress": {} - } - } + "shape": "S2m" }, "ElasticIpStatus": { "type": "structure", @@ -3873,21 +4138,34 @@ "type": "long" }, "AquaConfiguration": { - "shape": "S2v" + "shape": "S2w" }, "DefaultIamRoleArn": {}, "ReservedNodeExchangeStatus": { - "shape": "S2x" + "shape": "S2y" }, "CustomDomainName": {}, "CustomDomainCertificateArn": {}, "CustomDomainCertificateExpiryDate": { "type": "timestamp" + }, + "MasterPasswordSecretArn": {}, + "MasterPasswordSecretKmsKeyId": {}, + "IpAddressType": {}, + "MultiAZ": {}, + "MultiAZSecondary": { + "type": "structure", + "members": { + "AvailabilityZone": {}, + "ClusterNodes": { + "shape": "S2m" + } + } } }, "wrapper": true }, - "S25": { + "S26": { "type": "structure", "members": { "VpcEndpointId": {}, @@ -3901,13 +4179,14 @@ "NetworkInterfaceId": {}, "SubnetId": {}, "PrivateIpAddress": {}, - "AvailabilityZone": {} + "AvailabilityZone": {}, + "Ipv6Address": {} } } } } }, - "S2a": { + "S2b": { "type": "list", "member": { "locationName": "VpcSecurityGroup", @@ -3918,14 +4197,25 @@ } } }, - "S2v": { + "S2m": { + "type": "list", + "member": { + "type": "structure", + "members": { + "NodeRole": {}, + "PrivateIPAddress": {}, + "PublicIPAddress": {} + } + } + }, + "S2w": { "type": "structure", "members": { "AquaStatus": {}, "AquaConfigurationStatus": {} } }, - "S2x": { + "S2y": { "type": "structure", "members": { "ReservedNodeExchangeRequestId": {}, @@ -3946,7 +4236,7 @@ }, "wrapper": true }, - "S31": { + "S33": { "type": "structure", "members": { "ParameterGroupName": {}, @@ -3958,13 +4248,13 @@ }, "wrapper": true }, - "S37": { + "S39": { "type": "list", "member": { "locationName": "SubnetIdentifier" } }, - "S39": { + "S3b": { "type": "structure", "members": { "ClusterSubnetGroupName": {}, @@ -3979,7 +4269,7 @@ "members": { "SubnetIdentifier": {}, "SubnetAvailabilityZone": { - "shape": "S3c" + "shape": "S3e" }, "SubnetStatus": {} } @@ -3987,11 +4277,14 @@ }, "Tags": { "shape": "St" + }, + "SupportedClusterIpAddressTypes": { + "shape": "S3h" } }, "wrapper": true }, - "S3c": { + "S3e": { "type": "structure", "members": { "Name": {}, @@ -4009,7 +4302,13 @@ }, "wrapper": true }, - "S3k": { + "S3h": { + "type": "list", + "member": { + "locationName": "item" + } + }, + "S3n": { "type": "structure", "members": { "ClusterIdentifier": {}, @@ -4025,26 +4324,26 @@ }, "Address": {}, "VpcSecurityGroups": { - "shape": "S2a" + "shape": "S2b" }, "VpcEndpoint": { - "shape": "S25" + "shape": "S26" } } }, - "S3m": { + "S3p": { "type": "list", "member": { "locationName": "SourceId" } }, - "S3n": { + "S3q": { "type": "list", "member": { "locationName": "EventCategory" } }, - "S3p": { + "S3s": { "type": "structure", "members": { "CustomerAwsId": {}, @@ -4056,10 +4355,10 @@ }, "SourceType": {}, "SourceIdsList": { - "shape": "S3m" + "shape": "S3p" }, "EventCategoriesList": { - "shape": "S3n" + "shape": "S3q" }, "Severity": {}, "Enabled": { @@ -4071,7 +4370,7 @@ }, "wrapper": true }, - "S3s": { + "S3v": { "type": "structure", "members": { "HsmClientCertificateIdentifier": {}, @@ -4082,7 +4381,7 @@ }, "wrapper": true }, - "S3v": { + "S3y": { "type": "structure", "members": { "HsmConfigurationIdentifier": {}, @@ -4095,21 +4394,81 @@ }, "wrapper": true }, - "S3x": { + "S43": { + "type": "list", + "member": { + "type": "structure", + "members": { + "TrustedTokenIssuerArn": {}, + "AuthorizedAudiencesList": { + "type": "list", + "member": {} + } + } + } + }, + "S46": { + "type": "list", + "member": { + "type": "structure", + "members": { + "LakeFormation": { + "type": "list", + "member": { + "type": "structure", + "members": { + "LakeFormationQuery": { + "type": "structure", + "required": [ + "Authorization" + ], + "members": { + "Authorization": {} + } + } + }, + "union": true + } + } + }, + "union": true + } + }, + "S4d": { + "type": "structure", + "members": { + "IdcInstanceArn": {}, + "RedshiftIdcApplicationName": {}, + "RedshiftIdcApplicationArn": {}, + "IdentityNamespace": {}, + "IdcDisplayName": {}, + "IamRoleArn": {}, + "IdcManagedApplicationArn": {}, + "IdcOnboardStatus": {}, + "AuthorizedTokenIssuerList": { + "shape": "S43" + }, + "ServiceIntegrations": { + "shape": "S46" + } + }, + "wrapper": true + }, + "S4f": { "type": "structure", "members": { "ResizeCluster": { - "shape": "S3y" + "shape": "S4g" }, "PauseCluster": { - "shape": "S3z" + "shape": "S4h" }, "ResumeCluster": { - "shape": "S40" + "shape": "S4i" } } }, - "S3y": { + "S4g": { "type": "structure", "required": [ "ClusterIdentifier" @@ -4128,7 +4487,7 @@ "TargetReservedNodeOfferingId": {} } }, - "S3z": { + "S4h": { "type": "structure", "required": [ "ClusterIdentifier" @@ -4137,7 +4496,7 @@ "ClusterIdentifier": {} } }, - "S40": { + "S4i": { "type": "structure", "required": [ "ClusterIdentifier" @@ -4146,12 +4505,12 @@ "ClusterIdentifier": {} } }, - "S41": { + "S4j": { "type": "structure", "members": { "ScheduledActionName": {}, "TargetAction": { - "shape": "S3x" + "shape": "S4f" }, "Schedule": {}, "IamRole": {}, @@ -4172,7 +4531,7 @@ } } }, - "S46": { + "S4o": { "type": "structure", "members": { "SnapshotCopyGrantName": {}, @@ -4183,17 +4542,17 @@ }, "wrapper": true }, - "S48": { + "S4q": { "type": "list", "member": { "locationName": "ScheduleDefinition" } }, - "S49": { + "S4r": { "type": "structure", "members": { "ScheduleDefinitions": { - "shape": "S48" + "shape": "S4q" }, "ScheduleIdentifier": {}, "ScheduleDescription": {}, @@ -4223,7 +4582,7 @@ } } }, - "S4j": { + "S51": { "type": "structure", "members": { "UsageLimitId": {}, @@ -4240,19 +4599,19 @@ } } }, - "S52": { + "S5m": { "type": "list", "member": { "locationName": "TagKey" } }, - "S5m": { + "S66": { "type": "list", "member": { "locationName": "TagValue" } }, - "S5r": { + "S6b": { "type": "list", "member": { "locationName": "Parameter", @@ -4272,13 +4631,13 @@ } } }, - "S6u": { + "S7e": { "type": "list", "member": { "shape": "Sj" } }, - "S7v": { + "S8m": { "type": "structure", "members": { "LoggingEnabled": { @@ -4295,28 +4654,22 @@ "LastFailureMessage": {}, "LogDestinationType": {}, "LogExports": { - "shape": "S7x" + "shape": "S8o" } } }, - "S7x": { + "S8o": { "type": "list", "member": {} }, - "S84": { + "S9i": { "type": "list", "member": { - "locationName": "item" - } - }, - "S8p": { - "type": "list", - "member": { - "shape": "S8q", + "shape": "S9j", "locationName": "ReservedNodeOffering" } }, - "S8q": { + "S9j": { "type": "structure", "members": { "ReservedNodeOfferingId": {}, @@ -4339,7 +4692,7 @@ }, "wrapper": true }, - "S9c": { + "Sa5": { "type": "structure", "members": { "TableRestoreRequestId": {}, @@ -4365,11 +4718,14 @@ }, "wrapper": true }, - "S9v": { - "type": "string", - "sensitive": true + "Sb1": { + "type": "structure", + "members": { + "ResourceArn": {}, + "Policy": {} + } }, - "Sai": { + "Sbf": { "type": "structure", "members": { "ParameterGroupName": {}, diff --git a/iamlivecore/service/redshift-serverless-2021-04-21.min.json b/iamlivecore/service/redshift-serverless-2021-04-21.min.json index 2aa1be5..1c73c66 100644 --- a/iamlivecore/service/redshift-serverless-2021-04-21.min.json +++ b/iamlivecore/service/redshift-serverless-2021-04-21.min.json @@ -40,6 +40,32 @@ } } }, + "CreateCustomDomainAssociation": { + "input": { + "type": "structure", + "required": [ + "customDomainCertificateArn", + "customDomainName", + "workgroupName" + ], + "members": { + "customDomainCertificateArn": {}, + "customDomainName": {}, + "workgroupName": {} + } + }, + "output": { + "type": "structure", + "members": { + "customDomainCertificateArn": {}, + "customDomainCertificateExpiryTime": { + "shape": "Se" + }, + "customDomainName": {}, + "workgroupName": {} + } + } + }, "CreateEndpointAccess": { "input": { "type": "structure", @@ -50,11 +76,12 @@ ], "members": { "endpointName": {}, + "ownerAccount": {}, "subnetIds": { - "shape": "Sh" + "shape": "Sn" }, "vpcSecurityGroupIds": { - "shape": "Sj" + "shape": "Sp" }, "workgroupName": {} } @@ -63,7 +90,7 @@ "type": "structure", "members": { "endpoint": { - "shape": "Sm" + "shape": "Ss" } } }, @@ -76,22 +103,27 @@ "namespaceName" ], "members": { + "adminPasswordSecretKmsKeyId": {}, "adminUserPassword": { - "shape": "St" + "shape": "Sz" }, "adminUsername": { - "shape": "Su" + "shape": "S10" }, "dbName": {}, "defaultIamRoleArn": {}, "iamRoles": { - "shape": "Sv" + "shape": "S11" }, "kmsKeyId": {}, "logExports": { - "shape": "Sx" + "shape": "S13" + }, + "manageAdminPassword": { + "type": "boolean" }, "namespaceName": {}, + "redshiftIdcApplicationArn": {}, "tags": { "shape": "S4" } @@ -101,7 +133,49 @@ "type": "structure", "members": { "namespace": { - "shape": "S11" + "shape": "S19" + } + } + }, + "idempotent": true + }, + "CreateScheduledAction": { + "input": { + "type": "structure", + "required": [ + "namespaceName", + "roleArn", + "schedule", + "scheduledActionName", + "targetAction" + ], + "members": { + "enabled": { + "type": "boolean" + }, + "endTime": { + "type": "timestamp" + }, + "namespaceName": {}, + "roleArn": {}, + "schedule": { + "shape": "S1d" + }, + "scheduledActionDescription": {}, + "scheduledActionName": {}, + "startTime": { + "type": "timestamp" + }, + "targetAction": { + "shape": "S1f" + } + } + }, + "output": { + "type": "structure", + "members": { + "scheduledAction": { + "shape": "S1j" } } }, @@ -135,6 +209,35 @@ }, "idempotent": true }, + "CreateSnapshotCopyConfiguration": { + "input": { + "type": "structure", + "required": [ + "destinationRegion", + "namespaceName" + ], + "members": { + "destinationKmsKeyId": {}, + "destinationRegion": {}, + "namespaceName": {}, + "snapshotRetentionPeriod": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "snapshotCopyConfiguration" + ], + "members": { + "snapshotCopyConfiguration": { + "shape": "S1q" + } + } + }, + "idempotent": true + }, "CreateUsageLimit": { "input": { "type": "structure", @@ -157,7 +260,7 @@ "type": "structure", "members": { "usageLimit": { - "shape": "S1a" + "shape": "S1w" } } }, @@ -175,11 +278,14 @@ "type": "integer" }, "configParameters": { - "shape": "S1c" + "shape": "S1y" }, "enhancedVpcRouting": { "type": "boolean" }, + "maxCapacity": { + "type": "integer" + }, "namespaceName": {}, "port": { "type": "integer" @@ -188,10 +294,10 @@ "type": "boolean" }, "securityGroupIds": { - "shape": "S1h" + "shape": "S22" }, "subnetIds": { - "shape": "Sh" + "shape": "Sn" }, "tags": { "shape": "S4" @@ -203,12 +309,29 @@ "type": "structure", "members": { "workgroup": { - "shape": "S1l" + "shape": "S25" } } }, "idempotent": true }, + "DeleteCustomDomainAssociation": { + "input": { + "type": "structure", + "required": [ + "customDomainName", + "workgroupName" + ], + "members": { + "customDomainName": {}, + "workgroupName": {} + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "DeleteEndpointAccess": { "input": { "type": "structure", @@ -223,7 +346,7 @@ "type": "structure", "members": { "endpoint": { - "shape": "Sm" + "shape": "Ss" } } }, @@ -250,7 +373,7 @@ ], "members": { "namespace": { - "shape": "S11" + "shape": "S19" } } }, @@ -271,6 +394,26 @@ "members": {} } }, + "DeleteScheduledAction": { + "input": { + "type": "structure", + "required": [ + "scheduledActionName" + ], + "members": { + "scheduledActionName": {} + } + }, + "output": { + "type": "structure", + "members": { + "scheduledAction": { + "shape": "S1j" + } + } + }, + "idempotent": true + }, "DeleteSnapshot": { "input": { "type": "structure", @@ -291,6 +434,29 @@ }, "idempotent": true }, + "DeleteSnapshotCopyConfiguration": { + "input": { + "type": "structure", + "required": [ + "snapshotCopyConfigurationId" + ], + "members": { + "snapshotCopyConfigurationId": {} + } + }, + "output": { + "type": "structure", + "required": [ + "snapshotCopyConfiguration" + ], + "members": { + "snapshotCopyConfiguration": { + "shape": "S1q" + } + } + }, + "idempotent": true + }, "DeleteUsageLimit": { "input": { "type": "structure", @@ -305,7 +471,7 @@ "type": "structure", "members": { "usageLimit": { - "shape": "S1a" + "shape": "S1w" } } }, @@ -328,7 +494,7 @@ ], "members": { "workgroup": { - "shape": "S1l" + "shape": "S25" } } }, @@ -337,10 +503,8 @@ "GetCredentials": { "input": { "type": "structure", - "required": [ - "workgroupName" - ], "members": { + "customDomainName": {}, "dbName": {}, "durationSeconds": { "type": "integer" @@ -352,10 +516,10 @@ "type": "structure", "members": { "dbPassword": { - "shape": "St" + "shape": "Sz" }, "dbUser": { - "shape": "Su" + "shape": "S10" }, "expiration": { "type": "timestamp" @@ -366,6 +530,30 @@ } } }, + "GetCustomDomainAssociation": { + "input": { + "type": "structure", + "required": [ + "customDomainName", + "workgroupName" + ], + "members": { + "customDomainName": {}, + "workgroupName": {} + } + }, + "output": { + "type": "structure", + "members": { + "customDomainCertificateArn": {}, + "customDomainCertificateExpiryTime": { + "shape": "Se" + }, + "customDomainName": {}, + "workgroupName": {} + } + } + }, "GetEndpointAccess": { "input": { "type": "structure", @@ -380,7 +568,7 @@ "type": "structure", "members": { "endpoint": { - "shape": "Sm" + "shape": "Ss" } } } @@ -402,7 +590,7 @@ ], "members": { "namespace": { - "shape": "S11" + "shape": "S19" } } } @@ -421,7 +609,7 @@ "type": "structure", "members": { "recoveryPoint": { - "shape": "S2b" + "shape": "S33" } } } @@ -440,7 +628,26 @@ "type": "structure", "members": { "resourcePolicy": { - "shape": "S2e" + "shape": "S36" + } + } + } + }, + "GetScheduledAction": { + "input": { + "type": "structure", + "required": [ + "scheduledActionName" + ], + "members": { + "scheduledActionName": {} + } + }, + "output": { + "type": "structure", + "members": { + "scheduledAction": { + "shape": "S1j" } } } @@ -477,7 +684,7 @@ "type": "structure", "members": { "tableRestoreStatus": { - "shape": "S2j" + "shape": "S3d" } } } @@ -496,7 +703,7 @@ "type": "structure", "members": { "usageLimit": { - "shape": "S1a" + "shape": "S1w" } } } @@ -518,11 +725,44 @@ ], "members": { "workgroup": { - "shape": "S1l" + "shape": "S25" } } } }, + "ListCustomDomainAssociations": { + "input": { + "type": "structure", + "members": { + "customDomainCertificateArn": {}, + "customDomainName": {}, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "associations": { + "type": "list", + "member": { + "type": "structure", + "members": { + "customDomainCertificateArn": {}, + "customDomainCertificateExpiryTime": { + "shape": "Se" + }, + "customDomainName": {}, + "workgroupName": {} + } + } + }, + "nextToken": {} + } + } + }, "ListEndpointAccess": { "input": { "type": "structure", @@ -531,6 +771,7 @@ "type": "integer" }, "nextToken": {}, + "ownerAccount": {}, "vpcId": {}, "workgroupName": {} } @@ -544,7 +785,7 @@ "endpoints": { "type": "list", "member": { - "shape": "Sm" + "shape": "Ss" } }, "nextToken": {} @@ -570,7 +811,7 @@ "namespaces": { "type": "list", "member": { - "shape": "S11" + "shape": "S19" } }, "nextToken": {} @@ -602,7 +843,56 @@ "recoveryPoints": { "type": "list", "member": { - "shape": "S2b" + "shape": "S33" + } + } + } + } + }, + "ListScheduledActions": { + "input": { + "type": "structure", + "members": { + "maxResults": { + "type": "integer" + }, + "namespaceName": {}, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "nextToken": {}, + "scheduledActions": { + "type": "list", + "member": {} + } + } + } + }, + "ListSnapshotCopyConfigurations": { + "input": { + "type": "structure", + "members": { + "maxResults": { + "type": "integer" + }, + "namespaceName": {}, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "snapshotCopyConfigurations" + ], + "members": { + "nextToken": {}, + "snapshotCopyConfigurations": { + "type": "list", + "member": { + "shape": "S1q" } } } @@ -659,7 +949,7 @@ "tableRestoreStatuses": { "type": "list", "member": { - "shape": "S2j" + "shape": "S3d" } } } @@ -703,7 +993,7 @@ "usageLimits": { "type": "list", "member": { - "shape": "S1a" + "shape": "S1w" } } } @@ -716,7 +1006,8 @@ "maxResults": { "type": "integer" }, - "nextToken": {} + "nextToken": {}, + "ownerAccount": {} } }, "output": { @@ -729,7 +1020,7 @@ "workgroups": { "type": "list", "member": { - "shape": "S1l" + "shape": "S25" } } } @@ -751,7 +1042,7 @@ "type": "structure", "members": { "resourcePolicy": { - "shape": "S2e" + "shape": "S36" } } } @@ -774,7 +1065,7 @@ "type": "structure", "members": { "namespace": { - "shape": "S11" + "shape": "S19" }, "recoveryPointId": {} } @@ -788,6 +1079,10 @@ "workgroupName" ], "members": { + "adminPasswordSecretKmsKeyId": {}, + "manageAdminPassword": { + "type": "boolean" + }, "namespaceName": {}, "ownerAccount": {}, "snapshotArn": {}, @@ -799,7 +1094,7 @@ "type": "structure", "members": { "namespace": { - "shape": "S11" + "shape": "S19" }, "ownerAccount": {}, "snapshotName": {} @@ -807,6 +1102,41 @@ }, "idempotent": true }, + "RestoreTableFromRecoveryPoint": { + "input": { + "type": "structure", + "required": [ + "namespaceName", + "newTableName", + "recoveryPointId", + "sourceDatabaseName", + "sourceTableName", + "workgroupName" + ], + "members": { + "activateCaseSensitiveIdentifier": { + "type": "boolean" + }, + "namespaceName": {}, + "newTableName": {}, + "recoveryPointId": {}, + "sourceDatabaseName": {}, + "sourceSchemaName": {}, + "sourceTableName": {}, + "targetDatabaseName": {}, + "targetSchemaName": {}, + "workgroupName": {} + } + }, + "output": { + "type": "structure", + "members": { + "tableRestoreStatus": { + "shape": "S3d" + } + } + } + }, "RestoreTableFromSnapshot": { "input": { "type": "structure", @@ -837,7 +1167,7 @@ "type": "structure", "members": { "tableRestoreStatus": { - "shape": "S2j" + "shape": "S3d" } } } @@ -881,6 +1211,32 @@ "members": {} } }, + "UpdateCustomDomainAssociation": { + "input": { + "type": "structure", + "required": [ + "customDomainCertificateArn", + "customDomainName", + "workgroupName" + ], + "members": { + "customDomainCertificateArn": {}, + "customDomainName": {}, + "workgroupName": {} + } + }, + "output": { + "type": "structure", + "members": { + "customDomainCertificateArn": {}, + "customDomainCertificateExpiryTime": { + "shape": "Se" + }, + "customDomainName": {}, + "workgroupName": {} + } + } + }, "UpdateEndpointAccess": { "input": { "type": "structure", @@ -890,7 +1246,7 @@ "members": { "endpointName": {}, "vpcSecurityGroupIds": { - "shape": "Sj" + "shape": "Sp" } } }, @@ -898,7 +1254,7 @@ "type": "structure", "members": { "endpoint": { - "shape": "Sm" + "shape": "Ss" } } } @@ -910,19 +1266,23 @@ "namespaceName" ], "members": { + "adminPasswordSecretKmsKeyId": {}, "adminUserPassword": { - "shape": "St" + "shape": "Sz" }, "adminUsername": { - "shape": "Su" + "shape": "S10" }, "defaultIamRoleArn": {}, "iamRoles": { - "shape": "Sv" + "shape": "S11" }, "kmsKeyId": {}, "logExports": { - "shape": "Sx" + "shape": "S13" + }, + "manageAdminPassword": { + "type": "boolean" }, "namespaceName": {} } @@ -934,11 +1294,48 @@ ], "members": { "namespace": { - "shape": "S11" + "shape": "S19" } } } }, + "UpdateScheduledAction": { + "input": { + "type": "structure", + "required": [ + "scheduledActionName" + ], + "members": { + "enabled": { + "type": "boolean" + }, + "endTime": { + "type": "timestamp" + }, + "roleArn": {}, + "schedule": { + "shape": "S1d" + }, + "scheduledActionDescription": {}, + "scheduledActionName": {}, + "startTime": { + "type": "timestamp" + }, + "targetAction": { + "shape": "S1f" + } + } + }, + "output": { + "type": "structure", + "members": { + "scheduledAction": { + "shape": "S1j" + } + } + }, + "idempotent": true + }, "UpdateSnapshot": { "input": { "type": "structure", @@ -961,6 +1358,31 @@ } } }, + "UpdateSnapshotCopyConfiguration": { + "input": { + "type": "structure", + "required": [ + "snapshotCopyConfigurationId" + ], + "members": { + "snapshotCopyConfigurationId": {}, + "snapshotRetentionPeriod": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "snapshotCopyConfiguration" + ], + "members": { + "snapshotCopyConfiguration": { + "shape": "S1q" + } + } + } + }, "UpdateUsageLimit": { "input": { "type": "structure", @@ -979,7 +1401,7 @@ "type": "structure", "members": { "usageLimit": { - "shape": "S1a" + "shape": "S1w" } } } @@ -995,11 +1417,14 @@ "type": "integer" }, "configParameters": { - "shape": "S1c" + "shape": "S1y" }, "enhancedVpcRouting": { "type": "boolean" }, + "maxCapacity": { + "type": "integer" + }, "port": { "type": "integer" }, @@ -1007,10 +1432,10 @@ "type": "boolean" }, "securityGroupIds": { - "shape": "S1h" + "shape": "S22" }, "subnetIds": { - "shape": "Sh" + "shape": "Sn" }, "workgroupName": {} } @@ -1022,7 +1447,7 @@ ], "members": { "workgroup": { - "shape": "S1l" + "shape": "S25" } } } @@ -1055,6 +1480,8 @@ "actualIncrementalBackupSizeInMegaBytes": { "type": "double" }, + "adminPasswordSecretArn": {}, + "adminPasswordSecretKmsKeyId": {}, "adminUsername": {}, "backupProgressInMegaBytes": { "type": "double" @@ -1100,15 +1527,15 @@ "type": "timestamp", "timestampFormat": "iso8601" }, - "Sh": { + "Sn": { "type": "list", "member": {} }, - "Sj": { + "Sp": { "type": "list", "member": {} }, - "Sm": { + "Ss": { "type": "structure", "members": { "address": {}, @@ -1122,10 +1549,10 @@ "type": "integer" }, "subnetIds": { - "shape": "Sh" + "shape": "Sn" }, "vpcEndpoint": { - "shape": "Sn" + "shape": "St" }, "vpcSecurityGroups": { "type": "list", @@ -1140,7 +1567,7 @@ "workgroupName": {} } }, - "Sn": { + "St": { "type": "structure", "members": { "networkInterfaces": { @@ -1159,27 +1586,29 @@ "vpcId": {} } }, - "St": { + "Sz": { "type": "string", "sensitive": true }, - "Su": { + "S10": { "type": "string", "sensitive": true }, - "Sv": { + "S11": { "type": "list", "member": {} }, - "Sx": { + "S13": { "type": "list", "member": {} }, - "S11": { + "S19": { "type": "structure", "members": { + "adminPasswordSecretArn": {}, + "adminPasswordSecretKmsKeyId": {}, "adminUsername": { - "shape": "Su" + "shape": "S10" }, "creationDate": { "shape": "Se" @@ -1187,11 +1616,11 @@ "dbName": {}, "defaultIamRoleArn": {}, "iamRoles": { - "shape": "Sv" + "shape": "S11" }, "kmsKeyId": {}, "logExports": { - "shape": "Sx" + "shape": "S13" }, "namespaceArn": {}, "namespaceId": {}, @@ -1199,7 +1628,82 @@ "status": {} } }, - "S1a": { + "S1d": { + "type": "structure", + "members": { + "at": { + "type": "timestamp" + }, + "cron": {} + }, + "union": true + }, + "S1f": { + "type": "structure", + "members": { + "createSnapshot": { + "type": "structure", + "required": [ + "namespaceName", + "snapshotNamePrefix" + ], + "members": { + "namespaceName": {}, + "retentionPeriod": { + "type": "integer" + }, + "snapshotNamePrefix": {}, + "tags": { + "shape": "S4" + } + } + } + }, + "union": true + }, + "S1j": { + "type": "structure", + "members": { + "endTime": { + "type": "timestamp" + }, + "namespaceName": {}, + "nextInvocations": { + "type": "list", + "member": { + "type": "timestamp" + } + }, + "roleArn": {}, + "schedule": { + "shape": "S1d" + }, + "scheduledActionDescription": {}, + "scheduledActionName": {}, + "scheduledActionUuid": {}, + "startTime": { + "type": "timestamp" + }, + "state": {}, + "targetAction": { + "shape": "S1f" + } + } + }, + "S1q": { + "type": "structure", + "members": { + "destinationKmsKeyId": {}, + "destinationRegion": {}, + "namespaceName": {}, + "snapshotCopyConfigurationArn": {}, + "snapshotCopyConfigurationId": {}, + "snapshotRetentionPeriod": { + "type": "integer" + } + } + }, + "S1w": { "type": "structure", "members": { "amount": { @@ -1213,7 +1717,7 @@ "usageType": {} } }, - "S1c": { + "S1y": { "type": "list", "member": { "type": "structure", @@ -1223,22 +1727,31 @@ } } }, - "S1h": { + "S22": { "type": "list", "member": {} }, - "S1l": { + "S25": { "type": "structure", "members": { "baseCapacity": { "type": "integer" }, "configParameters": { - "shape": "S1c" + "shape": "S1y" }, "creationDate": { "shape": "Se" }, + "crossAccountVpcs": { + "type": "list", + "member": {} + }, + "customDomainCertificateArn": {}, + "customDomainCertificateExpiryTime": { + "shape": "Se" + }, + "customDomainName": {}, "endpoint": { "type": "structure", "members": { @@ -1249,7 +1762,7 @@ "vpcEndpoints": { "type": "list", "member": { - "shape": "Sn" + "shape": "St" } } } @@ -1257,7 +1770,11 @@ "enhancedVpcRouting": { "type": "boolean" }, + "maxCapacity": { + "type": "integer" + }, "namespaceName": {}, + "patchVersion": {}, "port": { "type": "integer" }, @@ -1265,18 +1782,19 @@ "type": "boolean" }, "securityGroupIds": { - "shape": "S1h" + "shape": "S22" }, "status": {}, "subnetIds": { - "shape": "Sh" + "shape": "Sn" }, "workgroupArn": {}, "workgroupId": {}, - "workgroupName": {} + "workgroupName": {}, + "workgroupVersion": {} } }, - "S2b": { + "S33": { "type": "structure", "members": { "namespaceArn": {}, @@ -1291,14 +1809,14 @@ "workgroupName": {} } }, - "S2e": { + "S36": { "type": "structure", "members": { "policy": {}, "resourceArn": {} } }, - "S2j": { + "S3d": { "type": "structure", "members": { "message": {}, @@ -1307,6 +1825,7 @@ "progressInMegaBytes": { "type": "long" }, + "recoveryPointId": {}, "requestTime": { "type": "timestamp" }, diff --git a/iamlivecore/service/rekognition-2016-06-27.min.json b/iamlivecore/service/rekognition-2016-06-27.min.json index 57a0281..5eb0429 100644 --- a/iamlivecore/service/rekognition-2016-06-27.min.json +++ b/iamlivecore/service/rekognition-2016-06-27.min.json @@ -253,7 +253,9 @@ "ProjectName" ], "members": { - "ProjectName": {} + "ProjectName": {}, + "Feature": {}, + "AutoUpdate": {} } }, "output": { @@ -278,15 +280,19 @@ "shape": "S1c" }, "TrainingData": { - "shape": "S24" + "shape": "S26" }, "TestingData": { - "shape": "S27" + "shape": "S29" }, "Tags": { "shape": "S1e" }, - "KmsKeyId": {} + "KmsKeyId": {}, + "VersionDescription": {}, + "FeatureConfig": { + "shape": "S2b" + } } }, "output": { @@ -308,28 +314,28 @@ ], "members": { "Input": { - "shape": "S2a" + "shape": "S2f" }, "Output": { - "shape": "S2d" + "shape": "S2i" }, "Name": {}, "Settings": { - "shape": "S2i" + "shape": "S2n" }, "RoleArn": {}, "Tags": { "shape": "S1e" }, "NotificationChannel": { - "shape": "S2o" + "shape": "S2t" }, "KmsKeyId": {}, "RegionsOfInterest": { - "shape": "S2q" + "shape": "S2v" }, "DataSharingPreference": { - "shape": "S2u" + "shape": "S2z" } } }, @@ -404,7 +410,7 @@ "members": { "CollectionId": {}, "FaceIds": { - "shape": "S34" + "shape": "S39" } } }, @@ -412,7 +418,7 @@ "type": "structure", "members": { "DeletedFaces": { - "shape": "S34" + "shape": "S39" }, "UnsuccessfulFaceDeletions": { "type": "list", @@ -640,13 +646,13 @@ "type": "structure", "members": { "Input": { - "shape": "S24" + "shape": "S26" }, "Output": { - "shape": "S24" + "shape": "S26" }, "Validation": { - "shape": "S48" + "shape": "S4d" } } }, @@ -654,13 +660,13 @@ "type": "structure", "members": { "Input": { - "shape": "S27" + "shape": "S29" }, "Output": { - "shape": "S27" + "shape": "S29" }, "Validation": { - "shape": "S48" + "shape": "S4d" } } }, @@ -687,7 +693,13 @@ "MaxInferenceUnits": { "type": "integer" }, - "SourceProjectVersionArn": {} + "SourceProjectVersionArn": {}, + "VersionDescription": {}, + "Feature": {}, + "BaseModelVersion": {}, + "FeatureConfig": { + "shape": "S2b" + } } } }, @@ -706,6 +718,10 @@ "ProjectNames": { "type": "list", "member": {} + }, + "Features": { + "type": "list", + "member": {} } } }, @@ -737,7 +753,9 @@ "StatusMessageCode": {} } } - } + }, + "Feature": {}, + "AutoUpdate": {} } } }, @@ -769,24 +787,24 @@ "type": "timestamp" }, "Input": { - "shape": "S2a" + "shape": "S2f" }, "Output": { - "shape": "S2d" + "shape": "S2i" }, "RoleArn": {}, "Settings": { - "shape": "S2i" + "shape": "S2n" }, "NotificationChannel": { - "shape": "S2o" + "shape": "S2t" }, "KmsKeyId": {}, "RegionsOfInterest": { - "shape": "S2q" + "shape": "S2v" }, "DataSharingPreference": { - "shape": "S2u" + "shape": "S2z" } } } @@ -824,7 +842,7 @@ "type": "float" }, "Geometry": { - "shape": "S4r" + "shape": "S4x" } } } @@ -843,7 +861,7 @@ "shape": "Sh" }, "Attributes": { - "shape": "S4t" + "shape": "S4z" } } }, @@ -853,7 +871,7 @@ "FaceDetails": { "type": "list", "member": { - "shape": "S4x" + "shape": "S53" } }, "OrientationCorrection": {} @@ -884,7 +902,7 @@ "type": "structure", "members": { "GeneralLabels": { - "shape": "S5d" + "shape": "S5j" }, "ImageProperties": { "type": "structure", @@ -904,7 +922,7 @@ "Labels": { "type": "list", "member": { - "shape": "S5k" + "shape": "S5q" } }, "OrientationCorrection": {}, @@ -913,19 +931,19 @@ "type": "structure", "members": { "Quality": { - "shape": "S5w" + "shape": "S62" }, "DominantColors": { - "shape": "S5n" + "shape": "S5t" }, "Foreground": { "type": "structure", "members": { "Quality": { - "shape": "S5w" + "shape": "S62" }, "DominantColors": { - "shape": "S5n" + "shape": "S5t" } } }, @@ -933,10 +951,10 @@ "type": "structure", "members": { "Quality": { - "shape": "S5w" + "shape": "S62" }, "DominantColors": { - "shape": "S5n" + "shape": "S5t" } } } @@ -977,7 +995,8 @@ } } } - } + }, + "ProjectVersion": {} } }, "output": { @@ -986,7 +1005,7 @@ "ModerationLabels": { "type": "list", "member": { - "shape": "S68" + "shape": "S6f" } }, "ModerationModelVersion": {}, @@ -1002,7 +1021,8 @@ "jsonvalue": true } } - } + }, + "ProjectVersion": {} } } }, @@ -1097,13 +1117,13 @@ "type": "structure", "members": { "PersonsWithRequiredEquipment": { - "shape": "S6s" + "shape": "S6z" }, "PersonsWithoutRequiredEquipment": { - "shape": "S6s" + "shape": "S6z" }, "PersonsIndeterminate": { - "shape": "S6s" + "shape": "S6z" } } } @@ -1124,10 +1144,10 @@ "type": "structure", "members": { "WordFilter": { - "shape": "S6v" + "shape": "S72" }, "RegionsOfInterest": { - "shape": "S2q" + "shape": "S2v" } } } @@ -1139,7 +1159,7 @@ "TextDetections": { "type": "list", "member": { - "shape": "S70" + "shape": "S77" } }, "TextModelVersion": {} @@ -1235,11 +1255,11 @@ "type": "structure", "members": { "Urls": { - "shape": "S7h" + "shape": "S7o" }, "Name": {}, "KnownGender": { - "shape": "S7j" + "shape": "S7q" } } } @@ -1265,7 +1285,7 @@ "JobStatus": {}, "StatusMessage": {}, "VideoMetadata": { - "shape": "S7s" + "shape": "S7z" }, "NextToken": {}, "Celebrities": { @@ -1280,7 +1300,7 @@ "type": "structure", "members": { "Urls": { - "shape": "S7h" + "shape": "S7o" }, "Name": {}, "Id": {}, @@ -1291,10 +1311,10 @@ "shape": "Sq" }, "Face": { - "shape": "S4x" + "shape": "S53" }, "KnownGender": { - "shape": "S7j" + "shape": "S7q" } } } @@ -1303,7 +1323,7 @@ }, "JobId": {}, "Video": { - "shape": "S7y" + "shape": "S85" }, "JobTag": {} } @@ -1331,7 +1351,7 @@ "JobStatus": {}, "StatusMessage": {}, "VideoMetadata": { - "shape": "S7s" + "shape": "S7z" }, "ModerationLabels": { "type": "list", @@ -1342,7 +1362,7 @@ "type": "long" }, "ModerationLabel": { - "shape": "S68" + "shape": "S6f" }, "StartTimestampMillis": { "type": "long" @@ -1360,7 +1380,7 @@ "ModerationModelVersion": {}, "JobId": {}, "Video": { - "shape": "S7y" + "shape": "S85" }, "JobTag": {}, "GetRequestMetadata": { @@ -1393,7 +1413,7 @@ "JobStatus": {}, "StatusMessage": {}, "VideoMetadata": { - "shape": "S7s" + "shape": "S7z" }, "NextToken": {}, "Faces": { @@ -1405,14 +1425,14 @@ "type": "long" }, "Face": { - "shape": "S4x" + "shape": "S53" } } } }, "JobId": {}, "Video": { - "shape": "S7y" + "shape": "S85" }, "JobTag": {} } @@ -1441,12 +1461,12 @@ "type": "float" }, "ReferenceImage": { - "shape": "S8e" + "shape": "S8l" }, "AuditImages": { "type": "list", "member": { - "shape": "S8e" + "shape": "S8l" } } } @@ -1474,7 +1494,7 @@ "StatusMessage": {}, "NextToken": {}, "VideoMetadata": { - "shape": "S7s" + "shape": "S7z" }, "Persons": { "type": "list", @@ -1485,17 +1505,17 @@ "type": "long" }, "Person": { - "shape": "S8m" + "shape": "S8t" }, "FaceMatches": { - "shape": "S8o" + "shape": "S8v" } } } }, "JobId": {}, "Video": { - "shape": "S7y" + "shape": "S85" }, "JobTag": {} } @@ -1523,7 +1543,7 @@ "JobStatus": {}, "StatusMessage": {}, "VideoMetadata": { - "shape": "S7s" + "shape": "S7z" }, "NextToken": {}, "Labels": { @@ -1535,7 +1555,7 @@ "type": "long" }, "Label": { - "shape": "S5k" + "shape": "S5q" }, "StartTimestampMillis": { "type": "long" @@ -1552,7 +1572,7 @@ "LabelModelVersion": {}, "JobId": {}, "Video": { - "shape": "S7y" + "shape": "S85" }, "JobTag": {}, "GetRequestMetadata": { @@ -1565,6 +1585,58 @@ } } }, + "GetMediaAnalysisJob": { + "input": { + "type": "structure", + "required": [ + "JobId" + ], + "members": { + "JobId": {} + } + }, + "output": { + "type": "structure", + "required": [ + "JobId", + "OperationsConfig", + "Status", + "CreationTimestamp", + "Input", + "OutputConfig" + ], + "members": { + "JobId": {}, + "JobName": {}, + "OperationsConfig": { + "shape": "S9c" + }, + "Status": {}, + "FailureDetails": { + "shape": "S9f" + }, + "CreationTimestamp": { + "type": "timestamp" + }, + "CompletionTimestamp": { + "type": "timestamp" + }, + "Input": { + "shape": "S9h" + }, + "OutputConfig": { + "shape": "S9i" + }, + "KmsKeyId": {}, + "Results": { + "shape": "S9k" + }, + "ManifestSummary": { + "shape": "S9l" + } + } + } + }, "GetPersonTracking": { "input": { "type": "structure", @@ -1586,7 +1658,7 @@ "JobStatus": {}, "StatusMessage": {}, "VideoMetadata": { - "shape": "S7s" + "shape": "S7z" }, "NextToken": {}, "Persons": { @@ -1598,14 +1670,14 @@ "type": "long" }, "Person": { - "shape": "S8m" + "shape": "S8t" } } } }, "JobId": {}, "Video": { - "shape": "S7y" + "shape": "S85" }, "JobTag": {} } @@ -1633,7 +1705,7 @@ "VideoMetadata": { "type": "list", "member": { - "shape": "S7s" + "shape": "S7z" } }, "AudioMetadata": { @@ -1717,7 +1789,7 @@ }, "JobId": {}, "Video": { - "shape": "S7y" + "shape": "S85" }, "JobTag": {} } @@ -1743,7 +1815,7 @@ "JobStatus": {}, "StatusMessage": {}, "VideoMetadata": { - "shape": "S7s" + "shape": "S7z" }, "TextDetections": { "type": "list", @@ -1754,7 +1826,7 @@ "type": "long" }, "TextDetection": { - "shape": "S70" + "shape": "S77" } } } @@ -1763,7 +1835,7 @@ "TextModelVersion": {}, "JobId": {}, "Video": { - "shape": "S7y" + "shape": "S85" }, "JobTag": {} } @@ -1783,7 +1855,7 @@ }, "ExternalImageId": {}, "DetectionAttributes": { - "shape": "S4t" + "shape": "S4z" }, "MaxFaces": { "type": "integer" @@ -1800,10 +1872,10 @@ "type": "structure", "members": { "Face": { - "shape": "S8q" + "shape": "S8x" }, "FaceDetail": { - "shape": "S4x" + "shape": "S53" } } } @@ -1820,7 +1892,7 @@ "member": {} }, "FaceDetail": { - "shape": "S4x" + "shape": "S53" } } } @@ -1944,7 +2016,7 @@ }, "UserId": {}, "FaceIds": { - "shape": "S34" + "shape": "S39" } } }, @@ -1954,7 +2026,7 @@ "Faces": { "type": "list", "member": { - "shape": "S8q" + "shape": "S8x" } }, "NextToken": {}, @@ -1962,6 +2034,70 @@ } } }, + "ListMediaAnalysisJobs": { + "input": { + "type": "structure", + "members": { + "NextToken": {}, + "MaxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "required": [ + "MediaAnalysisJobs" + ], + "members": { + "NextToken": {}, + "MediaAnalysisJobs": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "JobId", + "OperationsConfig", + "Status", + "CreationTimestamp", + "Input", + "OutputConfig" + ], + "members": { + "JobId": {}, + "JobName": {}, + "OperationsConfig": { + "shape": "S9c" + }, + "Status": {}, + "FailureDetails": { + "shape": "S9f" + }, + "CreationTimestamp": { + "type": "timestamp" + }, + "CompletionTimestamp": { + "type": "timestamp" + }, + "Input": { + "shape": "S9h" + }, + "OutputConfig": { + "shape": "S9i" + }, + "KmsKeyId": {}, + "Results": { + "shape": "S9k" + }, + "ManifestSummary": { + "shape": "S9l" + } + } + } + } + } + } + }, "ListProjectPolicies": { "input": { "type": "structure", @@ -2121,7 +2257,7 @@ "type": "structure", "members": { "Urls": { - "shape": "S7h" + "shape": "S7o" }, "Name": {}, "Id": {}, @@ -2132,7 +2268,7 @@ "type": "float" }, "KnownGender": { - "shape": "S7j" + "shape": "S7q" } } } @@ -2170,7 +2306,7 @@ "members": { "SearchedFaceId": {}, "FaceMatches": { - "shape": "S8o" + "shape": "S8v" }, "FaceModelVersion": {} } @@ -2207,7 +2343,7 @@ "type": "float" }, "FaceMatches": { - "shape": "S8o" + "shape": "S8v" }, "FaceModelVersion": {} } @@ -2235,7 +2371,7 @@ "type": "structure", "members": { "UserMatches": { - "shape": "Sbi" + "shape": "Sc8" }, "FaceModelVersion": {}, "SearchedFace": { @@ -2278,14 +2414,14 @@ "type": "structure", "members": { "UserMatches": { - "shape": "Sbi" + "shape": "Sc8" }, "FaceModelVersion": {}, "SearchedFace": { "type": "structure", "members": { "FaceDetail": { - "shape": "S4x" + "shape": "S53" } } }, @@ -2295,7 +2431,7 @@ "type": "structure", "members": { "FaceDetails": { - "shape": "S4x" + "shape": "S53" }, "Reasons": { "type": "list", @@ -2315,11 +2451,11 @@ ], "members": { "Video": { - "shape": "S7y" + "shape": "S85" }, "ClientRequestToken": {}, "NotificationChannel": { - "shape": "Sbv" + "shape": "Scl" }, "JobTag": {} } @@ -2340,14 +2476,14 @@ ], "members": { "Video": { - "shape": "S7y" + "shape": "S85" }, "MinConfidence": { "type": "float" }, "ClientRequestToken": {}, "NotificationChannel": { - "shape": "Sbv" + "shape": "Scl" }, "JobTag": {} } @@ -2368,11 +2504,11 @@ ], "members": { "Video": { - "shape": "S7y" + "shape": "S85" }, "ClientRequestToken": {}, "NotificationChannel": { - "shape": "Sbv" + "shape": "Scl" }, "FaceAttributes": {}, "JobTag": {} @@ -2395,7 +2531,7 @@ ], "members": { "Video": { - "shape": "S7y" + "shape": "S85" }, "ClientRequestToken": {}, "FaceMatchThreshold": { @@ -2403,7 +2539,7 @@ }, "CollectionId": {}, "NotificationChannel": { - "shape": "Sbv" + "shape": "Scl" }, "JobTag": {} } @@ -2424,14 +2560,14 @@ ], "members": { "Video": { - "shape": "S7y" + "shape": "S85" }, "ClientRequestToken": {}, "MinConfidence": { "type": "float" }, "NotificationChannel": { - "shape": "Sbv" + "shape": "Scl" }, "JobTag": {}, "Features": { @@ -2442,7 +2578,7 @@ "type": "structure", "members": { "GeneralLabels": { - "shape": "S5d" + "shape": "S5j" } } } @@ -2456,6 +2592,42 @@ }, "idempotent": true }, + "StartMediaAnalysisJob": { + "input": { + "type": "structure", + "required": [ + "OperationsConfig", + "Input", + "OutputConfig" + ], + "members": { + "ClientRequestToken": { + "idempotencyToken": true + }, + "JobName": {}, + "OperationsConfig": { + "shape": "S9c" + }, + "Input": { + "shape": "S9h" + }, + "OutputConfig": { + "shape": "S9i" + }, + "KmsKeyId": {} + } + }, + "output": { + "type": "structure", + "required": [ + "JobId" + ], + "members": { + "JobId": {} + } + }, + "idempotent": true + }, "StartPersonTracking": { "input": { "type": "structure", @@ -2464,11 +2636,11 @@ ], "members": { "Video": { - "shape": "S7y" + "shape": "S85" }, "ClientRequestToken": {}, "NotificationChannel": { - "shape": "Sbv" + "shape": "Scl" }, "JobTag": {} } @@ -2514,11 +2686,11 @@ ], "members": { "Video": { - "shape": "S7y" + "shape": "S85" }, "ClientRequestToken": {}, "NotificationChannel": { - "shape": "Sbv" + "shape": "Scl" }, "JobTag": {}, "Filters": { @@ -2614,21 +2786,21 @@ ], "members": { "Video": { - "shape": "S7y" + "shape": "S85" }, "ClientRequestToken": {}, "NotificationChannel": { - "shape": "Sbv" + "shape": "Scl" }, "JobTag": {}, "Filters": { "type": "structure", "members": { "WordFilter": { - "shape": "S6v" + "shape": "S72" }, "RegionsOfInterest": { - "shape": "S2q" + "shape": "S2v" } } } @@ -2755,7 +2927,7 @@ "type": "structure", "members": { "Labels": { - "shape": "S2l" + "shape": "S2q" }, "MinConfidence": { "type": "float" @@ -2765,10 +2937,10 @@ } }, "RegionsOfInterestForUpdate": { - "shape": "S2q" + "shape": "S2v" }, "DataSharingPreferenceForUpdate": { - "shape": "S2u" + "shape": "S2z" }, "ParametersToDelete": { "type": "list", @@ -2932,15 +3104,15 @@ } } }, - "S24": { + "S26": { "type": "structure", "members": { "Assets": { - "shape": "S25" + "shape": "S27" } } }, - "S25": { + "S27": { "type": "list", "member": { "type": "structure", @@ -2951,18 +3123,31 @@ } } }, - "S27": { + "S29": { "type": "structure", "members": { "Assets": { - "shape": "S25" + "shape": "S27" }, "AutoCreate": { "type": "boolean" } } }, - "S2a": { + "S2b": { + "type": "structure", + "members": { + "ContentModeration": { + "type": "structure", + "members": { + "ConfidenceThreshold": { + "type": "float" + } + } + } + } + }, + "S2f": { "type": "structure", "members": { "KinesisVideoStream": { @@ -2973,7 +3158,7 @@ } } }, - "S2d": { + "S2i": { "type": "structure", "members": { "KinesisDataStream": { @@ -2991,7 +3176,7 @@ } } }, - "S2i": { + "S2n": { "type": "structure", "members": { "FaceSearch": { @@ -3010,7 +3195,7 @@ ], "members": { "Labels": { - "shape": "S2l" + "shape": "S2q" }, "MinConfidence": { "type": "float" @@ -3019,11 +3204,11 @@ } } }, - "S2l": { + "S2q": { "type": "list", "member": {} }, - "S2o": { + "S2t": { "type": "structure", "required": [ "SNSTopicArn" @@ -3032,7 +3217,7 @@ "SNSTopicArn": {} } }, - "S2q": { + "S2v": { "type": "list", "member": { "type": "structure", @@ -3041,12 +3226,12 @@ "shape": "Sq" }, "Polygon": { - "shape": "S2s" + "shape": "S2x" } } } }, - "S2s": { + "S2x": { "type": "list", "member": { "type": "structure", @@ -3060,7 +3245,7 @@ } } }, - "S2u": { + "S2z": { "type": "structure", "required": [ "OptIn" @@ -3071,34 +3256,34 @@ } } }, - "S34": { + "S39": { "type": "list", "member": {} }, - "S48": { + "S4d": { "type": "structure", "members": { "Assets": { - "shape": "S25" + "shape": "S27" } } }, - "S4r": { + "S4x": { "type": "structure", "members": { "BoundingBox": { "shape": "Sq" }, "Polygon": { - "shape": "S2s" + "shape": "S2x" } } }, - "S4t": { + "S4z": { "type": "list", "member": {} }, - "S4x": { + "S53": { "type": "structure", "members": { "BoundingBox": { @@ -3235,28 +3420,28 @@ } } }, - "S5d": { + "S5j": { "type": "structure", "members": { "LabelInclusionFilters": { - "shape": "S5e" + "shape": "S5k" }, "LabelExclusionFilters": { - "shape": "S5e" + "shape": "S5k" }, "LabelCategoryInclusionFilters": { - "shape": "S5e" + "shape": "S5k" }, "LabelCategoryExclusionFilters": { - "shape": "S5e" + "shape": "S5k" } } }, - "S5e": { + "S5k": { "type": "list", "member": {} }, - "S5k": { + "S5q": { "type": "structure", "members": { "Name": {}, @@ -3275,7 +3460,7 @@ "type": "float" }, "DominantColors": { - "shape": "S5n" + "shape": "S5t" } } } @@ -3309,7 +3494,7 @@ } } }, - "S5n": { + "S5t": { "type": "list", "member": { "type": "structure", @@ -3332,7 +3517,7 @@ } } }, - "S5w": { + "S62": { "type": "structure", "members": { "Brightness": { @@ -3346,7 +3531,7 @@ } } }, - "S68": { + "S6f": { "type": "structure", "members": { "Confidence": { @@ -3356,13 +3541,13 @@ "ParentName": {} } }, - "S6s": { + "S6z": { "type": "list", "member": { "type": "integer" } }, - "S6v": { + "S72": { "type": "structure", "members": { "MinConfidence": { @@ -3376,7 +3561,7 @@ } } }, - "S70": { + "S77": { "type": "structure", "members": { "DetectedText": {}, @@ -3391,21 +3576,21 @@ "type": "float" }, "Geometry": { - "shape": "S4r" + "shape": "S4x" } } }, - "S7h": { + "S7o": { "type": "list", "member": {} }, - "S7j": { + "S7q": { "type": "structure", "members": { "Type": {} } }, - "S7s": { + "S7z": { "type": "structure", "members": { "Codec": {}, @@ -3425,7 +3610,7 @@ "ColorRange": {} } }, - "S7y": { + "S85": { "type": "structure", "members": { "S3Object": { @@ -3433,7 +3618,7 @@ } } }, - "S8e": { + "S8l": { "type": "structure", "members": { "Bytes": { @@ -3448,7 +3633,7 @@ } } }, - "S8m": { + "S8t": { "type": "structure", "members": { "Index": { @@ -3458,11 +3643,11 @@ "shape": "Sq" }, "Face": { - "shape": "S4x" + "shape": "S53" } } }, - "S8o": { + "S8v": { "type": "list", "member": { "type": "structure", @@ -3471,12 +3656,12 @@ "type": "float" }, "Face": { - "shape": "S8q" + "shape": "S8x" } } } }, - "S8q": { + "S8x": { "type": "structure", "members": { "FaceId": {}, @@ -3492,7 +3677,65 @@ "UserId": {} } }, - "Sbi": { + "S9c": { + "type": "structure", + "members": { + "DetectModerationLabels": { + "type": "structure", + "members": { + "MinConfidence": { + "type": "float" + }, + "ProjectVersion": {} + } + } + } + }, + "S9f": { + "type": "structure", + "members": { + "Code": {}, + "Message": {} + } + }, + "S9h": { + "type": "structure", + "required": [ + "S3Object" + ], + "members": { + "S3Object": { + "shape": "Sj" + } + } + }, + "S9i": { + "type": "structure", + "required": [ + "S3Bucket" + ], + "members": { + "S3Bucket": {}, + "S3KeyPrefix": {} + } + }, + "S9k": { + "type": "structure", + "members": { + "S3Object": { + "shape": "Sj" + } + } + }, + "S9l": { + "type": "structure", + "members": { + "S3Object": { + "shape": "Sj" + } + } + }, + "Sc8": { "type": "list", "member": { "type": "structure", @@ -3510,7 +3753,7 @@ } } }, - "Sbv": { + "Scl": { "type": "structure", "required": [ "SNSTopicArn", diff --git a/iamlivecore/service/repostspace-2022-05-13.min.json b/iamlivecore/service/repostspace-2022-05-13.min.json new file mode 100644 index 0000000..7b1ad9b --- /dev/null +++ b/iamlivecore/service/repostspace-2022-05-13.min.json @@ -0,0 +1,447 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2022-05-13", + "endpointPrefix": "repostspace", + "jsonVersion": "1.1", + "protocol": "rest-json", + "serviceFullName": "AWS re:Post Private", + "serviceId": "repostspace", + "signatureVersion": "v4", + "signingName": "repostspace", + "uid": "repostspace-2022-05-13" + }, + "operations": { + "CreateSpace": { + "http": { + "requestUri": "/spaces", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "name", + "subdomain", + "tier" + ], + "members": { + "description": { + "shape": "S2" + }, + "name": { + "shape": "S3" + }, + "roleArn": {}, + "subdomain": {}, + "tags": { + "shape": "S6" + }, + "tier": {}, + "userKMSKey": {} + } + }, + "output": { + "type": "structure", + "required": [ + "spaceId" + ], + "members": { + "spaceId": {} + } + }, + "idempotent": true + }, + "DeleteSpace": { + "http": { + "method": "DELETE", + "requestUri": "/spaces/{spaceId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "spaceId" + ], + "members": { + "spaceId": { + "location": "uri", + "locationName": "spaceId" + } + } + }, + "idempotent": true + }, + "DeregisterAdmin": { + "http": { + "method": "DELETE", + "requestUri": "/spaces/{spaceId}/admins/{adminId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "adminId", + "spaceId" + ], + "members": { + "adminId": { + "location": "uri", + "locationName": "adminId" + }, + "spaceId": { + "location": "uri", + "locationName": "spaceId" + } + } + }, + "idempotent": true + }, + "GetSpace": { + "http": { + "method": "GET", + "requestUri": "/spaces/{spaceId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "spaceId" + ], + "members": { + "spaceId": { + "location": "uri", + "locationName": "spaceId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "arn", + "clientId", + "configurationStatus", + "createDateTime", + "name", + "randomDomain", + "spaceId", + "status", + "storageLimit", + "tier", + "vanityDomain", + "vanityDomainStatus" + ], + "members": { + "arn": {}, + "clientId": {}, + "configurationStatus": {}, + "contentSize": { + "type": "long" + }, + "createDateTime": { + "shape": "Sl" + }, + "customerRoleArn": {}, + "deleteDateTime": { + "shape": "Sl" + }, + "description": { + "shape": "S2" + }, + "groupAdmins": { + "type": "list", + "member": {} + }, + "name": { + "shape": "S3" + }, + "randomDomain": {}, + "spaceId": {}, + "status": {}, + "storageLimit": { + "type": "long" + }, + "tier": {}, + "userAdmins": { + "type": "list", + "member": {} + }, + "userCount": { + "type": "integer" + }, + "userKMSKey": {}, + "vanityDomain": {}, + "vanityDomainStatus": {} + } + } + }, + "ListSpaces": { + "http": { + "method": "GET", + "requestUri": "/spaces", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "required": [ + "spaces" + ], + "members": { + "nextToken": {}, + "spaces": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "arn", + "configurationStatus", + "createDateTime", + "name", + "randomDomain", + "spaceId", + "status", + "storageLimit", + "tier", + "vanityDomain", + "vanityDomainStatus" + ], + "members": { + "arn": {}, + "configurationStatus": {}, + "contentSize": { + "type": "long" + }, + "createDateTime": { + "shape": "Sl" + }, + "deleteDateTime": { + "shape": "Sl" + }, + "description": { + "shape": "S2" + }, + "name": { + "shape": "S3" + }, + "randomDomain": {}, + "spaceId": {}, + "status": {}, + "storageLimit": { + "type": "long" + }, + "tier": {}, + "userCount": { + "type": "integer" + }, + "userKMSKey": {}, + "vanityDomain": {}, + "vanityDomainStatus": {} + } + } + } + } + } + }, + "ListTagsForResource": { + "http": { + "method": "GET", + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + } + } + }, + "output": { + "type": "structure", + "members": { + "tags": { + "shape": "S6" + } + } + } + }, + "RegisterAdmin": { + "http": { + "requestUri": "/spaces/{spaceId}/admins/{adminId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "adminId", + "spaceId" + ], + "members": { + "adminId": { + "location": "uri", + "locationName": "adminId" + }, + "spaceId": { + "location": "uri", + "locationName": "spaceId" + } + } + }, + "idempotent": true + }, + "SendInvites": { + "http": { + "requestUri": "/spaces/{spaceId}/invite", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "accessorIds", + "body", + "spaceId", + "title" + ], + "members": { + "accessorIds": { + "type": "list", + "member": {} + }, + "body": { + "type": "string", + "sensitive": true + }, + "spaceId": { + "location": "uri", + "locationName": "spaceId" + }, + "title": { + "type": "string", + "sensitive": true + } + } + }, + "idempotent": true + }, + "TagResource": { + "http": { + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn", + "tags" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + }, + "tags": { + "shape": "S6" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "UntagResource": { + "http": { + "method": "DELETE", + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn", + "tagKeys" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + }, + "tagKeys": { + "location": "querystring", + "locationName": "tagKeys", + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "UpdateSpace": { + "http": { + "method": "PUT", + "requestUri": "/spaces/{spaceId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "spaceId" + ], + "members": { + "description": { + "shape": "S2" + }, + "roleArn": {}, + "spaceId": { + "location": "uri", + "locationName": "spaceId" + }, + "tier": {} + } + }, + "idempotent": true + } + }, + "shapes": { + "S2": { + "type": "string", + "sensitive": true + }, + "S3": { + "type": "string", + "sensitive": true + }, + "S6": { + "type": "map", + "key": {}, + "value": {}, + "sensitive": true + }, + "Sl": { + "type": "timestamp", + "timestampFormat": "iso8601" + } + } +} \ No newline at end of file diff --git a/iamlivecore/service/resiliencehub-2020-04-30.min.json b/iamlivecore/service/resiliencehub-2020-04-30.min.json index af22822..c79bc14 100644 --- a/iamlivecore/service/resiliencehub-2020-04-30.min.json +++ b/iamlivecore/service/resiliencehub-2020-04-30.min.json @@ -188,7 +188,7 @@ ], "members": { "additionalInfo": { - "shape": "S1f" + "shape": "S1g" }, "appArn": {}, "clientToken": { @@ -208,7 +208,7 @@ "members": { "appArn": {}, "appComponent": { - "shape": "S1k" + "shape": "S1l" }, "appVersion": {} } @@ -230,11 +230,11 @@ ], "members": { "additionalInfo": { - "shape": "S1f" + "shape": "S1g" }, "appArn": {}, "appComponents": { - "shape": "S1m" + "shape": "S1n" }, "awsAccountId": {}, "awsRegion": {}, @@ -242,7 +242,7 @@ "idempotencyToken": true }, "logicalResourceId": { - "shape": "S1n" + "shape": "S1o" }, "physicalResourceId": {}, "resourceName": {}, @@ -259,7 +259,7 @@ "appArn": {}, "appVersion": {}, "physicalResource": { - "shape": "S1q" + "shape": "S1r" } } } @@ -284,10 +284,10 @@ "format": {}, "name": {}, "recommendationIds": { - "shape": "S1v" + "shape": "S1w" }, "recommendationTypes": { - "shape": "S1x" + "shape": "S1y" }, "tags": { "shape": "S14" @@ -298,7 +298,7 @@ "type": "structure", "members": { "recommendationTemplate": { - "shape": "S20" + "shape": "S21" } } } @@ -321,7 +321,7 @@ }, "dataLocationConstraint": {}, "policy": { - "shape": "S25" + "shape": "S26" }, "policyDescription": {}, "policyName": {}, @@ -338,7 +338,7 @@ ], "members": { "policy": { - "shape": "S2b" + "shape": "S2c" } } } @@ -418,11 +418,11 @@ "idempotencyToken": true }, "eksSourceClusterNamespace": { - "shape": "S2j" + "shape": "S2k" }, "sourceArn": {}, "terraformSource": { - "shape": "S2l" + "shape": "S2m" } } }, @@ -431,7 +431,7 @@ "members": { "appArn": {}, "appInputSource": { - "shape": "S2o" + "shape": "S2p" } } } @@ -464,7 +464,7 @@ "members": { "appArn": {}, "appComponent": { - "shape": "S1k" + "shape": "S1l" }, "appVersion": {} } @@ -488,7 +488,7 @@ "idempotencyToken": true }, "logicalResourceId": { - "shape": "S1n" + "shape": "S1o" }, "physicalResourceId": {}, "resourceName": {} @@ -504,7 +504,7 @@ "appArn": {}, "appVersion": {}, "physicalResource": { - "shape": "S1q" + "shape": "S1r" } } } @@ -612,7 +612,7 @@ ], "members": { "assessment": { - "shape": "S32" + "shape": "S33" } } } @@ -641,7 +641,7 @@ ], "members": { "additionalInfo": { - "shape": "S1f" + "shape": "S1g" }, "appArn": {}, "appVersion": {} @@ -675,7 +675,7 @@ "members": { "appArn": {}, "appComponent": { - "shape": "S1k" + "shape": "S1l" }, "appVersion": {} } @@ -698,7 +698,7 @@ "awsAccountId": {}, "awsRegion": {}, "logicalResourceId": { - "shape": "S1n" + "shape": "S1o" }, "physicalResourceId": {}, "resourceName": {} @@ -714,7 +714,7 @@ "appArn": {}, "appVersion": {}, "physicalResource": { - "shape": "S1q" + "shape": "S1r" } } } @@ -837,7 +837,7 @@ ], "members": { "policy": { - "shape": "S2b" + "shape": "S2c" } } } @@ -855,14 +855,14 @@ "members": { "appArn": {}, "eksSources": { - "shape": "S3y" + "shape": "S43" }, "importStrategy": {}, "sourceArns": { - "shape": "S42" + "shape": "S47" }, "terraformSources": { - "shape": "S43" + "shape": "S48" } } }, @@ -877,14 +877,14 @@ "appArn": {}, "appVersion": {}, "eksSources": { - "shape": "S3y" + "shape": "S43" }, "sourceArns": { - "shape": "S42" + "shape": "S47" }, "status": {}, "terraformSources": { - "shape": "S43" + "shape": "S48" } } } @@ -929,15 +929,16 @@ "deprecatedMessage": "An alarm recommendation can be attached to multiple Application Components, hence this property will be replaced by the new property 'appComponentNames'." }, "appComponentNames": { - "shape": "S1m" + "shape": "S1n" }, "description": {}, "items": { - "shape": "S4c" + "shape": "S4h" }, "name": {}, "prerequisite": {}, "recommendationId": {}, + "recommendationStatus": {}, "referenceId": {}, "type": {} } @@ -978,7 +979,7 @@ "members": { "actualReferenceId": {}, "actualValue": { - "shape": "S33" + "shape": "S34" }, "appId": {}, "appVersion": {}, @@ -988,7 +989,7 @@ "entityType": {}, "expectedReferenceId": {}, "expectedValue": { - "shape": "S33" + "shape": "S34" } } } @@ -1066,7 +1067,7 @@ "assessmentStatus": {}, "complianceStatus": {}, "cost": { - "shape": "S36" + "shape": "S37" }, "driftStatus": {}, "endTime": { @@ -1119,14 +1120,14 @@ "members": { "appComponentName": {}, "compliance": { - "shape": "S33" + "shape": "S34" }, "cost": { - "shape": "S36" + "shape": "S37" }, "message": {}, "resiliencyScore": { - "shape": "S3b" + "shape": "S3c" }, "status": {} } @@ -1183,10 +1184,10 @@ "members": { "appComponentName": {}, "compliance": { - "shape": "S33" + "shape": "S34" }, "cost": { - "shape": "S36" + "shape": "S37" }, "description": {}, "haArchitecture": {}, @@ -1258,7 +1259,7 @@ "appInputSources": { "type": "list", "member": { - "shape": "S2o" + "shape": "S2p" } }, "nextToken": {} @@ -1294,7 +1295,7 @@ "members": { "appArn": {}, "appComponents": { - "shape": "S1r" + "shape": "S1s" }, "appVersion": {}, "nextToken": {} @@ -1366,7 +1367,7 @@ "physicalResources": { "type": "list", "member": { - "shape": "S1q" + "shape": "S1r" } }, "resolutionId": {} @@ -1439,6 +1440,11 @@ "location": "querystring", "locationName": "appArn" }, + "fromLastAssessmentTime": { + "location": "querystring", + "locationName": "fromLastAssessmentTime", + "type": "timestamp" + }, "maxResults": { "location": "querystring", "locationName": "maxResults", @@ -1451,6 +1457,16 @@ "nextToken": { "location": "querystring", "locationName": "nextToken" + }, + "reverseOrder": { + "location": "querystring", + "locationName": "reverseOrder", + "type": "boolean" + }, + "toLastAssessmentTime": { + "location": "querystring", + "locationName": "toLastAssessmentTime", + "type": "timestamp" } } }, @@ -1478,10 +1494,19 @@ }, "description": {}, "driftStatus": {}, + "lastAppComplianceEvaluationTime": { + "type": "timestamp" + }, "name": {}, "resiliencyScore": { "type": "double" }, + "rpoInSecs": { + "type": "integer" + }, + "rtoInSecs": { + "type": "integer" + }, "status": {} } } @@ -1543,7 +1568,7 @@ "recommendationTemplates": { "type": "list", "member": { - "shape": "S20" + "shape": "S21" } } } @@ -1581,7 +1606,7 @@ "members": { "nextToken": {}, "resiliencyPolicies": { - "shape": "S5v" + "shape": "S61" } } } @@ -1624,11 +1649,12 @@ "appComponentName": {}, "description": {}, "items": { - "shape": "S4c" + "shape": "S4h" }, "name": {}, "prerequisite": {}, "recommendationId": {}, + "recommendationStatus": {}, "referenceId": {}, "serviceType": {} } @@ -1665,7 +1691,7 @@ "members": { "nextToken": {}, "resiliencyPolicies": { - "shape": "S5v" + "shape": "S61" } } } @@ -1738,11 +1764,12 @@ "description": {}, "intent": {}, "items": { - "shape": "S4c" + "shape": "S4h" }, "name": {}, "prerequisite": {}, "recommendationId": {}, + "recommendationStatus": {}, "referenceId": {}, "risk": {}, "type": {} @@ -1793,7 +1820,7 @@ ], "members": { "logicalResourceId": { - "shape": "S1n" + "shape": "S1o" }, "physicalResourceId": { "shape": "S8" @@ -1873,22 +1900,22 @@ "members": { "appArn": {}, "appRegistryAppNames": { - "shape": "S6m" + "shape": "S6s" }, "eksSourceNames": { - "shape": "S6n" + "shape": "S6t" }, "logicalStackNames": { - "shape": "S6n" + "shape": "S6t" }, "resourceGroupNames": { - "shape": "S6m" + "shape": "S6s" }, "resourceNames": { - "shape": "S6m" + "shape": "S6s" }, "terraformSourceNames": { - "shape": "S6n" + "shape": "S6t" } } }, @@ -1963,7 +1990,7 @@ ], "members": { "assessment": { - "shape": "S32" + "shape": "S33" } } } @@ -2075,7 +2102,7 @@ ], "members": { "additionalInfo": { - "shape": "S1f" + "shape": "S1g" }, "appArn": {} } @@ -2088,7 +2115,7 @@ ], "members": { "additionalInfo": { - "shape": "S1f" + "shape": "S1g" }, "appArn": {}, "appVersion": {} @@ -2108,7 +2135,7 @@ ], "members": { "additionalInfo": { - "shape": "S1f" + "shape": "S1g" }, "appArn": {}, "id": {}, @@ -2125,7 +2152,7 @@ "members": { "appArn": {}, "appComponent": { - "shape": "S1k" + "shape": "S1l" }, "appVersion": {} } @@ -2143,11 +2170,11 @@ ], "members": { "additionalInfo": { - "shape": "S1f" + "shape": "S1g" }, "appArn": {}, "appComponents": { - "shape": "S1m" + "shape": "S1n" }, "awsAccountId": {}, "awsRegion": {}, @@ -2155,7 +2182,7 @@ "type": "boolean" }, "logicalResourceId": { - "shape": "S1n" + "shape": "S1o" }, "physicalResourceId": {}, "resourceName": {}, @@ -2172,7 +2199,7 @@ "appArn": {}, "appVersion": {}, "physicalResource": { - "shape": "S1q" + "shape": "S1r" } } } @@ -2190,7 +2217,7 @@ "members": { "dataLocationConstraint": {}, "policy": { - "shape": "S25" + "shape": "S26" }, "policyArn": {}, "policyDescription": {}, @@ -2205,7 +2232,7 @@ ], "members": { "policy": { - "shape": "S2b" + "shape": "S2c" } } } @@ -2326,13 +2353,19 @@ "resiliencyScore": { "type": "double" }, + "rpoInSecs": { + "type": "integer" + }, + "rtoInSecs": { + "type": "integer" + }, "status": {}, "tags": { "shape": "S14" } } }, - "S1f": { + "S1g": { "type": "map", "key": {}, "value": { @@ -2340,7 +2373,7 @@ "member": {} } }, - "S1k": { + "S1l": { "type": "structure", "required": [ "name", @@ -2348,18 +2381,18 @@ ], "members": { "additionalInfo": { - "shape": "S1f" + "shape": "S1g" }, "id": {}, "name": {}, "type": {} } }, - "S1m": { + "S1n": { "type": "list", "member": {} }, - "S1n": { + "S1o": { "type": "structure", "required": [ "identifier" @@ -2372,7 +2405,7 @@ "terraformSourceName": {} } }, - "S1q": { + "S1r": { "type": "structure", "required": [ "logicalResourceId", @@ -2381,16 +2414,16 @@ ], "members": { "additionalInfo": { - "shape": "S1f" + "shape": "S1g" }, "appComponents": { - "shape": "S1r" + "shape": "S1s" }, "excluded": { "type": "boolean" }, "logicalResourceId": { - "shape": "S1n" + "shape": "S1o" }, "parentResourceName": {}, "physicalResourceId": { @@ -2401,21 +2434,21 @@ "sourceType": {} } }, - "S1r": { + "S1s": { "type": "list", "member": { - "shape": "S1k" + "shape": "S1l" } }, - "S1v": { + "S1w": { "type": "list", "member": {} }, - "S1x": { + "S1y": { "type": "list", "member": {} }, - "S20": { + "S21": { "type": "structure", "required": [ "assessmentArn", @@ -2438,11 +2471,11 @@ "type": "boolean" }, "recommendationIds": { - "shape": "S1v" + "shape": "S1w" }, "recommendationTemplateArn": {}, "recommendationTypes": { - "shape": "S1x" + "shape": "S1y" }, "startTime": { "type": "timestamp" @@ -2460,7 +2493,7 @@ } } }, - "S25": { + "S26": { "type": "map", "key": {}, "value": { @@ -2479,7 +2512,7 @@ } } }, - "S2b": { + "S2c": { "type": "structure", "members": { "creationTime": { @@ -2488,7 +2521,7 @@ "dataLocationConstraint": {}, "estimatedCostTier": {}, "policy": { - "shape": "S25" + "shape": "S26" }, "policyArn": {}, "policyDescription": {}, @@ -2499,7 +2532,7 @@ "tier": {} } }, - "S2j": { + "S2k": { "type": "structure", "required": [ "eksClusterArn", @@ -2510,7 +2543,7 @@ "namespace": {} } }, - "S2l": { + "S2m": { "type": "structure", "required": [ "s3StateFileUrl" @@ -2519,14 +2552,14 @@ "s3StateFileUrl": {} } }, - "S2o": { + "S2p": { "type": "structure", "required": [ "importType" ], "members": { "eksSourceClusterNamespace": { - "shape": "S2j" + "shape": "S2k" }, "importType": {}, "resourceCount": { @@ -2535,11 +2568,11 @@ "sourceArn": {}, "sourceName": {}, "terraformSource": { - "shape": "S2l" + "shape": "S2m" } } }, - "S32": { + "S33": { "type": "structure", "required": [ "assessmentArn", @@ -2553,11 +2586,11 @@ "assessmentName": {}, "assessmentStatus": {}, "compliance": { - "shape": "S33" + "shape": "S34" }, "complianceStatus": {}, "cost": { - "shape": "S36" + "shape": "S37" }, "driftStatus": {}, "endTime": { @@ -2566,10 +2599,10 @@ "invoker": {}, "message": {}, "policy": { - "shape": "S2b" + "shape": "S2c" }, "resiliencyScore": { - "shape": "S3b" + "shape": "S3c" }, "resourceErrorsDetails": { "type": "structure", @@ -2599,7 +2632,7 @@ "versionName": {} } }, - "S33": { + "S34": { "type": "map", "key": {}, "value": { @@ -2629,7 +2662,7 @@ } } }, - "S36": { + "S37": { "type": "structure", "required": [ "amount", @@ -2644,13 +2677,34 @@ "frequency": {} } }, - "S3b": { + "S3c": { "type": "structure", "required": [ "disruptionScore", "score" ], "members": { + "componentScore": { + "type": "map", + "key": {}, + "value": { + "type": "structure", + "members": { + "excludedCount": { + "type": "long" + }, + "outstandingCount": { + "type": "long" + }, + "possibleScore": { + "type": "double" + }, + "score": { + "type": "double" + } + } + } + }, "disruptionScore": { "type": "map", "key": {}, @@ -2663,7 +2717,7 @@ } } }, - "S3y": { + "S43": { "type": "list", "member": { "type": "structure", @@ -2680,17 +2734,17 @@ } } }, - "S42": { + "S47": { "type": "list", "member": {} }, - "S43": { + "S48": { "type": "list", "member": { - "shape": "S2l" + "shape": "S2m" } }, - "S4c": { + "S4h": { "type": "list", "member": { "type": "structure", @@ -2708,17 +2762,17 @@ } } }, - "S5v": { + "S61": { "type": "list", "member": { - "shape": "S2b" + "shape": "S2c" } }, - "S6m": { + "S6s": { "type": "list", "member": {} }, - "S6n": { + "S6t": { "type": "list", "member": {} } diff --git a/iamlivecore/service/resource-explorer-2-2022-07-28.min.json b/iamlivecore/service/resource-explorer-2-2022-07-28.min.json index 15c5792..262507e 100644 --- a/iamlivecore/service/resource-explorer-2-2022-07-28.min.json +++ b/iamlivecore/service/resource-explorer-2-2022-07-28.min.json @@ -122,6 +122,7 @@ "IncludedProperties": { "shape": "Se" }, + "Scope": {}, "Tags": { "shape": "Sj" }, @@ -192,6 +193,27 @@ }, "idempotent": true }, + "GetAccountLevelServiceConfiguration": { + "http": { + "requestUri": "/GetAccountLevelServiceConfiguration", + "responseCode": 200 + }, + "output": { + "type": "structure", + "members": { + "OrgConfiguration": { + "type": "structure", + "required": [ + "AWSServiceAccessStatus" + ], + "members": { + "AWSServiceAccessStatus": {}, + "ServiceLinkedRole": {} + } + } + } + } + }, "GetDefaultView": { "http": { "requestUri": "/GetDefaultView", @@ -220,10 +242,10 @@ "shape": "Sh" }, "ReplicatingFrom": { - "shape": "Sx" + "shape": "S11" }, "ReplicatingTo": { - "shape": "Sx" + "shape": "S11" }, "State": {}, "Tags": { @@ -296,6 +318,46 @@ } } }, + "ListIndexesForMembers": { + "http": { + "requestUri": "/ListIndexesForMembers", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "AccountIdList" + ], + "members": { + "AccountIdList": { + "type": "list", + "member": {} + }, + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "Indexes": { + "type": "list", + "member": { + "type": "structure", + "members": { + "AccountId": {}, + "Arn": {}, + "Region": {}, + "Type": {} + } + } + }, + "NextToken": {} + } + } + }, "ListSupportedResourceTypes": { "http": { "requestUri": "/ListSupportedResourceTypes", @@ -500,7 +562,8 @@ "location": "querystring", "locationName": "tagKeys", "type": "list", - "member": {} + "member": {}, + "sensitive": true } } }, @@ -614,9 +677,10 @@ "Sj": { "type": "map", "key": {}, - "value": {} + "value": {}, + "sensitive": true }, - "Sx": { + "S11": { "type": "list", "member": {} } diff --git a/iamlivecore/service/route53-2013-04-01.min.json b/iamlivecore/service/route53-2013-04-01.min.json index 952d638..f484ec0 100644 --- a/iamlivecore/service/route53-2013-04-01.min.json +++ b/iamlivecore/service/route53-2013-04-01.min.json @@ -1820,6 +1820,10 @@ "DelegationSetId": { "location": "querystring", "locationName": "delegationsetid" + }, + "HostedZoneType": { + "location": "querystring", + "locationName": "hostedzonetype" } } }, @@ -1833,7 +1837,7 @@ ], "members": { "HostedZones": { - "shape": "S7c" + "shape": "S7d" }, "Marker": {}, "IsTruncated": { @@ -1875,7 +1879,7 @@ ], "members": { "HostedZones": { - "shape": "S7c" + "shape": "S7d" }, "DNSName": {}, "HostedZoneId": {}, @@ -2122,7 +2126,7 @@ ], "members": { "ResourceTagSet": { - "shape": "S7x" + "shape": "S7y" } } } @@ -2163,7 +2167,7 @@ "ResourceTagSets": { "type": "list", "member": { - "shape": "S7x", + "shape": "S7y", "locationName": "ResourceTagSet" } } @@ -2265,7 +2269,7 @@ ], "members": { "TrafficPolicyInstances": { - "shape": "S88" + "shape": "S89" }, "HostedZoneIdMarker": {}, "TrafficPolicyInstanceNameMarker": {}, @@ -2315,7 +2319,7 @@ ], "members": { "TrafficPolicyInstances": { - "shape": "S88" + "shape": "S89" }, "TrafficPolicyInstanceNameMarker": {}, "TrafficPolicyInstanceTypeMarker": {}, @@ -2374,7 +2378,7 @@ ], "members": { "TrafficPolicyInstances": { - "shape": "S88" + "shape": "S89" }, "HostedZoneIdMarker": {}, "TrafficPolicyInstanceNameMarker": {}, @@ -3157,14 +3161,14 @@ "locationName": "VPC" } }, - "S7c": { + "S7d": { "type": "list", "member": { "shape": "S37", "locationName": "HostedZone" } }, - "S7x": { + "S7y": { "type": "structure", "members": { "ResourceType": {}, @@ -3174,7 +3178,7 @@ } } }, - "S88": { + "S89": { "type": "list", "member": { "shape": "S40", diff --git a/iamlivecore/service/route53-recovery-cluster-2019-12-02.min.json b/iamlivecore/service/route53-recovery-cluster-2019-12-02.min.json index 697a2fb..93b7bcf 100644 --- a/iamlivecore/service/route53-recovery-cluster-2019-12-02.min.json +++ b/iamlivecore/service/route53-recovery-cluster-2019-12-02.min.json @@ -62,7 +62,8 @@ "ControlPanelName": {}, "RoutingControlArn": {}, "RoutingControlName": {}, - "RoutingControlState": {} + "RoutingControlState": {}, + "Owner": {} } } }, @@ -81,7 +82,7 @@ "RoutingControlArn": {}, "RoutingControlState": {}, "SafetyRulesToOverride": { - "shape": "Se" + "shape": "Sf" } } }, @@ -112,7 +113,7 @@ } }, "SafetyRulesToOverride": { - "shape": "Se" + "shape": "Sf" } } }, @@ -123,7 +124,7 @@ } }, "shapes": { - "Se": { + "Sf": { "type": "list", "member": {} } diff --git a/iamlivecore/service/route53-recovery-control-config-2020-11-02.min.json b/iamlivecore/service/route53-recovery-control-config-2020-11-02.min.json index 1ff2cef..cf616fd 100644 --- a/iamlivecore/service/route53-recovery-control-config-2020-11-02.min.json +++ b/iamlivecore/service/route53-recovery-control-config-2020-11-02.min.json @@ -66,7 +66,7 @@ "type": "structure", "members": { "ControlPanel": { - "shape": "Sg" + "shape": "Sh" } } } @@ -95,7 +95,7 @@ "type": "structure", "members": { "RoutingControl": { - "shape": "Sl" + "shape": "Sm" } } } @@ -112,12 +112,12 @@ "type": "structure", "members": { "AssertedControls": { - "shape": "So" + "shape": "Sp" }, "ControlPanelArn": {}, "Name": {}, "RuleConfig": { - "shape": "Sp" + "shape": "Sq" }, "WaitPeriodMs": { "type": "integer" @@ -139,14 +139,14 @@ "members": { "ControlPanelArn": {}, "GatingControls": { - "shape": "So" + "shape": "Sp" }, "Name": {}, "RuleConfig": { - "shape": "Sp" + "shape": "Sq" }, "TargetControls": { - "shape": "So" + "shape": "Sp" }, "WaitPeriodMs": { "type": "integer" @@ -170,10 +170,10 @@ "type": "structure", "members": { "AssertionRule": { - "shape": "St" + "shape": "Su" }, "GatingRule": { - "shape": "Su" + "shape": "Sv" } } } @@ -319,7 +319,7 @@ "type": "structure", "members": { "ControlPanel": { - "shape": "Sg" + "shape": "Sh" } } } @@ -346,7 +346,7 @@ "type": "structure", "members": { "RoutingControl": { - "shape": "Sl" + "shape": "Sm" } } } @@ -373,14 +373,39 @@ "type": "structure", "members": { "AssertionRule": { - "shape": "St" + "shape": "Su" }, "GatingRule": { - "shape": "Su" + "shape": "Sv" } } } }, + "GetResourcePolicy": { + "http": { + "method": "GET", + "requestUri": "/resourcePolicy/{ResourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "ResourceArn": { + "location": "uri", + "locationName": "ResourceArn" + } + }, + "required": [ + "ResourceArn" + ] + }, + "output": { + "type": "structure", + "members": { + "Policy": {} + } + } + }, "ListAssociatedRoute53HealthChecks": { "http": { "method": "GET", @@ -482,7 +507,7 @@ "ControlPanels": { "type": "list", "member": { - "shape": "Sg" + "shape": "Sh" } }, "NextToken": {} @@ -523,7 +548,7 @@ "RoutingControls": { "type": "list", "member": { - "shape": "Sl" + "shape": "Sm" } } } @@ -566,10 +591,10 @@ "type": "structure", "members": { "ASSERTION": { - "shape": "St" + "shape": "Su" }, "GATING": { - "shape": "Su" + "shape": "Sv" } } } @@ -681,7 +706,7 @@ "type": "structure", "members": { "ControlPanel": { - "shape": "Sg" + "shape": "Sh" } } } @@ -707,7 +732,7 @@ "type": "structure", "members": { "RoutingControl": { - "shape": "Sl" + "shape": "Sm" } } } @@ -757,10 +782,10 @@ "type": "structure", "members": { "AssertionRule": { - "shape": "St" + "shape": "Su" }, "GatingRule": { - "shape": "Su" + "shape": "Sv" } } } @@ -787,10 +812,11 @@ } }, "Name": {}, - "Status": {} + "Status": {}, + "Owner": {} } }, - "Sg": { + "Sh": { "type": "structure", "members": { "ClusterArn": {}, @@ -802,23 +828,25 @@ "RoutingControlCount": { "type": "integer" }, - "Status": {} + "Status": {}, + "Owner": {} } }, - "Sl": { + "Sm": { "type": "structure", "members": { "ControlPanelArn": {}, "Name": {}, "RoutingControlArn": {}, - "Status": {} + "Status": {}, + "Owner": {} } }, - "So": { + "Sp": { "type": "list", "member": {} }, - "Sp": { + "Sq": { "type": "structure", "members": { "Inverted": { @@ -835,22 +863,23 @@ "Threshold" ] }, - "St": { + "Su": { "type": "structure", "members": { "AssertedControls": { - "shape": "So" + "shape": "Sp" }, "ControlPanelArn": {}, "Name": {}, "RuleConfig": { - "shape": "Sp" + "shape": "Sq" }, "SafetyRuleArn": {}, "Status": {}, "WaitPeriodMs": { "type": "integer" - } + }, + "Owner": {} }, "required": [ "Status", @@ -862,25 +891,26 @@ "Name" ] }, - "Su": { + "Sv": { "type": "structure", "members": { "ControlPanelArn": {}, "GatingControls": { - "shape": "So" + "shape": "Sp" }, "Name": {}, "RuleConfig": { - "shape": "Sp" + "shape": "Sq" }, "SafetyRuleArn": {}, "Status": {}, "TargetControls": { - "shape": "So" + "shape": "Sp" }, "WaitPeriodMs": { "type": "integer" - } + }, + "Owner": {} }, "required": [ "Status", diff --git a/iamlivecore/service/runtime.lex.v2-2020-08-07.min.json b/iamlivecore/service/runtime.lex.v2-2020-08-07.min.json index 5757714..d6f23bc 100644 --- a/iamlivecore/service/runtime.lex.v2-2020-08-07.min.json +++ b/iamlivecore/service/runtime.lex.v2-2020-08-07.min.json @@ -101,7 +101,7 @@ "shape": "Sl" }, "sessionState": { - "shape": "S11" + "shape": "S12" } } } @@ -140,10 +140,10 @@ "shape": "Sa" }, "sessionState": { - "shape": "S11" + "shape": "S12" }, "requestAttributes": { - "shape": "S1e" + "shape": "S1f" }, "responseContentType": { "location": "header", @@ -175,7 +175,7 @@ "locationName": "x-amz-lex-session-id" }, "audioStream": { - "shape": "S1q" + "shape": "S1r" } }, "payload": "audioStream" @@ -215,10 +215,10 @@ "shape": "Sc" }, "sessionState": { - "shape": "S11" + "shape": "S12" }, "requestAttributes": { - "shape": "S1e" + "shape": "S1f" } } }, @@ -229,13 +229,13 @@ "shape": "Sa" }, "sessionState": { - "shape": "S11" + "shape": "S12" }, "interpretations": { "shape": "Sl" }, "requestAttributes": { - "shape": "S1e" + "shape": "S1f" }, "sessionId": {}, "recognizedBotMember": { @@ -282,12 +282,12 @@ "locationName": "sessionId" }, "sessionState": { - "shape": "S1v", + "shape": "S1w", "location": "header", "locationName": "x-amz-lex-session-state" }, "requestAttributes": { - "shape": "S1v", + "shape": "S1w", "location": "header", "locationName": "x-amz-lex-request-attributes" }, @@ -300,7 +300,7 @@ "locationName": "Response-Content-Type" }, "inputStream": { - "shape": "S1q" + "shape": "S1r" } }, "payload": "inputStream" @@ -341,7 +341,7 @@ "locationName": "x-amz-lex-input-transcript" }, "audioStream": { - "shape": "S1q" + "shape": "S1r" }, "recognizedBotMember": { "location": "header", @@ -436,7 +436,8 @@ }, "intent": { "shape": "Ss" - } + }, + "interpretationSource": {} } } }, @@ -490,7 +491,7 @@ } } }, - "S11": { + "S12": { "type": "structure", "members": { "dialogAction": { @@ -503,7 +504,7 @@ "slotToElicit": {}, "slotElicitationStyle": {}, "subSlotToElicit": { - "shape": "S15" + "shape": "S16" } } }, @@ -547,7 +548,7 @@ } }, "sessionAttributes": { - "shape": "S1e" + "shape": "S1f" }, "originatingRequestId": {}, "runtimeHints": { @@ -557,14 +558,14 @@ "type": "map", "key": {}, "value": { - "shape": "S1j" + "shape": "S1k" } } } } } }, - "S15": { + "S16": { "type": "structure", "required": [ "name" @@ -572,16 +573,16 @@ "members": { "name": {}, "subSlotToElicit": { - "shape": "S15" + "shape": "S16" } } }, - "S1e": { + "S1f": { "type": "map", "key": {}, "value": {} }, - "S1j": { + "S1k": { "type": "map", "key": {}, "value": { @@ -600,16 +601,16 @@ } }, "subSlotHints": { - "shape": "S1j" + "shape": "S1k" } } } }, - "S1q": { + "S1r": { "type": "blob", "streaming": true }, - "S1v": { + "S1w": { "type": "string", "sensitive": true } diff --git a/iamlivecore/service/runtime.sagemaker-2017-05-13.min.json b/iamlivecore/service/runtime.sagemaker-2017-05-13.min.json index fe07c84..5de15c5 100644 --- a/iamlivecore/service/runtime.sagemaker-2017-05-13.min.json +++ b/iamlivecore/service/runtime.sagemaker-2017-05-13.min.json @@ -62,6 +62,10 @@ "EnableExplanations": { "location": "header", "locationName": "X-Amzn-SageMaker-Enable-Explanations" + }, + "InferenceComponentName": { + "location": "header", + "locationName": "X-Amzn-SageMaker-Inference-Component" } }, "payload": "Body" @@ -198,6 +202,10 @@ "InferenceId": { "location": "header", "locationName": "X-Amzn-SageMaker-Inference-Id" + }, + "InferenceComponentName": { + "location": "header", + "locationName": "X-Amzn-SageMaker-Inference-Component" } }, "payload": "Body" diff --git a/iamlivecore/service/s3-2006-03-01.min.json b/iamlivecore/service/s3-2006-03-01.min.json index 994ebfd..a4d3ba4 100644 --- a/iamlivecore/service/s3-2006-03-01.min.json +++ b/iamlivecore/service/s3-2006-03-01.min.json @@ -35,6 +35,9 @@ "locationName": "Bucket" }, "Key": { + "contextParam": { + "name": "Key" + }, "location": "uri", "locationName": "Key" }, @@ -82,6 +85,9 @@ "locationName": "Bucket" }, "Key": { + "contextParam": { + "name": "Key" + }, "location": "uri", "locationName": "Key" }, @@ -450,7 +456,12 @@ }, "payload": "CopyObjectResult" }, - "alias": "PutObjectCopy" + "alias": "PutObjectCopy", + "staticContextParams": { + "DisableS3ExpressSessionAuth": { + "value": true + } + } }, "CreateBucket": { "http": { @@ -481,7 +492,21 @@ }, "type": "structure", "members": { - "LocationConstraint": {} + "LocationConstraint": {}, + "Location": { + "type": "structure", + "members": { + "Type": {}, + "Name": {} + } + }, + "Bucket": { + "type": "structure", + "members": { + "DataRedundancy": {}, + "Type": {} + } + } } }, "GrantFullControl": { @@ -529,6 +554,9 @@ "staticContextParams": { "DisableAccessPoints": { "value": true + }, + "UseS3ExpressControlEndpoint": { + "value": true } } }, @@ -596,6 +624,9 @@ "locationName": "x-amz-grant-write-acp" }, "Key": { + "contextParam": { + "name": "Key" + }, "location": "uri", "locationName": "Key" }, @@ -731,6 +762,71 @@ }, "alias": "InitiateMultipartUpload" }, + "CreateSession": { + "http": { + "method": "GET", + "requestUri": "/{Bucket}?session" + }, + "input": { + "type": "structure", + "required": [ + "Bucket" + ], + "members": { + "SessionMode": { + "location": "header", + "locationName": "x-amz-create-session-mode" + }, + "Bucket": { + "contextParam": { + "name": "Bucket" + }, + "location": "uri", + "locationName": "Bucket" + } + } + }, + "output": { + "type": "structure", + "required": [ + "Credentials" + ], + "members": { + "Credentials": { + "locationName": "Credentials", + "type": "structure", + "required": [ + "AccessKeyId", + "SecretAccessKey", + "SessionToken", + "Expiration" + ], + "members": { + "AccessKeyId": { + "locationName": "AccessKeyId" + }, + "SecretAccessKey": { + "shape": "S2h", + "locationName": "SecretAccessKey" + }, + "SessionToken": { + "shape": "S2h", + "locationName": "SessionToken" + }, + "Expiration": { + "locationName": "Expiration", + "type": "timestamp" + } + } + } + } + }, + "staticContextParams": { + "DisableS3ExpressSessionAuth": { + "value": true + } + } + }, "DeleteBucket": { "http": { "method": "DELETE", @@ -755,6 +851,11 @@ "locationName": "x-amz-expected-bucket-owner" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "DeleteBucketAnalyticsConfiguration": { @@ -786,6 +887,11 @@ "locationName": "x-amz-expected-bucket-owner" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "DeleteBucketCors": { @@ -812,6 +918,11 @@ "locationName": "x-amz-expected-bucket-owner" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "DeleteBucketEncryption": { @@ -838,6 +949,11 @@ "locationName": "x-amz-expected-bucket-owner" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "DeleteBucketIntelligentTieringConfiguration": { @@ -865,6 +981,11 @@ "locationName": "id" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "DeleteBucketInventoryConfiguration": { @@ -896,6 +1017,11 @@ "locationName": "x-amz-expected-bucket-owner" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "DeleteBucketLifecycle": { @@ -922,6 +1048,11 @@ "locationName": "x-amz-expected-bucket-owner" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "DeleteBucketMetricsConfiguration": { @@ -953,6 +1084,11 @@ "locationName": "x-amz-expected-bucket-owner" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "DeleteBucketOwnershipControls": { @@ -979,6 +1115,11 @@ "locationName": "x-amz-expected-bucket-owner" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "DeleteBucketPolicy": { @@ -1005,6 +1146,11 @@ "locationName": "x-amz-expected-bucket-owner" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "DeleteBucketReplication": { @@ -1031,6 +1177,11 @@ "locationName": "x-amz-expected-bucket-owner" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "DeleteBucketTagging": { @@ -1057,6 +1208,11 @@ "locationName": "x-amz-expected-bucket-owner" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "DeleteBucketWebsite": { @@ -1083,6 +1239,11 @@ "locationName": "x-amz-expected-bucket-owner" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "DeleteObject": { @@ -1106,6 +1267,9 @@ "locationName": "Bucket" }, "Key": { + "contextParam": { + "name": "Key" + }, "location": "uri", "locationName": "Key" }, @@ -1335,6 +1499,11 @@ "locationName": "x-amz-expected-bucket-owner" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "GetBucketAccelerateConfiguration": { @@ -1374,6 +1543,11 @@ "locationName": "x-amz-request-charged" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "GetBucketAcl": { @@ -1404,13 +1578,18 @@ "type": "structure", "members": { "Owner": { - "shape": "S3d" + "shape": "S3q" }, "Grants": { - "shape": "S3g", + "shape": "S3t", "locationName": "AccessControlList" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "GetBucketAnalyticsConfiguration": { @@ -1446,10 +1625,15 @@ "type": "structure", "members": { "AnalyticsConfiguration": { - "shape": "S3p" + "shape": "S42" } }, "payload": "AnalyticsConfiguration" + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "GetBucketCors": { @@ -1480,10 +1664,15 @@ "type": "structure", "members": { "CORSRules": { - "shape": "S44", + "shape": "S4h", "locationName": "CORSRule" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "GetBucketEncryption": { @@ -1514,10 +1703,15 @@ "type": "structure", "members": { "ServerSideEncryptionConfiguration": { - "shape": "S4h" + "shape": "S4u" } }, "payload": "ServerSideEncryptionConfiguration" + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "GetBucketIntelligentTieringConfiguration": { @@ -1549,10 +1743,15 @@ "type": "structure", "members": { "IntelligentTieringConfiguration": { - "shape": "S4n" + "shape": "S50" } }, "payload": "IntelligentTieringConfiguration" + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "GetBucketInventoryConfiguration": { @@ -1588,10 +1787,15 @@ "type": "structure", "members": { "InventoryConfiguration": { - "shape": "S4x" + "shape": "S5a" } }, "payload": "InventoryConfiguration" + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "GetBucketLifecycle": { @@ -1622,12 +1826,17 @@ "type": "structure", "members": { "Rules": { - "shape": "S5d", + "shape": "S5q", "locationName": "Rule" } } }, - "deprecated": true + "deprecated": true, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } + } }, "GetBucketLifecycleConfiguration": { "http": { @@ -1657,10 +1866,15 @@ "type": "structure", "members": { "Rules": { - "shape": "S5t", + "shape": "S66", "locationName": "Rule" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "GetBucketLocation": { @@ -1692,6 +1906,11 @@ "members": { "LocationConstraint": {} } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "GetBucketLogging": { @@ -1722,9 +1941,14 @@ "type": "structure", "members": { "LoggingEnabled": { - "shape": "S65" + "shape": "S6i" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "GetBucketMetricsConfiguration": { @@ -1760,10 +1984,15 @@ "type": "structure", "members": { "MetricsConfiguration": { - "shape": "S6d" + "shape": "S6u" } }, "payload": "MetricsConfiguration" + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "GetBucketNotification": { @@ -1772,12 +2001,17 @@ "requestUri": "/{Bucket}?notification" }, "input": { - "shape": "S6h" + "shape": "S6y" }, "output": { - "shape": "S6i" + "shape": "S6z" }, - "deprecated": true + "deprecated": true, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } + } }, "GetBucketNotificationConfiguration": { "http": { @@ -1785,10 +2019,15 @@ "requestUri": "/{Bucket}?notification" }, "input": { - "shape": "S6h" + "shape": "S6y" }, "output": { - "shape": "S6t" + "shape": "S7a" + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "GetBucketOwnershipControls": { @@ -1819,10 +2058,15 @@ "type": "structure", "members": { "OwnershipControls": { - "shape": "S7a" + "shape": "S7r" } }, "payload": "OwnershipControls" + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "GetBucketPolicy": { @@ -1855,6 +2099,11 @@ "Policy": {} }, "payload": "Policy" + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "GetBucketPolicyStatus": { @@ -1895,6 +2144,11 @@ } }, "payload": "PolicyStatus" + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "GetBucketReplication": { @@ -1925,10 +2179,15 @@ "type": "structure", "members": { "ReplicationConfiguration": { - "shape": "S7m" + "shape": "S83" } }, "payload": "ReplicationConfiguration" + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "GetBucketRequestPayment": { @@ -1960,6 +2219,11 @@ "members": { "Payer": {} } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "GetBucketTagging": { @@ -1993,9 +2257,14 @@ ], "members": { "TagSet": { - "shape": "S3v" + "shape": "S48" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "GetBucketVersioning": { @@ -2030,6 +2299,11 @@ "locationName": "MfaDelete" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "GetBucketWebsite": { @@ -2060,18 +2334,23 @@ "type": "structure", "members": { "RedirectAllRequestsTo": { - "shape": "S8p" + "shape": "S96" }, "IndexDocument": { - "shape": "S8s" + "shape": "S99" }, "ErrorDocument": { - "shape": "S8u" + "shape": "S9b" }, "RoutingRules": { - "shape": "S8v" + "shape": "S9c" } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "GetObject": { @@ -2112,6 +2391,9 @@ "type": "timestamp" }, "Key": { + "contextParam": { + "name": "Key" + }, "location": "uri", "locationName": "Key" }, @@ -2372,6 +2654,9 @@ "locationName": "Bucket" }, "Key": { + "contextParam": { + "name": "Key" + }, "location": "uri", "locationName": "Key" }, @@ -2393,10 +2678,10 @@ "type": "structure", "members": { "Owner": { - "shape": "S3d" + "shape": "S3q" }, "Grants": { - "shape": "S3g", + "shape": "S3t", "locationName": "AccessControlList" }, "RequestCharged": { @@ -2533,7 +2818,7 @@ "type": "integer" }, "Size": { - "type": "integer" + "type": "long" }, "ChecksumCRC32": {}, "ChecksumCRC32C": {}, @@ -2593,7 +2878,7 @@ "type": "structure", "members": { "LegalHold": { - "shape": "Sa9" + "shape": "Saq" } }, "payload": "LegalHold" @@ -2627,7 +2912,7 @@ "type": "structure", "members": { "ObjectLockConfiguration": { - "shape": "Sac" + "shape": "Sat" } }, "payload": "ObjectLockConfiguration" @@ -2674,7 +2959,7 @@ "type": "structure", "members": { "Retention": { - "shape": "Sak" + "shape": "Sb1" } }, "payload": "Retention" @@ -2728,7 +3013,7 @@ "locationName": "x-amz-version-id" }, "TagSet": { - "shape": "S3v" + "shape": "S48" } } } @@ -2809,10 +3094,15 @@ "type": "structure", "members": { "PublicAccessBlockConfiguration": { - "shape": "Sar" + "shape": "Sb8" } }, "payload": "PublicAccessBlockConfiguration" + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "HeadBucket": { @@ -2838,6 +3128,28 @@ "locationName": "x-amz-expected-bucket-owner" } } + }, + "output": { + "type": "structure", + "members": { + "BucketLocationType": { + "location": "header", + "locationName": "x-amz-bucket-location-type" + }, + "BucketLocationName": { + "location": "header", + "locationName": "x-amz-bucket-location-name" + }, + "BucketRegion": { + "location": "header", + "locationName": "x-amz-bucket-region" + }, + "AccessPointAlias": { + "location": "header", + "locationName": "x-amz-access-point-alias", + "type": "boolean" + } + } } }, "HeadObject": { @@ -2878,6 +3190,9 @@ "type": "timestamp" }, "Key": { + "contextParam": { + "name": "Key" + }, "location": "uri", "locationName": "Key" }, @@ -3113,11 +3428,16 @@ "locationName": "AnalyticsConfiguration", "type": "list", "member": { - "shape": "S3p" + "shape": "S42" }, "flattened": true } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "ListBucketIntelligentTieringConfigurations": { @@ -3156,11 +3476,16 @@ "locationName": "IntelligentTieringConfiguration", "type": "list", "member": { - "shape": "S4n" + "shape": "S50" }, "flattened": true } } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "ListBucketInventoryConfigurations": { @@ -3199,7 +3524,7 @@ "locationName": "InventoryConfiguration", "type": "list", "member": { - "shape": "S4x" + "shape": "S5a" }, "flattened": true }, @@ -3208,6 +3533,11 @@ }, "NextContinuationToken": {} } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "ListBucketMetricsConfigurations": { @@ -3250,7 +3580,7 @@ "locationName": "MetricsConfiguration", "type": "list", "member": { - "shape": "S6d" + "shape": "S6u" }, "flattened": true } @@ -3265,25 +3595,48 @@ "type": "structure", "members": { "Buckets": { - "type": "list", - "member": { - "locationName": "Bucket", - "type": "structure", - "members": { - "Name": {}, - "CreationDate": { - "type": "timestamp" - } - } - } + "shape": "Sbx" }, "Owner": { - "shape": "S3d" + "shape": "S3q" } } }, "alias": "GetService" }, + "ListDirectoryBuckets": { + "http": { + "method": "GET" + }, + "input": { + "type": "structure", + "members": { + "ContinuationToken": { + "location": "querystring", + "locationName": "continuation-token" + }, + "MaxDirectoryBuckets": { + "location": "querystring", + "locationName": "max-directory-buckets", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "Buckets": { + "shape": "Sbx" + }, + "ContinuationToken": {} + } + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } + } + }, "ListMultipartUploads": { "http": { "method": "GET", @@ -3320,6 +3673,9 @@ "type": "integer" }, "Prefix": { + "contextParam": { + "name": "Prefix" + }, "location": "querystring", "locationName": "prefix" }, @@ -3366,10 +3722,10 @@ }, "StorageClass": {}, "Owner": { - "shape": "S3d" + "shape": "S3q" }, "Initiator": { - "shape": "Sbr" + "shape": "Scg" }, "ChecksumAlgorithm": {} } @@ -3377,7 +3733,7 @@ "flattened": true }, "CommonPrefixes": { - "shape": "Sbs" + "shape": "Sch" }, "EncodingType": {}, "RequestCharged": { @@ -3423,6 +3779,9 @@ "type": "integer" }, "Prefix": { + "contextParam": { + "name": "Prefix" + }, "location": "querystring", "locationName": "prefix" }, @@ -3439,7 +3798,7 @@ "locationName": "x-amz-request-payer" }, "OptionalObjectAttributes": { - "shape": "Sbx", + "shape": "Scm", "location": "header", "locationName": "x-amz-optional-object-attributes" } @@ -3463,10 +3822,10 @@ "members": { "ETag": {}, "ChecksumAlgorithm": { - "shape": "Sc3" + "shape": "Scs" }, "Size": { - "type": "integer" + "type": "long" }, "StorageClass": {}, "Key": {}, @@ -3478,10 +3837,10 @@ "type": "timestamp" }, "Owner": { - "shape": "S3d" + "shape": "S3q" }, "RestoreStatus": { - "shape": "Sc6" + "shape": "Scv" } } }, @@ -3494,7 +3853,7 @@ "type": "structure", "members": { "Owner": { - "shape": "S3d" + "shape": "S3q" }, "Key": {}, "VersionId": {}, @@ -3515,7 +3874,7 @@ "type": "integer" }, "CommonPrefixes": { - "shape": "Sbs" + "shape": "Sch" }, "EncodingType": {}, "RequestCharged": { @@ -3562,6 +3921,9 @@ "type": "integer" }, "Prefix": { + "contextParam": { + "name": "Prefix" + }, "location": "querystring", "locationName": "prefix" }, @@ -3574,7 +3936,7 @@ "locationName": "x-amz-expected-bucket-owner" }, "OptionalObjectAttributes": { - "shape": "Sbx", + "shape": "Scm", "location": "header", "locationName": "x-amz-optional-object-attributes" } @@ -3589,7 +3951,7 @@ "Marker": {}, "NextMarker": {}, "Contents": { - "shape": "Scf" + "shape": "Sd4" }, "Name": {}, "Prefix": {}, @@ -3598,7 +3960,7 @@ "type": "integer" }, "CommonPrefixes": { - "shape": "Sbs" + "shape": "Sch" }, "EncodingType": {}, "RequestCharged": { @@ -3641,6 +4003,9 @@ "type": "integer" }, "Prefix": { + "contextParam": { + "name": "Prefix" + }, "location": "querystring", "locationName": "prefix" }, @@ -3666,7 +4031,7 @@ "locationName": "x-amz-expected-bucket-owner" }, "OptionalObjectAttributes": { - "shape": "Sbx", + "shape": "Scm", "location": "header", "locationName": "x-amz-optional-object-attributes" } @@ -3679,7 +4044,7 @@ "type": "boolean" }, "Contents": { - "shape": "Scf" + "shape": "Sd4" }, "Name": {}, "Prefix": {}, @@ -3688,7 +4053,7 @@ "type": "integer" }, "CommonPrefixes": { - "shape": "Sbs" + "shape": "Sch" }, "EncodingType": {}, "KeyCount": { @@ -3725,6 +4090,9 @@ "locationName": "Bucket" }, "Key": { + "contextParam": { + "name": "Key" + }, "location": "uri", "locationName": "Key" }, @@ -3806,7 +4174,7 @@ }, "ETag": {}, "Size": { - "type": "integer" + "type": "long" }, "ChecksumCRC32": {}, "ChecksumCRC32C": {}, @@ -3817,10 +4185,10 @@ "flattened": true }, "Initiator": { - "shape": "Sbr" + "shape": "Scg" }, "Owner": { - "shape": "S3d" + "shape": "S3q" }, "StorageClass": {}, "RequestCharged": { @@ -3874,6 +4242,11 @@ "httpChecksum": { "requestAlgorithmMember": "ChecksumAlgorithm", "requestChecksumRequired": false + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "PutBucketAcl": { @@ -3892,7 +4265,7 @@ "locationName": "x-amz-acl" }, "AccessControlPolicy": { - "shape": "Scu", + "shape": "Sdj", "locationName": "AccessControlPolicy", "xmlNamespace": { "uri": "http://s3.amazonaws.com/doc/2006-03-01/" @@ -3943,6 +4316,11 @@ "httpChecksum": { "requestAlgorithmMember": "ChecksumAlgorithm", "requestChecksumRequired": true + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "PutBucketAnalyticsConfiguration": { @@ -3970,7 +4348,7 @@ "locationName": "id" }, "AnalyticsConfiguration": { - "shape": "S3p", + "shape": "S42", "locationName": "AnalyticsConfiguration", "xmlNamespace": { "uri": "http://s3.amazonaws.com/doc/2006-03-01/" @@ -3982,6 +4360,11 @@ } }, "payload": "AnalyticsConfiguration" + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "PutBucketCors": { @@ -4014,7 +4397,7 @@ ], "members": { "CORSRules": { - "shape": "S44", + "shape": "S4h", "locationName": "CORSRule" } } @@ -4037,6 +4420,11 @@ "httpChecksum": { "requestAlgorithmMember": "ChecksumAlgorithm", "requestChecksumRequired": true + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "PutBucketEncryption": { @@ -4067,7 +4455,7 @@ "locationName": "x-amz-sdk-checksum-algorithm" }, "ServerSideEncryptionConfiguration": { - "shape": "S4h", + "shape": "S4u", "locationName": "ServerSideEncryptionConfiguration", "xmlNamespace": { "uri": "http://s3.amazonaws.com/doc/2006-03-01/" @@ -4083,6 +4471,11 @@ "httpChecksum": { "requestAlgorithmMember": "ChecksumAlgorithm", "requestChecksumRequired": true + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "PutBucketIntelligentTieringConfiguration": { @@ -4110,7 +4503,7 @@ "locationName": "id" }, "IntelligentTieringConfiguration": { - "shape": "S4n", + "shape": "S50", "locationName": "IntelligentTieringConfiguration", "xmlNamespace": { "uri": "http://s3.amazonaws.com/doc/2006-03-01/" @@ -4118,6 +4511,11 @@ } }, "payload": "IntelligentTieringConfiguration" + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "PutBucketInventoryConfiguration": { @@ -4145,7 +4543,7 @@ "locationName": "id" }, "InventoryConfiguration": { - "shape": "S4x", + "shape": "S5a", "locationName": "InventoryConfiguration", "xmlNamespace": { "uri": "http://s3.amazonaws.com/doc/2006-03-01/" @@ -4157,6 +4555,11 @@ } }, "payload": "InventoryConfiguration" + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "PutBucketLifecycle": { @@ -4196,7 +4599,7 @@ ], "members": { "Rules": { - "shape": "S5d", + "shape": "S5q", "locationName": "Rule" } } @@ -4212,6 +4615,11 @@ "httpChecksum": { "requestAlgorithmMember": "ChecksumAlgorithm", "requestChecksumRequired": true + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "PutBucketLifecycleConfiguration": { @@ -4247,7 +4655,7 @@ ], "members": { "Rules": { - "shape": "S5t", + "shape": "S66", "locationName": "Rule" } } @@ -4262,6 +4670,11 @@ "httpChecksum": { "requestAlgorithmMember": "ChecksumAlgorithm", "requestChecksumRequired": true + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "PutBucketLogging": { @@ -4291,7 +4704,7 @@ "type": "structure", "members": { "LoggingEnabled": { - "shape": "S65" + "shape": "S6i" } } }, @@ -4313,6 +4726,11 @@ "httpChecksum": { "requestAlgorithmMember": "ChecksumAlgorithm", "requestChecksumRequired": true + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "PutBucketMetricsConfiguration": { @@ -4340,7 +4758,7 @@ "locationName": "id" }, "MetricsConfiguration": { - "shape": "S6d", + "shape": "S6u", "locationName": "MetricsConfiguration", "xmlNamespace": { "uri": "http://s3.amazonaws.com/doc/2006-03-01/" @@ -4352,6 +4770,11 @@ } }, "payload": "MetricsConfiguration" + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "PutBucketNotification": { @@ -4382,7 +4805,7 @@ "locationName": "x-amz-sdk-checksum-algorithm" }, "NotificationConfiguration": { - "shape": "S6i", + "shape": "S6z", "locationName": "NotificationConfiguration", "xmlNamespace": { "uri": "http://s3.amazonaws.com/doc/2006-03-01/" @@ -4399,6 +4822,11 @@ "httpChecksum": { "requestAlgorithmMember": "ChecksumAlgorithm", "requestChecksumRequired": true + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "PutBucketNotificationConfiguration": { @@ -4421,7 +4849,7 @@ "locationName": "Bucket" }, "NotificationConfiguration": { - "shape": "S6t", + "shape": "S7a", "locationName": "NotificationConfiguration", "xmlNamespace": { "uri": "http://s3.amazonaws.com/doc/2006-03-01/" @@ -4438,6 +4866,11 @@ } }, "payload": "NotificationConfiguration" + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "PutBucketOwnershipControls": { @@ -4468,7 +4901,7 @@ "locationName": "x-amz-expected-bucket-owner" }, "OwnershipControls": { - "shape": "S7a", + "shape": "S7r", "locationName": "OwnershipControls", "xmlNamespace": { "uri": "http://s3.amazonaws.com/doc/2006-03-01/" @@ -4479,6 +4912,11 @@ }, "httpChecksum": { "requestChecksumRequired": true + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "PutBucketPolicy": { @@ -4524,6 +4962,11 @@ "httpChecksum": { "requestAlgorithmMember": "ChecksumAlgorithm", "requestChecksumRequired": true + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "PutBucketReplication": { @@ -4554,7 +4997,7 @@ "locationName": "x-amz-sdk-checksum-algorithm" }, "ReplicationConfiguration": { - "shape": "S7m", + "shape": "S83", "locationName": "ReplicationConfiguration", "xmlNamespace": { "uri": "http://s3.amazonaws.com/doc/2006-03-01/" @@ -4574,6 +5017,11 @@ "httpChecksum": { "requestAlgorithmMember": "ChecksumAlgorithm", "requestChecksumRequired": true + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "PutBucketRequestPayment": { @@ -4626,6 +5074,11 @@ "httpChecksum": { "requestAlgorithmMember": "ChecksumAlgorithm", "requestChecksumRequired": true + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "PutBucketTagging": { @@ -4656,7 +5109,7 @@ "locationName": "x-amz-sdk-checksum-algorithm" }, "Tagging": { - "shape": "Sdk", + "shape": "Se9", "locationName": "Tagging", "xmlNamespace": { "uri": "http://s3.amazonaws.com/doc/2006-03-01/" @@ -4672,6 +5125,11 @@ "httpChecksum": { "requestAlgorithmMember": "ChecksumAlgorithm", "requestChecksumRequired": true + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "PutBucketVersioning": { @@ -4728,6 +5186,11 @@ "httpChecksum": { "requestAlgorithmMember": "ChecksumAlgorithm", "requestChecksumRequired": true + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "PutBucketWebsite": { @@ -4765,16 +5228,16 @@ "type": "structure", "members": { "ErrorDocument": { - "shape": "S8u" + "shape": "S9b" }, "IndexDocument": { - "shape": "S8s" + "shape": "S99" }, "RedirectAllRequestsTo": { - "shape": "S8p" + "shape": "S96" }, "RoutingRules": { - "shape": "S8v" + "shape": "S9c" } } }, @@ -4788,6 +5251,11 @@ "httpChecksum": { "requestAlgorithmMember": "ChecksumAlgorithm", "requestChecksumRequired": true + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "PutObject": { @@ -4888,6 +5356,9 @@ "locationName": "x-amz-grant-write-acp" }, "Key": { + "contextParam": { + "name": "Key" + }, "location": "uri", "locationName": "Key" }, @@ -5050,7 +5521,7 @@ "locationName": "x-amz-acl" }, "AccessControlPolicy": { - "shape": "Scu", + "shape": "Sdj", "locationName": "AccessControlPolicy", "xmlNamespace": { "uri": "http://s3.amazonaws.com/doc/2006-03-01/" @@ -5092,6 +5563,9 @@ "locationName": "x-amz-grant-write-acp" }, "Key": { + "contextParam": { + "name": "Key" + }, "location": "uri", "locationName": "Key" }, @@ -5148,7 +5622,7 @@ "locationName": "Key" }, "LegalHold": { - "shape": "Sa9", + "shape": "Saq", "locationName": "LegalHold", "xmlNamespace": { "uri": "http://s3.amazonaws.com/doc/2006-03-01/" @@ -5210,7 +5684,7 @@ "locationName": "Bucket" }, "ObjectLockConfiguration": { - "shape": "Sac", + "shape": "Sat", "locationName": "ObjectLockConfiguration", "xmlNamespace": { "uri": "http://s3.amazonaws.com/doc/2006-03-01/" @@ -5277,7 +5751,7 @@ "locationName": "Key" }, "Retention": { - "shape": "Sak", + "shape": "Sb1", "locationName": "Retention", "xmlNamespace": { "uri": "http://s3.amazonaws.com/doc/2006-03-01/" @@ -5362,7 +5836,7 @@ "locationName": "x-amz-sdk-checksum-algorithm" }, "Tagging": { - "shape": "Sdk", + "shape": "Se9", "locationName": "Tagging", "xmlNamespace": { "uri": "http://s3.amazonaws.com/doc/2006-03-01/" @@ -5421,7 +5895,7 @@ "locationName": "x-amz-sdk-checksum-algorithm" }, "PublicAccessBlockConfiguration": { - "shape": "Sar", + "shape": "Sb8", "locationName": "PublicAccessBlockConfiguration", "xmlNamespace": { "uri": "http://s3.amazonaws.com/doc/2006-03-01/" @@ -5437,6 +5911,11 @@ "httpChecksum": { "requestAlgorithmMember": "ChecksumAlgorithm", "requestChecksumRequired": true + }, + "staticContextParams": { + "UseS3ExpressControlEndpoint": { + "value": true + } } }, "RestoreObject": { @@ -5497,12 +5976,12 @@ ], "members": { "InputSerialization": { - "shape": "Sea" + "shape": "Sez" }, "ExpressionType": {}, "Expression": {}, "OutputSerialization": { - "shape": "Sep" + "shape": "Sfe" } } }, @@ -5533,10 +6012,10 @@ }, "CannedACL": {}, "AccessControlList": { - "shape": "S3g" + "shape": "S3t" }, "Tagging": { - "shape": "Sdk" + "shape": "Se9" }, "UserMetadata": { "type": "list", @@ -5644,10 +6123,10 @@ } }, "InputSerialization": { - "shape": "Sea" + "shape": "Sez" }, "OutputSerialization": { - "shape": "Sep" + "shape": "Sfe" }, "ScanRange": { "type": "structure", @@ -5796,6 +6275,9 @@ "locationName": "x-amz-checksum-sha256" }, "Key": { + "contextParam": { + "name": "Key" + }, "location": "uri", "locationName": "Key" }, @@ -6037,6 +6519,11 @@ } }, "payload": "CopyPartResult" + }, + "staticContextParams": { + "DisableS3ExpressSessionAuth": { + "value": true + } } }, "WriteGetObjectResponse": { @@ -6263,27 +6750,31 @@ "type": "timestamp", "timestampFormat": "iso8601" }, - "S3d": { + "S2h": { + "type": "string", + "sensitive": true + }, + "S3q": { "type": "structure", "members": { "DisplayName": {}, "ID": {} } }, - "S3g": { + "S3t": { "type": "list", "member": { "locationName": "Grant", "type": "structure", "members": { "Grantee": { - "shape": "S3i" + "shape": "S3v" }, "Permission": {} } } }, - "S3i": { + "S3v": { "type": "structure", "required": [ "Type" @@ -6303,7 +6794,7 @@ "uri": "http://www.w3.org/2001/XMLSchema-instance" } }, - "S3p": { + "S42": { "type": "structure", "required": [ "Id", @@ -6316,14 +6807,14 @@ "members": { "Prefix": {}, "Tag": { - "shape": "S3s" + "shape": "S45" }, "And": { "type": "structure", "members": { "Prefix": {}, "Tags": { - "shape": "S3v", + "shape": "S48", "flattened": true, "locationName": "Tag" } @@ -6369,7 +6860,7 @@ } } }, - "S3s": { + "S45": { "type": "structure", "required": [ "Key", @@ -6380,14 +6871,14 @@ "Value": {} } }, - "S3v": { + "S48": { "type": "list", "member": { - "shape": "S3s", + "shape": "S45", "locationName": "Tag" } }, - "S44": { + "S4h": { "type": "list", "member": { "type": "structure", @@ -6428,7 +6919,7 @@ }, "flattened": true }, - "S4h": { + "S4u": { "type": "structure", "required": [ "Rules" @@ -6461,7 +6952,7 @@ } } }, - "S4n": { + "S50": { "type": "structure", "required": [ "Id", @@ -6475,14 +6966,14 @@ "members": { "Prefix": {}, "Tag": { - "shape": "S3s" + "shape": "S45" }, "And": { "type": "structure", "members": { "Prefix": {}, "Tags": { - "shape": "S3v", + "shape": "S48", "flattened": true, "locationName": "Tag" } @@ -6511,7 +7002,7 @@ } } }, - "S4x": { + "S5a": { "type": "structure", "required": [ "Destination", @@ -6595,7 +7086,7 @@ } } }, - "S5d": { + "S5q": { "type": "list", "member": { "type": "structure", @@ -6605,32 +7096,32 @@ ], "members": { "Expiration": { - "shape": "S5f" + "shape": "S5s" }, "ID": {}, "Prefix": {}, "Status": {}, "Transition": { - "shape": "S5k" + "shape": "S5x" }, "NoncurrentVersionTransition": { - "shape": "S5m" + "shape": "S5z" }, "NoncurrentVersionExpiration": { - "shape": "S5o" + "shape": "S61" }, "AbortIncompleteMultipartUpload": { - "shape": "S5p" + "shape": "S62" } } }, "flattened": true }, - "S5f": { + "S5s": { "type": "structure", "members": { "Date": { - "shape": "S5g" + "shape": "S5t" }, "Days": { "type": "integer" @@ -6640,15 +7131,15 @@ } } }, - "S5g": { + "S5t": { "type": "timestamp", "timestampFormat": "iso8601" }, - "S5k": { + "S5x": { "type": "structure", "members": { "Date": { - "shape": "S5g" + "shape": "S5t" }, "Days": { "type": "integer" @@ -6656,7 +7147,7 @@ "StorageClass": {} } }, - "S5m": { + "S5z": { "type": "structure", "members": { "NoncurrentDays": { @@ -6668,7 +7159,7 @@ } } }, - "S5o": { + "S61": { "type": "structure", "members": { "NoncurrentDays": { @@ -6679,7 +7170,7 @@ } } }, - "S5p": { + "S62": { "type": "structure", "members": { "DaysAfterInitiation": { @@ -6687,7 +7178,7 @@ } } }, - "S5t": { + "S66": { "type": "list", "member": { "type": "structure", @@ -6696,7 +7187,7 @@ ], "members": { "Expiration": { - "shape": "S5f" + "shape": "S5s" }, "ID": {}, "Prefix": { @@ -6707,7 +7198,7 @@ "members": { "Prefix": {}, "Tag": { - "shape": "S3s" + "shape": "S45" }, "ObjectSizeGreaterThan": { "type": "long" @@ -6720,7 +7211,7 @@ "members": { "Prefix": {}, "Tags": { - "shape": "S3v", + "shape": "S48", "flattened": true, "locationName": "Tag" }, @@ -6739,7 +7230,7 @@ "locationName": "Transition", "type": "list", "member": { - "shape": "S5k" + "shape": "S5x" }, "flattened": true }, @@ -6747,21 +7238,21 @@ "locationName": "NoncurrentVersionTransition", "type": "list", "member": { - "shape": "S5m" + "shape": "S5z" }, "flattened": true }, "NoncurrentVersionExpiration": { - "shape": "S5o" + "shape": "S61" }, "AbortIncompleteMultipartUpload": { - "shape": "S5p" + "shape": "S62" } } }, "flattened": true }, - "S65": { + "S6i": { "type": "structure", "required": [ "TargetBucket", @@ -6776,16 +7267,33 @@ "type": "structure", "members": { "Grantee": { - "shape": "S3i" + "shape": "S3v" }, "Permission": {} } } }, - "TargetPrefix": {} + "TargetPrefix": {}, + "TargetObjectKeyFormat": { + "type": "structure", + "members": { + "SimplePrefix": { + "locationName": "SimplePrefix", + "type": "structure", + "members": {} + }, + "PartitionedPrefix": { + "locationName": "PartitionedPrefix", + "type": "structure", + "members": { + "PartitionDateSource": {} + } + } + } + } } }, - "S6d": { + "S6u": { "type": "structure", "required": [ "Id" @@ -6797,7 +7305,7 @@ "members": { "Prefix": {}, "Tag": { - "shape": "S3s" + "shape": "S45" }, "AccessPointArn": {}, "And": { @@ -6805,7 +7313,7 @@ "members": { "Prefix": {}, "Tags": { - "shape": "S3v", + "shape": "S48", "flattened": true, "locationName": "Tag" }, @@ -6816,7 +7324,7 @@ } } }, - "S6h": { + "S6y": { "type": "structure", "required": [ "Bucket" @@ -6835,7 +7343,7 @@ } } }, - "S6i": { + "S6z": { "type": "structure", "members": { "TopicConfiguration": { @@ -6843,7 +7351,7 @@ "members": { "Id": {}, "Events": { - "shape": "S6l", + "shape": "S72", "locationName": "Event" }, "Event": { @@ -6860,7 +7368,7 @@ "deprecated": true }, "Events": { - "shape": "S6l", + "shape": "S72", "locationName": "Event" }, "Queue": {} @@ -6874,7 +7382,7 @@ "deprecated": true }, "Events": { - "shape": "S6l", + "shape": "S72", "locationName": "Event" }, "CloudFunction": {}, @@ -6883,12 +7391,12 @@ } } }, - "S6l": { + "S72": { "type": "list", "member": {}, "flattened": true }, - "S6t": { + "S7a": { "type": "structure", "members": { "TopicConfigurations": { @@ -6906,11 +7414,11 @@ "locationName": "Topic" }, "Events": { - "shape": "S6l", + "shape": "S72", "locationName": "Event" }, "Filter": { - "shape": "S6w" + "shape": "S7d" } } }, @@ -6931,11 +7439,11 @@ "locationName": "Queue" }, "Events": { - "shape": "S6l", + "shape": "S72", "locationName": "Event" }, "Filter": { - "shape": "S6w" + "shape": "S7d" } } }, @@ -6956,11 +7464,11 @@ "locationName": "CloudFunction" }, "Events": { - "shape": "S6l", + "shape": "S72", "locationName": "Event" }, "Filter": { - "shape": "S6w" + "shape": "S7d" } } }, @@ -6972,7 +7480,7 @@ } } }, - "S6w": { + "S7d": { "type": "structure", "members": { "Key": { @@ -6995,7 +7503,7 @@ } } }, - "S7a": { + "S7r": { "type": "structure", "required": [ "Rules" @@ -7017,7 +7525,7 @@ } } }, - "S7m": { + "S83": { "type": "structure", "required": [ "Role", @@ -7047,14 +7555,14 @@ "members": { "Prefix": {}, "Tag": { - "shape": "S3s" + "shape": "S45" }, "And": { "type": "structure", "members": { "Prefix": {}, "Tags": { - "shape": "S3v", + "shape": "S48", "flattened": true, "locationName": "Tag" } @@ -7128,7 +7636,7 @@ "members": { "Status": {}, "Time": { - "shape": "S88" + "shape": "S8p" } } }, @@ -7140,7 +7648,7 @@ "members": { "Status": {}, "EventThreshold": { - "shape": "S88" + "shape": "S8p" } } } @@ -7158,7 +7666,7 @@ } } }, - "S88": { + "S8p": { "type": "structure", "members": { "Minutes": { @@ -7166,7 +7674,7 @@ } } }, - "S8p": { + "S96": { "type": "structure", "required": [ "HostName" @@ -7176,7 +7684,7 @@ "Protocol": {} } }, - "S8s": { + "S99": { "type": "structure", "required": [ "Suffix" @@ -7185,7 +7693,7 @@ "Suffix": {} } }, - "S8u": { + "S9b": { "type": "structure", "required": [ "Key" @@ -7194,7 +7702,7 @@ "Key": {} } }, - "S8v": { + "S9c": { "type": "list", "member": { "locationName": "RoutingRule", @@ -7223,13 +7731,13 @@ } } }, - "Sa9": { + "Saq": { "type": "structure", "members": { "Status": {} } }, - "Sac": { + "Sat": { "type": "structure", "members": { "ObjectLockEnabled": {}, @@ -7252,16 +7760,16 @@ } } }, - "Sak": { + "Sb1": { "type": "structure", "members": { "Mode": {}, "RetainUntilDate": { - "shape": "S5g" + "shape": "S5t" } } }, - "Sar": { + "Sb8": { "type": "structure", "members": { "BlockPublicAcls": { @@ -7282,14 +7790,27 @@ } } }, - "Sbr": { + "Sbx": { + "type": "list", + "member": { + "locationName": "Bucket", + "type": "structure", + "members": { + "Name": {}, + "CreationDate": { + "type": "timestamp" + } + } + } + }, + "Scg": { "type": "structure", "members": { "ID": {}, "DisplayName": {} } }, - "Sbs": { + "Sch": { "type": "list", "member": { "type": "structure", @@ -7299,16 +7820,16 @@ }, "flattened": true }, - "Sbx": { + "Scm": { "type": "list", "member": {} }, - "Sc3": { + "Scs": { "type": "list", "member": {}, "flattened": true }, - "Sc6": { + "Scv": { "type": "structure", "members": { "IsRestoreInProgress": { @@ -7319,7 +7840,7 @@ } } }, - "Scf": { + "Sd4": { "type": "list", "member": { "type": "structure", @@ -7330,46 +7851,46 @@ }, "ETag": {}, "ChecksumAlgorithm": { - "shape": "Sc3" + "shape": "Scs" }, "Size": { - "type": "integer" + "type": "long" }, "StorageClass": {}, "Owner": { - "shape": "S3d" + "shape": "S3q" }, "RestoreStatus": { - "shape": "Sc6" + "shape": "Scv" } } }, "flattened": true }, - "Scu": { + "Sdj": { "type": "structure", "members": { "Grants": { - "shape": "S3g", + "shape": "S3t", "locationName": "AccessControlList" }, "Owner": { - "shape": "S3d" + "shape": "S3q" } } }, - "Sdk": { + "Se9": { "type": "structure", "required": [ "TagSet" ], "members": { "TagSet": { - "shape": "S3v" + "shape": "S48" } } }, - "Sea": { + "Sez": { "type": "structure", "members": { "CSV": { @@ -7399,7 +7920,7 @@ } } }, - "Sep": { + "Sfe": { "type": "structure", "members": { "CSV": { @@ -7430,6 +7951,10 @@ "documentation": "Disables this client's usage of Multi-Region Access Points.", "type": "boolean" }, + "DisableS3ExpressSessionAuth": { + "documentation": "Disables this client's usage of Session Auth for S3Express\n buckets and reverts to using conventional SigV4 for those.", + "type": "boolean" + }, "ForcePathStyle": { "documentation": "Forces this client to use path-style addressing for buckets.", "type": "boolean" diff --git a/iamlivecore/service/s3control-2018-08-20.min.json b/iamlivecore/service/s3control-2018-08-20.min.json index 0099899..c83378b 100644 --- a/iamlivecore/service/s3control-2018-08-20.min.json +++ b/iamlivecore/service/s3control-2018-08-20.min.json @@ -11,6 +11,214 @@ "uid": "s3control-2018-08-20" }, "operations": { + "AssociateAccessGrantsIdentityCenter": { + "http": { + "requestUri": "/v20180820/accessgrantsinstance/identitycenter" + }, + "input": { + "locationName": "AssociateAccessGrantsIdentityCenterRequest", + "xmlNamespace": { + "uri": "http://awss3control.amazonaws.com/doc/2018-08-20/" + }, + "type": "structure", + "required": [ + "AccountId", + "IdentityCenterArn" + ], + "members": { + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "IdentityCenterArn": {} + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "httpChecksumRequired": true, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "CreateAccessGrant": { + "http": { + "requestUri": "/v20180820/accessgrantsinstance/grant" + }, + "input": { + "locationName": "CreateAccessGrantRequest", + "xmlNamespace": { + "uri": "http://awss3control.amazonaws.com/doc/2018-08-20/" + }, + "type": "structure", + "required": [ + "AccountId", + "AccessGrantsLocationId", + "Grantee", + "Permission" + ], + "members": { + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "AccessGrantsLocationId": {}, + "AccessGrantsLocationConfiguration": { + "shape": "S6" + }, + "Grantee": { + "shape": "S8" + }, + "Permission": {}, + "ApplicationArn": {}, + "S3PrefixType": {}, + "Tags": { + "shape": "Se" + } + } + }, + "output": { + "type": "structure", + "members": { + "CreatedAt": { + "type": "timestamp" + }, + "AccessGrantId": {}, + "AccessGrantArn": {}, + "Grantee": { + "shape": "S8" + }, + "AccessGrantsLocationId": {}, + "AccessGrantsLocationConfiguration": { + "shape": "S6" + }, + "Permission": {}, + "ApplicationArn": {}, + "GrantScope": {} + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "httpChecksumRequired": true, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "CreateAccessGrantsInstance": { + "http": { + "requestUri": "/v20180820/accessgrantsinstance" + }, + "input": { + "locationName": "CreateAccessGrantsInstanceRequest", + "xmlNamespace": { + "uri": "http://awss3control.amazonaws.com/doc/2018-08-20/" + }, + "type": "structure", + "required": [ + "AccountId" + ], + "members": { + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "IdentityCenterArn": {}, + "Tags": { + "shape": "Se" + } + } + }, + "output": { + "type": "structure", + "members": { + "CreatedAt": { + "type": "timestamp" + }, + "AccessGrantsInstanceId": {}, + "AccessGrantsInstanceArn": {}, + "IdentityCenterArn": {} + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "httpChecksumRequired": true, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "CreateAccessGrantsLocation": { + "http": { + "requestUri": "/v20180820/accessgrantsinstance/location" + }, + "input": { + "locationName": "CreateAccessGrantsLocationRequest", + "xmlNamespace": { + "uri": "http://awss3control.amazonaws.com/doc/2018-08-20/" + }, + "type": "structure", + "required": [ + "AccountId", + "LocationScope", + "IAMRoleArn" + ], + "members": { + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "LocationScope": {}, + "IAMRoleArn": {}, + "Tags": { + "shape": "Se" + } + } + }, + "output": { + "type": "structure", + "members": { + "CreatedAt": { + "type": "timestamp" + }, + "AccessGrantsLocationId": {}, + "AccessGrantsLocationArn": {}, + "LocationScope": {}, + "IAMRoleArn": {} + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "httpChecksumRequired": true, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, "CreateAccessPoint": { "http": { "method": "PUT", @@ -46,10 +254,10 @@ } }, "VpcConfiguration": { - "shape": "S5" + "shape": "Sx" }, "PublicAccessBlockConfiguration": { - "shape": "S7" + "shape": "Sz" }, "BucketAccountId": {} } @@ -100,7 +308,7 @@ "locationName": "name" }, "Configuration": { - "shape": "Se" + "shape": "S16" } } }, @@ -109,7 +317,7 @@ "members": { "ObjectLambdaAccessPointArn": {}, "Alias": { - "shape": "St" + "shape": "S1l" } } }, @@ -232,16 +440,16 @@ "type": "boolean" }, "Operation": { - "shape": "S1c" + "shape": "S24" }, "Report": { - "shape": "S2j" + "shape": "S3a" }, "ClientRequestToken": { "idempotencyToken": true }, "Manifest": { - "shape": "S2n" + "shape": "S3f" }, "Description": {}, "Priority": { @@ -249,10 +457,10 @@ }, "RoleArn": {}, "Tags": { - "shape": "S1u" + "shape": "S2n" }, "ManifestGenerator": { - "shape": "S2y" + "shape": "S3p" } } }, @@ -299,7 +507,7 @@ "idempotencyToken": true }, "Details": { - "shape": "S3e" + "shape": "S4a" } } }, @@ -319,16 +527,20 @@ } } }, - "DeleteAccessPoint": { + "CreateStorageLensGroup": { "http": { - "method": "DELETE", - "requestUri": "/v20180820/accesspoint/{name}" + "requestUri": "/v20180820/storagelensgroup", + "responseCode": 204 }, "input": { + "locationName": "CreateStorageLensGroupRequest", + "xmlNamespace": { + "uri": "http://awss3control.amazonaws.com/doc/2018-08-20/" + }, "type": "structure", "required": [ "AccountId", - "Name" + "StorageLensGroup" ], "members": { "AccountId": { @@ -339,12 +551,11 @@ "location": "header", "locationName": "x-amz-account-id" }, - "Name": { - "contextParam": { - "name": "AccessPointName" - }, - "location": "uri", - "locationName": "name" + "StorageLensGroup": { + "shape": "S4h" + }, + "Tags": { + "shape": "Se" } } }, @@ -357,16 +568,16 @@ } } }, - "DeleteAccessPointForObjectLambda": { + "DeleteAccessGrant": { "http": { "method": "DELETE", - "requestUri": "/v20180820/accesspointforobjectlambda/{name}" + "requestUri": "/v20180820/accessgrantsinstance/grant/{id}" }, "input": { "type": "structure", "required": [ "AccountId", - "Name" + "AccessGrantId" ], "members": { "AccountId": { @@ -377,31 +588,31 @@ "location": "header", "locationName": "x-amz-account-id" }, - "Name": { + "AccessGrantId": { "location": "uri", - "locationName": "name" + "locationName": "id" } } }, "endpoint": { "hostPrefix": "{AccountId}." }, + "httpChecksumRequired": true, "staticContextParams": { "RequiresAccountId": { "value": true } } }, - "DeleteAccessPointPolicy": { + "DeleteAccessGrantsInstance": { "http": { "method": "DELETE", - "requestUri": "/v20180820/accesspoint/{name}/policy" + "requestUri": "/v20180820/accessgrantsinstance" }, "input": { "type": "structure", "required": [ - "AccountId", - "Name" + "AccountId" ], "members": { "AccountId": { @@ -411,35 +622,28 @@ "hostLabel": true, "location": "header", "locationName": "x-amz-account-id" - }, - "Name": { - "contextParam": { - "name": "AccessPointName" - }, - "location": "uri", - "locationName": "name" } } }, "endpoint": { "hostPrefix": "{AccountId}." }, + "httpChecksumRequired": true, "staticContextParams": { "RequiresAccountId": { "value": true } } }, - "DeleteAccessPointPolicyForObjectLambda": { + "DeleteAccessGrantsInstanceResourcePolicy": { "http": { "method": "DELETE", - "requestUri": "/v20180820/accesspointforobjectlambda/{name}/policy" + "requestUri": "/v20180820/accessgrantsinstance/resourcepolicy" }, "input": { "type": "structure", "required": [ - "AccountId", - "Name" + "AccountId" ], "members": { "AccountId": { @@ -449,32 +653,29 @@ "hostLabel": true, "location": "header", "locationName": "x-amz-account-id" - }, - "Name": { - "location": "uri", - "locationName": "name" } } }, "endpoint": { "hostPrefix": "{AccountId}." }, + "httpChecksumRequired": true, "staticContextParams": { "RequiresAccountId": { "value": true } } }, - "DeleteBucket": { + "DeleteAccessGrantsLocation": { "http": { "method": "DELETE", - "requestUri": "/v20180820/bucket/{name}" + "requestUri": "/v20180820/accessgrantsinstance/location/{id}" }, "input": { "type": "structure", "required": [ "AccountId", - "Bucket" + "AccessGrantsLocationId" ], "members": { "AccountId": { @@ -485,34 +686,32 @@ "location": "header", "locationName": "x-amz-account-id" }, - "Bucket": { - "contextParam": { - "name": "Bucket" - }, + "AccessGrantsLocationId": { "location": "uri", - "locationName": "name" + "locationName": "id" } } }, "endpoint": { "hostPrefix": "{AccountId}." }, + "httpChecksumRequired": true, "staticContextParams": { "RequiresAccountId": { "value": true } } }, - "DeleteBucketLifecycleConfiguration": { + "DeleteAccessPoint": { "http": { "method": "DELETE", - "requestUri": "/v20180820/bucket/{name}/lifecycleconfiguration" + "requestUri": "/v20180820/accesspoint/{name}" }, "input": { "type": "structure", "required": [ "AccountId", - "Bucket" + "Name" ], "members": { "AccountId": { @@ -523,9 +722,9 @@ "location": "header", "locationName": "x-amz-account-id" }, - "Bucket": { + "Name": { "contextParam": { - "name": "Bucket" + "name": "AccessPointName" }, "location": "uri", "locationName": "name" @@ -541,16 +740,16 @@ } } }, - "DeleteBucketPolicy": { + "DeleteAccessPointForObjectLambda": { "http": { "method": "DELETE", - "requestUri": "/v20180820/bucket/{name}/policy" + "requestUri": "/v20180820/accesspointforobjectlambda/{name}" }, "input": { "type": "structure", "required": [ "AccountId", - "Bucket" + "Name" ], "members": { "AccountId": { @@ -561,10 +760,7 @@ "location": "header", "locationName": "x-amz-account-id" }, - "Bucket": { - "contextParam": { - "name": "Bucket" - }, + "Name": { "location": "uri", "locationName": "name" } @@ -579,16 +775,16 @@ } } }, - "DeleteBucketReplication": { + "DeleteAccessPointPolicy": { "http": { "method": "DELETE", - "requestUri": "/v20180820/bucket/{name}/replication" + "requestUri": "/v20180820/accesspoint/{name}/policy" }, "input": { "type": "structure", "required": [ "AccountId", - "Bucket" + "Name" ], "members": { "AccountId": { @@ -599,9 +795,9 @@ "location": "header", "locationName": "x-amz-account-id" }, - "Bucket": { + "Name": { "contextParam": { - "name": "Bucket" + "name": "AccessPointName" }, "location": "uri", "locationName": "name" @@ -617,11 +813,198 @@ } } }, - "DeleteBucketTagging": { + "DeleteAccessPointPolicyForObjectLambda": { "http": { "method": "DELETE", - "requestUri": "/v20180820/bucket/{name}/tagging", - "responseCode": 204 + "requestUri": "/v20180820/accesspointforobjectlambda/{name}/policy" + }, + "input": { + "type": "structure", + "required": [ + "AccountId", + "Name" + ], + "members": { + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "Name": { + "location": "uri", + "locationName": "name" + } + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "DeleteBucket": { + "http": { + "method": "DELETE", + "requestUri": "/v20180820/bucket/{name}" + }, + "input": { + "type": "structure", + "required": [ + "AccountId", + "Bucket" + ], + "members": { + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "Bucket": { + "contextParam": { + "name": "Bucket" + }, + "location": "uri", + "locationName": "name" + } + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "DeleteBucketLifecycleConfiguration": { + "http": { + "method": "DELETE", + "requestUri": "/v20180820/bucket/{name}/lifecycleconfiguration" + }, + "input": { + "type": "structure", + "required": [ + "AccountId", + "Bucket" + ], + "members": { + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "Bucket": { + "contextParam": { + "name": "Bucket" + }, + "location": "uri", + "locationName": "name" + } + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "DeleteBucketPolicy": { + "http": { + "method": "DELETE", + "requestUri": "/v20180820/bucket/{name}/policy" + }, + "input": { + "type": "structure", + "required": [ + "AccountId", + "Bucket" + ], + "members": { + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "Bucket": { + "contextParam": { + "name": "Bucket" + }, + "location": "uri", + "locationName": "name" + } + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "DeleteBucketReplication": { + "http": { + "method": "DELETE", + "requestUri": "/v20180820/bucket/{name}/replication" + }, + "input": { + "type": "structure", + "required": [ + "AccountId", + "Bucket" + ], + "members": { + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "Bucket": { + "contextParam": { + "name": "Bucket" + }, + "location": "uri", + "locationName": "name" + } + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "DeleteBucketTagging": { + "http": { + "method": "DELETE", + "requestUri": "/v20180820/bucket/{name}/tagging", + "responseCode": 204 }, "input": { "type": "structure", @@ -723,7 +1106,7 @@ "idempotencyToken": true }, "Details": { - "shape": "S3w" + "shape": "S5c" } } }, @@ -847,6 +1230,42 @@ } } }, + "DeleteStorageLensGroup": { + "http": { + "method": "DELETE", + "requestUri": "/v20180820/storagelensgroup/{name}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "Name", + "AccountId" + ], + "members": { + "Name": { + "location": "uri", + "locationName": "name" + }, + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + } + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, "DescribeJob": { "http": { "method": "GET", @@ -887,16 +1306,16 @@ "JobArn": {}, "Status": {}, "Manifest": { - "shape": "S2n" + "shape": "S3f" }, "Operation": { - "shape": "S1c" + "shape": "S24" }, "Priority": { "type": "integer" }, "ProgressSummary": { - "shape": "S48" + "shape": "S5p" }, "StatusUpdateReason": {}, "FailureReasons": { @@ -910,7 +1329,7 @@ } }, "Report": { - "shape": "S2j" + "shape": "S3a" }, "CreationTime": { "type": "timestamp" @@ -924,14 +1343,14 @@ }, "SuspendedCause": {}, "ManifestGenerator": { - "shape": "S2y" + "shape": "S3p" }, "GeneratedManifestDescriptor": { "type": "structure", "members": { "Format": {}, "Location": { - "shape": "S2s" + "shape": "S3k" } } } @@ -989,13 +1408,13 @@ "type": "structure", "members": { "CreateMultiRegionAccessPointRequest": { - "shape": "S3e" + "shape": "S4a" }, "DeleteMultiRegionAccessPointRequest": { - "shape": "S3w" + "shape": "S5c" }, "PutMultiRegionAccessPointPolicyRequest": { - "shape": "S4u" + "shape": "S6b" } } }, @@ -1044,16 +1463,15 @@ } } }, - "GetAccessPoint": { + "DissociateAccessGrantsIdentityCenter": { "http": { - "method": "GET", - "requestUri": "/v20180820/accesspoint/{name}" + "method": "DELETE", + "requestUri": "/v20180820/accessgrantsinstance/identitycenter" }, "input": { "type": "structure", "required": [ - "AccountId", - "Name" + "AccountId" ], "members": { "AccountId": { @@ -1063,27 +1481,289 @@ "hostLabel": true, "location": "header", "locationName": "x-amz-account-id" - }, - "Name": { - "contextParam": { - "name": "AccessPointName" - }, - "location": "uri", - "locationName": "name" } } }, - "output": { + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "httpChecksumRequired": true, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "GetAccessGrant": { + "http": { + "method": "GET", + "requestUri": "/v20180820/accessgrantsinstance/grant/{id}" + }, + "input": { "type": "structure", + "required": [ + "AccountId", + "AccessGrantId" + ], "members": { - "Name": {}, + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "AccessGrantId": { + "location": "uri", + "locationName": "id" + } + } + }, + "output": { + "type": "structure", + "members": { + "CreatedAt": { + "type": "timestamp" + }, + "AccessGrantId": {}, + "AccessGrantArn": {}, + "Grantee": { + "shape": "S8" + }, + "Permission": {}, + "AccessGrantsLocationId": {}, + "AccessGrantsLocationConfiguration": { + "shape": "S6" + }, + "GrantScope": {}, + "ApplicationArn": {} + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "httpChecksumRequired": true, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "GetAccessGrantsInstance": { + "http": { + "method": "GET", + "requestUri": "/v20180820/accessgrantsinstance" + }, + "input": { + "type": "structure", + "required": [ + "AccountId" + ], + "members": { + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + } + } + }, + "output": { + "type": "structure", + "members": { + "AccessGrantsInstanceArn": {}, + "AccessGrantsInstanceId": {}, + "IdentityCenterArn": {}, + "CreatedAt": { + "type": "timestamp" + } + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "httpChecksumRequired": true, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "GetAccessGrantsInstanceForPrefix": { + "http": { + "method": "GET", + "requestUri": "/v20180820/accessgrantsinstance/prefix" + }, + "input": { + "type": "structure", + "required": [ + "AccountId", + "S3Prefix" + ], + "members": { + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "S3Prefix": { + "location": "querystring", + "locationName": "s3prefix" + } + } + }, + "output": { + "type": "structure", + "members": { + "AccessGrantsInstanceArn": {}, + "AccessGrantsInstanceId": {} + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "httpChecksumRequired": true, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "GetAccessGrantsInstanceResourcePolicy": { + "http": { + "method": "GET", + "requestUri": "/v20180820/accessgrantsinstance/resourcepolicy" + }, + "input": { + "type": "structure", + "required": [ + "AccountId" + ], + "members": { + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + } + } + }, + "output": { + "type": "structure", + "members": { + "Policy": {}, + "Organization": {}, + "CreatedAt": { + "type": "timestamp" + } + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "httpChecksumRequired": true, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "GetAccessGrantsLocation": { + "http": { + "method": "GET", + "requestUri": "/v20180820/accessgrantsinstance/location/{id}" + }, + "input": { + "type": "structure", + "required": [ + "AccountId", + "AccessGrantsLocationId" + ], + "members": { + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "AccessGrantsLocationId": { + "location": "uri", + "locationName": "id" + } + } + }, + "output": { + "type": "structure", + "members": { + "CreatedAt": { + "type": "timestamp" + }, + "AccessGrantsLocationId": {}, + "AccessGrantsLocationArn": {}, + "LocationScope": {}, + "IAMRoleArn": {} + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "httpChecksumRequired": true, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "GetAccessPoint": { + "http": { + "method": "GET", + "requestUri": "/v20180820/accesspoint/{name}" + }, + "input": { + "type": "structure", + "required": [ + "AccountId", + "Name" + ], + "members": { + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "Name": { + "contextParam": { + "name": "AccessPointName" + }, + "location": "uri", + "locationName": "name" + } + } + }, + "output": { + "type": "structure", + "members": { + "Name": {}, "Bucket": {}, "NetworkOrigin": {}, "VpcConfiguration": { - "shape": "S5" + "shape": "Sx" }, "PublicAccessBlockConfiguration": { - "shape": "S7" + "shape": "Sz" }, "CreationDate": { "type": "timestamp" @@ -1137,7 +1817,7 @@ "type": "structure", "members": { "Configuration": { - "shape": "Se" + "shape": "S16" } } }, @@ -1181,13 +1861,13 @@ "members": { "Name": {}, "PublicAccessBlockConfiguration": { - "shape": "S7" + "shape": "Sz" }, "CreationDate": { "type": "timestamp" }, "Alias": { - "shape": "St" + "shape": "S1l" } } }, @@ -1318,7 +1998,7 @@ "type": "structure", "members": { "PolicyStatus": { - "shape": "S5j" + "shape": "S7d" } } }, @@ -1361,7 +2041,7 @@ "type": "structure", "members": { "PolicyStatus": { - "shape": "S5j" + "shape": "S7d" } } }, @@ -1457,7 +2137,7 @@ "type": "structure", "members": { "Rules": { - "shape": "S5s" + "shape": "S7m" } } }, @@ -1547,7 +2227,7 @@ "type": "structure", "members": { "ReplicationConfiguration": { - "shape": "S6i" + "shape": "S89" } } }, @@ -1596,7 +2276,7 @@ ], "members": { "TagSet": { - "shape": "S1u" + "shape": "S2n" } } }, @@ -1656,16 +2336,17 @@ } } }, - "GetJobTagging": { + "GetDataAccess": { "http": { "method": "GET", - "requestUri": "/v20180820/jobs/{id}/tagging" + "requestUri": "/v20180820/accessgrantsinstance/dataaccess" }, "input": { "type": "structure", "required": [ "AccountId", - "JobId" + "Target", + "Permission" ], "members": { "AccountId": { @@ -1676,39 +2357,76 @@ "location": "header", "locationName": "x-amz-account-id" }, - "JobId": { - "location": "uri", - "locationName": "id" + "Target": { + "location": "querystring", + "locationName": "target" + }, + "Permission": { + "location": "querystring", + "locationName": "permission" + }, + "DurationSeconds": { + "location": "querystring", + "locationName": "durationSeconds", + "type": "integer" + }, + "Privilege": { + "location": "querystring", + "locationName": "privilege" + }, + "TargetType": { + "location": "querystring", + "locationName": "targetType" } } }, "output": { "type": "structure", "members": { - "Tags": { - "shape": "S1u" - } + "Credentials": { + "type": "structure", + "members": { + "AccessKeyId": { + "type": "string", + "sensitive": true + }, + "SecretAccessKey": { + "type": "string", + "sensitive": true + }, + "SessionToken": { + "type": "string", + "sensitive": true + }, + "Expiration": { + "type": "timestamp" + } + }, + "sensitive": true + }, + "MatchedGrantTarget": {} } }, "endpoint": { "hostPrefix": "{AccountId}." }, + "httpChecksumRequired": true, "staticContextParams": { "RequiresAccountId": { "value": true } } }, - "GetMultiRegionAccessPoint": { + "GetJobTagging": { "http": { "method": "GET", - "requestUri": "/v20180820/mrap/instances/{name+}" + "requestUri": "/v20180820/jobs/{id}/tagging" }, "input": { "type": "structure", "required": [ "AccountId", - "Name" + "JobId" ], "members": { "AccountId": { @@ -1719,17 +2437,60 @@ "location": "header", "locationName": "x-amz-account-id" }, - "Name": { + "JobId": { "location": "uri", - "locationName": "name" + "locationName": "id" } } }, "output": { "type": "structure", "members": { - "AccessPoint": { - "shape": "S7m" + "Tags": { + "shape": "S2n" + } + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "GetMultiRegionAccessPoint": { + "http": { + "method": "GET", + "requestUri": "/v20180820/mrap/instances/{name+}" + }, + "input": { + "type": "structure", + "required": [ + "AccountId", + "Name" + ], + "members": { + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "Name": { + "location": "uri", + "locationName": "name" + } + } + }, + "output": { + "type": "structure", + "members": { + "AccessPoint": { + "shape": "S9m" } } }, @@ -1831,7 +2592,7 @@ "type": "structure", "members": { "Established": { - "shape": "S5j" + "shape": "S7d" } } }, @@ -1876,7 +2637,7 @@ "members": { "Mrap": {}, "Routes": { - "shape": "S82" + "shape": "Sa1" } } }, @@ -1915,7 +2676,7 @@ "type": "structure", "members": { "PublicAccessBlockConfiguration": { - "shape": "S7" + "shape": "Sz" } }, "payload": "PublicAccessBlockConfiguration" @@ -1959,7 +2720,7 @@ "type": "structure", "members": { "StorageLensConfiguration": { - "shape": "S89" + "shape": "Sa8" } }, "payload": "StorageLensConfiguration" @@ -2003,13 +2764,274 @@ "type": "structure", "members": { "Tags": { - "shape": "S96" + "shape": "Sb9" + } + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "GetStorageLensGroup": { + "http": { + "method": "GET", + "requestUri": "/v20180820/storagelensgroup/{name}" + }, + "input": { + "type": "structure", + "required": [ + "Name", + "AccountId" + ], + "members": { + "Name": { + "location": "uri", + "locationName": "name" + }, + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + } + } + }, + "output": { + "type": "structure", + "members": { + "StorageLensGroup": { + "shape": "S4h" + } + }, + "payload": "StorageLensGroup" + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "ListAccessGrants": { + "http": { + "method": "GET", + "requestUri": "/v20180820/accessgrantsinstance/grants" + }, + "input": { + "type": "structure", + "required": [ + "AccountId" + ], + "members": { + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "NextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "MaxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "GranteeType": { + "location": "querystring", + "locationName": "granteetype" + }, + "GranteeIdentifier": { + "location": "querystring", + "locationName": "granteeidentifier" + }, + "Permission": { + "location": "querystring", + "locationName": "permission" + }, + "GrantScope": { + "location": "querystring", + "locationName": "grantscope" + }, + "ApplicationArn": { + "location": "querystring", + "locationName": "application_arn" + } + } + }, + "output": { + "type": "structure", + "members": { + "NextToken": {}, + "AccessGrantsList": { + "type": "list", + "member": { + "locationName": "AccessGrant", + "type": "structure", + "members": { + "CreatedAt": { + "type": "timestamp" + }, + "AccessGrantId": {}, + "AccessGrantArn": {}, + "Grantee": { + "shape": "S8" + }, + "Permission": {}, + "AccessGrantsLocationId": {}, + "AccessGrantsLocationConfiguration": { + "shape": "S6" + }, + "GrantScope": {}, + "ApplicationArn": {} + } + } + } + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "httpChecksumRequired": true, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "ListAccessGrantsInstances": { + "http": { + "method": "GET", + "requestUri": "/v20180820/accessgrantsinstances" + }, + "input": { + "type": "structure", + "required": [ + "AccountId" + ], + "members": { + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "NextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "MaxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "NextToken": {}, + "AccessGrantsInstancesList": { + "type": "list", + "member": { + "locationName": "AccessGrantsInstance", + "type": "structure", + "members": { + "AccessGrantsInstanceId": {}, + "AccessGrantsInstanceArn": {}, + "CreatedAt": { + "type": "timestamp" + }, + "IdentityCenterArn": {} + } + } } } }, "endpoint": { "hostPrefix": "{AccountId}." }, + "httpChecksumRequired": true, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "ListAccessGrantsLocations": { + "http": { + "method": "GET", + "requestUri": "/v20180820/accessgrantsinstance/locations" + }, + "input": { + "type": "structure", + "required": [ + "AccountId" + ], + "members": { + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "NextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "MaxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "LocationScope": { + "location": "querystring", + "locationName": "locationscope" + } + } + }, + "output": { + "type": "structure", + "members": { + "NextToken": {}, + "AccessGrantsLocationsList": { + "type": "list", + "member": { + "locationName": "AccessGrantsLocation", + "type": "structure", + "members": { + "CreatedAt": { + "type": "timestamp" + }, + "AccessGrantsLocationId": {}, + "AccessGrantsLocationArn": {}, + "LocationScope": {}, + "IAMRoleArn": {} + } + } + } + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "httpChecksumRequired": true, "staticContextParams": { "RequiresAccountId": { "value": true @@ -2070,7 +3092,7 @@ "Name": {}, "NetworkOrigin": {}, "VpcConfiguration": { - "shape": "S5" + "shape": "Sx" }, "Bucket": {}, "AccessPointArn": {}, @@ -2136,7 +3158,7 @@ "Name": {}, "ObjectLambdaAccessPointArn": {}, "Alias": { - "shape": "St" + "shape": "S1l" } } } @@ -2212,10 +3234,199 @@ "type": "timestamp" }, "ProgressSummary": { - "shape": "S48" + "shape": "S5p" + } + } + } + } + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "ListMultiRegionAccessPoints": { + "http": { + "method": "GET", + "requestUri": "/v20180820/mrap/instances" + }, + "input": { + "type": "structure", + "required": [ + "AccountId" + ], + "members": { + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "NextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "MaxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "AccessPoints": { + "type": "list", + "member": { + "shape": "S9m", + "locationName": "AccessPoint" + } + }, + "NextToken": {} + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "httpChecksumRequired": true, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "ListRegionalBuckets": { + "http": { + "method": "GET", + "requestUri": "/v20180820/bucket" + }, + "input": { + "type": "structure", + "required": [ + "AccountId" + ], + "members": { + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "NextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "MaxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "OutpostId": { + "contextParam": { + "name": "OutpostId" + }, + "location": "header", + "locationName": "x-amz-outpost-id" + } + } + }, + "output": { + "type": "structure", + "members": { + "RegionalBucketList": { + "type": "list", + "member": { + "locationName": "RegionalBucket", + "type": "structure", + "required": [ + "Bucket", + "PublicAccessBlockEnabled", + "CreationDate" + ], + "members": { + "Bucket": {}, + "BucketArn": {}, + "PublicAccessBlockEnabled": { + "type": "boolean" + }, + "CreationDate": { + "type": "timestamp" + }, + "OutpostId": {} + } + } + }, + "NextToken": {} + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "ListStorageLensConfigurations": { + "http": { + "method": "GET", + "requestUri": "/v20180820/storagelens" + }, + "input": { + "type": "structure", + "required": [ + "AccountId" + ], + "members": { + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "NextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "members": { + "NextToken": {}, + "StorageLensConfigurationList": { + "type": "list", + "member": { + "locationName": "StorageLensConfiguration", + "type": "structure", + "required": [ + "Id", + "StorageLensArn", + "HomeRegion" + ], + "members": { + "Id": {}, + "StorageLensArn": {}, + "HomeRegion": {}, + "IsEnabled": { + "type": "boolean" } } - } + }, + "flattened": true } } }, @@ -2228,10 +3439,10 @@ } } }, - "ListMultiRegionAccessPoints": { + "ListStorageLensGroups": { "http": { "method": "GET", - "requestUri": "/v20180820/mrap/instances" + "requestUri": "/v20180820/storagelensgroup" }, "input": { "type": "structure", @@ -2250,46 +3461,52 @@ "NextToken": { "location": "querystring", "locationName": "nextToken" - }, - "MaxResults": { - "location": "querystring", - "locationName": "maxResults", - "type": "integer" } } }, "output": { "type": "structure", "members": { - "AccessPoints": { + "NextToken": {}, + "StorageLensGroupList": { "type": "list", "member": { - "shape": "S7m", - "locationName": "AccessPoint" - } - }, - "NextToken": {} + "locationName": "StorageLensGroup", + "type": "structure", + "required": [ + "Name", + "StorageLensGroupArn", + "HomeRegion" + ], + "members": { + "Name": {}, + "StorageLensGroupArn": {}, + "HomeRegion": {} + } + }, + "flattened": true + } } }, "endpoint": { "hostPrefix": "{AccountId}." }, - "httpChecksumRequired": true, "staticContextParams": { "RequiresAccountId": { "value": true } } }, - "ListRegionalBuckets": { + "ListTagsForResource": { "http": { "method": "GET", - "requestUri": "/v20180820/bucket" + "requestUri": "/v20180820/tags/{resourceArn+}" }, "input": { "type": "structure", "required": [ - "AccountId" + "AccountId", + "ResourceArn" ], "members": { "AccountId": { @@ -2300,51 +3517,18 @@ "location": "header", "locationName": "x-amz-account-id" }, - "NextToken": { - "location": "querystring", - "locationName": "nextToken" - }, - "MaxResults": { - "location": "querystring", - "locationName": "maxResults", - "type": "integer" - }, - "OutpostId": { - "contextParam": { - "name": "OutpostId" - }, - "location": "header", - "locationName": "x-amz-outpost-id" + "ResourceArn": { + "location": "uri", + "locationName": "resourceArn" } } }, "output": { "type": "structure", "members": { - "RegionalBucketList": { - "type": "list", - "member": { - "locationName": "RegionalBucket", - "type": "structure", - "required": [ - "Bucket", - "PublicAccessBlockEnabled", - "CreationDate" - ], - "members": { - "Bucket": {}, - "BucketArn": {}, - "PublicAccessBlockEnabled": { - "type": "boolean" - }, - "CreationDate": { - "type": "timestamp" - }, - "OutpostId": {} - } - } - }, - "NextToken": {} + "Tags": { + "shape": "Se" + } } }, "endpoint": { @@ -2356,15 +3540,20 @@ } } }, - "ListStorageLensConfigurations": { + "PutAccessGrantsInstanceResourcePolicy": { "http": { - "method": "GET", - "requestUri": "/v20180820/storagelens" + "method": "PUT", + "requestUri": "/v20180820/accessgrantsinstance/resourcepolicy" }, "input": { + "locationName": "PutAccessGrantsInstanceResourcePolicyRequest", + "xmlNamespace": { + "uri": "http://awss3control.amazonaws.com/doc/2018-08-20/" + }, "type": "structure", "required": [ - "AccountId" + "AccountId", + "Policy" ], "members": { "AccountId": { @@ -2375,42 +3564,24 @@ "location": "header", "locationName": "x-amz-account-id" }, - "NextToken": { - "location": "querystring", - "locationName": "nextToken" - } + "Policy": {}, + "Organization": {} } }, "output": { "type": "structure", "members": { - "NextToken": {}, - "StorageLensConfigurationList": { - "type": "list", - "member": { - "locationName": "StorageLensConfiguration", - "type": "structure", - "required": [ - "Id", - "StorageLensArn", - "HomeRegion" - ], - "members": { - "Id": {}, - "StorageLensArn": {}, - "HomeRegion": {}, - "IsEnabled": { - "type": "boolean" - } - } - }, - "flattened": true + "Policy": {}, + "Organization": {}, + "CreatedAt": { + "type": "timestamp" } } }, "endpoint": { "hostPrefix": "{AccountId}." }, + "httpChecksumRequired": true, "staticContextParams": { "RequiresAccountId": { "value": true @@ -2447,7 +3618,7 @@ "locationName": "name" }, "Configuration": { - "shape": "Se" + "shape": "S16" } } }, @@ -2580,7 +3751,7 @@ "type": "structure", "members": { "Rules": { - "shape": "S5s" + "shape": "S7m" } } } @@ -2676,7 +3847,7 @@ "locationName": "name" }, "ReplicationConfiguration": { - "shape": "S6i", + "shape": "S89", "locationName": "ReplicationConfiguration", "xmlNamespace": { "uri": "http://awss3control.amazonaws.com/doc/2018-08-20/" @@ -2734,7 +3905,7 @@ ], "members": { "TagSet": { - "shape": "S1u" + "shape": "S2n" } } } @@ -2839,7 +4010,7 @@ "locationName": "id" }, "Tags": { - "shape": "S1u" + "shape": "S2n" } } }, @@ -2884,7 +4055,7 @@ "idempotencyToken": true }, "Details": { - "shape": "S4u" + "shape": "S6b" } } }, @@ -2897,32 +4068,162 @@ "endpoint": { "hostPrefix": "{AccountId}." }, - "httpChecksumRequired": true, + "httpChecksumRequired": true, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "PutPublicAccessBlock": { + "http": { + "method": "PUT", + "requestUri": "/v20180820/configuration/publicAccessBlock" + }, + "input": { + "type": "structure", + "required": [ + "PublicAccessBlockConfiguration", + "AccountId" + ], + "members": { + "PublicAccessBlockConfiguration": { + "shape": "Sz", + "locationName": "PublicAccessBlockConfiguration", + "xmlNamespace": { + "uri": "http://awss3control.amazonaws.com/doc/2018-08-20/" + } + }, + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + } + }, + "payload": "PublicAccessBlockConfiguration" + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "PutStorageLensConfiguration": { + "http": { + "method": "PUT", + "requestUri": "/v20180820/storagelens/{storagelensid}" + }, + "input": { + "locationName": "PutStorageLensConfigurationRequest", + "xmlNamespace": { + "uri": "http://awss3control.amazonaws.com/doc/2018-08-20/" + }, + "type": "structure", + "required": [ + "ConfigId", + "AccountId", + "StorageLensConfiguration" + ], + "members": { + "ConfigId": { + "location": "uri", + "locationName": "storagelensid" + }, + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "StorageLensConfiguration": { + "shape": "Sa8" + }, + "Tags": { + "shape": "Sb9" + } + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } + }, + "PutStorageLensConfigurationTagging": { + "http": { + "method": "PUT", + "requestUri": "/v20180820/storagelens/{storagelensid}/tagging" + }, + "input": { + "locationName": "PutStorageLensConfigurationTaggingRequest", + "xmlNamespace": { + "uri": "http://awss3control.amazonaws.com/doc/2018-08-20/" + }, + "type": "structure", + "required": [ + "ConfigId", + "AccountId", + "Tags" + ], + "members": { + "ConfigId": { + "location": "uri", + "locationName": "storagelensid" + }, + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "Tags": { + "shape": "Sb9" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, "staticContextParams": { "RequiresAccountId": { "value": true } } }, - "PutPublicAccessBlock": { + "SubmitMultiRegionAccessPointRoutes": { "http": { - "method": "PUT", - "requestUri": "/v20180820/configuration/publicAccessBlock" + "method": "PATCH", + "requestUri": "/v20180820/mrap/instances/{mrap+}/routes" }, "input": { + "locationName": "SubmitMultiRegionAccessPointRoutesRequest", + "xmlNamespace": { + "uri": "http://awss3control.amazonaws.com/doc/2018-08-20/" + }, "type": "structure", "required": [ - "PublicAccessBlockConfiguration", - "AccountId" + "AccountId", + "Mrap", + "RouteUpdates" ], "members": { - "PublicAccessBlockConfiguration": { - "shape": "S7", - "locationName": "PublicAccessBlockConfiguration", - "xmlNamespace": { - "uri": "http://awss3control.amazonaws.com/doc/2018-08-20/" - } - }, "AccountId": { "contextParam": { "name": "AccountId" @@ -2930,40 +4231,47 @@ "hostLabel": true, "location": "header", "locationName": "x-amz-account-id" + }, + "Mrap": { + "location": "uri", + "locationName": "mrap" + }, + "RouteUpdates": { + "shape": "Sa1" } - }, - "payload": "PublicAccessBlockConfiguration" + } + }, + "output": { + "type": "structure", + "members": {} }, "endpoint": { "hostPrefix": "{AccountId}." }, + "httpChecksumRequired": true, "staticContextParams": { "RequiresAccountId": { "value": true } } }, - "PutStorageLensConfiguration": { + "TagResource": { "http": { - "method": "PUT", - "requestUri": "/v20180820/storagelens/{storagelensid}" + "requestUri": "/v20180820/tags/{resourceArn+}", + "responseCode": 204 }, "input": { - "locationName": "PutStorageLensConfigurationRequest", + "locationName": "TagResourceRequest", "xmlNamespace": { "uri": "http://awss3control.amazonaws.com/doc/2018-08-20/" }, "type": "structure", "required": [ - "ConfigId", "AccountId", - "StorageLensConfiguration" + "ResourceArn", + "Tags" ], "members": { - "ConfigId": { - "location": "uri", - "locationName": "storagelensid" - }, "AccountId": { "contextParam": { "name": "AccountId" @@ -2972,14 +4280,19 @@ "location": "header", "locationName": "x-amz-account-id" }, - "StorageLensConfiguration": { - "shape": "S89" + "ResourceArn": { + "location": "uri", + "locationName": "resourceArn" }, "Tags": { - "shape": "S96" + "shape": "Se" } } }, + "output": { + "type": "structure", + "members": {} + }, "endpoint": { "hostPrefix": "{AccountId}." }, @@ -2989,27 +4302,20 @@ } } }, - "PutStorageLensConfigurationTagging": { + "UntagResource": { "http": { - "method": "PUT", - "requestUri": "/v20180820/storagelens/{storagelensid}/tagging" + "method": "DELETE", + "requestUri": "/v20180820/tags/{resourceArn+}", + "responseCode": 204 }, "input": { - "locationName": "PutStorageLensConfigurationTaggingRequest", - "xmlNamespace": { - "uri": "http://awss3control.amazonaws.com/doc/2018-08-20/" - }, "type": "structure", "required": [ - "ConfigId", "AccountId", - "Tags" + "ResourceArn", + "TagKeys" ], "members": { - "ConfigId": { - "location": "uri", - "locationName": "storagelensid" - }, "AccountId": { "contextParam": { "name": "AccountId" @@ -3018,8 +4324,15 @@ "location": "header", "locationName": "x-amz-account-id" }, - "Tags": { - "shape": "S96" + "ResourceArn": { + "location": "uri", + "locationName": "resourceArn" + }, + "TagKeys": { + "location": "querystring", + "locationName": "tagKeys", + "type": "list", + "member": {} } } }, @@ -3036,21 +4349,21 @@ } } }, - "SubmitMultiRegionAccessPointRoutes": { + "UpdateAccessGrantsLocation": { "http": { - "method": "PATCH", - "requestUri": "/v20180820/mrap/instances/{mrap+}/routes" + "method": "PUT", + "requestUri": "/v20180820/accessgrantsinstance/location/{id}" }, "input": { - "locationName": "SubmitMultiRegionAccessPointRoutesRequest", + "locationName": "UpdateAccessGrantsLocationRequest", "xmlNamespace": { "uri": "http://awss3control.amazonaws.com/doc/2018-08-20/" }, "type": "structure", "required": [ "AccountId", - "Mrap", - "RouteUpdates" + "AccessGrantsLocationId", + "IAMRoleArn" ], "members": { "AccountId": { @@ -3061,18 +4374,24 @@ "location": "header", "locationName": "x-amz-account-id" }, - "Mrap": { + "AccessGrantsLocationId": { "location": "uri", - "locationName": "mrap" + "locationName": "id" }, - "RouteUpdates": { - "shape": "S82" - } + "IAMRoleArn": {} } }, "output": { "type": "structure", - "members": {} + "members": { + "CreatedAt": { + "type": "timestamp" + }, + "AccessGrantsLocationId": {}, + "AccessGrantsLocationArn": {}, + "LocationScope": {}, + "IAMRoleArn": {} + } }, "endpoint": { "hostPrefix": "{AccountId}." @@ -3187,10 +4506,82 @@ "value": true } } + }, + "UpdateStorageLensGroup": { + "http": { + "method": "PUT", + "requestUri": "/v20180820/storagelensgroup/{name}", + "responseCode": 204 + }, + "input": { + "locationName": "UpdateStorageLensGroupRequest", + "xmlNamespace": { + "uri": "http://awss3control.amazonaws.com/doc/2018-08-20/" + }, + "type": "structure", + "required": [ + "Name", + "AccountId", + "StorageLensGroup" + ], + "members": { + "Name": { + "location": "uri", + "locationName": "name" + }, + "AccountId": { + "contextParam": { + "name": "AccountId" + }, + "hostLabel": true, + "location": "header", + "locationName": "x-amz-account-id" + }, + "StorageLensGroup": { + "shape": "S4h" + } + } + }, + "endpoint": { + "hostPrefix": "{AccountId}." + }, + "staticContextParams": { + "RequiresAccountId": { + "value": true + } + } } }, "shapes": { - "S5": { + "S6": { + "type": "structure", + "members": { + "S3SubPrefix": {} + } + }, + "S8": { + "type": "structure", + "members": { + "GranteeType": {}, + "GranteeIdentifier": {} + } + }, + "Se": { + "type": "list", + "member": { + "locationName": "Tag", + "type": "structure", + "required": [ + "Key", + "Value" + ], + "members": { + "Key": {}, + "Value": {} + } + } + }, + "Sx": { "type": "structure", "required": [ "VpcId" @@ -3199,7 +4590,7 @@ "VpcId": {} } }, - "S7": { + "Sz": { "type": "structure", "members": { "BlockPublicAcls": { @@ -3220,7 +4611,7 @@ } } }, - "Se": { + "S16": { "type": "structure", "required": [ "SupportingAccessPoint", @@ -3274,20 +4665,26 @@ } } }, - "St": { + "S1l": { "type": "structure", "members": { "Value": {}, "Status": {} } }, - "S1c": { + "S24": { "type": "structure", "members": { "LambdaInvoke": { "type": "structure", "members": { - "FunctionArn": {} + "FunctionArn": {}, + "InvocationSchemaVersion": {}, + "UserArguments": { + "type": "map", + "key": {}, + "value": {} + } } }, "S3PutObjectCopy": { @@ -3296,7 +4693,7 @@ "TargetResource": {}, "CannedAccessControlList": {}, "AccessControlGrants": { - "shape": "S1h" + "shape": "S2b" }, "MetadataDirective": {}, "ModifiedSinceConstraint": { @@ -3329,7 +4726,7 @@ } }, "NewObjectTagging": { - "shape": "S1u" + "shape": "S2n" }, "RedirectLocation": {}, "RequesterPays": { @@ -3372,7 +4769,7 @@ } }, "Grants": { - "shape": "S1h" + "shape": "S2b" } } }, @@ -3385,7 +4782,7 @@ "type": "structure", "members": { "TagSet": { - "shape": "S1u" + "shape": "S2n" } } }, @@ -3445,7 +4842,7 @@ } } }, - "S1h": { + "S2b": { "type": "list", "member": { "type": "structure", @@ -3462,13 +4859,13 @@ } } }, - "S1u": { + "S2n": { "type": "list", "member": { - "shape": "S1v" + "shape": "S2o" } }, - "S1v": { + "S2o": { "type": "structure", "required": [ "Key", @@ -3479,7 +4876,7 @@ "Value": {} } }, - "S2j": { + "S3a": { "type": "structure", "required": [ "Enabled" @@ -3494,7 +4891,7 @@ "ReportScope": {} } }, - "S2n": { + "S3f": { "type": "structure", "required": [ "Spec", @@ -3515,11 +4912,11 @@ } }, "Location": { - "shape": "S2s" + "shape": "S3k" } } }, - "S2s": { + "S3k": { "type": "structure", "required": [ "ObjectArn", @@ -3531,7 +4928,7 @@ "ETag": {} } }, - "S2y": { + "S3p": { "type": "structure", "members": { "S3JobManifestGenerator": { @@ -3591,6 +4988,30 @@ "ObjectReplicationStatuses": { "type": "list", "member": {} + }, + "KeyNameConstraint": { + "type": "structure", + "members": { + "MatchAnyPrefix": { + "shape": "S42" + }, + "MatchAnySuffix": { + "shape": "S42" + }, + "MatchAnySubstring": { + "shape": "S42" + } + } + }, + "ObjectSizeGreaterThanBytes": { + "type": "long" + }, + "ObjectSizeLessThanBytes": { + "type": "long" + }, + "MatchAnyStorageClass": { + "type": "list", + "member": {} } } }, @@ -3602,7 +5023,11 @@ }, "union": true }, - "S3e": { + "S42": { + "type": "list", + "member": {} + }, + "S4a": { "type": "structure", "required": [ "Name", @@ -3611,7 +5036,7 @@ "members": { "Name": {}, "PublicAccessBlock": { - "shape": "S7" + "shape": "Sz" }, "Regions": { "type": "list", @@ -3629,7 +5054,119 @@ } } }, - "S3w": { + "S4h": { + "type": "structure", + "required": [ + "Name", + "Filter" + ], + "members": { + "Name": {}, + "Filter": { + "type": "structure", + "members": { + "MatchAnyPrefix": { + "shape": "S4k" + }, + "MatchAnySuffix": { + "shape": "S4m" + }, + "MatchAnyTag": { + "shape": "S4o" + }, + "MatchObjectAge": { + "shape": "S4p" + }, + "MatchObjectSize": { + "shape": "S4r" + }, + "And": { + "type": "structure", + "members": { + "MatchAnyPrefix": { + "shape": "S4k" + }, + "MatchAnySuffix": { + "shape": "S4m" + }, + "MatchAnyTag": { + "shape": "S4o" + }, + "MatchObjectAge": { + "shape": "S4p" + }, + "MatchObjectSize": { + "shape": "S4r" + } + } + }, + "Or": { + "type": "structure", + "members": { + "MatchAnyPrefix": { + "shape": "S4k" + }, + "MatchAnySuffix": { + "shape": "S4m" + }, + "MatchAnyTag": { + "shape": "S4o" + }, + "MatchObjectAge": { + "shape": "S4p" + }, + "MatchObjectSize": { + "shape": "S4r" + } + } + } + } + }, + "StorageLensGroupArn": {} + } + }, + "S4k": { + "type": "list", + "member": { + "locationName": "Prefix" + } + }, + "S4m": { + "type": "list", + "member": { + "locationName": "Suffix" + } + }, + "S4o": { + "type": "list", + "member": { + "shape": "S2o", + "locationName": "Tag" + } + }, + "S4p": { + "type": "structure", + "members": { + "DaysGreaterThan": { + "type": "integer" + }, + "DaysLessThan": { + "type": "integer" + } + } + }, + "S4r": { + "type": "structure", + "members": { + "BytesGreaterThan": { + "type": "long" + }, + "BytesLessThan": { + "type": "long" + } + } + }, + "S5c": { "type": "structure", "required": [ "Name" @@ -3638,7 +5175,7 @@ "Name": {} } }, - "S48": { + "S5p": { "type": "structure", "members": { "TotalNumberOfTasks": { @@ -3660,7 +5197,7 @@ } } }, - "S4u": { + "S6b": { "type": "structure", "required": [ "Name", @@ -3671,7 +5208,7 @@ "Policy": {} } }, - "S5j": { + "S7d": { "type": "structure", "members": { "IsPublic": { @@ -3680,7 +5217,7 @@ } } }, - "S5s": { + "S7m": { "type": "list", "member": { "locationName": "Rule", @@ -3709,14 +5246,14 @@ "members": { "Prefix": {}, "Tag": { - "shape": "S1v" + "shape": "S2o" }, "And": { "type": "structure", "members": { "Prefix": {}, "Tags": { - "shape": "S1u" + "shape": "S2n" }, "ObjectSizeGreaterThan": { "type": "long" @@ -3786,7 +5323,7 @@ } } }, - "S6i": { + "S89": { "type": "structure", "required": [ "Role", @@ -3818,14 +5355,14 @@ "members": { "Prefix": {}, "Tag": { - "shape": "S1v" + "shape": "S2o" }, "And": { "type": "structure", "members": { "Prefix": {}, "Tags": { - "shape": "S1u" + "shape": "S2n" } } } @@ -3881,7 +5418,7 @@ "members": { "Status": {}, "Time": { - "shape": "S71" + "shape": "S8s" } } }, @@ -3908,7 +5445,7 @@ "members": { "Status": {}, "EventThreshold": { - "shape": "S71" + "shape": "S8s" } } }, @@ -3930,7 +5467,7 @@ } } }, - "S71": { + "S8s": { "type": "structure", "members": { "Minutes": { @@ -3938,7 +5475,7 @@ } } }, - "S7m": { + "S9m": { "type": "structure", "members": { "Name": {}, @@ -3947,7 +5484,7 @@ "type": "timestamp" }, "PublicAccessBlock": { - "shape": "S7" + "shape": "Sz" }, "Status": {}, "Regions": { @@ -3964,7 +5501,7 @@ } } }, - "S82": { + "Sa1": { "type": "list", "member": { "locationName": "Route", @@ -3981,7 +5518,7 @@ } } }, - "S89": { + "Sa8": { "type": "structure", "required": [ "Id", @@ -3997,13 +5534,13 @@ ], "members": { "ActivityMetrics": { - "shape": "S8b" + "shape": "Saa" }, "BucketLevel": { "type": "structure", "members": { "ActivityMetrics": { - "shape": "S8b" + "shape": "Saa" }, "PrefixLevel": { "type": "structure", @@ -4034,24 +5571,46 @@ } }, "AdvancedCostOptimizationMetrics": { - "shape": "S8k" + "shape": "Saj" }, "AdvancedDataProtectionMetrics": { - "shape": "S8l" + "shape": "Sak" }, "DetailedStatusCodesMetrics": { - "shape": "S8m" + "shape": "Sal" } } }, "AdvancedCostOptimizationMetrics": { - "shape": "S8k" + "shape": "Saj" }, "AdvancedDataProtectionMetrics": { - "shape": "S8l" + "shape": "Sak" }, "DetailedStatusCodesMetrics": { - "shape": "S8m" + "shape": "Sal" + }, + "StorageLensGroupLevel": { + "type": "structure", + "members": { + "SelectionCriteria": { + "type": "structure", + "members": { + "Include": { + "type": "list", + "member": { + "locationName": "Arn" + } + }, + "Exclude": { + "type": "list", + "member": { + "locationName": "Arn" + } + } + } + } + } } } }, @@ -4059,10 +5618,10 @@ "type": "structure", "members": { "Buckets": { - "shape": "S8o" + "shape": "Sar" }, "Regions": { - "shape": "S8p" + "shape": "Sas" } } }, @@ -4070,10 +5629,10 @@ "type": "structure", "members": { "Buckets": { - "shape": "S8o" + "shape": "Sar" }, "Regions": { - "shape": "S8p" + "shape": "Sas" } } }, @@ -4144,7 +5703,7 @@ "StorageLensArn": {} } }, - "S8b": { + "Saa": { "type": "structure", "members": { "IsEnabled": { @@ -4152,7 +5711,7 @@ } } }, - "S8k": { + "Saj": { "type": "structure", "members": { "IsEnabled": { @@ -4160,7 +5719,7 @@ } } }, - "S8l": { + "Sak": { "type": "structure", "members": { "IsEnabled": { @@ -4168,7 +5727,7 @@ } } }, - "S8m": { + "Sal": { "type": "structure", "members": { "IsEnabled": { @@ -4176,19 +5735,19 @@ } } }, - "S8o": { + "Sar": { "type": "list", "member": { "locationName": "Arn" } }, - "S8p": { + "Sas": { "type": "list", "member": { "locationName": "Region" } }, - "S96": { + "Sb9": { "type": "list", "member": { "locationName": "Tag", diff --git a/iamlivecore/service/s3outposts-2017-07-25.min.json b/iamlivecore/service/s3outposts-2017-07-25.min.json index 348eccd..b6a2d0d 100644 --- a/iamlivecore/service/s3outposts-2017-07-25.min.json +++ b/iamlivecore/service/s3outposts-2017-07-25.min.json @@ -119,6 +119,7 @@ "type": "structure", "members": { "OutpostArn": {}, + "S3OutpostArn": {}, "OutpostId": {}, "OwnerId": {}, "CapacityInBytes": { diff --git a/iamlivecore/service/sagemaker-2017-07-24.min.json b/iamlivecore/service/sagemaker-2017-07-24.min.json index 7cc83f8..74928f6 100644 --- a/iamlivecore/service/sagemaker-2017-07-24.min.json +++ b/iamlivecore/service/sagemaker-2017-07-24.min.json @@ -153,16 +153,16 @@ "members": { "ActionName": {}, "Source": { - "shape": "S1j" + "shape": "S1n" }, "ActionType": {}, "Description": {}, "Status": {}, "Properties": { - "shape": "S1o" + "shape": "S1s" }, "MetadataProperties": { - "shape": "S1q" + "shape": "S1u" }, "Tags": { "shape": "S7" @@ -187,13 +187,13 @@ "AlgorithmName": {}, "AlgorithmDescription": {}, "TrainingSpecification": { - "shape": "S1v" + "shape": "S1z" }, "InferenceSpecification": { "shape": "Sr" }, "ValidationSpecification": { - "shape": "S2o" + "shape": "S2r" }, "CertifyForMarketplace": { "type": "boolean" @@ -230,7 +230,7 @@ "shape": "S7" }, "ResourceSpec": { - "shape": "S4e" + "shape": "S4h" }, "SpaceName": {} } @@ -254,7 +254,10 @@ "shape": "S7" }, "KernelGatewayImageConfig": { - "shape": "S4o" + "shape": "S4s" + }, + "JupyterLabAppImageConfig": { + "shape": "S51" } } }, @@ -275,14 +278,14 @@ "members": { "ArtifactName": {}, "Source": { - "shape": "S50" + "shape": "S5b" }, "ArtifactType": {}, "Properties": { - "shape": "S1o" + "shape": "S1s" }, "MetadataProperties": { - "shape": "S1q" + "shape": "S1u" }, "Tags": { "shape": "S7" @@ -308,17 +311,17 @@ "members": { "AutoMLJobName": {}, "InputDataConfig": { - "shape": "S58" + "shape": "S5j" }, "OutputDataConfig": { - "shape": "S5g" + "shape": "S5r" }, "ProblemType": {}, "AutoMLJobObjective": { - "shape": "S5i" + "shape": "S5t" }, "AutoMLJobConfig": { - "shape": "S5k" + "shape": "S5v" }, "RoleArn": {}, "GenerateCandidateDefinitionsOnly": { @@ -328,7 +331,7 @@ "shape": "S7" }, "ModelDeployConfig": { - "shape": "S64" + "shape": "S6f" } } }, @@ -355,29 +358,29 @@ "members": { "AutoMLJobName": {}, "AutoMLJobInputDataConfig": { - "shape": "S6a" + "shape": "S6l" }, "OutputDataConfig": { - "shape": "S5g" + "shape": "S5r" }, "AutoMLProblemTypeConfig": { - "shape": "S6c" + "shape": "S6n" }, "RoleArn": {}, "Tags": { "shape": "S7" }, "SecurityConfig": { - "shape": "S5p" + "shape": "S60" }, "AutoMLJobObjective": { - "shape": "S5i" + "shape": "S5t" }, "ModelDeployConfig": { - "shape": "S64" + "shape": "S6f" }, "DataSplitConfig": { - "shape": "S5v" + "shape": "S66" } } }, @@ -391,6 +394,36 @@ } } }, + "CreateCluster": { + "input": { + "type": "structure", + "required": [ + "ClusterName", + "InstanceGroups" + ], + "members": { + "ClusterName": {}, + "InstanceGroups": { + "shape": "S7n" + }, + "VpcConfig": { + "shape": "S61" + }, + "Tags": { + "shape": "S7" + } + } + }, + "output": { + "type": "structure", + "required": [ + "ClusterArn" + ], + "members": { + "ClusterArn": {} + } + } + }, "CreateCodeRepository": { "input": { "type": "structure", @@ -401,7 +434,7 @@ "members": { "CodeRepositoryName": {}, "GitConfig": { - "shape": "S76" + "shape": "S7y" }, "Tags": { "shape": "S7" @@ -432,16 +465,16 @@ "RoleArn": {}, "ModelPackageVersionArn": {}, "InputConfig": { - "shape": "S7d" + "shape": "S85" }, "OutputConfig": { - "shape": "S7g" + "shape": "S88" }, "VpcConfig": { - "shape": "S7n" + "shape": "S8f" }, "StoppingCondition": { - "shape": "S3n" + "shape": "S3p" }, "Tags": { "shape": "S7" @@ -469,12 +502,12 @@ "members": { "ContextName": {}, "Source": { - "shape": "S7v" + "shape": "S8n" }, "ContextType": {}, "Description": {}, "Properties": { - "shape": "S1o" + "shape": "S1s" }, "Tags": { "shape": "S7" @@ -502,26 +535,26 @@ "members": { "JobDefinitionName": {}, "DataQualityBaselineConfig": { - "shape": "S80" + "shape": "S8s" }, "DataQualityAppSpecification": { - "shape": "S84" + "shape": "S8w" }, "DataQualityJobInput": { - "shape": "S8d" + "shape": "S95" }, "DataQualityJobOutputConfig": { - "shape": "S8q" + "shape": "S9j" }, "JobResources": { - "shape": "S8w" + "shape": "S9p" }, "NetworkConfig": { - "shape": "S91" + "shape": "S9u" }, "RoleArn": {}, "StoppingCondition": { - "shape": "S92" + "shape": "S9v" }, "Tags": { "shape": "S7" @@ -550,7 +583,7 @@ "RoleArn": {}, "Description": {}, "OutputConfig": { - "shape": "S98" + "shape": "Sa1" }, "Tags": { "shape": "S7" @@ -575,10 +608,10 @@ "DomainName": {}, "AuthMode": {}, "DefaultUserSettings": { - "shape": "S9e" + "shape": "Sa7" }, "SubnetIds": { - "shape": "S5t" + "shape": "S64" }, "VpcId": {}, "Tags": { @@ -592,10 +625,10 @@ "KmsKeyId": {}, "AppSecurityGroupManagement": {}, "DomainSettings": { - "shape": "Sa8" + "shape": "Sbh" }, "DefaultSpaceSettings": { - "shape": "Sac" + "shape": "Sbl" } } }, @@ -618,11 +651,11 @@ "members": { "EdgeDeploymentPlanName": {}, "ModelConfigs": { - "shape": "Sah" + "shape": "Sbq" }, "DeviceFleetName": {}, "Stages": { - "shape": "Saj" + "shape": "Sbs" }, "Tags": { "shape": "S7" @@ -649,7 +682,7 @@ "members": { "EdgeDeploymentPlanName": {}, "Stages": { - "shape": "Saj" + "shape": "Sbs" } } } @@ -672,7 +705,7 @@ "ModelVersion": {}, "RoleArn": {}, "OutputConfig": { - "shape": "S98" + "shape": "Sa1" }, "ResourceKey": {}, "Tags": { @@ -692,7 +725,7 @@ "EndpointName": {}, "EndpointConfigName": {}, "DeploymentConfig": { - "shape": "Saz" + "shape": "Sc8" }, "Tags": { "shape": "S7" @@ -719,23 +752,30 @@ "members": { "EndpointConfigName": {}, "ProductionVariants": { - "shape": "Sbh" + "shape": "Scq" }, "DataCaptureConfig": { - "shape": "Sbx" + "shape": "Sdc" }, "Tags": { "shape": "S7" }, "KmsKeyId": {}, "AsyncInferenceConfig": { - "shape": "Sc8" + "shape": "Sdn" }, "ExplainerConfig": { - "shape": "Scg" + "shape": "Sdv" }, "ShadowProductionVariants": { - "shape": "Sbh" + "shape": "Scq" + }, + "ExecutionRoleArn": {}, + "VpcConfig": { + "shape": "S61" + }, + "EnableNetworkIsolation": { + "type": "boolean" } } }, @@ -785,13 +825,13 @@ "RecordIdentifierFeatureName": {}, "EventTimeFeatureName": {}, "FeatureDefinitions": { - "shape": "Sdf" + "shape": "Seu" }, "OnlineStoreConfig": { - "shape": "Sdi" + "shape": "Sf1" }, "OfflineStoreConfig": { - "shape": "Sdn" + "shape": "Sf7" }, "RoleArn": {}, "Description": {}, @@ -822,16 +862,16 @@ "members": { "FlowDefinitionName": {}, "HumanLoopRequestSource": { - "shape": "Sdz" + "shape": "Sfj" }, "HumanLoopActivationConfig": { - "shape": "Se1" + "shape": "Sfl" }, "HumanLoopConfig": { - "shape": "Se4" + "shape": "Sfo" }, "OutputConfig": { - "shape": "Sej" + "shape": "Sg3" }, "RoleArn": {}, "Tags": { @@ -861,10 +901,10 @@ "HubDescription": {}, "HubDisplayName": {}, "HubSearchKeywords": { - "shape": "Seq" + "shape": "Sga" }, "S3StorageConfig": { - "shape": "Ses" + "shape": "Sgc" }, "Tags": { "shape": "S7" @@ -891,7 +931,7 @@ "members": { "HumanTaskUiName": {}, "UiTemplate": { - "shape": "Sey" + "shape": "Sgi" }, "Tags": { "shape": "S7" @@ -918,22 +958,22 @@ "members": { "HyperParameterTuningJobName": {}, "HyperParameterTuningJobConfig": { - "shape": "Sf3" + "shape": "Sgn" }, "TrainingJobDefinition": { - "shape": "Sfw" + "shape": "Shg" }, "TrainingJobDefinitions": { - "shape": "Sgc" + "shape": "Shw" }, "WarmStartConfig": { - "shape": "Sgd" + "shape": "Shx" }, "Tags": { "shape": "S7" }, "Autotune": { - "shape": "Sgh" + "shape": "Si1" } } }, @@ -986,7 +1026,7 @@ }, "ImageName": {}, "Aliases": { - "shape": "Sgs" + "shape": "Sic" }, "VendorGuidance": {}, "JobType": {}, @@ -1006,6 +1046,41 @@ } } }, + "CreateInferenceComponent": { + "input": { + "type": "structure", + "required": [ + "InferenceComponentName", + "EndpointName", + "VariantName", + "Specification", + "RuntimeConfig" + ], + "members": { + "InferenceComponentName": {}, + "EndpointName": {}, + "VariantName": {}, + "Specification": { + "shape": "Sio" + }, + "RuntimeConfig": { + "shape": "Siv" + }, + "Tags": { + "shape": "S7" + } + } + }, + "output": { + "type": "structure", + "required": [ + "InferenceComponentArn" + ], + "members": { + "InferenceComponentArn": {} + } + } + }, "CreateInferenceExperiment": { "input": { "type": "structure", @@ -1021,19 +1096,19 @@ "Name": {}, "Type": {}, "Schedule": { - "shape": "Sh5" + "shape": "Sj2" }, "Description": {}, "RoleArn": {}, "EndpointName": {}, "ModelVariants": { - "shape": "Sh8" + "shape": "Sj5" }, "DataStorageConfig": { - "shape": "Shg" + "shape": "Sjd" }, "ShadowModeConfig": { - "shape": "Shh" + "shape": "Sje" }, "KmsKey": {}, "Tags": { @@ -1065,11 +1140,11 @@ "JobType": {}, "RoleArn": {}, "InputConfig": { - "shape": "Shp" + "shape": "Sjm" }, "JobDescription": {}, "StoppingConditions": { - "shape": "Sit" + "shape": "Skq" }, "OutputConfig": { "type": "structure", @@ -1113,21 +1188,21 @@ "LabelingJobName": {}, "LabelAttributeName": {}, "InputConfig": { - "shape": "Sj5" + "shape": "Sl2" }, "OutputConfig": { - "shape": "Sjc" + "shape": "Sl9" }, "RoleArn": {}, "LabelCategoryConfigS3Uri": {}, "StoppingConditions": { - "shape": "Sjd" + "shape": "Sla" }, "LabelingJobAlgorithmsConfig": { - "shape": "Sjg" + "shape": "Sld" }, "HumanTaskConfig": { - "shape": "Sjk" + "shape": "Slh" }, "Tags": { "shape": "S7" @@ -1148,26 +1223,25 @@ "input": { "type": "structure", "required": [ - "ModelName", - "ExecutionRoleArn" + "ModelName" ], "members": { "ModelName": {}, "PrimaryContainer": { - "shape": "Sjz" + "shape": "Slw" }, "Containers": { - "shape": "Skd" + "shape": "Smc" }, "InferenceExecutionConfig": { - "shape": "Ske" + "shape": "Smd" }, "ExecutionRoleArn": {}, "Tags": { "shape": "S7" }, "VpcConfig": { - "shape": "S5q" + "shape": "S61" }, "EnableNetworkIsolation": { "type": "boolean" @@ -1198,26 +1272,26 @@ "members": { "JobDefinitionName": {}, "ModelBiasBaselineConfig": { - "shape": "Ski" + "shape": "Smh" }, "ModelBiasAppSpecification": { - "shape": "Skj" + "shape": "Smi" }, "ModelBiasJobInput": { - "shape": "Skk" + "shape": "Smj" }, "ModelBiasJobOutputConfig": { - "shape": "S8q" + "shape": "S9j" }, "JobResources": { - "shape": "S8w" + "shape": "S9p" }, "NetworkConfig": { - "shape": "S91" + "shape": "S9u" }, "RoleArn": {}, "StoppingCondition": { - "shape": "S92" + "shape": "S9v" }, "Tags": { "shape": "S7" @@ -1245,10 +1319,10 @@ "members": { "ModelCardName": {}, "SecurityConfig": { - "shape": "Sko" + "shape": "Smn" }, "Content": { - "shape": "Skp" + "shape": "Smo" }, "ModelCardStatus": {}, "Tags": { @@ -1281,7 +1355,7 @@ }, "ModelCardExportJobName": {}, "OutputConfig": { - "shape": "Skv" + "shape": "Smu" } } }, @@ -1309,26 +1383,26 @@ "members": { "JobDefinitionName": {}, "ModelExplainabilityBaselineConfig": { - "shape": "Skz" + "shape": "Smy" }, "ModelExplainabilityAppSpecification": { - "shape": "Sl0" + "shape": "Smz" }, "ModelExplainabilityJobInput": { - "shape": "Sl1" + "shape": "Sn0" }, "ModelExplainabilityJobOutputConfig": { - "shape": "S8q" + "shape": "S9j" }, "JobResources": { - "shape": "S8w" + "shape": "S9p" }, "NetworkConfig": { - "shape": "S91" + "shape": "S9u" }, "RoleArn": {}, "StoppingCondition": { - "shape": "S92" + "shape": "S9v" }, "Tags": { "shape": "S7" @@ -1356,10 +1430,10 @@ "shape": "Sr" }, "ValidationSpecification": { - "shape": "Sl4" + "shape": "Sn3" }, "SourceAlgorithmSpecification": { - "shape": "Sl7" + "shape": "Sn6" }, "CertifyForMarketplace": { "type": "boolean" @@ -1369,25 +1443,25 @@ }, "ModelApprovalStatus": {}, "MetadataProperties": { - "shape": "S1q" + "shape": "S1u" }, "ModelMetrics": { - "shape": "Sla" + "shape": "Sn9" }, "ClientToken": { "idempotencyToken": true }, "CustomerMetadataProperties": { - "shape": "Slh" + "shape": "Sng" }, "DriftCheckBaselines": { - "shape": "Slk" + "shape": "Snj" }, "Domain": {}, "Task": {}, "SamplePayloadUrl": {}, "AdditionalInferenceSpecifications": { - "shape": "Slq" + "shape": "Snp" }, "SkipModelValidation": {} } @@ -1440,26 +1514,26 @@ "members": { "JobDefinitionName": {}, "ModelQualityBaselineConfig": { - "shape": "Sly" + "shape": "Snx" }, "ModelQualityAppSpecification": { - "shape": "Slz" + "shape": "Sny" }, "ModelQualityJobInput": { - "shape": "Sm1" + "shape": "So0" }, "ModelQualityJobOutputConfig": { - "shape": "S8q" + "shape": "S9j" }, "JobResources": { - "shape": "S8w" + "shape": "S9p" }, "NetworkConfig": { - "shape": "S91" + "shape": "S9u" }, "RoleArn": {}, "StoppingCondition": { - "shape": "S92" + "shape": "S9v" }, "Tags": { "shape": "S7" @@ -1486,7 +1560,7 @@ "members": { "MonitoringScheduleName": {}, "MonitoringScheduleConfig": { - "shape": "Sm5" + "shape": "So4" }, "Tags": { "shape": "S7" @@ -1516,7 +1590,7 @@ "InstanceType": {}, "SubnetId": {}, "SecurityGroupIds": { - "shape": "S9f" + "shape": "Sa8" }, "RoleArn": {}, "KmsKeyId": {}, @@ -1529,16 +1603,16 @@ "type": "integer" }, "AcceleratorTypes": { - "shape": "Smm" + "shape": "Sol" }, "DefaultCodeRepository": {}, "AdditionalCodeRepositories": { - "shape": "Smp" + "shape": "Soo" }, "RootAccess": {}, "PlatformIdentifier": {}, "InstanceMetadataServiceConfiguration": { - "shape": "Sms" + "shape": "Sor" } } }, @@ -1558,10 +1632,10 @@ "members": { "NotebookInstanceLifecycleConfigName": {}, "OnCreate": { - "shape": "Smx" + "shape": "Sow" }, "OnStart": { - "shape": "Smx" + "shape": "Sow" } } }, @@ -1585,7 +1659,7 @@ "PipelineDisplayName": {}, "PipelineDefinition": {}, "PipelineDefinitionS3Location": { - "shape": "Sn5" + "shape": "Sp4" }, "PipelineDescription": {}, "ClientRequestToken": { @@ -1596,7 +1670,7 @@ "shape": "S7" }, "ParallelismConfiguration": { - "shape": "Snb" + "shape": "Spa" } } }, @@ -1623,7 +1697,8 @@ "ExpiresInSeconds": { "type": "integer" }, - "SpaceName": {} + "SpaceName": {}, + "LandingUri": {} } }, "output": { @@ -1664,33 +1739,33 @@ ], "members": { "ProcessingInputs": { - "shape": "Sno" + "shape": "Spn" }, "ProcessingOutputConfig": { - "shape": "Sob" + "shape": "Sqa" }, "ProcessingJobName": {}, "ProcessingResources": { - "shape": "Sog" + "shape": "Sqf" }, "StoppingCondition": { - "shape": "Soi" + "shape": "Sqh" }, "AppSpecification": { - "shape": "Sok" + "shape": "Sqj" }, "Environment": { - "shape": "Som" + "shape": "Sql" }, "NetworkConfig": { - "shape": "Smd" + "shape": "Soc" }, "RoleArn": {}, "Tags": { "shape": "S7" }, "ExperimentConfig": { - "shape": "Son" + "shape": "Sqm" } } }, @@ -1715,7 +1790,7 @@ "ProjectName": {}, "ProjectDescription": {}, "ServiceCatalogProvisioningDetails": { - "shape": "Sos" + "shape": "Sqr" }, "Tags": { "shape": "S7" @@ -1748,7 +1823,14 @@ "shape": "S7" }, "SpaceSettings": { - "shape": "Sp2" + "shape": "Sr1" + }, + "SpaceDisplayName": {}, + "OwnershipSettings": { + "shape": "Sr9" + }, + "SpaceSharingSettings": { + "shape": "Sra" } } }, @@ -1797,26 +1879,26 @@ "members": { "TrainingJobName": {}, "HyperParameters": { - "shape": "S2t" + "shape": "S2w" }, "AlgorithmSpecification": { - "shape": "Spc" + "shape": "Srl" }, "RoleArn": {}, "InputDataConfig": { - "shape": "S2v" + "shape": "S2y" }, "OutputDataConfig": { - "shape": "S3e" + "shape": "S3g" }, "ResourceConfig": { - "shape": "S3h" + "shape": "S3j" }, "VpcConfig": { - "shape": "S5q" + "shape": "S61" }, "StoppingCondition": { - "shape": "S3n" + "shape": "S3p" }, "Tags": { "shape": "S7" @@ -1831,31 +1913,34 @@ "type": "boolean" }, "CheckpointConfig": { - "shape": "Sg1" + "shape": "Shl" }, "DebugHookConfig": { - "shape": "Spl" + "shape": "Sru" }, "DebugRuleConfigurations": { - "shape": "Spt" + "shape": "Ss2" }, "TensorBoardOutputConfig": { - "shape": "Spx" + "shape": "Ss6" }, "ExperimentConfig": { - "shape": "Son" + "shape": "Sqm" }, "ProfilerConfig": { - "shape": "Spy" + "shape": "Ss7" }, "ProfilerRuleConfigurations": { - "shape": "Sq2" + "shape": "Ssb" }, "Environment": { - "shape": "Sq4" + "shape": "Ssd" }, "RetryStrategy": { - "shape": "Sg2" + "shape": "Shm" + }, + "InfraCheckConfig": { + "shape": "Ssg" } } }, @@ -1886,35 +1971,35 @@ "type": "integer" }, "ModelClientConfig": { - "shape": "Sqb" + "shape": "Ssm" }, "MaxPayloadInMB": { "type": "integer" }, "BatchStrategy": {}, "Environment": { - "shape": "S3u" + "shape": "S3x" }, "TransformInput": { - "shape": "S3x" + "shape": "S40" }, "TransformOutput": { - "shape": "S41" + "shape": "S44" }, "DataCaptureConfig": { - "shape": "Sqe" + "shape": "Ssp" }, "TransformResources": { - "shape": "S44" + "shape": "S47" }, "DataProcessing": { - "shape": "Sqf" + "shape": "Ssq" }, "Tags": { "shape": "S7" }, "ExperimentConfig": { - "shape": "Son" + "shape": "Sqm" } } }, @@ -1940,7 +2025,7 @@ "DisplayName": {}, "ExperimentName": {}, "MetadataProperties": { - "shape": "S1q" + "shape": "S1u" }, "Tags": { "shape": "S7" @@ -1964,7 +2049,7 @@ "TrialComponentName": {}, "DisplayName": {}, "Status": { - "shape": "Sqn" + "shape": "Ssy" }, "StartTime": { "type": "timestamp" @@ -1973,16 +2058,16 @@ "type": "timestamp" }, "Parameters": { - "shape": "Sqq" + "shape": "St1" }, "InputArtifacts": { - "shape": "Squ" + "shape": "St5" }, "OutputArtifacts": { - "shape": "Squ" + "shape": "St5" }, "MetadataProperties": { - "shape": "S1q" + "shape": "S1u" }, "Tags": { "shape": "S7" @@ -2012,7 +2097,7 @@ "shape": "S7" }, "UserSettings": { - "shape": "S9e" + "shape": "Sa7" } } }, @@ -2031,20 +2116,20 @@ ], "members": { "CognitoConfig": { - "shape": "Sr5" + "shape": "Stg" }, "OidcConfig": { - "shape": "Sr8" + "shape": "Stj" }, "SourceIpConfig": { - "shape": "Srb" + "shape": "Stm" }, "WorkforceName": {}, "Tags": { "shape": "S7" }, "WorkforceVpcConfig": { - "shape": "Srf" + "shape": "Stq" } } }, @@ -2070,11 +2155,11 @@ "WorkteamName": {}, "WorkforceName": {}, "MemberDefinitions": { - "shape": "Srp" + "shape": "Su0" }, "Description": {}, "NotificationConfiguration": { - "shape": "Srx" + "shape": "Su8" }, "Tags": { "shape": "S7" @@ -2150,7 +2235,7 @@ "members": { "ArtifactArn": {}, "Source": { - "shape": "S50" + "shape": "S5b" } } }, @@ -2181,6 +2266,26 @@ } } }, + "DeleteCluster": { + "input": { + "type": "structure", + "required": [ + "ClusterName" + ], + "members": { + "ClusterName": {} + } + }, + "output": { + "type": "structure", + "required": [ + "ClusterArn" + ], + "members": { + "ClusterArn": {} + } + } + }, "DeleteCodeRepository": { "input": { "type": "structure", @@ -2414,6 +2519,17 @@ "members": {} } }, + "DeleteInferenceComponent": { + "input": { + "type": "structure", + "required": [ + "InferenceComponentName" + ], + "members": { + "InferenceComponentName": {} + } + } + }, "DeleteInferenceExperiment": { "input": { "type": "structure", @@ -2725,7 +2841,7 @@ "members": { "DeviceFleetName": {}, "DeviceNames": { - "shape": "Sao" + "shape": "Sbx" } } } @@ -2746,28 +2862,28 @@ "ActionName": {}, "ActionArn": {}, "Source": { - "shape": "S1j" + "shape": "S1n" }, "ActionType": {}, "Description": {}, "Status": {}, "Properties": { - "shape": "S1o" + "shape": "S1s" }, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" }, "MetadataProperties": { - "shape": "S1q" + "shape": "S1u" }, "LineageGroupArn": {} } @@ -2801,23 +2917,23 @@ "type": "timestamp" }, "TrainingSpecification": { - "shape": "S1v" + "shape": "S1z" }, "InferenceSpecification": { "shape": "Sr" }, "ValidationSpecification": { - "shape": "S2o" + "shape": "S2r" }, "AlgorithmStatus": {}, "AlgorithmStatusDetails": { "type": "structure", "members": { "ValidationStatuses": { - "shape": "Su7" + "shape": "Swm" }, "ImageScanStatuses": { - "shape": "Su7" + "shape": "Swm" } } }, @@ -2864,7 +2980,7 @@ }, "FailureReason": {}, "ResourceSpec": { - "shape": "S4e" + "shape": "S4h" }, "SpaceName": {} } @@ -2892,7 +3008,10 @@ "type": "timestamp" }, "KernelGatewayImageConfig": { - "shape": "S4o" + "shape": "S4s" + }, + "JupyterLabAppImageConfig": { + "shape": "S51" } } } @@ -2913,26 +3032,26 @@ "ArtifactName": {}, "ArtifactArn": {}, "Source": { - "shape": "S50" + "shape": "S5b" }, "ArtifactType": {}, "Properties": { - "shape": "S1o" + "shape": "S1s" }, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" }, "MetadataProperties": { - "shape": "S1q" + "shape": "S1u" }, "LineageGroupArn": {} } @@ -2965,18 +3084,18 @@ "AutoMLJobName": {}, "AutoMLJobArn": {}, "InputDataConfig": { - "shape": "S58" + "shape": "S5j" }, "OutputDataConfig": { - "shape": "S5g" + "shape": "S5r" }, "RoleArn": {}, "AutoMLJobObjective": { - "shape": "S5i" + "shape": "S5t" }, "ProblemType": {}, "AutoMLJobConfig": { - "shape": "S5k" + "shape": "S5v" }, "CreationTime": { "type": "timestamp" @@ -2989,10 +3108,10 @@ }, "FailureReason": {}, "PartialFailureReasons": { - "shape": "Sul" + "shape": "Sx0" }, "BestCandidate": { - "shape": "Sun" + "shape": "Sx2" }, "AutoMLJobStatus": {}, "AutoMLJobSecondaryStatus": {}, @@ -3000,25 +3119,25 @@ "type": "boolean" }, "AutoMLJobArtifacts": { - "shape": "Svf" + "shape": "Sxu" }, "ResolvedAttributes": { "type": "structure", "members": { "AutoMLJobObjective": { - "shape": "S5i" + "shape": "S5t" }, "ProblemType": {}, "CompletionCriteria": { - "shape": "S5l" + "shape": "S5w" } } }, "ModelDeployConfig": { - "shape": "S64" + "shape": "S6f" }, "ModelDeployResult": { - "shape": "Svj" + "shape": "Sxy" } } } @@ -3050,17 +3169,17 @@ "AutoMLJobName": {}, "AutoMLJobArn": {}, "AutoMLJobInputDataConfig": { - "shape": "S6a" + "shape": "S6l" }, "OutputDataConfig": { - "shape": "S5g" + "shape": "S5r" }, "RoleArn": {}, "AutoMLJobObjective": { - "shape": "S5i" + "shape": "S5t" }, "AutoMLProblemTypeConfig": { - "shape": "S6c" + "shape": "S6n" }, "CreationTime": { "type": "timestamp" @@ -3073,36 +3192,36 @@ }, "FailureReason": {}, "PartialFailureReasons": { - "shape": "Sul" + "shape": "Sx0" }, "BestCandidate": { - "shape": "Sun" + "shape": "Sx2" }, "AutoMLJobStatus": {}, "AutoMLJobSecondaryStatus": {}, "ModelDeployConfig": { - "shape": "S64" + "shape": "S6f" }, "ModelDeployResult": { - "shape": "Svj" + "shape": "Sxy" }, "DataSplitConfig": { - "shape": "S5v" + "shape": "S66" }, "SecurityConfig": { - "shape": "S5p" + "shape": "S60" }, "AutoMLJobArtifacts": { - "shape": "Svf" + "shape": "Sxu" }, "ResolvedAttributes": { "type": "structure", "members": { "AutoMLJobObjective": { - "shape": "S5i" + "shape": "S5t" }, "CompletionCriteria": { - "shape": "S5l" + "shape": "S5w" }, "AutoMLProblemTypeResolvedAttributes": { "type": "structure", @@ -3112,6 +3231,12 @@ "members": { "ProblemType": {} } + }, + "TextGenerationResolvedAttributes": { + "type": "structure", + "members": { + "BaseModelName": {} + } } }, "union": true @@ -3122,6 +3247,101 @@ } } }, + "DescribeCluster": { + "input": { + "type": "structure", + "required": [ + "ClusterName" + ], + "members": { + "ClusterName": {} + } + }, + "output": { + "type": "structure", + "required": [ + "ClusterArn", + "ClusterStatus", + "InstanceGroups" + ], + "members": { + "ClusterArn": {}, + "ClusterName": {}, + "ClusterStatus": {}, + "CreationTime": { + "type": "timestamp" + }, + "FailureMessage": {}, + "InstanceGroups": { + "type": "list", + "member": { + "type": "structure", + "members": { + "CurrentCount": { + "type": "integer" + }, + "TargetCount": { + "type": "integer" + }, + "InstanceGroupName": {}, + "InstanceType": {}, + "LifeCycleConfig": { + "shape": "S7s" + }, + "ExecutionRole": {}, + "ThreadsPerCore": { + "type": "integer" + } + } + } + }, + "VpcConfig": { + "shape": "S61" + } + } + } + }, + "DescribeClusterNode": { + "input": { + "type": "structure", + "required": [ + "ClusterName", + "NodeId" + ], + "members": { + "ClusterName": {}, + "NodeId": {} + } + }, + "output": { + "type": "structure", + "required": [ + "NodeDetails" + ], + "members": { + "NodeDetails": { + "type": "structure", + "members": { + "InstanceGroupName": {}, + "InstanceId": {}, + "InstanceStatus": { + "shape": "Syg" + }, + "InstanceType": {}, + "LaunchTime": { + "type": "timestamp" + }, + "LifeCycleConfig": { + "shape": "S7s" + }, + "ThreadsPerCore": { + "type": "integer" + } + } + } + } + } + }, "DescribeCodeRepository": { "input": { "type": "structure", @@ -3150,7 +3370,7 @@ "type": "timestamp" }, "GitConfig": { - "shape": "S76" + "shape": "S7y" } } } @@ -3191,7 +3411,7 @@ "type": "timestamp" }, "StoppingCondition": { - "shape": "S3n" + "shape": "S3p" }, "InferenceImage": {}, "ModelPackageVersionArn": {}, @@ -3203,7 +3423,7 @@ }, "FailureReason": {}, "ModelArtifacts": { - "shape": "Svx" + "shape": "Syp" }, "ModelDigests": { "type": "structure", @@ -3213,13 +3433,13 @@ }, "RoleArn": {}, "InputConfig": { - "shape": "S7d" + "shape": "S85" }, "OutputConfig": { - "shape": "S7g" + "shape": "S88" }, "VpcConfig": { - "shape": "S7n" + "shape": "S8f" }, "DerivedInformation": { "type": "structure", @@ -3246,24 +3466,24 @@ "ContextName": {}, "ContextArn": {}, "Source": { - "shape": "S7v" + "shape": "S8n" }, "ContextType": {}, "Description": {}, "Properties": { - "shape": "S1o" + "shape": "S1s" }, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" }, "LineageGroupArn": {} } @@ -3298,26 +3518,26 @@ "type": "timestamp" }, "DataQualityBaselineConfig": { - "shape": "S80" + "shape": "S8s" }, "DataQualityAppSpecification": { - "shape": "S84" + "shape": "S8w" }, "DataQualityJobInput": { - "shape": "S8d" + "shape": "S95" }, "DataQualityJobOutputConfig": { - "shape": "S8q" + "shape": "S9j" }, "JobResources": { - "shape": "S8w" + "shape": "S9p" }, "NetworkConfig": { - "shape": "S91" + "shape": "S9u" }, "RoleArn": {}, "StoppingCondition": { - "shape": "S92" + "shape": "S9v" } } } @@ -3405,7 +3625,7 @@ "DeviceFleetName": {}, "DeviceFleetArn": {}, "OutputConfig": { - "shape": "S98" + "shape": "Sa1" }, "Description": {}, "CreationTime": { @@ -3437,6 +3657,7 @@ "DomainName": {}, "HomeEfsFileSystemId": {}, "SingleSignOnManagedApplicationInstanceId": {}, + "SingleSignOnApplicationArn": {}, "Status": {}, "CreationTime": { "type": "timestamp" @@ -3447,7 +3668,7 @@ "FailureReason": {}, "AuthMode": {}, "DefaultUserSettings": { - "shape": "S9e" + "shape": "Sa7" }, "AppNetworkAccessType": {}, "HomeEfsFileSystemKmsKeyId": { @@ -3455,18 +3676,18 @@ "deprecatedMessage": "This property is deprecated, use KmsKeyId instead." }, "SubnetIds": { - "shape": "S5t" + "shape": "S64" }, "Url": {}, "VpcId": {}, "KmsKeyId": {}, "DomainSettings": { - "shape": "Sa8" + "shape": "Sbh" }, "AppSecurityGroupManagement": {}, "SecurityGroupIdForDomainBoundary": {}, "DefaultSpaceSettings": { - "shape": "Sac" + "shape": "Sbl" } } } @@ -3498,7 +3719,7 @@ "EdgeDeploymentPlanArn": {}, "EdgeDeploymentPlanName": {}, "ModelConfigs": { - "shape": "Sah" + "shape": "Sbq" }, "DeviceFleetName": {}, "EdgeDeploymentSuccess": { @@ -3523,10 +3744,10 @@ "members": { "StageName": {}, "DeviceSelectionConfig": { - "shape": "Sal" + "shape": "Sbu" }, "DeploymentConfig": { - "shape": "Saq" + "shape": "Sbz" }, "DeploymentStatus": { "type": "structure", @@ -3591,7 +3812,7 @@ "ModelVersion": {}, "RoleArn": {}, "OutputConfig": { - "shape": "S98" + "shape": "Sa1" }, "ResourceKey": {}, "EdgePackagingJobStatus": {}, @@ -3644,10 +3865,10 @@ "EndpointArn": {}, "EndpointConfigName": {}, "ProductionVariants": { - "shape": "Sx1" + "shape": "Szu" }, "DataCaptureConfig": { - "shape": "Sx9" + "shape": "S102" }, "EndpointStatus": {}, "FailureReason": {}, @@ -3658,10 +3879,10 @@ "type": "timestamp" }, "LastDeploymentConfig": { - "shape": "Saz" + "shape": "Sc8" }, "AsyncInferenceConfig": { - "shape": "Sc8" + "shape": "Sdn" }, "PendingDeploymentSummary": { "type": "structure", @@ -3671,21 +3892,21 @@ "members": { "EndpointConfigName": {}, "ProductionVariants": { - "shape": "Sxd" + "shape": "S106" }, "StartTime": { "type": "timestamp" }, "ShadowProductionVariants": { - "shape": "Sxd" + "shape": "S106" } } }, "ExplainerConfig": { - "shape": "Scg" + "shape": "Sdv" }, "ShadowProductionVariants": { - "shape": "Sx1" + "shape": "Szu" } } } @@ -3712,23 +3933,30 @@ "EndpointConfigName": {}, "EndpointConfigArn": {}, "ProductionVariants": { - "shape": "Sbh" + "shape": "Scq" }, "DataCaptureConfig": { - "shape": "Sbx" + "shape": "Sdc" }, "KmsKeyId": {}, "CreationTime": { "type": "timestamp" }, "AsyncInferenceConfig": { - "shape": "Sc8" + "shape": "Sdn" }, "ExplainerConfig": { - "shape": "Scg" + "shape": "Sdv" }, "ShadowProductionVariants": { - "shape": "Sbh" + "shape": "Scq" + }, + "ExecutionRoleArn": {}, + "VpcConfig": { + "shape": "S61" + }, + "EnableNetworkIsolation": { + "type": "boolean" } } } @@ -3750,20 +3978,20 @@ "ExperimentArn": {}, "DisplayName": {}, "Source": { - "shape": "Sxj" + "shape": "S10c" }, "Description": {}, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" } } } @@ -3796,7 +4024,7 @@ "RecordIdentifierFeatureName": {}, "EventTimeFeatureName": {}, "FeatureDefinitions": { - "shape": "Sdf" + "shape": "Seu" }, "CreationTime": { "type": "timestamp" @@ -3805,18 +4033,18 @@ "type": "timestamp" }, "OnlineStoreConfig": { - "shape": "Sdi" + "shape": "Sf1" }, "OfflineStoreConfig": { - "shape": "Sdn" + "shape": "Sf7" }, "RoleArn": {}, "FeatureGroupStatus": {}, "OfflineStoreStatus": { - "shape": "Sxq" + "shape": "S10j" }, "LastUpdateStatus": { - "shape": "Sxt" + "shape": "S10m" }, "FailureReason": {}, "Description": {}, @@ -3862,7 +4090,7 @@ }, "Description": {}, "Parameters": { - "shape": "Sxz" + "shape": "S10s" } } } @@ -3896,16 +4124,16 @@ "type": "timestamp" }, "HumanLoopRequestSource": { - "shape": "Sdz" + "shape": "Sfj" }, "HumanLoopActivationConfig": { - "shape": "Se1" + "shape": "Sfl" }, "HumanLoopConfig": { - "shape": "Se4" + "shape": "Sfo" }, "OutputConfig": { - "shape": "Sej" + "shape": "Sg3" }, "RoleArn": {}, "FailureReason": {} @@ -3937,10 +4165,10 @@ "HubDisplayName": {}, "HubDescription": {}, "HubSearchKeywords": { - "shape": "Seq" + "shape": "Sga" }, "S3StorageConfig": { - "shape": "Ses" + "shape": "Sgc" }, "HubStatus": {}, "FailureReason": {}, @@ -3995,7 +4223,7 @@ "HubContentMarkdown": {}, "HubContentDocument": {}, "HubContentSearchKeywords": { - "shape": "Syh" + "shape": "S11a" }, "HubContentDependencies": { "type": "list", @@ -4075,13 +4303,13 @@ "HyperParameterTuningJobName": {}, "HyperParameterTuningJobArn": {}, "HyperParameterTuningJobConfig": { - "shape": "Sf3" + "shape": "Sgn" }, "TrainingJobDefinition": { - "shape": "Sfw" + "shape": "Shg" }, "TrainingJobDefinitions": { - "shape": "Sgc" + "shape": "Shw" }, "HyperParameterTuningJobStatus": {}, "CreationTime": { @@ -4094,29 +4322,29 @@ "type": "timestamp" }, "TrainingJobStatusCounters": { - "shape": "Syw" + "shape": "S11p" }, "ObjectiveStatusCounters": { - "shape": "Syy" + "shape": "S11r" }, "BestTrainingJob": { - "shape": "Sz0" + "shape": "S11t" }, "OverallBestTrainingJob": { - "shape": "Sz0" + "shape": "S11t" }, "WarmStartConfig": { - "shape": "Sgd" + "shape": "Shx" }, "FailureReason": {}, "TuningJobCompletionDetails": { - "shape": "Sz3" + "shape": "S11w" }, "ConsumedResources": { - "shape": "Sz4" + "shape": "S11x" }, "Autotune": { - "shape": "Sgh" + "shape": "Si1" } } } @@ -4194,36 +4422,108 @@ } } }, - "DescribeInferenceExperiment": { + "DescribeInferenceComponent": { "input": { "type": "structure", "required": [ - "Name" + "InferenceComponentName" ], "members": { - "Name": {} + "InferenceComponentName": {} } }, "output": { "type": "structure", "required": [ - "Arn", - "Name", - "Type", - "Status", - "EndpointMetadata", - "ModelVariants" + "InferenceComponentName", + "InferenceComponentArn", + "EndpointName", + "EndpointArn", + "CreationTime", + "LastModifiedTime" ], "members": { - "Arn": {}, - "Name": {}, - "Type": {}, - "Schedule": { - "shape": "Sh5" - }, - "Status": {}, - "StatusReason": {}, - "Description": {}, + "InferenceComponentName": {}, + "InferenceComponentArn": {}, + "EndpointName": {}, + "EndpointArn": {}, + "VariantName": {}, + "FailureReason": {}, + "Specification": { + "type": "structure", + "members": { + "ModelName": {}, + "Container": { + "type": "structure", + "members": { + "DeployedImage": { + "shape": "Szx" + }, + "ArtifactUrl": {}, + "Environment": { + "shape": "Sz" + } + } + }, + "StartupParameters": { + "shape": "Siq" + }, + "ComputeResourceRequirements": { + "shape": "Sir" + } + } + }, + "RuntimeConfig": { + "type": "structure", + "members": { + "DesiredCopyCount": { + "type": "integer" + }, + "CurrentCopyCount": { + "type": "integer" + } + } + }, + "CreationTime": { + "type": "timestamp" + }, + "LastModifiedTime": { + "type": "timestamp" + }, + "InferenceComponentStatus": {} + } + } + }, + "DescribeInferenceExperiment": { + "input": { + "type": "structure", + "required": [ + "Name" + ], + "members": { + "Name": {} + } + }, + "output": { + "type": "structure", + "required": [ + "Arn", + "Name", + "Type", + "Status", + "EndpointMetadata", + "ModelVariants" + ], + "members": { + "Arn": {}, + "Name": {}, + "Type": {}, + "Schedule": { + "shape": "Sj2" + }, + "Status": {}, + "StatusReason": {}, + "Description": {}, "CreationTime": { "type": "timestamp" }, @@ -4260,17 +4560,17 @@ "ModelName": {}, "VariantName": {}, "InfrastructureConfig": { - "shape": "Shb" + "shape": "Sj8" }, "Status": {} } } }, "DataStorageConfig": { - "shape": "Shg" + "shape": "Sjd" }, "ShadowModeConfig": { - "shape": "Shh" + "shape": "Sje" }, "KmsKey": {} } @@ -4316,10 +4616,10 @@ }, "FailureReason": {}, "InputConfig": { - "shape": "Shp" + "shape": "Sjm" }, "StoppingConditions": { - "shape": "Sit" + "shape": "Skq" }, "InferenceRecommendations": { "type": "list", @@ -4332,13 +4632,13 @@ ], "members": { "Metrics": { - "shape": "Szp" + "shape": "S12o" }, "EndpointConfiguration": { - "shape": "Szs" + "shape": "S12r" }, "ModelConfiguration": { - "shape": "Szu" + "shape": "S12t" }, "RecommendationId": {}, "InvocationEndTime": { @@ -4360,10 +4660,10 @@ ], "members": { "Metrics": { - "shape": "S102" + "shape": "S131" }, "EndpointInfo": { - "shape": "Sim" + "shape": "Skj" } } } @@ -4399,7 +4699,7 @@ "members": { "LabelingJobStatus": {}, "LabelCounters": { - "shape": "S106" + "shape": "S135" }, "FailureReason": {}, "CreationTime": { @@ -4413,27 +4713,27 @@ "LabelingJobArn": {}, "LabelAttributeName": {}, "InputConfig": { - "shape": "Sj5" + "shape": "Sl2" }, "OutputConfig": { - "shape": "Sjc" + "shape": "Sl9" }, "RoleArn": {}, "LabelCategoryConfigS3Uri": {}, "StoppingConditions": { - "shape": "Sjd" + "shape": "Sla" }, "LabelingJobAlgorithmsConfig": { - "shape": "Sjg" + "shape": "Sld" }, "HumanTaskConfig": { - "shape": "Sjk" + "shape": "Slh" }, "Tags": { "shape": "S7" }, "LabelingJobOutput": { - "shape": "S109" + "shape": "S138" } } } @@ -4459,13 +4759,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" } } } @@ -4484,24 +4784,23 @@ "type": "structure", "required": [ "ModelName", - "ExecutionRoleArn", "CreationTime", "ModelArn" ], "members": { "ModelName": {}, "PrimaryContainer": { - "shape": "Sjz" + "shape": "Slw" }, "Containers": { - "shape": "Skd" + "shape": "Smc" }, "InferenceExecutionConfig": { - "shape": "Ske" + "shape": "Smd" }, "ExecutionRoleArn": {}, "VpcConfig": { - "shape": "S5q" + "shape": "S61" }, "CreationTime": { "type": "timestamp" @@ -4511,7 +4810,7 @@ "type": "boolean" }, "DeploymentRecommendation": { - "shape": "S10e" + "shape": "S13d" } } } @@ -4545,26 +4844,26 @@ "type": "timestamp" }, "ModelBiasBaselineConfig": { - "shape": "Ski" + "shape": "Smh" }, "ModelBiasAppSpecification": { - "shape": "Skj" + "shape": "Smi" }, "ModelBiasJobInput": { - "shape": "Skk" + "shape": "Smj" }, "ModelBiasJobOutputConfig": { - "shape": "S8q" + "shape": "S9j" }, "JobResources": { - "shape": "S8w" + "shape": "S9p" }, "NetworkConfig": { - "shape": "S91" + "shape": "S9u" }, "RoleArn": {}, "StoppingCondition": { - "shape": "S92" + "shape": "S9v" } } } @@ -4600,23 +4899,23 @@ "type": "integer" }, "Content": { - "shape": "Skp" + "shape": "Smo" }, "ModelCardStatus": {}, "SecurityConfig": { - "shape": "Sko" + "shape": "Smn" }, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" }, "ModelCardProcessingStatus": {} } @@ -4653,7 +4952,7 @@ "type": "integer" }, "OutputConfig": { - "shape": "Skv" + "shape": "Smu" }, "CreatedAt": { "type": "timestamp" @@ -4703,26 +5002,26 @@ "type": "timestamp" }, "ModelExplainabilityBaselineConfig": { - "shape": "Skz" + "shape": "Smy" }, "ModelExplainabilityAppSpecification": { - "shape": "Sl0" + "shape": "Smz" }, "ModelExplainabilityJobInput": { - "shape": "Sl1" + "shape": "Sn0" }, "ModelExplainabilityJobOutputConfig": { - "shape": "S8q" + "shape": "S9j" }, "JobResources": { - "shape": "S8w" + "shape": "S9p" }, "NetworkConfig": { - "shape": "S91" + "shape": "S9u" }, "RoleArn": {}, "StoppingCondition": { - "shape": "S92" + "shape": "S9v" } } } @@ -4761,46 +5060,46 @@ "shape": "Sr" }, "SourceAlgorithmSpecification": { - "shape": "Sl7" + "shape": "Sn6" }, "ValidationSpecification": { - "shape": "Sl4" + "shape": "Sn3" }, "ModelPackageStatus": {}, "ModelPackageStatusDetails": { - "shape": "S10v" + "shape": "S13u" }, "CertifyForMarketplace": { "type": "boolean" }, "ModelApprovalStatus": {}, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "MetadataProperties": { - "shape": "S1q" + "shape": "S1u" }, "ModelMetrics": { - "shape": "Sla" + "shape": "Sn9" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" }, "ApprovalDescription": {}, "CustomerMetadataProperties": { - "shape": "Slh" + "shape": "Sng" }, "DriftCheckBaselines": { - "shape": "Slk" + "shape": "Snj" }, "Domain": {}, "Task": {}, "SamplePayloadUrl": {}, "AdditionalInferenceSpecifications": { - "shape": "Slq" + "shape": "Snp" }, "SkipModelValidation": {} } @@ -4833,7 +5132,7 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "ModelPackageGroupStatus": {} } @@ -4868,26 +5167,26 @@ "type": "timestamp" }, "ModelQualityBaselineConfig": { - "shape": "Sly" + "shape": "Snx" }, "ModelQualityAppSpecification": { - "shape": "Slz" + "shape": "Sny" }, "ModelQualityJobInput": { - "shape": "Sm1" + "shape": "So0" }, "ModelQualityJobOutputConfig": { - "shape": "S8q" + "shape": "S9j" }, "JobResources": { - "shape": "S8w" + "shape": "S9p" }, "NetworkConfig": { - "shape": "S91" + "shape": "S9u" }, "RoleArn": {}, "StoppingCondition": { - "shape": "S92" + "shape": "S9v" } } } @@ -4925,11 +5224,11 @@ "type": "timestamp" }, "MonitoringScheduleConfig": { - "shape": "Sm5" + "shape": "So4" }, "EndpointName": {}, "LastMonitoringExecutionSummary": { - "shape": "S118" + "shape": "S147" } } } @@ -4955,7 +5254,7 @@ "InstanceType": {}, "SubnetId": {}, "SecurityGroups": { - "shape": "S9f" + "shape": "Sa8" }, "RoleArn": {}, "KmsKeyId": {}, @@ -4972,16 +5271,16 @@ "type": "integer" }, "AcceleratorTypes": { - "shape": "Smm" + "shape": "Sol" }, "DefaultCodeRepository": {}, "AdditionalCodeRepositories": { - "shape": "Smp" + "shape": "Soo" }, "RootAccess": {}, "PlatformIdentifier": {}, "InstanceMetadataServiceConfiguration": { - "shape": "Sms" + "shape": "Sor" } } } @@ -5002,10 +5301,10 @@ "NotebookInstanceLifecycleConfigArn": {}, "NotebookInstanceLifecycleConfigName": {}, "OnCreate": { - "shape": "Smx" + "shape": "Sow" }, "OnStart": { - "shape": "Smx" + "shape": "Sow" }, "LastModifiedTime": { "type": "timestamp" @@ -5046,13 +5345,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" }, "ParallelismConfiguration": { - "shape": "Snb" + "shape": "Spa" } } } @@ -5096,7 +5395,7 @@ "PipelineExecutionStatus": {}, "PipelineExecutionDescription": {}, "PipelineExperimentConfig": { - "shape": "S11s" + "shape": "S14r" }, "FailureReason": {}, "CreationTime": { @@ -5106,16 +5405,16 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" }, "ParallelismConfiguration": { - "shape": "Snb" + "shape": "Spa" }, "SelectiveExecutionConfig": { - "shape": "S11u" + "shape": "S14t" } } } @@ -5142,30 +5441,30 @@ ], "members": { "ProcessingInputs": { - "shape": "Sno" + "shape": "Spn" }, "ProcessingOutputConfig": { - "shape": "Sob" + "shape": "Sqa" }, "ProcessingJobName": {}, "ProcessingResources": { - "shape": "Sog" + "shape": "Sqf" }, "StoppingCondition": { - "shape": "Soi" + "shape": "Sqh" }, "AppSpecification": { - "shape": "Sok" + "shape": "Sqj" }, "Environment": { - "shape": "Som" + "shape": "Sql" }, "NetworkConfig": { - "shape": "Smd" + "shape": "Soc" }, "RoleArn": {}, "ExperimentConfig": { - "shape": "Son" + "shape": "Sqm" }, "ProcessingJobArn": {}, "ProcessingJobStatus": {}, @@ -5215,14 +5514,14 @@ "ProjectId": {}, "ProjectDescription": {}, "ServiceCatalogProvisioningDetails": { - "shape": "Sos" + "shape": "Sqr" }, "ServiceCatalogProvisionedProductDetails": { - "shape": "S123" + "shape": "S152" }, "ProjectStatus": {}, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "CreationTime": { "type": "timestamp" @@ -5231,7 +5530,7 @@ "type": "timestamp" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" } } } @@ -5264,7 +5563,15 @@ }, "FailureReason": {}, "SpaceSettings": { - "shape": "Sp2" + "shape": "Sr1" + }, + "Url": {}, + "SpaceDisplayName": {}, + "OwnershipSettings": { + "shape": "Sr9" + }, + "SpaceSharingSettings": { + "shape": "Sra" } } } @@ -5312,7 +5619,7 @@ ], "members": { "SubscribedWorkteam": { - "shape": "S12e" + "shape": "S15d" } } } @@ -5347,32 +5654,32 @@ "LabelingJobArn": {}, "AutoMLJobArn": {}, "ModelArtifacts": { - "shape": "Svx" + "shape": "Syp" }, "TrainingJobStatus": {}, "SecondaryStatus": {}, "FailureReason": {}, "HyperParameters": { - "shape": "S2t" + "shape": "S2w" }, "AlgorithmSpecification": { - "shape": "Spc" + "shape": "Srl" }, "RoleArn": {}, "InputDataConfig": { - "shape": "S2v" + "shape": "S2y" }, "OutputDataConfig": { - "shape": "S3e" + "shape": "S3g" }, "ResourceConfig": { - "shape": "S3h" + "shape": "S3j" }, "VpcConfig": { - "shape": "S5q" + "shape": "S61" }, "StoppingCondition": { - "shape": "S3n" + "shape": "S3p" }, "CreationTime": { "type": "timestamp" @@ -5387,10 +5694,10 @@ "type": "timestamp" }, "SecondaryStatusTransitions": { - "shape": "S12i" + "shape": "S15h" }, "FinalMetricDataList": { - "shape": "S12l" + "shape": "S15k" }, "EnableNetworkIsolation": { "type": "boolean" @@ -5402,7 +5709,7 @@ "type": "boolean" }, "CheckpointConfig": { - "shape": "Sg1" + "shape": "Shl" }, "TrainingTimeInSeconds": { "type": "integer" @@ -5411,25 +5718,25 @@ "type": "integer" }, "DebugHookConfig": { - "shape": "Spl" + "shape": "Sru" }, "ExperimentConfig": { - "shape": "Son" + "shape": "Sqm" }, "DebugRuleConfigurations": { - "shape": "Spt" + "shape": "Ss2" }, "TensorBoardOutputConfig": { - "shape": "Spx" + "shape": "Ss6" }, "DebugRuleEvaluationStatuses": { - "shape": "S12p" + "shape": "S15o" }, "ProfilerConfig": { - "shape": "Spy" + "shape": "Ss7" }, "ProfilerRuleConfigurations": { - "shape": "Sq2" + "shape": "Ssb" }, "ProfilerRuleEvaluationStatuses": { "type": "list", @@ -5448,13 +5755,16 @@ }, "ProfilingStatus": {}, "RetryStrategy": { - "shape": "Sg2" + "shape": "Shm" }, "Environment": { - "shape": "Sq4" + "shape": "Ssd" }, "WarmPoolStatus": { - "shape": "S12w" + "shape": "S15v" + }, + "InfraCheckConfig": { + "shape": "Ssg" } } } @@ -5490,26 +5800,26 @@ "type": "integer" }, "ModelClientConfig": { - "shape": "Sqb" + "shape": "Ssm" }, "MaxPayloadInMB": { "type": "integer" }, "BatchStrategy": {}, "Environment": { - "shape": "S3u" + "shape": "S3x" }, "TransformInput": { - "shape": "S3x" + "shape": "S40" }, "TransformOutput": { - "shape": "S41" + "shape": "S44" }, "DataCaptureConfig": { - "shape": "Sqe" + "shape": "Ssp" }, "TransformResources": { - "shape": "S44" + "shape": "S47" }, "CreationTime": { "type": "timestamp" @@ -5523,10 +5833,10 @@ "LabelingJobArn": {}, "AutoMLJobArn": {}, "DataProcessing": { - "shape": "Sqf" + "shape": "Ssq" }, "ExperimentConfig": { - "shape": "Son" + "shape": "Sqm" } } } @@ -5549,22 +5859,22 @@ "DisplayName": {}, "ExperimentName": {}, "Source": { - "shape": "S134" + "shape": "S163" }, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" }, "MetadataProperties": { - "shape": "S1q" + "shape": "S1u" } } } @@ -5586,10 +5896,10 @@ "TrialComponentArn": {}, "DisplayName": {}, "Source": { - "shape": "S138" + "shape": "S167" }, "Status": { - "shape": "Sqn" + "shape": "Ssy" }, "StartTime": { "type": "timestamp" @@ -5601,34 +5911,34 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" }, "Parameters": { - "shape": "Sqq" + "shape": "St1" }, "InputArtifacts": { - "shape": "Squ" + "shape": "St5" }, "OutputArtifacts": { - "shape": "Squ" + "shape": "St5" }, "MetadataProperties": { - "shape": "S1q" + "shape": "S1u" }, "Metrics": { - "shape": "S13a" + "shape": "S169" }, "LineageGroupArn": {}, "Sources": { "type": "list", "member": { - "shape": "S138" + "shape": "S167" } } } @@ -5664,7 +5974,7 @@ "SingleSignOnUserIdentifier": {}, "SingleSignOnUserValue": {}, "UserSettings": { - "shape": "S9e" + "shape": "Sa7" } } } @@ -5686,7 +5996,7 @@ ], "members": { "Workforce": { - "shape": "S13k" + "shape": "S16j" } } } @@ -5708,7 +6018,7 @@ ], "members": { "Workteam": { - "shape": "S13s" + "shape": "S16r" } } } @@ -5773,7 +6083,7 @@ "DeviceFleetArn": {}, "DeviceFleetName": {}, "OutputConfig": { - "shape": "S98" + "shape": "Sa1" }, "Description": {}, "ReportGenerated": { @@ -5907,7 +6217,7 @@ "type": "integer" }, "ScalingPolicyObjective": { - "shape": "S14k" + "shape": "S17j" } } }, @@ -5921,7 +6231,7 @@ "type": "integer" }, "ScalingPolicyObjective": { - "shape": "S14k" + "shape": "S17j" }, "Metric": { "type": "structure", @@ -6051,7 +6361,7 @@ "HubContentMarkdown": {}, "HubContentDocument": {}, "HubContentSearchKeywords": { - "shape": "Syh" + "shape": "S11a" }, "Tags": { "shape": "S7" @@ -6101,7 +6411,7 @@ "ActionArn": {}, "ActionName": {}, "Source": { - "shape": "S1j" + "shape": "S1n" }, "ActionType": {}, "Status": {}, @@ -6190,7 +6500,7 @@ "type": "structure", "members": { "SageMakerImageVersionAliases": { - "shape": "Sgs" + "shape": "Sic" }, "NextToken": {} } @@ -6239,7 +6549,10 @@ "type": "timestamp" }, "KernelGatewayImageConfig": { - "shape": "S4o" + "shape": "S4s" + }, + "JupyterLabAppImageConfig": { + "shape": "S51" } } } @@ -6278,7 +6591,10 @@ "CreationTime": { "type": "timestamp" }, - "SpaceName": {} + "SpaceName": {}, + "ResourceSpec": { + "shape": "S4h" + } } } }, @@ -6317,7 +6633,7 @@ "ArtifactArn": {}, "ArtifactName": {}, "Source": { - "shape": "S50" + "shape": "S5b" }, "ArtifactType": {}, "CreationTime": { @@ -6375,7 +6691,7 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" } } } @@ -6444,7 +6760,7 @@ }, "FailureReason": {}, "PartialFailureReasons": { - "shape": "Sul" + "shape": "Sx0" } } } @@ -6480,13 +6796,121 @@ "Candidates": { "type": "list", "member": { - "shape": "Sun" + "shape": "Sx2" } }, "NextToken": {} } } }, + "ListClusterNodes": { + "input": { + "type": "structure", + "required": [ + "ClusterName" + ], + "members": { + "ClusterName": {}, + "CreationTimeAfter": { + "type": "timestamp" + }, + "CreationTimeBefore": { + "type": "timestamp" + }, + "InstanceGroupNameContains": {}, + "MaxResults": { + "type": "integer" + }, + "NextToken": {}, + "SortBy": {}, + "SortOrder": {} + } + }, + "output": { + "type": "structure", + "required": [ + "NextToken", + "ClusterNodeSummaries" + ], + "members": { + "NextToken": {}, + "ClusterNodeSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "InstanceGroupName", + "InstanceId", + "InstanceType", + "LaunchTime", + "InstanceStatus" + ], + "members": { + "InstanceGroupName": {}, + "InstanceId": {}, + "InstanceType": {}, + "LaunchTime": { + "type": "timestamp" + }, + "InstanceStatus": { + "shape": "Syg" + } + } + } + } + } + } + }, + "ListClusters": { + "input": { + "type": "structure", + "members": { + "CreationTimeAfter": { + "type": "timestamp" + }, + "CreationTimeBefore": { + "type": "timestamp" + }, + "MaxResults": { + "type": "integer" + }, + "NameContains": {}, + "NextToken": {}, + "SortBy": {}, + "SortOrder": {} + } + }, + "output": { + "type": "structure", + "required": [ + "NextToken", + "ClusterSummaries" + ], + "members": { + "NextToken": {}, + "ClusterSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "ClusterArn", + "ClusterName", + "CreationTime", + "ClusterStatus" + ], + "members": { + "ClusterArn": {}, + "ClusterName": {}, + "CreationTime": { + "type": "timestamp" + }, + "ClusterStatus": {} + } + } + } + } + } + }, "ListCodeRepositories": { "input": { "type": "structure", @@ -6538,7 +6962,7 @@ "type": "timestamp" }, "GitConfig": { - "shape": "S76" + "shape": "S7y" } } } @@ -6647,7 +7071,7 @@ "ContextArn": {}, "ContextName": {}, "Source": { - "shape": "S7v" + "shape": "S8n" }, "ContextType": {}, "CreationTime": { @@ -6690,7 +7114,7 @@ ], "members": { "JobDefinitionSummaries": { - "shape": "S173" + "shape": "S1ab" }, "NextToken": {} } @@ -7119,7 +7543,7 @@ "ExperimentName": {}, "DisplayName": {}, "ExperimentSource": { - "shape": "Sxj" + "shape": "S10c" }, "CreationTime": { "type": "timestamp" @@ -7179,7 +7603,7 @@ }, "FeatureGroupStatus": {}, "OfflineStoreStatus": { - "shape": "Sxq" + "shape": "S10j" } } } @@ -7271,7 +7695,7 @@ ], "members": { "HubContentSummaries": { - "shape": "S18t" + "shape": "S1c1" }, "NextToken": {} } @@ -7310,7 +7734,7 @@ ], "members": { "HubContentSummaries": { - "shape": "S18t" + "shape": "S1c1" }, "NextToken": {} } @@ -7364,7 +7788,7 @@ "HubDisplayName": {}, "HubDescription": {}, "HubSearchKeywords": { - "shape": "Seq" + "shape": "Sga" }, "HubStatus": {}, "CreationTime": { @@ -7485,13 +7909,13 @@ "type": "timestamp" }, "TrainingJobStatusCounters": { - "shape": "Syw" + "shape": "S11p" }, "ObjectiveStatusCounters": { - "shape": "Syy" + "shape": "S11r" }, "ResourceLimits": { - "shape": "Sf9" + "shape": "Sgt" } } } @@ -7623,6 +8047,73 @@ } } }, + "ListInferenceComponents": { + "input": { + "type": "structure", + "members": { + "SortBy": {}, + "SortOrder": {}, + "NextToken": {}, + "MaxResults": { + "type": "integer" + }, + "NameContains": {}, + "CreationTimeBefore": { + "type": "timestamp" + }, + "CreationTimeAfter": { + "type": "timestamp" + }, + "LastModifiedTimeBefore": { + "type": "timestamp" + }, + "LastModifiedTimeAfter": { + "type": "timestamp" + }, + "StatusEquals": {}, + "EndpointNameEquals": {}, + "VariantNameEquals": {} + } + }, + "output": { + "type": "structure", + "required": [ + "InferenceComponents" + ], + "members": { + "InferenceComponents": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "CreationTime", + "InferenceComponentArn", + "InferenceComponentName", + "EndpointArn", + "EndpointName", + "VariantName", + "LastModifiedTime" + ], + "members": { + "CreationTime": { + "type": "timestamp" + }, + "InferenceComponentArn": {}, + "InferenceComponentName": {}, + "EndpointArn": {}, + "EndpointName": {}, + "VariantName": {}, + "InferenceComponentStatus": {}, + "LastModifiedTime": { + "type": "timestamp" + } + } + } + }, + "NextToken": {} + } + } + }, "ListInferenceExperiments": { "input": { "type": "structure", @@ -7668,7 +8159,7 @@ "Name": {}, "Type": {}, "Schedule": { - "shape": "Sh5" + "shape": "Sj2" }, "Status": {}, "StatusReason": {}, @@ -7729,17 +8220,17 @@ ], "members": { "Metrics": { - "shape": "Szp" + "shape": "S12o" }, "EndpointConfiguration": { - "shape": "Szs" + "shape": "S12r" }, "ModelConfiguration": { - "shape": "Szu" + "shape": "S12t" }, "FailureReason": {}, "EndpointMetrics": { - "shape": "S102" + "shape": "S131" }, "InvocationEndTime": { "type": "timestamp" @@ -7885,17 +8376,17 @@ }, "LabelingJobStatus": {}, "LabelCounters": { - "shape": "S106" + "shape": "S135" }, "WorkteamArn": {}, "PreHumanTaskLambdaArn": {}, "AnnotationConsolidationLambdaArn": {}, "FailureReason": {}, "LabelingJobOutput": { - "shape": "S109" + "shape": "S138" }, "InputConfig": { - "shape": "Sj5" + "shape": "Sl2" } } } @@ -8042,7 +8533,7 @@ ], "members": { "JobDefinitionSummaries": { - "shape": "S173" + "shape": "S1ab" }, "NextToken": {} } @@ -8255,7 +8746,7 @@ ], "members": { "JobDefinitionSummaries": { - "shape": "S173" + "shape": "S1ab" }, "NextToken": {} } @@ -8403,7 +8894,6 @@ "member": { "type": "structure", "required": [ - "ModelPackageName", "ModelPackageArn", "CreationTime", "ModelPackageStatus" @@ -8455,7 +8945,7 @@ ], "members": { "JobDefinitionSummaries": { - "shape": "S173" + "shape": "S1ab" }, "NextToken": {} } @@ -8574,7 +9064,7 @@ "type": "structure", "members": { "MonitoringAlertSummaries": { - "shape": "S1c8" + "shape": "S1fm" }, "NextToken": {} } @@ -8624,7 +9114,7 @@ "MonitoringExecutionSummaries": { "type": "list", "member": { - "shape": "S118" + "shape": "S147" } }, "NextToken": {} @@ -8805,7 +9295,7 @@ "NotebookInstanceLifecycleConfigName": {}, "DefaultCodeRepository": {}, "AdditionalCodeRepositories": { - "shape": "Smp" + "shape": "Soo" } } } @@ -8904,7 +9394,7 @@ "CallbackToken": {}, "SqsQueueUrl": {}, "OutputParameters": { - "shape": "S1dn" + "shape": "S1h1" } } }, @@ -8913,7 +9403,7 @@ "members": { "Arn": {}, "OutputParameters": { - "shape": "S1dn" + "shape": "S1h1" } } }, @@ -9052,7 +9542,7 @@ "type": "structure", "members": { "PipelineParameters": { - "shape": "S1e4" + "shape": "S1hi" }, "NextToken": {} } @@ -9298,12 +9788,34 @@ }, "LastModifiedTime": { "type": "timestamp" - } - } - } - }, - "NextToken": {} - } + }, + "SpaceDisplayName": {}, + "SpaceSettingsSummary": { + "type": "structure", + "members": { + "AppType": {}, + "SpaceStorageSettings": { + "shape": "Sr4" + } + } + }, + "SpaceSharingSettingsSummary": { + "type": "structure", + "members": { + "SharingType": {} + } + }, + "OwnershipSettingsSummary": { + "type": "structure", + "members": { + "OwnerUserProfileName": {} + } + } + } + } + }, + "NextToken": {} + } } }, "ListStageDevices": { @@ -9433,7 +9945,7 @@ "SubscribedWorkteams": { "type": "list", "member": { - "shape": "S12e" + "shape": "S15d" } }, "NextToken": {} @@ -9521,7 +10033,7 @@ }, "TrainingJobStatus": {}, "WarmPoolStatus": { - "shape": "S12w" + "shape": "S15v" } } } @@ -9556,7 +10068,7 @@ "TrainingJobSummaries": { "type": "list", "member": { - "shape": "Sz0" + "shape": "S11t" } }, "NextToken": {} @@ -9659,10 +10171,10 @@ "TrialComponentArn": {}, "DisplayName": {}, "TrialComponentSource": { - "shape": "S138" + "shape": "S167" }, "Status": { - "shape": "Sqn" + "shape": "Ssy" }, "StartTime": { "type": "timestamp" @@ -9674,13 +10186,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" } } } @@ -9721,7 +10233,7 @@ "TrialName": {}, "DisplayName": {}, "TrialSource": { - "shape": "S134" + "shape": "S163" }, "CreationTime": { "type": "timestamp" @@ -9796,7 +10308,7 @@ "Workforces": { "type": "list", "member": { - "shape": "S13k" + "shape": "S16j" } }, "NextToken": {} @@ -9825,7 +10337,7 @@ "Workteams": { "type": "list", "member": { - "shape": "S13s" + "shape": "S16r" } }, "NextToken": {} @@ -9944,7 +10456,7 @@ "members": { "DeviceFleetName": {}, "Devices": { - "shape": "S1gz" + "shape": "S1kg" }, "Tags": { "shape": "S7" @@ -9961,7 +10473,7 @@ ], "members": { "UiTemplate": { - "shape": "Sey" + "shape": "Sgi" }, "Task": { "type": "structure", @@ -10014,7 +10526,7 @@ "idempotencyToken": true }, "ParallelismConfiguration": { - "shape": "Snb" + "shape": "Spa" } } }, @@ -10034,7 +10546,7 @@ "members": { "Resource": {}, "SearchExpression": { - "shape": "S1ha" + "shape": "S1kr" }, "SortBy": {}, "SortOrder": {}, @@ -10054,7 +10566,7 @@ "type": "structure", "members": { "TrainingJob": { - "shape": "S1ho" + "shape": "S1l5" }, "Experiment": { "type": "structure", @@ -10063,20 +10575,20 @@ "ExperimentArn": {}, "DisplayName": {}, "Source": { - "shape": "Sxj" + "shape": "S10c" }, "Description": {}, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" }, "Tags": { "shape": "S7" @@ -10091,22 +10603,22 @@ "DisplayName": {}, "ExperimentName": {}, "Source": { - "shape": "S134" + "shape": "S163" }, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" }, "MetadataProperties": { - "shape": "S1q" + "shape": "S1u" }, "Tags": { "shape": "S7" @@ -10119,13 +10631,13 @@ "TrialComponentName": {}, "TrialComponentArn": {}, "TrialComponentSource": { - "shape": "S138" + "shape": "S167" }, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" } } } @@ -10139,10 +10651,10 @@ "DisplayName": {}, "TrialComponentArn": {}, "Source": { - "shape": "S138" + "shape": "S167" }, "Status": { - "shape": "Sqn" + "shape": "Ssy" }, "StartTime": { "type": "timestamp" @@ -10154,64 +10666,64 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" }, "Parameters": { - "shape": "Sqq" + "shape": "St1" }, "InputArtifacts": { - "shape": "Squ" + "shape": "St5" }, "OutputArtifacts": { - "shape": "Squ" + "shape": "St5" }, "Metrics": { - "shape": "S13a" + "shape": "S169" }, "MetadataProperties": { - "shape": "S1q" + "shape": "S1u" }, "SourceDetail": { "type": "structure", "members": { "SourceArn": {}, "TrainingJob": { - "shape": "S1ho" + "shape": "S1l5" }, "ProcessingJob": { "type": "structure", "members": { "ProcessingInputs": { - "shape": "Sno" + "shape": "Spn" }, "ProcessingOutputConfig": { - "shape": "Sob" + "shape": "Sqa" }, "ProcessingJobName": {}, "ProcessingResources": { - "shape": "Sog" + "shape": "Sqf" }, "StoppingCondition": { - "shape": "Soi" + "shape": "Sqh" }, "AppSpecification": { - "shape": "Sok" + "shape": "Sqj" }, "Environment": { - "shape": "Som" + "shape": "Sql" }, "NetworkConfig": { - "shape": "Smd" + "shape": "Soc" }, "RoleArn": {}, "ExperimentConfig": { - "shape": "Son" + "shape": "Sqm" }, "ProcessingJobArn": {}, "ProcessingJobStatus": {}, @@ -10238,7 +10750,7 @@ } }, "TransformJob": { - "shape": "S1hw" + "shape": "S1ld" } } }, @@ -10274,10 +10786,10 @@ "EndpointArn": {}, "EndpointConfigName": {}, "ProductionVariants": { - "shape": "Sx1" + "shape": "Szu" }, "DataCaptureConfig": { - "shape": "Sx9" + "shape": "S102" }, "EndpointStatus": {}, "FailureReason": {}, @@ -10304,11 +10816,11 @@ "type": "timestamp" }, "MonitoringScheduleConfig": { - "shape": "Sm5" + "shape": "So4" }, "EndpointName": {}, "LastMonitoringExecutionSummary": { - "shape": "S118" + "shape": "S147" }, "Tags": { "shape": "S7" @@ -10320,7 +10832,7 @@ "shape": "S7" }, "ShadowProductionVariants": { - "shape": "Sx1" + "shape": "Szu" } } }, @@ -10341,49 +10853,49 @@ "shape": "Sr" }, "SourceAlgorithmSpecification": { - "shape": "Sl7" + "shape": "Sn6" }, "ValidationSpecification": { - "shape": "Sl4" + "shape": "Sn3" }, "ModelPackageStatus": {}, "ModelPackageStatusDetails": { - "shape": "S10v" + "shape": "S13u" }, "CertifyForMarketplace": { "type": "boolean" }, "ModelApprovalStatus": {}, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "MetadataProperties": { - "shape": "S1q" + "shape": "S1u" }, "ModelMetrics": { - "shape": "Sla" + "shape": "Sn9" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" }, "ApprovalDescription": {}, "Domain": {}, "Task": {}, "SamplePayloadUrl": {}, "AdditionalInferenceSpecifications": { - "shape": "Slq" + "shape": "Snp" }, "Tags": { "shape": "S7" }, "CustomerMetadataProperties": { - "shape": "Slh" + "shape": "Sng" }, "DriftCheckBaselines": { - "shape": "Slk" + "shape": "Snj" }, "SkipModelValidation": {} } @@ -10398,7 +10910,7 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "ModelPackageGroupStatus": {}, "Tags": { @@ -10425,13 +10937,13 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" }, "ParallelismConfiguration": { - "shape": "Snb" + "shape": "Spa" }, "Tags": { "shape": "S7" @@ -10447,7 +10959,7 @@ "PipelineExecutionStatus": {}, "PipelineExecutionDescription": {}, "PipelineExperimentConfig": { - "shape": "S11s" + "shape": "S14r" }, "FailureReason": {}, "CreationTime": { @@ -10457,19 +10969,19 @@ "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" }, "ParallelismConfiguration": { - "shape": "Snb" + "shape": "Spa" }, "PipelineParameters": { - "shape": "S1e4" + "shape": "S1hi" }, "SelectiveExecutionConfig": { - "shape": "S11u" + "shape": "S14t" } } }, @@ -10481,7 +10993,7 @@ "RecordIdentifierFeatureName": {}, "EventTimeFeatureName": {}, "FeatureDefinitions": { - "shape": "Sdf" + "shape": "Seu" }, "CreationTime": { "type": "timestamp" @@ -10490,18 +11002,18 @@ "type": "timestamp" }, "OnlineStoreConfig": { - "shape": "Sdi" + "shape": "Sf1" }, "OfflineStoreConfig": { - "shape": "Sdn" + "shape": "Sf7" }, "RoleArn": {}, "FeatureGroupStatus": {}, "OfflineStoreStatus": { - "shape": "Sxq" + "shape": "S10j" }, "LastUpdateStatus": { - "shape": "Sxt" + "shape": "S10m" }, "FailureReason": {}, "Description": {}, @@ -10518,14 +11030,14 @@ "ProjectId": {}, "ProjectDescription": {}, "ServiceCatalogProvisioningDetails": { - "shape": "Sos" + "shape": "Sqr" }, "ServiceCatalogProvisionedProductDetails": { - "shape": "S123" + "shape": "S152" }, "ProjectStatus": {}, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "CreationTime": { "type": "timestamp" @@ -10537,7 +11049,7 @@ "type": "timestamp" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" } } }, @@ -10556,7 +11068,7 @@ }, "Description": {}, "Parameters": { - "shape": "Sxz" + "shape": "S10s" } } }, @@ -10566,13 +11078,13 @@ "HyperParameterTuningJobName": {}, "HyperParameterTuningJobArn": {}, "HyperParameterTuningJobConfig": { - "shape": "Sf3" + "shape": "Sgn" }, "TrainingJobDefinition": { - "shape": "Sfw" + "shape": "Shg" }, "TrainingJobDefinitions": { - "shape": "Sgc" + "shape": "Shw" }, "HyperParameterTuningJobStatus": {}, "CreationTime": { @@ -10585,29 +11097,29 @@ "type": "timestamp" }, "TrainingJobStatusCounters": { - "shape": "Syw" + "shape": "S11p" }, "ObjectiveStatusCounters": { - "shape": "Syy" + "shape": "S11r" }, "BestTrainingJob": { - "shape": "Sz0" + "shape": "S11t" }, "OverallBestTrainingJob": { - "shape": "Sz0" + "shape": "S11t" }, "WarmStartConfig": { - "shape": "Sgd" + "shape": "Shx" }, "FailureReason": {}, "Tags": { "shape": "S7" }, "TuningJobCompletionDetails": { - "shape": "Sz3" + "shape": "S11w" }, "ConsumedResources": { - "shape": "Sz4" + "shape": "S11x" } } }, @@ -10619,17 +11131,17 @@ "members": { "ModelName": {}, "PrimaryContainer": { - "shape": "Sjz" + "shape": "Slw" }, "Containers": { - "shape": "Skd" + "shape": "Smc" }, "InferenceExecutionConfig": { - "shape": "Ske" + "shape": "Smd" }, "ExecutionRoleArn": {}, "VpcConfig": { - "shape": "S5q" + "shape": "S61" }, "CreationTime": { "type": "timestamp" @@ -10642,7 +11154,7 @@ "shape": "S7" }, "DeploymentRecommendation": { - "shape": "S10e" + "shape": "S13d" } } }, @@ -10671,7 +11183,7 @@ } }, "LastBatchTransformJob": { - "shape": "S1hw" + "shape": "S1ld" }, "MonitoringSchedules": { "type": "list", @@ -10690,14 +11202,17 @@ "type": "timestamp" }, "MonitoringScheduleConfig": { - "shape": "Sm5" + "shape": "So4" }, "EndpointName": {}, "MonitoringAlertSummaries": { - "shape": "S1c8" + "shape": "S1fm" }, "LastMonitoringExecutionSummary": { - "shape": "S118" + "shape": "S147" + }, + "BatchTransformInput": { + "shape": "S9d" } } } @@ -10712,19 +11227,19 @@ }, "ModelCardStatus": {}, "SecurityConfig": { - "shape": "Sko" + "shape": "Smn" }, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" }, "Tags": { "shape": "S7" @@ -10744,23 +11259,23 @@ "type": "integer" }, "Content": { - "shape": "Skp" + "shape": "Smo" }, "ModelCardStatus": {}, "SecurityConfig": { - "shape": "Sko" + "shape": "Smn" }, "CreationTime": { "type": "timestamp" }, "CreatedBy": { - "shape": "Su0" + "shape": "Swf" }, "LastModifiedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Su0" + "shape": "Swf" }, "Tags": { "shape": "S7" @@ -10807,7 +11322,7 @@ "members": { "CallbackToken": {}, "OutputParameters": { - "shape": "S1dn" + "shape": "S1h1" }, "ClientRequestToken": { "idempotencyToken": true @@ -10887,17 +11402,17 @@ "PipelineName": {}, "PipelineExecutionDisplayName": {}, "PipelineParameters": { - "shape": "S1e4" + "shape": "S1hi" }, "PipelineExecutionDescription": {}, "ClientRequestToken": { "idempotencyToken": true }, "ParallelismConfiguration": { - "shape": "Snb" + "shape": "Spa" }, "SelectiveExecutionConfig": { - "shape": "S11u" + "shape": "S14t" } } }, @@ -10980,7 +11495,7 @@ "value": {} }, "DesiredModelVariants": { - "shape": "Sh8" + "shape": "Sj5" }, "DesiredState": {}, "Reason": {} @@ -11105,10 +11620,10 @@ "Description": {}, "Status": {}, "Properties": { - "shape": "S1o" + "shape": "S1s" }, "PropertiesToRemove": { - "shape": "S1jd" + "shape": "S1mu" } } }, @@ -11128,7 +11643,10 @@ "members": { "AppImageConfigName": {}, "KernelGatewayImageConfig": { - "shape": "S4o" + "shape": "S4s" + }, + "JupyterLabAppImageConfig": { + "shape": "S51" } } }, @@ -11149,10 +11667,10 @@ "ArtifactArn": {}, "ArtifactName": {}, "Properties": { - "shape": "S1o" + "shape": "S1s" }, "PropertiesToRemove": { - "shape": "S1jd" + "shape": "S1mu" } } }, @@ -11163,6 +11681,30 @@ } } }, + "UpdateCluster": { + "input": { + "type": "structure", + "required": [ + "ClusterName", + "InstanceGroups" + ], + "members": { + "ClusterName": {}, + "InstanceGroups": { + "shape": "S7n" + } + } + }, + "output": { + "type": "structure", + "required": [ + "ClusterArn" + ], + "members": { + "ClusterArn": {} + } + } + }, "UpdateCodeRepository": { "input": { "type": "structure", @@ -11199,10 +11741,10 @@ "ContextName": {}, "Description": {}, "Properties": { - "shape": "S1o" + "shape": "S1s" }, "PropertiesToRemove": { - "shape": "S1jd" + "shape": "S1mu" } } }, @@ -11225,7 +11767,7 @@ "RoleArn": {}, "Description": {}, "OutputConfig": { - "shape": "S98" + "shape": "Sa1" }, "EnableIotRoleAlias": { "type": "boolean" @@ -11243,7 +11785,7 @@ "members": { "DeviceFleetName": {}, "Devices": { - "shape": "S1gz" + "shape": "S1kg" } } } @@ -11257,7 +11799,7 @@ "members": { "DomainId": {}, "DefaultUserSettings": { - "shape": "S9e" + "shape": "Sa7" }, "DomainSettingsForUpdate": { "type": "structure", @@ -11270,7 +11812,7 @@ "members": { "DomainExecutionRoleArn": {}, "DefaultResourceSpec": { - "shape": "S4e" + "shape": "S4h" }, "RStudioConnectUrl": {}, "RStudioPackageManagerUrl": {} @@ -11278,14 +11820,18 @@ }, "ExecutionRoleIdentityConfig": {}, "SecurityGroupIds": { - "shape": "Sa9" + "shape": "Sbi" } } }, "DefaultSpaceSettings": { - "shape": "Sac" + "shape": "Sbl" + }, + "AppSecurityGroupManagement": {}, + "SubnetIds": { + "shape": "S64" }, - "AppSecurityGroupManagement": {} + "AppNetworkAccessType": {} } }, "output": { @@ -11321,7 +11867,7 @@ } }, "DeploymentConfig": { - "shape": "Saz" + "shape": "Sc8" }, "RetainDeploymentConfig": { "type": "boolean" @@ -11418,14 +11964,14 @@ "FeatureAdditions": { "type": "list", "member": { - "shape": "Sdg" + "shape": "Sev" } }, "OnlineStoreConfig": { "type": "structure", "members": { "TtlDuration": { - "shape": "Sdk" + "shape": "Sf3" } } } @@ -11455,7 +12001,7 @@ "ParameterAdditions": { "type": "list", "member": { - "shape": "Sy0" + "shape": "S10t" } }, "ParameterRemovals": { @@ -11476,7 +12022,7 @@ "HubDescription": {}, "HubDisplayName": {}, "HubSearchKeywords": { - "shape": "Seq" + "shape": "Sga" } } }, @@ -11527,10 +12073,10 @@ "type": "integer" }, "AliasesToAdd": { - "shape": "Sgs" + "shape": "Sic" }, "AliasesToDelete": { - "shape": "Sgs" + "shape": "Sic" }, "VendorGuidance": {}, "JobType": {}, @@ -11550,6 +12096,56 @@ } } }, + "UpdateInferenceComponent": { + "input": { + "type": "structure", + "required": [ + "InferenceComponentName" + ], + "members": { + "InferenceComponentName": {}, + "Specification": { + "shape": "Sio" + }, + "RuntimeConfig": { + "shape": "Siv" + } + } + }, + "output": { + "type": "structure", + "required": [ + "InferenceComponentArn" + ], + "members": { + "InferenceComponentArn": {} + } + } + }, + "UpdateInferenceComponentRuntimeConfig": { + "input": { + "type": "structure", + "required": [ + "InferenceComponentName", + "DesiredRuntimeConfig" + ], + "members": { + "InferenceComponentName": {}, + "DesiredRuntimeConfig": { + "shape": "Siv" + } + } + }, + "output": { + "type": "structure", + "required": [ + "InferenceComponentArn" + ], + "members": { + "InferenceComponentArn": {} + } + } + }, "UpdateInferenceExperiment": { "input": { "type": "structure", @@ -11559,17 +12155,17 @@ "members": { "Name": {}, "Schedule": { - "shape": "Sh5" + "shape": "Sj2" }, "Description": {}, "ModelVariants": { - "shape": "Sh8" + "shape": "Sj5" }, "DataStorageConfig": { - "shape": "Shg" + "shape": "Sjd" }, "ShadowModeConfig": { - "shape": "Shh" + "shape": "Sje" } } }, @@ -11592,7 +12188,7 @@ "members": { "ModelCardName": {}, "Content": { - "shape": "Skp" + "shape": "Smo" }, "ModelCardStatus": {} } @@ -11618,14 +12214,14 @@ "ModelApprovalStatus": {}, "ApprovalDescription": {}, "CustomerMetadataProperties": { - "shape": "Slh" + "shape": "Sng" }, "CustomerMetadataPropertiesToRemove": { "type": "list", "member": {} }, "AdditionalInferenceSpecificationsToAdd": { - "shape": "Slq" + "shape": "Snp" } } }, @@ -11680,7 +12276,7 @@ "members": { "MonitoringScheduleName": {}, "MonitoringScheduleConfig": { - "shape": "Sm5" + "shape": "So4" } } }, @@ -11713,10 +12309,10 @@ }, "DefaultCodeRepository": {}, "AdditionalCodeRepositories": { - "shape": "Smp" + "shape": "Soo" }, "AcceleratorTypes": { - "shape": "Smm" + "shape": "Sol" }, "DisassociateAcceleratorTypes": { "type": "boolean" @@ -11729,7 +12325,7 @@ }, "RootAccess": {}, "InstanceMetadataServiceConfiguration": { - "shape": "Sms" + "shape": "Sor" } } }, @@ -11747,10 +12343,10 @@ "members": { "NotebookInstanceLifecycleConfigName": {}, "OnCreate": { - "shape": "Smx" + "shape": "Sow" }, "OnStart": { - "shape": "Smx" + "shape": "Sow" } } }, @@ -11770,12 +12366,12 @@ "PipelineDisplayName": {}, "PipelineDefinition": {}, "PipelineDefinitionS3Location": { - "shape": "Sn5" + "shape": "Sp4" }, "PipelineDescription": {}, "RoleArn": {}, "ParallelismConfiguration": { - "shape": "Snb" + "shape": "Spa" } } }, @@ -11797,7 +12393,7 @@ "PipelineExecutionDescription": {}, "PipelineExecutionDisplayName": {}, "ParallelismConfiguration": { - "shape": "Snb" + "shape": "Spa" } } }, @@ -11822,7 +12418,7 @@ "members": { "ProvisioningArtifactId": {}, "ProvisioningParameters": { - "shape": "Sou" + "shape": "Sqt" } } }, @@ -11852,8 +12448,9 @@ "DomainId": {}, "SpaceName": {}, "SpaceSettings": { - "shape": "Sp2" - } + "shape": "Sr1" + }, + "SpaceDisplayName": {} } }, "output": { @@ -11879,7 +12476,7 @@ "type": "long" }, "ProfilingParameters": { - "shape": "Sq0" + "shape": "Ss9" }, "DisableProfiler": { "type": "boolean" @@ -11887,7 +12484,7 @@ } }, "ProfilerRuleConfigurations": { - "shape": "Sq2" + "shape": "Ssb" }, "ResourceConfig": { "type": "structure", @@ -11940,7 +12537,7 @@ "TrialComponentName": {}, "DisplayName": {}, "Status": { - "shape": "Sqn" + "shape": "Ssy" }, "StartTime": { "type": "timestamp" @@ -11949,22 +12546,22 @@ "type": "timestamp" }, "Parameters": { - "shape": "Sqq" + "shape": "St1" }, "ParametersToRemove": { - "shape": "S1lk" + "shape": "S1p7" }, "InputArtifacts": { - "shape": "Squ" + "shape": "St5" }, "InputArtifactsToRemove": { - "shape": "S1lk" + "shape": "S1p7" }, "OutputArtifacts": { - "shape": "Squ" + "shape": "St5" }, "OutputArtifactsToRemove": { - "shape": "S1lk" + "shape": "S1p7" } } }, @@ -11986,7 +12583,7 @@ "DomainId": {}, "UserProfileName": {}, "UserSettings": { - "shape": "S9e" + "shape": "Sa7" } } }, @@ -12006,13 +12603,13 @@ "members": { "WorkforceName": {}, "SourceIpConfig": { - "shape": "Srb" + "shape": "Stm" }, "OidcConfig": { - "shape": "Sr8" + "shape": "Stj" }, "WorkforceVpcConfig": { - "shape": "Srf" + "shape": "Stq" } } }, @@ -12023,7 +12620,7 @@ ], "members": { "Workforce": { - "shape": "S13k" + "shape": "S16j" } } } @@ -12037,11 +12634,11 @@ "members": { "WorkteamName": {}, "MemberDefinitions": { - "shape": "Srp" + "shape": "Su0" }, "Description": {}, "NotificationConfiguration": { - "shape": "Srx" + "shape": "Su8" } } }, @@ -12052,7 +12649,7 @@ ], "members": { "Workteam": { - "shape": "S13s" + "shape": "S16r" } } } @@ -12076,25 +12673,23 @@ "Sr": { "type": "structure", "required": [ - "Containers", - "SupportedContentTypes", - "SupportedResponseMIMETypes" + "Containers" ], "members": { "Containers": { "shape": "Ss" }, "SupportedTransformInstanceTypes": { - "shape": "S16" + "shape": "S1a" }, "SupportedRealtimeInferenceInstanceTypes": { - "shape": "S18" + "shape": "S1c" }, "SupportedContentTypes": { - "shape": "S1a" + "shape": "S1e" }, "SupportedResponseMIMETypes": { - "shape": "S1c" + "shape": "S1g" } } }, @@ -12125,7 +12720,10 @@ }, "Framework": {}, "FrameworkVersion": {}, - "NearestModelName": {} + "NearestModelName": {}, + "AdditionalS3DataSource": { + "shape": "S16" + } } } }, @@ -12135,22 +12733,34 @@ "value": {} }, "S16": { + "type": "structure", + "required": [ + "S3DataType", + "S3Uri" + ], + "members": { + "S3DataType": {}, + "S3Uri": {}, + "CompressionType": {} + } + }, + "S1a": { "type": "list", "member": {} }, - "S18": { + "S1c": { "type": "list", "member": {} }, - "S1a": { + "S1e": { "type": "list", "member": {} }, - "S1c": { + "S1g": { "type": "list", "member": {} }, - "S1j": { + "S1n": { "type": "structure", "required": [ "SourceUri" @@ -12161,12 +12771,12 @@ "SourceId": {} } }, - "S1o": { + "S1s": { "type": "map", "key": {}, "value": {} }, - "S1q": { + "S1u": { "type": "structure", "members": { "CommitId": {}, @@ -12175,7 +12785,7 @@ "ProjectId": {} } }, - "S1v": { + "S1z": { "type": "structure", "required": [ "TrainingImage", @@ -12229,7 +12839,7 @@ ], "members": { "Values": { - "shape": "S25" + "shape": "S29" } } } @@ -12253,7 +12863,7 @@ "type": "boolean" }, "MetricDefinitions": { - "shape": "S2a" + "shape": "S2e" }, "TrainingChannels": { "type": "list", @@ -12271,7 +12881,7 @@ "type": "boolean" }, "SupportedContentTypes": { - "shape": "S1a" + "shape": "S1e" }, "SupportedCompressionTypes": { "type": "list", @@ -12287,16 +12897,19 @@ "SupportedTuningJobObjectiveMetrics": { "type": "list", "member": { - "shape": "S2m" + "shape": "S2p" } + }, + "AdditionalS3DataSource": { + "shape": "S16" } } }, - "S25": { + "S29": { "type": "list", "member": {} }, - "S2a": { + "S2e": { "type": "list", "member": { "type": "structure", @@ -12310,7 +12923,7 @@ } } }, - "S2m": { + "S2p": { "type": "structure", "required": [ "Type", @@ -12321,7 +12934,7 @@ "MetricName": {} } }, - "S2o": { + "S2r": { "type": "structure", "required": [ "ValidationRole", @@ -12351,36 +12964,36 @@ "members": { "TrainingInputMode": {}, "HyperParameters": { - "shape": "S2t" + "shape": "S2w" }, "InputDataConfig": { - "shape": "S2v" + "shape": "S2y" }, "OutputDataConfig": { - "shape": "S3e" + "shape": "S3g" }, "ResourceConfig": { - "shape": "S3h" + "shape": "S3j" }, "StoppingCondition": { - "shape": "S3n" + "shape": "S3p" } } }, "TransformJobDefinition": { - "shape": "S3q" + "shape": "S3t" } } } } } }, - "S2t": { + "S2w": { "type": "map", "key": {}, "value": {} }, - "S2v": { + "S2y": { "type": "list", "member": { "type": "structure", @@ -12448,7 +13061,7 @@ } } }, - "S3e": { + "S3g": { "type": "structure", "required": [ "S3OutputPath" @@ -12459,7 +13072,7 @@ "CompressionType": {} } }, - "S3h": { + "S3j": { "type": "structure", "required": [ "VolumeSizeInGB" @@ -12496,7 +13109,7 @@ } } }, - "S3n": { + "S3p": { "type": "structure", "members": { "MaxRuntimeInSeconds": { @@ -12504,10 +13117,13 @@ }, "MaxWaitTimeInSeconds": { "type": "integer" + }, + "MaxPendingTimeInSeconds": { + "type": "integer" } } }, - "S3q": { + "S3t": { "type": "structure", "required": [ "TransformInput", @@ -12523,25 +13139,25 @@ }, "BatchStrategy": {}, "Environment": { - "shape": "S3u" + "shape": "S3x" }, "TransformInput": { - "shape": "S3x" + "shape": "S40" }, "TransformOutput": { - "shape": "S41" + "shape": "S44" }, "TransformResources": { - "shape": "S44" + "shape": "S47" } } }, - "S3u": { + "S3x": { "type": "map", "key": {}, "value": {} }, - "S3x": { + "S40": { "type": "structure", "required": [ "DataSource" @@ -12571,7 +13187,7 @@ "SplitType": {} } }, - "S41": { + "S44": { "type": "structure", "required": [ "S3OutputPath" @@ -12583,7 +13199,7 @@ "KmsKeyId": {} } }, - "S44": { + "S47": { "type": "structure", "required": [ "InstanceType", @@ -12597,16 +13213,17 @@ "VolumeKmsKeyId": {} } }, - "S4e": { + "S4h": { "type": "structure", "members": { "SageMakerImageArn": {}, "SageMakerImageVersionArn": {}, + "SageMakerImageVersionAlias": {}, "InstanceType": {}, "LifecycleConfigArn": {} } }, - "S4o": { + "S4s": { "type": "structure", "required": [ "KernelSpecs" @@ -12639,7 +13256,30 @@ } } }, - "S50": { + "S51": { + "type": "structure", + "members": { + "ContainerConfig": { + "type": "structure", + "members": { + "ContainerArguments": { + "type": "list", + "member": {} + }, + "ContainerEntrypoint": { + "type": "list", + "member": {} + }, + "ContainerEnvironmentVariables": { + "type": "map", + "key": {}, + "value": {} + } + } + } + } + }, + "S5b": { "type": "structure", "required": [ "SourceUri" @@ -12662,7 +13302,7 @@ } } }, - "S58": { + "S5j": { "type": "list", "member": { "type": "structure", @@ -12672,7 +13312,7 @@ ], "members": { "DataSource": { - "shape": "S5a" + "shape": "S5l" }, "CompressionType": {}, "TargetAttributeName": {}, @@ -12682,7 +13322,7 @@ } } }, - "S5a": { + "S5l": { "type": "structure", "required": [ "S3DataSource" @@ -12701,7 +13341,7 @@ } } }, - "S5g": { + "S5r": { "type": "structure", "required": [ "S3OutputPath" @@ -12711,7 +13351,7 @@ "S3OutputPath": {} } }, - "S5i": { + "S5t": { "type": "structure", "required": [ "MetricName" @@ -12720,31 +13360,31 @@ "MetricName": {} } }, - "S5k": { + "S5v": { "type": "structure", "members": { "CompletionCriteria": { - "shape": "S5l" + "shape": "S5w" }, "SecurityConfig": { - "shape": "S5p" + "shape": "S60" }, "DataSplitConfig": { - "shape": "S5v" + "shape": "S66" }, "CandidateGenerationConfig": { "type": "structure", "members": { "FeatureSpecificationS3Uri": {}, "AlgorithmsConfig": { - "shape": "S5y" + "shape": "S69" } } }, "Mode": {} } }, - "S5l": { + "S5w": { "type": "structure", "members": { "MaxCandidates": { @@ -12758,7 +13398,7 @@ } } }, - "S5p": { + "S60": { "type": "structure", "members": { "VolumeKmsKeyId": {}, @@ -12766,11 +13406,11 @@ "type": "boolean" }, "VpcConfig": { - "shape": "S5q" + "shape": "S61" } } }, - "S5q": { + "S61": { "type": "structure", "required": [ "SecurityGroupIds", @@ -12782,15 +13422,15 @@ "member": {} }, "Subnets": { - "shape": "S5t" + "shape": "S64" } } }, - "S5t": { + "S64": { "type": "list", "member": {} }, - "S5v": { + "S66": { "type": "structure", "members": { "ValidationFraction": { @@ -12798,7 +13438,7 @@ } } }, - "S5y": { + "S69": { "type": "list", "member": { "type": "structure", @@ -12813,7 +13453,7 @@ } } }, - "S64": { + "S6f": { "type": "structure", "members": { "AutoGenerateEndpointName": { @@ -12822,7 +13462,7 @@ "EndpointName": {} } }, - "S6a": { + "S6l": { "type": "list", "member": { "type": "structure", @@ -12831,19 +13471,19 @@ "ContentType": {}, "CompressionType": {}, "DataSource": { - "shape": "S5a" + "shape": "S5l" } } } }, - "S6c": { + "S6n": { "type": "structure", "members": { "ImageClassificationJobConfig": { "type": "structure", "members": { "CompletionCriteria": { - "shape": "S5l" + "shape": "S5w" } } }, @@ -12855,7 +13495,7 @@ ], "members": { "CompletionCriteria": { - "shape": "S5l" + "shape": "S5w" }, "ContentColumn": {}, "TargetLabelColumn": {} @@ -12871,12 +13511,12 @@ "type": "structure", "members": { "AlgorithmsConfig": { - "shape": "S5y" + "shape": "S69" } } }, "CompletionCriteria": { - "shape": "S5l" + "shape": "S5w" }, "FeatureSpecificationS3Uri": {}, "Mode": {}, @@ -12898,7 +13538,7 @@ "members": { "FeatureSpecificationS3Uri": {}, "CompletionCriteria": { - "shape": "S5l" + "shape": "S5w" }, "ForecastFrequency": {}, "ForecastHorizon": { @@ -12954,11 +13594,63 @@ } } } + }, + "TextGenerationJobConfig": { + "type": "structure", + "members": { + "CompletionCriteria": { + "shape": "S5w" + }, + "BaseModelName": {}, + "TextGenerationHyperParameters": { + "type": "map", + "key": {}, + "value": {} + } + } } }, "union": true }, - "S76": { + "S7n": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "InstanceCount", + "InstanceGroupName", + "InstanceType", + "LifeCycleConfig", + "ExecutionRole" + ], + "members": { + "InstanceCount": { + "type": "integer" + }, + "InstanceGroupName": {}, + "InstanceType": {}, + "LifeCycleConfig": { + "shape": "S7s" + }, + "ExecutionRole": {}, + "ThreadsPerCore": { + "type": "integer" + } + } + } + }, + "S7s": { + "type": "structure", + "required": [ + "SourceS3Uri", + "OnCreate" + ], + "members": { + "SourceS3Uri": {}, + "OnCreate": {} + } + }, + "S7y": { "type": "structure", "required": [ "RepositoryUrl" @@ -12969,7 +13661,7 @@ "SecretArn": {} } }, - "S7d": { + "S85": { "type": "structure", "required": [ "S3Uri", @@ -12982,7 +13674,7 @@ "FrameworkVersion": {} } }, - "S7g": { + "S88": { "type": "structure", "required": [ "S3OutputLocation" @@ -13006,7 +13698,7 @@ "KmsKeyId": {} } }, - "S7n": { + "S8f": { "type": "structure", "required": [ "SecurityGroupIds", @@ -13023,7 +13715,7 @@ } } }, - "S7v": { + "S8n": { "type": "structure", "required": [ "SourceUri" @@ -13034,31 +13726,31 @@ "SourceId": {} } }, - "S80": { + "S8s": { "type": "structure", "members": { "BaseliningJobName": {}, "ConstraintsResource": { - "shape": "S82" + "shape": "S8u" }, "StatisticsResource": { - "shape": "S83" + "shape": "S8v" } } }, - "S82": { + "S8u": { "type": "structure", "members": { "S3Uri": {} } }, - "S83": { + "S8v": { "type": "structure", "members": { "S3Uri": {} } }, - "S84": { + "S8w": { "type": "structure", "required": [ "ImageUri" @@ -13066,43 +13758,43 @@ "members": { "ImageUri": {}, "ContainerEntrypoint": { - "shape": "S86" + "shape": "S8y" }, "ContainerArguments": { - "shape": "S88" + "shape": "S90" }, "RecordPreprocessorSourceUri": {}, "PostAnalyticsProcessorSourceUri": {}, "Environment": { - "shape": "S8a" + "shape": "S92" } } }, - "S86": { + "S8y": { "type": "list", "member": {} }, - "S88": { + "S90": { "type": "list", "member": {} }, - "S8a": { + "S92": { "type": "map", "key": {}, "value": {} }, - "S8d": { + "S95": { "type": "structure", "members": { "EndpointInput": { - "shape": "S8e" + "shape": "S96" }, "BatchTransformInput": { - "shape": "S8k" + "shape": "S9d" } } }, - "S8e": { + "S96": { "type": "structure", "required": [ "EndpointName", @@ -13120,10 +13812,11 @@ "type": "double" }, "StartTimeOffset": {}, - "EndTimeOffset": {} + "EndTimeOffset": {}, + "ExcludeFeaturesAttribute": {} } }, - "S8k": { + "S9d": { "type": "structure", "required": [ "DataCapturedDestinationS3Uri", @@ -13167,10 +13860,11 @@ "type": "double" }, "StartTimeOffset": {}, - "EndTimeOffset": {} + "EndTimeOffset": {}, + "ExcludeFeaturesAttribute": {} } }, - "S8q": { + "S9j": { "type": "structure", "required": [ "MonitoringOutputs" @@ -13202,7 +13896,7 @@ "KmsKeyId": {} } }, - "S8w": { + "S9p": { "type": "structure", "required": [ "ClusterConfig" @@ -13228,7 +13922,7 @@ } } }, - "S91": { + "S9u": { "type": "structure", "members": { "EnableInterContainerTrafficEncryption": { @@ -13238,11 +13932,11 @@ "type": "boolean" }, "VpcConfig": { - "shape": "S5q" + "shape": "S61" } } }, - "S92": { + "S9v": { "type": "structure", "required": [ "MaxRuntimeInSeconds" @@ -13253,7 +13947,7 @@ } } }, - "S98": { + "Sa1": { "type": "structure", "required": [ "S3OutputLocation" @@ -13265,12 +13959,12 @@ "PresetDeploymentConfig": {} } }, - "S9e": { + "Sa7": { "type": "structure", "members": { "ExecutionRole": {}, "SecurityGroups": { - "shape": "S9f" + "shape": "Sa8" }, "SharingSettings": { "type": "structure", @@ -13281,16 +13975,16 @@ } }, "JupyterServerAppSettings": { - "shape": "S9i" + "shape": "Sab" }, "KernelGatewayAppSettings": { - "shape": "S9n" + "shape": "Sag" }, "TensorBoardAppSettings": { "type": "structure", "members": { "DefaultResourceSpec": { - "shape": "S4e" + "shape": "S4h" } } }, @@ -13305,10 +13999,10 @@ "type": "structure", "members": { "DefaultResourceSpec": { - "shape": "S4e" + "shape": "S4h" }, "CustomImages": { - "shape": "S9o" + "shape": "Sah" } } }, @@ -13346,57 +14040,156 @@ "SecretArn": {} } } + }, + "KendraSettings": { + "type": "structure", + "members": { + "Status": {} + } + }, + "DirectDeploySettings": { + "type": "structure", + "members": { + "Status": {} + } + } + } + }, + "JupyterLabAppSettings": { + "type": "structure", + "members": { + "DefaultResourceSpec": { + "shape": "S4h" + }, + "CustomImages": { + "shape": "Sah" + }, + "LifecycleConfigArns": { + "shape": "Sac" + }, + "CodeRepositories": { + "shape": "Sad" + } + } + }, + "CodeEditorAppSettings": { + "type": "structure", + "members": { + "DefaultResourceSpec": { + "shape": "S4h" + }, + "LifecycleConfigArns": { + "shape": "Sac" + } + } + }, + "SpaceStorageSettings": { + "type": "structure", + "members": { + "DefaultEbsStorageSettings": { + "type": "structure", + "required": [ + "DefaultEbsVolumeSizeInGb", + "MaximumEbsVolumeSizeInGb" + ], + "members": { + "DefaultEbsVolumeSizeInGb": { + "type": "integer" + }, + "MaximumEbsVolumeSizeInGb": { + "type": "integer" + } + } + } + } + }, + "DefaultLandingUri": {}, + "StudioWebPortal": {}, + "CustomPosixUserConfig": { + "type": "structure", + "required": [ + "Uid", + "Gid" + ], + "members": { + "Uid": { + "type": "long" + }, + "Gid": { + "type": "long" } } + }, + "CustomFileSystemConfigs": { + "type": "list", + "member": { + "type": "structure", + "members": { + "EFSFileSystemConfig": { + "type": "structure", + "required": [ + "FileSystemId" + ], + "members": { + "FileSystemId": {}, + "FileSystemPath": {} + } + } + }, + "union": true + } } } }, - "S9f": { + "Sa8": { "type": "list", "member": {} }, - "S9i": { + "Sab": { "type": "structure", "members": { "DefaultResourceSpec": { - "shape": "S4e" + "shape": "S4h" }, "LifecycleConfigArns": { - "shape": "S9j" + "shape": "Sac" }, "CodeRepositories": { - "type": "list", - "member": { - "type": "structure", - "required": [ - "RepositoryUrl" - ], - "members": { - "RepositoryUrl": {} - } - } + "shape": "Sad" } } }, - "S9j": { + "Sac": { "type": "list", "member": {} }, - "S9n": { + "Sad": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "RepositoryUrl" + ], + "members": { + "RepositoryUrl": {} + } + } + }, + "Sag": { "type": "structure", "members": { "DefaultResourceSpec": { - "shape": "S4e" + "shape": "S4h" }, "CustomImages": { - "shape": "S9o" + "shape": "Sah" }, "LifecycleConfigArns": { - "shape": "S9j" + "shape": "Sac" } } }, - "S9o": { + "Sah": { "type": "list", "member": { "type": "structure", @@ -13413,11 +14206,11 @@ } } }, - "Sa8": { + "Sbh": { "type": "structure", "members": { "SecurityGroupIds": { - "shape": "Sa9" + "shape": "Sbi" }, "RStudioServerProDomainSettings": { "type": "structure", @@ -13429,33 +14222,33 @@ "RStudioConnectUrl": {}, "RStudioPackageManagerUrl": {}, "DefaultResourceSpec": { - "shape": "S4e" + "shape": "S4h" } } }, "ExecutionRoleIdentityConfig": {} } }, - "Sa9": { + "Sbi": { "type": "list", "member": {} }, - "Sac": { + "Sbl": { "type": "structure", "members": { "ExecutionRole": {}, "SecurityGroups": { - "shape": "S9f" + "shape": "Sa8" }, "JupyterServerAppSettings": { - "shape": "S9i" + "shape": "Sab" }, "KernelGatewayAppSettings": { - "shape": "S9n" + "shape": "Sag" } } }, - "Sah": { + "Sbq": { "type": "list", "member": { "type": "structure", @@ -13469,7 +14262,7 @@ } } }, - "Saj": { + "Sbs": { "type": "list", "member": { "type": "structure", @@ -13480,15 +14273,15 @@ "members": { "StageName": {}, "DeviceSelectionConfig": { - "shape": "Sal" + "shape": "Sbu" }, "DeploymentConfig": { - "shape": "Saq" + "shape": "Sbz" } } } }, - "Sal": { + "Sbu": { "type": "structure", "required": [ "DeviceSubsetType" @@ -13499,16 +14292,16 @@ "type": "integer" }, "DeviceNames": { - "shape": "Sao" + "shape": "Sbx" }, "DeviceNameContains": {} } }, - "Sao": { + "Sbx": { "type": "list", "member": {} }, - "Saq": { + "Sbz": { "type": "structure", "required": [ "FailureHandlingPolicy" @@ -13517,7 +14310,7 @@ "FailureHandlingPolicy": {} } }, - "Saz": { + "Sc8": { "type": "structure", "members": { "BlueGreenUpdatePolicy": { @@ -13538,10 +14331,10 @@ "type": "integer" }, "CanarySize": { - "shape": "Sb4" + "shape": "Scd" }, "LinearStepSize": { - "shape": "Sb4" + "shape": "Scd" } } }, @@ -13575,7 +14368,7 @@ ], "members": { "MaximumBatchSize": { - "shape": "Sb4" + "shape": "Scd" }, "WaitIntervalInSeconds": { "type": "integer" @@ -13584,13 +14377,13 @@ "type": "integer" }, "RollbackMaximumBatchSize": { - "shape": "Sb4" + "shape": "Scd" } } } } }, - "Sb4": { + "Scd": { "type": "structure", "required": [ "Type", @@ -13603,13 +14396,12 @@ } } }, - "Sbh": { + "Scq": { "type": "list", "member": { "type": "structure", "required": [ - "VariantName", - "ModelName" + "VariantName" ], "members": { "VariantName": {}, @@ -13633,7 +14425,7 @@ } }, "ServerlessConfig": { - "shape": "Sbp" + "shape": "Scy" }, "VolumeSizeInGB": { "type": "integer" @@ -13646,11 +14438,17 @@ }, "EnableSSMAccess": { "type": "boolean" + }, + "ManagedInstanceScaling": { + "shape": "Sd6" + }, + "RoutingConfig": { + "shape": "Sda" } } } }, - "Sbp": { + "Scy": { "type": "structure", "required": [ "MemorySizeInMB", @@ -13668,7 +14466,28 @@ } } }, - "Sbx": { + "Sd6": { + "type": "structure", + "members": { + "Status": {}, + "MinInstanceCount": { + "type": "integer" + }, + "MaxInstanceCount": { + "type": "integer" + } + } + }, + "Sda": { + "type": "structure", + "required": [ + "RoutingStrategy" + ], + "members": { + "RoutingStrategy": {} + } + }, + "Sdc": { "type": "structure", "required": [ "InitialSamplingPercentage", @@ -13697,11 +14516,11 @@ } }, "CaptureContentTypeHeader": { - "shape": "Sc3" + "shape": "Sdi" } } }, - "Sc3": { + "Sdi": { "type": "structure", "members": { "CsvContentTypes": { @@ -13714,7 +14533,7 @@ } } }, - "Sc8": { + "Sdn": { "type": "structure", "required": [ "OutputConfig" @@ -13749,7 +14568,7 @@ } } }, - "Scg": { + "Sdv": { "type": "structure", "members": { "ClarifyExplainerConfig": { @@ -13832,20 +14651,38 @@ } } }, - "Sdf": { + "Seu": { "type": "list", "member": { - "shape": "Sdg" + "shape": "Sev" } }, - "Sdg": { + "Sev": { "type": "structure", "members": { "FeatureName": {}, - "FeatureType": {} + "FeatureType": {}, + "CollectionType": {}, + "CollectionConfig": { + "type": "structure", + "members": { + "VectorConfig": { + "type": "structure", + "required": [ + "Dimension" + ], + "members": { + "Dimension": { + "type": "integer" + } + } + } + }, + "union": true + } } }, - "Sdi": { + "Sf1": { "type": "structure", "members": { "SecurityConfig": { @@ -13858,11 +14695,12 @@ "type": "boolean" }, "TtlDuration": { - "shape": "Sdk" - } + "shape": "Sf3" + }, + "StorageType": {} } }, - "Sdk": { + "Sf3": { "type": "structure", "members": { "Unit": {}, @@ -13871,7 +14709,7 @@ } } }, - "Sdn": { + "Sf7": { "type": "structure", "required": [ "S3StorageConfig" @@ -13907,7 +14745,7 @@ "TableFormat": {} } }, - "Sdz": { + "Sfj": { "type": "structure", "required": [ "AwsManagedHumanLoopRequestSource" @@ -13916,7 +14754,7 @@ "AwsManagedHumanLoopRequestSource": {} } }, - "Se1": { + "Sfl": { "type": "structure", "required": [ "HumanLoopActivationConditionsConfig" @@ -13935,7 +14773,7 @@ } } }, - "Se4": { + "Sfo": { "type": "structure", "required": [ "WorkteamArn", @@ -13963,11 +14801,11 @@ "member": {} }, "PublicWorkforceTaskPrice": { - "shape": "See" + "shape": "Sfy" } } }, - "See": { + "Sfy": { "type": "structure", "members": { "AmountInUsd": { @@ -13986,7 +14824,7 @@ } } }, - "Sej": { + "Sg3": { "type": "structure", "required": [ "S3OutputPath" @@ -13996,17 +14834,17 @@ "KmsKeyId": {} } }, - "Seq": { + "Sga": { "type": "list", "member": {} }, - "Ses": { + "Sgc": { "type": "structure", "members": { "S3OutputPath": {} } }, - "Sey": { + "Sgi": { "type": "structure", "required": [ "Content" @@ -14015,7 +14853,7 @@ "Content": {} } }, - "Sf3": { + "Sgn": { "type": "structure", "required": [ "Strategy", @@ -14040,13 +14878,13 @@ } }, "HyperParameterTuningJobObjective": { - "shape": "S2m" + "shape": "S2p" }, "ResourceLimits": { - "shape": "Sf9" + "shape": "Sgt" }, "ParameterRanges": { - "shape": "Sfd" + "shape": "Sgx" }, "TrainingJobEarlyStoppingType": {}, "TuningJobCompletionCriteria": { @@ -14076,7 +14914,7 @@ } } }, - "Sf9": { + "Sgt": { "type": "structure", "required": [ "MaxParallelTrainingJobs" @@ -14093,7 +14931,7 @@ } } }, - "Sfd": { + "Sgx": { "type": "structure", "members": { "IntegerParameterRanges": { @@ -14141,7 +14979,7 @@ "members": { "Name": {}, "Values": { - "shape": "S25" + "shape": "S29" } } } @@ -14162,7 +15000,7 @@ } } }, - "Sfw": { + "Shg": { "type": "structure", "required": [ "AlgorithmSpecification", @@ -14173,13 +15011,13 @@ "members": { "DefinitionName": {}, "TuningObjective": { - "shape": "S2m" + "shape": "S2p" }, "HyperParameterRanges": { - "shape": "Sfd" + "shape": "Sgx" }, "StaticHyperParameters": { - "shape": "S2t" + "shape": "S2w" }, "AlgorithmSpecification": { "type": "structure", @@ -14191,25 +15029,25 @@ "TrainingInputMode": {}, "AlgorithmName": {}, "MetricDefinitions": { - "shape": "S2a" + "shape": "S2e" } } }, "RoleArn": {}, "InputDataConfig": { - "shape": "S2v" + "shape": "S2y" }, "VpcConfig": { - "shape": "S5q" + "shape": "S61" }, "OutputDataConfig": { - "shape": "S3e" + "shape": "S3g" }, "ResourceConfig": { - "shape": "S3h" + "shape": "S3j" }, "StoppingCondition": { - "shape": "S3n" + "shape": "S3p" }, "EnableNetworkIsolation": { "type": "boolean" @@ -14221,10 +15059,10 @@ "type": "boolean" }, "CheckpointConfig": { - "shape": "Sg1" + "shape": "Shl" }, "RetryStrategy": { - "shape": "Sg2" + "shape": "Shm" }, "HyperParameterTuningResourceConfig": { "type": "structure", @@ -14267,7 +15105,7 @@ } } }, - "Sg1": { + "Shl": { "type": "structure", "required": [ "S3Uri" @@ -14277,7 +15115,7 @@ "LocalPath": {} } }, - "Sg2": { + "Shm": { "type": "structure", "required": [ "MaximumRetryAttempts" @@ -14288,13 +15126,13 @@ } } }, - "Sgc": { + "Shw": { "type": "list", "member": { - "shape": "Sfw" + "shape": "Shg" } }, - "Sgd": { + "Shx": { "type": "structure", "required": [ "ParentHyperParameterTuningJobs", @@ -14313,7 +15151,7 @@ "WarmStartType": {} } }, - "Sgh": { + "Si1": { "type": "structure", "required": [ "Mode" @@ -14322,11 +15160,78 @@ "Mode": {} } }, - "Sgs": { + "Sic": { "type": "list", "member": {} }, - "Sh5": { + "Sio": { + "type": "structure", + "required": [ + "ComputeResourceRequirements" + ], + "members": { + "ModelName": {}, + "Container": { + "type": "structure", + "members": { + "Image": {}, + "ArtifactUrl": {}, + "Environment": { + "shape": "Sz" + } + } + }, + "StartupParameters": { + "shape": "Siq" + }, + "ComputeResourceRequirements": { + "shape": "Sir" + } + } + }, + "Siq": { + "type": "structure", + "members": { + "ModelDataDownloadTimeoutInSeconds": { + "type": "integer" + }, + "ContainerStartupHealthCheckTimeoutInSeconds": { + "type": "integer" + } + } + }, + "Sir": { + "type": "structure", + "required": [ + "MinMemoryRequiredInMb" + ], + "members": { + "NumberOfCpuCoresRequired": { + "type": "float" + }, + "NumberOfAcceleratorDevicesRequired": { + "type": "float" + }, + "MinMemoryRequiredInMb": { + "type": "integer" + }, + "MaxMemoryRequiredInMb": { + "type": "integer" + } + } + }, + "Siv": { + "type": "structure", + "required": [ + "CopyCount" + ], + "members": { + "CopyCount": { + "type": "integer" + } + } + }, + "Sj2": { "type": "structure", "members": { "StartTime": { @@ -14337,7 +15242,7 @@ } } }, - "Sh8": { + "Sj5": { "type": "list", "member": { "type": "structure", @@ -14350,12 +15255,12 @@ "ModelName": {}, "VariantName": {}, "InfrastructureConfig": { - "shape": "Shb" + "shape": "Sj8" } } } }, - "Shb": { + "Sj8": { "type": "structure", "required": [ "InfrastructureType", @@ -14378,7 +15283,7 @@ } } }, - "Shg": { + "Sjd": { "type": "structure", "required": [ "Destination" @@ -14387,11 +15292,11 @@ "Destination": {}, "KmsKey": {}, "ContentType": { - "shape": "Sc3" + "shape": "Sdi" } } }, - "Shh": { + "Sje": { "type": "structure", "required": [ "SourceModelVariantName", @@ -14417,7 +15322,7 @@ } } }, - "Shp": { + "Sjm": { "type": "structure", "members": { "ModelPackageVersionArn": {}, @@ -14502,7 +15407,7 @@ } }, "ServerlessConfig": { - "shape": "Sbp" + "shape": "Scy" } } } @@ -14541,7 +15446,7 @@ "Endpoints": { "type": "list", "member": { - "shape": "Sim" + "shape": "Skj" } }, "VpcConfig": { @@ -14564,7 +15469,7 @@ "ModelName": {} } }, - "Sim": { + "Skj": { "type": "structure", "required": [ "EndpointName" @@ -14573,7 +15478,7 @@ "EndpointName": {} } }, - "Sit": { + "Skq": { "type": "structure", "members": { "MaxInvocations": { @@ -14594,7 +15499,7 @@ "FlatInvocations": {} } }, - "Sj5": { + "Sl2": { "type": "structure", "required": [ "DataSource" @@ -14634,7 +15539,7 @@ } } }, - "Sjc": { + "Sl9": { "type": "structure", "required": [ "S3OutputPath" @@ -14645,7 +15550,7 @@ "SnsTopicArn": {} } }, - "Sjd": { + "Sla": { "type": "structure", "members": { "MaxHumanLabeledObjectCount": { @@ -14656,7 +15561,7 @@ } } }, - "Sjg": { + "Sld": { "type": "structure", "required": [ "LabelingJobAlgorithmSpecificationArn" @@ -14669,13 +15574,13 @@ "members": { "VolumeKmsKeyId": {}, "VpcConfig": { - "shape": "S5q" + "shape": "S61" } } } } }, - "Sjk": { + "Slh": { "type": "structure", "required": [ "WorkteamArn", @@ -14725,11 +15630,11 @@ } }, "PublicWorkforceTaskPrice": { - "shape": "See" + "shape": "Sfy" } } }, - "Sjz": { + "Slw": { "type": "structure", "members": { "ContainerHostname": {}, @@ -14781,20 +15686,31 @@ "members": { "S3Uri": {}, "S3DataType": {}, - "CompressionType": {} + "CompressionType": {}, + "ModelAccessConfig": { + "type": "structure", + "required": [ + "AcceptEula" + ], + "members": { + "AcceptEula": { + "type": "boolean" + } + } + } } } } } } }, - "Skd": { + "Smc": { "type": "list", "member": { - "shape": "Sjz" + "shape": "Slw" } }, - "Ske": { + "Smd": { "type": "structure", "required": [ "Mode" @@ -14803,16 +15719,16 @@ "Mode": {} } }, - "Ski": { + "Smh": { "type": "structure", "members": { "BaseliningJobName": {}, "ConstraintsResource": { - "shape": "S82" + "shape": "S8u" } } }, - "Skj": { + "Smi": { "type": "structure", "required": [ "ImageUri", @@ -14822,44 +15738,44 @@ "ImageUri": {}, "ConfigUri": {}, "Environment": { - "shape": "S8a" + "shape": "S92" } } }, - "Skk": { + "Smj": { "type": "structure", "required": [ "GroundTruthS3Input" ], "members": { "EndpointInput": { - "shape": "S8e" + "shape": "S96" }, "BatchTransformInput": { - "shape": "S8k" + "shape": "S9d" }, "GroundTruthS3Input": { - "shape": "Skl" + "shape": "Smk" } } }, - "Skl": { + "Smk": { "type": "structure", "members": { "S3Uri": {} } }, - "Sko": { + "Smn": { "type": "structure", "members": { "KmsKeyId": {} } }, - "Skp": { + "Smo": { "type": "string", "sensitive": true }, - "Skv": { + "Smu": { "type": "structure", "required": [ "S3OutputPath" @@ -14868,16 +15784,16 @@ "S3OutputPath": {} } }, - "Skz": { + "Smy": { "type": "structure", "members": { "BaseliningJobName": {}, "ConstraintsResource": { - "shape": "S82" + "shape": "S8u" } } }, - "Sl0": { + "Smz": { "type": "structure", "required": [ "ImageUri", @@ -14887,22 +15803,22 @@ "ImageUri": {}, "ConfigUri": {}, "Environment": { - "shape": "S8a" + "shape": "S92" } } }, - "Sl1": { + "Sn0": { "type": "structure", "members": { "EndpointInput": { - "shape": "S8e" + "shape": "S96" }, "BatchTransformInput": { - "shape": "S8k" + "shape": "S9d" } } }, - "Sl4": { + "Sn3": { "type": "structure", "required": [ "ValidationRole", @@ -14921,14 +15837,14 @@ "members": { "ProfileName": {}, "TransformJobDefinition": { - "shape": "S3q" + "shape": "S3t" } } } } } }, - "Sl7": { + "Sn6": { "type": "structure", "required": [ "SourceAlgorithms" @@ -14949,17 +15865,17 @@ } } }, - "Sla": { + "Sn9": { "type": "structure", "members": { "ModelQuality": { "type": "structure", "members": { "Statistics": { - "shape": "Slc" + "shape": "Snb" }, "Constraints": { - "shape": "Slc" + "shape": "Snb" } } }, @@ -14967,10 +15883,10 @@ "type": "structure", "members": { "Statistics": { - "shape": "Slc" + "shape": "Snb" }, "Constraints": { - "shape": "Slc" + "shape": "Snb" } } }, @@ -14978,13 +15894,13 @@ "type": "structure", "members": { "Report": { - "shape": "Slc" + "shape": "Snb" }, "PreTrainingReport": { - "shape": "Slc" + "shape": "Snb" }, "PostTrainingReport": { - "shape": "Slc" + "shape": "Snb" } } }, @@ -14992,13 +15908,13 @@ "type": "structure", "members": { "Report": { - "shape": "Slc" + "shape": "Snb" } } } } }, - "Slc": { + "Snb": { "type": "structure", "required": [ "ContentType", @@ -15010,25 +15926,25 @@ "S3Uri": {} } }, - "Slh": { + "Sng": { "type": "map", "key": {}, "value": {} }, - "Slk": { + "Snj": { "type": "structure", "members": { "Bias": { "type": "structure", "members": { "ConfigFile": { - "shape": "Slm" + "shape": "Snl" }, "PreTrainingConstraints": { - "shape": "Slc" + "shape": "Snb" }, "PostTrainingConstraints": { - "shape": "Slc" + "shape": "Snb" } } }, @@ -15036,10 +15952,10 @@ "type": "structure", "members": { "Constraints": { - "shape": "Slc" + "shape": "Snb" }, "ConfigFile": { - "shape": "Slm" + "shape": "Snl" } } }, @@ -15047,10 +15963,10 @@ "type": "structure", "members": { "Statistics": { - "shape": "Slc" + "shape": "Snb" }, "Constraints": { - "shape": "Slc" + "shape": "Snb" } } }, @@ -15058,16 +15974,16 @@ "type": "structure", "members": { "Statistics": { - "shape": "Slc" + "shape": "Snb" }, "Constraints": { - "shape": "Slc" + "shape": "Snb" } } } } }, - "Slm": { + "Snl": { "type": "structure", "required": [ "S3Uri" @@ -15078,7 +15994,7 @@ "S3Uri": {} } }, - "Slq": { + "Snp": { "type": "list", "member": { "type": "structure", @@ -15093,30 +16009,30 @@ "shape": "Ss" }, "SupportedTransformInstanceTypes": { - "shape": "S16" + "shape": "S1a" }, "SupportedRealtimeInferenceInstanceTypes": { - "shape": "S18" + "shape": "S1c" }, "SupportedContentTypes": { - "shape": "S1a" + "shape": "S1e" }, "SupportedResponseMIMETypes": { - "shape": "S1c" + "shape": "S1g" } } } }, - "Sly": { + "Snx": { "type": "structure", "members": { "BaseliningJobName": {}, "ConstraintsResource": { - "shape": "S82" + "shape": "S8u" } } }, - "Slz": { + "Sny": { "type": "structure", "required": [ "ImageUri" @@ -15124,37 +16040,37 @@ "members": { "ImageUri": {}, "ContainerEntrypoint": { - "shape": "S86" + "shape": "S8y" }, "ContainerArguments": { - "shape": "S88" + "shape": "S90" }, "RecordPreprocessorSourceUri": {}, "PostAnalyticsProcessorSourceUri": {}, "ProblemType": {}, "Environment": { - "shape": "S8a" + "shape": "S92" } } }, - "Sm1": { + "So0": { "type": "structure", "required": [ "GroundTruthS3Input" ], "members": { "EndpointInput": { - "shape": "S8e" + "shape": "S96" }, "BatchTransformInput": { - "shape": "S8k" + "shape": "S9d" }, "GroundTruthS3Input": { - "shape": "Skl" + "shape": "Smk" } } }, - "Sm5": { + "So4": { "type": "structure", "members": { "ScheduleConfig": { @@ -15163,7 +16079,9 @@ "ScheduleExpression" ], "members": { - "ScheduleExpression": {} + "ScheduleExpression": {}, + "DataAnalysisStartTime": {}, + "DataAnalysisEndTime": {} } }, "MonitoringJobDefinition": { @@ -15181,10 +16099,10 @@ "members": { "BaseliningJobName": {}, "ConstraintsResource": { - "shape": "S82" + "shape": "S8u" }, "StatisticsResource": { - "shape": "S83" + "shape": "S8v" } } }, @@ -15194,19 +16112,19 @@ "type": "structure", "members": { "EndpointInput": { - "shape": "S8e" + "shape": "S96" }, "BatchTransformInput": { - "shape": "S8k" + "shape": "S9d" } } } }, "MonitoringOutputConfig": { - "shape": "S8q" + "shape": "S9j" }, "MonitoringResources": { - "shape": "S8w" + "shape": "S9p" }, "MonitoringAppSpecification": { "type": "structure", @@ -15216,23 +16134,23 @@ "members": { "ImageUri": {}, "ContainerEntrypoint": { - "shape": "S86" + "shape": "S8y" }, "ContainerArguments": { - "shape": "S88" + "shape": "S90" }, "RecordPreprocessorSourceUri": {}, "PostAnalyticsProcessorSourceUri": {} } }, "StoppingCondition": { - "shape": "S92" + "shape": "S9v" }, "Environment": { - "shape": "S8a" + "shape": "S92" }, "NetworkConfig": { - "shape": "Smd" + "shape": "Soc" }, "RoleArn": {} } @@ -15241,7 +16159,7 @@ "MonitoringType": {} } }, - "Smd": { + "Soc": { "type": "structure", "members": { "EnableInterContainerTrafficEncryption": { @@ -15251,19 +16169,19 @@ "type": "boolean" }, "VpcConfig": { - "shape": "S5q" + "shape": "S61" } } }, - "Smm": { + "Sol": { "type": "list", "member": {} }, - "Smp": { + "Soo": { "type": "list", "member": {} }, - "Sms": { + "Sor": { "type": "structure", "required": [ "MinimumInstanceMetadataServiceVersion" @@ -15272,7 +16190,7 @@ "MinimumInstanceMetadataServiceVersion": {} } }, - "Smx": { + "Sow": { "type": "list", "member": { "type": "structure", @@ -15281,7 +16199,7 @@ } } }, - "Sn5": { + "Sp4": { "type": "structure", "required": [ "Bucket", @@ -15293,7 +16211,7 @@ "VersionId": {} } }, - "Snb": { + "Spa": { "type": "structure", "required": [ "MaxParallelExecutionSteps" @@ -15304,7 +16222,7 @@ } } }, - "Sno": { + "Spn": { "type": "list", "member": { "type": "structure", @@ -15385,7 +16303,7 @@ } } }, - "Sob": { + "Sqa": { "type": "structure", "required": [ "Outputs" @@ -15431,7 +16349,7 @@ "KmsKeyId": {} } }, - "Sog": { + "Sqf": { "type": "structure", "required": [ "ClusterConfig" @@ -15457,7 +16375,7 @@ } } }, - "Soi": { + "Sqh": { "type": "structure", "required": [ "MaxRuntimeInSeconds" @@ -15468,7 +16386,7 @@ } } }, - "Sok": { + "Sqj": { "type": "structure", "required": [ "ImageUri" @@ -15476,7 +16394,7 @@ "members": { "ImageUri": {}, "ContainerEntrypoint": { - "shape": "S86" + "shape": "S8y" }, "ContainerArguments": { "type": "list", @@ -15484,12 +16402,12 @@ } } }, - "Som": { + "Sql": { "type": "map", "key": {}, "value": {} }, - "Son": { + "Sqm": { "type": "structure", "members": { "ExperimentName": {}, @@ -15498,7 +16416,7 @@ "RunName": {} } }, - "Sos": { + "Sqr": { "type": "structure", "required": [ "ProductId" @@ -15508,11 +16426,11 @@ "ProvisioningArtifactId": {}, "PathId": {}, "ProvisioningParameters": { - "shape": "Sou" + "shape": "Sqt" } } }, - "Sou": { + "Sqt": { "type": "list", "member": { "type": "structure", @@ -15522,18 +16440,93 @@ } } }, - "Sp2": { + "Sr1": { "type": "structure", "members": { "JupyterServerAppSettings": { - "shape": "S9i" + "shape": "Sab" }, "KernelGatewayAppSettings": { - "shape": "S9n" + "shape": "Sag" + }, + "JupyterLabAppSettings": { + "type": "structure", + "members": { + "DefaultResourceSpec": { + "shape": "S4h" + }, + "CodeRepositories": { + "shape": "Sad" + } + } + }, + "CodeEditorAppSettings": { + "type": "structure", + "members": { + "DefaultResourceSpec": { + "shape": "S4h" + } + } + }, + "SpaceStorageSettings": { + "shape": "Sr4" + }, + "AppType": {}, + "CustomFileSystems": { + "type": "list", + "member": { + "type": "structure", + "members": { + "EFSFileSystem": { + "type": "structure", + "required": [ + "FileSystemId" + ], + "members": { + "FileSystemId": {} + } + } + }, + "union": true + } + } + } + }, + "Sr4": { + "type": "structure", + "members": { + "EbsStorageSettings": { + "type": "structure", + "required": [ + "EbsVolumeSizeInGb" + ], + "members": { + "EbsVolumeSizeInGb": { + "type": "integer" + } + } } } }, - "Spc": { + "Sr9": { + "type": "structure", + "required": [ + "OwnerUserProfileName" + ], + "members": { + "OwnerUserProfileName": {} + } + }, + "Sra": { + "type": "structure", + "required": [ + "SharingType" + ], + "members": { + "SharingType": {} + } + }, + "Srl": { "type": "structure", "required": [ "TrainingInputMode" @@ -15543,7 +16536,7 @@ "AlgorithmName": {}, "TrainingInputMode": {}, "MetricDefinitions": { - "shape": "S2a" + "shape": "S2e" }, "EnableSageMakerMetricsTimeSeries": { "type": "boolean" @@ -15576,7 +16569,7 @@ } } }, - "Spl": { + "Sru": { "type": "structure", "required": [ "S3OutputPath" @@ -15605,7 +16598,7 @@ } } }, - "Spt": { + "Ss2": { "type": "list", "member": { "type": "structure", @@ -15623,17 +16616,17 @@ "type": "integer" }, "RuleParameters": { - "shape": "Spw" + "shape": "Ss5" } } } }, - "Spw": { + "Ss5": { "type": "map", "key": {}, "value": {} }, - "Spx": { + "Ss6": { "type": "structure", "required": [ "S3OutputPath" @@ -15643,7 +16636,7 @@ "S3OutputPath": {} } }, - "Spy": { + "Ss7": { "type": "structure", "members": { "S3OutputPath": {}, @@ -15651,19 +16644,19 @@ "type": "long" }, "ProfilingParameters": { - "shape": "Sq0" + "shape": "Ss9" }, "DisableProfiler": { "type": "boolean" } } }, - "Sq0": { + "Ss9": { "type": "map", "key": {}, "value": {} }, - "Sq2": { + "Ssb": { "type": "list", "member": { "type": "structure", @@ -15681,17 +16674,25 @@ "type": "integer" }, "RuleParameters": { - "shape": "Spw" + "shape": "Ss5" } } } }, - "Sq4": { + "Ssd": { "type": "map", "key": {}, "value": {} }, - "Sqb": { + "Ssg": { + "type": "structure", + "members": { + "EnableInfraCheck": { + "type": "boolean" + } + } + }, + "Ssm": { "type": "structure", "members": { "InvocationsTimeoutInSeconds": { @@ -15702,7 +16703,7 @@ } } }, - "Sqe": { + "Ssp": { "type": "structure", "required": [ "DestinationS3Uri" @@ -15715,7 +16716,7 @@ } } }, - "Sqf": { + "Ssq": { "type": "structure", "members": { "InputFilter": {}, @@ -15723,14 +16724,14 @@ "JoinSource": {} } }, - "Sqn": { + "Ssy": { "type": "structure", "members": { "PrimaryStatus": {}, "Message": {} } }, - "Sqq": { + "St1": { "type": "map", "key": {}, "value": { @@ -15743,7 +16744,7 @@ } } }, - "Squ": { + "St5": { "type": "map", "key": {}, "value": { @@ -15757,7 +16758,7 @@ } } }, - "Sr5": { + "Stg": { "type": "structure", "required": [ "UserPool", @@ -15768,7 +16769,7 @@ "ClientId": {} } }, - "Sr8": { + "Stj": { "type": "structure", "required": [ "ClientId", @@ -15794,7 +16795,7 @@ "JwksUri": {} } }, - "Srb": { + "Stm": { "type": "structure", "required": [ "Cidrs" @@ -15806,27 +16807,27 @@ } } }, - "Srf": { + "Stq": { "type": "structure", "members": { "VpcId": {}, "SecurityGroupIds": { - "shape": "Srh" + "shape": "Sts" }, "Subnets": { - "shape": "Srj" + "shape": "Stu" } } }, - "Srh": { + "Sts": { "type": "list", "member": {} }, - "Srj": { + "Stu": { "type": "list", "member": {} }, - "Srp": { + "Su0": { "type": "list", "member": { "type": "structure", @@ -15859,13 +16860,13 @@ } } }, - "Srx": { + "Su8": { "type": "structure", "members": { "NotificationTopicArn": {} } }, - "Su0": { + "Swf": { "type": "structure", "members": { "UserProfileArn": {}, @@ -15881,7 +16882,7 @@ } } }, - "Su7": { + "Swm": { "type": "list", "member": { "type": "structure", @@ -15896,7 +16897,7 @@ } } }, - "Sul": { + "Sx0": { "type": "list", "member": { "type": "structure", @@ -15905,7 +16906,7 @@ } } }, - "Sun": { + "Sx2": { "type": "structure", "required": [ "CandidateName", @@ -15951,7 +16952,7 @@ }, "CandidateStatus": {}, "InferenceContainers": { - "shape": "Suz" + "shape": "Sxe" }, "CreationTime": { "type": "timestamp" @@ -15997,12 +16998,12 @@ "type": "map", "key": {}, "value": { - "shape": "Suz" + "shape": "Sxe" } } } }, - "Suz": { + "Sxe": { "type": "list", "member": { "type": "structure", @@ -16019,20 +17020,30 @@ } } }, - "Svf": { + "Sxu": { "type": "structure", "members": { "CandidateDefinitionNotebookLocation": {}, "DataExplorationNotebookLocation": {} } }, - "Svj": { + "Sxy": { "type": "structure", "members": { "EndpointName": {} } }, - "Svx": { + "Syg": { + "type": "structure", + "required": [ + "Status" + ], + "members": { + "Status": {}, + "Message": {} + } + }, + "Syp": { "type": "structure", "required": [ "S3ModelArtifacts" @@ -16041,7 +17052,7 @@ "S3ModelArtifacts": {} } }, - "Sx1": { + "Szu": { "type": "list", "member": { "type": "structure", @@ -16051,7 +17062,7 @@ "members": { "VariantName": {}, "DeployedImages": { - "shape": "Sx3" + "shape": "Szw" }, "CurrentWeight": { "type": "float" @@ -16066,31 +17077,40 @@ "type": "integer" }, "VariantStatus": { - "shape": "Sx5" + "shape": "Szy" }, "CurrentServerlessConfig": { - "shape": "Sbp" + "shape": "Scy" }, "DesiredServerlessConfig": { - "shape": "Sbp" + "shape": "Scy" + }, + "ManagedInstanceScaling": { + "shape": "Sd6" + }, + "RoutingConfig": { + "shape": "Sda" } } } }, - "Sx3": { + "Szw": { "type": "list", "member": { - "type": "structure", - "members": { - "SpecifiedImage": {}, - "ResolvedImage": {}, - "ResolutionTime": { - "type": "timestamp" - } + "shape": "Szx" + } + }, + "Szx": { + "type": "structure", + "members": { + "SpecifiedImage": {}, + "ResolvedImage": {}, + "ResolutionTime": { + "type": "timestamp" } } }, - "Sx5": { + "Szy": { "type": "list", "member": { "type": "structure", @@ -16106,7 +17126,7 @@ } } }, - "Sx9": { + "S102": { "type": "structure", "required": [ "EnableCapture", @@ -16127,7 +17147,7 @@ "KmsKeyId": {} } }, - "Sxd": { + "S106": { "type": "list", "member": { "type": "structure", @@ -16137,7 +17157,7 @@ "members": { "VariantName": {}, "DeployedImages": { - "shape": "Sx3" + "shape": "Szw" }, "CurrentWeight": { "type": "float" @@ -16154,18 +17174,24 @@ "InstanceType": {}, "AcceleratorType": {}, "VariantStatus": { - "shape": "Sx5" + "shape": "Szy" }, "CurrentServerlessConfig": { - "shape": "Sbp" + "shape": "Scy" }, "DesiredServerlessConfig": { - "shape": "Sbp" + "shape": "Scy" + }, + "ManagedInstanceScaling": { + "shape": "Sd6" + }, + "RoutingConfig": { + "shape": "Sda" } } } }, - "Sxj": { + "S10c": { "type": "structure", "required": [ "SourceArn" @@ -16175,7 +17201,7 @@ "SourceType": {} } }, - "Sxq": { + "S10j": { "type": "structure", "required": [ "Status" @@ -16185,7 +17211,7 @@ "BlockedReason": {} } }, - "Sxt": { + "S10m": { "type": "structure", "required": [ "Status" @@ -16195,24 +17221,24 @@ "FailureReason": {} } }, - "Sxz": { + "S10s": { "type": "list", "member": { - "shape": "Sy0" + "shape": "S10t" } }, - "Sy0": { + "S10t": { "type": "structure", "members": { "Key": {}, "Value": {} } }, - "Syh": { + "S11a": { "type": "list", "member": {} }, - "Syw": { + "S11p": { "type": "structure", "members": { "Completed": { @@ -16232,7 +17258,7 @@ } } }, - "Syy": { + "S11r": { "type": "structure", "members": { "Succeeded": { @@ -16246,7 +17272,7 @@ } } }, - "Sz0": { + "S11t": { "type": "structure", "required": [ "TrainingJobName", @@ -16271,7 +17297,7 @@ }, "TrainingJobStatus": {}, "TunedHyperParameters": { - "shape": "S2t" + "shape": "S2w" }, "FailureReason": {}, "FinalHyperParameterTuningJobObjectiveMetric": { @@ -16291,7 +17317,7 @@ "ObjectiveStatus": {} } }, - "Sz3": { + "S11w": { "type": "structure", "members": { "NumberOfTrainingJobsObjectiveNotImproving": { @@ -16302,7 +17328,7 @@ } } }, - "Sz4": { + "S11x": { "type": "structure", "members": { "RuntimeInSeconds": { @@ -16310,7 +17336,7 @@ } } }, - "Szp": { + "S12o": { "type": "structure", "required": [ "CostPerHour", @@ -16342,7 +17368,7 @@ } } }, - "Szs": { + "S12r": { "type": "structure", "required": [ "EndpointName", @@ -16356,11 +17382,11 @@ "type": "integer" }, "ServerlessConfig": { - "shape": "Sbp" + "shape": "Scy" } } }, - "Szu": { + "S12t": { "type": "structure", "members": { "InferenceSpecificationName": {}, @@ -16383,7 +17409,7 @@ "CompilationJobName": {} } }, - "S102": { + "S131": { "type": "structure", "required": [ "MaxInvocations", @@ -16398,7 +17424,7 @@ } } }, - "S106": { + "S135": { "type": "structure", "members": { "TotalLabeled": { @@ -16418,7 +17444,7 @@ } } }, - "S109": { + "S138": { "type": "structure", "required": [ "OutputDatasetS3Uri" @@ -16428,7 +17454,7 @@ "FinalActiveLearningModelArn": {} } }, - "S10e": { + "S13d": { "type": "structure", "required": [ "RecommendationStatus" @@ -16454,21 +17480,21 @@ } } }, - "S10v": { + "S13u": { "type": "structure", "required": [ "ValidationStatuses" ], "members": { "ValidationStatuses": { - "shape": "S10w" + "shape": "S13v" }, "ImageScanStatuses": { - "shape": "S10w" + "shape": "S13v" } } }, - "S10w": { + "S13v": { "type": "list", "member": { "type": "structure", @@ -16483,7 +17509,7 @@ } } }, - "S118": { + "S147": { "type": "structure", "required": [ "MonitoringScheduleName", @@ -16511,17 +17537,16 @@ "MonitoringType": {} } }, - "S11s": { + "S14r": { "type": "structure", "members": { "ExperimentName": {}, "TrialName": {} } }, - "S11u": { + "S14t": { "type": "structure", "required": [ - "SourcePipelineExecutionArn", "SelectedSteps" ], "members": { @@ -16540,14 +17565,14 @@ } } }, - "S123": { + "S152": { "type": "structure", "members": { "ProvisionedProductId": {}, "ProvisionedProductStatusMessage": {} } }, - "S12e": { + "S15d": { "type": "structure", "required": [ "WorkteamArn" @@ -16560,7 +17585,7 @@ "ListingId": {} } }, - "S12i": { + "S15h": { "type": "list", "member": { "type": "structure", @@ -16580,7 +17605,7 @@ } } }, - "S12l": { + "S15k": { "type": "list", "member": { "type": "structure", @@ -16595,7 +17620,7 @@ } } }, - "S12p": { + "S15o": { "type": "list", "member": { "type": "structure", @@ -16610,7 +17635,7 @@ } } }, - "S12w": { + "S15v": { "type": "structure", "required": [ "Status" @@ -16623,7 +17648,7 @@ "ReusedByJob": {} } }, - "S134": { + "S163": { "type": "structure", "required": [ "SourceArn" @@ -16633,7 +17658,7 @@ "SourceType": {} } }, - "S138": { + "S167": { "type": "structure", "required": [ "SourceArn" @@ -16643,7 +17668,7 @@ "SourceType": {} } }, - "S13a": { + "S169": { "type": "list", "member": { "type": "structure", @@ -16674,7 +17699,7 @@ } } }, - "S13k": { + "S16j": { "type": "structure", "required": [ "WorkforceName", @@ -16687,11 +17712,11 @@ "type": "timestamp" }, "SourceIpConfig": { - "shape": "Srb" + "shape": "Stm" }, "SubDomain": {}, "CognitoConfig": { - "shape": "Sr5" + "shape": "Stg" }, "OidcConfig": { "type": "structure", @@ -16718,10 +17743,10 @@ "members": { "VpcId": {}, "SecurityGroupIds": { - "shape": "Srh" + "shape": "Sts" }, "Subnets": { - "shape": "Srj" + "shape": "Stu" }, "VpcEndpointId": {} } @@ -16730,7 +17755,7 @@ "FailureReason": {} } }, - "S13s": { + "S16r": { "type": "structure", "required": [ "WorkteamName", @@ -16741,7 +17766,7 @@ "members": { "WorkteamName": {}, "MemberDefinitions": { - "shape": "Srp" + "shape": "Su0" }, "WorkteamArn": {}, "WorkforceArn": {}, @@ -16758,11 +17783,11 @@ "type": "timestamp" }, "NotificationConfiguration": { - "shape": "Srx" + "shape": "Su8" } } }, - "S14k": { + "S17j": { "type": "structure", "members": { "MinInvocationsPerMinute": { @@ -16773,7 +17798,7 @@ } } }, - "S173": { + "S1ab": { "type": "list", "member": { "type": "structure", @@ -16793,7 +17818,7 @@ } } }, - "S18t": { + "S1c1": { "type": "list", "member": { "type": "structure", @@ -16815,7 +17840,7 @@ "HubContentDisplayName": {}, "HubContentDescription": {}, "HubContentSearchKeywords": { - "shape": "Syh" + "shape": "S11a" }, "HubContentStatus": {}, "CreationTime": { @@ -16824,7 +17849,7 @@ } } }, - "S1c8": { + "S1fm": { "type": "list", "member": { "type": "structure", @@ -16868,7 +17893,7 @@ } } }, - "S1dn": { + "S1h1": { "type": "list", "member": { "type": "structure", @@ -16882,7 +17907,7 @@ } } }, - "S1e4": { + "S1hi": { "type": "list", "member": { "type": "structure", @@ -16896,7 +17921,7 @@ } } }, - "S1gz": { + "S1kg": { "type": "list", "member": { "type": "structure", @@ -16910,11 +17935,11 @@ } } }, - "S1ha": { + "S1kr": { "type": "structure", "members": { "Filters": { - "shape": "S1hb" + "shape": "S1ks" }, "NestedFilters": { "type": "list", @@ -16927,7 +17952,7 @@ "members": { "NestedPropertyName": {}, "Filters": { - "shape": "S1hb" + "shape": "S1ks" } } } @@ -16935,13 +17960,13 @@ "SubExpressions": { "type": "list", "member": { - "shape": "S1ha" + "shape": "S1kr" } }, "Operator": {} } }, - "S1hb": { + "S1ks": { "type": "list", "member": { "type": "structure", @@ -16955,7 +17980,7 @@ } } }, - "S1ho": { + "S1l5": { "type": "structure", "members": { "TrainingJobName": {}, @@ -16964,32 +17989,32 @@ "LabelingJobArn": {}, "AutoMLJobArn": {}, "ModelArtifacts": { - "shape": "Svx" + "shape": "Syp" }, "TrainingJobStatus": {}, "SecondaryStatus": {}, "FailureReason": {}, "HyperParameters": { - "shape": "S2t" + "shape": "S2w" }, "AlgorithmSpecification": { - "shape": "Spc" + "shape": "Srl" }, "RoleArn": {}, "InputDataConfig": { - "shape": "S2v" + "shape": "S2y" }, "OutputDataConfig": { - "shape": "S3e" + "shape": "S3g" }, "ResourceConfig": { - "shape": "S3h" + "shape": "S3j" }, "VpcConfig": { - "shape": "S5q" + "shape": "S61" }, "StoppingCondition": { - "shape": "S3n" + "shape": "S3p" }, "CreationTime": { "type": "timestamp" @@ -17004,10 +18029,10 @@ "type": "timestamp" }, "SecondaryStatusTransitions": { - "shape": "S12i" + "shape": "S15h" }, "FinalMetricDataList": { - "shape": "S12l" + "shape": "S15k" }, "EnableNetworkIsolation": { "type": "boolean" @@ -17019,7 +18044,7 @@ "type": "boolean" }, "CheckpointConfig": { - "shape": "Sg1" + "shape": "Shl" }, "TrainingTimeInSeconds": { "type": "integer" @@ -17028,35 +18053,35 @@ "type": "integer" }, "DebugHookConfig": { - "shape": "Spl" + "shape": "Sru" }, "ExperimentConfig": { - "shape": "Son" + "shape": "Sqm" }, "DebugRuleConfigurations": { - "shape": "Spt" + "shape": "Ss2" }, "TensorBoardOutputConfig": { - "shape": "Spx" + "shape": "Ss6" }, "DebugRuleEvaluationStatuses": { - "shape": "S12p" + "shape": "S15o" }, "ProfilerConfig": { - "shape": "Spy" + "shape": "Ss7" }, "Environment": { - "shape": "Sq4" + "shape": "Ssd" }, "RetryStrategy": { - "shape": "Sg2" + "shape": "Shm" }, "Tags": { "shape": "S7" } } }, - "S1hw": { + "S1ld": { "type": "structure", "members": { "TransformJobName": {}, @@ -17068,23 +18093,23 @@ "type": "integer" }, "ModelClientConfig": { - "shape": "Sqb" + "shape": "Ssm" }, "MaxPayloadInMB": { "type": "integer" }, "BatchStrategy": {}, "Environment": { - "shape": "S3u" + "shape": "S3x" }, "TransformInput": { - "shape": "S3x" + "shape": "S40" }, "TransformOutput": { - "shape": "S41" + "shape": "S44" }, "TransformResources": { - "shape": "S44" + "shape": "S47" }, "CreationTime": { "type": "timestamp" @@ -17098,24 +18123,24 @@ "LabelingJobArn": {}, "AutoMLJobArn": {}, "DataProcessing": { - "shape": "Sqf" + "shape": "Ssq" }, "ExperimentConfig": { - "shape": "Son" + "shape": "Sqm" }, "Tags": { "shape": "S7" }, "DataCaptureConfig": { - "shape": "Sqe" + "shape": "Ssp" } } }, - "S1jd": { + "S1mu": { "type": "list", "member": {} }, - "S1lk": { + "S1p7": { "type": "list", "member": {} } diff --git a/iamlivecore/service/sagemaker-featurestore-runtime-2020-07-01.min.json b/iamlivecore/service/sagemaker-featurestore-runtime-2020-07-01.min.json index aa77354..d3a7ec8 100644 --- a/iamlivecore/service/sagemaker-featurestore-runtime-2020-07-01.min.json +++ b/iamlivecore/service/sagemaker-featurestore-runtime-2020-07-01.min.json @@ -111,7 +111,7 @@ "locationName": "EventTime" }, "TargetStores": { - "shape": "Sl", + "shape": "Sm", "location": "querystring", "locationName": "TargetStores" }, @@ -183,7 +183,7 @@ "shape": "Sd" }, "TargetStores": { - "shape": "Sl" + "shape": "Sm" }, "TtlDuration": { "type": "structure", @@ -229,16 +229,19 @@ "member": { "type": "structure", "required": [ - "FeatureName", - "ValueAsString" + "FeatureName" ], "members": { "FeatureName": {}, - "ValueAsString": {} + "ValueAsString": {}, + "ValueAsStringList": { + "type": "list", + "member": {} + } } } }, - "Sl": { + "Sm": { "type": "list", "member": {} } diff --git a/iamlivecore/service/secretsmanager-2017-10-17.min.json b/iamlivecore/service/secretsmanager-2017-10-17.min.json index 8751c29..b063110 100644 --- a/iamlivecore/service/secretsmanager-2017-10-17.min.json +++ b/iamlivecore/service/secretsmanager-2017-10-17.min.json @@ -13,6 +13,64 @@ "uid": "secretsmanager-2017-10-17" }, "operations": { + "BatchGetSecretValue": { + "input": { + "type": "structure", + "members": { + "SecretIdList": { + "type": "list", + "member": {} + }, + "Filters": { + "shape": "S4" + }, + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "SecretValues": { + "type": "list", + "member": { + "type": "structure", + "members": { + "ARN": {}, + "Name": {}, + "VersionId": {}, + "SecretBinary": { + "shape": "Sh" + }, + "SecretString": { + "shape": "Si" + }, + "VersionStages": { + "shape": "Sj" + }, + "CreatedDate": { + "type": "timestamp" + } + } + } + }, + "NextToken": {}, + "Errors": { + "type": "list", + "member": { + "type": "structure", + "members": { + "SecretId": {}, + "ErrorCode": {}, + "Message": {} + } + } + } + } + } + }, "CancelRotateSecret": { "input": { "type": "structure", @@ -46,16 +104,16 @@ "Description": {}, "KmsKeyId": {}, "SecretBinary": { - "shape": "Sc" + "shape": "Sh" }, "SecretString": { - "shape": "Sd" + "shape": "Si" }, "Tags": { - "shape": "Se" + "shape": "Sx" }, "AddReplicaRegions": { - "shape": "Si" + "shape": "S11" }, "ForceOverwriteReplicaSecret": { "type": "boolean" @@ -69,7 +127,7 @@ "Name": {}, "VersionId": {}, "ReplicationStatus": { - "shape": "Sn" + "shape": "S16" } } } @@ -141,7 +199,7 @@ }, "RotationLambdaARN": {}, "RotationRules": { - "shape": "S12" + "shape": "S1l" }, "LastRotatedDate": { "type": "timestamp" @@ -159,10 +217,10 @@ "type": "timestamp" }, "Tags": { - "shape": "Se" + "shape": "Sx" }, "VersionIdsToStages": { - "shape": "S1a" + "shape": "S1t" }, "OwningService": {}, "CreatedDate": { @@ -170,7 +228,7 @@ }, "PrimaryRegion": {}, "ReplicationStatus": { - "shape": "Sn" + "shape": "S16" } } } @@ -251,13 +309,13 @@ "Name": {}, "VersionId": {}, "SecretBinary": { - "shape": "Sc" + "shape": "Sh" }, "SecretString": { - "shape": "Sd" + "shape": "Si" }, "VersionStages": { - "shape": "S1b" + "shape": "Sj" }, "CreatedDate": { "type": "timestamp" @@ -292,7 +350,7 @@ "members": { "VersionId": {}, "VersionStages": { - "shape": "S1b" + "shape": "Sj" }, "LastAccessedDate": { "type": "timestamp" @@ -325,17 +383,7 @@ }, "NextToken": {}, "Filters": { - "type": "list", - "member": { - "type": "structure", - "members": { - "Key": {}, - "Values": { - "type": "list", - "member": {} - } - } - } + "shape": "S4" }, "SortOrder": {} } @@ -357,7 +405,7 @@ }, "RotationLambdaARN": {}, "RotationRules": { - "shape": "S12" + "shape": "S1l" }, "LastRotatedDate": { "type": "timestamp" @@ -375,10 +423,10 @@ "type": "timestamp" }, "Tags": { - "shape": "Se" + "shape": "Sx" }, "SecretVersionsToStages": { - "shape": "S1a" + "shape": "S1t" }, "OwningService": {}, "CreatedDate": { @@ -427,13 +475,13 @@ "idempotencyToken": true }, "SecretBinary": { - "shape": "Sc" + "shape": "Sh" }, "SecretString": { - "shape": "Sd" + "shape": "Si" }, "VersionStages": { - "shape": "S1b" + "shape": "Sj" } } }, @@ -444,7 +492,7 @@ "Name": {}, "VersionId": {}, "VersionStages": { - "shape": "S1b" + "shape": "Sj" } } } @@ -469,7 +517,7 @@ "members": { "ARN": {}, "ReplicationStatus": { - "shape": "Sn" + "shape": "S16" } } } @@ -484,7 +532,7 @@ "members": { "SecretId": {}, "AddReplicaRegions": { - "shape": "Si" + "shape": "S11" }, "ForceOverwriteReplicaSecret": { "type": "boolean" @@ -496,7 +544,7 @@ "members": { "ARN": {}, "ReplicationStatus": { - "shape": "Sn" + "shape": "S16" } } } @@ -532,7 +580,7 @@ }, "RotationLambdaARN": {}, "RotationRules": { - "shape": "S12" + "shape": "S1l" }, "RotateImmediately": { "type": "boolean" @@ -575,7 +623,7 @@ "members": { "SecretId": {}, "Tags": { - "shape": "Se" + "shape": "Sx" } } } @@ -610,10 +658,10 @@ "Description": {}, "KmsKeyId": {}, "SecretBinary": { - "shape": "Sc" + "shape": "Sh" }, "SecretString": { - "shape": "Sd" + "shape": "Si" } } }, @@ -680,15 +728,32 @@ } }, "shapes": { - "Sc": { + "S4": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Key": {}, + "Values": { + "type": "list", + "member": {} + } + } + } + }, + "Sh": { "type": "blob", "sensitive": true }, - "Sd": { + "Si": { "type": "string", "sensitive": true }, - "Se": { + "Sj": { + "type": "list", + "member": {} + }, + "Sx": { "type": "list", "member": { "type": "structure", @@ -698,7 +763,7 @@ } } }, - "Si": { + "S11": { "type": "list", "member": { "type": "structure", @@ -708,7 +773,7 @@ } } }, - "Sn": { + "S16": { "type": "list", "member": { "type": "structure", @@ -723,7 +788,7 @@ } } }, - "S12": { + "S1l": { "type": "structure", "members": { "AutomaticallyAfterDays": { @@ -733,16 +798,12 @@ "ScheduleExpression": {} } }, - "S1a": { + "S1t": { "type": "map", "key": {}, "value": { - "shape": "S1b" + "shape": "Sj" } - }, - "S1b": { - "type": "list", - "member": {} } } } \ No newline at end of file diff --git a/iamlivecore/service/securityhub-2018-10-26.min.json b/iamlivecore/service/securityhub-2018-10-26.min.json index b1a81ca..fd7cbd2 100644 --- a/iamlivecore/service/securityhub-2018-10-26.min.json +++ b/iamlivecore/service/securityhub-2018-10-26.min.json @@ -196,6 +196,49 @@ } } }, + "BatchGetConfigurationPolicyAssociations": { + "http": { + "requestUri": "/configurationPolicyAssociation/batchget" + }, + "input": { + "type": "structure", + "required": [ + "ConfigurationPolicyAssociationIdentifiers" + ], + "members": { + "ConfigurationPolicyAssociationIdentifiers": { + "type": "list", + "member": { + "shape": "S1s" + } + } + } + }, + "output": { + "type": "structure", + "members": { + "ConfigurationPolicyAssociations": { + "type": "list", + "member": { + "shape": "S1w" + } + }, + "UnprocessedConfigurationPolicyAssociations": { + "type": "list", + "member": { + "type": "structure", + "members": { + "ConfigurationPolicyAssociationIdentifiers": { + "shape": "S1s" + }, + "ErrorCode": {}, + "ErrorReason": {} + } + } + } + } + } + }, "BatchGetSecurityControls": { "http": { "requestUri": "/securityControls/batchGet" @@ -207,7 +250,7 @@ ], "members": { "SecurityControlIds": { - "shape": "S1r" + "shape": "S23" } } }, @@ -237,7 +280,12 @@ "Description": {}, "RemediationUrl": {}, "SeverityRating": {}, - "SecurityControlStatus": {} + "SecurityControlStatus": {}, + "UpdateStatus": {}, + "Parameters": { + "shape": "S2a" + }, + "LastUpdateReason": {} } } }, @@ -272,7 +320,7 @@ "StandardsControlAssociationIds": { "type": "list", "member": { - "shape": "S22" + "shape": "S2l" } } } @@ -299,7 +347,7 @@ "SecurityControlArn": {}, "AssociationStatus": {}, "RelatedRequirements": { - "shape": "S27" + "shape": "S2q" }, "UpdatedAt": { "shape": "S1p" @@ -324,7 +372,7 @@ ], "members": { "StandardsControlAssociationId": { - "shape": "S22" + "shape": "S2l" }, "ErrorCode": {}, "ErrorReason": {} @@ -347,7 +395,7 @@ "Findings": { "type": "list", "member": { - "shape": "S2d" + "shape": "S2w" } } } @@ -448,7 +496,7 @@ ], "members": { "FindingIdentifiers": { - "shape": "Sns" + "shape": "Spm" }, "Note": { "shape": "S1e" @@ -485,7 +533,7 @@ ], "members": { "ProcessedFindings": { - "shape": "Sns" + "shape": "Spm" }, "UnprocessedFindings": { "type": "list", @@ -498,7 +546,7 @@ ], "members": { "FindingIdentifier": { - "shape": "Snt" + "shape": "Spn" }, "ErrorCode": {}, "ErrorMessage": {} @@ -522,7 +570,7 @@ "StandardsControlAssociationUpdates": { "type": "list", "member": { - "shape": "Snz" + "shape": "Spt" } } } @@ -540,7 +588,7 @@ ], "members": { "StandardsControlAssociationUpdate": { - "shape": "Snz" + "shape": "Spt" }, "ErrorCode": {}, "ErrorReason": {} @@ -592,7 +640,7 @@ ], "members": { "Tags": { - "shape": "So6" + "shape": "Sq0" }, "RuleStatus": {}, "RuleOrder": { @@ -618,6 +666,46 @@ } } }, + "CreateConfigurationPolicy": { + "http": { + "requestUri": "/configurationPolicy/create" + }, + "input": { + "type": "structure", + "required": [ + "Name", + "ConfigurationPolicy" + ], + "members": { + "Name": {}, + "Description": {}, + "ConfigurationPolicy": { + "shape": "Sq5" + }, + "Tags": { + "shape": "Sq0" + } + } + }, + "output": { + "type": "structure", + "members": { + "Arn": {}, + "Id": {}, + "Name": {}, + "Description": {}, + "UpdatedAt": { + "shape": "S1p" + }, + "CreatedAt": { + "shape": "S1p" + }, + "ConfigurationPolicy": { + "shape": "Sq5" + } + } + } + }, "CreateFindingAggregator": { "http": { "requestUri": "/findingAggregator/create" @@ -630,7 +718,7 @@ "members": { "RegionLinkingMode": {}, "Regions": { - "shape": "S1r" + "shape": "S23" } } }, @@ -641,7 +729,7 @@ "FindingAggregationRegion": {}, "RegionLinkingMode": {}, "Regions": { - "shape": "S1r" + "shape": "S23" } } } @@ -660,7 +748,7 @@ "members": { "Name": {}, "Filters": { - "shape": "Sod" + "shape": "Sqh" }, "GroupByAttribute": {} } @@ -704,7 +792,7 @@ "type": "structure", "members": { "UnprocessedAccounts": { - "shape": "Soq" + "shape": "Squ" } } } @@ -720,7 +808,7 @@ ], "members": { "AccountIds": { - "shape": "Sot" + "shape": "Sqx" } } }, @@ -728,7 +816,7 @@ "type": "structure", "members": { "UnprocessedAccounts": { - "shape": "Soq" + "shape": "Squ" } } } @@ -760,6 +848,28 @@ } } }, + "DeleteConfigurationPolicy": { + "http": { + "method": "DELETE", + "requestUri": "/configurationPolicy/{Identifier}" + }, + "input": { + "type": "structure", + "required": [ + "Identifier" + ], + "members": { + "Identifier": { + "location": "uri", + "locationName": "Identifier" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "DeleteFindingAggregator": { "http": { "method": "DELETE", @@ -820,7 +930,7 @@ ], "members": { "AccountIds": { - "shape": "Sot" + "shape": "Sqx" } } }, @@ -828,7 +938,7 @@ "type": "structure", "members": { "UnprocessedAccounts": { - "shape": "Soq" + "shape": "Squ" } } } @@ -844,7 +954,7 @@ ], "members": { "AccountIds": { - "shape": "Sot" + "shape": "Sqx" } } }, @@ -852,7 +962,7 @@ "type": "structure", "members": { "UnprocessedAccounts": { - "shape": "Soq" + "shape": "Squ" } } } @@ -865,7 +975,7 @@ "type": "structure", "members": { "ActionTargetArns": { - "shape": "Sp6" + "shape": "Src" }, "NextToken": {}, "MaxResults": { @@ -943,7 +1053,10 @@ "MemberAccountLimitReached": { "type": "boolean" }, - "AutoEnableStandards": {} + "AutoEnableStandards": {}, + "OrganizationConfiguration": { + "shape": "Sro" + } } } }, @@ -1099,7 +1212,7 @@ "RemediationUrl": {}, "SeverityRating": {}, "RelatedRequirements": { - "shape": "S27" + "shape": "S2q" } } } @@ -1201,7 +1314,7 @@ ], "members": { "AccountIds": { - "shape": "Sot" + "shape": "Sqx" } } }, @@ -1256,7 +1369,7 @@ "type": "structure", "members": { "Tags": { - "shape": "So6" + "shape": "Sq0" }, "EnableDefaultStandards": { "type": "boolean" @@ -1282,9 +1395,75 @@ "type": "structure", "members": { "Administrator": { - "shape": "Sqi" + "shape": "Ssr" + } + } + } + }, + "GetConfigurationPolicy": { + "http": { + "method": "GET", + "requestUri": "/configurationPolicy/get/{Identifier}" + }, + "input": { + "type": "structure", + "required": [ + "Identifier" + ], + "members": { + "Identifier": { + "location": "uri", + "locationName": "Identifier" + } + } + }, + "output": { + "type": "structure", + "members": { + "Arn": {}, + "Id": {}, + "Name": {}, + "Description": {}, + "UpdatedAt": { + "shape": "S1p" + }, + "CreatedAt": { + "shape": "S1p" + }, + "ConfigurationPolicy": { + "shape": "Sq5" + } + } + } + }, + "GetConfigurationPolicyAssociation": { + "http": { + "requestUri": "/configurationPolicyAssociation/get" + }, + "input": { + "type": "structure", + "required": [ + "Target" + ], + "members": { + "Target": { + "shape": "S1t" } } + }, + "output": { + "type": "structure", + "members": { + "ConfigurationPolicyId": {}, + "TargetId": {}, + "TargetType": {}, + "AssociationType": {}, + "UpdatedAt": { + "shape": "S1p" + }, + "AssociationStatus": {}, + "AssociationStatusMessage": {} + } } }, "GetEnabledStandards": { @@ -1337,7 +1516,7 @@ "FindingAggregationRegion": {}, "RegionLinkingMode": {}, "Regions": { - "shape": "S1r" + "shape": "S23" } } } @@ -1353,7 +1532,7 @@ ], "members": { "FindingIdentifier": { - "shape": "Snt" + "shape": "Spn" }, "StartTime": { "shape": "S1p" @@ -1376,7 +1555,7 @@ "type": "structure", "members": { "FindingIdentifier": { - "shape": "Snt" + "shape": "Spn" }, "UpdateTime": { "shape": "S1p" @@ -1418,7 +1597,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Sod" + "shape": "Sqh" }, "SortCriteria": { "type": "list", @@ -1445,7 +1624,7 @@ "Findings": { "type": "list", "member": { - "shape": "S2d" + "shape": "S2w" } }, "NextToken": {} @@ -1514,7 +1693,7 @@ "type": "structure", "members": { "InsightArns": { - "shape": "Sp6" + "shape": "Src" }, "NextToken": {}, "MaxResults": { @@ -1542,7 +1721,7 @@ "InsightArn": {}, "Name": {}, "Filters": { - "shape": "Sod" + "shape": "Sqh" }, "GroupByAttribute": {} } @@ -1583,7 +1762,7 @@ "type": "structure", "members": { "Master": { - "shape": "Sqi" + "shape": "Ssr" } } }, @@ -1601,7 +1780,7 @@ ], "members": { "AccountIds": { - "shape": "Sot" + "shape": "Sqx" } } }, @@ -1609,10 +1788,39 @@ "type": "structure", "members": { "Members": { - "shape": "Srg" + "shape": "Stt" }, "UnprocessedAccounts": { - "shape": "Soq" + "shape": "Squ" + } + } + } + }, + "GetSecurityControlDefinition": { + "http": { + "method": "GET", + "requestUri": "/securityControl/definition" + }, + "input": { + "type": "structure", + "required": [ + "SecurityControlId" + ], + "members": { + "SecurityControlId": { + "location": "querystring", + "locationName": "SecurityControlId" + } + } + }, + "output": { + "type": "structure", + "required": [ + "SecurityControlDefinition" + ], + "members": { + "SecurityControlDefinition": { + "shape": "Stx" } } } @@ -1628,7 +1836,7 @@ ], "members": { "AccountIds": { - "shape": "Sot" + "shape": "Sqx" } } }, @@ -1636,7 +1844,7 @@ "type": "structure", "members": { "UnprocessedAccounts": { - "shape": "Soq" + "shape": "Squ" } } } @@ -1692,6 +1900,84 @@ } } }, + "ListConfigurationPolicies": { + "http": { + "method": "GET", + "requestUri": "/configurationPolicy/list" + }, + "input": { + "type": "structure", + "members": { + "NextToken": { + "location": "querystring", + "locationName": "NextToken" + }, + "MaxResults": { + "location": "querystring", + "locationName": "MaxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "ConfigurationPolicySummaries": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Arn": {}, + "Id": {}, + "Name": {}, + "Description": {}, + "UpdatedAt": { + "shape": "S1p" + }, + "ServiceEnabled": { + "type": "boolean" + } + } + } + }, + "NextToken": {} + } + } + }, + "ListConfigurationPolicyAssociations": { + "http": { + "requestUri": "/configurationPolicyAssociation/list" + }, + "input": { + "type": "structure", + "members": { + "NextToken": {}, + "MaxResults": { + "type": "integer" + }, + "Filters": { + "type": "structure", + "members": { + "ConfigurationPolicyId": {}, + "AssociationType": {}, + "AssociationStatus": {} + } + } + } + }, + "output": { + "type": "structure", + "members": { + "ConfigurationPolicyAssociationSummaries": { + "type": "list", + "member": { + "shape": "S1w" + } + }, + "NextToken": {} + } + } + }, "ListEnabledProductsForImport": { "http": { "method": "GET", @@ -1782,7 +2068,7 @@ "Invitations": { "type": "list", "member": { - "shape": "Sqi" + "shape": "Ssr" } }, "NextToken": {} @@ -1817,7 +2103,7 @@ "type": "structure", "members": { "Members": { - "shape": "Srg" + "shape": "Stt" }, "NextToken": {} } @@ -1891,23 +2177,7 @@ "SecurityControlDefinitions": { "type": "list", "member": { - "type": "structure", - "required": [ - "SecurityControlId", - "Title", - "Description", - "RemediationUrl", - "SeverityRating", - "CurrentRegionAvailability" - ], - "members": { - "SecurityControlId": {}, - "Title": {}, - "Description": {}, - "RemediationUrl": {}, - "SeverityRating": {}, - "CurrentRegionAvailability": {} - } + "shape": "Stx" } }, "NextToken": {} @@ -1962,7 +2232,7 @@ "SecurityControlArn": {}, "AssociationStatus": {}, "RelatedRequirements": { - "shape": "S27" + "shape": "S2q" }, "UpdatedAt": { "shape": "S1p" @@ -1998,54 +2268,107 @@ "type": "structure", "members": { "Tags": { - "shape": "So6" + "shape": "Sq0" } } } }, - "TagResource": { + "StartConfigurationPolicyAssociation": { "http": { - "requestUri": "/tags/{ResourceArn}" + "requestUri": "/configurationPolicyAssociation/associate" }, "input": { "type": "structure", "required": [ - "ResourceArn", - "Tags" + "ConfigurationPolicyIdentifier", + "Target" ], "members": { - "ResourceArn": { - "location": "uri", - "locationName": "ResourceArn" - }, - "Tags": { - "shape": "So6" + "ConfigurationPolicyIdentifier": {}, + "Target": { + "shape": "S1t" } } }, "output": { "type": "structure", - "members": {} + "members": { + "ConfigurationPolicyId": {}, + "TargetId": {}, + "TargetType": {}, + "AssociationType": {}, + "UpdatedAt": { + "shape": "S1p" + }, + "AssociationStatus": {}, + "AssociationStatusMessage": {} + } } }, - "UntagResource": { + "StartConfigurationPolicyDisassociation": { "http": { - "method": "DELETE", - "requestUri": "/tags/{ResourceArn}" + "requestUri": "/configurationPolicyAssociation/disassociate" }, "input": { "type": "structure", "required": [ - "ResourceArn", - "TagKeys" + "ConfigurationPolicyIdentifier" ], "members": { - "ResourceArn": { - "location": "uri", - "locationName": "ResourceArn" + "Target": { + "shape": "S1t" }, - "TagKeys": { - "location": "querystring", + "ConfigurationPolicyIdentifier": {} + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "TagResource": { + "http": { + "requestUri": "/tags/{ResourceArn}" + }, + "input": { + "type": "structure", + "required": [ + "ResourceArn", + "Tags" + ], + "members": { + "ResourceArn": { + "location": "uri", + "locationName": "ResourceArn" + }, + "Tags": { + "shape": "Sq0" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "UntagResource": { + "http": { + "method": "DELETE", + "requestUri": "/tags/{ResourceArn}" + }, + "input": { + "type": "structure", + "required": [ + "ResourceArn", + "TagKeys" + ], + "members": { + "ResourceArn": { + "location": "uri", + "locationName": "ResourceArn" + }, + "TagKeys": { + "location": "querystring", "locationName": "tagKeys", "type": "list", "member": {} @@ -2081,6 +2404,48 @@ "members": {} } }, + "UpdateConfigurationPolicy": { + "http": { + "method": "PATCH", + "requestUri": "/configurationPolicy/{Identifier}" + }, + "input": { + "type": "structure", + "required": [ + "Identifier" + ], + "members": { + "Identifier": { + "location": "uri", + "locationName": "Identifier" + }, + "Name": {}, + "Description": {}, + "UpdatedReason": {}, + "ConfigurationPolicy": { + "shape": "Sq5" + } + } + }, + "output": { + "type": "structure", + "members": { + "Arn": {}, + "Id": {}, + "Name": {}, + "Description": {}, + "UpdatedAt": { + "shape": "S1p" + }, + "CreatedAt": { + "shape": "S1p" + }, + "ConfigurationPolicy": { + "shape": "Sq5" + } + } + } + }, "UpdateFindingAggregator": { "http": { "method": "PATCH", @@ -2096,7 +2461,7 @@ "FindingAggregatorArn": {}, "RegionLinkingMode": {}, "Regions": { - "shape": "S1r" + "shape": "S23" } } }, @@ -2107,7 +2472,7 @@ "FindingAggregationRegion": {}, "RegionLinkingMode": {}, "Regions": { - "shape": "S1r" + "shape": "S23" } } } @@ -2124,7 +2489,7 @@ ], "members": { "Filters": { - "shape": "Sod" + "shape": "Sqh" }, "Note": { "shape": "S1e" @@ -2154,7 +2519,7 @@ }, "Name": {}, "Filters": { - "shape": "Sod" + "shape": "Sqh" }, "GroupByAttribute": {} } @@ -2177,7 +2542,34 @@ "AutoEnable": { "type": "boolean" }, - "AutoEnableStandards": {} + "AutoEnableStandards": {}, + "OrganizationConfiguration": { + "shape": "Sro" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "UpdateSecurityControl": { + "http": { + "method": "PATCH", + "requestUri": "/securityControl/update" + }, + "input": { + "type": "structure", + "required": [ + "SecurityControlId", + "Parameters" + ], + "members": { + "SecurityControlId": {}, + "Parameters": { + "shape": "S2a" + }, + "LastUpdateReason": {} } }, "output": { @@ -2392,6 +2784,15 @@ }, "UserDefinedFields": { "shape": "S17" + }, + "ResourceApplicationArn": { + "shape": "Sx" + }, + "ResourceApplicationName": { + "shape": "Sx" + }, + "AwsAccountName": { + "shape": "Sx" } } }, @@ -2437,6 +2838,12 @@ }, "Eq": { "type": "double" + }, + "Gt": { + "type": "double" + }, + "Lt": { + "type": "double" } } } @@ -2547,11 +2954,87 @@ "type": "timestamp", "timestampFormat": "iso8601" }, - "S1r": { + "S1s": { + "type": "structure", + "members": { + "Target": { + "shape": "S1t" + } + } + }, + "S1t": { + "type": "structure", + "members": { + "AccountId": {}, + "OrganizationalUnitId": {}, + "RootId": {} + }, + "union": true + }, + "S1w": { + "type": "structure", + "members": { + "ConfigurationPolicyId": {}, + "TargetId": {}, + "TargetType": {}, + "AssociationType": {}, + "UpdatedAt": { + "shape": "S1p" + }, + "AssociationStatus": {}, + "AssociationStatusMessage": {} + } + }, + "S23": { "type": "list", "member": {} }, - "S22": { + "S2a": { + "type": "map", + "key": {}, + "value": { + "type": "structure", + "required": [ + "ValueType" + ], + "members": { + "ValueType": {}, + "Value": { + "type": "structure", + "members": { + "Integer": { + "type": "integer" + }, + "IntegerList": { + "shape": "S2e" + }, + "Double": { + "type": "double" + }, + "String": {}, + "StringList": { + "shape": "S23" + }, + "Boolean": { + "type": "boolean" + }, + "Enum": {}, + "EnumList": { + "shape": "S23" + } + }, + "union": true + } + } + } + }, + "S2e": { + "type": "list", + "member": { + "type": "integer" + } + }, + "S2l": { "type": "structure", "required": [ "SecurityControlId", @@ -2562,11 +3045,11 @@ "StandardsArn": {} } }, - "S27": { + "S2q": { "type": "list", "member": {} }, - "S2d": { + "S2w": { "type": "structure", "required": [ "SchemaVersion", @@ -2657,7 +3140,7 @@ "Direction": {}, "Protocol": {}, "OpenPortRange": { - "shape": "S2n" + "shape": "S36" }, "SourceIpV4": {}, "SourceIpV6": {}, @@ -2682,10 +3165,10 @@ "ComponentId": {}, "ComponentType": {}, "Egress": { - "shape": "S2q" + "shape": "S39" }, "Ingress": { - "shape": "S2q" + "shape": "S39" } } } @@ -2798,7 +3281,7 @@ }, "Type": {}, "Occurrences": { - "shape": "S3d" + "shape": "S3w" } } } @@ -2823,7 +3306,7 @@ "Arn": {}, "Name": {}, "Occurrences": { - "shape": "S3d" + "shape": "S3w" } } } @@ -2845,7 +3328,7 @@ "members": { "LaunchConfigurationName": {}, "LoadBalancerNames": { - "shape": "S1r" + "shape": "S23" }, "HealthCheckType": {}, "HealthCheckGracePeriod": { @@ -2924,7 +3407,7 @@ "members": { "EncryptionKey": {}, "Artifacts": { - "shape": "S41" + "shape": "S4k" }, "Environment": { "type": "structure", @@ -2998,15 +3481,15 @@ "members": { "VpcId": {}, "Subnets": { - "shape": "S4c" + "shape": "S4v" }, "SecurityGroupIds": { - "shape": "S4c" + "shape": "S4v" } } }, "SecondaryArtifacts": { - "shape": "S41" + "shape": "S4k" } } }, @@ -3087,7 +3570,7 @@ "type": "structure", "members": { "Items": { - "shape": "S4c" + "shape": "S4v" }, "Quantity": { "type": "integer" @@ -3157,10 +3640,10 @@ "Type": {}, "ImageId": {}, "IpV4Addresses": { - "shape": "S1r" + "shape": "S23" }, "IpV6Addresses": { - "shape": "S1r" + "shape": "S23" }, "KeyName": {}, "IamInstanceProfileArn": {}, @@ -3261,10 +3744,10 @@ "OwnerId": {}, "VpcId": {}, "IpPermissions": { - "shape": "S5a" + "shape": "S5t" }, "IpPermissionsEgress": { - "shape": "S5a" + "shape": "S5t" } } }, @@ -3316,7 +3799,7 @@ } }, "Ipv6CidrBlockAssociationSet": { - "shape": "S5q" + "shape": "S69" }, "DhcpOptionsId": {}, "State": {} @@ -3361,7 +3844,7 @@ "SubnetId": {}, "VpcId": {}, "Ipv6CidrBlockAssociationSet": { - "shape": "S5q" + "shape": "S69" } } }, @@ -3578,13 +4061,13 @@ "type": "structure", "members": { "IndexSlowLogs": { - "shape": "S6k" + "shape": "S73" }, "SearchSlowLogs": { - "shape": "S6k" + "shape": "S73" }, "AuditLogs": { - "shape": "S6k" + "shape": "S73" } } }, @@ -3616,13 +4099,13 @@ "type": "structure", "members": { "AvailabilityZones": { - "shape": "S4c" + "shape": "S4v" }, "SecurityGroupIds": { - "shape": "S4c" + "shape": "S4v" }, "SubnetIds": { - "shape": "S4c" + "shape": "S4v" }, "VPCId": {} } @@ -3752,7 +4235,7 @@ } }, "PublicAccessBlockConfiguration": { - "shape": "S77" + "shape": "S7q" }, "AccessControlList": {}, "BucketLoggingConfiguration": { @@ -3871,11 +4354,12 @@ } } } - } + }, + "Name": {} } }, "AwsS3AccountPublicAccessBlock": { - "shape": "S77" + "shape": "S7q" }, "AwsS3Object": { "type": "structure", @@ -3958,15 +4442,15 @@ "type": "structure", "members": { "AttachedManagedPolicies": { - "shape": "S81" + "shape": "S8k" }, "CreateDate": {}, "GroupList": { - "shape": "S1r" + "shape": "S23" }, "Path": {}, "PermissionsBoundary": { - "shape": "S83" + "shape": "S8m" }, "UserId": {}, "UserName": {}, @@ -4022,19 +4506,19 @@ "CreatedDate": {}, "Description": {}, "DefaultRouteSettings": { - "shape": "S8a" + "shape": "S8t" }, "DeploymentId": {}, "LastUpdatedDate": {}, "RouteSettings": { - "shape": "S8a" + "shape": "S8t" }, "StageName": {}, "StageVariables": { "shape": "S1k" }, "AccessLogSettings": { - "shape": "S8b" + "shape": "S8u" }, "AutoDeploy": { "type": "boolean" @@ -4061,22 +4545,22 @@ "type": "structure", "members": { "AllowOrigins": { - "shape": "S4c" + "shape": "S4v" }, "AllowCredentials": { "type": "boolean" }, "ExposeHeaders": { - "shape": "S4c" + "shape": "S4v" }, "MaxAge": { "type": "integer" }, "AllowMethods": { - "shape": "S4c" + "shape": "S4v" }, "AllowHeaders": { - "shape": "S4c" + "shape": "S4v" } } } @@ -4121,13 +4605,13 @@ "type": "integer" }, "KeySchema": { - "shape": "S8l" + "shape": "S94" }, "Projection": { - "shape": "S8n" + "shape": "S96" }, "ProvisionedThroughput": { - "shape": "S8o" + "shape": "S97" } } } @@ -4137,7 +4621,7 @@ "type": "integer" }, "KeySchema": { - "shape": "S8l" + "shape": "S94" }, "LatestStreamArn": {}, "LatestStreamLabel": {}, @@ -4149,16 +4633,16 @@ "IndexArn": {}, "IndexName": {}, "KeySchema": { - "shape": "S8l" + "shape": "S94" }, "Projection": { - "shape": "S8n" + "shape": "S96" } } } }, "ProvisionedThroughput": { - "shape": "S8o" + "shape": "S97" }, "Replicas": { "type": "list", @@ -4172,14 +4656,14 @@ "members": { "IndexName": {}, "ProvisionedThroughputOverride": { - "shape": "S8v" + "shape": "S9e" } } } }, "KmsMasterKeyId": {}, "ProvisionedThroughputOverride": { - "shape": "S8v" + "shape": "S9e" }, "RegionName": {}, "ReplicaStatus": {}, @@ -4221,7 +4705,10 @@ "TableSizeBytes": { "type": "long" }, - "TableStatus": {} + "TableStatus": {}, + "DeletionProtectionEnabled": { + "type": "boolean" + } } }, "AwsApiGatewayStage": { @@ -4277,7 +4764,7 @@ }, "DocumentationVersion": {}, "AccessLogSettings": { - "shape": "S8b" + "shape": "S8u" }, "CanarySettings": { "type": "structure", @@ -4311,7 +4798,7 @@ "CreatedDate": {}, "Version": {}, "BinaryMediaTypes": { - "shape": "S4c" + "shape": "S4v" }, "MinimumCompressionSize": { "type": "integer" @@ -4321,7 +4808,7 @@ "type": "structure", "members": { "Types": { - "shape": "S4c" + "shape": "S4v" } } } @@ -4421,7 +4908,7 @@ "CreatedAt": {}, "DomainName": {}, "DomainValidationOptions": { - "shape": "S9a" + "shape": "S9t" }, "ExtendedKeyUsages": { "type": "list", @@ -4436,7 +4923,7 @@ "FailureReason": {}, "ImportedAt": {}, "InUseBy": { - "shape": "S1r" + "shape": "S23" }, "IssuedAt": {}, "Issuer": {}, @@ -4463,7 +4950,7 @@ "type": "structure", "members": { "DomainValidationOptions": { - "shape": "S9a" + "shape": "S9t" }, "RenewalStatus": {}, "RenewalStatusReason": {}, @@ -4475,7 +4962,7 @@ "Status": {}, "Subject": {}, "SubjectAlternativeNames": { - "shape": "S1r" + "shape": "S23" }, "Type": {} } @@ -4620,7 +5107,7 @@ "type": "integer" }, "PendingActions": { - "shape": "S1r" + "shape": "S23" }, "PendingModifiedValues": { "type": "structure", @@ -4712,7 +5199,7 @@ "type": "structure", "members": { "AvailabilityZones": { - "shape": "S1r" + "shape": "S23" }, "BackendServerDescriptions": { "type": "list", @@ -4723,7 +5210,7 @@ "type": "integer" }, "PolicyNames": { - "shape": "S1r" + "shape": "S23" } } } @@ -4779,7 +5266,7 @@ } }, "PolicyNames": { - "shape": "S1r" + "shape": "S23" } } } @@ -4866,13 +5353,13 @@ } }, "OtherPolicies": { - "shape": "S1r" + "shape": "S23" } } }, "Scheme": {}, "SecurityGroups": { - "shape": "S1r" + "shape": "S23" }, "SourceSecurityGroup": { "type": "structure", @@ -4882,7 +5369,7 @@ } }, "Subnets": { - "shape": "S1r" + "shape": "S23" }, "VpcId": {} } @@ -4891,7 +5378,7 @@ "type": "structure", "members": { "AttachedManagedPolicies": { - "shape": "S81" + "shape": "S8k" }, "CreateDate": {}, "GroupId": {}, @@ -4913,7 +5400,7 @@ "members": { "AssumeRolePolicyDocument": {}, "AttachedManagedPolicies": { - "shape": "S81" + "shape": "S8k" }, "CreateDate": {}, "InstanceProfileList": { @@ -4944,7 +5431,7 @@ } }, "PermissionsBoundary": { - "shape": "S83" + "shape": "S8m" }, "RoleId": {}, "RoleName": {}, @@ -5050,17 +5537,17 @@ "type": "structure", "members": { "SecurityGroupIds": { - "shape": "S4c" + "shape": "S4v" }, "SubnetIds": { - "shape": "S4c" + "shape": "S4v" }, "VpcId": {} } }, "Version": {}, "Architectures": { - "shape": "S4c" + "shape": "S4v" }, "PackageType": {} } @@ -5072,7 +5559,7 @@ "type": "long" }, "CompatibleRuntimes": { - "shape": "S4c" + "shape": "S4v" }, "CreatedDate": {} } @@ -5104,7 +5591,7 @@ "type": "boolean" }, "Endpoint": { - "shape": "Sbi" + "shape": "Sc1" }, "Engine": {}, "EngineVersion": {}, @@ -5121,7 +5608,7 @@ }, "TdeCredentialArn": {}, "VpcSecurityGroups": { - "shape": "Sbj" + "shape": "Sc2" }, "MultiAz": { "type": "boolean" @@ -5137,7 +5624,7 @@ "type": "integer" }, "DbSecurityGroups": { - "shape": "S1r" + "shape": "S23" }, "DbParameterGroups": { "type": "list", @@ -5207,15 +5694,15 @@ "type": "structure", "members": { "LogTypesToEnable": { - "shape": "S1r" + "shape": "S23" }, "LogTypesToDisable": { - "shape": "S1r" + "shape": "S23" } } }, "ProcessorFeatures": { - "shape": "Sbt" + "shape": "Scc" } } }, @@ -5225,10 +5712,10 @@ }, "ReadReplicaSourceDBInstanceIdentifier": {}, "ReadReplicaDBInstanceIdentifiers": { - "shape": "S1r" + "shape": "S23" }, "ReadReplicaDBClusterIdentifiers": { - "shape": "S1r" + "shape": "S23" }, "LicenseModel": {}, "Iops": { @@ -5262,7 +5749,7 @@ }, "StorageType": {}, "DomainMemberships": { - "shape": "Sbz" + "shape": "Sci" }, "CopyTagsToSnapshot": { "type": "boolean" @@ -5283,13 +5770,13 @@ "type": "integer" }, "EnabledCloudWatchLogsExports": { - "shape": "S1r" + "shape": "S23" }, "ProcessorFeatures": { - "shape": "Sbt" + "shape": "Scc" }, "ListenerEndpoint": { - "shape": "Sbi" + "shape": "Sc1" }, "MaxAllocatedStorage": { "type": "integer" @@ -5415,7 +5902,7 @@ "type": "boolean" }, "ProcessorFeatures": { - "shape": "Sbt" + "shape": "Scc" }, "DbiResourceId": {} } @@ -5424,7 +5911,7 @@ "type": "structure", "members": { "AvailabilityZones": { - "shape": "S1r" + "shape": "S23" }, "SnapshotCreateTime": {}, "Engine": {}, @@ -5460,7 +5947,7 @@ "members": { "AttributeName": {}, "AttributeValues": { - "shape": "S4c" + "shape": "S4v" } } } @@ -5474,7 +5961,7 @@ "type": "integer" }, "AvailabilityZones": { - "shape": "S1r" + "shape": "S23" }, "BackupRetentionPeriod": { "type": "integer" @@ -5484,7 +5971,7 @@ "Endpoint": {}, "ReaderEndpoint": {}, "CustomEndpoints": { - "shape": "S1r" + "shape": "S23" }, "MultiAz": { "type": "boolean" @@ -5498,10 +5985,10 @@ "PreferredBackupWindow": {}, "PreferredMaintenanceWindow": {}, "ReadReplicaIdentifiers": { - "shape": "S1r" + "shape": "S23" }, "VpcSecurityGroups": { - "shape": "Sbj" + "shape": "Sc2" }, "HostedZoneId": {}, "StorageEncrypted": { @@ -5521,7 +6008,7 @@ }, "ClusterCreateTime": {}, "EnabledCloudWatchLogsExports": { - "shape": "S1r" + "shape": "S23" }, "EngineMode": {}, "DeletionProtection": { @@ -5538,7 +6025,7 @@ "type": "boolean" }, "DomainMemberships": { - "shape": "Sbz" + "shape": "Sci" }, "DbClusterParameterGroup": {}, "DbSubnetGroup": {}, @@ -5571,6 +6058,9 @@ }, "IamDatabaseAuthenticationEnabled": { "type": "boolean" + }, + "AutoMinorVersionUpgrade": { + "type": "boolean" } } }, @@ -5582,7 +6072,7 @@ "type": "integer" }, "CapacityProviders": { - "shape": "S4c" + "shape": "S4v" }, "ClusterSettings": { "type": "list", @@ -5646,7 +6136,7 @@ } }, "AwsEcsContainer": { - "shape": "Scv" + "shape": "Sde" }, "AwsEcsTaskDefinition": { "type": "structure", @@ -5657,7 +6147,7 @@ "type": "structure", "members": { "Command": { - "shape": "S4c" + "shape": "S4v" }, "Cpu": { "type": "integer" @@ -5676,19 +6166,19 @@ "type": "boolean" }, "DnsSearchDomains": { - "shape": "S4c" + "shape": "S4v" }, "DnsServers": { - "shape": "S4c" + "shape": "S4v" }, "DockerLabels": { "shape": "S1k" }, "DockerSecurityOptions": { - "shape": "S4c" + "shape": "S4v" }, "EntryPoint": { - "shape": "S4c" + "shape": "S4v" }, "Environment": { "type": "list", @@ -5736,7 +6226,7 @@ "type": "structure", "members": { "Command": { - "shape": "S4c" + "shape": "S4v" }, "Interval": { "type": "integer" @@ -5758,7 +6248,7 @@ "type": "boolean" }, "Links": { - "shape": "S4c" + "shape": "S4v" }, "LinuxParameters": { "type": "structure", @@ -5767,10 +6257,10 @@ "type": "structure", "members": { "Add": { - "shape": "S4c" + "shape": "S4v" }, "Drop": { - "shape": "S4c" + "shape": "S4v" } } }, @@ -5782,7 +6272,7 @@ "ContainerPath": {}, "HostPath": {}, "Permissions": { - "shape": "S4c" + "shape": "S4v" } } } @@ -5806,7 +6296,7 @@ "members": { "ContainerPath": {}, "MountOptions": { - "shape": "S4c" + "shape": "S4v" }, "Size": { "type": "integer" @@ -5998,7 +6488,7 @@ } }, "RequiresCompatibilities": { - "shape": "S4c" + "shape": "S4v" }, "TaskRoleArn": {}, "Volumes": { @@ -6049,7 +6539,8 @@ "Name": {} } } - } + }, + "Status": {} } }, "Container": { @@ -6087,12 +6578,12 @@ "type": "boolean" }, "EventCategoriesList": { - "shape": "S4c" + "shape": "S4v" }, "EventSubscriptionArn": {}, "SnsTopicArn": {}, "SourceIdsList": { - "shape": "S4c" + "shape": "S4v" }, "SourceType": {}, "Status": {}, @@ -6182,10 +6673,10 @@ "members": { "AssignPublicIp": {}, "SecurityGroups": { - "shape": "S4c" + "shape": "S4v" }, "Subnets": { - "shape": "S4c" + "shape": "S4v" } } } @@ -6276,7 +6767,7 @@ }, "ClassicLinkVpcId": {}, "ClassicLinkVpcSecurityGroups": { - "shape": "S4c" + "shape": "S4v" }, "CreatedTime": {}, "EbsOptimized": { @@ -6299,7 +6790,7 @@ "PlacementTenancy": {}, "RamdiskId": {}, "SecurityGroups": { - "shape": "S4c" + "shape": "S4v" }, "SpotPrice": {}, "UserData": {}, @@ -6356,29 +6847,29 @@ "type": "integer" }, "IkeVersions": { - "shape": "S4c" + "shape": "S4v" }, "OutsideIpAddress": {}, "Phase1DhGroupNumbers": { - "shape": "Sf8" + "shape": "S2e" }, "Phase1EncryptionAlgorithms": { - "shape": "S4c" + "shape": "S4v" }, "Phase1IntegrityAlgorithms": { - "shape": "S4c" + "shape": "S4v" }, "Phase1LifetimeSeconds": { "type": "integer" }, "Phase2DhGroupNumbers": { - "shape": "Sf8" + "shape": "S2e" }, "Phase2EncryptionAlgorithms": { - "shape": "S4c" + "shape": "S4v" }, "Phase2IntegrityAlgorithms": { - "shape": "S4c" + "shape": "S4v" }, "Phase2LifetimeSeconds": { "type": "integer" @@ -6420,7 +6911,7 @@ "Architecture": {}, "ImageDigest": {}, "ImageTags": { - "shape": "S4c" + "shape": "S4v" }, "ImagePublishedAt": {} } @@ -6522,10 +7013,10 @@ "type": "structure", "members": { "SecurityGroupIds": { - "shape": "S4c" + "shape": "S4v" }, "SubnetIds": { - "shape": "S4c" + "shape": "S4v" } } }, @@ -6533,13 +7024,13 @@ "type": "structure", "members": { "IndexSlowLogs": { - "shape": "Sfl" + "shape": "Sg3" }, "SearchSlowLogs": { - "shape": "Sfl" + "shape": "Sg3" }, "AuditLogs": { - "shape": "Sfl" + "shape": "Sg3" } } }, @@ -6574,19 +7065,19 @@ "type": "boolean" }, "AvailabilityZones": { - "shape": "S4c" + "shape": "S4v" }, "BaseEndpointDnsNames": { - "shape": "S4c" + "shape": "S4v" }, "ManagesVpcEndpoints": { "type": "boolean" }, "GatewayLoadBalancerArns": { - "shape": "S4c" + "shape": "S4v" }, "NetworkLoadBalancerArns": { - "shape": "S4c" + "shape": "S4v" }, "PrivateDnsName": {}, "ServiceId": {}, @@ -6697,10 +7188,10 @@ "type": "structure", "members": { "SecurityGroupIds": { - "shape": "S4c" + "shape": "S4v" }, "SubnetIds": { - "shape": "S4c" + "shape": "S4v" }, "EndpointPublicAccess": { "type": "boolean" @@ -6721,7 +7212,7 @@ "type": "boolean" }, "Types": { - "shape": "S4c" + "shape": "S4v" } } } @@ -6751,17 +7242,17 @@ "type": "structure", "members": { "ActionDefinition": { - "shape": "Sgc" + "shape": "Sgu" }, "ActionName": {} } } }, "StatelessDefaultActions": { - "shape": "S4c" + "shape": "S4v" }, "StatelessFragmentDefaultActions": { - "shape": "S4c" + "shape": "S4v" }, "StatelessRuleGroupReferences": { "type": "list", @@ -6829,7 +7320,7 @@ "type": "structure", "members": { "Definition": { - "shape": "S4c" + "shape": "S4v" } } }, @@ -6837,7 +7328,7 @@ "type": "structure", "members": { "Definition": { - "shape": "S4c" + "shape": "S4v" } } } @@ -6851,10 +7342,10 @@ "members": { "GeneratedRulesType": {}, "TargetTypes": { - "shape": "S4c" + "shape": "S4v" }, "Targets": { - "shape": "S4c" + "shape": "S4v" } } }, @@ -6901,7 +7392,7 @@ "type": "structure", "members": { "ActionDefinition": { - "shape": "Sgc" + "shape": "Sgu" }, "ActionName": {} } @@ -6919,7 +7410,7 @@ "type": "structure", "members": { "Actions": { - "shape": "S4c" + "shape": "S4v" }, "MatchAttributes": { "type": "structure", @@ -6982,10 +7473,10 @@ "type": "structure", "members": { "Flags": { - "shape": "S4c" + "shape": "S4v" }, "Masks": { - "shape": "S4c" + "shape": "S4v" } } } @@ -7070,7 +7561,7 @@ "AutoAcceptSharedAttachments": {}, "DefaultRouteTableAssociation": {}, "TransitGatewayCidrBlocks": { - "shape": "S4c" + "shape": "S4v" }, "AssociationDefaultRouteTableId": {}, "PropagationDefaultRouteTableId": {}, @@ -7094,7 +7585,7 @@ "members": { "Gid": {}, "SecondaryGids": { - "shape": "S4c" + "shape": "S4v" }, "Uid": {} } @@ -7119,7 +7610,7 @@ "type": "structure", "members": { "Capabilities": { - "shape": "S4c" + "shape": "S4v" }, "CreationTime": {}, "Description": {}, @@ -7137,7 +7628,7 @@ }, "LastUpdatedTime": {}, "NotificationArns": { - "shape": "S4c" + "shape": "S4v" }, "Outputs": { "type": "list", @@ -7167,7 +7658,7 @@ "type": "boolean" }, "AlarmActions": { - "shape": "S4c" + "shape": "S4v" }, "AlarmArn": {}, "AlarmConfigurationUpdatedTimestamp": {}, @@ -7193,12 +7684,12 @@ }, "ExtendedStatistic": {}, "InsufficientDataActions": { - "shape": "S4c" + "shape": "S4v" }, "MetricName": {}, "Namespace": {}, "OkActions": { - "shape": "S4c" + "shape": "S4v" }, "Period": { "type": "integer" @@ -7216,11 +7707,11 @@ "type": "structure", "members": { "AccepterVpcInfo": { - "shape": "Si0" + "shape": "Sii" }, "ExpirationTime": {}, "RequesterVpcInfo": { - "shape": "Si0" + "shape": "Sii" }, "Status": { "type": "structure", @@ -7390,7 +7881,7 @@ "Containers": { "type": "list", "member": { - "shape": "Scv" + "shape": "Sde" } } } @@ -7405,7 +7896,7 @@ "type": "structure", "members": { "BackupVaultEvents": { - "shape": "S4c" + "shape": "S4v" }, "SnsTopicArn": {} } @@ -7457,13 +7948,13 @@ "members": { "DestinationBackupVaultArn": {}, "Lifecycle": { - "shape": "Sj5" + "shape": "Sjn" } } } }, "Lifecycle": { - "shape": "Sj5" + "shape": "Sjn" } } } @@ -7687,10 +8178,10 @@ } }, "AcceleratorManufacturers": { - "shape": "S4c" + "shape": "S4v" }, "AcceleratorNames": { - "shape": "S4c" + "shape": "S4v" }, "AcceleratorTotalMemoryMiB": { "type": "structure", @@ -7704,7 +8195,7 @@ } }, "AcceleratorTypes": { - "shape": "S4c" + "shape": "S4v" }, "BareMetal": {}, "BaselineEbsBandwidthMbps": { @@ -7720,17 +8211,17 @@ }, "BurstablePerformance": {}, "CpuManufacturers": { - "shape": "S4c" + "shape": "S4v" }, "ExcludedInstanceTypes": { - "shape": "S4c" + "shape": "S4v" }, "InstanceGenerations": { - "shape": "S4c" + "shape": "S4v" }, "LocalStorage": {}, "LocalStorageTypes": { - "shape": "S4c" + "shape": "S4v" }, "MemoryGiBPerVCpu": { "type": "structure", @@ -7855,7 +8346,7 @@ "type": "integer" }, "Groups": { - "shape": "S4c" + "shape": "S4v" }, "InterfaceType": {}, "Ipv4PrefixCount": { @@ -7947,10 +8438,10 @@ }, "RamDiskId": {}, "SecurityGroupIdSet": { - "shape": "S4c" + "shape": "S4v" }, "SecurityGroupSet": { - "shape": "S4c" + "shape": "S4v" }, "UserData": {} } @@ -7967,10 +8458,10 @@ "type": "structure", "members": { "AcceleratorTypes": { - "shape": "S4c" + "shape": "S4v" }, "AdditionalCodeRepositories": { - "shape": "S4c" + "shape": "S4v" }, "DefaultCodeRepository": {}, "DirectInternetAccess": {}, @@ -7992,7 +8483,7 @@ "RoleArn": {}, "RootAccess": {}, "SecurityGroups": { - "shape": "S4c" + "shape": "S4v" }, "SubnetId": {}, "Url": {}, @@ -8030,19 +8521,19 @@ "type": "structure", "members": { "Allow": { - "shape": "Sko" + "shape": "Sl6" }, "Block": { - "shape": "Sks" + "shape": "Sla" } } }, "Description": {}, "Rules": { - "shape": "Sku" + "shape": "Slc" }, "VisibilityConfig": { - "shape": "Skz" + "shape": "Slh" } } }, @@ -8057,11 +8548,11 @@ "Name": {}, "Arn": {}, "Rules": { - "shape": "Sku" + "shape": "Slc" }, "Scope": {}, "VisibilityConfig": { - "shape": "Skz" + "shape": "Slh" } } }, @@ -8155,7 +8646,7 @@ "type": "structure", "members": { "Hosts": { - "shape": "S1r" + "shape": "S23" }, "RoleBase": {}, "RoleName": {}, @@ -8208,11 +8699,11 @@ "type": "boolean" }, "SecurityGroups": { - "shape": "S1r" + "shape": "S23" }, "StorageType": {}, "SubnetIds": { - "shape": "S1r" + "shape": "S23" }, "Users": { "type": "list", @@ -8232,18 +8723,18 @@ "ApiId": {}, "Id": {}, "OpenIdConnectConfig": { - "shape": "Sli" + "shape": "Sm0" }, "Name": {}, "LambdaAuthorizerConfig": { - "shape": "Slj" + "shape": "Sm1" }, "XrayEnabled": { "type": "boolean" }, "Arn": {}, "UserPoolConfig": { - "shape": "Slk" + "shape": "Sm2" }, "AuthenticationType": {}, "LogConfig": { @@ -8263,13 +8754,13 @@ "members": { "AuthenticationType": {}, "LambdaAuthorizerConfig": { - "shape": "Slj" + "shape": "Sm1" }, "OpenIdConnectConfig": { - "shape": "Sli" + "shape": "Sm0" }, "UserPoolConfig": { - "shape": "Slk" + "shape": "Sm2" } } } @@ -8427,102 +8918,486 @@ } } } - } - } - } - } - } - }, - "Compliance": { - "type": "structure", - "members": { - "Status": {}, - "RelatedRequirements": { - "shape": "S27" - }, - "StatusReasons": { - "type": "list", - "member": { - "type": "structure", - "required": [ - "ReasonCode" - ], - "members": { - "ReasonCode": {}, - "Description": {} - } - } - }, - "SecurityControlId": {}, - "AssociatedStandards": { - "type": "list", - "member": { - "type": "structure", - "members": { - "StandardsId": {} - } - } - } - } - }, - "VerificationState": {}, - "WorkflowState": { - "type": "string", - "deprecated": true, - "deprecatedMessage": "This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel." - }, - "Workflow": { - "type": "structure", - "members": { - "Status": {} - } - }, - "RecordState": {}, - "RelatedFindings": { - "shape": "S1n" - }, - "Note": { - "type": "structure", - "required": [ - "Text", - "UpdatedBy", - "UpdatedAt" - ], - "members": { - "Text": {}, - "UpdatedBy": {}, - "UpdatedAt": {} - } - }, - "Vulnerabilities": { - "type": "list", - "member": { - "type": "structure", - "required": [ - "Id" - ], - "members": { - "Id": {}, - "VulnerablePackages": { - "type": "list", - "member": { - "type": "structure", - "members": { - "Name": {}, - "Version": {}, - "Epoch": {}, - "Release": {}, - "Architecture": {}, - "PackageManager": {}, - "FilePath": {}, - "FixedInVersion": {}, - "Remediation": {}, - "SourceLayerHash": {}, - "SourceLayerArn": {} - } - } - }, - "Cvss": { + }, + "AwsEventsEventbus": { + "type": "structure", + "members": { + "Arn": {}, + "Name": {}, + "Policy": {} + } + }, + "AwsDmsEndpoint": { + "type": "structure", + "members": { + "CertificateArn": {}, + "DatabaseName": {}, + "EndpointArn": {}, + "EndpointIdentifier": {}, + "EndpointType": {}, + "EngineName": {}, + "ExternalId": {}, + "ExtraConnectionAttributes": {}, + "KmsKeyId": {}, + "Port": { + "type": "integer" + }, + "ServerName": {}, + "SslMode": {}, + "Username": {} + } + }, + "AwsEventsEndpoint": { + "type": "structure", + "members": { + "Arn": {}, + "Description": {}, + "EndpointId": {}, + "EndpointUrl": {}, + "EventBuses": { + "type": "list", + "member": { + "type": "structure", + "members": { + "EventBusArn": {} + } + } + }, + "Name": {}, + "ReplicationConfig": { + "type": "structure", + "members": { + "State": {} + } + }, + "RoleArn": {}, + "RoutingConfig": { + "type": "structure", + "members": { + "FailoverConfig": { + "type": "structure", + "members": { + "Primary": { + "type": "structure", + "members": { + "HealthCheck": {} + } + }, + "Secondary": { + "type": "structure", + "members": { + "Route": {} + } + } + } + } + } + }, + "State": {}, + "StateReason": {} + } + }, + "AwsDmsReplicationTask": { + "type": "structure", + "members": { + "CdcStartPosition": {}, + "CdcStartTime": {}, + "CdcStopPosition": {}, + "MigrationType": {}, + "Id": {}, + "ResourceIdentifier": {}, + "ReplicationInstanceArn": {}, + "ReplicationTaskIdentifier": {}, + "ReplicationTaskSettings": {}, + "SourceEndpointArn": {}, + "TableMappings": {}, + "TargetEndpointArn": {}, + "TaskData": {} + } + }, + "AwsDmsReplicationInstance": { + "type": "structure", + "members": { + "AllocatedStorage": { + "type": "integer" + }, + "AutoMinorVersionUpgrade": { + "type": "boolean" + }, + "AvailabilityZone": {}, + "EngineVersion": {}, + "KmsKeyId": {}, + "MultiAZ": { + "type": "boolean" + }, + "PreferredMaintenanceWindow": {}, + "PubliclyAccessible": { + "type": "boolean" + }, + "ReplicationInstanceClass": {}, + "ReplicationInstanceIdentifier": {}, + "ReplicationSubnetGroup": { + "type": "structure", + "members": { + "ReplicationSubnetGroupIdentifier": {} + } + }, + "VpcSecurityGroups": { + "type": "list", + "member": { + "type": "structure", + "members": { + "VpcSecurityGroupId": {} + } + } + } + } + }, + "AwsRoute53HostedZone": { + "type": "structure", + "members": { + "HostedZone": { + "type": "structure", + "members": { + "Id": {}, + "Name": {}, + "Config": { + "type": "structure", + "members": { + "Comment": {} + } + } + } + }, + "Vpcs": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Id": {}, + "Region": {} + } + } + }, + "NameServers": { + "type": "list", + "member": {} + }, + "QueryLoggingConfig": { + "type": "structure", + "members": { + "CloudWatchLogsLogGroupArn": { + "type": "structure", + "members": { + "CloudWatchLogsLogGroupArn": {}, + "HostedZoneId": {}, + "Id": {} + } + } + } + } + } + }, + "AwsMskCluster": { + "type": "structure", + "members": { + "ClusterInfo": { + "type": "structure", + "members": { + "EncryptionInfo": { + "type": "structure", + "members": { + "EncryptionInTransit": { + "type": "structure", + "members": { + "InCluster": { + "type": "boolean" + }, + "ClientBroker": {} + } + }, + "EncryptionAtRest": { + "type": "structure", + "members": { + "DataVolumeKMSKeyId": {} + } + } + } + }, + "CurrentVersion": {}, + "NumberOfBrokerNodes": { + "type": "integer" + }, + "ClusterName": {}, + "ClientAuthentication": { + "type": "structure", + "members": { + "Sasl": { + "type": "structure", + "members": { + "Iam": { + "type": "structure", + "members": { + "Enabled": { + "type": "boolean" + } + } + }, + "Scram": { + "type": "structure", + "members": { + "Enabled": { + "type": "boolean" + } + } + } + } + }, + "Unauthenticated": { + "type": "structure", + "members": { + "Enabled": { + "type": "boolean" + } + } + }, + "Tls": { + "type": "structure", + "members": { + "CertificateAuthorityArnList": { + "shape": "S23" + }, + "Enabled": { + "type": "boolean" + } + } + } + } + }, + "EnhancedMonitoring": {} + } + } + } + }, + "AwsS3AccessPoint": { + "type": "structure", + "members": { + "AccessPointArn": {}, + "Alias": {}, + "Bucket": {}, + "BucketAccountId": {}, + "Name": {}, + "NetworkOrigin": {}, + "PublicAccessBlockConfiguration": { + "shape": "S7q" + }, + "VpcConfiguration": { + "type": "structure", + "members": { + "VpcId": {} + } + } + } + }, + "AwsEc2ClientVpnEndpoint": { + "type": "structure", + "members": { + "ClientVpnEndpointId": {}, + "Description": {}, + "ClientCidrBlock": {}, + "DnsServer": { + "shape": "S23" + }, + "SplitTunnel": { + "type": "boolean" + }, + "TransportProtocol": {}, + "VpnPort": { + "type": "integer" + }, + "ServerCertificateArn": {}, + "AuthenticationOptions": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Type": {}, + "ActiveDirectory": { + "type": "structure", + "members": { + "DirectoryId": {} + } + }, + "MutualAuthentication": { + "type": "structure", + "members": { + "ClientRootCertificateChain": {} + } + }, + "FederatedAuthentication": { + "type": "structure", + "members": { + "SamlProviderArn": {}, + "SelfServiceSamlProviderArn": {} + } + } + } + } + }, + "ConnectionLogOptions": { + "type": "structure", + "members": { + "Enabled": { + "type": "boolean" + }, + "CloudwatchLogGroup": {}, + "CloudwatchLogStream": {} + } + }, + "SecurityGroupIdSet": { + "shape": "S23" + }, + "VpcId": {}, + "SelfServicePortalUrl": {}, + "ClientConnectOptions": { + "type": "structure", + "members": { + "Enabled": { + "type": "boolean" + }, + "LambdaFunctionArn": {}, + "Status": { + "type": "structure", + "members": { + "Code": {}, + "Message": {} + } + } + } + }, + "SessionTimeoutHours": { + "type": "integer" + }, + "ClientLoginBannerOptions": { + "type": "structure", + "members": { + "Enabled": { + "type": "boolean" + }, + "BannerText": {} + } + } + } + } + } + }, + "ApplicationName": {}, + "ApplicationArn": {} + } + } + }, + "Compliance": { + "type": "structure", + "members": { + "Status": {}, + "RelatedRequirements": { + "shape": "S2q" + }, + "StatusReasons": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "ReasonCode" + ], + "members": { + "ReasonCode": {}, + "Description": {} + } + } + }, + "SecurityControlId": {}, + "AssociatedStandards": { + "type": "list", + "member": { + "type": "structure", + "members": { + "StandardsId": {} + } + } + }, + "SecurityControlParameters": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Name": {}, + "Value": { + "shape": "S1j" + } + } + } + } + } + }, + "VerificationState": {}, + "WorkflowState": { + "type": "string", + "deprecated": true, + "deprecatedMessage": "This filter is deprecated. Instead, use SeverityLabel or FindingProviderFieldsSeverityLabel." + }, + "Workflow": { + "type": "structure", + "members": { + "Status": {} + } + }, + "RecordState": {}, + "RelatedFindings": { + "shape": "S1n" + }, + "Note": { + "type": "structure", + "required": [ + "Text", + "UpdatedBy", + "UpdatedAt" + ], + "members": { + "Text": {}, + "UpdatedBy": {}, + "UpdatedAt": {} + } + }, + "Vulnerabilities": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Id" + ], + "members": { + "Id": {}, + "VulnerablePackages": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Name": {}, + "Version": {}, + "Epoch": {}, + "Release": {}, + "Architecture": {}, + "PackageManager": {}, + "FilePath": {}, + "FixedInVersion": {}, + "Remediation": {}, + "SourceLayerHash": {}, + "SourceLayerArn": {} + } + } + }, + "Cvss": { "type": "list", "member": { "type": "structure", @@ -8547,7 +9422,7 @@ } }, "RelatedVulnerabilities": { - "shape": "S1r" + "shape": "S23" }, "Vendor": { "type": "structure", @@ -8563,7 +9438,7 @@ } }, "ReferenceUrls": { - "shape": "S1r" + "shape": "S23" }, "FixAvailable": {}, "EpssScore": { @@ -8638,7 +9513,7 @@ "members": { "ConnectionDirection": {}, "RemoteIpDetails": { - "shape": "Sn3" + "shape": "Sox" }, "RemotePortDetails": { "type": "structure", @@ -8650,7 +9525,7 @@ } }, "LocalPortDetails": { - "shape": "Sn9" + "shape": "Sp3" }, "Protocol": {}, "Blocked": { @@ -8665,7 +9540,7 @@ "ServiceName": {}, "CallerType": {}, "RemoteIpDetails": { - "shape": "Sn3" + "shape": "Sox" }, "DomainDetails": { "type": "structure", @@ -8699,7 +9574,7 @@ "type": "structure", "members": { "LocalPortDetails": { - "shape": "Sn9" + "shape": "Sp3" }, "LocalIpDetails": { "type": "structure", @@ -8708,7 +9583,7 @@ } }, "RemoteIpDetails": { - "shape": "Sn3" + "shape": "Sox" } } } @@ -8756,10 +9631,12 @@ "shape": "S1j" } } - } + }, + "ProcessedAt": {}, + "AwsAccountName": {} } }, - "S2n": { + "S36": { "type": "structure", "members": { "Begin": { @@ -8770,40 +9647,40 @@ } } }, - "S2q": { + "S39": { "type": "structure", "members": { "Protocol": {}, "Destination": { - "shape": "S2r" + "shape": "S3a" }, "Source": { - "shape": "S2r" + "shape": "S3a" } } }, - "S2r": { + "S3a": { "type": "structure", "members": { "Address": { - "shape": "S1r" + "shape": "S23" }, "PortRanges": { "type": "list", "member": { - "shape": "S2n" + "shape": "S36" } } } }, - "S3d": { + "S3w": { "type": "structure", "members": { "LineRanges": { - "shape": "S3e" + "shape": "S3x" }, "OffsetRanges": { - "shape": "S3e" + "shape": "S3x" }, "Pages": { "type": "list", @@ -8814,10 +9691,10 @@ "type": "long" }, "LineRange": { - "shape": "S3f" + "shape": "S3y" }, "OffsetRange": { - "shape": "S3f" + "shape": "S3y" } } } @@ -8852,13 +9729,13 @@ } } }, - "S3e": { + "S3x": { "type": "list", "member": { - "shape": "S3f" + "shape": "S3y" } }, - "S3f": { + "S3y": { "type": "structure", "members": { "Start": { @@ -8872,7 +9749,7 @@ } } }, - "S41": { + "S4k": { "type": "list", "member": { "type": "structure", @@ -8893,11 +9770,11 @@ } } }, - "S4c": { + "S4v": { "type": "list", "member": {} }, - "S5a": { + "S5t": { "type": "list", "member": { "type": "structure", @@ -8953,7 +9830,7 @@ } } }, - "S5q": { + "S69": { "type": "list", "member": { "type": "structure", @@ -8964,7 +9841,7 @@ } } }, - "S6k": { + "S73": { "type": "structure", "members": { "CloudWatchLogsLogGroupArn": {}, @@ -8973,7 +9850,7 @@ } } }, - "S77": { + "S7q": { "type": "structure", "members": { "BlockPublicAcls": { @@ -8990,7 +9867,7 @@ } } }, - "S81": { + "S8k": { "type": "list", "member": { "type": "structure", @@ -9000,14 +9877,14 @@ } } }, - "S83": { + "S8m": { "type": "structure", "members": { "PermissionsBoundaryArn": {}, "PermissionsBoundaryType": {} } }, - "S8a": { + "S8t": { "type": "structure", "members": { "DetailedMetricsEnabled": { @@ -9025,14 +9902,14 @@ } } }, - "S8b": { + "S8u": { "type": "structure", "members": { "Format": {}, "DestinationArn": {} } }, - "S8l": { + "S94": { "type": "list", "member": { "type": "structure", @@ -9042,16 +9919,16 @@ } } }, - "S8n": { + "S96": { "type": "structure", "members": { "NonKeyAttributes": { - "shape": "S1r" + "shape": "S23" }, "ProjectionType": {} } }, - "S8o": { + "S97": { "type": "structure", "members": { "LastDecreaseDateTime": {}, @@ -9067,7 +9944,7 @@ } } }, - "S8v": { + "S9e": { "type": "structure", "members": { "ReadCapacityUnits": { @@ -9075,7 +9952,7 @@ } } }, - "S9a": { + "S9t": { "type": "list", "member": { "type": "structure", @@ -9091,14 +9968,14 @@ }, "ValidationDomain": {}, "ValidationEmails": { - "shape": "S1r" + "shape": "S23" }, "ValidationMethod": {}, "ValidationStatus": {} } } }, - "Sbi": { + "Sc1": { "type": "structure", "members": { "Address": {}, @@ -9108,7 +9985,7 @@ "HostedZoneId": {} } }, - "Sbj": { + "Sc2": { "type": "list", "member": { "type": "structure", @@ -9118,7 +9995,7 @@ } } }, - "Sbt": { + "Scc": { "type": "list", "member": { "type": "structure", @@ -9128,7 +10005,7 @@ } } }, - "Sbz": { + "Sci": { "type": "list", "member": { "type": "structure", @@ -9140,7 +10017,7 @@ } } }, - "Scv": { + "Sde": { "type": "structure", "members": { "Name": {}, @@ -9160,13 +10037,7 @@ } } }, - "Sf8": { - "type": "list", - "member": { - "type": "integer" - } - }, - "Sfl": { + "Sg3": { "type": "structure", "members": { "CloudWatchLogsLogGroupArn": {}, @@ -9175,7 +10046,7 @@ } } }, - "Sgc": { + "Sgu": { "type": "structure", "members": { "PublishMetricAction": { @@ -9194,7 +10065,7 @@ } } }, - "Si0": { + "Sii": { "type": "structure", "members": { "CidrBlock": {}, @@ -9235,7 +10106,7 @@ "VpcId": {} } }, - "Sj5": { + "Sjn": { "type": "structure", "members": { "DeleteAfterDays": { @@ -9246,23 +10117,23 @@ } } }, - "Sko": { + "Sl6": { "type": "structure", "members": { "CustomRequestHandling": { - "shape": "Skp" + "shape": "Sl7" } } }, - "Skp": { + "Sl7": { "type": "structure", "members": { "InsertHeaders": { - "shape": "Skq" + "shape": "Sl8" } } }, - "Skq": { + "Sl8": { "type": "list", "member": { "type": "structure", @@ -9272,7 +10143,7 @@ } } }, - "Sks": { + "Sla": { "type": "structure", "members": { "CustomResponse": { @@ -9283,13 +10154,13 @@ "type": "integer" }, "ResponseHeaders": { - "shape": "Skq" + "shape": "Sl8" } } } } }, - "Sku": { + "Slc": { "type": "list", "member": { "type": "structure", @@ -9298,16 +10169,16 @@ "type": "structure", "members": { "Allow": { - "shape": "Sko" + "shape": "Sl6" }, "Block": { - "shape": "Sks" + "shape": "Sla" }, "Captcha": { "type": "structure", "members": { "CustomRequestHandling": { - "shape": "Skp" + "shape": "Sl7" } } }, @@ -9315,7 +10186,7 @@ "type": "structure", "members": { "CustomRequestHandling": { - "shape": "Skp" + "shape": "Sl7" } } } @@ -9327,12 +10198,12 @@ "type": "integer" }, "VisibilityConfig": { - "shape": "Skz" + "shape": "Slh" } } } }, - "Skz": { + "Slh": { "type": "structure", "members": { "CloudWatchMetricsEnabled": { @@ -9344,7 +10215,7 @@ } } }, - "Sli": { + "Sm0": { "type": "structure", "members": { "AuthTtL": { @@ -9357,7 +10228,7 @@ "Issuer": {} } }, - "Slj": { + "Sm1": { "type": "structure", "members": { "AuthorizerResultTtlInSeconds": { @@ -9367,7 +10238,7 @@ "IdentityValidationExpression": {} } }, - "Slk": { + "Sm2": { "type": "structure", "members": { "AppIdClientRegex": {}, @@ -9376,7 +10247,7 @@ "UserPoolId": {} } }, - "Sn3": { + "Sox": { "type": "structure", "members": { "IpAddressV4": {}, @@ -9417,7 +10288,7 @@ } } }, - "Sn9": { + "Sp3": { "type": "structure", "members": { "Port": { @@ -9426,13 +10297,13 @@ "PortName": {} } }, - "Sns": { + "Spm": { "type": "list", "member": { - "shape": "Snt" + "shape": "Spn" } }, - "Snt": { + "Spn": { "type": "structure", "required": [ "Id", @@ -9443,7 +10314,7 @@ "ProductArn": {} } }, - "Snz": { + "Spt": { "type": "structure", "required": [ "StandardsArn", @@ -9457,12 +10328,55 @@ "UpdatedReason": {} } }, - "So6": { + "Sq0": { "type": "map", "key": {}, "value": {} }, - "Sod": { + "Sq5": { + "type": "structure", + "members": { + "SecurityHub": { + "type": "structure", + "members": { + "ServiceEnabled": { + "type": "boolean" + }, + "EnabledStandardIdentifiers": { + "type": "list", + "member": {} + }, + "SecurityControlsConfiguration": { + "type": "structure", + "members": { + "EnabledSecurityControlIdentifiers": { + "type": "list", + "member": {} + }, + "DisabledSecurityControlIdentifiers": { + "type": "list", + "member": {} + }, + "SecurityControlCustomParameters": { + "type": "list", + "member": { + "type": "structure", + "members": { + "SecurityControlId": {}, + "Parameters": { + "shape": "S2a" + } + } + } + } + } + } + } + } + }, + "union": true + }, + "Sqh": { "type": "structure", "members": { "ProductArn": { @@ -9557,10 +10471,10 @@ "shape": "Sx" }, "NetworkSourceIpV4": { - "shape": "Soe" + "shape": "Sqi" }, "NetworkSourceIpV6": { - "shape": "Soe" + "shape": "Sqi" }, "NetworkSourcePort": { "shape": "S14" @@ -9572,10 +10486,10 @@ "shape": "Sx" }, "NetworkDestinationIpV4": { - "shape": "Soe" + "shape": "Sqi" }, "NetworkDestinationIpV6": { - "shape": "Soe" + "shape": "Sqi" }, "NetworkDestinationPort": { "shape": "S14" @@ -9641,10 +10555,10 @@ "shape": "Sx" }, "ResourceAwsEc2InstanceIpV4Addresses": { - "shape": "Soe" + "shape": "Sqi" }, "ResourceAwsEc2InstanceIpV6Addresses": { - "shape": "Soe" + "shape": "Sqi" }, "ResourceAwsEc2InstanceKeyName": { "shape": "Sx" @@ -9777,10 +10691,31 @@ }, "ComplianceAssociatedStandardsId": { "shape": "Sx" + }, + "VulnerabilitiesExploitAvailable": { + "shape": "Sx" + }, + "VulnerabilitiesFixAvailable": { + "shape": "Sx" + }, + "ComplianceSecurityControlParametersName": { + "shape": "Sx" + }, + "ComplianceSecurityControlParametersValue": { + "shape": "Sx" + }, + "AwsAccountName": { + "shape": "Sx" + }, + "ResourceApplicationName": { + "shape": "Sx" + }, + "ResourceApplicationArn": { + "shape": "Sx" } } }, - "Soe": { + "Sqi": { "type": "list", "member": { "type": "structure", @@ -9789,7 +10724,7 @@ } } }, - "Soq": { + "Squ": { "type": "list", "member": { "type": "structure", @@ -9799,15 +10734,23 @@ } } }, - "Sot": { + "Sqx": { "type": "list", "member": {} }, - "Sp6": { + "Src": { "type": "list", "member": {} }, - "Sqi": { + "Sro": { + "type": "structure", + "members": { + "ConfigurationType": {}, + "Status": {}, + "StatusMessage": {} + } + }, + "Ssr": { "type": "structure", "members": { "AccountId": {}, @@ -9818,7 +10761,7 @@ "MemberStatus": {} } }, - "Srg": { + "Stt": { "type": "list", "member": { "type": "structure", @@ -9839,6 +10782,146 @@ } } } + }, + "Stx": { + "type": "structure", + "required": [ + "SecurityControlId", + "Title", + "Description", + "RemediationUrl", + "SeverityRating", + "CurrentRegionAvailability" + ], + "members": { + "SecurityControlId": {}, + "Title": {}, + "Description": {}, + "RemediationUrl": {}, + "SeverityRating": {}, + "CurrentRegionAvailability": {}, + "CustomizableProperties": { + "type": "list", + "member": {} + }, + "ParameterDefinitions": { + "type": "map", + "key": {}, + "value": { + "type": "structure", + "required": [ + "Description", + "ConfigurationOptions" + ], + "members": { + "Description": {}, + "ConfigurationOptions": { + "type": "structure", + "members": { + "Integer": { + "type": "structure", + "members": { + "DefaultValue": { + "type": "integer" + }, + "Min": { + "type": "integer" + }, + "Max": { + "type": "integer" + } + } + }, + "IntegerList": { + "type": "structure", + "members": { + "DefaultValue": { + "shape": "S2e" + }, + "Min": { + "type": "integer" + }, + "Max": { + "type": "integer" + }, + "MaxItems": { + "type": "integer" + } + } + }, + "Double": { + "type": "structure", + "members": { + "DefaultValue": { + "type": "double" + }, + "Min": { + "type": "double" + }, + "Max": { + "type": "double" + } + } + }, + "String": { + "type": "structure", + "members": { + "DefaultValue": {}, + "Re2Expression": {}, + "ExpressionDescription": {} + } + }, + "StringList": { + "type": "structure", + "members": { + "DefaultValue": { + "shape": "S23" + }, + "Re2Expression": {}, + "MaxItems": { + "type": "integer" + }, + "ExpressionDescription": {} + } + }, + "Boolean": { + "type": "structure", + "members": { + "DefaultValue": { + "type": "boolean" + } + } + }, + "Enum": { + "type": "structure", + "members": { + "DefaultValue": {}, + "AllowedValues": { + "shape": "S23" + } + } + }, + "EnumList": { + "type": "structure", + "members": { + "DefaultValue": { + "shape": "S23" + }, + "MaxItems": { + "type": "integer" + }, + "AllowedValues": { + "shape": "S23" + } + } + } + }, + "union": true + } + } + } + } + } } } } \ No newline at end of file diff --git a/iamlivecore/service/servicecatalog-appregistry-2020-06-24.min.json b/iamlivecore/service/servicecatalog-appregistry-2020-06-24.min.json index b252a8d..99df2d4 100644 --- a/iamlivecore/service/servicecatalog-appregistry-2020-06-24.min.json +++ b/iamlivecore/service/servicecatalog-appregistry-2020-06-24.min.json @@ -67,6 +67,9 @@ "resource": { "location": "uri", "locationName": "resource" + }, + "options": { + "shape": "Sa" } } }, @@ -74,7 +77,10 @@ "type": "structure", "members": { "applicationArn": {}, - "resourceArn": {} + "resourceArn": {}, + "options": { + "shape": "Sa" + } } } }, @@ -93,7 +99,7 @@ "name": {}, "description": {}, "tags": { - "shape": "Sf" + "shape": "Sh" }, "clientToken": { "idempotencyToken": true @@ -104,7 +110,7 @@ "type": "structure", "members": { "application": { - "shape": "Sk" + "shape": "Sm" } } } @@ -126,7 +132,7 @@ "description": {}, "attributes": {}, "tags": { - "shape": "Sf" + "shape": "Sh" }, "clientToken": { "idempotencyToken": true @@ -137,7 +143,7 @@ "type": "structure", "members": { "attributeGroup": { - "shape": "Sq" + "shape": "St" } } } @@ -163,7 +169,7 @@ "type": "structure", "members": { "application": { - "shape": "Su" + "shape": "Sx" } } } @@ -189,7 +195,7 @@ "type": "structure", "members": { "attributeGroup": { - "shape": "Sx" + "shape": "S10" } } } @@ -284,24 +290,30 @@ "name": {}, "description": {}, "creationTime": { - "shape": "Sm" + "shape": "So" }, "lastUpdateTime": { - "shape": "Sm" + "shape": "So" }, "associatedResourceCount": { "type": "integer" }, "tags": { - "shape": "Sf" + "shape": "Sh" }, "integrations": { "type": "structure", "members": { "resourceGroup": { - "shape": "S17" + "shape": "S1a" + }, + "applicationTagResourceGroup": { + "shape": "S1a" } } + }, + "applicationTag": { + "shape": "Sp" } } } @@ -330,6 +342,21 @@ "resource": { "location": "uri", "locationName": "resource" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "resourceTagStatus": { + "location": "querystring", + "locationName": "resourceTagStatus", + "type": "list", + "member": {} + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" } } }, @@ -342,17 +369,40 @@ "name": {}, "arn": {}, "associationTime": { - "shape": "Sm" + "shape": "So" }, "integrations": { "type": "structure", "members": { "resourceGroup": { - "shape": "S17" + "shape": "S1a" } } } } + }, + "options": { + "shape": "Sa" + }, + "applicationTagResult": { + "type": "structure", + "members": { + "applicationTagStatus": {}, + "errorMessage": {}, + "resources": { + "type": "list", + "member": { + "type": "structure", + "members": { + "resourceArn": {}, + "errorMessage": {}, + "status": {}, + "resourceType": {} + } + } + }, + "nextToken": {} + } } } }, @@ -384,13 +434,13 @@ "description": {}, "attributes": {}, "creationTime": { - "shape": "Sm" + "shape": "So" }, "lastUpdateTime": { - "shape": "Sm" + "shape": "So" }, "tags": { - "shape": "Sf" + "shape": "Sh" }, "createdBy": {} } @@ -405,7 +455,7 @@ "type": "structure", "members": { "configuration": { - "shape": "S1i" + "shape": "S1u" } } } @@ -435,7 +485,7 @@ "applications": { "type": "list", "member": { - "shape": "Su" + "shape": "Sx" } }, "nextToken": {} @@ -523,6 +573,9 @@ "members": { "tagValue": {} } + }, + "options": { + "shape": "Sa" } } } @@ -557,7 +610,7 @@ "attributeGroups": { "type": "list", "member": { - "shape": "Sx" + "shape": "S10" } }, "nextToken": {} @@ -601,10 +654,7 @@ "members": { "id": {}, "arn": {}, - "name": { - "deprecated": true, - "deprecatedMessage": "This field is deprecated. We recommend not using the field when using ListAttributeGroupsForApplication." - }, + "name": {}, "createdBy": {} } } @@ -635,7 +685,7 @@ "type": "structure", "members": { "tags": { - "shape": "Sf" + "shape": "Sh" } } } @@ -652,7 +702,7 @@ ], "members": { "configuration": { - "shape": "S1i" + "shape": "S1u" } } } @@ -703,7 +753,7 @@ "locationName": "resourceArn" }, "tags": { - "shape": "Sf" + "shape": "Sh" } } }, @@ -767,7 +817,7 @@ "type": "structure", "members": { "application": { - "shape": "Sk" + "shape": "Sm" } } } @@ -799,19 +849,23 @@ "type": "structure", "members": { "attributeGroup": { - "shape": "Sq" + "shape": "St" } } } } }, "shapes": { - "Sf": { + "Sa": { + "type": "list", + "member": {} + }, + "Sh": { "type": "map", "key": {}, "value": {} }, - "Sk": { + "Sm": { "type": "structure", "members": { "id": {}, @@ -819,21 +873,29 @@ "name": {}, "description": {}, "creationTime": { - "shape": "Sm" + "shape": "So" }, "lastUpdateTime": { - "shape": "Sm" + "shape": "So" }, "tags": { - "shape": "Sf" + "shape": "Sh" + }, + "applicationTag": { + "shape": "Sp" } } }, - "Sm": { + "So": { "type": "timestamp", "timestampFormat": "iso8601" }, - "Sq": { + "Sp": { + "type": "map", + "key": {}, + "value": {} + }, + "St": { "type": "structure", "members": { "id": {}, @@ -841,17 +903,17 @@ "name": {}, "description": {}, "creationTime": { - "shape": "Sm" + "shape": "So" }, "lastUpdateTime": { - "shape": "Sm" + "shape": "So" }, "tags": { - "shape": "Sf" + "shape": "Sh" } } }, - "Su": { + "Sx": { "type": "structure", "members": { "id": {}, @@ -859,14 +921,14 @@ "name": {}, "description": {}, "creationTime": { - "shape": "Sm" + "shape": "So" }, "lastUpdateTime": { - "shape": "Sm" + "shape": "So" } } }, - "Sx": { + "S10": { "type": "structure", "members": { "id": {}, @@ -874,15 +936,15 @@ "name": {}, "description": {}, "creationTime": { - "shape": "Sm" + "shape": "So" }, "lastUpdateTime": { - "shape": "Sm" + "shape": "So" }, "createdBy": {} } }, - "S17": { + "S1a": { "type": "structure", "members": { "state": {}, @@ -890,7 +952,7 @@ "errorMessage": {} } }, - "S1i": { + "S1u": { "type": "structure", "members": { "tagQueryConfiguration": { diff --git a/iamlivecore/service/servicediscovery-2017-03-14.min.json b/iamlivecore/service/servicediscovery-2017-03-14.min.json index 7caf05a..b165111 100644 --- a/iamlivecore/service/servicediscovery-2017-03-14.min.json +++ b/iamlivecore/service/servicediscovery-2017-03-14.min.json @@ -252,6 +252,33 @@ } } } + }, + "InstancesRevision": { + "type": "long" + } + } + }, + "endpoint": { + "hostPrefix": "data-" + } + }, + "DiscoverInstancesRevision": { + "input": { + "type": "structure", + "required": [ + "NamespaceName", + "ServiceName" + ], + "members": { + "NamespaceName": {}, + "ServiceName": {} + } + }, + "output": { + "type": "structure", + "members": { + "InstancesRevision": { + "type": "long" } } }, @@ -345,7 +372,7 @@ "type": "integer" }, "Properties": { - "shape": "S20" + "shape": "S23" }, "CreateDate": { "type": "timestamp" @@ -464,7 +491,7 @@ "members": { "Name": {}, "Values": { - "shape": "S2m" + "shape": "S2p" }, "Condition": {} } @@ -489,7 +516,7 @@ "type": "integer" }, "Properties": { - "shape": "S20" + "shape": "S23" }, "CreateDate": { "type": "timestamp" @@ -520,7 +547,7 @@ "members": { "Name": {}, "Values": { - "shape": "S2m" + "shape": "S2p" }, "Condition": {} } @@ -564,7 +591,7 @@ "members": { "Name": {}, "Values": { - "shape": "S2m" + "shape": "S2p" }, "Condition": {} } @@ -765,7 +792,7 @@ ], "members": { "SOA": { - "shape": "S3q" + "shape": "S3t" } } } @@ -811,7 +838,7 @@ ], "members": { "SOA": { - "shape": "S3q" + "shape": "S3t" } } } @@ -980,7 +1007,7 @@ "key": {}, "value": {} }, - "S20": { + "S23": { "type": "structure", "members": { "DnsProperties": { @@ -1000,11 +1027,11 @@ } } }, - "S2m": { + "S2p": { "type": "list", "member": {} }, - "S3q": { + "S3t": { "type": "structure", "required": [ "TTL" diff --git a/iamlivecore/service/sesv2-2019-09-27.min.json b/iamlivecore/service/sesv2-2019-09-27.min.json index 94e6638..27cece1 100644 --- a/iamlivecore/service/sesv2-2019-09-27.min.json +++ b/iamlivecore/service/sesv2-2019-09-27.min.json @@ -1343,7 +1343,29 @@ "shape": "Sz" }, "ConfigurationSetName": {}, - "VerificationStatus": {} + "VerificationStatus": {}, + "VerificationInfo": { + "type": "structure", + "members": { + "LastCheckedTimestamp": { + "type": "timestamp" + }, + "LastSuccessTimestamp": { + "type": "timestamp" + }, + "ErrorType": {}, + "SOARecord": { + "type": "structure", + "members": { + "PrimaryNameServer": {}, + "AdminEmail": {}, + "SerialNumber": { + "type": "long" + } + } + } + } + } } } }, @@ -1440,7 +1462,7 @@ "type": "timestamp" }, "FailureInfo": { - "shape": "S7z" + "shape": "S85" }, "Statistics": { "type": "structure", @@ -1484,7 +1506,7 @@ "shape": "S4d" }, "FailureInfo": { - "shape": "S7z" + "shape": "S85" }, "JobStatus": {}, "CreatedTimestamp": { @@ -1530,7 +1552,7 @@ "shape": "S3v" }, "EmailTags": { - "shape": "S8b" + "shape": "S8h" }, "Insights": { "type": "list", @@ -2738,12 +2760,12 @@ "FromEmailAddress": {}, "FromEmailAddressIdentityArn": {}, "ReplyToAddresses": { - "shape": "Sbu" + "shape": "Sc0" }, "FeedbackForwardingEmailAddress": {}, "FeedbackForwardingEmailAddressIdentityArn": {}, "DefaultEmailTags": { - "shape": "S8b" + "shape": "S8h" }, "DefaultContent": { "type": "structure", @@ -2762,10 +2784,10 @@ ], "members": { "Destination": { - "shape": "Sby" + "shape": "Sc4" }, "ReplacementTags": { - "shape": "S8b" + "shape": "S8h" }, "ReplacementEmailContent": { "type": "structure", @@ -2840,10 +2862,10 @@ "FromEmailAddress": {}, "FromEmailAddressIdentityArn": {}, "Destination": { - "shape": "Sby" + "shape": "Sc4" }, "ReplyToAddresses": { - "shape": "Sbu" + "shape": "Sc0" }, "FeedbackForwardingEmailAddress": {}, "FeedbackForwardingEmailAddressIdentityArn": {}, @@ -2851,7 +2873,7 @@ "shape": "S2j" }, "EmailTags": { - "shape": "S8b" + "shape": "S8h" }, "ConfigurationSetName": {}, "ListManagementOptions": { @@ -3768,14 +3790,14 @@ "key": {}, "value": {} }, - "S7z": { + "S85": { "type": "structure", "members": { "FailedRecordsS3Url": {}, "ErrorMessage": {} } }, - "S8b": { + "S8h": { "type": "list", "member": { "type": "structure", @@ -3789,21 +3811,21 @@ } } }, - "Sbu": { + "Sc0": { "type": "list", "member": {} }, - "Sby": { + "Sc4": { "type": "structure", "members": { "ToAddresses": { - "shape": "Sbu" + "shape": "Sc0" }, "CcAddresses": { - "shape": "Sbu" + "shape": "Sc0" }, "BccAddresses": { - "shape": "Sbu" + "shape": "Sc0" } } } diff --git a/iamlivecore/service/sqs-2012-11-05.min.json b/iamlivecore/service/sqs-2012-11-05.min.json index 293367c..85ef7f6 100644 --- a/iamlivecore/service/sqs-2012-11-05.min.json +++ b/iamlivecore/service/sqs-2012-11-05.min.json @@ -2,14 +2,16 @@ "version": "2.0", "metadata": { "apiVersion": "2012-11-05", + "awsQueryCompatible": {}, "endpointPrefix": "sqs", - "protocol": "query", + "jsonVersion": "1.0", + "protocol": "json", "serviceAbbreviation": "Amazon SQS", "serviceFullName": "Amazon Simple Queue Service", "serviceId": "SQS", "signatureVersion": "v4", - "uid": "sqs-2012-11-05", - "xmlNamespace": "http://queue.amazonaws.com/doc/2012-11-05/" + "targetPrefix": "AmazonSQS", + "uid": "sqs-2012-11-05" }, "operations": { "AddPermission": { @@ -26,16 +28,12 @@ "Label": {}, "AWSAccountIds": { "type": "list", - "member": { - "locationName": "AWSAccountId" - }, + "member": {}, "flattened": true }, "Actions": { "type": "list", - "member": { - "locationName": "ActionName" - }, + "member": {}, "flattened": true } } @@ -52,7 +50,6 @@ } }, "output": { - "resultWrapper": "CancelMessageMoveTaskResult", "type": "structure", "members": { "ApproximateNumberOfMessagesMoved": { @@ -90,7 +87,6 @@ "Entries": { "type": "list", "member": { - "locationName": "ChangeMessageVisibilityBatchRequestEntry", "type": "structure", "required": [ "Id", @@ -109,7 +105,6 @@ } }, "output": { - "resultWrapper": "ChangeMessageVisibilityBatchResult", "type": "structure", "required": [ "Successful", @@ -119,7 +114,6 @@ "Successful": { "type": "list", "member": { - "locationName": "ChangeMessageVisibilityBatchResultEntry", "type": "structure", "required": [ "Id" @@ -145,17 +139,14 @@ "members": { "QueueName": {}, "Attributes": { - "shape": "Sk", - "locationName": "Attribute" + "shape": "Sk" }, "tags": { - "shape": "Sm", - "locationName": "Tag" + "shape": "Sm" } } }, "output": { - "resultWrapper": "CreateQueueResult", "type": "structure", "members": { "QueueUrl": {} @@ -187,7 +178,6 @@ "Entries": { "type": "list", "member": { - "locationName": "DeleteMessageBatchRequestEntry", "type": "structure", "required": [ "Id", @@ -203,7 +193,6 @@ } }, "output": { - "resultWrapper": "DeleteMessageBatchResult", "type": "structure", "required": [ "Successful", @@ -213,7 +202,6 @@ "Successful": { "type": "list", "member": { - "locationName": "DeleteMessageBatchResultEntry", "type": "structure", "required": [ "Id" @@ -255,12 +243,10 @@ } }, "output": { - "resultWrapper": "GetQueueAttributesResult", "type": "structure", "members": { "Attributes": { - "shape": "Sk", - "locationName": "Attribute" + "shape": "Sk" } } } @@ -277,7 +263,6 @@ } }, "output": { - "resultWrapper": "GetQueueUrlResult", "type": "structure", "members": { "QueueUrl": {} @@ -299,7 +284,6 @@ } }, "output": { - "resultWrapper": "ListDeadLetterSourceQueuesResult", "type": "structure", "required": [ "queueUrls" @@ -326,13 +310,12 @@ } }, "output": { - "resultWrapper": "ListMessageMoveTasksResult", "type": "structure", "members": { "Results": { + "flattened": true, "type": "list", "member": { - "locationName": "ListMessageMoveTasksResultEntry", "type": "structure", "members": { "TaskHandle": {}, @@ -353,8 +336,7 @@ "type": "long" } } - }, - "flattened": true + } } } } @@ -370,12 +352,10 @@ } }, "output": { - "resultWrapper": "ListQueueTagsResult", "type": "structure", "members": { "Tags": { - "shape": "Sm", - "locationName": "Tag" + "shape": "Sm" } } } @@ -392,7 +372,6 @@ } }, "output": { - "resultWrapper": "ListQueuesResult", "type": "structure", "members": { "QueueUrls": { @@ -426,9 +405,7 @@ }, "MessageAttributeNames": { "type": "list", - "member": { - "locationName": "MessageAttributeName" - }, + "member": {}, "flattened": true }, "MaxNumberOfMessages": { @@ -444,13 +421,11 @@ } }, "output": { - "resultWrapper": "ReceiveMessageResult", "type": "structure", "members": { "Messages": { "type": "list", "member": { - "locationName": "Message", "type": "structure", "members": { "MessageId": {}, @@ -458,20 +433,14 @@ "MD5OfBody": {}, "Body": {}, "Attributes": { - "locationName": "Attribute", "type": "map", - "key": { - "locationName": "Name" - }, - "value": { - "locationName": "Value" - }, + "key": {}, + "value": {}, "flattened": true }, "MD5OfMessageAttributes": {}, "MessageAttributes": { - "shape": "S1p", - "locationName": "MessageAttribute" + "shape": "S1q" } } }, @@ -507,19 +476,16 @@ "type": "integer" }, "MessageAttributes": { - "shape": "S1p", - "locationName": "MessageAttribute" + "shape": "S1q" }, "MessageSystemAttributes": { - "shape": "S1w", - "locationName": "MessageSystemAttribute" + "shape": "S1x" }, "MessageDeduplicationId": {}, "MessageGroupId": {} } }, "output": { - "resultWrapper": "SendMessageResult", "type": "structure", "members": { "MD5OfMessageBody": {}, @@ -542,7 +508,6 @@ "Entries": { "type": "list", "member": { - "locationName": "SendMessageBatchRequestEntry", "type": "structure", "required": [ "Id", @@ -555,12 +520,10 @@ "type": "integer" }, "MessageAttributes": { - "shape": "S1p", - "locationName": "MessageAttribute" + "shape": "S1q" }, "MessageSystemAttributes": { - "shape": "S1w", - "locationName": "MessageSystemAttribute" + "shape": "S1x" }, "MessageDeduplicationId": {}, "MessageGroupId": {} @@ -571,7 +534,6 @@ } }, "output": { - "resultWrapper": "SendMessageBatchResult", "type": "structure", "required": [ "Successful", @@ -581,7 +543,6 @@ "Successful": { "type": "list", "member": { - "locationName": "SendMessageBatchResultEntry", "type": "structure", "required": [ "Id", @@ -615,8 +576,7 @@ "members": { "QueueUrl": {}, "Attributes": { - "shape": "Sk", - "locationName": "Attribute" + "shape": "Sk" } } } @@ -636,7 +596,6 @@ } }, "output": { - "resultWrapper": "StartMessageMoveTaskResult", "type": "structure", "members": { "TaskHandle": {} @@ -669,9 +628,7 @@ "QueueUrl": {}, "TagKeys": { "type": "list", - "member": { - "locationName": "TagKey" - }, + "member": {}, "flattened": true } } @@ -682,7 +639,6 @@ "Sg": { "type": "list", "member": { - "locationName": "BatchResultErrorEntry", "type": "structure", "required": [ "Id", @@ -702,47 +658,30 @@ }, "Sk": { "type": "map", - "key": { - "locationName": "Name" - }, - "value": { - "locationName": "Value" - }, - "flattened": true, - "locationName": "Attribute" + "key": {}, + "value": {}, + "flattened": true }, "Sm": { "type": "map", - "key": { - "locationName": "Key" - }, - "value": { - "locationName": "Value" - }, - "flattened": true, - "locationName": "Tag" + "key": {}, + "value": {}, + "flattened": true }, "Sz": { "type": "list", - "member": { - "locationName": "AttributeName" - }, + "member": {}, "flattened": true }, "S17": { "type": "list", - "member": { - "locationName": "QueueUrl" - }, + "member": {}, "flattened": true }, - "S1p": { + "S1q": { "type": "map", - "key": { - "locationName": "Name" - }, + "key": {}, "value": { - "locationName": "Value", "type": "structure", "required": [ "DataType" @@ -753,40 +692,32 @@ "type": "blob" }, "StringListValues": { - "shape": "S1s", - "flattened": true, - "locationName": "StringListValue" + "shape": "S1t", + "flattened": true }, "BinaryListValues": { - "shape": "S1t", - "flattened": true, - "locationName": "BinaryListValue" + "shape": "S1u", + "flattened": true }, "DataType": {} } }, "flattened": true }, - "S1s": { + "S1t": { "type": "list", - "member": { - "locationName": "StringListValue" - } + "member": {} }, - "S1t": { + "S1u": { "type": "list", "member": { - "locationName": "BinaryListValue", "type": "blob" } }, - "S1w": { + "S1x": { "type": "map", - "key": { - "locationName": "Name" - }, + "key": {}, "value": { - "locationName": "Value", "type": "structure", "required": [ "DataType" @@ -797,14 +728,12 @@ "type": "blob" }, "StringListValues": { - "shape": "S1s", - "flattened": true, - "locationName": "StringListValue" + "shape": "S1t", + "flattened": true }, "BinaryListValues": { - "shape": "S1t", - "flattened": true, - "locationName": "BinaryListValue" + "shape": "S1u", + "flattened": true }, "DataType": {} } diff --git a/iamlivecore/service/ssm-2014-11-06.min.json b/iamlivecore/service/ssm-2014-11-06.min.json index 608ed71..fd5df45 100644 --- a/iamlivecore/service/ssm-2014-11-06.min.json +++ b/iamlivecore/service/ssm-2014-11-06.min.json @@ -551,6 +551,21 @@ } } }, + "DeleteOpsItem": { + "input": { + "type": "structure", + "required": [ + "OpsItemId" + ], + "members": { + "OpsItemId": {} + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "DeleteOpsMetadata": { "input": { "type": "structure", @@ -589,7 +604,7 @@ ], "members": { "Names": { - "shape": "S7k" + "shape": "S7m" } } }, @@ -597,10 +612,10 @@ "type": "structure", "members": { "DeletedParameters": { - "shape": "S7k" + "shape": "S7m" }, "InvalidParameters": { - "shape": "S7k" + "shape": "S7m" } } } @@ -987,7 +1002,7 @@ "ExecutedBy": {}, "LogFile": {}, "Outputs": { - "shape": "S9k" + "shape": "S9m" }, "Mode": {}, "ParentAutomationExecutionId": {}, @@ -1002,7 +1017,7 @@ "shape": "S25" }, "ResolvedTargets": { - "shape": "S9p" + "shape": "S9r" }, "MaxConcurrency": {}, "MaxErrors": {}, @@ -1019,7 +1034,7 @@ "type": "timestamp" }, "Runbooks": { - "shape": "S9t" + "shape": "S9v" }, "OpsItemId": {}, "AssociationId": {}, @@ -1069,7 +1084,7 @@ "type": "structure", "members": { "StepExecutions": { - "shape": "Sa3" + "shape": "Sa5" }, "NextToken": {} } @@ -1080,7 +1095,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Sad" + "shape": "Sag" }, "MaxResults": { "type": "integer" @@ -1094,7 +1109,7 @@ "Patches": { "type": "list", "member": { - "shape": "Sal" + "shape": "Sao" } }, "NextToken": {} @@ -1142,7 +1157,7 @@ "type": "structure", "members": { "AccountIds": { - "shape": "Sbg" + "shape": "Sbj" }, "AccountSharingInfoList": { "type": "list", @@ -1214,7 +1229,7 @@ "type": "structure", "members": { "Patch": { - "shape": "Sal" + "shape": "Sao" }, "PatchStatus": { "type": "structure", @@ -1301,7 +1316,7 @@ "members": { "key": {}, "valueSet": { - "shape": "Sc9" + "shape": "Scc" } } } @@ -1317,7 +1332,7 @@ "members": { "Key": {}, "Values": { - "shape": "Sc9" + "shape": "Scc" } } } @@ -1408,7 +1423,7 @@ "InstancePatchStates": { "type": "list", "member": { - "shape": "Scv" + "shape": "Scy" } }, "NextToken": {} @@ -1454,7 +1469,7 @@ "InstancePatchStates": { "type": "list", "member": { - "shape": "Scv" + "shape": "Scy" } }, "NextToken": {} @@ -1470,7 +1485,7 @@ "members": { "InstanceId": {}, "Filters": { - "shape": "Sad" + "shape": "Sag" }, "NextToken": {}, "MaxResults": { @@ -1560,7 +1575,7 @@ "WindowExecutionId": {}, "TaskId": {}, "Filters": { - "shape": "Se1" + "shape": "Se4" }, "MaxResults": { "type": "integer" @@ -1582,7 +1597,7 @@ "ExecutionId": {}, "TaskType": {}, "Parameters": { - "shape": "Sed" + "shape": "Seg" }, "Status": {}, "StatusDetails": {}, @@ -1593,7 +1608,7 @@ "type": "timestamp" }, "OwnerInformation": { - "shape": "Scy" + "shape": "Sd1" }, "WindowTargetId": {} } @@ -1612,7 +1627,7 @@ "members": { "WindowExecutionId": {}, "Filters": { - "shape": "Se1" + "shape": "Se4" }, "MaxResults": { "type": "integer" @@ -1662,7 +1677,7 @@ "members": { "WindowId": {}, "Filters": { - "shape": "Se1" + "shape": "Se4" }, "MaxResults": { "type": "integer" @@ -1705,7 +1720,7 @@ }, "ResourceType": {}, "Filters": { - "shape": "Sad" + "shape": "Sag" }, "MaxResults": { "type": "integer" @@ -1740,7 +1755,7 @@ "members": { "WindowId": {}, "Filters": { - "shape": "Se1" + "shape": "Se4" }, "MaxResults": { "type": "integer" @@ -1763,7 +1778,7 @@ "shape": "S18" }, "OwnerInformation": { - "shape": "Scy" + "shape": "Sd1" }, "Name": {}, "Description": { @@ -1785,7 +1800,7 @@ "members": { "WindowId": {}, "Filters": { - "shape": "Se1" + "shape": "Se4" }, "MaxResults": { "type": "integer" @@ -1809,13 +1824,13 @@ "shape": "S18" }, "TaskParameters": { - "shape": "Sf4" + "shape": "Sf7" }, "Priority": { "type": "integer" }, "LoggingInfo": { - "shape": "Sfa" + "shape": "Sfd" }, "ServiceRoleArn": {}, "MaxConcurrency": {}, @@ -1840,7 +1855,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Se1" + "shape": "Se4" }, "MaxResults": { "type": "integer" @@ -2019,7 +2034,7 @@ } }, "ParameterFilters": { - "shape": "Sg4" + "shape": "Sg7" }, "MaxResults": { "type": "integer" @@ -2049,7 +2064,7 @@ }, "Tier": {}, "Policies": { - "shape": "Sgj" + "shape": "Sgm" }, "DataType": {} } @@ -2064,7 +2079,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Sad" + "shape": "Sag" }, "MaxResults": { "type": "integer" @@ -2078,7 +2093,7 @@ "BaselineIdentities": { "type": "list", "member": { - "shape": "Sgp" + "shape": "Sgs" } }, "NextToken": {} @@ -2145,7 +2160,7 @@ "type": "integer" }, "Filters": { - "shape": "Sad" + "shape": "Sag" }, "NextToken": {} } @@ -2160,7 +2175,7 @@ "members": { "PatchGroup": {}, "BaselineIdentity": { - "shape": "Sgp" + "shape": "Sgs" } } } @@ -2309,16 +2324,16 @@ }, "AutomationExecutionStatus": {}, "StepExecutions": { - "shape": "Sa3" + "shape": "Sa5" }, "StepExecutionsTruncated": { "type": "boolean" }, "Parameters": { - "shape": "S9k" + "shape": "S9m" }, "Outputs": { - "shape": "S9k" + "shape": "S9m" }, "FailureMessage": {}, "Mode": {}, @@ -2334,7 +2349,7 @@ "shape": "S25" }, "ResolvedTargets": { - "shape": "S9p" + "shape": "S9r" }, "MaxConcurrency": {}, "MaxErrors": {}, @@ -2373,11 +2388,14 @@ "type": "timestamp" }, "Runbooks": { - "shape": "S9t" + "shape": "S9v" }, "OpsItemId": {}, "AssociationId": {}, - "ChangeRequestName": {} + "ChangeRequestName": {}, + "Variables": { + "shape": "S9m" + } } } } @@ -2440,7 +2458,7 @@ "StandardErrorContent": {}, "StandardErrorUrl": {}, "CloudWatchOutputConfig": { - "shape": "Sia" + "shape": "Sid" } } } @@ -2581,10 +2599,10 @@ "type": "structure", "members": { "Filters": { - "shape": "Siw" + "shape": "Siz" }, "Aggregators": { - "shape": "Sj2" + "shape": "Sj5" }, "ResultAttributes": { "type": "list", @@ -2629,7 +2647,7 @@ "CaptureTime": {}, "ContentHash": {}, "Content": { - "shape": "Sjj" + "shape": "Sjm" } } } @@ -2793,7 +2811,7 @@ "TaskParameters": { "type": "list", "member": { - "shape": "Sf4" + "shape": "Sf7" }, "sensitive": true }, @@ -2842,7 +2860,7 @@ "ExecutionId": {}, "TaskType": {}, "Parameters": { - "shape": "Sed" + "shape": "Seg" }, "Status": {}, "StatusDetails": {}, @@ -2853,7 +2871,7 @@ "type": "timestamp" }, "OwnerInformation": { - "shape": "Scy" + "shape": "Sd1" }, "WindowTargetId": {} } @@ -2883,10 +2901,10 @@ "ServiceRoleArn": {}, "TaskType": {}, "TaskParameters": { - "shape": "Sf4" + "shape": "Sf7" }, "TaskInvocationParameters": { - "shape": "Ska" + "shape": "Skd" }, "Priority": { "type": "integer" @@ -2894,7 +2912,7 @@ "MaxConcurrency": {}, "MaxErrors": {}, "LoggingInfo": { - "shape": "Sfa" + "shape": "Sfd" }, "Name": {}, "Description": { @@ -3002,10 +3020,10 @@ "members": { "SyncName": {}, "Filters": { - "shape": "Skx" + "shape": "Sl0" }, "Aggregators": { - "shape": "Sl3" + "shape": "Sl6" }, "ResultAttributes": { "type": "list", @@ -3076,7 +3094,7 @@ "type": "structure", "members": { "Parameter": { - "shape": "Slp" + "shape": "Sls" } } } @@ -3115,18 +3133,18 @@ "LastModifiedUser": {}, "Description": {}, "Value": { - "shape": "Slq" + "shape": "Slt" }, "AllowedPattern": {}, "Version": { "type": "long" }, "Labels": { - "shape": "Slw" + "shape": "Slz" }, "Tier": {}, "Policies": { - "shape": "Sgj" + "shape": "Sgm" }, "DataType": {} } @@ -3144,7 +3162,7 @@ ], "members": { "Names": { - "shape": "S7k" + "shape": "S7m" }, "WithDecryption": { "type": "boolean" @@ -3155,10 +3173,10 @@ "type": "structure", "members": { "Parameters": { - "shape": "Sm0" + "shape": "Sm3" }, "InvalidParameters": { - "shape": "S7k" + "shape": "S7m" } } } @@ -3175,7 +3193,7 @@ "type": "boolean" }, "ParameterFilters": { - "shape": "Sg4" + "shape": "Sg7" }, "WithDecryption": { "type": "boolean" @@ -3190,7 +3208,7 @@ "type": "structure", "members": { "Parameters": { - "shape": "Sm0" + "shape": "Sm3" }, "NextToken": {} } @@ -3312,7 +3330,7 @@ "type": "structure", "members": { "ServiceSetting": { - "shape": "Smi" + "shape": "Sml" } } } @@ -3330,7 +3348,7 @@ "type": "long" }, "Labels": { - "shape": "Slw" + "shape": "Slz" } } }, @@ -3338,7 +3356,7 @@ "type": "structure", "members": { "InvalidLabels": { - "shape": "Slw" + "shape": "Slz" }, "ParameterVersion": { "type": "long" @@ -3484,7 +3502,7 @@ }, "NextToken": {}, "Filters": { - "shape": "Sn0" + "shape": "Sn3" }, "Details": { "type": "boolean" @@ -3541,10 +3559,10 @@ }, "ServiceRole": {}, "NotificationConfig": { - "shape": "Skc" + "shape": "Skf" }, "CloudWatchOutputConfig": { - "shape": "Sia" + "shape": "Sid" } } } @@ -3564,7 +3582,7 @@ }, "NextToken": {}, "Filters": { - "shape": "Sn0" + "shape": "Sn3" } } }, @@ -3574,7 +3592,7 @@ "Commands": { "type": "list", "member": { - "shape": "Sng" + "shape": "Snj" } }, "NextToken": {} @@ -3586,7 +3604,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Snn" + "shape": "Snq" }, "ResourceIds": { "type": "list", @@ -3618,10 +3636,10 @@ "Status": {}, "Severity": {}, "ExecutionSummary": { - "shape": "So5" + "shape": "So8" }, "Details": { - "shape": "So8" + "shape": "Sob" } } } @@ -3635,7 +3653,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Snn" + "shape": "Snq" }, "NextToken": {}, "MaxResults": { @@ -3653,10 +3671,10 @@ "members": { "ComplianceType": {}, "CompliantSummary": { - "shape": "Sod" + "shape": "Sog" }, "NonCompliantSummary": { - "shape": "Sog" + "shape": "Soj" } } } @@ -3704,7 +3722,7 @@ }, "ReviewStatus": {}, "Comment": { - "shape": "Son" + "shape": "Soq" }, "Reviewer": {} } @@ -3845,7 +3863,7 @@ "InstanceId": {}, "TypeName": {}, "Filters": { - "shape": "Siw" + "shape": "Siz" }, "NextToken": {}, "MaxResults": { @@ -3861,7 +3879,7 @@ "SchemaVersion": {}, "CaptureTime": {}, "Entries": { - "shape": "Sjj" + "shape": "Sjm" }, "NextToken": {} } @@ -3911,7 +3929,7 @@ "DetailType": {}, "Detail": {}, "CreatedBy": { - "shape": "Spl" + "shape": "Spo" }, "CreatedTime": { "type": "timestamp" @@ -3967,13 +3985,13 @@ "AssociationType": {}, "ResourceUri": {}, "CreatedBy": { - "shape": "Spl" + "shape": "Spo" }, "CreatedTime": { "type": "timestamp" }, "LastModifiedBy": { - "shape": "Spl" + "shape": "Spo" }, "LastModifiedTime": { "type": "timestamp" @@ -4040,7 +4058,7 @@ "type": "structure", "members": { "Filters": { - "shape": "Snn" + "shape": "Snq" }, "NextToken": {}, "MaxResults": { @@ -4062,13 +4080,13 @@ "Status": {}, "OverallSeverity": {}, "ExecutionSummary": { - "shape": "So5" + "shape": "So8" }, "CompliantSummary": { - "shape": "Sod" + "shape": "Sog" }, "NonCompliantSummary": { - "shape": "Sog" + "shape": "Soj" } } } @@ -4173,10 +4191,10 @@ "Name": {}, "PermissionType": {}, "AccountIdsToAdd": { - "shape": "Sbg" + "shape": "Sbj" }, "AccountIdsToRemove": { - "shape": "Sbg" + "shape": "Sbj" }, "SharedDocumentVersion": {} } @@ -4201,7 +4219,7 @@ "ResourceType": {}, "ComplianceType": {}, "ExecutionSummary": { - "shape": "So5" + "shape": "So8" }, "Items": { "type": "list", @@ -4217,7 +4235,7 @@ "Severity": {}, "Status": {}, "Details": { - "shape": "So8" + "shape": "Sob" } } } @@ -4255,7 +4273,7 @@ "CaptureTime": {}, "ContentHash": {}, "Content": { - "shape": "Sjj" + "shape": "Sjm" }, "Context": { "type": "map", @@ -4285,7 +4303,7 @@ "Name": {}, "Description": {}, "Value": { - "shape": "Slq" + "shape": "Slt" }, "Type": {}, "KeyId": {}, @@ -4385,7 +4403,7 @@ "shape": "S18" }, "OwnerInformation": { - "shape": "Scy" + "shape": "Sd1" }, "Name": {}, "Description": { @@ -4420,10 +4438,10 @@ "ServiceRoleArn": {}, "TaskType": {}, "TaskParameters": { - "shape": "Sf4" + "shape": "Sf7" }, "TaskInvocationParameters": { - "shape": "Ska" + "shape": "Skd" }, "Priority": { "type": "integer" @@ -4431,7 +4449,7 @@ "MaxConcurrency": {}, "MaxErrors": {}, "LoggingInfo": { - "shape": "Sfa" + "shape": "Sfd" }, "Name": {}, "Description": { @@ -4489,7 +4507,7 @@ "type": "structure", "members": { "ServiceSetting": { - "shape": "Smi" + "shape": "Sml" } } } @@ -4524,7 +4542,7 @@ "AutomationExecutionId": {}, "SignalType": {}, "Payload": { - "shape": "S9k" + "shape": "S9m" } } }, @@ -4564,10 +4582,10 @@ "MaxErrors": {}, "ServiceRoleArn": {}, "NotificationConfig": { - "shape": "Skc" + "shape": "Skf" }, "CloudWatchOutputConfig": { - "shape": "Sia" + "shape": "Sid" }, "AlarmConfiguration": { "shape": "S1z" @@ -4578,7 +4596,7 @@ "type": "structure", "members": { "Command": { - "shape": "Sng" + "shape": "Snj" } } } @@ -4611,7 +4629,7 @@ "DocumentName": {}, "DocumentVersion": {}, "Parameters": { - "shape": "S9k" + "shape": "S9m" }, "ClientToken": {}, "Mode": {}, @@ -4656,7 +4674,7 @@ "DocumentName": {}, "DocumentVersion": {}, "Parameters": { - "shape": "S9k" + "shape": "S9m" }, "ChangeRequestName": {}, "ClientToken": {}, @@ -4664,7 +4682,7 @@ "type": "boolean" }, "Runbooks": { - "shape": "S9t" + "shape": "S9v" }, "Tags": { "shape": "S4" @@ -4758,7 +4776,7 @@ "type": "long" }, "Labels": { - "shape": "Slw" + "shape": "Slz" } } }, @@ -4766,10 +4784,10 @@ "type": "structure", "members": { "RemovedLabels": { - "shape": "Slw" + "shape": "Slz" }, "InvalidLabels": { - "shape": "Slw" + "shape": "Slz" } } } @@ -4928,7 +4946,7 @@ "members": { "Action": {}, "Comment": { - "shape": "Son" + "shape": "Soq" } } } @@ -5019,7 +5037,7 @@ "shape": "S18" }, "OwnerInformation": { - "shape": "Scy" + "shape": "Sd1" }, "Name": {}, "Description": { @@ -5039,7 +5057,7 @@ "shape": "S18" }, "OwnerInformation": { - "shape": "Scy" + "shape": "Sd1" }, "Name": {}, "Description": { @@ -5064,10 +5082,10 @@ "TaskArn": {}, "ServiceRoleArn": {}, "TaskParameters": { - "shape": "Sf4" + "shape": "Sf7" }, "TaskInvocationParameters": { - "shape": "Ska" + "shape": "Skd" }, "Priority": { "type": "integer" @@ -5075,7 +5093,7 @@ "MaxConcurrency": {}, "MaxErrors": {}, "LoggingInfo": { - "shape": "Sfa" + "shape": "Sfd" }, "Name": {}, "Description": { @@ -5101,10 +5119,10 @@ "TaskArn": {}, "ServiceRoleArn": {}, "TaskParameters": { - "shape": "Sf4" + "shape": "Sf7" }, "TaskInvocationParameters": { - "shape": "Ska" + "shape": "Skd" }, "Priority": { "type": "integer" @@ -5112,7 +5130,7 @@ "MaxConcurrency": {}, "MaxErrors": {}, "LoggingInfo": { - "shape": "Sfa" + "shape": "Sfd" }, "Name": {}, "Description": { @@ -5927,11 +5945,11 @@ } } }, - "S7k": { + "S7m": { "type": "list", "member": {} }, - "S9k": { + "S9m": { "type": "map", "key": {}, "value": { @@ -5939,7 +5957,7 @@ "member": {} } }, - "S9p": { + "S9r": { "type": "structure", "members": { "ParameterValues": { @@ -5951,7 +5969,7 @@ } } }, - "S9t": { + "S9v": { "type": "list", "member": { "type": "structure", @@ -5962,7 +5980,7 @@ "DocumentName": {}, "DocumentVersion": {}, "Parameters": { - "shape": "S9k" + "shape": "S9m" }, "TargetParameterName": {}, "Targets": { @@ -5979,7 +5997,7 @@ } } }, - "Sa3": { + "Sa5": { "type": "list", "member": { "type": "structure", @@ -6007,7 +6025,7 @@ "value": {} }, "Outputs": { - "shape": "S9k" + "shape": "S9m" }, "Response": {}, "FailureMessage": {}, @@ -6017,13 +6035,13 @@ "FailureStage": {}, "FailureType": {}, "Details": { - "shape": "S9k" + "shape": "S9m" } } }, "StepExecutionId": {}, "OverriddenParameters": { - "shape": "S9k" + "shape": "S9m" }, "IsEnd": { "type": "boolean" @@ -6044,11 +6062,23 @@ }, "TriggeredAlarms": { "shape": "S2n" + }, + "ParentStepDetails": { + "type": "structure", + "members": { + "StepExecutionId": {}, + "StepName": {}, + "Action": {}, + "Iteration": { + "type": "integer" + }, + "IteratorValue": {} + } } } } }, - "Sad": { + "Sag": { "type": "list", "member": { "type": "structure", @@ -6061,7 +6091,7 @@ } } }, - "Sal": { + "Sao": { "type": "structure", "members": { "Id": {}, @@ -6102,15 +6132,15 @@ "Repository": {} } }, - "Sbg": { + "Sbj": { "type": "list", "member": {} }, - "Sc9": { + "Scc": { "type": "list", "member": {} }, - "Scv": { + "Scy": { "type": "structure", "required": [ "InstanceId", @@ -6127,7 +6157,7 @@ "SnapshotId": {}, "InstallOverrideList": {}, "OwnerInformation": { - "shape": "Scy" + "shape": "Sd1" }, "InstalledCount": { "type": "integer" @@ -6175,11 +6205,11 @@ } } }, - "Scy": { + "Sd1": { "type": "string", "sensitive": true }, - "Se1": { + "Se4": { "type": "list", "member": { "type": "structure", @@ -6192,11 +6222,11 @@ } } }, - "Sed": { + "Seg": { "type": "string", "sensitive": true }, - "Sf4": { + "Sf7": { "type": "map", "key": {}, "value": { @@ -6215,7 +6245,7 @@ }, "sensitive": true }, - "Sfa": { + "Sfd": { "type": "structure", "required": [ "S3BucketName", @@ -6227,7 +6257,7 @@ "S3Region": {} } }, - "Sg4": { + "Sg7": { "type": "list", "member": { "type": "structure", @@ -6244,7 +6274,7 @@ } } }, - "Sgj": { + "Sgm": { "type": "list", "member": { "type": "structure", @@ -6255,7 +6285,7 @@ } } }, - "Sgp": { + "Sgs": { "type": "structure", "members": { "BaselineId": {}, @@ -6267,7 +6297,7 @@ } } }, - "Sia": { + "Sid": { "type": "structure", "members": { "CloudWatchLogGroupName": {}, @@ -6276,7 +6306,7 @@ } } }, - "Siw": { + "Siz": { "type": "list", "member": { "type": "structure", @@ -6294,14 +6324,14 @@ } } }, - "Sj2": { + "Sj5": { "type": "list", "member": { "type": "structure", "members": { "Expression": {}, "Aggregators": { - "shape": "Sj2" + "shape": "Sj5" }, "Groups": { "type": "list", @@ -6314,7 +6344,7 @@ "members": { "Name": {}, "Filters": { - "shape": "Siw" + "shape": "Siz" } } } @@ -6322,7 +6352,7 @@ } } }, - "Sjj": { + "Sjm": { "type": "list", "member": { "type": "map", @@ -6330,7 +6360,7 @@ "value": {} } }, - "Ska": { + "Skd": { "type": "structure", "members": { "RunCommand": { @@ -6338,13 +6368,13 @@ "members": { "Comment": {}, "CloudWatchOutputConfig": { - "shape": "Sia" + "shape": "Sid" }, "DocumentHash": {}, "DocumentHashType": {}, "DocumentVersion": {}, "NotificationConfig": { - "shape": "Skc" + "shape": "Skf" }, "OutputS3BucketName": {}, "OutputS3KeyPrefix": {}, @@ -6362,7 +6392,7 @@ "members": { "DocumentVersion": {}, "Parameters": { - "shape": "S9k" + "shape": "S9m" } } }, @@ -6389,7 +6419,7 @@ } } }, - "Skc": { + "Skf": { "type": "structure", "members": { "NotificationArn": {}, @@ -6400,7 +6430,7 @@ "NotificationType": {} } }, - "Skx": { + "Sl0": { "type": "list", "member": { "type": "structure", @@ -6418,7 +6448,7 @@ } } }, - "Sl3": { + "Sl6": { "type": "list", "member": { "type": "structure", @@ -6432,21 +6462,21 @@ "value": {} }, "Filters": { - "shape": "Skx" + "shape": "Sl0" }, "Aggregators": { - "shape": "Sl3" + "shape": "Sl6" } } } }, - "Slp": { + "Sls": { "type": "structure", "members": { "Name": {}, "Type": {}, "Value": { - "shape": "Slq" + "shape": "Slt" }, "Version": { "type": "long" @@ -6460,21 +6490,21 @@ "DataType": {} } }, - "Slq": { + "Slt": { "type": "string", "sensitive": true }, - "Slw": { + "Slz": { "type": "list", "member": {} }, - "Sm0": { + "Sm3": { "type": "list", "member": { - "shape": "Slp" + "shape": "Sls" } }, - "Smi": { + "Sml": { "type": "structure", "members": { "SettingId": {}, @@ -6487,7 +6517,7 @@ "Status": {} } }, - "Sn0": { + "Sn3": { "type": "list", "member": { "type": "structure", @@ -6501,7 +6531,7 @@ } } }, - "Sng": { + "Snj": { "type": "structure", "members": { "CommandId": {}, @@ -6544,10 +6574,10 @@ }, "ServiceRole": {}, "NotificationConfig": { - "shape": "Skc" + "shape": "Skf" }, "CloudWatchOutputConfig": { - "shape": "Sia" + "shape": "Sid" }, "TimeoutSeconds": { "type": "integer" @@ -6560,7 +6590,7 @@ } } }, - "Snn": { + "Snq": { "type": "list", "member": { "type": "structure", @@ -6574,7 +6604,7 @@ } } }, - "So5": { + "So8": { "type": "structure", "required": [ "ExecutionTime" @@ -6587,23 +6617,23 @@ "ExecutionType": {} } }, - "So8": { + "Sob": { "type": "map", "key": {}, "value": {} }, - "Sod": { + "Sog": { "type": "structure", "members": { "CompliantCount": { "type": "integer" }, "SeveritySummary": { - "shape": "Sof" + "shape": "Soi" } } }, - "Sof": { + "Soi": { "type": "structure", "members": { "CriticalCount": { @@ -6626,18 +6656,18 @@ } } }, - "Sog": { + "Soj": { "type": "structure", "members": { "NonCompliantCount": { "type": "integer" }, "SeveritySummary": { - "shape": "Sof" + "shape": "Soi" } } }, - "Son": { + "Soq": { "type": "list", "member": { "type": "structure", @@ -6647,7 +6677,7 @@ } } }, - "Spl": { + "Spo": { "type": "structure", "members": { "Arn": {} diff --git a/iamlivecore/service/ssm-incidents-2018-05-10.min.json b/iamlivecore/service/ssm-incidents-2018-05-10.min.json index 2456f92..e7a59b7 100644 --- a/iamlivecore/service/ssm-incidents-2018-05-10.min.json +++ b/iamlivecore/service/ssm-incidents-2018-05-10.min.json @@ -13,6 +13,111 @@ "uid": "ssm-incidents-2018-05-10" }, "operations": { + "BatchGetIncidentFindings": { + "http": { + "requestUri": "/batchGetIncidentFindings", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "findingIds", + "incidentRecordArn" + ], + "members": { + "findingIds": { + "type": "list", + "member": {} + }, + "incidentRecordArn": {} + } + }, + "output": { + "type": "structure", + "required": [ + "errors", + "findings" + ], + "members": { + "errors": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "code", + "findingId", + "message" + ], + "members": { + "code": {}, + "findingId": {}, + "message": {} + } + } + }, + "findings": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "creationTime", + "id", + "lastModifiedTime" + ], + "members": { + "creationTime": { + "type": "timestamp" + }, + "details": { + "type": "structure", + "members": { + "cloudFormationStackUpdate": { + "type": "structure", + "required": [ + "stackArn", + "startTime" + ], + "members": { + "endTime": { + "type": "timestamp" + }, + "stackArn": {}, + "startTime": { + "type": "timestamp" + } + } + }, + "codeDeployDeployment": { + "type": "structure", + "required": [ + "deploymentGroupArn", + "deploymentId", + "startTime" + ], + "members": { + "deploymentGroupArn": {}, + "deploymentId": {}, + "endTime": { + "type": "timestamp" + }, + "startTime": { + "type": "timestamp" + } + } + } + }, + "union": true + }, + "id": {}, + "lastModifiedTime": { + "type": "timestamp" + } + } + } + } + } + } + }, "CreateReplicationSet": { "http": { "requestUri": "/createReplicationSet", @@ -38,7 +143,7 @@ } }, "tags": { - "shape": "S7" + "shape": "Sm" } } }, @@ -65,27 +170,27 @@ ], "members": { "actions": { - "shape": "Sd" + "shape": "Sr" }, "chatChannel": { - "shape": "Ss" + "shape": "S16" }, "clientToken": { "idempotencyToken": true }, "displayName": {}, "engagements": { - "shape": "Sx" + "shape": "S1b" }, "incidentTemplate": { - "shape": "Sz" + "shape": "S1d" }, "integrations": { - "shape": "S16" + "shape": "S1k" }, "name": {}, "tags": { - "shape": "S7" + "shape": "Sm" } } }, @@ -119,7 +224,7 @@ }, "eventData": {}, "eventReferences": { - "shape": "S1h" + "shape": "S1v" }, "eventTime": { "type": "timestamp" @@ -296,7 +401,7 @@ } }, "chatChannel": { - "shape": "Ss" + "shape": "S16" }, "creationTime": { "type": "timestamp" @@ -306,14 +411,14 @@ "type": "integer" }, "incidentRecordSource": { - "shape": "S24" + "shape": "S2h" }, "lastModifiedBy": {}, "lastModifiedTime": { "type": "timestamp" }, "notificationTargets": { - "shape": "S12" + "shape": "S1g" }, "resolvedTime": { "type": "timestamp" @@ -473,21 +578,21 @@ ], "members": { "actions": { - "shape": "Sd" + "shape": "Sr" }, "arn": {}, "chatChannel": { - "shape": "Ss" + "shape": "S16" }, "displayName": {}, "engagements": { - "shape": "Sx" + "shape": "S1b" }, "incidentTemplate": { - "shape": "Sz" + "shape": "S1d" }, "integrations": { - "shape": "S16" + "shape": "S1k" }, "name": {} } @@ -536,7 +641,7 @@ "eventData": {}, "eventId": {}, "eventReferences": { - "shape": "S1h" + "shape": "S1v" }, "eventTime": { "type": "timestamp" @@ -551,6 +656,50 @@ } } }, + "ListIncidentFindings": { + "http": { + "requestUri": "/listIncidentFindings", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "incidentRecordArn" + ], + "members": { + "incidentRecordArn": {}, + "maxResults": { + "type": "integer" + }, + "nextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "findings" + ], + "members": { + "findings": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "id", + "lastModifiedTime" + ], + "members": { + "id": {}, + "lastModifiedTime": { + "type": "timestamp" + } + } + } + }, + "nextToken": {} + } + } + }, "ListIncidentRecords": { "http": { "requestUri": "/listIncidentRecords", @@ -560,7 +709,7 @@ "type": "structure", "members": { "filters": { - "shape": "S2u" + "shape": "S3b" }, "maxResults": { "type": "integer" @@ -595,7 +744,7 @@ "type": "integer" }, "incidentRecordSource": { - "shape": "S24" + "shape": "S2h" }, "resolvedTime": { "type": "timestamp" @@ -635,7 +784,7 @@ "members": { "nextToken": {}, "relatedItems": { - "shape": "S38" + "shape": "S3p" } } } @@ -732,7 +881,7 @@ ], "members": { "tags": { - "shape": "S7" + "shape": "Sm" } } } @@ -749,7 +898,7 @@ ], "members": { "filters": { - "shape": "S2u" + "shape": "S3b" }, "incidentRecordArn": {}, "maxResults": { @@ -780,7 +929,7 @@ "members": { "eventId": {}, "eventReferences": { - "shape": "S1h" + "shape": "S1v" }, "eventTime": { "type": "timestamp" @@ -841,7 +990,7 @@ "type": "integer" }, "relatedItems": { - "shape": "S38" + "shape": "S3p" }, "responsePlanArn": {}, "title": {}, @@ -890,7 +1039,7 @@ "locationName": "resourceArn" }, "tags": { - "shape": "S7" + "shape": "Sm" } } }, @@ -969,7 +1118,7 @@ "members": { "arn": {}, "chatChannel": { - "shape": "Ss" + "shape": "S16" }, "clientToken": { "idempotencyToken": true @@ -978,7 +1127,7 @@ "type": "integer" }, "notificationTargets": { - "shape": "S12" + "shape": "S1g" }, "status": {}, "summary": {}, @@ -1011,10 +1160,10 @@ "type": "structure", "members": { "itemToAdd": { - "shape": "S39" + "shape": "S3q" }, "itemToRemove": { - "shape": "S3a" + "shape": "S3r" } }, "union": true @@ -1090,25 +1239,25 @@ ], "members": { "actions": { - "shape": "Sd" + "shape": "Sr" }, "arn": {}, "chatChannel": { - "shape": "Ss" + "shape": "S16" }, "clientToken": { "idempotencyToken": true }, "displayName": {}, "engagements": { - "shape": "Sx" + "shape": "S1b" }, "incidentTemplateDedupeString": {}, "incidentTemplateImpact": { "type": "integer" }, "incidentTemplateNotificationTargets": { - "shape": "S12" + "shape": "S1g" }, "incidentTemplateSummary": {}, "incidentTemplateTags": { @@ -1118,7 +1267,7 @@ }, "incidentTemplateTitle": {}, "integrations": { - "shape": "S16" + "shape": "S1k" } } }, @@ -1146,7 +1295,7 @@ "eventData": {}, "eventId": {}, "eventReferences": { - "shape": "S1h" + "shape": "S1v" }, "eventTime": { "type": "timestamp" @@ -1163,12 +1312,12 @@ } }, "shapes": { - "S7": { + "Sm": { "type": "map", "key": {}, "value": {} }, - "Sd": { + "Sr": { "type": "list", "member": { "type": "structure", @@ -1209,7 +1358,7 @@ "union": true } }, - "Ss": { + "S16": { "type": "structure", "members": { "chatbotSns": { @@ -1223,11 +1372,11 @@ }, "union": true }, - "Sx": { + "S1b": { "type": "list", "member": {} }, - "Sz": { + "S1d": { "type": "structure", "required": [ "impact", @@ -1239,16 +1388,16 @@ "type": "integer" }, "incidentTags": { - "shape": "S7" + "shape": "Sm" }, "notificationTargets": { - "shape": "S12" + "shape": "S1g" }, "summary": {}, "title": {} } }, - "S12": { + "S1g": { "type": "list", "member": { "type": "structure", @@ -1258,7 +1407,7 @@ "union": true } }, - "S16": { + "S1k": { "type": "list", "member": { "type": "structure", @@ -1288,7 +1437,7 @@ "union": true } }, - "S1h": { + "S1v": { "type": "list", "member": { "type": "structure", @@ -1299,7 +1448,7 @@ "union": true } }, - "S24": { + "S2h": { "type": "structure", "required": [ "createdBy", @@ -1312,7 +1461,7 @@ "source": {} } }, - "S2u": { + "S3b": { "type": "list", "member": { "type": "structure", @@ -1353,13 +1502,13 @@ } } }, - "S38": { + "S3p": { "type": "list", "member": { - "shape": "S39" + "shape": "S3q" } }, - "S39": { + "S3q": { "type": "structure", "required": [ "identifier" @@ -1367,12 +1516,12 @@ "members": { "generatedId": {}, "identifier": { - "shape": "S3a" + "shape": "S3r" }, "title": {} } }, - "S3a": { + "S3r": { "type": "structure", "required": [ "type", diff --git a/iamlivecore/service/ssm-sap-2018-05-10.min.json b/iamlivecore/service/ssm-sap-2018-05-10.min.json index 90c4e0e..56655b0 100644 --- a/iamlivecore/service/ssm-sap-2018-05-10.min.json +++ b/iamlivecore/service/ssm-sap-2018-05-10.min.json @@ -103,6 +103,8 @@ "type": "structure", "members": { "ComponentId": {}, + "Sid": {}, + "SystemNumber": {}, "ParentComponent": {}, "ChildComponents": { "shape": "Sh" @@ -111,6 +113,7 @@ "ComponentType": {}, "Status": {}, "SapHostname": {}, + "SapFeature": {}, "SapKernelVersion": {}, "HdbVersion": {}, "Resilience": { @@ -119,7 +122,10 @@ "HsrTier": {}, "HsrReplicationMode": {}, "HsrOperationMode": {}, - "ClusterStatus": {} + "ClusterStatus": {}, + "EnqueueReplication": { + "type": "boolean" + } } }, "AssociatedHost": { @@ -127,6 +133,19 @@ "members": { "Hostname": {}, "Ec2InstanceId": {}, + "IpAddresses": { + "type": "list", + "member": { + "type": "structure", + "members": { + "IpAddress": {}, + "Primary": { + "type": "boolean" + }, + "AllocationType": {} + } + } + }, "OsVersion": {} } }, @@ -154,6 +173,14 @@ "deprecated": true, "deprecatedMessage": "This shape is no longer used. Please use AssociatedHost." }, + "DatabaseConnection": { + "type": "structure", + "members": { + "DatabaseConnectionMethod": {}, + "DatabaseArn": {}, + "ConnectionIp": {} + } + }, "LastUpdated": { "type": "timestamp" }, @@ -189,7 +216,7 @@ "ApplicationId": {}, "ComponentId": {}, "Credentials": { - "shape": "S15" + "shape": "S1d" }, "DatabaseId": {}, "DatabaseName": {}, @@ -229,7 +256,7 @@ "type": "structure", "members": { "Operation": { - "shape": "S1g" + "shape": "S1o" } } } @@ -267,6 +294,9 @@ "NextToken": {}, "MaxResults": { "type": "integer" + }, + "Filters": { + "shape": "S1z" } } }, @@ -279,6 +309,7 @@ "type": "structure", "members": { "Id": {}, + "DiscoveryStatus": {}, "Type": {}, "Arn": {}, "Tags": { @@ -384,20 +415,7 @@ }, "NextToken": {}, "Filters": { - "type": "list", - "member": { - "type": "structure", - "required": [ - "Name", - "Value", - "Operator" - ], - "members": { - "Name": {}, - "Value": {}, - "Operator": {} - } - } + "shape": "S1z" } } }, @@ -407,7 +425,7 @@ "Operations": { "type": "list", "member": { - "shape": "S1g" + "shape": "S1o" } }, "NextToken": {} @@ -476,8 +494,7 @@ "required": [ "ApplicationId", "ApplicationType", - "Instances", - "Credentials" + "Instances" ], "members": { "ApplicationId": {}, @@ -492,8 +509,9 @@ "shape": "Sk" }, "Credentials": { - "shape": "S15" - } + "shape": "S1d" + }, + "DatabaseArn": {} } }, "output": { @@ -597,10 +615,10 @@ "members": { "ApplicationId": {}, "CredentialsToAddOrUpdate": { - "shape": "S15" + "shape": "S1d" }, "CredentialsToRemove": { - "shape": "S15" + "shape": "S1d" }, "Backint": { "type": "structure", @@ -614,7 +632,8 @@ "type": "boolean" } } - } + }, + "DatabaseArn": {} } }, "output": { @@ -657,7 +676,7 @@ "key": {}, "value": {} }, - "S15": { + "S1d": { "type": "list", "member": { "type": "structure", @@ -676,7 +695,7 @@ } } }, - "S1g": { + "S1o": { "type": "structure", "members": { "Id": {}, @@ -701,6 +720,22 @@ "type": "timestamp" } } + }, + "S1z": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Name", + "Value", + "Operator" + ], + "members": { + "Name": {}, + "Value": {}, + "Operator": {} + } + } } } } \ No newline at end of file diff --git a/iamlivecore/service/sso-admin-2020-07-20.min.json b/iamlivecore/service/sso-admin-2020-07-20.min.json index 03c834d..162d21f 100644 --- a/iamlivecore/service/sso-admin-2020-07-20.min.json +++ b/iamlivecore/service/sso-admin-2020-07-20.min.json @@ -83,6 +83,77 @@ } } }, + "CreateApplication": { + "input": { + "type": "structure", + "required": [ + "ApplicationProviderArn", + "InstanceArn", + "Name" + ], + "members": { + "ApplicationProviderArn": {}, + "ClientToken": { + "idempotencyToken": true + }, + "Description": {}, + "InstanceArn": {}, + "Name": {}, + "PortalOptions": { + "shape": "Sr" + }, + "Status": {}, + "Tags": { + "shape": "Sx" + } + } + }, + "output": { + "type": "structure", + "members": { + "ApplicationArn": {} + } + } + }, + "CreateApplicationAssignment": { + "input": { + "type": "structure", + "required": [ + "ApplicationArn", + "PrincipalId", + "PrincipalType" + ], + "members": { + "ApplicationArn": {}, + "PrincipalId": {}, + "PrincipalType": {} + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "CreateInstance": { + "input": { + "type": "structure", + "members": { + "ClientToken": { + "idempotencyToken": true + }, + "Name": {}, + "Tags": { + "shape": "Sx" + } + } + }, + "output": { + "type": "structure", + "members": { + "InstanceArn": {} + } + } + }, "CreateInstanceAccessControlAttributeConfiguration": { "input": { "type": "structure", @@ -92,7 +163,7 @@ ], "members": { "InstanceAccessControlAttributeConfiguration": { - "shape": "Sn" + "shape": "S18" }, "InstanceArn": {} } @@ -116,7 +187,7 @@ "RelayState": {}, "SessionDuration": {}, "Tags": { - "shape": "S10" + "shape": "Sx" } } }, @@ -124,11 +195,42 @@ "type": "structure", "members": { "PermissionSet": { - "shape": "S15" + "shape": "S1m" } } } }, + "CreateTrustedTokenIssuer": { + "input": { + "type": "structure", + "required": [ + "InstanceArn", + "Name", + "TrustedTokenIssuerConfiguration", + "TrustedTokenIssuerType" + ], + "members": { + "ClientToken": { + "idempotencyToken": true + }, + "InstanceArn": {}, + "Name": {}, + "Tags": { + "shape": "Sx" + }, + "TrustedTokenIssuerConfiguration": { + "shape": "S1p" + }, + "TrustedTokenIssuerType": {} + } + }, + "output": { + "type": "structure", + "members": { + "TrustedTokenIssuerArn": {} + } + } + }, "DeleteAccountAssignment": { "input": { "type": "structure", @@ -158,6 +260,83 @@ } } }, + "DeleteApplication": { + "input": { + "type": "structure", + "required": [ + "ApplicationArn" + ], + "members": { + "ApplicationArn": {} + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "DeleteApplicationAccessScope": { + "input": { + "type": "structure", + "required": [ + "ApplicationArn", + "Scope" + ], + "members": { + "ApplicationArn": {}, + "Scope": {} + } + }, + "idempotent": true + }, + "DeleteApplicationAssignment": { + "input": { + "type": "structure", + "required": [ + "ApplicationArn", + "PrincipalId", + "PrincipalType" + ], + "members": { + "ApplicationArn": {}, + "PrincipalId": {}, + "PrincipalType": {} + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteApplicationAuthenticationMethod": { + "input": { + "type": "structure", + "required": [ + "ApplicationArn", + "AuthenticationMethodType" + ], + "members": { + "ApplicationArn": {}, + "AuthenticationMethodType": {} + } + }, + "idempotent": true + }, + "DeleteApplicationGrant": { + "input": { + "type": "structure", + "required": [ + "ApplicationArn", + "GrantType" + ], + "members": { + "ApplicationArn": {}, + "GrantType": {} + } + }, + "idempotent": true + }, "DeleteInlinePolicyFromPermissionSet": { "input": { "type": "structure", @@ -175,6 +354,21 @@ "members": {} } }, + "DeleteInstance": { + "input": { + "type": "structure", + "required": [ + "InstanceArn" + ], + "members": { + "InstanceArn": {} + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "DeleteInstanceAccessControlAttributeConfiguration": { "input": { "type": "structure", @@ -224,6 +418,21 @@ "members": {} } }, + "DeleteTrustedTokenIssuer": { + "input": { + "type": "structure", + "required": [ + "TrustedTokenIssuerArn" + ], + "members": { + "TrustedTokenIssuerArn": {} + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "DescribeAccountAssignmentCreationStatus": { "input": { "type": "structure", @@ -266,6 +475,109 @@ } } }, + "DescribeApplication": { + "input": { + "type": "structure", + "required": [ + "ApplicationArn" + ], + "members": { + "ApplicationArn": {} + } + }, + "output": { + "type": "structure", + "members": { + "ApplicationAccount": {}, + "ApplicationArn": {}, + "ApplicationProviderArn": {}, + "CreatedDate": { + "type": "timestamp" + }, + "Description": {}, + "InstanceArn": {}, + "Name": {}, + "PortalOptions": { + "shape": "Sr" + }, + "Status": {} + } + } + }, + "DescribeApplicationAssignment": { + "input": { + "type": "structure", + "required": [ + "ApplicationArn", + "PrincipalId", + "PrincipalType" + ], + "members": { + "ApplicationArn": {}, + "PrincipalId": {}, + "PrincipalType": {} + } + }, + "output": { + "type": "structure", + "members": { + "ApplicationArn": {}, + "PrincipalId": {}, + "PrincipalType": {} + } + } + }, + "DescribeApplicationProvider": { + "input": { + "type": "structure", + "required": [ + "ApplicationProviderArn" + ], + "members": { + "ApplicationProviderArn": {} + } + }, + "output": { + "type": "structure", + "required": [ + "ApplicationProviderArn" + ], + "members": { + "ApplicationProviderArn": {}, + "DisplayData": { + "shape": "S2x" + }, + "FederationProtocol": {}, + "ResourceServerConfig": { + "shape": "S31" + } + } + } + }, + "DescribeInstance": { + "input": { + "type": "structure", + "required": [ + "InstanceArn" + ], + "members": { + "InstanceArn": {} + } + }, + "output": { + "type": "structure", + "members": { + "CreatedDate": { + "type": "timestamp" + }, + "IdentityStoreId": {}, + "InstanceArn": {}, + "Name": {}, + "OwnerAccountId": {}, + "Status": {} + } + } + }, "DescribeInstanceAccessControlAttributeConfiguration": { "input": { "type": "structure", @@ -280,7 +592,7 @@ "type": "structure", "members": { "InstanceAccessControlAttributeConfiguration": { - "shape": "Sn" + "shape": "S18" }, "Status": {}, "StatusReason": {} @@ -303,7 +615,7 @@ "type": "structure", "members": { "PermissionSet": { - "shape": "S15" + "shape": "S1m" } } } @@ -324,11 +636,33 @@ "type": "structure", "members": { "PermissionSetProvisioningStatus": { - "shape": "S1s" + "shape": "S3h" } } } }, + "DescribeTrustedTokenIssuer": { + "input": { + "type": "structure", + "required": [ + "TrustedTokenIssuerArn" + ], + "members": { + "TrustedTokenIssuerArn": {} + } + }, + "output": { + "type": "structure", + "members": { + "Name": {}, + "TrustedTokenIssuerArn": {}, + "TrustedTokenIssuerConfiguration": { + "shape": "S1p" + }, + "TrustedTokenIssuerType": {} + } + } + }, "DetachCustomerManagedPolicyReferenceFromPermissionSet": { "input": { "type": "structure", @@ -369,42 +703,134 @@ "members": {} } }, - "GetInlinePolicyForPermissionSet": { + "GetApplicationAccessScope": { "input": { "type": "structure", "required": [ - "InstanceArn", - "PermissionSetArn" + "ApplicationArn", + "Scope" ], "members": { - "InstanceArn": {}, - "PermissionSetArn": {} + "ApplicationArn": {}, + "Scope": {} } }, "output": { "type": "structure", + "required": [ + "Scope" + ], "members": { - "InlinePolicy": {} + "AuthorizedTargets": { + "shape": "S3q" + }, + "Scope": {} } } }, - "GetPermissionsBoundaryForPermissionSet": { + "GetApplicationAssignmentConfiguration": { "input": { "type": "structure", "required": [ - "InstanceArn", - "PermissionSetArn" + "ApplicationArn" ], "members": { - "InstanceArn": {}, - "PermissionSetArn": {} + "ApplicationArn": {} } }, "output": { "type": "structure", + "required": [ + "AssignmentRequired" + ], "members": { - "PermissionsBoundary": { - "shape": "S23" + "AssignmentRequired": { + "type": "boolean" + } + } + } + }, + "GetApplicationAuthenticationMethod": { + "input": { + "type": "structure", + "required": [ + "ApplicationArn", + "AuthenticationMethodType" + ], + "members": { + "ApplicationArn": {}, + "AuthenticationMethodType": {} + } + }, + "output": { + "type": "structure", + "members": { + "AuthenticationMethod": { + "shape": "S3x" + } + } + } + }, + "GetApplicationGrant": { + "input": { + "type": "structure", + "required": [ + "ApplicationArn", + "GrantType" + ], + "members": { + "ApplicationArn": {}, + "GrantType": {} + } + }, + "output": { + "type": "structure", + "required": [ + "Grant" + ], + "members": { + "Grant": { + "shape": "S42" + } + } + } + }, + "GetInlinePolicyForPermissionSet": { + "input": { + "type": "structure", + "required": [ + "InstanceArn", + "PermissionSetArn" + ], + "members": { + "InstanceArn": {}, + "PermissionSetArn": {} + } + }, + "output": { + "type": "structure", + "members": { + "InlinePolicy": {} + } + } + }, + "GetPermissionsBoundaryForPermissionSet": { + "input": { + "type": "structure", + "required": [ + "InstanceArn", + "PermissionSetArn" + ], + "members": { + "InstanceArn": {}, + "PermissionSetArn": {} + } + }, + "output": { + "type": "structure", + "members": { + "PermissionsBoundary": { + "shape": "S4i" } } } @@ -417,7 +843,7 @@ ], "members": { "Filter": { - "shape": "S25" + "shape": "S4k" }, "InstanceArn": {}, "MaxResults": { @@ -430,7 +856,7 @@ "type": "structure", "members": { "AccountAssignmentsCreationStatus": { - "shape": "S29" + "shape": "S4o" }, "NextToken": {} } @@ -444,7 +870,7 @@ ], "members": { "Filter": { - "shape": "S25" + "shape": "S4k" }, "InstanceArn": {}, "MaxResults": { @@ -457,7 +883,7 @@ "type": "structure", "members": { "AccountAssignmentsDeletionStatus": { - "shape": "S29" + "shape": "S4o" }, "NextToken": {} } @@ -472,27 +898,319 @@ "PermissionSetArn" ], "members": { - "AccountId": {}, - "InstanceArn": {}, + "AccountId": {}, + "InstanceArn": {}, + "MaxResults": { + "type": "integer" + }, + "NextToken": {}, + "PermissionSetArn": {} + } + }, + "output": { + "type": "structure", + "members": { + "AccountAssignments": { + "type": "list", + "member": { + "type": "structure", + "members": { + "AccountId": {}, + "PermissionSetArn": {}, + "PrincipalId": {}, + "PrincipalType": {} + } + } + }, + "NextToken": {} + } + } + }, + "ListAccountAssignmentsForPrincipal": { + "input": { + "type": "structure", + "required": [ + "InstanceArn", + "PrincipalId", + "PrincipalType" + ], + "members": { + "Filter": { + "type": "structure", + "members": { + "AccountId": {} + } + }, + "InstanceArn": {}, + "MaxResults": { + "type": "integer" + }, + "NextToken": {}, + "PrincipalId": {}, + "PrincipalType": {} + } + }, + "output": { + "type": "structure", + "members": { + "AccountAssignments": { + "type": "list", + "member": { + "type": "structure", + "members": { + "AccountId": {}, + "PermissionSetArn": {}, + "PrincipalId": {}, + "PrincipalType": {} + } + } + }, + "NextToken": {} + } + } + }, + "ListAccountsForProvisionedPermissionSet": { + "input": { + "type": "structure", + "required": [ + "InstanceArn", + "PermissionSetArn" + ], + "members": { + "InstanceArn": {}, + "MaxResults": { + "type": "integer" + }, + "NextToken": {}, + "PermissionSetArn": {}, + "ProvisioningStatus": {} + } + }, + "output": { + "type": "structure", + "members": { + "AccountIds": { + "type": "list", + "member": {} + }, + "NextToken": {} + } + } + }, + "ListApplicationAccessScopes": { + "input": { + "type": "structure", + "required": [ + "ApplicationArn" + ], + "members": { + "ApplicationArn": {}, + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "Scopes" + ], + "members": { + "NextToken": {}, + "Scopes": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Scope" + ], + "members": { + "AuthorizedTargets": { + "shape": "S3q" + }, + "Scope": {} + } + } + } + } + } + }, + "ListApplicationAssignments": { + "input": { + "type": "structure", + "required": [ + "ApplicationArn" + ], + "members": { + "ApplicationArn": {}, + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "ApplicationAssignments": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "ApplicationArn", + "PrincipalId", + "PrincipalType" + ], + "members": { + "ApplicationArn": {}, + "PrincipalId": {}, + "PrincipalType": {} + } + } + }, + "NextToken": {} + } + } + }, + "ListApplicationAssignmentsForPrincipal": { + "input": { + "type": "structure", + "required": [ + "InstanceArn", + "PrincipalId", + "PrincipalType" + ], + "members": { + "Filter": { + "type": "structure", + "members": { + "ApplicationArn": {} + } + }, + "InstanceArn": {}, + "MaxResults": { + "type": "integer" + }, + "NextToken": {}, + "PrincipalId": {}, + "PrincipalType": {} + } + }, + "output": { + "type": "structure", + "members": { + "ApplicationAssignments": { + "type": "list", + "member": { + "type": "structure", + "members": { + "ApplicationArn": {}, + "PrincipalId": {}, + "PrincipalType": {} + } + } + }, + "NextToken": {} + } + } + }, + "ListApplicationAuthenticationMethods": { + "input": { + "type": "structure", + "required": [ + "ApplicationArn" + ], + "members": { + "ApplicationArn": {}, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "AuthenticationMethods": { + "type": "list", + "member": { + "type": "structure", + "members": { + "AuthenticationMethod": { + "shape": "S3x" + }, + "AuthenticationMethodType": {} + } + } + }, + "NextToken": {} + } + } + }, + "ListApplicationGrants": { + "input": { + "type": "structure", + "required": [ + "ApplicationArn" + ], + "members": { + "ApplicationArn": {}, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "required": [ + "Grants" + ], + "members": { + "Grants": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Grant", + "GrantType" + ], + "members": { + "Grant": { + "shape": "S42" + }, + "GrantType": {} + } + } + }, + "NextToken": {} + } + } + }, + "ListApplicationProviders": { + "input": { + "type": "structure", + "members": { "MaxResults": { "type": "integer" }, - "NextToken": {}, - "PermissionSetArn": {} + "NextToken": {} } }, "output": { "type": "structure", "members": { - "AccountAssignments": { + "ApplicationProviders": { "type": "list", "member": { "type": "structure", + "required": [ + "ApplicationProviderArn" + ], "members": { - "AccountId": {}, - "PermissionSetArn": {}, - "PrincipalId": {}, - "PrincipalType": {} + "ApplicationProviderArn": {}, + "DisplayData": { + "shape": "S2x" + }, + "FederationProtocol": {}, + "ResourceServerConfig": { + "shape": "S31" + } } } }, @@ -500,29 +1218,50 @@ } } }, - "ListAccountsForProvisionedPermissionSet": { + "ListApplications": { "input": { "type": "structure", "required": [ - "InstanceArn", - "PermissionSetArn" + "InstanceArn" ], "members": { + "Filter": { + "type": "structure", + "members": { + "ApplicationAccount": {}, + "ApplicationProvider": {} + } + }, "InstanceArn": {}, "MaxResults": { "type": "integer" }, - "NextToken": {}, - "PermissionSetArn": {}, - "ProvisioningStatus": {} + "NextToken": {} } }, "output": { "type": "structure", "members": { - "AccountIds": { + "Applications": { "type": "list", - "member": {} + "member": { + "type": "structure", + "members": { + "ApplicationAccount": {}, + "ApplicationArn": {}, + "ApplicationProviderArn": {}, + "CreatedDate": { + "type": "timestamp" + }, + "Description": {}, + "InstanceArn": {}, + "Name": {}, + "PortalOptions": { + "shape": "Sr" + }, + "Status": {} + } + } }, "NextToken": {} } @@ -575,8 +1314,14 @@ "member": { "type": "structure", "members": { + "CreatedDate": { + "type": "timestamp" + }, "IdentityStoreId": {}, - "InstanceArn": {} + "InstanceArn": {}, + "Name": {}, + "OwnerAccountId": {}, + "Status": {} } } }, @@ -625,7 +1370,7 @@ ], "members": { "Filter": { - "shape": "S25" + "shape": "S4k" }, "InstanceArn": {}, "MaxResults": { @@ -673,7 +1418,7 @@ "members": { "NextToken": {}, "PermissionSets": { - "shape": "S34" + "shape": "S6h" } } } @@ -700,7 +1445,7 @@ "members": { "NextToken": {}, "PermissionSets": { - "shape": "S34" + "shape": "S6h" } } } @@ -709,7 +1454,6 @@ "input": { "type": "structure", "required": [ - "InstanceArn", "ResourceArn" ], "members": { @@ -723,7 +1467,39 @@ "members": { "NextToken": {}, "Tags": { - "shape": "S10" + "shape": "Sx" + } + } + } + }, + "ListTrustedTokenIssuers": { + "input": { + "type": "structure", + "required": [ + "InstanceArn" + ], + "members": { + "InstanceArn": {}, + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "NextToken": {}, + "TrustedTokenIssuers": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Name": {}, + "TrustedTokenIssuerArn": {}, + "TrustedTokenIssuerType": {} + } + } } } } @@ -747,11 +1523,84 @@ "type": "structure", "members": { "PermissionSetProvisioningStatus": { - "shape": "S1s" + "shape": "S3h" } } } }, + "PutApplicationAccessScope": { + "input": { + "type": "structure", + "required": [ + "ApplicationArn", + "Scope" + ], + "members": { + "ApplicationArn": {}, + "AuthorizedTargets": { + "shape": "S3q" + }, + "Scope": {} + } + }, + "idempotent": true + }, + "PutApplicationAssignmentConfiguration": { + "input": { + "type": "structure", + "required": [ + "ApplicationArn", + "AssignmentRequired" + ], + "members": { + "ApplicationArn": {}, + "AssignmentRequired": { + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "PutApplicationAuthenticationMethod": { + "input": { + "type": "structure", + "required": [ + "ApplicationArn", + "AuthenticationMethod", + "AuthenticationMethodType" + ], + "members": { + "ApplicationArn": {}, + "AuthenticationMethod": { + "shape": "S3x" + }, + "AuthenticationMethodType": {} + } + }, + "idempotent": true + }, + "PutApplicationGrant": { + "input": { + "type": "structure", + "required": [ + "ApplicationArn", + "Grant", + "GrantType" + ], + "members": { + "ApplicationArn": {}, + "Grant": { + "shape": "S42" + }, + "GrantType": {} + } + }, + "idempotent": true + }, "PutInlinePolicyToPermissionSet": { "input": { "type": "structure", @@ -783,7 +1632,7 @@ "InstanceArn": {}, "PermissionSetArn": {}, "PermissionsBoundary": { - "shape": "S23" + "shape": "S4i" } } }, @@ -796,7 +1645,6 @@ "input": { "type": "structure", "required": [ - "InstanceArn", "ResourceArn", "Tags" ], @@ -804,7 +1652,7 @@ "InstanceArn": {}, "ResourceArn": {}, "Tags": { - "shape": "S10" + "shape": "Sx" } } }, @@ -817,7 +1665,6 @@ "input": { "type": "structure", "required": [ - "InstanceArn", "ResourceArn", "TagKeys" ], @@ -835,6 +1682,49 @@ "members": {} } }, + "UpdateApplication": { + "input": { + "type": "structure", + "required": [ + "ApplicationArn" + ], + "members": { + "ApplicationArn": {}, + "Description": {}, + "Name": {}, + "PortalOptions": { + "type": "structure", + "members": { + "SignInOptions": { + "shape": "Ss" + } + } + }, + "Status": {} + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "UpdateInstance": { + "input": { + "type": "structure", + "required": [ + "InstanceArn", + "Name" + ], + "members": { + "InstanceArn": {}, + "Name": {} + } + }, + "output": { + "type": "structure", + "members": {} + } + }, "UpdateInstanceAccessControlAttributeConfiguration": { "input": { "type": "structure", @@ -844,7 +1734,7 @@ ], "members": { "InstanceAccessControlAttributeConfiguration": { - "shape": "Sn" + "shape": "S18" }, "InstanceArn": {} } @@ -873,6 +1763,36 @@ "type": "structure", "members": {} } + }, + "UpdateTrustedTokenIssuer": { + "input": { + "type": "structure", + "required": [ + "TrustedTokenIssuerArn" + ], + "members": { + "Name": {}, + "TrustedTokenIssuerArn": {}, + "TrustedTokenIssuerConfiguration": { + "type": "structure", + "members": { + "OidcJwtConfiguration": { + "type": "structure", + "members": { + "ClaimAttributePath": {}, + "IdentityStoreAttributePath": {}, + "JwksRetrievalOption": {} + } + } + }, + "union": true + } + } + }, + "output": { + "type": "structure", + "members": {} + } } }, "shapes": { @@ -902,7 +1822,40 @@ "TargetType": {} } }, - "Sn": { + "Sr": { + "type": "structure", + "members": { + "SignInOptions": { + "shape": "Ss" + }, + "Visibility": {} + } + }, + "Ss": { + "type": "structure", + "required": [ + "Origin" + ], + "members": { + "ApplicationUrl": {}, + "Origin": {} + } + }, + "Sx": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "Key", + "Value" + ], + "members": { + "Key": {}, + "Value": {} + } + } + }, + "S18": { "type": "structure", "required": [ "AccessControlAttributes" @@ -935,21 +1888,7 @@ } } }, - "S10": { - "type": "list", - "member": { - "type": "structure", - "required": [ - "Key", - "Value" - ], - "members": { - "Key": {}, - "Value": {} - } - } - }, - "S15": { + "S1m": { "type": "structure", "members": { "CreatedDate": { @@ -962,7 +1901,52 @@ "SessionDuration": {} } }, - "S1s": { + "S1p": { + "type": "structure", + "members": { + "OidcJwtConfiguration": { + "type": "structure", + "required": [ + "ClaimAttributePath", + "IdentityStoreAttributePath", + "IssuerUrl", + "JwksRetrievalOption" + ], + "members": { + "ClaimAttributePath": {}, + "IdentityStoreAttributePath": {}, + "IssuerUrl": {}, + "JwksRetrievalOption": {} + } + } + }, + "union": true + }, + "S2x": { + "type": "structure", + "members": { + "Description": {}, + "DisplayName": {}, + "IconUrl": {} + } + }, + "S31": { + "type": "structure", + "members": { + "Scopes": { + "type": "map", + "key": {}, + "value": { + "type": "structure", + "members": { + "DetailedTitle": {}, + "LongDescription": {} + } + } + } + } + }, + "S3h": { "type": "structure", "members": { "AccountId": {}, @@ -975,7 +1959,71 @@ "Status": {} } }, - "S23": { + "S3q": { + "type": "list", + "member": {} + }, + "S3x": { + "type": "structure", + "members": { + "Iam": { + "type": "structure", + "required": [ + "ActorPolicy" + ], + "members": { + "ActorPolicy": { + "type": "structure", + "members": {}, + "document": true + } + } + } + }, + "union": true + }, + "S42": { + "type": "structure", + "members": { + "AuthorizationCode": { + "type": "structure", + "members": { + "RedirectUris": { + "type": "list", + "member": {} + } + } + }, + "JwtBearer": { + "type": "structure", + "members": { + "AuthorizedTokenIssuers": { + "type": "list", + "member": { + "type": "structure", + "members": { + "AuthorizedAudiences": { + "type": "list", + "member": {} + }, + "TrustedTokenIssuerArn": {} + } + } + } + } + }, + "RefreshToken": { + "type": "structure", + "members": {} + }, + "TokenExchange": { + "type": "structure", + "members": {} + } + }, + "union": true + }, + "S4i": { "type": "structure", "members": { "CustomerManagedPolicyReference": { @@ -984,13 +2032,13 @@ "ManagedPolicyArn": {} } }, - "S25": { + "S4k": { "type": "structure", "members": { "Status": {} } }, - "S29": { + "S4o": { "type": "list", "member": { "type": "structure", @@ -1003,7 +2051,7 @@ } } }, - "S34": { + "S6h": { "type": "list", "member": {} } diff --git a/iamlivecore/service/sso-oidc-2019-06-10.min.json b/iamlivecore/service/sso-oidc-2019-06-10.min.json index 2fe3843..9f62c80 100644 --- a/iamlivecore/service/sso-oidc-2019-06-10.min.json +++ b/iamlivecore/service/sso-oidc-2019-06-10.min.json @@ -9,7 +9,7 @@ "serviceFullName": "AWS SSO OIDC", "serviceId": "SSO OIDC", "signatureVersion": "v4", - "signingName": "awsssooidc", + "signingName": "sso-oauth", "uid": "sso-oidc-2019-06-10" }, "operations": { @@ -26,11 +26,15 @@ ], "members": { "clientId": {}, - "clientSecret": {}, + "clientSecret": { + "shape": "S3" + }, "grantType": {}, "deviceCode": {}, "code": {}, - "refreshToken": {}, + "refreshToken": { + "shape": "S7" + }, "scope": { "shape": "S8" }, @@ -40,17 +44,79 @@ "output": { "type": "structure", "members": { - "accessToken": {}, + "accessToken": { + "shape": "Sc" + }, "tokenType": {}, "expiresIn": { "type": "integer" }, - "refreshToken": {}, - "idToken": {} + "refreshToken": { + "shape": "S7" + }, + "idToken": { + "shape": "Sf" + } } }, "authtype": "none" }, + "CreateTokenWithIAM": { + "http": { + "requestUri": "/token?aws_iam=t" + }, + "input": { + "type": "structure", + "required": [ + "clientId", + "grantType" + ], + "members": { + "clientId": {}, + "grantType": {}, + "code": {}, + "refreshToken": { + "shape": "S7" + }, + "assertion": { + "type": "string", + "sensitive": true + }, + "scope": { + "shape": "S8" + }, + "redirectUri": {}, + "subjectToken": { + "type": "string", + "sensitive": true + }, + "subjectTokenType": {}, + "requestedTokenType": {} + } + }, + "output": { + "type": "structure", + "members": { + "accessToken": { + "shape": "Sc" + }, + "tokenType": {}, + "expiresIn": { + "type": "integer" + }, + "refreshToken": { + "shape": "S7" + }, + "idToken": { + "shape": "Sf" + }, + "issuedTokenType": {}, + "scope": { + "shape": "S8" + } + } + } + }, "RegisterClient": { "http": { "requestUri": "/client/register" @@ -73,7 +139,9 @@ "type": "structure", "members": { "clientId": {}, - "clientSecret": {}, + "clientSecret": { + "shape": "S3" + }, "clientIdIssuedAt": { "type": "long" }, @@ -99,7 +167,9 @@ ], "members": { "clientId": {}, - "clientSecret": {}, + "clientSecret": { + "shape": "S3" + }, "startUrl": {} } }, @@ -122,9 +192,25 @@ } }, "shapes": { + "S3": { + "type": "string", + "sensitive": true + }, + "S7": { + "type": "string", + "sensitive": true + }, "S8": { "type": "list", "member": {} + }, + "Sc": { + "type": "string", + "sensitive": true + }, + "Sf": { + "type": "string", + "sensitive": true } } } \ No newline at end of file diff --git a/iamlivecore/service/states-2016-11-23.min.json b/iamlivecore/service/states-2016-11-23.min.json index dc362c8..78ed4e7 100644 --- a/iamlivecore/service/states-2016-11-23.min.json +++ b/iamlivecore/service/states-2016-11-23.min.json @@ -256,7 +256,17 @@ "shape": "S1e" }, "stateMachineVersionArn": {}, - "stateMachineAliasArn": {} + "stateMachineAliasArn": {}, + "redriveCount": { + "type": "integer" + }, + "redriveDate": { + "type": "timestamp" + }, + "redriveStatus": {}, + "redriveStatusReason": { + "shape": "S19" + } } } }, @@ -338,6 +348,12 @@ }, "resultsWritten": { "type": "long" + }, + "failuresNotRedrivable": { + "type": "long" + }, + "pendingRedrive": { + "type": "long" } } }, @@ -377,8 +393,20 @@ }, "resultsWritten": { "type": "long" + }, + "failuresNotRedrivable": { + "type": "long" + }, + "pendingRedrive": { + "type": "long" } } + }, + "redriveCount": { + "type": "integer" + }, + "redriveDate": { + "type": "timestamp" } } } @@ -601,7 +629,7 @@ "shape": "S19" }, "inputDetails": { - "shape": "S2e" + "shape": "S2h" }, "timeoutInSeconds": { "type": "long" @@ -624,7 +652,7 @@ "shape": "S19" }, "outputDetails": { - "shape": "S2e" + "shape": "S2h" } } }, @@ -679,7 +707,7 @@ "type": "long" }, "taskCredentials": { - "shape": "S2o" + "shape": "S2r" } } }, @@ -741,7 +769,7 @@ "shape": "S19" }, "outputDetails": { - "shape": "S2e" + "shape": "S2h" } } }, @@ -758,7 +786,7 @@ "shape": "S19" }, "outputDetails": { - "shape": "S2e" + "shape": "S2h" } } }, @@ -797,7 +825,7 @@ "shape": "S19" }, "inputDetails": { - "shape": "S2e" + "shape": "S2h" }, "roleArn": {}, "stateMachineAliasArn": {}, @@ -811,7 +839,7 @@ "shape": "S19" }, "outputDetails": { - "shape": "S2e" + "shape": "S2h" } } }, @@ -837,6 +865,14 @@ } } }, + "executionRedrivenEventDetails": { + "type": "structure", + "members": { + "redriveCount": { + "type": "integer" + } + } + }, "mapStateStartedEventDetails": { "type": "structure", "members": { @@ -846,16 +882,16 @@ } }, "mapIterationStartedEventDetails": { - "shape": "S32" + "shape": "S36" }, "mapIterationSucceededEventDetails": { - "shape": "S32" + "shape": "S36" }, "mapIterationFailedEventDetails": { - "shape": "S32" + "shape": "S36" }, "mapIterationAbortedEventDetails": { - "shape": "S32" + "shape": "S36" }, "lambdaFunctionFailedEventDetails": { "type": "structure", @@ -890,13 +926,13 @@ "shape": "S19" }, "inputDetails": { - "shape": "S2e" + "shape": "S2h" }, "timeoutInSeconds": { "type": "long" }, "taskCredentials": { - "shape": "S2o" + "shape": "S2r" } } }, @@ -918,7 +954,7 @@ "shape": "S19" }, "outputDetails": { - "shape": "S2e" + "shape": "S2h" } } }, @@ -944,7 +980,7 @@ "shape": "S19" }, "inputDetails": { - "shape": "S2e" + "shape": "S2h" } } }, @@ -959,7 +995,7 @@ "shape": "S19" }, "outputDetails": { - "shape": "S2e" + "shape": "S2h" } } }, @@ -979,6 +1015,15 @@ "shape": "S1e" } } + }, + "mapRunRedrivenEventDetails": { + "type": "structure", + "members": { + "mapRunArn": {}, + "redriveCount": { + "type": "integer" + } + } } } } @@ -1035,7 +1080,8 @@ "type": "integer" }, "nextToken": {}, - "mapRunArn": {} + "mapRunArn": {}, + "redriveFilter": {} } }, "output": { @@ -1071,7 +1117,13 @@ "type": "integer" }, "stateMachineVersionArn": {}, - "stateMachineAliasArn": {} + "stateMachineAliasArn": {}, + "redriveCount": { + "type": "integer" + }, + "redriveDate": { + "type": "timestamp" + } } } }, @@ -1294,6 +1346,32 @@ }, "idempotent": true }, + "RedriveExecution": { + "input": { + "type": "structure", + "required": [ + "executionArn" + ], + "members": { + "executionArn": {}, + "clientToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "required": [ + "redriveDate" + ], + "members": { + "redriveDate": { + "type": "timestamp" + } + } + }, + "idempotent": true + }, "SendTaskFailure": { "input": { "type": "structure", @@ -1496,6 +1574,91 @@ "members": {} } }, + "TestState": { + "input": { + "type": "structure", + "required": [ + "definition", + "roleArn" + ], + "members": { + "definition": { + "shape": "Sb" + }, + "roleArn": {}, + "input": { + "shape": "S19" + }, + "inspectionLevel": {}, + "revealSecrets": { + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "members": { + "output": { + "shape": "S19" + }, + "error": { + "shape": "S1d" + }, + "cause": { + "shape": "S1e" + }, + "inspectionData": { + "type": "structure", + "members": { + "input": { + "shape": "S19" + }, + "afterInputPath": { + "shape": "S19" + }, + "afterParameters": { + "shape": "S19" + }, + "result": { + "shape": "S19" + }, + "afterResultSelector": { + "shape": "S19" + }, + "afterResultPath": { + "shape": "S19" + }, + "request": { + "type": "structure", + "members": { + "protocol": {}, + "method": {}, + "url": {}, + "headers": {}, + "body": {} + } + }, + "response": { + "type": "structure", + "members": { + "protocol": {}, + "statusCode": {}, + "statusMessage": {}, + "headers": {}, + "body": {} + } + } + }, + "sensitive": true + }, + "nextState": {}, + "status": {} + } + }, + "endpoint": { + "hostPrefix": "sync-" + } + }, "UntagResource": { "input": { "type": "structure", @@ -1700,7 +1863,7 @@ "type": "string", "sensitive": true }, - "S2e": { + "S2h": { "type": "structure", "members": { "truncated": { @@ -1708,13 +1871,13 @@ } } }, - "S2o": { + "S2r": { "type": "structure", "members": { "roleArn": {} } }, - "S32": { + "S36": { "type": "structure", "members": { "name": {}, diff --git a/iamlivecore/service/storagegateway-2013-06-30.min.json b/iamlivecore/service/storagegateway-2013-06-30.min.json index 46fd703..a9ddd70 100644 --- a/iamlivecore/service/storagegateway-2013-06-30.min.json +++ b/iamlivecore/service/storagegateway-2013-06-30.min.json @@ -1038,7 +1038,8 @@ "Ipv4Address": {}, "MacAddress": {}, "Ipv6Address": {} - } + }, + "sensitive": true } }, "GatewayType": {}, @@ -1060,7 +1061,8 @@ "type": "list", "member": {} }, - "HostEnvironmentId": {} + "HostEnvironmentId": {}, + "SoftwareVersion": {} } } }, @@ -1102,7 +1104,7 @@ ], "members": { "FileShareARNList": { - "shape": "S5i" + "shape": "S5j" } } }, @@ -1168,7 +1170,7 @@ ], "members": { "FileShareARNList": { - "shape": "S5i" + "shape": "S5j" } } }, @@ -1263,7 +1265,7 @@ "type": "boolean" }, "SMBLocalGroups": { - "shape": "S5y" + "shape": "S5z" } } } @@ -1711,7 +1713,7 @@ "type": "structure", "members": { "AutomaticTapeCreationRules": { - "shape": "S7i" + "shape": "S7j" }, "GatewayARN": {} } @@ -2272,7 +2274,7 @@ ], "members": { "AutomaticTapeCreationRules": { - "shape": "S7i" + "shape": "S7j" }, "GatewayARN": {} } @@ -2583,7 +2585,7 @@ "members": { "GatewayARN": {}, "SMBLocalGroups": { - "shape": "S5y" + "shape": "S5z" } } }, @@ -2790,11 +2792,11 @@ "type": "string", "sensitive": true }, - "S5i": { + "S5j": { "type": "list", "member": {} }, - "S5y": { + "S5z": { "type": "structure", "members": { "GatewayAdmins": { @@ -2802,7 +2804,7 @@ } } }, - "S7i": { + "S7j": { "type": "list", "member": { "type": "structure", diff --git a/iamlivecore/service/textract-2018-06-27.min.json b/iamlivecore/service/textract-2018-06-27.min.json index c20b93f..41b05ad 100644 --- a/iamlivecore/service/textract-2018-06-27.min.json +++ b/iamlivecore/service/textract-2018-06-27.min.json @@ -48,6 +48,9 @@ }, "QueriesConfig": { "shape": "Sg" + }, + "AdaptersConfig": { + "shape": "Sm" } } }, @@ -55,10 +58,10 @@ "type": "structure", "members": { "DocumentMetadata": { - "shape": "Sn" + "shape": "Su" }, "Blocks": { - "shape": "Sp" + "shape": "Sw" }, "HumanLoopActivationOutput": { "type": "structure", @@ -93,10 +96,10 @@ "type": "structure", "members": { "DocumentMetadata": { - "shape": "Sn" + "shape": "Su" }, "ExpenseDocuments": { - "shape": "S1f" + "shape": "S1m" } } } @@ -122,16 +125,114 @@ "IdentityDocuments": { "type": "list", "member": { - "shape": "S1x" + "shape": "S24" } }, "DocumentMetadata": { - "shape": "Sn" + "shape": "Su" }, "AnalyzeIDModelVersion": {} } } }, + "CreateAdapter": { + "input": { + "type": "structure", + "required": [ + "AdapterName", + "FeatureTypes" + ], + "members": { + "AdapterName": {}, + "ClientRequestToken": { + "idempotencyToken": true + }, + "Description": {}, + "FeatureTypes": { + "shape": "S8" + }, + "AutoUpdate": {}, + "Tags": { + "shape": "S2f" + } + } + }, + "output": { + "type": "structure", + "members": { + "AdapterId": {} + } + }, + "idempotent": true + }, + "CreateAdapterVersion": { + "input": { + "type": "structure", + "required": [ + "AdapterId", + "DatasetConfig", + "OutputConfig" + ], + "members": { + "AdapterId": {}, + "ClientRequestToken": { + "idempotencyToken": true + }, + "DatasetConfig": { + "shape": "S2k" + }, + "KMSKeyId": {}, + "OutputConfig": { + "shape": "S2m" + }, + "Tags": { + "shape": "S2f" + } + } + }, + "output": { + "type": "structure", + "members": { + "AdapterId": {}, + "AdapterVersion": {} + } + }, + "idempotent": true + }, + "DeleteAdapter": { + "input": { + "type": "structure", + "required": [ + "AdapterId" + ], + "members": { + "AdapterId": {} + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "DeleteAdapterVersion": { + "input": { + "type": "structure", + "required": [ + "AdapterId", + "AdapterVersion" + ], + "members": { + "AdapterId": {}, + "AdapterVersion": {} + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, "DetectDocumentText": { "input": { "type": "structure", @@ -148,15 +249,97 @@ "type": "structure", "members": { "DocumentMetadata": { - "shape": "Sn" + "shape": "Su" }, "Blocks": { - "shape": "Sp" + "shape": "Sw" }, "DetectDocumentTextModelVersion": {} } } }, + "GetAdapter": { + "input": { + "type": "structure", + "required": [ + "AdapterId" + ], + "members": { + "AdapterId": {} + } + }, + "output": { + "type": "structure", + "members": { + "AdapterId": {}, + "AdapterName": {}, + "CreationTime": { + "type": "timestamp" + }, + "Description": {}, + "FeatureTypes": { + "shape": "S8" + }, + "AutoUpdate": {}, + "Tags": { + "shape": "S2f" + } + } + } + }, + "GetAdapterVersion": { + "input": { + "type": "structure", + "required": [ + "AdapterId", + "AdapterVersion" + ], + "members": { + "AdapterId": {}, + "AdapterVersion": {} + } + }, + "output": { + "type": "structure", + "members": { + "AdapterId": {}, + "AdapterVersion": {}, + "CreationTime": { + "type": "timestamp" + }, + "FeatureTypes": { + "shape": "S8" + }, + "Status": {}, + "StatusMessage": {}, + "DatasetConfig": { + "shape": "S2k" + }, + "KMSKeyId": {}, + "OutputConfig": { + "shape": "S2m" + }, + "EvaluationMetrics": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Baseline": { + "shape": "S33" + }, + "AdapterVersion": { + "shape": "S33" + }, + "FeatureType": {} + } + } + }, + "Tags": { + "shape": "S2f" + } + } + } + }, "GetDocumentAnalysis": { "input": { "type": "structure", @@ -175,15 +358,15 @@ "type": "structure", "members": { "DocumentMetadata": { - "shape": "Sn" + "shape": "Su" }, "JobStatus": {}, "NextToken": {}, "Blocks": { - "shape": "Sp" + "shape": "Sw" }, "Warnings": { - "shape": "S2b" + "shape": "S3a" }, "StatusMessage": {}, "AnalyzeDocumentModelVersion": {} @@ -208,15 +391,15 @@ "type": "structure", "members": { "DocumentMetadata": { - "shape": "Sn" + "shape": "Su" }, "JobStatus": {}, "NextToken": {}, "Blocks": { - "shape": "Sp" + "shape": "Sw" }, "Warnings": { - "shape": "S2b" + "shape": "S3a" }, "StatusMessage": {}, "DetectDocumentTextModelVersion": {} @@ -241,15 +424,15 @@ "type": "structure", "members": { "DocumentMetadata": { - "shape": "Sn" + "shape": "Su" }, "JobStatus": {}, "NextToken": {}, "ExpenseDocuments": { - "shape": "S1f" + "shape": "S1m" }, "Warnings": { - "shape": "S2b" + "shape": "S3a" }, "StatusMessage": {}, "AnalyzeExpenseModelVersion": {} @@ -274,7 +457,7 @@ "type": "structure", "members": { "DocumentMetadata": { - "shape": "Sn" + "shape": "Su" }, "JobStatus": {}, "NextToken": {}, @@ -294,10 +477,10 @@ ], "members": { "PageType": { - "shape": "S2p" + "shape": "S3o" }, "PageNumber": { - "shape": "S2p" + "shape": "S3o" } } }, @@ -316,12 +499,12 @@ "members": { "Type": {}, "KeyDetection": { - "shape": "S2w" + "shape": "S3v" }, "ValueDetections": { "type": "list", "member": { - "shape": "S2w" + "shape": "S3v" } } } @@ -336,7 +519,7 @@ "type": "float" }, "Geometry": { - "shape": "Sv" + "shape": "S12" } } } @@ -344,10 +527,10 @@ } }, "ExpenseDocument": { - "shape": "S1g" + "shape": "S1n" }, "IdentityDocument": { - "shape": "S1x" + "shape": "S24" } } } @@ -356,7 +539,7 @@ } }, "Warnings": { - "shape": "S2b" + "shape": "S3a" }, "StatusMessage": {}, "AnalyzeLendingModelVersion": {} @@ -377,7 +560,7 @@ "type": "structure", "members": { "DocumentMetadata": { - "shape": "Sn" + "shape": "Su" }, "JobStatus": {}, "Summary": { @@ -438,13 +621,113 @@ } }, "Warnings": { - "shape": "S2b" + "shape": "S3a" }, "StatusMessage": {}, "AnalyzeLendingModelVersion": {} } } }, + "ListAdapterVersions": { + "input": { + "type": "structure", + "members": { + "AdapterId": {}, + "AfterCreationTime": { + "type": "timestamp" + }, + "BeforeCreationTime": { + "type": "timestamp" + }, + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "AdapterVersions": { + "type": "list", + "member": { + "type": "structure", + "members": { + "AdapterId": {}, + "AdapterVersion": {}, + "CreationTime": { + "type": "timestamp" + }, + "FeatureTypes": { + "shape": "S8" + }, + "Status": {}, + "StatusMessage": {} + } + } + }, + "NextToken": {} + } + } + }, + "ListAdapters": { + "input": { + "type": "structure", + "members": { + "AfterCreationTime": { + "type": "timestamp" + }, + "BeforeCreationTime": { + "type": "timestamp" + }, + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "Adapters": { + "type": "list", + "member": { + "type": "structure", + "members": { + "AdapterId": {}, + "AdapterName": {}, + "CreationTime": { + "type": "timestamp" + }, + "FeatureTypes": { + "shape": "S8" + } + } + } + }, + "NextToken": {} + } + } + }, + "ListTagsForResource": { + "input": { + "type": "structure", + "required": [ + "ResourceARN" + ], + "members": { + "ResourceARN": {} + } + }, + "output": { + "type": "structure", + "members": { + "Tags": { + "shape": "S2f" + } + } + } + }, "StartDocumentAnalysis": { "input": { "type": "structure", @@ -454,7 +737,7 @@ ], "members": { "DocumentLocation": { - "shape": "S3e" + "shape": "S4o" }, "FeatureTypes": { "shape": "S8" @@ -462,14 +745,17 @@ "ClientRequestToken": {}, "JobTag": {}, "NotificationChannel": { - "shape": "S3h" + "shape": "S4q" }, "OutputConfig": { - "shape": "S3k" + "shape": "S2m" }, "KMSKeyId": {}, "QueriesConfig": { "shape": "Sg" + }, + "AdaptersConfig": { + "shape": "Sm" } } }, @@ -488,15 +774,15 @@ ], "members": { "DocumentLocation": { - "shape": "S3e" + "shape": "S4o" }, "ClientRequestToken": {}, "JobTag": {}, "NotificationChannel": { - "shape": "S3h" + "shape": "S4q" }, "OutputConfig": { - "shape": "S3k" + "shape": "S2m" }, "KMSKeyId": {} } @@ -516,15 +802,15 @@ ], "members": { "DocumentLocation": { - "shape": "S3e" + "shape": "S4o" }, "ClientRequestToken": {}, "JobTag": {}, "NotificationChannel": { - "shape": "S3h" + "shape": "S4q" }, "OutputConfig": { - "shape": "S3k" + "shape": "S2m" }, "KMSKeyId": {} } @@ -544,15 +830,15 @@ ], "members": { "DocumentLocation": { - "shape": "S3e" + "shape": "S4o" }, "ClientRequestToken": {}, "JobTag": {}, "NotificationChannel": { - "shape": "S3h" + "shape": "S4q" }, "OutputConfig": { - "shape": "S3k" + "shape": "S2m" }, "KMSKeyId": {} } @@ -563,6 +849,74 @@ "JobId": {} } } + }, + "TagResource": { + "input": { + "type": "structure", + "required": [ + "ResourceARN", + "Tags" + ], + "members": { + "ResourceARN": {}, + "Tags": { + "shape": "S2f" + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "UntagResource": { + "input": { + "type": "structure", + "required": [ + "ResourceARN", + "TagKeys" + ], + "members": { + "ResourceARN": {}, + "TagKeys": { + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "members": {} + } + }, + "UpdateAdapter": { + "input": { + "type": "structure", + "required": [ + "AdapterId" + ], + "members": { + "AdapterId": {}, + "Description": {}, + "AdapterName": {}, + "AutoUpdate": {} + } + }, + "output": { + "type": "structure", + "members": { + "AdapterId": {}, + "AdapterName": {}, + "CreationTime": { + "type": "timestamp" + }, + "Description": {}, + "FeatureTypes": { + "shape": "S8" + }, + "AutoUpdate": {} + } + } } }, "shapes": { @@ -617,7 +971,33 @@ } } }, - "Sn": { + "Sm": { + "type": "structure", + "required": [ + "Adapters" + ], + "members": { + "Adapters": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "AdapterId", + "Version" + ], + "members": { + "AdapterId": {}, + "Pages": { + "type": "list", + "member": {} + }, + "Version": {} + } + } + } + } + }, + "Su": { "type": "structure", "members": { "Pages": { @@ -625,7 +1005,7 @@ } } }, - "Sp": { + "Sw": { "type": "list", "member": { "type": "structure", @@ -649,7 +1029,7 @@ "type": "integer" }, "Geometry": { - "shape": "Sv" + "shape": "S12" }, "Id": {}, "Relationships": { @@ -679,7 +1059,7 @@ } } }, - "Sv": { + "S12": { "type": "structure", "members": { "BoundingBox": { @@ -715,20 +1095,20 @@ } } }, - "S1f": { + "S1m": { "type": "list", "member": { - "shape": "S1g" + "shape": "S1n" } }, - "S1g": { + "S1n": { "type": "structure", "members": { "ExpenseIndex": { "type": "integer" }, "SummaryFields": { - "shape": "S1h" + "shape": "S1o" }, "LineItemGroups": { "type": "list", @@ -744,7 +1124,7 @@ "type": "structure", "members": { "LineItemExpenseFields": { - "shape": "S1h" + "shape": "S1o" } } } @@ -753,11 +1133,11 @@ } }, "Blocks": { - "shape": "Sp" + "shape": "Sw" } } }, - "S1h": { + "S1o": { "type": "list", "member": { "type": "structure", @@ -772,10 +1152,10 @@ } }, "LabelDetection": { - "shape": "S1k" + "shape": "S1r" }, "ValueDetection": { - "shape": "S1k" + "shape": "S1r" }, "PageNumber": { "type": "integer" @@ -805,19 +1185,19 @@ } } }, - "S1k": { + "S1r": { "type": "structure", "members": { "Text": {}, "Geometry": { - "shape": "Sv" + "shape": "S12" }, "Confidence": { "type": "float" } } }, - "S1x": { + "S24": { "type": "structure", "members": { "DocumentIndex": { @@ -829,20 +1209,20 @@ "type": "structure", "members": { "Type": { - "shape": "S20" + "shape": "S27" }, "ValueDetection": { - "shape": "S20" + "shape": "S27" } } } }, "Blocks": { - "shape": "Sp" + "shape": "Sw" } } }, - "S20": { + "S27": { "type": "structure", "required": [ "Text" @@ -861,7 +1241,44 @@ } } }, - "S2b": { + "S2f": { + "type": "map", + "key": {}, + "value": {} + }, + "S2k": { + "type": "structure", + "members": { + "ManifestS3Object": { + "shape": "S4" + } + } + }, + "S2m": { + "type": "structure", + "required": [ + "S3Bucket" + ], + "members": { + "S3Bucket": {}, + "S3Prefix": {} + } + }, + "S33": { + "type": "structure", + "members": { + "F1Score": { + "type": "float" + }, + "Precision": { + "type": "float" + }, + "Recall": { + "type": "float" + } + } + }, + "S3a": { "type": "list", "member": { "type": "structure", @@ -876,7 +1293,7 @@ } } }, - "S2p": { + "S3o": { "type": "list", "member": { "type": "structure", @@ -888,20 +1305,20 @@ } } }, - "S2w": { + "S3v": { "type": "structure", "members": { "Text": {}, "SelectionStatus": {}, "Geometry": { - "shape": "Sv" + "shape": "S12" }, "Confidence": { "type": "float" } } }, - "S3e": { + "S4o": { "type": "structure", "members": { "S3Object": { @@ -909,7 +1326,7 @@ } } }, - "S3h": { + "S4q": { "type": "structure", "required": [ "SNSTopicArn", @@ -919,16 +1336,6 @@ "SNSTopicArn": {}, "RoleArn": {} } - }, - "S3k": { - "type": "structure", - "required": [ - "S3Bucket" - ], - "members": { - "S3Bucket": {}, - "S3Prefix": {} - } } } } \ No newline at end of file diff --git a/iamlivecore/service/transcribe-2017-10-26.min.json b/iamlivecore/service/transcribe-2017-10-26.min.json index 26a790e..66219a5 100644 --- a/iamlivecore/service/transcribe-2017-10-26.min.json +++ b/iamlivecore/service/transcribe-2017-10-26.min.json @@ -206,6 +206,17 @@ } } }, + "DeleteMedicalScribeJob": { + "input": { + "type": "structure", + "required": [ + "MedicalScribeJobName" + ], + "members": { + "MedicalScribeJobName": {} + } + } + }, "DeleteMedicalTranscriptionJob": { "input": { "type": "structure", @@ -275,7 +286,7 @@ "type": "structure", "members": { "LanguageModel": { - "shape": "S1u" + "shape": "S1v" } } } @@ -313,7 +324,26 @@ "type": "structure", "members": { "CallAnalyticsJob": { - "shape": "S1z" + "shape": "S20" + } + } + } + }, + "GetMedicalScribeJob": { + "input": { + "type": "structure", + "required": [ + "MedicalScribeJobName" + ], + "members": { + "MedicalScribeJobName": {} + } + }, + "output": { + "type": "structure", + "members": { + "MedicalScribeJob": { + "shape": "S2n" } } } @@ -332,7 +362,7 @@ "type": "structure", "members": { "MedicalTranscriptionJob": { - "shape": "S2l" + "shape": "S2z" } } } @@ -375,7 +405,7 @@ "type": "structure", "members": { "TranscriptionJob": { - "shape": "S2z" + "shape": "S3c" } } } @@ -509,7 +539,48 @@ "Models": { "type": "list", "member": { - "shape": "S1u" + "shape": "S1v" + } + } + } + } + }, + "ListMedicalScribeJobs": { + "input": { + "type": "structure", + "members": { + "Status": {}, + "JobNameContains": {}, + "NextToken": {}, + "MaxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "Status": {}, + "NextToken": {}, + "MedicalScribeJobSummaries": { + "type": "list", + "member": { + "type": "structure", + "members": { + "MedicalScribeJobName": {}, + "CreationTime": { + "type": "timestamp" + }, + "StartTime": { + "type": "timestamp" + }, + "CompletionTime": { + "type": "timestamp" + }, + "LanguageCode": {}, + "MedicalScribeJobStatus": {}, + "FailureReason": {} + } } } } @@ -578,7 +649,7 @@ "Status": {}, "NextToken": {}, "Vocabularies": { - "shape": "S42" + "shape": "S4j" } } } @@ -640,10 +711,10 @@ "FailureReason": {}, "OutputLocationType": {}, "ContentRedaction": { - "shape": "S28" + "shape": "S29" }, "ModelSettings": { - "shape": "S31" + "shape": "S3e" }, "IdentifyLanguage": { "type": "boolean" @@ -655,10 +726,10 @@ "type": "float" }, "LanguageCodes": { - "shape": "S33" + "shape": "S3g" }, "ToxicityDetection": { - "shape": "S3b" + "shape": "S3o" } } } @@ -684,7 +755,7 @@ "Status": {}, "NextToken": {}, "Vocabularies": { - "shape": "S42" + "shape": "S4j" } } } @@ -730,16 +801,16 @@ "members": { "CallAnalyticsJobName": {}, "Media": { - "shape": "S23" + "shape": "S24" }, "OutputLocation": {}, "OutputEncryptionKMSKeyId": {}, "DataAccessRoleArn": {}, "Settings": { - "shape": "S26" + "shape": "S27" }, "ChannelDefinitions": { - "shape": "S2g" + "shape": "S2i" } } }, @@ -747,7 +818,48 @@ "type": "structure", "members": { "CallAnalyticsJob": { - "shape": "S1z" + "shape": "S20" + } + } + } + }, + "StartMedicalScribeJob": { + "input": { + "type": "structure", + "required": [ + "MedicalScribeJobName", + "Media", + "OutputBucketName", + "DataAccessRoleArn", + "Settings" + ], + "members": { + "MedicalScribeJobName": {}, + "Media": { + "shape": "S24" + }, + "OutputBucketName": {}, + "OutputEncryptionKMSKeyId": {}, + "KMSEncryptionContext": { + "shape": "S53" + }, + "DataAccessRoleArn": {}, + "Settings": { + "shape": "S2r" + }, + "ChannelDefinitions": { + "shape": "S2t" + }, + "Tags": { + "shape": "Sv" + } + } + }, + "output": { + "type": "structure", + "members": { + "MedicalScribeJob": { + "shape": "S2n" } } } @@ -771,16 +883,16 @@ }, "MediaFormat": {}, "Media": { - "shape": "S23" + "shape": "S24" }, "OutputBucketName": {}, "OutputKey": {}, "OutputEncryptionKMSKeyId": {}, "KMSEncryptionContext": { - "shape": "S4n" + "shape": "S53" }, "Settings": { - "shape": "S2p" + "shape": "S33" }, "ContentIdentificationType": {}, "Specialty": {}, @@ -794,7 +906,7 @@ "type": "structure", "members": { "MedicalTranscriptionJob": { - "shape": "S2l" + "shape": "S2z" } } } @@ -814,25 +926,25 @@ }, "MediaFormat": {}, "Media": { - "shape": "S23" + "shape": "S24" }, "OutputBucketName": {}, "OutputKey": {}, "OutputEncryptionKMSKeyId": {}, "KMSEncryptionContext": { - "shape": "S4n" + "shape": "S53" }, "Settings": { - "shape": "S30" + "shape": "S3d" }, "ModelSettings": { - "shape": "S31" + "shape": "S3e" }, "JobExecutionSettings": { - "shape": "S32" + "shape": "S3f" }, "ContentRedaction": { - "shape": "S28" + "shape": "S29" }, "IdentifyLanguage": { "type": "boolean" @@ -841,13 +953,13 @@ "type": "boolean" }, "LanguageOptions": { - "shape": "S2d" + "shape": "S2e" }, "Subtitles": { "type": "structure", "members": { "Formats": { - "shape": "S37" + "shape": "S3k" }, "OutputStartIndex": { "type": "integer" @@ -858,10 +970,10 @@ "shape": "Sv" }, "LanguageIdSettings": { - "shape": "S2e" + "shape": "S2f" }, "ToxicityDetection": { - "shape": "S3b" + "shape": "S3o" } } }, @@ -869,7 +981,7 @@ "type": "structure", "members": { "TranscriptionJob": { - "shape": "S2z" + "shape": "S3c" } } } @@ -1194,7 +1306,7 @@ "type": "list", "member": {} }, - "S1u": { + "S1v": { "type": "structure", "members": { "ModelName": {}, @@ -1216,7 +1328,7 @@ } } }, - "S1z": { + "S20": { "type": "structure", "members": { "CallAnalyticsJobName": {}, @@ -1227,10 +1339,10 @@ }, "MediaFormat": {}, "Media": { - "shape": "S23" + "shape": "S24" }, "Transcript": { - "shape": "S24" + "shape": "S25" }, "StartTime": { "type": "timestamp" @@ -1247,28 +1359,28 @@ "type": "float" }, "Settings": { - "shape": "S26" + "shape": "S27" }, "ChannelDefinitions": { - "shape": "S2g" + "shape": "S2i" } } }, - "S23": { + "S24": { "type": "structure", "members": { "MediaFileUri": {}, "RedactedMediaFileUri": {} } }, - "S24": { + "S25": { "type": "structure", "members": { "TranscriptFileUri": {}, "RedactedTranscriptFileUri": {} } }, - "S26": { + "S27": { "type": "structure", "members": { "VocabularyName": {}, @@ -1276,17 +1388,28 @@ "VocabularyFilterMethod": {}, "LanguageModelName": {}, "ContentRedaction": { - "shape": "S28" + "shape": "S29" }, "LanguageOptions": { - "shape": "S2d" + "shape": "S2e" }, "LanguageIdSettings": { - "shape": "S2e" + "shape": "S2f" + }, + "Summarization": { + "type": "structure", + "required": [ + "GenerateAbstractiveSummary" + ], + "members": { + "GenerateAbstractiveSummary": { + "type": "boolean" + } + } } } }, - "S28": { + "S29": { "type": "structure", "required": [ "RedactionType", @@ -1301,11 +1424,11 @@ } } }, - "S2d": { + "S2e": { "type": "list", "member": {} }, - "S2e": { + "S2f": { "type": "map", "key": {}, "value": { @@ -1317,7 +1440,7 @@ } } }, - "S2g": { + "S2i": { "type": "list", "member": { "type": "structure", @@ -1329,7 +1452,82 @@ } } }, - "S2l": { + "S2n": { + "type": "structure", + "members": { + "MedicalScribeJobName": {}, + "MedicalScribeJobStatus": {}, + "LanguageCode": {}, + "Media": { + "shape": "S24" + }, + "MedicalScribeOutput": { + "type": "structure", + "required": [ + "TranscriptFileUri", + "ClinicalDocumentUri" + ], + "members": { + "TranscriptFileUri": {}, + "ClinicalDocumentUri": {} + } + }, + "StartTime": { + "type": "timestamp" + }, + "CreationTime": { + "type": "timestamp" + }, + "CompletionTime": { + "type": "timestamp" + }, + "FailureReason": {}, + "Settings": { + "shape": "S2r" + }, + "DataAccessRoleArn": {}, + "ChannelDefinitions": { + "shape": "S2t" + }, + "Tags": { + "shape": "Sv" + } + } + }, + "S2r": { + "type": "structure", + "members": { + "ShowSpeakerLabels": { + "type": "boolean" + }, + "MaxSpeakerLabels": { + "type": "integer" + }, + "ChannelIdentification": { + "type": "boolean" + }, + "VocabularyName": {}, + "VocabularyFilterName": {}, + "VocabularyFilterMethod": {} + } + }, + "S2t": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "ChannelId", + "ParticipantRole" + ], + "members": { + "ChannelId": { + "type": "integer" + }, + "ParticipantRole": {} + } + } + }, + "S2z": { "type": "structure", "members": { "MedicalTranscriptionJobName": {}, @@ -1340,7 +1538,7 @@ }, "MediaFormat": {}, "Media": { - "shape": "S23" + "shape": "S24" }, "Transcript": { "type": "structure", @@ -1359,7 +1557,7 @@ }, "FailureReason": {}, "Settings": { - "shape": "S2p" + "shape": "S33" }, "ContentIdentificationType": {}, "Specialty": {}, @@ -1369,7 +1567,7 @@ } } }, - "S2p": { + "S33": { "type": "structure", "members": { "ShowSpeakerLabels": { @@ -1390,7 +1588,7 @@ "VocabularyName": {} } }, - "S2z": { + "S3c": { "type": "structure", "members": { "TranscriptionJobName": {}, @@ -1401,10 +1599,10 @@ }, "MediaFormat": {}, "Media": { - "shape": "S23" + "shape": "S24" }, "Transcript": { - "shape": "S24" + "shape": "S25" }, "StartTime": { "type": "timestamp" @@ -1417,16 +1615,16 @@ }, "FailureReason": {}, "Settings": { - "shape": "S30" + "shape": "S3d" }, "ModelSettings": { - "shape": "S31" + "shape": "S3e" }, "JobExecutionSettings": { - "shape": "S32" + "shape": "S3f" }, "ContentRedaction": { - "shape": "S28" + "shape": "S29" }, "IdentifyLanguage": { "type": "boolean" @@ -1435,13 +1633,13 @@ "type": "boolean" }, "LanguageOptions": { - "shape": "S2d" + "shape": "S2e" }, "IdentifiedLanguageScore": { "type": "float" }, "LanguageCodes": { - "shape": "S33" + "shape": "S3g" }, "Tags": { "shape": "Sv" @@ -1450,7 +1648,7 @@ "type": "structure", "members": { "Formats": { - "shape": "S37" + "shape": "S3k" }, "SubtitleFileUris": { "type": "list", @@ -1462,14 +1660,14 @@ } }, "LanguageIdSettings": { - "shape": "S2e" + "shape": "S2f" }, "ToxicityDetection": { - "shape": "S3b" + "shape": "S3o" } } }, - "S30": { + "S3d": { "type": "structure", "members": { "VocabularyName": {}, @@ -1492,13 +1690,13 @@ "VocabularyFilterMethod": {} } }, - "S31": { + "S3e": { "type": "structure", "members": { "LanguageModelName": {} } }, - "S32": { + "S3f": { "type": "structure", "members": { "AllowDeferredExecution": { @@ -1507,7 +1705,7 @@ "DataAccessRoleArn": {} } }, - "S33": { + "S3g": { "type": "list", "member": { "type": "structure", @@ -1519,11 +1717,11 @@ } } }, - "S37": { + "S3k": { "type": "list", "member": {} }, - "S3b": { + "S3o": { "type": "list", "member": { "type": "structure", @@ -1538,7 +1736,7 @@ } } }, - "S42": { + "S4j": { "type": "list", "member": { "type": "structure", @@ -1552,7 +1750,7 @@ } } }, - "S4n": { + "S53": { "type": "map", "key": {}, "value": {} diff --git a/iamlivecore/service/transfer-2018-11-05.min.json b/iamlivecore/service/transfer-2018-11-05.min.json index 88a5ce8..4d3cfd5 100644 --- a/iamlivecore/service/transfer-2018-11-05.min.json +++ b/iamlivecore/service/transfer-2018-11-05.min.json @@ -30,7 +30,7 @@ }, "Policy": {}, "PosixProfile": { - "shape": "S9" + "shape": "Sa" }, "Role": {}, "ServerId": {}, @@ -68,7 +68,7 @@ "AccessRole": {}, "Status": {}, "Tags": { - "shape": "Sk" + "shape": "Sl" } } }, @@ -92,15 +92,15 @@ "members": { "Url": {}, "As2Config": { - "shape": "Ss" + "shape": "St" }, "AccessRole": {}, "LoggingRole": {}, "Tags": { - "shape": "Sk" + "shape": "Sl" }, "SftpConfig": { - "shape": "S10" + "shape": "S11" } } }, @@ -125,10 +125,10 @@ "As2Id": {}, "ProfileType": {}, "CertificateIds": { - "shape": "S19" + "shape": "S1a" }, "Tags": { - "shape": "Sk" + "shape": "Sl" } } }, @@ -149,34 +149,37 @@ "Certificate": {}, "Domain": {}, "EndpointDetails": { - "shape": "S1f" + "shape": "S1g" }, "EndpointType": {}, "HostKey": { - "shape": "S1p" + "shape": "S1q" }, "IdentityProviderDetails": { - "shape": "S1q" + "shape": "S1r" }, "IdentityProviderType": {}, "LoggingRole": {}, "PostAuthenticationLoginBanner": {}, "PreAuthenticationLoginBanner": {}, "Protocols": { - "shape": "S1x" + "shape": "S1z" }, "ProtocolDetails": { - "shape": "S1z" + "shape": "S21" }, "SecurityPolicyName": {}, "Tags": { - "shape": "Sk" + "shape": "Sl" }, "WorkflowDetails": { - "shape": "S26" + "shape": "S28" }, "StructuredLogDestinations": { - "shape": "S2b" + "shape": "S2d" + }, + "S3StorageOptions": { + "shape": "S2f" } } }, @@ -206,13 +209,13 @@ }, "Policy": {}, "PosixProfile": { - "shape": "S9" + "shape": "Sa" }, "Role": {}, "ServerId": {}, "SshPublicKeyBody": {}, "Tags": { - "shape": "Sk" + "shape": "Sl" }, "UserName": {} } @@ -238,13 +241,13 @@ "members": { "Description": {}, "Steps": { - "shape": "S2k" + "shape": "S2o" }, "OnExceptionSteps": { - "shape": "S2k" + "shape": "S2o" }, "Tags": { - "shape": "Sk" + "shape": "Sl" } } }, @@ -410,7 +413,7 @@ "HomeDirectoryType": {}, "Policy": {}, "PosixProfile": { - "shape": "S9" + "shape": "Sa" }, "Role": {}, "ExternalId": {} @@ -453,7 +456,7 @@ "BaseDirectory": {}, "AccessRole": {}, "Tags": { - "shape": "Sk" + "shape": "Sl" } } } @@ -487,10 +490,10 @@ "Usage": {}, "Status": {}, "Certificate": { - "shape": "S3x" + "shape": "S41" }, "CertificateChain": { - "shape": "S3y" + "shape": "S42" }, "ActiveDate": { "type": "timestamp" @@ -508,7 +511,7 @@ "Type": {}, "Description": {}, "Tags": { - "shape": "Sk" + "shape": "Sl" } } } @@ -541,15 +544,15 @@ "ConnectorId": {}, "Url": {}, "As2Config": { - "shape": "Ss" + "shape": "St" }, "AccessRole": {}, "LoggingRole": {}, "Tags": { - "shape": "Sk" + "shape": "Sl" }, "SftpConfig": { - "shape": "S10" + "shape": "S11" } } } @@ -581,10 +584,10 @@ "members": { "ExecutionId": {}, "InitialFileLocation": { - "shape": "S49" + "shape": "S4d" }, "ServiceMetadata": { - "shape": "S4d" + "shape": "S4h" }, "ExecutionRole": {}, "LoggingConfiguration": { @@ -595,17 +598,17 @@ } }, "PosixProfile": { - "shape": "S9" + "shape": "Sa" }, "Status": {}, "Results": { "type": "structure", "members": { "Steps": { - "shape": "S4k" + "shape": "S4o" }, "OnExceptionSteps": { - "shape": "S4k" + "shape": "S4o" } } } @@ -647,7 +650,7 @@ "type": "timestamp" }, "Tags": { - "shape": "Sk" + "shape": "Sl" } } } @@ -681,10 +684,10 @@ "ProfileType": {}, "As2Id": {}, "CertificateIds": { - "shape": "S19" + "shape": "S1a" }, "Tags": { - "shape": "Sk" + "shape": "Sl" } } } @@ -718,16 +721,16 @@ }, "SecurityPolicyName": {}, "SshCiphers": { - "shape": "S54" + "shape": "S58" }, "SshKexs": { - "shape": "S54" + "shape": "S58" }, "SshMacs": { - "shape": "S54" + "shape": "S58" }, "TlsCiphers": { - "shape": "S54" + "shape": "S58" } } } @@ -759,38 +762,41 @@ "Arn": {}, "Certificate": {}, "ProtocolDetails": { - "shape": "S1z" + "shape": "S21" }, "Domain": {}, "EndpointDetails": { - "shape": "S1f" + "shape": "S1g" }, "EndpointType": {}, "HostKeyFingerprint": {}, "IdentityProviderDetails": { - "shape": "S1q" + "shape": "S1r" }, "IdentityProviderType": {}, "LoggingRole": {}, "PostAuthenticationLoginBanner": {}, "PreAuthenticationLoginBanner": {}, "Protocols": { - "shape": "S1x" + "shape": "S1z" }, "SecurityPolicyName": {}, "ServerId": {}, "State": {}, "Tags": { - "shape": "Sk" + "shape": "Sl" }, "UserCount": { "type": "integer" }, "WorkflowDetails": { - "shape": "S26" + "shape": "S28" }, "StructuredLogDestinations": { - "shape": "S2b" + "shape": "S2d" + }, + "S3StorageOptions": { + "shape": "S2f" } } } @@ -831,7 +837,7 @@ "HomeDirectoryType": {}, "Policy": {}, "PosixProfile": { - "shape": "S9" + "shape": "Sa" }, "Role": {}, "SshPublicKeys": { @@ -853,7 +859,7 @@ } }, "Tags": { - "shape": "Sk" + "shape": "Sl" }, "UserName": {} } @@ -886,14 +892,14 @@ "Arn": {}, "Description": {}, "Steps": { - "shape": "S2k" + "shape": "S2o" }, "OnExceptionSteps": { - "shape": "S2k" + "shape": "S2o" }, "WorkflowId": {}, "Tags": { - "shape": "Sk" + "shape": "Sl" } } } @@ -910,10 +916,10 @@ "members": { "Usage": {}, "Certificate": { - "shape": "S3x" + "shape": "S41" }, "CertificateChain": { - "shape": "S3y" + "shape": "S42" }, "PrivateKey": { "type": "string", @@ -927,7 +933,7 @@ }, "Description": {}, "Tags": { - "shape": "Sk" + "shape": "Sl" } } }, @@ -951,11 +957,11 @@ "members": { "ServerId": {}, "HostKeyBody": { - "shape": "S1p" + "shape": "S1q" }, "Description": {}, "Tags": { - "shape": "Sk" + "shape": "Sl" } } }, @@ -1177,10 +1183,10 @@ "members": { "ExecutionId": {}, "InitialFileLocation": { - "shape": "S49" + "shape": "S4d" }, "ServiceMetadata": { - "shape": "S4d" + "shape": "S4h" }, "Status": {} } @@ -1352,7 +1358,7 @@ "Arn": {}, "NextToken": {}, "Tags": { - "shape": "Sk" + "shape": "Sl" } } } @@ -1463,10 +1469,10 @@ "members": { "ConnectorId": {}, "SendFilePaths": { - "shape": "S77" + "shape": "S7b" }, "RetrieveFilePaths": { - "shape": "S77" + "shape": "S7b" }, "LocalDirectoryPath": {}, "RemoteDirectoryPath": {} @@ -1514,7 +1520,7 @@ "members": { "Arn": {}, "Tags": { - "shape": "Sk" + "shape": "Sl" } } } @@ -1603,7 +1609,7 @@ }, "Policy": {}, "PosixProfile": { - "shape": "S9" + "shape": "Sa" }, "Role": {}, "ServerId": {}, @@ -1687,12 +1693,12 @@ "ConnectorId": {}, "Url": {}, "As2Config": { - "shape": "Ss" + "shape": "St" }, "AccessRole": {}, "LoggingRole": {}, "SftpConfig": { - "shape": "S10" + "shape": "S11" } } }, @@ -1741,7 +1747,7 @@ "members": { "ProfileId": {}, "CertificateIds": { - "shape": "S19" + "shape": "S1a" } } }, @@ -1764,31 +1770,34 @@ "members": { "Certificate": {}, "ProtocolDetails": { - "shape": "S1z" + "shape": "S21" }, "EndpointDetails": { - "shape": "S1f" + "shape": "S1g" }, "EndpointType": {}, "HostKey": { - "shape": "S1p" + "shape": "S1q" }, "IdentityProviderDetails": { - "shape": "S1q" + "shape": "S1r" }, "LoggingRole": {}, "PostAuthenticationLoginBanner": {}, "PreAuthenticationLoginBanner": {}, "Protocols": { - "shape": "S1x" + "shape": "S1z" }, "SecurityPolicyName": {}, "ServerId": {}, "WorkflowDetails": { - "shape": "S26" + "shape": "S28" }, "StructuredLogDestinations": { - "shape": "S2b" + "shape": "S2d" + }, + "S3StorageOptions": { + "shape": "S2f" } } }, @@ -1817,7 +1826,7 @@ }, "Policy": {}, "PosixProfile": { - "shape": "S9" + "shape": "Sa" }, "Role": {}, "ServerId": {}, @@ -1848,11 +1857,12 @@ ], "members": { "Entry": {}, - "Target": {} + "Target": {}, + "Type": {} } } }, - "S9": { + "Sa": { "type": "structure", "required": [ "Uid", @@ -1873,7 +1883,7 @@ } } }, - "Sk": { + "Sl": { "type": "list", "member": { "type": "structure", @@ -1887,7 +1897,7 @@ } } }, - "Ss": { + "St": { "type": "structure", "members": { "LocalProfileId": {}, @@ -1901,7 +1911,7 @@ "BasicAuthSecretId": {} } }, - "S10": { + "S11": { "type": "structure", "members": { "UserSecretId": {}, @@ -1911,11 +1921,11 @@ } } }, - "S19": { + "S1a": { "type": "list", "member": {} }, - "S1f": { + "S1g": { "type": "structure", "members": { "AddressAllocationIds": { @@ -1934,11 +1944,11 @@ } } }, - "S1p": { + "S1q": { "type": "string", "sensitive": true }, - "S1q": { + "S1r": { "type": "structure", "members": { "Url": {}, @@ -1948,11 +1958,11 @@ "SftpAuthenticationMethods": {} } }, - "S1x": { + "S1z": { "type": "list", "member": {} }, - "S1z": { + "S21": { "type": "structure", "members": { "PassiveIp": {}, @@ -1964,24 +1974,24 @@ } } }, - "S26": { + "S28": { "type": "structure", "members": { "OnUpload": { "type": "list", "member": { - "shape": "S28" + "shape": "S2a" } }, "OnPartialUpload": { "type": "list", "member": { - "shape": "S28" + "shape": "S2a" } } } }, - "S28": { + "S2a": { "type": "structure", "required": [ "WorkflowId", @@ -1992,11 +2002,17 @@ "ExecutionRole": {} } }, - "S2b": { + "S2d": { "type": "list", "member": {} }, - "S2k": { + "S2f": { + "type": "structure", + "members": { + "DirectoryListingOptimization": {} + } + }, + "S2o": { "type": "list", "member": { "type": "structure", @@ -2007,7 +2023,7 @@ "members": { "Name": {}, "DestinationFileLocation": { - "shape": "S2p" + "shape": "S2t" }, "OverwriteExisting": {}, "SourceFileLocation": {} @@ -2064,14 +2080,14 @@ "SourceFileLocation": {}, "OverwriteExisting": {}, "DestinationFileLocation": { - "shape": "S2p" + "shape": "S2t" } } } } } }, - "S2p": { + "S2t": { "type": "structure", "members": { "S3FileLocation": { @@ -2082,26 +2098,26 @@ } }, "EfsFileLocation": { - "shape": "S2t" + "shape": "S2x" } } }, - "S2t": { + "S2x": { "type": "structure", "members": { "FileSystemId": {}, "Path": {} } }, - "S3x": { + "S41": { "type": "string", "sensitive": true }, - "S3y": { + "S42": { "type": "string", "sensitive": true }, - "S49": { + "S4d": { "type": "structure", "members": { "S3FileLocation": { @@ -2114,11 +2130,11 @@ } }, "EfsFileLocation": { - "shape": "S2t" + "shape": "S2x" } } }, - "S4d": { + "S4h": { "type": "structure", "required": [ "UserDetails" @@ -2138,7 +2154,7 @@ } } }, - "S4k": { + "S4o": { "type": "list", "member": { "type": "structure", @@ -2159,11 +2175,11 @@ } } }, - "S54": { + "S58": { "type": "list", "member": {} }, - "S77": { + "S7b": { "type": "list", "member": {} } diff --git a/iamlivecore/service/translate-2017-07-01.min.json b/iamlivecore/service/translate-2017-07-01.min.json index f025650..35e7867 100644 --- a/iamlivecore/service/translate-2017-07-01.min.json +++ b/iamlivecore/service/translate-2017-07-01.min.json @@ -108,16 +108,16 @@ "type": "structure", "members": { "ParallelDataProperties": { - "shape": "S16" + "shape": "S17" }, "DataLocation": { - "shape": "S1a" + "shape": "S1b" }, "AuxiliaryDataLocation": { - "shape": "S1a" + "shape": "S1b" }, "LatestUpdateAttemptAuxiliaryDataLocation": { - "shape": "S1a" + "shape": "S1b" } } } @@ -137,13 +137,13 @@ "type": "structure", "members": { "TerminologyProperties": { - "shape": "S1f" + "shape": "S1g" }, "TerminologyDataLocation": { - "shape": "S1i" + "shape": "S1j" }, "AuxiliaryDataLocation": { - "shape": "S1i" + "shape": "S1j" } } } @@ -187,10 +187,10 @@ "type": "structure", "members": { "TerminologyProperties": { - "shape": "S1f" + "shape": "S1g" }, "AuxiliaryDataLocation": { - "shape": "S1i" + "shape": "S1j" } } } @@ -244,7 +244,7 @@ "ParallelDataPropertiesList": { "type": "list", "member": { - "shape": "S16" + "shape": "S17" } }, "NextToken": {} @@ -286,7 +286,7 @@ "TerminologyPropertiesList": { "type": "list", "member": { - "shape": "S1f" + "shape": "S1g" } }, "NextToken": {} @@ -468,7 +468,7 @@ "SourceLanguageCode": {}, "TargetLanguageCode": {}, "AppliedTerminologies": { - "shape": "S2l" + "shape": "S2m" }, "AppliedSettings": { "shape": "S11" @@ -508,7 +508,7 @@ "SourceLanguageCode": {}, "TargetLanguageCode": {}, "AppliedTerminologies": { - "shape": "S2l" + "shape": "S2m" }, "AppliedSettings": { "shape": "S11" @@ -571,10 +571,6 @@ "shapes": { "S4": { "type": "structure", - "required": [ - "S3Uri", - "Format" - ], "members": { "S3Uri": {}, "Format": {} @@ -689,10 +685,11 @@ "type": "structure", "members": { "Formality": {}, - "Profanity": {} + "Profanity": {}, + "Brevity": {} } }, - "S16": { + "S17": { "type": "structure", "members": { "Name": {}, @@ -701,7 +698,7 @@ "Status": {}, "SourceLanguageCode": {}, "TargetLanguageCodes": { - "shape": "S18" + "shape": "S19" }, "ParallelDataConfig": { "shape": "S4" @@ -734,11 +731,11 @@ } } }, - "S18": { + "S19": { "type": "list", "member": {} }, - "S1a": { + "S1b": { "type": "structure", "required": [ "RepositoryType", @@ -749,7 +746,7 @@ "Location": {} } }, - "S1f": { + "S1g": { "type": "structure", "members": { "Name": {}, @@ -757,7 +754,7 @@ "Arn": {}, "SourceLanguageCode": {}, "TargetLanguageCodes": { - "shape": "S18" + "shape": "S19" }, "EncryptionKey": { "shape": "S7" @@ -782,7 +779,7 @@ "Format": {} } }, - "S1i": { + "S1j": { "type": "structure", "required": [ "RepositoryType", @@ -793,7 +790,7 @@ "Location": {} } }, - "S2l": { + "S2m": { "type": "list", "member": { "type": "structure", diff --git a/iamlivecore/service/trustedadvisor-2022-09-15.min.json b/iamlivecore/service/trustedadvisor-2022-09-15.min.json new file mode 100644 index 0000000..8e45987 --- /dev/null +++ b/iamlivecore/service/trustedadvisor-2022-09-15.min.json @@ -0,0 +1,794 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2022-09-15", + "endpointPrefix": "trustedadvisor", + "jsonVersion": "1.1", + "protocol": "rest-json", + "serviceFullName": "TrustedAdvisor Public API", + "serviceId": "TrustedAdvisor", + "signatureVersion": "v4", + "signingName": "trustedadvisor", + "uid": "trustedadvisor-2022-09-15" + }, + "operations": { + "GetOrganizationRecommendation": { + "http": { + "method": "GET", + "requestUri": "/v1/organization-recommendations/{organizationRecommendationIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "organizationRecommendationIdentifier" + ], + "members": { + "organizationRecommendationIdentifier": { + "location": "uri", + "locationName": "organizationRecommendationIdentifier" + } + } + }, + "output": { + "type": "structure", + "members": { + "organizationRecommendation": { + "type": "structure", + "required": [ + "arn", + "description", + "id", + "name", + "pillars", + "resourcesAggregates", + "source", + "status", + "type" + ], + "members": { + "arn": {}, + "awsServices": { + "shape": "S6" + }, + "checkArn": {}, + "createdAt": { + "shape": "S9" + }, + "createdBy": {}, + "description": {}, + "id": {}, + "lastUpdatedAt": { + "shape": "S9" + }, + "lifecycleStage": {}, + "name": {}, + "pillarSpecificAggregates": { + "shape": "Sb" + }, + "pillars": { + "shape": "Se" + }, + "resolvedAt": { + "shape": "S9" + }, + "resourcesAggregates": { + "shape": "Sg" + }, + "source": {}, + "status": {}, + "type": {}, + "updateReason": { + "shape": "Sl" + }, + "updateReasonCode": {}, + "updatedOnBehalfOf": {}, + "updatedOnBehalfOfJobTitle": {} + } + } + } + } + }, + "GetRecommendation": { + "http": { + "method": "GET", + "requestUri": "/v1/recommendations/{recommendationIdentifier}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "recommendationIdentifier" + ], + "members": { + "recommendationIdentifier": { + "location": "uri", + "locationName": "recommendationIdentifier" + } + } + }, + "output": { + "type": "structure", + "members": { + "recommendation": { + "type": "structure", + "required": [ + "arn", + "description", + "id", + "name", + "pillars", + "resourcesAggregates", + "source", + "status", + "type" + ], + "members": { + "arn": {}, + "awsServices": { + "shape": "S6" + }, + "checkArn": {}, + "createdAt": { + "shape": "S9" + }, + "createdBy": {}, + "description": {}, + "id": {}, + "lastUpdatedAt": { + "shape": "S9" + }, + "lifecycleStage": {}, + "name": {}, + "pillarSpecificAggregates": { + "shape": "Sb" + }, + "pillars": { + "shape": "Se" + }, + "resolvedAt": { + "shape": "S9" + }, + "resourcesAggregates": { + "shape": "Sg" + }, + "source": {}, + "status": {}, + "type": {}, + "updateReason": { + "shape": "Sl" + }, + "updateReasonCode": {}, + "updatedOnBehalfOf": {}, + "updatedOnBehalfOfJobTitle": {} + } + } + } + } + }, + "ListChecks": { + "http": { + "method": "GET", + "requestUri": "/v1/checks", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "awsService": { + "location": "querystring", + "locationName": "awsService" + }, + "language": { + "location": "querystring", + "locationName": "language" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "pillar": { + "location": "querystring", + "locationName": "pillar" + }, + "source": { + "location": "querystring", + "locationName": "source" + } + } + }, + "output": { + "type": "structure", + "required": [ + "checkSummaries" + ], + "members": { + "checkSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "arn", + "awsServices", + "description", + "id", + "metadata", + "name", + "pillars", + "source" + ], + "members": { + "arn": {}, + "awsServices": { + "shape": "S6" + }, + "description": {}, + "id": {}, + "metadata": { + "shape": "S10" + }, + "name": {}, + "pillars": { + "shape": "Se" + }, + "source": {} + } + } + }, + "nextToken": {} + } + } + }, + "ListOrganizationRecommendationAccounts": { + "http": { + "method": "GET", + "requestUri": "/v1/organization-recommendations/{organizationRecommendationIdentifier}/accounts", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "organizationRecommendationIdentifier" + ], + "members": { + "affectedAccountId": { + "location": "querystring", + "locationName": "affectedAccountId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "organizationRecommendationIdentifier": { + "location": "uri", + "locationName": "organizationRecommendationIdentifier" + } + } + }, + "output": { + "type": "structure", + "required": [ + "accountRecommendationLifecycleSummaries" + ], + "members": { + "accountRecommendationLifecycleSummaries": { + "type": "list", + "member": { + "type": "structure", + "members": { + "accountId": {}, + "accountRecommendationArn": {}, + "lastUpdatedAt": { + "shape": "S9" + }, + "lifecycleStage": {}, + "updateReason": { + "shape": "Sl" + }, + "updateReasonCode": {}, + "updatedOnBehalfOf": {}, + "updatedOnBehalfOfJobTitle": {} + } + } + }, + "nextToken": {} + } + } + }, + "ListOrganizationRecommendationResources": { + "http": { + "method": "GET", + "requestUri": "/v1/organization-recommendations/{organizationRecommendationIdentifier}/resources", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "organizationRecommendationIdentifier" + ], + "members": { + "affectedAccountId": { + "location": "querystring", + "locationName": "affectedAccountId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "organizationRecommendationIdentifier": { + "location": "uri", + "locationName": "organizationRecommendationIdentifier" + }, + "regionCode": { + "location": "querystring", + "locationName": "regionCode" + }, + "status": { + "location": "querystring", + "locationName": "status" + } + } + }, + "output": { + "type": "structure", + "required": [ + "organizationRecommendationResourceSummaries" + ], + "members": { + "nextToken": {}, + "organizationRecommendationResourceSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "arn", + "awsResourceId", + "id", + "lastUpdatedAt", + "metadata", + "recommendationArn", + "regionCode", + "status" + ], + "members": { + "accountId": {}, + "arn": {}, + "awsResourceId": {}, + "id": {}, + "lastUpdatedAt": { + "shape": "S9" + }, + "metadata": { + "shape": "S10" + }, + "recommendationArn": {}, + "regionCode": {}, + "status": {} + } + } + } + } + } + }, + "ListOrganizationRecommendations": { + "http": { + "method": "GET", + "requestUri": "/v1/organization-recommendations", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "afterLastUpdatedAt": { + "location": "querystring", + "locationName": "afterLastUpdatedAt", + "type": "timestamp" + }, + "awsService": { + "location": "querystring", + "locationName": "awsService" + }, + "beforeLastUpdatedAt": { + "location": "querystring", + "locationName": "beforeLastUpdatedAt", + "type": "timestamp" + }, + "checkIdentifier": { + "location": "querystring", + "locationName": "checkIdentifier" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "pillar": { + "location": "querystring", + "locationName": "pillar" + }, + "source": { + "location": "querystring", + "locationName": "source" + }, + "status": { + "location": "querystring", + "locationName": "status" + }, + "type": { + "location": "querystring", + "locationName": "type" + } + } + }, + "output": { + "type": "structure", + "required": [ + "organizationRecommendationSummaries" + ], + "members": { + "nextToken": {}, + "organizationRecommendationSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "arn", + "id", + "name", + "pillars", + "resourcesAggregates", + "source", + "status", + "type" + ], + "members": { + "arn": {}, + "awsServices": { + "shape": "S6" + }, + "checkArn": {}, + "createdAt": { + "shape": "S9" + }, + "id": {}, + "lastUpdatedAt": { + "shape": "S9" + }, + "lifecycleStage": {}, + "name": {}, + "pillarSpecificAggregates": { + "shape": "Sb" + }, + "pillars": { + "shape": "Se" + }, + "resourcesAggregates": { + "shape": "Sg" + }, + "source": {}, + "status": {}, + "type": {} + } + } + } + } + } + }, + "ListRecommendationResources": { + "http": { + "method": "GET", + "requestUri": "/v1/recommendations/{recommendationIdentifier}/resources", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "recommendationIdentifier" + ], + "members": { + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "recommendationIdentifier": { + "location": "uri", + "locationName": "recommendationIdentifier" + }, + "regionCode": { + "location": "querystring", + "locationName": "regionCode" + }, + "status": { + "location": "querystring", + "locationName": "status" + } + } + }, + "output": { + "type": "structure", + "required": [ + "recommendationResourceSummaries" + ], + "members": { + "nextToken": {}, + "recommendationResourceSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "arn", + "awsResourceId", + "id", + "lastUpdatedAt", + "metadata", + "recommendationArn", + "regionCode", + "status" + ], + "members": { + "arn": {}, + "awsResourceId": {}, + "id": {}, + "lastUpdatedAt": { + "shape": "S9" + }, + "metadata": { + "shape": "S10" + }, + "recommendationArn": {}, + "regionCode": {}, + "status": {} + } + } + } + } + } + }, + "ListRecommendations": { + "http": { + "method": "GET", + "requestUri": "/v1/recommendations", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "afterLastUpdatedAt": { + "location": "querystring", + "locationName": "afterLastUpdatedAt", + "type": "timestamp" + }, + "awsService": { + "location": "querystring", + "locationName": "awsService" + }, + "beforeLastUpdatedAt": { + "location": "querystring", + "locationName": "beforeLastUpdatedAt", + "type": "timestamp" + }, + "checkIdentifier": { + "location": "querystring", + "locationName": "checkIdentifier" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "pillar": { + "location": "querystring", + "locationName": "pillar" + }, + "source": { + "location": "querystring", + "locationName": "source" + }, + "status": { + "location": "querystring", + "locationName": "status" + }, + "type": { + "location": "querystring", + "locationName": "type" + } + } + }, + "output": { + "type": "structure", + "required": [ + "recommendationSummaries" + ], + "members": { + "nextToken": {}, + "recommendationSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "arn", + "id", + "name", + "pillars", + "resourcesAggregates", + "source", + "status", + "type" + ], + "members": { + "arn": {}, + "awsServices": { + "shape": "S6" + }, + "checkArn": {}, + "createdAt": { + "shape": "S9" + }, + "id": {}, + "lastUpdatedAt": { + "shape": "S9" + }, + "lifecycleStage": {}, + "name": {}, + "pillarSpecificAggregates": { + "shape": "Sb" + }, + "pillars": { + "shape": "Se" + }, + "resourcesAggregates": { + "shape": "Sg" + }, + "source": {}, + "status": {}, + "type": {} + } + } + } + } + } + }, + "UpdateOrganizationRecommendationLifecycle": { + "http": { + "method": "PUT", + "requestUri": "/v1/organization-recommendations/{organizationRecommendationIdentifier}/lifecycle", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "lifecycleStage", + "organizationRecommendationIdentifier" + ], + "members": { + "lifecycleStage": {}, + "organizationRecommendationIdentifier": { + "location": "uri", + "locationName": "organizationRecommendationIdentifier" + }, + "updateReason": { + "shape": "Sl" + }, + "updateReasonCode": {} + } + }, + "idempotent": true + }, + "UpdateRecommendationLifecycle": { + "http": { + "method": "PUT", + "requestUri": "/v1/recommendations/{recommendationIdentifier}/lifecycle", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "lifecycleStage", + "recommendationIdentifier" + ], + "members": { + "lifecycleStage": {}, + "recommendationIdentifier": { + "location": "uri", + "locationName": "recommendationIdentifier" + }, + "updateReason": { + "shape": "Sl" + }, + "updateReasonCode": {} + } + }, + "idempotent": true + } + }, + "shapes": { + "S6": { + "type": "list", + "member": {} + }, + "S9": { + "type": "timestamp", + "timestampFormat": "iso8601" + }, + "Sb": { + "type": "structure", + "members": { + "costOptimizing": { + "type": "structure", + "required": [ + "estimatedMonthlySavings", + "estimatedPercentMonthlySavings" + ], + "members": { + "estimatedMonthlySavings": { + "type": "double" + }, + "estimatedPercentMonthlySavings": { + "type": "double" + } + } + } + } + }, + "Se": { + "type": "list", + "member": {} + }, + "Sg": { + "type": "structure", + "required": [ + "errorCount", + "okCount", + "warningCount" + ], + "members": { + "errorCount": { + "type": "long" + }, + "okCount": { + "type": "long" + }, + "warningCount": { + "type": "long" + } + } + }, + "Sl": { + "type": "string", + "sensitive": true + }, + "S10": { + "type": "map", + "key": {}, + "value": {} + } + } +} \ No newline at end of file diff --git a/iamlivecore/service/verifiedpermissions-2021-12-01.min.json b/iamlivecore/service/verifiedpermissions-2021-12-01.min.json index dd75559..f3dc147 100644 --- a/iamlivecore/service/verifiedpermissions-2021-12-01.min.json +++ b/iamlivecore/service/verifiedpermissions-2021-12-01.min.json @@ -13,6 +13,59 @@ "uid": "verifiedpermissions-2021-12-01" }, "operations": { + "BatchIsAuthorized": { + "input": { + "type": "structure", + "required": [ + "policyStoreId", + "requests" + ], + "members": { + "policyStoreId": {}, + "entities": { + "shape": "S3" + }, + "requests": { + "type": "list", + "member": { + "shape": "Sj" + } + } + } + }, + "output": { + "type": "structure", + "required": [ + "results" + ], + "members": { + "results": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "request", + "decision", + "determiningPolicies", + "errors" + ], + "members": { + "request": { + "shape": "Sj" + }, + "decision": {}, + "determiningPolicies": { + "shape": "St" + }, + "errors": { + "shape": "Sw" + } + } + } + } + } + } + }, "CreateIdentitySource": { "input": { "type": "structure", @@ -36,7 +89,7 @@ "members": { "userPoolArn": {}, "clientIds": { - "shape": "S7" + "shape": "S13" } } } @@ -44,7 +97,7 @@ "union": true }, "principalEntityType": { - "shape": "S9" + "shape": "S15" } } }, @@ -58,11 +111,11 @@ ], "members": { "createdDate": { - "shape": "Sb" + "shape": "S17" }, "identitySourceId": {}, "lastUpdatedDate": { - "shape": "Sb" + "shape": "S17" }, "policyStoreId": {} } @@ -91,10 +144,10 @@ ], "members": { "description": { - "shape": "Sg" + "shape": "S1c" }, "statement": { - "shape": "Sh" + "shape": "S1d" } } }, @@ -106,10 +159,10 @@ "members": { "policyTemplateId": {}, "principal": { - "shape": "Sk" + "shape": "S6" }, "resource": { - "shape": "Sk" + "shape": "S6" } } } @@ -132,16 +185,16 @@ "policyId": {}, "policyType": {}, "principal": { - "shape": "Sk" + "shape": "S6" }, "resource": { - "shape": "Sk" + "shape": "S6" }, "createdDate": { - "shape": "Sb" + "shape": "S17" }, "lastUpdatedDate": { - "shape": "Sb" + "shape": "S17" } } }, @@ -158,7 +211,10 @@ "idempotencyToken": true }, "validationSettings": { - "shape": "Sr" + "shape": "S1j" + }, + "description": { + "shape": "S1l" } } }, @@ -174,10 +230,10 @@ "policyStoreId": {}, "arn": {}, "createdDate": { - "shape": "Sb" + "shape": "S17" }, "lastUpdatedDate": { - "shape": "Sb" + "shape": "S17" } } }, @@ -196,10 +252,10 @@ }, "policyStoreId": {}, "description": { - "shape": "Sw" + "shape": "S1p" }, "statement": { - "shape": "Sh" + "shape": "S1d" } } }, @@ -215,10 +271,10 @@ "policyStoreId": {}, "policyTemplateId": {}, "createdDate": { - "shape": "Sb" + "shape": "S17" }, "lastUpdatedDate": { - "shape": "Sb" + "shape": "S17" } } }, @@ -318,13 +374,13 @@ ], "members": { "createdDate": { - "shape": "Sb" + "shape": "S17" }, "details": { "type": "structure", "members": { "clientIds": { - "shape": "S7" + "shape": "S13" }, "userPoolArn": {}, "discoveryUrl": {}, @@ -333,11 +389,11 @@ }, "identitySourceId": {}, "lastUpdatedDate": { - "shape": "Sb" + "shape": "S17" }, "policyStoreId": {}, "principalEntityType": { - "shape": "S9" + "shape": "S15" } } } @@ -369,10 +425,10 @@ "policyId": {}, "policyType": {}, "principal": { - "shape": "Sk" + "shape": "S6" }, "resource": { - "shape": "Sk" + "shape": "S6" }, "definition": { "type": "structure", @@ -384,10 +440,10 @@ ], "members": { "description": { - "shape": "Sg" + "shape": "S1c" }, "statement": { - "shape": "Sh" + "shape": "S1d" } } }, @@ -399,10 +455,10 @@ "members": { "policyTemplateId": {}, "principal": { - "shape": "Sk" + "shape": "S6" }, "resource": { - "shape": "Sk" + "shape": "S6" } } } @@ -410,10 +466,10 @@ "union": true }, "createdDate": { - "shape": "Sb" + "shape": "S17" }, "lastUpdatedDate": { - "shape": "Sb" + "shape": "S17" } } } @@ -441,13 +497,16 @@ "policyStoreId": {}, "arn": {}, "validationSettings": { - "shape": "Sr" + "shape": "S1j" }, "createdDate": { - "shape": "Sb" + "shape": "S17" }, "lastUpdatedDate": { - "shape": "Sb" + "shape": "S17" + }, + "description": { + "shape": "S1l" } } } @@ -477,16 +536,16 @@ "policyStoreId": {}, "policyTemplateId": {}, "description": { - "shape": "Sw" + "shape": "S1p" }, "statement": { - "shape": "Sh" + "shape": "S1d" }, "createdDate": { - "shape": "Sb" + "shape": "S17" }, "lastUpdatedDate": { - "shape": "Sb" + "shape": "S17" } } } @@ -512,13 +571,16 @@ "members": { "policyStoreId": {}, "schema": { - "shape": "S1m" + "shape": "S2f" }, "createdDate": { - "shape": "Sb" + "shape": "S17" }, "lastUpdatedDate": { - "shape": "Sb" + "shape": "S17" + }, + "namespaces": { + "shape": "S2g" } } } @@ -532,19 +594,19 @@ "members": { "policyStoreId": {}, "principal": { - "shape": "Sk" + "shape": "S6" }, "action": { - "shape": "S1o" + "shape": "Sk" }, "resource": { - "shape": "Sk" + "shape": "S6" }, "context": { - "shape": "S1r" + "shape": "Sn" }, "entities": { - "shape": "S20" + "shape": "S3" } } }, @@ -558,10 +620,10 @@ "members": { "decision": {}, "determiningPolicies": { - "shape": "S27" + "shape": "St" }, "errors": { - "shape": "S29" + "shape": "Sw" } } } @@ -575,22 +637,22 @@ "members": { "policyStoreId": {}, "identityToken": { - "shape": "S2c" + "shape": "S2l" }, "accessToken": { - "shape": "S2c" + "shape": "S2l" }, "action": { - "shape": "S1o" + "shape": "Sk" }, "resource": { - "shape": "Sk" + "shape": "S6" }, "context": { - "shape": "S1r" + "shape": "Sn" }, "entities": { - "shape": "S20" + "shape": "S3" } } }, @@ -604,10 +666,10 @@ "members": { "decision": {}, "determiningPolicies": { - "shape": "S27" + "shape": "St" }, "errors": { - "shape": "S29" + "shape": "Sw" } } } @@ -630,7 +692,7 @@ "type": "structure", "members": { "principalEntityType": { - "shape": "S9" + "shape": "S15" } } } @@ -658,13 +720,13 @@ ], "members": { "createdDate": { - "shape": "Sb" + "shape": "S17" }, "details": { "type": "structure", "members": { "clientIds": { - "shape": "S7" + "shape": "S13" }, "userPoolArn": {}, "discoveryUrl": {}, @@ -673,11 +735,11 @@ }, "identitySourceId": {}, "lastUpdatedDate": { - "shape": "Sb" + "shape": "S17" }, "policyStoreId": {}, "principalEntityType": { - "shape": "S9" + "shape": "S15" } } } @@ -701,10 +763,10 @@ "type": "structure", "members": { "principal": { - "shape": "S2q" + "shape": "S2z" }, "resource": { - "shape": "S2q" + "shape": "S2z" }, "policyType": {}, "policyTemplateId": {} @@ -736,10 +798,10 @@ "policyId": {}, "policyType": {}, "principal": { - "shape": "Sk" + "shape": "S6" }, "resource": { - "shape": "Sk" + "shape": "S6" }, "definition": { "type": "structure", @@ -748,7 +810,7 @@ "type": "structure", "members": { "description": { - "shape": "Sg" + "shape": "S1c" } } }, @@ -760,10 +822,10 @@ "members": { "policyTemplateId": {}, "principal": { - "shape": "Sk" + "shape": "S6" }, "resource": { - "shape": "Sk" + "shape": "S6" } } } @@ -771,10 +833,10 @@ "union": true }, "createdDate": { - "shape": "Sb" + "shape": "S17" }, "lastUpdatedDate": { - "shape": "Sb" + "shape": "S17" } } } @@ -812,7 +874,13 @@ "policyStoreId": {}, "arn": {}, "createdDate": { - "shape": "Sb" + "shape": "S17" + }, + "lastUpdatedDate": { + "shape": "S17" + }, + "description": { + "shape": "S1l" } } } @@ -855,13 +923,13 @@ "policyStoreId": {}, "policyTemplateId": {}, "description": { - "shape": "Sw" + "shape": "S1p" }, "createdDate": { - "shape": "Sb" + "shape": "S17" }, "lastUpdatedDate": { - "shape": "Sb" + "shape": "S17" } } } @@ -882,7 +950,7 @@ "type": "structure", "members": { "cedarJson": { - "shape": "S1m" + "shape": "S2f" } }, "union": true @@ -900,17 +968,13 @@ "members": { "policyStoreId": {}, "namespaces": { - "type": "list", - "member": { - "type": "string", - "sensitive": true - } + "shape": "S2g" }, "createdDate": { - "shape": "Sb" + "shape": "S17" }, "lastUpdatedDate": { - "shape": "Sb" + "shape": "S17" } } }, @@ -938,7 +1002,7 @@ "members": { "userPoolArn": {}, "clientIds": { - "shape": "S7" + "shape": "S13" } } } @@ -946,7 +1010,7 @@ "union": true }, "principalEntityType": { - "shape": "S9" + "shape": "S15" } } }, @@ -960,11 +1024,11 @@ ], "members": { "createdDate": { - "shape": "Sb" + "shape": "S17" }, "identitySourceId": {}, "lastUpdatedDate": { - "shape": "Sb" + "shape": "S17" }, "policyStoreId": {} } @@ -992,10 +1056,10 @@ ], "members": { "description": { - "shape": "Sg" + "shape": "S1c" }, "statement": { - "shape": "Sh" + "shape": "S1d" } } } @@ -1018,16 +1082,16 @@ "policyId": {}, "policyType": {}, "principal": { - "shape": "Sk" + "shape": "S6" }, "resource": { - "shape": "Sk" + "shape": "S6" }, "createdDate": { - "shape": "Sb" + "shape": "S17" }, "lastUpdatedDate": { - "shape": "Sb" + "shape": "S17" } } }, @@ -1043,7 +1107,10 @@ "members": { "policyStoreId": {}, "validationSettings": { - "shape": "Sr" + "shape": "S1j" + }, + "description": { + "shape": "S1l" } } }, @@ -1059,10 +1126,10 @@ "policyStoreId": {}, "arn": {}, "createdDate": { - "shape": "Sb" + "shape": "S17" }, "lastUpdatedDate": { - "shape": "Sb" + "shape": "S17" } } }, @@ -1080,10 +1147,10 @@ "policyStoreId": {}, "policyTemplateId": {}, "description": { - "shape": "Sw" + "shape": "S1p" }, "statement": { - "shape": "Sh" + "shape": "S1d" } } }, @@ -1099,10 +1166,10 @@ "policyStoreId": {}, "policyTemplateId": {}, "createdDate": { - "shape": "Sb" + "shape": "S17" }, "lastUpdatedDate": { - "shape": "Sb" + "shape": "S17" } } }, @@ -1110,30 +1177,40 @@ } }, "shapes": { - "S7": { - "type": "list", - "member": { - "type": "string", - "sensitive": true - } - }, - "S9": { - "type": "string", - "sensitive": true - }, - "Sb": { - "type": "timestamp", - "timestampFormat": "iso8601" - }, - "Sg": { - "type": "string", - "sensitive": true - }, - "Sh": { - "type": "string", - "sensitive": true + "S3": { + "type": "structure", + "members": { + "entityList": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "identifier" + ], + "members": { + "identifier": { + "shape": "S6" + }, + "attributes": { + "type": "map", + "key": {}, + "value": { + "shape": "Sb" + } + }, + "parents": { + "type": "list", + "member": { + "shape": "S6" + } + } + } + } + } + }, + "union": true }, - "Sk": { + "S6": { "type": "structure", "required": [ "entityType", @@ -1150,54 +1227,7 @@ } } }, - "Sr": { - "type": "structure", - "required": [ - "mode" - ], - "members": { - "mode": {} - } - }, - "Sw": { - "type": "string", - "sensitive": true - }, - "S1m": { - "type": "string", - "sensitive": true - }, - "S1o": { - "type": "structure", - "required": [ - "actionType", - "actionId" - ], - "members": { - "actionType": { - "type": "string", - "sensitive": true - }, - "actionId": { - "type": "string", - "sensitive": true - } - } - }, - "S1r": { - "type": "structure", - "members": { - "contextMap": { - "type": "map", - "key": {}, - "value": { - "shape": "S1u" - } - } - }, - "union": true - }, - "S1u": { + "Sb": { "type": "structure", "members": { "boolean": { @@ -1205,7 +1235,7 @@ "sensitive": true }, "entityIdentifier": { - "shape": "Sk" + "shape": "S6" }, "long": { "type": "long", @@ -1218,53 +1248,67 @@ "set": { "type": "list", "member": { - "shape": "S1u" + "shape": "Sb" } }, "record": { "type": "map", "key": {}, "value": { - "shape": "S1u" + "shape": "Sb" } } }, "union": true }, - "S20": { + "Sj": { "type": "structure", "members": { - "entityList": { - "type": "list", - "member": { - "type": "structure", - "required": [ - "identifier" - ], - "members": { - "identifier": { - "shape": "Sk" - }, - "attributes": { - "type": "map", - "key": {}, - "value": { - "shape": "S1u" - } - }, - "parents": { - "type": "list", - "member": { - "shape": "Sk" - } - } - } + "principal": { + "shape": "S6" + }, + "action": { + "shape": "Sk" + }, + "resource": { + "shape": "S6" + }, + "context": { + "shape": "Sn" + } + } + }, + "Sk": { + "type": "structure", + "required": [ + "actionType", + "actionId" + ], + "members": { + "actionType": { + "type": "string", + "sensitive": true + }, + "actionId": { + "type": "string", + "sensitive": true + } + } + }, + "Sn": { + "type": "structure", + "members": { + "contextMap": { + "type": "map", + "key": {}, + "value": { + "shape": "Sb" } } }, "union": true }, - "S27": { + "St": { "type": "list", "member": { "type": "structure", @@ -1276,7 +1320,7 @@ } } }, - "S29": { + "Sw": { "type": "list", "member": { "type": "structure", @@ -1289,18 +1333,69 @@ "sensitive": true } }, - "S2c": { + "S13": { + "type": "list", + "member": { + "type": "string", + "sensitive": true + } + }, + "S15": { "type": "string", "sensitive": true }, - "S2q": { + "S17": { + "type": "timestamp", + "timestampFormat": "iso8601" + }, + "S1c": { + "type": "string", + "sensitive": true + }, + "S1d": { + "type": "string", + "sensitive": true + }, + "S1j": { + "type": "structure", + "required": [ + "mode" + ], + "members": { + "mode": {} + } + }, + "S1l": { + "type": "string", + "sensitive": true + }, + "S1p": { + "type": "string", + "sensitive": true + }, + "S2f": { + "type": "string", + "sensitive": true + }, + "S2g": { + "type": "list", + "member": { + "type": "string", + "sensitive": true + } + }, + "S2l": { + "type": "string", + "sensitive": true + }, + "S2z": { "type": "structure", "members": { "unspecified": { "type": "boolean" }, "identifier": { - "shape": "Sk" + "shape": "S6" } }, "union": true diff --git a/iamlivecore/service/wafv2-2019-07-29.min.json b/iamlivecore/service/wafv2-2019-07-29.min.json index 5b3be0f..d9f99fb 100644 --- a/iamlivecore/service/wafv2-2019-07-29.min.json +++ b/iamlivecore/service/wafv2-2019-07-29.min.json @@ -90,10 +90,10 @@ "Description": {}, "IPAddressVersion": {}, "Addresses": { - "shape": "S4m" + "shape": "S4n" }, "Tags": { - "shape": "S4o" + "shape": "S4p" } } }, @@ -101,7 +101,7 @@ "type": "structure", "members": { "Summary": { - "shape": "S4t" + "shape": "S4u" } } } @@ -119,10 +119,10 @@ "Scope": {}, "Description": {}, "RegularExpressionList": { - "shape": "S4x" + "shape": "S4y" }, "Tags": { - "shape": "S4o" + "shape": "S4p" } } }, @@ -130,7 +130,7 @@ "type": "structure", "members": { "Summary": { - "shape": "S50" + "shape": "S51" } } } @@ -155,13 +155,13 @@ "shape": "S6" }, "VisibilityConfig": { - "shape": "S46" + "shape": "S47" }, "Tags": { - "shape": "S4o" + "shape": "S4p" }, "CustomResponseBodies": { - "shape": "S53" + "shape": "S54" } } }, @@ -169,7 +169,7 @@ "type": "structure", "members": { "Summary": { - "shape": "S58" + "shape": "S59" } } } @@ -187,32 +187,32 @@ "Name": {}, "Scope": {}, "DefaultAction": { - "shape": "S5a" + "shape": "S5b" }, "Description": {}, "Rules": { "shape": "S6" }, "VisibilityConfig": { - "shape": "S46" + "shape": "S47" }, "Tags": { - "shape": "S4o" + "shape": "S4p" }, "CustomResponseBodies": { - "shape": "S53" + "shape": "S54" }, "CaptchaConfig": { - "shape": "S48" + "shape": "S49" }, "ChallengeConfig": { - "shape": "S4b" + "shape": "S4c" }, "TokenDomains": { - "shape": "S5b" + "shape": "S5c" }, "AssociationConfig": { - "shape": "S5c" + "shape": "S5d" } } }, @@ -220,7 +220,7 @@ "type": "structure", "members": { "Summary": { - "shape": "S5i" + "shape": "S5j" } } } @@ -372,7 +372,7 @@ "type": "structure", "members": { "ManagedProducts": { - "shape": "S5z" + "shape": "S60" } } } @@ -393,7 +393,7 @@ "type": "structure", "members": { "ManagedProducts": { - "shape": "S5z" + "shape": "S60" } } } @@ -428,17 +428,17 @@ "members": { "Name": {}, "Action": { - "shape": "S1p" + "shape": "S1q" } } } }, "LabelNamespace": {}, "AvailableLabels": { - "shape": "S6b" + "shape": "S6c" }, "ConsumedLabels": { - "shape": "S6b" + "shape": "S6c" } } } @@ -493,7 +493,7 @@ "type": "structure", "members": { "TokenDomains": { - "shape": "S5b" + "shape": "S5c" }, "CreationTimestamp": { "type": "timestamp" @@ -534,7 +534,7 @@ "Description": {}, "IPAddressVersion": {}, "Addresses": { - "shape": "S4m" + "shape": "S4n" } } }, @@ -556,7 +556,7 @@ "type": "structure", "members": { "LoggingConfiguration": { - "shape": "S6r" + "shape": "S6s" } } } @@ -647,7 +647,7 @@ }, "ReleaseNotes": {}, "Tags": { - "shape": "S4o" + "shape": "S4p" } } } @@ -692,10 +692,10 @@ "type": "structure", "members": { "ManagedKeysIPV4": { - "shape": "S7j" + "shape": "S7k" }, "ManagedKeysIPV6": { - "shape": "S7j" + "shape": "S7k" } } } @@ -725,7 +725,7 @@ "ARN": {}, "Description": {}, "RegularExpressionList": { - "shape": "S4x" + "shape": "S4y" } } }, @@ -767,17 +767,17 @@ "shape": "S6" }, "VisibilityConfig": { - "shape": "S46" + "shape": "S47" }, "LabelNamespace": {}, "CustomResponseBodies": { - "shape": "S53" + "shape": "S54" }, "AvailableLabels": { - "shape": "S6b" + "shape": "S6c" }, "ConsumedLabels": { - "shape": "S6b" + "shape": "S6c" } } }, @@ -800,7 +800,7 @@ "RuleMetricName": {}, "Scope": {}, "TimeWindow": { - "shape": "S7r" + "shape": "S7s" }, "MaxItems": { "type": "long" @@ -828,7 +828,7 @@ "Method": {}, "HTTPVersion": {}, "Headers": { - "shape": "S82" + "shape": "S83" } } }, @@ -841,13 +841,13 @@ "Action": {}, "RuleNameWithinRuleGroup": {}, "RequestHeadersInserted": { - "shape": "S82" + "shape": "S83" }, "ResponseCodeSent": { "type": "integer" }, "Labels": { - "shape": "S43" + "shape": "S44" }, "CaptchaResponse": { "type": "structure", @@ -881,7 +881,7 @@ "type": "long" }, "TimeWindow": { - "shape": "S7r" + "shape": "S7s" } } } @@ -904,7 +904,7 @@ "type": "structure", "members": { "WebACL": { - "shape": "S8g" + "shape": "S8h" }, "LockToken": {}, "ApplicationIntegrationURL": {} @@ -925,7 +925,7 @@ "type": "structure", "members": { "WebACL": { - "shape": "S8g" + "shape": "S8h" } } } @@ -954,7 +954,7 @@ "type": "structure", "members": { "TokenDomains": { - "shape": "S5b" + "shape": "S5c" }, "APIKey": {}, "CreationTimestamp": { @@ -1064,7 +1064,7 @@ "IPSets": { "type": "list", "member": { - "shape": "S4t" + "shape": "S4u" } } } @@ -1090,7 +1090,7 @@ "LoggingConfigurations": { "type": "list", "member": { - "shape": "S6r" + "shape": "S6s" } }, "NextMarker": {} @@ -1186,7 +1186,7 @@ "RegexPatternSets": { "type": "list", "member": { - "shape": "S50" + "shape": "S51" } } } @@ -1234,7 +1234,7 @@ "RuleGroups": { "type": "list", "member": { - "shape": "S58" + "shape": "S59" } } } @@ -1263,7 +1263,7 @@ "members": { "ResourceARN": {}, "TagList": { - "shape": "S4o" + "shape": "S4p" } } } @@ -1291,7 +1291,7 @@ "WebACLs": { "type": "list", "member": { - "shape": "S5i" + "shape": "S5j" } } } @@ -1305,7 +1305,7 @@ ], "members": { "LoggingConfiguration": { - "shape": "S6r" + "shape": "S6s" } } }, @@ -1313,7 +1313,7 @@ "type": "structure", "members": { "LoggingConfiguration": { - "shape": "S6r" + "shape": "S6s" } } } @@ -1382,7 +1382,7 @@ "members": { "ResourceARN": {}, "Tags": { - "shape": "S4o" + "shape": "S4p" } } }, @@ -1427,7 +1427,7 @@ "Id": {}, "Description": {}, "Addresses": { - "shape": "S4m" + "shape": "S4n" }, "LockToken": {} } @@ -1488,7 +1488,7 @@ "Id": {}, "Description": {}, "RegularExpressionList": { - "shape": "S4x" + "shape": "S4y" }, "LockToken": {} } @@ -1519,11 +1519,11 @@ "shape": "S6" }, "VisibilityConfig": { - "shape": "S46" + "shape": "S47" }, "LockToken": {}, "CustomResponseBodies": { - "shape": "S53" + "shape": "S54" } } }, @@ -1550,30 +1550,30 @@ "Scope": {}, "Id": {}, "DefaultAction": { - "shape": "S5a" + "shape": "S5b" }, "Description": {}, "Rules": { "shape": "S6" }, "VisibilityConfig": { - "shape": "S46" + "shape": "S47" }, "LockToken": {}, "CustomResponseBodies": { - "shape": "S53" + "shape": "S54" }, "CaptchaConfig": { - "shape": "S48" + "shape": "S49" }, "ChallengeConfig": { - "shape": "S4b" + "shape": "S4c" }, "TokenDomains": { - "shape": "S5b" + "shape": "S5c" }, "AssociationConfig": { - "shape": "S5c" + "shape": "S5d" } } }, @@ -1605,22 +1605,22 @@ "shape": "Sa" }, "Action": { - "shape": "S1p" + "shape": "S1q" }, "OverrideAction": { - "shape": "S41" + "shape": "S42" }, "RuleLabels": { - "shape": "S43" + "shape": "S44" }, "VisibilityConfig": { - "shape": "S46" + "shape": "S47" }, "CaptchaConfig": { - "shape": "S48" + "shape": "S49" }, "ChallengeConfig": { - "shape": "S4b" + "shape": "S4c" } } } @@ -1644,7 +1644,7 @@ "shape": "Sd" }, "TextTransformations": { - "shape": "S13" + "shape": "S15" }, "PositionalConstraint": {} } @@ -1660,7 +1660,7 @@ "shape": "Sd" }, "TextTransformations": { - "shape": "S13" + "shape": "S15" }, "SensitivityLevel": {} } @@ -1676,7 +1676,7 @@ "shape": "Sd" }, "TextTransformations": { - "shape": "S13" + "shape": "S15" } } }, @@ -1697,7 +1697,7 @@ "type": "long" }, "TextTransformations": { - "shape": "S13" + "shape": "S15" } } }, @@ -1709,12 +1709,12 @@ "member": {} }, "ForwardedIPConfig": { - "shape": "S1h" + "shape": "S1j" } } }, "RuleGroupReferenceStatement": { - "shape": "S1k" + "shape": "S1l" }, "IPSetReferenceStatement": { "type": "structure", @@ -1751,7 +1751,7 @@ "shape": "Sd" }, "TextTransformations": { - "shape": "S13" + "shape": "S15" } } }, @@ -1770,7 +1770,7 @@ "shape": "Sa" }, "ForwardedIPConfig": { - "shape": "S1h" + "shape": "S1j" }, "CustomKeys": { "type": "list", @@ -1786,7 +1786,7 @@ "members": { "Name": {}, "TextTransformations": { - "shape": "S13" + "shape": "S15" } } }, @@ -1799,7 +1799,7 @@ "members": { "Name": {}, "TextTransformations": { - "shape": "S13" + "shape": "S15" } } }, @@ -1812,7 +1812,7 @@ "members": { "Name": {}, "TextTransformations": { - "shape": "S13" + "shape": "S15" } } }, @@ -1823,7 +1823,7 @@ ], "members": { "TextTransformations": { - "shape": "S13" + "shape": "S15" } } }, @@ -1855,7 +1855,7 @@ ], "members": { "TextTransformations": { - "shape": "S13" + "shape": "S15" } } } @@ -1871,7 +1871,7 @@ ], "members": { "Statements": { - "shape": "S2m" + "shape": "S2n" } } }, @@ -1882,7 +1882,7 @@ ], "members": { "Statements": { - "shape": "S2m" + "shape": "S2n" } } }, @@ -1898,7 +1898,7 @@ } }, "ManagedRuleGroupStatement": { - "shape": "S2p" + "shape": "S2q" }, "LabelMatchStatement": { "type": "structure", @@ -1924,7 +1924,7 @@ "shape": "Sd" }, "TextTransformations": { - "shape": "S13" + "shape": "S15" } } } @@ -2057,6 +2057,15 @@ "members": { "OversizeHandling": {} } + }, + "JA3Fingerprint": { + "type": "structure", + "required": [ + "FallbackBehavior" + ], + "members": { + "FallbackBehavior": {} + } } } }, @@ -2072,7 +2081,7 @@ "type": "list", "member": {} }, - "S13": { + "S15": { "type": "list", "member": { "type": "structure", @@ -2088,7 +2097,7 @@ } } }, - "S1h": { + "S1j": { "type": "structure", "required": [ "HeaderName", @@ -2099,7 +2108,7 @@ "FallbackBehavior": {} } }, - "S1k": { + "S1l": { "type": "structure", "required": [ "ARN" @@ -2107,14 +2116,14 @@ "members": { "ARN": {}, "ExcludedRules": { - "shape": "S1l" + "shape": "S1m" }, "RuleActionOverrides": { - "shape": "S1n" + "shape": "S1o" } } }, - "S1l": { + "S1m": { "type": "list", "member": { "type": "structure", @@ -2126,7 +2135,7 @@ } } }, - "S1n": { + "S1o": { "type": "list", "member": { "type": "structure", @@ -2137,28 +2146,28 @@ "members": { "Name": {}, "ActionToUse": { - "shape": "S1p" + "shape": "S1q" } } } }, - "S1p": { + "S1q": { "type": "structure", "members": { "Block": { - "shape": "S1q" + "shape": "S1r" }, "Allow": { - "shape": "S1x" + "shape": "S1y" }, "Count": { - "shape": "S1z" + "shape": "S20" }, "Captcha": { "type": "structure", "members": { "CustomRequestHandling": { - "shape": "S1y" + "shape": "S1z" } } }, @@ -2166,13 +2175,13 @@ "type": "structure", "members": { "CustomRequestHandling": { - "shape": "S1y" + "shape": "S1z" } } } } }, - "S1q": { + "S1r": { "type": "structure", "members": { "CustomResponse": { @@ -2186,13 +2195,13 @@ }, "CustomResponseBodyKey": {}, "ResponseHeaders": { - "shape": "S1t" + "shape": "S1u" } } } } }, - "S1t": { + "S1u": { "type": "list", "member": { "type": "structure", @@ -2206,40 +2215,40 @@ } } }, - "S1x": { + "S1y": { "type": "structure", "members": { "CustomRequestHandling": { - "shape": "S1y" + "shape": "S1z" } } }, - "S1y": { + "S1z": { "type": "structure", "required": [ "InsertHeaders" ], "members": { "InsertHeaders": { - "shape": "S1t" + "shape": "S1u" } } }, - "S1z": { + "S20": { "type": "structure", "members": { "CustomRequestHandling": { - "shape": "S1y" + "shape": "S1z" } } }, - "S2m": { + "S2n": { "type": "list", "member": { "shape": "Sa" } }, - "S2p": { + "S2q": { "type": "structure", "required": [ "VendorName", @@ -2250,7 +2259,7 @@ "Name": {}, "Version": {}, "ExcludedRules": { - "shape": "S1l" + "shape": "S1m" }, "ScopeDownStatement": { "shape": "Sa" @@ -2269,12 +2278,12 @@ "deprecatedMessage": "Deprecated. Use AWSManagedRulesATPRuleSet RequestInspection PayloadType" }, "UsernameField": { - "shape": "S2w", + "shape": "S2x", "deprecated": true, "deprecatedMessage": "Deprecated. Use AWSManagedRulesATPRuleSet RequestInspection UsernameField" }, "PasswordField": { - "shape": "S2y", + "shape": "S2z", "deprecated": true, "deprecatedMessage": "Deprecated. Use AWSManagedRulesATPRuleSet RequestInspection PasswordField" }, @@ -2307,15 +2316,15 @@ "members": { "PayloadType": {}, "UsernameField": { - "shape": "S2w" + "shape": "S2x" }, "PasswordField": { - "shape": "S2y" + "shape": "S2z" } } }, "ResponseInspection": { - "shape": "S35" + "shape": "S36" }, "EnableRegexInPath": { "type": "boolean" @@ -2340,10 +2349,10 @@ "members": { "PayloadType": {}, "UsernameField": { - "shape": "S2w" + "shape": "S2x" }, "PasswordField": { - "shape": "S2y" + "shape": "S2z" }, "EmailField": { "type": "structure", @@ -2381,7 +2390,7 @@ } }, "ResponseInspection": { - "shape": "S35" + "shape": "S36" }, "EnableRegexInPath": { "type": "boolean" @@ -2392,11 +2401,11 @@ } }, "RuleActionOverrides": { - "shape": "S1n" + "shape": "S1o" } } }, - "S2w": { + "S2x": { "type": "structure", "required": [ "Identifier" @@ -2405,7 +2414,7 @@ "Identifier": {} } }, - "S2y": { + "S2z": { "type": "structure", "required": [ "Identifier" @@ -2414,7 +2423,7 @@ "Identifier": {} } }, - "S35": { + "S36": { "type": "structure", "members": { "StatusCode": { @@ -2495,11 +2504,11 @@ } } }, - "S41": { + "S42": { "type": "structure", "members": { "Count": { - "shape": "S1z" + "shape": "S20" }, "None": { "type": "structure", @@ -2507,7 +2516,7 @@ } } }, - "S43": { + "S44": { "type": "list", "member": { "type": "structure", @@ -2519,7 +2528,7 @@ } } }, - "S46": { + "S47": { "type": "structure", "required": [ "SampledRequestsEnabled", @@ -2536,15 +2545,15 @@ "MetricName": {} } }, - "S48": { + "S49": { "type": "structure", "members": { "ImmunityTimeProperty": { - "shape": "S49" + "shape": "S4a" } } }, - "S49": { + "S4a": { "type": "structure", "required": [ "ImmunityTime" @@ -2555,19 +2564,19 @@ } } }, - "S4b": { + "S4c": { "type": "structure", "members": { "ImmunityTimeProperty": { - "shape": "S49" + "shape": "S4a" } } }, - "S4m": { + "S4n": { "type": "list", "member": {} }, - "S4o": { + "S4p": { "type": "list", "member": { "type": "structure", @@ -2581,7 +2590,7 @@ } } }, - "S4t": { + "S4u": { "type": "structure", "members": { "Name": {}, @@ -2591,7 +2600,7 @@ "ARN": {} } }, - "S4x": { + "S4y": { "type": "list", "member": { "type": "structure", @@ -2600,7 +2609,7 @@ } } }, - "S50": { + "S51": { "type": "structure", "members": { "Name": {}, @@ -2610,7 +2619,7 @@ "ARN": {} } }, - "S53": { + "S54": { "type": "map", "key": {}, "value": { @@ -2625,7 +2634,7 @@ } } }, - "S58": { + "S59": { "type": "structure", "members": { "Name": {}, @@ -2635,22 +2644,22 @@ "ARN": {} } }, - "S5a": { + "S5b": { "type": "structure", "members": { "Block": { - "shape": "S1q" + "shape": "S1r" }, "Allow": { - "shape": "S1x" + "shape": "S1y" } } }, - "S5b": { + "S5c": { "type": "list", "member": {} }, - "S5c": { + "S5d": { "type": "structure", "members": { "RequestBody": { @@ -2668,7 +2677,7 @@ } } }, - "S5i": { + "S5j": { "type": "structure", "members": { "Name": {}, @@ -2678,7 +2687,7 @@ "ARN": {} } }, - "S5z": { + "S60": { "type": "list", "member": { "type": "structure", @@ -2699,7 +2708,7 @@ } } }, - "S6b": { + "S6c": { "type": "list", "member": { "type": "structure", @@ -2708,7 +2717,7 @@ } } }, - "S6r": { + "S6s": { "type": "structure", "required": [ "ResourceArn", @@ -2782,16 +2791,16 @@ } } }, - "S7j": { + "S7k": { "type": "structure", "members": { "IPAddressVersion": {}, "Addresses": { - "shape": "S4m" + "shape": "S4n" } } }, - "S7r": { + "S7s": { "type": "structure", "required": [ "StartTime", @@ -2806,7 +2815,7 @@ } } }, - "S82": { + "S83": { "type": "list", "member": { "type": "structure", @@ -2816,7 +2825,7 @@ } } }, - "S8g": { + "S8h": { "type": "structure", "required": [ "Name", @@ -2830,46 +2839,46 @@ "Id": {}, "ARN": {}, "DefaultAction": { - "shape": "S5a" + "shape": "S5b" }, "Description": {}, "Rules": { "shape": "S6" }, "VisibilityConfig": { - "shape": "S46" + "shape": "S47" }, "Capacity": { "type": "long" }, "PreProcessFirewallManagerRuleGroups": { - "shape": "S8h" + "shape": "S8i" }, "PostProcessFirewallManagerRuleGroups": { - "shape": "S8h" + "shape": "S8i" }, "ManagedByFirewallManager": { "type": "boolean" }, "LabelNamespace": {}, "CustomResponseBodies": { - "shape": "S53" + "shape": "S54" }, "CaptchaConfig": { - "shape": "S48" + "shape": "S49" }, "ChallengeConfig": { - "shape": "S4b" + "shape": "S4c" }, "TokenDomains": { - "shape": "S5b" + "shape": "S5c" }, "AssociationConfig": { - "shape": "S5c" + "shape": "S5d" } } }, - "S8h": { + "S8i": { "type": "list", "member": { "type": "structure", @@ -2889,18 +2898,18 @@ "type": "structure", "members": { "ManagedRuleGroupStatement": { - "shape": "S2p" + "shape": "S2q" }, "RuleGroupReferenceStatement": { - "shape": "S1k" + "shape": "S1l" } } }, "OverrideAction": { - "shape": "S41" + "shape": "S42" }, "VisibilityConfig": { - "shape": "S46" + "shape": "S47" } } } diff --git a/iamlivecore/service/wellarchitected-2020-03-31.min.json b/iamlivecore/service/wellarchitected-2020-03-31.min.json index a4d3479..b9b23a1 100644 --- a/iamlivecore/service/wellarchitected-2020-03-31.min.json +++ b/iamlivecore/service/wellarchitected-2020-03-31.min.json @@ -215,6 +215,70 @@ } } }, + "CreateReviewTemplate": { + "http": { + "requestUri": "/reviewTemplates" + }, + "input": { + "type": "structure", + "required": [ + "TemplateName", + "Description", + "Lenses", + "ClientRequestToken" + ], + "members": { + "TemplateName": {}, + "Description": {}, + "Lenses": { + "shape": "S14" + }, + "Notes": {}, + "Tags": { + "shape": "Su" + }, + "ClientRequestToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "members": { + "TemplateArn": {} + } + } + }, + "CreateTemplateShare": { + "http": { + "requestUri": "/templates/shares/{TemplateArn}" + }, + "input": { + "type": "structure", + "required": [ + "TemplateArn", + "SharedWith", + "ClientRequestToken" + ], + "members": { + "TemplateArn": { + "location": "uri", + "locationName": "TemplateArn" + }, + "SharedWith": {}, + "ClientRequestToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "members": { + "TemplateArn": {}, + "ShareId": {} + } + } + }, "CreateWorkload": { "http": { "requestUri": "/workloads" @@ -233,23 +297,23 @@ "Description": {}, "Environment": {}, "AccountIds": { - "shape": "S15" + "shape": "S1e" }, "AwsRegions": { - "shape": "S17" + "shape": "S1g" }, "NonAwsRegions": { - "shape": "S19" + "shape": "S1i" }, "PillarPriorities": { - "shape": "S1b" + "shape": "S1k" }, "ArchitecturalDesign": {}, "ReviewOwner": {}, "IndustryType": {}, "Industry": {}, "Lenses": { - "shape": "S1h" + "shape": "S1q" }, "Notes": {}, "ClientRequestToken": { @@ -259,14 +323,18 @@ "shape": "Su" }, "DiscoveryConfig": { - "shape": "S1j" + "shape": "S1r" }, "Applications": { - "shape": "S1n" + "shape": "S1v" }, "ProfileArns": { "type": "list", "member": {} + }, + "ReviewTemplateArns": { + "type": "list", + "member": {} } } }, @@ -421,6 +489,59 @@ } } }, + "DeleteReviewTemplate": { + "http": { + "method": "DELETE", + "requestUri": "/reviewTemplates/{TemplateArn}" + }, + "input": { + "type": "structure", + "required": [ + "TemplateArn", + "ClientRequestToken" + ], + "members": { + "TemplateArn": { + "location": "uri", + "locationName": "TemplateArn" + }, + "ClientRequestToken": { + "idempotencyToken": true, + "location": "querystring", + "locationName": "ClientRequestToken" + } + } + } + }, + "DeleteTemplateShare": { + "http": { + "method": "DELETE", + "requestUri": "/templates/shares/{TemplateArn}/{ShareId}" + }, + "input": { + "type": "structure", + "required": [ + "ShareId", + "TemplateArn", + "ClientRequestToken" + ], + "members": { + "ShareId": { + "location": "uri", + "locationName": "ShareId" + }, + "TemplateArn": { + "location": "uri", + "locationName": "TemplateArn" + }, + "ClientRequestToken": { + "idempotencyToken": true, + "location": "querystring", + "locationName": "ClientRequestToken" + } + } + } + }, "DeleteWorkload": { "http": { "method": "DELETE", @@ -588,7 +709,7 @@ "LensAlias": {}, "LensArn": {}, "Answer": { - "shape": "S29" + "shape": "S2k" } } } @@ -634,7 +755,7 @@ "members": { "MetricType": {}, "RiskCounts": { - "shape": "S38" + "shape": "S3j" }, "WorkloadId": {}, "WorkloadName": {}, @@ -655,7 +776,7 @@ "members": { "PillarId": {}, "RiskCounts": { - "shape": "S38" + "shape": "S3j" }, "Questions": { "type": "list", @@ -681,7 +802,7 @@ } }, "RiskCounts": { - "shape": "S38" + "shape": "S3j" } } } @@ -773,7 +894,7 @@ "type": "integer" }, "LensReview": { - "shape": "S3u" + "shape": "S45" } } } @@ -924,7 +1045,7 @@ "type": "timestamp" }, "Workload": { - "shape": "S4f" + "shape": "S4q" } } } @@ -956,7 +1077,7 @@ "type": "structure", "members": { "Profile": { - "shape": "S4k" + "shape": "S4v" } } } @@ -1016,6 +1137,102 @@ } } }, + "GetReviewTemplate": { + "http": { + "method": "GET", + "requestUri": "/reviewTemplates/{TemplateArn}" + }, + "input": { + "type": "structure", + "required": [ + "TemplateArn" + ], + "members": { + "TemplateArn": { + "location": "uri", + "locationName": "TemplateArn" + } + } + }, + "output": { + "type": "structure", + "members": { + "ReviewTemplate": { + "shape": "S5c" + } + } + } + }, + "GetReviewTemplateAnswer": { + "http": { + "method": "GET", + "requestUri": "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/answers/{QuestionId}" + }, + "input": { + "type": "structure", + "required": [ + "TemplateArn", + "LensAlias", + "QuestionId" + ], + "members": { + "TemplateArn": { + "location": "uri", + "locationName": "TemplateArn" + }, + "LensAlias": { + "location": "uri", + "locationName": "LensAlias" + }, + "QuestionId": { + "location": "uri", + "locationName": "QuestionId" + } + } + }, + "output": { + "type": "structure", + "members": { + "TemplateArn": {}, + "LensAlias": {}, + "Answer": { + "shape": "S5i" + } + } + } + }, + "GetReviewTemplateLensReview": { + "http": { + "method": "GET", + "requestUri": "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}" + }, + "input": { + "type": "structure", + "required": [ + "TemplateArn", + "LensAlias" + ], + "members": { + "TemplateArn": { + "location": "uri", + "locationName": "TemplateArn" + }, + "LensAlias": { + "location": "uri", + "locationName": "LensAlias" + } + } + }, + "output": { + "type": "structure", + "members": { + "TemplateArn": {}, + "LensReview": { + "shape": "S5m" + } + } + } + }, "GetWorkload": { "http": { "method": "GET", @@ -1037,7 +1254,7 @@ "type": "structure", "members": { "Workload": { - "shape": "S4f" + "shape": "S4q" } } } @@ -1134,21 +1351,13 @@ "PillarId": {}, "QuestionTitle": {}, "Choices": { - "shape": "S2f" + "shape": "S2q" }, "SelectedChoices": { - "shape": "S2q" + "shape": "S31" }, "ChoiceAnswerSummaries": { - "type": "list", - "member": { - "type": "structure", - "members": { - "ChoiceId": {}, - "Status": {}, - "Reason": {} - } - } + "shape": "S60" }, "IsApplicable": { "type": "boolean" @@ -1418,13 +1627,13 @@ "type": "timestamp" }, "RiskCounts": { - "shape": "S38" + "shape": "S3j" }, "Profiles": { - "shape": "S3z" + "shape": "S4a" }, "PrioritizedRiskCounts": { - "shape": "S38" + "shape": "S3j" } } } @@ -1583,7 +1792,7 @@ "type": "timestamp" }, "WorkloadSummary": { - "shape": "S6n" + "shape": "S7d" } } } @@ -1603,7 +1812,8 @@ "NextToken": {}, "MaxResults": { "type": "integer" - } + }, + "ResourceArn": {} } }, "output": { @@ -1623,7 +1833,9 @@ "LensAlias": {}, "LensArn": {}, "CurrentLensVersion": {}, - "LatestLensVersion": {} + "LatestLensVersion": {}, + "ResourceArn": {}, + "ResourceName": {} } } } @@ -1784,25 +1996,29 @@ } } }, - "ListShareInvitations": { + "ListReviewTemplateAnswers": { "http": { "method": "GET", - "requestUri": "/shareInvitations" + "requestUri": "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/answers" }, "input": { "type": "structure", + "required": [ + "TemplateArn", + "LensAlias" + ], "members": { - "WorkloadNamePrefix": { - "location": "querystring", - "locationName": "WorkloadNamePrefix" + "TemplateArn": { + "location": "uri", + "locationName": "TemplateArn" }, - "LensNamePrefix": { - "location": "querystring", - "locationName": "LensNamePrefix" + "LensAlias": { + "location": "uri", + "locationName": "LensAlias" }, - "ShareResourceType": { + "PillarId": { "location": "querystring", - "locationName": "ShareResourceType" + "locationName": "PillarId" }, "NextToken": { "location": "querystring", @@ -1812,32 +2028,37 @@ "location": "querystring", "locationName": "MaxResults", "type": "integer" - }, - "ProfileNamePrefix": { - "location": "querystring", - "locationName": "ProfileNamePrefix" } } }, "output": { "type": "structure", "members": { - "ShareInvitationSummaries": { + "TemplateArn": {}, + "LensAlias": {}, + "AnswerSummaries": { "type": "list", "member": { "type": "structure", "members": { - "ShareInvitationId": {}, - "SharedBy": {}, - "SharedWith": {}, - "PermissionType": {}, - "ShareResourceType": {}, - "WorkloadName": {}, - "WorkloadId": {}, - "LensName": {}, - "LensArn": {}, - "ProfileName": {}, - "ProfileArn": {} + "QuestionId": {}, + "PillarId": {}, + "QuestionTitle": {}, + "Choices": { + "shape": "S2q" + }, + "SelectedChoices": { + "shape": "S31" + }, + "ChoiceAnswerSummaries": { + "shape": "S60" + }, + "IsApplicable": { + "type": "boolean" + }, + "AnswerStatus": {}, + "Reason": {}, + "QuestionType": {} } } }, @@ -1845,31 +2066,197 @@ } } }, - "ListTagsForResource": { + "ListReviewTemplates": { "http": { "method": "GET", - "requestUri": "/tags/{WorkloadArn}" + "requestUri": "/reviewTemplates" }, "input": { "type": "structure", - "required": [ - "WorkloadArn" - ], "members": { - "WorkloadArn": { - "location": "uri", - "locationName": "WorkloadArn" + "NextToken": { + "location": "querystring", + "locationName": "NextToken" + }, + "MaxResults": { + "location": "querystring", + "locationName": "MaxResults", + "type": "integer" } } }, "output": { "type": "structure", "members": { - "Tags": { - "shape": "Su" - } - } - } + "ReviewTemplates": { + "type": "list", + "member": { + "type": "structure", + "members": { + "Description": {}, + "Lenses": { + "shape": "S14" + }, + "Owner": {}, + "UpdatedAt": { + "type": "timestamp" + }, + "TemplateArn": {}, + "TemplateName": {}, + "UpdateStatus": {} + } + } + }, + "NextToken": {} + } + } + }, + "ListShareInvitations": { + "http": { + "method": "GET", + "requestUri": "/shareInvitations" + }, + "input": { + "type": "structure", + "members": { + "WorkloadNamePrefix": { + "location": "querystring", + "locationName": "WorkloadNamePrefix" + }, + "LensNamePrefix": { + "location": "querystring", + "locationName": "LensNamePrefix" + }, + "ShareResourceType": { + "location": "querystring", + "locationName": "ShareResourceType" + }, + "NextToken": { + "location": "querystring", + "locationName": "NextToken" + }, + "MaxResults": { + "location": "querystring", + "locationName": "MaxResults", + "type": "integer" + }, + "ProfileNamePrefix": { + "location": "querystring", + "locationName": "ProfileNamePrefix" + }, + "TemplateNamePrefix": { + "location": "querystring", + "locationName": "TemplateNamePrefix" + } + } + }, + "output": { + "type": "structure", + "members": { + "ShareInvitationSummaries": { + "type": "list", + "member": { + "type": "structure", + "members": { + "ShareInvitationId": {}, + "SharedBy": {}, + "SharedWith": {}, + "PermissionType": {}, + "ShareResourceType": {}, + "WorkloadName": {}, + "WorkloadId": {}, + "LensName": {}, + "LensArn": {}, + "ProfileName": {}, + "ProfileArn": {}, + "TemplateName": {}, + "TemplateArn": {} + } + } + }, + "NextToken": {} + } + } + }, + "ListTagsForResource": { + "http": { + "method": "GET", + "requestUri": "/tags/{WorkloadArn}" + }, + "input": { + "type": "structure", + "required": [ + "WorkloadArn" + ], + "members": { + "WorkloadArn": { + "location": "uri", + "locationName": "WorkloadArn" + } + } + }, + "output": { + "type": "structure", + "members": { + "Tags": { + "shape": "Su" + } + } + } + }, + "ListTemplateShares": { + "http": { + "method": "GET", + "requestUri": "/templates/shares/{TemplateArn}" + }, + "input": { + "type": "structure", + "required": [ + "TemplateArn" + ], + "members": { + "TemplateArn": { + "location": "uri", + "locationName": "TemplateArn" + }, + "SharedWithPrefix": { + "location": "querystring", + "locationName": "SharedWithPrefix" + }, + "NextToken": { + "location": "querystring", + "locationName": "NextToken" + }, + "MaxResults": { + "location": "querystring", + "locationName": "MaxResults", + "type": "integer" + }, + "Status": { + "location": "querystring", + "locationName": "Status" + } + } + }, + "output": { + "type": "structure", + "members": { + "TemplateArn": {}, + "TemplateShareSummaries": { + "type": "list", + "member": { + "type": "structure", + "members": { + "ShareId": {}, + "SharedWith": {}, + "Status": {}, + "StatusMessage": {} + } + } + }, + "NextToken": {} + } + } }, "ListWorkloadShares": { "http": { @@ -1946,7 +2333,7 @@ "WorkloadSummaries": { "type": "list", "member": { - "shape": "S6n" + "shape": "S7d" } }, "NextToken": {} @@ -2033,22 +2420,10 @@ "locationName": "QuestionId" }, "SelectedChoices": { - "shape": "S2q" + "shape": "S31" }, "ChoiceUpdates": { - "type": "map", - "key": {}, - "value": { - "type": "structure", - "required": [ - "Status" - ], - "members": { - "Status": {}, - "Reason": {}, - "Notes": {} - } - } + "shape": "S95" }, "Notes": {}, "IsApplicable": { @@ -2064,7 +2439,7 @@ "LensAlias": {}, "LensArn": {}, "Answer": { - "shape": "S29" + "shape": "S2k" } } } @@ -2104,9 +2479,7 @@ }, "LensNotes": {}, "PillarNotes": { - "type": "map", - "key": {}, - "value": {} + "shape": "S9c" } } }, @@ -2115,7 +2488,7 @@ "members": { "WorkloadId": {}, "LensReview": { - "shape": "S3u" + "shape": "S45" } } } @@ -2145,7 +2518,127 @@ "type": "structure", "members": { "Profile": { - "shape": "S4k" + "shape": "S4v" + } + } + } + }, + "UpdateReviewTemplate": { + "http": { + "method": "PATCH", + "requestUri": "/reviewTemplates/{TemplateArn}" + }, + "input": { + "type": "structure", + "required": [ + "TemplateArn" + ], + "members": { + "TemplateArn": { + "location": "uri", + "locationName": "TemplateArn" + }, + "TemplateName": {}, + "Description": {}, + "Notes": {}, + "LensesToAssociate": { + "shape": "S9h" + }, + "LensesToDisassociate": { + "shape": "S9h" + } + } + }, + "output": { + "type": "structure", + "members": { + "ReviewTemplate": { + "shape": "S5c" + } + } + } + }, + "UpdateReviewTemplateAnswer": { + "http": { + "method": "PATCH", + "requestUri": "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/answers/{QuestionId}" + }, + "input": { + "type": "structure", + "required": [ + "TemplateArn", + "LensAlias", + "QuestionId" + ], + "members": { + "TemplateArn": { + "location": "uri", + "locationName": "TemplateArn" + }, + "LensAlias": { + "location": "uri", + "locationName": "LensAlias" + }, + "QuestionId": { + "location": "uri", + "locationName": "QuestionId" + }, + "SelectedChoices": { + "shape": "S31" + }, + "ChoiceUpdates": { + "shape": "S95" + }, + "Notes": {}, + "IsApplicable": { + "type": "boolean" + }, + "Reason": {} + } + }, + "output": { + "type": "structure", + "members": { + "TemplateArn": {}, + "LensAlias": {}, + "Answer": { + "shape": "S5i" + } + } + } + }, + "UpdateReviewTemplateLensReview": { + "http": { + "method": "PATCH", + "requestUri": "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}" + }, + "input": { + "type": "structure", + "required": [ + "TemplateArn", + "LensAlias" + ], + "members": { + "TemplateArn": { + "location": "uri", + "locationName": "TemplateArn" + }, + "LensAlias": { + "location": "uri", + "locationName": "LensAlias" + }, + "LensNotes": {}, + "PillarNotes": { + "shape": "S9c" + } + } + }, + "output": { + "type": "structure", + "members": { + "TemplateArn": {}, + "LensReview": { + "shape": "S5m" } } } @@ -2180,7 +2673,8 @@ "WorkloadId": {}, "LensAlias": {}, "LensArn": {}, - "ProfileArn": {} + "ProfileArn": {}, + "TemplateArn": {} } } } @@ -2205,16 +2699,16 @@ "Description": {}, "Environment": {}, "AccountIds": { - "shape": "S15" + "shape": "S1e" }, "AwsRegions": { - "shape": "S17" + "shape": "S1g" }, "NonAwsRegions": { - "shape": "S19" + "shape": "S1i" }, "PillarPriorities": { - "shape": "S1b" + "shape": "S1k" }, "ArchitecturalDesign": {}, "ReviewOwner": {}, @@ -2226,10 +2720,10 @@ "Notes": {}, "ImprovementStatus": {}, "DiscoveryConfig": { - "shape": "S1j" + "shape": "S1r" }, "Applications": { - "shape": "S1n" + "shape": "S1v" } } }, @@ -2237,7 +2731,7 @@ "type": "structure", "members": { "Workload": { - "shape": "S4f" + "shape": "S4q" } } } @@ -2337,6 +2831,30 @@ } } } + }, + "UpgradeReviewTemplateLensReview": { + "http": { + "method": "PUT", + "requestUri": "/reviewTemplates/{TemplateArn}/lensReviews/{LensAlias}/upgrade" + }, + "input": { + "type": "structure", + "required": [ + "TemplateArn", + "LensAlias" + ], + "members": { + "TemplateArn": { + "location": "uri", + "locationName": "TemplateArn" + }, + "LensAlias": { + "location": "uri", + "locationName": "LensAlias" + }, + "ClientRequestToken": {} + } + } } }, "shapes": { @@ -2366,27 +2884,31 @@ "key": {}, "value": {} }, - "S15": { + "S14": { + "type": "list", + "member": {} + }, + "S1e": { "type": "list", "member": {} }, - "S17": { + "S1g": { "type": "list", "member": {} }, - "S19": { + "S1i": { "type": "list", "member": {} }, - "S1b": { + "S1k": { "type": "list", "member": {} }, - "S1h": { + "S1q": { "type": "list", "member": {} }, - "S1j": { + "S1r": { "type": "structure", "members": { "TrustedAdvisorIntegrationStatus": {}, @@ -2396,11 +2918,11 @@ } } }, - "S1n": { + "S1v": { "type": "list", "member": {} }, - "S29": { + "S2k": { "type": "structure", "members": { "QuestionId": {}, @@ -2411,22 +2933,13 @@ "HelpfulResourceUrl": {}, "HelpfulResourceDisplayText": {}, "Choices": { - "shape": "S2f" + "shape": "S2q" }, "SelectedChoices": { - "shape": "S2q" + "shape": "S31" }, "ChoiceAnswers": { - "type": "list", - "member": { - "type": "structure", - "members": { - "ChoiceId": {}, - "Status": {}, - "Reason": {}, - "Notes": {} - } - } + "shape": "S32" }, "IsApplicable": { "type": "boolean" @@ -2436,7 +2949,7 @@ "Reason": {} } }, - "S2f": { + "S2q": { "type": "list", "member": { "type": "structure", @@ -2445,10 +2958,10 @@ "Title": {}, "Description": {}, "HelpfulResource": { - "shape": "S2j" + "shape": "S2u" }, "ImprovementPlan": { - "shape": "S2j" + "shape": "S2u" }, "AdditionalResources": { "type": "list", @@ -2459,7 +2972,7 @@ "Content": { "type": "list", "member": { - "shape": "S2j" + "shape": "S2u" } } } @@ -2468,25 +2981,37 @@ } } }, - "S2j": { + "S2u": { "type": "structure", "members": { "DisplayText": {}, "Url": {} } }, - "S2q": { + "S31": { "type": "list", "member": {} }, - "S38": { + "S32": { + "type": "list", + "member": { + "type": "structure", + "members": { + "ChoiceId": {}, + "Status": {}, + "Reason": {}, + "Notes": {} + } + } + }, + "S3j": { "type": "map", "key": {}, "value": { "type": "integer" } }, - "S3u": { + "S45": { "type": "structure", "members": { "LensAlias": {}, @@ -2503,10 +3028,10 @@ "PillarName": {}, "Notes": {}, "RiskCounts": { - "shape": "S38" + "shape": "S3j" }, "PrioritizedRiskCounts": { - "shape": "S38" + "shape": "S3j" } } } @@ -2516,18 +3041,18 @@ }, "Notes": {}, "RiskCounts": { - "shape": "S38" + "shape": "S3j" }, "NextToken": {}, "Profiles": { - "shape": "S3z" + "shape": "S4a" }, "PrioritizedRiskCounts": { - "shape": "S38" + "shape": "S3j" } } }, - "S3z": { + "S4a": { "type": "list", "member": { "type": "structure", @@ -2537,7 +3062,7 @@ } } }, - "S4f": { + "S4q": { "type": "structure", "members": { "WorkloadId": {}, @@ -2549,13 +3074,13 @@ "type": "timestamp" }, "AccountIds": { - "shape": "S15" + "shape": "S1e" }, "AwsRegions": { - "shape": "S17" + "shape": "S1g" }, "NonAwsRegions": { - "shape": "S19" + "shape": "S1i" }, "ArchitecturalDesign": {}, "ReviewOwner": {}, @@ -2570,13 +3095,13 @@ "Notes": {}, "ImprovementStatus": {}, "RiskCounts": { - "shape": "S38" + "shape": "S3j" }, "PillarPriorities": { - "shape": "S1b" + "shape": "S1k" }, "Lenses": { - "shape": "S1h" + "shape": "S1q" }, "Owner": {}, "ShareInvitationId": {}, @@ -2584,20 +3109,20 @@ "shape": "Su" }, "DiscoveryConfig": { - "shape": "S1j" + "shape": "S1r" }, "Applications": { - "shape": "S1n" + "shape": "S1v" }, "Profiles": { - "shape": "S3z" + "shape": "S4a" }, "PrioritizedRiskCounts": { - "shape": "S38" + "shape": "S3j" } } }, - "S4k": { + "S4v": { "type": "structure", "members": { "ProfileArn": {}, @@ -2649,7 +3174,108 @@ } } }, - "S6n": { + "S5c": { + "type": "structure", + "members": { + "Description": {}, + "Lenses": { + "shape": "S14" + }, + "Notes": {}, + "QuestionCounts": { + "shape": "S5d" + }, + "Owner": {}, + "UpdatedAt": { + "type": "timestamp" + }, + "TemplateArn": {}, + "TemplateName": {}, + "Tags": { + "shape": "Su" + }, + "UpdateStatus": {}, + "ShareInvitationId": {} + } + }, + "S5d": { + "type": "map", + "key": {}, + "value": { + "type": "integer" + } + }, + "S5i": { + "type": "structure", + "members": { + "QuestionId": {}, + "PillarId": {}, + "QuestionTitle": {}, + "QuestionDescription": {}, + "ImprovementPlanUrl": {}, + "HelpfulResourceUrl": {}, + "HelpfulResourceDisplayText": {}, + "Choices": { + "shape": "S2q" + }, + "SelectedChoices": { + "shape": "S31" + }, + "ChoiceAnswers": { + "shape": "S32" + }, + "IsApplicable": { + "type": "boolean" + }, + "AnswerStatus": {}, + "Notes": {}, + "Reason": {} + } + }, + "S5m": { + "type": "structure", + "members": { + "LensAlias": {}, + "LensArn": {}, + "LensVersion": {}, + "LensName": {}, + "LensStatus": {}, + "PillarReviewSummaries": { + "type": "list", + "member": { + "type": "structure", + "members": { + "PillarId": {}, + "PillarName": {}, + "Notes": {}, + "QuestionCounts": { + "shape": "S5d" + } + } + } + }, + "UpdatedAt": { + "type": "timestamp" + }, + "Notes": {}, + "QuestionCounts": { + "shape": "S5d" + }, + "NextToken": {} + } + }, + "S60": { + "type": "list", + "member": { + "type": "structure", + "members": { + "ChoiceId": {}, + "Status": {}, + "Reason": {} + } + } + }, + "S7d": { "type": "structure", "members": { "WorkloadId": {}, @@ -2660,19 +3286,43 @@ "type": "timestamp" }, "Lenses": { - "shape": "S1h" + "shape": "S1q" }, "RiskCounts": { - "shape": "S38" + "shape": "S3j" }, "ImprovementStatus": {}, "Profiles": { - "shape": "S3z" + "shape": "S4a" }, "PrioritizedRiskCounts": { - "shape": "S38" + "shape": "S3j" + } + } + }, + "S95": { + "type": "map", + "key": {}, + "value": { + "type": "structure", + "required": [ + "Status" + ], + "members": { + "Status": {}, + "Reason": {}, + "Notes": {} } } + }, + "S9c": { + "type": "map", + "key": {}, + "value": {} + }, + "S9h": { + "type": "list", + "member": {} } } } \ No newline at end of file diff --git a/iamlivecore/service/wisdom-2020-10-19.min.json b/iamlivecore/service/wisdom-2020-10-19.min.json index 048e54b..5738c35 100644 --- a/iamlivecore/service/wisdom-2020-10-19.min.json +++ b/iamlivecore/service/wisdom-2020-10-19.min.json @@ -175,6 +175,58 @@ }, "idempotent": true }, + "CreateQuickResponse": { + "http": { + "requestUri": "/knowledgeBases/{knowledgeBaseId}/quickResponses", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "content", + "knowledgeBaseId", + "name" + ], + "members": { + "channels": { + "shape": "S1b" + }, + "clientToken": { + "idempotencyToken": true + }, + "content": { + "shape": "S1d" + }, + "contentType": {}, + "description": {}, + "groupingConfiguration": { + "shape": "S1h" + }, + "isActive": { + "type": "boolean" + }, + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "language": {}, + "name": {}, + "shortcutKey": {}, + "tags": { + "shape": "S7" + } + } + }, + "output": { + "type": "structure", + "members": { + "quickResponse": { + "shape": "S1q" + } + } + }, + "idempotent": true + }, "CreateSession": { "http": { "requestUri": "/assistants/{assistantId}/sessions", @@ -205,7 +257,7 @@ "type": "structure", "members": { "session": { - "shape": "S1c" + "shape": "S1w" } } }, @@ -293,6 +345,35 @@ }, "idempotent": true }, + "DeleteImportJob": { + "http": { + "method": "DELETE", + "requestUri": "/knowledgeBases/{knowledgeBaseId}/importJobs/{importJobId}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "importJobId", + "knowledgeBaseId" + ], + "members": { + "importJobId": { + "location": "uri", + "locationName": "importJobId" + }, + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, "DeleteKnowledgeBase": { "http": { "method": "DELETE", @@ -317,6 +398,35 @@ }, "idempotent": true }, + "DeleteQuickResponse": { + "http": { + "method": "DELETE", + "requestUri": "/knowledgeBases/{knowledgeBaseId}/quickResponses/{quickResponseId}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "quickResponseId" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "quickResponseId": { + "location": "uri", + "locationName": "quickResponseId" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, "GetAssistant": { "http": { "method": "GET", @@ -435,7 +545,39 @@ "type": "structure", "members": { "contentSummary": { - "shape": "S1u" + "shape": "S2i" + } + } + } + }, + "GetImportJob": { + "http": { + "method": "GET", + "requestUri": "/knowledgeBases/{knowledgeBaseId}/importJobs/{importJobId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "importJobId", + "knowledgeBaseId" + ], + "members": { + "importJobId": { + "location": "uri", + "locationName": "importJobId" + }, + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + } + } + }, + "output": { + "type": "structure", + "members": { + "importJob": { + "shape": "S2l" } } } @@ -467,6 +609,38 @@ } } }, + "GetQuickResponse": { + "http": { + "method": "GET", + "requestUri": "/knowledgeBases/{knowledgeBaseId}/quickResponses/{quickResponseId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "quickResponseId" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "quickResponseId": { + "location": "uri", + "locationName": "quickResponseId" + } + } + }, + "output": { + "type": "structure", + "members": { + "quickResponse": { + "shape": "S1q" + } + } + } + }, "GetRecommendations": { "http": { "method": "GET", @@ -516,7 +690,7 @@ ], "members": { "document": { - "shape": "S23" + "shape": "S32" }, "recommendationId": {}, "relevanceLevel": {}, @@ -546,7 +720,7 @@ "type": "structure", "members": { "text": { - "shape": "S2i" + "shape": "S3h" } } } @@ -555,7 +729,7 @@ }, "id": {}, "recommendationIds": { - "shape": "S2j" + "shape": "S3i" }, "source": {}, "type": {} @@ -592,7 +766,7 @@ "type": "structure", "members": { "session": { - "shape": "S1c" + "shape": "S1w" } } } @@ -755,7 +929,80 @@ ], "members": { "contentSummaries": { - "shape": "S2z" + "shape": "S3y" + }, + "nextToken": {} + } + } + }, + "ListImportJobs": { + "http": { + "method": "GET", + "requestUri": "/knowledgeBases/{knowledgeBaseId}/importJobs", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "required": [ + "importJobSummaries" + ], + "members": { + "importJobSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "createdTime", + "importJobId", + "importJobType", + "knowledgeBaseArn", + "knowledgeBaseId", + "lastModifiedTime", + "status", + "uploadId" + ], + "members": { + "createdTime": { + "shape": "S10" + }, + "externalSourceConfiguration": { + "shape": "S2m" + }, + "importJobId": {}, + "importJobType": {}, + "knowledgeBaseArn": {}, + "knowledgeBaseId": {}, + "lastModifiedTime": { + "shape": "S10" + }, + "metadata": { + "shape": "Sr" + }, + "status": {}, + "uploadId": {} + } + } }, "nextToken": {} } @@ -824,6 +1071,86 @@ } } }, + "ListQuickResponses": { + "http": { + "method": "GET", + "requestUri": "/knowledgeBases/{knowledgeBaseId}/quickResponses", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId" + ], + "members": { + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + } + } + }, + "output": { + "type": "structure", + "required": [ + "quickResponseSummaries" + ], + "members": { + "nextToken": {}, + "quickResponseSummaries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "contentType", + "createdTime", + "knowledgeBaseArn", + "knowledgeBaseId", + "lastModifiedTime", + "name", + "quickResponseArn", + "quickResponseId", + "status" + ], + "members": { + "channels": { + "shape": "S1b" + }, + "contentType": {}, + "createdTime": { + "shape": "S10" + }, + "description": {}, + "isActive": { + "type": "boolean" + }, + "knowledgeBaseArn": {}, + "knowledgeBaseId": {}, + "lastModifiedBy": {}, + "lastModifiedTime": { + "shape": "S10" + }, + "name": {}, + "quickResponseArn": {}, + "quickResponseId": {}, + "status": {}, + "tags": { + "shape": "S7" + } + } + } + } + } + } + }, "ListTagsForResource": { "http": { "method": "GET", @@ -869,7 +1196,7 @@ "locationName": "assistantId" }, "recommendationIds": { - "shape": "S2j" + "shape": "S3i" }, "sessionId": { "location": "uri", @@ -891,7 +1218,7 @@ } }, "recommendationIds": { - "shape": "S2j" + "shape": "S3i" } } }, @@ -918,7 +1245,7 @@ }, "nextToken": {}, "queryText": { - "shape": "S2i" + "shape": "S3h" } } }, @@ -939,7 +1266,7 @@ ], "members": { "document": { - "shape": "S23" + "shape": "S32" }, "relevanceScore": { "type": "double" @@ -1000,7 +1327,7 @@ "locationName": "nextToken" }, "searchExpression": { - "shape": "S3i" + "shape": "S4p" } } }, @@ -1011,15 +1338,176 @@ ], "members": { "contentSummaries": { - "shape": "S2z" + "shape": "S3y" }, "nextToken": {} } } }, - "SearchSessions": { + "SearchQuickResponses": { "http": { - "requestUri": "/assistants/{assistantId}/searchSessions", + "requestUri": "/knowledgeBases/{knowledgeBaseId}/search/quickResponses", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "searchExpression" + ], + "members": { + "attributes": { + "type": "map", + "key": {}, + "value": {}, + "sensitive": true + }, + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + }, + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "searchExpression": { + "type": "structure", + "members": { + "filters": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "name", + "operator" + ], + "members": { + "includeNoExistence": { + "type": "boolean" + }, + "name": {}, + "operator": {}, + "values": { + "type": "list", + "member": {} + } + } + } + }, + "orderOnField": { + "type": "structure", + "required": [ + "name" + ], + "members": { + "name": {}, + "order": {} + } + }, + "queries": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "name", + "operator", + "values" + ], + "members": { + "allowFuzziness": { + "type": "boolean" + }, + "name": {}, + "operator": {}, + "priority": {}, + "values": { + "type": "list", + "member": {} + } + } + } + } + } + } + } + }, + "output": { + "type": "structure", + "required": [ + "results" + ], + "members": { + "nextToken": {}, + "results": { + "type": "list", + "member": { + "type": "structure", + "required": [ + "contentType", + "contents", + "createdTime", + "isActive", + "knowledgeBaseArn", + "knowledgeBaseId", + "lastModifiedTime", + "name", + "quickResponseArn", + "quickResponseId", + "status" + ], + "members": { + "attributesInterpolated": { + "shape": "S5g" + }, + "attributesNotInterpolated": { + "shape": "S5g" + }, + "channels": { + "shape": "S1b" + }, + "contentType": {}, + "contents": { + "shape": "S1r" + }, + "createdTime": { + "shape": "S10" + }, + "description": {}, + "groupingConfiguration": { + "shape": "S1h" + }, + "isActive": { + "type": "boolean" + }, + "knowledgeBaseArn": {}, + "knowledgeBaseId": {}, + "language": {}, + "lastModifiedBy": {}, + "lastModifiedTime": { + "shape": "S10" + }, + "name": {}, + "quickResponseArn": {}, + "quickResponseId": {}, + "shortcutKey": {}, + "status": {}, + "tags": { + "shape": "S7" + } + } + } + } + } + } + }, + "SearchSessions": { + "http": { + "requestUri": "/assistants/{assistantId}/searchSessions", "responseCode": 200 }, "input": { @@ -1043,7 +1531,7 @@ "locationName": "nextToken" }, "searchExpression": { - "shape": "S3i" + "shape": "S4p" } } }, @@ -1091,6 +1579,9 @@ "knowledgeBaseId": { "location": "uri", "locationName": "knowledgeBaseId" + }, + "presignedUrlTimeToLive": { + "type": "integer" } } }, @@ -1118,6 +1609,46 @@ } } }, + "StartImportJob": { + "http": { + "requestUri": "/knowledgeBases/{knowledgeBaseId}/importJobs", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "importJobType", + "knowledgeBaseId", + "uploadId" + ], + "members": { + "clientToken": { + "idempotencyToken": true + }, + "externalSourceConfiguration": { + "shape": "S2m" + }, + "importJobType": {}, + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "metadata": { + "shape": "Sr" + }, + "uploadId": {} + } + }, + "output": { + "type": "structure", + "members": { + "importJob": { + "shape": "S2l" + } + } + }, + "idempotent": true + }, "TagResource": { "http": { "requestUri": "/tags/{resourceArn}", @@ -1244,6 +1775,63 @@ } } } + }, + "UpdateQuickResponse": { + "http": { + "requestUri": "/knowledgeBases/{knowledgeBaseId}/quickResponses/{quickResponseId}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "knowledgeBaseId", + "quickResponseId" + ], + "members": { + "channels": { + "shape": "S1b" + }, + "content": { + "shape": "S1d" + }, + "contentType": {}, + "description": {}, + "groupingConfiguration": { + "shape": "S1h" + }, + "isActive": { + "type": "boolean" + }, + "knowledgeBaseId": { + "location": "uri", + "locationName": "knowledgeBaseId" + }, + "language": {}, + "name": {}, + "quickResponseId": { + "location": "uri", + "locationName": "quickResponseId" + }, + "removeDescription": { + "type": "boolean" + }, + "removeGroupingConfiguration": { + "type": "boolean" + }, + "removeShortcutKey": { + "type": "boolean" + }, + "shortcutKey": {} + } + }, + "output": { + "type": "structure", + "members": { + "quickResponse": { + "shape": "S1q" + } + } + } } }, "shapes": { @@ -1440,7 +2028,111 @@ } } }, - "S1c": { + "S1b": { + "type": "list", + "member": { + "type": "string", + "sensitive": true + } + }, + "S1d": { + "type": "structure", + "members": { + "content": { + "shape": "S1e" + } + }, + "union": true + }, + "S1e": { + "type": "string", + "sensitive": true + }, + "S1h": { + "type": "structure", + "members": { + "criteria": { + "type": "string", + "sensitive": true + }, + "values": { + "type": "list", + "member": { + "type": "string", + "sensitive": true + } + } + } + }, + "S1q": { + "type": "structure", + "required": [ + "contentType", + "createdTime", + "knowledgeBaseArn", + "knowledgeBaseId", + "lastModifiedTime", + "name", + "quickResponseArn", + "quickResponseId", + "status" + ], + "members": { + "channels": { + "shape": "S1b" + }, + "contentType": {}, + "contents": { + "shape": "S1r" + }, + "createdTime": { + "shape": "S10" + }, + "description": {}, + "groupingConfiguration": { + "shape": "S1h" + }, + "isActive": { + "type": "boolean" + }, + "knowledgeBaseArn": {}, + "knowledgeBaseId": {}, + "language": {}, + "lastModifiedBy": {}, + "lastModifiedTime": { + "shape": "S10" + }, + "name": {}, + "quickResponseArn": {}, + "quickResponseId": {}, + "shortcutKey": {}, + "status": {}, + "tags": { + "shape": "S7" + } + } + }, + "S1r": { + "type": "structure", + "members": { + "markdown": { + "shape": "S1s" + }, + "plainText": { + "shape": "S1s" + } + } + }, + "S1s": { + "type": "structure", + "members": { + "content": { + "shape": "S1e" + } + }, + "union": true + }, + "S1w": { "type": "structure", "required": [ "name", @@ -1463,7 +2155,7 @@ } } }, - "S1u": { + "S2i": { "type": "structure", "required": [ "contentArn", @@ -1495,7 +2187,73 @@ "title": {} } }, - "S23": { + "S2l": { + "type": "structure", + "required": [ + "createdTime", + "importJobId", + "importJobType", + "knowledgeBaseArn", + "knowledgeBaseId", + "lastModifiedTime", + "status", + "uploadId", + "url", + "urlExpiry" + ], + "members": { + "createdTime": { + "shape": "S10" + }, + "externalSourceConfiguration": { + "shape": "S2m" + }, + "failedRecordReport": { + "shape": "Sz" + }, + "importJobId": {}, + "importJobType": {}, + "knowledgeBaseArn": {}, + "knowledgeBaseId": {}, + "lastModifiedTime": { + "shape": "S10" + }, + "metadata": { + "shape": "Sr" + }, + "status": {}, + "uploadId": {}, + "url": { + "shape": "Sz" + }, + "urlExpiry": { + "shape": "S10" + } + } + }, + "S2m": { + "type": "structure", + "required": [ + "configuration", + "source" + ], + "members": { + "configuration": { + "type": "structure", + "members": { + "connectConfiguration": { + "type": "structure", + "members": { + "instanceId": {} + } + } + }, + "union": true + }, + "source": {} + } + }, + "S32": { "type": "structure", "required": [ "contentReference" @@ -1511,14 +2269,14 @@ } }, "excerpt": { - "shape": "S25" + "shape": "S34" }, "title": { - "shape": "S25" + "shape": "S34" } } }, - "S25": { + "S34": { "type": "structure", "members": { "highlights": { @@ -1541,21 +2299,21 @@ } } }, - "S2i": { + "S3h": { "type": "string", "sensitive": true }, - "S2j": { + "S3i": { "type": "list", "member": {} }, - "S2z": { + "S3y": { "type": "list", "member": { - "shape": "S1u" + "shape": "S2i" } }, - "S3i": { + "S4p": { "type": "structure", "required": [ "filters" @@ -1578,6 +2336,11 @@ } } } + }, + "S5g": { + "type": "list", + "member": {}, + "sensitive": true } } } \ No newline at end of file diff --git a/iamlivecore/service/workmail-2017-10-01.min.json b/iamlivecore/service/workmail-2017-10-01.min.json index 7fb8aeb..26a671e 100644 --- a/iamlivecore/service/workmail-2017-10-01.min.json +++ b/iamlivecore/service/workmail-2017-10-01.min.json @@ -152,7 +152,10 @@ ], "members": { "OrganizationId": {}, - "Name": {} + "Name": {}, + "HiddenFromGlobalAddressList": { + "type": "boolean" + } } }, "output": { @@ -181,7 +184,7 @@ "Type": {}, "Description": {}, "Rules": { - "shape": "S10" + "shape": "S11" } } }, @@ -257,6 +260,9 @@ "type": "list", "member": { "type": "structure", + "required": [ + "DomainName" + ], "members": { "DomainName": {}, "HostedZoneId": {} @@ -288,7 +294,11 @@ "members": { "OrganizationId": {}, "Name": {}, - "Type": {} + "Type": {}, + "Description": {}, + "HiddenFromGlobalAddressList": { + "type": "boolean" + } } }, "output": { @@ -305,15 +315,26 @@ "required": [ "OrganizationId", "Name", - "DisplayName", - "Password" + "DisplayName" ], "members": { "OrganizationId": {}, "Name": {}, - "DisplayName": {}, + "DisplayName": { + "shape": "S23" + }, "Password": { "shape": "Sp" + }, + "Role": {}, + "FirstName": { + "shape": "S23" + }, + "LastName": { + "shape": "S23" + }, + "HiddenFromGlobalAddressList": { + "type": "boolean" } } }, @@ -501,6 +522,9 @@ "OrganizationId": {}, "DeleteDirectory": { "type": "boolean" + }, + "ForceDelete": { + "type": "boolean" } } }, @@ -622,6 +646,28 @@ }, "idempotent": true }, + "DescribeEntity": { + "input": { + "type": "structure", + "required": [ + "OrganizationId", + "Email" + ], + "members": { + "OrganizationId": {}, + "Email": {} + } + }, + "output": { + "type": "structure", + "members": { + "EntityId": {}, + "Name": {}, + "Type": {} + } + }, + "idempotent": true + }, "DescribeGroup": { "input": { "type": "structure", @@ -646,6 +692,9 @@ }, "DisabledDate": { "type": "timestamp" + }, + "HiddenFromGlobalAddressList": { + "type": "boolean" } } }, @@ -731,7 +780,11 @@ "type": "timestamp" }, "ErrorMessage": {}, - "ARN": {} + "ARN": {}, + "MigrationAdmin": {}, + "InteroperabilityEnabled": { + "type": "boolean" + } } }, "idempotent": true @@ -756,7 +809,7 @@ "Name": {}, "Type": {}, "BookingOptions": { - "shape": "S3p" + "shape": "S3v" }, "State": {}, "EnabledDate": { @@ -764,6 +817,10 @@ }, "DisabledDate": { "type": "timestamp" + }, + "Description": {}, + "HiddenFromGlobalAddressList": { + "type": "boolean" } } }, @@ -787,7 +844,9 @@ "UserId": {}, "Name": {}, "Email": {}, - "DisplayName": {}, + "DisplayName": { + "shape": "S23" + }, "State": {}, "UserRole": {}, "EnabledDate": { @@ -795,6 +854,51 @@ }, "DisabledDate": { "type": "timestamp" + }, + "MailboxProvisionedDate": { + "type": "timestamp" + }, + "MailboxDeprovisionedDate": { + "type": "timestamp" + }, + "FirstName": { + "shape": "S23" + }, + "LastName": { + "shape": "S23" + }, + "HiddenFromGlobalAddressList": { + "type": "boolean" + }, + "Initials": { + "shape": "S23" + }, + "Telephone": { + "shape": "S23" + }, + "Street": { + "shape": "S23" + }, + "JobTitle": { + "shape": "S23" + }, + "City": { + "shape": "S23" + }, + "Company": { + "shape": "S23" + }, + "ZipCode": { + "shape": "S23" + }, + "Department": { + "shape": "S23" + }, + "Country": { + "shape": "S23" + }, + "Office": { + "shape": "S23" } } }, @@ -884,7 +988,7 @@ "Name": {}, "Description": {}, "FolderConfigurations": { - "shape": "S45" + "shape": "S4a" } } }, @@ -910,7 +1014,7 @@ "Type": {}, "Description": {}, "Rules": { - "shape": "S10" + "shape": "S11" }, "DateCreated": { "type": "timestamp" @@ -1099,22 +1203,22 @@ "Effect": {}, "Description": {}, "IpRanges": { - "shape": "S50" + "shape": "S55" }, "NotIpRanges": { - "shape": "S50" + "shape": "S55" }, "Actions": { - "shape": "S52" + "shape": "S57" }, "NotActions": { - "shape": "S52" + "shape": "S57" }, "UserIds": { - "shape": "S53" + "shape": "S58" }, "NotUserIds": { - "shape": "S53" + "shape": "S58" }, "DateCreated": { "type": "timestamp" @@ -1123,10 +1227,10 @@ "type": "timestamp" }, "ImpersonationRoleIds": { - "shape": "S54" + "shape": "S59" }, "NotImpersonationRoleIds": { - "shape": "S54" + "shape": "S59" } } } @@ -1262,6 +1366,14 @@ "NextToken": {}, "MaxResults": { "type": "integer" + }, + "Filters": { + "type": "structure", + "members": { + "NamePrefix": {}, + "PrimaryEmailPrefix": {}, + "State": {} + } } } }, @@ -1291,6 +1403,46 @@ }, "idempotent": true }, + "ListGroupsForEntity": { + "input": { + "type": "structure", + "required": [ + "OrganizationId", + "EntityId" + ], + "members": { + "OrganizationId": {}, + "EntityId": {}, + "Filters": { + "type": "structure", + "members": { + "GroupNamePrefix": {} + } + }, + "NextToken": {}, + "MaxResults": { + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "Groups": { + "type": "list", + "member": { + "type": "structure", + "members": { + "GroupId": {}, + "GroupName": {} + } + } + }, + "NextToken": {} + } + }, + "idempotent": true + }, "ListImpersonationRoles": { "input": { "type": "structure", @@ -1440,7 +1592,7 @@ "GranteeId": {}, "GranteeType": {}, "PermissionValues": { - "shape": "S65" + "shape": "S6g" } } } @@ -1629,6 +1781,14 @@ "NextToken": {}, "MaxResults": { "type": "integer" + }, + "Filters": { + "type": "structure", + "members": { + "NamePrefix": {}, + "PrimaryEmailPrefix": {}, + "State": {} + } } } }, @@ -1650,7 +1810,8 @@ }, "DisabledDate": { "type": "timestamp" - } + }, + "Description": {} } } }, @@ -1673,7 +1834,7 @@ "type": "structure", "members": { "Tags": { - "shape": "S6t" + "shape": "S75" } } } @@ -1689,6 +1850,17 @@ "NextToken": {}, "MaxResults": { "type": "integer" + }, + "Filters": { + "type": "structure", + "members": { + "UsernamePrefix": {}, + "DisplayNamePrefix": { + "shape": "S23" + }, + "PrimaryEmailPrefix": {}, + "State": {} + } } } }, @@ -1734,29 +1906,29 @@ "Effect": {}, "Description": {}, "IpRanges": { - "shape": "S50" + "shape": "S55" }, "NotIpRanges": { - "shape": "S50" + "shape": "S55" }, "Actions": { - "shape": "S52" + "shape": "S57" }, "NotActions": { - "shape": "S52" + "shape": "S57" }, "UserIds": { - "shape": "S53" + "shape": "S58" }, "NotUserIds": { - "shape": "S53" + "shape": "S58" }, "OrganizationId": {}, "ImpersonationRoleIds": { - "shape": "S54" + "shape": "S59" }, "NotImpersonationRoleIds": { - "shape": "S54" + "shape": "S59" } } }, @@ -1819,7 +1991,7 @@ "EntityId": {}, "GranteeId": {}, "PermissionValues": { - "shape": "S65" + "shape": "S6g" } } }, @@ -1868,7 +2040,7 @@ "sensitive": true }, "FolderConfigurations": { - "shape": "S45" + "shape": "S4a" } } }, @@ -1984,7 +2156,7 @@ "members": { "ResourceARN": {}, "Tags": { - "shape": "S6t" + "shape": "S75" } } }, @@ -2082,6 +2254,27 @@ }, "idempotent": true }, + "UpdateGroup": { + "input": { + "type": "structure", + "required": [ + "OrganizationId", + "GroupId" + ], + "members": { + "OrganizationId": {}, + "GroupId": {}, + "HiddenFromGlobalAddressList": { + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, "UpdateImpersonationRole": { "input": { "type": "structure", @@ -2099,7 +2292,7 @@ "Type": {}, "Description": {}, "Rules": { - "shape": "S10" + "shape": "S11" } } }, @@ -2208,7 +2401,73 @@ "ResourceId": {}, "Name": {}, "BookingOptions": { - "shape": "S3p" + "shape": "S3v" + }, + "Description": {}, + "Type": {}, + "HiddenFromGlobalAddressList": { + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "idempotent": true + }, + "UpdateUser": { + "input": { + "type": "structure", + "required": [ + "OrganizationId", + "UserId" + ], + "members": { + "OrganizationId": {}, + "UserId": {}, + "Role": {}, + "DisplayName": { + "shape": "S23" + }, + "FirstName": { + "shape": "S23" + }, + "LastName": { + "shape": "S23" + }, + "HiddenFromGlobalAddressList": { + "type": "boolean" + }, + "Initials": { + "shape": "S23" + }, + "Telephone": { + "shape": "S23" + }, + "Street": { + "shape": "S23" + }, + "JobTitle": { + "shape": "S23" + }, + "City": { + "shape": "S23" + }, + "Company": { + "shape": "S23" + }, + "ZipCode": { + "shape": "S23" + }, + "Department": { + "shape": "S23" + }, + "Country": { + "shape": "S23" + }, + "Office": { + "shape": "S23" } } }, @@ -2248,7 +2507,7 @@ "LambdaArn": {} } }, - "S10": { + "S11": { "type": "list", "member": { "type": "structure", @@ -2262,15 +2521,15 @@ "Description": {}, "Effect": {}, "TargetUsers": { - "shape": "S16" + "shape": "S17" }, "NotTargetUsers": { - "shape": "S16" + "shape": "S17" } } } }, - "S16": { + "S17": { "type": "list", "member": {} }, @@ -2290,7 +2549,11 @@ "type": "list", "member": {} }, - "S3p": { + "S23": { + "type": "string", + "sensitive": true + }, + "S3v": { "type": "structure", "members": { "AutoAcceptRequests": { @@ -2304,7 +2567,7 @@ } } }, - "S45": { + "S4a": { "type": "list", "member": { "type": "structure", @@ -2321,27 +2584,27 @@ } } }, - "S50": { + "S55": { "type": "list", "member": {} }, - "S52": { + "S57": { "type": "list", "member": {} }, - "S53": { + "S58": { "type": "list", "member": {} }, - "S54": { + "S59": { "type": "list", "member": {} }, - "S65": { + "S6g": { "type": "list", "member": {} }, - "S6t": { + "S75": { "type": "list", "member": { "type": "structure", diff --git a/iamlivecore/service/workspaces-2015-04-08.min.json b/iamlivecore/service/workspaces-2015-04-08.min.json index fd4f9cc..21af41b 100644 --- a/iamlivecore/service/workspaces-2015-04-08.min.json +++ b/iamlivecore/service/workspaces-2015-04-08.min.json @@ -50,6 +50,27 @@ "members": {} } }, + "AssociateWorkspaceApplication": { + "input": { + "type": "structure", + "required": [ + "WorkspaceId", + "ApplicationId" + ], + "members": { + "WorkspaceId": {}, + "ApplicationId": {} + } + }, + "output": { + "type": "structure", + "members": { + "Association": { + "shape": "Sf" + } + } + } + }, "AuthorizeIpRules": { "input": { "type": "structure", @@ -60,7 +81,7 @@ "members": { "GroupId": {}, "UserRules": { - "shape": "Sc" + "shape": "Sn" } } }, @@ -83,7 +104,7 @@ "SourceImageId": {}, "SourceRegion": {}, "Tags": { - "shape": "Sm" + "shape": "Sx" } } }, @@ -124,7 +145,7 @@ "members": { "ConnectionString": {}, "Tags": { - "shape": "Sm" + "shape": "Sx" } } }, @@ -145,10 +166,10 @@ "GroupName": {}, "GroupDesc": {}, "UserRules": { - "shape": "Sc" + "shape": "Sn" }, "Tags": { - "shape": "Sm" + "shape": "Sx" } } }, @@ -171,7 +192,7 @@ "StandbyWorkspaces": { "type": "list", "member": { - "shape": "S15" + "shape": "S1g" } } } @@ -185,7 +206,7 @@ "type": "structure", "members": { "StandbyWorkspaceRequest": { - "shape": "S15" + "shape": "S1g" }, "ErrorCode": {}, "ErrorMessage": {} @@ -217,7 +238,7 @@ "members": { "ResourceId": {}, "Tags": { - "shape": "Sm" + "shape": "Sx" } } }, @@ -239,7 +260,7 @@ "Description": {}, "SourceImageId": {}, "Tags": { - "shape": "Sm" + "shape": "Sx" } } }, @@ -265,16 +286,16 @@ "BundleDescription": {}, "ImageId": {}, "ComputeType": { - "shape": "S1o" + "shape": "S1z" }, "UserStorage": { - "shape": "S1q" + "shape": "S21" }, "RootStorage": { - "shape": "S1r" + "shape": "S22" }, "Tags": { - "shape": "Sm" + "shape": "Sx" } } }, @@ -282,7 +303,7 @@ "type": "structure", "members": { "WorkspaceBundle": { - "shape": "S1t" + "shape": "S24" } } } @@ -300,7 +321,7 @@ "Description": {}, "WorkspaceId": {}, "Tags": { - "shape": "Sm" + "shape": "Sx" } } }, @@ -311,7 +332,7 @@ "Name": {}, "Description": {}, "OperatingSystem": { - "shape": "S21" + "shape": "S2b" }, "State": {}, "RequiredTenancy": {}, @@ -332,7 +353,7 @@ "Workspaces": { "type": "list", "member": { - "shape": "S28" + "shape": "S2i" } } } @@ -346,7 +367,7 @@ "type": "structure", "members": { "WorkspaceRequest": { - "shape": "S28" + "shape": "S2i" }, "ErrorCode": {}, "ErrorMessage": {} @@ -354,7 +375,7 @@ } }, "PendingRequests": { - "shape": "S2l" + "shape": "S2w" } } } @@ -473,6 +494,33 @@ "members": {} } }, + "DeployWorkspaceApplications": { + "input": { + "type": "structure", + "required": [ + "WorkspaceId" + ], + "members": { + "WorkspaceId": {}, + "Force": { + "type": "boolean" + } + } + }, + "output": { + "type": "structure", + "members": { + "Deployment": { + "type": "structure", + "members": { + "Associations": { + "shape": "S3v" + } + } + } + } + } + }, "DeregisterWorkspaceDirectory": { "input": { "type": "structure", @@ -531,6 +579,147 @@ } } }, + "DescribeApplicationAssociations": { + "input": { + "type": "structure", + "required": [ + "ApplicationId", + "AssociatedResourceTypes" + ], + "members": { + "MaxResults": { + "type": "integer" + }, + "NextToken": {}, + "ApplicationId": {}, + "AssociatedResourceTypes": { + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "members": { + "Associations": { + "type": "list", + "member": { + "type": "structure", + "members": { + "ApplicationId": {}, + "AssociatedResourceId": {}, + "AssociatedResourceType": {}, + "Created": { + "type": "timestamp" + }, + "LastUpdatedTime": { + "type": "timestamp" + }, + "State": {}, + "StateReason": { + "shape": "Sj" + } + } + } + }, + "NextToken": {} + } + } + }, + "DescribeApplications": { + "input": { + "type": "structure", + "members": { + "ApplicationIds": { + "type": "list", + "member": {} + }, + "ComputeTypeNames": { + "shape": "S4h" + }, + "LicenseType": {}, + "OperatingSystemNames": { + "shape": "S4j" + }, + "Owner": {}, + "MaxResults": { + "type": "integer" + }, + "NextToken": {} + } + }, + "output": { + "type": "structure", + "members": { + "Applications": { + "type": "list", + "member": { + "type": "structure", + "members": { + "ApplicationId": {}, + "Created": { + "type": "timestamp" + }, + "Description": {}, + "LicenseType": {}, + "Name": {}, + "Owner": {}, + "State": {}, + "SupportedComputeTypeNames": { + "shape": "S4h" + }, + "SupportedOperatingSystemNames": { + "shape": "S4j" + } + } + } + }, + "NextToken": {} + } + } + }, + "DescribeBundleAssociations": { + "input": { + "type": "structure", + "required": [ + "BundleId", + "AssociatedResourceTypes" + ], + "members": { + "BundleId": {}, + "AssociatedResourceTypes": { + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "members": { + "Associations": { + "type": "list", + "member": { + "type": "structure", + "members": { + "AssociatedResourceId": {}, + "AssociatedResourceType": {}, + "BundleId": {}, + "Created": { + "type": "timestamp" + }, + "LastUpdatedTime": { + "type": "timestamp" + }, + "State": {}, + "StateReason": { + "shape": "Sj" + } + } + } + } + } + } + }, "DescribeClientBranding": { "input": { "type": "structure", @@ -545,22 +734,22 @@ "type": "structure", "members": { "DeviceTypeWindows": { - "shape": "S3s" + "shape": "S4x" }, "DeviceTypeOsx": { - "shape": "S3s" + "shape": "S4x" }, "DeviceTypeAndroid": { - "shape": "S3s" + "shape": "S4x" }, "DeviceTypeIos": { - "shape": "S3y" + "shape": "S53" }, "DeviceTypeLinux": { - "shape": "S3s" + "shape": "S4x" }, "DeviceTypeWeb": { - "shape": "S3s" + "shape": "S4x" } } } @@ -588,7 +777,7 @@ "members": { "ResourceId": {}, "ClientProperties": { - "shape": "S44" + "shape": "S59" } } } @@ -650,7 +839,7 @@ "ConnectionAliasPermissions": { "type": "list", "member": { - "shape": "S4f" + "shape": "S5j" } }, "NextToken": {} @@ -703,6 +892,48 @@ } } }, + "DescribeImageAssociations": { + "input": { + "type": "structure", + "required": [ + "ImageId", + "AssociatedResourceTypes" + ], + "members": { + "ImageId": {}, + "AssociatedResourceTypes": { + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "members": { + "Associations": { + "type": "list", + "member": { + "type": "structure", + "members": { + "AssociatedResourceId": {}, + "AssociatedResourceType": {}, + "Created": { + "type": "timestamp" + }, + "LastUpdatedTime": { + "type": "timestamp" + }, + "ImageId": {}, + "State": {}, + "StateReason": { + "shape": "Sj" + } + } + } + } + } + } + }, "DescribeIpGroups": { "input": { "type": "structure", @@ -728,7 +959,7 @@ "groupName": {}, "groupDesc": {}, "userRules": { - "shape": "Sc" + "shape": "Sn" } } } @@ -751,7 +982,31 @@ "type": "structure", "members": { "TagList": { - "shape": "Sm" + "shape": "Sx" + } + } + } + }, + "DescribeWorkspaceAssociations": { + "input": { + "type": "structure", + "required": [ + "WorkspaceId", + "AssociatedResourceTypes" + ], + "members": { + "WorkspaceId": {}, + "AssociatedResourceTypes": { + "type": "list", + "member": {} + } + } + }, + "output": { + "type": "structure", + "members": { + "Associations": { + "shape": "S3v" } } } @@ -774,7 +1029,7 @@ "Bundles": { "type": "list", "member": { - "shape": "S1t" + "shape": "S24" } }, "NextToken": {} @@ -808,7 +1063,7 @@ "DirectoryName": {}, "RegistrationCode": {}, "SubnetIds": { - "shape": "S57" + "shape": "S6k" }, "DnsIpAddresses": { "type": "list", @@ -842,17 +1097,17 @@ "shape": "S8" }, "WorkspaceAccessProperties": { - "shape": "S5f" + "shape": "S6s" }, "Tenancy": {}, "SelfservicePermissions": { - "shape": "S5i" + "shape": "S6v" }, "SamlProperties": { - "shape": "S5j" + "shape": "S6w" }, "CertificateBasedAuthProperties": { - "shape": "S5m" + "shape": "S6z" } } } @@ -919,7 +1174,7 @@ "Name": {}, "Description": {}, "OperatingSystem": { - "shape": "S21" + "shape": "S2b" }, "State": {}, "RequiredTenancy": {}, @@ -969,10 +1224,10 @@ "type": "structure", "members": { "RebuildSnapshots": { - "shape": "S67" + "shape": "S7k" }, "RestoreSnapshots": { - "shape": "S67" + "shape": "S7k" } } } @@ -982,7 +1237,7 @@ "type": "structure", "members": { "WorkspaceIds": { - "shape": "S6a" + "shape": "S7n" }, "DirectoryId": {}, "UserName": {}, @@ -997,7 +1252,7 @@ "type": "structure", "members": { "Workspaces": { - "shape": "S2l" + "shape": "S2w" }, "NextToken": {} } @@ -1008,7 +1263,7 @@ "type": "structure", "members": { "WorkspaceIds": { - "shape": "S6a" + "shape": "S7n" }, "NextToken": {} } @@ -1070,6 +1325,27 @@ "members": {} } }, + "DisassociateWorkspaceApplication": { + "input": { + "type": "structure", + "required": [ + "WorkspaceId", + "ApplicationId" + ], + "members": { + "WorkspaceId": {}, + "ApplicationId": {} + } + }, + "output": { + "type": "structure", + "members": { + "Association": { + "shape": "Sf" + } + } + } + }, "ImportClientBranding": { "input": { "type": "structure", @@ -1079,13 +1355,13 @@ "members": { "ResourceId": {}, "DeviceTypeWindows": { - "shape": "S6m" + "shape": "S81" }, "DeviceTypeOsx": { - "shape": "S6m" + "shape": "S81" }, "DeviceTypeAndroid": { - "shape": "S6m" + "shape": "S81" }, "DeviceTypeIos": { "type": "structure", @@ -1103,15 +1379,15 @@ "SupportLink": {}, "ForgotPasswordLink": {}, "LoginMessage": { - "shape": "S3v" + "shape": "S50" } } }, "DeviceTypeLinux": { - "shape": "S6m" + "shape": "S81" }, "DeviceTypeWeb": { - "shape": "S6m" + "shape": "S81" } } }, @@ -1119,22 +1395,22 @@ "type": "structure", "members": { "DeviceTypeWindows": { - "shape": "S3s" + "shape": "S4x" }, "DeviceTypeOsx": { - "shape": "S3s" + "shape": "S4x" }, "DeviceTypeAndroid": { - "shape": "S3s" + "shape": "S4x" }, "DeviceTypeIos": { - "shape": "S3y" + "shape": "S53" }, "DeviceTypeLinux": { - "shape": "S3s" + "shape": "S4x" }, "DeviceTypeWeb": { - "shape": "S3s" + "shape": "S4x" } } } @@ -1154,7 +1430,7 @@ "ImageName": {}, "ImageDescription": {}, "Tags": { - "shape": "Sm" + "shape": "Sx" }, "Applications": { "type": "list", @@ -1236,7 +1512,7 @@ "members": { "ResourceId": {}, "CertificateBasedAuthProperties": { - "shape": "S5m" + "shape": "S6z" }, "PropertiesToDelete": { "type": "list", @@ -1259,7 +1535,7 @@ "members": { "ResourceId": {}, "ClientProperties": { - "shape": "S44" + "shape": "S59" } } }, @@ -1277,7 +1553,7 @@ "members": { "ResourceId": {}, "SamlProperties": { - "shape": "S5j" + "shape": "S6w" }, "PropertiesToDelete": { "type": "list", @@ -1300,7 +1576,7 @@ "members": { "ResourceId": {}, "SelfservicePermissions": { - "shape": "S5i" + "shape": "S6v" } } }, @@ -1319,7 +1595,7 @@ "members": { "ResourceId": {}, "WorkspaceAccessProperties": { - "shape": "S5f" + "shape": "S6s" } } }, @@ -1367,14 +1643,14 @@ "input": { "type": "structure", "required": [ - "WorkspaceId", - "WorkspaceProperties" + "WorkspaceId" ], "members": { "WorkspaceId": {}, "WorkspaceProperties": { - "shape": "S2a" - } + "shape": "S2k" + }, + "DataReplication": {} } }, "output": { @@ -1426,7 +1702,7 @@ "FailedRequests": { "type": "list", "member": { - "shape": "S80" + "shape": "S9f" } } } @@ -1459,7 +1735,7 @@ "FailedRequests": { "type": "list", "member": { - "shape": "S80" + "shape": "S9f" } } } @@ -1475,7 +1751,7 @@ "members": { "DirectoryId": {}, "SubnetIds": { - "shape": "S57" + "shape": "S6k" }, "EnableWorkDocs": { "type": "boolean" @@ -1485,7 +1761,7 @@ }, "Tenancy": {}, "Tags": { - "shape": "Sm" + "shape": "Sx" } } }, @@ -1553,7 +1829,7 @@ "FailedRequests": { "type": "list", "member": { - "shape": "S80" + "shape": "S9f" } } } @@ -1583,7 +1859,7 @@ "FailedRequests": { "type": "list", "member": { - "shape": "S80" + "shape": "S9f" } } } @@ -1616,7 +1892,7 @@ "FailedRequests": { "type": "list", "member": { - "shape": "S80" + "shape": "S9f" } } } @@ -1651,7 +1927,7 @@ "members": { "AliasId": {}, "ConnectionAliasPermission": { - "shape": "S4f" + "shape": "S5j" } } }, @@ -1670,7 +1946,7 @@ "members": { "GroupId": {}, "UserRules": { - "shape": "Sc" + "shape": "Sn" } } }, @@ -1719,7 +1995,32 @@ "type": "list", "member": {} }, - "Sc": { + "Sf": { + "type": "structure", + "members": { + "AssociatedResourceId": {}, + "AssociatedResourceType": {}, + "Created": { + "type": "timestamp" + }, + "LastUpdatedTime": { + "type": "timestamp" + }, + "State": {}, + "StateReason": { + "shape": "Sj" + }, + "WorkspaceId": {} + } + }, + "Sj": { + "type": "structure", + "members": { + "ErrorCode": {}, + "ErrorMessage": {} + } + }, + "Sn": { "type": "list", "member": { "type": "structure", @@ -1729,7 +2030,7 @@ } } }, - "Sm": { + "Sx": { "type": "list", "member": { "type": "structure", @@ -1742,7 +2043,7 @@ } } }, - "S15": { + "S1g": { "type": "structure", "required": [ "PrimaryWorkspaceId", @@ -1753,29 +2054,30 @@ "VolumeEncryptionKey": {}, "DirectoryId": {}, "Tags": { - "shape": "Sm" - } + "shape": "Sx" + }, + "DataReplication": {} } }, - "S1o": { + "S1z": { "type": "structure", "members": { "Name": {} } }, - "S1q": { + "S21": { "type": "structure", "members": { "Capacity": {} } }, - "S1r": { + "S22": { "type": "structure", "members": { "Capacity": {} } }, - "S1t": { + "S24": { "type": "structure", "members": { "BundleId": {}, @@ -1784,13 +2086,13 @@ "Description": {}, "ImageId": {}, "RootStorage": { - "shape": "S1r" + "shape": "S22" }, "UserStorage": { - "shape": "S1q" + "shape": "S21" }, "ComputeType": { - "shape": "S1o" + "shape": "S1z" }, "LastUpdatedTime": { "type": "timestamp" @@ -1802,13 +2104,13 @@ "BundleType": {} } }, - "S21": { + "S2b": { "type": "structure", "members": { "Type": {} } }, - "S28": { + "S2i": { "type": "structure", "required": [ "DirectoryId", @@ -1827,14 +2129,14 @@ "type": "boolean" }, "WorkspaceProperties": { - "shape": "S2a" + "shape": "S2k" }, "Tags": { - "shape": "Sm" + "shape": "Sx" } } }, - "S2a": { + "S2k": { "type": "structure", "members": { "RunningMode": {}, @@ -1851,10 +2153,11 @@ "Protocols": { "type": "list", "member": {} - } + }, + "OperatingSystemName": {} } }, - "S2l": { + "S2w": { "type": "list", "member": { "type": "structure", @@ -1877,7 +2180,7 @@ "type": "boolean" }, "WorkspaceProperties": { - "shape": "S2a" + "shape": "S2k" }, "ModificationStates": { "type": "list", @@ -1900,11 +2203,47 @@ "Type": {} } } + }, + "DataReplicationSettings": { + "type": "structure", + "members": { + "DataReplication": {}, + "RecoverySnapshotTime": { + "type": "timestamp" + } + } + }, + "StandbyWorkspacesProperties": { + "type": "list", + "member": { + "type": "structure", + "members": { + "StandbyWorkspaceId": {}, + "DataReplication": {}, + "RecoverySnapshotTime": { + "type": "timestamp" + } + } + } } } } }, - "S3s": { + "S3v": { + "type": "list", + "member": { + "shape": "Sf" + } + }, + "S4h": { + "type": "list", + "member": {} + }, + "S4j": { + "type": "list", + "member": {} + }, + "S4x": { "type": "structure", "members": { "LogoUrl": {}, @@ -1912,16 +2251,16 @@ "SupportLink": {}, "ForgotPasswordLink": {}, "LoginMessage": { - "shape": "S3v" + "shape": "S50" } } }, - "S3v": { + "S50": { "type": "map", "key": {}, "value": {} }, - "S3y": { + "S53": { "type": "structure", "members": { "LogoUrl": {}, @@ -1931,18 +2270,18 @@ "SupportLink": {}, "ForgotPasswordLink": {}, "LoginMessage": { - "shape": "S3v" + "shape": "S50" } } }, - "S44": { + "S59": { "type": "structure", "members": { "ReconnectEnabled": {}, "LogUploadEnabled": {} } }, - "S4f": { + "S5j": { "type": "structure", "required": [ "SharedAccountId", @@ -1955,11 +2294,11 @@ } } }, - "S57": { + "S6k": { "type": "list", "member": {} }, - "S5f": { + "S6s": { "type": "structure", "members": { "DeviceTypeWindows": {}, @@ -1972,7 +2311,7 @@ "DeviceTypeLinux": {} } }, - "S5i": { + "S6v": { "type": "structure", "members": { "RestartWorkspace": {}, @@ -1982,7 +2321,7 @@ "RebuildWorkspace": {} } }, - "S5j": { + "S6w": { "type": "structure", "members": { "Status": {}, @@ -1990,14 +2329,14 @@ "RelayStateParameterName": {} } }, - "S5m": { + "S6z": { "type": "structure", "members": { "Status": {}, "CertificateAuthorityArn": {} } }, - "S67": { + "S7k": { "type": "list", "member": { "type": "structure", @@ -2008,11 +2347,11 @@ } } }, - "S6a": { + "S7n": { "type": "list", "member": {} }, - "S6m": { + "S81": { "type": "structure", "members": { "Logo": { @@ -2022,11 +2361,11 @@ "SupportLink": {}, "ForgotPasswordLink": {}, "LoginMessage": { - "shape": "S3v" + "shape": "S50" } } }, - "S80": { + "S9f": { "type": "structure", "members": { "WorkspaceId": {}, diff --git a/iamlivecore/service/workspaces-thin-client-2023-08-22.min.json b/iamlivecore/service/workspaces-thin-client-2023-08-22.min.json new file mode 100644 index 0000000..faa2053 --- /dev/null +++ b/iamlivecore/service/workspaces-thin-client-2023-08-22.min.json @@ -0,0 +1,777 @@ +{ + "version": "2.0", + "metadata": { + "apiVersion": "2023-08-22", + "endpointPrefix": "thinclient", + "jsonVersion": "1.1", + "protocol": "rest-json", + "serviceFullName": "Amazon WorkSpaces Thin Client", + "serviceId": "WorkSpaces Thin Client", + "signatureVersion": "v4", + "signingName": "thinclient", + "uid": "workspaces-thin-client-2023-08-22" + }, + "operations": { + "CreateEnvironment": { + "http": { + "requestUri": "/environments", + "responseCode": 201 + }, + "input": { + "type": "structure", + "required": [ + "desktopArn" + ], + "members": { + "name": { + "shape": "S2" + }, + "desktopArn": {}, + "desktopEndpoint": { + "shape": "S4" + }, + "softwareSetUpdateSchedule": {}, + "maintenanceWindow": { + "shape": "S6" + }, + "softwareSetUpdateMode": {}, + "desiredSoftwareSetId": {}, + "kmsKeyArn": {}, + "clientToken": { + "idempotencyToken": true + }, + "tags": { + "shape": "Sh" + } + } + }, + "output": { + "type": "structure", + "members": { + "environment": { + "shape": "Sk" + } + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, + "DeleteDevice": { + "http": { + "method": "DELETE", + "requestUri": "/devices/{id}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "id" + ], + "members": { + "id": { + "location": "uri", + "locationName": "id" + }, + "clientToken": { + "idempotencyToken": true, + "location": "querystring", + "locationName": "clientToken" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "endpoint": { + "hostPrefix": "api." + }, + "idempotent": true + }, + "DeleteEnvironment": { + "http": { + "method": "DELETE", + "requestUri": "/environments/{id}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "id" + ], + "members": { + "id": { + "location": "uri", + "locationName": "id" + }, + "clientToken": { + "idempotencyToken": true, + "location": "querystring", + "locationName": "clientToken" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "endpoint": { + "hostPrefix": "api." + }, + "idempotent": true + }, + "DeregisterDevice": { + "http": { + "requestUri": "/deregister-device/{id}", + "responseCode": 202 + }, + "input": { + "type": "structure", + "required": [ + "id" + ], + "members": { + "id": { + "location": "uri", + "locationName": "id" + }, + "targetDeviceStatus": {}, + "clientToken": { + "idempotencyToken": true + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "endpoint": { + "hostPrefix": "api." + }, + "idempotent": true + }, + "GetDevice": { + "http": { + "method": "GET", + "requestUri": "/devices/{id}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "id" + ], + "members": { + "id": { + "location": "uri", + "locationName": "id" + } + } + }, + "output": { + "type": "structure", + "members": { + "device": { + "type": "structure", + "members": { + "id": {}, + "serialNumber": {}, + "name": { + "shape": "S11" + }, + "model": {}, + "environmentId": {}, + "status": {}, + "currentSoftwareSetId": {}, + "currentSoftwareSetVersion": {}, + "desiredSoftwareSetId": {}, + "pendingSoftwareSetId": {}, + "pendingSoftwareSetVersion": {}, + "softwareSetUpdateSchedule": {}, + "softwareSetComplianceStatus": {}, + "softwareSetUpdateStatus": {}, + "lastConnectedAt": { + "type": "timestamp" + }, + "lastPostureAt": { + "type": "timestamp" + }, + "createdAt": { + "type": "timestamp" + }, + "updatedAt": { + "type": "timestamp" + }, + "arn": {}, + "kmsKeyArn": {}, + "tags": { + "shape": "Sp" + } + } + } + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, + "GetEnvironment": { + "http": { + "method": "GET", + "requestUri": "/environments/{id}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "id" + ], + "members": { + "id": { + "location": "uri", + "locationName": "id" + } + } + }, + "output": { + "type": "structure", + "members": { + "environment": { + "type": "structure", + "members": { + "id": {}, + "name": { + "shape": "S2" + }, + "desktopArn": {}, + "desktopEndpoint": { + "shape": "S4" + }, + "desktopType": {}, + "activationCode": {}, + "registeredDevicesCount": { + "type": "integer" + }, + "softwareSetUpdateSchedule": {}, + "maintenanceWindow": { + "shape": "S6" + }, + "softwareSetUpdateMode": {}, + "desiredSoftwareSetId": {}, + "pendingSoftwareSetId": {}, + "pendingSoftwareSetVersion": {}, + "softwareSetComplianceStatus": {}, + "createdAt": { + "type": "timestamp" + }, + "updatedAt": { + "type": "timestamp" + }, + "arn": {}, + "kmsKeyArn": {}, + "tags": { + "shape": "Sp" + } + } + } + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, + "GetSoftwareSet": { + "http": { + "method": "GET", + "requestUri": "/softwaresets/{id}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "id" + ], + "members": { + "id": { + "location": "uri", + "locationName": "id" + } + } + }, + "output": { + "type": "structure", + "members": { + "softwareSet": { + "type": "structure", + "members": { + "id": {}, + "version": {}, + "releasedAt": { + "type": "timestamp" + }, + "supportedUntil": { + "type": "timestamp" + }, + "validationStatus": {}, + "software": { + "type": "list", + "member": { + "type": "structure", + "members": { + "name": {}, + "version": {} + } + } + }, + "arn": {} + } + } + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, + "ListDevices": { + "http": { + "method": "GET", + "requestUri": "/devices", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "devices": { + "type": "list", + "member": { + "shape": "S1l" + } + }, + "nextToken": {} + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, + "ListEnvironments": { + "http": { + "method": "GET", + "requestUri": "/environments", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "environments": { + "type": "list", + "member": { + "shape": "Sk" + } + }, + "nextToken": {} + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, + "ListSoftwareSets": { + "http": { + "method": "GET", + "requestUri": "/softwaresets", + "responseCode": 200 + }, + "input": { + "type": "structure", + "members": { + "nextToken": { + "location": "querystring", + "locationName": "nextToken" + }, + "maxResults": { + "location": "querystring", + "locationName": "maxResults", + "type": "integer" + } + } + }, + "output": { + "type": "structure", + "members": { + "softwareSets": { + "type": "list", + "member": { + "type": "structure", + "members": { + "id": {}, + "version": {}, + "releasedAt": { + "type": "timestamp" + }, + "supportedUntil": { + "type": "timestamp" + }, + "validationStatus": {}, + "arn": {} + } + } + }, + "nextToken": {} + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, + "ListTagsForResource": { + "http": { + "method": "GET", + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + } + } + }, + "output": { + "type": "structure", + "members": { + "tags": { + "shape": "Sh" + } + } + }, + "endpoint": { + "hostPrefix": "api." + } + }, + "TagResource": { + "http": { + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn", + "tags" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + }, + "tags": { + "shape": "Sh" + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "endpoint": { + "hostPrefix": "api." + } + }, + "UntagResource": { + "http": { + "method": "DELETE", + "requestUri": "/tags/{resourceArn}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "resourceArn", + "tagKeys" + ], + "members": { + "resourceArn": { + "location": "uri", + "locationName": "resourceArn" + }, + "tagKeys": { + "location": "querystring", + "locationName": "tagKeys", + "type": "list", + "member": {}, + "sensitive": true + } + } + }, + "output": { + "type": "structure", + "members": {} + }, + "endpoint": { + "hostPrefix": "api." + }, + "idempotent": true + }, + "UpdateDevice": { + "http": { + "method": "PATCH", + "requestUri": "/devices/{id}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "id" + ], + "members": { + "id": { + "location": "uri", + "locationName": "id" + }, + "name": { + "shape": "S11" + }, + "desiredSoftwareSetId": {}, + "softwareSetUpdateSchedule": {}, + "kmsKeyArn": {} + } + }, + "output": { + "type": "structure", + "members": { + "device": { + "shape": "S1l" + } + } + }, + "endpoint": { + "hostPrefix": "api." + }, + "idempotent": true + }, + "UpdateEnvironment": { + "http": { + "method": "PATCH", + "requestUri": "/environments/{id}", + "responseCode": 200 + }, + "input": { + "type": "structure", + "required": [ + "id" + ], + "members": { + "id": { + "location": "uri", + "locationName": "id" + }, + "name": { + "shape": "S2" + }, + "desktopArn": {}, + "desktopEndpoint": { + "shape": "S4" + }, + "softwareSetUpdateSchedule": {}, + "maintenanceWindow": { + "shape": "S6" + }, + "softwareSetUpdateMode": {}, + "desiredSoftwareSetId": {} + } + }, + "output": { + "type": "structure", + "members": { + "environment": { + "shape": "Sk" + } + } + }, + "endpoint": { + "hostPrefix": "api." + }, + "idempotent": true + }, + "UpdateSoftwareSet": { + "http": { + "method": "PATCH", + "requestUri": "/softwaresets/{id}", + "responseCode": 204 + }, + "input": { + "type": "structure", + "required": [ + "id", + "validationStatus" + ], + "members": { + "id": { + "location": "uri", + "locationName": "id" + }, + "validationStatus": {} + } + }, + "output": { + "type": "structure", + "members": {} + }, + "endpoint": { + "hostPrefix": "api." + }, + "idempotent": true + } + }, + "shapes": { + "S2": { + "type": "string", + "sensitive": true + }, + "S4": { + "type": "string", + "sensitive": true + }, + "S6": { + "type": "structure", + "members": { + "type": {}, + "startTimeHour": { + "type": "integer" + }, + "startTimeMinute": { + "type": "integer" + }, + "endTimeHour": { + "type": "integer" + }, + "endTimeMinute": { + "type": "integer" + }, + "daysOfTheWeek": { + "type": "list", + "member": {} + }, + "applyTimeOf": {} + } + }, + "Sh": { + "type": "map", + "key": {}, + "value": {}, + "sensitive": true + }, + "Sk": { + "type": "structure", + "members": { + "id": {}, + "name": { + "shape": "S2" + }, + "desktopArn": {}, + "desktopEndpoint": { + "shape": "S4" + }, + "desktopType": {}, + "activationCode": {}, + "softwareSetUpdateSchedule": {}, + "maintenanceWindow": { + "shape": "S6" + }, + "softwareSetUpdateMode": {}, + "desiredSoftwareSetId": {}, + "pendingSoftwareSetId": {}, + "createdAt": { + "type": "timestamp" + }, + "updatedAt": { + "type": "timestamp" + }, + "arn": {}, + "tags": { + "shape": "Sp" + } + } + }, + "Sp": { + "type": "structure", + "members": { + "resourceArn": {}, + "internalId": {} + }, + "sensitive": true + }, + "S11": { + "type": "string", + "sensitive": true + }, + "S1l": { + "type": "structure", + "members": { + "id": {}, + "serialNumber": {}, + "name": { + "shape": "S11" + }, + "model": {}, + "environmentId": {}, + "status": {}, + "currentSoftwareSetId": {}, + "desiredSoftwareSetId": {}, + "pendingSoftwareSetId": {}, + "softwareSetUpdateSchedule": {}, + "lastConnectedAt": { + "type": "timestamp" + }, + "lastPostureAt": { + "type": "timestamp" + }, + "createdAt": { + "type": "timestamp" + }, + "updatedAt": { + "type": "timestamp" + }, + "arn": {}, + "tags": { + "shape": "Sp" + } + } + } + } +} \ No newline at end of file